@charset "UTF-8";
/* ベーススタイル
------------------------------------------ */
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #48413B;
}

a {
  color: #48413B;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ol {
  list-style-type: none;
}

/* コンテンツ幅
------------------------------------------ */
/* 非表示
------------------------------------------ */
@media screen and (max-width: 767px) {
  ._sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  ._pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  ._tab {
    display: none;
  }
}
/* 共通
------------------------------------------ */
.text--mt1 {
  margin-top: 2em;
}

/* header
------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #F7F4E9;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.781rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: clamp(1.25rem, -2.269rem + 7.332vw, 5.0625rem);
    padding-right: clamp(1.25rem, -2.154rem + 7.091vw, 4.9375rem);
  }
}

.header__logo {
  width: 6.863rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 14.1%;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    z-index: 1000;
  }
}

.header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-button__wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 100;
  }
}
.header__contact-button {
  background-color: #DB5839;
  padding: 0.594rem 1rem;
  border-radius: 30px;
}

.header__contact-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    gap: clamp(0.9375rem, -0.909rem + 3.846vw, 2.9375rem);
  }
}

.header__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    gap: clamp(0.9375rem, -0.361rem + 2.704vw, 2.34375rem);
  }
}

@media screen and (min-width: 768px) {
  .header__nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .header__nav-item a {
    font-size: clamp(0.75rem, 0.519rem + 0.481vw, 1rem);
  }
}

.header__nav-button a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DB5839;
  color: #FFF;
  border-radius: 30px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .header__nav-button a {
    font-size: clamp(0.75rem, 0.519rem + 0.481vw, 1rem);
    padding: clamp(0.35rem, 0.154rem + 0.409vw, 0.5625rem) clamp(0.9375rem, -0.043rem + 2.043vw, 2rem);
    padding-left: clamp(0.9375rem, 0.361rem + 1.202vw, 1.5625rem);
    transition: 0.3s;
    border: 2px solid #DB5839;
  }
}

.header__nav-button a > span {
  white-space: nowrap;
}

/* footer
------------------------------------------ */
.footer {
  background-color: #48413B;
}

.footer__inner {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 78.75rem;
    padding: 2.5rem 1.875rem;
    margin-inline: auto;
  }
}

.footer__logo {
  width: 10.838rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 15.74rem;
  }
}

.footer__nav {
  margin-top: 0.938rem;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    padding-bottom: 1.875rem;
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav-list--main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 2.625rem;
         column-gap: 2.625rem;
    row-gap: 1.5rem;
  }
}

.footer__nav-list--sub {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__nav-list--sub {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-list--sub {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 1.625rem;
  }
}

.footer__nav-item a {
  color: #FFF;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer__nav-item a {
    font-size: 1rem;
    transition: 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .u-font-s span {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav-item--icon span::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url(../../asset/images/footer_icon_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 0.313rem;
  }
}

.icon-external {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
}

.footer__copyright {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 2rem;
  }
}

/* humberger
------------------------------------------ */
@media screen and (max-width: 767px) {
  .hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
  }
  .hamburger-button {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
  }
  .hamburger-button__bar {
    display: inline-block;
    width: 100%;
    height: 0.188rem;
    border-radius: 0.188rem;
    background-color: #DB5839;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  .hamburger-button__bar:first-child {
    top: 0;
  }
  .hamburger-button__bar:nth-child(2) {
    top: 54%;
    transform: translate(-50%, -100%);
  }
  .hamburger-button__bar:last-child {
    bottom: -2px;
  }
  .hamburger-menu {
    background-color: #48413B;
    padding-right: 1.688rem;
    padding-left: 1.75rem;
  }
  .header__nav-list {
    flex-direction: column;
    margin-top: 5.25rem;
  }
  .header__nav-item {
    border-bottom: 1px solid #F7F4E9;
    padding-bottom: 0.5rem;
    padding-top: 2.125rem;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .header__nav-item:first-child {
    padding-top: 1.25rem;
  }
  .header__nav-item a {
    color: #F7F4E9;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
  }
  .header__nav-button {
    margin-top: 2.125rem;
  }
  .header__nav-button a {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.625rem 0;
    gap: 0.625rem;
  }
  .header__nav-button a > span {
    position: relative;
  }
  .footer-contact-icon {
    width: 1.5rem;
    display: flex;
  }
  /* ハンバーガーメニューオープン時 */
  .hamburger-menu.is-open {
    transform: translateY(0);
  }
  .hamburger-menu.is-open .header__nav-item {
    opacity: 1;
    transform: translateY(0);
  }
  .hamburger-menu.is-open .header__nav-item:nth-child(1) {
    transition-delay: 0.4s;
  }
  .hamburger-menu.is-open .header__nav-item:nth-child(2) {
    transition-delay: 0.5s;
  }
  .hamburger-menu.is-open .header__nav-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  .hamburger-menu.is-open .header__nav-item:nth-child(4) {
    transition-delay: 0.7s;
  }
  .hamburger-menu.is-open .header__nav-item:nth-child(5) {
    transition-delay: 0.8s;
  }
  .hamburger-menu.is-open .header__nav-item:nth-child(6) {
    transition-delay: 0.9s;
  }
  .hamburger-button--open {
    overflow: hidden;
  }
  .hamburger-button--open .hamburger-button__bar {
    top: 50%;
  }
  .hamburger-button--open .hamburger-button__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-button--open .hamburger-button__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-button--open .hamburger-button__bar:nth-child(2) {
    display: none;
  }
}
/* c-button
------------------------------------------ */
@media screen and (min-width: 768px) {
  .c-button {
    width: 20rem;
  }
}

.c-button a,
.c-button button {
  display: block;
  border: 2px solid #48413B;
  border-radius: 70px;
  background-color: #FFF;
  padding: 0.813rem 1.188rem 0.75rem 1.375rem;
  transition: 0.3s;
}

.c-button span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-button span::after,
.c-button--flat span::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../asset/images/btn_icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* c-button--flat
------------------------------------------ */
@media screen and (min-width: 768px) {
  .c-button--flat {
    width: 25rem;
  }
}

.c-button--flat a {
  display: inline-block;
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  transition: 0.3s;
}

.c-button--flat span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-button--flat span {
    font-size: 1.25rem;
  }
}

/* section__title
------------------------------------------ */
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__title--en {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .section__title--en {
    font-size: 3.75rem;
  }
}

.section__title--ja {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title--ja {
    font-size: 1.125rem;
    margin-top: 0.688rem;
  }
}

.event .section__title--en {
  background-color: #FFF;
}

/* page-mv__title
------------------------------------------ */
.page-mv__title {
  display: flex;
  flex-direction: column;
}

.page-mv__title--ja {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-mv__title--ja {
    font-size: clamp(2rem, 1.278rem + 1.504vw, 2.5rem);
  }
}

.page-mv__title--en {
  color: #DB5839;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: -0.188rem;
}
@media screen and (min-width: 768px) {
  .page-mv__title--en {
    font-size: 1.5rem;
  }
}

.section__title--sub {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .section__title--sub {
    font-size: 1.125rem;
    margin-top: -0.375rem;
  }
}

/* hover-animation
------------------------------------------ */
/* header */
@media screen and (min-width: 768px) {
  .header__nav-item > a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .header__nav-item > a span {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
  }
  .header__nav-item > a::after {
    content: attr(data-text);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0s 0.4s;
  }
  .header__nav-item:hover span {
    transform: translateY(-100%);
  }
  .header__nav-item:hover a::after {
    transform: translateY(0);
  }
  .header__nav-item span,
  .header__nav-item > a::after {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__nav-item:not(:hover) span,
  .header__nav-item:not(:hover) a::after {
    transition: transform 0s 0.4s;
  }
  .header__nav-button a:hover {
    background-color: #FFF;
    color: #DB5839;
  }
}
/* button */
@media screen and (min-width: 768px) {
  .c-button a:hover {
    background-color: #48413B;
    color: #FFF;
  }
  .c-button a:hover span::after {
    background-image: url(../../asset/images/btn_icon_02.svg);
  }
  .c-button--flat a:hover {
    background-color: #48413B;
    color: #FFF;
  }
  .c-button--flat a:hover span::after {
    background-image: url(../../asset/images/btn_icon_02.svg);
  }
  .page-staff__accordion-btn-wrap button:hover {
    background-color: #48413B;
  }
  .page-staff__accordion-btn-wrap button:hover span {
    color: #FFF;
  }
  .page-staff__accordion-btn-wrap button:hover span::after {
    background-image: url(../../asset/images/btn_icon_02.svg);
  }
  .contact-form__button:hover input {
    background-color: #48413B;
    color: #FFF;
  }
  .contact-form__button:hover::after {
    background-image: url(../../asset/images/btn_icon_02.svg);
  }
}
/* footer-nav */
@media screen and (min-width: 768px) {
  .footer__nav-item:hover span {
    opacity: 0.5;
  }
  .footer__nav-item:hover i {
    opacity: 0.5;
  }
}
/* page-program */
@media screen and (min-width: 768px) {
  .program__country-item {
    cursor: pointer;
  }
  .program__country-image {
    overflow: hidden;
  }
  .program__country-image img {
    transition: transform 0.6s ease;
  }
  .program__country-item:hover .program__country-image img {
    transform: scale(1.1);
  }
  .program__archive-item a {
    transition: opacity 0.3s ease;
  }
  .program__archive-item a:hover {
    opacity: 0.6;
  }
}
/* Pagination
------------------------------------------ */
/* Breadcrumb
------------------------------------------ */
.font__inter-r {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.breadcrumb-top {
  margin-right: 0.5rem;
}

.breadcrumb .current-item {
  margin-left: 0.438rem;
}

/* bg-layer
------------------------------------------ */
.bg-layer {
  background-color: #F7F4E9;
  background-image: url(../../asset/images/lattice_bg_sp_01.png);
  background-blend-mode: multiply;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 1.25rem 1.125rem;
  background-origin: content-box;
  background-clip: content-box;
}
@media screen and (min-width: 768px) {
  .bg-layer {
    background-image: url(../../asset/images/lattice_bg_pc_01.png);
    padding: 5rem clamp(1.875rem, -4.441rem + 13.158vw, 6.25rem);
  }
}

._has-bg {
  padding: 1.25rem 0.594rem;
}
@media screen and (min-width: 768px) {
  ._has-bg {
    padding: 2.5rem 0;
  }
}

._bg-clear {
  background-color: transparent;
}

._bg-white {
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .service ._has-bg {
    padding-bottom: 1.438rem;
  }
}
@media screen and (min-width: 768px) {
  .service ._has-bg {
    padding-top: 3.813rem;
    margin-bottom: -2.938rem;
  }
}

@media screen and (min-width: 768px) {
  .event .bg-layer {
    padding-top: 12.125rem;
  }
}
@media screen and (min-width: 768px) {
  .event ._has-bg {
    padding-top: 0;
    padding-bottom: 2.313rem;
    margin-top: -5rem;
  }
}

.strengths ._has-bg {
  padding-bottom: 0;
}
.strengths .bg-layer {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .strengths .bg-layer {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .point .bg-layer {
    padding-bottom: 0;
  }
  .point ._has-bg {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .staff ._has-bg {
    padding-top: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .movie ._has-bg {
    padding-bottom: 1.063rem;
  }
}
@media screen and (min-width: 768px) {
  .movie ._has-bg {
    padding-top: 2.125rem;
    padding-bottom: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .plan ._has-bg {
    padding-bottom: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .faq ._has-bg {
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .faq ._has-bg {
    padding-top: 2.188rem;
  }
}

@media screen and (max-width: 767px) {
  .program-movie ._has-bg {
    padding-bottom: 0.875rem;
  }
}

/* mv
------------------------------------------ */
.mv {
  padding-top: 3.75rem;
  padding-bottom: 10.25rem;
  background-color: #F7F4E9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}

.mv__inner {
  padding: 2.5rem 1.719rem 0;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding-top: 6.688rem;
    padding-bottom: 11.063rem;
    padding-left: clamp(1.25rem, -9.077rem + 21.514vw, 12.4375rem);
    padding-right: clamp(1.25rem, -2.212rem + 7.212vw, 5rem);
    grid-template-columns: 1fr 46.9%;
    gap: 1.25rem;
    grid-template-areas: "title image" "content image";
  }
}

.mv__title {
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  color: #DB5839;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: clamp(2.375rem, 0.39rem + 4.135vw, 3.75rem);
    grid-area: title;
  }
}

.mv__image-group {
  display: grid;
  grid-template-columns: 46.1% 1fr;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .mv__image-group {
    margin-top: 1.438rem;
  }
}
@media screen and (min-width: 768px) {
  .mv__image-group {
    grid-template-columns: 48.3% 1fr;
    gap: clamp(0.625rem, -2.082rem + 5.639vw, 2.5rem);
    grid-area: image;
  }
}

@media screen and (min-width: 768px) {
  .mv__image-item._large {
    transform: translateY(5rem);
  }
}

.mv__image-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv__image-column {
    gap: clamp(0.625rem, -2.082rem + 5.639vw, 2.5rem);
    grid-template-rows: auto 1fr;
  }
}

.mv__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv__content {
    grid-area: content;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .mv__lead {
    margin-top: -0.438rem;
  }
}

.mv__lead-text {
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .mv__lead-text {
    font-size: clamp(1rem, 0.639rem + 0.752vw, 1.25rem);
  }
}

@media screen and (max-width: 767px) {
  .mv__lead-text.text--mt1 {
    margin-top: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .mv__lead-text.text--mt1 {
    margin-top: 2.188rem;
  }
}

.mv__button-area {
  margin-top: 1.375rem;
}

@media screen and (min-width: 768px) {
  .mv__button-area span {
    letter-spacing: 0.12em;
  }
}

.mv__background {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* introduction
------------------------------------------ */
.introduction {
  background-image: url(../../asset/images/top_bg_sp_01.png);
  background-size: 100% auto;
  background-position: center 55.73px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .introduction {
    background-image: url(../../asset/images/top_bg_pc_01.png);
    background-size: 81.3% auto;
    background-position: center 103px;
  }
}

.introduction__inner {
  padding: 2.5rem 1.719rem 2.188rem;
}
@media screen and (min-width: 768px) {
  .introduction__inner {
    padding: 11.25rem 3.063rem 26.56vw;
    max-width: 81.25rem;
    margin-inline: auto;
  }
}

.introduction__label {
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .introduction__label {
    font-size: 1.5rem;
    padding-left: 1.313rem;
  }
}

.introduction__label::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DB5839;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.introduction__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .introduction__title {
    font-size: 2rem;
    margin-top: 1.75rem;
  }
}

.introduction__text {
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .introduction__text {
    margin-top: 1rem;
    font-size: 1.25rem;
  }
}

.introduction__button {
  margin-top: 1.563rem;
}
@media screen and (min-width: 768px) {
  .introduction__button {
    margin-top: 1.875rem;
  }
}

.introduction__button a {
  box-shadow: 2px 2px 3px rgba(72, 65, 59, 0.2);
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .introduction__button a {
    padding: 0.563rem 1.188rem 0.563rem 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .introduction__button a {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
}

/* Service
------------------------------------------ */
.service {
  background-color: #F7F4E9;
}

@media screen and (min-width: 768px) {
  .service__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.service__title {
  background-color: #F7F4E9;
}
.service__title .section__title--ja {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .service__title .section__title--ja {
    margin-top: 0.875rem;
  }
}

.service__steps {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .service__steps {
    margin-top: 3.75rem;
    display: flex;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .service__step {
    width: calc((100% - 60px) / 3);
    cursor: pointer;
  }
}

.service__step a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service__step a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.service__step-title {
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__step-title {
    font-size: 2rem;
  }
}

.service__step-lead {
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__step-lead {
    margin-top: -0.188rem;
  }
}
@media screen and (min-width: 768px) {
  .service__step-lead {
    flex: 1;
    font-size: 1.125rem;
    margin-top: -0.25rem;
  }
}

.service__step-image {
  border: 3px solid #F7F4E9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 50/50;
  background-color: #FFF;
  margin-inline: auto;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .service__step-image {
    width: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .service__step-image {
    margin-top: 1rem;
  }
}

.service__step-image img {
  width: 71.4%;
}

.service__step._learn a {
  color: #DB5839;
}
.service__step._learn a .service__step-image {
  border-color: #DB5839;
}

.service__step._explore a {
  color: #A0BB40;
}
@media screen and (max-width: 767px) {
  .service__step._explore a {
    margin-top: 1.375rem;
  }
}
.service__step._explore a .service__step-image {
  border-color: #A0BB40;
}
.service__step._explore a .service__step-image img {
  width: 81.5%;
}

.service__step._share a {
  color: #F59D3A;
}
@media screen and (max-width: 767px) {
  .service__step._share a {
    margin-top: 1.375rem;
  }
}
.service__step._share a .service__step-image {
  border-color: #F59D3A;
}
.service__step._share a .service__step-image img {
  width: 79.9%;
}

.service__detail-item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .service__detail-item {
    margin-top: 7.5rem;
  }
}

#learn::before,
#explore::before,
#share::before {
  display: block;
  height: 7rem;
  margin-top: -7rem;
  content: "";
}

.service__detail-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .service__detail-title {
    font-size: 3.75rem;
    padding-bottom: 1rem;
  }
}

.service__detail-title::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .service__detail-title::before {
    width: 80px;
  }
}

.service__detail-group {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .service__detail-group {
    gap: 1.438rem;
  }
}
@media screen and (min-width: 768px) {
  .service__detail-group {
    grid-template-columns: 1fr 35%;
    grid-template-rows: auto auto;
    grid-template-areas: "badges image" "content image";
    -moz-column-gap: 5%;
         column-gap: 5%;
    align-items: center;
    max-width: 75rem;
    margin-inline: auto;
    margin-top: 3.625rem;
  }
}

.service__detail-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__detail-badges {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .service__detail-badges {
    grid-area: badges;
    align-self: end;
    justify-self: start;
    margin-bottom: 0.625rem;
    gap: 1rem;
  }
}

.service__detail-badge {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.72;
  letter-spacing: 0.1em;
  padding: 0 1.438rem;
}
@media screen and (max-width: 767px) {
  .service__detail-badge {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .service__detail-badge {
    font-size: clamp(1.75rem, 1.389rem + 0.752vw, 2rem);
  }
}

@media screen and (min-width: 768px) {
  .service__detail-image {
    grid-area: image;
    align-self: center;
  }
  .service__detail-image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 768px) {
  .service__detail-content {
    grid-area: content;
    align-self: start;
  }
}

@media screen and (min-width: 768px) {
  .service__detail-lead {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}

.service__detail-item._learn .service__detail-title {
  color: #DB5839;
}
.service__detail-item._learn .service__detail-title::before {
  background-color: #DB5839;
}
.service__detail-item._learn .service__detail-badge {
  background-color: #DB5839;
}

.service__detail-text {
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .service__detail-text.text--mt1 {
    margin-top: 1.313rem;
  }
}
@media screen and (min-width: 768px) {
  .service__detail-text.text--mt1 {
    margin-top: 1.563rem;
  }
}

.service__detail-item._explore .service__detail-title {
  color: #A0BB40;
}
.service__detail-item._explore .service__detail-title::before {
  background-color: #A0BB40;
}
.service__detail-item._explore .service__detail-badge {
  background-color: #A0BB40;
}

.service__detail-item._share .service__detail-title {
  color: #F59D3A;
}
.service__detail-item._share .service__detail-title::before {
  background-color: #F59D3A;
}
.service__detail-item._share .service__detail-badge {
  background-color: #F59D3A;
}
@media screen and (max-width: 767px) {
  .service__detail-item._share .service__detail-image {
    margin-top: -0.813rem;
  }
}
.service__detail-item._share .service__detail-button span::after {
  background-image: url(../../asset/images/top-share_icon_01.png);
  width: 1.5rem;
  height: 1.5rem;
}

.service__detail-button {
  border: none;
  border-radius: 10px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service__detail-button {
    margin-top: 2.375rem;
  }
}

.service__detail-button a {
  padding: 0.75rem 1.313rem 0.75rem 1.5rem;
  box-shadow: 2px 2px 3px rgba(72, 65, 59, 0.2);
}

/* Event
------------------------------------------ */
@media screen and (min-width: 768px) {
  .event__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .event__content {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  ._note {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  ._movie {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  ._movie {
    margin-top: 3.75rem;
  }
}

.event__content-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #A0BB40;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event__content-title {
    font-size: clamp(1.75rem, 1.389rem + 0.752vw, 2rem);
  }
}

/* note記事 */
@media screen and (min-width: 768px) {
  .event__note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(3.214vw, 2.813rem);
    margin-top: 1.188rem;
  }
}

.event__note-article {
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .event__note-article {
    margin-top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .event__note-article {
    width: 52.5%;
    height: auto;
    margin-inline: auto;
    flex-shrink: 0;
    padding-top: 1.313rem;
  }
}

.event__note-article iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  min-height: 12.5rem;
  margin: 0 !important;
  padding: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.event__video-group {
  margin-top: 1.125rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .event__video-group {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .event__video-group {
    margin-top: 1.25rem;
    justify-content: space-between;
    gap: clamp(1.25rem, -0.972rem + 4.63vw, 2.5rem);
  }
}

.event__video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .event__video {
    width: calc((100% - 40px) / 2);
    gap: 2.688rem;
  }
}

.event__video-container {
  aspect-ratio: 320/180.28;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event__video-container {
    aspect-ratio: 583.56/328.77;
  }
}

.event__video-container iframe {
  width: 100%;
  height: 100%;
}

.event__video a {
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .event__video a {
    font-size: 1.5rem;
  }
}

.event__blog {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .event__blog {
    margin-top: 3.563rem;
  }
}

.event__blog-inner {
  background-color: #FFF;
  display: grid;
  border: 1px solid #48413B;
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .event__blog-inner {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "button";
    padding: 1.375rem 1.125rem;
    max-width: 19.875rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .event__blog-inner {
    grid-template-columns: 1fr clamp(12.5rem, -0.132rem + 26.316vw, 21.25rem);
    grid-template-rows: auto auto;
    align-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1.875rem;
    grid-template-areas: "text   image" "button image";
    max-width: 77.5rem;
    margin-inline: auto;
    padding: 1.375rem clamp(1.25rem, -5.968rem + 15.038vw, 6.25rem) 1.625rem;
  }
}

.event__blog-text {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .event__blog-text {
    grid-area: text;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .event__blog-text {
    font-size: 1.5rem;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  .event__blog-image {
    position: absolute;
    right: 18px;
    top: 24px;
    width: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .event__blog-image {
    grid-area: image;
  }
}

@media screen and (max-width: 767px) {
  .event__blog-image img {
    aspect-ratio: 120/95;
  }
}

.event__blog-button {
  border: 1px solid #48413B;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(38, 50, 56, 0.2);
}
@media screen and (max-width: 767px) {
  .event__blog-button {
    grid-area: button;
    width: 100%;
    margin-inline: auto;
    margin-top: 0.75rem;
    max-width: 17.438rem;
  }
}
@media screen and (min-width: 768px) {
  .event__blog-button {
    align-self: start;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.event__blog-button a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .event__blog-button a {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-end;
    padding: 0.875rem 0.875rem 0.813rem 0;
  }
}
@media screen and (min-width: 768px) {
  .event__blog-button a {
    padding: 0.75rem 2.5rem;
    align-items: center;
    justify-content: space-between;
  }
}

.event__blog-button span {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .event__blog-button span {
    font-size: 1.25rem;
  }
}

.event__blog-button img {
  display: inline-block;
  width: 5.813rem;
}
@media screen and (min-width: 768px) {
  .event__blog-button img {
    width: 9.188rem;
  }
}

/* Contact
------------------------------------------ */
.footer-contact {
  background-color: #F7F4E9;
}

.footer-contact__inner {
  padding: 2.063rem 1.719rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer-contact__inner {
    display: grid;
    max-width: 78.75rem;
    padding: 4.375rem 1.875rem 5.188rem;
    margin-inline: auto;
    grid-template-columns: 1.56fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title  image" "lead   image" "button image";
    row-gap: 0.625rem;
    align-items: center;
  }
}
.footer-contact__inner .section__title {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer-contact__inner .section__title {
    grid-area: title;
  }
}
.footer-contact__inner .section__title--en {
  letter-spacing: 0.05em;
}

.footer-contact__lead {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer-contact__lead {
    grid-area: lead;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__image {
    max-width: 20rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact__image {
    grid-area: image;
    justify-self: center;
    grid-row: 1/4;
    width: 100%;
  }
}

.footer-contact__button {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-contact__button {
    grid-area: button;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 30rem;
    margin-top: 1.813rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact__button a {
    padding-bottom: 0.75rem;
  }
}

.footer-contact__button span {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}

/* page-concept
------------------------------------------ */
/* mv */
.page-mv {
  padding-top: 3.75rem;
  background-color: #F7F4E9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-mv {
    padding-top: 5rem;
  }
}

.page-mv__inner {
  padding: 0.375rem 1.719rem 13.438rem;
}
@media screen and (min-width: 768px) {
  .page-mv__inner {
    padding-top: 0.875rem;
    padding-bottom: 17.313rem;
    padding-left: clamp(1.25rem, -9.25rem + 21.875vw, 12.625rem);
    padding-right: 0;
  }
}

.page-mv__title-wrapper {
  margin-top: 2.438rem;
}
@media screen and (min-width: 768px) {
  .page-mv__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-mv__image {
    margin-top: 1rem;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .page-mv__image {
    width: clamp(28.75rem, -1.927rem + 63.91vw, 50rem);
  }
}

.page-mv__catch-group {
  margin-top: 2.063rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-mv__catch-group {
    margin-top: 1.563rem;
  }
}

.page-mv__catch-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-mv__catch-title {
    font-size: clamp(1.75rem, 1.389rem + 0.752vw, 2rem);
  }
}

.page-mv__lead-group {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-mv__lead-group {
    margin-top: 2.5rem;
  }
}

.page-mv__lead {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-mv__lead {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .page-mv__lead.text--mt1 {
    margin-top: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .page-mv__lead.text--mt1 {
    margin-top: 1.938rem;
  }
}

.page-mv__background {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 1520px) and (min-width: 1340px) {
  .page-mv__background {
    bottom: -50px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1340px) {
  .concept__mv {
    overflow: hidden;
  }
}

/* strengths */
@media screen and (min-width: 768px) {
  .strengths .strengths__title {
    padding-left: 5.938rem;
  }
}

.strengths__container {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .strengths__container {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .strengths__container {
    align-items: center;
    gap: clamp(1.25rem, -4.164rem + 11.278vw, 5rem);
    margin-top: 2.438rem;
  }
}

@media screen and (max-width: 767px) {
  .strengths__image-col,
  .strengths__content-col {
    display: contents;
  }
}

@media screen and (min-width: 768px) {
  .strengths__image-col {
    width: 32.5rem;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .strengths__content-col {
    display: flex;
    flex-direction: column;
    gap: 7.25rem;
    max-width: 50rem;
  }
}

@media screen and (max-width: 767px) {
  ._connect {
    order: 1;
  }
  ._img01 {
    order: 2;
  }
  ._journey {
    order: 3;
    margin-top: 2.5rem;
  }
  ._img03 {
    order: 4;
  }
  ._stay {
    order: 5;
    margin-top: 2.5rem;
  }
  ._img04 {
    order: 6;
  }
}
@media screen and (max-width: 767px) {
  .strengths__image {
    margin: 0 calc(50% - 50vw);
    margin-top: 1.875rem;
    aspect-ratio: 375/225;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .strengths__image._img04 {
    aspect-ratio: 377/232;
  }
}

@media screen and (min-width: 768px) {
  .strengths__body-head {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, -0.555rem + 3.759vw, 2.5rem);
  }
}

@media screen and (max-width: 767px) {
  .strengths__image img {
    width: 100%;
    height: 100%;
  }
}

.strengths__body-icon {
  width: 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .strengths__body-icon {
    height: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .strengths__body-icon {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .strengths__body-icon img {
    width: 100%;
    height: 100%;
  }
}

.strengths__body-title {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .strengths__body-title {
    font-size: 2rem;
    margin: 0;
  }
}

._connect .strengths__body-title {
  color: #DB5839;
}

._journey .strengths__body-title {
  color: #A0BB40;
}
@media screen and (min-width: 768px) {
  ._journey .strengths__body-icon {
    aspect-ratio: 96.7/112.42;
    width: 6.044rem;
  }
}

._stay .strengths__body-title {
  color: #F59D3A;
}

.strengths__body-text {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .strengths__body-text {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) {
  .strengths__body-text {
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .strengths__body-text.text--mt1 {
    margin-top: 1.625rem;
  }
}

/* company */
@media screen and (min-width: 768px) {
  .company__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .company__inner .section__title--en {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .company__philosophy,
  .company__info {
    margin-top: 2.188rem;
  }
}
@media screen and (min-width: 768px) {
  .company__philosophy,
  .company__info {
    margin-top: 2.063rem;
  }
}

.company__sub-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company__sub-title {
    font-size: 2rem;
  }
}

.company__philosophy-container,
.company__info-container {
  margin-top: 0.688rem;
  border: 1px solid #48413B;
  border-radius: 30px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .company__philosophy-container,
  .company__info-container {
    margin-top: 1.313rem;
  }
}

.company__philosophy-container {
  padding: 1.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__philosophy-container {
    padding: 3.563rem 1.25rem 3.625rem;
  }
}

@media screen and (min-width: 768px) {
  .company__philosophy-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.company__philosophy-image {
  width: 7.596rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company__philosophy-image {
    width: 39%;
    margin: 0;
    flex-shrink: 0;
  }
}

.company__philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 1.813rem;
  margin-top: 1.563rem;
}
@media screen and (min-width: 768px) {
  .company__philosophy-list {
    width: 54.6%;
    gap: 1.75rem;
    margin-top: 0;
  }
}

.company__philosophy-head {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .company__philosophy-head {
    font-size: 2rem;
  }
}

._mission {
  color: #DB5839;
}

._vision {
  color: #A0BB40;
}

._values {
  color: #F59D3A;
}

.company__philosophy-text {
  letter-spacing: 0.094em;
  text-align: justify;
  margin-top: 0.438rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .company__philosophy-text {
    font-size: 1.25rem;
    margin-top: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .company__info {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .company__info-container {
    padding: 3.75rem 1.25rem;
  }
}

.company__info-list {
  display: flex;
  flex-direction: column;
  gap: 0.906rem;
}
@media screen and (max-width: 767px) {
  .company__info-list {
    padding: 1.813rem 1.75rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .company__info-list {
    gap: 2rem;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.company__info-row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .company__info-row {
    flex-direction: column;
    gap: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  .company__info-row {
    align-items: flex-start;
  }
}

.company__info-row:not(:last-child) {
  background-image: repeating-linear-gradient(90deg, #48413b, #48413b 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding-bottom: 0.969rem;
}
@media screen and (min-width: 768px) {
  .company__info-row:not(:last-child) {
    padding-bottom: 1.875rem;
  }
}

.company__info-term {
  color: #DB5839;
  letter-spacing: 0.6em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .company__info-term {
    font-size: 1.125rem;
    width: 9.125rem;
    flex-shrink: 0;
  }
}

.company__info-description {
  letter-spacing: 0.086em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .company__info-description {
    font-size: 1.125rem;
    letter-spacing: 0.13em;
    line-height: 1.4;
  }
}

/* community
------------------------------------------ */
/* mv */
@media screen and (max-width: 767px) {
  .communuty__mv .page-mv__inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .communuty__mv .page-mv__inner {
    padding-bottom: 7.563rem;
  }
}
@media screen and (max-width: 767px) {
  .communuty__mv .page-mv__title-wrapper {
    margin-top: 3.688rem;
  }
}

.page-mv__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-mv__content {
    flex-direction: column-reverse;
    gap: 1.938rem;
  }
}
@media screen and (min-width: 768px) {
  .page-mv__content {
    max-width: 76.25rem;
    padding-right: 1.25rem;
    align-items: center;
    gap: clamp(1.25rem, -4.615rem + 12.218vw, 5.3125rem);
    margin-top: 7.375rem;
  }
}
@media screen and (min-width: 768px) {
  .page-mv__content .page-mv__catch-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-mv__content .page-mv__catch-title {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .page-mv__content .page-mv__lead-group {
    margin-top: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .page-mv__content .page-mv__lead-group {
    margin-top: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .page-mv__content-image {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .page-mv__content-image {
    width: clamp(18.75rem, 4.314rem + 30.075vw, 28.75rem);
    flex-shrink: 0;
  }
}

/* point */
@media screen and (max-width: 767px) {
  .point .section__title--sub {
    margin-top: -0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .point .section__title {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .point__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.point__title-image {
  width: 8.125rem;
  margin-top: 0.438rem;
}
@media screen and (max-width: 767px) {
  .point__title-image {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .point__title-image {
    width: clamp(12.5rem, 1.673rem + 22.556vw, 20rem);
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .point__content {
    margin-top: 0.625rem;
  }
}

.point__content-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point__content-list {
    gap: 2.313rem;
  }
}

.point__content-item {
  border: 1px solid;
  border-radius: 30px;
  background-color: #F7F4E9;
  padding: 2rem 1.125rem 2rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .point__content-item {
    padding: clamp(3.75rem, 1.945rem + 3.759vw, 5rem) clamp(1.25rem, -5.968rem + 15.038vw, 6.25rem);
  }
}

.point__content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.point__content-title {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .point__content-title {
    font-size: clamp(1.5rem, 0.778rem + 1.504vw, 2rem);
  }
}

.point__content-number {
  font-size: 2.5rem;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 768px) {
  .point__content-number {
    font-size: clamp(3.5rem, 2.778rem + 1.504vw, 4rem);
  }
}

.point__content-body {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .point__content-body {
    margin-top: 2.563rem;
  }
}

.point__content-text {
  line-height: 1.7;
  letter-spacing: 0.098em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .point__content-text {
    font-size: clamp(0.875rem, 0.514rem + 0.752vw, 1.125rem);
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .point__content-text.text--mt1 {
    margin-top: 1.563rem;
  }
}
@media screen and (min-width: 768px) {
  .point__content-text.text--mt1 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  ._talk {
    margin-top: 0.625rem;
  }
}
._talk .point__content-item {
  border-color: #DB5839;
  color: #DB5839;
}

@media screen and (max-width: 767px) {
  ._system {
    margin-top: 2.5rem;
  }
}
._system .point__content-item {
  border-color: #A0BB40;
  color: #A0BB40;
}
@media screen and (max-width: 767px) {
  ._system .point__content-item {
    padding-right: 1.25rem;
    padding-bottom: 1.813rem;
  }
}

@media screen and (max-width: 767px) {
  ._cost {
    margin-top: 2.5rem;
  }
}
._cost .point__content-item {
  border-color: #F59D3A;
  color: #F59D3A;
  z-index: 3;
}

/* スライドアニメーション */
@media screen and (min-width: 768px) {
  .point__inner {
    display: grid;
    grid-template-columns: 26.7% 1fr;
    align-items: start;
    -moz-column-gap: clamp(1.875rem, -0.832rem + 5.639vw, 3.75rem);
         column-gap: clamp(1.875rem, -0.832rem + 5.639vw, 3.75rem);
    row-gap: 2.5rem;
    --top: 9.875rem;
    --height: 43.563rem;
    --offset: 2.5rem;
  }
  .point__title-wrapper {
    grid-column: 1;
    grid-row: 1/-1;
    position: sticky;
    top: var(--top);
    height: 100%;
  }
  .point__content-box {
    position: sticky;
    grid-column: 2;
    grid-row: auto;
  }
  ._talk {
    top: var(--top);
    z-index: 1;
    height: var(--height);
  }
  ._system {
    top: calc(var(--top) + var(--offset));
    z-index: 2;
    height: calc(var(--height) - var(--offset));
    margin-top: -6.75rem;
  }
  ._cost {
    top: calc(var(--top) + 2 * var(--offset));
    z-index: 3;
    height: calc(var(--height) - 2 * var(--offset));
    margin-top: -12.125rem;
  }
}
/* staff */
@media screen and (max-width: 767px) {
  .staff .section__title--sub {
    margin-top: -0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .staff__inner {
    max-width: 74.625rem;
    margin-inline: auto;
  }
}

.staff__container {
  margin-top: 1.938rem;
}
@media screen and (min-width: 768px) {
  .staff__container {
    margin-top: 2.688rem;
  }
}

@media screen and (max-width: 767px) {
  .staff__list {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .staff__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: clamp(1.25rem, -3.442rem + 9.774vw, 4.5rem);
         column-gap: clamp(1.25rem, -3.442rem + 9.774vw, 4.5rem);
    row-gap: clamp(1.25rem, -0.555rem + 3.759vw, 2.5rem);
  }
}

.staff__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .staff__item-head {
    height: 13.438rem;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .staff__item:nth-child(even) .staff__item-head {
    flex-direction: row-reverse;
  }
}
.staff__item-image {
  width: 7.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .staff__item-image {
    width: clamp(7.5rem, -2.335rem + 20.489vw, 14.3125rem);
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .staff__item-profile {
    position: relative;
    z-index: 10;
  }
  .staff__item:nth-child(1) .staff__item-head,
  .staff__item:nth-child(2) .staff__item-head {
    justify-content: flex-end;
  }
  .staff__item:nth-child(1) .staff__item-image,
  .staff__item:nth-child(2) .staff__item-image {
    left: 0;
  }
  .staff__item:nth-child(3) .staff__item-head,
  .staff__item:nth-child(4) .staff__item-head {
    justify-content: flex-start;
  }
  .staff__item:nth-child(3) .staff__item-image,
  .staff__item:nth-child(4) .staff__item-image {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .staff__item-profile {
    padding-bottom: 0.625rem;
  }
}

.staff__item-name {
  font-size: 1.25rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .staff__item-name {
    font-size: clamp(1.5rem, 0.778rem + 1.504vw, 2rem);
  }
}

.staff__item-post {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .staff__item-post {
    font-size: clamp(1rem, 0.82rem + 0.376vw, 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  .staff__item-post br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .staff__item:nth-child(3) .staff__item-post {
    text-align: right;
  }
}
.staff__item-body {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .staff__item-body {
    margin-top: 0.75rem;
  }
}

.staff__info-list {
  display: flex;
  flex-direction: column;
  gap: 0.813rem;
}
@media screen and (min-width: 768px) {
  .staff__info-list {
    gap: 0.688rem;
  }
}

@media screen and (max-width: 767px) {
  .staff__info-row dd {
    line-height: 1.4;
  }
}

._biography .staff__info-description {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .staff__info-row {
    display: flex;
    gap: 1rem;
  }
  .staff__info-term,
  .staff__info-description {
    font-size: clamp(1rem, 0.82rem + 0.376vw, 1.125rem);
    line-height: 1.4;
  }
  .staff__info-description {
    text-align: justify;
  }
  .staff__info-term {
    width: clamp(5rem, 1.662rem + 6.955vw, 7.3125rem);
    flex-shrink: 0;
  }
}
._theme-red .staff__item-head {
  border-color: #DB5839;
}
._theme-red .staff__info-term {
  color: #DB5839;
}

._theme-green .staff__item-head {
  border-color: #A0BB40;
}
._theme-green .staff__info-term {
  color: #A0BB40;
}

._theme-orange .staff__item-head {
  border-color: #F59D3A;
}
._theme-orange .staff__info-term {
  color: #F59D3A;
}

.staff__link-button {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .staff__link-button {
    margin-top: 2.5rem;
    margin-left: auto;
  }
}

.staff__link-button a {
  box-shadow: 2px 2px 3px rgba(72, 65, 59, 0.2);
}
@media screen and (max-width: 767px) {
  .staff__link-button a {
    padding-top: 0.563rem;
    padding-bottom: 0.563rem;
  }
}
@media screen and (min-width: 768px) {
  .staff__link-button a {
    padding-top: 0.5rem;
    padding-bottom: 0.563rem;
  }
}

.staff__link-button span {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

/* movie */
.movie {
  background-color: #F7F4E9;
}
@media screen and (max-width: 767px) {
  .movie .section__title--sub {
    margin-top: -0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .movie__inner {
    max-width: 38.75rem;
    margin-inline: auto;
  }
}

.movie__box {
  margin-top: 1.438rem;
}
@media screen and (min-width: 768px) {
  .movie__box {
    margin-top: 2.5rem;
  }
}

.movie__content {
  aspect-ratio: 320/180;
}
@media screen and (min-width: 768px) {
  .movie__content {
    background-color: #E9E3D1;
    padding: 1.875rem;
    max-width: 38.75rem;
    box-sizing: border-box;
    aspect-ratio: 620/375;
  }
}

.movie__content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.movie__title {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .movie__title {
    margin-top: 2.5rem;
  }
}

.movie__title a {
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .movie__title a {
    font-size: 1.5rem;
  }
}

/* plan */
@media screen and (max-width: 767px) {
  .plan .section__title--sub {
    margin-top: -0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .plan__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.plan__lead {
  letter-spacing: 0.1em;
  margin-top: 0.938rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .plan__lead {
    padding-left: 0.188rem;
    padding-right: 0.031rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__lead {
    font-size: 1.125rem;
  }
}

.plan__container {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .plan__container {
    margin-top: 2.375rem;
  }
}

.plan__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .plan__list {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__list {
    gap: 1.875rem;
    align-items: stretch;
  }
}

.plan__item {
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(72, 65, 59, 0.2);
}
@media screen and (min-width: 768px) {
  .plan__item {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
  }
}

.plan__item-name {
	font-weight:500;
  color: #FFF;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.844rem 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .plan__item-name {
    padding: 1.438rem 0 1.25rem;
  }
}

._light .plan__item-name {
  background-color: #F59D3A;
}

._standard .plan__item-name {
  background-color: #DB5839;
}
@media screen and (max-width: 767px) {
  ._standard .plan__item-catch {
    padding-left: 1.813rem;
    padding-right: 1.813rem;
  }
}
@media screen and (max-width: 767px) {
  ._standard .plan__item-target {
    font-size: 1.125rem;
  }
}

._family .plan__item-name {
  background-color: #A0BB40;
}

.plan__item-body {
  background-color: #F7F4E9;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.188rem 1.25rem 1.094rem;
}
@media screen and (min-width: 768px) {
  .plan__item-body {
    padding: 2.5rem 1.875rem 2.25rem;
    flex: 1;
    position: relative;
  }
}

.plan__item-catch {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 1.125rem 0.5rem;
  line-height: 1.4;
}

.plan__item-catch::before,
.plan__item-catch::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #48413B;
  position: absolute;
  bottom: 0;
  left: 0;
}

.plan__item-catch::after {
  bottom: -4px;
}

.plan__item-image {
  width: 12.5rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .plan__item-image {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.plan__item-content-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .plan__item-content-group {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.plan__item-target {
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .plan__item-target {
    font-size: 1.125rem;
  }
}

.plan__item-detail {
  border-radius: 10px;
  border: 1px solid #48413B;
  background-color: #FFF;
  padding: 0.875rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.938rem;
}
@media screen and (min-width: 768px) {
  .plan__item-detail {
    flex: 1;
    padding: 0.75rem 0 0.625rem;
  }
}

.plan__item-lesson {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .plan__item-lesson {
    font-size: 1.125rem;
  }
}

.plan__item-price-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .plan__item-price-box {
    flex-direction: column;
    margin-top: -0.125rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__item-price-box {
    gap: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .plan__item-price-row {
    display: flex;
    flex-direction: column;
  }
}

.plan__item-price-label {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__item-price-label {
    font-size: 1.125rem;
  }
}

.plan__item-price-value {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__item-price-value {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__item-price-value ._font-s {
    font-size: 1rem;
  }
}

._color-bk {
  color: #48413B;
}

.plan__item-price-tax {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .plan__item-price-tax {
    font-size: 1rem;
  }
}

.plan__item-price-plus {
  font-size: 2rem;
  font-weight: 300;
  line-height: 0.9;
}

.plan__item-price-row._monthly .plan__item-price-value {
  font-size: 1.25rem;
  color: #DB5839;
}
@media screen and (min-width: 768px) {
  .plan__item-price-row._monthly .plan__item-price-value {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__item-price-row._monthly ._font-s {
    font-size: 1rem;
  }
}

.plan__item-note {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .plan__item-note {
    margin-top: -0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .plan__item-note {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  ._standard .plan__item-catch {
    padding-left: 1.063rem;
    padding-right: 1.063rem;
  }
}
/* flow */
.flow {
  background-color: #F7F4E9;
}
@media screen and (max-width: 767px) {
  .flow .section__title--sub {
    margin-top: -0.25rem;
  }
}

.flow__inner {
  padding: 2.5rem 1.688rem;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    padding: 7.5rem 1.875rem;
    max-width: 78.75rem;
    margin-inline: auto;
  }
}

.flow__container {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .flow__container {
    margin-top: 2.875rem;
  }
}

.flow__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.188rem;
       column-gap: 1.188rem;
  row-gap: 3.25rem;
}
@media screen and (min-width: 768px) {
  .flow__list {
    --gap-size: clamp(1.875rem, -6.245rem + 16.917vw, 7.5rem);
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    -moz-column-gap: var(--gap-size);
         column-gap: var(--gap-size);
    row-gap: 2.188rem;
    padding-left: clamp(0rem, -8.662rem + 18.045vw, 6rem);
    padding-right: clamp(0rem, -5.233rem + 10.902vw, 3.625rem);
  }
}

@media screen and (max-width: 767px) {
  .flow__item {
    border: 1px solid #DB5839;
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0.875rem 0.5rem 0.938rem;
  }
}
@media screen and (min-width: 768px) {
  .flow__item {
    width: clamp(12.5rem, 9.613rem + 6.015vw, 14.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .flow__item:not(:nth-child(3n))::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #48413B;
    position: absolute;
    top: 46.5%;
    right: calc(var(--gap-size) / -2);
    transform: translate(50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .flow__item-head {
    border: 1px solid #DB5839;
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    padding: 0.375rem 0;
    width: 100%;
  }
}

.flow__item-number {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #DB5839;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .flow__item-number {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.5rem;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
  }
}

.flow__item-title {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #DB5839;
  font-family: "Noto Sans";
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .flow__item-title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.flow__item-image {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .flow__item-image {
    width: 15rem;
    width: clamp(9.375rem, 1.255rem + 16.917vw, 15rem);
    transform: translateX(-20px);
  }
}

/* faq */
@media screen and (max-width: 767px) {
  .faq .section__title--sub {
    margin-top: -0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.faq__container {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .faq__container {
    margin-top: 2.5rem;
  }
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    gap: 2.375rem;
  }
}

.faq__item {
  border-radius: 30px;
  background-color: #F7F4E9;
  padding: 2rem 1.25rem 1.5rem;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .faq__item {
    padding: 2rem 2.5rem 1.5rem;
  }
}

.faq__q {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .faq__q {
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__q {
    font-size: 1.125rem;
    align-items: center;
    gap: 0.625rem;
    padding-left: 2.563rem;
  }
}

.faq__q-icon {
  font-size: 1.25rem;
}

.faq__q-text {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .faq__q-text {
    text-align: justify;
  }
}

.faq__a {
  border-radius: 20px;
  background-color: #FFF;
  padding: 1.188rem 0.938rem 1.5rem 0.75rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__a {
    padding: 1.313rem 5rem 1.5rem 2.5rem;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }
}

.faq__a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #FFF;
  position: absolute;
  top: -6px;
  left: 7px;
}
@media screen and (min-width: 768px) {
  .faq__a::before {
    width: 33.2px;
    height: 32px;
    top: -12px;
    left: 24px;
  }
}

.faq__a-icon {
  color: #DB5839;
  font-size: 1.25rem;
}

.faq__q-text {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .faq__q-text {
    font-size: 1.125rem;
  }
}

.faq__a-text {
  letter-spacing: 0.1em;
  line-height: 1.37;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .faq__a-text {
    font-size: 1.125rem;
  }
}

/* program
------------------------------------------ */
/* mv */
@media screen and (max-width: 767px) {
  .program__mv .page-mv__inner {
    padding-bottom: 0rem;
  }
  .program__mv .page-mv__title-wrapper {
    margin-top: 3.688rem;
  }
  .program__mv .page-mv__lead {
    text-align: justify;
  }
  .program__mv .page-mv__lead.text--mt1 {
    margin-top: 1.688rem;
  }
  .program__mv .page-mv__content {
    gap: 1.813rem;
  }
}
@media screen and (min-width: 768px) {
  .program__mv .breadcrumb {
    padding-left: clamp(1.25rem, -15.081rem + 34.023vw, 12.5625rem);
  }
  .program__mv .page-mv__inner {
    padding-left: 0;
    padding-bottom: 7.5rem;
  }
  .program__mv .page-mv__title {
    padding-left: clamp(1.25rem, -15.081rem + 34.023vw, 12.5625rem);
  }
  .program__mv .page-mv__lead {
    text-align: justify;
    letter-spacing: 0.11em;
    line-height: 1.4;
  }
  .program__mv .page-mv__content {
    max-width: none;
    gap: clamp(1.25rem, -8.224rem + 19.737vw, 7.8125rem);
    padding-right: clamp(1.25rem, -14.991rem + 33.835vw, 12.5rem);
  }
  .program__mv .page-mv__content-image {
    width: clamp(25rem, 5.15rem + 41.353vw, 38.75rem);
    flex-shrink: 0;
  }
}
/* benefits */
@media screen and (max-width: 767px) {
  .benefits .section__title--sub {
    margin-top: -0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .benefits__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.benefits__container {
  margin-top: 1.938rem;
}
@media screen and (min-width: 768px) {
  .benefits__container {
    margin-top: 2.5rem;
  }
}

.benefits__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .benefits__list {
    flex-direction: row;
    align-items: stretch;
    gap: 1.875rem;
  }
}

.benefits__item {
  position: relative;
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .benefits__item {
    width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
  }
}

.benefits__item-image {
  width: 17.5rem;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.benefits__item-body {
  border-radius: 0.625rem;
  color: #FFF;
  display: flex;
  flex-direction: column;
  padding: 3.688rem 1.25rem 1.875rem;
  --mt-size: 1.938rem;
}
@media screen and (min-width: 768px) {
  .benefits__item-body {
    flex: 1;
    padding: 4.375rem 1.875rem 1.826rem;
    --mt-size: 2.938rem;
  }
}

.benefits__item-number {
  display: block;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
}

.benefits__item-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  margin-top: 0.313rem;
}
@media screen and (min-width: 768px) {
  .benefits__item-title {
    font-size: 1.5rem;
  }
}

.benefits__item-title::after {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 0.063rem;
  background-color: #F7F4E9;
  position: absolute;
  bottom: calc(var(--mt-size) / -2);
  left: 50%;
  transform: translate(-50%, 50%);
}

.benefits__item-text {
  line-height: 1.7;
  letter-spacing: 0.095em;
  text-align: justify;
  margin-top: var(--mt-size);
}
@media screen and (min-width: 768px) {
  .benefits__item-text {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
  }
}

.benefits__item._red .benefits__item-body {
  background-color: #DB5839;
}

.benefits__item._green .benefits__item-body {
  background-color: #A0BB40;
}

.benefits__item._orange .benefits__item-body {
  background-color: #F59D3A;
}

/* program */
.program {
  background-color: #F7F4E9;
}
@media screen and (max-width: 767px) {
  .program .section__title--sub {
    margin-top: -0.25rem;
  }
}

.program__inner {
  padding: 2.5rem 1.719rem;
}
@media screen and (min-width: 768px) {
  .program__inner {
    padding: 7.5rem 1.875rem;
    max-width: 78.75rem;
    margin-inline: auto;
  }
}

.program__container {
  padding: 0 1.719rem;
}
@media screen and (min-width: 768px) {
  .program__container {
    padding: 0 1.875rem;
    max-width: 78.75rem;
    margin-inline: auto;
  }
}

.program__container._intro {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .program__container._intro {
    padding-top: 7.5rem;
  }
}

.program__container._main {
  padding-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .program__container._main {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .program__container._main {
    padding-bottom: 13rem;
  }
}

.program__intro {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program__intro {
    margin-top: 3.75rem;
  }
}

.program__intro,
.program__concept {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .program__intro,
  .program__concept {
    flex-direction: row;
    align-items: center;
    gap: clamp(1.25rem, -2.359rem + 7.519vw, 3.75rem);
  }
}

@media screen and (max-width: 767px) {
  .program__intro-content,
  .program__concept-content {
    display: flex;
    flex-direction: column;
    gap: 0.813rem;
  }
}

@media screen and (max-width: 767px) {
  .program__concept-content {
    gap: 1.125rem;
  }
}

.program__intro-title,
.program__concept-title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .program__intro-title,
  .program__concept-title {
    font-size: 2rem;
  }
}

.program__concept-title {
  letter-spacing: 0.1em;
}

.program__intro-lead,
.program__concept-lead {
  font-size: 1.25rem;
  color: #DB5839;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .program__intro-lead,
  .program__concept-lead {
    line-height: 1.4;
    font-size: 1.5rem;
    margin-top: 1.438rem;
  }
}

.program__intro-text,
.program__concept-text {
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .program__intro-text,
  .program__concept-text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .program__intro-image {
    width: 46.7%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .program__concept {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .program__concept {
    margin-top: 6.25rem;
  }
}

.program__concept-video {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .program__concept-video {
    width: 46.7%;
    flex-shrink: 0;
  }
}

.program__video-content {
  aspect-ratio: 320/180;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .program__video-content {
    aspect-ratio: 560/315;
  }
}

.program__video-content iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.program__concept-video a {
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .program__concept-video a {
    font-size: 1.5rem;
    margin-top: 1.938rem;
  }
}

.program__countries {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program__countries {
    margin-top: 7.5rem;
  }
}

.program__countries-title,
.program__support-title,
.program__archive-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-end;
  gap: 0.313rem;
}
@media screen and (min-width: 768px) {
  .program__countries-title,
  .program__support-title,
  .program__archive-title {
    font-size: 1.5rem;
    align-items: center;
  }
}

.program-title__icon {
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program-title__icon {
    width: 2.5rem;
  }
}

.program__country-list {
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .program__country-list {
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .program__country-list {
    gap: 1.875rem;
    margin-top: 2.313rem;
  }
}

.program__country-item a {
  border: 1px solid #48413B;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 2px 2px 3px rgba(38, 50, 56, 0.2);
  padding: 1.875rem 1.188rem 1.563rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .program__country-item a {
    padding: 1.938rem 1.625rem 1.625rem;
    gap: 1.438rem;
  }
}

.program__country-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .program__country-body {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

.program__country-name {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.program__country-icon {
  width: 1.5rem;
}

@media screen and (max-width: 767px) {
  .program__support {
    margin-top: 2.063rem;
  }
}

@media screen and (min-width: 768px) {
  .program__support-inner {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, -5.697rem + 14.474vw, 6.0625rem);
    margin-top: 5rem;
  }
}

.program__support-container {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .program__support-container {
    flex-grow: 1;
    margin-top: 0;
  }
}

.program__support-row {
  padding: 0.969rem 0 0.938rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program__support-row {
    display: flex;
    align-items: center;
    padding: 1.875rem 0;
  }
}

.program__support-row,
.program__support-list {
  background-image: repeating-linear-gradient(90deg, #48413b, #48413b 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.program__support-list {
  background-position: left top;
}

.program__support-label {
  color: #DB5839;
  letter-spacing: 0.6em;
}
@media screen and (min-width: 768px) {
  .program__support-label {
    flex-shrink: 0;
    width: 9.75rem;
    font-size: 1.25rem;
  }
}

.program__support-content {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .program__support-content {
    margin-top: 0.438rem;
  }
}
@media screen and (min-width: 768px) {
  .program__support-content {
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.program__archive {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program__archive {
    margin-top: 5.25rem;
  }
}

@media screen and (max-width: 767px) {
  .program__archive-title {
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .program__archive-title span {
    display: block;
  }
}

.program__archive-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .program__archive-list {
    margin-top: 2.5rem;
    flex-direction: row;
    gap: clamp(1.25rem, -2.359rem + 7.519vw, 3.75rem);
  }
}

@media screen and (min-width: 768px) {
  .program__archive-item {
    flex: 1;
  }
}

.program__archive-item a {
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background-color: #FFF;
  border: 1px solid #48413B;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(38, 50, 56, 0.2);
}
@media screen and (min-width: 768px) {
  .program__archive-item a {
    font-size: 1.25rem;
    padding: 0.625rem 2.5rem;
  }
}

.program__archive-icon {
  width: 1.938rem;
  flex-shrink: 0;
}

.program__archive-name {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-left: 0.5rem;
}

.program__archive-sub-icon {
  margin-left: auto;
}

.program__bg-mountain {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  margin-top: -5.625rem;
}

/* program-detail */
.program__details {
  background-color: #F7F4E9;
}

.program__details-inner {
  padding: 2.5rem 1.719rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .program__details-inner {
    padding: 12.063rem 1.875rem 7.5rem;
    max-width: 78.75rem;
    margin-inline: auto;
    gap: 0;
  }
}

.program__card-header {
  background-color: #A0BB40;
  border-radius: 10px 10px 0 0;
  padding: 0.625rem 0 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .program__card-header {
    width: 38.75rem;
    margin-inline: auto;
    padding: 0.75rem 0 0.688rem;
  }
}

.program__card-label {
  font-size: 1.375rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  color: #F7F4E9;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .program__card-label {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.program__card-content {
  border-radius: 0 0 10px 10px;
  border: 2px solid #A0BB40;
  overflow: hidden;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .program__card-content {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, -3.886rem + 9.398vw, 3.75rem);
    border-radius: 10px;
  }
}

.program__card-info {
  padding: 1.125rem 1.125rem 1.313rem;
}
@media screen and (min-width: 768px) {
  .program__card-info {
    padding: 0.625rem 0 0.625rem clamp(1.25rem, -5.968rem + 15.038vw, 6.25rem);
    height: 100%;
  }
}

.program__card-lead {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #DB5839;
}
@media screen and (min-width: 768px) {
  .program__card-lead {
    font-size: clamp(1.125rem, 0.584rem + 1.128vw, 1.5rem);
  }
}

.program__card-text {
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .program__card-text {
    font-size: clamp(1rem, 0.82rem + 0.376vw, 1.125rem);
    margin-top: clamp(0.625rem, 0.174rem + 0.94vw, 0.9375rem);
  }
}

.program__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.563rem;
  margin-top: 1.438rem;
}
@media screen and (min-width: 768px) {
  .program__card-meta {
    margin-top: clamp(0.625rem, -1.36rem + 4.135vw, 2rem);
  }
}

.program__card-meta-row {
  display: flex;
  gap: 1.25rem;
}

.program__card-meta-row dt {
  border-radius: 24px;
  background-color: #48413B;
  color: #F7F4E9;
  letter-spacing: 0.2em;
  width: 5.625rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .program__card-meta-row dt {
    font-size: clamp(1rem, 0.82rem + 0.376vw, 1.125rem);
    width: 6.25rem;
    height: 2rem;
  }
}

.program__card-meta-row dd {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .program__card-meta-row dd {
    font-size: clamp(1rem, 0.82rem + 0.376vw, 1.125rem);
  }
}

.program__card-image {
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .program__card-image {
    border-radius: 0 10px 10px 0;
    width: 45%;
    flex-shrink: 0;
  }
}

.program__card-image img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .program__card-header::before,
  .program__card-header::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -5px;
  }
  ._family .program__card-header::before {
    background-image: url(../../asset/images/program_head_icon_01.png);
    width: 6.256rem;
    height: 4.65rem;
    left: -68px;
  }
  ._family .program__card-header::after {
    background-image: url(../../asset/images/program_head_icon_02.png);
    width: 3.563rem;
    height: 9.188rem;
    right: -29px;
  }
  ._kids {
    margin-top: 8.375rem;
  }
  ._kids .program__card-header::before {
    background-image: url(../../asset/images/program_head_icon_03.png);
    width: 4.219rem;
    height: 7.838rem;
    left: -26px;
    bottom: -1px;
  }
  ._kids .program__card-header::after {
    background-image: url(../../asset/images/program_head_icon_04.png);
    width: 7.938rem;
    height: 4.056rem;
    right: -76px;
    bottom: -7px;
  }
  ._culture {
    margin-top: 8.438rem;
  }
  ._culture .program__card-header::before {
    background-image: url(../../asset/images/program_head_icon_05.png);
    width: 6.513rem;
    height: 7.713rem;
    left: -37px;
    bottom: -1px;
  }
  ._culture .program__card-header::after {
    background-image: url(../../asset/images/program_head_icon_06.png);
    width: 6.563rem;
    height: 5.55rem;
    right: -50px;
    bottom: -15px;
  }
}
/* program-movie */
@media screen and (max-width: 767px) {
  .program-movie .section__title--sub {
    margin-top: -0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .program-movie__inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.program-movie__container {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .program-movie__container {
    margin-top: 2.313rem;
  }
}

.program-movie__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.563rem;
}
@media screen and (min-width: 768px) {
  .program-movie__main {
    gap: 2.5rem;
  }
}

.program-movie__video {
  aspect-ratio: 320/179;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .program-movie__video {
    aspect-ratio: 620/375;
    background-color: #F7F4E9;
    padding: 1.875rem;
    width: 38.75rem;
  }
}

.program-movie__video iframe,
.program-movie__sub-video iframe {
  width: 100%;
  height: 100%;
}

.program-movie__main a,
.program-movie__sub-item a {
  letter-spacing: 0.1em;
  text-decoration: underline;
  line-height: 1.4;
}

.program-movie__main a {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program-movie__main a {
    font-size: 1.5rem;
  }
}

.program-movie__sub-list {
  margin-top: 1.875rem;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .program-movie__sub-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .program-movie__sub-list {
    margin-top: 3.938rem;
    gap: clamp(1.25rem, -2.359rem + 7.519vw, 3.75rem);
  }
}

.program-movie__sub-item {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .program-movie__sub-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .program-movie__sub-item a {
    font-size: 1.125rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.375rem;
  }
}

.program-movie__sub-video {
  aspect-ratio: 150/84.17;
  width: 9.375rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .program-movie__sub-video {
    aspect-ratio: 360/202;
    width: 100%;
  }
}

/* page-staff
------------------------------------------ */
/* mv */
.page-staff__mv .page-mv__inner {
  padding-bottom: 2.438rem;
}
@media screen and (min-width: 768px) {
  .page-staff__mv .page-mv__inner {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-staff__mv .page-mv__title-wrapper {
    margin-top: 3.813rem;
  }
}

/* page-staff */
.page-staff__inner {
  padding: 0.938rem 1.719rem 0;
}
@media screen and (min-width: 768px) {
  .page-staff__inner {
    --inner-offset: clamp(1.25rem, -9.135rem + 21.635vw, 12.5rem);
    padding: 2.25rem 0 7.5rem var(--inner-offset);
  }
}

@media screen and (max-width: 767px) {
  .page-staff__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.813rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .page-staff__features {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}

.page-staff__features-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-staff__features-number {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #FFF;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-staff__features-number {
    font-size: 1.125rem;
  }
}

.page-staff__features-en {
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .page-staff__features-ja {
    font-size: 1.125rem;
  }
}

._instructor .page-staff__features-number {
  background-color: #DB5839;
}
._instructor .page-staff__features-ja {
  color: #DB5839;
}

._hobby .page-staff__features-number {
  background-color: #A0BB40;
}
._hobby .page-staff__features-ja {
  color: #A0BB40;
}

._strength .page-staff__features-number {
  background-color: #F59D3A;
}
._strength .page-staff__features-ja {
  color: #F59D3A;
}

/* staff記事 */
.page-staff__item + .page-staff__item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page-staff__item + .page-staff__item {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-staff__item-layout {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .page-staff__item-layout {
    position: relative;
  }
}

.page-staff__image {
  box-shadow: 4px 4px 10px rgba(72, 65, 59, 0.3);
}
@media screen and (max-width: 767px) {
  .page-staff__image {
    aspect-ratio: 320/220;
  }
}
@media screen and (min-width: 768px) {
  .page-staff__image {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .page-staff__image {
    width: clamp(26.25rem, 19.018rem + 15.066vw, 31.25rem);
  }
}
@media screen and (min-width: 1300px) and (max-width: 1599px) {
  .page-staff__image {
    width: clamp(31.25rem, -33.967rem + 80.268vw, 46.25rem);
  }
}
@media screen and (min-width: 1600px) {
  .page-staff__image {
    width: 46.25rem;
  }
}

.page-staff__image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .page-staff__header {
    order: 2;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .page-staff__item-main {
    order: 3;
  }
}

.page-staff__tag {
  color: #FFF;
  padding: 0.125rem 1rem;
  max-width: 5.5rem;
}
@media screen and (min-width: 768px) {
  .page-staff__tag {
    font-size: 1.125rem;
    padding: 0 1rem;
    max-width: 5.938rem;
  }
}

.page-staff__tag--red {
  background-color: #DB5839;
}

.page-staff__tag--orange {
  background-color: #F59D3A;
}

.page-staff__tag--green {
  background-color: #A0BB40;
}

.page-staff__name-wrapper {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-staff__name-wrapper {
    margin-top: 1.438rem;
  }
}

.page-staff__name {
  font-size: 1.5rem;
  left: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-staff__name {
    font-size: 3rem;
  }
}

.page-staff__position-name {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
}

.page-staff__sub-name {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-staff__sub-name {
    font-size: 1.75rem;
  }
}

.page-staff__item-main {
  background-color: #F7F4E9;
}
@media screen and (max-width: 767px) {
  .page-staff__item-main {
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
    padding-top: 1.063rem;
    padding-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .page-staff__item-main {
    max-width: 62.938rem;
    width: 100vw;
    margin-left: calc(50% - 50vw - var(--inner-offset) / 2);
    padding: 2.5rem 12.5rem 2.5rem var(--inner-offset);
    margin-top: 2rem;
  }
}

.page-staff__profile,
.page-staff__greeting {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-staff__content-title {
  color: #DB5839;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-staff__content-title {
    font-size: 2rem;
  }
}

.page-staff__profile-list {
  display: flex;
  flex-direction: column;
  gap: 0.438rem;
}
@media screen and (min-width: 768px) {
  .page-staff__profile-list {
    gap: 0.563rem;
  }
}

.page-staff__profile-list .page-staff__features-number {
  margin-top: 0.375rem;
}

.page-staff__profile-item {
  display: flex;
  gap: 1rem;
}

.page-staff__profile-en,
.page-staff__greeting-text--en {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@media screen and (min-width: 768px) {
  .page-staff__profile-ja,
  .page-staff__greeting-text--ja {
    font-size: 1.125rem;
  }
}

.page-staff__greeting {
  margin-top: 1.5rem;
}

.page-staff__greeting-text--ja {
  margin-top: 1rem;
}

.page-staff__note {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-staff__note {
    margin-top: 2.5rem;
  }
}

.page-staff__accordion-btn-wrap {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-staff__accordion-btn-wrap {
    margin-top: 2.438rem;
  }
}

.page-staff__accordion-btn-wrap button {
  width: 100%;
  box-shadow: 2px 2px 3px rgba(72, 65, 59, 0.2);
}
@media screen and (max-width: 767px) {
  .page-staff__accordion-btn-wrap button {
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
    padding-right: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .page-staff__accordion-btn-wrap button {
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
}

.page-staff__accordion-btn-wrap span {
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-staff__accordion-btn-wrap span {
    font-size: 1.125rem;
  }
}

.page-staff__accordion-btn-wrap span::after {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}

/* アコーディオン */
.js-accordion-content {
  display: none;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}

.page-staff__accordion-btn.is-active span::after {
  transform: rotate(-90deg);
}

/* page-contact
------------------------------------------ */
/* mv */
.page-contact__mv .page-mv__inner {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-contact__mv .page-mv__inner {
    padding-bottom: 7.5rem;
  }
}

/* contact form */
.contact-form {
  background-color: #F7F4E9;
}

.contact-form__inner {
  padding: 0 1.719rem 3.563rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-form__inner {
    max-width: 78.75rem;
    padding: 0 1.875rem 7.5rem;
    margin-inline: auto;
    gap: 2.5rem;
  }
}

.contact-form__text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .contact-form__text {
    font-size: 1.125rem;
  }
}

.form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .form form {
    gap: 2.5rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.form__item-label {
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .form__item-label {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}

.contact__form-privacy .wpcf7-list-item-label {
  letter-spacing: 0;
}

.form__item-required {
  color: #FFF;
  background-color: #DB5839;
  font-size: 0.875rem;
  padding: 0.063rem 0.625rem;
  border-radius: 6px;
  margin-left: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .form__item-required {
    font-size: 1.125rem;
    padding: 0.031rem 0.688rem;
  }
}

@media screen and (max-width: 767px) {
  .form__item--age .form__item-required {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #72675E;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

input::placeholder,
textarea::placeholder {
  color: #72675E;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.125rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 1.125rem;
  }
}

.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select {
  border-radius: 10px;
  border: 1px solid #48413B;
  background-color: #FFF;
  width: 100%;
  padding: 1rem 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-text,
  .wpcf7-textarea,
  .wpcf7-select {
    padding: 1rem 1.25rem;
  }
}

.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-select {
    font-size: 1.125rem;
    width: 20rem;
  }
}

.wpcf7-select:has(option:first-child:checked) {
  color: #72675E;
}

.form__item--select .wpcf7-form-control-wrap {
  position: relative;
}
.form__item--select .wpcf7-form-control-wrap::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../asset/images/btn_icon_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form__item--select .wpcf7-form-control-wrap::after {
    right: 20px;
  }
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .form__item--age .wpcf7-checkbox {
    max-width: 48.125rem;
  }
}

@media screen and (min-width: 768px) {
  .form__item--type .wpcf7-list-item:nth-child(2) {
    margin-right: 20.6%;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .form__item--type .wpcf7-list-item:nth-child(2) {
    margin-right: 45%;
  }
}

.wpcf7-list-item label {
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  gap: 0.563rem;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    align-items: center;
    font-size: 1.125rem;
  }
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  border: 0.063rem solid #48413B;
  background-color: transparent;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    margin-top: 0.313rem;
  }
}

.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  border-left: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
  width: 0.688rem;
  height: 0.375rem;
  top: 9px;
  left: 3px;
  transform: rotate(-45deg);
  transition: all 0.3s;
  opacity: 0;
}

input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__form-privacy .wpcf7-list-item-label {
  gap: 0;
  align-items: center;
}
.contact__form-privacy .wpcf7-list-item-label::before {
  margin-top: 0;
}
.contact__form-privacy .wpcf7-list-item-label a {
  text-decoration: underline;
  margin-left: 0.5rem;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

.contact-form__button input {
  width: 100%;
  border: 2px solid #48413B;
  border-radius: 40px;
  padding: 0.75rem 1.5rem;
  background-color: #FFF;
  box-shadow: 2px 2px 3px rgba(72, 65, 59, 0.2);
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  text-align: left;
  transition: all 0.3s ease;
}

.contact-form__button {
  position: relative;
}

.contact-form__button::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../asset/images/btn_icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .contact__form-privacy__inner {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__button {
    width: 20rem;
    margin-inline: auto;
  }
}

/* page-text
------------------------------------------ */
.page-terms__mv .page-mv__inner,
.page-tokushoho__mv .page-mv__inner,
.page-privacy__mv .page-mv__inner {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-terms__mv .page-mv__inner,
  .page-tokushoho__mv .page-mv__inner,
  .page-privacy__mv .page-mv__inner {
    padding-bottom: 13.531rem;
  }
}

.terms,
.tokushoho,
.privacy {
  background-color: #F7F4E9;
}

.terms__inner,
.tokushoho__inner,
.privacy__inner {
  padding: 0 1.719rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .terms__inner,
  .tokushoho__inner,
  .privacy__inner {
    max-width: 78.75rem;
    padding: 0 1.875rem 7.5rem;
    margin-inline: auto;
  }
}

/* terms */
.terms__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .terms__inner {
    gap: 2.5rem;
  }
}

.terms__list h2 {
  color: #DB5839;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 2.5rem;
}

.terms__list h2:first-of-type {
  margin-top: 0;
}

.terms__list p,
.terms__footer {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .terms__list p,
  .terms__footer {
    font-size: 1.125rem;
  }
}

.terms__list p {
  margin-top: 0.5rem;
}

/* tokushoho */
.tokushoho__box {
  background-color: #FFF;
  border: 1px solid #48413B;
  border-radius: 30px;
  padding: 2rem 0.75rem 2rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .tokushoho__box {
    padding: 3.75rem clamp(1.25rem, -5.968rem + 15.038vw, 6.25rem);
  }
}

.tokushoho__term {
  color: #DB5839;
  letter-spacing: 0.6em;
}
@media screen and (min-width: 768px) {
  .tokushoho__term {
    font-size: 1.125rem;
    width: clamp(19.8125rem, 11.963rem + 16.353vw, 25.25rem);
    flex-shrink: 0;
  }
}

.tokushoho__desc {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .tokushoho__desc {
    font-size: 1.125rem;
  }
}

.tokushoho__item {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-image: repeating-linear-gradient(90deg, #48413b, #48413b 4px, transparent 4px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) {
  .tokushoho__item {
    flex-direction: row;
    padding-bottom: 2rem;
  }
}

.tokushoho__item:last-child {
  background-image: none;
}

.tokushoho__item + .tokushoho__item {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .tokushoho__item + .tokushoho__item {
    padding-top: 2rem;
  }
}

/* privacy-policy */
.privacy__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.privacy__list h2 {
  margin-top: 2.5rem;
  color: #DB5839;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.privacy__list h2:first-of-type {
  margin-top: 0;
}

.privacy__list p {
  margin-top: 0.5rem;
}

.privacy__lead,
.privacy__list p,
.privacy__footer {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .privacy__lead,
  .privacy__list p,
  .privacy__footer {
    font-size: 1.125rem;
  }
}

.privacy__list a {
  text-decoration: underline;
  color: #48413B;
}/*# sourceMappingURL=style.css.map */