/* ---------------------------------------------------
	common
------------------------------------------------------ */
br.sp {
  display: none;
}

.not-found {
  padding: 100px 0;
}

.header__assistance {
  position: relative;
  margin: 0 10px 0 auto;
  line-height: 1.2;
}

.header__assistance .assistance__button {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

.header__assistance .assistance__button .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.header__assistance .assistance__button::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 3px;
  border-style: solid;
  border-width: 6.9px 4px 0;
  border-color: currentcolor transparent transparent;
  vertical-align: middle;
}

.header__assistance .assistance__popup {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 322px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgb(0 0 0 / 8%);
}

.header__assistance .assistance__list {
  display: flex;
  gap: 8px;
  align-items: center;
}

.header__assistance .assistance__list dt {
  font-weight: normal;
}

.header__assistance .assistance__list dd {
  display: flex;
  margin: 0;
  gap: 8px;
  align-items: center;
}

.header__assistance .assistance__list .change__fontsize,
.header__assistance .assistance__list .change__bgcolor {
  display: block;
  padding: 4px 12px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  cursor: pointer;
}

.header__assistance .assistance__list .change__bgcolor.--blue {
  background: #00f;
  color: #fff200;
}

.header__assistance .assistance__list .change__bgcolor.--yellow {
  background: #fff200;
}

.header__assistance .assistance__list .change__bgcolor.--black {
  background: #000;
  color: #fff;
}

.header__assistance .assistance__list + .assistance__list {
  margin-top: 8px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  padding: 16px 0;
  justify-content: flex-start;
}

.breadcrumb li::after {
  content: '>';
  padding: 0 4px;
}

.breadcrumb li:last-of-type::after {
  content: none;
}

.breadcrumb li a {
  color: var(--color-darkblue);
  text-decoration: underline;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.footer__2026 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 16px);
  margin: 0 auto 4px;
  gap: 8px;
}

.footer__2026 .footer__link__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (any-hover: hover) {
  .footer__2026 .footer__link__item:hover::before {
    background: rgb(97 155 234 / 80%);
  }
}

.footer__2026 .footer__link__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 81 190 / 80%);
  transition: all 0.5s;
}

.footer__2026 .footer__link__item.--01 {
  width: calc(50% - 4px);
  height: 216px;
  background: url('../img/common/footer_link_bg01.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}

.footer__2026 .footer__link__item.--02 {
  width: calc(50% - 4px);
  height: 216px;
  background: url('../img/common/footer_link_bg02.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}

.footer__2026 .footer__link__item.--02 .item__title .icon {
  transform: rotate(90deg);
}

.footer__2026 .footer__link__item .item__title {
  position: relative;
  font-size: 1.071428571rem;
  line-height: 1.5;
  text-align: center;
}

.footer__2026 .footer__link__item .item__title > span {
  display: inline-block;
  vertical-align: middle;
}

.footer__2026 .footer__link__item .item__title .big {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.footer__2026 .footer__link__item .item__title .icon {
  margin-left: 8px;
  vertical-align: middle;
}

.footer__2026 .footer__search {
  position: relative;
  width: 100%;
  padding: 56px 0;
  background: url('../img/common/footer_link_bg03.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}

.footer__2026 .footer__search::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 81 190 / 80%);
}

.footer__2026 .footer__search > * {
  position: relative;
}

.footer__2026 .footer__search .search__title {
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.footer__2026 .footer__search .search__title .icon {
  display: block;
  margin: 0 auto 8px;
}

.footer__2026 .footer__search .search__title .big {
  font-size: 2.285714286rem;
  font-weight: bold;
}

.footer__2026 .footer__search .search__col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between;
}

.footer__2026 .footer__search .search__col .col__left {
  width: 73.65%;
}

.footer__2026 .footer__search .search__col .col__right {
  width: 24%;
}

.footer__2026 .footer__search .search__col .col__title {
  margin-bottom: 12px;
  color: #fffd00;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.footer__2026 .footer__search .search__col .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__2026 .footer__search .search__col .flexbox .col__box {
  width: calc(33.33% - 6px);
}

.footer__2026 .footer__search .search__col .col__box {
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  color: var(--color-blue-main);
  text-align: center;
}

.footer__2026 .footer__search .search__col .col__box .box__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.footer__2026 .footer__search .search__col .col__box .box__area {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

.footer__2026 .footer__search .search__col .col__box .box__button {
  margin-top: 8px;
  line-height: 1;
}

.footer__2026 .footer__search .search__col .col__box .box__button a {
  position: relative;
  display: block;
  padding: 6px;
  background: var(--color-blue-main);
  border-radius: 4px;
  color: #fff;
  font-size: 0.785714286rem;
  font-weight: 300;
  line-height: 1.5;
}

.footer__2026 .footer__search .search__col .col__box .box__button a::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url('../img/common/footer_link_icon02.svg') no-repeat;
  background-size: 100%;
}

.footer__2026sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  align-items: flex-end;
  display: none;
  height: 64px;
  padding: 4px;
  background: var(--color-darkblue);
  color: #fff;
  font-size: 0.636rem;
  line-height: 1.2;
  text-align: center;
  z-index: 10010;
}

.footer__2026sp .icon {
  display: block;
  margin: 0 auto 4px;
}

.footer__2026sp .ham_button {
  position: relative;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 0;
  background: #fff;
  color: var(--color-blue-main);
  justify-content: center;
  flex-direction: column;
}

.footer__2026sp .ham_button.active span:nth-of-type(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.footer__2026sp .ham_button.active span:nth-of-type(2) {
  background: transparent;
}

.footer__2026sp .ham_button.active span:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.footer__2026sp .ham_button span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  content: '';
  width: 24px;
  height: 1px;
  margin: 0 auto;
  background-color: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.footer__2026sp .ham_button span:nth-of-type(1) {
  top: calc(50% - 8px);
}

.footer__2026sp .ham_button span:nth-of-type(3) {
  top: calc(50% + 8px);
}

.footer__2026sp a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 56px;
  width: calc((100% - 56px - 56px) / 2);
  padding-bottom: 10px;
  color: #fff;
}

.footer__2026sp a + a {
  border-left: 1px solid #fff;
}

.footer__2026sp .footer__fontsize {
  position: relative;
  width: calc((100% - 56px - 56px) / 3);
  border-left: 1px solid #fff;
}

.footer__2026sp .footer__fontsize .fontsize__button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 56px;
  padding-bottom: 10px;
}

.footer__2026sp .footer__fontsize .fontsize__popup {
  display: none;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 92px);
  width: 184px;
  margin-bottom: 8px;
  padding: 10px 10px 16px;
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 8%);
  color: var(--color-darkblue);
}

.footer__2026sp .footer__fontsize .fontsize__popup .title {
  margin-bottom: 8px;
  font-size: 0.636rem;
  line-height: 1.5;
  text-align: center;
}

.footer__2026sp .footer__fontsize .fontsize__popup .normal {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.751rem;
  vertical-align: middle;
}

.footer__2026sp .footer__fontsize .fontsize__popup .big {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.867rem;
  vertical-align: middle;
}

.footer__2026sp .footer__fontsize .fontsize__popup .fontsize__toggle {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 53px;
  height: 4px;
  border-radius: 8px;
  background-color: #ddd;
  cursor: pointer;
  transition: background-color 0.4s;
}

.footer__2026sp .footer__fontsize .fontsize__popup .fontsize__toggle::after {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-blue-main);
  content: '';
  transition: left 0.4s;
}

.footer__2026sp .footer__fontsize .fontsize__popup .fontsize__toggle:has(:checked)::after {
  left: 30px;
}

.footer__2026sp .footer__fontsize .fontsize__popup .fontsize__toggle input {
  display: none;
}

.footer__2026sp .page_top_sp {
  width: 56px;
  border-left: 1px solid #fff;
}

@media screen and (width >= 641px) {
  .coaching202305 .header-2023summer .header__inner.--nav .subnav > ul {
    gap: 56px;
    justify-content: center;
  }

  .coaching202305 .header-2023summer .header__inner.--nav .subnav li {
    width: calc((100% - 56px - 56px - 56px) / 3);
    max-width: 276px;
  }

  .coaching202305 .header-2023summer .header__inner.--nav .subnav a {
    letter-spacing: 0;
  }
}

@media screen and (width <= 640px) {
  .coaching202305 .header-2023summer {
    position: absolute;
  }

  .coaching202305 .header-2023summer .header__inner.--nav {
    position: fixed;
    left: 0;
    top: 0;
  }

  .coaching202305 #page_top {
    display: none !important;
  }
}

@media screen and (width <= 640px) {
  br.sp {
    display: inline;
  }

  .header__assistance {
    display: none;
    position: absolute;
    right: 35px;
    top: -2px;
    margin: 0;
  }

  .header__assistance .assistance__button {
    padding: 5px 2px;
    background: #f2f6fc;
    border-radius: 4px;
    font-size: 0.636rem;
    text-align: center;
  }

  .header__assistance .assistance__button .icon {
    top: auto;
    display: block;
    margin: 0 auto 4px;
  }

  .header__assistance .assistance__button::after {
    content: none;
  }

  .breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 24px 8px;
    font-size: 0.694rem;
    text-align: left;
  }

  .breadcrumb li::after {
    content: '>';
    padding: 0 4px;
  }

  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  .footer__2026 {
    margin-bottom: 8px;
  }

  .footer__2026 .footer__link__item.--01 {
    width: calc(50% - 4px);
    height: 150px;
  }

  .footer__2026 .footer__link__item.--02 {
    width: calc(50% - 4px);
    height: 150px;
  }

  .footer__2026 .footer__link__item.--02 .item__title .icon {
    transform: rotate(90deg);
  }

  .footer__2026 .footer__link__item .item__title {
    font-size: 0.867rem;
  }

  .footer__2026 .footer__link__item .item__title .big {
    font-size: 1.387rem;
  }

  .footer__2026 .footer__search {
    padding: 40px 0;
  }

  .footer__2026 .footer__search .search__title {
    font-size: 0.867rem;
  }

  .footer__2026 .footer__search .search__title .big {
    font-size: 1.618rem;
  }

  .footer__2026 .footer__search .search__col {
    margin-top: 24px;
    gap: 24px 0;
  }

  .footer__2026 .footer__search .search__col .col__left {
    width: 100%;
  }

  .footer__2026 .footer__search .search__col .col__right {
    width: 100%;
  }

  .footer__2026 .footer__search .search__col .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__2026 .footer__search .search__col .flexbox .col__box {
    width: 100%;
  }

  .footer__2026 .footer__search .search__col .flexbox .col__box + .col__box {
    margin-top: 8px;
  }

  .footer__2026 .footer__search .search__col .col__box {
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    color: var(--color-blue-main);
    text-align: center;
  }

  .footer__2026 .footer__search .search__col .col__box .box__title {
    font-size: 0.809rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .footer__2026 .footer__search .search__col .col__box .box__area {
    margin-top: 4px;
    font-size: 0.809rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .footer__2026 .footer__search .search__col .col__box .box__button {
    margin-top: 8px;
    line-height: 1;
  }

  .footer__2026 .footer__search .search__col .col__box .box__button a {
    position: relative;
    display: block;
    padding: 6px;
    background: var(--color-blue-main);
    border-radius: 4px;
    color: #fff;
    font-size: 0.636rem;
    font-weight: 300;
    line-height: 1.5;
  }

  .footer__2026 .footer__search .search__col .col__box .box__button a::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url('../img/common/footer_link_icon02.svg') no-repeat;
    background-size: 100%;
  }

  .footer__2026sp {
    display: flex;
  }
}

/* ---------------------------------------------------
	column
------------------------------------------------------ */
.column__mv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 32px);
  height: 424px;
  margin: 0 auto;
  background: url('../img/column/mv.jpg') no-repeat center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.column__mv::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 81 190 / 40%);
}

.column__mv .mv__title {
  position: relative;
  color: #fff;
  font-size: 2.428571429rem;
  font-weight: bold;
  line-height: 1.5;
}

.widget-area .category__title {
  font-weight: bold;
  line-height: 1.5;
}

.widget-area .category__list {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.2;
}

.widget-area .category__list li a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid currentcolor;
  border-radius: 100vmax;
  color: var(--color-blue-main);
}

.widget-area .category__list li.current a {
  background: var(--color-blue-main);
  color: #fff;
}

.column__archive {
  padding: 128px 0;
}

.column__list {
  margin-top: 56px;
  border-top: 1px solid #619bea;
}

.column__list > li {
  border-bottom: 1px solid #619bea;
}

.column__list > li a {
  position: relative;
  display: flex;
  padding: 16px 0;
  align-items: center;
  justify-content: space-between;
  color: #1c1c1c;
  text-decoration: none;
}

.column__list > li a:hover {
  text-decoration: underline;
}

.column__list > li .eyecatch {
  width: 144px;
  line-height: 1;
}

.column__list > li .eyecatch img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  object-fit: cover;
}

.column__list > li .list__body {
  width: calc(100% - 144px - 24px);
}

.column__list > li .list__body .date {
  display: inline-block;
  margin-right: 16px;
  color: #b6cbf0;
  font-size: 0.93em;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.column__list > li .list__body .category {
  display: inline-block;
  padding: 5px 10px;
  background: #e1eafa;
  border-radius: 100vmax;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}

.column__list > li .list__body .title {
  margin-top: 8px;
  padding-right: 140px;
  font-size: 1.125em;
  font-weight: bold;
}

.column__list > li .list__body .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  padding: 8px 40px 8px 0;
  color: var(--color-blue-main);
  line-height: 1;
}

.column__list > li .list__body .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url('../img/common/icon_arrow.svg') no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  gap: 32px;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: center;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
  padding: 4px 0;
}

.wp-pagenavi .current {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color-blue-main);
}

.wp-pagenavi .page {
  margin: 0;
  color: #1c1c1c;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url('../img/common/icon_arrow_big.svg') no-repeat;
  background-size: 100%;
  text-align: left;
  text-indent: -9999px;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink {
  transform: scale(-1, 1);
}

.entry__mv {
  padding: 40px 10px;
  background: rgb(242 246 252 / 98%);
  color: var(--color-blue-main);
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.entry__header {
  margin-bottom: 56px;
}

.entry__date {
  color: #b6cbf0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.entry__title {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.entry__category {
  display: inline-block;
  margin-top: 24px;
  padding: 5px 16px;
  background: #e1eafa;
  border-radius: 100vmax;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
}

.post-thumbnail {
  margin-bottom: 40px;
}

.post-thumbnail img {
  border-radius: 16px;
}

.entry__content {
  font-size: 1.071428571rem;
  line-height: 1.75;
}

.entry__content #toc_container {
  width: 100%;
  margin-top: 56px;
  background: none;
  border: none;
  font-size: 1.071428571rem;
}

.entry__content #toc_container .toc_title {
  position: relative;
  color: var(--color-blue-main);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
}

.entry__content #toc_container .toc_title::before {
  content: '';
  position: relative;
  display: block;
  background:
    url('../img/common/icon_tableofcontents.svg') no-repeat center top,
    #fff;
  background-size: 48px;
  width: 88px;
  height: 48px;
  margin: 0 auto;
  z-index: 1;
}

.entry__content #toc_container .toc_title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 1px solid var(--color-blue-main);
}

.entry__content #toc_container .toc_list {
  max-width: 680px;
  margin: 0 auto;
}

.entry__content #toc_container .toc_list ul {
  margin: 0;
}

.entry__content #toc_container a {
  position: relative;
  display: block;
  padding: 16px 32px 16px 0;
  background: url('../img/common/icon_arrow_bottom.svg') no-repeat right center;
  background-size: 17px;
  border-bottom: 1px solid #619bea;
  color: var(--color-blue-main);
  font-weight: bold;
}

.entry__content .summary__box {
  position: relative;
  margin-top: 56px;
  margin-bottom: 64px;
  padding: 0 80px 32px;
  background: #f2f6fc;
  border-radius: 8px;
  font-weight: bold;
}

.entry__content .summary__box p {
  font-weight: inherit;
}

.entry__content .summary__box .summary__title {
  position: relative;
  top: -16px;
  margin-bottom: -8px;
  color: var(--color-blue-main);
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}

.entry__content .summary__box .summary__title::before {
  content: '';
  position: relative;
  display: block;
  background: url('../img/common/icon_summary.svg') no-repeat center top;
  background-size: 100%;
  width: 35px;
  height: 43px;
  margin: 0 auto 8px;
  z-index: 1;
}

.entry__content h1 {
  margin: 80px auto 12px;
  color: var(--color-blue-main);
  font-weight: bold;
  line-height: 1.4;
}

.entry__content h2 {
  margin: 56px auto 12px;
  background: none;
  padding: 16px 0 16px 16px;
  border: none;
  border-left: 8px solid var(--color-blue-main);
  color: var(--color-blue-main);
  font-weight: bold;
  line-height: 1.4;
}

.entry__content h3 {
  margin: 32px auto 8px;
  background: none;
  color: var(--color-blue-main);
  font-weight: bold;
  line-height: 1.66;
}

.entry__content h3 span {
  display: inline;
  padding: 0 !important;
  background: none !important;
  color: var(--color-blue-main) !important;
}

.entry__content h4 {
  margin: 32px auto 8px;
  background: none;
  color: var(--color-blue-main);
  font-weight: bold;
  line-height: 1.66;
}

.entry__content h5,
.entry__content h6 {
  margin: 24px auto 8px;
  background: none;
  color: var(--color-blue-main);
  font-weight: bold;
  line-height: 1.66;
}

.entry__author {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: #f2f6fc;
  border-radius: 16px;
  align-items: center;
}

.entry__author .author__title {
  color: var(--color-blue-main);
  font-size: 1.071428571rem;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}

.entry__author .author__img {
  width: 80px;
}

.entry__author .author__img img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.entry__author .author__body {
  width: calc(100% - 80px - 140px - 48px);
}

.entry__author .author__body .nickname {
  font-size: 0.928571429rem;
  line-height: 1.75;
}

.entry__author .author__body .name {
  margin-top: 4px;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.5;
}

.entry__author .author__body .description {
  margin-top: 8px;
  line-height: 1.6;
}

.entry__contact {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.entry__contact .contact__button {
  display: block;
  width: calc(50% - 8px);
  padding: 16px;
  background: #fffd00;
  border: 1px solid var(--color-blue-main);
  border-radius: 4px;
  color: var(--color-blue-main);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.entry__contact .contact__button .icon {
  display: block;
  margin: 0 auto 4px;
}

.entry__backtop {
  margin-top: 48px;
  line-height: 1;
  text-align: center;
}

.entry__backtop a {
  display: inline-block;
  padding: 16px 40px;
  border: 1px solid var(--color-blue-main);
  border-radius: 100vmax;
  color: var(--color-blue-main);
  font-size: 1.071428571rem;
  font-weight: bold;
  line-height: 1.5;
}

.entry__backtop a::after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 8px;
  background: url('../img/common/icon_arrow02.svg') no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media screen and (width <= 640px) {
  .column__mv {
    width: calc(100% - 16px);
    height: 212px;
  }

  .column__mv .mv__title {
    font-size: 1.618rem;
  }

  .widget-area {
    font-size: 0.867rem;
  }

  .column__archive {
    padding: 40px 0;
  }

  .column__list {
    margin-top: 40px;
  }

  .column__list > li a {
    padding: 16px 0;
    align-items: flex-start;
  }

  .column__list > li a:hover {
    text-decoration: none;
  }

  .column__list > li .eyecatch {
    width: 100px;
  }

  .column__list > li .list__body {
    width: calc(100% - 100px - 16px);
  }

  .column__list > li .list__body .date {
    margin-right: 16px;
    font-size: 0.694rem;
  }

  .column__list > li .list__body .category {
    font-size: 0.694rem;
  }

  .column__list > li .list__body .title {
    margin-top: 8px;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 0.867rem;
    line-height: 1.75;
  }

  .column__list > li .list__body .more {
    top: auto;
    bottom: 8px;
    padding: 8px 32px 8px 0;
    font-size: 0.694rem;
  }

  .column__list > li .list__body .more::after {
    width: 24px;
    height: 24px;
  }

  .wp-pagenavi {
    margin-top: 40px;
    font-size: 0.751rem;
    gap: 24px;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 48px;
    height: 48px;
  }

  .entry__mv {
    padding: 24px 10px;
  }

  .entry__header {
    margin-bottom: 40px;
  }

  .entry__title {
    margin-top: 16px;
    font-size: 1.387rem;
  }

  .entry__category {
    margin-top: 16px;
    font-size: 0.809rem;
  }

  .post-thumbnail {
    margin-bottom: 24px;
  }

  .entry__content {
    font-size: 0.867rem;
    line-height: 1.75;
  }

  .entry__content #toc_container {
    width: 100%;
    margin-top: 56px;
    background: none;
    border: none;
    font-size: 0.809rem;
    line-height: 1.66;
  }

  .entry__content #toc_container a {
    padding: 12px 28px 12px 0;
  }

  .entry__content .summary__box {
    margin-top: 48px;
    margin-bottom: 40px;
    padding: 0 24px 32px;
  }

  .entry__content .summary__box .summary__title {
    margin-bottom: -16px;
  }

  .entry__content h2 {
    padding: 8px 0 8px 16px;
    border-left-width: 6px;
    font-size: 1.25rem;
  }

  .entry__author {
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px;
  }

  .entry__author .author__title {
    width: 100%;
    text-align: center;
  }

  .entry__author .author__img {
    width: 100%;
    text-align: center;
  }

  .entry__author .author__body {
    width: 100%;
  }

  .entry__author .author__body .description {
    font-size: 0.809rem;
  }

  .entry__contact {
    margin-top: 48px;
  }

  .entry__backtop {
    margin-top: 40px;
  }
}

/* ---------------------------------------------------
	english
------------------------------------------------------ */
.english__mv {
  position: relative;
  width: calc(100% - 32px);
  min-height: 668px;
  margin: 0 auto 16px;
  padding: 80px 0;
  background: url('../img/english/bg_mv.jpg') no-repeat center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

.english__mv .mv__container {
  max-width: 450px;
  margin: 0 auto 0 8%;
}

.english__mv .mv__title {
  font-size: 2rem;
  line-height: 1.4;
}

.english__mv .mv__title .fukidashi {
  display: block;
  width: 280px;
  margin: 0 auto 16px;
  padding-bottom: 26px;
  background: url('../img/english/icon_mv01.png') no-repeat center bottom;
  background-size: 100%;
  font-size: 1.285714286rem;
  line-height: 1.5;
  text-align: center;
}

.english__mv .mv__title .bg {
  display: inline-block;
  margin: 12px 0;
  padding: 8px 15px 10px;
  background: var(--color-darkblue);
  border-radius: 8px;
  color: #fff;
  font-size: 3.2857rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}

.english__mv .mv__title .bg.--02 {
  background: var(--color-blue-main);
}

.english__mv .mv__title .icon {
  display: inline-block;
  width: 19px;
  height: auto;
  vertical-align: middle;
}

.english__mv .mv__title .big {
  font-size: 2.428571429rem;
}

.english__mv .mv__lead {
  margin-top: 32px;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
}

.english__mv .mv__button {
  margin-top: 32px;
  font-size: 1.071428571rem;
  line-height: 1.5;
  text-align: center;
}

.english__mv .mv__button a {
  display: inline-block;
  width: 206px;
  padding: 16px 0;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 8px;
  color: var(--color-blue-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .english__mv .mv__button a:hover {
    background: var(--color-blue-main);
    color: #fff;
    text-decoration: none;
  }

  .english__mv .mv__button a:hover .icon {
    fill: #fff;
  }
}

.english__mv .mv__button a.--01 {
  background: #fffd00;
}

@media (any-hover: hover) {
  .english__mv .mv__button a.--01:hover {
    background: var(--color-blue-main);
    color: #fffd00;
  }

  .english__mv .mv__button a.--01:hover .icon {
    fill: #fffd00;
  }
}

.english__mv .mv__button a.--02 {
  margin-left: 16px;
}

.english__mv .mv__button a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 4px;
  fill: var(--color-blue-main);
  vertical-align: middle;
  transition: all 0.5s;
}

.english__mv .mv__note {
  margin-top: 32px;
  font-size: 0.928571429rem;
  line-height: 1.4;
}

.english__navi {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  font-size: 0.751rem;
  line-height: 1.4;
  z-index: 100;
}

.english__navi ul {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.english__navi ul li a {
  position: relative;
  display: block;
  padding: 16px 0;
  color: #1c1c1c;
}

.english__navi ul li a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-blue-main);
  opacity: 0;
}

.english__navi ul li.is-active a::after {
  opacity: 1;
}

.english__title {
  margin: 0 auto 32px;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  line-height: 1.5;
}

.english__title .color {
  color: var(--color-darkblue);
}

.english__trouble {
  padding: 72px 0 80px;
  background: url('../img/english/bg_dots01.png') center top;
}

.english__trouble .w1000 {
  max-width: 1080px;
}

.english__trouble .english__title {
  font-size: 1.142857143rem;
  line-height: 1.75;
}

.english__trouble .english__title .big {
  font-size: 2rem;
  font-weight: bold;
}

.english__trouble .trouble__list {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
  font-size: 1.142857143rem;
  line-height: 1.75;
  justify-content: space-between;
  text-align: left;
}

.english__trouble .trouble__list > li {
  position: relative;
  width: 21.66%;
  padding: 24px 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 16px rgb(0 0 0 / 8%);
}

.english__trouble .trouble__list .list__title {
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
  width: 56px;
  height: 64px;
  margin: 0 auto;
  padding-top: 20px;
  background: url('../img/english/bg_trouble01.png') no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.english__trouble .trouble__list .list__text {
  margin-top: 8px;
  font-weight: bold;
  text-align: left;
}

.english__trouble .trouble__text01 {
  position: relative;
  max-width: 452px;
  margin: 40px auto 0;
  padding: 16px 24px;
  background: var(--color-darkblue);
  border-radius: 8px;
  color: #fff;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.english__trouble .trouble__text01::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  width: 40px;
  height: 24px;
  margin: 0 auto;
  background: url('../img/english/bg_trouble02.png') no-repeat center top;
  background-size: 100%;
}

.english__trouble .trouble__text01 .color {
  color: #fffd00;
  font-size: 1.571428571rem;
  font-weight: bold;
  line-height: 1.5;
}

.english__trouble .trouble__text02 {
  margin-top: 48px;
  font-size: 1.571428571rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.english__trouble .trouble__text02 .big {
  font-size: 3.2857142857rem;
  font-weight: bold;
}

.english__trouble .trouble__text02 .big > span {
  font-size: 2rem;
}

.english__reason {
  padding: 120px 0;
  background: url('../img/english/bg_reason01.jpg') center;
  background-size: cover;
}

.english__reason .w1000 {
  max-width: 1080px;
}

.english__reason .english__title {
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.5;
}

.english__reason .reason__title {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 24px 12px;
  background: var(--color-darkblue);
  border-radius: 8px;
  color: #fff;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.5;
}

.english__reason .reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 880px;
  margin: 32px auto 0;
  font-size: 1.071428571rem;
  line-height: 1.75;
  text-align: left;
}

.english__reason .reason__list > li {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 16px);
}

.english__reason .reason__list .list__img {
  position: relative;
  line-height: 1;
  text-align: center;
}

.english__reason .reason__list .list__img img {
  width: 248px;
  height: auto;
}

.english__reason .reason__list .list__body {
  margin-top: -64px;
  padding: 80px 32px 24px;
  background: #fff;
  border-radius: 100px 100px 8px 8px;
  flex-grow: 1;
}

.english__reason .reason__list .list__title {
  width: calc(100% + 24px);
  margin: 0 -16px 8px;
  color: var(--color-blue-main);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.english__reason .reason__list .list__title .point {
  display: block;
  padding-top: 10px;
  padding-right: 8px;
  background: url('../img/english/bg_reason02.png') no-repeat center top;
  background-size: 100%;
  width: 149px;
  height: 56px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 1.071428571rem;
}

.english__reason .reason__list .list__title .point > span {
  padding-left: 4px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.english__reason .reason__list .list__lead {
  margin-bottom: 8px;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.75;
}

.english__example {
  padding: 120px 0;
}

.english__example .w1000 {
  max-width: 1080px;
}

.english__example .english__title {
  margin-bottom: 16px;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.5;
}

.english__example .english__title .line {
  background: linear-gradient(to bottom, transparent 0%, transparent 69%, #fffd00 70%);
  color: var(--color-darkblue);
  font-size: 1.571428571rem;
  font-weight: bold;
}

.english__example .english__title .big {
  display: inline-block;
  margin: 12px 0 8px;
  font-size: 2rem;
}

.english__example .example__bg {
  padding: 80px 24px 72px;
  background: url('../img/english/bg_dots02.png') center top;
  border-radius: 16px;
  border: 1px solid #e4eeee;
}

.english__example .example__bg > .flexbox {
  display: flex;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.english__example .example__bg .example__profile {
  width: 21.3%;
  max-width: 200px;
  text-align: center;
}

.english__example .example__bg .example__profile .profile__img {
  margin-bottom: 10px;
}

.english__example .example__bg .example__profile .profile__text {
  font-size: 1.071428571rem;
  line-height: 1.75;
}

.english__example .example__bg .example__profile .profile__name {
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.5;
}

.english__example .example__bg .example__profile .profile__name .big {
  font-size: 1.571428571rem;
  font-weight: bold;
}

.english__example .example__bg .example__profile .profile__tag {
  width: max-content;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 2px 20px;
  border: 1px solid #a0a0a0;
  border-radius: 100vmax;
  font-size: 0.928571429rem;
  line-height: 1.5;
}

.english__example .example__bg .example__body {
  width: 75.4%;
  max-width: 708px;
  text-align: left;
}

.english__example .example__bg .example__body .body__text {
  padding: 20px 16px;
  background: var(--color-darkblue);
  border-radius: 8px;
  color: #fff;
  font-size: 1.285714286rem;
  line-height: 1.75;
}

.english__example .example__bg .example__body .body__text p {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.english__example .example__bg .example__body .body__text .big {
  font-size: 2.428571429rem;
  line-height: 1.5;
}

.english__example .example__bg .example__body .body__text .color {
  color: #fffd00;
}

.english__example .example__bg .example__body .body__list {
  margin-top: 24px;
  font-size: 1.071428571rem;
  line-height: 1.75;
}

.english__example .example__bg .example__body .body__list > li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 24px 48px;
  border: 1px solid #e8e8e8;
  justify-content: space-between;
}

.english__example .example__bg .example__body .body__list > li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: var(--color-darkblue) transparent transparent transparent;
}

.english__example .example__bg .example__body .body__list > li:last-of-type::after {
  content: none;
}

.english__example .example__bg .example__body .body__list > li + li {
  margin-top: 32px;
}

.english__example .example__bg .example__body .body__list > li .list__img {
  width: 65px;
}

.english__example .example__bg .example__body .body__list > li .list__body {
  width: calc(100% - 80px);
}

.english__example .example__bg .example__body .body__list > li .list__title {
  margin-bottom: 8px;
  padding: 4px 12px;
  background: var(--color-darkblue);
  border-radius: 4px;
  color: #fff;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
}

.english__example .example__bg .message__box {
  position: relative;
  margin-top: 40px;
  padding: 40px 32px 24px;
  background: #fff;
  border: 2px solid #fffd00;
  border-radius: 8px;
  font-size: 1.071428571rem;
  line-height: 1.75;
}

.english__example .example__bg .message__box .box__title {
  position: absolute;
  left: 32px;
  top: -16px;
  padding: 6px 16px;
  background: #fffd00;
  border-radius: 4px;
  color: var(--color-darkblue);
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.5;
}

.english__school {
  padding: 120px 0;
  background: #f2f6fc;
}

.english__school .w1000 {
  max-width: 1080px;
}

.english__school .english__title {
  margin-bottom: 16px;
  font-size: 1.571428571rem;
  line-height: 1.5;
}

.english__school .english__title .color {
  color: var(--color-blue-main);
}

.english__school .english__title .line {
  background: linear-gradient(to bottom, transparent 0%, transparent 69%, #fffd00 70%);
  color: var(--color-darkblue);
  font-weight: bold;
}

.english__school .english__title .bg {
  display: inline-block;
  margin: 16px 0 4px;
  padding: 4px 16px 8px;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 8px;
  font-size: 1.571428571rem;
  line-height: 1.2;
}

.english__school .english__title .big {
  font-size: 2rem;
}

.english__school .english__title .big .color {
  font-size: 2.428571429rem;
}

.english__school .school__title {
  font-size: 1.428571429rem;
  line-height: 1.5;
}

.english__school .school__title .fukidashi {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 0 24px;
  font-size: 0.928571429rem;
  font-weight: 400;
}

.english__school .school__title .fukidashi::before,
.english__school .school__title .fukidashi::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: 48px;
  border-left: 1px solid var(--color-blue-main);
}

.english__school .school__title .fukidashi::before {
  transform: rotate(-15deg);
}

.english__school .school__title .fukidashi::after {
  left: auto;
  right: 0;
  transform: rotate(15deg);
}

.english__school .school__title .fukidashi .big {
  font-size: 1.428571429rem;
  font-weight: bold;
}

.english__school .school__title .color {
  color: var(--color-blue-main);
  font-weight: bold;
}

.english__school .school__search {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--color-blue-main);
  justify-content: space-between;
  text-align: left;
}

.english__school .school__search .search__box {
  width: 240px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  order: 10;
}

.english__school .school__search .search__box .box__title {
  color: var(--color-blue-main);
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
}

.english__school .school__search .search__box .box__title .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.english__school .school__search .checkbox__title {
  margin-top: 8px;
  padding: 2px 8px;
  background: #619bea;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.english__school .school__search .checkbox__title.--02 {
  background: #e1eafa;
  color: var(--color-blue-main);
}

.english__school .school__search .checkbox__list {
  display: flex;
  margin: 12px 0 16px;
  gap: 8px 0;
  font-size: 0.928571429rem;
  flex-wrap: wrap;
  line-height: 1.4;
}

.english__school .school__search .checkbox__list.wide li {
  width: 100%;
  min-width: 0;
}

.english__school .school__search .checkbox__list li {
  min-width: 50%;
}

.english__school .school__search input[type='checkbox'] {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
  border: 1px solid #b6cbf0;
  vertical-align: middle;
}

.english__school .school__search button {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 12px 16px;
  background: none;
  border-radius: 8px;
  border: 1px solid var(--color-blue-main);
  color: var(--color-blue-main);
  cursor: pointer;
  font-size: 1.071428571rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .english__school .school__search button:hover {
    background: #e1eafa;
  }
}

.english__school .school__search button .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.english__school .school__search .search__area {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  order: -10;
}

.english__school .school__search .search__area .area__title {
  display: none;
  margin-bottom: 8px;
  color: #619bea;
  font-weight: bold;
}

.english__school .school__search .search__area .area__scroll .scroll__icon {
  display: none;
}

.english__school .school__search .search__area .area__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  font-size: 1.285714286rem;
  line-height: 1.75;
}

.english__school .school__search .search__area .area__list li {
  width: 114px;
}

.english__school .school__search .search__area .area__list li label {
  position: relative;
  display: block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.english__school
  .school__search
  .search__area
  .area__list
  li
  label:has(input[type='checkbox']:checked) {
  background: #619bea;
  color: #fff;
}

.english__school .school__search .search__area .area__list li input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  appearance: none;
  opacity: 0;
}

.english__school .school__search .search__body {
  width: calc(100% - 240px - 40px);
}

.english__school .school__search .search__result {
  width: 100%;
  margin-bottom: 30px;
  color: #619bea;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.english__school .school__search .search__result .num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.english__school .school__search .search__result .small {
  font-size: 1rem;
  line-height: 1.2;
}

.english__school .school__search .search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}

.english__school .school__search .search__list .list__box {
  position: relative;
  width: 31%;
  margin-right: 3%;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 8px;
}

.english__school .school__search .search__list .list__box:nth-of-type(3n) {
  margin-right: 0;
}

.english__school .school__search .search__list .list__box .box__img {
  border-radius: 6px 6px 0 0;
  line-height: 1;
  overflow: hidden;
}

.english__school .school__search .search__list .list__box .box__img img {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 246/136;
  object-fit: cover;
}

.english__school .school__search .search__list .list__box .box__body {
  position: relative;
  padding: 8px;
}

.english__school .school__search .search__list .list__box .comment {
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 8px;
  background: #fff;
  border-radius: 100vmax;
  color: var(--color-blue-main);
  font-size: 0.928571429rem;
  line-height: 1.2;
  text-align: center;
}

.english__school .school__search .search__list .list__box .comment span {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.857142857rem;
}

.english__school .school__search .search__list .list__box .title {
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.2;
}

.english__school .school__search .search__list .list__box .info__list {
  display: flex;
  gap: 6px 8px;
  margin-top: 8px;
  padding: 6px 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  flex-wrap: wrap;
  line-height: 1.2;
}

.english__school .school__search .search__list .list__box .info__list .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
}

.english__school .school__search .search__list .list__box .tag__title {
  margin-top: 6px;
}

.english__school .school__search .search__list .list__box .tag__list {
  display: flex;
  gap: 6px 4px;
  margin-top: 4px;
  color: #606060;
  font-size: 0.857142857rem;
  flex-wrap: wrap;
  line-height: 1.2;
}

.english__school .school__search .search__list .list__box .tag__list li {
  padding: 2px 6px;
  background: #e1eafa;
  border-radius: 100vmax;
}

.english__school .school__search .search__list .list__box .box__button {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.english__school .school__search .search__list .list__box .box__button a {
  display: block;
  width: calc(50% - 4px);
  padding: 8px;
  background: #fffd00;
  border: 1px solid var(--color-blue-main);
  border-radius: 4px;
  color: var(--color-blue-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .english__school .school__search .search__list .list__box .box__button a:hover {
    background: var(--color-blue-main);
    color: #fff;
    text-decoration: none;
  }

  .english__school .school__search .search__list .list__box .box__button a:hover::before {
    background: url('../img/common/icon_mail03.svg') no-repeat;
    background-size: 100%;
  }
}

.english__school .school__search .search__list .list__box .box__button a:only-child {
  width: 100%;
}

.english__school .school__search .search__list .list__box .box__button a.button__tel {
  margin-right: auto;
}

@media (any-hover: hover) {
  .english__school
    .school__search
    .search__list
    .list__box
    .box__button
    a.button__tel:hover::before {
    background: url('../img/common/icon_tel02.svg') no-repeat;
    background-size: 100%;
  }
}

.english__school .school__search .search__list .list__box .box__button a.button__tel::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/common/icon_tel.svg') no-repeat;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: middle;
  transition: all 0.5s;
}

.english__school .school__search .search__list .list__box .box__button a.button__mail {
  margin-right: auto;
}

.english__school .school__search .search__list .list__box .box__button a.button__mail::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/common/icon_mail.svg') no-repeat;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: middle;
  transition: all 0.5s;
}

.english__school .school__search .more__button {
  width: 100%;
  margin-top: 32px;
  font-size: 0.928571429rem;
  line-height: 1.5;
  text-align: center;
}

.english__school .school__search .more__button > span {
  display: inline-block;
  width: 160px;
  padding: 8px;
  border: 1px solid #b6cbf0;
  border-radius: 100vmax;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .english__school .school__search .more__button > span:hover {
    background: #b6cbf0;
  }
}

.english__school .school__search .more__button > span::after {
  content: '';
  display: inline-block;
  background: url('../img/common/icon_arrow_bottom02.svg') no-repeat;
  background-size: 100%;
  width: 13px;
  height: 8px;
  margin-left: 4px;
  vertical-align: middle;
}

.english__school .school__note {
  margin-top: 56px;
  padding: 12px 32px;
  border: 1px solid var(--color-blue-main);
  font-size: 0.928571429rem;
  line-height: 1.75;
  text-align: left;
}

.english__school .school__note ul li {
  padding-left: 16px;
  text-indent: -16px;
}

.english__method {
  padding: 120px 0;
  background: url('../img/english/bg_dots01.png') center top;
}

.english__method .english__title {
  font-size: 1.142857143rem;
  line-height: 1.5;
}

.english__method .english__title .fukidashi {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 2px 40px 4px;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 16px;
  color: #808080;
  font-size: 2rem;
  font-weight: bold;
}

.english__method .english__title .fukidashi::after {
  content: '';
  position: absolute;
  left: 25%;
  top: 100%;
  display: inline-block;
  background: url('../img/english/bg_method01.png') no-repeat;
  background-size: 100%;
  width: 13px;
  height: 18px;
}

.english__method .english__title .fukidashi.--01 {
  left: -8%;
}

.english__method .english__title .fukidashi.--02 {
  left: 8%;
}

.english__method .english__title .big {
  display: inline-block;
  margin: 12px 0;
  font-size: 2.428571429rem;
}

.english__method .english__title .line {
  background: linear-gradient(to bottom, transparent 0%, transparent 69%, #fffd00 70%);
  color: var(--color-darkblue);
}

.english__method .method__list {
  display: flex;
  max-width: 880px;
  margin: 72px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.071428571rem;
  line-height: 1.75;
  text-align: left;
}

.english__method .method__list > li {
  width: 32%;
  padding: 0 24px 16px;
  background: #fff;
  border: 1px solid var(--color-darkblue);
  border-radius: 14px;
}

.english__method .method__list .list__img {
  margin: -56px 0 0;
  text-align: center;
}

.english__method .method__list .list__title {
  margin-bottom: 12px;
  color: var(--color-darkblue);
  font-size: 1.571428571rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.english__contact {
  margin: 0 auto 8px;
  padding: 48px 0;
  background: url('../img/english/bg_contact01.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.english__contact .english__title {
  color: currentcolor;
  font-size: 2rem;
}

.english__contact .contact__lead {
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.english__contact .contact__button {
  margin-top: 32px;
  font-size: 1.071428571rem;
  line-height: 1.5;
  text-align: center;
}

.english__contact .contact__button a {
  display: inline-block;
  width: 280px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 8px;
  color: var(--color-blue-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .english__contact .contact__button a:hover {
    background: var(--color-blue-main);
    color: #fff;
    text-decoration: none;
  }

  .english__contact .contact__button a:hover .icon {
    fill: #fff;
  }
}

.english__contact .contact__button a.--01 {
  background: #fffd00;
}

@media (any-hover: hover) {
  .english__contact .contact__button a.--01:hover {
    background: var(--color-blue-main);
    color: #fffd00;
  }

  .english__contact .contact__button a.--01:hover .icon {
    fill: #fffd00;
  }
}

.english__contact .contact__button a.--02 {
  margin-left: 16px;
}

.english__contact .contact__button a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  fill: var(--color-blue-main);
  vertical-align: middle;
  transition: all 0.5s;
}

.english__contact .contact__tel {
  display: flex;
  gap: 8px;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.english__contact .contact__tel .tel__num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.english__contact .contact__tel .tel__num a {
  color: currentcolor;
  font-weight: bold;
}

.english__contact .contact__tel .tel__num .icon {
  margin-right: 8px;
  vertical-align: middle;
}

.english__contact .contact__tel .tel__time {
  font-size: 0.928571429rem;
  line-height: 1.4;
}

.english__contact .contact__note {
  margin-top: 32px;
  font-size: 0.928571429rem;
  line-height: 1.4;
}

@media screen and (width <= 640px) {
  .english__mv {
    width: calc(100% - 16px);
    min-height: 0;
    margin-bottom: 8px;
    padding: 0 0 40px;
    background: #f2f6fc;
    border-radius: 0;
  }

  .english__mv::before {
    content: '';
    display: block;
    width: 100%;
    height: 70vw;
    background: url('../img/english/bg_mv.jpg') no-repeat center right;
    background-size: cover;
    border-radius: 8px;
  }

  .english__mv .mv__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 16px 0;
  }

  .english__mv .mv__title {
    font-size: 1.156rem;
    text-align: center;
  }

  .english__mv .mv__title .fukidashi {
    width: 240px;
    margin: 0 auto 16px;
    padding-bottom: 26px;
    font-size: 0.925rem;
  }

  .english__mv .mv__title .bg {
    margin: 12px 0;
    padding: 8px 15px 10px;
    font-size: 1.734rem;
  }

  .english__mv .mv__title .icon {
    width: 19px;
  }

  .english__mv .mv__title .big {
    font-size: 1.734rem;
  }

  .english__mv .mv__lead {
    margin-top: 32px;
    font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.75;
  }

  .english__mv .mv__button {
    margin-top: 32px;
    font-size: 0.867rem;
    line-height: 1.5;
    text-align: center;
  }

  .english__mv .mv__button a {
    width: 190px;
    padding: 16px 0;
  }

  .english__mv .mv__button a.--02 {
    width: 104px;
    margin-left: 8px;
  }

  .english__mv .mv__note {
    margin-top: 24px;
    font-size: 0.751rem;
    text-align: center;
  }

  .english__navi {
    display: block;
  }

  .english__title {
    margin-bottom: 24px;
  }

  .english__trouble {
    padding: 60px 0;
    background: url('../img/english/bg_dots01.png') center top;
  }

  .english__trouble .english__title {
    font-size: 0.925rem;
  }

  .english__trouble .english__title .big {
    font-size: 1.387rem;
  }

  .english__trouble .trouble__list {
    margin-top: 48px;
    gap: 40px 0;
    font-size: 0.867rem;
  }

  .english__trouble .trouble__list > li {
    width: 48%;
    padding: 16px;
  }

  .english__trouble .trouble__text01 {
    padding: 16px 24px;
    font-size: 0.925rem;
  }

  .english__trouble .trouble__text02 {
    margin-top: 48px;
    font-size: 1.156rem;
  }

  .english__trouble .trouble__text02 .big {
    font-size: 2.312rem;
  }

  .english__reason {
    padding: 60px 0;
    background: url('../img/english/bg_reason01.jpg') center;
    background-size: cover;
  }

  .english__reason .english__title {
    margin-bottom: 16px;
    font-size: 1.156rem;
  }

  .english__reason .reason__title {
    padding: 10px 16px 12px;
    font-size: 0.925rem;
  }

  .english__reason .reason__list {
    margin: 32px auto 0;
    gap: 24px 0;
    font-size: 0.809rem;
  }

  .english__reason .reason__list > li {
    display: block;
    width: 100%;
  }

  .english__reason .reason__list .list__img img {
    width: 60%;
  }

  .english__reason .reason__list .list__body {
    margin-top: -64px;
    padding: 80px 24px 24px;
  }

  .english__reason .reason__list .list__title {
    width: 100%;
    margin: 0 0 12px;
    font-size: 1.387rem;
  }

  .english__reason .reason__list .list__lead {
    margin-bottom: 12px;
    font-size: 0.925rem;
  }

  .english__example {
    padding: 60px 0;
  }

  .english__example .english__title .big {
    font-size: 1.503rem;
  }

  .english__example .example__bg {
    padding: 40px 20px;
  }

  .english__example .example__bg > .flexbox {
    display: block;
  }

  .english__example .example__bg .example__profile {
    width: 100%;
    margin: 0 auto;
  }

  .english__example .example__bg .example__body {
    width: 100%;
    margin-top: 24px;
  }

  .english__example .example__bg .example__body .body__text {
    padding: 20px 16px;
    font-size: 0.867rem;
  }

  .english__example .example__bg .example__body .body__text .big {
    font-size: 1.387rem;
  }

  .english__example .example__bg .example__body .body__list {
    margin-top: 24px;
    font-size: 0.809rem;
    line-height: 1.75;
  }

  .english__example .example__bg .example__body .body__list > li {
    align-items: flex-start;
    padding: 16px;
  }

  .english__example .example__bg .example__body .body__list > li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: 0 auto;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0;
    border-color: var(--color-darkblue) transparent transparent transparent;
  }

  .english__example .example__bg .example__body .body__list > li:last-of-type::after {
    content: none;
  }

  .english__example .example__bg .example__body .body__list > li + li {
    margin-top: 32px;
  }

  .english__example .example__bg .example__body .body__list > li .list__img {
    width: 50px;
  }

  .english__example .example__bg .example__body .body__list > li .list__img img {
    width: 50px;
    height: auto;
  }

  .english__example .example__bg .example__body .body__list > li .list__body {
    width: calc(100% - 70px);
  }

  .english__example .example__bg .example__body .body__list > li .list__title {
    margin-bottom: 8px;
    padding: 4px 12px;
    background: var(--color-darkblue);
    border-radius: 4px;
    color: #fff;
    font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.75;
  }

  .english__example .example__bg .message__box {
    margin-top: 40px;
    padding: 40px 24px 24px;
    background: #fff;
  }

  .english__example .example__bg .message__box .box__title {
    left: 24px;
  }

  .english__school {
    padding: 60px 0;
  }

  .english__school .english__title {
    margin-bottom: 16px;
    font-size: 1.156rem;
  }

  .english__school .english__title .bg {
    font-size: 1.156rem;
  }

  .english__school .english__title .big {
    font-size: 1.156rem;
  }

  .english__school .english__title .big .color {
    font-size: 1.618rem;
  }

  .english__school .school__title {
    font-size: 1.156rem;
    line-height: 1.5;
  }

  .english__school .school__title .fukidashi {
    padding: 0 20px;
  }

  .english__school .school__search {
    width: 100vw;
    margin: 40px -20px 0;
    padding: 40px 20px 0;
  }

  .english__school .school__search .search__box {
    width: 100%;
    margin-top: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    order: 0;
  }

  .english__school .school__search .search__box .box__title {
    padding: 12px;
    background: #fff;
    border: 1px solid var(--color-blue-main);
    border-radius: 8px;
  }

  .english__school .school__search .checkbox__title {
    margin-top: 32px;
    padding: 4px 8px;
  }

  .english__school .school__search .checkbox__list {
    margin: 12px 0 16px;
    gap: 16px 0;
    font-size: 0.867rem;
  }

  .english__school .school__search .checkbox__list.wide li {
    width: 100%;
    min-width: 0;
  }

  .english__school .school__search .checkbox__list li {
    min-width: 50%;
  }

  .english__school .school__search .checkbox__list input[type='checkbox'] {
    width: 29px;
    height: 29px;
    margin-right: 8px;
  }

  .english__school .school__search .search__area {
    margin: 16px 0 0;
    order: 0;
  }

  .english__school .school__search .search__area .area__title {
    display: block;
  }

  .english__school .school__search .search__area .area__scroll {
    width: 100vw;
    margin: 0 -20px;
    overflow-x: scroll;
  }

  .english__school .school__search .search__area .area__scroll .scroll__icon {
    content: '';
    position: absolute;
    right: -4px;
    bottom: -8px;
    display: block;
    width: 56px;
    height: 56px;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
  }

  .english__school .school__search .search__area .area__scroll .scroll__icon.fade-out {
    opacity: 0;
  }

  .english__school .school__search .search__area .area__scroll > div {
    padding: 0 20px;
    scroll-behavior: smooth;
    white-space: nowrap;
    overflow-x: auto;
  }

  .english__school .school__search .search__area .area__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 8px;
    margin-right: 20px;
    font-size: 0.925rem;
    line-height: 1.75;
  }

  .english__school .school__search .search__area .area__list li {
    width: auto;
  }

  .english__school .school__search .search__area .area__list li label {
    min-width: 88px;
    padding: 5px 8px;
    background: none;
    border-radius: 8px;
    border: 1px solid currentcolor;
    color: var(--color-blue-main);
  }

  .english__school
    .school__search
    .search__area
    .area__list
    li
    label:has(input[type='checkbox']:checked) {
    background: #619bea;
    color: #fff;
  }

  .english__school .school__search .search__area .area__list li input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    appearance: none;
    opacity: 0;
  }

  .english__school .school__search .search__body {
    width: 100%;
    margin-top: 24px;
  }

  .english__school .school__search .search__result {
    margin-bottom: 24px;
  }

  .english__school .school__search .search__list {
    gap: 12px 8px;
  }

  .english__school .school__search .search__list .list__box {
    width: calc(50% - 4px);
    margin-right: 0;
  }

  .english__school .school__search .search__list .list__box .box__level {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px 8px;
    background: var(--color-blue-main);
    border-radius: 8px 0;
    color: #fff;
    font-size: 0.751rem;
    line-height: 1.1;
    z-index: 1;
  }

  .english__school .school__search .search__list .list__box .box__level span {
    display: inline-block;
    font-size: 0.578rem;
  }

  .english__school .school__search .search__list .list__box .box__icon {
    width: max-content;
    min-width: 0;
  }

  .english__school .school__search .search__list .list__box .box__img img {
    aspect-ratio: 158/104;
  }

  .english__school .school__search .search__list .list__box .comment {
    font-size: 0.751rem;
  }

  .english__school .school__search .search__list .list__box .comment span {
    font-size: 0.636rem;
  }

  .english__school .school__search .search__list .list__box .title {
    font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .english__school .school__search .search__list .list__box .info__list {
    font-size: 0.751rem;
  }

  .english__school .school__search .search__list .list__box .tag__title {
    font-size: 0.751rem;
  }

  .english__school .school__search .search__list .list__box .tag__list {
    gap: 4px;
    margin-top: 8px;
    font-size: 0.751rem;
  }

  .english__school .school__search .search__list .list__box .box__button a {
    padding: 10px 0;
    font-size: 0.809rem;
    border-radius: 4px;
  }

  .english__school .school__search .search__list .list__box .box__button a::before {
    display: block;
    margin: 0 auto 2px;
  }

  .english__school .school__search .search__list .list__box .box__button a:only-child {
    padding: 10px;
  }

  .english__school .school__search .search__list .list__box .box__button a:only-child::before {
    display: inline-block;
    margin-right: 4px;
  }

  .english__school .school__note {
    margin-top: 48px;
    padding: 12px 16px;
    font-size: 0.751rem;
    line-height: 1.4;
  }

  .english__school .school__note ul li {
    padding-left: 0;
    text-indent: 0;
  }

  .english__school .school__note ul li + li {
    margin-top: 4px;
  }

  .english__method {
    padding: 60px 0;
  }

  .english__method .english__title .fukidashi {
    margin: 0 auto 20px;
    padding: 2px 24px 4px;
    font-size: 1.04rem;
  }

  .english__method .english__title .big {
    margin: 12px 0;
    font-size: 1.387rem;
  }

  .english__method .method__list {
    margin-top: 80px;
    gap: 64px 0;
  }

  .english__method .method__list > li {
    width: 100%;
    padding: 0 24px 16px;
    border-radius: 14px;
  }

  .english__method .method__list .list__img img {
    width: 72px;
    height: auto;
  }

  .english__contact {
    padding: 48px 0;
  }

  .english__contact .english__title {
    font-size: 1.387rem;
  }

  .english__contact .contact__lead {
    font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
  }

  .english__contact .contact__button {
    margin-top: 24px;
  }

  .english__contact .contact__button a {
    margin: 8px;
  }

  .english__contact .contact__button a.--02 {
    margin-left: 8px;
  }

  .english__contact .contact__tel {
    display: block;
    gap: 8px;
    margin-top: 32px;
    text-align: center;
  }

  .english__contact .contact__tel .tel__num {
    font-size: 1.618rem;
  }

  .english__contact .contact__tel .tel__time {
    margin-top: 8px;
    font-size: 0.751rem;
  }

  .english__contact .contact__note {
    font-size: 0.751rem;
  }
}

/* ---------------------------------------------------
	chuju_schools
------------------------------------------------------ */
.chuju_schools__mv {
  position: relative;
  width: calc(100% - 32px);
  min-height: 424px;
  margin: 0 auto 16px;
  padding: 120px 0 0;
  background: url('../img/chuju_schools/mv.jpg') no-repeat center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.chuju_schools__mv .mv__container {
  max-width: 440px;
  margin: 0 auto;
}

.chuju_schools__mv .mv__title {
  font-size: 1.571428571rem;
  line-height: 1.4;
}

.chuju_schools__mv .mv__title .bg {
  display: block;
  margin: 12px 0 0;
  padding: 8px 15px 10px;
  background: var(--color-darkblue);
  border-radius: 8px;
  color: #fff;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
}

.chuju_schools__mv .mv__title .big {
  display: block;
  font-size: 3.286rem;
}

.chuju_schools__mv .mv__lead {
  margin-top: 32px;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
}

.chuju_schools__mv .mv__button {
  margin-top: 32px;
  font-size: 1.071428571rem;
  line-height: 1.5;
  text-align: center;
}

.chuju_schools__mv .mv__button a {
  display: inline-block;
  width: 206px;
  padding: 16px 0;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 8px;
  color: var(--color-blue-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .chuju_schools__mv .mv__button a:hover {
    background: var(--color-blue-main);
    color: #fff;
    text-decoration: none;
  }

  .chuju_schools__mv .mv__button a:hover .icon {
    fill: #fff;
  }
}

.chuju_schools__mv .mv__button a.--01 {
  background: #fffd00;
}

@media (any-hover: hover) {
  .chuju_schools__mv .mv__button a.--01:hover {
    background: var(--color-blue-main);
    color: #fffd00;
  }

  .chuju_schools__mv .mv__button a.--01:hover .icon {
    fill: #fffd00;
  }
}

.chuju_schools__mv .mv__button a.--02 {
  margin-left: 16px;
}

.chuju_schools__mv .mv__button a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 4px;
  fill: var(--color-blue-main);
  vertical-align: middle;
  transition: all 0.5s;
}

.chuju_schools__mv .mv__note {
  margin-top: 8px;
  color: #1c1c1c;
  font-size: 0.928571429rem;
  line-height: 1.4;
  text-align: left;
}

.chuju_schools__about {
  padding: 144px 0;
  background: url('../img/english/bg_dots01.png') center top;
}

.chuju_schools__about .about__title {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 64px;
  padding: 0 40px;
  background: none;
  border: none;
  color: var(--color-blue-main);
  font-size: 2.428571429rem;
  font-weight: bold;
  line-height: 1.5;
}

.chuju_schools__about .about__title::before,
.chuju_schools__about .about__title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 100%;
  border: 2px solid currentcolor;
}

.chuju_schools__about .about__title::before {
  border-right: none;
}

.chuju_schools__about .about__title::after {
  left: auto;
  right: 0;
  border-left: none;
}

.chuju_schools__about .flexbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chuju_schools__about .about__text {
  width: 37.3%;
  font-size: 1.071428571rem;
  line-height: 1.75;
  text-align: left;
}

.chuju_schools__about .about__text strong {
  color: var(--color-blue-main);
  font-size: 1.142857143rem;
  font-weight: bold;
}

.chuju_schools__about .about__img {
  position: relative;
  width: 57.3%;
  padding-bottom: 64px;
}

.chuju_schools__about .about__img .img01 {
  max-width: 373px;
  margin-left: auto;
}

.chuju_schools__about .about__img .img02 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 243px;
}

.chuju_schools__point .point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.142857143rem;
  line-height: 1.75;
  text-align: left;
}

.chuju_schools__point .point__list > li {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 16px);
}

.chuju_schools__point .point__list .list__img {
  position: relative;
  line-height: 1;
  text-align: center;
}

.chuju_schools__point .point__list .list__img img {
  width: 248px;
  height: auto;
}

.chuju_schools__point .point__list .list__body {
  margin-top: -64px;
  padding: 80px 32px 24px;
  background: #f2f6fc;
  border-radius: 100px 100px 8px 8px;
  font-weight: bold;
  flex-grow: 1;
}

.chuju_schools__point .point__list .list__title {
  width: calc(100% + 24px);
  margin: 0 -16px 8px;
  color: var(--color-blue-main);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.chuju_schools__point .point__list .list__title .point {
  display: block;
  padding-top: 10px;
  padding-right: 8px;
  background: url('../img/english/bg_reason02.png') no-repeat center top;
  background-size: 100%;
  width: 149px;
  height: 56px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 1.071428571rem;
}

.chuju_schools__point .point__list .list__title .point > span {
  padding-left: 4px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.chuju_schools__point .point__list .list__lead {
  margin-bottom: 8px;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.75;
}

.chuju_schools__school {
  padding: 120px 0 0;
}

.chuju_schools__school .w1000 {
  max-width: 1080px;
}

.chuju_schools__school .school__title {
  margin-bottom: 16px;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.571428571rem;
  line-height: 1.5;
}

.chuju_schools__school .school__title .color {
  color: var(--color-blue-main);
}

.chuju_schools__school .school__title .line {
  background: linear-gradient(to bottom, transparent 0%, transparent 69%, #fffd00 70%);
  color: var(--color-darkblue);
  font-weight: bold;
}

.chuju_schools__school .school__title .big {
  display: inline-block;
  margin-top: 10px;
  font-size: 2rem;
}

.chuju_schools__school .school__title .big .color {
  font-size: 2.428571429rem;
}

.chuju_schools__school .school__text {
  font-size: 1.071428571rem;
}

.chuju_schools__school .school__search {
  margin-top: 25px;
  font-size: 0.928571429rem;
  line-height: 1.5;
  text-align: left;
}

.chuju_schools__school .school__search .search__box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px rgb(0 53 124 / 16%);
}

.chuju_schools__school .school__search .search__box .box__title {
  color: var(--color-blue-main);
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
}

.chuju_schools__school .school__search .search__box .box__title .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.chuju_schools__school .school__search .search__box .box__body {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  gap: 25px;
}

.chuju_schools__school .school__search .search__box .box__col {
  flex-grow: 1;
}

.chuju_schools__school .school__search select {
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #b6cbf0;
  border-radius: 8px;
  font-size: 0.785714286rem;
}

.chuju_schools__school .school__search button {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 8px 16px;
  background: var(--color-blue-main);
  border-radius: 8px;
  border: 1px solid var(--color-blue-main);
  color: #fff;
  cursor: pointer;
  font-size: 0.785714286rem;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .chuju_schools__school .school__search button:hover {
    background: #b6cbf0;
  }
}

.chuju_schools__school .school__search button .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.chuju_schools__school .school__search .search__body {
  margin-top: -72px;
  padding: 120px 0;
  background: #b6cbf0;
}

.chuju_schools__school .school__search .search__result {
  width: 100%;
  margin-bottom: 30px;
  color: #00357c;
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}

.chuju_schools__school .school__search .search__result .num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.chuju_schools__school .school__search .search__result .small {
  font-size: 1rem;
  line-height: 1.2;
}

.chuju_schools__school .school__search .search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}

.chuju_schools__school .school__search .search__list .list__box {
  position: relative;
  width: 23.4%;
  margin-right: 2.1%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
}

.chuju_schools__school .school__search .search__list .list__box:nth-of-type(4n) {
  margin-right: 0;
}

.chuju_schools__school .school__search .search__list .list__box .box__level {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 5px;
  background: #fff;
  border-radius: 6px 0;
  color: var(--color-blue-main);
  font-size: 0.928571429rem;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}

.chuju_schools__school .school__search .search__list .list__box .box__icon {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
  z-index: 1;
}

.chuju_schools__school .school__search .search__list .list__box .box__img {
  border-radius: 6px 6px 0 0;
  line-height: 1;
  overflow: hidden;
}

.chuju_schools__school .school__search .search__list .list__box .box__img img {
  display: block;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 246/136;
  object-fit: cover;
}

.chuju_schools__school .school__search .search__list .list__box .box__body {
  position: relative;
  padding: 8px;
}

.chuju_schools__school .school__search .search__list .list__box .comment {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 8px;
  background: var(--color-blue-main);
  border: 1px solid #fff;
  border-radius: 100vmax;
  color: #fff;
  font-size: 0.928571429rem;
  line-height: 1.2;
  text-align: center;
}

.chuju_schools__school .school__search .search__list .list__box .independent {
  position: relative;
  margin-bottom: 8px;
  padding-left: 65px;
  color: var(--color-blue-main);
  font-size: 0.857142857rem;
  line-height: 1.3;
}

.chuju_schools__school .school__search .search__list .list__box .independent span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 2px 5px;
  background: var(--color-blue-main);
  color: #fff;
  line-height: 1.2;
}

.chuju_schools__school .school__search .search__list .list__box .title {
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.2;
}

.chuju_schools__school .school__search .search__list .list__box .info__list {
  display: flex;
  gap: 6px 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 0;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  flex-wrap: wrap;
  line-height: 1.2;
}

.chuju_schools__school .school__search .search__list .list__box .info__list .icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 2px;
  vertical-align: middle;
}

.chuju_schools__school .school__search .search__list .list__box .tag__title {
  margin-top: 6px;
}

.chuju_schools__school .school__search .search__list .list__box .tag__list {
  display: flex;
  gap: 6px 4px;
  margin-top: 4px;
  color: #606060;
  font-size: 0.857142857rem;
  flex-wrap: wrap;
  line-height: 1.2;
}

.chuju_schools__school .school__search .search__list .list__box .tag__list li {
  padding: 2px 6px;
  background: #e1eafa;
  border-radius: 100vmax;
}

.chuju_schools__school .school__search .search__list .list__box .box__button {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.chuju_schools__school .school__search .search__list .list__box .box__button a {
  display: block;
  width: calc(50% - 4px);
  padding: 8px;
  border: 1px solid var(--color-blue-main);
  border-radius: 4px;
  color: var(--color-blue-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .chuju_schools__school .school__search .search__list .list__box .box__button a:hover {
    background: var(--color-blue-main);
    color: #fff;
    text-decoration: none;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__button a:hover::before {
    background: url('../img/common/icon_mail03.svg') no-repeat;
    background-size: 100%;
  }
}

.chuju_schools__school .school__search .search__list .list__box .box__button a:only-child {
  width: 100%;
}

.chuju_schools__school .school__search .search__list .list__box .box__button a.button__tel {
  margin-right: auto;
}

@media (any-hover: hover) {
  .chuju_schools__school
    .school__search
    .search__list
    .list__box
    .box__button
    a.button__tel:hover::before {
    background: url('../img/common/icon_tel02.svg') no-repeat;
    background-size: 100%;
  }
}

.chuju_schools__school .school__search .search__list .list__box .box__button a.button__tel::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/common/icon_tel.svg') no-repeat;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: middle;
  transition: all 0.5s;
}

.chuju_schools__school .school__search .search__list .list__box .box__button a.button__mail {
  margin-right: auto;
}

.chuju_schools__school
  .school__search
  .search__list
  .list__box
  .box__button
  a.button__mail::before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/common/icon_mail.svg') no-repeat;
  background-size: 100%;
  margin-right: 4px;
  vertical-align: middle;
  transition: all 0.5s;
}

.chuju_schools__school .school__search .more__button {
  width: 100%;
  margin-top: 40px;
  font-size: 0.928571429rem;
  line-height: 1.5;
  text-align: center;
}

.chuju_schools__school .school__search .more__button > span {
  display: inline-block;
  width: 160px;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 100vmax;
  color: var(--color-blue-main);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .chuju_schools__school .school__search .more__button > span:hover {
    background: #fff;
  }
}

.chuju_schools__school .school__search .more__button > span::after {
  content: '';
  display: inline-block;
  background: url('../img/common/icon_arrow_bottom.svg') no-repeat;
  background-size: 100%;
  width: 13px;
  height: 8px;
  margin-left: 4px;
  vertical-align: middle;
}

.chuju_schools__school .school__note {
  margin-top: 30px;
  padding: 12px 32px;
  background: #e1eafa;
  font-size: 0.928571429rem;
  line-height: 1.75;
  text-align: left;
}

.chuju_schools__school .school__note ul li {
  padding-left: 16px;
  text-indent: -16px;
}

.chuju_schools__contact {
  margin: 0 auto 8px;
  padding: 48px 0;
  background: url('../img/english/bg_contact01.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.chuju_schools__contact .contact__title {
  display: block;
  padding: 0;
  background: none;
  border: none;
  color: currentcolor;
  font-size: 2rem;
  font-weight: bold;
}

.chuju_schools__contact .contact__title::before,
.chuju_schools__contact .contact__title::after {
  content: none;
}

.chuju_schools__contact .contact__lead {
  margin-top: 20px;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

.chuju_schools__contact .contact__box {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid #fff;
}

.chuju_schools__contact .contact__box .box__title {
  font-size: 1.285714286rem;
  font-weight: bold;
  line-height: 1.75;
}

.chuju_schools__contact .contact__box .box__list {
  display: flex;
  margin-top: 20px;
  font-size: 1.142857143rem;
  font-weight: bold;
  line-height: 1.75;
  justify-content: center;
}

.chuju_schools__contact .contact__box .box__list li {
  width: 28%;
  font-weight: bold;
}

.chuju_schools__contact .contact__box .box__list li .icon {
  display: block;
  margin: 0 auto 5px;
}

.chuju_schools__contact .contact__button {
  margin-top: 32px;
  font-size: 1.071428571rem;
  line-height: 1.5;
  text-align: center;
}

.chuju_schools__contact .contact__button a {
  display: inline-block;
  width: 280px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--color-blue-main);
  border-radius: 8px;
  color: var(--color-blue-main);
  font-weight: bold;
  text-align: center;
  transition: all 0.5s;
}

@media (any-hover: hover) {
  .chuju_schools__contact .contact__button a:hover {
    background: var(--color-blue-main);
    color: #fff;
    text-decoration: none;
  }

  .chuju_schools__contact .contact__button a:hover .icon {
    fill: #fff;
  }
}

.chuju_schools__contact .contact__button a.--01 {
  background: #fffd00;
}

@media (any-hover: hover) {
  .chuju_schools__contact .contact__button a.--01:hover {
    background: var(--color-blue-main);
    color: #fffd00;
  }

  .chuju_schools__contact .contact__button a.--01:hover .icon {
    fill: #fffd00;
  }
}

.chuju_schools__contact .contact__button a.--02 {
  margin-left: 16px;
}

.chuju_schools__contact .contact__button a .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  fill: var(--color-blue-main);
  vertical-align: middle;
  transition: all 0.5s;
}

.chuju_schools__contact .contact__tel {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.chuju_schools__contact .contact__tel .tel__num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.chuju_schools__contact .contact__tel .tel__num a {
  color: currentcolor;
  font-weight: bold;
}

.chuju_schools__contact .contact__tel .tel__num .icon {
  margin-right: 8px;
  vertical-align: middle;
}

.chuju_schools__contact .contact__tel .tel__time {
  font-size: 0.928571429rem;
  line-height: 1.4;
}

.chuju_schools__contact .contact__note {
  margin-top: 32px;
  font-size: 0.928571429rem;
  line-height: 1.4;
}

@media screen and (width <= 640px) {
  .chuju_schools__mv {
    width: calc(100% - 16px);
    min-height: 0;
    margin-bottom: 8px;
    padding: 80px 16px 40px;
  }

  .chuju_schools__mv .mv__title {
    font-size: 1.156rem;
  }

  .chuju_schools__mv .mv__title .bg {
    margin: 12px 0 0;
    padding: 8px 15px 10px;
    font-size: 1.04rem;
  }

  .chuju_schools__mv .mv__title .big {
    font-size: 2rem;
  }

  .chuju_schools__mv .mv__lead {
    margin-top: 32px;
    font-size: 1.142857143rem;
    font-weight: bold;
    line-height: 1.75;
  }

  .chuju_schools__mv .mv__button {
    margin-top: 32px;
    font-size: 0.867rem;
    line-height: 1.5;
    text-align: center;
  }

  .chuju_schools__mv .mv__button a {
    width: 190px;
    padding: 16px 0;
  }

  .chuju_schools__mv .mv__button a.--02 {
    width: 104px;
    margin-left: 8px;
  }

  .chuju_schools__mv .mv__note {
    margin-top: 24px;
    font-size: 0.751rem;
    text-align: center;
  }

  .chuju_schools__about {
    padding: 60px 0;
  }

  .chuju_schools__about .about__title {
    margin: 0 auto 40px;
    padding: 16px;
    font-size: 1.214rem;
  }

  .chuju_schools__about .about__text {
    width: 100%;
    font-size: 0.867rem;
  }

  .chuju_schools__about .about__text strong {
    font-size: 0.925rem;
  }

  .chuju_schools__about .about__img {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 64px;
  }

  .chuju_schools__about .about__img img {
    width: 100%;
    height: auto;
  }

  .chuju_schools__about .about__img .img01 {
    max-width: 70%;
  }

  .chuju_schools__about .about__img .img02 {
    max-width: 43%;
  }

  .chuju_schools__point .point__list {
    margin: 32px auto 0;
    gap: 24px 0;
    font-size: 0.809rem;
  }

  .chuju_schools__point .point__list > li {
    display: block;
    width: 100%;
  }

  .chuju_schools__point .point__list .list__img img {
    width: 60%;
  }

  .chuju_schools__point .point__list .list__body {
    margin-top: -64px;
    padding: 80px 24px 24px;
  }

  .chuju_schools__point .point__list .list__title {
    width: 100%;
    margin: 0 0 12px;
    font-size: 1.387rem;
  }

  .chuju_schools__point .point__list .list__lead {
    margin-bottom: 12px;
    font-size: 0.925rem;
  }

  .chuju_schools__school {
    padding: 60px 0 0;
  }

  .chuju_schools__school .w1000 {
    max-width: 1000px;
  }

  .chuju_schools__school .school__title {
    margin-bottom: 16px;
    font-size: 1.272rem;
  }

  .chuju_schools__school .school__title .big {
    margin-top: 10px;
    font-size: 1.156rem;
  }

  .chuju_schools__school .school__title .big .color {
    font-size: 1.4em;
  }

  .chuju_schools__school .school__text {
    font-size: 0.867rem;
  }

  .chuju_schools__school .school__search {
    margin-top: 25px;
    font-size: 0.751rem;
    line-height: 1.5;
    text-align: left;
  }

  .chuju_schools__school .school__search .search__box {
    padding: 16px;
    border-radius: 16px;
  }

  .chuju_schools__school .school__search .search__box .box__title {
    font-size: 0.925rem;
  }

  .chuju_schools__school .school__search .search__box .box__body {
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 15px;
  }

  .chuju_schools__school .school__search .search__box .box__col {
    width: 100%;
  }

  .chuju_schools__school .school__search select {
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #b6cbf0;
    border-radius: 8px;
    font-size: 0.785714286rem;
  }

  .chuju_schools__school .school__search button {
    font-size: 0.636rem;
  }

  .chuju_schools__school .school__search .search__body {
    margin-top: -64px;
    padding: 96px 0 60px;
  }

  .chuju_schools__school .school__search .search__result {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.04rem;
  }

  .chuju_schools__school .school__search .search__result .num {
    font-size: 1.618rem;
  }

  .chuju_schools__school .school__search .search__result .small {
    font-size: 0.809rem;
  }

  .chuju_schools__school .school__search .search__list {
    gap: 12px 8px;
  }

  .chuju_schools__school .school__search .search__list .list__box {
    width: calc(50% - 4px);
    margin-right: 0;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__level {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px 8px;
    background: var(--color-blue-main);
    border-radius: 8px 0;
    color: #fff;
    font-size: 0.751rem;
    line-height: 1.1;
    z-index: 1;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__level span {
    display: inline-block;
    font-size: 0.578rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__icon {
    width: max-content;
    min-width: 0;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__img img {
    aspect-ratio: 158/104;
  }

  .chuju_schools__school .school__search .search__list .list__box .comment {
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .independent {
    margin-bottom: 4px;
    padding-left: 0;
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .independent span {
    position: static;
    display: inline-block;
    width: max-content;
    margin-bottom: 4px;
    margin-right: 4px;
    font-size: 0.694rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .title {
    font-size: 0.925rem;
    font-weight: bold;
    line-height: 1.2;
  }

  .chuju_schools__school .school__search .search__list .list__box .info__list {
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .tag__title {
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .tag__list {
    gap: 4px;
    margin-top: 8px;
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__button a {
    padding: 10px 0;
    font-size: 0.809rem;
    border-radius: 4px;
  }

  .chuju_schools__school .school__search .search__list .list__box .box__button a::before {
    display: block;
    margin: 0 auto 2px;
  }

  .chuju_schools__school .school__search .more__button {
    width: 100%;
    margin-top: 32px;
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__note {
    margin-top: 30px;
    padding: 12px 16px;
    font-size: 0.751rem;
  }

  .chuju_schools__school .school__note ul li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .chuju_schools__contact {
    padding: 48px 0;
  }

  .chuju_schools__contact .contact__title {
    font-size: 1.387rem;
  }

  .chuju_schools__contact .contact__lead {
    font-size: 0.867rem;
    text-align: center;
  }

  .chuju_schools__contact .contact__box {
    margin-top: 30px;
    padding: 22px;
    border: 1px solid #fff;
  }

  .chuju_schools__contact .contact__box .box__title {
    font-size: 1.285714286rem;
    font-weight: bold;
    line-height: 1.75;
  }

  .chuju_schools__contact .contact__box .box__list {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 24px;
    font-size: 1.071428571rem;
    font-weight: bold;
    line-height: 1.75;
    justify-content: center;
  }

  .chuju_schools__contact .contact__box .box__list li {
    width: 100%;
  }

  .chuju_schools__contact .contact__box .box__list li .icon {
    display: block;
    margin: 0 auto 5px;
  }

  .chuju_schools__contact .contact__button {
    margin-top: 24px;
  }

  .chuju_schools__contact .contact__button a {
    margin: 8px;
  }

  .chuju_schools__contact .contact__button a.--02 {
    margin-left: 8px;
  }

  .chuju_schools__contact .contact__tel {
    display: block;
    gap: 8px;
    margin-top: 32px;
    text-align: center;
  }

  .chuju_schools__contact .contact__tel .tel__num {
    font-size: 1.618rem;
  }

  .chuju_schools__contact .contact__tel .tel__time {
    margin-top: 8px;
    font-size: 0.751rem;
  }

  .chuju_schools__contact .contact__note {
    font-size: 0.751rem;
  }
}

/* ---------------------------------------------------
	sec
------------------------------------------------------ */
