:where(.l-main) img {
  display: block;
  margin: auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.--color-primary {
  color: #1f3b9e;
}
.--color-red {
  color: #e52d2c;
}
.--fw-bold {
  font-weight: bold;
}
.--text-center {
  text-align: center;
}
.--text-left {
  text-align: left;
}
.--text-right {
  text-align: right;
}
.--underline {
  background: linear-gradient(transparent 70%, #fee302 70%);
}

.md-top-main__header-image img {
  width: 100%;
  object-fit: contain;
}

.md-contact {
  padding-top: 31px;
  padding-bottom: 31px;
  background-color: #d1ecff;
}

.md-contact__telnumber-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
}

.md-contact__tel-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}

.md-contact__tel-icon img {
  width: 100%;
  object-fit: contain;
}

.md-contact__telnumber {
  color: #d81c1c;
  white-space: nowrap;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
}

.md-course {
}

.md-course .md-course__header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.md-course .md-course__box {
  padding-bottom: 20px;
}

.md-course .md-course__box.md-course__box--style1 {
  background-color: #87d5fa;
}

.md-course .md-course__box.md-course__box--style2 {
  background-color: #9ed800;
}

.md-course .md-course__box.md-course__box--style3 {
  background-color: #f1b141;
}

.md-course__box .md-course__box-header {
  display: flex;
  align-items: center;
  position: relative;
  top: 16px;
  gap: 14px;
}

.md-course__box .md-course__box-title {
  font-size: 24px;
  font-weight: 700;
}

.md-course__box .md-course__box-header .md-course__box-title-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.md-course__box .md-course__box-header .md-course__box-title-img img {
  width: 100%;
  object-fit: cover;
}

.md-course__box .md-course__box-info {
  padding: 30px 15px 0;
  border-radius: 10px;
  background-color: white;
}

.md-course__box ul.md-box-info__list {
  list-style: inside;
}

.md-course__box ul.md-box-info__list li.md-box-info__item {
  list-style-type: "・";
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.md-course__box ul.md-box-info__list li::marker {
  font-size: 14px;
}

.md-box-info__item-btn-wrap {
  margin-top: 16px;
  border-top: 1px solid #cccccc;
}

.md-course__box .md-course__box-footer {
  display: flex;
  justify-content: center;
}

.md-title--has-mark {
  display: inline-block;
  position: relative;
}

.md-title--has-mark::before {
  content: '';
  background-image: url('/top/assets/images/md-img/title-mark3.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

.md-title--has-mark::after {
  content: '';
  background-image: url('/top/assets/images/md-img/title-mark4.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
.splide__slide {
  width: 100% !important;
  height: fit-content;
}
.splide__slide img {
  width: 100%;
  height: auto;
}
.splide__list {
  height: auto;
}
.p-school-info__tag._new {
  background: #fff7b9;
}
.md-course__box .md-course__box-info .md-btn {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
}
.md-btn--plus::before {
  background: #0379d6;
}
.md-course {
  margin-bottom: 50px;
}
.p-footer-service__main-service-item a.md-btn {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .md-top-main__header-image .l-container {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  /* .p-top-mv-slider__control {
        margin-top: 35px;
    } */
  .md-course .md-course__box {
    padding: 0 20px 20px 20px;
  }
  .md-course .md-course__content .l-container {
    width: 100%;
  }
  .md-course__header h2 {
    font-size: 35px;
  }
  .md-course__box .md-course__box-title {
    font-size: 22px;
  }
  .md-course__box ul.md-box-info__list li.md-box-info__item {
    font-size: 16px;
  }
  .md-course__box .md-course__box-info .md-btn {
    /* font-size: 13px; */
    padding-right: 40px;
  }
  .c-title._h2 {
    font-size: 35px;
  }
  .p-school-info__row {
    flex-direction: column;
  }
  .p-school-info__tag._new,
  .p-news__tag {
    font-size: 20px;
  }
  .p-school-info__tag + .p-school-info__text,
  .p-news__text {
    font-size: 25px;
  }
  .md-btn--extend-info {
    font-size: 20px;
    padding-right: 40px;
  }
  .md-course {
    margin-bottom: 100px;
  }
  .md-course .md-course__header {
    margin-bottom: 15px;
  }

  .p-top-news .p-section__inner {
    padding-top: 30px;
  }

  .p-school-info__tag._move {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* .try-course-banner_left {
        display: block;
    } */
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* .try-course-banner_left {
        display: none;
    } */
}

/* ---------------------------------------------
  ãƒãƒŠãƒ¼ã‚¨ãƒªã‚¢
--------------------------------------------- */
.banner_area {
  max-width: 100%;
  padding: min(8%, 50px) 0;
}
.banner_area p {
  margin: 0;
  text-align: center;
}
.banner_area img {
  width: min(100%, 1160px); /* pxã®ã¿å®Ÿå¯¸ã®æ•°å€¤ã‚’å…¥åŠ›ã™ã‚‹ */
  margin: 0 auto;
}

/*-------------------------
    contents-inner
-------------------------*/
.contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .contents-inner {
    max-width: 700px;
    padding: 0;
  }
}

/*-------------------------
    backgrounds
-------------------------*/
.--bg-grid {
  position: relative;
}
.--bg-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg-tile.webp) repeat center center / 20px auto;
  opacity: 0.2;
  z-index: -1;
}

/*-------------------------
    contents-title
-------------------------*/
.contents-title {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-title {
    font-size: 40px;
  }
}

/*-------------------------
    reason
-------------------------*/
#reason .reason__contents {
  padding: 40px 0;
}
#reason .contents-title {
  position: relative;
  border-bottom: 2px solid #1f3b9e;
  padding: 0 15px 15px;
  max-width: 600px;
  margin: 0 auto 45px;
}
#reason .contents-title .--lg {
  font-size: 30px;
}
#reason .contents-title::before,
#reason .contents-title::after {
  content: '';
  position: absolute;
  bottom: -19%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 16px 8px 0 8px;
}
#reason .contents-title::before {
  border-color: #1f3b9e transparent transparent transparent;
}
#reason .contents-title::after {
  bottom: -13%;
  border-color: #fff transparent transparent transparent;
}
#reason .reason__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
#reason .reason__item-head {
  position: relative;
  background: #1f3b9e;
  text-align: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#reason .reason__item-label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  background: #fee302;
  color: #1f3b9e;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 3.5px 14px;
}
#reason .reason__item-label--num {
  font-size: 28px;
  font-family: Roboto;
}
#reason .reason__item-title {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  padding: 32px 14px 15px;
}
#reason .reason__item-title sub {
  font-size: 12px;
}
#reason .reason__item-body {
  margin-top: 30px;
}
#reason .reason__item-body .reason__img-wrap {
  position: relative;
}
#reason .reason__item-body .reason__img-wrap .reason__img-sub-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 90px;
  aspect-ratio: 1/1;
}
#reason .reason__item-description {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
#reason .reason__item-sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f3b9e;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-top: 30px;
}
#reason .reason__item-sub-title._pc {
  display: none;
}
#reason .reason__item-sub-title::before,
#reason .reason__item-sub-title::after {
  content: '';
  background-color: #1f3b9e;
  width: 3px;
  height: 30px;
  border-radius: 20px;
}
#reason .reason__item-sub-title::before {
  transform: rotate(-35deg);
  margin-right: 12px;
}
#reason .reason__item-sub-title::after {
  transform: rotate(35deg);
  margin-left: 12px;
}
#reason .reason__point-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #eef6fd;
  padding: 15px 12px;
  margin-top: 30px;
}
#reason .reason__point-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
#reason .reason__point-item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1f3b9e;
  /* font-size: 9px; */
  font-weight: bold;
  line-height: 0.95;
  border-right: 1px solid #1f3b9e;
  padding: 6px;
}
#reason .reason__point-item-num {
  font-size: 20px;
  font-family: Roboto;
}
#reason .reason__point-item-description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  /* padding: 5px 0; */
}
#reason .reason__item-notes {
  font-size: 10px;
  line-height: 1.5;
  margin-top: 15px;
}
#reason picture + .reason__item-notes {
  text-align: right;
  margin-top: 4px;
}
#reason .reason__item-description + .reason__item-notes {
  margin-top: 6px;
}
#reason .reason__item-message {
  background: #eef6fd;
  padding: 12px 16px;
  margin-top: 15px;
}
#reason .reason__item-message-title {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}
#reason .reason__item-message-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
/* tab */
.tab {
  --color-elementary: #ef6088;
  --color-junior-high: #f57200;
  --color-high: #2850c8;
  margin-top: 30px;
}
.tab .tab__btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.tab button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  color: #666666;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  outline: none;
  cursor: pointer;
  padding: 5px 0;
  transition: 0.3s;
}
.tab button:nth-child(3) {
  flex-direction: column;
  padding: 0;
  line-height: 1.2;
  font-size: 18px;
}
.tab button ._small {
  font-size: 10px;
}
.tab button.active {
  color: #fff;
}
.tab button.active:nth-child(1) {
  background: var(--color-elementary);
  border-color: var(--color-elementary);
}
.tab button.active:nth-child(2) {
  background: var(--color-junior-high);
  border-color: var(--color-junior-high);
}
.tab button.active:nth-child(3) {
  background: var(--color-high);
  border-color: var(--color-high);
}
.tab .tab__content-item {
  display: none;
  border-radius: 0 0 7px 7px;
  padding: 20px 13px;
}
.tab .tab__content-item:nth-child(1) {
  background: #ffedf3;
  border-top: 4px solid var(--color-elementary);
}
.tab .tab__content-item:nth-child(2) {
  background: #fff5b4;
  border-top: 4px solid var(--color-junior-high);
}
.tab .tab__content-item:nth-child(3) {
  background: #cdf0ff;
  border-top: 4px solid var(--color-high);
}

.tab__content-item-text-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 8px;
}
.tab__content-item-text {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.tab__content-item-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.tab__content-item-text p {
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.tab__content-item-text p .c-icon._text-last {
  margin-left: 0;
  padding-top: 0.2em;
  width: 0.8em;
}
.tab .tab__content-item:nth-child(1) .tab__content-item-text {
  background: #ef6088b2;
  box-shadow: 2px 3px 0px 0px #ef60884d;
}
.tab .tab__content-item:nth-child(2) .tab__content-item-text {
  background: #f5720099;
  box-shadow: 2px 3px 0px 0px #ffd28ccc;
}
.tab .tab__content-item:nth-child(3) .tab__content-item-text {
  background: #2850c8b2;
  box-shadow: 2px 3px 0px 0px #2850c84d;
}
.tab .tab__content-item-message {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 14px;
}
.tab .tab__content-item-notes {
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-top: 14px;
}

/* teacher-contents */
.tab .teacher-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 7px 20px;
}
.tab .teacher-item-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
  padding: 0 0 3px;
  text-align: center;
  border-bottom: 2px solid;
}
.tab .tab__content-item:nth-child(1) .teacher-item-title {
  color: var(--color-elementary);
  border-color: var(--color-elementary);
}
.tab .tab__content-item:nth-child(2) .teacher-item-title {
  color: var(--color-junior-high);
  border-color: var(--color-junior-high);
}
.tab .tab__content-item:nth-child(3) .teacher-item-title {
  color: var(--color-high);
  border-color: var(--color-high);
}
.tab .teacher-item-img_wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
.tab .teacher-item-img_wrap img {
  width: 70px;
  aspect-ratio: 1/1;
  margin: 0;
}
.tab .teacher-item-img_wrap figcaption {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.tab .teacher-item-img_wrap figcaption .--emp {
  font-size: 26px;
  line-height: 1.4;
}
.tab .teacher-item-description {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
}

/* box */
.tab .tab__content-box {
  border: 1px solid;
  margin-top: 20px;
}
.tab .tab__content-item:nth-child(1) .tab__content-box {
  border-color: var(--color-elementary);
  margin-top: 20px;
}
.tab .tab__content-item:nth-child(2) .tab__content-box {
  border-color: var(--color-junior-high);
}
.tab .tab__content-item:nth-child(3) .tab__content-box {
  border-color: var(--color-high);
}
.tab .tab__content-box .tab__content-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
.tab .tab__content-item:nth-child(1) .tab__content-box .tab__content-box-title {
  background-color: var(--color-elementary);
}
.tab .tab__content-item:nth-child(2) .tab__content-box .tab__content-box-title {
  background-color: var(--color-junior-high);
}
.tab .tab__content-item:nth-child(3) .tab__content-box .tab__content-box-title {
  background-color: var(--color-high);
}
.tab .tab__content-box .tab__content-box-description {
  margin: 0;
  padding: 10px 25px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}

/* accordion */
#reason .accordion {
  background: #1f3b9e;
  box-shadow: 4px 4px 4px 0px #00000040;
  margin-top: 30px;
}
#reason .accordion summary {
  display: block;
  position: relative;
  padding: 12px 34px 12px 15px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#reason .accordion summary .--emp {
  color: #fee302;
  font-size: 20px;
}
#reason .accordion summary::-webkit-details-marker {
  display: none;
}
#reason .accordion summary::before,
#reason .accordion summary::after {
  content: '';
  position: absolute;
  top: 40%;
  right: calc(1em + 10px);
  width: 2px;
  height: 15px;
  background-color: #fff;
}
#reason .accordion summary::before {
  rotate: 90deg;
}
#reason .accordion summary::after {
  transition: rotate 0.3s;
}
#reason .accordion[open] summary::after {
  rotate: 90deg;
}
#reason .accordion .accordion__contents {
  background-color: #fff;
  border: 1px solid #1f3b9e;
  opacity: 0;
  margin: 0;
  padding: 20px 16px;
  transform: translateY(-10px);
  transition:
    transform 0.5s,
    opacity 0.5s;
}
#reason .accordion[open] .accordion__contents {
  transform: none;
  opacity: 1;
}
#reason .accordion .accordion__img {
  width: 100%;
}
#reason .accordion .accordion__description {
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  #reason .reason__contents {
    padding: 60px 0;
  }
  #reason .contents-title {
    padding: 0 15px 15px;
    /* max-width: 600px; */
    margin: 0 auto 70px;
    font-size: 48px;
    line-height: 1.2;
  }
  #reason .contents-title .--lg {
    font-size: 48px;
  }
  #reason .contents-title::before,
  #reason .contents-title::after {
    bottom: -13%;
    border-width: 16px 8px 0 8px;
  }
  #reason .contents-title::after {
    bottom: -9%;
  }
  #reason .reason__list {
    gap: 135px;
  }
  #reason .reason__item-head {
    gap: 35px;
  }
  #reason .reason__item-label {
    font-size: 25px;
    /* line-height: 1; */
    /* width: 100px; */
    top: -34px;
  }
  #reason .reason__item-label--num {
    font-size: 54px;
  }
  #reason .reason__item-title {
    font-size: 40px;
    padding: 52px 14px 35px;
  }
  #reason .reason__item-title sub {
    font-size: 20px;
  }
  #reason .reason__item-body {
    margin-top: 100px;
  }
  #reason .reason__item-body img.--rounded-pc {
    border-radius: 12px;
  }
  #reason .reason__item-body .reason__img-wrap .reason__img-sub-text {
    bottom: 30px;
    right: 30px;
    width: 140px;
  }
  #reason .reason__item-description {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 36px;
    text-align: center;
  }
  #reason .reason__item-sub-title {
    font-size: 34px;
    margin-top: 36px;
  }
  #reason .reason__item-sub-title._pc {
    display: flex;
  }
  #reason .reason__item-sub-title._sp {
    display: none;
  }
  #reason .reason__item-sub-title::before,
  #reason .reason__item-sub-title::after {
    height: 40px;
    margin-top: 0;
  }
  #reason .reason__item-sub-title::before {
    margin-right: 20px;
  }
  #reason .reason__item-sub-title::after {
    margin-left: 20px;
  }
  #reason .reason__point-list {
    gap: 14px;
    padding: 30px 55px;
  }
  #reason .reason__point-item {
    gap: 20px;
  }
  #reason .reason__point-item-title {
    /* font-size: 14px; */
    /* border-right: 1px solid #1f3b9e; */
    padding: 13px 10px;
  }
  #reason .reason__point-item-num {
    font-size: 36px;
  }
  #reason .reason__point-item-description {
    font-size: 26px;
    padding: 0;
  }
  #reason .reason__item-notes {
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
  }
  #reason .reason__item-description + .reason__item-notes {
    margin-top: 4px;
  }
  #reason .reason__item-message {
    padding: 20px 60px;
    margin-top: 24px;
  }
  #reason .reason__item-message-title {
    font-size: 20px;
  }
  #reason .reason__item-message-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .tab .tab__btn-wrap {
    gap: 9px;
  }
  .tab button {
    font-size: 30px;
    border-radius: 8px 8px 0px 0px;
    padding: 15px 0;
  }
  .tab button:nth-child(3) {
    font-size: 30px;
  }
  .tab button ._small {
    font-size: 20px;
  }
  .tab .tab__content-item {
    border-radius: 0 0 12px 12px;
    padding: 45px 60px 38px;
  }
  .tab__content-item-text-list {
    gap: 8px 15px;
  }
  .tab__content-item-text {
    font-size: 26px;
    width: 165px;
  }
  .tab__content-item-text p {
    font-size: 26px;
  }
  .tab .tab__content-item:nth-child(1) .tab__content-item-text {
    box-shadow: 4px 6px 0px 0px #ef60884d;
  }
  .tab .tab__content-item:nth-child(2) .tab__content-item-text {
    box-shadow: 4px 6px 0px 0px #ffd28ccc;
  }
  .tab .tab__content-item:nth-child(3) .tab__content-item-text {
    box-shadow: 4px 6px 0px 0px #2850c84d;
  }
  .tab .tab__content-item-message {
    font-size: 26px;
    margin-top: 24px;
  }
  .tab .tab__content-item-notes {
    margin-top: 20px;
  }

  /* teacher-contents */
  .tab .teacher-list {
    gap: 40px;
    padding: 5px 20px 12px;
  }
  .tab .teacher-item-title {
    font-size: 30px;
    padding: 0 0 5px;
  }
  .tab .teacher-item-img_wrap {
    justify-content: center;
    gap: 20px;
  }
  .tab .teacher-item-img_wrap img {
    width: 100px;
  }
  .tab .teacher-item-description {
    font-size: 16px;
  }

  /* box */
  .tab .tab__content-box .tab__content-box-title {
    padding: 10px 0;
    font-size: 16px;
  }
  .tab .tab__content-box .tab__content-box-description {
    padding: 15px;
    font-size: 18px;
  }

  /* accordion */
  #reason .accordion {
    margin-top: 50px;
  }
  #reason .accordion summary {
    padding: 20px 54px 20px 30px;
    font-size: 25px;
    line-height: 1.6;
  }
  #reason .accordion summary .--emp {
    font-size: 35px;
  }
  #reason .accordion summary::-webkit-details-marker {
    display: none;
  }
  #reason .accordion summary::before,
  #reason .accordion summary::after {
    top: 42%;
    right: calc(1em + 30px);
    width: 3px;
    height: 32px;
  }
  #reason .accordion[open] summary::after {
    rotate: 90deg;
  }
  #reason .accordion .accordion__contents {
    padding: 40px;
  }
  #reason .accordion .accordion__img {
    max-width: 400px;
  }
  #reason .accordion .accordion__description {
    font-size: 18px;
    margin-top: 50px;
  }
}

/*-------------------------
    learning-environment
-------------------------*/
#learning-environment .learning-environment__contents {
  background: #1f3b9e;
  padding: 40px 0 25px;
}
#learning-environment .learning-environment__title {
  background: #fff;
  position: relative;
  font-weight: 900;
  color: #1f3b9e;
  font-size: 24px;
  line-height: 1.26;
  /* letter-spacing: -0.5px; */
  text-align: center;
  border-radius: 50px;
  padding: 9px 30px;
  margin-bottom: 25px;
}
#learning-environment .learning-environment__title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 20px;
  height: 12px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.content-box {
  margin-top: 20px;
}
.content-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6e0e;
  /* border: 1px solid #ff6e0e; */
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 0;
  border-radius: 3px 3px 0 0;
}
.content-box-description {
  border: 2px solid #ff6e0e;
  padding: 16px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 0 0 3px 3px;
}

@media screen and (min-width: 768px) {
  #learning-environment .learning-environment__contents {
    padding: 60px 0;
  }
  #learning-environment .learning-environment__title {
    /* background: #fff; */
    /* position: relative; */
    /* font-weight: 900; */
    /* color: #1f3b9e; */
    font-size: 40px;
    /* line-height: 1.4; */
    /* letter-spacing: -0.5px; */
    /* text-align: center; */
    /* border-radius: 50px; */
    padding: 20px 30px;
    margin-bottom: 56px;
  }
  #learning-environment .learning-environment__title::after {
    /* content: ''; */
    /* position: absolute; */
    /* left: 50%; */
    bottom: -30px;
    /* transform: translateX(-50%); */
    width: 45px;
    height: 32px;
    /* background: #fff; */
    /* clip-path: polygon(0 0, 100% 0, 50% 100%); */
  }
  .content-box {
    margin-top: 20px;
  }
  .content-box-title {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* background-color: #ff6e0e; */
    /* border: 1px solid #ff6e0e; */
    /* color: #fff; */
    /* font-weight: 800; */
    font-size: 22px;
    /* line-height: 1.2; */
    padding: 12px 0;
    /* border-radius: 3px 3px 0 0; */
  }
  .content-box-description {
    /* border: 1px solid #ff6e0e; */
    padding: 15px 30px;
    background: #fff;
    font-size: 20px;
    line-height: 1.4;
    /* border-radius: 0 0 3px 3px; */
  }
}

/*-------------------------
    map
-------------------------*/
#map .map__contents {
  padding: 0 0 20px;
}
#map .contents-title {
  color: #1f3b9e;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}
#map .contents-title .--sm {
  font-size: 30px;
  font-weight: 700;
}
#map .mapArea {
  width: min(94%, 800px);
  height: 550px;
  margin: min(15%, 65px) auto 0 auto;
  position: relative;
}
#map .mapArea .mapAll {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#map .mapArea [class^='area'] {
  background: #d0edff;
  width: 118px;
  font-size: 1.28rem;
  border-radius: 10px;
  position: absolute;
}
#map .mapArea [class^='area'] h3 {
  background: #1f377c;
  color: #fff;
  font-size: 1.28rem;
  padding: 3px 5px;
  letter-spacing: -0.5px;
  border-radius: 10px 10px 0 0;
  font-weight: normal;
}
#map .mapArea .area01 {
  top: 123px;
  left: min(84.25%, 674px);
}
#map .mapArea .area02 {
  top: 272px;
  left: min(84.25%, 674px);
}
#map .mapArea .area03 {
  top: 397px;
  left: min(84.25%, 674px);
}
#map .mapArea .area04 {
  width: 63px;
  top: 397px;
  left: min(74.13%, 593px);
}
#map .mapArea .area05 {
  top: 26px;
  left: min(24.25%, 194px);
}
#map .mapArea .area06 {
  top: 26px;
  left: min(7%, 56px);
}
#map .mapArea .area07 {
  width: 63px;
  top: 150px;
  left: min(24.25%, 194px);
}
#map .mapArea .area08 {
  top: 150px;
  left: min(7%, 56px);
}
#map .mapArea .mapList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}
#map .mapArea .area04 .mapList,
#map .mapArea .area07 .mapList {
  flex-direction: column;
}
#map .mapArea .mapList li {
  width: 49%;
  text-align: center;
}
#map .mapArea .mapList li a {
  text-decoration: none;
  color: #111;
  white-space: nowrap;
}
#map .mapArea .mapList li a.ls-1 {
  letter-spacing: -1px;
}
/* link-text */
#map .link-text {
  text-align: center;
  padding-top: 0;
}
#map .link-text a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #1f3b9e;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #1f3b9e;
  padding: 0 5px 3px;
}
#map .link-text a::after {
  content: '';
  background: url('../img/arrow-blue.svg') no-repeat center center / contain;
  width: 30px;
  aspect-ratio: 1/1;
}

@media (max-width: 750px) {
  #map .contents-title {
    color: #1f3b9e;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
  #map .contents-title .--sm {
    font-size: 14px;
    font-weight: 700;
  }
  #map .mapArea {
    width: min(100%, 800px);
    height: 100%;
    padding-top: 86.67%;
    margin: min(5%, 30px) auto min(15%, 65px) auto;
  }
  #map .mapArea .mapAll {
    width: 72.93%;
  }
  #map .mapArea [class^='area'] {
    width: 19.6%;
    font-size: 2.13vw;
    border-radius: 5px;
    position: absolute;
  }
  #map .mapArea [class^='area'] h3 {
    font-size: 2.13vw;
    border-radius: 5px 5px 0 0;
  }
  #map .mapArea .area01 {
    top: 30%;
    left: 74.93%;
  }
  #map .mapArea .area02 {
    top: 60%;
    left: 74.93%;
  }
  #map .mapArea .area03 {
    top: 86.5%;
    left: 74.93%;
  }
  #map .mapArea .area04 {
    width: 12%;
    top: 86.5%;
    left: 59.93%;
  }
  #map .mapArea .area05 {
    top: 26px;
    left: 28.53%;
  }
  #map .mapArea .area06 {
    top: 26px;
    left: 5%;
  }
  #map .mapArea .area07 {
    width: 12%;
    top: 34%;
    left: 28.53%;
  }
  #map .mapArea .area08 {
    top: 34%;
    left: 5%;
  }
  #map .mapArea .mapList {
    padding: 8px;
  }
  /* link-text */
  #map .link-text {
    text-align: center;
    padding-top: 0;
  }
  #map .link-text a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #1f3b9e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #1f3b9e;
    padding: 0 5px 3px;
  }
  #map .link-text a::after {
    content: '';
    background: url('../img/arrow-blue.svg') no-repeat center center / contain;
    width: 23px;
    aspect-ratio: 1/1;
  }
}

/*-------------------------
    learning-system
-------------------------*/
#learning-system .learning-system__contents {
  background: #1f3b9e;
  padding: 40px 0;
}
#learning-system .learning-system__title {
  text-align: center;
}
#learning-system .learning-system__title--text {
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
#learning-system .learning-system__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
#learning-system .learning-system__list-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 35px 24px;
}
#learning-system .learning-system__list-item--label {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fee302;
  color: #1f3b9e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50%;
  width: 55px;
  aspect-ratio: 1/1;
}
#learning-system .learning-system__list-item-img-wrap {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
#learning-system .learning-system__list-item-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
}
#learning-system .learning-system__list-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-top: 8px;
}
#learning-system .learning-system__list-item-title--label {
  background: #d0edff;
  color: #1f3b9e;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  padding: 4px 8px;
}
#learning-system .learning-system__list-item-title--sub {
  color: #1f3b9e;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#learning-system .learning-system__list-item-description {
  display: flex;
  align-items: center;
}
#learning-system .learning-system__list-item-description--label {
  display: flex;
  align-items: center;
  align-self: stretch;
  background: #1f3b9e;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 0 13.5px;
}
#learning-system .learning-system__list-item-description--text {
  flex: 1;
  background: #eef6fd;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px;
}
@media screen and (min-width: 1025px) {
  #learning-system .contents-inner {
    max-width: 1240px;
  }
  #learning-system .learning-system__list {
    flex-direction: row;
  }
  #learning-system .learning-system__list-item {
    width: calc(100% / 3);
    padding: 36px 24px;
  }
}

@media screen and (min-width: 768px) {
  #learning-system .learning-system__contents {
    padding: 60px 0;
  }
  #learning-system .learning-system__title--text {
    font-size: 48px;
    line-height: 1.4;
  }
  #learning-system .learning-system__list {
    margin-top: 40px;
  }
  #learning-system .learning-system__list-item {
    padding: 36px 24px;
  }
  #learning-system .learning-system__list-item--label {
    top: -15px;
    left: -15px;
    font-size: 28px;
    width: 65px;
  }
  #learning-system .learning-system__list-item-text-wrap {
    gap: 7px;
    margin-top: 24px;
  }
  #learning-system .learning-system__list-item-title {
    font-size: 24px;
    line-height: 1.4;
  }
  #learning-system .learning-system__list-item-description--text {
    font-size: 17px;
  }
}

/*-------------------------
    achievement
-------------------------*/
#achievement .achievement__contents {
  padding: 0 0 40px;
}
#achievement .contents-title {
  color: #e5003c;
}
#achievement .achievement__description {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 14px;
}
#achievement .achievement__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: url('../img/achievement-bg_sp.webp') no-repeat center top / 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: none;
  padding: 20px 0 0;
}
#achievement .achievement__header {
  width: 90%;
  text-align: center;
}
#achievement .achievement__header-title {
  display: inline-block;
  color: #e5003c;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  border-bottom: 2px solid #e5003c;
  padding: 0 8px 3px;
}
#achievement .achievement__header-num {
  color: #e5003c;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 900;
  font-size: 68px;
  line-height: 1.4;
}
#achievement .achievement__header-num .--sm {
  font-size: 50px;
}
#achievement .achievement__body {
  width: 90%;
  background: #ffffff;
  border: 1px solid #e5003c;
  border-radius: 12px;
  padding: 20px;
}
#achievement .achievement__detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#achievement .achievement__detail-item:not(:first-child) {
  padding-top: 12px;
}
#achievement .achievement__detail-item:not(:last-child) {
  border-bottom: 1px solid #999999;
  padding-bottom: 12px;
}
#achievement .achievement__detail-title {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
#achievement .achievement__detail-num {
  color: #e5003c;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
}
#achievement .achievement__detail-num .--sm {
  font-size: 32px;
}
#achievement .achievement__notes {
  display: block;
  color: #666666;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.8;
  text-align: left;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #achievement .achievement__contents {
    padding: 60px 0;
  }
  #achievement .achievement__description {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  #achievement .contents-inner {
    max-width: 1000px;
  }
  #achievement .achievement__item {
    flex-direction: row;
    gap: 30px;
    background: url('../img/achievement-bg_pc.webp') no-repeat center / contain;
    width: 100%;
    padding: 50px 100px;
    margin: 0;
  }
  #achievement .achievement__header {
    width: 100%;
    text-align: center;
  }
  #achievement .achievement__header-title {
    font-size: 26px;
    padding: 0 30px 9px;
  }
  #achievement .achievement__header-num {
    font-size: 90px;
  }
  #achievement .achievement__header-num .--sm {
    font-size: 64px;
  }
  #achievement .achievement__body {
    width: 100%;
    padding: 20px 30px;
  }
  #achievement .achievement__detail-item:not(:first-child) {
    padding-top: 12px;
  }
  #achievement .achievement__detail-item:not(:last-child) {
    border-bottom: 1px solid #999999;
    padding-bottom: 12px;
  }
  #achievement .achievement__detail-title {
    font-size: 24px;
  }
}

/*-------------------------
    voice
-------------------------*/
#voice .voice__contents {
  padding: 0 0 40px;
}
#voice .voice__contents .contents-inner {
  position: relative;
  padding: 0;
}
#voice .contents-title {
  position: relative;
  color: #333333;
  font-size: 26px;
  line-height: 1.2;
  border-bottom: 2px solid #1f3b9e;
  padding: 0 15px 15px;
  max-width: 275px;
  margin: 0 auto 30px;
}
#voice .contents-title .--color-primary {
  font-size: 30px;
}
#voice .contents-title::before,
#voice .contents-title::after {
  content: '';
  position: absolute;
  bottom: -21%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 16px 8px 0 8px;
}
#voice .contents-title::before {
  border-color: #1f3b9e transparent transparent transparent;
}
#voice .contents-title::after {
  bottom: -15%;
  border-color: #fff transparent transparent transparent;
}
#voice .voice__list {
  display: flex;
}
#voice .voice__list-item {
  background: #fff;
  border-radius: 8px;
  padding: 24px min(calc(32 / 960 * 100vw), 32px);
  box-sizing: border-box;
  height: auto;
  border: 1px solid #1f3b9e;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
#voice .voice__list-item-img-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#voice .voice__list-item-img-wrap figcaption {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
#voice .voice__list-item-img-wrap .voice__figcaption-title {
  /* color: #1f3b9e;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin: 0; */
}
#voice .voice__list-item-img-wrap .voice__figcaption-name {
  margin-top: 6px;
}
#voice .voice__list-item-img-wrap .voice__figcaption-name .--lg {
  font-size: 24px;
}
#voice .voice__list-item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  margin-top: 20px;
}
#voice .voice__notes {
  display: block;
  color: #333333;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  /* margin-top: 20px; */
  margin: 20px 20px 0;
}
@media screen and (min-width: 1025px) {
  #voice .voice__contents {
    overflow: hidden;
  }
  #voice .contents-inner {
    max-width: 1000px;
  }
  #voice .contents-title {
    padding: 0 20px 20px;
    font-size: 28px;
    border-bottom: 4px solid #1f3b9e;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  #voice .contents-title .--color-primary {
    font-size: 48px;
  }
  #voice .contents-title::before,
  #voice .contents-title::after {
    bottom: -16%;
    border-width: 16px 10px 0 10px;
  }
  #voice .contents-title::after {
    bottom: -10%;
  }
  #voice .voice__list {
    display: flex;
  }
  #voice .voice__notes {
    margin-top: 30px;
    margin: 30px 0 0;
  }
  #voice .voice__list-item {
    border-radius: 10px;
    padding: 24px min(calc(28 / 960 * 100vw), 28px);
  }
}
/*-------------------------
    splide
-------------------------*/
/* #voice .splide__track {
  margin: 0 -16px;
} */
.splide__pagination__page {
  opacity: 1;
}
.splide__pagination {
  bottom: 1.5em;
}
.splide__pagination__page.is-active {
  background: #224087;
}
/* splide__arrow */
.splide__arrow {
  background: #0014284d;
  border-radius: 0;
  height: 41px;
  opacity: 0.7;
  width: 41px;
}
.splide__arrow svg {
  fill: #fff;
  height: 18px;
  width: 18px;
}
.splide__arrow--next {
  right: 0.4em;
}
.splide__arrow--prev {
  left: 0.4em;
}
/* progress-bar */
.splide__progress {
  background: #e6e6e6;
  margin: 20px 20px 0;
}
.splide__progress__slide {
  background: #1f3b9e;
  height: 5px;
  transition: width 0.4s ease;
  width: 0;
}
@media screen and (min-width: 1025px) {
  #voice .splide__slide {
    width: calc(33.3333% - 16px) !important;
  }
  #voice .splide__track {
    margin: 0;
  }
  .splide__pagination__page {
    opacity: 1;
  }
  .splide__pagination {
    bottom: 2em;
  }
  .splide__pagination__page.is-active {
    background: #224087;
  }
  /* splide__arrow */
  .splide__arrow {
    background: #0014284d;
    border-radius: 0;
    height: 41px;
    opacity: 0.7;
    width: 41px;
  }
  .splide__arrow svg {
    fill: #fff;
    height: 18px;
    width: 18px;
  }
  .splide__arrow--next {
    right: -0.8em;
  }
  .splide__arrow--prev {
    left: -0.8em;
  }
  .splide__progress {
    margin: 20px 0 0;
  }
}

/*-------------------------
    flow
-------------------------*/
#flow .flow__contents {
  padding: 40px 0;
}
#flow .contents-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f3b9e;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  border-radius: 12px 12px 0px 0px;
  padding: 17px 0;
}
#flow .flow__contents-body {
  border: 2px solid #1f3b9e;
  border-radius: 0 0 12px 12px;
  padding: 30px 20px;
}
#flow .flow__item:not(:first-child) {
  padding-top: 30px;
}
#flow .flow__item:not(:last-child) {
  border-bottom: 1px solid #1f3b9e;
  padding-bottom: 30px;
}
#flow .flow__item-title {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1f3b9e;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
#flow .flow__item-title span {
  display: inline-block;
  background: #fee302;
  color: #1f3b9e;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 6px 12px;
  border-radius: 4px;
  line-height: 1;
}
#flow .flow__item-description {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 12px;
}
#flow .flow__item-notes {
  color: #666666;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 5px;
}
/* flow__cta */
#flow .flow__cta-wrap {
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  #flow .flow__contents {
    padding: 60px 0;
  }
  #flow .contents-title {
    font-size: 30px;
    padding: 20px 0;
  }
  #flow .flow__contents-body {
    padding: 40px;
  }
  #flow .flow__item-title {
    font-size: 28px;
  }
  #flow .flow__item-title span {
    font-size: 18px;
    line-height: 1.6;
    padding: 5px 20px;
  }
  /* flow__cta */
  #flow .flow__cta-wrap {
    max-width: 540px;
    margin: 12px auto 0;
  }
}
