@charset "UTF-8";
/*--------------------------------
  カラー設定（Sass変数）
--------------------------------*/
/*--------------------------------
  フォント
--------------------------------*/
/*--------------------------------
  フォントサイズ（PC / SP）
--------------------------------*/
.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__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__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%;
  background-color: #000;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .p-top-mv {
    margin-top: -60px;
    /*
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 5vw;*/
  }
}
@media screen and (min-width: 1001px) {
  .p-top-mv {
    background-size: cover;
  }
}
.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;
}
.p-top-mv .l-inr {
  display: none;
}
@media screen and (min-width: 1001px) {
  .p-top-mv .l-inr {
    height: 100%;
  }
}
.p-top-mv__inr {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__inr {
    padding-bottom: 3vw;
    max-width: 510px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-mv__inr {
    width: 510px;
    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;
  }
}
.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-top: 33px;
  }
}
.p-top-mv__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  gap: 18px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__item-wrap {
    gap: 3%;
  }
}
.p-top-mv__img {
  width: 21%;
  max-width: 74px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-mv__ttl {
  font-size: clamp(2rem, 0.2545454545rem + 5.4545454545vw, 2.6rem);
  line-height: 1.03;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 1001px) {
  .p-top-mv__ttl {
    margin-bottom: 0;
    line-height: 1.34;
  }
}
.p-top-mv__txt {
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: bold;
}
.p-top-mv__notice {
  position: absolute;
  width: 410px;
  max-width: 90%;
  margin: 0 auto;
  top: calc(60px + 5%);
  aspect-ratio: 410/254;
  border-radius: 10px 10px;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1001px) {
  .p-top-mv__notice {
    bottom: 40px;
    right: 80px;
    top: initial;
    left: initial;
    margin: 0;
    bottom: 5%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-mv__notice--free {
  aspect-ratio: initial;
}
.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-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;
}
@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: 43px 0 35px;
  background: url(../images/top/img_detail_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__head {
    padding: 60px 0 50px;
    background: url(../images/top/img_detail.jpg) no-repeat center center;
    background-size: cover;
  }
}
.p-top-detail__head-inr {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__head-inr {
    max-width: 530px;
    margin-left: auto;
  }
}
.p-top-detail__head-ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 8px;
}
@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: 45px;
  }
}
.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: 30px;
}
@media screen and (max-width: 1000px) {
  .p-top-detail__ttl {
    padding: 0 9vw;
  }
}
.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: 33px 0 0;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__learn {
    padding: 60px 0 0;
  }
}
.p-top-detail__relief {
  padding: 33px 0 35px;
}
@media screen and (min-width: 1001px) {
  .p-top-detail__relief {
    padding: 60px 0 90px;
  }
}

.p-top-group {
  padding: 43px 0 35px;
  background: url(../images/top/bg_group_sp.png) no-repeat bottom left;
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .p-top-group {
    padding: 60px 0 42px;
    background: url(../images/top/bg_group.png) no-repeat center left;
    background-size: cover;
  }
}
.p-top-group__ttl {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1001px) {
  .p-top-group__ttl {
    margin-bottom: 40px;
  }
}
.p-top-group__ttl img {
  display: inline-block;
  width: 320px;
}
@media screen and (min-width: 1001px) {
  .p-top-group__ttl img {
    width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-group__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 57px;
  }
}
.p-top-group__list {
  display: grid;
  gap: 20px 16px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-group__list {
    gap: 27px 32px;
  }
}
.p-top-group__list a, .p-top-group__list button {
  width: 100%;
  font-size: 1.8rem;
  padding: 0.85em;
  font-weight: 500;
  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;
  color: #fff;
  background-color: #E8825E;
  border-radius: 10px;
}
.p-top-group__list--sub {
  display: none;
}
.p-top-group__list--sub li {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-top-group__list-wrap {
    width: 48.7%;
    padding-top: 38px;
  }
}
.p-top-group__map {
  position: relative;
  margin-bottom: 38px;
}
@media screen and (min-width: 1001px) {
  .p-top-group__map {
    width: 43%;
  }
}
.p-top-group__map-img img {
  width: 100%;
}
.p-top-group__area {
  font-size: 4.1860465116vw;
  line-height: 1.11;
  font-weight: bold;
  text-align: center;
  color: #03A28F;
  position: absolute;
  top: 33vw;
  right: 4vw;
}
@media screen and (min-width: 1001px) {
  .p-top-group__area {
    font-size: 1.8rem;
    top: 34%;
    right: 4%;
  }
}
.p-top-group__area span {
  display: block;
  position: relative;
  padding-top: 6px;
  margin-top: 6px;
}
.p-top-group__area span::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  background-color: #03A28F;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1001px) {
  .p-top-group__area span::after {
    width: 77px;
  }
}
.p-top-group__area.p-top-group__area--kanto {
  color: #79B445;
  top: 62vw;
  right: 2vw;
}
@media screen and (min-width: 1001px) {
  .p-top-group__area.p-top-group__area--kanto {
    top: 62.5%;
    right: 4%;
  }
}
.p-top-group__area.p-top-group__area--kanto span::after {
  background-color: #79B445;
}
.p-top-group__area.p-top-group__area--chubu {
  color: #BBBE00;
  top: 33vw;
  right: 41vw;
}
@media screen and (min-width: 1001px) {
  .p-top-group__area.p-top-group__area--chubu {
    top: 36%;
    right: 49%;
  }
}
.p-top-group__area.p-top-group__area--chubu span::after {
  background-color: #BBBE00;
}
.p-top-group__area.p-top-group__area--kinki {
  color: #F4A600;
  top: 78vw;
  right: 40vw;
}
@media screen and (min-width: 1001px) {
  .p-top-group__area.p-top-group__area--kinki {
    top: 76.5%;
    right: 53%;
  }
}
.p-top-group__area.p-top-group__area--kinki span::after {
  background-color: #F4A600;
}
.p-top-group__area.p-top-group__area--chugoku {
  color: #E77611;
  top: 42vw;
  right: 63vw;
}
@media screen and (min-width: 1001px) {
  .p-top-group__area.p-top-group__area--chugoku {
    top: 44%;
    right: 74.5%;
  }
}
.p-top-group__area.p-top-group__area--chugoku span::after {
  background-color: #E77611;
}
.p-top-group__area.p-top-group__area--kyushu {
  color: #D6645B;
  top: 91vw;
  right: 52vw;
}
@media screen and (min-width: 1001px) {
  .p-top-group__area.p-top-group__area--kyushu {
    top: 90.5%;
    right: initial;
    left: 15%;
  }
}
.p-top-group__area.p-top-group__area--kyushu span::after {
  background-color: #D6645B;
}
.p-top-group__banner {
  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;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .p-top-group__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-group__banner li {
    max-width: 520px;
  }
}
.p-top-group__banner a {
  display: inline-block;
}

.p-top-curriculum {
  background-color: #F4F4F4;
}
.p-top-curriculum__head {
  width: 100%;
  height: 100%;
  min-height: 250px;
  clip-path: inset(0);
  z-index: -1;
}
.p-top-curriculum__head-img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../images/top/bg_curriculum.png);
}
.p-top-curriculum__body {
  padding: 21px 0 60px;
}
@media screen and (min-width: 1001px) {
  .p-top-curriculum__body {
    padding: 42px 0 45px;
  }
}
.p-top-curriculum__wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-top-curriculum__wrap {
    margin-bottom: 50px;
  }
}
.p-top-curriculum__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .p-top-curriculum__ttl {
    margin-bottom: 55px;
  }
}
.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-curriculum__professor {
  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: 18px;
}
@media screen and (min-width: 1001px) {
  .p-top-curriculum__professor {
    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: 45px;
  }
}
.p-top-curriculum__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-curriculum__professor-media {
    max-width: 271px;
  }
}
.p-top-curriculum__professor-catch {
  font-size: 2.1rem;
  line-height: 1.57;
  font-weight: bold;
  color: #987C5A;
  margin-bottom: 10px;
}
.p-top-curriculum__professor-txt {
  font-size: 1.8rem;
  line-height: 2.11;
}

.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 5% 24px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__body {
    padding: 20px 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: 3em;
  margin-bottom: 14px;
}
@media screen and (min-width: 1001px) {
  .p-top-bronze__txt {
    margin-bottom: 23px;
  }
}
.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__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: 32px;
}
@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;
  }
}
.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: 22.6%;
  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: 60px 0 35px;
}
@media screen and (min-width: 1001px) {
  .p-top-blog__coontent {
    padding: 60px 0 60px;
  }
}
.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: 20vw;
}
@media screen and (min-width: 1001px) {
  .p-top-blog .slick-dotted.slick-slider {
    padding: 0 65px 70px;
  }
}
@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--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-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-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-admission .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-admission .c-page-title {
    margin-bottom: 55px;
  }
}
.p-admission .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: 20px;
}
.p-admission .c-inpage-nav {
  margin-bottom: 15px;
}
@media screen and (min-width: 1001px) {
  .p-admission .c-inpage-nav {
    margin-bottom: 70px;
  }
}

.p-admission-flow {
  padding: 25px 0 40px;
}
@media screen and (min-width: 1001px) {
  .p-admission-flow {
    padding: 40px 0 60px;
  }
}
.p-admission-flow-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10.5vw;
  margin-top: 20px;
}
@media screen and (min-width: 1001px) {
  .p-admission-flow-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 35px;
  }
}
.p-admission-flow-steps li {
  font-size: 1.8rem;
  line-height: 1.27;
  padding: 20px 10px 13px;
  text-align: center;
  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;
  background-color: #F5E9D5;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-admission-flow-steps li {
    font-size: min(1.5vw, 1.8rem);
    padding: 20px 20px 13px 20px;
  }
}
.p-admission-flow-steps li::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  aspect-ratio: 370/22;
  background: #F5E9D5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 1001px) {
  .p-admission-flow-steps li::after {
    left: 100%;
    top: 0;
    width: 22px;
    height: 100%;
    background: #F5E9D5;
    /* 右向き三角形（左が底辺、右が頂点） */
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.p-admission-flow-steps li:last-child::after {
  content: none;
}
.p-admission-flow-steps__no {
  position: absolute;
  bottom: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1001px) {
  .p-admission-flow-steps__no {
    left: 8px;
    bottom: 80%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-admission-flow__txt {
  margin-bottom: 35px;
}
@media screen and (min-width: 1001px) {
  .p-admission-flow__txt {
    margin-bottom: 45px;
  }
}

.p-admission-visit {
  padding: 30px 0 40px;
}
@media screen and (min-width: 1001px) {
  .p-admission-visit {
    padding: 30px 0 60px;
  }
}
.p-admission-visit__txt {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-admission-visit__txt {
    margin-bottom: 50px;
  }
}

.p-admission-municipalities {
  padding: 30px 0 0;
}
.p-admission-municipalities__txt {
  margin-bottom: 30px;
}
.p-admission-municipalities-list {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 2em 3% 1em;
  font-size: 1.8rem;
}
@media screen and (min-width: 1001px) {
  .p-admission-municipalities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5em 2% 2em;
  }
}
.p-admission-municipalities-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
}
@media screen and (min-width: 1001px) {
  .p-admission-municipalities-list__group {
    margin-bottom: 0;
  }
}
.p-admission-municipalities-list__region {
  color: #E8825E;
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.p-admission-municipalities-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.p-admission-municipalities-list__list li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #333333;
  line-height: 1;
}
.p-admission-municipalities-list__list li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.p-admission-municipalities-list__list a {
  text-decoration: underline;
}

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

.p-vacancy-search__txt {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.p-vacancy-list {
  padding: 70px 0 0;
}
.p-vacancy-list__list > li:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 1001px) {
  .p-vacancy-list__list > li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-vacancy-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;
}
@media screen and (min-width: 1001px) {
  .p-vacancy-list__wrap {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}
.p-vacancy-list__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-vacancy-list__btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-vacancy-list__btns li {
    width: 48%;
  }
}
@media screen and (min-width: 1001px) {
  .p-vacancy-list__btns {
    display: block;
    width: 160px;
    padding: 15px 0;
  }
}
.p-vacancy-list__notice {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.p-vacancy-list__notice-txt {
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.52;
}
.p-vacancy-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
}
@media screen and (min-width: 1001px) {
  .p-vacancy-list .c-vacancy__table thead th:first-child {
    min-width: 212px;
  }
}

.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-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-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-contact {
  background-color: #F3F1EB;
}
.p-contact .l-main {
  margin-top: 0;
  padding-top: 85px;
}
.p-contact .c-btn {
  padding-right: 1.5em;
}
.p-contact .c-step {
  margin-bottom: 55px;
}
.p-contact .c-form-group {
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-contact .c-search-box {
    padding: 0.4em 1.8em 0.4em 1.2em;
  }
}
.p-contact .c-notice-balloon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact .c-pref-filter__region {
  width: 85px;
}
.p-contact__box {
  border-radius: 10px;
  overflow: hidden;
  max-width: 1020px;
  margin: 0 auto;
}
.p-contact__head {
  color: #fff;
  background-color: #E8825E;
  font-size: clamp(2rem, -0.9090909091rem + 9.0909090909vw, 3rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 0.767em 0.1em;
}
.p-contact__body {
  background-color: #fff;
  padding: 44px 20px;
}
.p-contact__body-inr {
  max-width: 860px;
  margin: 0 auto;
}
.p-contact__tel {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 70px;
}
@media screen and (min-width: 1001px) {
  .p-contact__tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-contact__tel-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  line-height: 1.4;
  padding-left: calc(0.45em + 6px);
  padding-top: 15px;
  font-size: clamp(2rem, 0.5454545455rem + 4.5454545455vw, 2.5rem);
}
@media screen and (min-width: 1001px) {
  .p-contact__tel-num {
    font-size: 3rem;
  }
}
.p-contact__tel-num span {
  display: block;
  font-size: 0.6em;
}
.p-contact__tel .c-btn {
  width: 350px;
  max-width: 100%;
}
@media screen and (min-width: 1001px) {
  .p-contact__tel .c-btn {
    margin-right: -30px;
  }
}
.p-contact__btn {
  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: 25px;
}
.p-contact__txt {
  line-height: 1.7;
}
.p-contact-privacy {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-contact-privacy a {
  color: #014BB1;
}
.p-contact .p-contact-candidate {
  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;
  max-width: 724px;
  gap: 25px;
}
.p-contact .p-contact-candidate__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 322px;
          flex: 0 1 322px;
}
.p-contact .p-contact-candidate__none {
  width: 260px;
}
.p-contact .p-contact-birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.p-contact .p-contact-birthday__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 489px;
          flex: 0 1 489px;
}
.p-contact .p-contact-birthday__num > .c-form-select {
  max-width: 155px;
  width: 50%;
}
.p-contact .p-contact-birthday__num-month {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.p-contact .p-contact-birthday__num-month .c-form-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact .p-contact-birthday__unknown {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
}
.p-contact .p-contact-date-group {
  width: 100%;
}
.p-contact .p-contact-date {
  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: 25px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 1001px) {
  .p-contact .p-contact-date {
    gap: 20px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-contact .p-contact-date input[type=date] {
  max-width: 223px;
}
.p-contact .p-contact-date .c-form-select {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  min-width: 80px;
}
.p-contact .p-contact-date__label {
  font-size: 1.6rem;
  font-weight: 600;
}
.p-contact .p-contact-date__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 266px;
}
.p-contact .p-contact-date__none {
  display: inline-block;
}

#complete.p-contact .c-step {
  margin-bottom: 100px;
}

.p-privacy__wrap {
  padding: 80px 0;
}
.p-privacy__list > li {
  margin-bottom: 30px;
}

.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%;
}/*# sourceMappingURL=style.css.map */