@charset "UTF-8";
/**
 * ヘッダー専用SCSS - scss/header.scss
 */
@media screen and (max-width: 600px) {
  .admin-bar .site-header-scroll-admin {
    top: 46px;
  }
}
@media screen and (min-width: 601px) and (max-width: 797px) {
  .admin-bar .site-header-scroll-admin {
    top: 46px;
  }
}
@media screen and (min-width: 798px) and (max-width: 979px) {
  .admin-bar .site-header-scroll-admin {
    top: 32px;
  }
}
@media screen and (min-width: 980px) {
  .admin-bar .site-header-scroll-admin {
    top: 32px;
  }
}

@media screen and (max-width: 600px) {
  .btn-admin-space {
    margin-top: 46px;
  }
}
@media screen and (min-width: 601px) and (max-width: 797px) {
  .btn-admin-space {
    margin-top: 46px;
  }
}
@media screen and (min-width: 798px) and (max-width: 959px) {
  .btn-admin-space {
    margin-top: 32px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.none {
  display: none;
}

.fade {
  opacity: 0;
  transition: opacity 1.5s ease;
}

.fade.show {
  opacity: 1;
}

@media screen and (max-width: 959px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
  img {
    max-width: 100%;
  }
  ul, ol {
    padding-left: 0;
    list-style: none;
  }
  a {
    color: #2D84CE;
    text-decoration: none;
  }
  .contentsWrap {
    padding-left: 7.825%;
    padding-right: 7.825%;
  }
  .pc-only {
    display: none;
  }
  .header-bg-invisible {
    background: rgba(255, 255, 255, 0);
  }
  .sp-top-logo {
    background: rgba(255, 255, 255, 0);
  }
  .sp-top-logo .header-content .site-title {
    opacity: 0;
  }
  .sp-top-logo.is-visible {
    background: rgb(255, 255, 255);
  }
  .sp-top-logo.is-visible .header-content .site-title {
    opacity: 1;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    padding: 10px 5.1282051282vw;
    background: rgb(255, 255, 255);
  }
  header .site-title {
    width: 130px;
    height: 26.85px;
  }
  header .site-title .site-title-component {
    width: 100%;
  }
  header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-content .widget_nav_menu {
    list-style-type: none;
  }
  header .header-content #site-navigation {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100svh;
    padding: 26.9230769231vw 7.6923076923vw;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    background-color: var(--blue);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
  }
  header .header-content #site-navigation .close-btn {
    position: absolute;
    top: 10px;
    right: 5.1282051282vw;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 7.4358974359vw;
    line-height: 1;
    color: var(--blue);
    width: 50px;
    height: 50px;
  }
  header .header-content #site-navigation .close-btn img {
    width: 100%;
  }
  header .header-content #site-navigation .main-navigation__title {
    text-align: center;
  }
  header .header-content #site-navigation .menu-bar-widget-area {
    margin-top: 4.6153846154vw;
    padding: 0 0.5128205128vw;
  }
  header .header-content #site-navigation .menu-bar-widget-area ul .sp-school-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 8px;
    border-bottom: solid 1px var(--white);
  }
  header .header-content #site-navigation .menu-bar-widget-area ul .sp-school-menu a {
    width: calc((100% - 20px) / 2);
    aspect-ratio: 3/2;
    position: relative;
  }
  header .header-content #site-navigation .menu-bar-widget-area ul .sp-school-menu a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  header .header-content #site-navigation .menu-bar-widget-area ul .sp-school-menu a p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 10%;
    color: var(--white);
  }
  header .header-content #site-navigation .menu-bar-widget-area ul .sp-school-menu a p::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 6.4102564103vw;
    margin-bottom: 5px;
  }
  header .header-content #site-navigation .menu-bar-widget-area ul > li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 10%;
    border-bottom: solid 1px #488CC8;
  }
  header .header-content #site-navigation .menu-bar-widget-area ul > li:nth-child(n+2) {
    padding: 3.0769230769vw 0;
  }
  header .header-content #site-navigation .menu-bar-widget-area ul > li a {
    color: var(--white);
  }
  header .header-content #site-navigation .external-links {
    margin-top: 10.2564102564vw;
    margin-bottom: 5.1282051282vw;
  }
  header .header-content #site-navigation .external-links > .menu {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 3.8461538462vw;
  }
  header .header-content #site-navigation .external-links .menu-item {
    cursor: pointer;
  }
  header .header-content #site-navigation .external-links .li-line {
    padding-left: 5.641025641vw;
    border-radius: 50px;
    box-shadow: 3px 4px 0px 0px rgba(19, 59, 94, 0.4);
    width: 300px;
    height: 50px;
    text-align: center;
    margin: auto;
    position: relative;
  }
  header .header-content #site-navigation .external-links .li-line .line-component {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    height: 100%;
  }
  header .header-content #site-navigation .external-links .li-line .line-icon {
    width: 30px;
    height: 29px;
  }
  header .header-content #site-navigation .external-links .li-line .line-icon img {
    width: 100%;
  }
  header .header-content #site-navigation .external-links .li-line .line-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 10%;
  }
  header .header-content #site-navigation .external-links .li-line .line-text::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 10px;
    height: 10px;
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: 20px;
  }
  header .header-content #site-navigation .external-links #li-line-gr {
    background-color: var(--line);
  }
  header .header-content #site-navigation .external-links #li-line-gr .line-text {
    color: var(--white);
  }
  header .header-content #site-navigation .external-links #li-line-wt {
    background-color: var(--white);
    border: solid 2px var(--line);
  }
  header .header-content #site-navigation .external-links #li-line-wt .line-text {
    color: var(--line);
  }
  header .header-content #site-navigation .external-links #li-line-wt .line-text::after {
    border-color: var(--line);
  }
  header .header-content #site-navigation .footer-links {
    width: 300px;
    padding: 0 10px;
    margin: auto;
  }
  header .header-content #site-navigation .footer-links .menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 5%;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  header .header-content #site-navigation .footer-links .menu-item:nth-child(1n) {
    width: 35%;
    position: relative;
    margin-bottom: 0;
  }
  header .header-content #site-navigation .footer-links .menu-item:nth-child(2n) {
    width: 60%;
    position: relative;
    margin-bottom: 0;
  }
  header .header-content #site-navigation .footer-links .menu-item > a {
    text-decoration: underline;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: var(--white);
  }
  header .header-content #site-navigation .footer-links .menu-item > a::before {
    content: "・";
  }
  header .header-content #menu-open {
    display: none;
  }
  header .header-content #menu-open:checked + #site-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .header-content #header-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 12px 8px;
    border: none;
    background-color: white;
    color: var(--blue);
    border: 0.7px solid var(--blue);
    border-radius: 5px;
  }
  header .header-content #header-bar-item span {
    display: block;
    width: 100%;
    height: 0;
    border: 2px solid var(--blue);
    border-radius: 5px;
  }
  header #modal {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .sp-only {
    display: none;
  }
  /* #faqがある場合の特別なスタイル */
  html[data-page-hash=faq] .menu .menu-item:nth-child(6) .current_page_item {
    border-bottom: 5px solid var(--blue);
  }
  html[data-page-hash=""] .menu .menu-item:nth-child(6) {
    border-bottom: 5px solid var(--white) !important;
  }
  header {
    min-height: 70px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
  }
  header .header-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0 16px;
    max-width: 1440px;
    margin: auto;
  }
  header .header-content .site-title {
    width: clamp(6.875rem, 4.938rem + 3.23vw, 8.813rem);
    height: 70px;
    align-items: center;
  }
  header .header-content .site-title .site-title-component #title-img {
    width: clamp(6.875rem, 4.938rem + 3.23vw, 8.813rem);
    aspect-ratio: 4.84/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 20px;
  }
  header .header-content #menu-open {
    display: none;
  }
  header .header-content #site-navigation {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  header .header-content #site-navigation .menu-bar-widget-area {
    list-style-type: none;
    padding: 5px 10px 0;
  }
  header .header-content #site-navigation .menu-bar-widget-area li {
    margin: 0 1rem;
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: end;
    justify-content: end;
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu .menu-item {
    display: inline-block;
    margin: 0; /* 20~10px */
    text-align: right;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    padding: 0 0 6px 16px;
    position: relative;
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu .menu-item a {
    text-decoration: none;
    color: var(--black);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: clamp(0.688rem, 0.375rem + 0.52vw, 1rem); /* 16~11px */
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu .menu-item a :hover {
    color: #0066cc;
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu .current_page_item {
    border-bottom: 5px solid var(--blue);
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu .menu-item:first-child {
    padding-left: 0;
  }
  header .header-content #site-navigation .menu-bar-widget-area .menu .menu-item:not(:last-child)::after {
    content: "";
    border-right: 1px solid var(--black);
    margin-left: 16px;
    font-size: 12px;
  }
  header .header-content #site-navigation #title-in-menu,
  header .header-content #site-navigation .close-btn {
    display: none;
  }
  header .header-content #site-navigation .external-links {
    height: 70px;
  }
  header .header-content #site-navigation .external-links .menu {
    height: 70px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-content #site-navigation .external-links .menu .menu-item {
    margin: 0;
    text-align: right;
  }
  header .header-content #site-navigation .external-links .menu .menu-item a {
    text-decoration: none;
    transition: color 0.3s ease;
  }
  header .header-content #site-navigation .external-links .menu .menu-item a :hover {
    cursor: pointer;
  }
  header .header-content #site-navigation .external-links .menu .li-line {
    width: clamp(6.25rem, 3.438rem + 4.69vw, 9.063rem);
    height: 45px;
    border-radius: 10px;
    padding: 2px 5px 5px;
    margin-right: 10px;
  }
  header .header-content #site-navigation .external-links .menu .li-line .line-component {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
  }
  header .header-content #site-navigation .external-links .menu .li-line .line-component .line-icon {
    padding-top: 6px;
    margin-right: 4px;
    width: clamp(1.75rem, 1.375rem + 0.63vw, 2.125rem);
    aspect-ratio: 1.04/1;
  }
  header .header-content #site-navigation .external-links .menu .li-line .line-component .line-icon .line-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
  header .header-content #site-navigation .external-links .menu .li-line .line-component .line-text {
    font-size: clamp(0.625rem, 0.313rem + 0.52vw, 0.938rem); /*15~10px*/
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 110%;
    text-align: left;
  }
  header .header-content #site-navigation .external-links .menu #li-line-gr {
    background-color: var(--line);
    color: var(--white);
  }
  header .header-content #site-navigation .external-links .menu #li-line-wt {
    padding: 0px 5px 5px;
    background-color: var(--white);
    border: solid 2px var(--line);
    color: var(--line);
  }
  header .header-content #site-navigation .external-links .menu .li-contact {
    background-color: var(--blue);
    width: clamp(6.25rem, 3.438rem + 4.69vw, 9.063rem);
    height: 45px;
    border-radius: 10px;
    padding: 13px 3px;
    align-items: center;
  }
  header .header-content #site-navigation .external-links .menu .li-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
  }
  header .header-content #site-navigation .external-links .menu .li-contact a .contact-icon {
    width: clamp(0.875rem, 0.5rem + 0.63vw, 1.25rem);
    height: auto;
    aspect-ratio: 1.37/1;
    margin-right: 3px;
    padding-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-content #site-navigation .external-links .menu .li-contact a .contact-icon .contact-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.37/1;
    -o-object-fit: contain;
       object-fit: contain;
    align-content: center;
  }
  header .header-content #site-navigation .external-links .menu .li-contact a .contact-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.5rem + 0.42vw, 1rem);
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--white);
  }
  header .header-content #site-navigation .external-links .menu .li-contact-aqua {
    background-color: var(--aqua);
  }
  header #header-bar-item {
    display: none !important;
  }
  header #modal {
    display: none !important;
  }
}/*# sourceMappingURL=header.css.map */