@charset "UTF-8";
.sns_wrap_con {
  position: fixed;
  width: 100%;
  height: 34px;
  z-index: 9998;
  background-color: transparent;
  transition: background-color 0.5s ease;
}
.sns_wrap_con:before {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  left: 6.5%;
  z-index: 5;
}
@media (max-width: 1290px) {
  .sns_wrap_con:before {
    left: 45px;
  }
}
@media (max-width: 480px) {
  .sns_wrap_con:before {
    left: 30px;
  }
}
.sns_wrap_con:after {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  right: 6.5%;
}
@media (max-width: 1290px) {
  .sns_wrap_con:after {
    right: 45px;
  }
}
@media (max-width: 480px) {
  .sns_wrap_con:after {
    right: 30px;
  }
}
.sns_wrap_con .sns_wrap_inner:after {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  right: 50%;
  transform: translateX(50%);
}
.sns_wrap_con .sns_wrap_inner .sns_wrap {
  position: absolute;
  top: 5px;
  width: 130px;
  right: 14%;
  z-index: 9000;
}
@media (max-width: 1290px) {
  .sns_wrap_con .sns_wrap_inner .sns_wrap {
    display: none;
  }
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap {
  display: flex;
  justify-content: space-between;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .sns_i {
  position: relative;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .sns_i:last-of-type:after {
  display: none;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .sns_i:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 12px;
  background: #fff;
  content: "";
  right: -20px;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .x_i {
  width: 13.6px;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .x_i a img {
  width: 100%;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .insta_i {
  width: 17px;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .insta_i a img {
  width: 100%;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .youtube_i {
  width: 19.6px;
}
.sns_wrap_con .sns_wrap_inner .sns_wrap .s_wrap .youtube_i a img {
  width: 100%;
}

.sns_wrap_con.is-scrolled {
  background-color: #fafafa;
}
.sns_wrap_con.is-scrolled:before {
  background: #eee;
}
.sns_wrap_con.is-scrolled:after {
  background: #eee;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner:after {
  background: #eee;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap {
  position: absolute;
  top: 5px;
  width: 130px;
  right: 14%;
  z-index: 9000;
}
@media (max-width: 1290px) {
  .sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap {
    display: none;
  }
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap {
  display: flex;
  justify-content: space-between;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .sns_i {
  position: relative;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .sns_i:last-of-type:after {
  display: none;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .sns_i:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 1px;
  height: 12px;
  background: #1d323e;
  content: "";
  right: -20px;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .x_i {
  width: 13.6px;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .x_i a img {
  width: 100%;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .insta_i {
  width: 17px;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .insta_i a img {
  width: 100%;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .youtube_i {
  width: 19.6px;
}
.sns_wrap_con.is-scrolled .sns_wrap_inner .sns_wrap .s_wrap .youtube_i a img {
  width: 100%;
}

.sns_wrap_con img {
  transition: opacity 0.3s ease;
}

.fv_main {
  position: relative;
  z-index: 1;
  background-image: url(../img/fv.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.fv_main:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 6.5%;
}
@media (max-width: 1290px) {
  .fv_main:before {
    left: 45px;
  }
}
@media (max-width: 480px) {
  .fv_main:before {
    left: 30px;
  }
}
.fv_main:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  right: 6.5%;
}
@media (max-width: 1290px) {
  .fv_main:after {
    right: 45px;
  }
}
@media (max-width: 480px) {
  .fv_main:after {
    right: 30px;
  }
}
.fv_main .fv_main_con:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 104px);
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 480px) {
  .fv_main .fv_main_con:before {
    height: calc(100% - 84px);
  }
}
.fv_main .fv_main_con:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 50%;
  transform: translateY(-50%);
}
.fv_main .fv_main_con h1.ttl {
  position: absolute;
  top: calc(50% - 17px);
  transform: translateY(-50%);
  font-size: 70px;
  font-size: clamp(70px, 4.828vw, 105px);
  font-weight: normal;
  left: 10%;
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 1290px) {
  .fv_main .fv_main_con h1.ttl {
    font-size: 55px;
    top: calc(50% - 114px);
    left: 84px;
  }
}
@media (max-width: 700px) {
  .fv_main .fv_main_con h1.ttl {
    top: calc(50% - 87px);
    font-size: 30px;
    left: 72px;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_main_con h1.ttl {
    top: calc(50% - 82px);
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1290px) {
  .fv_main .fv_main_con h1.ttl span {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_main_con h1.ttl span {
    padding: 5px;
    width: 100%;
  }
}
.fv_main .fv_main_con p.sub_ttl {
  position: absolute;
  top: calc(50% - 16px);
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: normal;
  right: 10.5%;
}
@media (max-width: 1290px) {
  .fv_main .fv_main_con p.sub_ttl {
    top: calc(50% + 28px);
    right: auto;
    left: 84px;
  }
}
@media (max-width: 700px) {
  .fv_main .fv_main_con p.sub_ttl {
    font-size: 14px;
    left: 72px;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_main_con p.sub_ttl {
    top: calc(50% + 14px);
    left: 20px;
    line-height: 1;
  }
}
.fv_main .fv_main_con p.sub_ttl span {
  color: #fff;
}
@media (max-width: 1290px) {
  .fv_main .fv_main_con p.sub_ttl span {
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  .fv_main .fv_main_con p.sub_ttl span {
    padding: 0;
  }
}
.fv_main .fv_main_con .fv_side_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6.5%;
  height: calc(100% - 104px);
}
@media (max-width: 1340px) {
  .fv_main .fv_main_con .fv_side_btn {
    display: none;
  }
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b a {
  width: 100%;
  height: 100%;
  display: block;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; /* 縦書き（行の進行方向：右→左） */
  text-orientation: upright; /* 文字を縦向きに（漢字・かなはそのまま） */
  line-height: 1.8; /* 行間の調整 */
  font-size: 18px;
  white-space: normal; /* 必要に応じて改行の扱いを調整 */
  -webkit-writing-mode: vertical-rl; /* 古いブラウザ向けのベンダープレフィックス（残しておく）*/
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1 {
  height: calc(50% - 51px);
  transition: 0.5s;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1:hover {
  background: #fff;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1:hover a {
  color: #1d323e;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1:hover a span:before {
  background-image: url(../img/side-btn-b1-i-h.svg);
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1 a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.5s;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1 a span {
  position: relative;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b1 a span:before {
  top: -22%;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  content: "";
  background-image: url(../img/side-btn-b1-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  height: 10px;
  transition: 0.5s;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2 {
  height: calc(50% + 51px);
  transition: 0.5s;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2:hover {
  background: #fff;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2:hover a {
  color: #1d323e;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2:hover a span:before {
  background-image: url(../img/side-btn-b2-i-h.svg);
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2 a {
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.5s;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2 a span {
  position: relative;
}
.fv_main .fv_main_con .fv_side_btn .side_btn_b.b2 a span:before {
  top: -16%;
  right: 50%;
  transform: translateX(50%);
  position: absolute;
  content: "";
  background-image: url(../img/side-btn-b2-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13px;
  height: 11px;
  transition: 0.5s;
}

.lower_fv_btn.pc_only {
  position: relative;
  z-index: 2;
  width: 87%;
  margin: 0 auto;
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
  gap: 0.6%;
}
@media (max-width: 1290px) {
  .lower_fv_btn.pc_only {
    width: calc(100% - 90px);
  }
}
@media (max-width: 1050px) {
  .lower_fv_btn.pc_only {
    display: none;
  }
}
.lower_fv_btn.pc_only:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 101px);
  background: #eee;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.lower_fv_btn.pc_only .l_fv_btn_b {
  position: relative;
  width: 25%;
  height: 187px;
  border-radius: 4px;
  background: #fff;
  transition: 0.5s;
}
.lower_fv_btn.pc_only .l_fv_btn_b:hover {
  transform: translateY(-10px);
}
.lower_fv_btn.pc_only .l_fv_btn_b a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.lower_fv_btn.pc_only .l_fv_btn_b a .upper_txt {
  font-weight: 200;
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lower_fv_btn.pc_only .l_fv_btn_b a .upper_txt .u_i {
  width: 10px;
  position: relative;
  top: -2px;
}
.lower_fv_btn.pc_only .l_fv_btn_b a .upper_txt .u_i img {
  width: 100%;
}
.lower_fv_btn.pc_only .l_fv_btn_b a .upper_txt .u_txt {
  font-size: 14px;
}
.lower_fv_btn.pc_only .l_fv_btn_b a .c_txt {
  font-size: 20px;
  color: #1d323e;
  position: absolute;
  left: 30px;
}
@media (max-width: 1250px) {
  .lower_fv_btn.pc_only .l_fv_btn_b a .c_txt {
    font-size: 16px;
    left: 15px;
  }
}
.lower_fv_btn.pc_only .l_fv_btn_b a .smaller {
  font-size: 16px;
}
@media (max-width: 1250px) {
  .lower_fv_btn.pc_only .l_fv_btn_b a .smaller {
    font-size: 14px;
  }
}
.lower_fv_btn.pc_only .l_fv_btn_b a .c_i {
  width: 17px;
  position: absolute;
  right: 10px;
}
.lower_fv_btn.pc_only .l_fv_btn_b a .c_i img {
  width: 100%;
}
.lower_fv_btn.pc_only .first {
  background: #20272e;
}
.lower_fv_btn.pc_only .first a .upper_txt .u_txt {
  color: #fff;
}
.lower_fv_btn.pc_only .first a .c_txt {
  color: #fff;
}

.lower_fv_btn.tab_only {
  display: none;
}
@media (max-width: 1050px) {
  .lower_fv_btn.tab_only {
    position: relative;
    z-index: 2;
    width: calc(100% - 93px);
    margin: 0 auto;
    margin-top: -138px;
    display: block;
  }
}
@media (max-width: 480px) {
  .lower_fv_btn.tab_only {
    width: calc(100% - 63px);
  }
}
.lower_fv_btn.tab_only:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  left: 50%;
  transform: translateX(-50%);
}
.lower_fv_btn.tab_only .l_fv_btn_b.first {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background: #fff;
  background: #20272e;
  transition: 0.5s;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first:hover {
  transform: translateY(-10px);
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .upper_txt {
  font-weight: 200;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .upper_txt .u_i {
  width: 10px;
  position: relative;
  top: -2px;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .upper_txt .u_i img {
  width: 100%;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .upper_txt .u_txt {
  font-size: 10px;
  color: #fff;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .c_txt {
  font-size: 16px;
  color: #1d323e;
  position: absolute;
  left: 48px;
  color: #fff;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .smaller {
  font-size: 16px;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .c_i {
  width: 22px;
  position: absolute;
  left: 20px;
}
.lower_fv_btn.tab_only .l_fv_btn_b.first a .c_i img {
  width: 100%;
}

.slider_area {
  position: relative;
  padding: 10px 0 150px;
  background: #fafafa;
}
@media (max-width: 1290px) {
  .slider_area {
    padding: 10px 0 95px;
  }
}
@media (max-width: 480px) {
  .slider_area {
    padding: 10px 0 74px;
  }
}
.slider_area:before {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  left: 50%;
  transform: translateX(-50%);
}
.slider_area .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .slider_area .inner {
    width: calc(100% - 93px);
  }
}
@media (max-width: 480px) {
  .slider_area .inner {
    width: calc(100% - 63px);
  }
}

/*--------------
一つ目のスライダー（フルワイド）CSS
---------------*/
.slider1_wrap {
  position: relative;
}

.slider1 {
  position: relative;
  border-radius: 4px;
}
.slider1:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 26.5px;
  height: 15.6px;
  position: absolute;
  bottom: 46px;
  right: 41px;
  z-index: 9;
}
@media (max-width: 600px) {
  .slider1:before {
    width: 15px;
    height: 9px;
    bottom: 38px;
    right: 25px;
  }
}
.slider1:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
  content: "";
  z-index: 8;
  border-radius: 2px;
}
@media (max-width: 600px) {
  .slider1:after {
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 10px;
  }
}
.slider1:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.slider1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 26.207vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1050px) {
  .slider1 .swiper-wrapper .swiper-slide img {
    height: 69.01vw;
  }
}
@media (max-width: 600px) {
  .slider1 .swiper-wrapper .swiper-slide img {
    height: 98.133vw;
  }
}

.slider1_prev,
.slider1_next {
  position: absolute;
  bottom: 30px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 480px) {
  .slider1_prev,
.slider1_next {
    width: 30px;
    height: 30px;
  }
}

.slider1_prev {
  background-image: url(../img/slider-area-prev.svg);
  left: 30px;
}
@media (max-width: 480px) {
  .slider1_prev {
    left: 15px;
  }
}

.slider1_next {
  background-image: url(../img/slider-area-next.svg);
  left: 80px;
}
@media (max-width: 480px) {
  .slider1_next {
    left: 51px;
  }
}

/*--------------
一つ目のスライダー（フルワイド）CSS終わり
---------------*/
/*--------------
2つ目のスライダー（カテゴリフィルタ・右端見切れ）CSS
---------------*/
.slider2_sec {
  margin-top: -35px;
  margin-left: 6.6%;
}
@media (max-width: 1290px) {
  .slider2_sec {
    margin-left: 47px;
  }
}
@media (max-width: 480px) {
  .slider2_sec {
    margin-left: 32px;
  }
}

.slider2_filter {
  margin-bottom: 20px;
}

.slider2_filter button {
  padding: 8px 16px;
  margin-right: 10px;
  border: 1px solid #aaa;
  background: #fff;
  cursor: pointer;
}

.slider2_filter button.active {
  background: #333;
  color: #fff;
}

.slider2_wrap {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 725px) {
  .slider2_wrap {
    margin-top: 0;
  }
}

.slider2 {
  padding-left: 20px;
}

.slider2 .swiper-slide {
  margin-right: 20px;
  width: clamp(280px, 19.31vw, 420px);
  height: clamp(195px, 13.448vw, 292px);
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 63px;
  background: #fafafa;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .slider2 .swiper-slide {
    width: 260px;
    height: 140px;
  }
}
.slider2 .swiper-slide:hover {
  background: #fff;
  transform: translateY(-20px);
  border: 1px solid #0068e2;
  box-shadow: 0 20px 15px #eee;
}
.slider2 .swiper-slide:hover:before {
  background-image: url(../img/l-b-h-arrow.svg);
  z-index: 5;
}
.slider2 .swiper-slide:hover .n_date {
  color: #0068e2;
}
.slider2 .swiper-slide:hover .n_ttl {
  color: #0068e2;
}
.slider2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider2_prev,
.slider2_next {
  position: absolute;
  z-index: 10;
  bottom: 3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slider2_prev {
  left: 1px;
  background-image: url(../img/slide-prev-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 480px) {
  .slider2_prev {
    left: calc(50% - 33px);
  }
}

.slider2_next {
  left: 48px;
  background-image: url(../img/slide-next-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 480px) {
  .slider2_next {
    left: calc(50% + 1px);
  }
}

.slider2_prev,
.slider2_next {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto;
}
@media (max-width: 480px) {
  .slider2_prev,
.slider2_next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    transform: translateX(-50%);
  }
}

/* Swiperが付ける無効化クラスを無視 */
.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*--------------
2つ目のスライダー（カテゴリフィルタ・右端見切れ）CSS終わり
---------------*/
/*--------------
3つ目のスライダー（4枚・右端見切れ）CSS
---------------*/
.slider3_sec {
  margin-left: 6.6%;
}
@media (max-width: 1290px) {
  .slider3_sec {
    margin-left: 47px;
  }
}
@media (max-width: 480px) {
  .slider3_sec {
    margin-left: 32px;
  }
}

.slider3_wrap {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .slider3_wrap {
    margin-top: 128px;
  }
}
@media (max-width: 480px) {
  .slider3_wrap {
    margin-top: 90px;
  }
}

.slider3 {
  padding-left: 20px;
}
.slider3 .swiper-wrapper {
  margin-bottom: 63px;
}

.slider3 .swiper-slide {
  width: 240px;
  margin-right: 20px;
}

.slider3_prev,
.slider3_next {
  position: absolute;
  z-index: 10;
  bottom: -22px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.slider3_prev {
  left: 20px;
}

.slider3_next {
  left: 70px;
}

/*--------------
3つ目のスライダー（4枚・右端見切れ）CSS終わり
---------------*/
.news {
  position: relative;
}
.news:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: 0;
}
.news .ttl_con {
  position: relative;
}
.news .ttl_con:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.news .ttl_con .ttl_b {
  position: relative;
  z-index: 5;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .news .ttl_con .ttl_b {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .news .ttl_con .ttl_b {
    width: calc(100% - 60px);
  }
}
.news .ttl_con .ttl_b .main {
  position: relative;
  width: 50%;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .news .ttl_con .ttl_b .main {
    font-size: 70px;
  }
}
@media (max-width: 507px) {
  .news .ttl_con .ttl_b .main {
    font-size: 63px;
  }
}
@media (max-width: 480px) {
  .news .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.news .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.news .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.news .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .news .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.news .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.news .news_btn {
  position: absolute;
  bottom: -20px;
  right: 6.5%;
  z-index: 7;
}
@media (max-width: 1290px) {
  .news .news_btn {
    right: 45px;
  }
}
@media (max-width: 530px) {
  .news .news_btn {
    bottom: -65px;
  }
}
@media (max-width: 480px) {
  .news .news_btn {
    right: 50%;
    transform: translateX(50%);
    bottom: -80px;
  }
}

.slider2 .swiper-slide {
  position: relative;
  margin-top: 20px;
}
.slider2 .swiper-slide:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/l-b-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 10px;
  content: "";
  transition: 0.5s;
}
.slider2 .swiper-slide .n_date {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  font-weight: 400;
}
.slider2 .swiper-slide .n_cat {
  position: relative;
  margin-top: 40px;
  padding: 4px 10px;
  padding-left: 27px;
  font-size: 12px;
  color: #0068e2;
  background: #fff;
  display: inline-block;
  border-radius: 9999px;
  margin-left: 30px;
}
@media (max-width: 480px) {
  .slider2 .swiper-slide .n_cat {
    padding: 5px 8px;
    padding-left: 26px;
    margin-left: 20px;
    margin-top: 11px;
    font-size: 10px;
  }
}
.slider2 .swiper-slide .n_cat:before {
  position: absolute;
  background-image: url(../img/logo-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media (max-width: 480px) {
  .slider2 .swiper-slide .n_cat:before {
    left: 10px;
  }
}
.slider2 .swiper-slide .n_ttl {
  font-weight: 400;
  margin-top: 20px;
  padding: 0 30px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .slider2 .swiper-slide .n_ttl {
    margin-top: 15px;
  }
}

.news_category {
  position: relative;
  width: 672px;
  margin-left: auto;
  margin-right: 6.5%;
  z-index: 6;
}
@media (max-width: 881px) {
  .news_category {
    width: 609px;
    margin-right: 45px;
  }
}
@media (max-width: 845px) {
  .news_category {
    width: 100%;
    margin-top: 60px;
  }
}
.news_category .news-cat-btn {
  border: none;
  background: none;
  color: inherit;
  font-size: 16px;
  padding: 8px 20px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* アクティブ状態 */
.news_category .news-cat-btn.is-active {
  color: #0068e2;
  background: rgba(0, 104, 226, 0.05);
  border-radius: 9999px;
}

/* PC */
.news_category_select {
  display: none;
}

/* SP */
@media screen and (max-width: 724px) {
  .news_category_btns {
    display: none;
  }
  .news_category_select {
    position: relative;
    display: block;
    width: calc(100% - 45px);
    z-index: 6;
  }
  .news_category_select:after {
    position: absolute;
    background: url(../img/news-select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: 2;
    width: 10px;
    height: 6px;
    right: 15px;
    z-index: 8;
  }
}
@media screen and (max-width: 724px) and (max-width: 480px) {
  .news_category_select {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 724px) {
  #news-category-select {
    outline: none;
    background: #fafafa;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #0068e2;
    letter-spacing: 0.1em;
  }
}
.about {
  position: relative;
  padding: 163px 0;
}
@media (max-width: 1290px) {
  .about {
    padding: 110px 0;
  }
}
@media (max-width: 480px) {
  .about {
    padding: 160px 0 50px;
  }
}
.about:before {
  top: 0;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  left: 50%;
  transform: translateX(-50%);
}
.about .inner {
  position: relative;
}
.about .inner:before {
  top: 0;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  left: 6.5%;
}
@media (max-width: 1290px) {
  .about .inner:before {
    display: none;
  }
}
.about .inner:after {
  top: 0;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  right: 6.5%;
  z-index: 5;
}
@media (max-width: 1290px) {
  .about .inner:after {
    display: none;
  }
}
.about .inner .ttl_con {
  margin-bottom: clamp(55px, 3.793vw, 82.5px);
  position: relative;
}
@media (max-width: 480px) {
  .about .inner .ttl_con {
    margin-bottom: 28px;
  }
}
.about .inner .ttl_con:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.about .inner .ttl_con .ttl_b {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .about .inner .ttl_con .ttl_b {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .about .inner .ttl_con .ttl_b {
    width: calc(100% - 60px);
  }
}
.about .inner .ttl_con .ttl_b .main {
  position: relative;
  width: 50%;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .about .inner .ttl_con .ttl_b .main {
    font-size: 70px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about .inner .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.about .inner .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
@media (max-width: 1290px) {
  .about .inner .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.about .inner .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.about .inner .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .about .inner .ttl_con .ttl_b .sub {
    margin-top: 10px;
    font-size: 16px;
  }
}
.about .inner .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.about .inner .about_con .wrap {
  display: flex;
  align-items: flex-end;
  gap: clamp(60px, 4.138vw, 4.318vw);
}
@media (max-width: 1450px) {
  .about .inner .about_con .wrap {
    gap: 46px;
  }
}
.about .inner .about_con .wrap:first-of-type {
  margin-bottom: clamp(60px, 4.138vw, 90px);
}
@media (max-width: 1450px) {
  .about .inner .about_con .wrap:first-of-type {
    margin-right: 93px;
  }
}
@media (max-width: 1290px) {
  .about .inner .about_con .wrap:first-of-type {
    margin-right: 45px;
  }
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap:first-of-type {
    display: block;
  }
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap:first-of-type {
    margin-bottom: 47px;
    margin-right: 30px;
  }
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap:first-of-type .right {
    width: calc(100% - 45px);
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap:first-of-type .right {
    width: calc(100% - 30px);
  }
}
.about .inner .about_con .wrap .left {
  position: relative;
  width: clamp(835px, 57.655vw, 57.655vw);
  flex: 0 0 clamp(835px, 57.655vw, 57.655vw);
  height: clamp(450px, 31.034vw, 31.034vw);
  overflow: hidden;
  z-index: 6;
}
@media (max-width: 1450px) {
  .about .inner .about_con .wrap .left {
    width: 64.2%;
    flex: none;
  }
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap .left {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left {
    height: 200px;
  }
}
.about .inner .about_con .wrap .left:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left:before {
    width: 15px;
    height: 9px;
    bottom: 28px;
    right: 25px;
  }
}
.about .inner .about_con .wrap .left:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left:after {
    width: 46px;
    height: 46px;
    bottom: 10px;
    right: 10px;
  }
}
.about .inner .about_con .wrap .left:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.about .inner .about_con .wrap .left .l_bg:before {
  position: absolute;
  top: 0;
  background-image: url(../img/img-cover-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.6;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left .l_bg:before {
    background-image: url(../img/img-cover-sp-bg.png);
  }
}
.about .inner .about_con .wrap .left .l_bg:hover img {
  transform: scale(1.1);
}
.about .inner .about_con .wrap .left .l_bg img.pc_only {
  width: 100%;
  height: clamp(450px, 31.034vw, 31.034vw);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left .l_bg img.pc_only {
    display: none;
  }
}
.about .inner .about_con .wrap .left .l_bg img.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left .l_bg img.sp_only {
    display: block;
    width: 100%;
    height: 200px;
    transition: 0.5s;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about .inner .about_con .wrap .left .img_txt {
  position: absolute;
  font-weight: 200;
  left: 50px;
  bottom: 50px;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left .img_txt {
    font-size: 28px;
    left: 30px;
    bottom: 30px;
  }
}
.about .inner .about_con .wrap .left .img_txt span {
  font-size: clamp(28px, 1.931vw, 42px);
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .left .img_txt span {
    font-size: 18px;
  }
}
.about .inner .about_con .wrap .right {
  width: clamp(447px, 30.8vw, 30.8vw);
}
@media (max-width: 1450px) {
  .about .inner .about_con .wrap .right {
    width: 35.8%;
  }
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap .right {
    width: 100%;
  }
}
.about .inner .about_con .wrap .right .ttl {
  font-size: clamp(28px, 1.931vw, 42px);
  margin-bottom: clamp(25px, 1.724vw, 37.5px);
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap .right .ttl {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .right .ttl {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about .inner .about_con .wrap .right .txt {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap .right .txt {
    font-size: 14px;
  }
}
.about .inner .about_con .wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1450px) {
  .about .inner .about_con .wrap.reverse {
    margin-left: 93px;
  }
}
@media (max-width: 1290px) {
  .about .inner .about_con .wrap.reverse {
    margin-left: 45px;
  }
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap.reverse {
    display: block;
  }
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap.reverse {
    margin-left: 30px;
  }
}
@media (max-width: 700px) {
  .about .inner .about_con .wrap.reverse .right {
    width: calc(100% - 45px);
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .about .inner .about_con .wrap.reverse .right {
    width: calc(100% - 30px);
  }
}

.company {
  position: relative;
  padding: 24px 0 150px;
}
@media (max-width: 810px) {
  .company {
    padding: 24px 0 110px;
  }
}
@media (max-width: 480px) {
  .company {
    padding: 24px 0 78px;
  }
}
.company:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: 5;
}
.company .inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .company .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .company .inner {
    width: calc(100% - 60px);
  }
}
.company .inner:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
.company .inner .c_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .company .inner .c_wrap {
    gap: 40px;
  }
}
@media (max-width: 1290px) {
  .company .inner .c_wrap {
    gap: 0;
  }
}
.company .inner .c_wrap .left {
  width: 50%;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left {
    width: 100%;
  }
}
.company .inner .c_wrap .left .ttl_con {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  position: relative;
  z-index: 7;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con {
    margin-bottom: 30px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b {
  margin-left: auto;
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main {
    font-size: 70px;
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.company .inner .c_wrap .left .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.company .inner .c_wrap .left .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.company .inner .c_wrap .left .l_txt {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  font-weight: 400;
}
.company .inner .c_wrap .left .right.sp_only {
  display: none;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 6;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only {
    height: 200px;
    margin-bottom: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    right: 125px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    bottom: 50%;
    right: 118px;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .right.sp_only:before {
    width: 15px;
    height: 9px;
    right: 69px;
  }
}
.company .inner .c_wrap .left .right.sp_only:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    right: 105px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    width: 46px;
    height: 46px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .right.sp_only:after {
    right: 54px;
  }
}
.company .inner .c_wrap .left .right.sp_only:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only:hover:before {
    -webkit-animation: arrow-line-p2 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
    animation: arrow-line-p2 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
  position: absolute;
  padding: 0 clamp(50px, 3.448vw, 75px);
  font-weight: 200;
  bottom: clamp(110px, 7.586vw, 165px);
  color: #fff;
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
    padding: 0 110px 0 50px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con {
    padding: 0;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con span {
  font-size: clamp(28px, 1.931vw, 42px);
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1 {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(40px, 2.759vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1 {
    top: 38px;
    font-size: 24px;
    left: 20px;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1:before {
  top: -30px;
  left: -26px;
  width: 100%;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "TOP MESSAGE";
  font-weight: 400;
  font-size: clamp(62px, 4.276vw, 93px);
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt1:before {
    display: none;
    top: 38px;
    left: 20px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg a .img_txt_con .txt2 {
    display: none;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg:hover img {
  transform: scale(1.1);
}
.company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
  width: 100%;
  height: clamp(560px, 38.621vw, 840px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
    height: 400px;
    -o-object-position: center -72px;
       object-position: center -72px;
  }
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.tab_only {
    display: none;
  }
}
.company .inner .c_wrap .left .right.sp_only .l_bg img.sp_only {
  display: none;
}
@media (max-width: 610px) {
  .company .inner .c_wrap .left .right.sp_only .l_bg img.sp_only {
    display: block;
    width: 100%;
    height: 200px;
    transition: 0.5s;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: calc(100% - 45px) 0px;
       object-position: calc(100% - 45px) 0px;
  }
}
.company .inner .c_wrap .left .right.sp_only .img_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b {
  transition: 0.5s;
  border-bottom: 1px solid #eee;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b {
    position: relative;
    z-index: 7;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:first-of-type {
  border-top: 1px solid #eee;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:hover {
  background: #1d323e;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b:hover a {
  color: #fff;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a {
  display: block;
  position: relative;
  font-size: 20px;
  padding: 23px 0;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a {
    padding: 16px 0;
    padding-left: 40px;
    font-size: 16px;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  bottom: 34px;
  left: 10px;
  z-index: 5;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a:before {
    bottom: 27px;
  }
}
.company .inner .c_wrap .left .c_btn_con .c_btn_b a:after {
  position: absolute;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  content: "";
  z-index: 4;
  border-radius: 2px;
}
@media (max-width: 480px) {
  .company .inner .c_wrap .left .c_btn_con .c_btn_b a:after {
    top: 12px;
  }
}
.company .inner .c_wrap .right.pc_only {
  position: relative;
  width: clamp(575px, 39.655vw, 862.5px);
  height: clamp(560px, 38.621vw, 840px);
  overflow: hidden;
  z-index: 6;
}
@media (max-width: 1450px) {
  .company .inner .c_wrap .right.pc_only {
    width: 46%;
  }
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only {
    top: 148px;
    left: 45px;
    width: 44.792vw;
    height: 48.948vw;
  }
}
@media (max-width: 810px) {
  .company .inner .c_wrap .right.pc_only {
    display: none;
  }
}
.company .inner .c_wrap .right.pc_only:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 19.5px;
  height: 11.6px;
  position: absolute;
  bottom: 40px;
  right: 35px;
  z-index: 5;
}
.company .inner .c_wrap .right.pc_only:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
}
.company .inner .c_wrap .right.pc_only:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
@media (max-width: 810px) {
  .company .inner .c_wrap .right.pc_only .l_bg {
    display: none;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con {
  position: absolute;
  padding: 0 clamp(50px, 3.448vw, 75px);
  font-weight: 200;
  bottom: clamp(110px, 7.586vw, 165px);
  color: #fff;
  z-index: 10;
  line-height: 1.25;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con {
    bottom: 15.979vw;
    padding: 0 1.51vw;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con span {
  font-size: clamp(28px, 1.931vw, 42px);
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1 {
  position: relative;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(40px, 2.759vw, 60px);
  letter-spacing: 0.1em;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1 {
    font-size: 3.4vw;
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1:before {
  top: -30px;
  left: -26px;
  width: 100%;
  font-family: "Inter", sans-serif;
  position: absolute;
  content: "TOP MESSAGE";
  font-weight: 400;
  font-size: clamp(52px, 3.586vw, 78px);
  color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt1:before {
    top: -1vw;
    width: 100%;
    font-family: "Inter", sans-serif;
    position: absolute;
    content: "TOP MESSAGE";
    font-weight: 400;
    font-size: 3.5vw;
    color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    left: -2vw;
    line-height: 1;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt2 {
  line-height: 1.5;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg a .img_txt_con .txt2 {
    line-height: 1.5;
    width: 85%;
    margin: 0 auto;
    margin-top: 2.4vw;
  }
}
.company .inner .c_wrap .right.pc_only .l_bg:hover img {
  transform: scale(1.1);
}
.company .inner .c_wrap .right.pc_only .l_bg img {
  width: 100%;
  height: clamp(560px, 38.621vw, 840px);
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1290px) {
  .company .inner .c_wrap .right.pc_only .l_bg img {
    height: 48.948vw;
  }
}
.company .inner .c_wrap .right.pc_only .img_txt {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(40px, 2.759vw, 60px);
  z-index: 10;
}

.business {
  position: relative;
}
@media (max-width: 1290px) {
  .business {
    padding-top: 110px;
  }
}
@media (max-width: 900px) {
  .business {
    padding-top: 0;
  }
}
.business:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: -1;
}
.business .inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .business .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .business .inner {
    width: calc(100% - 60px);
  }
}
.business .inner:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
.business .inner .ttl_con {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  position: relative;
}
@media (max-width: 480px) {
  .business .inner .ttl_con {
    margin-bottom: 23px;
  }
}
.business .inner .ttl_con .business_btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 900px) {
  .business .inner .ttl_con .business_btn {
    top: 231px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 480px) {
  .business .inner .ttl_con .business_btn {
    top: 180px;
    width: 100%;
  }
}
.business .inner .ttl_con .ttl_b {
  width: 50%;
  margin-right: auto;
}
@media (max-width: 850px) {
  .business .inner .ttl_con .ttl_b {
    width: 100%;
  }
}
.business .inner .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .business .inner .ttl_con .ttl_b .main {
    font-size: 70px;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .business .inner .ttl_con .ttl_b .main {
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .business .inner .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.business .inner .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
@media (max-width: 850px) {
  .business .inner .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.business .inner .ttl_con .ttl_b .main .l_txt {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  font-weight: 400;
}
.business .inner .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.business .inner .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .business .inner .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.business .inner .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.business .inner .l_txt {
  font-weight: 400;
}
.business .inner .b_sec1 {
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  height: clamp(380px, 26.207vw, 570px);
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1290px) {
  .business .inner .b_sec1 {
    height: 580px;
  }
}
@media (max-width: 900px) {
  .business .inner .b_sec1 {
    margin-top: 142px;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec1 {
    height: 368px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec1 {
    margin-top: 112px;
    margin-bottom: 30px;
  }
}
.business .inner .b_sec1 .txt_con {
  width: 100%;
  width: clamp(838px, 57.793vw, 1257px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 1050px) {
  .business .inner .b_sec1 .txt_con {
    width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec1 .txt_con {
    padding: 0 30px;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec1 .txt_con {
    margin-top: 0;
  }
}
.business .inner .b_sec1 .txt_con .sub_ttl {
  text-align: center;
}
@media (max-width: 1290px) {
  .business .inner .b_sec1 .txt_con .sub_ttl {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec1 .txt_con .sub_ttl {
    display: flex;
    justify-content: center;
    gap: 3px;
  }
}
.business .inner .b_sec1 .txt_con .sub_ttl span {
  background: #20272e;
  color: #fff;
  padding: 0 3px;
  font-size: clamp(24px, 1.655vw, 36px);
}
@media (max-width: 600px) {
  .business .inner .b_sec1 .txt_con .sub_ttl span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec1 .txt_con .sub_ttl span {
    font-size: 11px;
    padding: 0 2px;
  }
}
.business .inner .b_sec1 .txt_con .main_ttl {
  font-size: clamp(40px, 2.759vw, 60px);
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .business .inner .b_sec1 .txt_con .main_ttl {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec1 .txt_con .main_ttl {
    margin-bottom: 15px;
  }
}
.business .inner .b_sec1 .txt_con .main_ttl span {
  font-size: clamp(70px, 4.828vw, 105px);
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1290px) {
  .business .inner .b_sec1 .txt_con .main_ttl span {
    font-size: 68px;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec1 .txt_con .main_ttl span {
    font-size: 30px;
  }
}
.business .inner .b_sec1 .txt_con .l_txt {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 600px) {
  .business .inner .b_sec1 .txt_con .l_txt {
    font-size: 14px;
  }
}
.business .inner .b_sec1:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 26.5px;
  height: 15.6px;
  position: absolute;
  bottom: 46px;
  right: 41px;
  z-index: 9;
}
@media (max-width: 600px) {
  .business .inner .b_sec1:before {
    width: 15px;
    height: 9px;
    bottom: 38px;
    right: 25px;
  }
}
.business .inner .b_sec1:after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
  content: "";
  z-index: 8;
}
@media (max-width: 600px) {
  .business .inner .b_sec1:after {
    width: 46px;
    height: 46px;
    bottom: 20px;
    right: 10px;
  }
}
.business .inner .b_sec1:hover:before {
  -webkit-animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-h 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.business .inner .b_sec1:hover .bg {
  transform: scale(1.1);
}
.business .inner .b_sec1 .bg {
  position: relative;
  background-image: url(../img/business-sec1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: clamp(380px, 26.207vw, 570px);
  transition: 0.5s;
}
@media (max-width: 1290px) {
  .business .inner .b_sec1 .bg {
    height: 580px;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec1 .bg {
    height: 368px;
  }
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only {
    display: none;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
.business .inner .b_sec2 .b_sec2_con.pc_only:after {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap {
  position: relative;
  display: flex;
  gap: clamp(70px, 4.828vw, 105px);
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right_img.wide_only {
  display: block;
  position: absolute;
  z-index: 6;
  bottom: 80px;
  right: 0;
  width: clamp(472px, 32.552vw, 708px);
}
@media (max-width: 2230px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right_img.wide_only {
    display: none;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right_img.wide_only img {
  width: 100%;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .b_sec_wrap_deco1 {
  position: absolute;
  top: 5.5%;
  transform: rotate(90deg);
  left: auto;
  right: -6.5%;
  height: 13%;
  width: 98px;
  align-content: center;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap .b_sec_wrap_deco1 {
    left: calc(100% - 7px);
    right: auto;
  }
}
@media (max-width: 1290px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap .b_sec_wrap_deco1 {
    left: auto;
    right: -72px;
  }
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap {
    gap: 4.828vw;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .left {
  width: 50%;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .left img {
  width: 100%;
  vertical-align: bottom;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right {
  position: relative;
  width: clamp(485px, 33.448vw, 727px);
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right {
    width: 33.448vw;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_ttl {
  margin-top: clamp(80px, 5.517vw, 120px);
  font-size: clamp(28px, 1.931vw, 42px);
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_txt {
  margin-top: clamp(30px, 2.069vw, 45px);
  margin-bottom: clamp(30px, 2.069vw, 45px);
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_btn_b {
  display: inline-block;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_btn_b a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
  color: #0068e2;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 5px;
  z-index: 5;
  top: 11px;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .b_btn_b a:after {
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: "";
  z-index: 4;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .right_img.pc_only {
  display: none;
}
@media (max-width: 2230px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .right_img.pc_only {
    display: block;
    position: absolute;
    z-index: 6;
    bottom: 80px;
    left: 150px;
    width: clamp(472px, 32.552vw, 708px);
  }
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .right_img.pc_only {
    width: 32.552vw;
    left: 10vw;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap .right .right_img.pc_only img {
  width: 100%;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse {
  position: relative;
  flex-direction: row-reverse;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right_img.wide_only {
  display: block;
  position: absolute;
  z-index: 6;
  bottom: 80px;
  left: 0;
  width: clamp(472px, 32.552vw, 708px);
}
@media (max-width: 2230px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right_img.wide_only {
    display: none;
  }
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right_img.wide_only {
    width: 32.552vw;
    left: -9vw;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right_img.wide_only img {
  width: 100%;
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: #eee;
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse:before {
    display: none;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .b_sec_wrap_deco2 {
  position: absolute;
  top: 5.5%;
  transform: rotate(90deg);
  left: -6.5%;
  height: 13%;
  width: 100px;
  align-content: center;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .b_sec_wrap_deco2 {
    right: calc(100% - 7px);
    left: auto;
  }
}
@media (max-width: 1290px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .b_sec_wrap_deco2 {
    right: auto;
    left: -72px;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right .right_img.pc_only {
  display: none;
}
@media (max-width: 2230px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right .right_img.pc_only {
    display: block;
    position: absolute;
    z-index: 6;
    bottom: 80px;
    left: -142px;
    width: clamp(472px, 32.552vw, 708px);
  }
}
@media (max-width: 1450px) {
  .business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right .right_img.pc_only {
    width: 32.552vw;
    left: -9vw;
  }
}
.business .inner .b_sec2 .b_sec2_con.pc_only .wrap.reverse .right .right_img.pc_only img {
  width: 100%;
}
.business .inner .b_sec2 .b_sec2_con.sp_only {
  display: none;
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only {
    position: relative;
    display: block;
    margin-top: 73px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only {
    margin-top: 30px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_img {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_img {
    margin-bottom: 25px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_img:before {
  display: block;
  content: "";
  background: #eee;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_img img {
  width: 100%;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap {
  display: flex;
  justify-content: space-between;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .b_sec_wrap_deco1 {
  position: absolute;
  top: 68px;
  transform: rotate(90deg);
  height: auto;
  align-items: center;
  width: 98px;
  left: auto;
  right: -71px;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .b_sec_wrap_deco1 {
    top: 59px;
    right: -66px;
    font-size: 10px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left {
  position: relative;
  width: 50%;
}
@media (max-width: 600px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left {
    width: 100%;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_ttl {
  font-size: 28px;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_ttl {
    font-size: 24px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_txt {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_txt {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_btn_b {
  display: inline-block;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_btn_b a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
  color: #0068e2;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 5px;
  z-index: 5;
  top: 11px;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .left .b_btn_b a:after {
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: "";
  z-index: 4;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .right {
  width: 50%;
  position: relative;
  left: 25px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .right {
    width: 45%;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .right {
    display: none;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap .right img {
  width: 100%;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap.reverse {
  flex-direction: row-reverse;
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap.reverse .b_sec_wrap_deco2 {
  position: absolute;
  top: 68px;
  transform: rotate(90deg);
  height: auto;
  align-items: center;
  width: 100px;
  right: auto;
  left: -71px;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap.reverse .b_sec_wrap_deco2 {
    top: 59px;
    left: -66px;
    font-size: 10px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap.reverse .right {
  width: 50%;
  position: relative;
  left: -25px;
}
@media (max-width: 600px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap.reverse .right {
    display: none;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only .b_sec2_wrap.reverse .right img {
  width: 100%;
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 {
    position: relative;
    display: block;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_img {
    margin-bottom: 0;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap {
  display: flex;
  justify-content: space-between;
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left {
  position: relative;
  width: 50%;
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left {
    width: 100%;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_ttl {
  font-size: 28px;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_ttl {
    font-size: 24px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_txt {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_txt {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_btn_b {
  display: inline-block;
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_btn_b a {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 30px;
  color: #0068e2;
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 5px;
  z-index: 5;
  top: 11px;
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .left .b_btn_b a:after {
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  content: "";
  z-index: 4;
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .right {
  width: 50%;
  position: relative;
  left: 25px;
  z-index: 7;
}
@media (max-width: 1150px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .right {
    width: 45%;
    left: -25px;
  }
}
@media (max-width: 600px) {
  .business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .right {
    display: none;
  }
}
.business .inner .b_sec2 .b_sec2_con.sp_only.margin2 .b_sec2_wrap .right img {
  width: 100%;
}

.column {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 1290px) {
  .column {
    padding: 84px 0;
  }
}
@media (max-width: 480px) {
  .column {
    padding: 84px 0 78px;
  }
}
.column:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eee;
  z-index: -1;
}
.column .ttl_con {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  position: relative;
}
@media (max-width: 480px) {
  .column .ttl_con {
    margin-bottom: 23px;
  }
}
.column .ttl_con .business_btn {
  position: absolute;
  top: 0;
  right: 6.5%;
}
@media (max-width: 1290px) {
  .column .ttl_con .business_btn {
    right: 45px;
  }
}
@media (max-width: 900px) {
  .column .ttl_con .business_btn {
    top: 250px;
    right: auto;
    left: 46px;
  }
}
@media (max-width: 550px) {
  .column .ttl_con .business_btn {
    top: 278px;
  }
}
@media (max-width: 480px) {
  .column .ttl_con .business_btn {
    top: 250px;
    left: 30px;
  }
}
@media (max-width: 390px) {
  .column .ttl_con .business_btn {
    top: 225px;
  }
}
@media (max-width: 382px) {
  .column .ttl_con .business_btn {
    top: 235px;
  }
}
.column .ttl_con:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
}
.column .ttl_con .ttl_b {
  width: 87%;
  margin: 0 auto;
  margin-right: auto;
}
@media (max-width: 1290px) {
  .column .ttl_con .ttl_b {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .column .ttl_con .ttl_b {
    width: calc(100% - 60px);
  }
}
.column .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
}
@media (max-width: 1290px) {
  .column .ttl_con .ttl_b .main {
    font-size: 70px;
    width: 100%;
  }
}
@media (max-width: 850px) {
  .column .ttl_con .ttl_b .main {
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .column .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.column .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50%;
  height: 1px;
  background: #eee;
}
.column .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.column .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
}
@media (max-width: 480px) {
  .column .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.column .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.column .l_txt {
  width: 87%;
  margin: 0 auto;
  font-weight: 400;
}
@media (max-width: 1290px) {
  .column .l_txt {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .column .l_txt {
    width: calc(100% - 60px);
  }
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper {
  margin-top: 20px;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
  width: clamp(360px, 24.828vw, 540px);
  height: clamp(404px, 27.862vw, 606px);
  transition: 0.5s;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide {
    width: 270px;
    height: 292px;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/l-b-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 10px;
  content: "";
  transition: 0.5s;
  z-index: 8;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-10px);
  border: 1px solid #0068e2;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide:hover:before {
  background-image: url(../img/l-b-h-arrow.svg);
  z-index: 8;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide:hover a .slider_desc {
  border: none;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide:hover a .slider_desc .c_ttl {
  color: #0068e2;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide:hover a .slider_desc .c_date {
  color: #0068e2;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_thumb {
  height: clamp(202px, 13.931vw, 303px);
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_thumb {
    height: 150px;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc {
  border-top: none;
  height: clamp(200px, 13.793vw, 300px);
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  background: #fff;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc {
    height: 140px;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_date {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_date {
    top: 10px;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_cat {
  position: relative;
  margin-top: 40px;
  padding: 7px 17px;
  padding-left: 13px;
  font-size: 12px;
  color: #0068e2;
  display: inline-block;
  border-radius: 9999px;
  margin-left: 30px;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_cat {
    margin-top: 30px;
    margin-left: 20px;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_cat:before {
  position: absolute;
  background: #0068e2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  font-size: 16px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_ttl {
  padding: 0 30px;
  margin-top: 15px;
  font-weight: 400;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .swiper-wrapper .swiper-slide a .slider_desc .c_ttl {
    padding: 0 20px;
    font-size: 14px;
    margin-top: 0;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .slider3_prev,
.column .slider3_sec .slider3_wrap .slider3 .slider3_next {
  position: absolute;
  z-index: 10;
  bottom: 3px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .slider3_prev,
.column .slider3_sec .slider3_wrap .slider3 .slider3_next {
    width: 30px;
    height: 30px;
  }
}
.column .slider3_sec .slider3_wrap .slider3 .slider3_prev {
  left: 2px;
  background-image: url(../img/slide-prev-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.column .slider3_sec .slider3_wrap .slider3 .slider3_next {
  left: 49px;
  background-image: url(../img/slide-next-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 480px) {
  .column .slider3_sec .slider3_wrap .slider3 .slider3_next {
    left: 36px;
  }
}

.products {
  position: relative;
  background: #20272e;
  padding: 158px 0 156px;
}
@media (max-width: 800px) {
  .products {
    padding: 158px 0 70px;
  }
}
@media (max-width: 480px) {
  .products {
    padding: 79px 0 72px;
  }
}
.products:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 5;
}
.products .inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .products .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .products .inner {
    width: calc(100% - 60px);
  }
}
.products .inner:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.products .inner .ttl_con {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  position: relative;
}
@media (max-width: 480px) {
  .products .inner .ttl_con {
    margin-bottom: 23px;
  }
}
.products .inner .ttl_con .column_btn {
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 7;
}
@media (max-width: 900px) {
  .products .inner .ttl_con .column_btn {
    top: 203px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 480px) {
  .products .inner .ttl_con .column_btn {
    top: 164px;
    width: 100%;
  }
}
.products .inner .ttl_con .column_btn:hover {
  background: #20272e;
}
.products .inner .ttl_con .column_btn:hover a {
  color: #fff;
}
.products .inner .ttl_con .column_btn a {
  color: #20272e;
}
.products .inner .ttl_con .column_btn a:after {
  right: -1px;
}
.products .inner .ttl_con .ttl_b {
  width: 50%;
  margin-right: auto;
}
@media (max-width: 880px) {
  .products .inner .ttl_con .ttl_b {
    width: 100%;
  }
}
.products .inner .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
  color: #fff;
}
@media (max-width: 1290px) {
  .products .inner .ttl_con .ttl_b .main {
    font-size: 68px;
    width: 100%;
  }
}
@media (max-width: 880px) {
  .products .inner .ttl_con .ttl_b .main {
    width: 100vw;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .products .inner .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.products .inner .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 880px) {
  .products .inner .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.products .inner .ttl_con .ttl_b .main .l_txt {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  font-weight: 400;
}
.products .inner .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.products .inner .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
  color: #fff;
}
@media (max-width: 480px) {
  .products .inner .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.products .inner .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}
.products .inner .l_txt {
  margin-bottom: clamp(44px, 3.034vw, 66px);
  color: #fff;
  font-weight: 400;
}
@media (max-width: 480px) {
  .products .inner .l_txt {
    font-size: 14px;
  }
}
.products .inner .p_search {
  /* 入力欄 */
  /* プレースホルダー */
  /* 検索ボタン */
  /* ボタン画像 */
}
@media (max-width: 900px) {
  .products .inner .p_search {
    margin-top: 142px;
  }
}
@media (max-width: 480px) {
  .products .inner .p_search {
    margin-top: 114px;
  }
}
.products .inner .p_search .search-form {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 480px) {
  .products .inner .p_search .search-form {
    height: 50px;
  }
}
.products .inner .p_search .search-input {
  flex: 1;
  height: 100%;
  padding: 25px;
  font-size: 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  min-width: 0;
}
@media (max-width: 480px) {
  .products .inner .p_search .search-input {
    padding: 0;
    padding-left: 15px;
  }
}
.products .inner .p_search .search-input::-moz-placeholder {
  color: rgba(0, 104, 226, 0.5); /* #0068E2 50% */
  font-size: 20px;
}
.products .inner .p_search .search-input:-ms-input-placeholder {
  color: rgba(0, 104, 226, 0.5); /* #0068E2 50% */
  font-size: 20px;
}
.products .inner .p_search .search-input::placeholder {
  color: rgba(0, 104, 226, 0.5); /* #0068E2 50% */
  font-size: 20px;
}
@media (max-width: 480px) {
  .products .inner .p_search .search-input::-moz-placeholder {
    font-size: 16px;
    position: relative;
    top: -2px;
  }
  .products .inner .p_search .search-input:-ms-input-placeholder {
    font-size: 16px;
    position: relative;
    top: -2px;
  }
  .products .inner .p_search .search-input::placeholder {
    font-size: 16px;
    position: relative;
    top: -2px;
  }
}
.products .inner .p_search .search-btn {
  width: 80px;
  height: 100%;
  border: none;
  background-color: #0068e2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 480px) {
  .products .inner .p_search .search-btn {
    width: 50px;
  }
}
.products .inner .p_search .search-btn img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .products .inner .p_search .search-btn img {
    height: 50px;
  }
}
.products .inner .wrap {
  margin-top: clamp(40px, 2.759vw, 60px);
  display: flex;
  justify-content: space-between;
  gap: clamp(50px, 3.448vw, 75px);
  padding-bottom: 50px;
}
@media (max-width: 1290px) {
  .products .inner .wrap {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .products .inner .wrap {
    display: block;
  }
}
@media (max-width: 480px) {
  .products .inner .wrap {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.products .inner .wrap .p_wrap_b {
  position: relative;
  width: 50%;
}
@media (max-width: 800px) {
  .products .inner .wrap .p_wrap_b {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .products .inner .wrap .p_wrap_b:first-of-type {
    margin-bottom: 15px;
  }
}
.products .inner .wrap .p_wrap_b .tag_txt {
  position: absolute;
  left: 0;
  bottom: 66px;
  color: #fff;
  font-size: 12px;
  background: #20272e;
  padding: 6px 4px;
  z-index: 5;
}
.products .inner .wrap .p_wrap_b:hover a .p_wrap_b_img img {
  transform: scale(1.1);
}
.products .inner .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b {
  background: #20272e;
}
.products .inner .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p {
  color: #fff;
}
.products .inner .wrap .p_wrap_b:hover a .c_btn_con .c_btn_b p:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.products .inner .wrap .p_wrap_b a {
  display: block;
  width: 100%;
  height: 100%;
}
.products .inner .wrap .p_wrap_b a .p_wrap_b_img {
  overflow: hidden;
  height: clamp(440px, 30.345vw, 660px);
}
@media (max-width: 1290px) {
  .products .inner .wrap .p_wrap_b a .p_wrap_b_img {
    height: 31vw;
  }
}
.products .inner .wrap .p_wrap_b a .p_wrap_b_img img {
  width: 100%;
  height: clamp(440px, 30.345vw, 660px);
  transition: 0.5s;
}
@media (max-width: 700px) {
  .products .inner .wrap .p_wrap_b a .p_wrap_b_img img {
    height: 100%;
  }
}
.products .inner .wrap .p_wrap_b a .c_btn_con .c_btn_b {
  background: #fff;
  border-radius: 0 0 2px 2px;
  transition: 0.5s;
}
.products .inner .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 16px 0;
  padding-left: 25px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .products .inner .wrap .p_wrap_b a .c_btn_con .c_btn_b p {
    font-size: 15px;
    padding: 15.5px 0;
    padding-left: 16px;
  }
}
.products .inner .wrap .p_wrap_b a .c_btn_con .c_btn_b p:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 22px;
  right: 16px;
  z-index: 5;
}
.products .inner .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 56px;
  height: 56px;
  content: "";
  z-index: 4;
}
@media (max-width: 480px) {
  .products .inner .wrap .p_wrap_b a .c_btn_con .c_btn_b p:after {
    height: 54px;
  }
}
.products .inner .btn_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 800px) {
  .products .inner .btn_wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 800px) {
  .products .inner .btn_wrap .text-button3 {
    padding: 0;
    width: 50%;
    height: 90px;
  }
}
@media (max-width: 600px) {
  .products .inner .btn_wrap .text-button3 {
    padding: 0;
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 800px) {
  .products .inner .btn_wrap .text-button3:before {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .products .inner .btn_wrap .text-button3__anchor span {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .products .inner .btn_wrap .text-button3__anchor:before {
    top: calc(50% + 2px);
  }
}
@media (max-width: 800px) {
  .products .inner .btn_wrap .text-button3__anchor:after {
    top: calc(50% + 2.5px);
  }
}
@media (max-width: 800px) {
  .products .inner .btn_wrap .text-button3__anchor:after {
    top: calc(50% + 0.5px);
  }
}

.solution {
  position: relative;
  padding: clamp(140px, 9.655vw, 210px) 0;
  background-image: url(../img/solution-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  .solution {
    padding: 98px 0;
  }
}
@media (max-width: 535px) {
  .solution {
    padding: 43px 0;
  }
}
.solution:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 3;
}
.solution .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .solution .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .solution .inner {
    width: calc(100% - 60px);
  }
}
.solution .inner .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .solution .inner .wrap {
    gap: 30px;
  }
}
@media (max-width: 1080px) {
  .solution .inner .wrap {
    display: block;
  }
}
.solution .inner .wrap .left {
  width: clamp(575px, 39.655vw, 862px);
}
@media (max-width: 1230px) {
  .solution .inner .wrap .left {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .solution .inner .wrap .left {
    margin-bottom: 40px;
  }
}
.solution .inner .wrap .left .s_ttl {
  position: relative;
  font-size: clamp(34px, 2.345vw, 51px);
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 535px) {
  .solution .inner .wrap .left .s_ttl {
    font-size: 20px;
  }
}
.solution .inner .wrap .left .s_ttl:before {
  top: -64px;
  left: -45px;
  width: 100%;
  font-family: "Outfit", sans-serif;
  position: absolute;
  content: "SOLUTION";
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
@media (max-width: 1290px) {
  .solution .inner .wrap .left .s_ttl:before {
    top: -50px;
    left: -20px;
  }
}
@media (max-width: 535px) {
  .solution .inner .wrap .left .s_ttl:before {
    font-size: 50px;
    top: -25px;
    left: -5px;
  }
}
.solution .inner .wrap .left .s_txt {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 535px) {
  .solution .inner .wrap .left .s_txt {
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .solution .inner .wrap .left .s_txt {
    font-size: 14px;
  }
}
.solution .inner .wrap .right {
  width: clamp(625px, 43.103vw, 937px);
}
@media (max-width: 1230px) {
  .solution .inner .wrap .right {
    width: 100%;
  }
}
.solution .inner .wrap .right .c_btn_b {
  transition: 0.5s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px 0 0 2px;
  height: 61px;
}
.solution .inner .wrap .right .c_btn_b .sp_only {
  display: none;
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b .sp_only {
    display: block;
  }
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b {
    padding: 8px 0;
    display: flex;
    align-items: center;
  }
}
.solution .inner .wrap .right .c_btn_b:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.solution .inner .wrap .right .c_btn_b:first-of-type a:after {
  top: -0.5px;
  height: 61px;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b:first-of-type a:after {
    top: 9.5px;
    height: 60px;
  }
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b:first-of-type a:before {
    bottom: 36px;
    left: 13px;
  }
}
.solution .inner .wrap .right .c_btn_b:last-of-type a:after {
  top: -1px;
  height: 61px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
}
.solution .inner .wrap .right .c_btn_b:hover {
  background: #fff;
}
.solution .inner .wrap .right .c_btn_b:hover a {
  color: #1d323e;
}
.solution .inner .wrap .right .c_btn_b a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 16.5px 0;
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 1231px) {
  .solution .inner .wrap .right .c_btn_b a {
    font-size: 15px;
    padding: 18.5px 0;
    padding-left: 70px;
  }
}
@media (max-width: 1080px) {
  .solution .inner .wrap .right .c_btn_b a {
    padding: 16.5px 0;
    padding-left: 80px;
    font-size: 18px;
  }
}
@media (max-width: 665px) {
  .solution .inner .wrap .right .c_btn_b a {
    font-size: 14px;
    padding: 19.5px 0;
    padding-left: 70px;
  }
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b a {
    padding-left: 49px;
    padding-right: 10px;
  }
}
.solution .inner .wrap .right .c_btn_b a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.solution .inner .wrap .right .c_btn_b a:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 24px;
  left: 20px;
  z-index: 5;
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b a:before {
    width: 13.4px;
    height: 7.8px;
    left: 12px;
  }
}
.solution .inner .wrap .right .c_btn_b a:after {
  position: absolute;
  top: -0.5px;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
  border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b a:after {
    width: 40px;
    bottom: 25px;
  }
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b.tel_i {
    display: flex;
    align-items: center;
  }
}
.solution .inner .wrap .right .c_btn_b.tel_i .sp_only {
  display: none;
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b.tel_i .sp_only {
    display: block;
  }
}
.solution .inner .wrap .right .c_btn_b.tel_i:hover {
  background: #fff;
}
.solution .inner .wrap .right .c_btn_b.tel_i:hover a {
  color: #1d323e;
}
.solution .inner .wrap .right .c_btn_b.tel_i a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 16.5px 0;
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 1231px) {
  .solution .inner .wrap .right .c_btn_b.tel_i a {
    font-size: 15px;
    padding: 18.5px 0;
    padding-left: 70px;
  }
}
@media (max-width: 1080px) {
  .solution .inner .wrap .right .c_btn_b.tel_i a {
    padding: 16.5px 0;
    padding-left: 80px;
    font-size: 18px;
  }
}
@media (max-width: 665px) {
  .solution .inner .wrap .right .c_btn_b.tel_i a {
    font-size: 14px;
    padding: 19.5px 0;
    padding-left: 70px;
  }
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b.tel_i a {
    padding: 8px 0;
    padding-left: 49px;
    padding-right: 10px;
  }
}
.solution .inner .wrap .right .c_btn_b.tel_i a:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  -webkit-animation: none;
          animation: none;
}
.solution .inner .wrap .right .c_btn_b.tel_i a:before {
  content: "";
  background-image: url(../img/btn-tel-i.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15.5px;
  height: 22.2px;
  position: absolute;
  bottom: 19px;
  left: 22px;
  z-index: 5;
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b.tel_i a:before {
    width: 8.3px;
    height: 12px;
    bottom: 24px;
    left: 16px;
  }
}
.solution .inner .wrap .right .c_btn_b.tel_i a:after {
  position: absolute;
  top: -0.5px;
  left: 0;
  background-image: url(../img/btn-hover-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 60px;
  height: 60px;
  content: "";
  z-index: 4;
  border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 560px) {
  .solution .inner .wrap .right .c_btn_b.tel_i a:after {
    width: 40px;
    height: 60px;
    top: -2.5px;
  }
}
.solution .inner .wrap .right .c_btn_b.tel_i a span {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: -2px;
  left: 6px;
}

.recruit {
  position: relative;
}
.recruit:before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(../img/recruit-top-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 480px) {
  .recruit:before {
    height: 300px;
  }
}
.recruit .recruit_con {
  position: relative;
  padding: clamp(264px, 18.207vw, 396px) 0 clamp(60px, 4.138vw, 90px);
}
@media (max-width: 800px) {
  .recruit .recruit_con {
    padding: 190px 0 158px;
  }
}
@media (max-width: 480px) {
  .recruit .recruit_con {
    padding: 95px 0 57px;
  }
}
.recruit .recruit_con:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 5;
}
.recruit .recruit_con .inner {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .recruit .recruit_con .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .recruit .recruit_con .inner {
    width: calc(100% - 60px);
  }
}
.recruit .recruit_con .inner:before {
  display: block;
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.recruit .recruit_con .inner .ttl_con {
  position: relative;
}
.recruit .recruit_con .inner .ttl_con .column_btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 7;
}
@media (max-width: 800px) {
  .recruit .recruit_con .inner .ttl_con .column_btn {
    top: auto;
    left: 0;
    right: auto;
    background: #fff;
    bottom: -98px;
  }
}
@media (max-width: 480px) {
  .recruit .recruit_con .inner .ttl_con .column_btn {
    width: 100%;
    bottom: -75px;
  }
}
.recruit .recruit_con .inner .ttl_con .column_btn:hover {
  background: #20272e;
}
.recruit .recruit_con .inner .ttl_con .column_btn:hover a {
  color: #fff;
}
.recruit .recruit_con .inner .ttl_con .column_btn a {
  color: #20272e;
}
.recruit .recruit_con .inner .ttl_con .column_btn a:after {
  right: -1px;
}
.recruit .recruit_con .inner .ttl_con .ttl_b {
  width: 50%;
  margin-right: auto;
}
@media (max-width: 750px) {
  .recruit .recruit_con .inner .ttl_con .ttl_b {
    width: 100%;
  }
}
.recruit .recruit_con .inner .ttl_con .ttl_b .main {
  position: relative;
  font-size: clamp(100px, 6.897vw, 150px);
  font-weight: 400;
  line-height: 0.755;
  color: #fff;
}
@media (max-width: 1290px) {
  .recruit .recruit_con .inner .ttl_con .ttl_b .main {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .recruit .recruit_con .inner .ttl_con .ttl_b .main {
    font-size: 50px;
  }
}
.recruit .recruit_con .inner .ttl_con .ttl_b .main:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 750px) {
  .recruit .recruit_con .inner .ttl_con .ttl_b .main:before {
    width: 50%;
  }
}
.recruit .recruit_con .inner .ttl_con .ttl_b .main .l_txt {
  margin-bottom: clamp(40px, 2.759vw, 60px);
  font-weight: 400;
}
.recruit .recruit_con .inner .ttl_con .ttl_b .main span {
  position: relative;
  top: -1.5px;
  left: -1.5px;
}
.recruit .recruit_con .inner .ttl_con .ttl_b .sub {
  margin-top: clamp(20px, 1.379vw, 35px);
  padding-left: 20px;
  position: relative;
  font-size: clamp(20px, 1.379vw, 30px);
  color: #fff;
}
@media (max-width: 480px) {
  .recruit .recruit_con .inner .ttl_con .ttl_b .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.recruit .recruit_con .inner .ttl_con .ttl_b .sub:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/sub-ttl-deco2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(10px, 0.69vw, 15px);
  height: clamp(10px, 0.69vw, 15px);
  content: "";
}

.recruit2 {
  position: relative;
  padding: 58px 0 90px;
}
.recruit2:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  top: 0;
  z-index: -1;
  content: "";
  background: #eee;
}
@media (max-width: 480px) {
  .recruit2 {
    padding: 30px 0 65px;
  }
}
.recruit2 .inner {
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1290px) {
  .recruit2 .inner {
    width: calc(100% - 45px);
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .recruit2 .inner {
    width: calc(100% - 30px);
  }
}
.recruit2 .inner .r_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .recruit2 .inner .r_wrap {
    gap: 0.5%;
    justify-content: center;
  }
}
@media (max-width: 1290px) {
  .recruit2 .inner .r_wrap {
    width: 1250px;
    overflow-x: scroll;
    max-width: 100%;
    overflow-x: auto;
    gap: 4px;
    justify-content: flex-start;
  }
}
.recruit2 .inner .r_wrap .r_w_b {
  position: relative;
  overflow: hidden;
  width: 33%;
  z-index: 7;
  height: 40vw;
}
@media (max-width: 1450px) {
  .recruit2 .inner .r_wrap .r_w_b {
    width: 33.5%;
    height: 580px;
  }
}
@media (max-width: 1290px) {
  .recruit2 .inner .r_wrap .r_w_b {
    width: 414px;
    flex: 0 0 414px;
  }
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b {
    width: 270px;
    flex: 0 0 270px;
    height: 380px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .r_txt1 {
  position: absolute;
  width: 100%;
  top: 30px;
  pointer-events: none;
  color: #fff;
  font-weight: 300;
  padding: 0 50px;
  z-index: 7;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .r_txt1 {
    font-size: 10px;
    top: 20px;
    padding: 0 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .r_txt2 {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  z-index: 5;
  color: #fff;
  padding: 0 50px;
  z-index: 7;
  pointer-events: none;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .r_txt2 {
    font-size: 24px;
    top: 78px;
    padding: 0 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .l_txt_b {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  color: #fff;
  padding: 0 50px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .l_txt_b {
    bottom: 20px;
    padding: 0 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt1 {
  font-size: 22px;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt1 {
    font-size: 18px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt2 {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .l_txt_b .l_txt2 {
    font-size: 12px;
  }
}
.recruit2 .inner .r_wrap .r_w_b:hover:before {
  -webkit-animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line-p 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.recruit2 .inner .r_wrap .r_w_b:hover .bg {
  transform: scale(1.1);
  width: 100%;
  height: 100%;
  display: block;
}
.recruit2 .inner .r_wrap .r_w_b:before {
  content: "";
  background-image: url(../img/btn-hover-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 9px;
  position: absolute;
  top: 35px;
  right: 32px;
  z-index: 8;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b:before {
    width: 10px;
    height: 6px;
    top: 22px;
    right: 20px;
  }
}
.recruit2 .inner .r_wrap .r_w_b:after {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/btn-hover-bg2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 7;
  pointer-events: none;
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b:after {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .bg {
  background-image: url(../img/recruit-b-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: 0.5s;
  height: 40vw;
}
@media (max-width: 1450px) {
  .recruit2 .inner .r_wrap .r_w_b .bg {
    width: 100%;
    height: 580px;
  }
}
@media (max-width: 1290px) {
  .recruit2 .inner .r_wrap .r_w_b .bg {
    width: 414px;
  }
}
@media (max-width: 600px) {
  .recruit2 .inner .r_wrap .r_w_b .bg {
    width: 270px;
    height: 380px;
  }
}
.recruit2 .inner .r_wrap .r_w_b .bg a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.r_l_txt {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1450px) {
  .r_l_txt {
    width: 87%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 1290px) {
  .r_l_txt {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .r_l_txt {
    width: calc(100% - 60px);
  }
}

.r_l_txt {
  position: relative;
  width: 87%;
  margin: 0 auto;
  padding: 50px 0 0;
}
.r_l_txt:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  top: 0;
  z-index: -1;
  content: "";
  background: #eee;
}
@media (max-width: 1290px) {
  .r_l_txt {
    width: calc(100% - 90px);
    padding: 50px 0 0;
  }
}
@media (max-width: 480px) {
  .r_l_txt {
    width: calc(100% - 60px);
    margin-top: 77px;
    padding-top: 30px;
  }
}

.sec_wrap {
  position: relative;
  background: #20272e;
  padding: 65px 0 0;
}
@media (max-width: 480px) {
  .sec_wrap {
    padding: 32px 0 0;
  }
}
.sec_wrap:after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 5;
}
.sec_wrap .wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 750px) {
  .sec_wrap .wrap {
    display: block;
  }
}
.sec_wrap .wrap .s_w_b:hover a .s_w_upper_b .s_w_btn:after {
  border-color: #484131;
  transform-origin: left top;
  transform: scale(1, 1);
}
.sec_wrap .wrap .s_w_b:hover a .s_w_upper_b .s_w_btn .text-button2__anchor:before {
  -webkit-animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
  animation: arrow-line 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1 normal;
}
.sec_wrap .wrap .s_w_b:hover a .s_w_lower_b img {
  transform: scale(1.1);
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_txt_con {
  padding-left: 6.5%;
}
@media (max-width: 1290px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_txt_con {
    padding-left: 0;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 0.755;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl {
    line-height: 1.25;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span {
  position: relative;
  font-size: 40px;
  color: #fff;
  top: -3px;
  margin: 0px clamp(50px, 3.448vw, 75px);
  margin-left: 60px;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span {
    top: -1px;
    font-size: 24px;
    margin-left: 41px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:before {
  position: absolute;
  background-image: url(../img/ttl-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 8px;
  content: "";
  left: -13px;
  transform: translateY(3px);
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:before {
    width: 5px;
    height: 5px;
    transform: translateY(1px);
    left: -10px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:after {
  position: absolute;
  background-image: url(../img/ttl-deco.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8px;
  height: 8px;
  content: "";
  bottom: 8px;
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .w_ttl span:after {
    bottom: 0;
    width: 5px;
    height: 5px;
    transform: translateX(3px) rotate(180deg);
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .e_txt {
  padding: 30px clamp(50px, 3.448vw, 75px);
  color: #fff;
}
@media (max-width: 1290px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .e_txt {
    padding: 30px 46px;
  }
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .e_txt {
    font-size: 14px;
    padding: 15px 30px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn {
  margin-right: clamp(50px, 3.448vw, 75px);
  width: 210px;
  margin-left: auto;
  transform: translateX(-40px);
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn {
    margin-right: auto;
    margin-left: 30px;
    transform: translateX(0);
  }
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn:after {
  background: #fff;
  height: 1px;
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b .s_w_btn span {
  color: #fff;
}
.sec_wrap .wrap .s_w_b a .s_w_upper_b.sec .s_w_txt_con {
  padding-left: 0;
  padding-right: 6.5%;
}
@media (max-width: 1290px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec .s_w_txt_con {
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec {
    padding-top: 65px;
  }
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_upper_b.sec {
    padding-top: 30px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_lower_b {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  height: clamp(250px, 17.241vw, 375px);
  z-index: 8;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_lower_b {
    margin-top: 30px;
    height: 200px;
  }
}
.sec_wrap .wrap .s_w_b a .s_w_lower_b img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: clamp(250px, 17.241vw, 375px);
  transition: 0.5s;
}
@media (max-width: 480px) {
  .sec_wrap .wrap .s_w_b a .s_w_lower_b img {
    height: 200px;
  }
}/*# sourceMappingURL=top.css.map */