.info {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .info {
    padding-bottom: 21.3333333333vw;
  }
}
.info__cover {
  margin-top: 55px;
  padding: 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .info__cover {
    width: 100vw;
    margin: 8.5333333333vw calc(50% - 50vw) 0;
    padding: 0 5.3333333333vw 10vw;
  }
}
.info__event {
  margin-top: 112px;
}

@media screen and (max-width: 767px) {
  .info__event {
    margin-top: 34.5333333333vw;
  }
}
.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:last-of-type {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .info-school__item:last-of-type {
    margin-top: 6vw;
  }
}
.info-school__title {
  padding: 30px 0;
  background-color: #0082e6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-school__title {
    padding: 4vw 0;
  }
}
.info-school__title p {
  font-size: 2.8rem;
  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: #23b8c8;
}

.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);
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  padding: 50px 40px;
}

@media screen and (max-width: 767px) {
  .link-list {
    grid-template-columns: auto;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.link-list--school {
  padding: 28px 40px 0;
  -webkit-filter: unset;
          filter: unset;
  background-color: #e5f2fc;
}

@media screen and (max-width: 767px) {
  .link-list--school {
    padding: 0vw 5.3333333333vw 0;
  }
}
.link-list--school--adult {
  padding: 28px 40px 58px;
  background-color: #e9f8f9;
}

@media screen and (max-width: 767px) {
  .link-list--school--adult {
    padding: 1.0666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.link-list--colomn {
  padding: 30px 40px 60px;
  grid-template-columns: auto;
  background-color: #e6f9fe;
}

@media screen and (max-width: 767px) {
  .link-list--colomn {
    padding: 1.0666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
.link-item {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .link-item {
    padding: 4.8vw 0;
    border-bottom: 2px solid #fff;
  }
}
.link-item--bt {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .link-item--bt {
    border-top: 2px solid #fff;
  }
}
.link-item a {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
}

@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 #0082e6;
  border-left: 2px solid #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.link-item a.is-colorChange::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

@media screen and (min-width: 768px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  margin: 0 36px;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .info-smart-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .info-smart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plus span:last-of-type {
  -webkit-transform: translateY(-50%) rotate(90deg);
          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;
  }
}
.info-detail__kv-container {
  max-width: 940px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .info-detail__kv-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.info-detail__kv-container .kv__category {
  padding-top: 57px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .info-detail__kv-container .kv__category {
    padding-top: 10.6666666667vw;
    font-size: 3.2rem;
  }
}
.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__pdf {
  margin-top: 50px;
}
.info-detail__pdf .btn {
  width: 450px;
  margin: 0 auto;
  padding: 28px 0;
  border-radius: 5px;
}
.info-detail__pdf .btn.pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 42px;
  width: 17px;
  height: 20px;
  background-image: url(../../../assets/img/common/icon_pdf-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.info-detail__pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.info-detail__pdf a .link-color {
  color: #0082e6;
}

@media screen and (max-width: 767px) {
  .info-detail__pdf {
    margin-top: 9.3333333333vw;
  }
  .info-detail__pdf .btn {
    width: 78.6666666667vw;
    margin: 0 auto;
    padding: 5.7333333333vw 0;
    border-radius: 5px;
  }
  .info-detail__pdf .btn.pdf::after {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
  .info-detail__pdf a {
    font-size: 3.2rem;
  }
  .info-detail__pdf a .link-color {
    color: #0082e6;
  }
}
.info-detail__text {
  margin-top: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .info-detail__text {
    font-size: 3.2rem;
    margin-top: 10.6666666667vw;
  }
}
.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__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 18px;
  height: 13px;
  background-image: url("../../../assets/img/common/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .info-detail__link a::after {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.info-detail__img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
}

.info-detail__img {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .info-detail__img {
    width: 100%;
  }
}
.info-detail__table {
  width: 100%;
  margin-top: 50px;
  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%;
  padding-left: 20px;
  text-align: left;
  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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-table-tab {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
}

.sp-table-tab.is-open {
  opacity: 1;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  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;
}

.info__anchorlink {
  background-color: #e5f2fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 117px;
  padding: 24px 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info__anchorlink {
    padding: 4.6666666667vw 0;
    gap: 18.6666666667vw;
    font-size: 3.2rem;
  }
}
.info__anchorlink li a {
  position: relative;
}
.info__anchorlink li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media screen and (max-width: 767px) {
  .info__anchorlink li a::before {
    width: 6px;
    height: 6px;
  }
}
.info .info-school {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .info .info-school {
    margin-top: 38.6666666667vw;
  }
}
.info .info-school .heading__text {
  position: relative;
}
.info .info-school .heading__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -130px;
  width: 110px;
  height: 142px;
  background: url(../../../assets/img/top/home-various__container.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .info .info-school .heading__text::after {
    top: -29.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.2vw;
    height: 27.2vw;
  }
}
.info .info__event .heading__text {
  position: relative;
}
.info .info__event .heading__text::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -175px;
  width: 153px;
  height: 149px;
  background: url(../../../assets/img/common/heading-elem03.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .info .info__event .heading__text::after {
    top: -29.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 26.2666666667vw;
    height: 25.6vw;
  }
}
.info__kidshead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .info__kidshead {
    margin-bottom: 8.6666666667vw;
    font-size: 4rem;
    line-height: 1.35;
  }
}
.info__kidsroot {
  padding: 60px 44px 43px;
  background-color: #e5f2fc;
}
@media screen and (max-width: 767px) {
  .info__kidsroot {
    padding: 6.6666666667vw 5.3333333333vw 9.3333333333vw;
  }
}
.info__kidsroot__box {
  padding: 45px 40px 55px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .info__kidsroot__box {
    padding: 8vw 5.3333333333vw 9.3333333333vw;
  }
}
.info__kidsroot__head {
  padding: 13px;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #0082e6;
  border-bottom: 1px solid #0082e6;
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__head {
    padding: 3.2vw;
    font-size: 3.2rem;
  }
}
.info__kidsroot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__list {
    display: block;
  }
}
.info__kidsroot__list > li {
  width: 31.4150943396%;
  padding-bottom: 23px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #0082e6;
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__list > li {
    width: 100%;
    padding-bottom: 5.3333333333vw;
    font-size: 3.2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__list > li:not(:first-child) {
    margin-top: 4.6666666667vw;
  }
}
.info__kidsroot__list > li p {
  position: relative;
  display: inline-block;
}
.info__kidsroot__list > li p.pdf {
  padding-left: 30px;
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__list > li p.pdf {
    padding-left: 6.1333333333vw;
  }
}
.info__kidsroot__list > li p.pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 20px;
  background-image: url("../../../assets/img/common/icon_pdf-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__list > li p.pdf::before {
    width: 3.6vw;
    height: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .info__kidsroot__list > li p.pdf::before {
    right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 4.8vw;
  }
}
.info__kidsroot__list > li p.linkicon {
  padding-left: 30px;
}
@media screen and (max-width: 1140px) {
  .info__kidsroot__list > li p.linkicon {
    padding-left: 6.1333333333vw;
  }
}
.info__kidsroot__list > li p.linkicon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-left: 2px solid;
  color: #0082e6;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.info__kidsroot__list > li a {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(#333, #333);
  background-size: 0 0.09em;
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.info__kidsroot__list > li a:where(:-moz-any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.info__kidsroot__list > li a:where(:any-link, :enabled):hover {
  background-size: 100% 0.09em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.is-colorChange-blue .info__kidsroot__list > li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff00), to(#ffff00));
  background-image: linear-gradient(#ffff00, #ffff00);
}

.info-detail .page-container {
  max-width: 1020px;
}
.info-detail .btn--yellow-lg {
  padding: 29px 0;
  border-radius: 60px;
  background-color: #ffc623;
}
.info-detail .arrow-circle {
  background-color: initial;
}
@media screen and (min-width: 768px) {
  .info-detail .btn--yellow-lg p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .info-detail .btn--yellow-lg p {
    font-size: 4rem;
  }
}
.info-detail .arrow-circle::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 2px);
  width: 9px;
  height: 9px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .kv__infotitle {
    padding-bottom: 18.9333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .kv__titledetailmt {
    padding-top: 6.9333333333vw !important;
    padding-bottom: 16.5333333333vw !important;
  }
}