@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.page-title {
  background: url(../img/montessori/fv.webp) center;
  background-size: cover;
}

.breadcrumb {
  background: #f8f5f0;
}

@media screen and (max-width: 810px) {
  .page-title {
    background: url(../img/montessori/sp_fv.webp) center;
    background-size: cover;
  }
  .page-title h2 .en {
    letter-spacing: 0;
  }
}
/* ---------------------------------------------------
		montessori-purpose
------------------------------------------------------ */
.montessori-purpose .sec-title {
  text-align: right;
}
.montessori-purpose .purpose-bg {
  padding: 120px 0;
  background: url(../img/montessori/purpose_bg01.webp) no-repeat center;
  background-size: cover;
  text-align: right;
}
.montessori-purpose .purpose-lead {
  margin-top: 56px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.96;
}
.montessori-purpose .purpose-lead + p {
  margin-top: 48px;
}
.montessori-purpose .purpose-bg02 {
  padding: 80px 0 172px;
}
.montessori-purpose .purpose-bg02 .purpose-lead {
  position: relative;
  margin-top: 0;
  margin-bottom: -210px;
  z-index: 1;
}
.montessori-purpose .purpose-img {
  width: calc(100% + 19px);
  margin: 0 -9px 0 -10px;
}

@media screen and (max-width: 1280px) {
  .montessori-purpose .purpose-bg02 .purpose-lead {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 1000px) {
  .montessori-purpose .purpose-bg02 .purpose-lead {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 810px) {
  .montessori-purpose .sec-title {
    text-align: center;
  }
  .montessori-purpose .sec-title .en {
    margin-top: 12px;
  }
  .montessori-purpose .purpose-bg {
    padding: 60px 0 calc(60px + 82vw);
    background: url(../img/montessori/sp_purpose_bg01.webp) no-repeat center bottom, #fff;
    background-size: 100% auto;
    font-size: 1.6rem;
    text-align: left;
  }
  .montessori-purpose .purpose-lead {
    margin-top: 40px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .montessori-purpose .purpose-lead + p {
    margin-top: 32px;
  }
  .montessori-purpose .purpose-bg02 {
    padding: 60px 0 80px;
  }
  .montessori-purpose .purpose-bg02 .purpose-lead {
    margin-bottom: 30px;
  }
  .montessori-purpose .purpose-img {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .montessori-purpose .zoom-btn {
    position: relative;
    margin-top: 24px;
    display: block;
    padding: 16px 24px;
    background: #fff;
    color: #c43730;
  }
  .montessori-purpose .zoom-btn .plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: #c43730;
  }
  .montessori-purpose .zoom-btn .plus::before, .montessori-purpose .zoom-btn .plus::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
  }
  .montessori-purpose .zoom-btn .plus::after {
    transform: rotate(90deg);
  }
}
/* ---------------------------------------------------
		montessori-field
------------------------------------------------------ */
.montessori-field {
  padding: 120px 0 150px;
  background: #fff;
}
.montessori-field .sec-title + p {
  margin-top: 48px;
}
.montessori-field .page-navi {
  margin-top: 64px;
}
.montessori-field .page-navi li {
  width: 288px;
}
.montessori-field .page-navi li a {
  background: #f8f5f0;
}
@media (any-hover: hover) {
  .montessori-field .page-navi li a:hover {
    background: #c43730;
  }
}
.montessori-field .field-col {
  margin-top: 122px;
}
.montessori-field .field-col + .field-col {
  margin-top: 104px;
}
.montessori-field .field-col .col-body {
  width: 44%;
  padding: 0 56px;
}
.montessori-field .field-col .col-body .body-container {
  display: flex;
  max-width: 460px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
}
.montessori-field .field-col .col-body .body-title {
  display: flex;
  width: max-content;
  max-width: 100%;
  background: #f9f9f9;
  border-radius: 10px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.montessori-field .field-col .col-body .body-title .num {
  width: 112px;
  padding: 24px 0;
  background: #c88c0e;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-weight: inherit;
  text-align: center;
}
.montessori-field .field-col .col-body .body-title .title {
  padding: 24px 40px 24px 40px;
  font-weight: inherit;
}
.montessori-field .field-col .col-body .body-lead {
  margin-top: 48px;
  color: #c88c0e;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5625;
}
.montessori-field .field-col .col-body .body-lead + p {
  margin-top: 28px;
  margin-bottom: 24px;
}
.montessori-field .field-col .col-body .btn-list {
  margin-top: auto;
}
.montessori-field .field-col .col-body .btn-list li + li {
  margin-top: 16px;
}
.montessori-field .field-col .col-body .btn-list .btn_nolink {
  width: 100%;
  color: #c88c0e;
  border-color: currentColor;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (any-hover: hover) {
  .montessori-field .field-col .col-body .btn-list .btn_nolink:hover {
    background: #c88c0e;
    color: #fff;
  }
  .montessori-field .field-col .col-body .btn-list .btn_nolink:hover::after {
    background: url(../img/common/icon_arrow02_white.svg) no-repeat;
    background-size: 100%;
  }
}
.montessori-field .field-col .col-body .btn-list .btn_nolink::after {
  width: 9px;
  height: 16px;
  background: url(../img/montessori/icon_arrow01.svg) no-repeat;
  background-size: 100%;
}
.montessori-field .field-col .col-img {
  width: 56%;
}
.montessori-field .field-col .col-img img {
  min-width: 100%;
  min-height: 645px;
  border-radius: 16px 0 0 16px;
  object-fit: cover;
}
.montessori-field .field-col.reverse .col-body .body-container {
  margin-left: 0;
}
.montessori-field .field-col.reverse .col-img img {
  border-radius: 0 16px 16px 0;
}
.montessori-field #field02 .field-col .col-body .body-title .num {
  background: #93c52e;
}
.montessori-field #field02 .field-col .col-body .body-lead {
  color: #93c52e;
}
.montessori-field #field02 .field-col .col-body .btn-list .btn_nolink {
  color: #93c52e;
}
@media (any-hover: hover) {
  .montessori-field #field02 .field-col .col-body .btn-list .btn_nolink:hover {
    background: #93c52e;
    color: #fff;
  }
  .montessori-field #field02 .field-col .col-body .btn-list .btn_nolink:hover::after {
    background: url(../img/common/icon_arrow02_white.svg) no-repeat;
    background-size: 100%;
  }
}
.montessori-field #field02 .field-col .col-body .btn-list .btn_nolink::after {
  background: url(../img/montessori/icon_arrow02.svg) no-repeat;
  background-size: 100%;
}
.montessori-field #field03 .field-col .col-body .body-title .num {
  background: #1bad55;
}
.montessori-field #field03 .field-col .col-body .body-lead {
  color: #1bad55;
}
.montessori-field #field03 .field-col .col-body .btn-list .btn_nolink {
  color: #1bad55;
}
@media (any-hover: hover) {
  .montessori-field #field03 .field-col .col-body .btn-list .btn_nolink:hover {
    background: #1bad55;
    color: #fff;
  }
  .montessori-field #field03 .field-col .col-body .btn-list .btn_nolink:hover::after {
    background: url(../img/common/icon_arrow02_white.svg) no-repeat;
    background-size: 100%;
  }
}
.montessori-field #field03 .field-col .col-body .btn-list .btn_nolink::after {
  background: url(../img/montessori/icon_arrow03.svg) no-repeat;
  background-size: 100%;
}
.montessori-field #field04 .field-col .col-body .body-title .num {
  background: #f4711f;
}
.montessori-field #field04 .field-col .col-body .body-lead {
  color: #f4711f;
}
.montessori-field #field04 .field-col .col-body .btn-list .btn_nolink {
  color: #f4711f;
}
@media (any-hover: hover) {
  .montessori-field #field04 .field-col .col-body .btn-list .btn_nolink:hover {
    background: #f4711f;
    color: #fff;
  }
  .montessori-field #field04 .field-col .col-body .btn-list .btn_nolink:hover::after {
    background: url(../img/common/icon_arrow02_white.svg) no-repeat;
    background-size: 100%;
  }
}
.montessori-field #field04 .field-col .col-body .btn-list .btn_nolink::after {
  background: url(../img/montessori/icon_arrow04.svg) no-repeat;
  background-size: 100%;
}
.montessori-field #field05 .field-col .col-body .body-title .num {
  background: #db4020;
}
.montessori-field #field05 .field-col .col-body .body-lead {
  color: #db4020;
}
.montessori-field #field05 .field-col .col-body .btn-list .btn_nolink {
  color: #db4020;
}
@media (any-hover: hover) {
  .montessori-field #field05 .field-col .col-body .btn-list .btn_nolink:hover {
    background: #db4020;
    color: #fff;
  }
  .montessori-field #field05 .field-col .col-body .btn-list .btn_nolink:hover::after {
    background: url(../img/common/icon_arrow02_white.svg) no-repeat;
    background-size: 100%;
  }
}
.montessori-field #field05 .field-col .col-body .btn-list .btn_nolink::after {
  background: url(../img/montessori/icon_arrow05.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1180px) {
  .montessori-field .field-col .col-body {
    padding: 0 48px;
  }
  .montessori-field .field-col .col-body .body-title {
    font-size: 2.4rem;
  }
  .montessori-field .field-col .col-body .body-lead {
    margin-top: 36px;
    font-size: 2.8rem;
  }
  .montessori-field .field-col .col-body .btn-list .btn_nolink {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 810px) {
  .montessori-field {
    padding: 60px 0 120px;
  }
  .montessori-field .sec-title + p {
    margin-top: 28px;
    text-align: left;
  }
  .montessori-field .page-navi {
    margin-top: 32px;
  }
  .montessori-field .page-navi li {
    width: 100%;
  }
  .montessori-field .field-col {
    width: 100%;
    margin: 40px auto 0;
  }
  .montessori-field .field-col + .field-col {
    margin-top: 48px;
  }
  .montessori-field .field-col .col-body {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 0;
  }
  .montessori-field .field-col .col-body .body-container {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .montessori-field .field-col .col-body .body-title {
    display: flex;
    width: 100%;
    border-radius: 8px;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .montessori-field .field-col .col-body .body-title .num {
    width: 91px;
    padding: 20px 0;
    border-radius: 8px 0 0 8px;
  }
  .montessori-field .field-col .col-body .body-title .title {
    width: calc(100% - 91px);
    padding: 20px 16px;
  }
  .montessori-field .field-col .col-body .body-lead {
    margin-top: 28px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
  .montessori-field .field-col .col-body .body-lead + p {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .montessori-field .field-col .col-body .btn-list {
    margin-top: 32px;
  }
  .montessori-field .field-col .col-body .btn-list li + li {
    margin-top: 10px;
  }
  .montessori-field .field-col .col-body .btn-list .btn_nolink {
    padding: 22px 32px 22px 24px;
    border-radius: 8px;
    font-size: 1.4rem;
    text-align: left;
  }
  .montessori-field .field-col .col-img {
    width: calc(100% + 16px);
    margin-top: 20px;
  }
  .montessori-field .field-col .col-img img {
    min-width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 8px 0 0 8px;
  }
  .montessori-field .field-col.reverse .col-img {
    margin-left: -16px;
  }
  .montessori-field .field-col.reverse .col-img img {
    border-radius: 0 8px 8px 0;
  }
}
/* ---------------------------------------------------
		モーダル
------------------------------------------------------ */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.85);
}
.modal .swiper-pagination-count {
  left: auto;
  right: 16px;
  bottom: auto;
  top: 20px;
  z-index: 10;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 566px;
  padding: 48px 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.modal__content .swiper-button-next,
.modal__content .swiper-button-prev {
  width: 44px;
  height: 44px;
  background: url(../img/montessori/icon_slide01.svg) no-repeat;
  background-size: 100%;
  margin-top: -22px;
}
.modal__content .swiper-button-next::after,
.modal__content .swiper-button-prev::after {
  content: none;
}
.modal__content .swiper-button-next {
  right: -22px;
}
.modal__content .swiper-button-prev {
  left: -22px;
  transform: scale(-1, 1);
}

.modal-slider {
  margin: 0 auto;
}
.modal-slider .modal-slide {
  padding: 0 50px 50px;
}
.modal-slider .modal-slide .slide-title {
  color: #c88c0e;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.modal-slider .modal-slide .slide-img {
  margin-top: 32px;
}
.modal-slider .modal-slide .slide-img + * {
  margin-top: 28px;
}
.modal-slider .swiper-pagination {
  bottom: 0;
  color: #c88c0e;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: "Gabarito", "Reem Kufi", "Open Sans", sans-serif;
  line-height: 1;
}

#modal02 .modal-slide .slide-title {
  color: #93c52e;
}
#modal02 .swiper-button-next,
#modal02 .swiper-button-prev {
  background: url(../img/montessori/icon_slide02.svg) no-repeat;
  background-size: 100%;
}
#modal02 .swiper-pagination {
  color: #93c52e;
}

#modal03 .modal-slide .slide-title {
  color: #1bad55;
}
#modal03 .swiper-button-next,
#modal03 .swiper-button-prev {
  background: url(../img/montessori/icon_slide03.svg) no-repeat;
  background-size: 100%;
}
#modal03 .swiper-pagination {
  color: #1bad55;
}

#modal04 .modal-slide .slide-title {
  color: #f4711f;
}
#modal04 .swiper-button-next,
#modal04 .swiper-button-prev {
  background: url(../img/montessori/icon_slide04.svg) no-repeat;
  background-size: 100%;
}
#modal04 .swiper-pagination {
  color: #f4711f;
}

#modal05 .modal-slide .slide-title {
  color: #db4020;
}
#modal05 .swiper-button-next,
#modal05 .swiper-button-prev {
  background: url(../img/montessori/icon_slide05.svg) no-repeat;
  background-size: 100%;
}
#modal05 .swiper-pagination {
  color: #db4020;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -64px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
.modal__close-btn img {
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
  .modal {
    padding: 64px 16px;
  }
  .modal__content {
    padding: 32px 0 24px;
  }
  .modal__content .swiper-button-next,
  .modal__content .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -18px;
  }
  .modal__content .swiper-button-next {
    right: -16px;
  }
  .modal__content .swiper-button-prev {
    left: -16px;
  }
  .modal-slider .modal-slide {
    padding: 0 24px 40px;
  }
  .modal-slider .modal-slide .slide-title {
    font-size: 1.6rem;
  }
  .modal-slider .modal-slide .slide-img {
    margin-top: 24px;
  }
  .modal-slider .modal-slide .slide-img + * {
    margin-top: 16px;
  }
  .modal-slider .swiper-pagination {
    font-size: 1.6rem;
  }
  .modal__close-btn {
    top: -48px;
  }
}