/* ---------------------------------------
	Top
-----------------------------------------*/
.hero__wrapper {
  position: relative;
}
@media screen and (width > 1280px) {
  .hero__wrapper {
    width: calc(100% - 6.25vw);
    display: grid;
    grid-template-areas: "head slider" "btn slider";
    grid-template-columns: 1fr 63.75vw;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (width <= 1280px) {
  .hero__wrapper {
    margin-left: auto;
    display: grid;
    grid-template-areas: "head slider" "btn slider";
    grid-template-columns: 1fr 58.046875vw;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (width <= 991px) {
  .hero__wrapper {
    width: 100%;
    grid-template-areas: "head" "slider" "btn";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
}
.hero__head {
  grid-area: head;
  position: relative;
  z-index: 10;
}
@media screen and (width > 1280px) {
  .hero__head {
    margin-top: 19.0625vw;
    transform: translateX(6.25vw);
  }
}
@media screen and (width <= 1280px) {
  .hero__head {
    margin-top: 15.390625vw;
    transform: translateX(6.25vw);
  }
}
@media screen and (width <= 991px) {
  .hero__head {
    margin-top: 16.5364583333vw;
    margin-left: 8.59375vw;
    transform: none;
  }
}
@media screen and (width <= 767px) {
  .hero__head {
    margin-top: 0;
    padding-top: 20.5128205128vw;
    margin-left: 6.1538461538vw;
  }
}
@media screen and (width > 1280px) {
  .hero__title {
    width: 25.3125vw;
    height: 13.28125vw;
  }
}
@media screen and (width <= 1280px) {
  .hero__title {
    width: 37.96875vw;
    height: 19.921875vw;
  }
}
@media screen and (width <= 991px) {
  .hero__title {
    width: 63.28125vw;
    height: 33.203125vw;
  }
}
@media screen and (width <= 767px) {
  .hero__title {
    width: 87.6923076923vw;
    height: 46.6666666667vw;
  }
}
.hero__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__btn-wrapper {
  grid-area: btn;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (width > 1280px) {
  .hero__btn-wrapper {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-block: 2.0833333333vw auto;
    transform: translateX(6.25vw);
  }
}
@media screen and (width <= 1280px) {
  .hero__btn-wrapper {
    -moz-column-gap: 1.875vw;
         column-gap: 1.875vw;
    margin-block: 3.125vw auto;
    transform: translateX(6.25vw);
  }
}
@media screen and (width <= 991px) {
  .hero__btn-wrapper {
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    margin: 4.6875vw 0 auto 10.4166666667vw;
    transform: none;
  }
}
@media screen and (width <= 767px) {
  .hero__btn-wrapper {
    -moz-column-gap: 4.6153846154vw;
         column-gap: 4.6153846154vw;
    margin: 6.6666666667vw 0 auto 9.2307692308vw;
  }
}
.hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--cl-white);
  font-weight: bold;
}
@media screen and (width > 1280px) {
  .hero__btn {
    border: 0.1041666667vw var(--cl-text) solid;
    width: 12.03125vw;
    height: 2.7604166667vw;
    font-size: 16px;
    font-size: 0.8333333333vw;
    box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (width <= 1280px) {
  .hero__btn {
    border: 0.15625vw var(--cl-text) solid;
    width: 18.046875vw;
    height: 4.140625vw;
    font-size: 16px;
    font-size: 1.25vw;
    box-shadow: 0 0.234375vw 0.46875vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (width <= 991px) {
  .hero__btn {
    border: 0.2604166667vw var(--cl-text) solid;
    width: 29.9479166667vw;
    height: 6.9010416667vw;
    font-size: 16px;
    font-size: 2.0833333333vw;
    box-shadow: 0 0.390625vw 0.78125vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (width <= 767px) {
  .hero__btn {
    border: 0.5128205128vw var(--cl-text) solid;
    width: 38.4615384615vw;
    height: 10.2564102564vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
    box-shadow: 0 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.16);
  }
}
.hero__btn::after {
  content: "";
}
@media screen and (width > 1280px) {
  .hero__btn::after {
    display: block;
    background-image: url("../../images/parts/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.78125vw;
    height: 0.5208333333vw;
    margin-left: 0.625vw;
  }
}
@media screen and (width <= 1280px) {
  .hero__btn::after {
    display: block;
    background-image: url("../../images/parts/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.171875vw;
    height: 0.78125vw;
    margin-left: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .hero__btn::after {
    width: 1.953125vw;
    height: 1.3020833333vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .hero__btn::after {
    display: none;
  }
}
.hero__btn--black {
  background-color: var(--cl-text);
  color: var(--cl-white);
}
.hero__btn--black::after {
  background-image: url("../../images/parts/arrow-right-w.svg");
}
@media (any-hover: hover) {
  .hero__btn--black:hover {
    color: var(--cl-white);
  }
}
.hero__slider {
  grid-area: slider;
  margin-left: auto;
}
@media screen and (width > 1280px) {
  .hero__slider {
    width: 63.75vw;
  }
}
@media screen and (width <= 1280px) {
  .hero__slider {
    width: 58.046875vw;
  }
}
@media screen and (width <= 991px) {
  .hero__slider {
    width: 81.640625vw;
    margin-top: -1.4322916667vw;
  }
}
@media screen and (width <= 767px) {
  .hero__slider {
    width: 83.5897435897vw;
    margin-top: -1.7948717949vw;
  }
}
@media screen and (width > 1280px) {
  .hero__img {
    width: 63.75vw;
  }
}
@media screen and (width <= 1280px) {
  .hero__img {
    width: 58.046875vw;
  }
}
@media screen and (width <= 991px) {
  .hero__img {
    width: 81.640625vw;
  }
}
@media screen and (width <= 767px) {
  .hero__img {
    width: 83.5897435897vw;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__img-caption {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (width > 1280px) {
  .hero__img-caption {
    font-size: 10px;
    font-size: 0.5208333333vw;
    position: absolute;
    bottom: 0.8333333333vw;
    right: 0.8333333333vw;
  }
}
@media screen and (width <= 1280px) {
  .hero__img-caption {
    font-size: 10px;
    font-size: 0.78125vw;
    position: absolute;
    bottom: 0.78125vw;
    right: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .hero__img-caption {
    font-size: 8px;
    font-size: 1.0416666667vw;
    position: relative;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.3020833333vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .hero__img-caption {
    font-size: 7px;
    font-size: 1.7948717949vw;
    margin-top: 2.0512820513vw;
    margin-right: 1.5384615385vw;
  }
}
.hero__logo-list {
  display: grid;
  width: 100%;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .hero__logo-list {
    width: 67.5rem;
    grid-template-columns: repeat(8, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    margin-block: 2.25rem;
  }
}
@media screen and (width <= 1280px) {
  .hero__logo-list {
    width: 84.375vw;
    grid-template-columns: repeat(8, 1fr);
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    margin-block: 2.8125vw;
  }
}
@media screen and (width <= 991px) {
  .hero__logo-list {
    width: 79.1666666667vw;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 7.5520833333vw;
         column-gap: 7.5520833333vw;
    row-gap: 0.5208333333vw;
    margin-block: 7.2916666667vw;
  }
}
@media screen and (width <= 767px) {
  .hero__logo-list {
    width: 87.6923076923vw;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 8.2051282051vw;
         column-gap: 8.2051282051vw;
    row-gap: 2.0512820513vw;
    margin-block: 10.2564102564vw;
  }
}
@media screen and (width > 1280px) {
  .hero__logo {
    width: 6.25rem;
    height: 2.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .hero__logo {
    width: 7.8125vw;
    height: 3.515625vw;
  }
}
@media screen and (width <= 991px) {
  .hero__logo {
    width: 14.1927083333vw;
    height: 6.3802083333vw;
  }
}
@media screen and (width <= 767px) {
  .hero__logo {
    width: 15.3846153846vw;
    height: 5.3846153846vw;
  }
}
.hero__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.movie {
  background-color: var(--cl-bg);
}
@media screen and (width > 1280px) {
  .movie__wrapper {
    padding-block: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .movie__wrapper {
    padding-block: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .movie__wrapper {
    padding-block: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .movie__wrapper {
    padding-block: 10.2564102564vw;
  }
}
.movie__video {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 16/9;
}
@media screen and (width > 1280px) {
  .movie__video {
    max-width: 36.25rem;
    height: 21.875rem;
    border: var(--cl-text) 1.25rem solid;
    border-radius: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .movie__video {
    max-width: 45.3125vw;
    height: 27.34375vw;
    border: var(--cl-text) 1.5625vw solid;
    border-radius: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .movie__video {
    max-width: 75.5208333333vw;
    height: 45.5729166667vw;
    border: var(--cl-text) 2.6041666667vw solid;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .movie__video {
    max-width: 79.4871794872vw;
    height: 47.9487179487vw;
    border: var(--cl-text) 2.5641025641vw solid;
    border-radius: 2.0512820513vw;
  }
}
.movie__video iframe {
  width: 100%;
  height: 100%;
}

.problem {
  background-color: var(--cl-white);
}
.problem__wrapper {
  max-width: 70rem;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .problem__wrapper {
    width: calc(100% - 10rem);
    padding-block: 5.125rem 6.5rem;
  }
}
@media screen and (width <= 1280px) {
  .problem__wrapper {
    width: calc(100% - 12.5vw);
    padding-block: 6.40625vw 8.125vw;
  }
}
@media screen and (width <= 991px) {
  .problem__wrapper {
    width: calc(100% - 10.4166666667vw);
    padding-block: 10.4166666667vw 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .problem__wrapper {
    width: 100%;
    padding-block: 10.2564102564vw 6.1538461538vw;
  }
}
@media screen and (width > 1280px) {
  .problem__head {
    margin-bottom: 3.75rem;
  }
}
@media screen and (width <= 1280px) {
  .problem__head {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (width <= 991px) {
  .problem__head {
    margin-bottom: 6.25vw;
  }
}
@media screen and (width <= 767px) {
  .problem__head {
    margin-bottom: 4.1025641026vw;
  }
}
.problem__title {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .problem__title {
    font-size: 1.875rem;
  }
}
@media screen and (width <= 1280px) {
  .problem__title {
    font-size: 30px;
    font-size: 2.34375vw;
  }
}
@media screen and (width <= 991px) {
  .problem__title {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .problem__title {
    font-size: 23px;
    font-size: 5.8974358974vw;
  }
}
.problem__img {
  margin-inline: auto;
  width: 100%;
  height: auto;
}
@media screen and (width > 1280px) {
  .problem__img {
    max-width: 66.25rem;
  }
}
@media screen and (width <= 1280px) {
  .problem__img {
    max-width: 82.8125vw;
  }
}
@media screen and (width <= 991px) {
  .problem__img {
    max-width: 93.75vw;
  }
}
@media screen and (width <= 767px) {
  .problem__img {
    max-width: 100%;
  }
}
.problem__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.problem__text {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .problem__text {
    width: 54.25rem;
    height: 8.6875rem;
    margin-top: 3.5rem;
  }
}
@media screen and (width <= 1280px) {
  .problem__text {
    width: 67.8125vw;
    height: 10.859375vw;
    margin-top: 4.375vw;
  }
}
@media screen and (width <= 991px) {
  .problem__text {
    width: 82.6822916667vw;
    height: 13.1510416667vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .problem__text {
    width: 87.6923076923vw;
    height: auto;
    margin-top: 6.1538461538vw;
  }
}
.problem__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery__list {
  display: grid;
}
@media screen and (width > 767px) {
  .gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (width <= 767px) {
  .gallery__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width > 1280px) {
  .feature__wrapper {
    padding-top: 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .feature__wrapper {
    padding-top: 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .feature__wrapper {
    padding-top: 13.5416666667vw;
  }
}
@media screen and (width <= 767px) {
  .feature__wrapper {
    padding-top: 20.5128205128vw;
  }
}
.feature__body {
  display: grid;
}
@media screen and (width > 1280px) {
  .feature__body {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
  }
}
@media screen and (width <= 1280px) {
  .feature__body {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.28125vw;
         column-gap: 3.28125vw;
  }
}
@media screen and (width <= 991px) {
  .feature__body {
    grid-template-columns: 1fr;
    row-gap: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .feature__body {
    row-gap: 6.1538461538vw;
  }
}

@media screen and (width > 1280px) {
  .reason__wrapper {
    padding-block: 7.5rem 10rem;
  }
}
@media screen and (width <= 1280px) {
  .reason__wrapper {
    padding-block: 9.375vw 12.5vw;
  }
}
@media screen and (width <= 991px) {
  .reason__wrapper {
    padding-block: 13.5416666667vw 15.625vw;
  }
}
@media screen and (width <= 767px) {
  .reason__wrapper {
    padding-block: 20.5128205128vw 30.7692307692vw;
  }
}
.reason__body {
  display: flex;
  flex-direction: column;
}
@media screen and (width > 1280px) {
  .reason__body {
    row-gap: 3.125rem;
  }
}
@media screen and (width <= 1280px) {
  .reason__body {
    row-gap: 3.90625vw;
  }
}
@media screen and (width <= 991px) {
  .reason__body {
    row-gap: 6.5104166667vw;
  }
}
@media screen and (width <= 767px) {
  .reason__body {
    row-gap: 8.7179487179vw;
  }
}

.voice {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  background-color: var(--cl-bg);
}
.voice::before, .voice::after {
  content: "";
  position: absolute;
  background-color: var(--cl-bg);
  z-index: -1;
}
.voice::before {
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}
@media screen and (width > 1280px) {
  .voice::before {
    top: -3.125rem;
    height: 12.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice::before {
    top: -3.90625vw;
    height: 15.625vw;
  }
}
@media screen and (width <= 991px) {
  .voice::before {
    top: -2.6041666667vw;
    height: 26.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice::before {
    top: -6.4102564103vw;
    height: 12.8205128205vw;
    transform: skewY(-6deg);
  }
}
.voice::after {
  left: 0;
  transform: skewY(3deg);
  width: 100%;
}
@media screen and (width > 1280px) {
  .voice::after {
    bottom: -3.125rem;
    height: 12.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice::after {
    bottom: -3.90625vw;
    height: 15.625vw;
  }
}
@media screen and (width <= 991px) {
  .voice::after {
    bottom: -2.6041666667vw;
    height: 26.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice::after {
    bottom: -6.4102564103vw;
    height: 12.8205128205vw;
    transform: skewY(6deg);
  }
}
.voice__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (width > 1280px) {
  .voice__wrapper {
    align-items: center;
  }
}
@media screen and (width <= 1280px) {
  .voice__wrapper {
    align-items: center;
  }
}
@media screen and (width <= 991px) {
  .voice__wrapper {
    align-items: center;
  }
}
@media screen and (width <= 767px) {
  .voice__wrapper {
    align-items: inherit;
    flex-direction: column;
  }
}
.voice__title {
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .voice__title {
    width: 15.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .voice__title {
    width: 19.921875vw;
  }
}
@media screen and (width <= 991px) {
  .voice__title {
    width: 33.203125vw;
  }
}
@media screen and (width <= 767px) {
  .voice__title {
    width: 53.0769230769vw;
    margin-inline: auto;
  }
}
.voice__title img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width > 1280px) {
  .voice__btn-pc {
    margin-top: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .voice__btn-pc {
    margin-top: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .voice__btn-pc {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice__btn-pc {
    display: none;
  }
}
@media screen and (width > 1280px) {
  .voice__btn {
    width: 15.625rem;
    height: 3.3125rem;
  }
}
@media screen and (width <= 1280px) {
  .voice__btn {
    width: 19.53125vw;
    height: 4.140625vw;
  }
}
@media screen and (width <= 991px) {
  .voice__btn {
    width: 32.5520833333vw;
    height: 6.9010416667vw;
  }
}
@media screen and (width <= 767px) {
  .voice__btn {
    width: 64.1025641026vw;
    height: 13.5897435897vw;
  }
}
.voice__btn::after {
  content: "";
  display: block;
  background-image: url("../../images/page/top/voice-btn-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .voice__btn::after {
    width: 1.875rem;
    height: 1.875rem;
    margin-left: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .voice__btn::after {
    width: 2.34375vw;
    height: 2.34375vw;
    margin-left: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .voice__btn::after {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-left: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .voice__btn::after {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    margin-left: 3.0769230769vw;
  }
}
.voice__body {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
@media screen and (width > 1280px) {
  .voice__body {
    height: 21.25rem;
  }
}
@media screen and (width <= 1280px) {
  .voice__body {
    height: 26.5625vw;
  }
}
@media screen and (width <= 991px) {
  .voice__body {
    height: 58.59375vw;
  }
}
@media screen and (width <= 767px) {
  .voice__body {
    height: 64.1025641026vw;
    margin-top: 10.2564102564vw;
  }
}
.voice__list {
  display: grid;
}
@media screen and (width > 1280px) {
  .voice__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .voice__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.5vw 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .voice__list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .voice__list li:nth-child(even) {
    margin-left: auto;
  }
}
.voice__btn-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .voice__btn-sp {
    display: grid;
    place-content: center;
  }
}
@media screen and (width <= 767px) {
  .voice__btn-sp .btn {
    transform: translateY(8.2051282051vw);
  }
}

.movie-intro {
  background-color: var(--cl-white);
}
@media screen and (width > 1280px) {
  .movie-intro {
    padding-block: 7.5rem 5rem;
  }
}
@media screen and (width <= 1280px) {
  .movie-intro {
    padding-block: 9.375vw 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .movie-intro {
    padding-block: 13.5416666667vw 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .movie-intro {
    padding-block: 20.5128205128vw 10.2564102564vw;
  }
}
.movie-intro__wrapper {
  margin-inline: auto;
  display: flex;
}
@media screen and (width > 1280px) {
  .movie-intro__wrapper {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 53.125rem;
  }
}
@media screen and (width <= 1280px) {
  .movie-intro__wrapper {
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 66.40625vw;
  }
}
@media screen and (width <= 991px) {
  .movie-intro__wrapper {
    width: 83.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .movie-intro__wrapper {
    width: 79.4871794872vw;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6.1538461538vw;
  }
}
.movie-intro__title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.movie-intro__title .-lg {
  display: block;
  letter-spacing: 1.5;
}
@media screen and (width > 1280px) {
  .movie-intro__title .-lg {
    font-size: 1.9375rem;
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .movie-intro__title .-lg {
    font-size: 31px;
    font-size: 2.421875vw;
    margin-top: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .movie-intro__title .-lg {
    font-size: 26px;
    font-size: 3.3854166667vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .movie-intro__title .-lg {
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-top: 2.0512820513vw;
  }
}
.movie-intro__title .-sm {
  line-height: 1.5;
}
@media screen and (width > 1280px) {
  .movie-intro__title .-sm {
    font-size: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .movie-intro__title .-sm {
    font-size: 20px;
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .movie-intro__title .-sm {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .movie-intro__title .-sm {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.movie-intro__video {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 16/9;
}
@media screen and (width > 1280px) {
  .movie-intro__video {
    max-width: 30rem;
    height: 18.125rem;
    border: var(--cl-text) 1.25rem solid;
    border-radius: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .movie-intro__video {
    max-width: 37.5vw;
    height: 22.65625vw;
    border: var(--cl-text) 1.5625vw solid;
    border-radius: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .movie-intro__video {
    max-width: 46.875vw;
    height: 28.2552083333vw;
    border: var(--cl-text) 2.6041666667vw solid;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .movie-intro__video {
    max-width: 79.4871794872vw;
    height: 47.9487179487vw;
    border: var(--cl-text) 2.5641025641vw solid;
    border-radius: 2.0512820513vw;
  }
}
.movie-intro__video iframe {
  width: 100%;
  height: 100%;
}

.cta {
  background-color: var(--cl-bg);
}
@media screen and (width > 1280px) {
  .cta__wrapper {
    padding-block: 4rem;
  }
}
@media screen and (width <= 1280px) {
  .cta__wrapper {
    padding-block: 5vw;
  }
}
@media screen and (width <= 991px) {
  .cta__wrapper {
    padding-block: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .cta__wrapper {
    padding-block: 8.2051282051vw;
  }
}

@media screen and (width > 1280px) {
  .achievement__wrapper {
    padding-block: 5rem 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__wrapper {
    padding-block: 6.25vw 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__wrapper {
    padding-block: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__wrapper {
    padding-block: 20.5128205128vw 16.4102564103vw;
  }
}
@media screen and (width > 1280px) {
  .achievement__head {
    margin-bottom: 2.625rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__head {
    margin-bottom: 3.28125vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__head {
    margin-bottom: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__head {
    margin-bottom: 10.2564102564vw;
  }
}
.achievement__title {
  letter-spacing: 0.4em;
}
.achievement__body {
  border: #c3c3c3 0.0625rem solid;
}
@media screen and (width > 1280px) {
  .achievement__body {
    border-radius: 2.5rem;
    padding: 4rem 3.5rem 2rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__body {
    border-radius: 3.125vw;
    padding: 5vw 4.375vw 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__body {
    border-radius: 2.6041666667vw;
    padding: 8.3333333333vw 4.1666666667vw 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__body {
    border-radius: 5.1282051282vw;
    padding: 12.3076923077vw 4.1025641026vw 4.1025641026vw;
  }
}
.achievement__heading {
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media screen and (width > 1280px) {
  .achievement__heading {
    font-size: 2.875rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__heading {
    font-size: 46px;
    font-size: 3.59375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__heading {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__heading {
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__heading span {
    display: block;
    font-size: 35px;
    font-size: 8.9743589744vw;
  }
}
.achievement__heading::before, .achievement__heading::after {
  content: "";
  background-image: url("../../images/page/top/achievement-heading-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
@media screen and (width > 1280px) {
  .achievement__heading::before, .achievement__heading::after {
    width: 1.375rem;
    height: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__heading::before, .achievement__heading::after {
    width: 1.71875vw;
    height: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__heading::before, .achievement__heading::after {
    width: 1.6927083333vw;
    height: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__heading::before, .achievement__heading::after {
    width: 3.3333333333vw;
    height: 3.0769230769vw;
  }
}
@media screen and (width > 1280px) {
  .achievement__heading::before {
    transform: translate(-1.25rem, -1.5rem);
  }
}
@media screen and (width <= 1280px) {
  .achievement__heading::before {
    transform: translate(-1.5625vw, -1.875vw);
  }
}
@media screen and (width <= 991px) {
  .achievement__heading::before {
    transform: translate(-1.3020833333vw, -1.5625vw);
  }
}
@media screen and (width <= 767px) {
  .achievement__heading::before {
    transform: none;
    position: absolute;
    top: -1.5384615385vw;
    left: -0.7692307692vw;
  }
}
.achievement__heading::after {
  transform: rotate(-180deg);
}
@media screen and (width <= 767px) {
  .achievement__heading::after {
    position: absolute;
    bottom: 0;
    right: -0.7692307692vw;
  }
}
.achievement__list {
  display: grid;
}
@media screen and (width > 1280px) {
  .achievement__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (width <= 1280px) {
  .achievement__list {
    grid-template-columns: 1fr 1fr;
  }
}
.achievement__list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (width > 1280px) {
  .achievement__list .item {
    margin-top: 3.5rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__list .item {
    margin-top: 4.375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__list .item {
    margin-top: 6.25vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__list .item {
    margin-top: 10.2564102564vw;
  }
}
.achievement__list .item__title {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (width > 1280px) {
  .achievement__list .item__title {
    font-size: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__list .item__title {
    font-size: 32px;
    font-size: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__list .item__title {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__list .item__title {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.achievement__list .item__text {
  font-weight: bold;
  line-height: 1;
}
.achievement__list .item__num {
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (width > 1280px) {
  .achievement__list .item__num {
    font-size: 7.1875rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__list .item__num {
    font-size: 115px;
    font-size: 8.984375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__list .item__num {
    font-size: 115px;
    font-size: 14.9739583333vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__list .item__num {
    font-size: 72px;
    font-size: 18.4615384615vw;
  }
}
@media screen and (width > 1280px) {
  .achievement__list .item__unit {
    font-size: 2.875rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__list .item__unit {
    font-size: 46px;
    font-size: 3.59375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__list .item__unit {
    font-size: 46px;
    font-size: 5.9895833333vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__list .item__unit {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.achievement__list .item__caution {
  letter-spacing: 0.2em;
}
@media screen and (width > 1280px) {
  .achievement__list .item__caution {
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__list .item__caution {
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__list .item__caution {
    font-size: 10px;
    font-size: 1.3020833333vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__list .item__caution {
    letter-spacing: 0.1em;
    font-size: 8px;
    font-size: 2.0512820513vw;
  }
}
.achievement__logo-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .achievement__logo-list {
    width: 50rem;
    margin-top: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__logo-list {
    width: 62.5vw;
    margin-top: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__logo-list {
    width: 78.125vw;
    margin-top: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__logo-list {
    width: 76.9230769231vw;
    margin-top: 7.6923076923vw;
  }
}
.achievement__logo {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .achievement__logo {
    width: 8.75rem;
    height: 3.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__logo {
    width: 10.9375vw;
    height: 4.921875vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__logo {
    width: 14.1927083333vw;
    height: 6.3802083333vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__logo {
    width: 15.3846153846vw;
    height: 6.9230769231vw;
  }
}
.achievement__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.achievement__note {
  text-align: right;
  letter-spacing: 0.2em;
}
@media screen and (width > 1280px) {
  .achievement__note {
    margin-top: 2.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .achievement__note {
    margin-top: 3.125vw;
    font-size: 12px;
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .achievement__note {
    margin-top: 4.1666666667vw;
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .achievement__note {
    margin-top: 6.1538461538vw;
    font-size: 8px;
    font-size: 2.0512820513vw;
  }
}

.case {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}
.case__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (width > 1280px) {
  .case__wrapper {
    row-gap: 9.125rem;
  }
}
@media screen and (width >= 991px) and (width <= 1280px) {
  .case__wrapper {
    row-gap: 11.40625vw;
  }
}
@media screen and (width >= 767px) and (width <= 991px) {
  .case__wrapper {
    row-gap: 8.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .case__wrapper {
    row-gap: 24.358974359vw;
  }
}
.case__btn-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (width > 1280px) {
  .case__btn-wrapper {
    margin-block: 6.25rem 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .case__btn-wrapper {
    margin-block: 7.8125vw 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .case__btn-wrapper {
    margin-block: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .case__btn-wrapper {
    margin-block: 24.6153846154vw 20.5128205128vw;
  }
}
.case__btn {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (width > 1280px) {
  .case__btn {
    border: var(--cl-text) 0.125rem solid;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .case__btn {
    border: var(--cl-text) 0.15625vw solid;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .case__btn {
    border: var(--cl-text) 0.2604166667vw solid;
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .case__btn {
    border: var(--cl-text) 0.5128205128vw solid;
    -moz-column-gap: 4.1025641026vw;
         column-gap: 4.1025641026vw;
  }
}
.case__btn::after {
  content: "";
  background-image: url("../../images/parts/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .case__btn::after {
    width: 1.9375rem;
    height: 1.25rem;
  }
}
@media screen and (width <= 1280px) {
  .case__btn::after {
    width: 2.421875vw;
    height: 1.5625vw;
  }
}
@media screen and (width <= 991px) {
  .case__btn::after {
    width: 2.9947916667vw;
    height: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .case__btn::after {
    width: 5.8974358974vw;
    height: 4.1025641026vw;
  }
}

.flow {
  border-top: 0.0625rem solid #707070;
}
@media screen and (width > 1280px) {
  .flow {
    padding-block: 7.5rem 5rem;
  }
}
@media screen and (width <= 1280px) {
  .flow {
    padding-block: 9.375vw 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .flow {
    padding-block: 15.625vw 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .flow {
    padding-block: 20.5128205128vw;
  }
}
.flow__wrapper {
  max-width: 37.5rem;
}
@media screen and (width <= 767px) {
  .flow__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (width > 1280px) {
  .flow__head {
    margin-bottom: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .flow__head {
    margin-bottom: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .flow__head {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .flow__head {
    margin-bottom: 16.4102564103vw;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
}
@media screen and (width > 1280px) {
  .flow__list {
    row-gap: 1.5rem;
  }
}
@media screen and (width <= 1280px) {
  .flow__list {
    row-gap: 1.875vw;
  }
}
@media screen and (width <= 991px) {
  .flow__list {
    row-gap: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .flow__list {
    row-gap: 4.1025641026vw;
    padding-left: 6.1538461538vw;
  }
}
.flow__list .list__title {
  display: flex;
  align-items: center;
  border: #c3c3c3 0.0625rem solid;
  border-radius: 9999px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .flow__list .list__title {
    height: 3.125rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .flow__list .list__title {
    height: 3.90625vw;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    font-size: 20px;
    font-size: 1.5625vw;
    margin-bottom: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .flow__list .list__title {
    height: 6.5104166667vw;
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}
@media screen and (width <= 767px) {
  .flow__list .list__title {
    border-radius: 9999px 0 0 9999px;
    border-right: var(--cl-white) 0.0625rem solid;
    height: 12.8205128205vw;
    -moz-column-gap: 4.1025641026vw;
         column-gap: 4.1025641026vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.flow__list .list__num {
  transform: translateX(-0.0625rem);
}
@media screen and (width > 1280px) {
  .flow__list .list__num {
    height: 3.125rem;
  }
}
@media screen and (width <= 1280px) {
  .flow__list .list__num {
    height: 3.90625vw;
  }
}
@media screen and (width <= 991px) {
  .flow__list .list__num {
    height: 6.5104166667vw;
  }
}
@media screen and (width <= 767px) {
  .flow__list .list__num {
    height: 12.8205128205vw;
  }
}
.flow__list .list__num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow__list .list__text {
  letter-spacing: 0.04em;
  line-height: 1.5;
  min-height: 3em;
  position: relative;
}
@media screen and (width > 1280px) {
  .flow__list .list__text {
    font-size: 0.875rem;
    padding-left: 4.125rem;
  }
}
@media screen and (width <= 1280px) {
  .flow__list .list__text {
    font-size: 14px;
    font-size: 1.09375vw;
    padding-left: 5.15625vw;
  }
}
@media screen and (width <= 991px) {
  .flow__list .list__text {
    font-size: 14px;
    font-size: 1.8229166667vw;
    padding-left: 9.1145833333vw;
  }
}
@media screen and (width <= 767px) {
  .flow__list .list__text {
    min-height: 4.5em;
    font-size: 11px;
    font-size: 2.8205128205vw;
    padding-left: 16.9230769231vw;
  }
}
.flow__list .list__text::after {
  content: "";
  display: block;
  background-image: url("../../images/parts/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (width > 1280px) {
  .flow__list .list__text::after {
    width: 0.75rem;
    height: 1.125rem;
    left: 1.1875rem;
  }
}
@media screen and (width <= 1280px) {
  .flow__list .list__text::after {
    width: 0.9375vw;
    height: 1.40625vw;
    left: 1.484375vw;
  }
}
@media screen and (width <= 991px) {
  .flow__list .list__text::after {
    width: 1.5625vw;
    height: 2.34375vw;
    left: 2.4739583333vw;
  }
}
@media screen and (width <= 767px) {
  .flow__list .list__text::after {
    width: 3.0769230769vw;
    height: 4.6153846154vw;
    left: 4.8717948718vw;
  }
}
.flow__list .list--last .list__text::after {
  display: none;
}

@media screen and (width > 1280px) {
  .faq {
    padding-top: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .faq {
    padding-top: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .faq {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .faq {
    padding-top: 20.5128205128vw;
  }
}
@media screen and (width > 1280px) {
  .faq__wrapper {
    max-width: 41.875rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__wrapper {
    max-width: 52.34375vw;
  }
}
@media screen and (width <= 991px) {
  .faq__wrapper {
    max-width: 87.2395833333vw;
  }
}
@media screen and (width <= 767px) {
  .faq__wrapper {
    max-width: 84.6153846154vw;
  }
}
@media screen and (width > 1280px) {
  .faq__dl:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__dl:not(:last-of-type) {
    margin-bottom: 2.1875vw;
  }
}
@media screen and (width <= 991px) {
  .faq__dl:not(:last-of-type) {
    margin-bottom: 3.6458333333vw;
  }
}
@media screen and (width <= 767px) {
  .faq__dl:not(:last-of-type) {
    margin-bottom: 8.2051282051vw;
  }
}
.faq__dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
}
@media screen and (width > 1280px) {
  .faq__dl dt {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__dl dt {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    font-size: 18px;
    font-size: 1.40625vw;
  }
}
@media screen and (width <= 991px) {
  .faq__dl dt {
    -moz-column-gap: 4.1666666667vw;
         column-gap: 4.1666666667vw;
    font-size: 18px;
    font-size: 2.34375vw;
  }
}
@media screen and (width <= 767px) {
  .faq__dl dt {
    -moz-column-gap: 4.1025641026vw;
         column-gap: 4.1025641026vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.faq__dl dt::before {
  content: "";
  background-image: url("../../images/page/top/faq-q.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .faq__dl dt::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__dl dt::before {
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
@media screen and (width <= 991px) {
  .faq__dl dt::before {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
}
@media screen and (width <= 767px) {
  .faq__dl dt::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
.faq__dl dd {
  display: none;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .faq__dl dd {
    font-size: 1rem;
    padding: 1rem 0 0 5.125rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__dl dd {
    font-size: 16px;
    font-size: 1.25vw;
    padding: 1.25vw 0 0 6.40625vw;
  }
}
@media screen and (width <= 991px) {
  .faq__dl dd {
    font-size: 16px;
    font-size: 2.0833333333vw;
    padding: 0 0 0 10.6770833333vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .faq__dl dd {
    font-size: 14px;
    font-size: 3.5897435897vw;
    padding: 0 0 0 10.2564102564vw;
    margin-top: 4.1025641026vw;
  }
}
.faq__dl dd::before {
  content: "";
  background-image: url("../../images/page/top/faq-a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (width > 1280px) {
  .faq__dl dd::before {
    width: 3.125rem;
    height: 3.125rem;
    top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__dl dd::before {
    width: 3.90625vw;
    height: 3.90625vw;
    top: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .faq__dl dd::before {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    top: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .faq__dl dd::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    top: 4.1025641026vw;
  }
}
.faq__btn {
  margin-left: auto;
}
.faq__btn::before {
  content: "";
  display: block;
  background-image: url("../../images/page/top/faq-chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .faq__btn::before {
    width: 2rem;
    height: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .faq__btn::before {
    width: 2.5vw;
    height: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .faq__btn::before {
    width: 4.1666666667vw;
    height: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .faq__btn::before {
    width: 4.1025641026vw;
    height: 2.0512820513vw;
  }
}
@media screen and (width > 1280px) {
  .faq__btn--open::before {
    transform: rotate(180deg) translateX(0.1875rem);
  }
}
@media screen and (width <= 1280px) {
  .faq__btn--open::before {
    transform: rotate(180deg) translateX(0.234375vw);
  }
}
@media screen and (width <= 991px) {
  .faq__btn--open::before {
    transform: rotate(180deg) translateX(0.390625vw);
  }
}
@media screen and (width <= 767px) {
  .faq__btn--open::before {
    transform: rotate(180deg) translateX(0.7692307692vw);
  }
}

@media screen and (width > 1280px) {
  .articles__wrapper {
    padding-block: 7.5rem 5rem;
  }
}
@media screen and (width <= 1280px) {
  .articles__wrapper {
    padding-block: 9.375vw 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .articles__wrapper {
    padding-block: 15.625vw 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .articles__wrapper {
    padding-block: 20.5128205128vw 10.2564102564vw;
  }
}

.blog {
  background-color: var(--cl-white);
  overflow-x: hidden;
}
@media screen and (width > 1280px) {
  .blog__wrapper {
    padding-bottom: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog__wrapper {
    padding-bottom: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog__wrapper {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog__wrapper {
    padding-bottom: 16.4102564103vw;
  }
}
.blog__head {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
@media screen and (width > 1280px) {
  .blog__head {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog__head {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .blog__head {
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog__head {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    margin-bottom: 6.1538461538vw;
  }
}
.blog__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog__title {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.4375rem;
  }
}
@media screen and (width <= 1280px) {
  .blog__title {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 23px;
    font-size: 1.796875vw;
  }
}
@media screen and (width <= 991px) {
  .blog__title {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (width <= 767px) {
  .blog__title {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.blog__title span {
  flex-shrink: 0;
}
.blog__title::after {
  content: "";
  display: block;
  background-color: #c3c3c3;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
}
@media screen and (width > 1280px) {
  .blog__title::after {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog__title::after {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog__title::after {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog__title::after {
    margin-left: 4.1025641026vw;
  }
}
.blog__icon {
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog__icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog__icon {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog__icon {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog__icon {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.blog__icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (width > 1280px) {
  .blog__btn {
    border: 0.0625rem solid var(--cl-text);
  }
}
@media screen and (width <= 1280px) {
  .blog__btn {
    border: 0.078125vw solid var(--cl-text);
  }
}
@media screen and (width <= 991px) {
  .blog__btn {
    border: 0.1302083333vw solid var(--cl-text);
  }
}
@media screen and (width <= 767px) {
  .blog__btn {
    border: 0.2564102564vw solid var(--cl-text);
  }
}
.blog__btn::after {
  content: "";
  display: block;
  background-image: url("../../images/parts/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .blog__btn::after {
    width: 0.375rem;
    height: 0.6875rem;
    transform: translateY(0.0625rem);
  }
}
@media screen and (width <= 1280px) {
  .blog__btn::after {
    width: 0.46875vw;
    height: 0.859375vw;
    transform: translateY(0.078125vw);
  }
}
@media screen and (width <= 991px) {
  .blog__btn::after {
    width: 0.78125vw;
    height: 1.4322916667vw;
    transform: translateY(0.1302083333vw);
  }
}
@media screen and (width <= 767px) {
  .blog__btn::after {
    width: 1.5384615385vw;
    height: 2.8205128205vw;
    transform: translateY(0.2564102564vw);
  }
}
.blog__slider .slick-list {
  overflow: visible;
}

.youtube {
  background-color: var(--cl-white);
  overflow-x: hidden;
}
@media screen and (width > 1280px) {
  .youtube__wrapper {
    padding-bottom: 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .youtube__wrapper {
    padding-bottom: 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .youtube__wrapper {
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .youtube__wrapper {
    padding-bottom: 10.2564102564vw;
  }
}
.youtube__head {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
@media screen and (width > 1280px) {
  .youtube__head {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .youtube__head {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .youtube__head {
    -moz-column-gap: 3.125vw;
         column-gap: 3.125vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .youtube__head {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    margin-bottom: 6.1538461538vw;
  }
}
.youtube__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .youtube__title {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.4375rem;
  }
}
@media screen and (width <= 1280px) {
  .youtube__title {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 23px;
    font-size: 1.796875vw;
  }
}
@media screen and (width <= 991px) {
  .youtube__title {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (width <= 767px) {
  .youtube__title {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.youtube__title span {
  flex-shrink: 0;
}
.youtube__title::after {
  content: "";
  display: block;
  background-color: #c3c3c3;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
}
@media screen and (width > 1280px) {
  .youtube__title::after {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .youtube__title::after {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .youtube__title::after {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .youtube__title::after {
    margin-left: 4.1025641026vw;
  }
}
.youtube__icon {
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .youtube__icon {
    width: 2.0625rem;
    height: 1.4375rem;
  }
}
@media screen and (width <= 1280px) {
  .youtube__icon {
    width: 2.578125vw;
    height: 1.796875vw;
  }
}
@media screen and (width <= 991px) {
  .youtube__icon {
    width: 4.296875vw;
    height: 2.9947916667vw;
  }
}
@media screen and (width <= 767px) {
  .youtube__icon {
    width: 6.1538461538vw;
    height: 4.358974359vw;
  }
}
.youtube__icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
.youtube__item {
  aspect-ratio: 16/9;
}
@media screen and (width > 1280px) {
  .youtube__item {
    padding-right: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .youtube__item {
    padding-right: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .youtube__item {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .youtube__item {
    padding-right: 4.1025641026vw;
  }
}
.youtube__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.31));
}
@media screen and (width > 1280px) {
  .youtube__btn {
    border: 0.0625rem solid var(--cl-text);
  }
}
@media screen and (width <= 1280px) {
  .youtube__btn {
    border: 0.078125vw solid var(--cl-text);
  }
}
@media screen and (width <= 991px) {
  .youtube__btn {
    border: 0.1302083333vw solid var(--cl-text);
  }
}
@media screen and (width <= 767px) {
  .youtube__btn {
    border: 0.2564102564vw solid var(--cl-text);
  }
}
.youtube__btn::after {
  content: "";
  display: block;
  background-image: url("../../images/parts/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .youtube__btn::after {
    width: 0.375rem;
    height: 0.6875rem;
    transform: translateY(0.0625rem);
  }
}
@media screen and (width <= 1280px) {
  .youtube__btn::after {
    width: 0.46875vw;
    height: 0.859375vw;
    transform: translateY(0.078125vw);
  }
}
@media screen and (width <= 991px) {
  .youtube__btn::after {
    width: 0.78125vw;
    height: 1.4322916667vw;
    transform: translateY(0.1302083333vw);
  }
}
@media screen and (width <= 767px) {
  .youtube__btn::after {
    width: 1.5384615385vw;
    height: 2.8205128205vw;
    transform: translateY(0.2564102564vw);
  }
}
.youtube__slider .slick-list {
  overflow: visible;
}

.news {
  background-color: var(--cl-bg);
  overflow: hidden;
}
.news__wrapper {
  max-width: 70rem;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .news__wrapper {
    width: calc(100% - 10rem);
    padding-block: 5rem 7.5rem;
  }
}
@media screen and (width <= 1280px) {
  .news__wrapper {
    width: calc(100% - 12.5vw);
    padding-block: 6.25vw 9.375vw;
  }
}
@media screen and (width <= 991px) {
  .news__wrapper {
    width: calc(100% - 10.4166666667vw);
    padding-block: 8.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .news__wrapper {
    width: 87.6923076923vw;
    padding-block: 12.3076923077vw;
  }
}
.news__head {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
@media screen and (width > 1280px) {
  .news__head {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .news__head {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .news__head {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .news__head {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    margin-bottom: 4.1025641026vw;
  }
}
.news__title {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .news__title {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 1.4375rem;
  }
}
@media screen and (width <= 1280px) {
  .news__title {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 23px;
    font-size: 1.796875vw;
  }
}
@media screen and (width <= 991px) {
  .news__title {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    font-size: 23px;
    font-size: 2.9947916667vw;
  }
}
@media screen and (width <= 767px) {
  .news__title {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.news__title span {
  flex-shrink: 0;
}
.news__title::after {
  content: "";
  display: block;
  background-color: #c3c3c3;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
}
@media screen and (width > 1280px) {
  .news__title::after {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .news__title::after {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .news__title::after {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .news__title::after {
    margin-left: 2.0512820513vw;
  }
}
@media screen and (width > 1280px) {
  .news__btn {
    border: 0.0625rem solid var(--cl-text);
  }
}
@media screen and (width <= 1280px) {
  .news__btn {
    border: 0.078125vw solid var(--cl-text);
  }
}
@media screen and (width <= 991px) {
  .news__btn {
    border: 0.1302083333vw solid var(--cl-text);
  }
}
@media screen and (width <= 767px) {
  .news__btn {
    border: 0.2564102564vw solid var(--cl-text);
  }
}
.news__btn::after {
  content: "";
  display: block;
  background-image: url("../../images/parts/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 1280px) {
  .news__btn::after {
    width: 0.375rem;
    height: 0.6875rem;
    transform: translateY(0.0625rem);
  }
}
@media screen and (width <= 1280px) {
  .news__btn::after {
    width: 0.46875vw;
    height: 0.859375vw;
    transform: translateY(0.078125vw);
  }
}
@media screen and (width <= 991px) {
  .news__btn::after {
    width: 0.78125vw;
    height: 1.4322916667vw;
    transform: translateY(0.1302083333vw);
  }
}
@media screen and (width <= 767px) {
  .news__btn::after {
    width: 1.5384615385vw;
    height: 2.8205128205vw;
    transform: translateY(0.2564102564vw);
  }
}
@media screen and (width > 1280px) {
  .news__slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .news__slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .news__slide {
    display: block;
    width: 89.5833333333vw;
  }
}
@media screen and (width <= 767px) {
  .news__slide {
    width: 87.6923076923vw;
  }
}
@media screen and (width <= 991px) {
  .news__slide .slick-list {
    overflow: visible;
  }
}
.news__item {
  height: auto;
}
@media screen and (width > 1280px) {
  .news__item {
    width: 17.125rem;
  }
}
@media screen and (width <= 1280px) {
  .news__item {
    width: 21.40625vw;
  }
}
@media screen and (width <= 991px) {
  .news__item {
    width: 35.6770833333vw;
    padding-right: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .news__item {
    width: 61.5384615385vw;
    padding-right: 2.0512820513vw;
  }
}
.news__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=../maps/pages/top.css.map */
