@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique&display=swap");
/* カラー---------------- */
.color1 {
  color: #fff;
}

.color2 {
  color: #29120D;
}

.color3 {
  color: #BE1E2D;
}

.color4 {
  color: #FFEFF1;
}

.color5 {
  color: #D9D9D9;
}

.color6 {
  color: #FAFAFA;
}

.color7 {
  color: #999;
}

/* 基本スタイル---------------- */
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #29120D;
  background: #fff;
  text-align: justify;
  font-family: "Jost", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-size: 100%;
  font-weight: 500;
}

ol, ul {
  list-style: none;
}

ol li, ul li {
  line-height: 2;
}

img {
  border: 0;
  vertical-align: bottom;
  filter: brightness(105%);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #29120D;
  outline: none;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

p {
  word-wrap: break-word;
  line-height: 2;
}

label {
  display: inline-block;
  cursor: pointer;
}

button, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="button"], select, textarea {
  font-family: inherit;
  -webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="button"], textarea {
  color: #29120D;
  background: #FAFAFA;
  border: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="button"]:focus, textarea:focus {
  color: #29120D;
  background: #fff;
  border: none;
}

input[type="submit"], input[type="button"] {
  font-size: 100%;
  cursor: pointer;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
}

input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #29120D;
  vertical-align: -2px;
}

select {
  min-width: 7em;
  color: #29120D;
  background: #FAFAFA;
  border: none;
}

input::placeholder, textarea::placeholder {
  color: #999;
}

/* 基本レイアウト---------------- */
body {
  font-size: 16px;
}

.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

#container {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.inner2 {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.inner3 {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .inner3 {
    width: 100%;
  }
}

.inner4 {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .inner4 {
    width: 100%;
  }
}

/* ヘッダー---------------- */
#head_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#head_top a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #head_top {
    position: fixed;
    top: 0;
    left: 0;
  }
}

#head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 100;
}
#head a {
  color: #29120D;
}
#head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #ffb0c0 0%, #be1e2d 100%);
  background: -o-linear-gradient(left, #ffb0c0 0%, #be1e2d 100%);
  background: linear-gradient(to right, #ffb0c0 0%, #be1e2d 100%);
}

.header {
  width: 100%;
  height: 80px;
}
.header.scroll {
  background: rgba(0, 0, 0, 0.5);
}

.head_in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.head_logo {
  width: 185px;
  padding: 12px 0 0 25px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .head_logo {
    width: 185px;
    padding: 10px 0 0 10px;
  }
}
.head_logo img {
  max-width: 100%;
  height: auto;
}

.head_navi {
  width: calc(100% - 392px);
}
@media screen and (max-width: 1024px) {
  .head_navi {
    display: none;
  }
}

.nav_menu {
  display: inline-block;
  padding-top: 20px;
}

.head_navi_menu {
  white-space: nowrap;
}
.head_navi_menu > li {
  display: inline-block;
  margin: 0 10px;
  line-height: 1.6;
  font-size: clamp(12px, 1.6vw, 16px);
}
.head_navi_menu > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  transition: all .3s;
}
.head_navi_menu > li > a:after {
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #BE1E2D;
  opacity: 0;
  transition: all .3s;
}
.head_navi_menu > li > a:hover:after {
  opacity: 1;
}

.head_contact {
  width: 207px;
  padding: 13px 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .head_contact {
    position: absolute;
    top: 15px;
    right: 77px;
    width: 50px;
    padding: 0;
  }
}
.head_contact a {
  position: relative;
  display: block;
  width: 177px;
  height: 50px;
  padding: 12px 0 0 25px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 25px;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .head_contact a {
    width: 50px;
  }
}
.head_contact a:before {
  position: absolute;
  top: 17px;
  left: 24px;
  display: block;
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 5px;
  background: url("../img/icon_contact1.png") no-repeat;
  background-size: 20px 15px;
}
@media screen and (max-width: 1024px) {
  .head_contact a:before {
    left: 15px;
  }
}
.head_contact a:hover {
  opacity: .7;
}
@media screen and (max-width: 1024px) {
  .head_contact a span {
    display: none;
  }
}

#head .head_contact a {
  color: #fff;
}

.sp_navi_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp_navi_btn {
    position: fixed;
    top: 15px;
    right: 15px;
    display: block;
    width: 46px;
    height: 50px;
    z-index: 200;
  }
}

#navi_on {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 50px;
  cursor: pointer;
}

#navi_of {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 46px;
  height: 50px;
  cursor: pointer;
  z-index: 300;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 46px;
  height: 12px;
  margin-top: 19px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

#head .menu-trigger span {
  background: #BE1E2D;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  top: -6px;
  -webkit-transform: translateY(8px) rotate(-25deg);
  transform: translateY(8px) rotate(-25deg);
  background: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
  bottom: 2px;
  -webkit-transform: translateY(-6px) rotate(25deg);
  transform: translateY(-6px) rotate(25deg);
  background: #fff;
}

#head .menu-trigger.active span:nth-of-type(1), #head .menu-trigger.active span:nth-of-type(2) {
  background: #fff;
}

#sp_navi {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background: #BE1E2D;
  overflow-y: scroll;
  z-index: 100;
}
#sp_navi a {
  color: #fff;
}
#sp_navi .btn2 a {
  color: #29120D;
}

.sp_navi_logo {
  width: 160px;
  padding: 13px 0 0 10px;
}

.sp_navi_inner {
  padding: 40px 11% 50px;
  text-align: left;
}

.sp-nav-menu {
  margin-bottom: 40px;
}

.sp_navi_link1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 21px;
}

.sp_navi_ul {
  margin-bottom: 40px;
}
.sp_navi_ul li {
  margin-bottom: 5px;
  text-align: left;
  font-size: 18px;
}

.sp_navi_tel {
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.sp_navi_tel_t1 {
  margin-bottom: 5px;
  font-size: 16px;
}

.sp_navi_tel_t2 {
  font-size: 38px;
}
.sp_navi_tel_t2 span:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 27px;
  margin-right: 10px;
  background: url("../img/icon_tel1.png") no-repeat;
  background-size: 100%;
  vertical-align: -4px;
}

.sp_navi_contct {
  text-align: center;
}

.sp_navi_contact_t1 {
  margin-bottom: 10px;
  font-size: 16px;
}

/* グローバルナビ----------------- */
.gnavi {
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .gnavi {
    display: none;
  }
}
.gnavi:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: -webkit-linear-gradient(left, #ffb0c0 0%, #be1e2d 100%);
  background: -o-linear-gradient(left, #ffb0c0 0%, #be1e2d 100%);
  background: linear-gradient(to right, #ffb0c0 0%, #be1e2d 100%);
}

.gnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

/* フッター----------------- */
#footer {
  position: relative;
  padding-bottom: 40px;
}
#footer .inner {
  position: relative;
  z-index: 2;
}
#footer:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 580px;
  background: url("../img/footer_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #footer:before {
    height: 1415px;
    background: url("../img/footer_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
#footer:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: -webkit-linear-gradient(left, #ffb0c0 0%, #be1e2d 100%);
  background: -o-linear-gradient(left, #ffb0c0 0%, #be1e2d 100%);
  background: linear-gradient(to right, #ffb0c0 0%, #be1e2d 100%);
  z-index: 3;
}

.footer_contact {
  position: relative;
  padding: 135px 0 65px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .footer_contact {
    padding: 80px 0 65px;
  }
}

.footer_contact_tit {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 130px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .footer_contact_tit {
    top: 30px;
    font-size: 60px;
  }
}

.footer_contact_box {
  min-height: 350px;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background: #BE1E2D;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box {
    min-height: 407px;
    padding: 40px 15px;
    border-radius: 30px;
  }
}
.footer_contact_box h2 {
  margin-bottom: 30px;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box h2 {
    font-size: 23px;
  }
}
.footer_contact_box a {
  color: #fff;
}

.footer_contact_box_col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box_col {
    display: block;
  }
}

.footer_contact_box_col1 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box_col1 {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}

.footer_contact_box_col2 {
  width: 50%;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box_col2 {
    width: 100%;
    border-left: none;
  }
}

.footer_contact_box_t1 {
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box_t1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.footer_contact_box_t2 {
  font-size: 42px;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box_t2 {
    font-size: 38px;
  }
}
.footer_contact_box_t2 span:before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: url("../img/icon_tel1.png") no-repeat;
  background-size: 100%;
  vertical-align: -4px;
}
@media screen and (max-width: 1024px) {
  .footer_contact_box_t2 span:before {
    width: 27px;
    height: 27px;
    vertical-align: -2px;
  }
}

.btn2 a {
  display: block;
  width: 100%;
  max-width: 370px;
  height: 80px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-size: 24px;
  color: #29120D;
  background: #fff;
  border-radius: 40px;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .btn2 a {
    max-width: 290px;
    height: 62px;
    padding-top: 17px;
    font-size: 18px;
  }
}
.btn2 a span:before {
  display: inline-block;
  content: "";
  width: 34px;
  height: 26px;
  margin-right: 10px;
  background: url("../img/icon_contact2.png") no-repeat;
  background-size: 100%;
  vertical-align: -4px;
}
@media screen and (max-width: 1024px) {
  .btn2 a span:before {
    width: 25px;
    height: 19px;
    vertical-align: -2px;
  }
}
.btn2 a:hover {
  opacity: .7;
}

.foot_col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .foot_col {
    display: block;
    margin-bottom: 30px;
  }
}

.foot_col1 {
  order: 2;
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .foot_col1 {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
}

.foot_col2 {
  order: 1;
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .foot_col2 {
    width: 100%;
  }
}

.foot_col1_col {
  width: 21.25%;
  margin-right: 3.75%;
}
@media screen and (max-width: 1024px) {
  .foot_col1_col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.foot_logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .foot_logo {
    margin-bottom: 25px;
  }
}

.footer_t1 {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .footer_t1 {
    font-size: 18px;
  }
}

.address {
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .address {
    font-size: 16px;
  }
}

.foot_link1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .foot_link1 {
    font-size: 20px;
  }
}
.foot_link1 a {
  transition: all .3s;
}
.foot_link1 a:hover {
  opacity: .6;
}

@media screen and (max-width: 1024px) {
  .parent1 {
    position: relative;
  }
  .parent1:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    content: "";
    width: 29px;
    height: 1px;
    background: #BE1E2D;
  }
}

.foot_navi1 > li {
  padding: 5px 0;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  .foot_navi1 > li {
    padding: 0;
    font-size: 18px;
  }
}
.foot_navi1 > li a {
  transition: all .3s;
}
.foot_navi1 > li a:hover {
  opacity: .6;
}

.copyright {
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .copyright {
    padding-bottom: 20px;
  }
}
.copyright small {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .copyright small {
    font-size: 15px;
  }
}

/* 汎用スタイル---------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img100 img {
  width: 100%;
  height: auto;
}

.img_res img {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: 600;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}

.jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .mb15 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .mb20 {
    margin-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 50px;
  }
}

/* トップ---------------- */
#top_mv {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#top_slider {
  position: relative;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
  #top_slider {
    width: 100%;
  }
}

.mv_scroll1 {
  position: relative;
  width: 100px;
  padding-top: 30vw;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .mv_scroll1 {
    display: none;
  }
}

#slider1 {
  position: relative;
  width: 100%;
}
#slider1 li img {
  width: 100%;
  height: auto;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.btn_scroll a {
  transition: all .3s;
}
.btn_scroll a:hover {
  opacity: .7;
}

.top_mv_copy {
  position: absolute;
  top: 20vw;
  left: 56px;
  width: 36.6%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top_mv_copy {
    top: auto;
    bottom: 48vw;
    left: 0;
    right: 0;
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
  }
}
.top_mv_copy img {
  width: 100%;
  height: auto;
}

.top_mv_news {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 90%;
  max-width: 1100px;
  min-height: 60px;
  padding: 15px 30px;
  text-align: left;
  font-size: 14px;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .top_mv_news {
    width: 94%;
    height: 74px;
    padding: 10px 5px 10px 30px;
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
    overflow: hidden;
  }
}
.top_mv_news ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top_mv_news ul li {
    display: block;
  }
}

.top_mv_news_date {
  position: relative;
  width: 160px;
}
.top_mv_news_date:after {
  position: absolute;
  top: 15px;
  right: 30px;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .top_mv_news_date:after {
    display: none;
  }
}

.top_mv_news_tit {
  width: calc(100% - 160px);
}
@media screen and (max-width: 1024px) {
  .top_mv_news_tit {
    width: 100%;
    white-space: nowrap;
  }
}

#top_about {
  padding: 120px 0 80px;
}
@media screen and (max-width: 1024px) {
  #top_about {
    padding: 50px 0 50px;
  }
}

.h2_bg1 {
  position: absolute;
  top: 40px;
  right: -40px;
  writing-mode: vertical-rl;
  line-height: .8;
  font-size: 130px;
  color: #FFEFF1;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .h2_bg1 {
    top: 520px;
    right: -10px;
    font-size: 60px;
    z-index: 2;
  }
}

.top_about_copy {
  position: absolute;
  top: 40px;
  left: 40px;
  line-height: 1;
  font-size: 100px;
  color: #BE1E2D;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .top_about_copy {
    top: 20px;
    left: 20px;
    font-size: 60px;
  }
}

.col1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .col1 {
    display: block;
  }
}

.col1_1 {
  width: 46.7%;
  margin-right: 3.3%;
}
@media screen and (max-width: 1024px) {
  .col1_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.col1_2 {
  width: 50%;
  padding-top: 230px;
}
@media screen and (max-width: 1024px) {
  .col1_2 {
    position: relative;
    width: 100%;
    padding-top: 0;
    z-index: 3;
  }
}

.top_about_t1 {
  margin-bottom: 40px;
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .top_about_t1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.p1 {
  margin-bottom: 20px;
}

.btn1 a {
  position: relative;
  display: inline-block;
  height: 80px;
  padding: 25px 144px 25px 0;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .btn1 a {
    height: 48px;
    padding: 13px 88px 13px 0;
  }
}
.btn1 a:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: #BE1E2D;
  border-radius: 50%;
  transition: all .3s;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .btn1 a:before {
    width: 48px;
    height: 48px;
  }
}
.btn1 a:after {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  content: "";
  width: 94px;
  height: 15px;
  background: url("../img/icon_link1.png") no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .btn1 a:after {
    top: 18px;
    right: 18px;
    width: 56px;
    height: 8px;
  }
}
.btn1 a:hover::before {
  top: -2px;
  right: -2px;
  width: 84px;
  height: 84px;
}

#top_business {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #top_business {
    padding-bottom: 0;
  }
}
#top_business .inner {
  position: relative;
  z-index: 2;
}

.top_business_bg {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top_business_bg {
    display: none;
  }
}
.top_business_bg img {
  width: 100%;
  height: auto;
  transition: all .3s;
}

.top_business_h2 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top_business_h2 {
    margin-bottom: 20px;
  }
}
.top_business_h2 .top_business_h2_en {
  font-size: 130px;
  line-height: 1;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .top_business_h2 .top_business_h2_en {
    font-size: 60px;
  }
}
.top_business_h2 h2 {
  position: absolute;
  top: 20px;
  left: 350px;
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .top_business_h2 h2 {
    top: 10px;
    left: 150px;
    font-size: 30px;
  }
}

.top_business_slider {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top_business_slider {
    width: 100%;
  }
}

#slider2 li a {
  display: block;
  height: 100%;
  padding: 40px;
  background: #fff;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  #slider2 li a {
    padding: 30px 5%;
    color: #fff;
    background: #BE1E2D;
  }
}
#slider2 li a .slider2_t1 {
  font-size: 12px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  #slider2 li a .slider2_t1 {
    font-size: 10px;
  }
}
#slider2 li a .slider2_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 40px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #slider2 li a .slider2_btn {
    top: 20px;
    right: 10px;
    width: 67px;
    height: 34px;
  }
}
#slider2 li a .slider2_btn:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #BE1E2D;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #slider2 li a .slider2_btn:before {
    width: 34px;
    height: 34px;
    background: #fff;
  }
}
#slider2 li a .slider2_icon {
  position: relative;
}
#slider2 li a .slider2_icon:after {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  content: "";
  width: 68px;
  height: 11px;
  background: url("../img/icon_link2.png") no-repeat;
  background-size: 68px 11px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #slider2 li a .slider2_icon:after {
    width: 57px;
    height: 8px;
    background: url("../img/icon_link3.png") no-repeat;
    background-size: 57px 8px;
  }
}
#slider2 li a:hover {
  color: #fff;
  background: #BE1E2D;
}
#slider2 li a:hover .slider2_t1 {
  color: #fff;
}
#slider2 li a:hover .slider2_btn:before {
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  background: #fff;
}
#slider2 li a:hover .slider2_icon:after {
  background: url("../img/icon_link3.png") no-repeat;
  background-size: 68px 11px;
}

.slider2_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .slider2_img {
    margin-bottom: 0;
  }
}
.slider2_img img {
  width: 100%;
  height: auto;
}

.slider2_txt {
  position: relative;
}

.slider2_t2 {
  margin-bottom: 15px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .slider2_t2 {
    font-size: 22px;
  }
}

#slider2 .slick-track {
  display: flex;
  align-items: stretch;
}

#slider2 .slick-slide {
  height: auto !important;
}

#top_strength {
  padding: 80px 0 200px;
  color: #fff;
  background: url("../img/top_strength_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1024px) {
  #top_strength {
    padding: 50px 0 55px;
    background: url("../img/top_strength_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.top_strength_tit {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 130px;
}
@media screen and (max-width: 1024px) {
  .top_strength_tit {
    margin-bottom: 10px;
    font-size: 60px;
  }
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .col2 {
    display: block;
  }
}

.col2_1 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .col2_1 {
    width: 100%;
    margin-bottom: 180px;
  }
}

.col2_2 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .col2_2 {
    width: 100%;
  }
}

.h2_1 {
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .h2_1 {
    text-align: right;
    font-size: 30px;
  }
}

.p2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p2 {
    margin-bottom: 20px;
  }
}

#top_strength .btn1 a {
  color: #fff;
}

#top_special {
  padding-bottom: 140px;
  background: url("../img/top_special_bg.png") no-repeat;
  background-size: cover;
  background-position: left bottom;
}
@media screen and (max-width: 1024px) {
  #top_special {
    padding: 50px 0 17vw;
    background: url("../img/top_special_bg_sp.png") no-repeat;
    background-size: cover;
    background-position: left bottom;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .col3 {
    display: block;
    margin-left: 20px;
  }
}

.col3_1 {
  width: 25.8%;
  margin-right: 7.5%;
}
@media screen and (max-width: 1024px) {
  .col3_1 {
    width: 100%;
    margin-right: 0;
  }
}

.col3_2 {
  width: 66.7%;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .col3_2 {
    width: 100%;
    padding-top: 0;
  }
}

.h2_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .h2_2 {
    margin-bottom: 20px;
  }
}
.h2_2 .h2_2_en {
  width: 150px;
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 130px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h2_2 .h2_2_en {
    display: inline-block;
    width: auto;
    writing-mode: horizontal-tb;
    margin-right: 10px;
    font-size: 60px;
  }
}
.h2_2 h2 {
  width: calc(100% - 150px);
  writing-mode: vertical-rl;
  margin-top: 155px;
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .h2_2 h2 {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    writing-mode: horizontal-tb;
    font-size: 30px;
  }
}

#top_special .btn1 {
  margin-top: -20px;
}

.ul1 li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1024px) {
  .ul1 li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.ul1 li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .ul1 li a {
    align-items: flex-start;
  }
}
.ul1 li a:hover {
  opacity: .7;
}
.ul1 li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .ul1 li:last-child {
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
  }
}

.ul1_img {
  width: 25%;
  margin-right: 6.25%;
}
@media screen and (max-width: 1024px) {
  .ul1_img {
    width: 34.6%;
    margin-right: 5.4%;
  }
}
.ul1_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 1.4;
  border-radius: 30px;
}

.ul1_txt {
  width: 68.75%;
}
@media screen and (max-width: 1024px) {
  .ul1_txt {
    width: 60%;
    font-size: 14px;
  }
}

.ul1_date {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .ul1_date {
    margin-bottom: 0;
  }
}

.ul1_cate {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .ul1_cate {
    padding: 1px 6px;
    font-size: 12px;
  }
}

#top_case-study {
  position: relative;
  padding: 75px 0 330px;
}
@media screen and (max-width: 1024px) {
  #top_case-study {
    padding: 50px 0 80px;
  }
}
#top_case-study:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 62.3%;
  height: 787px;
  background: url("../img/top_case-study_bg.png") no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media screen and (max-width: 1024px) {
  #top_case-study:before {
    width: 100%;
    height: 329px;
  }
}

.col4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .col4 {
    display: block;
  }
}

.col4_1 {
  order: 2;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .col4_1 {
    width: 100%;
  }
}

.col4_2 {
  order: 1;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .col4_2 {
    width: 100%;
  }
}

.top_case-study_post_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .top_case-study_post_img {
    position: relative;
    margin-bottom: 20px;
  }
}
.top_case-study_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.top_case-study_post_cs {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top_case-study_post_cs {
    display: block;
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 27px;
    color: #fff;
  }
}

.top_case-study_post_txt h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .top_case-study_post_txt h3 {
    font-size: 22px;
  }
}

.top_case-study_txt {
  padding-right: 8%;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .top_case-study_txt {
    padding-right: 0;
    text-align: left;
  }
}

.h2_3 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .h2_3 {
    position: relative;
    margin-bottom: 20px;
  }
}
.h2_3 .h2_3_en {
  line-height: 1;
  font-size: 130px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h2_3 .h2_3_en {
    font-size: 60px;
  }
}
.h2_3 h2 {
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .h2_3 h2 {
    position: absolute;
    bottom: 0;
    left: 200px;
    font-size: 30px;
  }
}

#top_footer {
  position: relative;
}
#top_footer:before {
  position: absolute;
  top: -85px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 85px);
  background: url("../img/line1.png") no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #top_footer:before {
    top: -40px;
    height: 684px;
    background: url("../img/line1_sp.png") no-repeat;
    background-size: 100%;
    background-position: left top;
  }
}

#link_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  #link_box {
    display: block;
  }
}

.link_box1, .link_box2 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .link_box1, .link_box2 {
    width: 100%;
  }
}
.link_box1 p, .link_box2 p {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .link_box1 p, .link_box2 p {
    max-width: 210px;
  }
}

.link_box1 a {
  position: relative;
  display: block;
  min-height: 545px;
  padding: 350px 50px 40px 100px;
  text-align: left;
  color: #fff;
  background: url("../img/top_recruit_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .link_box1 a {
    min-height: 300px;
    padding: 160px 5% 40px 10%;
  }
}
.link_box1 a:hover .link_btn1:before {
  top: -2px;
  right: -2px;
  width: 84px;
  height: 84px;
}

.link_box2 a {
  position: relative;
  display: block;
  min-height: 545px;
  padding: 350px 50px 40px 100px;
  text-align: left;
  color: #fff;
  background: url("../img/top_sdgs_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .link_box2 a {
    min-height: 300px;
    padding: 160px 5% 40px 10%;
  }
}
.link_box2 a:hover .link_btn1:before {
  top: -2px;
  right: -2px;
  width: 84px;
  height: 84px;
}

.link_btn1 {
  position: absolute;
  bottom: 40px;
  right: 50px;
  width: 125px;
  height: 80px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .link_btn1 {
    bottom: 24px;
    right: 20px;
    width: 74px;
    height: 48px;
  }
}
.link_btn1:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: #BE1E2D;
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .link_btn1:before {
    width: 48px;
    height: 48px;
  }
}

.link_icon1 {
  position: relative;
}
.link_icon1:after {
  position: absolute;
  top: 32px;
  left: 0;
  display: block;
  content: "";
  width: 94px;
  height: 15px;
  background: url("../img/icon_link1.png") no-repeat;
  background-size: 94px 15px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .link_icon1:after {
    top: 19px;
    width: 56px;
    height: 8px;
    background: url("../img/icon_link1.png") no-repeat;
    background-size: 56px 8px;
  }
}

.link_box_bgtxt {
  position: absolute;
  top: 20px;
  right: 20px;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-size: 80px;
  color: #fff;
  opacity: .8;
}
@media screen and (max-width: 1024px) {
  .link_box_bgtxt {
    font-size: 40px;
  }
}

.h2_4 {
  margin-bottom: 20px;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .h2_4 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

/* 下層ページ---------------- */
#pankuzu {
  margin-bottom: 20px;
}
#pankuzu ul li {
  display: inline-block;
}
#pankuzu ul li a:hover {
  text-decoration: underline;
}
#pankuzu ul li:after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin: 0 10px;
  border-top: 1px solid #29120D;
  border-right: 1px solid #29120D;
  content: "";
  vertical-align: 3px;
}
#pankuzu ul li:last-child:after {
  display: none;
}

.mv_scroll2 {
  position: absolute;
  top: 30vw;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .mv_scroll2 {
    display: none;
  }
}

/* 企業理念 */
.sub_mv1 {
  position: relative;
  min-height: 510px;
  padding-top: 130px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sub_mv1 {
    min-height: 410px;
    padding-top: 105px;
  }
}

#mission_mv {
  background: url("../img/mission-message_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #mission_mv {
    background: url("../img/mission-message_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

.sub_mv_txt1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .sub_mv_txt1 {
    padding-top: 20px;
  }
}

.h1_1_en {
  line-height: .9;
  margin-bottom: 20px;
  font-size: 100px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h1_1_en {
    font-size: 60px;
  }
}

.h1_1 {
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .h1_1 {
    font-size: 30px;
  }
}

.content1 {
  padding: 60px 0 50px;
}
@media screen and (max-width: 1024px) {
  .content1 {
    padding: 30px 0 50px;
  }
}

.box1 {
  margin-bottom: 20px;
  padding: 35px;
  background: #FAFAFA;
}
@media screen and (max-width: 1024px) {
  .box1 {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.box1 p {
  margin-left: 1em;
  text-indent: -1em;
}

.col5 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .col5 {
    display: block;
    color: #fff;
    background: #BE1E2D;
  }
}

.col5_1 {
  order: 2;
  width: calc(100% - 200px);
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .col5_1 {
    width: 100%;
    padding: 40px 5% 30px;
  }
}

.col5_2 {
  order: 1;
  width: 100px;
  margin-right: 100px;
}
@media screen and (max-width: 1024px) {
  .col5_2 {
    width: 100%;
    margin-right: 0;
    padding: 0 0 30px 5%;
    overflow: hidden;
  }
}

.tate_txt1 {
  writing-mode: vertical-rl;
  line-height: .8;
  font-size: 130px;
  color: #FFEFF1;
}
@media screen and (max-width: 1024px) {
  .tate_txt1 {
    writing-mode: horizontal-tb;
  }
}

.h2_5 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .h2_5 {
    font-size: 40px;
  }
}

.big1 {
  font-size: 18px;
}

/* 会社概要 */
.sub_mv2 {
  position: relative;
  padding-top: 130px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sub_mv2 {
    padding-top: 105px;
  }
}

.content2 {
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .content2 {
    padding-bottom: 50px;
  }
}

.h1_2 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.h1_2 .h1_2_en {
  line-height: .9;
  font-size: 100px;
  color: #FFEFF1;
}
@media screen and (max-width: 1024px) {
  .h1_2 .h1_2_en {
    font-size: 60px;
  }
}
.h1_2 h1 {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.table1 {
  width: 100%;
}
.table1 th {
  width: 34%;
  padding: 20px 10px 20px 30px;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .table1 th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }
}
.table1 td {
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1024px) {
  .table1 td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
  }
}

.ul2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .ul2 {
    display: block;
  }
}
.ul2 li {
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 16px;
  background: #FAFAFA;
}
@media screen and (max-width: 1024px) {
  .ul2 li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 16px;
  }
}
.ul2 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .ul2 li:nth-child(3n) {
    margin: 0 auto 16px;
  }
}
.ul2 li a {
  display: block;
  padding: 30px 20px 20px;
  transition: all .3s;
}
.ul2 li a:hover {
  opacity: .7;
}
.ul2 li a p {
  margin-bottom: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #BE1E2D;
}
.ul2 li a p.p4 {
  padding-bottom: 33px;
}

.ul2_t1 {
  min-height: 50px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 20px;
  color: #BE1E2D;
}

.ul2_bn {
  text-align: center;
}

.content3 {
  padding-bottom: 40px;
}

.ul3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .ul3 {
    display: block;
  }
}
.ul3 li {
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .ul3 li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.ul3 li:nth-child(3n) {
  margin-right: 0;
}

/* 事業紹介 */
.sub_mv3 {
  position: relative;
  min-height: 510px;
  padding-top: 130px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sub_mv3 {
    min-height: auto;
    padding-top: 105px;
  }
}

#business_mv {
  background: url("../img/business_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #business_mv {
    background: #fff;
  }
}

.h1_3 {
  position: relative;
}
.h1_3 .h1_3_en {
  line-height: .9;
  margin-bottom: 20px;
  font-size: 100px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h1_3 .h1_3_en {
    font-size: 60px;
  }
}
.h1_3 h1 {
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  .h1_3 h1 {
    position: absolute;
    top: 0;
    left: 150px;
    font-size: 30px;
  }
}

.content4 {
  padding: 30px 0 20px;
}
@media screen and (max-width: 1024px) {
  .content4 {
    padding: 20px 0;
  }
}

.txt1 {
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .txt1 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.ul4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .ul4 {
    display: block;
  }
}
.ul4 li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .ul4 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.ul4 li:nth-child(3n) {
  margin-right: 0;
}
.ul4 li a {
  display: block;
  height: 100%;
  padding: 20px 20px 30px;
  text-align: left;
  background: #FAFAFA;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .ul4 li a {
    color: #fff;
    background: #BE1E2D;
  }
}
.ul4 li a .ul4_t1 {
  font-size: 12px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .ul4 li a .ul4_t1 {
    font-size: 10px;
  }
}
.ul4 li a .ul4_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 40px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ul4 li a .ul4_btn {
    top: 20px;
    right: 10px;
    width: 67px;
    height: 34px;
  }
}
.ul4 li a .ul4_btn:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #BE1E2D;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .ul4 li a .ul4_btn:before {
    width: 34px;
    height: 34px;
    background: #fff;
  }
}
.ul4 li a .ul4_icon {
  position: relative;
}
.ul4 li a .ul4_icon:after {
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  content: "";
  width: 68px;
  height: 11px;
  background: url("../img/icon_link2.png") no-repeat;
  background-size: 68px 11px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .ul4 li a .ul4_icon:after {
    width: 57px;
    height: 8px;
    background: url("../img/icon_link3.png") no-repeat;
    background-size: 57px 8px;
  }
}
.ul4 li a:hover {
  color: #fff;
  background: #BE1E2D;
}
.ul4 li a:hover .ul4_t1 {
  color: #fff;
}
.ul4 li a:hover .ul4_btn:before {
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  background: #fff;
}
.ul4 li a:hover .ul4_icon:after {
  background: url("../img/icon_link3.png") no-repeat;
  background-size: 68px 11px;
}

.ul4_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .ul4_img {
    margin-bottom: 0;
  }
}
.ul4_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4.3 / 3;
  border-radius: 50px;
}

.ul4_txt {
  position: relative;
}

.ul4_t2 {
  margin-bottom: 15px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .ul4_t2 {
    font-size: 22px;
  }
}

/* KGJの強味 */
#strengths_mv {
  background: url("../img/strengths_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #strengths_mv {
    background: url("../img/strengths_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

.strengths1_1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .strengths1_1 {
    margin-bottom: 40px;
  }
}

.h2_6_l {
  width: 100%;
  height: 132px;
  margin-bottom: 40px;
  background: url("../img/h2_line1_1.png") no-repeat;
  background-size: 50% 132px;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .h2_6_l {
    height: 100px;
    margin-bottom: 25px;
    background-size: 50% 100px;
  }
}
.h2_6_l .h2_6_l_1 {
  width: 90%;
  max-width: 1200px;
  height: 132px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .h2_6_l .h2_6_l_1 {
    height: 100px;
  }
}
.h2_6_l .h2_6_l_2 {
  position: relative;
  width: 67.8%;
  height: 132px;
  padding: 25px 20px 0 80px;
  background: url("../img/h2_line1.png") no-repeat;
  background-size: 914px 132px;
  background-position: right top;
}
@media screen and (max-width: 1024px) {
  .h2_6_l .h2_6_l_2 {
    width: 100%;
    height: 100px;
    padding: 7px 40px 0 50px;
    background-size: auto 100px;
  }
}
.h2_6_l .h2_6_l_no {
  position: absolute;
  top: 20px;
  left: 0;
  line-height: .9;
  font-size: 100px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h2_6_l .h2_6_l_no {
    top: 25%;
    font-size: 60px;
  }
}
.h2_6_l h2 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .h2_6_l h2 {
    font-size: 18px;
  }
}

.h2_6_r {
  width: 100%;
  height: 132px;
  margin-bottom: 40px;
  background: url("../img/h2_line2_1.png") no-repeat;
  background-size: 50% 132px;
  background-position: right top;
}
@media screen and (max-width: 1024px) {
  .h2_6_r {
    height: 100px;
    margin-bottom: 25px;
    background-size: 50% 100px;
  }
}
.h2_6_r .h2_6_r_1 {
  width: 90%;
  max-width: 1200px;
  height: 132px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .h2_6_r .h2_6_r_1 {
    height: 100px;
  }
}
.h2_6_r .h2_6_r_2 {
  position: relative;
  display: inline-block;
  width: 67.8%;
  height: 132px;
  padding: 25px 20px 0 160px;
  text-align: left;
  background: url("../img/h2_line2.png") no-repeat;
  background-size: 1000px 132px;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .h2_6_r .h2_6_r_2 {
    width: 100%;
    height: 100px;
    padding: 7px 10px 0 70px;
    background-size: auto 100px;
  }
}
.h2_6_r .h2_6_r_no {
  position: absolute;
  top: 20px;
  left: 80px;
  line-height: .9;
  font-size: 100px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h2_6_r .h2_6_r_no {
    top: 25%;
    left: 20px;
    font-size: 60px;
  }
}
.h2_6_r h2 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .h2_6_r h2 {
    font-size: 18px;
  }
}

.col6 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .col6 {
    display: block;
  }
}

.col6_1 {
  width: 45.8%;
}
@media screen and (max-width: 1024px) {
  .col6_1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col6_2 {
  width: 54.2%;
  padding: 50px 5.8% 0 4.2%;
}
@media screen and (max-width: 1024px) {
  .col6_2 {
    width: 100%;
    padding: 0;
  }
}

.col6_3 {
  order: 2;
  width: 45.8%;
}
@media screen and (max-width: 1024px) {
  .col6_3 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col6_4 {
  order: 1;
  width: 54.2%;
  padding: 50px 5.8% 0 4.2%;
}
@media screen and (max-width: 1024px) {
  .col6_4 {
    width: 100%;
    padding: 0;
  }
}

.h3_1 {
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .h3_1 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.strengths1_2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .strengths1_2 {
    margin-bottom: 0;
  }
}

/* 特集 */
#feature_mv {
  background: url("../img/feature_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #feature_mv {
    background: url("../img/feature_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

.content5 {
  position: relative;
  padding: 50px 0 80px;
}
@media screen and (max-width: 1024px) {
  .content5 {
    padding: 30px 0 50px;
  }
}

.main_col1 {
  position: relative;
  width: 75%;
  min-height: 500px;
  margin-left: 25%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .main_col1 {
    width: 100%;
    min-height: 100px;
    margin-left: 0;
    margin-bottom: 70px;
  }
}

.ul5 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .ul5 {
    display: block;
    padding-bottom: 20px;
  }
}
.ul5 li {
  width: 47.8%;
  margin-right: 4.4%;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .ul5 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }
}
.ul5 li:nth-child(2n) {
  margin-right: 0;
}
.ul5 li a {
  display: block;
  height: 100%;
  text-align: left;
  transition: all .3s;
}
.ul5 li a:hover {
  opacity: .7;
}
.ul5 li p {
  line-height: 1.6;
}

.ul5_img {
  margin-bottom: 20px;
}
.ul5_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4.3 / 3;
  border-radius: 50px;
}

.ul5_cate {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 15px;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 15px;
}

.ul5_tit {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .ul5_tit {
    font-size: 22px;
  }
}

.ul5_date {
  margin-bottom: 10px;
  font-size: 16px;
}

.pagenation .wp-pagenavi {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.pagenation .wp-pagenavi a.page {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  padding-top: 3px;
  border-radius: 15px;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .pagenation .wp-pagenavi a.page {
    margin: 0 5px;
  }
}
.pagenation .wp-pagenavi a.page:hover {
  color: #fff;
  background: #BE1E2D;
}
.pagenation .wp-pagenavi a.previouspostslink {
  display: inline-block;
  margin-right: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 94px;
  height: 15px;
  background: url("../img/icon_prev1.png") no-repeat;
  background-size: 100%;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .pagenation .wp-pagenavi a.previouspostslink {
    width: 47px;
    height: 8px;
    margin-right: 7px;
  }
}
.pagenation .wp-pagenavi a.previouspostslink:hover {
  opacity: .7;
}
.pagenation .wp-pagenavi a.nextpostslink {
  display: inline-block;
  margin-left: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 94px;
  height: 15px;
  background: url("../img/icon_next1.png") no-repeat;
  background-size: 100%;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .pagenation .wp-pagenavi a.nextpostslink {
    width: 47px;
    height: 8px;
    margin-left: 7px;
  }
}
.pagenation .wp-pagenavi a.nextpostslink:hover {
  opacity: .7;
}
.pagenation .wp-pagenavi span.current {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  padding-top: 3px;
  border-radius: 15px;
  color: #fff;
  background: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .pagenation .wp-pagenavi span.current {
    margin: 0 5px;
  }
}
.pagenation .wp-pagenavi .pages {
  display: none;
}

.side_col1 {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .side_col1 {
    position: static;
  }
}
.side_col1:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 28%;
  height: 100%;
  background: #BE1E2D;
}
@media screen and (max-width: 1920px) {
  .side_col1:before {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .side_col1:before {
    display: none;
  }
}

.side_col1_in {
  width: 20.33%;
  max-width: 244px;
  padding: 35px 3.6% 30px 0;
  color: #fff;
  background: #BE1E2D;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .side_col1_in {
    width: 100%;
    max-width: 1100px;
    padding: 40px 20px 30px;
    border-radius: 30px;
  }
}
.side_col1_in a {
  color: #fff;
  transition: all .3s;
}
.side_col1_in a:hover {
  opacity: .7;
}

.side_t1 {
  font-size: 12px;
}

.side_h3_1 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-size: 27px;
  border-bottom: 4px solid #fff;
}

.side_ul1 {
  margin-bottom: 40px;
}
.side_ul1 li {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 20px;
}

.small1 {
  font-size: 16px;
}

/* 特集詳細 */
#feature_post1 .side_col1 {
  top: 50px;
}

.post_header {
  margin-bottom: 40px;
}

.post_cate1 {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 15px;
  line-height: 1.5;
  font-size: 14px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 15px;
}

.post_tit1 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .post_tit1 {
    font-size: 22px;
  }
}

.post_date1 {
  margin-bottom: 10px;
  font-size: 16px;
}

.post_body {
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .post_body {
    padding-bottom: 70px;
  }
}
.post_body h2 {
  margin: 40px 0 20px;
  font-size: 22px;
}
.post_body h3 {
  margin: 30px 0 15px;
  font-size: 18px;
}
.post_body h4 {
  margin: 20px 0 10px;
  font-size: 17px;
}
.post_body p {
  margin-bottom: 20px;
}
.post_body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.post_footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .post_footer {
    font-size: 16px;
  }
}
.post_footer a {
  text-decoration: none;
  transition: all .3s;
}
.post_footer a:hover {
  opacity: .7;
}

.post_footer_back {
  width: 33.3%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .post_footer_back {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post_footer_back a {
  display: inline-block;
  width: 272px;
  height: 57px;
  padding-top: 8px;
  font-size: 24px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 29px;
}
@media screen and (max-width: 1024px) {
  .post_footer_back a {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 22px;
  }
}

.post_footer_prev {
  width: 33.3%;
  padding-top: 12px;
}
@media screen and (max-width: 1024px) {
  .post_footer_prev {
    width: 48%;
    margin-right: 4%;
  }
}
.post_footer_prev a {
  display: inline-block;
  padding: 5px 0 5px 105px;
  background: url("../img/icon_prev1.png") no-repeat;
  background-size: 94px 15px;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  .post_footer_prev a {
    padding: 5px 0 5px 55px;
    background-size: 47px 7px;
  }
}

.post_footer_next {
  width: 33.3%;
  padding-top: 12px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .post_footer_next {
    width: 48%;
  }
}
.post_footer_next a {
  display: inline-block;
  padding: 5px 105px 5px 0;
  background: url("../img/icon_next1.png") no-repeat;
  background-size: 94px 15px;
  background-position: right center;
}
@media screen and (max-width: 1024px) {
  .post_footer_next a {
    padding: 5px 55px 5px 0;
    background-size: 47px 7px;
  }
}

/* 実績 */
#achievements_mv {
  background: url("../img/achievements_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #achievements_mv {
    background: url("../img/achievements_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

/* 実績詳細 */
#achievements_post1 .side_col1 {
  top: 50px;
}

/* 採用情報 */
#recruit_mv {
  background: url("../img/recruit_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #recruit_mv {
    background: url("../img/recruit_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

.content6 {
  position: relative;
  padding: 40px 0 80px;
}
@media screen and (max-width: 1024px) {
  .content6 {
    padding: 30px 0 50px;
  }
}

.col7 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .col7 {
    display: block;
  }
}

.col7_1 {
  width: 45.8%;
  margin-right: 4.2%;
}
@media screen and (max-width: 1024px) {
  .col7_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.col7_2 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .col7_2 {
    width: 100%;
    padding: 0;
  }
}

.txt2 {
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .txt2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .page_navi1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.page_navi1 li {
  display: inline-block;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .page_navi1 li {
    display: block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .page_navi1 li:nth-child(2n) {
    margin-right: 0;
  }
}
.page_navi1 li a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 10px 65px 10px 20px;
  background: #FAFAFA;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .page_navi1 li a {
    display: block;
    margin-right: 0;
    padding: 10px 40px 10px 10px;
  }
}
.page_navi1 li a:hover {
  background: #D9D9D9;
}
.page_navi1 li a:after {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/icon_link4.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .page_navi1 li a:after {
    top: 17px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.page_navi1_t1 {
  font-size: 12px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .page_navi1_t1 {
    font-size: 10px;
  }
}

.page_navi1_t2 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .page_navi1_t2 {
    font-size: 15px;
  }
}

.content7 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .content7 {
    padding-bottom: 50px;
  }
}

.h2_7 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.h2_7 .h2_7_en {
  line-height: .9;
  font-size: 100px;
  color: #FFEFF1;
}
@media screen and (max-width: 1024px) {
  .h2_7 .h2_7_en {
    font-size: 60px;
  }
}
.h2_7 h2 {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.txt3 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.link_box3, .link_box4 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .link_box3, .link_box4 {
    width: 100%;
  }
}
.link_box3 p, .link_box4 p {
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .link_box3 p, .link_box4 p {
    max-width: 210px;
  }
}

.link_box3 a {
  position: relative;
  display: block;
  min-height: 545px;
  padding: 350px 50px 40px 100px;
  text-align: left;
  color: #fff;
  background: url("../img/sub_overview_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .link_box3 a {
    min-height: 300px;
    padding: 160px 5% 40px 10%;
  }
}
.link_box3 a:hover .link_btn1:before {
  top: -2px;
  right: -2px;
  width: 84px;
  height: 84px;
}

.link_box4 a {
  position: relative;
  display: block;
  min-height: 545px;
  padding: 350px 50px 40px 100px;
  text-align: left;
  color: #fff;
  background: url("../img/sub_business_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .link_box4 a {
    min-height: 300px;
    padding: 160px 5% 40px 10%;
  }
}
.link_box4 a:hover .link_btn1:before {
  top: -2px;
  right: -2px;
  width: 84px;
  height: 84px;
}

.col8 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .col8 {
    display: block;
  }
}

.col8_1 {
  width: 44.2%;
  margin-right: 4.7%;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .col8_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.col8_1 p {
  line-height: 1.5;
}

.col8_2 {
  width: 44.2%;
  margin-right: 6.9%;
}
@media screen and (max-width: 1024px) {
  .col8_2 {
    width: 100%;
    margin-right: 0;
  }
}

.col8_t1 {
  margin-bottom: 35px;
  font-size: 49px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .col8_t1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

.col8_t2 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .col8_t2 {
    font-size: 20px;
  }
}

.col8_t3 {
  font-size: 26px;
  opacity: .1;
}
@media screen and (max-width: 1024px) {
  .col8_t3 {
    font-size: 20px;
  }
}

.txt4 {
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .txt4 {
    font-size: 20px;
  }
}

.slider_wrapper1 {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}

.slider3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .slider3 {
    margin-bottom: 20px;
  }
}
.slider3 li {
  margin: 0 20px;
}
.slider3 li a {
  display: block;
  height: 100%;
  background: #fff;
  transition: all .3s;
}
.slider3 li a:hover {
  opacity: .7;
}
.slider3 button.slick-prev {
  width: 50px;
  height: 50px;
  top: 45%;
  left: 0;
  background: url("../img/slide_prev1.png") no-repeat;
  background-size: 100%;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .slider3 button.slick-prev {
    width: 40px;
    height: 40px;
  }
}
.slider3 button.slick-prev:before {
  content: "";
}
.slider3 button.slick-prev:hover {
  opacity: .6;
}
.slider3 button.slick-next {
  width: 50px;
  height: 50px;
  top: 45%;
  right: 0;
  background: url("../img/slide_next1.png") no-repeat;
  background-size: 100%;
  transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .slider3 button.slick-next {
    width: 40px;
    height: 40px;
  }
}
.slider3 button.slick-next:before {
  content: "";
}
.slider3 button.slick-next:hover {
  opacity: .6;
}
.slider3 button.slick-prev, .slider3 button.slick-next {
  z-index: 100;
}
.slider3 .slick-arrow {
  z-index: 10;
}

.slider3_img {
  margin-bottom: 20px;
}
.slider3_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4.3 / 3;
  border-radius: 30px;
}

.slider3_txt {
  position: relative;
}
.slider3_txt p {
  line-height: 1.5;
}

.slider3_cate {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .slider3_cate {
    padding: 1px 6px;
    font-size: 12px;
  }
}

.slider3_tit {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .slider3_tit {
    font-size: 18px;
  }
}

.slider3_date {
  margin-bottom: 10px;
  font-size: 16px;
}

.slider3 .slick-track {
  display: flex;
  align-items: stretch;
}

.slider3 .slick-slide {
  height: auto !important;
}

.content8 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .content8 {
    padding-bottom: 40px;
  }
}

.tab-wrap {
  position: relative;
}

.tab-list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 30px;
  background: #FAFAFA;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .tab-list {
    width: 100%;
  }
}

.tab-item {
  width: 50%;
  height: 60px;
  padding-top: 15px;
  font-size: 20px;
  background: #FAFAFA;
  text-align: center;
  cursor: pointer;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .tab-item {
    height: 50px;
    padding-top: 12px;
    font-size: 18px;
  }
}

.tab-item:hover {
  opacity: .7;
}

.tab-item.is-active {
  color: #fff;
  background: #BE1E2D;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .tab-item.is-active {
    border-radius: 25px;
  }
}

.panel-item {
  display: none;
}

.panel-item.is-active {
  display: block;
  animation: panel-show .5s ease-in-out forwards;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion1 {
  width: 100%;
}
.accordion1 > li {
  width: 100%;
  margin-bottom: 20px;
  background: #FAFAFA;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .accordion1 > li {
    margin-bottom: 10px;
    border-radius: 20px;
  }
}

.button_1 {
  position: relative;
  width: 100%;
  padding: 30px 90px 30px 85px;
  text-align: left;
  cursor: pointer;
  border: none;
  font-size: 16px;
  color: #29120D;
  background: #FAFAFA;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .button_1 {
    padding: 10px 40px 10px 52px;
    border-radius: 20px;
  }
}
.button_1:after {
  position: absolute;
  top: 30px;
  right: 40px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_open1.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .button_1:after {
    top: 14px;
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.button_1.active {
  transition: .4s;
}
.button_1.active:after {
  width: 20px;
  height: 20px;
  background: url("../img/icon_close1.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  .button_1.active:after {
    width: 15px;
    height: 15px;
  }
}

.accordion1_t1 {
  position: absolute;
  top: 12px;
  left: 35px;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .accordion1_t1 {
    top: 2px;
    left: 12px;
    font-size: 30px;
  }
}

.accordion1_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20% 20px 40px;
}
@media screen and (max-width: 1024px) {
  .accordion1_in {
    padding: 10px 40px 10px 15px;
  }
}
.accordion1_in p {
  line-height: 1.5;
}

.accordion1_t2 {
  width: 50px;
  font-size: 40px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .accordion1_t2 {
    width: 40px;
    font-size: 30px;
  }
}

.accordion1_txt {
  width: calc(100% - 50px);
}
@media screen and (max-width: 1024px) {
  .accordion1_txt {
    width: calc(100% - 40px);
  }
}

/* 採用情報詳細 */
.col9 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .col9 {
    display: block;
  }
}

.col9_1 {
  width: 45.8%;
  margin-right: 4.2%;
}
@media screen and (max-width: 1024px) {
  .col9_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.col9_2 {
  width: 50%;
  padding: 30px 5.8% 0 0;
}
@media screen and (max-width: 1024px) {
  .col9_2 {
    width: 100%;
    padding: 0;
  }
}

.txt5 {
  margin-bottom: 20px;
  font-size: 26px;
}

/* 人材紹介 */
#human-resource_mv {
  background: url("../img/human-resource_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #human-resource_mv {
    background: url("../img/human-resource_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

.content9 {
  padding: 40px 0 30px;
}
@media screen and (max-width: 1024px) {
  .content9 {
    padding: 30px 0;
  }
}

.h2_8 {
  width: 100%;
  height: 118px;
  margin-bottom: 40px;
  background: url("../img/h2_line3_1.png") no-repeat;
  background-size: 50% 118px;
  background-position: left top;
}
@media screen and (max-width: 1024px) {
  .h2_8 {
    height: 100px;
    margin-bottom: 30px;
    background-size: 50% 100px;
  }
}
.h2_8 .h2_8_1 {
  width: 90%;
  max-width: 1200px;
  height: 118px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .h2_8 .h2_8_1 {
    height: 100px;
  }
}
.h2_8 .h2_8_2 {
  position: relative;
  width: 100%;
  height: 118px;
  padding: 27px 20px 0 0;
  background: url("../img/h2_line3.png") no-repeat;
  background-size: 1200px 118px;
  background-position: right top;
}
@media screen and (max-width: 1024px) {
  .h2_8 .h2_8_2 {
    width: 100%;
    height: 100px;
    padding: 15px 40px 0 10px;
    background-size: auto 100px;
  }
}
.h2_8 h2 {
  display: inline-block;
  margin-right: 20px;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .h2_8 h2 {
    display: block;
    line-height: 1.3;
    font-size: 32px;
  }
}

.h2_8_en {
  display: inline-block;
  font-size: 24px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .h2_8_en {
    display: block;
    font-size: 20px;
  }
}

.h3_2 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.h3_2 .h3_2_en {
  line-height: .9;
  font-size: 100px;
  color: #FFEFF1;
}
@media screen and (max-width: 1024px) {
  .h3_2 .h3_2_en {
    font-size: 60px;
  }
}
.h3_2 h3 {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.col10 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .col10 {
    display: block;
    margin-bottom: 10px;
  }
}

.col10_1 {
  position: relative;
  width: 39.2%;
  margin-right: 2.5%;
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 1024px) {
  .col10_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
  }
}
.col10_1:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 85%;
  height: 100%;
  background: #BE1E2D;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .col10_1:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 72.5%;
  }
}
.col10_1 .img100 {
  position: relative;
  z-index: 2;
}

.col10_2 {
  width: 58.3%;
  padding: 40px 5.8% 0 0;
}
@media screen and (max-width: 1024px) {
  .col10_2 {
    width: 100%;
    padding: 0;
  }
}

.content10 {
  padding: 50px 0 60px;
  color: #fff;
  background: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .content10 {
    padding: 30px 0;
  }
}

.h3_3 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.h3_3 .h3_3_en {
  line-height: .9;
  font-size: 100px;
  color: #fff;
  opacity: .2;
}
@media screen and (max-width: 1024px) {
  .h3_3 .h3_3_en {
    font-size: 60px;
  }
}
.h3_3 h3 {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  font-size: 30px;
}

.ul6 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .ul6 {
    display: block;
  }
}
.ul6 li {
  width: 30%;
  margin-right: 5%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ul6 li {
    width: 100%;
    margin-right: 0;
  }
}
.ul6 li:nth-child(3n) {
  margin-right: 0;
}
.ul6 li p {
  line-height: 1.6;
}

.ul6_img {
  margin-bottom: 20px;
}
.ul6_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 1024px) {
  .ul6_img {
    margin-bottom: 10px;
  }
}

.ul6_t1 {
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .ul6_t1 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .slider4 li {
    margin: 0 10px 10px;
  }
}

.slider4 .slick-track {
  display: flex;
  align-items: stretch;
}

.slider4 .slick-slide {
  height: auto !important;
}

.content11 {
  padding: 70px 0 120px;
}
@media screen and (max-width: 1024px) {
  .content11 {
    padding: 30px 0 70px;
  }
}

.content12 {
  padding: 60px 0 70px;
  color: #fff;
  background: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .content12 {
    padding: 30px 0;
  }
}

#human-resource-process .txt3 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #human-resource-process .txt3 {
    text-align: left;
  }
}

.ul7 li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  padding: 25px 10% 25px 30px;
  color: #29120D;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .ul7 li {
    padding: 15px;
    border-radius: 20px;
  }
}

.ul7_no {
  width: 30px;
  font-size: 20px;
  color: #BE1E2D;
}
@media screen and (max-width: 1024px) {
  .ul7_no {
    width: 35px;
  }
}

.ul7_t1 {
  width: 180px;
  padding: 0 10px;
  line-height: 1.3;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .ul7_t1 {
    text-align: left;
    font-size: 20px;
  }
}

.ul7_t2 {
  width: calc(100% - 210px);
}
@media screen and (max-width: 1024px) {
  .ul7_t2 {
    width: 100%;
  }
}

/* IT開発／オフショア */
#it-development_mv {
  background: url("../img/it-development_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #it-development_mv {
    background: url("../img/it-development_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

/* アパレル */
#apparel_mv {
  background: url("../img/apparel_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #apparel_mv {
    background: url("../img/apparel_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

/* お問い合わせ */
.table2 {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .table2 {
    margin-bottom: 30px;
  }
}
.table2 th {
  width: 23%;
  padding: 10px 0;
  font-size: 18px;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .table2 th {
    display: block;
    width: 100%;
    padding: 20px 5px 10px;
  }
}
.table2 td {
  width: 77%;
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .table2 td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  th.th1 {
    display: none;
  }
}

td.td1 {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  td.td1 {
    padding: 5px;
  }
}

.req1 {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 6px;
  font-size: 13px;
  color: #BE1E2D;
  border: 1px solid #BE1E2D;
  border-radius: 10px;
}

.req2 {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 6px;
  font-size: 13px;
  color: #999;
  border: 1px solid #999;
  border-radius: 10px;
}

.input1 {
  width: 100%;
  padding: 15px;
  font-size: 14px;
}

a.link1 {
  text-decoration: underline;
}

input.btn_form1 {
  width: 100%;
  max-width: 272px;
  height: 57px;
  font-size: 24px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 30px;
  transition: all .3s;
}
input.btn_form1:hover {
  opacity: .7;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

span.wpcf7-spinner {
  display: block;
}

.h1_4 {
  margin: 50px 0 40px;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .h1_4 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

.box2 {
  margin-bottom: 80px;
  padding: 60px 10% 50px;
  background: #FAFAFA;
}

.table3 {
  width: 100%;
  font-size: 18px;
}
.table3 th {
  width: 30%;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #D9D9D9;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .table3 th {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }
}
.table3 td {
  width: 70%;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1024px) {
  .table3 td {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
  }
}
.table3 tr:last-child th, .table3 tr:last-child td {
  border-bottom: none;
}

input.btn_reset {
  width: 100%;
  max-width: 272px;
  height: 57px;
  margin-right: 50px;
  font-size: 24px;
  color: #fff;
  background: #999;
  border-radius: 30px;
  transition: all .3s;
}
input.btn_reset:hover {
  opacity: .7;
}

.content13 {
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .content13 {
    padding-bottom: 80px;
  }
}

.p3 {
  margin-bottom: 60px;
}

.btn3 a {
  display: block;
  width: 100%;
  max-width: 272px;
  height: 57px;
  margin: 0 auto;
  padding-top: 8px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #BE1E2D;
  border-radius: 30px;
  transition: all .3s;
}
.btn3 a:hover {
  opacity: .7;
}

/* インタビュー */
#interview_mv {
  background: url("../img/feature_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #interview_mv {
    background: url("../img/feature_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

/* インタビュー詳細 */
#interview_post1 .side_col1 {
  top: 50px;
}

/* SDGs */
#sdgs_mv {
  background: url("../img/sdgs_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1024px) {
  #sdgs_mv {
    background: url("../img/sdgs_mv_sp.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

.content14 {
  position: relative;
  padding: 90px 0 130px;
}
@media screen and (max-width: 1024px) {
  .content14 {
    padding: 40px 0 50px;
  }
}

.col11 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .col11 {
    display: block;
  }
}

.col11_1 {
  width: 44.2%;
  margin-right: 5.8%;
}
@media screen and (max-width: 1024px) {
  .col11_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.col11_2 {
  width: 44.2%;
  margin-right: 5.8%;
}
@media screen and (max-width: 1024px) {
  .col11_2 {
    width: 100%;
    margin-right: 0;
  }
}

.col11_3 {
  order: 2;
  width: 44.2%;
  margin-right: 5.8%;
}
@media screen and (max-width: 1024px) {
  .col11_3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.col11_4 {
  order: 1;
  width: 44.2%;
  margin-right: 5.8%;
}
@media screen and (max-width: 1024px) {
  .col11_4 {
    width: 100%;
    margin-right: 0;
  }
}

.h2_9 {
  margin-bottom: 30px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .h2_9 {
    margin-bottom: 10px;
  }
}
.h2_9 .h2_9_no {
  font-size: 50px;
  color: #BE1E2D;
}

/* 404 */
#error1 .btn1 a {
  margin: 0 auto;
}
