@charset "UTF-8";
.c-container {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 4rem;
  }
}

.c-section-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #285387;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .c-section-title {
    font-size: 3.4rem;
    line-height: 2;
    margin-bottom: 4rem;
  }
}
.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 10rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-lesson {
  height: 4rem;
  background-color: #e8052a;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-lesson {
    border-radius: 0;
  }
}
.c-btn.-lesson span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-lesson span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url("../../assets/img/common/chalkboard-teacher-solid.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-entry {
  height: 4rem;
  border-radius: 200rem;
  background-color: #285387;
  position: relative;
}
.c-btn.-entry span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 5.4rem;
  position: relative;
}
.c-btn.-entry span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" preserveAspectRatio="none"><path fill="%23fff" d="M10,0C6.14,0,3,3.14,3,7c0,2.41,1.23,4.55,3.09,5.81-3.57,1.53-6.09,5.07-6.09,9.19h2c0-2.89,1.53-5.41,3.81-6.81.67,1.65,2.31,2.81,4.19,2.81s3.52-1.16,4.19-2.81c2.29,1.41,3.81,3.92,3.81,6.81h2c0-4.12-2.53-7.66-6.09-9.19,1.86-1.26,3.09-3.4,3.09-5.81,0-3.86-3.14-7-7-7ZM10,2c2.77,0,5,2.23,5,5s-2.23,5-5,5-5-2.23-5-5,2.23-5,5-5ZM10,14c.82,0,1.6.12,2.34.34-.35.96-1.25,1.66-2.34,1.66s-2-.69-2.34-1.66c.74-.23,1.52-.34,2.34-.34Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 20/22;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 2);
  left: 0;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 38.6rem;
  height: 7.4rem;
  padding-right: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #285387;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 80%;
    height: 10rem;
  }
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  right: 2.5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1:after {
    right: 4rem;
  }
}
.c-btn.-arrow1 span {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
    font-size: 2.6rem;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
  .c-btn.-arrow1:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
@media screen and (max-width: 749.98px) {
  .c-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-columns-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
.c-columns-item__title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  padding: 1.2rem 0.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-columns-item__title {
    font-size: 2.8rem;
    padding: 2.4rem 1.6rem;
  }
}
.c-columns-item__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.c-columns-item__foot {
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.c-columns-item__foot .tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 0.4rem;
}
.c-columns.-columns2 .c-columns-item {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .c-columns.-columns2 .c-columns-item {
    width: 100%;
  }
}
.c-columns.-columns3 .c-columns-item {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 749.98px) {
  .c-columns.-columns3 .c-columns-item {
    width: 100%;
  }
}

.swiper {
  position: relative;
}
.swiper-slide a {
  position: relative;
}

.btn-prev,
.btn-next {
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
/* 現在のスライド番号 */
/* スライド総数 */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*************************
top
************************ */
.p-top-mv {
  padding-bottom: 16rem;
  background: #fff url(../img/index/bg_mv.jpg) no-repeat scroll right 0/contain;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv {
    background: #fff url(../img/index/bg_mv_sp.jpg) no-repeat scroll right 0/contain;
  }
}
.p-top-mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 11.6rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 116" preserveAspectRatio="none"><path fill="%23f5f7f8" d="M0,0v116h1920V0c-155.9,49.35-527,83.78-960,83.78S155.9,49.35,0,0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-top-mv__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding-left: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__inner {
    padding-left: 0;
  }
}
.p-top-mv__inner .mv-slide {
  border: 2px solid #99b4bf;
  border-radius: 1rem;
  height: 12rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-top-mv__head {
  padding-top: 2.8rem;
}
.p-top-mv__head-subcatch {
  font-size: 1.5rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__head-subcatch {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
}
.p-top-mv__head-subcatch span {
  font-size: 1.3rem;
  color: #fff;
  padding: 0.4rem 1.6rem;
  background-color: #285387;
  margin-right: 1rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__head-subcatch span {
    font-size: 2rem;
  }
}
.p-top-mv__head-subcatch strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0.4rem;
  color: #285387;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__head-subcatch strong {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}
.p-top-mv__catch {
  margin-top: 4.8rem;
  margin-bottom: 6rem;
}
.p-top-mv__catch .title {
  color: #285387;
  font-size: 5.8rem;
  font-weight: 900;
  line-height: 1.5172413793;
  text-shadow: 0 0 1rem white;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__catch .title {
    text-align: center;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0 white;
  }
}
.p-top-mv__catch .title span {
  font-size: 6.7rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv__catch .title span {
    font-size: 6.8rem;
  }
}
.lang-en .p-top-mv__catch .title {
  width: 75rem;
}
.lang-en .p-top-mv__catch .title br {
  display: none;
}
.p-top-mv .mv-slide {
  width: 58.6rem;
  height: 11.6rem;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .mv-slide {
    width: 60rem;
    margin: 0 auto;
    margin-top: 6.4rem;
  }
}
.p-top-mv .mv-slide-title {
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: -1.6rem;
  left: 1.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .mv-slide-title {
    width: 100%;
    text-align: center;
    background-color: transparent;
    top: -4rem;
    left: auto;
  }
}
.p-top-mv__swiper {
  width: 58.6rem;
  height: 11.2rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-top-mv__swiper-slide {
  line-height: 0.1;
}
.p-top-mv .pass-slide {
  width: 58.6rem;
  height: 11.6rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
}
.p-top-mv .pass-is, .p-top-mv .pass-college {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .pass-is, .p-top-mv .pass-college {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.p-top-mv .pass-is img, .p-top-mv .pass-college img {
  max-width: 5rem;
  max-height: 5rem;
  margin-right: 1.2rem;
}
.p-top-mv .pass-college img {
  max-width: 3.2rem;
  max-height: 3.2rem;
  margin-right: 2.2rem;
  margin-left: 0.8rem;
}
.p-top-mv .pass-etc {
  position: absolute;
  bottom: 0;
  right: 1.6rem;
}
.p-top-mv .media-box {
  width: 32rem;
  background-color: #fff;
  border: 2px solid #99b4bf;
  padding: 2rem;
  border-radius: 1rem;
  position: absolute;
  top: 8rem;
  right: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .media-box {
    width: calc(100% - 8rem);
    top: auto;
    right: auto;
    padding: 3rem 2rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    margin-top: 3.6rem;
    border: none;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.15));
    z-index: 1;
  }
}
.p-top-mv .media-box h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #285387;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .media-box h2 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
    margin: 0 auto;
    padding-left: 5rem;
    position: relative;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .media-box h2:before {
    content: "";
    display: block;
    width: 3rem;
    height: 3rem;
    background: transparent url(../img/common/icon_mic.svg) no-repeat scroll center center/contain;
    position: absolute;
    top: calc((100% - 3rem) / 2);
    left: 0;
  }
}
.p-top-mv .media-box figure {
  margin-top: 1.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .media-box figure {
    width: 30rem;
    width: calc((100% - 3rem) / 2);
  }
}
.p-top-mv .media-box figure figcaption {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #285387;
  margin-top: 0.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .media-box figure figcaption {
    font-size: 2.4rem;
  }
}
.p-top-mv .media-box figure figcaption span {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 749.98px) {
  .p-top-mv .media-box figure figcaption span {
    font-size: 2rem;
  }
}
.p-top-track-record {
  padding-top: 12rem;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record {
    padding-top: 6rem;
  }
}
.p-top-track-record .c-section-title {
  position: relative;
}
.p-top-track-record .c-section-title:before, .p-top-track-record .c-section-title:after {
  content: "";
  display: block;
  width: 23rem;
  height: 26rem;
  background: transparent url(../img/index/illust_ribon.png) no-repeat scroll center center/contain;
  position: absolute;
  top: -10rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record .c-section-title:before, .p-top-track-record .c-section-title:after {
    width: 11.2rem;
    height: 10rem;
    top: -3rem;
  }
}
.p-top-track-record .c-section-title:before {
  left: -30rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record .c-section-title:before {
    left: -10rem;
  }
}
.p-top-track-record .c-section-title:after {
  right: -30rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record .c-section-title:after {
    right: -10rem;
  }
}
.p-top-track-record .is-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #285387;
  letter-spacing: 0.1em;
}
.p-top-track-record .is-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.6rem;
  color: #000;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record .is-title span {
    margin-top: 0.8rem;
  }
}
.p-top-track-record__slide {
  padding-bottom: 6rem;
  overflow-x: hidden;
}
.p-top-track-record__swiper {
  margin-top: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__swiper {
    margin-top: 0.8rem;
  }
}
.p-top-track-record__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 1440px) {
  .p-top-track-record__swiper .swiper-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
.p-top-track-record__swiper .swiper-slide {
  width: 26rem;
  width: 15.1515151515vw;
  height: auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
.p-top-track-record__swiper-slide {
  padding: 0.8rem 0.8rem;
  height: auto;
}
.p-top-track-record__swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.15));
}
.p-top-track-record__swiper-slide .slide-inner figure {
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.lang-en .p-top-track-record__swiper-slide .slide-inner figure {
  min-height: 19rem;
}
.p-top-track-record__swiper-slide .slide-inner figure img {
  width: 100%;
  height: 10rem;
  -webkit-appearance: 1/1;
     -moz-appearance: 1/1;
          appearance: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-track-record__swiper-slide .slide-inner figure figcaption {
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 7rem;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.6rem -1.6rem 0;
  letter-spacing: 0;
}
.lang-en .p-top-track-record__swiper-slide .slide-inner figure figcaption {
  flex-direction: column;
  min-height: 5rem;
}
.lang-en .p-top-track-record__swiper-slide .slide-inner figure figcaption br {
  display: none;
}
.p-top-track-record__swiper-slide .slide-inner .number {
  font-size: 1.7rem;
  font-weight: 700;
}
.lang-en .p-top-track-record__swiper-slide .slide-inner .number {
  text-align: center;
  line-height: 1.3;
}
.p-top-track-record__swiper-slide .slide-inner .number b {
  font-size: 6.4rem;
  color: #285387;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
.p-top-track-record__swiper-slide .slide-inner .number span {
  font-size: 2.2rem;
}
.p-top-track-record__swiper-slide .slide-inner .note {
  margin-top: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
.p-top-track-record__swiper-slide .slide-inner.-asij figure img {
  width: 14rem;
}
.p-top-track-record__swiper-slide .slide-inner.-kis figure img {
  height: 12rem;
  transform: translateY(-0.4rem);
}
.p-top-track-record__swiper-slide .slide-inner.-kis figure figcaption {
  margin-top: 0;
}
.p-top-track-record__swiper-slide .slide-inner.-mct figure img {
  width: 13rem;
}
.p-top-track-record__swiper-slide .slide-inner.-uwci figure img {
  width: 13rem;
}
.p-top-track-record__college {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: transparent url(../img/index/bg_college_pc.webp) no-repeat fixed center top/cover;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college {
    padding-left: 4rem;
    padding-right: 4rem;
    background: transparent url(../img/index/bg_college_sp.webp) no-repeat scroll center center/cover;
  }
}
.p-top-track-record__college:before, .p-top-track-record__college:after {
  content: "";
  display: block;
  width: 100%;
  height: 11.6rem;
}
.p-top-track-record__college:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 116" preserveAspectRatio="none"><path fill="%23f5f7f8" d="M0,0v116h1920V0c-155.9,49.35-527,83.78-960,83.78S155.9,49.35,0,0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  transform: scaleY(-1);
  position: absolute;
  left: 0;
  top: -1px;
}
.p-top-track-record__college:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 116" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,0v116h1920V0c-155.9,49.35-527,83.78-960,83.78S155.9,49.35,0,0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-top-track-record__college .college-title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem 12rem;
  border-radius: 1rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  color: #285387;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college .college-title {
    font-size: 3.2rem;
    width: 100%;
  }
}
.p-top-track-record__college .college-title span {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college .college-title span {
    font-size: 2.2rem;
  }
}
.p-top-track-record__college-cont {
  display: flex;
  justify-content: space-between;
  width: 108rem;
  margin: 0 auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-cont {
    display: block;
    width: 100%;
  }
}
.p-top-track-record__college-cont .country {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 5rem 5rem 3rem;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-cont .country {
    margin-top: 8rem;
  }
}
.p-top-track-record__college-cont .country:before {
  display: block;
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  letter-spacing: -0.1em;
  position: absolute;
  top: -5.6rem;
  right: 1.3rem;
}
.p-top-track-record__college-cont .country span {
  position: absolute;
  top: -4rem;
  left: 0;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  color: #285387;
  line-height: 1;
  border: 1px solid #99b4bf;
  padding: 1.6rem 2rem;
  position: absolute;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-cont .country span {
    font-size: 3.4rem;
  }
}
.p-top-track-record__college-cont .country ul li {
  margin-top: 1.6rem;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-cont .country ul li {
    font-size: 2.6rem;
    padding-left: 4rem;
  }
}
.p-top-track-record__college-cont .country ul li:before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.2rem;
  background: transparent url(../img/common/icon_college.png) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-cont .country ul li:before {
    width: 2.4rem;
    height: 1.5rem;
    top: calc((100% - 1.5rem) / 2);
  }
}
.p-top-track-record__college-cont .country ul li.etc:before {
  content: none;
}
.p-top-track-record__college-cont .country ul li:first-of-type {
  margin-top: 0;
}
.p-top-track-record__college-cont .country.-usa:before {
  content: "usa";
  text-transform: uppercase;
}
.p-top-track-record__college-cont .country.-japan:before {
  content: "japan";
  text-transform: uppercase;
}
.p-top-track-record__college-cont .country.-england:before {
  content: "england";
  text-transform: uppercase;
}
.p-top-track-record__college-cont .country.-canada:before {
  content: "canada";
  text-transform: uppercase;
}
.p-top-track-record__college-cont .country.-australia span {
  padding: 1.6rem 1.2rem;
  letter-spacing: 0;
}
.p-top-track-record__college-cont .country.-australia:before {
  content: "australia";
  text-transform: uppercase;
}
.p-top-track-record__college-left, .p-top-track-record__college-right {
  width: 52rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-left, .p-top-track-record__college-right {
    width: 100%;
  }
}
.p-top-track-record__college-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.p-top-track-record__college-right {
  padding-top: 7.5rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-track-record__college-right {
    padding-top: 0;
  }
}
.p-top-voice {
  padding-top: 8rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.p-top-voice:after {
  content: "";
  display: block;
  width: 100%;
  height: 27.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 274" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,84.97v104.93c155.86,49.63,526.97,84.21,960,84.21s804.14-34.58,960-84.21v-104.93C1764.28,35.14,1393.7.06,961.17,0h-2.33C526.3.06,155.72,35.14,0,84.97Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  bottom: -13.7rem;
  left: 0;
  z-index: -1;
}
.p-top-voice .c-section-title {
  font-size: 4.4rem;
  line-height: 1.8181818182;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice .c-section-title {
    font-size: 3.4rem;
    line-height: 2;
  }
}
.p-top-voice .c-section-title.-megaphone:before {
  content: "";
  display: block;
  width: 14.2rem;
  height: 10.6rem;
  background: transparent url(../img/index/illust_megaphone.png) no-repeat scroll center center/contain;
  position: absolute;
  top: -7rem;
  left: -30rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice .c-section-title.-megaphone:before {
    width: 9.7rem;
    height: 7.5rem;
    top: 6rem;
    left: auto;
    right: -5rem;
  }
}
@media screen and (max-width: 749.98px) {
  .lang-en .p-top-voice .c-section-title.-megaphone:before {
    top: -2rem;
    left: auto;
    right: 5rem;
  }
}
.p-top-voice__inner {
  width: 100%;
  max-width: 156rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__inner {
    padding: 0 4rem;
  }
}
.p-top-voice__cont {
  margin-top: 12rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-items {
    gap: 8rem;
  }
}
.p-top-voice__cont .c-columns-item {
  padding-bottom: 3.2rem;
}
.p-top-voice__cont .c-columns-item__img {
  position: relative;
  z-index: 1;
}
.p-top-voice__cont .c-columns-item-head {
  width: calc(100% - 4.8rem);
  margin: -3rem auto 0;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.2rem 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item-head {
    width: calc(100% - 4rem);
    margin-top: -6rem;
    font-size: 3.2rem;
    border-radius: 0;
  }
}
.p-top-voice__cont .c-columns-item-head dl {
  text-align: center;
}
.p-top-voice__cont .c-columns-item-head dl dt {
  font-size: 2.5rem;
  line-height: 1.24;
  font-weight: 700;
  color: #285387;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item-head dl dt {
    font-size: 3.6rem;
  }
}
.p-top-voice__cont .c-columns-item-head dl dt strong {
  display: block;
  font-size: 3.1rem;
  font-weight: 700;
  color: #d9b70d;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item-head dl dt strong {
    font-size: 4.4rem;
  }
}
.p-top-voice__cont .c-columns-item-head dl dd {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 5.7rem;
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item-head dl dd {
    font-size: 3.2rem;
  }
}
.lang-en .p-top-voice__cont .c-columns-item-head dl dd {
  flex-wrap: wrap;
}
.p-top-voice__cont .c-columns-item__main .nickname {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 2rem 2rem 0;
  color: #285387;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item__main .nickname {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.6rem;
    padding-right: 4.8rem;
    position: relative;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item__main .nickname:before, .p-top-voice__cont .c-columns-item__main .nickname:after {
    content: "";
    display: block;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item__main .nickname:before {
    width: 3.2rem;
    height: 3.2rem;
    background-color: #285387;
    border-radius: 200rem;
    position: absolute;
    top: 4.2rem;
    right: 0;
  }
}
.p-top-voice__cont .c-columns-item__main .nickname:after {
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotateZ(-45deg);
  position: absolute;
  top: 5rem;
  right: 1.1rem;
  transition: all 0.3s ease 0s;
}
.p-top-voice__cont .c-columns-item__main .nickname span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item__main .nickname span {
    font-size: 2rem;
  }
}
.p-top-voice__cont .c-columns-item__main .nickname.close:after {
  transform: rotateZ(135deg);
  top: 5.5rem;
}
.p-top-voice__cont .c-columns-item__main .txt {
  font-size: 1.8rem;
  padding: 2rem 4rem 0;
  line-height: 1.7222222222;
}
@media screen and (max-width: 749.98px) {
  .p-top-voice__cont .c-columns-item__main .txt {
    font-size: 2.6rem;
  }
}
.p-top-voice__cont .c-columns-item.-item-voice {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ebf0f2;
}
.lang-en .p-top-voice__cont .c-columns br {
  display: none;
}
.p-top-voice__cont:first-of-type {
  margin-top: 0;
}
.p-top-voice .btnbox {
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}
.p-top-message {
  padding: 4rem 0;
  padding-top: 28rem;
  position: relative;
  z-index: 1;
}
.p-top-message:before {
  content: "";
  display: block;
  width: calc(50vw - 4rem);
  height: 46rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 81rem;
  z-index: -1;
}
@media screen and (max-width: 749.98px) {
  .p-top-message:before {
    content: none;
  }
}
.lang-en .p-top-message:before {
  top: 90rem;
}
.p-top-message:after {
  content: "";
  display: block;
  width: 100%;
  height: 27.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 274" preserveAspectRatio="none"><path fill="%23f5f7f8" d="M0,84.97v104.93c155.86,49.63,526.97,84.21,960,84.21s804.14-34.58,960-84.21v-104.93C1764.28,35.14,1393.7.06,961.17,0h-2.33C526.3.06,155.72,35.14,0,84.97Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  bottom: -13.7rem;
  left: 0;
  z-index: -2;
}
.p-top-message .c-container {
  max-width: 144rem;
  margin: 0 auto;
}
.p-top-message .c-section-title {
  margin-left: 12rem;
  margin-right: auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-message .c-section-title {
    margin-left: auto;
    font-size: 4rem;
  }
}
.p-top-message__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__inner {
    display: block;
  }
}
.p-top-message__photo {
  width: 50%;
  padding-left: 12rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo {
    width: 100%;
    padding-left: 9rem;
    padding-right: 9rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo:after {
    content: "";
    display: block;
    width: calc(100% - 8rem);
    height: 56rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 4rem;
    z-index: -1;
  }
}
.p-top-message__photo figure {
  width: 50.2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo figure {
    width: 100%;
  }
}
.p-top-message__photo figure img {
  border-radius: 1rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
}
.p-top-message__photo figure figcaption {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo figure figcaption {
    font-size: 3rem;
  }
}
.p-top-message__photo figure figcaption span {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo figure figcaption span {
    font-size: 2.6rem;
  }
}
.p-top-message__photo .profile {
  width: 50.2rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo .profile {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-top-message__photo .profile h3 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgba(153, 180, 191, 0.5);
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo .profile h3 {
    font-size: 2.6rem;
  }
}
.p-top-message__photo .profile .c-columns-items {
  margin-top: 1.6rem;
  gap: 3rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo .profile .c-columns-items {
    display: block;
  }
}
.p-top-message__photo .profile .c-columns-item {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo .profile .c-columns-item {
    margin-top: 1.6rem;
  }
}
.p-top-message__photo .profile .c-columns-item dt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo .profile .c-columns-item dt {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.p-top-message__photo .profile .c-columns-item dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__photo .profile .c-columns-item dd {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.p-top-message__info {
  width: 50%;
  padding-left: 1rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__info {
    width: 100%;
    padding: 0 1rem;
    margin-top: 6rem;
  }
}
.p-top-message__info__title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #285387;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__info__title {
    font-size: 3.6rem;
    text-align: center;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.lang-en .p-top-message__info__title {
  font-size: 2.8rem;
}
.lang-en .p-top-message__info__title br {
  display: none;
}
.p-top-message__info__txt {
  font-size: 1.8rem;
  margin-top: 6.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-message__info__txt {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    margin-top: 4.8rem;
  }
}
.p-top-message__info__txt p {
  margin-top: 2.4rem;
}
.p-top-message__info__txt p span.ls0 {
  letter-spacing: -0.2em;
  display: inline-block;
  margin-right: 0.6rem;
}
.lang-en .p-top-message__info__txt p {
  letter-spacing: 0.05em;
}
.p-top-program {
  background-color: #fff;
  padding-top: 30rem;
  padding-bottom: 6rem;
  position: relative;
}
.p-top-program:after {
  content: "";
  display: block;
  width: 100%;
  height: 27.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 274" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,84.97v104.93c155.86,49.63,526.97,84.21,960,84.21s804.14-34.58,960-84.21v-104.93C1764.28,35.14,1393.7.06,961.17,0h-2.33C526.3.06,155.72,35.14,0,84.97Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  bottom: -13.7rem;
  left: 0;
  z-index: -2;
}
.p-top-program .c-section-title {
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-program .c-section-title {
    font-size: 4rem;
  }
}
.p-top-program .c-section-title:before {
  content: "";
  display: block;
  width: 16rem;
  height: 26rem;
  background: transparent url(../img/index/illust_desk.png) no-repeat scroll center center/contain;
  position: absolute;
  top: -16rem;
  left: -44rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-program .c-section-title:before {
    width: 11.3rem;
    height: 12rem;
    top: -5rem;
    left: -22rem;
  }
}
.p-top-program-txt {
  text-align: center;
  max-width: 88.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-program-txt {
    font-size: 2.6rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.p-top-program__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-top-program__cont {
  width: 100%;
  margin-top: 10rem;
  padding-bottom: 4rem;
  position: relative;
}
.p-top-program__cont:before {
  content: "";
  display: block;
  width: calc(50vw + 20rem);
  height: calc(100% - 15.5rem);
  background-color: rgba(153, 180, 191, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont:before {
    width: calc(100% - 4rem);
    height: calc(100% - 62rem);
  }
}
.p-top-program__cont .c-container {
  max-width: 154rem;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont .c-container {
    display: block;
    padding: 0;
  }
}
.p-top-program__cont:nth-of-type(odd):before {
  right: auto;
  left: 0;
}
.p-top-program__cont:nth-of-type(odd) .p-top-program__img {
  order: 2;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont:nth-of-type(odd) .p-top-program__img {
    text-align: right;
  }
}
.p-top-program__cont:nth-of-type(odd) .p-top-program__img a {
  border-radius: 6rem 1rem 1rem 1rem;
}
.p-top-program__cont:nth-of-type(odd) .p-top-program__info {
  order: 1;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont:nth-of-type(odd) .p-top-program__txt {
    margin-right: auto;
    margin-left: 0;
  }
}
.p-top-program__cont.-columns3 {
  width: calc((100% - 8rem) / 3);
  max-width: 42rem;
  background-color: rgba(153, 180, 191, 0.1);
  margin: 10rem 2rem 0;
  border-radius: 1rem;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont.-columns3 {
    width: calc(100% - 8rem);
    max-width: none;
    margin: 10rem auto 0;
  }
}
.p-top-program__cont.-columns3:before {
  content: none;
}
.p-top-program__cont.-columns3 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.p-top-program__cont.-columns3 a:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #d9b70d;
  position: absolute;
  bottom: 1.6rem;
  right: 2rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont.-columns3 a:after {
    content: "";
    display: block;
    width: 1.8rem;
    height: 2rem;
    background-color: #d9b70d;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    bottom: 2rem;
    right: 2rem;
  }
}
@media (hover: hover) {
  .p-top-program__cont.-columns3 a:hover:after {
    right: 1.5rem;
  }
  .p-top-program__cont.-columns3 a:hover .p-top-program__img img {
    transform: scale(1.05);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.p-top-program__cont.-columns3 a .p-top-program__img {
  width: 100%;
  overflow: hidden;
}
.p-top-program__cont.-columns3 a .p-top-program__img img {
  border: none;
  border-radius: 0;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont.-columns3 a .p-top-program__img img {
    width: 100%;
  }
}
.p-top-program__cont.-columns3 a .p-top-program__info {
  width: 100%;
  padding-top: 0;
}
.p-top-program__cont.-columns3 a .p-top-program__title {
  padding: 0 3.6rem;
  font-size: 3rem;
  font-weight: 700;
  color: #285387;
  min-height: 12rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont.-columns3 a .p-top-program__title {
    font-size: 3.6rem;
    text-align: center;
  }
}
.p-top-program__cont.-columns3 a .p-top-program__title span {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top-program__cont.-columns3 a .p-top-program__txt {
  margin-top: 0;
  padding: 0 3.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__cont.-columns3 a .p-top-program__txt {
    width: 100%;
    font-size: 2.6rem;
    padding: 0;
    margin: 0;
    height: auto;
  }
}
.p-top-program__img {
  width: 66rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__img {
    width: 100%;
    text-align: left;
  }
}
.p-top-program__img img {
  transition: all 1s ease 0s;
}
.p-top-program__img a {
  border-radius: 1rem 6rem 1rem 1rem;
  border: 1px solid #99b4bf;
  overflow: hidden;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__img a {
    width: calc(100% - 9rem);
  }
}
@media (hover: hover) {
  .p-top-program__img a:hover {
    opacity: 1;
  }
  .p-top-program__img a:hover img {
    transform: scale(1.05);
  }
}
.p-top-program__info {
  padding-top: 4rem;
  width: 74.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__info {
    width: 100%;
    padding-top: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.p-top-program__title a {
  font-size: 3.2rem;
  font-weight: 700;
  color: #285387;
  padding-left: 3.6rem;
  letter-spacing: 0.15em;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__title a {
    font-size: 3.8rem;
    display: block;
  }
}
.p-top-program__title a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-left: 1.6rem solid #d9b70d;
  position: absolute;
  top: calc((100% - 1.6rem) / 2);
  left: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__title a:before {
    top: 3rem;
  }
}
@media screen and (max-width: 749.98px) {
  .lang-en .p-top-program__title a:before {
    top: 2rem;
  }
}
.p-top-program__title a span {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  border-radius: 200rem;
  border: 1px solid #99b4bf;
  width: 24.4rem;
  height: 5.2rem;
  margin-left: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__title a span {
    font-size: 2.4rem;
    width: auto;
    height: auto;
    padding: 0.8rem 4rem;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .p-top-program__title a:hover {
    opacity: 1;
  }
  .p-top-program__title a:hover:before {
    left: 0.8rem;
  }
  .p-top-program__title a:hover span {
    background-color: #285387;
    color: #fff;
  }
}
.lang-en .p-top-program__title a {
  font-size: 2.8rem;
}
.p-top-program__txt {
  margin-top: 10.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-program__txt {
    width: calc(100% - 4.4rem);
    margin-top: 8rem;
    font-size: 2.6rem;
    margin-left: auto;
  }
}
.p-top-program .btnbox {
  padding-top: 8rem;
}
.p-top-program .bg {
  position: absolute;
}
@media screen and (max-width: 749.98px) {
  .p-top-program .bg {
    display: none;
  }
}
.p-top-program .bg span {
  display: block;
  position: relative;
}
.p-top-program .bg span:before {
  content: "";
  display: block;
  position: absolute;
}
.p-top-program .bg.bg01 {
  top: 0;
  right: 0;
}
.p-top-program .bg.bg01 span:before {
  width: 6.2rem;
  height: 13.6rem;
  background: transparent url(../img/index/illust_miniature_bulb.png) no-repeat scroll center center/contain;
  top: 105rem;
  right: 5rem;
}
.p-top-program .bg.bg02 {
  top: 0;
  left: 0;
}
.p-top-program .bg.bg02 span:before {
  width: 6.2rem;
  height: 13.8rem;
  background: transparent url(../img/index/illust_bookstand.png) no-repeat scroll center center/contain;
  top: 159rem;
  left: 12rem;
}
.p-top-teacher {
  padding-top: 24rem;
  padding-bottom: 2rem;
  position: relative;
}
.p-top-teacher:after {
  content: "";
  display: block;
  width: 100%;
  height: 27.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 274" preserveAspectRatio="none"><path fill="%23f5f7f8" d="M0,84.97v104.93c155.86,49.63,526.97,84.21,960,84.21s804.14-34.58,960-84.21v-104.93C1764.28,35.14,1393.7.06,961.17,0h-2.33C526.3.06,155.72,35.14,0,84.97Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  bottom: -13.7rem;
  left: 0;
  z-index: 1;
}
.p-top-teacher .c-container {
  max-width: 124rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher .c-container {
    padding: 0;
    overflow-x: hidden;
  }
}
.p-top-teacher .c-section-title {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher .c-section-title {
    font-size: 4rem;
    padding-left: 4rem;
  }
}
.p-top-teacher__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__inner {
    display: block;
  }
}
.p-top-teacher__inner h3 {
  width: 100%;
  font-size: 3rem;
  font-weight: 700;
  color: #285387;
  letter-spacing: 0.2em;
  background: linear-gradient(transparent 60%, #fff 0%);
  text-align: center;
  box-shadow: 1rem 1rem 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__inner h3 {
    width: calc(100% - 8rem);
    margin: 0 auto 4.8rem;
    background: linear-gradient(transparent 0%, #fff 0%);
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__swiper {
    position: relative;
  }
}
.p-top-teacher__swiper-wrapper.swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__swiper-wrapper.swiper-wrapper {
    gap: 0;
  }
}
.p-top-teacher__swiper-slide.swiper-slide {
  width: calc((100% - 8rem) / 3);
  height: auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__swiper-slide.swiper-slide {
    width: auto;
  }
}
.p-top-teacher__prof {
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}
.p-top-teacher__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-teacher__name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #285387;
  line-height: 1.3;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__name {
    font-size: 3.6rem;
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.p-top-teacher__name.-position {
  padding-top: 0;
}
.p-top-teacher__name.-position span {
  display: block;
  height: 2rem;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__name.-position span {
    font-size: 2.6rem;
    height: 3rem;
  }
}
.p-top-teacher__txt {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__txt {
    font-size: 2.6rem;
  }
}
.p-top-teacher__education {
  margin-top: 1.6rem;
}
.p-top-teacher__education dt {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__education dt {
    font-size: 2.6rem;
  }
}
.p-top-teacher__education dd {
  font-size: 1.3rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher__education dd {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.p-top-teacher__education:first-of-type {
  margin-top: 2.4rem;
}
.p-top-teacher .teacher-prev,
.p-top-teacher .teacher-next {
  display: none;
}
@media screen and (max-width: 749.98px) {
  .p-top-teacher .teacher-prev,
  .p-top-teacher .teacher-next {
    display: block;
    position: absolute;
    top: 23rem;
    z-index: 1;
  }
}
.p-top-teacher .teacher-prev span,
.p-top-teacher .teacher-next span {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 200rem;
  background-color: #d9b70d;
  position: absolute;
  top: calc((100% - 6rem) / 2);
}
.p-top-teacher .teacher-prev span:before,
.p-top-teacher .teacher-next span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
  position: absolute;
  top: calc((100% - 1.6rem) / 2);
  left: 2.2rem;
}
.p-top-teacher .teacher-prev {
  left: 4rem;
}
.p-top-teacher .teacher-prev span:before {
  transform: scaleX(-1);
  left: 1rem;
}
.p-top-teacher .teacher-next {
  right: 10rem;
}
.p-top-school {
  padding-top: 24rem;
  padding-bottom: 6rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-school {
    padding-bottom: 0;
  }
}
.p-top-school:after {
  content: "";
  display: block;
  width: 100%;
  height: 27.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 274" preserveAspectRatio="none"><path fill="%23ffffff" d="M0,84.97v104.93c155.86,49.63,526.97,84.21,960,84.21s804.14-34.58,960-84.21v-104.93C1764.28,35.14,1393.7.06,961.17,0h-2.33C526.3.06,155.72,35.14,0,84.97Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 1920/200;
  position: absolute;
  bottom: -13.7rem;
  left: 0;
  z-index: -1;
}
.p-top-school .c-container {
  max-width: 148rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school .c-container {
    padding: 0 4rem;
  }
}
.p-top-school .c-section-title {
  width: 100%;
  max-width: 120rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-school .c-section-title {
    font-size: 4rem;
    text-align: center;
  }
}
.p-top-school__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__list {
    display: block;
  }
}
.p-top-school__item {
  width: calc((100% - 4rem) / 2);
  padding: 0 2rem 2rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item {
    width: 100%;
    padding: 0 0 2rem;
    margin-top: 6rem;
  }
}
.p-top-school__item:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 6rem);
  background-color: #f5f7f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item:before {
    height: calc(100% - 20rem);
  }
}
.p-top-school__item .school-name {
  font-size: 2.8rem;
  font-weight: 700;
  padding-left: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item .school-name {
    font-size: 3.6rem;
    position: relative;
    top: auto;
    left: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.lang-en .p-top-school__item .school-name {
  width: 30rem;
  line-height: 1;
  padding-left: 3.8rem;
  top: -0.4rem;
}
@media screen and (max-width: 749.98px) {
  .lang-en .p-top-school__item .school-name {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 6rem;
  }
}
.p-top-school__item .school-name:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url(../img/common/teacher-desk.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item .school-name:before {
    width: 4rem;
    height: 4rem;
    top: calc((100% - 4rem) / 2);
  }
}
.p-top-school__item .school-name i {
  display: none;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item .school-name i {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 200rem;
    background-color: #d9b70d;
    position: absolute;
    top: calc((100% - 4rem) / 2);
    right: 0;
  }
}
.p-top-school__item .school-name i:before {
  content: none;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item .school-name i:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.8rem solid transparent;
    border-top: 1.4rem solid #fff;
    position: absolute;
    top: calc((100% - 0.6rem) / 2);
    right: 1.2rem;
  }
}
.p-top-school__item.-online {
  width: 100%;
  max-width: 124rem;
  margin: 2rem auto 0;
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online {
    display: block;
    margin-top: 6rem;
  }
}
.p-top-school__item.-online:before {
  content: "";
  display: block;
  width: calc(100% - 16rem);
  height: calc(100% + 2rem);
  background-color: #f5f7f8;
  padding: 0;
  border-radius: 1rem;
  position: absolute;
  top: -2rem;
  left: auto;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online:before {
    width: 100%;
    top: auto;
    bottom: 0;
    height: calc(100% - 10rem);
  }
}
.p-top-school__item.-online .school-name {
  font-size: 2.2rem;
  top: 1.6rem;
  left: 38rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online .school-name {
    font-size: 3.6rem;
    padding-left: 5rem;
    position: relative;
    top: auto;
    left: auto;
  }
}
.lang-en .p-top-school__item.-online .school-name {
  width: auto;
}
@media screen and (max-width: 749.98px) {
  .lang-en .p-top-school__item.-online .school-name {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 6rem;
  }
}
.p-top-school__item.-online .school-name:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url(../img/common/wifi-solid.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 2);
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online .school-name:before {
    width: 4rem;
    height: 4rem;
    top: calc((100% - 4rem) / 2);
  }
}
.p-top-school__item.-online .p-top-school {
  width: calc(100% - 50rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online .p-top-school {
    width: 100%;
  }
}
.p-top-school__item.-online .p-top-school__img {
  width: 32rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online .p-top-school__img {
    width: calc(100% + 8rem);
  }
}
.p-top-school__item.-online .p-top-school__img img {
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 32/20;
}
.p-top-school__item.-online .p-top-school__info {
  display: flex;
  gap: 4rem;
  margin-top: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online .p-top-school__info {
    gap: 0;
  }
}
.p-top-school__item.-online .p-top-school__info .info-txt {
  padding-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__item.-online .p-top-school__info .info-txt p {
    font-size: 2.6rem;
  }
}
.lang-en .p-top-school__item.-online .p-top-school__info .info-txt {
  padding-top: 6rem;
}
@media screen and (max-width: 749.98px) {
  .lang-en .p-top-school__item.-online .p-top-school__info .info-txt {
    padding-top: 4rem;
  }
}
.p-top-school__item.-online .p-top-school__info .open .info-title {
  margin-top: 0.4rem;
}
.p-top-school__item.is-open .school-name i:before {
  transform: scaleY(-1) translateY(1rem);
}
.p-top-school__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__head {
    flex-wrap: wrap;
  }
}
.p-top-school__map {
  width: 40.9090909091%;
  max-width: 27rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__map {
    width: 100%;
    max-width: none;
    order: 2;
    margin-top: 6rem;
    text-align: center;
  }
}
.p-top-school__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 272/153;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__map iframe {
    width: calc(100% - 4rem);
  }
}
.p-top-school__img {
  width: 57.2727272727%;
  max-width: 37.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__img {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
    max-width: none;
    order: 1;
  }
}
.p-top-school__info {
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info {
    flex-wrap: wrap;
    padding: 2rem;
  }
}
.p-top-school__info table {
  border: 1px solid #ccd6e1;
  width: 100%;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info table {
    background-color: #fff;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info table {
    font-size: 2.8rem;
  }
}
.p-top-school__info table tr {
  border-left: 1px solid #ccd6e1;
  border-top: 1px solid #ccd6e1;
}
.p-top-school__info table tr td {
  padding: 0.2rem 0.8rem;
  border-right: 1px solid #ccd6e1;
  border-bottom: 1px solid #ccd6e1;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info table tr td {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info dl dd {
    font-size: 2.6rem;
  }
}
.p-top-school__info .info-title {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .info-title {
    font-size: 3.2rem;
  }
}
.p-top-school__info .info-txt {
  max-width: 47rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .info-txt {
    max-width: none;
  }
}
.p-top-school__info .address {
  width: 45rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .address {
    width: 100%;
  }
}
.p-top-school__info .address .info-title {
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .address .info-title {
    padding-left: 5rem;
  }
}
.p-top-school__info .address .info-title:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: transparent url(../img/common/pin-destination.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .address .info-title:before {
    width: 4rem;
    height: 4rem;
    top: 1rem;
  }
}
.lang-en .p-top-school__info .address dd p:first-of-type br {
  display: none;
}
.p-top-school__info .open {
  width: 24rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .open {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.p-top-school__info .open .info-title {
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .open .info-title {
    padding-left: 5rem;
  }
}
.p-top-school__info .open .info-title:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: transparent url(../img/common/clock-time.svg) no-repeat scroll center center/contain;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-top-school__info .open .info-title:before {
    width: 3.6rem;
    height: 3.6rem;
    top: 1.6rem;
  }
}
.p-top-blog {
  padding-top: 24rem;
  padding-bottom: 16rem;
}
.p-top-blog .c-section-title {
  width: 100%;
  max-width: 120rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog .c-section-title {
    font-size: 4rem;
    text-align: center;
  }
}
.p-top-blog__list {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__list {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-top-blog__item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__item {
    width: 100%;
  }
}
.p-top-blog__item a {
  display: block;
  background-color: #fff;
  height: 100%;
  position: relative;
}
.p-top-blog__item a:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #d9b70d;
  position: absolute;
  bottom: 1.6rem;
  right: 2rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .p-top-blog__item a:hover:after {
    right: 1.5rem;
  }
  .p-top-blog__item a:hover .p-top-blog__img img {
    transform: scale(1.05);
  }
}
.p-top-blog__img {
  overflow: hidden;
}
.p-top-blog__img img {
  aspect-ratio: 128/67;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease 0s;
}
.p-top-blog__info {
  padding: 2rem 1.6rem 4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__info {
    padding: 3.2rem 2.4rem 4rem;
  }
}
.p-top-blog__head {
  display: flex;
}
.p-top-blog__head time {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #7d7d7d;
  margin-right: 1.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__head time {
    font-size: 2.4rem;
  }
}
.p-top-blog__head .cat-box {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.p-top-blog__head .cat {
  display: inline-block;
  background-color: #285387;
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 0.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__head .cat {
    font-size: 2.2rem;
  }
}
.p-top-blog__title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog__title {
    font-size: 2.8rem;
  }
}
.p-top-blog .btnbox {
  padding-top: 6rem;
}
.p-top-blog .btnbox .c-btn.-arrow1 {
  width: 32rem;
  height: 5.6rem;
}
@media screen and (max-width: 749.98px) {
  .p-top-blog .btnbox .c-btn.-arrow1 {
    width: 52rem;
    height: 8.6rem;
  }
}