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



.entry {
  position: fixed;
  z-index: 9999;
  bottom: 5%;
  right: 2.5%;
  width: 150px;
  height: 150px;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(.5, 1, 1, 1);
}

.entry:hover {
  rotate: 360deg;
}


@media (max-width: 1024px) {
  .entry {
    width: 125px;
    height: 125px;
  }
}


@media (max-width: 600px) {
  .entry {
    width: 100px;
    height: 100px;
  }
}




.sec1 {
  width: 95%;
  margin: 70px auto 0;
}

.sec1 svg {
  display: block;
  margin-bottom: 21px;
  z-index: 10;
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 895.2442626953125px;
    stroke-dasharray: 895.2442626953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 895.2442626953125px;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 35, 35);
  }
}

.animation-1 {
  animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both,
    animate-svg-fill-1 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.25s both;
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1139.7540283203125px;
    stroke-dasharray: 1139.7540283203125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1139.7540283203125px;
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 35, 35);
  }
}

.animation-2 {
  animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-2 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.35s both;
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 227.45205688476562px;
    stroke-dasharray: 227.45205688476562px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 227.45205688476562px;
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 35, 35);
  }
}

.animation-3 {
  animation: animate-svg-stroke-3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both,
    animate-svg-fill-3 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.45s both;
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 4526.55615234375px;
    stroke-dasharray: 4526.55615234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4526.55615234375px;
  }
}

.animation-4 {
  animation: animate-svg-stroke-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both,
    animate-svg-fill-4 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.55s both;
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 805.5843505859375px;
    stroke-dasharray: 805.5843505859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 805.5843505859375px;
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 35, 35);
  }
}

.animation-5 {
  animation: animate-svg-stroke-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both,
    animate-svg-fill-5 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.65s both;
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 784.0784301757812px;
    stroke-dasharray: 784.0784301757812px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 784.0784301757812px;
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(35, 35, 35);
  }
}

.animation-6 {
  animation: animate-svg-stroke-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both,
    animate-svg-fill-6 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.75s both;
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 4319.26708984375px;
    stroke-dasharray: 4319.26708984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 4319.26708984375px;
  }
}

.animation-7 {
  animation: animate-svg-stroke-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both,
    animate-svg-fill-7 1s cubic-bezier(0.6, -0.28, 0.735, 0.045) 1.85s both;
}

.sec1 h2 {
  padding-bottom: 100px;
}

.sec1 h2 img {
  display: block;
  height: 80vh;
  object-fit: cover;
  border-radius: 50px;
  opacity: 0;
  transform: translateY(50px);
  animation: topimage 0.5s both;
  animation-timing-function: cubic-bezier(.5, 1, 1, 1);
  animation-delay: 2.25s;
}

.sec1 h2 img:nth-child(1) {
  display: none;
}


@keyframes topimage {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


@media (max-width: 1024px) {

  .sec1 {
    margin-top: 80px;
  }

  .sec1 h2 {
    padding: 0;
  }

  .sec1 h2 img:nth-child(1) {
    display: block;
  }

  .sec1 h2 img:nth-child(2) {
    display: none;
  }

  .sec1 h2 img {
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 30px;
  }
}

@media (max-width: 600px) {
  .sec1 h2 img {
    border-radius: 15px;
  }
}




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

.sec2__text {
  position: absolute;
  top: 100px;
  left: 1%;
  writing-mode: vertical-rl;
  font-family: var(--en);
  font-weight: 600;
}

.sec2__wapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec2__wapper__left {
  width: 49%;
  text-align: left;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec2__wapper__left.active {
  opacity: 1;
  transform: translateY(0);
}

.sec2__wapper__left div {
  position: relative;
}

.sec2__wapper__left div h2 {
  font-size: 5.2rem;
  margin-bottom: 40px;
}

.sec2__wapper__left div h2 span {
  position: relative;
  display: inline-block;
}

.sec2__wapper__left div img {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.sec2__wapper__left p {
  line-height: 2;
}

.sec2__wapper__right {
  position: relative;
  width: 49%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.sec2__wapper__right img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: cycle 15s linear infinite;
}

@keyframes cycle {

  0% {
    rotate: 0;
  }

  100% {
    rotate: 360deg;
  }
}

.sec2__bottom {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sec2__bottom__img1 {
  display: block;
  width: 90%;
}

.sec2__bottom__img2 {
  display: block;
  width: 90%;
  margin-left: auto;
}

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

.rowswiper {
  display: none;
  width: 100%;
  overflow: hidden;
}

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

.swiper-slide {
  margin: 0 10px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}


@media (max-width: 1024px) {
  .sec2__wapper {
    flex-direction: column;
    gap: 60px;
  }

  .sec2__wapper__left {
    width: fit-content;
  }

  .sec2__wapper__right {
    width: 90%;
    max-width: 400px;
  }
}


@media (max-width: 600px) {
  .rowswiper {
    display: block;
  }

  .sec2 {
    padding: 100px 0 0;
  }

  .sec2__text {
    top: 75px;
    font-size: 1rem;
  }

  .sec2__wapper {
    width: 85%;
    margin-bottom: 100px;
  }

  .sec2__wapper__left div h2 {
    font-size: 3rem;
  }

  .sec2__wapper__left p {
    font-size: 1.4rem;
  }

  .sec2__wapper__right {
    width: 100%;
  }

  .sec2__bottom {
    overflow: hidden;
  }

  .sec2__bottom__img1 {
    display: block;
    width: 160%;
    margin-left: -37%;
  }

  .sec2__bottom__img2 {
    display: block;
    width: 160%;
    margin-left: -25%;
    margin-top: -20px;
  }

  .swiper-slide img {
    border-radius: 15px;
  }
}




.sec3 {
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.sec3__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

.sec3__text {
  position: absolute;
  top: 100px;
  left: 1%;
  writing-mode: vertical-rl;
  font-family: var(--en);
  font-weight: 600;
}

.sec3-1 {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 200px;
}

.sec3-1__wapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.sec3-1__wapper__left {
  width: 50%;
  text-align: left;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec3-1__wapper__left.active {
  opacity: 1;
  transform: translateY(0);
}

.sec3-1__wapper__left small {
  display: block;
  width: fit-content;
  padding: 6px 14px 8px;
  border: solid 1px #232323;
  border-radius: 100px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}

.sec3-1__wapper__left h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.sec3-1__wapper__left p {
  line-height: 2;
}

.sec3-1__wapper__right {
  width: 50%;
}

.sec3-2 {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 200px;
}

.sec3-2__wapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}

.sec3-2__wapper__left {
  width: 50%;
  text-align: left;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec3-2__wapper__left.active {
  opacity: 1;
  transform: translateY(0);
}

.sec3-2__wapper__left small {
  display: block;
  width: fit-content;
  padding: 6px 14px 8px;
  border: solid 1px #232323;
  border-radius: 100px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
}

.sec3-2__wapper__left h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.sec3-2__wapper__left p {
  line-height: 2;
}

.sec3-2__wapper__right {
  width: 50%;
}


@media (max-width: 1024px) {
  .sec3-1__wapper {
    flex-direction: column;
    gap: 30px;
  }

  .sec3-2__wapper {
    flex-direction: column;
    gap: 30px;
  }

  .sec3-1__wapper__left {
    width: fit-content;
  }

  .sec3-2__wapper__left {
    width: fit-content;
  }

  .sec3-1__wapper__right,
  .sec3-2__wapper__right {
    width: 100%;
    max-width: 400px;
  }

  .sec3-2__wapper__left h2,
  .sec3-1__wapper__left h2 {
    margin-bottom: 30px;
  }
}


@media (max-width: 600px) {

  .sec3 {
    padding-top: 100px;
  }

  .sec3__text {
    top: 75px;
    font-size: 1rem;
  }

  .sec3-1__wapper {
    width: 100%;
  }

  .sec3-1__wapper__left small {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .sec3-2__wapper__left h2,
  .sec3-1__wapper__left h2 {
    font-size: 3rem;
  }

  .sec3-1__wapper__left p {
    font-size: 1.4rem;
  }

  .sec3-2__wapper__left p {
    font-size: 1.4rem;
  }

  .sec3-1,
  .sec3-2 {
    width: 85%;
    margin-bottom: 120px;
  }
}




.flowing-ttl {
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
  border-top: solid 1px #232323;
  border-bottom: solid 1px #232323;
}

.flowing-ttl__track {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  animation: flow-left 40s linear infinite;
}

.flowing-ttl.reverse .flowing-ttl__track {
  animation: flow-right 40s linear infinite;
}

.flowing-ttl__item {
  flex-shrink: 0;
  padding-right: 20px;
  font-size: 2rem;
  font-family: var(--sans);
  font-weight: 500;
}

@keyframes flow-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes flow-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.sec4 {
  display: flex;
  flex-wrap: wrap;
}

.sec4 li {
  width: 20%;
}


@media (max-width: 1024px) {
  .sec4 li {
    width: 25%;
  }

  .sec4 li:nth-child(9),
  .sec4 li:nth-child(10) {
    display: none;
  }

  .flowing-ttl__item {
    font-size: 1.6rem;
  }
}


@media (max-width: 600px) {
  .sec4 li {
    width: calc(100% / 3);
  }

  .flowing-ttl__item {
    font-size: 1.2rem;
  }

  .sec4 li:nth-child(7),
  .sec4 li:nth-child(8) {
    display: none;
  }
}




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

.sec5__bg {
  position: absolute;
  width: 70%;
  right: 40%;
  top: 50%;
  max-width: 1000px;
  transform: translateY(-50%);
  z-index: -1;
}

.sec5__text {
  position: absolute;
  top: 130px;
  left: 1%;
  writing-mode: vertical-rl;
  font-family: var(--en);
  font-weight: 600;
}

.sec5__wapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.sec5__wapper__left {
  width: 47.5%;
  text-align: left;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec5__wapper__left.active {
  opacity: 1;
  transform: translateY(0);
}

.sec5__wapper__left__h2 {
  font-size: 5.2rem;
  margin-bottom: 20px;
}

.sec5__wapper__left__p {
  line-height: 2;
  margin-bottom: 40px;
}

.sec5__wapper__left a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 100px;
  border: solid 1px #232323;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec5__wapper__left a:hover {
  background: #232323;
  color: #EDE4CF;
}

.sec5__wapper__left__a__arrow {
  position: relative;
  width: 10px;
  height: 10px;
}

.sec5__wapper__left__a__arrow img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec5__wapper__left a:hover .sec5__wapper__left__a__arrow img:nth-child(2) {
  opacity: 0;
}

.sec5__wapper__ul {
  width: 47.5%;
}

.sec5__wapper__ul__li {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
}

.sec5__wapper__ul__li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #232323;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 30px;
}

.sec5__wapper__ul__li:last-child:after {
  content: none;
}

.sec5__wapper__ul__li__strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #232323;
  color: #EDE4CF;
}

.sec5__wapper__ul__li__content {
  flex: 1;
  text-align: left;
}

.sec5__wapper__ul__li__content__h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 15px;
}

.sec5__wapper__ul__li__content__p {
  line-height: 2;
}


@media (max-width: 1024px) {
  .sec5__wapper {
    max-width: 500px;
    flex-direction: column;
    gap: 67px;
  }

  .sec5__bg {
    width: 100%;
    right: 30%;
    top: 50%;
    max-width: 1000px;
  }


  .sec5__wapper__left {
    width: 100%;
  }

  .sec5__wapper__ul {
    width: 100%;
  }
}


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

  .sec5__text {
    font-size: 1rem;
    top: 75px;
  }

  .sec5__wapper {
    width: 85%;
  }

  .sec5__wapper__left__h2 {
    font-size: 3rem;
  }

  .sec5__wapper__left__p {
    font-size: 1.4rem;
  }

  .sec5__wapper__left a {
    font-size: 1.4rem;
  }

  .sec5__wapper__ul__li__strong {
    font-size: 1.2rem;
    width: 42px;
    height: 42px;
  }

  .sec5__wapper__ul__li::after {
    left: 21px;
  }

  .sec5__wapper__ul__li__content__h3 {
    font-size: 1.6rem;
    margin-top: 9px;
  }

  .sec5__wapper__ul__li__content__p {
    font-size: 1.3rem;
  }
}




.scrollcycle {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.scrollcycle span {
  display: block;
  width: 100vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #232323;

  transform: scale(0);
  transform-origin: center;
  will-change: transform;
}

.scrollbottom {
  height: 150vh;
}




.sec6 {
  background: #232323;
  padding-top: 150px;
  margin-top: -150px;
  padding-bottom: 150px;
}

.sec6 .scroll {
  display: block;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec6 .scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.sec6__title {
  font-size: 5.2rem;
  color: #EDE4CF;
  margin-bottom: 50px;
}


.sec6__ul {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

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


.sec6__ul__li .sec6__ul__li__a {
  position: relative;
}

.sec6__ul__li__dummy {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 40px;
}

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

.sec6__ul__li__a__image {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 30px;
}

.sec6__ul__li__a__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  transition-timing-function: ease-out;
}


.sec6__ul__li__a:hover .sec6__ul__li__a__image img {
  scale: 1.1;
}

.sec6__ul__li__a__image__more {
  width: 120px;
  object-fit: contain;
  margin-left: auto;
  display: block;
  margin-top: -100px;
  margin-right: -10px;
  position: relative;
  z-index: 100;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec6__ul__li__a:hover .sec6__ul__li__a__image__more {
  scale: 1.1;
}

.sec6__ul__li__title {
  font-weight: 800;
  font-size: 2.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 60px;
}

.sec6__ul__li__title small {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
}

.sec6__ul__li__contents {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  height: 40px;
}

.sec6__ul__li__contents img {
  width: 18px;
}

.manual-swiper {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.manual-swiper__wrapper {
  display: flex;
}

.manual-swiper__slide {
  flex-shrink: 0;
  width: 90%;
  text-align: left;
  color: #EDE4CF;
}

.manual-swiper__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}

/* arrows */
.manual-swiper__prev,
.manual-swiper__next {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #232323;
  border: solid 1px #EDE4CF;
  cursor: pointer;
  z-index: 10;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.manual-swiper__prev:hover,
.manual-swiper__next:hover {
  scale: 1.1;
}

.manual-swiper__prev::after {
  content: "";
  display: block;
  background-image: url(../images/sec6/left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manual-swiper__next::after {
  content: "";
  display: block;
  background-image: url(../images/sec6/right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.manual-swiper__prev {
  left: 5px;
}

.manual-swiper__next {
  right: 5px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content !important;
}

.manual-swiper .swiper-pagination-bullet {
  background: #EDE4CF !important;
}


@media (min-width: 768px) {

  .manual-swiper__slide {
    width: calc(100% / 3);
  }
}


@media (max-width: 600px) {
  .sec6 {
    padding: 100px 5% 100px;
  }

  .swiper__sp {
    display: flex;
  }

  .swiper__pc {
    display: none;
  }

  .sec6__title {
    font-size: 3rem;
  }

  .sec6__ul__li__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
    height: 55px;
  }

  .sec6__ul__li__title small {
    font-size: 1.3rem;
  }

  .sec6__ul__li__contents {
    font-size: 1.3rem;
    gap: 10px;
  }

  .sec6__ul__li__contents img {
    width: 15px;
  }

  .sec6__ul__li__a__image__more {
    width: 100px;
    margin-top: -80px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
  }

  .manual-swiper__bottom {
    gap: 20px;
  }

  .sec6__ul__li__dummy {
    border-radius: 20px;
  }

  .sec6__ul__li__a__image {
    border-radius: 20px;
  }
}




.sec7 {
  position: relative;
  padding: 150px 0;
}

.sec7__text {
  position: absolute;
  top: 130px;
  left: 1%;
  writing-mode: vertical-rl;
  font-family: var(--en);
  font-weight: 600;
}

.sec7__wapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.sec7__wapper__left {
  width: 250px;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec7__wapper__left.active {
  opacity: 1;
  transform: translateY(0);
}


.sec7__wapper__left h2 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}

.sec7__wapper__left__a {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: solid 1px #232323;
  border-radius: 100px;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec7__wapper__left__a:hover {
  background: #232323;
  color: #EDE4CF;
}

.sec7__wapper__left__a__arrow {
  position: relative;
  width: 10px;
  height: 10px;
}

.sec7__wapper__left__a__arrow img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec7__wapper__left__a:hover img:nth-child(2) {
  opacity: 0;
}


.sec7__wapper__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sec7__wapper__right__li {
  width: 100%;
}

.sec7__wapper__right__li__a {
  padding: 22.5px 5%;
  background: #F6EFDC;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec7__wapper__right__li__a:hover {
  background: #232323;
  color: #F6EFDC;
}

.sec7__wapper__right__li__a time {
  display: block;
  width: 100px;
}

.sec7__wapper__right__li__a h3 {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sec7__wapper__right__li__a div {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #232323;
  margin-left: 20px;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec7__wapper__right__li__a:hover div {
  background: #F6EFDC;
}

.sec7__wapper__right__li__a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 15px;
  height: 15px;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec7__wapper__right__li__a:hover div img:nth-child(2) {
  opacity: 0;
}


@media (max-width: 1024px) {
  .sec7__wapper {
    flex-direction: column;
    gap: 40px;
    max-width: 500px;
  }
}


@media (max-width: 600px) {
  .sec7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec7__text {
    font-size: 1rem;
    top: 75px;
  }

  .sec7__wapper {
    width: 85%;
  }

  .sec7__wapper__left h2 {
    font-size: 3rem;
  }

  .sec7__wapper__left__a {
    font-size: 1.4rem;
  }

  .sec7__wapper__right__li__a time {
    font-size: 1.3rem;
    width: 70px;
  }

  .sec7__wapper__right__li__a h3 {
    font-size: 1.4rem;
  }

  .sec7__wapper__right__li__a div {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .sec7__wapper__right__li__a div img {
    width: 10px;
    height: 10px;
  }
}




.sec8 div {
  width: 95%;
  margin: 80px auto 0;
}

.sec8 div img {
  border-radius: 40px;
  min-height: 140px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .sec8 div img {
    border-radius: 30px;
  }
}


@media (max-width: 600px) {
  .sec8 {
    overflow: hidden;
  }

  .sec8 div {
    margin-top: 40px;
  }

  .sec8__text {
    width: 200%;
    margin-left: -50%;
  }

  .sec8 div img {
    border-radius: 15px;
  }
}




.sec9 {
  position: relative;
  padding: 150px 0;
}

.sec9__text {
  position: absolute;
  top: 130px;
  left: 1%;
  writing-mode: vertical-rl;
  font-family: var(--en);
  font-weight: 600;
}

.sec9__wapper {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec9__wapper.active {
  opacity: 1;
  transform: translateY(0);
}


.sec9__h2 {
  font-size: 5.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec9__p {
  font-size: 2rem;
  margin-bottom: 60px;
}

.isolated-slider {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.isolated-slider__wrapper {
  display: flex;
  margin-bottom: 80px;
}

.isolated-slider__slide {
  flex-shrink: 0;
}

.isolated-slider__slide__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 30px;
  margin-bottom: 20px;
}

.isolated-slider__slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.isolated-slider__slide__image:hover img {
  scale: 1.1;
}

.isolated-slider__slide__h3 {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.isolated-slider__slide__ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.isolated-slider__slide__ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.isolated-slider__slide__ul li h4 {
  width: 90px;
  height: 30px;
  background: #232323;
  color: #EDE4CF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-weight: 400;
}


.isolated-slider__slide__ul li p {
  flex: 1;
  text-align: left;
}


.isolated-slider__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* アロー */
.isolated-slider__prev,
.isolated-slider__next {
  width: 60px;
  height: 60px;
  background: #333;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition-timing-function: ease-out;
  transition: 0.5s;
}

.isolated-slider__prev:hover,
.isolated-slider__next:hover {
  scale: 1.1;
}

.isolated-slider__prev {
  left: 0;
  background-image: url(../images/common/arrow-after.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  rotate: 180deg;
}

.isolated-slider__next {
  right: 0;
  background-image: url(../images/common/arrow-after.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/* ドッツ */
.isolated-slider__pagination {
  text-align: center;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content !important;
}

.swiper-pagination-bullet {
  background: #232323 !important;
}

.sec9__button {
  width: 200px;
  height: 60px;
  border: solid 1px #232323;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec9__button:hover {
  background: #232323;
  color: #EDE4CF;
}

.sec9__button div {
  position: relative;
  width: 10px;
  height: 10px;
}

.sec9__button div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  transition: 0.5s;
  transition-timing-function: ease-out;
}

.sec9__button:hover div img:nth-child(2) {
  opacity: 0;
}

.sec9__buttonarea {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.sec9__buttonarea a:nth-child(2) {
  width: 280px;
}


@media (max-width: 1024px) {
  .sec9 {
    padding-bottom: 200px;
  }
}


@media (max-width: 600px) {
  .sec9 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .sec9__text {
    font-size: 1rem;
    top: 75px;
  }

  .sec9__wapper {
    width: 85%;
  }

  .sec9__h2 {
    font-size: 3rem;
  }

  .sec9__p {
    font-size: 1.4rem;
  }

  .sec9__button {
    width: 280px;
  }

  .isolated-slider__bottom {
    gap: 20px;
  }

  .isolated-slider__slide__image {
    border-radius: 20px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
  }

}




.sec10 {
  overflow: hidden;
  position: relative;
  padding: 150px 0;
  background: #232323;
  color: #EDE4CF;
}

.sec10__text {
  position: absolute;
  top: 130px;
  left: 1%;
  writing-mode: vertical-rl;
  font-family: var(--en);
  font-weight: 600;
}

.sec10__image {
  position: absolute;
  bottom: -3.26%;
  left: 50%;
  width: 50%;
}

.sec10__wapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 100px;
  transition: 0.5s;
  transition-timing-function: ease-out;
  opacity: 0;
  transform: translateY(50px);
}

.sec10__wapper.active {
  opacity: 1;
  transform: translateY(0);
}

.sec10__wapper__left {
  width: 50%;
}

.sec10__wapper__left img {
  display: block;
  width: 90%;
  border-radius: 30px;
}

.sec10__wapper__right {
  margin-top: 60px;
  width: 50%;
  text-align: left;
}

.sec10__wapper__right h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.sec10__wapper__right dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}

.sec10__wapper__right dl dt {
  width: 150px;
  margin-bottom: 10px;
}

.sec10__wapper__right dl dd {
  width: calc(100% - 150px);
  margin-bottom: 10px;
}


@media (max-width: 1024px) {

  .sec10 {
    overflow: visible;
    padding-bottom: 0;
  }

  .sec10__wapper {
    flex-direction: column;
    max-width: 500px;
    gap: 50px;
    margin: 0 auto 80px;
  }

  .sec10__wapper__left {
    margin: -250px auto 0;
    width: 80%;
  }

  .sec10__wapper__left img {
    width: 100%;
  }

  .sec10__wapper__right {
    width: 80%;
    margin: 0 auto;
  }

  .sec10__image {
    position: static;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .sec10 {
    padding-top: 100px;
  }

  .sec10__text {
    font-size: 1rem;
    top: 75px;
  }

  .sec10__wapper__left {
    margin-top: -150px;
  }

  .sec10__wapper__right h2 {
    font-size: 2.8rem;
  }

  .sec10__wapper__right dl {
    font-size: 1.4rem;
  }

  .sec10__wapper__left img {
    border-radius: 20px;
  }
}