@charset "UTF-8";
@keyframes uniformMotion {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes KvshrinkOnce {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1);
  }
}
@keyframes KvHeadingFadein {
  from {
    transform: translateY(110%);
  }
  to {
    transform: translateY(0);
  }
}
.js-fadein.js-fadein__default {
  opacity: 0;
}
@media print, screen and (min-width: 751px) {
  .js-fadein.js-fadein__default {
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 750px) {
  .js-fadein.js-fadein__default {
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.1s;
  }
}
.js-fadein.js-fadein__default.is-show {
  opacity: 1;
}
.js-fadein.js-fadein__top-heading .page-top__title__en {
  overflow: hidden;
}
.js-fadein.js-fadein__top-heading .page-top__title__en span {
  transform: translateY(150%);
  transition: transform 1s cubic-bezier(0.4, 0.4, 0, 1);
  transition-delay: 0.2s;
}
.js-fadein.js-fadein__top-heading .page-top__title__ja {
  overflow: hidden;
}
.js-fadein.js-fadein__top-heading .page-top__title__ja span {
  transform: translateY(150%);
  transition: transform 1s cubic-bezier(0.4, 0.4, 0, 1);
  transition-delay: 0.2s;
}
.js-fadein.js-fadein__top-heading.is-show .page-top__title__en span,
.js-fadein.js-fadein__top-heading.is-show .page-top__title__ja span {
  transform: translateY(0);
}

body {
  opacity: 0;
  transition: opacity 0.2s;
}

@media print, screen and (min-width: 751px) {
  .page-top__common-inner {
    width: min(1200px, 85.7142857143vw);
    max-width: 1200px;
  }
  .page-top__common-inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .page-top__common-inner {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

/*--common--*/
.page-top__title__en {
  color: #00afec;
  position: relative;
  font-weight: 600;
  overflow: hidden;
}
.page-top__title__en {
  font-family: "Urbanist", sans-serif;
}
.page-top__title__en {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__title__en {
    font-size: min(20px, 1.4285714286vw);
    margin-bottom: min(30px, 2.1428571429vw);
  }
  .page-top__title__en {
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .page-top__title__en {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.page-top__title__en span {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .page-top__title__en span {
    padding-left: min(20px, 1.4285714286vw);
  }
  .page-top__title__en span {
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .page-top__title__en span {
    padding-left: 5.3333333333vw;
  }
}
.page-top__title__en span::after {
  content: "";
  display: block;
  background-color: #48b0ec;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__title__en span::after {
    width: min(8px, 0.5714285714vw);
    height: min(8px, 0.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__title__en span::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

@media print, screen and (min-width: 751px) {
  .page-top__title__wrap {
    margin-bottom: min(70px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__title__wrap {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .page-top__title__wrap.page-top__news__title {
    margin-bottom: 0;
  }
}

.page-top__title__ja {
  color: #1f1f1f;
  font-weight: 600;
}
.page-top__title__ja {
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 751px) {
  .page-top__title__ja {
    font-size: min(45px, 3.2142857143vw);
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .page-top__title__ja {
    font-size: 9.0666666667vw;
  }
  .page-top__title__ja {
    line-height: 1.2727272727;
  }
}
.page-top__title__ja span {
  display: block;
}

.page-top__grad__toleft {
  width: 100%;
  background-image: linear-gradient(to left, rgba(72, 176, 236, 0.4), rgba(72, 176, 236, 0.05));
}
@media print, screen and (min-width: 751px) {
  .page-top__grad__toleft {
    height: min(929px, 66.3571428571vw);
    clip-path: polygon(100% 0%, 100% 35%, 0% 100%, 0% 60%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__grad__toleft {
    height: 85.0666666667vw;
    clip-path: polygon(100% 0%, 100% 50%, 0% 100%, 0% 50%);
  }
}
.page-top__grad__toleft.page-top__event__grad {
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__grad__toleft.page-top__event__grad {
    top: min(80px, 5.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__grad__toleft.page-top__event__grad {
    top: 36vw;
  }
}

.page-top__grad__to-right {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .page-top__grad__to-right {
    height: min(929px, 66.3571428571vw);
    background-image: linear-gradient(to right, rgba(72, 176, 236, 0.4), rgba(72, 176, 236, 0.05));
    clip-path: polygon(0% 0%, 0% 35%, 100% 100%, 100% 60%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__grad__to-right {
    height: 85.0666666667vw;
    background-image: linear-gradient(to right, rgba(72, 176, 236, 0.4), rgba(72, 176, 236, 0.05));
    clip-path: polygon(0% 0%, 0% 50%, 100% 100%, 100% 50%);
  }
}
.page-top__grad__to-right.page-top__application__grad {
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__grad__to-right.page-top__application__grad {
    top: min(220px, 15.7142857143vw);
  }
}
.page-top__grad__to-right.page-top__exam__grad {
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__grad__to-right.page-top__exam__grad {
    bottom: min(0px, 0vw);
    transform: translateY(50%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__grad__to-right.page-top__exam__grad {
    bottom: -13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .page-top__grad__to-right.page-top__application__grad {
    top: 69.3333333333vw;
  }
}

/*--common--*/
.bg__gray {
  background-color: #ededed;
}

/*--重要なお知らせ--*/
.page-top__important-news {
  background-color: #fff;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news {
    min-height: min(70px, 5vw);
    padding-left: min(30px, 2.1428571429vw);
    padding-right: min(30px, 2.1428571429vw);
    padding-top: min(19px, 1.3571428571vw);
    padding-bottom: min(19px, 1.3571428571vw);
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news {
    min-height: 21.3333333333vw;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.page-top__important-news .page-top__important-news__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .page-top__important-news__inner {
    display: flex;
    align-items: center;
  }
}
.page-top__important-news .page-top__important-news__title {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .page-top__important-news__title {
    gap: min(11px, 0.7857142857vw);
    margin-right: min(10px, 0.7142857143vw);
    font-size: min(15px, 1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .page-top__important-news__title {
    gap: 2.6666666667vw;
    font-size: 3.2vw;
    border-bottom: 1px solid rgba(16, 16, 16, 0.15);
    padding-bottom: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .page-top__important-news__title img {
    width: min(22px, 1.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .page-top__important-news__title img {
    width: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper__wrap {
    position: relative;
    margin-top: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper {
    width: min(920px, 65.7142857143vw);
  }
}
.page-top__important-news .important-news__swiper-wrapper {
  align-items: center;
  list-style-type: none;
  margin-left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper-slide__wrap {
    padding-left: min(15px, 1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper-slide__wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.page-top__important-news .important-news__swiper-slide__wrap a {
  display: block;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper-slide__wrap a:hover {
    opacity: 0.6 !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper-slide__wrap a {
    font-size: min(14px, 1vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper-slide__wrap a {
    font-size: 3.2vw;
  }
  .page-top__important-news .important-news__swiper-slide__wrap a {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper-pagination {
    position: static;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: min(160px, 11.4285714286vw);
    z-index: 4;
  }
}
.page-top__important-news .important-news__swiper__nav .important-news__swiper-button {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button:hover {
    opacity: 0.6 !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button {
    position: relative;
    margin: 0;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button {
    background-color: #fff;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button::after {
    content: "";
    display: block;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button {
    position: absolute;
    margin: 0;
    top: 0;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    height: 100% !important;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button {
    background-image: url("/assets/images/common/icon/arrow-blue-mini.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button {
    width: 1.0666666667vw;
    height: 100%;
    background-size: 1.0666666667vw 100%;
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button.important-news__swiper-button-next {
    right: -1.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button.important-news__swiper-button-prev {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button.important-news__swiper-button-prev {
    transform: rotate(180deg);
    left: -1.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(12px, 0.8571428571vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-button::after {
    display: none;
  }
}
.page-top__important-news .important-news__swiper__nav .important-news__swiper-pagination {
  font-weight: 500;
}
.page-top__important-news .important-news__swiper__nav .important-news__swiper-pagination {
  font-family: "Urbanist", sans-serif;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-pagination {
    font-size: min(15px, 1.0714285714vw);
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-pagination {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-pagination {
    text-align: left;
    top: -9.2vw;
    left: 32vw;
    right: auto;
    bottom: auto;
    font-size: 3.2vw;
    width: auto;
  }
  .page-top__important-news .important-news__swiper__nav .important-news__swiper-pagination {
    letter-spacing: -0.05em;
  }
}
.page-top__important-news .important-news__link {
  position: absolute;
  border-left: 1px solid rgba(16, 16, 16, 0.15);
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__link {
    font-size: min(13px, 0.9285714286vw);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-right: min(18px, 1.2857142857vw);
    padding-left: min(35px, 2.5vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__link {
    top: 0;
    right: 0;
    font-size: 2.9333333333vw;
    padding-right: 4.8vw;
    padding-left: 4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__link:hover {
    opacity: 0.6 !important;
  }
}
.page-top__important-news .important-news__link .important-news__link__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__link .important-news__link__arrow {
    width: min(12px, 0.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__link .important-news__link__arrow {
    width: 3.2vw;
  }
}
.page-top__important-news .important-news__link .important-news__link__arrow {
  background-color: #fff;
}
.page-top__important-news .important-news__link .important-news__link__arrow::after {
  content: "";
  display: block;
}
.page-top__important-news .important-news__link .important-news__link__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__important-news .important-news__link .important-news__link__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__important-news .important-news__link .important-news__link__arrow::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(12px, 0.8571428571vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__important-news .important-news__link .important-news__link__arrow::after {
    width: 3.2vw;
    height: 2.6666666667vw;
    background-size: 3.2vw 2.6666666667vw;
  }
}

/*--KV--*/
.page-top__kv {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__kv {
    height: min(960px, 68.5714285714vw);
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv {
    height: 192vw;
  }
}

.page-top__kv__clip {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 7;
  background: #fff;
}
@media print, screen and (min-width: 751px) {
  .page-top__kv__clip {
    clip-path: polygon(0 100%, 100% 100%, 100% 40%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv__clip {
    clip-path: polygon(0 90%, 0% 100%, 100% 100%, 100% 71%);
  }
}

.page-top__kv__triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgb(0, 175, 236);
  z-index: 5;
}
@media print, screen and (min-width: 751px) {
  .page-top__kv__triangle {
    transition: clip-path 1.5s ease;
    height: min(720px, 51.4285714286vw);
    clip-path: polygon(0 0, 0 100%, 0% 100%, 0% 0%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv__triangle {
    transition: clip-path 0.6s ease;
    height: 192vw;
    clip-path: polygon(0 28%, 0 100%, 0% 100%, 0% 40%);
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__kv__triangle.is-active {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 40%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv__triangle.is-active {
    clip-path: polygon(0 28%, 0 100%, 100% 100%, 100% 40%);
  }
}

.kv-bg__swiper {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.kv-bg__swiper.is-active {
  opacity: 1;
}
.kv-bg__swiper .kv-bg__swiper-slide__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}
.kv-bg__swiper .kv-bg__swiper-slide__wrap.swiper-slide-active img {
  animation: KvshrinkOnce 1.4s ease-in-out forwards;
}

.kv-people__swiper {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.kv-people__swiper.is-active {
  opacity: 1;
}
.kv-people__swiper .kv-people__swiper-slide__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}
.kv-people__swiper .kv-people__swiper-slide__wrap.swiper-slide-active img {
  animation: KvshrinkOnce 1.4s ease-in-out forwards;
}

.kv-pickup__swiper__wrap {
  z-index: 8;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper__wrap {
    margin-left: 50%;
    padding-top: min(550px, 39.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper__wrap {
    margin-left: 5.3333333333vw;
    padding-top: 157.3333333333vw;
  }
}
.kv-pickup__swiper__wrap .kv-pickup__swiper__nav {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper__wrap .kv-pickup__swiper__nav {
    height: min(40px, 2.8571428571vw);
  }
}
.kv-pickup__swiper__wrap .swiper-button-next,
.kv-pickup__swiper__wrap .swiper-button-prev {
  display: block;
  border: 1px solid #c6c6c6;
  margin-top: 0;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper__wrap .swiper-button-next,
  .kv-pickup__swiper__wrap .swiper-button-prev {
    width: min(80px, 5.7142857143vw);
    height: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper__wrap .swiper-button-next,
  .kv-pickup__swiper__wrap .swiper-button-prev {
    display: none;
  }
}
.kv-pickup__swiper__wrap .swiper-button-next::after,
.kv-pickup__swiper__wrap .swiper-button-prev::after {
  content: "";
  display: block;
}
.kv-pickup__swiper__wrap .swiper-button-next::after,
.kv-pickup__swiper__wrap .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kv-pickup__swiper__wrap .swiper-button-next::after,
.kv-pickup__swiper__wrap .swiper-button-prev::after {
  background-image: url("/assets/images/common/icon/arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper__wrap .swiper-button-next::after,
  .kv-pickup__swiper__wrap .swiper-button-prev::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
  }
  .kv-pickup__swiper__wrap .swiper-button-next::after,
  .kv-pickup__swiper__wrap .swiper-button-prev::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(12px, 0.8571428571vw) min(10px, 0.7142857143vw);
  }
}
.kv-pickup__swiper__wrap .swiper-button-prev {
  border-right: none;
}
.kv-pickup__swiper__wrap .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.kv-pickup__swiper__wrap .kv-pickup__swiper__utility {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper__wrap .kv-pickup__swiper__utility {
    margin-top: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper__wrap .kv-pickup__swiper__utility {
    margin-top: 5.3333333333vw;
  }
}
.kv-pickup__swiper__wrap .kv-pickup__swiper-pagination {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper__wrap .kv-pickup__swiper-pagination {
    margin-left: min(20px, 1.4285714286vw);
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper__wrap .kv-pickup__swiper-pagination {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper__wrap .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.kv-pickup__swiper__wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00afec;
}

.kv-pickup__swiper .kv-pickup__swiper-slide__wrap {
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap {
    width: min(500px, 35.7142857143vw) !important;
    height: min(282px, 20.1428571429vw);
    flex-shrink: 0; /* 自動縮小を防ぐ */
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap {
    width: 80vw !important;
    height: 45.3333333333vw;
    flex-shrink: 0;
  }
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a {
  display: block;
  position: relative;
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a img {
  transition: transform 0.4s;
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a.is-new::after {
  content: "New";
  border-radius: 999px;
  background-color: #00afec;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a.is-new::after {
    font-size: 15px;
    width: min(60px, 4.2857142857vw);
    height: min(60px, 4.2857142857vw);
    top: min(20px, 1.4285714286vw);
    right: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a.is-new::after {
    font-size: 3.4666666667vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: 3.2vw;
    right: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a:hover img {
    transform: scale(1.15);
  }
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 31, 31, 0.85);
  width: 100%;
  color: #fff;
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__text {
    padding: min(20px, 1.4285714286vw) min(22px, 1.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__text {
    padding: 2.6666666667vw 8vw 2.6666666667vw 4vw;
    font-size: 3.4666666667vw;
  }
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow {
  background-color: rgba(0, 0, 0, 0);
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow::after {
  content: "";
  display: block;
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow {
    right: min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow {
    right: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(12px, 0.8571428571vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .kv-pickup__swiper .kv-pickup__swiper-slide__wrap a .kv-pickup__swiper-slide__arrow::after {
    width: 3.2vw;
    height: 2.6666666667vw;
    background-size: 3.2vw 2.6666666667vw;
  }
}
.kv-pickup__swiper .kv-pickup__swiper-slide__wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv-pickup__swiper .kv-pickup__swiper-wrapper {
  display: flex;
  position: relative;
  margin-left: 0;
}
.page-top__kv__message__outerwrap {
  position: absolute;
  z-index: 6;
}
@media print, screen and (min-width: 751px) {
  .page-top__kv__message__outerwrap {
    top: 55%;
    left: 50%;
    z-index: 6;
    width: min(1400px, 100vw);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv__message__outerwrap {
    top: 55%;
    transform: translateY(-50%);
  }
}

.page-top__kv__message {
  position: relative;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__kv__message {
    width: min(505px, 36.0714285714vw);
    left: min(70px, 5vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv__message {
    width: 77.3333333333vw;
    left: 5.3333333333vw;
  }
}
.page-top__kv__message .page-top__kv__message__wrap {
  overflow: hidden;
  display: block;
}
.page-top__kv__message .page-top__kv__message__wrap img {
  transform: translateY(105%);
}
.page-top__kv__message .page-top__kv__message__wrap.is-active img {
  animation: KvHeadingFadein 0.4s ease-out forwards;
}
@media print, screen and (min-width: 751px) {
  .page-top__kv__message .page-top__kv__message__wrap:last-of-type {
    width: min(402px, 28.7142857143vw);
    margin-top: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__kv__message .page-top__kv__message__wrap:last-of-type {
    width: 54.1333333333vw;
    margin-top: 5.6vw;
  }
}
.page-top__kv__message .page-top__kv__message__wrap:last-of-type img {
  animation-delay: 0.4s !important;
}

/*--news--*/
@media print, screen and (min-width: 751px) {
  .page-top .page-top__news {
    padding-top: min(80px, 5.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top .page-top__news {
    padding-top: 42.6666666667vw;
    padding-bottom: 25.6vw;
  }
}
@media screen and (max-width: 750px) {
  .page-top .page-top__news .page-top__textlink {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .page-top .page-top__news .page-top__news__title .page-top__title__ja {
    margin-bottom: 0;
  }
}
.page-top .page-top__news__inner {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .page-top .page-top__news__inner {
    gap: min(166px, 11.8571428571vw);
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .page-top .page-top__news__inner {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top .page-top__title__ja {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top .page-top__news__contents {
    width: min(850px, 60.7142857143vw);
    margin-top: 0;
  }
}
.page-top .page-top__news__tabs__lists {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  list-style-type: none;
}
@media print, screen and (min-width: 751px) {
  .page-top .page-top__news__tabs__lists {
    gap: min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top .page-top__news__tabs__lists {
    gap: 8vw;
  }
}
.page-top .c-news__list a .c-news__list__date,
.page-top .c-news__list div .c-news__list__date {
  white-space: nowrap;
}
@media print, screen and (min-width: 751px) {
  .page-top .c-news__list a .c-news__list__date,
  .page-top .c-news__list div .c-news__list__date {
    width: min(75px, 5.3571428571vw);
  }
}
@media print, screen and (min-width: 751px) {
  .page-top .c-news__list a .c-news__list__category,
  .page-top .c-news__list div .c-news__list__category {
    width: min(90px, 6.4285714286vw);
    margin-left: min(30px, 2.1428571429vw);
  }
}
@media print, screen and (min-width: 751px) {
  .page-top .c-news__list a .c-news__list__title,
  .page-top .c-news__list div .c-news__list__title {
    margin-left: min(25px, 1.7857142857vw);
    width: min(560px, 40vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top .page-top__news__link .c-link__button {
    justify-content: flex-end;
  }
}

/*--topics--*/
.page-top__topics {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics {
    padding-top: min(585px, 41.7857142857vw);
    padding-bottom: min(150px, 10.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics {
    padding-top: 82.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.page-top__topics .page-top__topics__line {
  background: linear-gradient(to right, rgba(72, 176, 236, 0.4), rgba(72, 176, 236, 0.05));
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics__line {
    height: min(929px, 66.3571428571vw);
    top: 1px;
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .page-top__topics__line {
    height: 119.7333333333vw;
    top: 10.6666666667vw;
  }
}
.page-top__topics .page-top__topics__line-clip {
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics__line-clip {
    height: min(720px, 51.4285714286vw);
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .page-top__topics__line-clip {
    height: 119.7333333333vw;
    top: 10.6666666667vw;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 40%);
  }
}
.page-top__topics .page-top__topics__bg1 {
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics__bg1 {
    height: min(1150px, 82.1428571429vw);
    top: 0;
    right: 0;
    clip-path: polygon(0 45%, 100% 0, 100% 100%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .page-top__topics__bg1 {
    height: 172.2666666667vw;
    top: 0;
    right: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%);
  }
}
.page-top__topics .page-top__topics__bg1 img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.page-top__topics .page-top__topics__bg2 {
  position: absolute;
  z-index: 3;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics__bg2 {
    height: min(1083px, 77.3571428571vw);
    top: min(140px, 10vw);
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 50%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .page-top__topics__bg2 {
    height: 200vw;
    top: 26.6666666667vw;
    left: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 24%);
  }
}
.page-top__topics .page-top__topics__bg2 img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.page-top__topics .page-top__topics__title__wrap {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics__title__wrap {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .page-top__topics__title__wrap {
    align-items: flex-end;
    justify-content: space-between;
  }
}
.page-top__topics .page-top__topics__title {
  position: relative;
  z-index: 4;
}
.page-top__topics .page-top__topics__title .page-top__title__en,
.page-top__topics .page-top__topics__title .page-top__title__ja {
  color: #fff;
}
.page-top__topics .page-top__topics__title .page-top__title__en span::after {
  background-color: #fff;
}
.page-top__topics .page-top__topics__link {
  position: relative;
  z-index: 4;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics__link {
    margin-top: min(60px, 4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .page-top__topics__link {
    margin-top: 12vw;
  }
}
.page-top__topics .page-top__topics__link a {
  color: #fff;
}
.page-top__topics .page-top__topics-inner {
  position: relative;
  z-index: 4;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .page-top__topics-inner {
    overflow: hidden;
    width: 100vw;
    margin-left: calc((100vw - min(1200px, 85.7142857143vw)) / 2); /* 左に寄せる */
  }
}

@media print, screen and (min-width: 751px) {
  .topics__swiper-wrapper {
    width: 100vw;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .topics__swiper-wrapper {
    margin-left: 5.3333333333vw;
  }
}

.topics__swiper {
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .topics__swiper {
    width: 270px;
    height: 150px;
    overflow: visible;
    margin-left: 0;
  }
}

.topics__swiper-wrapper {
  display: flex;
}

@media print, screen and (min-width: 751px) {
  .topics__swiper-slide__wrap {
    width: 270px;
    flex-shrink: 0; /* 自動縮小を防ぐ */
  }
}
.topics__swiper-slide__wrap a {
  display: block;
  color: #fff;
}

.topics__swiper-slide {
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .topics__swiper-slide {
    width: 100% !important;
    height: 150px;
  }
}

@media print, screen and (min-width: 751px) {
  .topics__swiper-slide__text {
    margin-top: min(17px, 1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .topics__swiper-slide__text {
    font-size: coimmin(15);
    margin-top: 4.8vw;
  }
}

.topics__swiper-slide img {
  width: 100%;
  display: block;
}

/*--exam--*/
@keyframes examTextSlides {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.page-top__exam {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .page-top__exam {
    padding-top: min(180px, 12.8571428571vw);
    padding-bottom: min(62px, 4.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__exam {
    padding-top: 31.4666666667vw;
    padding-bottom: 12.8vw;
  }
}
.page-top__exam .page-top__exam__slidetext__inner {
  width: 100%;
  overflow: hidden;
}
.page-top__exam .page-top__exam__slidetext__lists {
  list-style-type: none;
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__exam .page-top__exam__slidetext__lists {
    gap: min(40px, 2.8571428571vw);
    animation: examTextSlides 50s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .page-top__exam .page-top__exam__slidetext__lists {
    gap: 10.6666666667vw;
    animation: examTextSlides 25s linear infinite;
  }
}
.page-top__exam .page-top__exam__slidetext__lists li {
  list-style-type: none;
}
@media print, screen and (min-width: 751px) {
  .page-top__exam .page-top__exam__slidetext__lists li {
    min-width: min(2738px, 195.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__exam .page-top__exam__slidetext__lists li {
    min-width: 509.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__exam .page-top__exam__slidetext {
    margin-top: min(199px, 14.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__exam .page-top__exam__slidetext {
    margin-top: 37.3333333333vw;
  }
}

/*--about--*/
.page-top__about {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__about {
    padding-top: min(340px, 24.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about {
    padding-top: 54.6666666667vw;
  }
}
.page-top__about .page-top__about__inner {
  position: relative;
  z-index: 3;
}
.page-top__about .page-top__about__bg {
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__bg {
    width: 100%;
    height: min(890px, 63.5714285714vw);
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 0% 90%, 100% 28%, 100% 0%);
    background-size: cover;
  }
  .page-top__about .page-top__about__bg {
    background-image: url("/assets/images/pages/top/about/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__bg {
    width: 100%;
    height: 136vw;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 0% 90%, 100% 57%, 100% 0%);
  }
  .page-top__about .page-top__about__bg {
    background-image: url("/assets/images/pages/top/about/bg-sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .page-top__about .page-top__about__bg {
    width: 100%;
    height: 136vw;
    background-size: 100% 136vw;
  }
}
.page-top__about .page-top__title__en {
  color: #fff;
}
.page-top__about .page-top__title__en span::after {
  background-color: #fff;
}
.page-top__about .page-top__title__ja {
  color: #fff;
  position: relative;
}
.page-top__about .page-top__about__contents {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__contents {
    flex-wrap: wrap;
    flex-wrap: wrap;
    gap: min(38px, 2.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__contents {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.page-top__about .page-top__about__article {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article {
    width: min(374px, 26.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article {
    width: 100%;
  }
}
.page-top__about .page-top__about__article > a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article > a {
    padding: min(40px, 2.8571428571vw) min(20px, 1.4285714286vw) min(59px, 4.2142857143vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article > a {
    padding: 5.3333333333vw 14.6666666667vw 7.4666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article > a:hover .page-top__about__article__arrow::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg") !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article > a:hover .page-top__about__article__arrow::before {
    left: 0;
  }
}
.page-top__about .page-top__about__article > a[target=_blank] .page-top__about__article__arrow::after {
  background-image: url("/assets/images/common/icon/blank-white.svg") !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article > a[target=_blank] .page-top__about__article__arrow::after {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article > a[target=_blank] .page-top__about__article__arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article > a[target=_blank]:hover .page-top__about__article__arrow::after {
    background-image: url("/assets/images/common/icon/blank.svg") !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article > div {
    padding: min(40px, 2.8571428571vw) min(59px, 4.2142857143vw) min(59px, 4.2142857143vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article > div {
    padding: 5.3333333333vw 14.6666666667vw 7.4666666667vw 5.3333333333vw;
  }
}
.page-top__about .page-top__about__article__arrow {
  position: absolute;
  overflow: hidden;
  border: 1px solid #00afec;
}
.page-top__about .page-top__about__article__arrow {
  background-color: #00afec;
}
.page-top__about .page-top__about__article__arrow::after {
  content: "";
  display: block;
}
.page-top__about .page-top__about__article__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__about .page-top__about__article__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article__arrow {
    bottom: min(20px, 1.4285714286vw);
    right: min(20px, 1.4285714286vw);
    width: min(24px, 1.7142857143vw);
    height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article__arrow {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.page-top__about .page-top__about__article__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: -100%;
  transition: left 0.4s;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
    background-size: min(8px, 0.5714285714vw) min(6px, 0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    background-size: 2.1333333333vw 1.6vw;
  }
}
.page-top__about .page-top__about__article__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article__icon {
    width: min(60px, 4.2857142857vw);
    height: min(60px, 4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article__icon {
    width: 12vw;
    height: 12vw;
  }
}
.page-top__about .page-top__about__article__icon img {
  max-width: none;
  width: 100%;
}
.page-top__about .page-top__about__article__title {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #1f1f1f;
}
.page-top__about .page-top__about__article__title {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article__title {
    font-size: min(22px, 1.5714285714vw);
    gap: min(20px, 1.4285714286vw);
  }
  .page-top__about .page-top__about__article__title {
    line-height: 1.2727272727;
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article__title {
    font-size: 4.8vw;
    gap: 3.4666666667vw;
  }
}
.page-top__about .page-top__about__article__desc {
  color: #505050;
}
.page-top__about .page-top__about__article__desc {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__article__desc {
    margin-top: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__article__desc {
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside {
    margin-top: min(126px, 9vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside {
    margin-top: 28vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__title {
  display: flex;
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__title {
    gap: min(32px, 2.2857142857vw);
    margin-bottom: min(38px, 2.7142857143vw);
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__title {
    flex-direction: column;
    gap: 0.8vw;
    margin-bottom: 8vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__title strong {
  color: #000;
  font-weight: 700;
}
.page-top__about .page-top__about__aside .page-top__about__aside__title strong {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__title strong {
    font-size: min(24px, 1.7142857143vw);
  }
  .page-top__about .page-top__about__aside .page-top__about__aside__title strong {
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__title strong {
    font-size: 4.8vw;
  }
  .page-top__about .page-top__about__aside .page-top__about__aside__title strong {
    line-height: 1.5555555556;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__title span {
  color: #00afec;
  position: relative;
  font-weight: 700;
}
.page-top__about .page-top__about__aside .page-top__about__aside__title span {
  font-family: "Urbanist", sans-serif;
}
.page-top__about .page-top__about__aside .page-top__about__aside__title span {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__title span {
    font-size: min(20px, 1.4285714286vw);
  }
  .page-top__about .page-top__about__aside .page-top__about__aside__title span {
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__title span {
    font-size: 4.8vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__contents {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__contents {
    justify-content: center;
    gap: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__contents {
    flex-direction: column;
    gap: 12vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article {
    width: min(374px, 26.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article {
    width: 100%;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__article a[target=_blank] .page-top__about__article__aside__arrow::after {
  background-image: url("/assets/images/common/icon/blank-white.svg") !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article a[target=_blank] .page-top__about__article__aside__arrow::after {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article a[target=_blank] .page-top__about__article__aside__arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article a[target=_blank]:hover .page-top__about__article__aside__arrow::after {
    background-image: url("/assets/images/common/icon/blank.svg") !important;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__article a:hover .page-top__about__aside__article__thumbnail img {
  transform: scale(1.1);
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article a:hover .page-top__about__article__aside__arrow::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg");
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article a:hover .page-top__about__article__aside__arrow::before {
    left: 0;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__article__thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article__thumbnail {
    height: min(210px, 15vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__aside__article__thumbnail {
    height: 50.1333333333vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__aside__article__thumbnail img {
  transition: transform 0.4s;
}
.page-top__about .page-top__about__aside .page-top__about__aside__article__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__arrow {
  position: absolute;
  overflow: hidden;
  border: 1px solid #00afec;
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__arrow {
  background-color: #00afec;
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__arrow::after {
  content: "";
  display: block;
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__arrow {
    bottom: min(20px, 1.4285714286vw);
    right: min(20px, 1.4285714286vw);
    width: min(24px, 1.7142857143vw);
    height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__arrow {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: -100%;
  transition: left 0.4s;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
    background-size: min(8px, 0.5714285714vw) min(6px, 0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    background-size: 2.1333333333vw 1.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__text {
    margin-top: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__text {
    margin-top: 5.3333333333vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__title {
  font-weight: 500;
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__title {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__title {
    font-size: min(18px, 1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__title {
    font-size: 4.2666666667vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__desc {
  color: #505050;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__desc {
    margin-top: min(8px, 0.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__aside .page-top__about__article__aside__desc {
    margin-top: 1.6vw;
  }
}
.page-top__about .page-top__about__aside .page-top__about__article__aside__desc {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__about .page-top__about__link {
    margin-top: min(60px, 4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__about .page-top__about__link {
    margin-top: 13.3333333333vw;
  }
}

/*--event--*/
.page-top__event {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__event {
    padding-bottom: min(600px, 42.8571428571vw);
    padding-top: min(147px, 10.5vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event {
    padding-bottom: 85.3333333333vw;
    padding-top: 35.4666666667vw;
  }
}
.page-top__event .page-top__event__contents {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__contents {
    flex-wrap: wrap;
    gap: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__contents {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.page-top__event .page-top__event__article {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article:first-of-type {
    width: 100%;
    padding: min(45px, 3.2142857143vw) min(40px, 2.8571428571vw) min(60px, 4.2857142857vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article:first-of-type {
    padding: 8.8vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article:not(:first-of-type) {
    width: min(580px, 41.4285714286vw);
  }
}
.page-top__event .page-top__event__article:not(:first-of-type) > a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article:not(:first-of-type) > a {
    padding: min(45px, 3.2142857143vw) min(40px, 2.8571428571vw) min(60px, 4.2857142857vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article:not(:first-of-type) > a {
    padding: 8.8vw 5.3333333333vw 9.3333333333vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__event a:hover .page-top__event__article__title__arrow::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg") !important;
  }
  .page-top__event a:hover .page-top__event__article__title__arrow::before {
    left: 0;
  }
  .page-top__event a:hover .page-top__event__article__title span:first-child {
    opacity: 0.6;
  }
}
.page-top__event a[target=_blank] .page-top__event__article__title__arrow::after {
  background-image: url("/assets/images/common/icon/blank-white.svg") !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__event a[target=_blank] .page-top__event__article__title__arrow::after {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event a[target=_blank] .page-top__event__article__title__arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__event a[target=_blank]:hover .page-top__event__article__title__arrow::after {
    background-image: url("/assets/images/common/icon/blank.svg") !important;
  }
}
.page-top__event a .page-top__event__article__title span {
  position: relative;
}
.page-top__event .page-top__event__article__title {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.page-top__event .page-top__event__article__title {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__title {
    font-size: min(22px, 1.5714285714vw);
    padding-right: min(45px, 3.2142857143vw);
    margin-bottom: min(18px, 1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__title {
    font-size: 4.8vw;
    padding-right: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.page-top__event .page-top__event__article__title a {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__title a {
    padding-right: min(45px, 3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__title a {
    padding-right: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__title a:hover span:first-of-type {
    opacity: 0.6;
  }
}
.page-top__event .page-top__event__article__title + p {
  color: #505050;
}
.page-top__event .page-top__event__article__title span {
  position: relative;
}
.page-top__event .page-top__event__article__title span:first-child {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__title span:first-child:hover {
    opacity: 0.6 !important;
  }
}
.page-top__event .page-top__event__article__title .page-top__event__article__title__arrow {
  position: absolute;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #00afec;
  right: 0;
}
.page-top__event .page-top__event__article__title .page-top__event__article__title__arrow {
  background-color: #00afec;
}
.page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
  content: "";
  display: block;
}
.page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__title .page-top__event__article__title__arrow {
    width: min(24px, 1.7142857143vw);
    height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__title .page-top__event__article__title__arrow {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: -100%;
  transition: left 0.4s;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
  }
  .page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
    background-size: min(8px, 0.5714285714vw) min(6px, 0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
  }
  .page-top__event .page-top__event__article__title .page-top__event__article__title__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    background-size: 2.1333333333vw 1.6vw;
  }
}
.page-top__event .page-top__event__article__info {
  border-top: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info {
    margin-top: min(50px, 3.5714285714vw);
    padding-top: min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info {
    margin-top: 8vw;
    padding-top: 5.3333333333vw;
  }
}
.page-top__event .page-top__event__article__info__title {
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__title {
    font-size: min(20px, 1.4285714286vw);
    padding-left: min(25px, 1.7857142857vw);
    margin-bottom: min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__title {
    font-size: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.page-top__event .page-top__event__article__info__title::after {
  content: "";
  display: block;
  background-color: #00afec;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__title::after {
    width: min(5px, 0.3571428571vw);
    height: min(28px, 2vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__title::after {
    width: 1.0666666667vw;
    height: 6.9333333333vw;
  }
}
.page-top__event .page-top__event__article__info__lists {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__lists {
    gap: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__lists {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page-top__event .page-top__event__article__info__list {
  border: 1px solid #d3d3d3;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list {
    width: min(540px, 38.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list {
    width: 100%;
  }
}
.page-top__event .page-top__event__article__info__list__head {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__head {
    height: min(85px, 6.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__head {
    height: 18.6666666667vw;
  }
}
.page-top__event .page-top__event__article__info__list__date {
  background-color: #1f1f1f;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__date {
    width: min(120px, 8.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__date {
    width: 24vw;
  }
}
.page-top__event .page-top__event__article__info__list__date__inner {
  display: flex;
  flex-direction: column;
}
.page-top__event .page-top__event__article__info__list__date__inner {
  line-height: 1.25;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__date__inner {
    font-size: min(15px, 1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__date__inner {
    font-size: 3.7333333333vw;
  }
}
.page-top__event .page-top__event__article__info__list__date__inner strong {
  font-weight: 500;
}
.page-top__event .page-top__event__article__info__list__date__inner strong {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__date__inner strong {
    font-size: min(27px, 1.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__date__inner strong {
    font-size: 5.3333333333vw;
  }
}
.page-top__event .page-top__event__article__info__list__place {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
}
.page-top__event .page-top__event__article__info__list__place {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__place {
    padding-left: min(20px, 1.4285714286vw);
    font-size: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__place {
    padding-left: 3.7333333333vw;
    font-size: 4.5333333333vw;
  }
}
.page-top__event .page-top__event__article__info__list__detail {
  border-top: 1px solid #d3d3d3;
  position: relative;
  color: #505050;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__detail {
    padding: min(25px, 1.7857142857vw) min(50px, 3.5714285714vw) min(75px, 5.3571428571vw) min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__detail {
    padding: 4.2666666667vw 5.3333333333vw 13.3333333333vw 5.3333333333vw;
  }
}
.page-top__event .page-top__event__article__info__list__link {
  position: absolute;
  font-weight: 500;
}
.page-top__event .page-top__event__article__info__list__link {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__link {
    right: min(59px, 4.2142857143vw);
    bottom: min(20px, 1.4285714286vw);
    line-height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__link {
    right: 12.8vw;
    bottom: 2.9333333333vw;
  }
}
.page-top__event .page-top__event__article__info__list__arrow {
  position: absolute;
}
.page-top__event .page-top__event__article__info__list__arrow {
  background-color: #00afec;
}
.page-top__event .page-top__event__article__info__list__arrow::after {
  content: "";
  display: block;
}
.page-top__event .page-top__event__article__info__list__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__event .page-top__event__article__info__list__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__arrow {
    bottom: min(20px, 1.4285714286vw);
    right: min(20px, 1.4285714286vw);
    width: min(24px, 1.7142857143vw);
    height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__arrow {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__article__info__list__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
    background-size: min(8px, 0.5714285714vw) min(6px, 0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__article__info__list__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    background-size: 2.1333333333vw 1.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__bg {
    width: 100%;
    height: min(1480px, 105.7142857143vw);
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: cover;
    clip-path: polygon(0% 0%, 0% 64%, 100% 100%, 100% 40%);
  }
  .page-top__event .page-top__event__bg {
    background-image: url("/assets/images/pages/top/event/bg-pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__bg {
    width: 100%;
    height: 346.6666666667vw;
    position: absolute;
    left: 0;
    background-size: cover;
    bottom: 0;
    clip-path: polygon(0% 0%, 0% 90%, 100% 100%, 100% 12%);
  }
  .page-top__event .page-top__event__bg {
    background-image: url("/assets/images/pages/top/event/bg-sp.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
}
.page-top__event .page-top__event__bg__triangle {
  opacity: 1;
  mix-blend-mode: multiply;
  background-color: rgb(0, 175, 236);
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__bg__triangle {
    width: 100%;
    height: min(700px, 50vw);
    position: absolute;
    bottom: 0;
    clip-path: polygon(46% 59%, 100% 100%, 100% 21%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__bg__triangle {
    width: 72vw;
    height: 62.6666666667vw;
    position: absolute;
    right: 0;
    bottom: -1px;
    clip-path: polygon(0% 59%, 100% 99.5%, 100% 10%);
  }
}
.page-top__event .page-top__event__bg__triangle__gray {
  opacity: 1;
  background-color: #ededed;
}
@media print, screen and (min-width: 751px) {
  .page-top__event .page-top__event__bg__triangle__gray {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .page-top__event .page-top__event__bg__triangle__gray {
    width: 100%;
    height: 38.6666666667vw;
    position: absolute;
    left: 0;
    bottom: -1px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  }
}

/*--event--*/
/*--inquiry--*/
.page-top__inquiry {
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-top__inquiry {
    padding-top: 10.6666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__contents {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__contents {
    flex-wrap: wrap;
    gap: min(38px, 2.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__contents {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__article {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article {
    width: min(580px, 41.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article:last-of-type {
    width: 100%;
  }
}
.page-top__inquiry .page-top__inquiry__article > a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article > a {
    padding: min(40px, 2.8571428571vw) min(59px, 4.2142857143vw) min(59px, 4.2142857143vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article > a {
    padding: 5.3333333333vw 14.6666666667vw 7.4666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article > a:hover .page-top__inquiry__article__arrow::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg") !important;
  }
  .page-top__inquiry .page-top__inquiry__article > a:hover .page-top__inquiry__article__arrow::before {
    left: 0;
  }
}
.page-top__inquiry .page-top__inquiry__article > a[target=_blank] .page-top__inquiry__article__arrow::after {
  background-image: url("/assets/images/common/icon/blank-white.svg") !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article > a[target=_blank] .page-top__inquiry__article__arrow::after {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article > a[target=_blank] .page-top__inquiry__article__arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article > a[target=_blank]:hover .page-top__inquiry__article__arrow::after {
    background-image: url("/assets/images/common/icon/blank.svg") !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article > div {
    padding: min(40px, 2.8571428571vw) min(40px, 2.8571428571vw) min(59px, 4.2142857143vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article > div {
    padding: 5.3333333333vw 14.6666666667vw 7.4666666667vw 5.3333333333vw;
  }
}
.page-top__inquiry .page-top__inquiry__article__arrow {
  position: absolute;
  overflow: hidden;
  border: 1px solid #00afec;
}
.page-top__inquiry .page-top__inquiry__article__arrow {
  background-color: #00afec;
}
.page-top__inquiry .page-top__inquiry__article__arrow::after {
  content: "";
  display: block;
}
.page-top__inquiry .page-top__inquiry__article__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__inquiry .page-top__inquiry__article__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article__arrow {
    bottom: min(20px, 1.4285714286vw);
    right: min(20px, 1.4285714286vw);
    width: min(24px, 1.7142857143vw);
    height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article__arrow {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.page-top__inquiry .page-top__inquiry__article__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: -100%;
  transition: left 0.4s;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
    background-size: min(8px, 0.5714285714vw) min(6px, 0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    background-size: 2.1333333333vw 1.6vw;
  }
}
.page-top__inquiry .page-top__inquiry__article__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article__icon {
    width: min(60px, 4.2857142857vw);
    height: min(60px, 4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article__icon {
    width: 12vw;
    height: 12vw;
  }
}
.page-top__inquiry .page-top__inquiry__article__icon img {
  max-width: none;
  width: 100%;
}
.page-top__inquiry .page-top__inquiry__article__title {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.page-top__inquiry .page-top__inquiry__article__title {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article__title {
    font-size: min(22px, 1.5714285714vw);
    gap: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article__title {
    font-size: 4.8vw;
    gap: 3.4666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__article__desc {
  color: #505050;
}
.page-top__inquiry .page-top__inquiry__article__desc {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__article__desc {
    margin-top: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__article__desc {
    margin-top: 3.2vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam {
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__inner {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw !important;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__head {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__head {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__head {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info {
  color: #505050;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info {
    margin-right: min(110px, 7.8571428571vw);
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__block {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__block {
    gap: min(10px, 0.7142857143vw);
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__block {
    gap: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__block + .page-top__inquiry__exam__info__block {
    margin-top: min(15px, 1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__block + .page-top__inquiry__exam__info__block {
    margin-top: 2.6666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__label {
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__label {
    width: min(36px, 2.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__label {
    font-size: 4.2666666667vw;
    white-space: nowrap;
    width: 9.0666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num {
    align-items: center;
    gap: min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num {
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num strong {
  font-weight: normal;
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num strong {
  font-family: "Urbanist", sans-serif;
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num strong {
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num strong {
    font-size: min(26px, 1.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num strong {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num span {
    font-size: min(13px, 0.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__num span {
    font-size: 2.9333333333vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__annotion {
  color: #505050;
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__annotion {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__annotion {
    font-size: min(13px, 0.9285714286vw);
    margin-top: min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__info__annotion {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__lists {
  display: flex;
  list-style-type: none;
  margin-left: 0 !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__lists {
    justify-content: space-between;
    gap: min(40px, 2.8571428571vw);
    margin-top: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__lists {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list {
    width: min(540px, 38.5714285714vw);
    height: min(220px, 15.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list {
    width: 100%;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a:hover .page-top__inquiry__exam__list__map {
    opacity: 0.6;
  }
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a:hover .page-top__inquiry__article__arrow::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg") !important;
  }
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a:hover .page-top__inquiry__article__arrow::before {
    left: 0;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a[target=_blank] .page-top__inquiry__article__arrow::after {
  background-image: url("/assets/images/common/icon/blank-white.svg") !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a[target=_blank] .page-top__inquiry__article__arrow::after {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a[target=_blank] .page-top__inquiry__article__arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list a[target=_blank]:hover .page-top__inquiry__article__arrow::after {
    background-image: url("/assets/images/common/icon/blank.svg") !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__image {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__image {
    width: 100%;
    height: 26.6666666667vw;
    overflow: hidden;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__image img {
    object-position: 50% 20%;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__text {
    padding: min(40px, 2.8571428571vw) min(20px, 1.4285714286vw) min(20px, 1.4285714286vw) min(40px, 2.8571428571vw);
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__text {
    padding: 3.7333333333vw 2.6666666667vw 13.3333333333vw 5.3333333333vw;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__title {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__title {
    font-size: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__title {
    font-size: 4.2666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__desc {
  color: #505050;
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__desc {
  font-family: "Noto Sans JP", sans-serif;
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__desc span {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__desc span {
    margin-right: 2.6666666667vw;
  }
}
.page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__map {
  position: absolute;
  font-weight: 500;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 751px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__map {
    bottom: min(20px, 1.4285714286vw);
    right: min(59px, 4.2142857143vw);
    line-height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__inquiry .page-top__inquiry__exam .page-top__inquiry__exam__list__map {
    bottom: 2.6666666667vw;
    right: 12vw;
  }
}

/*--inquiry--*/
.page-top__application {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__application {
    padding-top: min(104px, 7.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application {
    padding-top: 21.3333333333vw;
  }
}
.page-top__application .page-top__application__contents {
  display: flex;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__contents {
    flex-wrap: wrap;
    gap: min(38px, 2.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__contents {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.page-top__application .page-top__application__article {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article {
    width: min(374px, 26.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article:last-of-type {
    width: 100%;
  }
}
.page-top__application .page-top__application__article > a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article > a {
    padding: min(40px, 2.8571428571vw) min(59px, 4.2142857143vw) min(59px, 4.2142857143vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article > a {
    padding: 5.3333333333vw 14.6666666667vw 7.4666666667vw 5.3333333333vw;
  }
}
.page-top__application .page-top__application__article > a:hover .page-top__application__article__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-blue.svg") !important;
}
.page-top__application .page-top__application__article > a:hover .page-top__application__article__arrow::before {
  left: 0;
}
.page-top__application .page-top__application__article > a[target=_blank] .page-top__application__article__arrow::after {
  background-image: url("/assets/images/common/icon/blank-white.svg") !important;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article > a[target=_blank] .page-top__application__article__arrow::after {
    width: min(10px, 0.7142857143vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article > a[target=_blank] .page-top__application__article__arrow::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-size: 2.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article > a[target=_blank]:hover .page-top__application__article__arrow::after {
    background-image: url("/assets/images/common/icon/blank.svg") !important;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article > div {
    padding: min(40px, 2.8571428571vw) min(59px, 4.2142857143vw) min(59px, 4.2142857143vw) min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article > div {
    padding: 5.3333333333vw 14.6666666667vw 7.4666666667vw 5.3333333333vw;
  }
}
.page-top__application .page-top__application__article__arrow {
  position: absolute;
  overflow: hidden;
  border: 1px solid #00afec;
}
.page-top__application .page-top__application__article__arrow {
  background-color: #00afec;
}
.page-top__application .page-top__application__article__arrow::after {
  content: "";
  display: block;
}
.page-top__application .page-top__application__article__arrow::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.page-top__application .page-top__application__article__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article__arrow {
    bottom: min(20px, 1.4285714286vw);
    right: min(20px, 1.4285714286vw);
    width: min(24px, 1.7142857143vw);
    height: min(24px, 1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article__arrow {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.page-top__application .page-top__application__article__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: -100%;
  transition: left 0.4s;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article__arrow::after {
    width: min(8px, 0.5714285714vw);
    height: min(6px, 0.4285714286vw);
    background-size: min(8px, 0.5714285714vw) min(6px, 0.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article__arrow::after {
    width: 2.1333333333vw;
    height: 1.6vw;
    background-size: 2.1333333333vw 1.6vw;
  }
}
.page-top__application .page-top__application__article__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article__icon {
    width: min(60px, 4.2857142857vw);
    height: min(60px, 4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article__icon {
    width: 12vw;
    height: 12vw;
  }
}
.page-top__application .page-top__application__article__icon img {
  max-width: none;
  width: 100%;
}
.page-top__application .page-top__application__article__title {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.page-top__application .page-top__application__article__title {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article__title {
    font-size: min(22px, 1.5714285714vw);
    gap: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article__title {
    font-size: 4.8vw;
    gap: 3.4666666667vw;
  }
}
.page-top__application .page-top__application__article__desc {
  color: #505050;
}
.page-top__application .page-top__application__article__desc {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__article__desc {
    margin-top: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__article__desc {
    margin-top: 3.2vw;
  }
}
.page-top__application .page-top__application__exam {
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__inner {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw !important;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__head {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__head {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__head {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__info {
  color: #505050;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info {
    margin-right: min(110px, 7.8571428571vw);
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__info__block {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__block {
    gap: min(10px, 0.7142857143vw);
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__block {
    gap: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__block + .page-top__application__exam__info__block {
    margin-top: min(15px, 1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__block + .page-top__application__exam__info__block {
    margin-top: 2.6666666667vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__info__label {
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__label {
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__info__num {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__num {
    align-items: center;
    gap: min(30px, 2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__num {
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__info__num strong {
  font-weight: normal;
}
.page-top__application .page-top__application__exam .page-top__application__exam__info__num strong {
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__num strong {
    font-size: min(26px, 1.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__num strong {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__num span {
    font-size: min(13px, 0.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__num span {
    font-size: 2.9333333333vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__info__annotion {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__annotion {
    font-size: min(13px, 0.9285714286vw);
    margin-top: min(10px, 0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__info__annotion {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__lists {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__lists {
    justify-content: space-between;
    gap: min(40px, 2.8571428571vw);
    margin-top: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__lists {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list {
    width: min(540px, 38.5714285714vw);
    height: min(220px, 15.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list {
    width: 100%;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__list a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list a {
    flex-direction: column;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__image {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__image {
    width: 100%;
    height: 26.6666666667vw;
    overflow: hidden;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__image img {
    object-position: 50% 20%;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__text {
    padding: min(40px, 2.8571428571vw) min(20px, 1.4285714286vw) min(20px, 1.4285714286vw) min(40px, 2.8571428571vw);
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__text {
    padding: 5.3333333333vw 2.6666666667vw 14.6666666667vw 5.3333333333vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__list__title {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__title {
    font-size: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__desc span {
    margin-right: 2.6666666667vw;
  }
}
.page-top__application .page-top__application__exam .page-top__application__exam__list__map {
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__map {
    bottom: min(26px, 1.8571428571vw);
    right: min(59px, 4.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application .page-top__application__exam .page-top__application__exam__list__map {
    bottom: 4vw;
    right: 12vw;
  }
}

@keyframes bottomSlides {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/*--swiper OverWrite--*/
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.page-top__topics .topics__swiper__nav {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .topics__swiper__nav {
    margin-left: min(75px, 5.3571428571vw);
    margin-top: min(8px, 0.5714285714vw);
  }
}
.page-top__topics .swiper-button-next,
.page-top__topics .swiper-button-prev {
  display: block;
  border: 1px solid #fff;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .swiper-button-next,
  .page-top__topics .swiper-button-prev {
    width: min(80px, 5.7142857143vw);
    height: min(40px, 2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .swiper-button-next,
  .page-top__topics .swiper-button-prev {
    display: none;
  }
}
.page-top__topics .swiper-button-next::after,
.page-top__topics .swiper-button-prev::after {
  content: "";
  display: block;
}
.page-top__topics .swiper-button-next::after,
.page-top__topics .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-top__topics .swiper-button-next::after,
.page-top__topics .swiper-button-prev::after {
  background-image: url("/assets/images/common/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .swiper-button-next::after,
  .page-top__topics .swiper-button-prev::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
  }
  .page-top__topics .swiper-button-next::after,
  .page-top__topics .swiper-button-prev::after {
    width: min(12px, 0.8571428571vw);
    height: min(10px, 0.7142857143vw);
    background-size: min(12px, 0.8571428571vw) min(10px, 0.7142857143vw);
  }
}
.page-top__topics .swiper-button-prev {
  border-right: none;
}
.page-top__topics .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-top__topics .topics__swiper-pagination {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
}
@media print, screen and (min-width: 751px) {
  .page-top__topics .topics__swiper-pagination {
    top: min(-7px, -0.5vw);
    margin-left: min(20px, 1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__topics .topics__swiper-pagination {
    top: -13.3333333333vw;
  }
}
.page-top__topics .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .page-top__topics .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.page-top__topics .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.page-top__application__bottom {
  overflow: hidden;
  position: relative;
  bottom: -1px;
}
@media print, screen and (min-width: 751px) {
  .page-top__application__bottom {
    clip-path: polygon(0% 40%, 0% 100%, 100% 100%, 100% 10%);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application__bottom {
    clip-path: polygon(0% 35%, 0% 100%, 100% 100%, 100% 10%);
  }
}
.page-top__application__bottom .page-top__application__bottom__slides {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .page-top__application__bottom .page-top__application__bottom__slides {
    animation: bottomSlides 50s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .page-top__application__bottom .page-top__application__bottom__slides {
    animation: bottomSlides 25s linear infinite;
  }
}
@media print, screen and (min-width: 751px) {
  .page-top__application__bottom .page-top__application__bottom__slides li {
    min-width: min(3040px, 217.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .page-top__application__bottom .page-top__application__bottom__slides li {
    height: 73.3333333333vw;
    min-width: 209.8666666667vw;
  }
}
.page-top__application__bottom .page-top__application__bottom__slides li img {
  vertical-align: baseline;
}
.page-top__application__bottom .page-top__application__bottom__slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--hover--*/
.hover-scale img {
  transition: transform 0.4s;
}
@media print, screen and (min-width: 751px) {
  .hover-scale:hover img {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=style.css.map */