@charset "UTF-8";
/* ==========================
   Object
   ==========================*/
/*--------------------------------
  カラー設定（Sass変数）
--------------------------------*/
/*--------------------------------
  フォント
--------------------------------*/
/*--------------------------------
  フォントサイズ（PC / SP）
--------------------------------*/
@media screen and (min-width: 1001px) {
  .c-header.c-header--school .c-header__list li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1001px) {
  .c-header.c-header--school .c-header__logo {
    padding: 0;
  }
}
.c-header.c-header--school .c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .c-header.c-header--school .c-header__logo-img {
    width: 386px;
  }
}
.c-header.c-header--school .c-header__logo-school-name {
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  background-color: #61534A;
  line-height: 1.3;
  border-radius: 3px;
  padding: 0.1em 0.5em;
  margin-top: 0.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-header.c-header--school .c-header__logo-school-name {
    display: none;
  }
}
.c-header.c-header--school .c-header__logo--municipality {
  width: auto;
}

.c-footer.c-footer--school .c-footer-bottom {
  padding: 1px 0 10px;
}
@media screen and (min-width: 1001px) {
  .c-footer.c-footer--school .c-footer-bottom {
    padding: 39px 10px 10px;
  }
}
.c-footer.c-footer--school .c-footer-bottom__inr {
  display: block;
}
.c-footer.c-footer--school .c-footer-bottom__inr .c-footer-menu {
  padding: 0;
  max-width: 1095px;
  margin-bottom: 27px;
}
@media screen and (min-width: 1001px) {
  .c-footer.c-footer--school .c-footer-bottom__inr .c-footer-menu {
    margin: 0 0 30px -8px;
  }
}
.c-footer.c-footer--school .c-footer-jpx-wrap {
  text-align: right;
}
.c-footer.c-footer--school .c-footer-jpx-wrap .c-footer-jpx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.p-about-nav {
  padding: 0 0 35px;
}
@media screen and (min-width: 1001px) {
  .p-about-nav {
    padding: 0 0 60px;
  }
}

.p-greetings .c-page-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1001px) {
  .p-greetings .c-page-title {
    margin-bottom: 100px;
  }
}
.p-greetings .c-title-mid {
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .p-greetings .c-title-mid {
    margin-bottom: 10px;
  }
}
.p-greetings-sign {
  text-align: right;
  margin-top: 70px;
  padding-right: 10px;
}
.p-greetings-sign__content {
  font-size: 1.6rem;
  line-height: 1.8;
  display: inline-block;
  text-align: left;
}
.p-greetings-sign span {
  display: block;
  margin-bottom: 10px;
}

.p-policy .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-policy .c-page-title {
    margin-bottom: 55px;
  }
}
.p-policy .c-title {
  margin-bottom: 28px;
}
@media screen and (min-width: 1001px) {
  .p-policy .c-title {
    margin-bottom: 35px;
  }
}
.p-policy .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-policy .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-policy-philosophy {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 1001px) {
  .p-policy-philosophy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0 0;
    margin-bottom: -55px;
  }
}
.p-policy-philosophy__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .p-policy-philosophy__img {
    width: 37%;
  }
}
.p-policy-philosophy__img img {
  width: 100%;
}
.p-policy-philosophy__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-policy-policy {
  padding: 30px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-policy-policy {
    padding: 30px 0 55px;
  }
}
.p-policy-policy .c-title-mid {
  margin-bottom: 15px;
}
.p-policy-policy__item {
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .p-policy-policy__item {
    margin-bottom: 67px;
  }
  .p-policy-policy__item:last-of-type {
    margin-bottom: 0;
  }
}

.p-policy-goals {
  padding: 30px 0 0;
}
.p-policy-goals .c-title-mid {
  margin-bottom: 7px;
}
@media screen and (min-width: 1001px) {
  .p-policy-goals .c-title-mid {
    margin-bottom: 10px;
  }
}
.p-policy-goals__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
}
@media screen and (min-width: 1001px) {
  .p-policy-goals__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 33px 6%;
  }
}
@media screen and (min-width: 1001px) {
  .p-policy-goals__list li {
    width: 47%;
  }
}
.p-policy-goals__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .p-policy-goals__img {
    margin-bottom: 25px;
  }
}
.p-policy-goals__img img {
  width: 100%;
}

.p-curriculum .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-curriculum .c-page-title {
    margin-bottom: 55px;
  }
}
.p-curriculum .c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.p-curriculum .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-curriculum .c-inpage-nav {
    margin-bottom: 70px;
  }
}

.p-curriculum-role {
  padding: 30px 0 30px;
}

.p-curriculum-goals {
  padding: 30px 0 30px;
}

.p-curriculum-nursing {
  padding: 30px 0 30px;
}

.p-curriculum-education {
  padding: 30px 0 30px;
}
.p-curriculum-education__item {
  margin-bottom: 30px;
}
.p-curriculum-education__item:last-child {
  margin-bottom: 0;
}

.p-curriculum-food {
  padding: 30px 0 0;
}

.p-group .c-page-title {
  margin-bottom: 40px;
}
.p-group .c-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-group .c-title {
    margin-bottom: 25px;
  }
}

.p-group-list {
  padding: 40px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-group-list {
    padding: 70px 0 0;
  }
}
.p-group-list__items > li:not(:last-child) {
  margin-bottom: 55px;
}
@media screen and (min-width: 1001px) {
  .p-group-list__items > li:not(:last-child) {
    margin-bottom: 55px;
  }
}
.p-group-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1001px) {
  .p-group-list__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .p-group-list__wrap .c-nav-btn {
    padding: 4px 0;
  }
}
.p-group-list__addrress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .p-group-list__addrress {
    line-height: 1.7;
  }
}
.p-group-list__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1001px) {
  .p-group-list__btns {
    width: 340px;
  }
}
.p-group-list__btns li {
  width: 48%;
}

.p-news .c-page-title {
  margin-bottom: 40px;
}
.p-news .c-pagination, .p-news .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(3vw, 10px);
}
.p-news .c-pagination > a, .p-news .c-pagination .next, .p-news .c-pagination .prev, .p-news .pagination > a, .p-news .pagination .next, .p-news .pagination .prev {
  color: #61534A;
  font-size: clamp(1.3rem, 0.7181818182rem + 1.8181818182vw, 1.5rem);
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.28em 0.6em 0.28em 0.75em;
}
.p-news .c-pagination span, .p-news .c-pagination .number, .p-news .pagination span, .p-news .pagination .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(3vw, 10px);
}
.p-news .c-pagination span a, .p-news .c-pagination span b, .p-news .c-pagination span .active, .p-news .c-pagination .number a, .p-news .c-pagination .number b, .p-news .c-pagination .number .active, .p-news .pagination span a, .p-news .pagination span b, .p-news .pagination span .active, .p-news .pagination .number a, .p-news .pagination .number b, .p-news .pagination .number .active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.2rem, -0.5454545455rem + 5.4545454545vw, 1.8rem);
  line-height: 1;
  border: 1px solid #E2E2E2;
  padding: 0.5em 0em;
  border-radius: 3px;
  width: 2.056em;
  cursor: pointer;
}
.p-news .c-pagination span b, .p-news .c-pagination span .active, .p-news .c-pagination .number b, .p-news .c-pagination .number .active, .p-news .pagination span b, .p-news .pagination span .active, .p-news .pagination .number b, .p-news .pagination .number .active {
  border: 1px solid #E8825E;
  background-color: #F5E9D5;
}

.p-news-search {
  margin-bottom: 40px;
}

.p-news-content .c-tabs {
  margin-bottom: 10px;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  overflow: hidden;
}
.p-news-content .c-tabs__button {
  font-size: 1.6rem;
  font-size: clamp(1.1rem, -0.3545454545rem + 4.5454545455vw, 1.6rem);
  color: #333333;
  border: none;
  border-right: 1px solid #DEDFDF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 22%;
}
.p-news-content .c-tabs__button:last-of-type {
  border: none;
}
.p-news-content .c-tabs__button.is-active {
  color: #333;
  background-color: #F4F4F4;
}
.p-news-content .c-tabs__button.is-news.is-active {
  color: #fff;
  background-color: #FEB4B3;
}
.p-news-content .c-tabs__button.is-media.is-active {
  color: #fff;
  background-color: #98B72B;
}
.p-news-content .c-tabs__button.is-event.is-active {
  color: #fff;
  background-color: #AFBFD4;
}
.p-news-content .c-info {
  gap: 0;
}
.p-news-content .c-info__item {
  padding: 20px 0;
  border-bottom: 2px solid #F4F4F4;
  border-radius: 0;
}
@media screen and (min-width: 1001px) {
  .p-news-content .c-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.p-news-content .c-info__meta {
  gap: 15px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-content .c-info__date {
  font-size: 1.8rem;
}
.p-news-content .c-info__txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .p-news-content .c-info__txt {
    margin-bottom: 15px;
  }
}

#news-detail .p-news-content .c-info__item {
  padding: 0 0 50px;
  border-bottom: none;
}
@media screen and (min-width: 1001px) {
  #news-detail .p-news-content .c-info__item {
    padding: 50px 0;
  }
}

.p-news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-voice .c-page-title {
  margin-bottom: 40px;
}
.p-voice .c-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-voice .c-title {
    margin-bottom: 25px;
  }
}

.p-voice-search__txt {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}
.p-voice-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.p-voice-list {
  padding: 40px 0 0;
}
.p-voice-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 90px 20px;
}
@media screen and (min-width: 1001px) {
  .p-voice-list__items {
    gap: 55px 5%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-voice-list__items li {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .p-voice-list__items li {
    max-width: none;
    margin: 0;
  }
}
.p-voice-list #js-filter-list > li:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (min-width: 1001px) {
  .p-voice-list #js-filter-list > li:not(:last-child) {
    margin-bottom: 55px;
  }
}
.p-voice-list .js-more-btn {
  margin-top: 10px;
}
@media screen and (min-width: 1001px) {
  .p-voice-list .js-more-btn {
    margin-top: 0;
  }
}

.p-company .c-page-title {
  margin-bottom: 40px;
}
.p-company .priv_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin-bottom: 55px;
}
.p-company .priv_links a {
  font-size: 1.6rem;
  line-height: 1.26;
  font-size: clamp(1.1rem, -0.3545454545rem + 4.5454545455vw, 1.6rem);
  color: #333333;
  border: 1px solid #DEDFDF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 10px;
  max-width: 272px;
  text-align: center;
}
.p-company .priv_links a b {
  display: none;
}
.p-company .priv_links span {
  font-size: 1.6rem;
  line-height: 1.26;
  font-size: clamp(1.1rem, -0.3545454545rem + 4.5454545455vw, 1.6rem);
  color: #333333;
  border: 1px solid #DEDFDF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 12px 10px;
  max-width: 272px;
  color: #333;
  background-color: #F4F4F4;
  text-align: center;
}
.p-company .priv_links span b {
  display: none;
}
.p-company .priv_links > *:first-child {
  border-radius: 4px 0 0 4px;
}
.p-company .priv_links > *:last-child {
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
}
.p-company .privacy_cont {
  line-height: 2.11;
}
.p-company .privacy_cont h4 {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: bold;
  text-align: left;
  border: none;
  border-left: 6px solid #E8825E;
  padding-left: 0.42em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-company .privacy_cont h4 {
    font-size: 3.2rem;
    line-height: 1;
  }
}
.p-company .privacy_cont ol {
  counter-reset: list;
  padding: 60px 0 0;
}
.p-company .privacy_cont ol > li {
  margin-left: 0 !important;
  margin-bottom: 35px !important;
  padding-left: 2.3em !important;
  position: relative;
}
.p-company .privacy_cont ol > li::marker {
  content: none;
}
.p-company .privacy_cont ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list;
  content: counter(list) " ）";
}
.p-company .privacy_cont ol ol li {
  padding-left: 1em !important;
}
.p-company .privacy_cont ol ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: list;
  content: counter(list) ".";
}
.p-company .fr {
  padding-left: 2.3em;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 80px;
  margin-bottom: 15px;
}
.p-company .shomei, .p-company .under {
  text-align: right;
}
.p-disclaimer .c-page-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .p-disclaimer .c-page-title {
    margin-bottom: 80px;
  }
}

.p-sitemap .c-page-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .p-sitemap .c-page-title {
    margin-bottom: 80px;
  }
}
.p-sitemap .c-title {
  margin-bottom: 24px;
}

.p-sitemap-list {
  margin-bottom: 90px;
}
.p-sitemap-list dt {
  font-size: 1.6rem;
  text-align: center;
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  padding: 3px;
  margin-bottom: 15px;
}
.p-sitemap-list__item {
  margin-bottom: 48px;
}
@media screen and (min-width: 1001px) {
  .p-sitemap-list__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 5%;
  }
}
@media screen and (min-width: 1001px) {
  .p-sitemap-list__links li {
    width: 30%;
  }
}

.p-ikunou-curriculum .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum .c-page-title {
    margin-bottom: 55px;
  }
}
.p-ikunou-curriculum .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum .c-title {
    margin-bottom: 30px;
  }
}
.p-ikunou-curriculum .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-ikunou-curriculum-about {
  padding: 30px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-about {
    padding: 30px 0 80px;
  }
}
.p-ikunou-curriculum-about__list {
  padding: 28px 4% 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-about__list {
    padding: 30px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .p-ikunou-curriculum-about__list li {
    width: 32%;
    max-width: 331px;
  }
}
.p-ikunou-curriculum-about__img {
  position: relative;
  padding-right: 5%;
  padding-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-about__img {
    padding-right: 10px;
  }
}
.p-ikunou-curriculum-about__img figcaption {
  min-width: 207px;
  font-size: 1.6rem;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  right: 2%;
  color: #fff;
  background-color: #AFBFD4;
  padding: 6px 7px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-about__img figcaption {
    right: 0;
  }
}
.p-ikunou-curriculum-about__img--gymnastics figcaption {
  background-color: #9EC7C5;
}
.p-ikunou-curriculum-about__img--eurhythmics figcaption {
  background-color: #D4BDE9;
}
.p-ikunou-curriculum-about__img--ehon figcaption {
  background-color: #FEB4B3;
}
.p-ikunou-curriculum-about__img--flashcard figcaption {
  background-color: #B5D056;
}
.p-ikunou-curriculum-about__img--dotscards figcaption {
  background-color: #B5A38D;
}
.p-ikunou-curriculum-about__ttl {
  font-size: 2rem;
  font-weight: 500;
}

.p-ikunou-curriculum-professor {
  padding: 30px 0 0;
}
.p-ikunou-curriculum-professor__list li {
  margin-bottom: 42px;
}
.p-ikunou-curriculum-professor-card {
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  padding: 25px 4% 15px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card {
    margin: 0 -25px;
    padding: 25px 25px 30px;
  }
}
.p-ikunou-curriculum-professor-card__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.p-ikunou-curriculum-professor-card__img {
  margin: 0 auto;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__img {
    margin: 0;
  }
}
.p-ikunou-curriculum-professor-card__img span {
  display: block;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-ikunou-curriculum-professor-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0 0;
  }
}
.p-ikunou-curriculum-professor-card__ttl {
  color: #987C5A;
  font-size: clamp(2rem, 0.5454545455rem + 4.5454545455vw, 2.5rem);
  line-height: 1.36;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__ttl {
    margin-bottom: 2px;
  }
}
.p-ikunou-curriculum-professor-card__name {
  font-size: clamp(1.8rem, 1.2181818182rem + 1.8181818182vw, 2rem);
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__name {
    margin-bottom: 5px;
  }
}
.p-ikunou-curriculum-professor-card__profile {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__profile {
    margin-bottom: 5px;
  }
}
.p-ikunou-curriculum-professor-card__link {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__link {
    text-align: left;
    margin-bottom: 0;
  }
}
.p-ikunou-curriculum-professor-card__note {
  font-size: 1.6rem;
  background-color: #fff;
  text-align: left;
  padding: 15px 2.5%;
  border: 1px solid #DEDFDF;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-curriculum-professor-card__note {
    text-align: center;
    line-height: 1.56;
    padding: 9px 0;
  }
}

.p-ikunou-1000 .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000 .c-page-title {
    margin-bottom: 55px;
  }
}
.p-ikunou-1000 .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000 .c-title {
    margin-bottom: 30px;
  }
}
.p-ikunou-1000 .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000 .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-ikunou-1000-about {
  padding: 30px 0 30px;
}

.p-ikunou-1000-reason {
  padding: 30px 0 30px;
}
.p-ikunou-1000-reason__list {
  padding: 83px 0 60px;
}
.p-ikunou-1000-reason__list li:not(:last-child) {
  margin-bottom: 55px;
}
.p-ikunou-1000-reason__ttl {
  color: #E8825E;
  font-size: clamp(2.2rem, 0.7454545455rem + 4.5454545455vw, 2.7rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-ikunou-1000-reason__ttl span {
  font-size: 0.63em;
  padding: 0.442em 0.342em;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  background-color: #E8825E;
}
.p-ikunou-1000-reason__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-reason__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-reason__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-ikunou-1000-reason__img img {
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-reason__img {
    width: 37%;
  }
}
.p-ikunou-1000-reason__diagram {
  background: #F4F4F4;
  border-radius: 10px;
  padding: 1.5em 0.5em 1.1em;
  margin: 0 -7vw;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-reason__diagram {
    margin: 0;
  }
}
.p-ikunou-1000-reason__diagram-ttl {
  color: #987C5A;
  text-align: center;
  font-size: clamp(1.8rem, -0.8181818182rem + 8.1818181818vw, 2.7rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-ikunou-1000-reason__diagram-img {
  max-width: 846px;
  margin: 0 auto;
}
.p-ikunou-1000-reason__affter {
  position: relative;
  padding-top: 85px;
}
.p-ikunou-1000-reason__affter::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 60px;
  background: url(../images/features/1000days-curriculum/icon_arrow.png) no-repeat;
  background-size: contain;
}
.p-ikunou-1000-reason__affter-ttl {
  color: #E8825E;
  background-color: #F5E9D5;
  text-align: center;
  font-size: clamp(2.2rem, 0.7454545455rem + 4.5454545455vw, 2.7rem);
  line-height: 1.5;
  font-weight: bold;
  padding: 0.3615em 0.5em;
  margin-bottom: 35px;
  border-radius: 9999px;
}

.p-ikunou-1000-growth {
  padding: 30px 0 30px;
}
.p-ikunou-1000-growth__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .p-ikunou-1000-growth__img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-ikunou-1000-growth__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF2F2;
  border-radius: 10px;
  padding: 1.3em 5% 1.8em;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-growth__item {
    padding: 1.3em 1.95em 1.8em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-ikunou-1000-growth__item:not(:last-child) {
  margin-bottom: 102px;
}
.p-ikunou-1000-growth__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(100% + 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 55px;
  background: url(../images/features/1000days-curriculum/icon_arrow02.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-growth__content {
    width: 66%;
  }
}
.p-ikunou-1000-growth__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 7px;
  color: #FEB4B3;
}
.p-ikunou-1000-growth__txt {
  margin-bottom: 8px;
}
.p-ikunou-1000-growth__link {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-growth__link {
    text-align: right;
  }
}
.p-ikunou-1000-growth__link .c-external-link__txt {
  border: none;
}

.p-ikunou-1000-modal {
  width: 100vw;
  max-width: 1240px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: none;
}
.p-ikunou-1000-modal__inr {
  overflow: auto;
  height: 100%;
}
.p-ikunou-1000-modal__head {
  color: #fff;
  background-color: #FEB4B3;
  padding: 0.65em 0.5em;
  font-size: clamp(1.8rem, -2.2727272727rem + 12.7272727273vw, 3.2rem);
}
.p-ikunou-1000-modal__head-inr {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-ikunou-1000-modal__head-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-ikunou-1000-modal__head-ttl {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.p-ikunou-1000-modal__head-ttl span {
  display: block;
  padding-top: 0.7em;
  margin-top: 0.7em;
  border-top: 3px solid #fff;
}
.p-ikunou-1000-modal__head-img {
  width: 50%;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__head-img {
    position: absolute;
    top: -15px;
    left: -3px;
    width: 212px;
  }
}
.p-ikunou-1000-modal__body {
  background-color: #fff;
  padding: 1.5em 5% 3em;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__body {
    padding: 1.5em 0.5em 3em;
  }
}
.p-ikunou-1000-modal__body-inr {
  max-width: 1080px;
  margin: 0 auto;
}
.p-ikunou-1000-modal__body-txt {
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__body-txt {
    text-align: center;
    margin-bottom: 50px;
  }
}
.p-ikunou-1000-modal__list {
  margin-bottom: 60px;
}
.p-ikunou-1000-modal__list li:not(:last-child) {
  margin-bottom: 44px;
}
.p-ikunou-1000-modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-ikunou-1000-modal__img img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__img {
    width: 28%;
  }
}
.p-ikunou-1000-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-ikunou-1000-modal__ttl {
  display: inline-block;
  font-size: clamp(2.2rem, 0.7454545455rem + 4.5454545455vw, 2.7rem);
  line-height: 1.75;
  color: #FEB4B3;
  font-weight: bold;
  border-bottom: 4px solid #FEB4B3;
  margin-bottom: 17px;
}
.p-ikunou-1000-modal__catch {
  color: #fff;
  font-size: clamp(2.2rem, 1.3272727273rem + 2.7272727273vw, 2.5rem);
  line-height: 1.4;
  background-color: #FEB4B3;
  border-radius: 10px;
  font-weight: bold;
  padding: 0.98em 1em 0;
  position: relative;
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .p-ikunou-1000-modal__catch {
    text-align: justify;
  }
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__catch {
    padding: 0.98em 1em;
  }
}
.p-ikunou-1000-modal__catch::after {
  content: "";
  display: block;
  width: 230px;
  height: 168px;
  background: url(../images/features/1000days-curriculum/deco_teacher.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .p-ikunou-1000-modal__catch::after {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-ikunou-1000-modal__catch::after {
    position: absolute;
    bottom: -1px;
    right: 1.7%;
  }
}

#modal-overlay .p-ikunou-1000-modal {
  display: block;
  margin: auto;
}

.p-english .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-english .c-page-title {
    margin-bottom: 55px;
  }
}
.p-english .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-english .c-title {
    margin-bottom: 30px;
  }
}
.p-english .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-english .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-english-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-about {
    padding: 30px 0 50px;
  }
}

.p-english-study {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-study {
    padding: 30px 0 50px;
  }
}

.p-english-merit {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-merit {
    padding: 30px 0 50px;
  }
}

.p-english-house {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-house {
    padding: 30px 0 50px;
  }
}
.p-english-house__list li {
  margin-bottom: 55px;
}
.p-english-house__list li:last-of-type {
  margin-bottom: 30px;
}
.p-english-house__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .p-english-house__item {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-english-house__img {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1001px) {
  .p-english-house__img {
    width: 35.5%;
  }
}
.p-english-house__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-english-house .c-graybox {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-bronze .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-bronze .c-page-title {
    margin-bottom: 55px;
  }
}
.p-bronze .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-bronze .c-title {
    margin-bottom: 30px;
  }
}
.p-bronze .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-bronze .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-bronze-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-about {
    padding: 30px 0 50px;
  }
}

.p-bronze-purpose {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-purpose {
    padding: 30px 0 50px;
  }
}
.p-bronze-purpose__list li {
  margin-bottom: 45px;
}

.p-bronze-achievement {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-achievement {
    padding: 30px 0 50px;
  }
}
.p-bronze-achievement .c-graybox {
  padding-top: 35px;
  margin-top: 40px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-achievement .c-graybox {
    margin: 40px -27px 0;
  }
}
.p-bronze-achievement .c-band-title {
  color: #E8825E;
  font-size: 2.5rem;
  padding: 0.25em 0.8em;
  font-weight: bold;
  text-align: center;
}
.p-bronze-achievement__list {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-bronze-achievement__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) and (max-width: 550px) {
  .p-bronze-achievement__list {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}
@media screen and (min-width: 1001px) {
  .p-bronze-achievement__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-bronze-achievement__list li {
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}
@media screen and (min-width: 1001px) {
  .p-bronze-achievement__list li {
    width: calc((100% - 50px) / 6);
  }
}
.p-bronze-achievement__list li.is-hide {
  opacity: 0;
  display: none;
}
.p-bronze-achievement__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
}

.p-bronze-teacher {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher {
    padding: 30px 0 50px;
  }
}
.p-bronze-teacher-card {
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  padding: 25px 4% 15px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card {
    margin: 0 -25px;
    padding: 35px 25px 30px;
  }
}
.p-bronze-teacher-card__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
}
.p-bronze-teacher-card__img {
  margin: 0 auto;
  padding: 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__img {
    margin: 0;
  }
}
.p-bronze-teacher-card__img span {
  display: block;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.p-bronze-teacher-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0 0;
  }
}
.p-bronze-teacher-card__ttl {
  color: #987C5A;
  font-size: clamp(2rem, 0.5454545455rem + 4.5454545455vw, 2.5rem);
  line-height: 1.36;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__ttl {
    margin-bottom: 2px;
  }
}
.p-bronze-teacher-card__name {
  font-size: clamp(1.8rem, 1.2181818182rem + 1.8181818182vw, 2rem);
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__name {
    margin-bottom: 5px;
  }
}
.p-bronze-teacher-card__profile {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__profile {
    margin-bottom: 5px;
  }
}
.p-bronze-teacher-card__link {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__link {
    text-align: left;
    margin-bottom: 0;
  }
}
.p-bronze-teacher-card__note {
  font-size: 1.6rem;
  background-color: #fff;
  text-align: left;
  padding: 15px 2.5%;
  border: 1px solid #DEDFDF;
}
@media screen and (min-width: 1001px) {
  .p-bronze-teacher-card__note {
    text-align: center;
    line-height: 1.56;
    padding: 9px 0;
  }
}

.p-bronze-follow {
  padding: 30px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-bronze-follow {
    padding: 30px 0 0;
  }
}
.p-bronze-follow__list {
  margin-bottom: 53px;
}
.p-bronze-follow__bnr {
  display: block;
  width: 410px;
  max-width: 100%;
  margin: 0 auto 32px;
}
.p-bronze-follow__note {
  font-size: 1.4rem;
}

.p-english-curriculum .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum .c-page-title {
    margin-bottom: 55px;
  }
}
.p-english-curriculum .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum .c-title {
    margin-bottom: 30px;
  }
}
.p-english-curriculum .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-english-curriculum-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-about {
    padding: 30px 0 50px;
  }
}
.p-english-curriculum-about .c-graybox {
  padding-top: 35px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-about .c-graybox {
    margin: 0 -27px;
  }
}
.p-english-curriculum-about__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-about__video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-about__video li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 484px;
  }
}
.p-english-curriculum-about__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.p-english-curriculum-about__ttl {
  font-size: clamp(1.8rem, -0.2363636364rem + 6.3636363636vw, 2.5rem);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}

.p-english-curriculum-goal {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-goal {
    padding: 30px 0 50px;
  }
}

.p-english-curriculum-proceed {
  padding: 30px 0 30px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-proceed {
    padding: 30px 0 50px;
  }
}
.p-english-curriculum-proceed::after {
  content: "";
  display: block;
  width: 32%;
  max-width: 168px;
  aspect-ratio: 169/186;
  background: url(../images/features/english-curriculum/deco_child.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.p-english-curriculum-proceed__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .p-english-curriculum-proceed__step {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-proceed__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-english-curriculum-proceed__step li {
  color: #fff;
  background-color: #0C9BDC;
  border-radius: 10px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 0.4em 0.7em 0.7em;
  min-width: 117px;
  position: relative;
}
.p-english-curriculum-proceed__step li span {
  display: block;
  font-size: 0.882em;
  border-bottom: 1px solid #fff;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.p-english-curriculum-proceed__step li:not(:last-of-type) {
  margin-bottom: 45px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-proceed__step li:not(:last-of-type) {
    margin: 0 45px 0 0;
  }
}
.p-english-curriculum-proceed__step li:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .p-english-curriculum-proceed__step li:not(:last-of-type)::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 19px solid #0C9BDC;
    border-bottom: 0;
    left: 50%;
    top: calc(100% + 13px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-proceed__step li:not(:last-of-type)::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 19px solid #0C9BDC;
    border-right: 0;
    top: 50%;
    left: calc(100% + 13px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-english-curriculum-schedule {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-english-curriculum-schedule {
    padding: 30px 0 50px;
  }
}
.p-english-curriculum-schedule .c-summary-table {
  min-width: 800px;
}
.p-english-curriculum-schedule table {
  height: 100%;
}
.p-english-curriculum-schedule__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-english-curriculum-schedule__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.p-support .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-support .c-page-title {
    margin-bottom: 55px;
  }
}
.p-support .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-support .c-title {
    margin-bottom: 30px;
  }
}
.p-support .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-support .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-support__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-support__list img {
  width: 100%;
}

.p-support-home,
.p-support-region,
.p-support-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-support-home,
  .p-support-region,
  .p-support-about {
    padding: 30px 0 50px;
  }
}

.p-book .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-book .c-page-title {
    margin-bottom: 55px;
  }
}
.p-book .c-title {
  margin-bottom: 20px;
}
.p-book .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-book .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-book-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-about {
    padding: 30px 0 50px;
  }
}

.p-book-infancy {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-infancy {
    padding: 30px 0 50px;
  }
}

.p-book-merit {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-merit {
    padding: 30px 0 50px;
  }
}

.p-book-point {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-point {
    padding: 30px 0 50px;
  }
}
.p-book-point__list li {
  margin-bottom: 55px;
}
.p-book-point__list li:last-of-type {
  margin-bottom: 0;
}

.p-book-curriculum .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum .c-page-title {
    margin-bottom: 55px;
  }
}
.p-book-curriculum .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum .c-title {
    margin-bottom: 30px;
  }
}
.p-book-curriculum .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-book-curriculum-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-about {
    padding: 30px 0 50px;
  }
}
.p-book-curriculum-about__img {
  max-width: 959px;
  margin: 30px auto 60px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-about__img {
    margin: 10px auto 60px;
  }
}
.p-book-curriculum-about .c-graybox {
  padding-top: 35px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-about .c-graybox {
    margin: 0 -27px;
  }
}

.p-book-curriculum-enhancement {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-enhancement {
    padding: 30px 0 50px;
  }
}
.p-book-curriculum-enhancement__list {
  padding-top: 27px;
  margin-bottom: 30px;
}
.p-book-curriculum-enhancement__list li:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-enhancement .c-graybox {
    padding: 20px 37px;
  }
}

.p-book-curriculum-example {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-book-curriculum-example__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-example__wrap {
    gap: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-book-curriculum-example__ttl {
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-example__list {
    width: 50%;
  }
}
.p-book-curriculum-example__list > li:not(:last-of-type) {
  margin-bottom: 29px;
}
.p-book-curriculum-example__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1000px) {
  .p-book-curriculum-example__img {
    gap: 3vw 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-book-curriculum-example__img li {
    width: 48%;
  }
  .p-book-curriculum-example__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-book-curriculum-select {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-book-curriculum-select {
    padding: 30px 0 50px;
  }
}
.p-book-curriculum-select__list > li:not(:last-of-type) {
  margin-bottom: 55px;
}
.p-book-curriculum-select__ttl {
  font-weight: 500;
}

.p-sdgs .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-sdgs .c-page-title {
    margin-bottom: 55px;
  }
}
.p-sdgs .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-sdgs .c-title {
    margin-bottom: 30px;
  }
}
.p-sdgs .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-sdgs .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-sdgs-mv {
  padding: 30px 0 35px;
}
.p-sdgs-mv img {
  width: 100%;
}

.p-sdgs-about {
  padding: 30px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-sdgs-about {
    padding: 30px 0 0;
  }
}
.p-sdgs-about__list {
  padding-top: 28px;
}
.p-sdgs-about__list > li {
  margin-bottom: 30px;
}
.p-sdgs-about__item {
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  padding: 28px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 4px;
}
@media screen and (min-width: 1001px) {
  .p-sdgs-about__item {
    gap: 15px;
    margin: 0 -25px;
    padding: 28px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-sdgs-about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1001px) {
  .p-sdgs-about__img {
    width: 34%;
  }
}
.p-sdgs-about__img > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sdgs-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sdgs-about__ttl {
  font-size: clamp(2rem, 0.5454545455rem + 4.5454545455vw, 2.5rem);
  line-height: 1.36;
  margin-bottom: 12px;
  font-weight: bold;
}
.p-sdgs-about__txt {
  font-size: 1.4rem;
  line-height: 1.64;
}

.p-donatation-toys .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys .c-page-title {
    margin-bottom: 55px;
  }
}
.p-donatation-toys .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys .c-title {
    margin-bottom: 30px;
  }
}
.p-donatation-toys .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-donatation-toys-about,
.p-donatation-toys-possible,
.p-donatation-toys-impossible,
.p-donatation-toys-about,
.p-donatation-toys-method {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys-about,
  .p-donatation-toys-possible,
  .p-donatation-toys-impossible,
  .p-donatation-toys-about,
  .p-donatation-toys-method {
    padding: 30px 0 50px;
  }
}

.p-donatation-toys-possible__box {
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  padding: 10px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys-possible__box {
    padding: 12px 18px;
  }
}
.p-donatation-toys-possible__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys-possible__list {
    display: grid;
    gap: 0;
    grid-template-columns: auto auto auto auto;
  }
}
.p-donatation-toys-possible__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.p-donatation-toys-impossible {
  position: relative;
}
.p-donatation-toys-impossible::after {
  content: "";
  display: block;
  max-width: 100%;
  width: 307px;
  height: 115px;
  background: url(../images/features/donatation-toys/img_donatation-toys01.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .p-donatation-toys-impossible::after {
    position: absolute;
    width: 307px;
    top: 0px;
    right: 17px;
  }
}

.p-donatation-toys-method .c-btn {
  width: 350px;
  max-width: 100%;
}

.p-donatation-book .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book .c-page-title {
    margin-bottom: 55px;
  }
}
.p-donatation-book .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book .c-title {
    margin-bottom: 30px;
  }
}
.p-donatation-book .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-donatation-book-about,
.p-donatation-book-possible,
.p-donatation-book-impossible,
.p-donatation-book-about,
.p-donatation-book-method {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book-about,
  .p-donatation-book-possible,
  .p-donatation-book-impossible,
  .p-donatation-book-about,
  .p-donatation-book-method {
    padding: 30px 0 50px;
  }
}

.p-donatation-book-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-donatation-book-about__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book-about__img {
    padding-top: 10px;
    width: 350px;
  }
}
.p-donatation-book-about__img img {
  width: 100%;
}
.p-donatation-book-about__img figcaption {
  margin-top: 13px;
  color: #E8825E;
  font-size: 1.4rem;
  line-height: 1.48;
}

.p-donatation-book-possible__box {
  background-color: #F4F4F4;
  border: 1px solid #DEDFDF;
  border-radius: 4px;
  padding: 10px;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book-possible__box {
    padding: 12px 18px;
  }
}
.p-donatation-book-possible__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book-possible__list {
    display: grid;
    gap: 0;
    grid-template-columns: auto auto auto auto;
  }
}
.p-donatation-book-possible__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.p-donatation-book-impossible {
  position: relative;
}
.p-donatation-book-impossible::after {
  content: "";
  display: block;
  max-width: 100%;
  width: 236px;
  height: 125px;
  background: url(../images/features/donatation-book/img_donatation-book02.png) no-repeat;
  background-size: contain;
  margin: 15px auto 0;
}
@media screen and (min-width: 1001px) {
  .p-donatation-book-impossible::after {
    position: absolute;
    top: 37px;
    right: 35px;
    margin: 0 auto;
  }
}

.p-donatation-book-method .c-btn {
  width: 350px;
  max-width: 100%;
}

.p-training .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-training .c-page-title {
    margin-bottom: 55px;
  }
}
.p-training .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-training .c-title {
    margin-bottom: 30px;
  }
}
.p-training .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-training .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-training-about,
.p-training-flow {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-training-about,
  .p-training-flow {
    padding: 30px 0 50px;
  }
}

.p-training-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-training-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-training-about__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .p-training-about__img {
    padding-top: 10px;
    width: 350px;
  }
}
.p-training-about__img img {
  width: 100%;
}
.p-training-about__img figcaption {
  margin-top: 13px;
  color: #E8825E;
  font-size: 1.4rem;
  line-height: 1.48;
}

.p-training-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 70px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-training-flow__wrap {
    gap: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-training-flow__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-training-flow__img {
    width: 149px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -17px;
  }
}
@media screen and (min-width: 1001px) {
  .p-training-flow__list {
    width: 540px;
  }
}
.p-training-flow__list li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  margin: 10px auto;
  background: url(../images/features/training/icon_arrow.png) no-repeat;
  background-size: contain;
}
.p-training-flow__item {
  padding: 7px 10px;
  background-color: #F5E9D5;
  border-radius: 6px;
  text-align: center;
}

.p-parents-experience .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience .c-page-title {
    margin-bottom: 55px;
  }
}
.p-parents-experience .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience .c-title {
    margin-bottom: 30px;
  }
}
.p-parents-experience .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience .c-inpage-nav {
    margin-bottom: 39px;
  }
}
.p-parents-experience__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience__wrap {
    gap: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-parents-experience__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-parents-experience__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience__img {
    width: 344px;
    gap: 13px;
  }
}

.p-parents-experience-intro {
  padding: 30px 0 75px;
}
.p-parents-experience-intro__txt {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience-intro__txt {
    padding-right: 200px;
  }
}
.p-parents-experience-intro__txt::before {
  content: "";
  width: 24%;
  display: block;
  max-width: 107px; /* PC時の最大幅 */
  aspect-ratio: 107/294;
  background-image: url("../images/features/parents-experience/deco_parents.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  .p-parents-experience-intro__txt::before {
    float: right;
  }
}
@media screen and (min-width: 1001px) {
  .p-parents-experience-intro__txt::before {
    position: absolute;
    bottom: 63px;
    right: 35px;
  }
}

.p-parents-experience-about {
  padding: 30px 0 10px;
}

.p-parents-experience-online {
  padding: 30px 0 10px;
}

.p-parents-experience-school {
  padding: 30px 0 10px;
}
.p-parents-experience-school .c-table-wrap {
  margin-bottom: 50px;
}
.p-parents-experience-school__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-parents-experience-school__wrap {
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-parents-experience-school__btn {
  text-align: center;
}

.p-student-experience .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-student-experience .c-page-title {
    margin-bottom: 55px;
  }
}
.p-student-experience .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-student-experience .c-title {
    margin-bottom: 30px;
  }
}
.p-student-experience .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-student-experience .c-inpage-nav {
    margin-bottom: 39px;
  }
}
.p-student-experience__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-student-experience__wrap {
    gap: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-student-experience__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .p-student-experience__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-student-experience__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .p-student-experience__img {
    width: 344px;
    gap: 13px;
  }
}

.p-student-experience-intro {
  padding: 30px 0 75px;
}
.p-student-experience-intro__txt {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-student-experience-intro__txt {
    padding-right: 265px;
  }
}
.p-student-experience-intro__txt::after {
  content: "";
  width: 70%;
  max-width: 248px;
  display: block;
  aspect-ratio: 248/318;
  background-image: url("../images/features/student-experience/deco_parents.png");
  background-size: cover;
  background-position: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 1001px) {
  .p-student-experience-intro__txt::after {
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: 0;
  }
}

.p-student-experience-about {
  padding: 30px 0 10px;
}

.p-student-experience-online {
  padding: 30px 0 10px;
}

.p-student-experience-school {
  padding: 30px 0 10px;
}
.p-student-experience-school .c-table-wrap {
  margin-bottom: 50px;
}
.p-student-experience-school__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-student-experience-school__wrap {
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-student-experience-school__btn {
  text-align: center;
}

.p-internship .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-internship .c-page-title {
    margin-bottom: 55px;
  }
}
.p-internship .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-internship .c-title {
    margin-bottom: 30px;
  }
}
.p-internship .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-internship .c-inpage-nav {
    margin-bottom: 39px;
  }
}

.p-internship-intro {
  padding: 30px 0 45px;
}
.p-internship-intro__box {
  border-radius: 10px;
  background-color: #F5E9D5;
  padding: 1.3em 1.5em 1.65em;
  position: relative;
  margin-bottom: 67px;
}
.p-internship-intro__box::after {
  content: "";
  width: 70%;
  max-width: 227px;
  display: block;
  aspect-ratio: 1/1;
  background-image: url("../images/features/internship/deco_internship.png");
  background-size: cover;
  background-position: center;
  margin: 30px auto -45px;
}
@media screen and (min-width: 1001px) {
  .p-internship-intro__box::after {
    margin: 0;
    position: absolute;
    bottom: -20px;
    right: 8px;
  }
}
.p-internship-intro__box::before {
  content: "";
  width: 80%;
  max-width: 75px;
  display: block;
  aspect-ratio: 75/47;
  background-image: url("../images/features/internship/icon_arrow.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (min-width: 1001px) {
  .p-internship-intro__box::before {
    -webkit-transform: translate(-50%, 15%);
            transform: translate(-50%, 15%);
  }
}
.p-internship-intro__box-ttl {
  color: #E8825E;
  font-size: clamp(1.8rem, -2.2727272727rem + 12.7272727273vw, 3.2rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-internship-intro__box-ttl {
    text-align: left;
  }
}
.p-internship-intro__box-list li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 1001px) {
  .p-internship-intro__box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 815px;
  }
  .p-internship-intro__box-list li {
    width: 40%;
  }
  .p-internship-intro__box-list li:nth-of-type(odd) {
    width: 55%;
  }
}
.p-internship-intro__ttl {
  font-size: clamp(1.7rem, 0.5363636364rem + 3.6363636364vw, 2.1rem);
  line-height: 1.42;
  font-weight: 500;
  text-align: center;
  color: #E8825E;
  margin-bottom: 19px;
}
.p-internship-intro__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-internship-intro__feature {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 47px;
  }
}
.p-internship-intro__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  border: 6px solid #D4BDE9;
  padding: 1em 0.6em 0.8em;
}
@media screen and (min-width: 1001px) {
  .p-internship-intro__feature-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-internship-intro__feature-ttl {
  color: #D4BDE9;
  font-size: clamp(1.8rem, 0.9272727273rem + 2.7272727273vw, 2.1rem);
  line-height: 1.38;
  font-weight: 500;
  text-align: center;
  margin-bottom: 11px;
}
.p-internship-intro__feature-txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-internship-intro__feature-item:nth-child(2) {
  border-color: #9EC7C5;
}
.p-internship-intro__feature-item:nth-child(2) .p-internship-intro__feature-ttl {
  color: #9EC7C5;
}
.p-internship-intro__feature-item:nth-child(3) {
  border-color: #AFBFD4;
}
.p-internship-intro__feature-item:nth-child(3) .p-internship-intro__feature-ttl {
  color: #AFBFD4;
}

.p-internship-about {
  padding: 30px 0 75px;
}
.p-internship-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-internship-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1001px) {
  .p-internship-about__content {
    width: 360px;
  }
}
.p-internship-about__content img {
  width: 100%;
}
.p-internship-about__table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-internship-schedule {
  padding: 30px 0 75px;
}
.p-internship-schedule__wrap {
  position: relative;
}
.p-internship-schedule__table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-internship-schedule__table {
    margin-bottom: 30px;
  }
}
.p-internship-schedule__table tr:nth-of-type(odd) {
  background-color: #F4F4F4;
}
.p-internship-schedule__table td {
  font-size: 2rem;
  font-weight: 500;
  vertical-align: middle;
  padding: 1.5em 0.5em;
  line-height: 1.7;
}
.p-internship-schedule__table td:first-of-type {
  width: 175px;
  vertical-align: top;
}
.p-internship-schedule__table td img {
  width: 95px;
  margin: 0 auto;
}
.p-internship-schedule__table dt {
  color: #E8825E;
}
.p-internship-schedule__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-internship-schedule__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-internship-schedule__img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .p-internship-schedule__img {
    width: 385px;
    position: absolute;
    top: 31px;
    right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 54px;
  }
}

.p-internship-school {
  padding: 30px 0 10px;
}
.p-internship-school .c-table-wrap {
  margin-bottom: 50px;
}
.p-internship-school__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-internship-school__wrap {
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-internship-school__btn {
  text-align: center;
}

.p-internship-banner {
  padding: 68px 0 0;
}
.p-internship-banner__list {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 370px));
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-internship-banner__list {
    gap: 20px 78px;
  }
}

.p-disaster .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-disaster .c-page-title {
    margin-bottom: 55px;
  }
}
.p-disaster .c-title {
  margin-bottom: 20px;
}
.p-disaster .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-disaster .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-disaster-preparedness {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-disaster-preparedness {
    padding: 30px 0 75px;
  }
}
.p-disaster-preparedness__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-disaster-preparedness__list li {
  width: 50%;
}
@media screen and (min-width: 1001px) {
  .p-disaster-preparedness__list li {
    width: 25%;
  }
}

.p-disaster-flow {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-disaster-flow {
    padding: 30px 0 50px;
  }
}
.p-disaster-flow__list {
  padding-top: 10px;
}
.p-disaster-flow__ttl {
  font-size: 1.8rem;
  line-height: 2.11;
  font-weight: bold;
}

.p-disaster-contact {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-disaster-contact {
    padding: 30px 0 90px;
  }
}
.p-disaster-contact__use {
  max-width: 559px;
  margin: 18px 0 39px;
}
.p-disaster-contact__btn {
  max-width: 530px;
  margin: 0 auto;
}

.p-flashcard .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard .c-page-title {
    margin-bottom: 55px;
  }
}
.p-flashcard .c-title {
  margin-bottom: 20px;
}
.p-flashcard .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-flashcard-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard-about {
    padding: 30px 0 50px;
  }
}
.p-flashcard-about__img {
  max-width: 959px;
  margin: 30px auto 60px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard-about__img {
    margin: 10px auto 60px;
  }
}

.p-flashcard-curriculum {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard-curriculum {
    padding: 30px 0 50px;
  }
}
.p-flashcard-curriculum .c-graybox {
  padding-top: 35px;
  margin-top: 40px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard-curriculum .c-graybox {
    margin: 40px -27px 0;
  }
}

.p-flashcard-merit {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-flashcard-merit {
    padding: 30px 0 50px;
  }
}
.p-flashcard-merit .c-feature-card {
  padding-top: 55px;
}

.p-dotscard .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-dotscard .c-page-title {
    margin-bottom: 55px;
  }
}
.p-dotscard .c-title {
  margin-bottom: 20px;
}
.p-dotscard .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-dotscard .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-dotscard-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-dotscard-about {
    padding: 30px 0 50px;
  }
}

.p-dotscard-curriculum {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-dotscard-curriculum {
    padding: 30px 0 50px;
  }
}
.p-dotscard-curriculum__img {
  max-width: 638px;
  margin: 0 auto;
}

.p-dotscard-goal {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-dotscard-goal {
    padding: 30px 0 50px;
  }
}

.p-dotscard-merit {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-dotscard-merit {
    padding: 30px 0 50px;
  }
}
.p-dotscard-merit .c-feature-card {
  padding-top: 55px;
}

.p-eurhythmics .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics .c-page-title {
    margin-bottom: 55px;
  }
}
.p-eurhythmics .c-title {
  margin-bottom: 20px;
}
.p-eurhythmics .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-eurhythmics-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-about {
    padding: 30px 0 50px;
  }
}

.p-eurhythmics-early {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-early {
    padding: 30px 0 50px;
  }
}
.p-eurhythmics-early__list li:not(:last-of-type) {
  margin-bottom: 55px;
}

.p-eurhythmics-merit {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-merit {
    padding: 30px 0 50px;
  }
}

.p-eurhythmics-house {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-house {
    padding: 30px 0 50px;
  }
}
.p-eurhythmics-house__item:not(:last-of-type) {
  margin-bottom: 48px;
}
.p-eurhythmics-house__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 550px;
}
@media screen and (max-width: 1000px) {
  .p-eurhythmics-house__list li {
    min-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-house__list li {
    width: 33.3333333333%;
  }
}
.p-eurhythmics-house .c-graybox {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-eurhythmics-curriculum .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum .c-page-title {
    margin-bottom: 55px;
  }
}
.p-eurhythmics-curriculum .c-title {
  margin-bottom: 20px;
}
.p-eurhythmics-curriculum .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-eurhythmics-curriculum-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-about {
    padding: 30px 0 50px;
  }
}
.p-eurhythmics-curriculum-about .c-graybox {
  padding-top: 35px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-about .c-graybox {
    margin: 0 -27px;
  }
}

.p-eurhythmics-curriculum-goal {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-goal {
    padding: 30px 0 50px;
  }
}
.p-eurhythmics-curriculum-goal .c-goal__item dd {
  line-height: 2.11;
}

.p-eurhythmics-curriculum-proceed {
  padding: 30px 0 30px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-proceed {
    padding: 30px 0 50px;
  }
}
.p-eurhythmics-curriculum-proceed::after {
  content: "";
  display: block;
  width: 194px;
  aspect-ratio: 194/154;
  background: url(../images/features/eurhythmics-curriculum/deco01.png) no-repeat bottom center;
  background-size: contain;
  margin: 30px auto 0;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-proceed::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
  }
}
.p-eurhythmics-curriculum-proceed__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .p-eurhythmics-curriculum-proceed__step {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-proceed__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-eurhythmics-curriculum-proceed__step li {
  color: #fff;
  background-color: #0C9BDC;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 0.4em 0.7em 0.7em;
  min-width: 117px;
  position: relative;
}
.p-eurhythmics-curriculum-proceed__step li span {
  display: block;
  font-size: 1.133em;
  border-top: 1px solid #fff;
  margin-top: 7px;
  padding: 7px 10px 0;
}
.p-eurhythmics-curriculum-proceed__step li:not(:last-of-type) {
  margin-bottom: 45px;
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-proceed__step li:not(:last-of-type) {
    margin: 0 45px 0 0;
  }
}
.p-eurhythmics-curriculum-proceed__step li:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
@media screen and (max-width: 1000px) {
  .p-eurhythmics-curriculum-proceed__step li:not(:last-of-type)::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 19px solid #0C9BDC;
    border-bottom: 0;
    left: 50%;
    top: calc(100% + 13px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1001px) {
  .p-eurhythmics-curriculum-proceed__step li:not(:last-of-type)::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 19px solid #0C9BDC;
    border-right: 0;
    top: 50%;
    left: calc(100% + 13px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-gymnastics .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics .c-page-title {
    margin-bottom: 55px;
  }
}
.p-gymnastics .c-title {
  margin-bottom: 20px;
}
.p-gymnastics .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-gymnastics-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics-about {
    padding: 30px 0 50px;
  }
}
.p-gymnastics-about .c-graybox {
  padding-top: 35px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics-about .c-graybox {
    margin: 0 -27px 0;
  }
}

.p-gymnastics-curriculum {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics-curriculum {
    padding: 30px 0 50px;
  }
}

.p-gymnastics-merit {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics-merit {
    padding: 30px 0 50px;
  }
}

.p-gymnastics-house {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-gymnastics-house {
    padding: 30px 0 50px;
  }
  .p-gymnastics-house .c-graybox {
    padding: 15px 37px;
  }
}
.p-gymnastics-house__list {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-gymnastics-house__list li:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-lunch .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-lunch .c-page-title {
    margin-bottom: 55px;
  }
}
.p-lunch .c-title {
  margin-bottom: 20px;
}
.p-lunch .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-lunch .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-lunch-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lunch-about {
    padding: 30px 0 50px;
  }
}
.p-lunch-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .p-lunch-about__wrap {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-lunch-about__img {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1001px) {
  .p-lunch-about__img {
    width: 47.3%;
    margin-right: -15px;
  }
}
.p-lunch-about__img figcaption {
  text-align: center;
  margin-top: -17px;
}
.p-lunch-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .p-lunch-about__content {
    padding-top: 1rem;
  }
}

.p-lunch-allergy {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lunch-allergy {
    padding: 30px 0 50px;
  }
}

.p-lunch-education {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lunch-education {
    padding: 30px 0 50px;
  }
}

.p-lunch-hygiene {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lunch-hygiene {
    padding: 30px 0 50px;
  }
  .p-lunch-hygiene .c-media-block {
    gap: 25px;
  }
  .p-lunch-hygiene .c-media-block__img {
    width: 32.5%;
  }
}

.p-lunch-school {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lunch-school {
    padding: 30px 0 50px;
  }
}
.p-lunch-school .c-title {
  margin-bottom: 35px;
}
.p-lunch-school .c-blog-card__school {
  background-color: #9EC6C4;
}

.p-annual-schedule .c-page-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1001px) {
  .p-annual-schedule .c-page-title {
    margin-bottom: 90px;
  }
}
.p-annual-schedule .c-title {
  margin-bottom: 45px;
}
.p-annual-schedule .c-nav-arrow--next {
  margin-left: auto;
}
.p-annual-schedule__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-annual-schedule .c-summary-table {
    min-width: 500px;
  }
  .p-annual-schedule .c-summary-table--fixed table thead th:first-of-type {
    width: 70px;
  }
}

.p-allergy .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-allergy .c-page-title {
    margin-bottom: 55px;
  }
}
.p-allergy .c-title {
  margin-bottom: 20px;
}
.p-allergy .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-allergy .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-allergy-initiative {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-initiative {
    padding: 30px 0 50px;
  }
}

.p-allergy-policy {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-policy {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .p-allergy-policy__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px 5%;
  }
}
@media screen and (min-width: 1001px) {
  .p-allergy-policy__list {
    gap: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-allergy-policy__list li {
  background-color: #F5E9D5;
  border-radius: 10px;
  padding: 1em 1.2em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .p-allergy-policy__list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 48.2%;
    padding: 1em 1.2em;
  }
}
.p-allergy-policy__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-allergy-policy__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #E8825E;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 1001px) {
  .p-allergy-policy__ttl--nowrap {
    margin-left: -1em;
  }
}
.p-allergy-policy__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1001px) {
  .p-allergy-policy__txt {
    padding: 0 0 0 0.8em;
  }
}
.p-allergy-policy__img {
  width: 150px;
}

.p-allergy-safety {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-safety {
    padding: 30px 0 50px;
  }
}

.p-allergy-emergency {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-emergency {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .p-allergy-emergency__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px 5%;
  }
}
@media screen and (min-width: 1001px) {
  .p-allergy-emergency__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 20px;
  }
}
.p-allergy-emergency__list:first-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-emergency__list:first-of-type {
    margin-bottom: 35px;
  }
}
.p-allergy-emergency__list img {
  width: 100%;
}

.p-allergy-please {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-please {
    padding: 30px 0 50px;
  }
}
.p-allergy-please__list li:not(:last-of-type) {
  margin-bottom: 38px;
}
.p-allergy-please__txt {
  padding-left: 1.3em;
}

.p-allergy-faq {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-allergy-faq {
    padding: 30px 0 50px;
  }
}
.p-allergy-faq__list {
  padding-top: 15px;
}
.p-allergy-faq__list li:not(:last-of-type) {
  margin-bottom: 45px;
}
.p-allergy-faq dt {
  margin-bottom: 2px;
}
.p-allergy-faq .c-graybox {
  border-radius: 10px;
}

.p-security .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-security .c-page-title {
    margin-bottom: 55px;
  }
}
.p-security .c-title {
  margin-bottom: 20px;
}
.p-security .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-security .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-security__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1001px) {
  .p-security__list {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .p-security__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 320px;
  }
}
.p-security__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.p-security__img img {
  width: 100%;
}
.p-security__ttl {
  color: #E8825E;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 5px;
}

.p-security-access-control {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-security-access-control {
    padding: 30px 0 50px;
  }
}

.p-security-suspicious-person {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-security-suspicious-person {
    padding: 30px 0 50px;
  }
}

.p-security-privacy {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-security-privacy {
    padding: 30px 0 50px;
  }
}

.p-monitoring .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-monitoring .c-page-title {
    margin-bottom: 55px;
  }
}
.p-monitoring .c-title {
  margin-bottom: 20px;
}
.p-monitoring .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-monitoring .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-monitoring-purpose {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-monitoring-purpose {
    padding: 30px 0 50px;
  }
  .p-monitoring-purpose .c-media-block__img {
    width: 25%;
    margin: 25px 44px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-monitoring-purpose .c-media-block__img {
    width: 50%;
    max-width: 260px;
  }
}

.p-monitoring-visible {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-monitoring-visible {
    padding: 30px 0 50px;
  }
  .p-monitoring-visible .c-media-block {
    gap: 24px;
  }
  .p-monitoring-visible .c-media-block__img {
    width: 42%;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .p-monitoring-visible .c-btn {
    line-height: 1.4;
    padding: 1.14em 2.5em 1.14em 2em;
  }
}
.p-monitoring-visible__btn {
  max-width: 391px;
  margin: 25px auto 0;
}

.p-monitoring-app.c-graybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-monitoring-app.c-graybox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 33px;
  }
}
.p-monitoring-app__icon img {
  margin: 0 auto;
}
.p-monitoring-app__content {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-monitoring-app__content {
    text-align: left;
  }
}
.p-monitoring-app__content-inr {
  display: inline-block;
  text-align: left;
}
.p-monitoring-app__ttl {
  font-size: 2.1rem;
  line-height: 1.4;
  color: #E8825E;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-monitoring-app__txt {
  font-size: 1.5rem;
  line-height: 1.86;
  font-weight: 500;
}
.p-monitoring-app__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-left: 15px;
}

.p-monitoring-enhancement {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-monitoring-enhancement {
    padding: 30px 0 50px;
  }
}

.p-nap-check .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-nap-check .c-page-title {
    margin-bottom: 55px;
  }
}
.p-nap-check .c-title {
  margin-bottom: 20px;
}
.p-nap-check .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-nap-check .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-nap-check-policy {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-nap-check-policy {
    padding: 30px 0 50px;
  }
}

.p-nap-check-preparation {
  padding: 30px 0 30px;
}
.p-nap-check-preparation .c-summary-table {
  margin-top: 28px;
}
.p-nap-check-preparation .c-summary-table th:first-of-type {
  width: 22.5%;
}
@media screen and (max-width: 1000px) {
  .p-nap-check-preparation .c-summary-table th {
    font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
    padding: 0.475em 0.5em;
  }
}
.p-nap-check-preparation .c-summary-table td {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-nap-check-preparation {
    padding: 30px 0 50px;
  }
  .p-nap-check-preparation .c-media-block__img {
    width: 35%;
    padding-top: 15px;
  }
}

.p-nap-check-monitoring {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-nap-check-monitoring {
    padding: 30px 0 50px;
  }
}

.p-nap-check-wakeup {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-nap-check-wakeup {
    padding: 30px 0 50px;
  }
}

.p-nap-check-camera {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-nap-check-camera {
    padding: 30px 0 50px;
  }
  .p-nap-check-camera .c-media-block {
    gap: 30px;
  }
  .p-nap-check-camera .c-media-block__content {
    padding-top: 0;
  }
  .p-nap-check-camera .c-media-block__img {
    width: 47.2%;
    margin-top: 0.3em;
  }
}

.p-cafekaila .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-cafekaila .c-page-title {
    margin-bottom: 55px;
  }
}
.p-cafekaila .c-title {
  margin-bottom: 30px;
}

.p-cafekaila-about {
  padding: 0 0 30px;
}
.p-cafekaila-about__img {
  margin-bottom: 26px;
}
@media screen and (max-width: 1000px) {
  .p-cafekaila-about__img {
    aspect-ratio: 3/2;
  }
  .p-cafekaila-about__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-cafekaila-about__ttl {
  color: #E8825E;
  font-size: 3.2rem;
  font-size: clamp(1.8rem, -2.2727272727rem + 12.7272727273vw, 3.2rem);
  font-weight: bold;
  line-height: 1.31;
  margin-bottom: 10px;
}

.p-cafekaila-flow {
  padding: 30px 0 30px;
}

.p-cafekaila-benefits {
  padding: 30px 0 30px;
}
.p-cafekaila-benefits__ttl {
  color: #E8825E;
  background-color: #FFEBE5;
  font-size: clamp(2.2rem, 1.0363636364rem + 3.6363636364vw, 2.6rem);
  line-height: 1.5;
  font-weight: bold;
  border-radius: 10px;
  padding: 0.6154em 0.65em;
}

.p-cafekaila-info {
  padding: 30px 0 30px;
}
.p-cafekaila-info .c-summary-table th, .p-cafekaila-info .c-summary-table td {
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
  font-weight: 500;
  padding-top: 0.96em;
  padding-bottom: 0.96em;
}
@media screen and (max-width: 1000px) {
  .p-cafekaila-info .c-summary-table th, .p-cafekaila-info .c-summary-table td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .p-cafekaila-info .c-summary-table td {
    padding-left: 2.5em;
  }
}
.p-cafekaila-info .c-summary-table th {
  color: #fff;
  background-color: #E8825E;
}
@media screen and (min-width: 1001px) {
  .p-cafekaila-info .c-summary-table th {
    width: 257px;
  }
}
.p-cafekaila-info__access {
  height: 395px;
}
@media screen and (max-width: 1000px) {
  .p-cafekaila-info__access {
    aspect-ratio: 1;
    height: auto;
  }
}
.p-cafekaila-info__access iframe {
  width: 100%;
  height: 100%;
}
.p-cafekaila-info__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.p-cafekaila-info__btn-wrap .c-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: auto;
  max-width: 173px;
}

.p-lectureship .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-lectureship .c-page-title {
    margin-bottom: 55px;
  }
}
.p-lectureship .c-title {
  margin-bottom: 30px;
}
.p-lectureship .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-lectureship .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-lectureship__btn {
  width: 366px;
  max-width: 100%;
  margin: 0 auto;
}

.p-lectureship-about {
  padding: 0 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lectureship-about {
    padding: 30px 0 50px;
  }
}

.p-lectureship-point {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lectureship-point {
    padding: 30px 0 50px;
  }
}

.p-lectureship-flow {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lectureship-flow {
    padding: 30px 0 50px;
  }
}
.p-lectureship-flow .c-graybox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 35px;
}
.p-lectureship-flow__time {
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  .p-lectureship-flow__time {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(73px, 1fr));
  }
}
@media screen and (min-width: 1001px) {
  .p-lectureship-flow__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
  }
}
.p-lectureship-flow__time li {
  height: 29px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media screen and (min-width: 1001px) {
  .p-lectureship-flow__time li {
    width: 73px;
  }
}
.p-lectureship-flow__txt {
  border-radius: 10px;
  padding: 13px 19px;
  background-color: #FFEBE5;
}

.p-lectureship-voice {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-lectureship-voice {
    padding: 30px 0 50px;
  }
}
.p-lectureship-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 57px -7vw;
}
@media screen and (min-width: 1001px) {
  .p-lectureship-voice__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 87px 0;
    margin: 57px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-lectureship-voice__list li {
    width: 48%;
  }
}

.p-error404 .c-page-title {
  margin-bottom: 50px;
}
.p-error404 .p-error404-sec {
  padding: 100px 0 100px;
}
.p-error404 .p-error404__img {
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 90%;
}

.p-top .js-modal-video {
  cursor: pointer;
}
.p-top .l-header {
  background-color: transparent;
}
.p-top .c-header__logo--normal {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.p-top .c-header__logo--scroll {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1000px) {
  .p-top .l-header {
    position: relative;
  }
}
@media screen and (min-width: 1001px) {
  .p-top .l-main {
    margin-top: 0;
  }
  .p-top .l-header {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .p-top .c-header__link {
    color: #fff;
  }
  .p-top .c-header.c-header--school .c-header__logo-school-name {
    color: #61534A;
    background-color: #fff;
  }
  .p-top .c-header__logo--normal {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top .c-header__logo--scroll {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-top.l-body--scroll .l-header {
    background-color: #fff;
  }
  .p-top.l-body--scroll .c-header__link {
    color: #61534A;
  }
  .p-top.l-body--scroll .c-header.c-header--school .c-header__logo-school-name {
    color: #fff;
    background-color: #61534A;
  }
  .p-top.l-body--scroll .c-header__logo--normal {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .p-top.l-body--scroll .c-header__logo--scroll {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
}

.p-top-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  background-color: #000;
}
@media screen and (max-width: 1000px) {
  .p-top-mv {
    margin-top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20vw 0 10vw;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-mv {
    min-height: 500px;
    height: 100vh;
  }
}
.p-top-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 0;
}
@media screen and (min-width: 1001px) {
  .p-top-mv .l-inr {
    height: 100%;
  }
}
.p-top-mv__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-top-mv__slider ul,
.p-top-mv__slider .slick-list,
.p-top-mv__slider .slick-track,
.p-top-mv__slider .slick-slide {
  height: 100%;
}
.p-top-mv__slider .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-mv .is-animation {
  -webkit-animation: sdb 8s linear forwards;
          animation: sdb 8s linear forwards;
}
@-webkit-keyframes sdb {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes sdb {
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-top-mv__inr {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 510px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-mv__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-mv__list {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    padding-bottom: 70px;
  }
}
.p-top-mv__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__item-wrap {
    gap: 3%;
  }
}
.p-top-mv .c-btn {
  font-size: 1.7rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #E8825E;
  background-color: #fff;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 2.5em 0.5em 1.3em;
}
.p-top-mv .c-btn::after {
  border-color: #E8825E;
}
.p-top-mv__btn-icon {
  width: 38px;
}
.p-top-mv__btn-icon img {
  width: 100%;
}
.p-top-mv__content {
  text-align: center;
}
.p-top-mv__ttl {
  font-size: clamp(2rem, -1.7818181818rem + 11.8181818182vw, 3.3rem);
  line-height: 1.03;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__ttl {
    margin-bottom: 5px;
    line-height: 1.34;
  }
}
.p-top-mv__txt {
  font-size: clamp(1.3rem, 0.1363636364rem + 3.6363636364vw, 1.7rem);
  line-height: 1.17;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__txt {
    margin-bottom: 12px;
  }
}
.p-top-mv__notice {
  position: relative;
  width: 410px;
  max-width: 90%;
  margin: 0 auto;
  aspect-ratio: 410/254;
  border-radius: 10px 10px;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__notice {
    position: absolute;
    top: 140px;
    right: 80px;
    margin: 0;
  }
}
.p-top-mv__notice-inr {
  color: #61534A;
  font-weight: bold;
  background-color: #EAEAEA;
  width: 100%;
  height: 100%;
}
.p-top-mv__notice-inr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.p-top-mv__notice-inr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__notice-close {
  position: absolute;
  top: 20px;
  left: 20px;
}
.p-top-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-top-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-info {
  padding: 20px 0;
}
@media screen and (min-width: 1001px) {
  .p-top-info {
    padding: 50px 0;
  }
}
.p-top-info .c-info {
  border-radius: 10px;
  padding: 34px 5%;
}
@media screen and (max-width: 1000px) {
  .p-top-info .c-info {
    margin: 0 -4vw;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-info .c-info {
    padding: 40px 40px;
  }
}
.p-top-info .c-info__list {
  margin-bottom: 27px;
}
@media screen and (min-width: 1001px) {
  .p-top-info .c-info__list {
    margin-bottom: 44px;
  }
}
.p-top-info-vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 0 17px;
  gap: 10px;
}
@media screen and (min-width: 1001px) {
  .p-top-info-vacancy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 0;
    padding: 7px 10px 17px 40px;
  }
}
.p-top-info-vacancy__ttl {
  text-align: center;
  color: #E8825E;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
}
.p-top-info-vacancy__ttl-img {
  display: block;
  margin-bottom: 12px;
}
.p-top-info-vacancy__ttl-img img {
  margin: 0 auto;
}

.p-top-pickup {
  padding-bottom: 60px;
  overflow: hidden;
}
.p-top-pickup .c-slick {
  position: static;
}
.p-top-pickup__inr {
  max-width: 1635px;
  margin: 0 auto;
  position: relative;
}
.p-top-pickup__item-bronze a {
  position: relative;
}
.p-top-pickup__item-bronze figcaption {
  position: absolute;
  top: 7%;
  left: 7%;
  font-weight: bold;
  line-height: 1.1875;
  font-size: clamp(1.3rem, 0.4272727273rem + 2.7272727273vw, 1.6rem);
}
@media screen and (min-width: 1001px) {
  .p-top-pickup__item-bronze figcaption {
    font-size: min(1.2vw, 16px);
  }
}
.p-top-pickup__item-bronze figcaption .p-top-pickup__item-bronze-ttl {
  font-size: 1.625em;
  line-height: 1.07;
  display: block;
  margin-top: 4px;
}
.p-top-pickup__item-bronze figcaption .p-top-pickup__item-bronze-ttl span {
  margin-left: 0.3em;
}
@media screen and (max-width: 1000px) {
  .p-top-pickup .l-inr {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-pickup .c-slick__nav {
    padding: 0 3vw;
  }
}
.p-top-pickup .slick-list {
  margin: 0 -4vw;
}
@media screen and (min-width: 1001px) {
  .p-top-pickup .slick-list {
    margin: 0 -15px;
  }
}
.p-top-pickup .slick-slide {
  margin: 0 4vw;
}
@media screen and (min-width: 1001px) {
  .p-top-pickup .slick-slide {
    margin: 0 15px;
  }
}
.p-top-pickup .slick-dotted.slick-slider {
  position: static;
}
@media screen and (max-width: 1000px) {
  .p-top-pickup .slick-list {
    padding: 0 30% 0 0 !important;
  }
}
.p-top-pickup .slick-prev,
.p-top-pickup .slick-next {
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .p-top-pickup .slick-next {
    left: initial;
    right: 20px;
    top: 44%;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-pickup .slick-prev {
    left: 20px;
    top: 44%;
  }
}

.p-top-detail {
  color: #fff;
}
.p-top-detail__head {
  padding: 35px 0 45px;
  color: #61534A;
  background: url(../images/common/deco/deco_town_w.png) repeat-x;
  background-size: auto 99px;
  background-position: bottom left;
  background-color: #F5E9D5;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__head {
    padding: 60px 0 82px;
    background-size: auto 99px;
    background-position: bottom center;
  }
}
.p-top-detail__head-inr {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__head-inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    gap: 50px;
    text-align: left;
  }
}
.p-top-detail__head-ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__head-ttl {
    font-size: 3rem;
    line-height: 1.46;
  }
}
.p-top-detail__head-txt {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__head-txt {
    font-size: 1.8rem;
    line-height: 1.72;
    margin-bottom: 0;
  }
}
.p-top-detail__body {
  padding: 43px 0 90px;
  background: url(../images/common/deco/deco_town.png) repeat-x;
  background-size: auto 99px;
  background-position: bottom left;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__body {
    padding: 60px 0 104px;
    background-size: auto 99px;
    background-position: bottom center;
  }
}
.p-top-detail__list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
@media screen and (max-width: 1000px) {
  .p-top-detail__list {
    margin: 0 -4vw;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-detail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-detail__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 39px;
}
@media screen and (max-width: 1000px) {
  .p-top-detail__ttl {
    padding: 0 4vw;
  }
}
.p-top-detail__item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__item {
    width: 195px;
  }
}
.p-top-detail__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1;
}
.p-top-detail__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.26);
  z-index: 0;
}
.p-top-detail__item a:hover {
  opacity: 1;
}
.p-top-detail__name {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.44;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 3px 6px #61534a;
  position: relative;
  z-index: 1;
}
.p-top-detail__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-detail .p-top-detail__item a:hover .p-top-detail__img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.p-top-detail__learn {
  padding: 0 0 33px;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__learn {
    padding: 0 0 60px;
  }
}

.p-top-curriculum__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-top-curriculum__ttl {
    margin-bottom: 38px;
  }
}
.p-top-curriculum__ttl img {
  margin: 0 auto;
  width: 363px;
}
@media screen and (min-width: 1001px) {
  .p-top-curriculum__ttl img {
    width: 485px;
  }
}

.p-top-professor {
  color: #fff;
  background-color: #987C5A;
  padding: 33px 0 25px;
}
@media screen and (min-width: 1001px) {
  .p-top-professor {
    padding: 49px 0 37px;
  }
}
.p-top-professor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-professor__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 6%;
    gap: 34px;
    margin-bottom: 32px;
  }
}
.p-top-professor__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1001px) {
  .p-top-professor__media {
    max-width: 271px;
  }
}
.p-top-professor__content {
  color: #fff;
}
.p-top-professor__ttl {
  font-size: 2.1rem;
  line-height: 1.57;
  font-weight: bold;
  margin-bottom: 14px;
}
.p-top-professor__txt {
  font-size: 1.8rem;
  line-height: 2.11;
}
@media screen and (min-width: 1001px) {
  .p-top-professor__txt {
    line-height: 1.83;
  }
}

.p-top-bronze {
  background-color: #F4F4F4;
  padding: 35px 0 40px;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze {
    padding: 57px 0 75px;
  }
}
.p-top-bronze__head {
  color: #fff;
  background-color: #987C5A;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
  padding: 9px 10px;
  border-radius: 10px 10px 0 0;
}
.p-top-bronze__head span:not(.u-ib) {
  font-size: 1.6rem;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__head span:not(.u-ib) {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__head {
    font-size: 2.1rem;
    padding: 10px 10px;
  }
}
.p-top-bronze__body {
  border: 3px solid #987C5A;
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-size: clamp(1.3rem, -0.1545454545rem + 4.5454545455vw, 1.8rem);
  padding: 8px 4.5% 21px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__body {
    padding: 15px 5% 43px;
  }
}
.p-top-bronze__body::after {
  content: "";
  display: block;
  background: url(../images/top/deco_bronze.png) no-repeat center center;
  background-size: contain;
  width: 4.722em;
  height: 3.333em;
  position: absolute;
  top: 1.611em;
  right: 0.278em;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__body::after {
    width: min(15%, 180px);
    height: 125px;
    top: -61px;
    right: initial;
    left: 81%;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__body-inr {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-top-bronze__txt {
  line-height: 1.66;
  padding-right: 2.5em;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__txt {
    text-align: center;
    margin-bottom: 15px;
  }
}
.p-top-bronze__txt strong {
  font-weight: bold;
  font-size: clamp(1.8rem, 0.3454545455rem + 4.5454545455vw, 2.3rem);
  line-height: 1.3;
  color: #BD392C;
}
.p-top-bronze__bubble {
  text-align: center;
  margin-bottom: 12px;
}
.p-top-bronze__bubble-inr {
  font-size: clamp(1.5rem, 0.9181818182rem + 1.8181818182vw, 1.7rem);
  line-height: 1.47;
  display: inline-block;
  background: url(../images/common/deco/deco_bubble.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.5em 1em 1.7em;
  width: 100%;
  max-width: 424px;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__bubble-inr {
    max-width: 401px;
    padding: 0.8em 1em 1.7em;
  }
}
.p-top-bronze__bubble-inr span {
  color: #BD392C;
  font-size: 1.235em;
  font-weight: bold;
}
.p-top-bronze__student {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 30px;
  }
}
.p-top-bronze__student li {
  max-width: 171px;
}
.p-top-bronze__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-bronze__video-item img {
  width: 100%;
}

.p-top-video {
  padding: 40px 0 45px;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .p-top-video {
    padding: 75px 0 120px;
  }
}
.p-top-video__inr {
  padding: 0 7vw;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .p-top-video__inr {
    padding: 0 20px;
  }
}
.p-top-video__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1001px) {
  .p-top-video__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 88px 5%;
  }
}
.p-top-video__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-top-video__list li {
    width: 30%;
  }
}
.p-top-video__list li:nth-of-type(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1001px) {
  .p-top-video__list li:nth-of-type(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-top-video__ttl {
  position: absolute;
  top: 35%;
  left: 0%;
  z-index: 0;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-video__ttl {
    top: 2%;
    left: -1%;
  }
}
.p-top-video__ttl-inr {
  position: relative;
  font-size: clamp(1rem, 0.1272727273rem + 2.7272727273vw, 2.8rem);
}
@media screen and (min-width: 1001px) {
  .p-top-video__ttl-inr {
    font-size: clamp(1rem, 1vw, 1.6rem);
  }
}
.p-top-video__ttl-inr::after {
  content: "";
  display: block;
  width: 10em;
  aspect-ratio: 1;
  background: url(../images/top/deco_english.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -67%;
  left: -29%;
  z-index: -1;
}
@media screen and (min-width: 1001px) {
  .p-top-video__ttl-inr::after {
    width: 9.5em;
    top: -52%;
    left: -30%;
    z-index: -1;
  }
}
.p-top-video__ttl-txt {
  color: #fff;
  line-height: 1.23;
  font-weight: bold;
}
.p-top-video__ttl-txt span {
  display: block;
  font-size: 1.615em;
  line-height: 1.33;
  font-weight: bold;
}
@media screen and (min-width: 1001px) {
  .p-top-video__ttl-txt span {
    font-size: 1.688em;
  }
}
.p-top-video__img {
  position: relative;
  z-index: 1;
  width: 78%;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-top-video__img {
    width: 77%;
  }
}
.p-top-video__img::after {
  content: "";
  pointer-events: none;
  background: url(../images/common/icon/icon_play.svg) no-repeat center;
  background-size: contain;
  display: block;
  width: 17%;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  .p-top-video li:nth-of-type(2) .p-top-video__ttl {
    left: initial;
    right: 2%;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(2) .p-top-video__ttl {
    top: 7%;
    left: 1%;
  }
}
.p-top-video li:nth-of-type(2) .p-top-video__ttl-inr::after {
  background-image: url(../images/top/deco_gymnastics.png);
  top: -70%;
  left: -61%;
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(2) .p-top-video__ttl-inr::after {
    top: -51%;
    left: -33%;
  }
}
.p-top-video li:nth-of-type(3) .p-top-video__ttl {
  left: -4%;
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(3) .p-top-video__ttl {
    left: -4%;
    top: 12%;
  }
}
.p-top-video li:nth-of-type(3) .p-top-video__ttl-inr::after {
  background-image: url(../images/top/deco_eurhythmics.png);
}
@media screen and (max-width: 1000px) {
  .p-top-video li:nth-of-type(3) .p-top-video__ttl-inr::after {
    top: -69%;
    left: -17%;
    width: 10.5em;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(3) .p-top-video__ttl-inr::after {
    top: -50%;
    left: -19%;
  }
}
.p-top-video li:nth-of-type(3) .p-top-video__ttl-txt span {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 1000px) {
  .p-top-video li:nth-of-type(4) .p-top-video__ttl {
    left: initial;
    right: -2%;
    top: 29%;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(4) .p-top-video__ttl {
    top: 7%;
    left: -2%;
  }
}
.p-top-video li:nth-of-type(4) .p-top-video__ttl-inr::after {
  background-image: url(../images/top/deco_ehon.png);
  top: -30%;
  left: -25%;
  width: 9.4em;
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(4) .p-top-video__ttl-inr::after {
    width: 9.7em;
    left: -27%;
  }
}
.p-top-video li:nth-of-type(4) .p-top-video__ttl-txt span {
  line-height: 1;
  margin-top: 0.1em;
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(4) .p-top-video__ttl-txt span {
    font-size: 1.5em;
    line-height: 1.125;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-video li:nth-of-type(5) .p-top-video__ttl {
    left: -4%;
    top: 29%;
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(5) .p-top-video__ttl {
    top: 8%;
    left: -4%;
  }
}
.p-top-video li:nth-of-type(5) .p-top-video__ttl-inr::after {
  background-image: url(../images/top/deco_flashcard.png);
  top: -53%;
  left: -21%;
  width: 11.4em;
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(5) .p-top-video__ttl-inr::after {
    top: -42%;
    left: -19%;
    width: 9.8em;
  }
}
.p-top-video li:nth-of-type(5) .p-top-video__ttl-txt span {
  line-height: 1;
  margin-top: 0.1em;
  letter-spacing: -0.2em;
}
@media screen and (min-width: 1001px) {
  .p-top-video li:nth-of-type(5) .p-top-video__ttl-txt span {
    font-size: 1.5em;
    line-height: 1.125;
  }
}

@media screen and (max-width: 1200px) {
  .p-top-video__list {
    gap: 40px 4%;
  }
}
.p-top-blog {
  background-color: #F4F4F4;
}
@media screen and (max-width: 1000px) {
  .p-top-blog .c-tabs {
    margin: 0 -7vw;
  }
}
.p-top-blog__inr {
  max-width: 1634px;
  margin: 0 auto;
}
.p-top-blog__coontent {
  padding: 40px 0 35px;
}
@media screen and (min-width: 1001px) {
  .p-top-blog__coontent {
    padding: 80px 0 40px;
  }
}
.p-top-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-blog__list li {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .p-top-blog .c-slick__nav {
    padding: 0 5vw;
  }
}
.p-top-blog .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 7vw;
}
@media screen and (min-width: 1001px) {
  .p-top-blog .slick-dotted.slick-slider {
    padding: 0 65px 35px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-blog .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
.p-top-blog .slick-slide {
  margin: 0 4vw;
}
@media screen and (min-width: 1001px) {
  .p-top-blog .slick-slide {
    margin: 0 15px;
  }
}
.p-top-blog .slick-prev {
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .p-top-blog .slick-prev {
    left: 5px;
    top: 25%;
  }
}
.p-top-blog .slick-next {
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .p-top-blog .slick-next {
    left: initial;
    right: 5px;
    top: 25%;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-blog .slick-dots {
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-blog .slick-dots {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-blog .p-top-blog__dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: auto;
    width: 55vw;
    bottom: 5vw;
  }
}
.p-top-blog .p-top-blog__item--lunch .c-blog-card__school {
  background-color: #9EC6C4;
}
.p-top-blog .p-top-blog__item--nurse .c-blog-card__school {
  background-color: #FEB4B3;
}
.p-top-blog .p-top-blog__item--ikuno .c-blog-card__school {
  background-color: #AFBFD4;
}

.p-top-access {
  padding: 40px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-access {
    padding: 30px 0 0;
  }
}
.p-top-access__box {
  border: 10px solid #F5E9D5;
  padding: 10px 4% 23px;
}
@media screen and (min-width: 1001px) {
  .p-top-access__box {
    padding: 38px 4% 37px;
  }
}
.p-top-access__box-inr {
  max-width: 1080px;
  margin: 0 auto;
}
.p-top-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-access__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-top-access__map {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-access__map {
    width: 37%;
  }
}
.p-top-access__map img {
  margin: 0 auto;
}
.p-top-access dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2.5;
}
@media screen and (min-width: 1001px) {
  .p-top-access dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2.22;
  }
}
.p-top-access dl dt, .p-top-access dl dd {
  border-bottom: 1px solid #F5E9D5;
}
@media screen and (min-width: 1001px) {
  .p-top-access dl dt, .p-top-access dl dd {
    padding: 0 0.2em;
  }
}
.p-top-access dl dt {
  width: 27%;
}
@media screen and (min-width: 1001px) {
  .p-top-access dl dt {
    width: 15%;
  }
}
.p-top-access dl dd {
  width: 73%;
}
@media screen and (min-width: 1001px) {
  .p-top-access dl dd {
    width: 85%;
  }
}
.p-top-access dl dd strong {
  font-weight: bold;
}

.p-top-banner {
  padding: 22px 0 23px;
}
@media screen and (min-width: 1001px) {
  .p-top-banner {
    padding: 50px 0 23px;
  }
}
.p-top-banner__list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 5%;
  }
}
.p-top-banner__list li {
  display: none;
}
@media screen and (min-width: 1001px) {
  .p-top-banner__list li {
    width: 30%;
  }
}

.p-greetings-school {
  padding: 80px 0 0;
}
.p-greetings-school .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-greetings-school .c-title {
    margin-bottom: 30px;
  }
}

.p-daily .c-page-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 1001px) {
  .p-daily .c-page-title {
    margin-bottom: 100px;
  }
}
.p-daily .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-daily .c-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-daily .c-summary-table {
    min-width: 500px;
  }
  .p-daily .c-summary-table table thead th:first-of-type,
  .p-daily .c-summary-table table th:first-of-type {
    width: 100px;
  }
}
.p-daily__ttl {
  color: #E8825E;
  font-size: 2rem;
  font-weight: 500;
  margin: 14px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .p-daily__ttl {
    margin-left: 156px;
  }
}
.p-daily__ttl::before, .p-daily__ttl::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #E8825E;
}

.p-toy .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-toy .c-page-title {
    margin-bottom: 55px;
  }
}
.p-toy .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-toy .c-title {
    margin-bottom: 30px;
  }
}
.p-toy .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-toy .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-toy .c-feature-card__img {
  aspect-ratio: 5/2.41;
}
.p-toy .c-feature-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-toy-age {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-toy-age {
    padding: 30px 0 50px;
  }
}

.p-year .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-year .c-page-title {
    margin-bottom: 55px;
  }
}
.p-year .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-year .c-title {
    margin-bottom: 30px;
  }
}
.p-year .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-year .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-year .c-feature-card__img {
  aspect-ratio: 5/2.41;
}
.p-year .c-feature-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-year-monthly {
  font-size: 1.6rem;
  line-height: 1.56;
}

.p-year-event {
  padding: 65px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-year-event {
    padding: 65px 0 50px;
  }
}
.p-year-event__mon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(15vw, 100px) 0;
}
@media screen and (min-width: 1001px) {
  .p-year-event__mon {
    gap: 62px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-year-event__mon > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
@media screen and (min-width: 1001px) {
  .p-year-event__mon > li {
    gap: 20px;
    width: 53%;
    padding-left: 47px;
  }
  .p-year-event__mon > li:nth-of-type(even) {
    width: 47%;
  }
}
.p-year-event__item {
  color: #61534A;
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
  font-weight: 500;
  position: relative;
  line-height: 1.4;
}
.p-year-event__item-sub {
  font-size: 0.7em;
  display: inline-block;
}
.p-year-event__deco {
  width: 38%;
  max-width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .p-year-event__deco {
    width: 210px;
  }
}
.p-year-event__img {
  width: 19%;
  position: absolute;
  left: -5%;
  top: 63%;
  max-width: 100px;
}
@media screen and (min-width: 1001px) {
  .p-year-event__img {
    width: 100px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-info .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-info .c-page-title {
    margin-bottom: 55px;
  }
}
.p-info .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-info .c-title {
    margin-bottom: 30px;
  }
}
.p-info .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-info .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-info .c-summary-table th {
  color: #fff;
  background-color: #E8825E;
  width: auto;
}
@media screen and (min-width: 1001px) {
  .p-info .c-summary-table th {
    width: 257px;
  }
}
.p-info .c-summary-table th, .p-info .c-summary-table td {
  padding: 1.3em 0.9em;
}
@media screen and (max-width: 1000px) {
  .p-info .c-summary-table th, .p-info .c-summary-table td {
    display: block;
  }
}

.p-info-access {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-info-access {
    padding: 30px 0 50px;
  }
}
.p-info-access__map {
  height: 395px;
}
@media screen and (max-width: 1000px) {
  .p-info-access__map {
    aspect-ratio: 1;
    height: auto;
  }
}
.p-info-access iframe {
  width: 100%;
  height: 100%;
}

.p-info-childcare {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-info-childcare {
    padding: 30px 0 50px;
  }
}

.p-facility .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-facility .c-page-title {
    margin-bottom: 55px;
  }
}
.p-facility .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-facility .c-title {
    margin-bottom: 30px;
  }
}
.p-facility .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-facility .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-facility-map {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-facility-map {
    padding: 30px 0 50px;
  }
}
@media screen and (min-width: 1001px) {
  .p-facility-map .c-media-block__img {
    width: 27.5%;
  }
  .p-facility-map .c-media-block__img--large {
    width: 33%;
  }
}
.p-facility-map__floor {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1001px) {
  .p-facility-map__floor {
    aspect-ratio: 2/1;
  }
}
.p-facility-map__floor--img {
  border-radius: 20px;
  overflow: hidden;
}
.p-facility-map__floor--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-facility-map iframe {
  width: 100%;
  height: 100%;
}

.p-facility-equipment {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-facility-equipment {
    padding: 30px 0 50px;
  }
}

.p-facility-heating {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-facility-heating {
    padding: 30px 0 50px;
  }
}
.p-facility-heating__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-facility-heating__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}

.p-facility-safety {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-facility-safety {
    padding: 30px 0 50px;
  }
}

.p-park .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-park .c-page-title {
    margin-bottom: 55px;
  }
}
.p-park .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-park .c-title {
    margin-bottom: 30px;
  }
}
.p-park .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-park .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-park-item {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-park-item {
    padding: 30px 0 50px;
  }
}
.p-park-item .c-feature-card__img {
  aspect-ratio: 85/41;
}
.p-park-item .c-feature-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-park-item__map {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1001px) {
  .p-park-item__map {
    aspect-ratio: 16/9;
  }
}
.p-park-item iframe {
  width: 100%;
  height: 100%;
}

.p-faq .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-faq .c-page-title {
    margin-bottom: 55px;
  }
}
.p-faq .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-faq .c-title {
    margin-bottom: 30px;
  }
}
.p-faq .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-faq .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-faq__nav {
  margin-bottom: 60px;
}
.p-faq__nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 10px;
}
@media screen and (min-width: 1001px) {
  .p-faq__nav-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
.p-faq__nav-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.3rem, 0.7181818182rem + 1.8181818182vw, 1.5rem);
  line-height: 1.46;
  background-color: #F4F4F4;
  text-align: left;
  position: relative;
  height: 70px;
  padding: 0.5em 19% 0.5em 1.2em;
}
.p-faq__nav-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.p-faq__list li {
  margin-bottom: 20px;
}

.p-faq-sec {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-faq-sec {
    padding: 30px 0 50px;
  }
}

.p-burden .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-burden .c-page-title {
    margin-bottom: 55px;
  }
}
.p-burden .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-burden .c-title {
    margin-bottom: 30px;
  }
}
.p-burden__note {
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-burden-safety {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-burden-safety {
    padding: 30px 0 50px;
  }
}

.p-ichiji .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji .c-page-title {
    margin-bottom: 55px;
  }
}
.p-ichiji .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji .c-title {
    margin-bottom: 30px;
  }
}
.p-ichiji .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji .c-inpage-nav {
    margin-bottom: 20px;
  }
}
.p-ichiji .l-content {
  padding-bottom: 0;
}

.p-ichiji-head {
  padding: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji-head {
    padding: 30px 0 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-ichiji-head__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-ichiji-head__btn {
  display: block;
  width: 283px;
}

.p-ichiji-fee {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji-fee {
    padding: 30px 0 50px;
  }
}
.p-ichiji-fee__note li {
  padding-left: 2em;
  text-indent: -1.2em;
}

.p-ichiji-method {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji-method {
    padding: 30px 0 50px;
  }
}

.p-ichiji-cancel {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji-cancel {
    padding: 30px 0 50px;
  }
}

.p-ichiji-cancel {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji-cancel {
    padding: 30px 0 50px;
  }
}

.p-ichiji-caution {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-ichiji-caution {
    padding: 30px 0 50px;
  }
}

.p-ichiji-step {
  padding: 57px 0 59px;
  background-color: #F4F4F4;
}
.p-ichiji-step__contact {
  font-size: 2rem;
  background-color: #FFEBE5;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em 0.5em 1.5em;
}
.p-ichiji-step__contact-name {
  font-weight: 500;
}
.p-ichiji-step__contact-tel {
  font-size: 1.45em;
}
.p-ichiji-step__contact-time {
  font-size: 0.9em;
}
.p-ichiji-step .c-step-box__content.p-ichiji-step__content--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .p-ichiji-step .c-step-box__content.p-ichiji-step__content--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-ichiji-step .c-step-box__content.p-ichiji-step__content--flex .p-ichiji-step__contact {
  width: 390px;
}

.p-teacher .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-teacher .c-page-title {
    margin-bottom: 55px;
  }
}
.p-teacher .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-teacher .c-title {
    margin-bottom: 30px;
  }
}
.p-teacher__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 27px;
}
@media screen and (min-width: 1001px) {
  .p-teacher__list {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-area: 35px 27px;
  }
}
.p-teacher__item {
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 33px 5% 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-teacher__item {
    padding: 33px 20px 10px;
  }
}
.p-teacher__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  mix-blend-mode: multiply;
}
.p-teacher__item:hover::after {
  opacity: 0.65;
  background-color: #987C5A;
}
.p-teacher__item:hover .p-teacher__img::after {
  opacity: 1;
}
.p-teacher__img-wrap {
  position: relative;
  max-width: 182px;
  margin: 0 auto 20px;
}
.p-teacher__img {
  overflow: hidden;
  position: relative;
}
.p-teacher__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-teacher__img::after {
  content: "詳しくはこちら";
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-teacher__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-23%);
          transform: translateY(-23%);
}
.p-teacher__name {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-teacher__name span {
  color: #BCBCBC;
  display: block;
  font-size: 0.85em;
}
.p-teacher__qualification,
.p-teacher .teacher_intro_box_data {
  font-size: 1.5rem;
  line-height: 1.52;
  text-align: center;
}
.p-teacher__qualification dt,
.p-teacher .teacher_intro_box_data dt {
  background-color: #F4F4F4;
  padding: 0.24em;
}
.p-teacher__qualification dd,
.p-teacher .teacher_intro_box_data dd {
  padding: 0.24em 0 0.65em;
}
.p-teacher__modal {
  max-width: 810px;
  position: relative;
  background-color: #fff;
}
.p-teacher__modal .c-summary-table {
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .p-teacher__modal .c-summary-table tbody th {
    width: 45%;
  }
}
@media screen and (max-width: 1000px) {
  .p-teacher__modal .c-summary-table.p-teacher__modal-history td {
    display: block;
    text-align: center;
    padding: 0em 3%;
  }
  .p-teacher__modal .c-summary-table.p-teacher__modal-history td:first-of-type {
    padding-top: 0.5em;
  }
  .p-teacher__modal .c-summary-table.p-teacher__modal-history td:last-of-type {
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal .c-summary-table.p-teacher__modal-history td:first-of-type,
  .p-teacher__modal .c-summary-table.p-teacher__modal-history td:last-of-type {
    width: 180px;
    text-align: center;
  }
}
.p-teacher__modal-head {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-teacher__modal-head {
    aspect-ratio: 1/0.5;
  }
  .p-teacher__modal-head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 90%;
       object-position: 90%;
  }
}
.p-teacher__modal-name {
  font-size: clamp(2.2rem, -0.7090909091rem + 9.0909090909vw, 3.2rem);
  font-weight: bold;
  position: absolute;
  top: 47.5%;
  left: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.3;
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal-name {
    left: 8.5%;
  }
}
.p-teacher__modal-name span {
  display: block;
  color: #E8825E;
  font-size: 0.625em;
  font-weight: 500;
  margin-left: 0.25em;
}
.p-teacher__modal-close {
  position: absolute;
  top: min(3vw, 25px);
  right: 4%;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal-close {
    top: 25px;
  }
}
.p-teacher__modal-body {
  padding: 30px 5%;
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal-body {
    padding: 30px 39px;
  }
}
.p-teacher__modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 22px;
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
  }
}
.p-teacher__modal-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-teacher__modal-ttl {
  font-size: clamp(1.8rem, 1.2181818182rem + 1.8181818182vw, 2rem);
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: -3px;
  color: #E8825E;
}
.p-teacher__modal-txt {
  font-size: 1.6rem;
  line-height: 1.91;
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal-img {
    width: 39.5%;
  }
}
.p-teacher__modal-img img {
  width: 100%;
}
.p-teacher__modal-oneword {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.91;
  text-align: center;
  background-color: #F5E9D5;
  border-radius: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 1.4em 1em 0.942em;
}
@media screen and (min-width: 1001px) {
  .p-teacher__modal-oneword {
    width: 39.5%;
    margin-top: 10px;
  }
}
.p-teacher__modal-oneword-ttl {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
  color: #E8825E;
}
.p-teacher__modal-report {
  color: #E8825E;
  font-weight: 500;
  text-decoration: underline;
}
.p-teacher__modal .txt-wp .h-title-bg {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  padding: 0.475em 1em;
  background-color: #E8825E;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
}
.p-teacher__modal .teacher-detail-report-list li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  padding: 1.032em 3%;
  background-color: #F4F4F4;
  vertical-align: middle;
  margin: 5px 0;
}
.p-teacher__modal .teacher-detail-report-list li em {
  color: #E8825E;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-teacher__modal .teacher-detail-report-list li em:hover {
  opacity: 0.7;
}

.p-admission-lp .l-main {
  margin-top: 0;
}
.p-admission-lp .c-page-title {
  margin-bottom: 25px;
}
.p-admission-lp .c-title {
  margin-bottom: 20px;
}
.p-admission-lp__lead {
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-admission-lp-mv {
  position: relative;
  height: 100vh;
  min-height: 500px;
}
.p-admission-lp-mv__img {
  height: 100%;
}
.p-admission-lp-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-admission-lp-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.63);
  border-radius: 27px;
  width: 90%;
  max-width: 719px;
  padding: 2.2em 1em 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-admission-lp-mv__logo {
  max-width: 80%;
  margin-bottom: 5px;
}
.p-admission-lp-mv__school {
  font-size: clamp(2.2rem, -0.7090909091rem + 9.0909090909vw, 3.2rem);
  line-height: 1.3;
  text-align: center;
}

.p-admission-lp-vacancy {
  padding: 60px 0 60px;
}
.p-admission-lp-vacancy__txt {
  margin-bottom: 32px;
}
.p-admission-lp-vacancy__note {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-vacancy__note {
    text-align: center;
  }
}
.p-admission-lp-vacancy .p-top-info-vacancy {
  border: 2px solid #E5E5E5;
  margin-bottom: 10px;
}

.p-admission-lp-step {
  padding: 57px 0 59px;
  background-color: #F4F4F4;
}
.p-admission-lp-step__btn {
  width: 266px;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-step__btn {
    margin-top: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-admission-lp-step .c-step-box__content.p-admission-lp-step__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1000px) {
  .p-admission-lp-step .c-step-box__content.p-admission-lp-step__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-admission-lp-step .c-step-box__content.p-admission-lp-step__content .p-ichiji-step__contact {
  width: 390px;
}

.p-admission-lp-features {
  padding: 60px 0 95px;
}
.p-admission-lp-features__list {
  margin-bottom: 55px;
}
.p-admission-lp-features__list li {
  margin-bottom: 35px;
}
.p-admission-lp-features__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 3px 3px 3px rgba(191, 191, 191, 0.16);
          box-shadow: 3px 3px 3px rgba(191, 191, 191, 0.16);
  border: 1px solid #E2E2E2;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-features__list li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-features__img {
    width: 35.5%;
  }
}
.p-admission-lp-features__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em 5% 1em;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-features__content {
    padding: 1em 1.5em 1em 0;
  }
}
.p-admission-lp-features__txt {
  font-size: 1.6rem;
  line-height: 1.93;
}
.p-admission-lp-features__btns {
  background-color: #FFEDED;
  border-radius: 10px;
  padding: 50px 20px 55px;
}
.p-admission-lp-features__btns ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px 3%;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-features__btns ul {
    gap: 25px 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-admission-lp-features__btns-inr {
  max-width: 980px;
  margin: 0 auto;
}
.p-admission-lp-features .c-square-btn {
  gap: 8px;
  padding-left: 4.5%;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-features .c-square-btn {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-admission-lp-features .c-square-btn span {
    width: 20%;
  }
}

.p-admission-lp-voice {
  padding: 45px 0 59px;
  background-color: #F4F4F4;
}
.p-admission-lp-voice__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 90px 20px;
  margin-bottom: 40px;
  padding-top: 20px;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-voice__items {
    gap: 55px 5%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-admission-lp-voice__items li {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-voice__items li {
    max-width: none;
    margin: 0;
  }
}
.p-admission-lp-voice .c-voice__item {
  display: none;
}

.p-admission-lp-access {
  padding: 100px 0 59px;
}
.p-admission-lp-access__info {
  margin-bottom: 50px;
}
.p-admission-lp-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-access__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .p-admission-lp-access__img {
    width: 37.5%;
  }
}
.p-admission-lp-access__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-admission-lp-access__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-admission-lp-access__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: #61534A;
}
.p-admission-lp-access__dl dt, .p-admission-lp-access__dl dd {
  border-bottom: 1px solid #F5E9D5;
  padding: 0.3em 0.5em;
  line-height: 1.5;
}
.p-admission-lp-access__dl dt {
  width: 90px;
}
.p-admission-lp-access__dl dd {
  width: calc(100% - 90px);
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .p-admission-lp-access__dl dd {
    padding-left: 0;
  }
}
.p-admission-lp-access__map {
  height: 395px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .p-admission-lp-access__map {
    aspect-ratio: 1;
    height: auto;
  }
}
.p-admission-lp-access iframe {
  width: 100%;
  height: 100%;
}

.p-admission-lp-faq {
  padding: 45px 0 59px;
  background-color: #F4F4F4;
}
.p-admission-lp-faq .c-faq__item {
  background-color: #fff;
}
.p-admission-lp-faq .c-faq__arrow {
  background-color: #F4F4F4;
}
.p-admission-lp-faq__list {
  margin-bottom: 30px;
}
.p-admission-lp-faq__list li {
  margin-bottom: 20px;
}
.p-admission-lp-faq__list li:last-of-type {
  margin-bottom: 0;
}

.p-complaint .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-complaint .c-page-title {
    margin-bottom: 55px;
  }
}
.p-complaint .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-complaint .c-title {
    margin-bottom: 30px;
  }
}
.p-complaint .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-complaint .c-inpage-nav {
    margin-bottom: 20px;
  }
}

.p-complaint-about {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-complaint-about {
    padding: 30px 0 50px;
  }
}
.p-complaint-about .c-summary-table tbody th {
  width: 52%;
}
@media screen and (min-width: 1001px) {
  .p-complaint-about .c-media-block__img {
    width: 37.8%;
  }
}

.p-complaint-solution {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-complaint-solution {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .p-complaint-solution .c-btn {
    max-width: 320px;
  }
}
@media screen and (min-width: 1001px) {
  .p-complaint-solution .c-btn {
    width: 100%;
    margin-top: auto;
  }
}
.p-complaint-solution__list {
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-complaint-solution__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-complaint-solution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .p-complaint-solution__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 320px;
  }
}

.p-complaint-third {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-complaint-third {
    padding: 30px 0 50px;
  }
}
.p-complaint-third__list {
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1001px) {
  .p-complaint-third__list {
    gap: 68px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-complaint-third__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1001px) {
  .p-complaint-third__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-complaint-report {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-complaint-report {
    padding: 30px 0 50px;
  }
}
.p-complaint-report__list {
  margin-bottom: 60px;
}
.p-complaint-report__list li {
  margin-bottom: 35px;
}
.p-complaint-report__item {
  font-size: 1.6rem;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 1.2em 1.3em;
}
.p-complaint-report__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 5px;
}

.p-activities .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-activities .c-page-title {
    margin-bottom: 50px;
  }
}
.p-activities .c-page-title--flashcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-activities .c-page-title--flashcard .c-page-title__row {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: right;
}
.p-activities .c-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-activities .c-title {
    margin-bottom: 30px;
  }
}
.p-activities__item {
  padding: 30px 0 30px;
  border-bottom: 1px solid #F4F4F4;
}
.p-activities__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-activities__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-activities__ttl {
  font-weight: bold;
}
.p-activities__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-activities__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1001px) {
  .p-activities__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 130px;
  }
}
.p-activities__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  border-radius: 10px;
  width: 110px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  background-color: #FEB4B3;
}
.p-activities__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FEB4B3;
  border: 1px solid #B2B2B2;
  background-color: #fff;
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
  font-weight: bold;
  border-radius: 10px;
  height: 80px;
  line-height: 1.3;
  padding: 10px 6% 10px 1.8%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-activities__btn {
    width: 100%;
    max-width: 370px;
    gap: 4%;
  }
}
@media screen and (min-width: 1001px) {
  .p-activities__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 18px 30px;
    text-align: center;
    gap: 14px;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-activities__btn::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../images/common/icon/icon_plan.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1001px) {
  .p-activities__btn::before {
    width: 76px;
    height: 76px;
  }
}
.p-activities__btn::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media screen and (min-width: 1001px) {
  .p-activities__btn::after {
    right: 7%;
  }
}
.p-activities__item--report .p-activities__cat {
  background-color: #98B72B;
}
.p-activities__item--report .p-activities__btn {
  color: #98B72B;
}
.p-activities__item--report .p-activities__btn::before {
  background-image: url(../images/common/icon/icon_report.svg);
}
.p-activities__modal {
  max-width: 600px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.p-activities__modal-ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-align: center;
  padding: 0 0.5em;
}
.p-activities__modal-head {
  background-color: #FEB4B3;
}
.p-activities__modal-close {
  color: White;
  font-weight: bold;
  cursor: pointer;
  margin-left: auto;
  display: block;
  font-size: 2rem;
  padding: 0 1em;
}

.p-activities-sec {
  padding: 30px 0 30px;
}
@media screen and (min-width: 1001px) {
  .p-activities-sec {
    padding: 30px 0 50px;
  }
}/*# sourceMappingURL=branch.css.map */