@charset "UTF-8";
/* CSS Document */

.header__wapper__left {
  visibility: hidden;
}

.parallax {
  height: 100%;
}

.sec1 {
  position: relative;
  min-height: 100vh;
}

.swiper {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0d2a35, transparent 70%);
  display: block;
  z-index: 1;
  mix-blend-mode: multiply;
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top1 {
  object-position: 70% 0%;
}

.top2 {
  object-position: 75% 0%;
}

.top3 {
  /* object-position: 70% 0%; */
  object-position: 55% 0%;
}

.slide-number {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  right: 20px;
  color: #FFFFFF;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  font-family: var(--en);
}

/* --- ドット部分 --- */
.swiper-pagination {
  bottom: 100px !important;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto;
  left: auto !important;
  right: 0;
  width: 25px !important;
  z-index: 999;
}

.swiper-pagination-bullet {
  width: 3px;
  height: 40px;
  background: #867F7E;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin: 0 25px 0 0 !important;
  opacity: 1 !important;
}

/* 内側のプログレス */
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  opacity: 1 !important;
  height: 0;
  width: 100%;
  background: #FFFFFF;
}

/* アクティブなドットが時間経過で塗られる */
.swiper-pagination-bullet-active::before {
  animation: top 4s linear both;
}

@keyframes top {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

.sec1__text {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.sec1__text__h2 {
  font-family: var(--en);
  font-size: 20rem;
  font-weight: 600;
  line-height: 0.75;
  margin-bottom: 30px;
}

.sec1__text__p {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.sec1__text__small {
  font-weight: 400;
  display: block;
  margin-bottom: 50px;
}

.sec1__text__a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
}

.sec1__text__a img {
  display: block;
  width: 10px;
  rotate: -90deg;
  margin-top: 2.5px;
}

#total-slide {
  display: none;
}

@media (max-width: 1024px) {
  .sec1__text {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {

  /*   .swiper::after {
    content: none;
  } */

  .sec1__text__h2 {
    font-size: 30vw;
  }

  .sec1__text__p {
    font-size: 2rem;
  }

  .sec1__text__small {
    font-size: 1.4rem;
  }

  .swiper-pagination {
    width: 10px !important;
  }

  .slide-number {
    right: 5px;
  }
}




.sec2 {
  position: relative;
  padding: 150px 0 250px;
}

.sec2__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec2__bg::before {
  content: "";
  background: #0D2A35;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.simpleParallax {
  height: 100%;
}

.sec2__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec2__image1 {
  position: absolute;
  right: 2.5%;
  width: 22.5%;
  top: -100px;
  min-height: 350px;
  object-fit: cover;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.sec2__image2 {
  position: absolute;
  left: 2.5%;
  width: 22.5%;
  bottom: -270px;
  min-height: 400px;
  object-fit: cover;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

.sec2__scroll {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.sec2__scroll img {
  display: block;
  width: 10px;
}

.sec2__contents {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  width: 50%;
  margin: 0 auto;
}

.sec2__contents__logo {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.sec2__contents__h2 {
  font-size: 6rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1.2;
  margin-bottom: 60px;
}

.sec2__contents__p {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {

  .sec2__scroll {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .sec2__contents__h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }

  .sec2__contents__p {
    font-size: 1.4rem;
  }

  .sec2 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .sec2__image1 {
    position: static;
    width: 50%;
    margin: 0 2.5% 30px auto;
    display: block;
    min-height: 250px;
  }

  .sec2__contents {
    width: 90%;
  }

  .sec2__image2 {
    display: block;
    position: static;
    width: 60%;
    margin: 30px auto 0 -5%;
    display: block;
    transform: translateY(50px);
    min-height: 300px;
  }
}




.sec3 {
  padding: 150px 0;
}

.sec3__h2 {
  font-size: 6rem;
  line-height: 1.2;
  font-family: var(--en);
  font-weight: 600;
}

.sec3__small {
  font-weight: 400;
  display: block;
  margin-bottom: 60px;
}

.sec3__ul {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.sec3__ul__li {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 45px;
}

.sec3__ul__li:nth-child(even) {
  flex-direction: row-reverse;
}

.sec3__ul__li__left {
  width: 50%;
}

.sec3__ul__li__left img {
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);

}

.sec3__ul__li__right {
  width: 50%;
  text-align: left;
  max-width: 500px;
}

.sec3__ul__li__right__strong {
  font-size: 4.4rem;
  color: #DCE4E9;
  font-family: var(--en);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}

.sec3__ul__li__right__name {
  display: flex;
  gap: 50px;
  align-items: flex-end;
  margin-bottom: 15px;
}

.sec3__ul__li__right__name__h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.sec3__ul__li__right__name__ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

.sec3__ul__li__right__time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.sec3__ul__li__right__p1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec3__ul__li__right__p2 {
  margin-bottom: 40px;
  font-weight: 700;
}

.sec3__ul__li__right__stron2 {
  display: block;
  width: fit-content;
  position: relative;
  padding: 2px 20px 4px;
  background: #0D2A35;
  color: #FFFFFF;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.sec3__ul__li__right__stron2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.sec3__ul__li__right__stron2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.sec3__ul__li__right__p3 {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 50px;
}

.sec3__ul__li__right__p4 {
  line-height: 1.8;
}


@media (max-width: 767px) {

  .sec3 {
    padding: 100px 0;
  }

  .sec3__ul {
    gap: 65px;
  }

  .sec3__ul__li,
  .sec3__ul__li:nth-child(2) {
    flex-direction: column;
    gap: 20px;
  }

  .sec3__ul__li__left {
    width: 100%;
  }

  .sec3__small {
    margin-bottom: 30px;
  }

  .sec3__ul__li__right {
    width: 100%;
  }

  .sec3__ul__li__right__strong {
    font-size: 3rem;
  }

  .sec3__ul__li__right__name {
    margin-bottom: 5px;
  }

  .sec3__ul__li__right__name__h3 {
    font-size: 2.8rem;
  }

  .sec3__ul__li__right__time {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .sec3__ul__li__right__p1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .sec3__ul__li__right__p2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .sec3__ul__li__right__p3 {
    font-size: 1.4rem;
  }

  .sec3__ul__li__right__p4 {
    font-size: 1.4rem;
  }
}




.sec4__ul__li {
  position: relative;
  padding: 150px 0;
  text-align: left;
  color: #FFFFFF;
}

.sec4__ul__li:after {
  content: "";
  background: #0D2A35;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.sec4__ul__li:nth-child(1) {
  background: url(../images/sec4/image1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec4__ul__li:nth-child(2) {
  background: url(../images/sec4/image2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec4__ul__li:nth-child(3) {
  background: url(../images/sec4/image3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec4__ul__li__wapper {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

.sec4__ul__li__wapper__strong {
  font-size: 6rem;
  font-weight: 600;
  font-family: var(--en);
  display: block;
  line-height: 1;
}

.sec4__ul__li__wapper__h2 {
  font-weight: 400;
  margin-bottom: 20px;
}

.sec4__ul__li__wapper__p {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 50px;
}

.sec4__ul__li__wapper__a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}

.sec4__ul__li__wapper__a img {
  width: 10px;
  rotate: -90deg;
}

@media (max-width: 767px) {
  .sec4__ul__li {
    padding: 250px 0 100px;
  }

  .sec4__ul__li:nth-child(1) {
    background: url(../images/sec4/image1-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sec4__ul__li:nth-child(2) {
    background: url(../images/sec4/image2-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sec4__ul__li:nth-child(3) {
    background: url(../images/sec4/image3-sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sec4__ul__li__wapper__strong {
    font-size: 5rem;
  }

  .sec4__ul__li__wapper__h2 {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .sec4__ul__li__wapper__p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}




.sec5 {
  padding: 150px 0 150px;
}

.sec5__strong {
  font-size: 6rem;
  line-height: 1.2;
  font-family: var(--en);
  font-weight: 600;
}

.sec5__h2 {
  font-weight: 400;
  display: block;
  margin-bottom: 60px;
}

.swiper__loop {
  width: 100%;
  overflow: hidden;
}

.swiper__loop .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper__loop .swiper-slide {
  padding: 0 20px;
}

.swiper__loop .swiper-slide img {
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
}


@media (max-width: 767px) {
  .sec5 {
    padding: 100px 0;
  }

  .sec5__strong {
    font-size: 5rem;
  }

  .sec5__h2 {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }

  .swiper__loop .swiper-slide {
    padding: 0 10px;
  }
}




.sec6 {
  position: relative;
  padding: 150px 0;
  color: #FFFFFF;
}

.sec6__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec6__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D2A35;
  opacity: 0.7;
  z-index: 1;
}

.sec6 .wapper {
  max-width: 600px;
}

.sec6__h2 {
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.sec6__p {
  width: 90%;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 60px;
}

.sec6__strong {
  font-size: 2rem;
  font-weight: 700;
}

.sec6__img {
  width: 600px;
  display: block;
  margin-top: -40px;
}

.sec6 .parallax {
  height: 100%;
  object-fit: cover;
  object-position: 25% 50%;
}


@media (max-width: 767px) {
  .sec6 {
    padding: 100px 0;
  }

  .sec6__h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .sec6__p {
    font-size: 1.4rem;
  }

  .sec6__strong {
    font-size: 1.8rem;
  }

  .sec6__img {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    max-width: 350px;
  }
}




.sec7 {
  padding: 150px 0;
  text-align: left;
}

.sec7 .wapper {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.sec7__left {
  width: 47.5%;
}

.sec7__left__strong {
  font-size: 6rem;
  font-weight: 600;
  font-family: var(--en);
  display: block;
  line-height: 1;
}

.sec7__left__h2 {
  font-weight: 400;
  margin-bottom: 30px;
}

.sec7__left__p {
  font-weight: 700;
  margin-bottom: 10px;
}

.sec7__left__small {
  font-size: 1.4rem;
  font-weight: 400;
}

.sec7__right {
  width: 47.5%;
}

.sec7__right__ul {
  padding-left: 50px;
}

.sec7__right__ul__li {
  position: relative;
  padding-bottom: 50px;
}

.sec7__right__ul__li:last-child {
  padding-bottom: 0;
}

.sec7__right__ul__li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0D2A35;
  position: absolute;
  top: 10px;
  left: -40px;
}

.sec7__right__ul__li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 13px;
  left: -37.5px;
  display: block;
  background: #0D2A35;
}

.sec7__right__ul__li__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.sec7__right__ul__li__title strong {
  font-size: 3rem;
  line-height: 1;
  font-family: var(--en);
  font-weight: 600;
}

.sec7__right__ul__li__title h3 {
  font-size: 2rem;
  font-weight: 700;
}

.sec7__right__ul__li__p {
  font-size: 1.6rem;
  font-weight: 400;
}

.sec7__right__ul__li__a {
  position: relative;
  margin-top: 30px;
  display: block;
  width: fit-content;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}

.sec7__right__ul__li__a:hover {
  opacity: 1;
}

.sec7__right__ul__li__a p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 30px;
  border: solid 1px #0D2A35;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  position: relative;
}

.sec7__right__ul__li__a p img {
  width: 10px;
  rotate: -90deg;
  margin-top: 2px;
}

.sec7__right__ul__li__a .after {
  position: absolute;
  top: 0;
  left: 0;
  background: #0D2A35;
  color: #FFFFFF;
  clip-path: inset(0 100% 0 0);
  transition: 0.4s;
  transition-timing-function: ease-out;
}

.sec7__right__ul__li__a:hover .after {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.sec7__right__ul__li__a .after img {
  filter: brightness(0) invert(1);
}


.sec7__right__ul__li__a p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 107%;
  display: block;
  background: #0D2A35;
  top: -2px;
  left: 5.5px;
  rotate: 19.5deg;
}


.sec7__right__ul__li__a p::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 107%;
  display: block;
  background: #0D2A35;
  top: -1px;
  right: 5.5px;
  rotate: 19.5deg;
}


@media (max-width: 767px) {
  .sec7 {
    padding: 100px 0;
  }

  .sec7 .wapper {
    flex-direction: column;
    gap: 50px;
  }

  .sec7__left {
    width: 100%;
  }

  .sec7__right {
    width: 100%;
  }

  .sec7__left__strong {
    font-size: 5rem;
  }

  .sec7__left__small {
    font-size: 1.2rem;
  }

  .sec7__left__h2 {
    font-size: 1.4rem;
  }

  .sec7__right__ul {
    padding-left: 40px;
  }

  .sec7__right__ul__li__p {
    font-size: 1.4rem;
  }
}




.sec8 {
  padding: 150px 0;
  background: #ECEFF1;
}

.sec8 .wapper {
  max-width: 750px;
}

.sec8__strong {
  font-size: 6rem;
  font-weight: 600;
  font-family: var(--en);
  display: block;
  line-height: 1;
}

.sec8__h2 {
  font-weight: 400;
  margin-bottom: 60px;
}

.sec8__dl {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.sec8__dl__dt {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sec8__dl__dt span {
  font-family: var(--en);
  font-weight: 600;
  font-size: 6rem;
}

.sec8__dl__dd {
  padding-left: 45px;
  font-weight: 400;
  padding-bottom: 30px;
  border-bottom: solid #DCE4E9 1px;
  margin-bottom: 30px;
}

.sec8__dl__dd:last-of-type {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.sec8__dl__dd small {
  font-size: 1.4rem;
  display: block;
}


@media (max-width: 767px) {
  .sec8 {
    padding: 100px 0;
  }

  .sec8__strong {
    font-size: 5rem;
  }

  .sec8__h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .sec8__dl__dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .sec8__dl__dt span {
    font-size: 4rem;
  }
}




.sec9 {
  padding: 150px 0;
  display: flex;
  gap: 50px;
  align-items: center;
}

.sec9__map {
  width: 55%;
  position: relative;
}

.sec9__map::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 75px;
  height: 100%;
  background: #F7F9FB;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.sec9__map iframe {
  width: 100%;
  height: 500px;
}

.sec9__contents {
  flex: 1;
  max-width: 450px;
  text-align: left;
  margin-right: 2.5vw;
}

.sec9__contents__strong {
  font-size: 6rem;
  font-weight: 600;
  font-family: var(--en);
  display: block;
  line-height: 1;
}

.sec9__contents__h2 {
  font-weight: 400;
  margin-bottom: 60px;
}

.sec9__contents__ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec9__contents__ul__li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.sec9__contents__ul__li img {
  width: 25px;
}


@media (max-width: 767px) {
  .sec9 {
    padding: 100px 0;
    flex-direction: column;
    align-items: initial;
  }

  .sec9__map {
    width: 95%;
  }

  .sec9__contents {
    width: 90%;
    margin: 0 auto;
  }

  .sec9__contents__strong {
    font-size: 5rem;
  }

  .sec9__contents__h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .sec9__contents__ul__li {
    font-size: 1.4rem;
  }

  .sec9__map::after {
    width: 10px;
  }

  .sec9__map iframe {
    height: 250px;
  }

}