@charset "UTF-8";
/*
details {
  &::details-content {
    transition: height 0.4s, opacity 0.4s, content-visibility 0.4s allow-discrete;
    height: 0;
    opacity: 0;
    overflow: clip;
  }
  &[open]::details-content {
    opacity: 1;
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    height: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  details[open]::details-content {
    height: max-content;
    overflow-y: scroll;
  }
}
*/
body.prospective {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 500;
}
body.prospective::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9;
  box-sizing: border-box;
  width: 100%;
  height: 100dvh;
  border: 1.042dvw solid #fff;
  pointer-events: none;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-frame-corner-bl.svg), url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-frame-corner-br.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 0.938dvw;
}
@media screen and (min-width: 768px), (min-width: 897px) and (orientation: landscape) {
  body.prospective .sp-only {
    display: none !important;
  }
}
body.prospective a, body.prospective button, body.prospective summary {
  -webkit-tap-highlight-color: transparent;
}
body.prospective img {
  width: 100%;
  vertical-align: middle;
}
body.prospective .fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: transform 0.4s, opacity 0.4s;
}
body.prospective .fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
body.prospective .dela {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.prospective .montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
body.prospective #header {
  position: fixed;
  z-index: 9;
  top: -0.5px;
  left: -0.5px;
  right: 0;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 1.042dvw;
  background-color: transparent;
  border: none;
}
body.prospective #header .header__logo {
  position: relative;
  z-index: 9;
  width: 12.135dvw;
  width: 233px;
  border-bottom-right-radius: 1.563dvw;
  padding-top: 0.521dvw;
  padding-left: 0.313dvw;
  padding-left: 6px;
  padding-bottom: 1.563dvw;
  background-color: #fff;
}
body.prospective #header .header__logo a {
  display: block;
}
body.prospective #header .header__logo img {
  display: block;
  width: 10.417dvw;
  width: 200px;
}
body.prospective #header .header__logo::before, body.prospective #header .header__logo::after {
  content: "";
  display: block;
  width: 0.938dvw;
  height: 0.938dvw;
  position: absolute;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-frame-corner-tl.svg);
  background-repeat: no-repeat;
  background-size: 0.938dvw;
}
body.prospective #header .header__logo::before {
  top: 0;
  left: 100%;
}
body.prospective #header .header__logo::after {
  top: 100%;
  left: 0;
}
body.prospective #header .header__navtoggle {
  display: none;
}
body.prospective #header .header__nav {
  position: absolute;
  top: 0dvw;
  right: 0dvw;
  width: auto;
  border-bottom-left-radius: 1.563dvw;
  background-color: #fff;
  padding-top: 0.677dvw;
  padding-left: 1.823dvw;
  padding-right: 1.042dvw;
  padding-bottom: 0.781dvw;
  transition: top 0.4s;
  display: grid;
  place-items: center start;
  gap: 0 1.563dvw;
}
body.prospective #header .header__nav::before, body.prospective #header .header__nav::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 0.938dvw;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-nav-corner-pc.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
body.prospective #header .header__nav::before {
  top: 1.042dvw;
  right: 100%;
}
body.prospective #header .header__nav::after {
  top: 100%;
  right: 0.938dvw;
}
body.prospective #header .header__nav .nav__sub {
  grid-row: 1;
  grid-column: 1/3;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 1.198dvw;
}
body.prospective #header .header__nav .nav__sub li {
  margin-bottom: 0.573dvw;
}
body.prospective #header .header__nav .nav__sub a {
  font-size: 0.677dvw;
  font-size: 13px;
  font-weight: 500;
  color: #5C5C5C;
}
body.prospective #header .header__nav .nav__main {
  grid-row: 2;
  grid-column: 1;
  font-size: 0.885dvw;
  font-size: 17px;
  display: flex;
  gap: 1.406dvw;
}
body.prospective #header .header__nav .nav__main a {
  display: flex;
  gap: 0.469dvw;
  gap: 9px;
  font-size: 0.781dvw;
  font-size: 15px;
  font-weight: 800;
  padding-right: 1.458dvw;
  padding-right: 28px;
  padding-top: 0.104dvw;
}
body.prospective #header .header__nav .nav__main a:hover {
  opacity: 1;
  color: #FF513A;
}
body.prospective #header .header__nav .nav__main .nav__parent {
  position: relative;
}
body.prospective #header .header__nav .nav__main .nav__parent .nav__child {
  position: absolute;
  top: 0.833dvw;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25dvw;
  border: 3px solid #000;
  border-radius: 1.042dvw;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.833dvw;
  opacity: 0;
  visibility: hidden;
}
body.prospective #header .header__nav .nav__main .nav__parent .nav__child li {
  border: none;
}
body.prospective #header .header__nav .nav__main .nav__parent .nav__child a {
  font-size: 0.729dvw;
  font-size: 14px;
  font-weight: 500;
  color: #5C5C5C;
  padding-right: 0;
}
body.prospective #header .header__nav .nav__main .nav__parent .nav__child a:hover {
  color: #FF513A;
}
body.prospective #header .header__nav .nav__main .nav__parent .nav__child a::before {
  display: none;
}
body.prospective #header .header__nav .nav__main .nav__parent .js-details::details-content {
  position: absolute;
  top: 2.76dvw;
  left: 0;
  transition: 0;
}
body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary {
  position: absolute;
  right: 0;
  top: 0;
  list-style-type: none;
}
body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary::-webkit-details-marker {
  display: none;
}
body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon {
  aspect-ratio: 1/1;
  width: 1.146dvw;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
  position: relative;
}
body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::before, body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::after {
  content: "";
  width: 0.521dvw;
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.4s;
}
body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::after {
  rotate: 90deg;
}
body.prospective #header .header__nav .nav__main .nav__parent:has([open]) > a {
  color: #FF513A;
}
body.prospective #header .header__nav .nav__main .nav__parent:has([open]) > a::before {
  color: #000;
}
body.prospective #header .header__nav .nav__main .nav__parent:has([open]) .js-summary .icon {
  background-color: #fff;
}
body.prospective #header .header__nav .nav__main .nav__parent:has([open]) .js-summary .icon::before, body.prospective #header .header__nav .nav__main .nav__parent:has([open]) .js-summary .icon::after {
  background-color: #000;
}
body.prospective #header .header__nav .nav__main .nav__parent:has([open]) .js-summary .icon::after {
  opacity: 0;
}
body.prospective #header .header__nav .nav__main .nav__parent:has([open]) .nav__child {
  opacity: 1;
  visibility: visible;
}
body.prospective #header .header__nav .fixedlinks {
  grid-row: 2;
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 0.521dvw;
}
body.prospective #header .header__nav .fixedlinks a {
  aspect-ratio: 160/40;
  width: 8.333dvw;
  width: 160px;
  font-size: 0.625dvw;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding-left: 0.833dvw;
  padding-left: 16px;
  line-height: 2.083dvw;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 9999px;
  position: relative;
}
body.prospective #header .header__nav .fixedlinks a.opencampus {
  background-color: #FF513A;
}
body.prospective #header .header__nav .fixedlinks a.app {
  background-color: #474FFF;
}
body.prospective #header .header__nav .fixedlinks a::after {
  content: "▶";
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.781dvw;
  margin: auto;
  font-size: 0.521dvw;
  font-size: 10px;
}
body.prospective #header .header__nav .fixedlinks a:hover {
  background-color: #000;
  opacity: 1;
}
body.prospective #main {
  position: relative;
}
body.prospective #mv {
  aspect-ratio: 1920/1108;
  width: 100%;
  background-color: #E7FAF5;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-mv-bg.svg);
  background-size: 1.563dvw;
}
body.prospective #mv .mv__logo img,
body.prospective #mv .mv__imgs img {
  opacity: 0;
}
body.prospective #mv .mv__logo {
  margin: auto;
  width: 23.854dvw;
}
body.prospective #mv .mv__logo img {
  padding-top: 12.656dvw;
  width: 100%;
  transition: translate 0.6s, opacity 0.6s;
  translate: 0 20px;
}
body.prospective #mv .mv__imgs img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
body.prospective #mv .mv__imgs .imgs__step1 {
  transition: 0.4s 0.7s;
  translate: 0 20px;
}
body.prospective #mv .mv__imgs .imgs__step2 {
  transition: 0.4s 1s;
  translate: 0 20px;
}
body.prospective #mv .mv__imgs .imgs__step3 {
  transition: 0.4s 1.3s;
  translate: 0 -20px;
}
body.prospective #mv .mv__imgs .imgs__step4 {
  transition: 0.4s 1.6s;
  translate: 0 -20px;
}
body.prospective #mv.loaded .mv__logo img,
body.prospective #mv.loaded .mv__imgs img {
  opacity: 1;
  translate: 0 0;
}
body.prospective #links {
  padding-top: 5.469dvw;
  padding-bottom: 8.177dvw;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-links-bg-pc.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
body.prospective #links::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.146dvw;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-links-separator.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
body.prospective #links .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2.396dvw;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
body.prospective #links .link__item {
  box-sizing: border-box;
  aspect-ratio: 567/215;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 29.531dvw;
  border: 0.26dvw solid #000;
  border-radius: 1.042dvw;
  position: relative;
  color: #000;
  text-decoration: none;
  padding-left: 2.5dvw;
  padding-bottom: 0.885dvw;
  box-shadow: 0.469dvw 0.469dvw #000;
}
body.prospective #links .link__item:hover {
  opacity: 1;
  box-shadow: 0 0 #000;
  translate: 0.469dvw 0.469dvw;
}
body.prospective #links .link__item:hover .todetail:after {
  background-color: #000;
  color: #fff;
}
body.prospective #links .link__item.oc {
  background-color: #FF916F;
}
body.prospective #links .link__item.exam {
  margin-top: 3.906dvw;
  background-color: #A0DFFF;
}
body.prospective #links .link__item .img {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18.438dvw;
  height: 12.135dvw;
  text-align: right;
}
body.prospective #links .link__item .img img {
  width: auto;
  height: 100%;
  border-bottom-right-radius: 0.781dvw;
}
body.prospective #links .link__item .subject {
  padding-top: 0.625dvw;
  font-size: 2.083dvw;
  line-height: 1.16;
  margin-bottom: 0.521dvw;
}
body.prospective #links .link__item .todetail {
  font-size: 1.25dvw;
  display: flex;
  align-items: center;
  gap: 0.625dvw;
  position: relative;
  z-index: 1;
}
body.prospective #links .link__item .todetail::after {
  content: "▶";
  display: block;
  box-sizing: border-box;
  width: 3.281dvw;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.938dvw;
  transition: 0.4s;
}
body.prospective #links .link__item:nth-of-type(even) {
  margin-right: 0;
  margin-left: auto;
}
body.prospective .sec__head .head__main {
  font-size: 2.5025dvw;
  text-align: center;
  margin-top: 1.563dvw;
  margin-bottom: 1.25dvw;
}
body.prospective .sec__head .head__lead {
  width: 40.625dvw;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.146dvw;
  line-height: 1.71;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.458dvw;
}
body.prospective .marquee {
  width: 100%;
  height: 3.958dvw;
  background-repeat: repeat-x;
  background-size: contain;
}
body.prospective #info {
  background-color: #FFB5DE;
  position: relative;
  padding-top: 4.063dvw;
  padding-bottom: 4.635dvw;
}
body.prospective #info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.146dvw;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-info-separator.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
body.prospective #info .marquee {
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-info-marqee.svg);
  animation: marquee_info_pc 5s linear infinite;
}
@keyframes marquee_info_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -20.781dvw 0;
  }
}
body.prospective #info .info__list {
  padding-top: 3.333dvw;
  padding-bottom: 3.333dvw;
}
body.prospective #info .info__list .list__itemwrapper {
  padding: 0 1.042dvw;
  height: auto;
}
body.prospective #info .info__list .list__item {
  display: block;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  width: 23.438dvw;
  border: 0.26dvw solid #000;
  border-radius: 0.521dvw;
  padding: 1.302dvw;
  color: #000;
  text-decoration: none;
}
body.prospective #info .info__list .list__item:hover {
  translate: 0 -0.833dvw;
  opacity: 1;
}
body.prospective #info .info__list .list__item .thumb {
  border: 0.156dvw solid #000;
  aspect-ratio: 390/242;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.25dvw;
}
body.prospective #info .info__list .list__item .date {
  font-size: 0.833dvw;
  letter-spacing: 0.05em;
  margin-bottom: 1.25dvw;
}
body.prospective #info .info__list .list__item .summary {
  font-size: 0.938dvw;
  font-weight: 400;
  line-height: 1.55;
}
body.prospective #info .info__list .list__dots {
  bottom: 0;
}
body.prospective #info .info__list .list__dots .swiper-pagination-bullet {
  background-color: #000 !important;
  opacity: 1;
  margin: 0 0.677dvw;
  aspect-ratio: 1/1;
  width: 0.521dvw;
  height: auto;
}
body.prospective #info .info__list .list__dots .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
body.prospective #pickup {
  background-color: #FFE98C;
  position: relative;
  padding-top: 4.063dvw;
  padding-bottom: 9.271dvw;
}
body.prospective #pickup::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.146dvw;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-pickup-separator.svg);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
body.prospective #pickup .marquee {
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-pickup-marqee.svg);
  animation: marquee_pickup_pc 6s linear infinite;
}
@keyframes marquee_pickup_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -30.312dvw 0;
  }
}
body.prospective #pickup .pickup__list {
  width: 62.5dvw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.083dvw;
  margin-top: 3.438dvw;
}
body.prospective #pickup .pickup__list a {
  box-sizing: border-box;
  width: 14.063dvw;
  position: relative;
  transition: opacity 0.4s;
  border: 0.25dvw solid #000;
  background: #000;
}
body.prospective #pickup .pickup__list a:hover {
  opacity: 0.8;
}
body.prospective #pickup .pickup__list a p{
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.625dvw;
  padding: 0.208dvw 0;
  text-align: center;
  font-size: 1.2dvw;
  letter-spacing: 0.05em;
}
body.prospective #pickup .pickup__list a .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.625dvw;
  padding: 0.208dvw 0;
}
body.prospective #pickup .pickup__img {
  aspect-ratio: 346/219;
  width: 18.021dvw;
  position: absolute;
  right: 9.01dvw;
  bottom: -3.073dvw;
  background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-bottom-img.png);
  background-size: contain;
  background-repeat: no-repeat;
}
body.prospective #followus {
  border-top: 0.521dvw solid #000;
  background-color: #F5F5F5;
  padding-top: 3.646dvw;
  padding-bottom: 5.833dvw;
}
body.prospective #followus .sec__head {
  text-align: center;
  font-size: 2.917dvw;
  margin-bottom: 3.333dvw;
}
body.prospective #followus .followus__icons {
  display: flex;
  justify-content: center;
  gap: 3.646dvw;
}
body.prospective #followus .followus__icons a img {
  width: auto;
  height: 2.917dvw;
}
body.prospective #footer {
  background-color: #EBEBEB;
}
body.prospective #footer .footer__nav {
  display: flex;
  justify-content: space-between;
  width: 62.5dvw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.208dvw;
  padding-bottom: 6.667dvw;
  padding-left: 3.229dvw;
  padding-right: 3.229dvw;
}
body.prospective #footer .footer__nav dl, body.prospective #footer .footer__nav dt, body.prospective #footer .footer__nav dd {
  margin: 0;
  padding: 0;
}
body.prospective #footer .footer__nav dl a:hover {
  color: #FF513A;
  opacity: 1;
}
body.prospective #footer .footer__nav dt {
  display: flex;
  align-items: center;
  gap: 0.417dvw;
  font-size: 0.833dvw;
  font-weight: 700;
  margin-bottom: 0.938dvw;
}
body.prospective #footer .footer__nav dt::before {
  content: "▶";
  font-size: 0.573dvw;
}
body.prospective #footer .footer__nav dd {
  padding-left: 0.938dvw;
  font-size: 0.729dvw;
}
body.prospective #footer .footer__nav dd:not(:last-child) {
  margin-bottom: 0.625dvw;
}
body.prospective #footer .footer__nav dd a {
  color: #5C5C5C;
}
body.prospective #footer .footer__copyright {
  padding-top: 1.354dvw;
  padding-bottom: 2.656dvw;
  background-color: #000;
  text-align: center;
  font-size: 0.625dvw;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1100px), (min-width: 897px) and (max-width: 1100px) and (orientation: landscape) {
  body.prospective #header .header__logo {
    width: 21.182dvw;
    padding-left: 0.545dvw;
  }
  body.prospective #header .header__logo img {
    width: 18.182dvw;
  }
  body.prospective #header .header__nav .nav__sub a {
    font-size: 1.182dvw;
  }
  body.prospective #header .header__nav .nav__main {
    font-size: 1.545dvw;
  }
  body.prospective #header .header__nav .nav__main a {
    gap: 0.818dvw;
    font-size: 1.364dvw;
    padding-right: 2.545dvw;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .nav__child a {
    font-size: 1.273dvw;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon {
    width: 2dvw;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::before, body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::after {
    width: 0.909dvw;
  }
  body.prospective #header .header__nav .fixedlinks a {
    width: 14.545dvw;
    font-size: 1.091dvw;
    padding-left: 1.455dvw;
    line-height: 3.636dvw;
  }
  body.prospective #header .header__nav .fixedlinks a::after {
    font-size: 0.909dvw;
  }
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  body.prospective::before {
    content: "";
    width: 100dvw;
    height: 100dvh;
    border: 3.2dvw solid #fff;
    border-bottom: 0;
  }
  body.prospective::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9;
    box-sizing: border-box;
    width: 100dvw;
    height: 100dvh;
    border: 3.2dvw solid #fff;
    border-top: 0;
    pointer-events: none;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-frame-corner-bl.svg), url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-frame-corner-br.svg);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 2.667dvw;
  }
  body.prospective a:hover, body.prospective button:hover, body.prospective summary:hover {
    opacity: 1;
  }
  body.prospective #header {
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    padding: 3.2dvw;
  }
  body.prospective #header .header__logo {
    position: relative;
    z-index: 9;
    width: 52.267dvw;
    border-bottom-right-radius: 5.333dvw;
    padding-top: 0.533dvw;
    padding-bottom: 2.933dvw;
  }
  body.prospective #header .header__logo img {
    width: 48dvw;
  }
  body.prospective #header .header__logo::before, body.prospective #header .header__logo::after {
    width: 2.667dvw;
    height: 2.667dvw;
    background-size: 2.667dvw;
  }
  body.prospective #header .header__navtoggle {
    display: block;
    background-color: #000;
    position: absolute;
    z-index: 9;
    top: 3.2dvw;
    right: 3.2dvw;
    aspect-ratio: 1/1;
    width: 13.333dvw;
    border: none;
    border-bottom-left-radius: 6.4dvw;
    padding: 0;
    transition: background-color 0.4s;
  }
  body.prospective #header .header__navtoggle::before, body.prospective #header .header__navtoggle::after {
    content: "";
    position: absolute;
    aspect-ratio: 1/1;
    width: 2.667dvw;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-nav-corner.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s;
  }
  body.prospective #header .header__navtoggle::before {
    top: 0;
    right: 100%;
  }
  body.prospective #header .header__navtoggle::after {
    top: 100%;
    right: 0;
  }
  body.prospective #header .header__navtoggle .bar,
  body.prospective #header .header__navtoggle .bar::before,
  body.prospective #header .header__navtoggle .bar::after {
    display: block;
    width: 6.4dvw;
    height: 0.267dvw;
    border-radius: 9999px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    transition: translate 0.2s 0.2s, rotate 0.2s, background-color 0.2s;
    z-index: 8;
  }
  body.prospective #header .header__navtoggle .bar {
    top: 0;
    bottom: 0;
    right: 2.667dvw;
  }
  body.prospective #header .header__navtoggle .bar::before, body.prospective #header .header__navtoggle .bar::after {
    content: "";
    transform-origin: center;
    right: 0;
  }
  body.prospective #header .header__navtoggle .bar::before {
    translate: 0 -2.133dvw;
  }
  body.prospective #header .header__navtoggle .bar::after {
    translate: 0 2.133dvw;
  }
  body.prospective #header .header__navtoggle.active {
    background-color: transparent;
  }
  body.prospective #header .header__navtoggle.active::before, body.prospective #header .header__navtoggle.active::after {
    opacity: 0;
  }
  body.prospective #header .header__navtoggle.active .bar,
  body.prospective #header .header__navtoggle.active .bar::before,
  body.prospective #header .header__navtoggle.active .bar::after {
    background-color: #000;
    transition: translate 0.2s, rotate 0.2s 0.2s, background-color 0.2s;
  }
  body.prospective #header .header__navtoggle.active .bar {
    background-color: transparent;
  }
  body.prospective #header .header__navtoggle.active .bar::before {
    translate: 0 0;
    rotate: 45deg;
  }
  body.prospective #header .header__navtoggle.active .bar::after {
    translate: 0 0;
    rotate: -45deg;
  }
  body.prospective #header .header__navtoggle.active + .header__nav {
    top: 0;
  }
  body.prospective #header .header__nav {
    display: block;
    position: absolute;
    z-index: 8;
    top: -120dvh;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    padding-top: 28.533dvw;
    padding-left: 12.667dvw;
    padding-right: 12.667dvw;
    padding-bottom: 13.333dvw;
    transition: top 0.4s;
  }
  body.prospective #header .header__nav .nav__main {
    display: block;
    width: 100%;
    font-size: 4.533dvw;
    margin-bottom: 7.467dvw;
  }
  body.prospective #header .header__nav .nav__main li {
    border-bottom: 1px solid #000;
  }
  body.prospective #header .header__nav .nav__main a {
    display: flex;
    gap: 2.4dvw;
    align-items: center;
    padding-top: 5.333dvw;
    padding-bottom: 5.333dvw;
    font-size: 4.533dvw;
    font-weight: 800;
  }
  body.prospective #header .header__nav .nav__main a::before {
    content: "▶";
    font-size: 2.133dvw;
  }
  body.prospective #header .header__nav .nav__main .nav__parent {
    position: relative;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details::details-content {
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    position: static;
    top: unset;
    left: unset;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary {
    position: absolute;
    right: 0;
    top: 0;
    list-style-type: none;
    padding: 4.8dvw 0 4.8dvw 4.8dvw;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon {
    aspect-ratio: 1/1;
    width: 5.867dvw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::before, body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::after {
    content: "";
    width: 2.667dvw;
    height: 1px;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: 0.4s;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-summary .icon::after {
    rotate: 90deg;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .js-content {
    overflow: hidden;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .nav__child {
    position: static;
    width: 100%;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    padding: 0;
    padding-bottom: 4dvw;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .nav__child li {
    border: none;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .nav__child a {
    font-size: 3.733dvw;
    font-weight: 500;
    padding: 1.333dvw 0 1.333dvw 4.533dvw;
    color: #5C5C5C;
  }
  body.prospective #header .header__nav .nav__main .nav__parent .js-details .nav__child a::before {
    display: none;
  }
  body.prospective #header .header__nav .nav__sub {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
  body.prospective #header .header__nav .nav__sub li {
    margin-bottom: 2.933dvw;
  }
  body.prospective #header .header__nav .nav__sub a {
    font-size: 3.467dvw;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 2.933dvw;
  }
  body.prospective #main {
    position: relative;
  }
  body.prospective #main .fixedlinks {
    position: fixed;
    z-index: 7;
    bottom: 5.333dvw;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 2.667dvw;
  }
  body.prospective #main .fixedlinks a {
    aspect-ratio: 160/40;
    width: 42.667dvw;
    font-size: 3.2dvw;
    font-weight: 600;
    color: #fff;
    padding-left: 4.267dvw;
    line-height: 10.667dvw;
    border: 1px solid #fff;
    border-radius: 9999px;
    position: relative;
  }
  body.prospective #main .fixedlinks a.opencampus {
    background-color: #FF513A;
  }
  body.prospective #main .fixedlinks a.app {
    background-color: #474FFF;
  }
  body.prospective #main .fixedlinks a::after {
    content: "▶";
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4dvw;
    margin: auto;
    font-size: 2.667dvw;
  }
  body.prospective #mv {
    min-height: 182.4dvw;
    background-color: #E7FAF5;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-mv-bg.svg);
    background-size: 8dvw;
  }
  body.prospective #mv .mv__logo {
    width: 54.933dvw;
  }
  body.prospective #mv .mv__logo img {
    padding-top: 49.067dvw;
  }
  body.prospective #links {
    padding-top: 9.867dvw;
    padding-bottom: 18.667dvw;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-links-bg-mb.svg);
    background-position: top 4dvw left;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  body.prospective #links::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 3.733dvw;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-links-separator.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;
  }
  body.prospective #links .inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5.333dvw;
  }
  body.prospective #links .link__item, body.prospective #links .link__item:hover {
    box-sizing: border-box;
    aspect-ratio: 328/124;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 87.467dvw;
    border: 0.8dvw solid #000;
    border-radius: 2.667dvw;
    position: relative;
    color: #000;
    text-decoration: none;
    padding-left: 6.4dvw;
    padding-bottom: 10px;
    box-shadow: 1.6dvw 1.6dvw #000;
    translate: 0 0;
  }
  body.prospective #links .link__item.oc, body.prospective #links .link__item:hover.oc {
    background-color: #FF916F;
  }
  body.prospective #links .link__item.exam, body.prospective #links .link__item:hover.exam {
    background-color: #A0DFFF;
  }
  body.prospective #links .link__item .img, body.prospective #links .link__item:hover .img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 49.6dvw;
    height: 35.2dvw;
    text-align: right;
  }
  body.prospective #links .link__item .img img, body.prospective #links .link__item:hover .img img {
    width: auto;
    height: 100%;
  }
  body.prospective #links .link__item .subject, body.prospective #links .link__item:hover .subject {
    padding-top: 2.667dvw;
    font-size: 6.4dvw;
    line-height: 1.16;
    margin-bottom: 0.8dvw;
  }
  body.prospective #links .link__item .todetail, body.prospective #links .link__item:hover .todetail {
    font-size: 3.2dvw;
    display: flex;
    align-items: center;
    gap: 2.133dvw;
  }
  body.prospective #links .link__item .todetail::after, body.prospective #links .link__item:hover .todetail::after {
    content: "▶";
    color: #000;
    display: block;
    box-sizing: border-box;
    width: 9.6dvw;
    aspect-ratio: 1/1;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
  }
  body.prospective #links .link__item:nth-of-type(even), body.prospective #links .link__item:hover:nth-of-type(even) {
    margin-right: 0;
    margin-left: auto;
  }
  body.prospective .sec__head .head__main {
    font-size: 5.855dvw;
    text-align: center;
    margin-top: 3.2dvw;
    margin-bottom: 6.4dvw;
  }
  body.prospective .sec__head .head__lead {
    width: 74.667dvw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.733dvw;
    line-height: 1.71;
    font-weight: 500;
    margin-bottom: 7.467dvw;
  }
  body.prospective .marquee {
    width: 100%;
    height: 7.467dvw;
  }
  body.prospective #info {
    background-color: #FFB5DE;
    position: relative;
    padding-top: 10.667dvw;
    padding-bottom: 23.733dvw;
  }
  body.prospective #info::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 3.733dvw;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-info-separator.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;
  }
  body.prospective #info .marquee {
    animation: marquee_info_mb 6s linear infinite;
  }
  @keyframes marquee_info_mb {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -39.2dvw 0;
    }
  }
  body.prospective #info .info__list {
    padding-bottom: 8dvw;
  }
  body.prospective #info .info__list .list__itemwrapper {
    padding: 0 1.867dvw;
    height: auto;
  }
  body.prospective #info .info__list .list__item {
    display: block;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    width: 74.667dvw;
    border: 3px solid #000;
    border-radius: 2.667dvw;
    padding: 4.533dvw;
    color: #000;
    text-decoration: none;
  }
  body.prospective #info .info__list .list__item:hover {
    translate: 0 0;
  }
  body.prospective #info .info__list .list__item .thumb {
    border: 1px solid #000;
    aspect-ratio: 246/153;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 4.267dvw;
  }
  body.prospective #info .info__list .list__item .date {
    font-size: 3.2dvw;
    letter-spacing: 0.05em;
    margin-bottom: 4.267dvw;
  }
  body.prospective #info .info__list .list__item .summary {
    font-size: 3.467dvw;
    font-weight: 400;
    line-height: 1.69;
  }
  body.prospective #info .info__list .list__dots {
    bottom: 0;
  }
  body.prospective #info .info__list .list__dots .swiper-pagination-bullet {
    background-color: #000 !important;
    opacity: 1;
    margin: 0 1.867dvw;
    aspect-ratio: 1/1;
    width: 1.6dvw;
    height: auto;
  }
  body.prospective #info .info__list .list__dots .swiper-pagination-bullet-active {
    background-color: #fff !important;
  }
  body.prospective #pickup {
    background-color: #FFE98C;
    position: relative;
    padding-top: 10.667dvw;
    padding-bottom: 33.067dvw;
  }
  body.prospective #pickup::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 3.733dvw;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-pickup-separator.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: repeat-x;
  }
  body.prospective #pickup .marquee {
    animation: marquee_pickup_mb 7.2s linear infinite;
  }
  @keyframes marquee_pickup_mb {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -57.333dvw 0;
    }
  }
  body.prospective #pickup .pickup__list {
    box-sizing: border-box;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3.2dvw;
    margin-left: 12.667dvw;
    margin-right: 12.667dvw;
  }
  body.prospective #pickup .pickup__list a {
    box-sizing: border-box;
    width: 35.733dvw;
    position: relative;
    border: 0.7dvw solid #000;
  }
  body.prospective #pickup .pickup__list a p{
    font-size: 3.1dvw;
    padding: 1.067dvw 0;
  }
  body.prospective #pickup .pickup__list a .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 3.2dvw;
    padding: 1.067dvw 0;
  }
  body.prospective #pickup .pickup__img {
    aspect-ratio: 212/134;
    width: 56.533dvw;
    position: absolute;
    right: 5.867dvw;
    bottom: -6.933dvw;
    background-image: url(https://nafu.ac.jp/themes/nafu/images/lp/prospective-students-re/prospective-bottom-img.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.prospective #followus {
    border-top: 1.333dvw solid #000;
    background-color: #F5F5F5;
    padding-top: 9.333dvw;
    padding-bottom: 13.6dvw;
  }
  body.prospective #followus .sec__head {
    text-align: center;
    font-size: 6.4dvw;
    margin-bottom: 6.4dvw;
  }
  body.prospective #followus .followus__icons {
    display: flex;
    justify-content: center;
    gap: 5.6dvw;
  }
  body.prospective #followus .followus__icons a img {
    width: auto;
    height: 10.667dvw;
  }
  body.prospective #footer .footer__nav {
    display: none;
  }
  body.prospective #footer .footer__copyright {
    background-color: #000;
    padding-top: 2.667dvw;
    padding-bottom: 19.467dvw;
    text-align: center;
    font-size: 3.2dvw;
    color: #fff;
  }
}