@charset "UTF-8";
:focus-visible {
  outline: 2px solid #26ade3;
  outline-offset: 2px;
  border-radius: 2px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}

::selection {
  background: #00479d;
  color: #fff;
}

body a,
body button {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header-copy {
  font-size: 1.2rem;
  color: #fff;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  white-space: nowrap;
  margin: 0 1.6rem;
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-header-copy {
    display: block;
  }
}

.l-headerNav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-headerNav {
    display: block;
    margin-left: auto;
  }
}

.l-headerNav-list {
  display: flex;
  align-items: center;
}
.l-headerNav-list li {
  list-style: none;
}
.l-headerNav-list a {
  position: relative;
  display: inline-block;
  padding: 1.2rem 0.8rem;
  color: #fff;
  font-size: 1.3rem;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}
.l-headerNav-list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.3s;
}
.l-headerNav-list a:hover::after, .l-headerNav-list a[aria-current=page]::after {
  width: calc(100% - 0.8rem * 2);
}
@media screen and (min-width: 1080px) {
  .l-headerNav-list a {
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}

.l-navToggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-navToggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 0;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    z-index: 10001;
    position: relative;
  }
}

.l-navToggle-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.3s;
}

.l-navToggle-label {
  font-size: 0.9rem;
  color: #fff;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

.l-navToggle.is-open .l-navToggle-bar:nth-of-type(1) {
  transform: translateY(4px) rotate(-30deg);
}
.l-navToggle.is-open .l-navToggle-bar:nth-of-type(2) {
  transform: translateY(-3px) rotate(30deg);
}

.l-navOverlay {
  position: fixed;
  inset: 0;
  height: 100vh;
  overflow-y: auto;
  background: #00479d;
  padding: 120px 0 6.4rem;
  z-index: 10000;
}
.l-navOverlay[hidden] {
  display: none;
}

.l-navOverlay-close {
  position: absolute;
  top: 8px;
  right: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.l-navOverlay-close .l-navToggle-bar:nth-of-type(1) {
  transform: translateY(1px) rotate(-30deg);
}
.l-navOverlay-close .l-navToggle-bar:nth-of-type(2) {
  transform: translateY(-1px) rotate(30deg);
}

.l-navOverlay-list li {
  list-style: none;
}
.l-navOverlay-list a {
  display: block;
  padding: 1.2rem 0 1.2rem 80px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "秀英丸ゴシック L", "Shuei MaruGo L", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.l-navOverlay-list a[aria-current=page] {
  text-decoration: underline;
  text-underline-offset: 6px;
}

body.is-nav-open {
  overflow: hidden;
}

body .news-item,
body .m-blog-block,
body .p-gakumon-schools__card {
  background: #fff;
  border: 1px solid rgba(8, 25, 60, 0.06);
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(8, 25, 60, 0.08), 0 1px 2px rgba(8, 25, 60, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
body .news-item:hover,
body .m-blog-block:hover,
body .p-gakumon-schools__card:hover {
  box-shadow: 0 4px 16px rgba(8, 25, 60, 0.12);
  transform: translateY(-2px);
}

body .m-blog-block {
  overflow: hidden;
}
body .m-blog-block .m-blog-info {
  padding: 1.2rem 1.6rem 1.6rem;
}

body .p-slider2 {
  background: #fff;
  border: 1px solid rgba(8, 25, 60, 0.06);
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(8, 25, 60, 0.08), 0 1px 2px rgba(8, 25, 60, 0.06);
  overflow: hidden;
}

body .news-item .news-thumb img,
body .p-gakumon-schools__card-img img {
  border-radius: 0;
}

body .news-school-tags li a,
body .m-blog-cat a {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  background: #e5edf5;
  color: #00479d;
  border-radius: 40px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-decoration: none;
  letter-spacing: 0.025em;
}
body .news-school-tags li a:hover,
body .m-blog-cat a:hover {
  background: #00479d;
  color: #fff;
}

body .news-school-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.2rem 0 2.4rem;
}
body .news-school-tags li {
  list-style: none;
  margin: 0;
}

body .p-single-info .p-single-head {
  color: #323232;
  font-size: 3.2rem;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.025em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  body .p-single-info .p-single-head {
    font-size: 2.4rem;
  }
}

body .p-single-info .m-lead,
body .p-single-info .m-lead-top {
  color: #767676;
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}

body .p-single-content {
  max-width: 76rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
body .p-single-content p {
  margin-bottom: 2.4rem;
}
body .p-single-content h2 {
  font-size: 2rem;
  color: #323232;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  line-height: 1.3;
  border-left: 4px solid #00479d;
  padding-left: 1.2rem;
  margin: 4rem 0 1.6rem;
}
body .p-single-content h2::before {
  content: none;
}
body .p-single-content h3 {
  font-size: 1.8rem;
  color: #323232;
  font-weight: bold;
  margin: 3.2rem 0 1.2rem;
}
body .p-single-content ul,
body .p-single-content ol {
  margin: 0 0 2.4rem 1.4em;
}
body .p-single-content ul li,
body .p-single-content ol li {
  margin-bottom: 0.8rem;
}
body .p-single-content ul li {
  list-style: disc;
}
body .p-single-content table {
  border-collapse: collapse;
  margin-bottom: 2.4rem;
}
body .p-single-content table th,
body .p-single-content table td {
  border: 1px solid #ccc;
  padding: 0.8rem 1.2rem;
}
body .p-single-content table th {
  background: #e5edf5;
  color: #323232;
}
body .p-single-content img {
  border-radius: 12px;
}

body .p-pager {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 4rem;
}
body .p-pager .p-pager-prev,
body .p-pager .p-pager-next {
  float: none;
}
body .p-pager .p-pager-next {
  margin-left: auto;
}

body .p-more a,
body .p-more-about a,
body .p-news-btn a,
body .blog_list_link,
body .facility_list_link,
body .facility_info_link,
body .school-news__button,
body .m-button a,
body .p-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  min-height: 44px;
  padding: 0.6em 1.6em;
  background: #fff;
  border: 2px solid #00479d;
  border-radius: 40px;
  color: #00479d;
  font-size: 1.5rem;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
body .p-more a:hover,
body .p-more-about a:hover,
body .p-news-btn a:hover,
body .blog_list_link:hover,
body .facility_list_link:hover,
body .facility_info_link:hover,
body .school-news__button:hover,
body .m-button a:hover,
body .p-pager a:hover {
  background: #00479d;
  color: #fff;
  box-shadow: 0 4px 16px rgba(8, 25, 60, 0.12);
  transform: translateY(-1px);
}

body .p-more a::after,
body .p-more-about a::after,
body .p-news-btn a::after,
body .blog_list_link::after,
body .facility_list_link::after,
body .facility_info_link::after,
body .school-news__button::after,
body .p-pager-next a::after {
  content: "→";
  font-family: "秀英丸ゴシック L", "秀英丸ゴシック B", "A1 Gothic R", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body .p-pager-prev a::before,
body .m-button a::before {
  content: "←";
  font-family: "秀英丸ゴシック L", "秀英丸ゴシック B", "A1 Gothic R", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body .facility_info_link .icon_arrow,
body .facility_list_button .icon_arrow2,
body .blog_list_button .icon_arrow3 {
  display: none;
}

body .facility_list_button,
body .blog_list_button,
body .school-news__button-wrap,
body .m-button {
  text-align: center;
}

body h1.m-head {
  font-size: 3.2rem;
  color: #323232;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body h1.m-head {
    font-size: 2.4rem;
  }
}

body p.m-head {
  font-size: 1.4rem;
  color: #00479d;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  letter-spacing: 0.1em;
}

body .m-page-head {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  body .m-page-head {
    font-size: 2rem;
  }
}

body .section-heading span {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  body .section-heading span {
    font-size: 2rem;
  }
}

body .l-sidebar-head {
  display: block;
  font-size: 1.3rem;
  color: #767676;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", sans-serif;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #e5edf5;
  padding-bottom: 0.8rem;
  margin-bottom: 1.2rem;
}

body .l-sidebar-block + .l-sidebar-block {
  margin-top: 4rem;
}

body .l-sidebar .p-list li a,
body .l-sidebar .p-year a {
  display: inline-block;
  padding: 0.4rem 0;
}
body .l-sidebar .p-list li a:hover,
body .l-sidebar .p-year a:hover {
  color: #00479d;
}

body .p-profile-detail .m-lead {
  color: #595757;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-blog-content .p-blog-block.is-sp-only {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
