@charset "UTF-8";
:root, .-default {
  --color-primary: #8B6035;
  --color-light: #D6BC8F;
  --color-text: #3D3C3B;
  --color-table-bg: #EDD7B0;
  --img--title: url(../images/common/bg_main_other.png);
  --img--arrow: url(../images/common/arrow_btn.svg);
  --img--arrow--link: url(../images/common/arrow_link.svg);
  --img--arrow--link-active: url(../images/common/arrow_link.svg);
}

.-default {
  --img--arrow: url(../images/common/arrow_btn_default.svg);
}

.-tab--default {
  --color-primary: #EDD7B0;
  --color-text: #8B6035;
  --img--arrow: url(../images/common/arrow_btn_default.svg);
}

.-school {
  --color-primary: #8BB129;
  --color-light: #BACE88;
  --img--title: url(../images/common/bg_main_school.png);
  --img--arrow: url(../images/common/arrow_btn_school.svg);
}

.-senior {
  --color-primary: #76C669;
  --color-light: #98DB8E;
  --color-table-bg: #C7F4C0;
  --color-schedule-bg: #F0FAEE;
  --img--arrow--link: url(../images/common/arrow_link_senior.svg);
  --img--arrow--link-active: url(../images/common/arrow_link_senior-white.svg);
}

.-middle {
  --color-primary: #749DEB;
  --color-light: #86ADF9;
  --color-table-bg: #BCD3FF;
  --color-schedule-bg: #EDF3FE;
  --img--arrow--link: url(../images/common/arrow_link_middle.svg);
  --img--arrow--link-active: url(../images/common/arrow_link_middle-white.svg);
}

.-junior {
  --color-primary: #E5B84F;
  --color-light: #F0C86C;
  --color-table-bg: #F8DC9C;
  --color-schedule-bg: #FDF7E9;
  --img--arrow--link: url(../images/common/arrow_link_junior.svg);
  --img--arrow--link-active: url(../images/common/arrow_link_junior-white.svg);
}

.-preschool {
  --color-primary: #ECA073;
  --color-light: #ECA073;
  --color-table-bg: #FCDAC6;
  --color-schedule-bg: #FCF1EA;
  --img--arrow--link: url(../images/common/arrow_link_preschool.svg);
  --img--arrow--link-active: url(../images/common/arrow_link_preschool-white.svg);
}

.-kindergarten {
  --color-primary: #E6A1A0;
  --color-light: #E8AEAD;
  --color-table-bg: #FADFE1;
  --color-schedule-bg: #FCF3F3;
  --img--arrow--link: url(../images/common/arrow_link_kindergarten.svg);
  --img--arrow--link-active: url(../images/common/arrow_link_kindergarten-white.svg);
}

.-baby {
  --color-primary: #EA8B88;
  --color-light: #E89A98;
  --color-table-bg: #F8D5D5;
  --color-schedule-bg: #FCF0F0;
  --img--arrow--link: url(../images/common/arrow_link_baby.svg);
  --img--arrow--link-active: url(../images/common/arrow_link_baby-white.svg);
}

.-event {
  --color-primary: #DD9A17;
  --color-light: #EDC77D;
  --img--title: url(../images/common/bg_main_event.png);
  --img--arrow: url(../images/common/arrow_btn_event.svg);
}

.-faq {
  --color-primary: #A47FD4;
  --color-light: #C8B3E0;
  --img--title: url(../images/common/bg_main_faq.png);
}

.-about {
  --color-primary: #DE6E6B;
  --color-light: #DE6E6B;
  --img--title: url(../images/common/bg_main_about.png);
}

.-red {
  --color-primary: #DE6E6B;
  --color-light: #DE6E6B;
  --img--arrow: url(../images/common/arrow_btn_red.svg);
}

.-column {
  --color-primary: #4487AA;
  --color-light: #98C4CE;
  --img--title: url(../images/common/bg_main_column.png);
}

.-topics {
  --color-primary: #388680;
  --color-light: #A8CECC;
  --img--title: url(../images/common/bg_main_topics.png);
  --img--arrow: url(../images/common/arrow_btn_topics.svg);
}

.-elem {
  --color-primary: #1A76C7;
  --color-light: #64A7ED;
  --img--title: url(../images/common/bg_main_elem.png);
}

.-kind {
  --color-primary: #F77777;
  --color-light: #F5A89F;
  --img--title: url(../images/common/bg_main_kind.png);
}

.-interview {
  --color-primary: #4D69A7;
  --color-light: #839CD3;
  --img--title: url(../images/common/bg_main_interview.png);
}

html {
  font-size: 10px;
}

@media screen and (width <= 767px) {
  html {
    font-size: 2.564vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #3D3C3B;
}
@media screen and (width <= 767px) {
  body {
    font-size: 1.5rem;
  }
}
body[data-locked=true] {
  overflow: hidden;
}

*:focus {
  outline: none;
}

section {
  margin-bottom: 12rem;
  scroll-margin-top: 7.5rem;
}
section:last-of-type {
  margin-bottom: 0;
}

@media screen and (width <= 767px) {
  section {
    margin-bottom: 10rem;
  }
}
p {
  margin-bottom: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}
p .-bold {
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: #8B6035;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}
img.-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__inner {
  max-width: 116rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.-en {
  font-family: "Quicksand", serif;
  font-weight: 700;
}

.btn--color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 2rem;
  background-color: var(--color-primary);
  border-radius: calc(infinity * 1px);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--color::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 2.2rem;
  height: 1.6rem;
  margin-left: auto;
  background: url(../images/common/arrow_btn.svg) no-repeat center center;
  background-size: contain;
}
.btn--color:hover {
  opacity: 0.7;
}
.btn--color.-icon__timetable {
  gap: 0;
}
.btn--color.-icon__timetable::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 2.3rem;
  margin-right: 1rem;
  background: url(../images/school/icon_timetable.svg) no-repeat 0 0;
  background-size: contain;
}

.btn--border {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
  width: auto;
  padding: 0.8rem 2rem;
  border: 0.1rem solid var(--color-primary);
  border-radius: calc(infinity * 1px);
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--border::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1.6rem;
  margin-left: auto;
  background: var(--img--arrow) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--border.-icon__timetable {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
.btn--border.-icon__timetable::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 2.4rem;
  height: 2.3rem;
  margin-right: 1rem;
  background: url(../images/school/icon_timetable_school.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--border:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.btn--border:hover::after {
  background-image: url(../images/common/arrow_btn.svg);
}
.btn--border:hover.-icon__timetable::before {
  background: url(../images/school/icon_timetable.svg) no-repeat 0 0;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header[data-open=true] {
  background-color: #F7F5ED;
}
@media screen and (767px < width < 1150px) {
  #header[data-open=true]::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header[data-open=true] .header__logo {
    width: 12.7rem;
    margin-top: 1.3rem;
  }
}
@media screen and (width < 1150px) {
  #header[data-open=true] .header__nav__block {
    opacity: 1;
    pointer-events: initial;
  }
  #header[data-open=true] .header__btn__list {
    opacity: 1;
    pointer-events: initial;
  }
}
#header[data-open=true] .header__wrap {
  background-color: #F7F5ED;
}
#header[data-scroll=true] {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #F7F5ED;
}
#header[data-scroll=true] .header__wrap {
  padding-right: 0;
}
#header[data-scroll=true] .header__nav__item:has(> .header__nav__child)::before {
  bottom: -2.8rem;
}
#header[data-scroll=true] .header__logo {
  width: 12.7rem;
  margin-top: 1.3rem;
}
@media screen and (width >= 1150px) {
  #header[data-scroll=true] .header__nav__block__inner {
    gap: 0.8rem;
  }
}
@media screen and (width <= 767px) {
  #header[data-scroll=true] .header__logo {
    margin-top: 1rem;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3rem;
  width: 100%;
  max-width: 150rem;
  margin-inline: auto;
  padding: 0 2rem 0 3rem;
  -webkit-transition: background-color 0.3s, padding 0.3s;
  transition: background-color 0.3s, padding 0.3s;
}

@media screen and (width < 1150px) {
  .header__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 2rem;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23rem;
  margin-top: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__logo:hover {
  opacity: 0.7;
}

@media screen and (width <= 767px) {
  .header__logo {
    width: 12.7rem;
    margin-top: 1.3rem;
  }
}
.header__nav__block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 72rem;
  margin-left: auto;
  padding-top: 1.6rem;
  line-height: 1.3;
}
@media screen and (width < 1150px) {
  .header__nav__block {
    height: calc(100vh - 12rem);
    padding-top: 0;
    background-color: #F7F5ED;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 12.1rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
  }
}
@media screen and (767px < width < 1150px) {
  .header__nav__block {
    width: 48rem;
  }
}
@media screen and (width <= 767px) {
  .header__nav__block {
    width: 100vw;
  }
}
.header__nav__block__inner {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
}
@media screen and (width < 1150px) {
  .header__nav__block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding-bottom: 10rem;
  }
}

.header__nav {
  width: 100%;
}

.header__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-left: auto;
}
@media screen and (width < 1150px) {
  .header__link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-left: 2rem;
  }
}

.header__link__item {
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (width < 1150px) {
  .header__link__item {
    font-size: 1.5rem;
  }
}
.header__link__item a {
  color: #5A5A5A;
  text-decoration: none;
}
.header__link__item a:hover {
  text-decoration: underline;
}
.header__link__item a.-pc {
  display: inline;
}
@media screen and (width <= 767px) {
  .header__link__item a.-pc {
    display: none;
  }
}
.header__link__item a.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .header__link__item a.-sp {
    display: inline;
  }
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width < 1150px) {
  .header__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.5rem;
  }
}

.header__nav__item {
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (1150px <= width < 1220px) {
  .header__nav__item {
    font-size: 1.6rem;
  }
}
@media screen and (width < 1150px) {
  .header__nav__item {
    font-size: 1.6rem;
    padding-bottom: 0;
    border-bottom: 0.1rem solid #ddd;
  }
}
.header__nav__item .header__nav__inner {
  text-decoration: none;
  color: #3D3C3B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (width < 1150px) {
  .header__nav__item .header__nav__inner {
    display: block;
    padding: 2rem 5.6rem 2rem 2rem;
    color: #8B6035;
  }
}
.header__nav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 0;
  height: 0.2rem;
  background-color: #8B6035;
  border-radius: calc(infinity * 1px);
  pointer-events: none;
}
@media screen and (width < 1150px) {
  .header__nav__item::after {
    width: 2.6rem;
    height: 2.6rem;
    background: url(../images/common/arrow_link.svg) no-repeat center center;
    background-size: contain;
    background-color: transparent;
    top: 1.8rem;
    left: auto;
    right: 2rem;
    bottom: auto;
    translate: 0 0;
  }
}
.header__nav__item:has(> .header__nav__child)::after {
  background: none;
  background-color: #8B6035;
}
.header__nav__item:has(> .header__nav__child)::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.6rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  transition: opacity 0.3s, bottom 0.3s;
  pointer-events: none;
}
@media screen and (width < 1150px) {
  .header__nav__item:has(> .header__nav__child) .header__nav__inner {
    position: relative;
  }
  .header__nav__item:has(> .header__nav__child) .header__nav__inner::before, .header__nav__item:has(> .header__nav__child) .header__nav__inner::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
  }
  .header__nav__item:has(> .header__nav__child) .header__nav__inner::before {
    width: 1.2rem;
    height: 0.1rem;
    top: 3.05rem;
    right: 2.7rem;
  }
  .header__nav__item:has(> .header__nav__child) .header__nav__inner::after {
    width: 0.1rem;
    height: 1.2rem;
    right: 3.25rem;
    top: 2.5rem;
  }
}
@media screen and (width >= 1150px) {
  .header__nav__item:hover .header__nav__inner {
    color: #8B6035;
  }
  .header__nav__item:hover::after {
    width: 100%;
  }
}
.header__nav__item[data-child-open=true] .header__nav__child {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (width >= 1150px) {
  .header__nav__item[data-child-open=true] .header__nav__child {
    display: block !important;
  }
  .header__nav__item[data-child-open=true]::before {
    opacity: 1;
  }
  .header__nav__item[data-child-open=true] .header__nav__inner {
    color: #8B6035;
  }
  .header__nav__item[data-child-open=true]::after {
    width: 100%;
  }
}
@media screen and (width < 1150px) {
  .header__nav__item[data-sp-open=true] .header__nav__child {
    opacity: 1;
    pointer-events: initial;
  }
  .header__nav__item[data-sp-open=true] .header__nav__inner::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}

.header__btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
@media screen and (width < 1150px) {
  .header__btn__list {
    gap: 0.3rem;
    background-color: #F7F5ED;
    opacity: 0;
    position: absolute;
    top: 7rem;
    right: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
  }
}
@media screen and (767px < width < 1150px) {
  .header__btn__list {
    width: 48rem;
  }
}
@media screen and (width <= 767px) {
  .header__btn__list {
    padding-top: 0.1rem;
    width: 100vw;
  }
}

.header__btn__item {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7rem;
  height: 7.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width < 1150px) {
  .header__btn__item {
    -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;
    width: calc((100% - 0.6rem) / 3);
    height: 5rem;
    font-size: 1.4rem;
  }
}
.header__btn__item:hover {
  opacity: 0.7;
}
.header__btn__item .-small {
  display: block;
  font-size: 1rem;
}
@media screen and (width < 1150px) {
  .header__btn__item .-small {
    font-size: 1.1rem;
  }
}
.header__btn__item a {
  text-decoration: none;
}
.header__btn__item.-document {
  padding-top: 0.8rem;
  background-color: #EA6C69;
}
@media screen and (width < 1150px) {
  .header__btn__item.-document {
    padding-top: 0;
  }
}
.header__btn__item.-document img {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (width < 1150px) {
  .header__btn__item.-document img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1.4rem;
    margin-bottom: 0.2rem;
  }
}
.header__btn__item.-lesson {
  padding-top: 0.9rem;
  background-color: #599AD3;
}
@media screen and (width < 1150px) {
  .header__btn__item.-lesson {
    padding-top: 0;
  }
}
.header__btn__item.-lesson img {
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (width < 1150px) {
  .header__btn__item.-lesson img {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.9rem;
    margin-bottom: 0;
  }
}
.header__btn__item.-registration {
  padding-top: 1rem;
  background-color: #E0AC46;
  position: relative;
}
@media screen and (width < 1150px) {
  .header__btn__item.-registration {
    padding-top: 0;
  }
}
.header__btn__item.-registration img {
  width: 2.3rem;
  height: 2.7rem;
  margin-bottom: 0.8rem;
}
@media screen and (width < 1150px) {
  .header__btn__item.-registration img {
    margin-right: 1.1rem;
    margin-bottom: 0;
  }
}
.header__btn__item.-registration .txt {
  letter-spacing: -0.07em;
}
.header__btn__item.-registration .txt .-small {
  letter-spacing: 0;
}
.header__btn__item.-registration::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.1rem;
  background-color: #E0AC46;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.header__btn__item.-registration[data-open=true]::before {
  opacity: 1;
}
.header__btn__item.-registration[data-open=true] + .header__registration {
  opacity: 1;
  pointer-events: initial;
}

.header__registration {
  width: 21rem;
  padding: 2rem;
  background-color: #fff;
  border: 0.1rem solid #E0AC46;
  position: fixed;
  right: 1.9rem;
  top: 9rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width >= 1500px) {
  .header__registration {
    right: calc(50% - 75rem);
  }
}
@media screen and (width < 1150px) {
  .header__registration {
    top: 13.6rem;
  }
}
.header__registration__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 100vh;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__registration__content a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header__registration__content a:hover {
  opacity: 0.7;
}
.header__registration__content dd {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.header__registration__content.-new {
  margin-bottom: 2rem;
}
.header__registration__content.-new a {
  background-color: #E0AC46;
  padding: 1.2rem 1em 1.1rem;
}
.header__registration__content.-new a::before {
  width: 1.8rem;
  height: 2.2rem;
  background-image: url(../images/common/icon_registration.svg);
}
.header__registration__content.-login {
  margin-bottom: 1.8rem;
}
.header__registration__content.-login a {
  background-color: #E58257;
  padding: 0.7rem 1em;
}
.header__registration__content.-login a::before {
  width: 1.5rem;
  height: 1.7rem;
  background-image: url(../images/common/icon_login.svg);
}
.header__registration__content.-login a.-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .header__registration__content.-login a.-pc {
    display: none;
  }
}
.header__registration__content.-login a.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .header__registration__content.-login a.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__registration .arrow__icon {
  font-size: 1.3rem;
  font-weight: 400;
}
.header__registration .arrow__icon::before {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: -0.3rem;
}

.header__nav__child {
  width: 100%;
  max-width: 112rem;
  border-radius: 3rem;
  overflow: hidden;
  -webkit-box-shadow: 0.3rem 0.3rem 3rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 3rem rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 50%;
  top: 9.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width < 1150px) {
  .header__nav__child {
    display: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.header__nav__child__inner {
  padding: 3.5rem 5rem 5rem;
  background-color: #fff;
  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;
  gap: 2.5rem 0;
}
@media screen and (width < 1150px) {
  .header__nav__child__inner {
    padding: 2.5rem 2rem 4rem;
    gap: 3rem;
  }
}
.header__nav__child .section__title {
  width: 100%;
  margin-bottom: 0;
  color: var(--color-primary);
  font-size: 2.4rem;
}
@media screen and (width < 1150px) {
  .header__nav__child .section__title {
    display: none;
  }
}
.header__nav__child a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
}
.header__nav__child a:hover {
  opacity: 0.7;
}
.header__nav__child.-special {
  max-width: 62rem;
}
.header__nav__child.-special .header__child__main {
  width: 100%;
}
@media screen and (width < 1150px) {
  .header__nav__child.-special .header__child__list.-other {
    width: 100%;
  }
  .header__nav__child.-special .header__child__sub {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .header__nav__child.-special .header__child__sub > li {
    width: calc(50% - 1rem) !important;
  }
}

.header__child__main {
  width: 73.529%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (width < 1150px) {
  .header__child__main {
    width: 100%;
    gap: 3rem;
  }
}
.header__child__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem 3rem;
}
@media screen and (width < 1150px) {
  .header__child__wrap {
    gap: 3rem 2rem;
  }
}
.header__child__list {
  width: calc((100% - 6rem) / 3);
}
@media screen and (width < 1150px) {
  .header__child__list {
    width: calc(50% - 1rem);
  }
}
.header__child__list.-other {
  width: 100%;
}
@media screen and (width < 1150px) {
  .header__child__list.-other {
    width: calc(50% - 1rem);
  }
}
.header__child__list.-other .header__child__index {
  padding: 0;
  border-bottom: none;
  color: #A79576;
  font-size: 1.5rem;
}
@media screen and (width < 1150px) {
  .header__child__list.-other .header__child__index {
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #ddd;
  }
}
.header__child__list.-other .header__child__index::after {
  content: none;
}
.header__child__list.-other .header__child__sub {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 4rem;
}
@media screen and (width < 1150px) {
  .header__child__list.-other .header__child__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 2rem;
  }
}
@media screen and (width < 767px) {
  .header__child__list.-preschool .header__child__index, .header__child__list.-kindergarten .header__child__index {
    min-height: 5.85rem;
  }
}
.header__child__index {
  width: 100%;
  max-width: 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #ddd;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (width < 1150px) {
  .header__child__index {
    max-width: none;
  }
}
.header__child__index::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  background: var(--img--arrow--link) no-repeat center center;
  background-size: contain;
}
.header__child__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (width < 1150px) {
  .header__child__sub > li.-sp-small {
    font-size: 1.4rem;
  }
}
.header__child__sub > li a {
  width: 100%;
  display: block;
  padding-right: 2rem;
  color: var(--color-text);
  position: relative;
}
.header__child__sub > li a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #8A6035;
  border-right: 0.1rem solid #8A6035;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header__child__side {
  width: 21.56%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (width < 1150px) {
  .header__child__side {
    width: 100%;
    margin-top: 0;
    gap: 1.5rem;
  }
}
.header__child__btn {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border: 0.1rem solid #C7AA76;
  border-radius: 100vh;
  font-weight: 400;
}

#sp__btn {
  display: none;
}

@media screen and (width < 1150px) {
  #sp__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    width: 7rem;
    height: 7rem;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    color: #8B6035;
    text-transform: uppercase;
    padding: 2.7rem 0 0;
  }
  #sp__btn i {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 2.6rem;
    height: 0.3rem;
    background-color: #8B6035;
    border-radius: calc(infinity * 1px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #sp__btn::before, #sp__btn::after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 0.3rem;
    background-color: #8B6035;
    border-radius: calc(infinity * 1px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #sp__btn::before {
    top: 1.8rem;
  }
  #sp__btn::after {
    top: 3.6rem;
  }
  #sp__btn .open_text {
    display: none;
  }
  #sp__btn[data-open=true] {
    background-color: #8B6035;
  }
  #sp__btn[data-open=true] i {
    opacity: 0;
  }
  #sp__btn[data-open=true] span {
    display: none;
  }
  #sp__btn[data-open=true] .open_text {
    display: block;
    color: #fff;
  }
  #sp__btn[data-open=true]::before {
    -webkit-transform: translateX(calc(-50% + 0.3rem)) rotate(45deg);
            transform: translateX(calc(-50% + 0.3rem)) rotate(45deg);
    background-color: #fff;
  }
  #sp__btn[data-open=true]::after {
    -webkit-transform: translateX(calc(-50% + 0.3rem)) rotate(-45deg);
            transform: translateX(calc(-50% + 0.3rem)) rotate(-45deg);
    background-color: #fff;
  }
}
.to_top_button {
  width: 5.5rem;
  position: fixed;
  bottom: -7rem;
  right: 3rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  transition: opacity 0.3s, bottom 0.3s;
  z-index: 9;
}
@media screen and (width < 767px) {
  .to_top_button {
    width: 4rem;
    right: 1rem;
  }
}
.to_top_button[data-show=true] {
  opacity: 1;
  bottom: 1rem;
}
.to_top_button:hover {
  opacity: 0.7;
}

#footer {
  padding: 13rem 0 4rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F7F5ED), to(#F7F5ED)), url(../images/common/bg_footer_other.png);
  background-image: linear-gradient(to top, #F7F5ED, #F7F5ED), url(../images/common/bg_footer_other.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center 0;
  background-size: 100% calc(100% - 11rem), max(136.6rem, 100%) 11rem;
}

@media screen and (width <= 767px) {
  #footer {
    padding: 6rem 0 4rem;
    background-size: 100% calc(100% - 2.6rem), 100% 2.6rem;
  }
}
.footer__sns__list {
  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;
  gap: 2.5rem;
  margin-bottom: 7rem;
}

@media screen and (width <= 767px) {
  .footer__sns__list {
    margin-bottom: 3.8rem;
  }
}
.footer__sns__item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__sns__item:hover {
  opacity: 0.7;
}
.footer__sns__item img {
  vertical-align: middle;
}
.footer__sns__item img.-instagram {
  width: 3rem;
}
.footer__sns__item img.-youtube {
  width: 3.4rem;
}

.footer__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.footer__link__item {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer__link__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.6rem;
  margin-right: 2rem;
  background-color: #707070;
  vertical-align: text-top;
}

.footer__copy {
  font-size: 1.1rem;
  font-weight: 500;
  color: #3D3C3B;
  text-align: center;
}

#main {
  position: relative;
}

.page__title {
  margin-bottom: 6.5rem;
  padding: 10.5rem 0 9rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F7F5ED), to(#F7F5ED)), var(--img--title);
  background-image: linear-gradient(to top, #F7F5ED, #F7F5ED), var(--img--title);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100% calc(100% - 9rem), max(136.6rem, 100%) 9rem;
  position: relative;
}
.page__title::before {
  content: "";
  display: block;
  width: 33.2rem;
  height: 19.3rem;
  background: url(../images/common/main_deco.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -5.5rem;
  left: calc(50% - 4rem);
}
@media screen and (width <= 767px) {
  .page__title::before {
    content: none;
  }
}

@media screen and (width <= 767px) {
  .page__title {
    position: relative;
    margin-bottom: 3rem;
    padding: 8.4rem 0 5.6rem;
    background-position: 0 0, center bottom;
    background-size: 100% calc(100% - 2.6rem), 100% 2.6rem;
  }
  .page__title:has(.page__title__block figure) {
    margin-bottom: 19.4rem;
  }
}
.page__title__block {
  position: relative;
}
.page__title__block:has(figure) {
  padding-right: 52rem;
}

@media screen and (767px < width < 1150px) {
  .page__title__block {
    position: static;
  }
  .page__title__block:has(figure) {
    padding-right: calc(41.5% + 4rem);
    position: relative;
  }
}
@media screen and (width <= 767px) {
  .page__title__block:has(figure) {
    padding-right: 2rem;
    position: static;
  }
}
.page__title__text {
  padding-top: 5.3rem;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.2;
}
.page__title__text span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: var(--color-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.page__title__text .-sp {
  display: none;
}

@media screen and (width <= 767px) {
  .page__title__text {
    padding-top: 0;
    font-size: 3.4rem;
  }
  .page__title__text span {
    font-size: 1.1rem;
  }
  .page__title__text .-sp {
    display: block;
  }
}
.page__title__img {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 48rem;
  aspect-ratio: 16/9;
  border-radius: 5rem;
  overflow: hidden;
}

@media screen and (width < 1150px) {
  .page__title__img {
    width: 41.5%;
  }
}
@media screen and (width <= 767px) {
  .page__title__img {
    top: initial;
    bottom: -16.4rem;
    width: 35rem;
    border-radius: 3rem;
  }
}
.section__title {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  font-size: 3.5rem;
  font-weight: 700;
  color: #3D3C3B;
  line-height: 1.314;
}
.section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.3rem;
  background-image: radial-gradient(circle farthest-side, #EDD7B0, #EDD7B0 0.15rem, transparent 0.15rem, transparent);
  background-size: 0.8rem;
}
.section__title.-mt {
  margin-top: 8rem;
}

@media screen and (width <= 767px) {
  .section__title {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
}
.section__block {
  margin-bottom: 8rem;
}
.section__block:last-child {
  margin-bottom: 0;
}

.section__block__title {
  margin-bottom: 1.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.48;
}

@media screen and (width <= 767px) {
  .section__block__title {
    font-size: 2.2rem;
  }
  .section__block__title .-pc {
    display: none;
  }
}
.section__box {
  margin-top: 4rem;
}

.section__box__title {
  margin-bottom: 1.2rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: #3D3C3B;
  line-height: 1.5;
}

@media screen and (width <= 767px) {
  .section__box__title {
    font-size: 1.8rem;
  }
}
.section__subbox {
  margin-top: 4rem;
}

.section__subbox__title {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #3D3C3B;
  line-height: 1.76;
}

.arrow__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 2rem;
}
.arrow__link.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

.btn__link__item {
  background-color: #DE6E6B;
}

.dotted__list {
  margin-bottom: 2.4rem;
}
.dotted__list:last-child {
  margin-bottom: 0;
}

.dotted__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.6rem;
}
.dotted__list__item:last-child {
  margin-bottom: 0;
}
.dotted__list__item::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #8B6035;
}

.note__list {
  margin-bottom: 2rem;
}
.note__list:last-child {
  margin-bottom: 0;
}

.note__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.7rem;
  margin-bottom: 0.4rem;
  font-size: 1.3rem;
}
.note__list__item:last-child {
  margin-bottom: 0;
}
.note__list__item::before {
  content: "※";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.note__list__item.-red {
  color: #DE6E6B;
}

.section__table {
  width: 100%;
  margin-bottom: 3rem;
  border-top: 0.1rem dashed #8A8A8A;
}
.section__table tr {
  border-bottom: 0.1rem dashed #8A8A8A;
}
.section__table tr th {
  width: 14rem;
  min-height: 5.5rem;
  padding: 2rem;
  vertical-align: middle;
  background-color: #F7F5ED;
  font-weight: 700;
  vertical-align: middle;
}
.section__table tr th + th {
  border-left: 0.1rem dashed #8A8A8A;
}
.section__table tr td {
  padding: 2rem;
  font-weight: 500;
  vertical-align: middle;
}
.section__table tr td + td {
  border-left: 0.1rem dashed #8A8A8A;
}
.section__table thead + tbody tr th + td {
  border-left: 0.1rem dashed #8A8A8A;
}
.section__table.-stripe tr:nth-child(even) th {
  background-color: #EFEBDD;
}
.section__table.-stripe tr:nth-child(even) td {
  background-color: #F9F8F2;
}
.section__table.-nowrap tr th {
  white-space: nowrap;
}
.section__table:last-child {
  margin-bottom: 0;
}

@media screen and (width <= 767px) {
  .section__table tr th {
    width: 10.5rem;
    min-height: 4.5rem;
    padding: 1.5rem;
  }
  .section__table tr td {
    padding: 1.5rem;
  }
  .section__table > tbody:first-child tr:has(th:first-child):not(:has(td:nth-child(3))) th, .section__table > tbody:first-child tr:has(th:first-child):not(:has(td:nth-child(3))) td {
    display: block;
    width: 100%;
  }
}
#special {
  padding: 6rem 0;
  border-top: 0.1rem solid #EDD7B0;
}

@media screen and (width <= 767px) {
  #special {
    padding-top: 4rem;
  }
}
.special__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

@media screen and (width <= 767px) {
  .special__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.special__item {
  width: 45.2rem;
  text-align: center;
}
.special__item dt {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.special__item dd {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.special__item dd:hover {
  opacity: 0.7;
}

@media screen and (width <= 767px) {
  .special__item {
    width: 100%;
  }
}
#banner {
  padding-bottom: 6rem;
}

@media screen and (width > 1180px) {
  .banner__slide .splide__list:not(:has(> .banner__slide__item:nth-of-type(6))) {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (1024px < width <= 1180px) {
  .banner__slide .splide__list:not(:has(> .banner__slide__item:nth-of-type(4))) {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (767px < width <= 1024px) {
  .banner__slide .splide__list:not(:has(> .banner__slide__item:nth-of-type(3))) {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (width <= 767px) {
  .banner__slide .splide__list:not(:has(> .banner__slide__item:nth-of-type(2))) {
    -webkit-transform: translateX(10px) !important;
            transform: translateX(10px) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner__slide__item {
  width: 22rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner__slide__item:hover {
  opacity: 0.7;
}

.slide__arrow {
  width: 3.6rem;
  height: 3.6rem;
  opacity: 1;
}
.slide__arrow::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/arrow_slide.svg) no-repeat center 0;
  background-size: contain;
}
.slide__arrow.-prev {
  left: 7rem;
}
.slide__arrow.-next {
  right: 7rem;
}
.slide__arrow.-next::before {
  rotate: 180deg;
}

@media screen and (width <= 767px) {
  .slide__arrow.-prev {
    left: 4rem;
  }
  .slide__arrow.-next {
    right: 4rem;
  }
}
#breadcrumb {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media screen and (width <= 767px) {
  #breadcrumb {
    margin-top: 10rem;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  row-gap: 0.8rem;
  font-size: 1.2rem;
}

.breadcrumb__item {
  display: inline;
  position: relative;
}
.breadcrumb__item.-home {
  padding-left: 1.6rem;
}
.breadcrumb__item.-home::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.2rem;
  background: url(../images/common/icon_home.svg) no-repeat center 0;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.breadcrumb__item:not(.-home) {
  padding-left: 2.4rem;
}
.breadcrumb__item:not(.-home)::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-width: 0.1rem 0.1rem 0 0;
  border-style: solid;
  border-color: #8A5623;
  rotate: 45deg;
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
}
.breadcrumb__item br {
  display: none;
}

.arrow__icon {
  display: inline-block;
  padding-left: 1.9em;
  text-indent: -1.9em;
  font-weight: 700;
}
.arrow__icon::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-bottom: -0.4rem;
  background: url(../images/common/arrow_link.svg) no-repeat 0 0;
  background-size: contain;
}

.-right {
  text-align: right;
}

.section__enclosure--color {
  margin-top: 3rem;
  padding: 4rem;
  background-color: #F7F5ED;
  border-radius: 2rem;
}
@media screen and (width <= 767px) {
  .section__enclosure--color {
    padding: 2.5rem;
  }
}

.section__enclosure__title {
  margin-bottom: 2rem;
  font-size: 2.7rem;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 1.48;
}
@media screen and (width <= 767px) {
  .section__enclosure__title {
    font-size: 2.4rem;
  }
}

.section__enclosure--border {
  padding: 4rem 5rem;
  border: 0.5rem solid #F7F5ED;
  border-radius: 3rem;
}
@media screen and (width <= 767px) {
  .section__enclosure--border {
    padding: 2rem 1.5rem;
  }
}

.tab__wrap {
  margin-top: 4rem;
  border-bottom: 0.6rem solid var(--color-primary);
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.7rem;
}

.tab__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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 26rem;
  height: 6rem;
  margin-bottom: -0.2rem;
  border: 0.2rem solid var(--color-primary);
  border-radius: 2rem 2rem 0 0;
  font-weight: 700;
  color: var(--color-text);
  text-align: center;
  text-decoration: none;
  line-height: 1.33;
}
.tab__item.-active {
  height: 7rem;
  background-color: var(--color-primary);
}

.tab__content {
  display: none;
  padding-top: 4rem;
}
.tab__content.-active {
  display: block;
}

.section__box--color {
  margin-top: 6rem;
  padding: 4rem;
  background-color: #F7F5ED;
  border-radius: 2rem;
  text-align: center;
}
.section__box--color__title {
  margin-bottom: 1.8rem;
  font-size: 2.3rem;
  font-weight: 700;
}
.section__box--color.-top {
  margin-bottom: 7rem;
  padding: 4rem 6rem;
  text-align: left;
}
@media screen and (width <= 767px) {
  .section__box--color.-top {
    padding: 2.5rem;
  }
}
.section__box--color.-top .section__block__title {
  margin-bottom: 1.2rem;
}
@media screen and (width <= 767px) {
  .section__box--color.-top .section__block__title {
    font-size: 1.8rem;
  }
}
.section__box--color.-top .section__block__title:last-of-type {
  margin-bottom: 0;
}
.section__box--color.-top p {
  margin: 2.4rem 0 3.2rem;
}
.section__box--color.-top p:last-of-type {
  margin-bottom: 0;
}

.box--line {
  padding: 4rem 5rem;
  margin-bottom: 5rem;
  border: 0.5rem solid #F7F5ED;
  border-radius: 3rem;
}

@media screen and (width <= 767px) {
  .box--line {
    padding: 2rem 1.5rem;
  }
}
.tab__contents__block {
  margin-top: 12rem;
}
.tab__contents__block:first-child {
  margin-top: 0;
}

.anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (width <= 767px) {
  .anchor__list {
    gap: 1.5rem 0;
  }
}

.anchor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (width <= 767px) {
  .anchor__item {
    width: 50%;
    gap: 0;
    padding-inline: 0.8rem 1rem;
    position: relative;
  }
}
.anchor__item::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 3rem;
  background-color: #C1874E;
}
@media screen and (width <= 767px) {
  .anchor__item::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (width <= 767px) {
  .anchor__item:nth-of-type(odd)::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 3rem;
    background-color: #C1874E;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (width <= 767px) {
  .anchor__item .arrow__icon {
    padding-left: 2rem;
    text-indent: -2rem;
    font-size: 1.3rem;
  }
}
.anchor__item .arrow__icon::before {
  rotate: 90deg;
}
@media screen and (width <= 767px) {
  .anchor__item .arrow__icon::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}

a[href*="tel:"].-disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.container__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  margin-bottom: 4.6rem;
}
@media screen and (width <= 767px) {
  .container__col2 {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.container__col2 figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36.6%;
  aspect-ratio: 41/25;
  overflow: hidden;
  border-radius: 4rem;
}
@media screen and (width <= 767px) {
  .container__col2 figure {
    width: 100%;
    border-radius: 2rem;
  }
}
.container__col2 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container__col2:last-child {
  margin-bottom: 0;
}
.container__col2.-img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (width <= 767px) {
  .container__col2.-img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.modal__wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__wrap[data-open=true] {
  display: block;
  opacity: 1;
}
.modal__inner {
  width: 100%;
  height: 100%;
  max-width: 104rem;
  margin-inline: auto;
  padding: 9rem 2rem 4rem;
  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;
}
.modal__content {
  max-height: calc(100svh - 13rem);
  background-color: #fff;
  padding: 6rem;
  border-radius: 3rem;
  overflow-y: auto;
  position: relative;
}
@media screen and (width <= 767px) {
  .modal__content {
    padding: 5rem 2.5rem 3rem;
  }
}
.modal__content .btn__link {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__content .btn__link__item {
  background-color: #DD9A17;
}
.modal__close {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #A79576;
  border-radius: 1.8rem;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .modal__close {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close::before, .modal__close::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 0.05rem);
  left: calc(50% - 0.7rem);
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* テスト・講習会 / 保護者向け講座 */
.schedule__wrap {
  padding-top: 4rem;
}
@media screen and (width <= 767px) {
  .schedule__wrap {
    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;
    padding-top: 3rem;
  }
}

.schedule__note {
  margin-top: 1.5rem;
}
@media screen and (width <= 767px) {
  .schedule__note {
    margin-top: 0;
    margin-bottom: 0.8rem !important;
    font-size: 1.3rem;
  }
}

.schedule__list {
  --schedule-padding: 4rem;
  --schedule-col-max: 14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 4.4rem 1rem;
  padding-inline: 3.5714285714%;
  background-color: var(--color-schedule-bg);
}
@media screen and (width <= 767px) {
  .schedule__list {
    width: calc(100% + 4rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 -2rem;
    padding-inline: 1.2rem 0;
  }
}
.schedule__list .schedule__list__month {
  width: 7.6923076923%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month {
    width: 100%;
    height: 4.5rem;
  }
}
.schedule__list .schedule__list__month::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: calc(100% + 2rem);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.4rem, #CCCCCC), color-stop(0.4rem, transparent));
  background-image: linear-gradient(to bottom, #CCCCCC 0.4rem, transparent 0.4rem);
  background-size: 0.1rem 0.7rem;
  background-repeat: repeat-y;
  position: absolute;
  top: -1rem;
  left: 50%;
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month::before {
    width: calc(100% - 2.8rem);
    height: 0.1rem;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.4rem, #CCCCCC), color-stop(0.4rem, transparent));
    background-image: linear-gradient(to right, #CCCCCC 0.4rem, transparent 0.4rem);
    background-size: 0.7rem 0.1rem;
    background-repeat: repeat-x;
    top: 50%;
    left: 2.8rem;
  }
}
.schedule__list .schedule__list__month .schedule__month {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -4.4rem;
  left: 0;
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__month {
    width: auto;
    font-size: 1.2rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.schedule__list .schedule__list__month .schedule__line::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-light);
  border-radius: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__line::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__line::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__title {
    line-height: 1.0909090909;
  }
}
.schedule__list .schedule__list__month .schedule__title .-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__title .-sp {
    display: block;
  }
}
.schedule__list .schedule__list__month .schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item {
    font-size: 1.2931vw;
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item {
    font-size: 1.2rem;
  }
}
.schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) {
  gap: 0;
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) {
    left: 50%;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) {
    left: 50%;
    -webkit-transform: translateX(-0.75rem);
            transform: translateX(-0.75rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 50%;
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line > span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.2rem;
  background-color: var(--color-light);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line > span {
    width: 0.2rem;
    height: 100%;
  }
}
.schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: var(--color-light);
  border-radius: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item:not([data-column="0"]) .schedule__line::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.schedule__list .schedule__list__month .schedule__item[data-column=""] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4rem;
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="1"] .schedule__line {
    width: 10rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="1"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 1 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="1"] .schedule__line {
    height: 6.1rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="2"] .schedule__line {
    width: 18rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="2"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 2 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="2"] .schedule__line {
    height: 10.6rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="3"] .schedule__line {
    width: 26rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="3"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 3 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="3"] .schedule__line {
    height: 15.1rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="4"] .schedule__line {
    width: 34rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="4"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 4 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="4"] .schedule__line {
    height: 19.6rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="5"] .schedule__line {
    width: 42rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="5"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 5 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="5"] .schedule__line {
    height: 24.1rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="6"] .schedule__line {
    width: 50rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="6"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 6 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="6"] .schedule__line {
    height: 28.6rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="7"] .schedule__line {
    width: 58rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="7"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 7 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="7"] .schedule__line {
    height: 33.1rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="8"] .schedule__line {
    width: 66rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="8"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 8 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="8"] .schedule__line {
    height: 37.6rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="9"] .schedule__line {
    width: 74rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="9"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 9 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="9"] .schedule__line {
    height: 42.1rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="10"] .schedule__line {
    width: 82rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="10"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 10 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="10"] .schedule__line {
    height: 46.6rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="11"] .schedule__line {
    width: 90rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="11"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 11 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="11"] .schedule__line {
    height: 51.1rem;
  }
}
@media screen and (width >= 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="12"] .schedule__line {
    width: 98rem;
  }
}
@media screen and (767px < width < 1160px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="12"] .schedule__line {
    width: calc((100vw - var(--schedule-padding)) / var(--schedule-col-max) * 12 + 1.5rem);
  }
}
@media screen and (width <= 767px) {
  .schedule__list .schedule__list__month .schedule__item[data-column="12"] .schedule__line {
    height: 55.6rem;
  }
}
.schedule__list .schedule__list__month .schedule__item:hover {
  color: #DE6E6B;
}
.schedule__list .schedule__list__month .schedule__item:hover .schedule__line::before,
.schedule__list .schedule__list__month .schedule__item:hover .schedule__line::after,
.schedule__list .schedule__list__month .schedule__item:hover .schedule__line > span {
  background-color: #DE6E6B;
}

.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 4rem;
  border-top: 0.1rem dashed #8A8A8A;
}

@media screen and (width <= 767px) {
  .pagination .wp-pagenavi {
    gap: 0.6rem;
  }
}
.pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.5rem;
  border: 0.1rem solid #8B6035;
  text-decoration: none;
  font-size: 1.5rem;
}

@media screen and (width <= 767px) {
  .pagination .wp-pagenavi > span, .pagination .wp-pagenavi > a {
    width: 3.5rem;
    min-width: auto;
    height: 3.5rem;
    padding: 0 0.5em;
    font-size: 1.3rem;
  }
}
.pagination .wp-pagenavi > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination .wp-pagenavi > a:hover {
  opacity: 0.7;
}

.pagination .wp-pagenavi .current {
  background-color: #8B6035;
  color: #fff;
}

.pagination .wp-pagenavi .previouspostslink {
  margin-right: 2rem;
}
.pagination .wp-pagenavi .previouspostslink::before {
  content: "前のページ";
}

@media screen and (width <= 767px) {
  .pagination .wp-pagenavi .previouspostslink {
    margin-right: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 6rem;
  }
  .pagination .wp-pagenavi .previouspostslink::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.15rem solid #8B6035;
    border-left: 0.15rem solid #8B6035;
    -webkit-transform: translateX(0.2rem) rotate(-45deg);
    transform: translateX(0.2rem) rotate(-45deg);
  }
}
.pagination .wp-pagenavi .nextpostslink {
  margin-left: 2rem;
}
.pagination .wp-pagenavi .nextpostslink::before {
  content: "次のページ";
}

@media screen and (width <= 767px) {
  .pagination .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 6rem;
  }
  .pagination .wp-pagenavi .nextpostslink::before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.15rem solid #8B6035;
    border-right: 0.15rem solid #8B6035;
    -webkit-transform: translateX(-0.2rem) rotate(45deg);
    transform: translateX(-0.2rem) rotate(45deg);
  }
}