@charset "UTF-8";
.top-kv {
  position: relative
}
.top-kv__logo {
  position: absolute;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 100
}
.top-kv__logo figure {
  width: 50%;
  max-width: 468px
}
.top-kv__caption {
  position: sticky;
  bottom: 30px;
  left: 0;
  height: 50px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  max-width: 700px;
  min-width: 320px;
  padding: 0 234px 0 60px;
  margin: 0
}
.top-kv__caption p {
  color: #fff9
}
@media screen and (max-width: 1280px) {
  .top-kv__caption {
    bottom: 70px;
    padding: 0 0 0 24px;
    justify-content: flex-start
  }
}
@media screen and (max-width: 767px) {
  .top-kv__caption {
    bottom: 120px
  }
}
.top-kv__caption.is-fixed {
  position: absolute
}
.top-kv__bottom {
  position: sticky;
  bottom: 30px;
  height: 50px;
  width: 100%;
  z-index: 101
}
@media screen and (max-width: 767px) {
  .top-kv__bottom {
    bottom: 70px
  }
}
.top-kv__bottom > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%
}
@media screen and (max-width: 767px) {
  .top-kv__bottom > div {
    flex-direction: column;
    gap: clamp(20px, 2vw, 40px)
  }
}
.top-kv__bottom.is-fixed {
  position: absolute
}
.top-kv__control {
  width: 40%;
  max-width: 700px;
  min-width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.top-kv__control p {
  color: #fff;
  font-size: clamp(14px, 1vw, 16px);
  font-family: YakuHanJP, Inter, serif
}
@media screen and (max-width: 767px) {
  .top-kv__control {
    width: 100%;
    max-width: none;
    min-width: none
  }
}
.top-kv .kv-slider {
  height: 100vh
}
.top-kv .swiper-container {
  position: relative;
  overflow: hidden
}
.top-kv .swiper-container.visible {
  overflow: visible
}
.top-kv .sample-swiper-cards {
  padding: 0 50px
}
.top-kv button {
  border: 0;
  padding: 0;
  background-color: transparent
}
.top-kv .carousel-wrapper {
  position: relative
}
.top-kv .carousel, .top-kv .item {
  height: 100vh
}
.top-kv .item figure {
  width: 100%;
  height: 100%
}
.top-kv .item figure img {
  height: 100% !important;
  object-fit: cover
}
.top-kv .swiper-button-next, .top-kv .swiper-button-prev {
  padding: 0 16px;
  font-size: clamp(12px, 1vw, 14px);
  pointer-events: all;
  opacity: 1;
  transition: all .3s ease
}
.top-kv .swiper-button-next:after, .top-kv .swiper-button-prev:after {
  position: absolute;
  font-size: clamp(12px, 1vw, 14px)
}
.top-kv .swiper-button-next.is-inactive, .top-kv .swiper-button-prev.is-inactive {
  pointer-events: none;
  opacity: .5
}
.top-kv .swiper-slide-behind {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1
}
.top-kv .swiper-slide {
  opacity: 1 !important
}
.top-kv .swiper-slide .item, .top-kv .swiper-slide .item img {
  transition-delay: 1.5s
}
.top-kv .swiper-slide .item {
  transform: translate(-100%);
  overflow: hidden
}
.top-kv .swiper-slide .item img {
  transform: translate(100%)
}
.top-kv .swiper-slide-active {
  z-index: 2
}
.top-kv .swiper-slide-active .item, .top-kv .swiper-slide-active .item img {
  transition-delay: 0s;
  transition-duration: 1.5s;
  transform: translate(0)
}
.top-kv .swiper-wrapper .swiper-slide-behind figure img {
  transform: scale(1.1);
  transition: 4s transform cubic-bezier(.33, 1, .24, 1)
}
.DOMContentLoaded .top-kv .swiper-wrapper .swiper-slide-behind figure img {
  transform: scale(1)
}
.top-lead {
    padding-top: 130px;
    background: #fff;
    padding-bottom: 130px;
}
/*
.top-lead {
  padding: clamp(50px, 5vw, 100px) 0;
  padding-top: clamp(100px, 10vw, 200px);
  background: #ddddd9
}
*/
.top-lead__inner {
  display: flex;
  gap: clamp(20px, 2vw, 40px);
  max-width: 1440px
}
@media screen and (max-width: 991px) {
  .top-lead__inner {
    flex-direction: column;
    gap: 40px
  }
}
.top-lead__text {
    margin-top: 0px;
    font-size: 18px;
    line-height: 28px;
}
.top-lead__button a {
  margin-top: clamp(30px, 3vw, 60px);
  width: 175px
}
.top-lead__movie__wrap {
  flex: 1;
  display: flex;
  justify-content: center
}
@media screen and (max-width: 991px) {
  .top-lead__movie__wrap {
    justify-content: flex-end
  }
}
.top-lead__movie {
  max-width: 100%;
  width: 100%;
  z-index: 100
}
.top-lead__movie div {
  position: relative
}
.top-lead__movie div .bk {
  overflow: hidden;
  border-radius: 4px
}
.top-lead__movie div .bk img {
  height: 100% !important;
  object-fit: cover;
  transition: all .7s ease
}
/*
.top-lead__movie div .bk:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #bdaa9f;
  z-index: 100;
  mix-blend-mode: multiply;
  opacity: .5
}
*/
.top-lead__movie div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.5vw, 24px);
  align-items: center;
  z-index: 101
}
.top-lead__movie div > div span {
  font-size: clamp(14px, 1vw, 16px);
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
}
.top-lead__movie:hover div > div span {
  animation: textroop 1s cubic-bezier(.58, .3, .005, 1) 0s 1
}
@media screen and (max-width: 991px) {
  .top-lead__movie {
    width: 100%;
    margin-bottom: -120px
  }
}
.top-value {
  padding-top: clamp(50px, 5vw, 100px) 0;
  background: #ddddd9
}
.top-value__slider {
  height: 100vh;
  margin-bottom: 80vh;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50% 50%;
  gap: 2px 2px;
  grid-auto-flow: row;
  grid-template-areas: "value01 value02 value03 value03""value01 value02 value04 value05";
  position: relative
}
@media screen and (max-width: 1024px) {
  .top-value__slider {
    margin-bottom: 0;
    grid-template-columns: 50% 50%;
    grid-template-rows: 25% 25% 25% 25%;
    grid-template-areas: "value01 value02""value01 value02""value03 value03""value04 value05"
  }
}
.top-value__slider figure {
  width: 100%;
  height: 100%
}
.top-value__slider figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover
}
.top-value__slider div {
  height: 100%;
  overflow: hidden
}
.top-value__slider div ul {
  width: 100%;
  height: 100%;
  position: relative
}
.top-value__slider div ul li img {
  height: 100% !important
}
.top-value__slider .swiper-wrapper {
  transition-timing-function: ease-in-out !important
}
.top-value__slider:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #bdaa9f;
  z-index: 100;
  mix-blend-mode: multiply;
  opacity: .5
}
.top-value .value01 {
  grid-area: value01
}
.top-value .value02 {
  grid-area: value02
}
.top-value .value03 {
  grid-area: value03
}
.top-value .value04 {
  grid-area: value04
}
.top-value .value05 {
  grid-area: value05
}
.top-value__list {
  position: relative
}
.top-value__list ol li {
  width: 100%;
  position: relative
}
@media screen and (min-width: 992px) {
  .top-value__list ol li {
    contain: paint;
    will-change: contain;
    height: 100vh
  }
}
.top-value__list ol li.content01 {
  z-index: 105
}
.top-value__list ol li.content01 .content__inner {
  width: 100%
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.content01 .content__inner {
    height: 200vh;
    position: absolute;
    top: 0;
    z-index: 105
  }
}
.top-value__list ol li.content01 .content__inner .content__inner--sticky {
  background: #111
}
.top-value__list ol li.content02 {
  z-index: 110
}
.top-value__list ol li.content02 .content__inner {
  width: 100%
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.content02 .content__inner {
    height: 300vh;
    position: absolute;
    top: -100vh;
    z-index: 110
  }
}
.top-value__list ol li.content02 .content__inner .content__inner--sticky {
  background: #ed1d24
}
.top-value__list ol li.content03 {
  z-index: 115
}
.top-value__list ol li.content03 .content__inner {
  width: 100%
}
@media screen and (min-width: 992px) {
  .top-value__list ol li.content03 .content__inner {
    height: 300vh;
    position: absolute;
    top: -100vh;
    z-index: 115
  }
}
.top-value__list ol li.content03 .content__inner .content__inner--sticky {
  background: #111
}
.top-value__list ol li.content04 {
  z-index: 115
}
.top-value__list ol li.content04 .content__inner {
  width: 100%
}
.top-value__list ol li.content05 {
  z-index: 115
}
.top-value__list ol li.content05 .content__inner {
  width: 100%
}

.top-value__list ol li.content04 .content__inner .content__inner--sticky {
  background: #ed1d24
}

.top-value__list ol li.content05 .content__inner .content__inner--sticky {
  background: #111
}

@media screen and (min-width: 992px) {
  .top-value__list ol li.content04 .content__inner, .top-value__list ol li.content05 .content__inner {
    height: 200vh;
    position: absolute;
    top: -100vh;
    z-index: 115
  }
}


.top-value__list ol li .content__inner {
  height: auto
}
@media screen and (min-width: 992px) {
  .top-value__list ol li .content__inner--sticky {
    height: 100vh;
    position: sticky;
    top: 0
  }
}
.top-value__list ol li .content__inner--sticky > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 24px;
  height: 100%
}
@media screen and (max-width: 991px) {
  .top-value__list ol li .content__inner--sticky > div {
    grid-template-columns: 1fr;
    padding: 64px 20px
  }
}
.top-value__list ol li .content__inner--sticky > div .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(20px, 2vw, 40px);
  max-width: 70%;
  margin: 0 auto;
  padding-right: 24px
}
@media screen and (max-width: 991px) {
  .top-value__list ol li .content__inner--sticky > div .body {
    padding: 0;
    max-width: none;
    margin-bottom: 64px
  }
}
.top-value__list ol li .content__inner--sticky > div .body h2 {
  color: #00031a;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500
}
.top-value__list ol li .content__inner--sticky > div .body h2.white {
  color: #fff
}
.top-value__list ol li .content__inner--sticky > div .body .title-en p {
  color: #fff;
  font-size: clamp(30px, 3vw, 60px);
  letter-spacing: -.05em;
  line-height: 1
}
.top-value__list ol li .content__inner--sticky > div .body .title-en p.black {
  color: #00031a
}
.top-value__list ol li .content__inner--sticky > div .body .title-en p > span {
  margin-bottom: -.5em
}
.top-value__list ol li .content__inner--sticky > div .body h3 {
  color: #00031a;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  margin-top: clamp(16px, 1.5vw, 24px)
}
.top-value__list ol li .content__inner--sticky > div .body h3.white {
  color: #fff
}
.top-value__list ol li .content__inner--sticky > div .body p {
  color: #00031a99;
  font-size: 16px;
    line-height: 1.6;
}
.top-value__list ol li .content__inner--sticky > div .body p.white {
  color: #fff9
}
.top-value__list ol li .content__inner--sticky > div .body a {
  width: 137px;
  margin-top: clamp(16px, 1.5vw, 24px)
}
@media screen and (max-width: 767px) {
  .top-value__list ol li .content__inner--sticky > div .body a {
    width: 100%;
    margin-top: 20px
  }
}
.top-value__list ol li .content__inner--sticky > div .img figure {
  height: calc(100vh - 48px)
}
@media screen and (max-width: 991px) {
  .top-value__list ol li .content__inner--sticky > div .img figure {
    height: auto
  }
}
.top-value__list ol li .content__inner--sticky > div .img figure img {
  height: 100% !important;
  object-fit: cover;
  border-radius: 4px
}
.top-list {
  padding: clamp(100px, 10vw, 200px) 0;
  background: #ddddd9
}
.top-list .c-headding--h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
@media screen and (max-width: 575px) {
  .top-list .c-headding--h2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px
  }
}
.top-list__button {
  display: flex;
  align-items: center;
  gap: clamp(50px, 5vw, 100px);
  padding-bottom: 14px
}
.top-list__button ul li button {
  display: inline-block;
  text-decoration: none;
  color: #00031a;
  font-size: 14px;
  font-family: YakuHanJP, Inter, Noto Sans JP, sans-serif;
  font-weight: 500;
  width: 120px;
  height: 25px;
  line-height: 23px;
  border-radius: 13px;
  padding: 0 10px;
  text-align: center
}
.top-list__button ul li button.is-active {
  color: #fff;
  background: #212121
}
.top-list__button .c-link--black {
  width: 115px
}
.top-list__list {
  margin-top: clamp(25px, 2.5vw, 50px)
}
.top-list__list ul {
  display: flex;
  overflow-x: scroll;
  scrollbar-color: rgba(0, 3, 26, .6) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
  padding-bottom: 20px;
  margin-right: -24px;
  padding-right: 24px;
  margin-left: -24px;
  padding-left: 24px;
  height: 377px;
  position: relative
}
@media screen and (max-width: 991px) {
  .top-list__list ul {
    height: 302px
  }
}
.top-list__list ul:after {
  content: "loading...";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddddd9;
  color: #00031a;
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none
}
.top-list__list ul.is-loading:after {
  opacity: 1;
  pointer-events: all;
  transition: none
}
.top-list__list ul:not(.is-loading):after {
  transition: opacity .5s ease
}
@media screen and (max-width: 767px) {
  .top-list__list ul {
    margin-right: -35px;
    padding-right: 35px;
    margin-left: -35px;
    padding-left: 35px
  }
}
.top-list__list ul li {
  position: relative;
  width: 312px;
  min-width: 312px
}
@media screen and (max-width: 991px) {
  .top-list__list ul li {
    width: 248px;
    min-width: 248px
  }
}
.top-list__list ul li a h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  color: #00031a
}
@media screen and (max-width: 991px) {
  .top-list__list ul li a h3 {
    font-size: 16px;
    margin-top: 8px
  }
}
.top-list__list ul li a .new {
  display: block;
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #bdaa9f;
  color: #fff;
  width: 44px;
  height: 30px;
  line-height: 30px;
  text-align: center
}
.top-list__list ul li a figure {
  overflow: hidden
}
.top-list__list ul li a figure img {
  transition: all .7s ease
}
.top-list__list ul li a:hover figure img {
  transform: scale(1.2)
}
.top-list__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 936px;
  height: 132px;
  margin: 0 auto;
  background: #000;
  padding: 0 44px;
  margin-top: clamp(30px, 3vw, 60px)
}
@media screen and (max-width: 450px) {
  .top-list__bottom {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    max-width: 305px;
    height: 105px;
    padding: 0 24px
  }
}
.top-list__bottom > div {
  width: 115px;
  display: flex;
  align-items: center;
  gap: 1rem
}
@media screen and (max-width: 450px) {
  .top-list__bottom > div {
    width: 100%
  }
}
.top-list__bottom > div span:nth-child(1) {
  position: relative;
  overflow: hidden;
  flex: 1;
  height: 2px
}
@media screen and (max-width: 767px) {
  .top-list__bottom > div span:nth-child(1) {
    height: 1px
  }
}
.top-list__bottom > div span:nth-child(1):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff
}
.top-list__bottom > div span:nth-child(2) {
  font-size: clamp(14px, 1vw, 16px);
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
}
.top-list__bottom .label {
  color: #fff;
  font-size: 16px
}
.top-list__bottom:hover > div span:nth-child(1):after {
  animation: moveactive .5s cubic-bezier(.58, .3, .005, 1) 0s 1
}
.top-list__bottom:hover > div span:nth-child(2) {
  animation: textroop 1s cubic-bezier(.58, .3, .005, 1) 0s 1
}
.top-setupOffice {
  background: #ddddd9;
  padding: clamp(50px, 5vw, 100px) 0
}
.top-voices {
  padding: clamp(50px, 5vw, 100px) 0;
  background: #ddddd9
}
.top-voices__button {
  display: flex;
  align-items: center;
  gap: clamp(50px, 5vw, 100px);
  padding-bottom: 14px
}
@media screen and (max-width: 575px) {
  .top-voices__button {
    width: 100%;
    justify-content: space-between
  }
}
.top-voices__button .c-link--black {
  width: 115px
}
.top-voices__button p {
  font-size: clamp(14px, 1vw, 16px);
  font-family: YakuHanJP, Inter, serif
}
.top-voices__slider {
  margin-top: clamp(25px, 2.5vw, 50px);
  padding-left: 24px
}
.top-voices__slider .voices-slider {
  position: relative
}
.top-voices__slider .swiper-slide a figure {
  overflow: hidden
}
.top-voices__slider .swiper-slide a > div {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: clamp(24px, 2.5vw, 30px);
  margin-top: 16px;
  padding-right: clamp(24px, 2.5vw, 30px)
}
.top-voices__slider .swiper-slide a > div figure {
  height: 128px;
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  overflow: hidden
}
@media screen and (max-width: 767px) {
  .top-voices__slider .swiper-slide a > div {
    grid-template-columns: 80px 1fr
  }
  .top-voices__slider .swiper-slide a > div figure {
    height: 80px
  }
}
.top-voices__slider .swiper-slide a > div div {
  display: flex;
  flex-direction: column
}
.top-voices__slider .swiper-slide a > div div span:nth-child(1) {
  font-size: 14px;
  color: #bdaa9f
}
.top-voices__slider .swiper-slide a > div div span:nth-child(2) {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #00031a;
  margin-top: clamp(8px, .5vw, 16px)
}
.top-voices__slider .swiper-slide a > div div span:nth-child(3) {
  font-size: clamp(14px, 1vw, 16px);
  color: #00031a99;
  margin-top: 8px
}
.top-voices__slider .swiper-slide a > div div span:nth-child(4) {
  font-size: clamp(14px, 1vw, 16px);
  color: #00031a;
  margin-top: clamp(16px, 1.5vw, 24px)
}
.top-voices__slider .swiper-slide a img {
  height: auto;
  width: 100%;
  transition: all .7s ease
}
.top-voices__slider .swiper-slide a:hover > figure img {
  transform: scale(1.2)
}
.top-voices__bottom {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px
}
.top-voices__bottom a {
  width: 137px
}
@media screen and (max-width: 450px) {
  .top-voices__bottom a {
    width: 100%
  }
}
.top-voices .c-headding--h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
@media screen and (max-width: 575px) {
  .top-voices .c-headding--h2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px
  }
}
.top-voices .c-headding--h2 .swiper-button-wrap {
  position: relative
}
.top-specServiceColumn__wrap {
  padding: clamp(50px, 5vw, 100px) 0;
  display: grid;
  grid-template-columns: 1fr 1fr
}
@media screen and (max-width: 767px) {
  .top-specServiceColumn__wrap {
    grid-template-columns: 1fr;
    gap: 54px
  }
}
.top-specService__body, .top-column__body {
  margin-top: clamp(25px, 2.5vw, 50px)
}
.top-specService__body p, .top-column__body p {
  font-size: clamp(12px, 1vw, 14px);
  color: #00031a99;
  margin-top: 16px;
  max-width: 700px;
  margin-right: 35px
}
@media screen and (max-width: 767px) {
  .top-specService__body p, .top-column__body p {
    margin-right: 0
  }
}
.top-specService__body .c-link--black, .top-column__body .c-link--black {
  margin-top: 32px;
  width: 137px
}
.top-officeLineup {
  padding: clamp(50px, 5vw, 100px) 0;
  background: #ddddd9
}
.top-officeLineup__slider {
  margin-top: clamp(25px, 2.5vw, 50px)
}
.top-officeLineup__slider .officeLineup-slider {
  position: relative
}
.top-officeLineup__slider .swiper-slide {
  padding-left: 1.5px;
  padding-right: 1.5px
}
.top-officeLineup__slider .swiper-slide a {
  display: block;
  text-decoration: none
}
.top-officeLineup__slider .swiper-slide a[href=""] {
  pointer-events: none
}
.top-officeLineup__slider .swiper-slide a figure {
  overflow: hidden
}
.top-officeLineup__slider .swiper-slide a figure img {
  transition: all .7s ease;
  vertical-align: middle;
  width: 100%
}
.top-officeLineup__slider .swiper-slide a:hover figure img {
  transform: scale(1.2)
}
.top-officeLineup__slider .swiper-slide a:hover span {
  animation: textroop 1s cubic-bezier(.58, .3, .005, 1) 0s 1
}
@keyframes textroop {
  0% {
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
  }
  50% {
    text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff
  }
  50.01% {
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
  }
  to {
    transform: translateY(0)
  }
}
@keyframes textroopB {
  0% {
    text-shadow: 0 1.5em 0 #00031A, 0 0 0 #00031A
  }
  50% {
    text-shadow: 0 0 0 #00031A, 0 -1.5em 0 #00031A
  }
  50.01% {
    text-shadow: 0 1.5em 0 #00031A, 0 0 0 #00031A
  }
  to {
    transform: translateY(0)
  }
}
.top-officeLineup__slider .swiper-slide a:hover span:after {
  animation: moveactive .5s cubic-bezier(.58, .3, .005, 1) 0s 1
}
@keyframes moveactive {
  0% {
    transform: translate(0)
  }
  50% {
    transform: translate(100%)
  }
  50.01% {
    transform: translate(-100%)
  }
  to {
    transform: translate(0)
  }
}
.top-officeLineup__slider .swiper-slide a div {
  position: absolute;
  top: 0;
  right: 1.5px;
  bottom: 0;
  left: 1.5px;
  background: linear-gradient(to top, rgb(0 0 0 / 65%) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px
}
.top-officeLineup__slider .swiper-slide a div h3 {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  margin-top: clamp(8px, .5vw, 16px);
  color: #fff
}
.top-officeLineup__slider .swiper-slide a div h3 sup {
  vertical-align: super;
  font-size: .5em
}
.top-officeLineup__slider .swiper-slide a div span {
  position: relative;
  font-size: clamp(14px, 1vw, 16px);
  font-family: YakuHanJP, Inter, serif;
  margin-top: clamp(20px, 2vw, 40px);
  padding-bottom: 6px;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff
}
.top-officeLineup__slider .swiper-slide a div span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff
}
.top-officeLineup__button {
  display: flex;
  align-items: center;
  gap: clamp(50px, 5vw, 100px);
  padding-bottom: 14px
}
@media screen and (max-width: 575px) {
  .top-officeLineup__button {
    width: 100%;
    justify-content: space-between
  }
}
.top-officeLineup__button .c-link--black {
  width: 115px
}
.top-officeLineup__button p {
  font-size: clamp(14px, 1vw, 16px);
  font-family: YakuHanJP, Inter, serif
}
.top-officeLineup .c-headding--h2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}
@media screen and (max-width: 575px) {
  .top-officeLineup .c-headding--h2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px
  }
}
.top-officeLineup .c-headding--h2 .swiper-button-wrap {
  position: relative
}
.top-caption {
  padding: clamp(30px, 3vw, 60px) 0 clamp(60px, 6vw, 120px) 0
}
@media screen and (max-width: 767px) {
  .top-caption {
    padding: clamp(60px, 6vw, 120px) 0
  }
}
.top-caption ul {
  display: flex;
  flex-direction: column;
  gap: 4px
}
.top-caption ul li {
  font-size: 12px;
  color: #00031a99
}
/*$vite$:1*/