main img {
  display: block;
  margin: auto;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.--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%);
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

/*-------------------------
    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;
  }
}

/*-------------------------
    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;
  }
}

/*-------------------------
    CTA
-------------------------*/
.md_main-visual + .md-contact {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .md_main-visual + .md-contact {
    padding-top: 31px;
  }
}

/*-------------------------
    main-visual
-------------------------*/
.md_main-visual {
  background-color: #d1ecff;
}
.md_main-visual .contents-inner {
  padding: 0;
}
.mv-arrow {
  margin: 0 auto;
  width: 110px;
}
.md_main-visual .contents-inner .banner_area {
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
}

@media screen and (min-width: 768px) {
  .md_main-visual .contents-inner {
    max-width: none;
  }
  .mv-arrow {
    margin-bottom: -25px;
    width: 140px;
  }
}

/*-------------------------
    reason
-------------------------*/
#reason .reason__contents {
  padding: 40px 0;
}
#reason .contents-title {
  position: relative;
  border-bottom: 2px solid #1f3b9e;
  padding: 0 15px 15px;
  max-width: 275px;
  margin: 0 auto 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 {
  display: flex;
  align-items: center;
  gap: 10px;
}
#reason .reason__item-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background: #1f3b9e;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 0.9;
  width: 55px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
#reason .reason__item-label--num {
  font-size: 25px;
}
#reason .reason__item-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
#reason .reason__item-body {
  margin-top: 30px;
}
#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;
  margin-top: 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: 2.5px 5px;
}
#reason .reason__point-item-num {
  font-size: 16px;
}
#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 {
  color: #1f3b9e;
  background: #eef6fd;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
}
/* 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: 100%;
    margin: 0 auto 60px;
    font-size: 48px;
  }
  #reason .contents-title::before,
  #reason .contents-title::after {
    bottom: -12%;
    border-width: 16px 8px 0 8px;
  }
  #reason .contents-title::after {
    bottom: -9%;
  }
  #reason .reason__list {
    gap: 100px;
  }
  #reason .reason__item-head {
    gap: 35px;
  }
  #reason .reason__item-label {
    font-size: 20px;
    line-height: 1;
    width: 100px;
  }
  #reason .reason__item-label--num {
    font-size: 40px;
  }
  #reason .reason__item-title {
    font-size: 40px;
    letter-spacing: 0px;
  }
  #reason .reason__item-body {
    margin-top: 40px;
  }
  #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: 20px;
    padding: 30px 55px;
  }
  #reason .reason__point-item {
    gap: 20px;
  }
  #reason .reason__point-item-title {
    font-size: 14px;
    border-right: 1px solid #1f3b9e;
    padding: 0px 6px;
  }
  #reason .reason__point-item-num {
    font-size: 24px;
  }
  #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 {
    font-size: 26px;
    padding: 20px 16px;
    margin-top: 36px;
  }
  .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-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 {
  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 {
  font-size: 14px;
  line-height: 1.6;
}
@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 {
    margin-top: 24px;
  }
  #learning-system .learning-system__list-item-title {
    font-size: 24px;
    line-height: 1.4;
  }
  #learning-system .learning-system__list-item-description {
    font-size: 16px;
  }
}

/*-------------------------
    achievement
-------------------------*/
#achievement .achievement__contents {
  padding: 20px 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: 80px 0 100px;
  }
  #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;
  }
}

/*-------------------------
    map
-------------------------*/
#map .map__contents {
  padding: 0 0 40px;
}
#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;
  }
}

/*-------------------------
    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;
  }
}

/*-------------------------
    online
-------------------------*/
#online .online__contents {
  padding: 0 0 40px;
}
#online .online__title--sub {
  position: relative;
  font-weight: 700;
  color: #1f3b9e;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  background: #cdf0ff;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 25px;
}
#online .online__title--sub::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 22px;
  height: 12px;
  background: #cdf0ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#online .online__title {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}
#online .online__img {
  margin-top: 20px;
}
#online .online__description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #online .online__contents {
    padding: 0 0 60px;
  }
  #online .online__title--sub {
    font-size: 28px;
    padding: 15px;
    margin-bottom: 50px;
  }
  #online .online__title--sub::after {
    bottom: -18px;
    width: 32px;
    height: 20px;
  }
  #online .online__title {
    font-size: 33px;
    line-height: 1;
  }
  #online .online__img {
    margin-top: 30px;
  }
  #online .online__description {
    font-size: 20px;
    margin-top: 30px;
  }
}

/*-------------------------
    faq
-------------------------*/
.md-faq a {
  color: #4794e9;
  text-decoration: underline;
}
.md-faq .c-title._h2 {
  color: #1f3b9e;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.md-faq .md-toggle__btn--has-icon {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .md-faq .c-title._h2 {
    font-size: 40px;
  }
}
