@charset "UTF-8";
body {
  margin: 0;
  overflow-x: clip;
}

#main {
  margin: 0 auto;
  clear: both;
  overflow: visible;
}

.pickup_ttl_wrap {
  overflow: hidden;
}

.top_title {
  color: #003A91;
  line-height: 1;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: block;
}
@media screen and (min-width: 768px) {
  .top_title {
    margin-bottom: 55px;
  }
}
.top_title .ttl_en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .top_title .ttl_en {
    font-size: 75px;
  }
}
.top_title .ttl_ja {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 8px;
}
.top_title.ttl_wh {
  color: #fff;
}

/* ▼▼▼ メインビジュアル
======================================================*/
.mv {
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(#F7F9FA), color-stop(#EBEFF2), color-stop(#DDEEF6), to(#CEECFD));
  background: linear-gradient(90deg, #F7F9FA, #EBEFF2, #DDEEF6, #CEECFD);
  background-size: 200% 200%;
  position: relative;
  -webkit-animation: wave 10s ease-in-out infinite;
          animation: wave 10s ease-in-out infinite;
  overflow: hidden;
}
.mv::before {
  content: "";
  position: absolute;
  background: url(../img/bg_noise.png) repeat center center/120px 120px;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv #mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
}
.mv_inner {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 22%;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv_inner {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    left: 50%;
  }
}
.mv_title {
  width: 100%;
  max-width: 740px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: block;
}
@media screen and (min-width: 768px) {
  .mv_title {
    margin-bottom: 50px;
  }
}
.mv_text {
  color: #003A91;
  letter-spacing: 0.05em;
}
.mv .flow-txt {
  position: absolute;
  white-space: nowrap;
  line-height: 1;
  color: #F4FBFD;
  opacity: 0.45;
  font-size: 54px;
  display: inline;
}
.mv a.recruit-bnr {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  padding: 10px;
  width: 360px;
  padding: 10px 35px 10px 10px;
  align-items: flex-start;
  gap: 8.802px;
  border-radius: 7px;
  background: #003A91;
}
.mv a.recruit-bnr:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../img/arrow_right_wh.svg) center no-repeat;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mv a.recruit-bnr:hover {
  opacity: 1;
}
.mv a.recruit-bnr:hover:after {
  right: 10px;
}
.mv a.recruit-bnr div{
  padding: 5px 0 0 20px;
}
.mv a.recruit-bnr em{
  color: var(---_, #FFF);
  opacity: .5;
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-en2, Inter);
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.mv a.recruit-bnr p{
  color: var(---_, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: var(--font-JP, "Noto Sans JP");
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mv .flow-txt {
    font-size: 155px;
  }
}
.mv .flow-txt.to_left {
  right: 0;
  bottom: 82px;
  -webkit-animation: flowToLeft 20s linear infinite;
          animation: flowToLeft 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .mv .flow-txt.to_left {
    bottom: 205px;
    -webkit-animation: flowToLeft 25s linear infinite;
            animation: flowToLeft 25s linear infinite;
  }
}
.mv .flow-txt.to_right {
  left: 0;
  bottom: 28px;
  -webkit-animation: flowToRight 20s linear infinite;
          animation: flowToRight 20s linear infinite;
}
@media screen and (min-width: 768px) {
  .mv .flow-txt.to_right {
    bottom: 50px;
    -webkit-animation: flowToRight 20s linear infinite;
            animation: flowToRight 20s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .mv a.recruit-bnr {
    right: 3vw;
    bottom: 2vw;
    padding: 2vw;
    width: 66.13vw;
    gap: 0;
    padding: 2vw 7vw 2vw 2vw;
    border-radius: 1.5vw;
  }
  .mv a.recruit-bnr:after {
    right: 3vw;
    bottom: 3vw;
    width: 4vw;
    height: 4vw;
    background: url(../img/arrow_right_wh.svg) center / 50% auto no-repeat;
  }
  .mv a.recruit-bnr:hover:after {
    right: 3vw;
  }
  .mv a.recruit-bnr figure{
    width: 25vw;
  }
  .mv a.recruit-bnr div{
    padding: 1vw 0 0 4vw;
  }
  .mv a.recruit-bnr em{
    font-size: 5.866vw;
    line-height: 1.1;
  }
  .mv a.recruit-bnr p{
    font-size: 3.2vw;
    line-height: 1.1;
  }
}

/* 背景グラデーション */
@-webkit-keyframes wave {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 50% 200%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes wave {
  0% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 50% 200%;
  }
  100% {
    background-position: 100% 100%;
  }
}
/* 流れるテキストアニメーション */
@-webkit-keyframes flowToLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
@keyframes flowToLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-105%);
            transform: translateX(-105%);
  }
}
@-webkit-keyframes flowToRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
@keyframes flowToRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
  }
}
/* ▼▼▼ about
======================================================*/
.about {
  background: -webkit-gradient(linear, left top, right top, from(#F7F9FA), color-stop(#EBEFF2), color-stop(#DDEEF6), to(#CEECFD));
  background: linear-gradient(90deg, #F7F9FA, #EBEFF2, #DDEEF6, #CEECFD);
  background-size: 200% 200%;
  -webkit-animation: wave 10s ease-in-out infinite;
          animation: wave 10s ease-in-out infinite;
  overflow: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#22B2E2), color-stop(#0782C3), color-stop(#3B94D9), to(#79BCEF));
  background: linear-gradient(90deg, #22B2E2, #0782C3, #3B94D9, #79BCEF);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 0;
}
.about.bg_blue {
  background: none;
}
.about.bg_blue::before {
  opacity: 1;
}
.about.bg_blue::after {
  content: "";
  position: absolute;
  background: url(../img/bg_noise.png) repeat center center/120px 120px;
  opacity: 0.35;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

article:not(.sticky) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background-color: whitesmoke;
}

.horizontal_scroll {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll {
    --sticky-container-height: 100vh;
    height: var(--sticky-container-height);
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
  }
}
.horizontal_scroll .sticky {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .sticky {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh;
  }
}
.horizontal_scroll .scroller {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 245px;
    overflow: auto;
    padding: 0 24%;
  }
}
.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}
.horizontal_scroll .about-item {
  height: 140vw;
  position: relative;
}
.horizontal_scroll .about-item canvas {
  position: absolute;
  top: 14vw;
  left: 0;
  width: 100%;
  height: 110vw;
  display: block;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item canvas {
    top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item {
    height: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 16/9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 166px;
    -webkit-transition: -webkit-filter 0.5s ease;
    transition: -webkit-filter 0.5s ease;
    transition: filter 0.5s ease;
    transition: filter 0.5s ease, -webkit-filter 0.5s ease;
  }
  .horizontal_scroll .about-item.blur {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .scroller > *:not(:first-child) {
    margin-left: 1%;
  }
}
.horizontal_scroll .about-item-inner {
  max-width: 873px;
  width: 100%;
  padding: 0 33px;
  margin: 0 auto;
  position: absolute;
  bottom: 8%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item-inner {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.horizontal_scroll .about-item-inner .about-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item-inner .about-txt-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.horizontal_scroll .about-item-inner .about-txt-wrap .about-item-title {
  max-width: 259px;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item-inner .about-txt-wrap .about-item-title {
    max-width: 206px;
    margin-bottom: 40px;
  }
}
.horizontal_scroll .about-item-inner .about-txt-wrap .about-item-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item-inner .about-txt-wrap .about-item-text {
    font-size: 18px;
  }
}
.horizontal_scroll .about-item-inner .about-btn-wrap {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item-inner .about-btn-wrap {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.horizontal_scroll .about-item-inner .about-btn-wrap::after {
  position: absolute;
  font-size: 123px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  color: #49EAF8;
  opacity: 0.2;
  bottom: -20px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .horizontal_scroll .about-item-inner .about-btn-wrap::after {
    bottom: 40px;
    right: -62px;
  }
}

.past-area .about-btn-wrap::after {
  content: "Past";
}

.present-area .about-btn-wrap::after {
  content: "Present";
}

.future-area .about-btn-wrap::after {
  content: "Future";
}

/* ▼▼▼ business
======================================================*/
.business {
  width: 100%;
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .business {
    padding: 100px 0px 90px;
  }
}
.business_ttl_inner {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .business_ttl_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .business .top_title {
    margin-bottom: 0;
  }
}
.business_txt_wrap .business_txt {
  margin-bottom: 24px;
}
.business_btn {
  text-align: right;
  padding-right: 40px;
}
.business_inner {
  background-color: #D4E6F1;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .business_inner {
    padding: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.business_inner_item {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .business_inner_item {
    width: calc(50% - 6px);
  }
}
.business_inner_item a {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .business_inner_item a {
    gap: 20px;
  }
}
.business_inner_item a::before, .business_inner_item a::after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.business_inner_item a::before {
  width: 30px;
  height: 30px;
  background-color: #D4E6F1;
  border-radius: 50%;
  bottom: 12px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .business_inner_item a::before {
    width: 40px;
    height: 40px;
  }
}
.business_inner_item a::after {
  background: url(../img/arrow_right_bl.svg) no-repeat center center/contain;
  width: 14px;
  height: 5px;
  bottom: 25px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .business_inner_item a::after {
    bottom: 30px;
    right: 23px;
  }
}
@media screen and (min-width: 768px) {
  .business_inner_item a:hover::before {
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .business_inner_item a:hover::after {
    right: 16px;
  }
}
.business_inner_item_txt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .business_inner_item_txt {
    font-size: 20px;
    overflow: hidden; /* 1つ目の影を隠す */
    color: transparent; /* テキスト本体は透明にする */
    text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
    -webkit-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
  }
}
.business_inner_item a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .business_inner_item a:hover .business_inner_item_txt {
    text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
  }
}
.business_inner_item_img {
  max-width: 80px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .business_inner_item_img {
    max-width: 230px;
  }
}

/* ▼▼▼ pickup
======================================================*/
.pickup {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.85)), to(rgba(236, 240, 242, 0.85)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(236, 240, 242, 0.85));
  position: relative;
  padding: 104px 0 64px 20px;
}
@media screen and (min-width: 768px) {
  .pickup {
    padding: 140px 0 90px calc(50% - 620px);
  }
}
.pickup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#22B2E2), color-stop(#0782C3), color-stop(#3B94D9), to(#79BCEF));
  background: linear-gradient(90deg, #22B2E2, #0782C3, #3B94D9, #79BCEF);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 0;
}
.pickup.bg_blue {
  background: none;
}
.pickup.bg_blue::before {
  opacity: 1;
}
.pickup.bg_blue::after {
  content: "";
  position: absolute;
  background: url(../img/bg_noise.png) repeat center center/120px 120px;
  opacity: 0.35;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .pickup .top_title {
    padding-left: 20px;
  }
}
.pickup_container {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pickup_container {
    padding-left: 20px;
  }
}
.pickup_slider {
  width: 100%;
  overflow: hidden;
}
.pickup_swiper {
  width: 100%;
  overflow: hidden;
}
.pickup_swiper .swiper-slide {
  height: auto;
}
.pickup_slide_item {
  position: relative;
  width: 100%;
  height: 322px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 24px;
  color: #fff;
  -webkit-box-shadow: inset 0 -160px 80px -80px rgba(4, 69, 100, 0.86), inset 0 -20px 0 -20px rgb(0, 69, 98);
          box-shadow: inset 0 -160px 80px -80px rgba(4, 69, 100, 0.86), inset 0 -20px 0 -20px rgb(0, 69, 98);
  overflow: hidden;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
}
@media screen and (min-width: 768px) {
  .pickup_slide_item {
    height: 430px;
    padding: 28px 24px;
  }
}
.pickup_slide_item::before, .pickup_slide_item::after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pickup_slide_item::before {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 24px;
  right: 14px;
}
@media screen and (min-width: 768px) {
  .pickup_slide_item::before {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.pickup_slide_item::after {
  background: url(../img/arrow_right_wh_long.svg) no-repeat center center/contain;
  width: 13px;
  height: 4px;
  bottom: 33px;
  right: 18px;
}
@media screen and (min-width: 768px) {
  .pickup_slide_item::after {
    width: 20px;
    height: 5px;
    bottom: 42px;
    right: 32px;
  }
}
.pickup_slide_item:hover {
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .pickup_slide_item:hover::before {
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .pickup_slide_item:hover::after {
    right: 22px;
  }
}
.pickup_slide_item_1 {
  background: url(../img/top/pickup_img01.webp) no-repeat center center/105%;
}
.pickup_slide_item_2 {
  background: url(../img/top/pickup_img02.webp) no-repeat center center/105%;
}
.pickup_slide_item_3 {
  background: url(../img/top/pickup_img03.webp) no-repeat center center/105%;
}
.pickup_slide_item_4 {
  background: url(../img/top/pickup_img04.webp) no-repeat center center/105%;
}
.pickup_slide_item_txt {
  color: #fff;
  line-height: 1.4;
}
.pickup_slide_item_txt .pickup_slide_item_txt_en {
  font-size: 14px;
}
.pickup_slide_item_txt .pickup_slide_item_txt_ja {
  font-size: 18px;
}
.pickup_slide_navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.pickup_pagination {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 4.5em;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pickup_pagination {
    width: 8em;
  }
}
.pickup_pagination .swiper-pagination-current {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .pickup_pagination .swiper-pagination-current {
    margin-right: 10px;
  }
}
.pickup_pagination .swiper-pagination-total {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .pickup_pagination .swiper-pagination-total {
    margin-left: 10px;
  }
}
.pickup_button_prev, .pickup_button_next {
  position: relative;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .pickup_button_prev, .pickup_button_next {
    font-size: 14px;
  }
}
.pickup_button_prev svg, .pickup_button_next svg {
  display: none;
}
.pickup_button_prev::after, .pickup_button_next::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_right_wh_long.svg) no-repeat center center/contain;
  width: 12px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .pickup_button_prev::after, .pickup_button_next::after {
    width: 24px;
    height: 5px;
  }
}
.pickup_button_prev {
  padding-left: 17px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .pickup_button_prev {
    padding-left: 36px;
    margin-right: 40px;
  }
}
.pickup_button_prev::after {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pickup_button_next {
  padding-right: 17px;
}
@media screen and (min-width: 768px) {
  .pickup_button_next {
    padding-right: 36px;
  }
}
.pickup_button_next::after {
  right: 0;
}

/* ▼▼▼ case_study
======================================================*/
.case_study {
  width: 100%;
  padding: 64px 0 64px 20px;
}
@media screen and (min-width: 768px) {
  .case_study {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: visible;
    position: relative;
    --case-study-height: 100vh;
    --case-study-scroll-height: 100vh;
    height: var(--case-study-scroll-height);
    min-height: 100vh;
  }
}
.case_study_container {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .case_study_container {
    max-width: 1240px;
    padding: 15vh 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .case_study_ttl_inner {
    width: 25%;
  }
}
.case_study_slider {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case_study_slider {
    width: 75%;
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case_study_swiper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case_study_swiper {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .case_study_swiper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .case_study .swiper-wrapper {
    display: block;
  }
}
.case_study_item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 24px 20px;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .case_study_item {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60vh;
    min-height: 60vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .case_study_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.case_study_item_num {
  font-size: 23px;
  color: #9ACBF3;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .case_study_item_num {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.case_study_item_num span {
  position: relative;
  border-bottom: 1px solid #9ACBF3;
}
.case_study_item_num span::after {
  position: absolute;
  font-size: 38px;
  bottom: -5px;
  right: -43px;
}
@media screen and (min-width: 768px) {
  .case_study_item_num span::after {
    font-size: 60px;
    bottom: -10px;
    right: -65px;
  }
}
.case_study_item_txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .case_study_item_txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.case_study_item_tag {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.case_study_item_tag span{
  display: block;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 2px 12px;
  margin: 0 5px 5px 0;
}
.case_study_item_tag span small{
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .case_study_item_tag {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .case_study_item_tag span small{
    font-size: 12px;
  }
}
.case_study_item_img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .case_study_item_img {
    max-width: 422px;
    margin-top: 0px;
  }
}
.case_study_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_study_item.case01 {
  background-color: #1184D2;
}
.case_study_item.case01 .case_study_item_num span::after {
  content: "01";
}
.case_study_item.case02 {
  background-color: #0B61B7;
}
.case_study_item.case02 .case_study_item_num span::after {
  content: "02";
}
.case_study_item.case03 {
  background-color: #003A91;
}
.case_study_item.case03 .case_study_item_num span::after {
  content: "03";
}
.case_study_item.case04 {
  background-color: #1184D2;
}
.case_study_item.case04 .case_study_item_num span::after {
  content: "04";
}
.case_study_item.case05 {
  background-color: #0B61B7;
}
.case_study_item.case05 .case_study_item_num span::after {
  content: "05";
}
.case_study_item.case06 {
  background-color: #003A91;
}
.case_study_item.case06 .case_study_item_num span::after {
  content: "06";
}
.case_study_slide_navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .case_study_slide_navwrap {
    display: none;
  }
}
.case_study_pagination {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  width: 4.5em;
  color: #003A91;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .case_study_pagination {
    width: 8em;
  }
}
.case_study_pagination .swiper-pagination-current {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .case_study_pagination .swiper-pagination-current {
    margin-right: 10px;
  }
}
.case_study_pagination .swiper-pagination-total {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .case_study_pagination .swiper-pagination-total {
    margin-left: 10px;
  }
}
.case_study_button_prev, .case_study_button_next {
  position: relative;
  width: auto;
  height: auto;
  color: #003A91;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #003A91;
}
@media screen and (min-width: 768px) {
  .case_study_button_prev, .case_study_button_next {
    font-size: 14px;
  }
}
.case_study_button_prev svg, .case_study_button_next svg {
  display: none;
}
.case_study_button_prev::after, .case_study_button_next::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_right_bl_long.svg) no-repeat center center/contain;
  width: 12px;
  height: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .case_study_button_prev::after, .case_study_button_next::after {
    width: 24px;
    height: 5px;
  }
}
.case_study_button_prev {
  padding-left: 17px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .case_study_button_prev {
    padding-left: 36px;
    margin-right: 40px;
  }
}
.case_study_button_prev::after {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.case_study_button_next {
  padding-right: 17px;
}
@media screen and (min-width: 768px) {
  .case_study_button_next {
    padding-right: 36px;
  }
}
.case_study_button_next::after {
  right: 0;
}
.case_study .more-btn {
  margin-bottom: 20px;
}

/* ▼▼▼ sustainability
======================================================*/
.sustainability {
  width: 100%;
  background: url(../img/top/bg_sustainability.webp) no-repeat center bottom/cover;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .sustainability {
    padding: 114px 20px 110px;
  }
}
.sustainability_container {
  max-width: 880px;
  margin: 0 auto;
}
.sustainability .top_title {
  font-size: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sustainability .top_title {
    font-size: 65px;
  }
}
.sustainability_txt {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sustainability_txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.sustainability_inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sustainability_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sustainability_inner_txt {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sustainability_inner_txt {
    margin-bottom: 0px;
  }
}

/* ▼▼▼ release
======================================================*/
.release {
  width: 100%;
  padding: 64px 0 30px;
}
@media screen and (min-width: 768px) {
  .release {
    padding: 100px 0 68px;
  }
}
.release_inner {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .release_inner {
    margin-bottom: 60px;
  }
}
.release_inner .release_item {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 50px 20px 20px;
  background-color: #D4E6F1;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .release_inner .release_item {
    padding: 30px 72px 30px 40px;
  }
}
.release_inner .release_item:not(:last-child) {
  margin-bottom: 12px;
}
.release_inner .release_item::before, .release_inner .release_item::after {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.release_inner .release_item::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .release_inner .release_item::before {
    width: 40px;
    height: 40px;
    right: 40px;
  }
}
.release_inner .release_item::after {
  background: url(../img/arrow_right_bl.svg) no-repeat center center/contain;
  width: 14px;
  height: 5px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .release_inner .release_item::after {
    right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .release_inner .release_item:hover::before {
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .release_inner .release_item:hover::after {
    right: 40px;
  }
}
.release_inner .date {
  color: #003A91;
  font-weight: 500;
}
.release_btn {
  text-align: right;
  padding-right: 42px;
}
@media screen and (min-width: 768px) {
  .release_btn {
    padding-right: 62px;
  }
}

/* ▼▼▼ other
======================================================*/
.other {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.other .other_inner {
  width: 100%;
  height: 250px;
  padding: 10% 20px 0px;
}
@media screen and (min-width: 768px) {
  .other .other_inner {
    width: 50%;
    height: 455px;
    padding: 10% 53px 0px;
  }
}
.other .other_inner.recruit_area {
  background: url(../img/top/bg_recruit.webp) no-repeat center center/cover;
}
.other .other_inner.company_area {
  background: url(../img/top/bg_company.webp) no-repeat center center/cover;
}
.other .other_inner_txt {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .other .other_inner_txt {
    margin-bottom: 48px;
  }
}
.other .other_inner_txt .other_title {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: block;
}
.other .other_inner_txt .other_title .ttl_en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .other .other_inner_txt .other_title .ttl_en {
    font-size: 65px;
  }
}
.other .other_inner_txt .other_title .ttl_ja {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 8px;
}
.other .other_inner_btn {
  text-align: right;
  padding-right: 42px;
}
@media screen and (min-width: 768px) {
  .other .other_inner_btn {
    padding-right: 62px;
  }
}
