.heading_lv2 {
  text-align: center;
  color: #64B5B5;
  font-weight: 500;
  line-height: 1.54;
}
@media screen and (width <= 767px) {
  .heading_lv2 {
    font-size: 2.2rem;
  }
}
@media screen and (width > 767px), print {
  .heading_lv2 {
    font-size: 3.1rem;
  }
}

.overview_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .overview_profile {
    margin-top: 1rem;
    gap: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .overview_profile {
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
.overview_profile .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .overview_profile .img {
    width: 12rem;
  }
}
@media screen and (width > 767px), print {
  .overview_profile .img {
    width: 16rem;
  }
}
.overview_profile .txt {
  font-size: 1.8rem;
}
.overview_profile .txt .-small {
  display: block;
  font-size: 1.5rem;
}

.anchor_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (width <= 767px) {
  .anchor_list {
    margin-top: 2rem;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .anchor_list {
    margin-top: 4rem;
    gap: 1.5rem 4rem;
  }
}
.anchor_list > li {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .anchor_list > li {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .anchor_list > li {
    width: calc(50% - 2rem);
    max-width: none;
  }
}
.anchor_list > li a {
  height: 100%;
}
@media screen and (width <= 767px) {
  .anchor_list > li a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.anchor_list > li a::after {
  width: 1.8rem;
  height: 1.8rem;
}

.overview_item dl {
  border: 1px solid #ED707C;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .overview_item dl {
    margin-top: 3rem;
    border-radius: 1.9rem;
  }
}
@media screen and (width > 767px), print {
  .overview_item dl {
    margin-top: 4rem;
    border-radius: 2rem;
  }
}
.overview_item dt {
  background-color: #FFE7E7;
  color: #ED707C;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .overview_item dt {
    padding: 1.5rem 2rem;
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .overview_item dt {
    padding: 2rem 3rem;
    font-size: 2.6rem;
  }
}
.overview_item dd {
  font-size: 1.5rem;
  line-height: 1.73;
}
@media screen and (width <= 767px) {
  .overview_item dd {
    padding: 1rem 2rem 1.5rem;
  }
}
@media screen and (width > 767px), print {
  .overview_item dd {
    padding: 1.5rem 3rem 2rem;
  }
}
.overview_item dd p {
  margin-top: 1.5rem;
}
.overview_item dd p a {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (width > 767px), print {
  .overview_item dd p a:hover {
    text-decoration: none;
  }
}
.overview_item dd em {
  font-style: italic;
}
@media screen and (width <= 767px) {
  .overview_item dd .txt_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (width > 767px), print {
  .overview_item dd .txt_img::after {
    clear: both;
  }
}
.overview_item dd .txt_img > p:first-of-type {
  margin-top: 0;
}
@media screen and (width > 767px), print {
  .overview_item dd .txt_img figure {
    float: right;
    width: 36.6%;
    margin: 0 0 1rem 3rem;
  }
}
.overview_item dd .img_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .overview_item dd .img_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .overview_item dd .img_col2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}
.overview_item dd .ttl + * {
  margin-top: 0.5rem;
}
.overview_item dd > *:first-child {
  margin-top: 0;
}
.overview_item dd figure {
  text-align: center;
}
@media screen and (width <= 767px) {
  .overview_item dd figure {
    margin-block: 1rem;
  }
}
@media screen and (width > 767px), print {
  .overview_item dd figure {
    margin-block: 2rem;
  }
}
@media screen and (width <= 767px) {
  .overview_item dd .school_interview {
    margin-top: 1rem;
  }
}

.acc_target {
  display: none;
}

.acc_trigger {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.1);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .acc_trigger {
    margin-top: 1rem;
  }
}
@media screen and (width > 767px), print {
  .acc_trigger {
    margin-top: 2rem;
  }
}
.acc_trigger::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-size: 200% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: background-position 0.6s;
  transition: background-position 0.6s;
}
.acc_trigger::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url(../images/common/icon_acc_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (width > 767px), print {
  .acc_trigger:hover::before {
    background-position: 100% 0;
  }
}
.acc_trigger[data-open=true]::after {
  background-image: url(../images/common/icon_acc_open.svg);
}
.acc_trigger.-pink::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FEAAAA), color-stop(50%, #ED707C), to(#FEAAAA));
  background-image: linear-gradient(to right, #FEAAAA 0, #ED707C 50%, #FEAAAA 100%);
}