.info {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 8vw;
    padding-bottom: 21.3333333333vw;
  }
}
.info__cover {
  margin-top: 45px;
  padding: 50px 36px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .info__cover {
    width: 100vw;
    margin: 10.6666666667vw calc(50% - 50vw) 0;
    padding: 12.6666666667vw 5.3333333333vw 10vw;
  }
}
.info__cover--school {
  background-image: url("../../../assets/img/info/bg.jpg");
}
.info__cover--event {
  background-image: url("../../../assets/img/info/bg.jpg");
}
.info__event {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .info__event {
    margin-top: 10.6666666667vw;
  }
}
.info__bottom-block {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .info__bottom-block {
    margin-top: 10.6666666667vw;
    padding-top: 4.8vw;
  }
}
.info__bottom-block .tax {
  margin-top: 50px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .info__bottom-block .tax {
    margin-top: 6.6666666667vw;
    font-size: 2.6rem;
  }
}
.info__bottom-block .announce {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .info__bottom-block .announce {
    margin-top: 4vw;
    font-size: 2.6rem;
    line-height: 1.68;
  }
}
.info__bottom-block.is-colorChange {
  border-top: 1px solid #ffffff;
}
.info__bottom-block-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .info__bottom-block-title {
    font-size: 4rem;
  }
}

.info-school__item {
  border-radius: 5px;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.info-school__item:last-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .info-school__item:last-of-type {
    margin-top: 6.6666666667vw;
  }
}
.info-school__title {
  padding: 30px 0 30px 40px;
  border-radius: 5px 5px 0 0;
  background-color: #1479c7;
}
@media screen and (max-width: 767px) {
  .info-school__title {
    padding: 4vw 0 4vw 6.6666666667vw;
  }
}
.info-school__title p {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .info-school__title p {
    font-size: 4rem;
  }
}
.info-school__title--adult {
  background-color: #228473;
}
.info-school__contents {
  padding: 0 40px 50px 40px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}

.link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  padding: 50px 40px;
  background-color: #fff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .link-list {
    grid-template-columns: auto;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.link-list--school {
  border-radius: 0 0 5px 5px;
  padding-top: 0;
  filter: unset;
}
.link-list--colomn {
  grid-template-columns: auto;
}

.link-item {
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .link-item {
    padding: 4.8vw 0;
    border-bottom: 2px solid #d9d9d9;
  }
}
.link-item--bt {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .link-item--bt {
    border-top: 2px solid #d9d9d9;
  }
}
.link-item a {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #005191;
}
@media screen and (max-width: 767px) {
  .link-item a {
    font-size: 3.2rem;
  }
}
.link-item a::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translateY(-50%) rotate(135deg);
}
.link-item a.is-colorChange::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (min-width: 769px) {
  .link-item span:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}

.info-smart {
  margin-top: 45px;
  border-radius: 5px;
  background-color: #f4f3f2;
}
@media screen and (max-width: 767px) {
  .info-smart {
    padding: 0 5.3333333333vw;
  }
}

.info-smart-top {
  display: flex;
  align-items: center;
  padding: 50px 0;
  margin: 0 36px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .info-smart-top {
    flex-direction: column;
    justify-content: center;
    padding: 6.6666666667vw 0 5.3333333333vw 0;
    margin: 0;
  }
}
.info-smart-top__logo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .info-smart-top__logo {
    width: 53.3333333333vw;
  }
}
.info-smart-top__text {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .info-smart-top__text {
    margin: 5.3333333333vw 0 0 0;
  }
}
.info-smart-top__text p {
  color: #333333;
  letter-spacing: 0.05em;
}
.info-smart-top__text p:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info-smart-top__text p:first-of-type {
    font-size: 3.2rem;
    line-height: 1.68;
  }
}
.info-smart-top__text p:last-of-type {
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info-smart-top__text p:last-of-type {
    font-size: 2.6rem;
    line-height: 1.68;
  }
}

.info-smart-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .info-smart-bottom {
    flex-direction: column;
    padding: 6.6666666667vw 0;
  }
}

.info-box {
  max-width: 350px;
  width: 100%;
}
.info-box__top {
  padding: 15px 0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background-color: #1479c7;
}
@media screen and (max-width: 767px) {
  .info-box__top {
    padding: 3.3333333333vw 0;
  }
}
.info-box__top p {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .info-box__top p {
    font-size: 3.2rem;
  }
}
.info-box__bottom {
  padding: 25px 40px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .info-box__bottom {
    padding: 4.6666666667vw 5.3333333333vw;
  }
}
.info-box__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info-box__title {
    font-size: 3.2rem;
  }
}
.info-box__text {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .info-box__text {
    font-size: 3.2rem;
  }
}

.info-table {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .info-table {
    margin-top: 3.3333333333vw;
  }
}
.info-table .table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}
.info-table .table__block03 {
  width: 164px;
}
.info-table .table__block04 {
  width: 325px;
}
.info-table .table__row01 th {
  padding: 16px 0;
}
.info-table .table__row02 th {
  padding: 6px 0;
}
.info-table .table__sub-head {
  width: 124px;
}
.info-table th {
  color: #333333;
  background-color: #f3f2f1;
  font-size: 1.6rem;
  font-weight: 700;
}
.info-table td {
  font-size: 1.6rem;
  font-weight: 400;
}
.info-table th, .info-table td {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  line-height: 1.68;
}
.info-table tbody td {
  padding: 14px 0;
}
.info-table tbody th {
  padding: 16px 0;
}

.plus {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .plus {
    margin: 4vw 0;
  }
}
.plus span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.plus span:first-of-type {
  transform: translateY(-50%);
}
.plus span:last-of-type {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .plus--short {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-open .plus span:last-of-type {
    display: none;
  }
}

.info-detail {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .info-detail {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .info-detail__inner {
    padding-top: 5.3333333333vw;
  }
}
.info-detail__kv-container {
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .info-detail__kv-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.info-detail__kv-container .kv__title {
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .info-detail__kv-container .kv__title {
    font-size: 5.2rem;
  }
}
.info-detail__top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .info-detail__top {
    flex-direction: column;
  }
}
.info-detail__text {
  margin-right: 40px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .info-detail__text {
    margin-right: 0;
    margin-bottom: 6.4vw;
    font-size: 3.2rem;
  }
}
.info-detail__link {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .info-detail__link {
    width: 78.6666666667vw !important;
    margin: 6.6666666667vw auto 0;
  }
}
.info-detail__link a {
  position: relative;
  padding: 15px 0 !important;
}
.info-detail__img-area {
  display: flex;
  flex-direction: column;
}
.info-detail__img {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .info-detail__img {
    width: 100%;
  }
}
.info-detail__table {
  width: 100%;
  margin-top: 75px;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .info-detail__table {
    margin-top: 10.6666666667vw;
  }
}
.info-detail__table th, .info-detail__table td {
  padding: 20px 0;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .info-detail__table th, .info-detail__table td {
    padding: 2.6666666667vw 0;
    font-size: 3.2rem;
    vertical-align: middle;
  }
}
.info-detail__table th {
  width: 22.22%;
  text-align: center;
  background-color: #f3f2f1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info-detail__table th {
    width: 28vw;
  }
}
.info-detail__table th.is-colorChange {
  color: #333333;
}
.info-detail__table td {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .info-detail__table td {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.info-detail__btn {
  max-width: 450px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .info-detail__btn {
    max-width: auto;
    width: 78.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}

.sp-table {
  margin-top: 3.3333333333vw;
}
.sp-table__list {
  border-top: 2px solid #d9d9d9;
  border-left: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}
.sp-table__heading {
  position: relative;
  padding: 4vw;
  border-bottom: 2px solid #d9d9d9;
  background-color: #f3f2f1;
}
.sp-table__heading p {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #333333;
}
.sp-table__plus {
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}

.sp-table-tab {
  opacity: 0;
  height: 0;
  transition: all 0.3s ease-out;
  background-color: #fff;
}
.sp-table-tab.is-open {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-out;
}
.sp-table-tab__heading {
  margin: 0 4vw;
  padding: 4vw;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.68;
  border-bottom: 2px solid #d9d9d9;
}
.sp-table-tab__contents {
  padding: 4vw;
  border-bottom: 2px solid #d9d9d9;
}
.sp-table-tab__contents p {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.68;
}