@charset "utf-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth !important;
}
body {
  min-width: 855px;
  font-family: "Noto Sans JP", sans-serif;
}
.header {
  background: #009dff;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.header.show {
  opacity: 1;
  pointer-events: auto;
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  justify-content: space-between;
}
.header-logo-sp {
  display: none;
}
.school-logo-ja {
  width: 65%;
  min-width: 80px;
  max-width: 200px;
}
.nav-menu {
  width: 100%;
}
.nav-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.7rem 0;
  list-style: none;
  font-size: 0.8rem;
  width: 100%;
}
.nav-menu a,
.nav-menu a:visited {
  text-decoration: none;
  color: #fff;
}
.nav-menu li:first-child {
  margin-right: auto;
}
.nav-menu li:not(:first-child) {
  margin-left: 2rem;
}
.hamburger {
  display: none;
  flex-direction: column;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1010;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  background-color: #009dff;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
  padding: 1.3rem 1rem 2rem 1.2rem;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.18);
  z-index: 2000;
  overflow-y: auto;
}
.drawer.open {
  right: 0;
  pointer-events: auto;
  opacity: 1;
}
.drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.drawer__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  cursor: pointer;
  line-height: 1;
}
.drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.drawer__list li {
  margin: 1.2rem 0;
  padding-left: 1rem;
}
.drawer__list li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
}
.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.drawer.open ~ .drawer-overlay,
.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.drawer,
.drawer-overlay {
  height: 100dvh;
  min-height: 100dvh;
}
.drawer-sp {
  color: #fff;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
}
.drawer-link-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.drawer-footer {
  display: none;
}
.drawer-footer .w50 {
  width: 40%;
}
.drawer-footer .w60 {
  width: 50%;
}
body.drawer-open {
  overflow: hidden;
  touch-action: none;
}
.hero-video {
  display: block;
  width: 100%;
  height: auto;
}
.catch {
  font-size: 2.5em;
  color: #009dff;
  margin-bottom: 1rem;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.catch-copy {
  height: 120vh;
  display: flex;
  align-items: center;
}
.catch-logo {
  padding-top: 5rem;
}
.inner {
  width: 60%;
  max-width: 980px;
  min-width: 360px;
  margin: 0 auto;
  box-sizing: border-box;
}
.catch-copy .catch.underline:nth-of-type(2) {
  margin-bottom: 3rem;
}
.section-block--blue {
  background-color: #009dff;
  color: #fff;
}
.section-block--white {
  background-color: #fff;
  color: #000;
}
section h2 {
  font-size: 1.2em;
  font-weight: normal;
  padding-top: 4rem;
  letter-spacing: 0.1em;
}
.text-block {
  font-size: 2rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2em;
}
.logo-container {
  display: block;
  width: 95%;
  margin: 0.5rem auto;
}
.py {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.chancellor-img {
  display: block;
  max-width: 90%;
  width: auto;
  height: auto;
  margin: 1.5rem 0;
}
.flex {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.flex-sns {
  display: flex;
  align-items: center;
}
.text-style-sm {
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75em;
}
section .flex h3,
section .flex p {
  margin: 0;
}
.furi-wrap {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-right: 1em;
}
.furi-base {
  display: block;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
.furi-text {
  display: block;
  text-align: left;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.section-divider {
  height: 4px;
  background: #009dff;
  margin: 40px 0;
}
.access-info {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
  padding: 40px 0;
  box-sizing: border-box;
}
.access-card {
  background: #24b2ff;
  color: #fff;
  border-radius: 24px;
  padding: 1.5rem 1.25rem;
  width: calc((100% - 2 * 30px) / 3);
  min-width: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.access-card h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.mt {
  margin-top: 1.5rem;
}
.bus-route + .bus-route {
  margin-top: 2em;
}
.bus-route li {
  font-size: 1em;
  margin-bottom: 2px;
  width: 70%;
  margin: 0 auto;
}
.bus-route > *:first-child {
  margin-bottom: 1.5rem;
}
.access-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  list-style: none;
  padding: 0;
}
.access-time {
  background: #fff;
  color: #24b2ff;
  padding: 2px 15px;
  border-radius: 16px;
  font-size: 1em;
  margin-left: 6px;
}
.access-time span {
  font-size: 1.2em;
}
.access-route {
  font-size: 0.9em;
}
.bus-route {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  text-align: center;
}
.access-block ul {
  font-weight: bold;
}
.access-text-sm {
  font-size: 0.9em;
  font-weight: 400;
}
.access-block p {
  letter-spacing: 0.7px;
}
.access-note {
  color: #fff;
  line-height: 1.6;
  margin-top: 2rem;
}
address {
  font-style: normal;
}
.underline-blue {
  display: block;
  width: fit-content;
  padding-right: 6rem;
  background-image: url("img/icon/underline-blue-icon.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 4px;
}
.underline-white-mini {
  display: block;
  width: fit-content;
  background-image: url("img/icon/underline-white-icon.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 0.2rem;
}
.underline-blue-mini {
  display: block;
  width: fit-content;
  background-image: url("img/icon/underline-blue-icon.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 4px;
  padding-bottom: 0.2rem;
}
.text-blue {
  color: #009dff;
}
.text-lg {
  font-size: 5em;
}
.footer-text {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.footer-link-icon {
  width: 1.3rem;
}
.footer-link-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #009dff;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.footer-text 
.footer-link-img-left {
  margin-right: auto;
  display: block;
}
.footer-link-img-right {
  margin-left: auto;
  display: block;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4.5rem;
}
footer address {
  display: block;
  margin-top: 3rem;
}
footer address,
.footer-link a {
  color: #009dff;
  font-size: 0.85em;
  text-decoration: none;
  letter-spacing: 0.05em;
}
footer small {
  display: block;
  text-align: center;
  margin-top: 3rem;
}
.flex-sns a {
  display: inline-block;
  line-height: 0;
  margin-right: 2rem;
}
.flex-sns a img {
  width: 45px;
  display: block;
  height: auto;
}
.map {
  border: #009dff solid 5px;
  margin-top: 2rem;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.map,
.access-info {
  max-width: 100%;
  margin: 0 auto;
}
.loop-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  padding-top: 4rem;
}
.loop-track {
  display: flex;
  will-change: transform;
  width: max-content;
}
.loop-track img {
  width: 25%;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  margin-right: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* --- PC/Tab --- */
@media (max-width: 926px) {
  .nav-menu {
    display: none !important;
  }
  .header__inner {
    padding: 0.7rem 1rem;
  }
  .header-logo-sp {
    display: block;
  }
  .hamburger {
    display: flex;
  }
  .drawer {
    right: -100%;
  }
  .drawer.open {
    right: 0;
  }
}
@media (min-width: 927px) {
  .drawer,
  .drawer-overlay,
  .header-logo-sp {
    display: none !important;
  }
  .nav-menu {
    display: block !important;
  }
}
@media (max-width: 980px) {
  .inner {
    width: 88%;
    padding: 0 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .inner {
    width: 75%;
    max-width: 1200px;
  }
}
/* SP */
@media (max-width: 430px) {
  body {
    min-width: 0;
  }
  .inner {
    width: 100%;
    min-width: 0;
    max-width: 100vw;
    padding: 0 7vw;
  }
  .section-block--white .inner .flex {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .section-block--white .inner .w50 {
    width: 100%;
    max-width: 100%;
  }
  .school-logo-ja {
    width: 80%;
  }
  .catch-copy {
    height: 110vh;
  }
  .furi-base {
    font-size: 1.25em;
  }
  .py-small {
    padding-top: 1rem;
  }
  .text-block {
    font-size: clamp(1.1em, 10vw, 7vw);
    word-break: break-all;
  }
  .text-lg {
    font-size: clamp(1.2em, 10vw, 10vw);
    word-break: break-all;
  }
  section .flex h3,
  section .flex p {
    margin-top: 1.5rem;
  }
  .map {
    aspect-ratio: 3/4;
  }
  .access-info {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 20px 0;
  }
  .access-route,
  .bus-route {
    font-size: 1.2rem;
  }
  .access-flex {
    justify-content: space-between;
  }
  .access-card {
    width: 100%;
    padding: 1.5rem 2rem;
    max-width: 380px;
  }
  .footer-flex {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
  }
  .footer-flex > .w50 {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
  footer address,
  .footer-link {
    line-height: 1.75rem;
  }
  .drawer {
    width: 100vw;
    max-height: 100dvh;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .drawer.open {
    right: 0;
  }
  .drawer-footer {
    display: block;
  }
  .drawer-footer .link {
    margin-top: 3rem;
  }
  .loop-track img {
    width: 48vw;
    min-width: 160px;
    max-width: 100%;
    height: auto;
  }
}
/* 小さいSPの場合のドロワー調整 */
@media (max-width: 430px) and (max-height: 678px) {
  .drawer {
    padding-bottom: 0.5rem;
  }
  .drawer__header {
    margin-bottom: 1.25rem;
  }
  .drawer__list li {
    margin: 0.7rem 0;
  }
  .drawer__list li a {
    font-size: 1em;
  }
  .drawer-footer .link {
    margin-top: 2rem;
  }
  .drawer-link-flex {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 359px) {
  html,
  body {
    min-width: 360px;
    overflow-x: auto;
  }
  .inner {
    min-width: 360px;
  }
}
