@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 0.3;
  }
  70% {
    transform: translateY(1em);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.3;
  }
}
@keyframes pagination {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.fadeInUp {
  transform: translateY(0.625em);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
.fadeInUp.active {
  transform: translateY(0);
  opacity: 1;
}

/*======================================
    font
======================================*/
/*======================================
    color
======================================*/
/*======================================
    common
======================================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

body {
  background-color: #fff;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  br.is-pc {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is-sp {
    display: block;
  }
}

.font-img {
  width: auto;
  max-width: 100%;
  height: 1em;
}

/*======================================
    layout
======================================*/
.container {
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .container {
    font-size: min(2vw, 1.2rem);
  }
}
@media screen and (max-width: 767px) {
  .container {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}

.inner {
  width: 90%;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 88%;
  }
}

/*======================================
    section
======================================*/
.section-bg {
  background-color: #F0F0F0;
}

.section-text {
  line-height: 2.25;
  font-feature-settings: "palt";
  letter-spacing: 0.125em;
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 0.875em;
    line-height: 1.9285714286;
  }
}

.section-ttl {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 0.75em;
  }
}

.en {
  display: block;
  font-size: 2.3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .en {
    margin-bottom: 0.75em;
  }
}
.en.-line {
  margin-bottom: 0.25em;
}
.en.-line img {
  height: 1.4em;
}
.en img {
  width: auto;
  max-width: 100%;
  height: 1em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: grid;
}
@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
  }
}
.h__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
  width: 19.1875em;
  height: 6.375em;
  background: url(../img/logo_bg.svg) no-repeat center/contain;
  position: relative;
  z-index: 2;
  padding-right: 2.25em;
}
@media screen and (max-width: 767px) {
  .h__logo {
    width: 11.0625em;
    height: 3.6875em;
    padding-right: 1.25em;
    padding-bottom: 0.25em;
  }
}

.h__logo--img {
  display: block;
  width: 12.125em;
}
@media screen and (max-width: 767px) {
  .h__logo--img {
    width: 7.5625em;
  }
}

.h__texts {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #5FD5BA;
  padding: 0.5em 1em 0.6875em 20.5em;
  align-self: start;
}
@media screen and (max-width: 1024px) {
  .h__texts {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h__texts {
    font-size: 0.625em;
    padding: 0.5em 1em 0.6875em 18.25em;
  }
}

.h__text {
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .h__text {
    text-align: right;
    line-height: 1.6;
  }
}

/*======================================
    Nav
======================================*/
.nav {
  position: fixed;
}
.nav.nav-fv .nav__lists {
  border-color: #000;
}
.nav.nav-fv .nav__list--link::before {
  background-color: #000;
}
.nav.nav-fv svg {
  fill: #000;
}
@media screen and (min-width: 1025px) {
  .nav {
    top: 9.375em;
    left: 2.65%;
    z-index: 300;
  }
}
@media screen and (max-width: 1024px) {
  .nav {
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    top: 3.4em;
    right: 0;
    width: calc(100% - 15em);
    transform: translateY(-0.5em);
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .nav.nav-fv {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .nav {
    top: 2.75em;
    left: 0;
    width: 100%;
  }
}

.nav__lists {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .nav__lists {
    flex-direction: column;
    row-gap: 1.25em;
    padding-left: 1em;
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .nav__lists {
    align-items: start;
    justify-content: flex-end;
    column-gap: 1em;
    padding: 0.5em 2.5em 0.35em 0;
  }
}
@media screen and (max-width: 767px) {
  .nav__lists {
    justify-content: center;
    padding: 0.5em 0;
  }
}

.nav__list:nth-child(1) svg, .nav__list:nth-child(2) svg {
  height: 1.0625em;
}
@media screen and (max-width: 767px) {
  .nav__list:nth-child(1) svg, .nav__list:nth-child(2) svg {
    height: 0.75em;
  }
}
.nav__list:nth-child(3) svg, .nav__list:nth-child(4) svg {
  height: 0.75em;
}
@media screen and (max-width: 767px) {
  .nav__list:nth-child(3) svg, .nav__list:nth-child(4) svg {
    height: 0.5625em;
  }
}
.nav__list:nth-child(5) svg, .nav__list:nth-child(6) svg {
  height: 0.8125em;
}
@media screen and (max-width: 767px) {
  .nav__list:nth-child(5) svg, .nav__list:nth-child(6) svg {
    height: 0.625em;
  }
}

.nav__list--link {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nav__list--link {
    display: flex;
    align-items: start;
    padding: 0.5em 0;
  }
}
.nav__list--link:hover::before {
  transform: translateY(0.25em);
  opacity: 1;
}
.nav__list--link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #fff;
  transform: translateY(0.5em);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .nav__list--link::before {
    bottom: 0.35em;
    background-color: #000;
  }
}
.nav__list--link svg {
  height: 1em;
  fill: #fff;
}

.footer {
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 6em;
  }
}

.f__csv {
  max-width: 33.375em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .f__csv {
    max-width: 20.625em;
  }
}

.f__text {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  text-align: center;
  border: 1px solid #000;
  padding: 1.6em 1em;
  max-width: 35.67em;
  margin: 6em auto 0;
}
.f__text a {
  text-decoration: underline;
}

.f__logo {
  display: block;
  max-width: 12.125em;
  margin: 2.5em auto 0;
}

/*======================================
    FV
======================================*/
.fv {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: gray;
  display: grid;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .fv {
    font-size: min(1.4814814815vh, 1em);
  }
}

.fv__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fv-swiper-wrapper {
  height: 100%;
  position: relative;
}
.fv-swiper-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/fv_shape.svg) no-repeat center/cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv-swiper-wrapper::before {
    background-position: 24% center;
  }
}

.fv-swiper {
  height: 100%;
}

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

.fv-swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 0.625em;
  width: auto !important;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fv-swiper-pagination {
    bottom: 50% !important;
    left: 2.65% !important;
    transform: translate(0, 75%);
  }
}
@media screen and (max-width: 767px) {
  .fv-swiper-pagination {
    bottom: unset !important;
    left: unset !important;
    top: 4.85em !important;
    right: 4% !important;
  }
}
.fv-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.73);
  border-radius: 0;
  width: 0.25em;
  height: 3.25em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv-swiper-pagination .swiper-pagination-bullet {
    height: 2.8125em;
  }
}
.fv-swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
}
.fv-swiper-pagination .swiper-pagination-bullet-active::before {
  animation: pagination 4s 0s linear;
}

.fv__scroll--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94.5%;
  height: 89.25%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .fv__scroll--wrap {
    justify-content: flex-end;
    height: 68%;
  }
}

.fv__scroll--dots {
  display: flex;
  flex-direction: column;
  row-gap: 0.75em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .fv__scroll--dots {
    width: 0.75em;
    margin-left: auto;
  }
}
.fv__scroll--dots .dot {
  display: block;
  width: 0.1875em;
  height: 0.1875em;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-25%);
}
@media screen and (max-width: 767px) {
  .fv__scroll--dots .dot {
    transform: translateX(-100%);
  }
}

.fv__scroll--container {
  display: flex;
  column-gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .fv__scroll--container {
    flex-direction: row-reverse;
    column-gap: 1em;
  }
}

.fv__scroll--arrow {
  width: 0.875em;
  animation: scroll 2s 1s ease-in-out infinite;
}

.fv__scroll--text {
  width: 4.0625em;
  margin-top: 1em;
}

.fv__contents {
  grid-column: 1/2;
  grid-row: 1/2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 2em;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .fv__contents {
    padding-left: 0.375em;
    padding-top: 0;
  }
}

.fv__target {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  width: 9.63em;
  height: 2.19em;
  font-size: 1.6875em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.255em;
  border-radius: 0.26em;
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .fv__target {
    font-size: 0.8125em;
  }
}

.fv__lead {
  max-width: 33.75em;
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    max-width: 17.3125em;
    margin-top: 0.75em;
  }
}

.fv__program {
  margin-top: 3.5em;
}
@media screen and (max-width: 767px) {
  .fv__program {
    margin-top: 0.75em;
    margin-left: 0.25em;
  }
}
.fv__program dt {
  font-size: 1.75em;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.255em;
  line-height: 1.6071428571;
}
@media screen and (max-width: 767px) {
  .fv__program dt {
    font-size: 0.875em;
    letter-spacing: 0.105em;
    line-height: 1.3333333333;
  }
}
.fv__program dd {
  font-size: 0.9375em;
  line-height: 1.5333333333;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .fv__program dd {
    font-size: 0.6875em;
    margin-top: 0.5em;
  }
}

.fv__points {
  display: flex;
  column-gap: 0.625em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .fv__points {
    flex-direction: column;
    margin-top: 1.5em;
    row-gap: 1.2em;
  }
}

.fv__point {
  width: 17em;
}
@media screen and (max-width: 767px) {
  .fv__point {
    width: 10.5em;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.fv__button--wrap {
  position: fixed;
  bottom: 5em;
  right: 0;
  z-index: 300;
  transition: transform 0.3s ease, filter 0.3s ease;
  transform-origin: bottom right;
}
@media screen and (min-width: 768px) {
  .fv__button--wrap.scale {
    transform: scale(0.5);
    filter: drop-shadow(0.25em 0.25em 0.25em rgba(0, 0, 0, 0.5));
  }
}
@media screen and (max-width: 767px) {
  .fv__button--wrap {
    bottom: 1.375em;
  }
}

.fv__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375em;
  font-weight: 900;
  text-align: center;
  position: relative;
  width: 18.82em;
  height: 6.45em;
  background-color: #FADC00;
  border-radius: 5em 0 0 5em;
  line-height: 1.4545454545;
  letter-spacing: 0.085em;
  padding-left: 0.5em;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .fv__button {
    font-size: min(2.037037037vh, 1.375em);
  }
}
@media screen and (max-width: 767px) {
  .fv__button {
    font-size: 0.875em;
    height: 3.57em;
    width: 25em;
    padding-left: 2.5em;
  }
}
.fv__button:hover {
  filter: brightness(1.025);
}
.fv__button:hover::before {
  transform: translate(0.25em, -50%);
}
.fv__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.75em;
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon_arrow_simple.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .fv__button::before {
    right: 0.75em;
  }
}
.fv__button .free {
  display: flex;
  font-size: 1.09em;
  width: 3.875em;
  height: 3.875em;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.125em;
  line-height: 1.1666666667;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20%, -50%);
}
@media screen and (max-width: 767px) {
  .fv__button .free {
    transform: translate(-12%, -50%);
  }
}

/*======================================
    About
======================================*/
.about {
  padding: 8.75em 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 5.5em 0 4.75em;
  }
}

.about-lead {
  max-width: 43.75em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .about-lead {
    max-width: 20.625em;
    margin-left: auto;
    margin-right: auto;
  }
}

.message__text {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .message__text {
    font-size: 1.0625em;
    line-height: 2.2352941176;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .message__text {
    margin-top: 2.25em;
    letter-spacing: 0.125em;
    font-feature-settings: unset;
  }
}

.about__message {
  display: grid;
  grid-template-columns: auto 43.7%;
  column-gap: 3.75em;
  row-gap: 2.5em;
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .about__message {
    grid-template-columns: 1fr;
    margin-top: 1.875em;
  }
}

.about__container {
  background-color: #5FD5BA;
  border-radius: 0.625em;
  padding: 2.75em 3.75em 4em 3.25em;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .about__container {
    margin-top: 2.75em;
    padding: 2em;
  }
}

.about__wrap {
  display: grid;
  grid-template-columns: 28.5em auto;
  column-gap: 3.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about__wrap {
    grid-template-columns: 1fr;
    row-gap: 0.75em;
  }
}

@media screen and (min-width: 768px) {
  .about__graph {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .about__graph {
    max-width: 21.875em;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__ttl {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .about__ttl {
    text-align: center;
    font-size: 2.28em;
  }
}

.about__text {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 1.0625em;
    line-height: 1.7647058824;
    letter-spacing: normal;
    font-feature-settings: unset;
  }
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.9286em;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    margin-top: 1em;
    font-feature-settings: unset;
  }
}

/*======================================
    importance
======================================*/
.importance {
  margin-top: 2.5em;
  padding: 9.5em 0 13.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .importance {
    margin-top: 0;
    padding: 4em 0 6em;
  }
}

.importance__lead {
  text-align: center;
  font-size: 2.0625em;
  margin-top: 2.25em;
}
@media screen and (max-width: 767px) {
  .importance__lead {
    font-size: 1em;
    max-width: 11.9375em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.75em;
  }
  .importance__lead img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .importance__text {
    text-align: center;
    margin-top: 2.5em;
    font-feature-settings: unset;
  }
}
@media screen and (max-width: 767px) {
  .importance__text {
    margin-top: 3.25em;
    text-align: justify;
    font-feature-settings: unset;
  }
}

.importance__lists {
  margin-top: 5.75em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.5em;
}
@media screen and (max-width: 767px) {
  .importance__lists {
    grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
    column-gap: 1.25em;
    margin-top: 2.75em;
    row-gap: 2.5em;
  }
}

.importance__list--img {
  aspect-ratio: 170/112;
}
.importance__list--img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .importance__list--img {
    aspect-ratio: 116/78;
  }
}

.importance__list--ttl {
  font-size: 1.625em;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .importance__list--ttl {
    font-size: 1.125em;
    margin-top: 1.75em;
  }
}

.importance__list--text {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  text-align: justify;
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .importance__list--text {
    font-size: 0.8125em;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
  }
}

.importance__csv {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90%;
  max-width: 35.1875em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .importance__csv {
    width: 100%;
    max-width: 19.25em;
    transform: translate(-50%, 67%);
  }
}

/*======================================
    csv
======================================*/
.csv {
  background-color: #5FD5BA;
  padding: 5em 0 10em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .csv {
    padding: 5em 0 5.5em;
  }
}

.csv__text {
  text-align: center;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .csv__text {
    font-size: 1em;
    max-width: 16.75em;
    margin-left: auto;
    margin-right: auto;
  }
  .csv__text img {
    width: 100%;
    height: auto;
  }
}

.csv__button--wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 95%;
  max-width: 33.375em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .csv__button--wrap {
    max-width: 20.625em;
  }
}

.csv__button {
  display: flex;
  align-items: center;
  border-radius: 5em;
  font-size: 1.375em;
  letter-spacing: 0.125em;
  line-height: 1.5;
  padding: 1.09em 2em;
  column-gap: 1.25em;
  text-align: center;
  font-weight: 900;
  position: relative;
  background-color: #FADC00;
  transition: filter 0.3s ease;
}
@media screen and (max-width: 767px) {
  .csv__button {
    font-size: 1em;
    line-height: 1.5;
    padding: 0.6em 1em;
    font-feature-settings: "palt";
  }
}
.csv__button:hover {
  filter: brightness(1.025);
}
.csv__button:hover::before {
  transform: translate(0.25em, -50%);
}
.csv__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translate(0, -50%);
  width: 0.5em;
  height: 0.8em;
  background: url(../img/icon_arrow_simple.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .csv__button::before {
    right: 2em;
  }
}
.csv__button .free {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.875em;
  height: 3.875em;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1.1666666667;
  letter-spacing: 0.125em;
  text-align: center;
  font-size: 1.09em;
}
@media screen and (max-width: 767px) {
  .csv__button .free {
    font-size: 1.0625em;
  }
}

/*======================================
    reason
======================================*/
.reason {
  margin-top: 7em;
  padding: 9em 0 11.5em;
}
@media screen and (max-width: 767px) {
  .reason {
    margin-top: 4em;
    padding: 1.25em 0 4.5em;
  }
}

@media screen and (min-width: 768px) {
  .reason__lists {
    margin-top: -1em;
  }
}
@media screen and (max-width: 767px) {
  .reason__lists {
    margin-top: 2em;
  }
}

@media screen and (min-width: 768px) {
  .reason__list {
    display: flex;
  }
  .reason__list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .reason__list:nth-child(odd) .reason__list--img {
    transform: translateX(16%);
  }
  .reason__list:nth-child(even) {
    margin-top: 3.2em;
  }
  .reason__list:nth-child(even) .reason__list--img {
    transform: translateX(-9%);
  }
  .reason__list:nth-child(3) {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .reason__list {
    max-width: 28.125em;
    margin-left: auto;
    margin-right: auto;
  }
  .reason__list:nth-child(n+2) {
    margin-top: 2.5em;
  }
}

.reason__list--img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.reason__list--img.-img3 img {
  object-position: 30% center;
}
.reason__list--img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .reason__list--img {
    width: 50%;
    scale: 1.06;
  }
}
@media screen and (max-width: 767px) {
  .reason__list--img {
    max-width: 20.625em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .reason__list--contents {
    width: 50%;
    padding-top: 4.8em;
  }
}
@media screen and (max-width: 767px) {
  .reason__list--contents {
    margin-top: -3.25em;
  }
}

.reason__list--ttl {
  font-size: 1.6875em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  font-feature-settings: "palt";
  color: #5FD5BA;
  display: flex;
  column-gap: 1.1em;
}
@media screen and (max-width: 767px) {
  .reason__list--ttl {
    font-size: 1.375em;
    display: flex;
    flex-direction: column;
    margin-right: -1em;
  }
}
.reason__list--ttl span.text {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .reason__list--number {
    width: 3.7em;
    padding-right: 1.19em;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.2em;
    position: relative;
  }
  .reason__list--number::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 2px;
    height: 90%;
    background-color: #5FD5BA;
  }
}
@media screen and (max-width: 767px) {
  .reason__list--number {
    font-size: 2.82em;
    margin-bottom: -0.1em;
  }
  .reason__list--number img {
    width: auto;
    height: 1em;
  }
}

.underline {
  background: linear-gradient(rgba(255, 255, 255, 0) 81.5%, #FADC00 0%);
  display: inline;
  padding: 0 1px 0px;
}

.reason__list--text {
  font-size: 1.0625em;
  line-height: 1.7647058824;
  text-align: justify;
  margin-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .reason__list--text {
    font-size: 0.8125em;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    margin-top: 1.25em;
  }
}

.reason__container {
  background-color: #5FD5BA;
  border-radius: 0.625em;
  margin-top: 7em;
  padding: 3em 4.2em 4em;
}
@media screen and (max-width: 767px) {
  .reason__container {
    margin-top: 3em;
    padding: 2em 1em;
  }
}

.reason__ttl {
  text-align: center;
}
.reason__ttl .line {
  display: inline-block;
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.7692307692;
  padding: 0 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__ttl .line {
    font-size: 1em;
    line-height: 1.75;
  }
}
.reason__ttl .line::before, .reason__ttl .line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 2.5em;
  background-color: #000;
}
.reason__ttl .line::before {
  left: 0;
  transform: translateY(-40%) rotate(-27deg);
}
.reason__ttl .line::after {
  right: 0;
  transform: translateY(-40%) rotate(27deg);
}

.reason__examples {
  margin-top: 3.2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.75em;
  row-gap: 3.5em;
}
@media screen and (max-width: 767px) {
  .reason__examples {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25em;
    margin-top: 1.2em;
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason__example {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.reason__example--img {
  aspect-ratio: 284/186;
}
.reason__example--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason__example--ttl {
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: justify;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .reason__example--ttl {
    font-size: 0.875em;
    line-height: 1.7142857143;
    margin-bottom: 0em;
  }
}

.reason__example--text {
  font-size: 0.875em;
  line-height: 1.7142857143;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .reason__example--text {
    font-size: 0.625em;
    line-height: 1.8;
  }
}

/*======================================
    Voice
======================================*/
.voice {
  background-color: #5FD5BA;
  padding: 8.5em 0 10em;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 3.25em 0 4em;
  }
}

.voice__lists {
  margin-top: 7em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.5em;
}
@media screen and (max-width: 767px) {
  .voice__lists {
    grid-template-columns: 1fr;
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    row-gap: 3.25em;
  }
}

.voice__list--head {
  display: grid;
  grid-template-columns: 8.625em auto;
  column-gap: 1.5em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice__list--head {
    grid-template-columns: 5.75em auto;
    column-gap: 1em;
  }
}

.voice__list--img {
  width: 8.625em;
  height: 8.625em;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice__list--img {
    width: 5.75em;
    height: 5.75em;
  }
}
.voice__list--img img {
  height: 100%;
  object-fit: cover;
}

.voice__list--name {
  font-size: 1.375em;
  letter-spacing: 0.125em;
  line-height: 1.7272727273;
}
@media screen and (max-width: 767px) {
  .voice__list--name {
    font-size: 1em;
  }
}
.voice__list--name .sm {
  display: block;
  font-size: 0.68em;
  line-height: 1.7333333333;
  line-height: 1.5;
}

.voice__list--lead {
  font-size: 2.25em;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.6111111111;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .voice__list--lead {
    font-size: 1.375em;
    margin-top: 1em;
    margin-bottom: 1.2em;
    line-height: 1.5909090909;
  }
}

.voice__list--text {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .voice__list--text {
    font-size: 0.8125em;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
  }
}

/*======================================
    Teacher
======================================*/
.teacher {
  background-color: #005545;
  color: #fff;
  padding: 10em 0;
}
@media screen and (max-width: 767px) {
  .teacher {
    padding: 4.5em 0;
  }
}

.teacher__lists {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .teacher__lists {
    margin-top: 2.75em;
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
  }
}

.teacher__list {
  display: grid;
  grid-template-columns: 18em auto;
  column-gap: 3.5em;
}
@media screen and (max-width: 767px) {
  .teacher__list {
    grid-template-columns: 1fr;
  }
}
.teacher__list:nth-child(n+2) {
  margin-top: 7.25em;
}
@media screen and (max-width: 767px) {
  .teacher__list:nth-child(n+2) {
    margin-top: 3.25em;
  }
}

.teacher__list--img {
  height: 20.625em;
}
@media screen and (max-width: 767px) {
  .teacher__list--img {
    width: 8.25em;
    height: 8.25em;
    margin-left: auto;
    margin-right: auto;
  }
}
.teacher__list--img img {
  height: 100%;
  object-fit: cover;
}

.teacher__list--contents {
  font-size: 0.9375em;
  line-height: 1.7333333333;
}
@media screen and (max-width: 767px) {
  .teacher__list--contents {
    font-size: 0.8125em;
    line-height: 1.7692307692;
    margin-top: 2.75em;
  }
}

.teacher__list--name {
  font-size: 2em;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  line-height: 1.9333333333;
  margin-top: -0.4666666667em;
}

.teacher__list--belong {
  letter-spacing: 0.08em;
}

.teacher__list--text {
  text-align: justify;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .teacher__list--text {
    letter-spacing: 0.06em;
    margin-top: 1.5em;
  }
}

.teacher__list--message {
  margin-top: 2em;
}
.teacher__list--message dt {
  letter-spacing: 0.125em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .teacher__list--message dt {
    font-size: 1.15em;
  }
}
.teacher__list--message dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.teacher__list--message dt span.bg {
  display: inline-block;
  background-color: #005545;
  padding-right: 1em;
}
.teacher__list--message dd {
  text-align: justify;
  margin-top: 0.5em;
}

/*======================================
    Information
======================================*/
.info {
  padding: 11.25em 0 9em;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 3.75em 0 3em;
  }
}

.info__lists {
  margin-top: 6.5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.5em;
}
@media screen and (max-width: 767px) {
  .info__lists {
    max-width: 14em;
    margin: 4.5em auto 0;
    grid-template-columns: 1fr;
    row-gap: 4.5em;
  }
}

.info__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .info__list:not(:last-child) .info__list--img::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(2.25em + 50%), -20%);
    width: 1.625em;
    height: 1.625em;
    background: url(../img/info_arrow.svg) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .info__list:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(2.25em + 50%)) rotate(90deg);
    width: 1.625em;
    height: 1.625em;
    background: url(../img/info_arrow.svg) no-repeat center/contain;
  }
}

.info__list--img {
  aspect-ratio: 314/192;
  background-color: #E1E1E1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__list--img {
    aspect-ratio: 224/126;
  }
}
.info__list--img img {
  height: 100%;
  object-fit: cover;
}

.info__list--ttl {
  font-size: 1.75em;
  letter-spacing: 0.125em;
  line-height: 1.75;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .info__list--ttl {
    font-size: 1.125em;
    text-align: center;
  }
}
.info__list--ttl .underline {
  background: linear-gradient(rgba(255, 255, 255, 0) 92.86%, #68C1AD 0%);
  padding: 0 1px 0.05em;
}
@media screen and (max-width: 767px) {
  .info__list--ttl .underline {
    padding-bottom: 0.5em;
  }
}

.info__list--text {
  font-size: 0.9375em;
  line-height: 1.7333333333;
  text-align: justify;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .info__list--text {
    font-size: 0.8125em;
    line-height: 1.7692307692;
    margin-top: 2.25em;
  }
}

.info__list--button {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .info__list--button {
    margin: 2em calc(50% - 50vw) 0;
  }
}

.info__list--link {
  display: block;
  text-align: center;
  border-radius: 3em;
  line-height: 1.75;
  font-size: 0.9375em;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #fff;
  background-color: #68C1AD;
  padding: 0.7em 1em 0.9em 0em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .info__list--link {
    max-width: 20.67em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.info__list--link:hover {
  opacity: 0.7;
}
.info__list--link:hover::before {
  transform: translate(0.25em, -50%);
}
.info__list--link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon_arrow_white.svg) no-repeat center/contain;
  transition: transform 0.3s ease;
}

/*# sourceMappingURL=style.css.map */
