@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-padding-top: calc(var(--header-height, 7.5rem) + 1.25rem);
}

body {
  font-size: clamp(1.4rem, 1.25rem + 0.5vw, 1.6rem);
  color: #231815;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  background: #fff;
  line-height: 1.6;
  letter-spacing: 0em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

a[href^="tel:"],
a[href^="mailto:"],
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
}
a[href^="tel:"]:hover, a[href^="tel:"]:active, a[href^="tel:"]:focus,
a[href^="mailto:"]:hover,
a[href^="mailto:"]:active,
a[href^="mailto:"]:focus,
a[x-apple-data-detectors]:hover,
a[x-apple-data-detectors]:active,
a[x-apple-data-detectors]:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.section-inner, .inner {
  width: min(75rem, 100% - 2 * clamp(1.6rem, 1rem + 2vw, 4rem));
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: clamp(1.6rem, 1rem + 2vw, 4rem);
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .section-inner, .inner {
    padding-right: max(clamp(1.6rem, 1rem + 2vw, 4rem), 5.625rem);
    width: min(75rem, 100% - clamp(1.6rem, 1rem + 2vw, 4rem) - max(clamp(1.6rem, 1rem + 2vw, 4rem), 5.625rem));
  }
}
@media screen and (max-width:768px) {
  .section-inner, .inner {
    width: 89.4%;
    max-width: none;
    padding-inline: 0;
    box-sizing: border-box;
  }
}

.inner--narrow {
  width: min(60rem, 100% - 2 * clamp(1.6rem, 1rem + 2vw, 4rem));
  max-width: 60rem;
}

.inner--wide {
  width: min(87.5rem, 100% - 2 * clamp(1.6rem, 1rem + 2vw, 4rem));
  max-width: 87.5rem;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.625rem 1.875rem 1.125rem;
  background: #fff;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (max-width:1024px) {
  #header {
    padding: 0.5625rem 1.25rem 0.5rem;
  }
}

.wrapper {
  padding-top: var(--header-height, 7.5rem);
}

.header-logo {
  margin: 0.375rem 0 0;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .header-logo {
    margin: 0;
  }
}
.header-logo a {
  display: inline-block;
}

.header-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin-bottom: 0.75rem;
}

.header-utility-link {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0625rem;
  list-style: none;
  margin: 0 0 -0.6875rem 0;
  padding: 0;
  font-size: clamp(0.75rem, 0.2018163471vw + 0.7026992936rem, 0.875rem);
  font-weight: 500;
  color: #231815;
}
.header-utility-link a {
  line-height: 1.71;
  letter-spacing: 0em;
}

.header-sns {
  display: flex;
  gap: 0.6875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.header-sns img {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
}
@media screen and (hover: hover) and (min-width:769px) {
  .header-sns a:hover {
    transform: translateY(-0.125rem) scale(1.08);
    box-shadow: 0 0.25rem 0.625rem rgba(29, 67, 102, 0.22);
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.header-nav {
  flex: 1;
}

.header-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem clamp(1.25rem, 3.3vw, 2.8125rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-list > li {
  position: relative;
}

.header-list > li.has-mega {
  position: static;
}

.header-list > li > a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(0.875rem, 0.2018163471vw + 0.8276992936rem, 1rem);
  font-weight: 600;
  color: #1d4366;
  line-height: 1.6875;
  letter-spacing: 0em;
}

.header-list > li.has-mega > a {
  position: relative;
  z-index: 130;
}

.header-list > li.has-mega > a::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.4375rem;
  background: url("../img/common/i-arrow.svg") no-repeat center/contain;
}

.header-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 39.0625rem) minmax(0, 1fr);
  align-items: stretch;
  min-height: 17.5rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.header-mega::after {
  content: "";
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  height: 3rem;
}
@media screen and (min-width: 1367px) {
  .header-mega {
    grid-template-columns: minmax(39.0625rem, 48%) minmax(0, 1fr);
  }
}
@media screen and (max-width:1024px) {
  .header-mega {
    display: none;
  }
}

.header-list > li.has-mega.is-mega-open .header-mega,
.header-list > li.has-mega:focus-within .header-mega {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header-mega-col {
  position: relative;
  background-color: #1d4366;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-mega-col::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(29, 67, 102, 0.45);
}

.header-mega-col--intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  padding: 2rem 1.5rem 2.625rem;
  background-color: #1d4366;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-mega-col--intro::before {
  background: rgba(0, 0, 0, 0.7);
}

.header-mega-col--education {
  background-image: url("../img/common/mega-education.webp");
}

.header-mega-col--life {
  background-image: url("../img/common/mega-life.webp");
}

.header-mega-col--about {
  background-image: url("../img/common/mega-about.webp");
}

.header-mega-col--examinee {
  background-image: url("../img/common/mega-examinee.webp");
}

.header-mega-col--links {
  display: flex;
  padding: 2.3125rem 2.8125rem 2.5rem;
  background-color: transparent;
}
.header-mega-col--links::before {
  background: rgba(242, 249, 255, 0.9);
}

.header-mega-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.25rem, 0.6054490414vw + 1.1080978809rem, 1.625rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0em;
  line-height: 1.84;
}

.header-mega-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1.5625rem;
  padding: 0.75rem 1.5625rem 0.75rem 3.125rem;
  border: 1px solid #fff;
  border-radius: 0.3125rem;
  background: #fff;
  font-size: clamp(0.75rem, 0.3027245207vw + 0.6790489405rem, 0.9375rem);
  font-weight: 400;
  color: #1d4366;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.header-mega-btn::after {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
  transition: filter 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .header-mega-btn:hover {
    background: #1d4366;
    border-color: #1d4366;
    color: #fff;
  }
  .header-mega-btn:hover::after {
    filter: brightness(0) invert(1);
  }
}

.header-mega-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.header-mega-lists {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 3rem 0.625rem;
  flex-wrap: wrap;
}

.header-mega-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1.25rem;
  font-size: clamp(1rem, 0.4036326942vw + 0.9053985873rem, 1.25rem);
  font-weight: 600;
  color: #1d4366;
  letter-spacing: 0em;
  line-height: 1.5;
}
.header-mega-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6875rem;
  height: 0.4375rem;
  background: url("../img/common/i-arrow.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .header-mega-list a:hover::before {
    opacity: 1;
  }
}
.header-mega-list a:focus-visible::before {
  opacity: 1;
}

.sp-fixed-bar {
  display: none;
}
@media screen and (max-width:1024px) {
  .sp-fixed-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    align-items: stretch;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: #1d4366;
    box-sizing: content-box;
  }
}

.sp-fixed-bar-main {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  min-height: 4.5rem;
  border-radius: 0;
  background: rgb(14.0290375692%, 32.4119143841%, 49.3435114504%);
  overflow: hidden;
}

.sp-fixed-bar-item {
  display: grid;
  grid-template-rows: 2.375rem auto;
  align-items: center;
  justify-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.25rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.1em;
  line-height: 1.3;
  text-align: center;
}
.sp-fixed-bar-item img {
  width: 1.65625rem;
  height: 1.65625rem;
  object-fit: contain;
}
.sp-fixed-bar-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.3em;
}
.sp-fixed-bar-item--search img {
  width: 1.65625rem;
  height: 1.65625rem;
}
.sp-fixed-bar-item--pamphlet img {
  width: 2.125rem;
  height: 2.125rem;
}
.sp-fixed-bar-item--access img {
  width: 1.8375rem;
  height: 1.8375rem;
}
.sp-fixed-bar-item--contact img {
  width: 2.375rem;
  height: 2.375rem;
}

.hamburger-bar-button {
  display: grid;
  grid-template-rows: 2.375rem auto;
  align-items: center;
  justify-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
  width: 4.5rem;
  min-height: 4.5rem;
  padding: 0.5rem 0.25rem;
  border: none;
  background: #1d4366;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.hamburger-bar-button-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1rem;
}
.hamburger-bar-button-icon::before, .hamburger-bar-button-icon::after, .hamburger-bar-button-icon {
  transition: transform 0.25s, opacity 0.25s, background 0.25s;
}
.hamburger-bar-button-icon::before, .hamburger-bar-button-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: #fff;
}
.hamburger-bar-button-icon::before {
  top: 0;
  box-shadow: 0 0.4375rem 0 #fff;
}
.hamburger-bar-button-icon::after {
  bottom: 0;
}

.hamburger-bar-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.3em;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.1em;
  line-height: 1.3;
}

body.is-sp-nav-open {
  overflow: hidden;
}
body.is-sp-nav-open .hamburger-bar-button-icon {
  width: 1.875rem;
  height: 1rem;
}
body.is-sp-nav-open .hamburger-bar-button-icon::before, body.is-sp-nav-open .hamburger-bar-button-icon::after {
  width: 1.875rem;
}
body.is-sp-nav-open .hamburger-bar-button-icon::before {
  top: 50%;
  box-shadow: none;
  transform: translateY(-50%) rotate(30deg);
}
body.is-sp-nav-open .hamburger-bar-button-icon::after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) rotate(-30deg);
}

.sp-nav {
  display: none;
}
@media screen and (max-width:1024px) {
  .sp-nav {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 190;
    background: #1d4366;
    color: #fff;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.4s;
  }
  .sp-nav[hidden] {
    display: none;
  }
  body.is-sp-nav-open .sp-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }
}

.sp-nav-inner {
  height: calc(100% - 4.5rem - env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  padding: 1.875rem 1.25rem 2rem;
  -webkit-overflow-scrolling: touch;
}

.sp-nav-accordion,
.sp-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-nav-accordion > li,
.sp-nav-links > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.sp-nav-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 1.25rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}
.sp-nav-trigger::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 0.875rem;
  height: 0.125rem;
  background: #fff;
  transform: translateY(-50%);
}
.sp-nav-trigger::before {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  width: 0.125rem;
  height: 0.875rem;
  background: #fff;
  transform: translateY(-50%);
  transition: opacity 0.2s, transform 0.2s;
}
.sp-nav-trigger[aria-expanded=true]::before {
  opacity: 0;
  transform: translateY(-50%) scaleY(0);
}

.sp-nav-sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0.375rem 1.25rem;
}

.sp-nav-accordion > li.is-open .sp-nav-sub {
  display: block;
}

.sp-nav-sub a {
  display: block;
  padding: 0.1875rem 0 0.3125rem 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
}
.sp-nav-sub a::before {
  content: "- ";
}

.sp-nav-sub a.sp-nav-sub-top {
  margin-bottom: 0.25rem;
  padding-left: 0;
  color: #88bae2;
  font-size: 1rem;
  font-weight: 500;
}
.sp-nav-sub a.sp-nav-sub-top::before {
  content: none;
}
.sp-nav-sub a.sp-nav-sub-top::after {
  content: " >";
}

.sp-nav-links a {
  display: block;
  padding: 0.5rem 2.25rem 0.5rem 1.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.6;
}

.sp-nav-sns {
  display: flex;
  gap: 0.6875rem;
  list-style: none;
  margin: 1.625rem 0 0;
  padding: 0;
}
.sp-nav-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-nav-sns img {
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
}

.header-open-school {
  display: none;
}

@media screen and (max-width:1024px) {
  .header-nav {
    display: none;
  }
  .header-utility-link {
    display: none;
  }
  .header-sns {
    display: none;
  }
  .header-top {
    gap: 0.75rem;
  }
  .header-logo img {
    width: auto;
    max-width: 11.25rem;
    height: auto;
  }
  .header-open-school {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.1875rem;
    padding: 0.375rem 0.4375rem;
    border-radius: 5px;
    background: #8aa6c1;
    color: #fff;
  }
  .header-open-school-icon {
    display: block;
    width: 2.8125rem;
    height: auto;
  }
  .header-open-school-text {
    font-size: 0.75rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .wrapper {
    padding-top: var(--header-height, 4.5rem);
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }
}
.side-nav {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 90;
  width: 4.6875rem;
  height: 30.25rem;
  transform: translateY(-34%);
  border-radius: 0.3125rem 0 0 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .side-nav {
    display: none;
  }
}

.side-nav-open-school {
  backdrop-filter: blur(8px) brightness(0.5);
  -webkit-backdrop-filter: blur(8px) brightness(0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6875rem;
  height: 8.4375rem;
  flex-shrink: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  background: rgba(136, 186, 226, 0.77);
}
.side-nav-open-school a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: clamp(0.625rem, 0.2018163471vw + 0.5776992936rem, 0.75rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  transition: color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .side-nav-open-school a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.side-nav-list {
  backdrop-filter: blur(8px) brightness(0.5);
  -webkit-backdrop-filter: blur(8px) brightness(0.5);
  list-style: none;
  margin: 0;
  padding: 1.125rem 0 1.5625rem;
  width: 4.6875rem;
  height: 21.8125rem;
  background: rgba(29, 67, 102, 0.77);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.side-nav-list li {
  flex: 1;
  min-height: 0;
}

.side-nav-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
  padding: 0.3125rem 0;
  box-sizing: border-box;
  font-size: clamp(0.625rem, 0.2018163471vw + 0.5776992936rem, 0.75rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  transition: color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .side-nav-list a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.side-nav-icon {
  display: block;
  object-fit: contain;
}
.side-nav-icon.img-placeholder:not([src]), .side-nav-icon.img-placeholder[src=""] {
  min-height: auto;
  background: rgba(255, 255, 255, 0.2);
}
.side-nav-icon--open-school {
  width: 3.554375rem;
  height: 1.676875rem;
}
.side-nav-icon--search {
  width: 1.65625rem;
  height: 1.65625rem;
}
.side-nav-icon--pamphlet {
  width: 2.125rem;
  height: 2.125rem;
}
.side-nav-icon--access {
  width: 1.835rem;
  height: 1.835rem;
}
.side-nav-icon--contact {
  width: 2.498125rem;
  height: 2.498125rem;
}

#footer {
  background: #fff;
  padding-block: 4.6875rem 2.5rem;
  color: #1d4366;
}
@media screen and (max-width:900px) {
  #footer {
    padding-block: 1.5625rem 0.375rem;
  }
  #footer .pc-only {
    display: none !important;
  }
  #footer .sp-only {
    display: block !important;
  }
}

.footer-main {
  display: grid;
  grid-template-columns: 21.25rem 1fr 11.25rem;
  gap: 2.5rem 2.8125rem;
  align-items: start;
}
@media screen and (min-width: 901px) and (max-width: 1365px) {
  .footer-main {
    grid-template-columns: minmax(12.5rem, 21.25rem) minmax(0, 1fr) minmax(8.75rem, 11.25rem);
    gap: 1.75rem 1.75rem;
  }
}
@media screen and (max-width:900px) {
  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-main {
    position: relative;
    display: grid;
    grid-template-columns: minmax(15rem, 18.75rem) minmax(0, 1fr);
    grid-template-areas: "brand nav" "brand utility";
    gap: 1.75rem 2.5rem;
    align-items: start;
    padding-right: 5.625rem;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-brand {
    grid-area: brand;
  }
}

.footer-brand-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width:900px) {
  .footer-brand-top {
    gap: 0.75rem;
    padding-left: 0.625rem;
    padding-right: 0.125rem;
  }
}
@media screen and (max-width: 374px) {
  .footer-brand-top {
    gap: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-brand-top {
    position: static;
  }
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  margin: 0.3125rem 0 2.8125rem;
}
@media screen and (max-width:900px) {
  .footer-logo {
    flex: 1 1 auto;
    margin: 0.3125rem 0 0rem;
  }
}
.footer-logo img {
  display: block;
  width: 15.625rem;
  height: auto;
}
@media screen and (max-width:900px) {
  .footer-logo img {
    width: min(100%, 13.75rem);
  }
}

.footer-logo-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1d4366;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.footer-pagetop {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width:900px) {
  .footer-pagetop {
    display: block;
    width: 5.3125rem;
    height: 5.3125rem;
    margin: 0.125rem 0 0 auto;
    padding: 0;
  }
  .footer-pagetop img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 374px) {
  .footer-pagetop {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 0.25rem;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-pagetop {
    position: absolute;
    top: -1.25rem;
    right: 0;
    left: auto;
    z-index: 2;
    width: 4.8125rem;
    height: 4.8125rem;
    margin: 0;
  }
}

.footer-pagetop-label {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  width: max-content;
  transform: translateX(-50%);
  font-size: 0.5rem;
  font-weight: 500;
  color: #1d4366;
  writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: 0.04em;
  display: none;
}

.footer-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:900px) {
  .footer-sns {
    padding-left: 0.5rem;
    margin-top: -2rem;
  }
}
@media screen and (max-width: 374px) {
  .footer-sns {
    margin-top: 0;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-sns {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.footer-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.footer-sns img {
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  object-fit: contain;
}
@media screen and (hover: hover) and (min-width:769px) {
  .footer-sns a:hover {
    transform: translateY(-0.125rem) scale(1.08);
    box-shadow: 0 0.25rem 0.625rem rgba(29, 67, 102, 0.22);
  }
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 1.875rem 0 1.625rem;
}

.footer-name {
  margin: 0;
  font-size: clamp(0.75rem, 0.4036326942vw + 0.6553985873rem, 1rem);
  font-weight: 600;
  color: #1d4366;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width:900px) {
  .footer-name {
    font-size: 0.875rem;
  }
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  margin: 0;
  font-size: clamp(0.625rem, 0.4036326942vw + 0.5303985873rem, 0.875rem);
  font-weight: 300;
  color: #231815;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:900px) {
  .footer-address {
    font-size: 0.75rem;
  }
}

.footer-address-pin {
  flex-shrink: 0;
  width: 1.25rem;
  height: auto;
}

.footer-group-title {
  margin: 0 0 0;
  font-size: clamp(0.75rem, 0.4036326942vw + 0.6553985873rem, 1rem);
  font-weight: 600;
  color: #1d4366;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width:900px) {
  .footer-group-title {
    font-size: 0.875rem;
  }
}

.footer-group-link {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 0;
}
.footer-group-link li {
  line-height: 0.7;
}
.footer-group-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: clamp(0.625rem, 0.4036326942vw + 0.5303985873rem, 0.875rem);
  font-weight: 300;
  color: #231815;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: 0;
  transition: text-decoration-color 0.25s ease;
}
@media screen and (max-width:900px) {
  .footer-group-link a {
    font-size: 0.75rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .footer-group-link a:hover {
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
}

.footer-external {
  display: inline-block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("../img/common/i-nw.svg") no-repeat center/contain;
}

.footer-pdf {
  display: inline-block;
  flex-shrink: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
}

.footer-nav {
  display: grid;
  min-width: 12.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(8.625rem, 1fr);
  gap: 1.5rem 0.625rem;
}
@media screen and (min-width:901px) and (max-width:1200px) {
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "edu life" "about examinee";
    gap: 1rem 1.5rem;
  }
}
@media screen and (max-width:900px) {
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "edu life" "about examinee";
    gap: 0.625rem 1.9375rem;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-nav {
    grid-area: nav;
    width: 100%;
    gap: 0.75rem 1.75rem;
  }
}

.footer-nav-col:nth-child(4) {
  min-width: 8.625rem;
}
.footer-nav-col:nth-child(4) .footer-nav-list a {
  white-space: nowrap;
}
@media screen and (min-width:901px) and (max-width:1200px) {
  .footer-nav-col:nth-child(1) {
    grid-area: edu;
  }
  .footer-nav-col:nth-child(2) {
    grid-area: life;
  }
  .footer-nav-col:nth-child(3) {
    grid-area: about;
  }
  .footer-nav-col:nth-child(4) {
    grid-area: examinee;
    min-width: 0;
  }
  .footer-nav-col:nth-child(4) .footer-nav-list a {
    white-space: normal;
  }
}
@media screen and (max-width:900px) {
  .footer-nav-col:nth-child(1) {
    grid-area: edu;
  }
  .footer-nav-col:nth-child(2) {
    grid-area: life;
  }
  .footer-nav-col:nth-child(3) {
    grid-area: about;
    margin-top: -1.75rem;
  }
  .footer-nav-col:nth-child(4) {
    grid-area: examinee;
    min-width: 0;
  }
  .footer-nav-col:nth-child(4) .footer-nav-list a {
    white-space: normal;
  }
}

.footer-nav-title {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0;
  font-size: clamp(0.75rem, 0.6054490414vw + 0.6080978809rem, 1.125rem);
  font-weight: 600;
  color: #1d4366;
  line-height: 1.72;
  letter-spacing: 0;
  transition: color 0.25s ease;
}
@media screen and (max-width:900px) {
  .footer-nav-title {
    font-size: 1rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .footer-nav-title:hover {
    color: #88bae2;
  }
}

.footer-nav-arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 0.6875rem;
  height: 0.4375rem;
  background: url("../img/common/i-arrow.svg") no-repeat center/contain;
  transform: rotate(-90deg);
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer-nav-list li + li {
  margin-top: 0;
}
.footer-nav-list a {
  display: inline-block;
  padding: 0.375rem 0 0.375rem 0.75rem;
  font-size: clamp(0.625rem, 0.6054490414vw + 0.4830978809rem, 1rem);
  font-weight: 400;
  color: #1a1212;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(#1d4366, #1d4366) no-repeat left center/0.375rem 2px;
  transition: color 0.25s ease;
}
@media screen and (max-width:900px) {
  .footer-nav-list a {
    font-size: 0.875rem;
    padding: 0 0 0 0.75rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .footer-nav-list a:hover {
    color: #1d4366;
  }
}

.footer-utility {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:900px) {
  .footer-utility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 0.625rem 1rem;
    margin-top: -0.625rem;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {
  .footer-utility {
    grid-area: utility;
    width: 100%;
    margin-top: 0;
    gap: 0.5rem 1.5rem;
  }
}
.footer-utility li {
  line-height: 1;
}
.footer-utility li + li {
  margin-top: 0;
}
.footer-utility a {
  display: inline-block;
  padding: 0.375rem 0 0.375rem 0.75rem;
  font-size: clamp(0.625rem, 0.6054490414vw + 0.4830978809rem, 1rem);
  font-weight: 400;
  color: #1a1212;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(#1d4366, #1d4366) no-repeat left center/0.375rem 2px;
  transition: color 0.25s ease;
}
@media screen and (max-width:900px) {
  .footer-utility a {
    font-size: 0.875rem;
    padding: 0 0 0 0.75rem;
    white-space: nowrap;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .footer-utility a:hover {
    color: #1d4366;
  }
}

@media screen and (min-width:901px) {
  .footer-main {
    position: relative;
    padding-right: 1.25rem;
    padding-left: 1.75rem;
  }
  .footer-pagetop {
    position: absolute;
    top: -2.1875rem;
    right: 0;
    display: block;
    width: 4.8125rem;
    height: 4.8125rem;
  }
  .footer-pagetop-label {
    display: block;
    bottom: 0.875rem;
    font-size: 0.5625rem;
    writing-mode: vertical-rl;
    letter-spacing: 0.12em;
    transform: translateX(-50%);
  }
}
.footer-bottom {
  margin-top: 2.1875rem;
  padding-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width:900px) {
  .footer-bottom {
    margin-top: 2.1875rem;
    padding-top: 0rem;
  }
}

.footer-sub-link {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 0.4375rem;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width:900px) {
  .footer-sub-link {
    margin: 0 0 0.3125rem;
  }
}
.footer-sub-link a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #1d4366;
  text-decoration: underline;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width:900px) {
  .footer-sub-link a {
    font-size: 0.625rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .footer-sub-link a:hover {
    color: #1d4366;
    text-decoration: none;
  }
}

.copyright {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:900px) {
  .copyright {
    font-size: 0.625rem;
  }
}

.page-fv {
  --page-fv-en-top: 50%;
  --page-fv-en-right: auto;
  --page-fv-en-left: 50%;
  --page-fv-en-bottom: auto;
  --page-fv-en-translate-x: -50%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: auto;
  --page-fv-en-max-width: none;
  --page-fv-en-aspect-ratio: auto;
  --page-fv-en-font-size: clamp(3rem, 7.2653884965vw + 1.2971745711rem, 7.5rem);
  --page-fv-en-line-height: 1;
  --page-fv-en-letter-spacing: 0.02em;
  --page-fv-en-stroke: rgba(29, 67, 102, 0.15);
  --page-title-image-width: 12.625rem;
  --page-title-image-width-sp: 11.3025rem;
  --page-title-image-aspect-ratio: 202 / 46.46;
  --page-title-image-aspect-ratio-sp: 180.84 / 42.23;
  position: relative;
  padding-block: 1.75rem 3.75rem;
  background: #d3deea;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .page-fv {
    padding-block: 1.875rem 3.125rem;
  }
}

.page-fv-en {
  position: absolute;
  top: var(--page-fv-en-top);
  right: var(--page-fv-en-right);
  bottom: var(--page-fv-en-bottom);
  left: var(--page-fv-en-left);
  z-index: 0;
  width: var(--page-fv-en-width);
  max-width: var(--page-fv-en-max-width);
  aspect-ratio: var(--page-fv-en-aspect-ratio);
  margin: 0;
  font-size: var(--page-fv-en-font-size);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: var(--page-fv-en-line-height);
  letter-spacing: var(--page-fv-en-letter-spacing);
  color: transparent;
  -webkit-text-stroke: 1px var(--page-fv-en-stroke);
  text-align: left;
  white-space: pre-line;
  transform: translate(var(--page-fv-en-translate-x), var(--page-fv-en-translate-y));
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .page-fv-en {
    display: none;
  }
}
.page-fv-en img,
.page-fv-en .page-fv-en-image {
  display: block;
  width: 100%;
  height: auto;
}

.page-fv-body {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 3.625rem;
  padding-block: 0.4375rem;
  padding-right: 1.3125rem;
  padding-left: max(clamp(1.6rem, 1rem + 2vw, 4rem), (100% - 75rem) / 2);
  background: #fff;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    width: 100%;
    max-width: none;
    margin-bottom: 2.4375rem;
    padding-block: 0.5625rem;
    padding-inline: calc((100% - 89.4%) / 2);
    font-size: 0.625rem;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li + li::before {
  content: ">";
  margin-inline: 1.0625rem;
}
@media screen and (max-width:768px) {
  .breadcrumb li + li::before {
    margin-inline: 0.75rem;
  }
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
@media screen and (hover: hover) and (min-width:769px) {
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}

.page-title {
  --page-title-text-color: #fff;
  --page-title-text-stroke-color: #1d4366;
  --page-title-text-shadow-color: #1d4366;
  --page-title-text-shadow-x: 0.1875rem;
  --page-title-text-shadow-y: 0.1875rem;
  --page-title-text-stroke-width: 1px;
  position: relative;
  z-index: 1;
  margin: 0 0 1.9375rem;
  font-size: clamp(2.5rem, 0.9081735621vw + 2.2871468214rem, 3.0625rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .page-title {
    font-size: 2.75rem;
    margin-bottom: 1.5625rem;
  }
}
.page-title img {
  display: block;
  width: var(--page-title-image-width);
  height: auto;
  aspect-ratio: var(--page-title-image-aspect-ratio);
}
@media screen and (max-width:768px) {
  .page-title img {
    width: var(--page-title-image-width-sp);
    aspect-ratio: var(--page-title-image-aspect-ratio-sp);
  }
}

.page-title-text {
  display: inline-block;
  max-width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: var(--page-title-text-color);
  -webkit-text-stroke: 0;
  text-shadow: calc(-0.0625rem) calc(-0.0625rem) 0 var(--page-title-text-stroke-color), 0 calc(-0.0625rem) 0 var(--page-title-text-stroke-color), 0.0625rem calc(-0.0625rem) 0 var(--page-title-text-stroke-color), calc(-0.0625rem) 0 0 var(--page-title-text-stroke-color), 0.0625rem 0 0 var(--page-title-text-stroke-color), calc(-0.0625rem) 0.0625rem 0 var(--page-title-text-stroke-color), 0 0.0625rem 0 var(--page-title-text-stroke-color), 0.0625rem 0.0625rem 0 var(--page-title-text-stroke-color), var(--page-title-text-shadow-x) var(--page-title-text-shadow-y) 0 var(--page-title-text-shadow-color);
  letter-spacing: 0;
  line-height: 1.35;
  white-space: nowrap;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .page-title-text {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

.page-fv-lead {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .page-fv-lead {
    font-size: 1rem;
    font-weight: 500;
  }
}

.page-fv-lead--sub {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .page-fv-lead--sub {
    margin-top: 1.875rem;
    font-size: 0.875rem;
  }
}

.page-fv-desc {
  position: relative;
  z-index: 1;
  margin: 1.1875rem 0 0;
  max-width: 35rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .page-fv-desc {
    margin-top: 1.5625rem;
  }
}

.page-anchor-nav {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.5rem, 0.6054490414vw + 0.3580978809rem, 0.875rem);
  margin-top: 4.0625rem;
  list-style: none;
  padding: 0;
}
.page-anchor-nav li {
  min-width: 0;
}
.page-anchor-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  height: 5rem;
  padding: 0 clamp(1.0625rem, 0vw + 1.0625rem, 1.0625rem) 0 clamp(1.0625rem, 1.2108980827vw + 0.7786957619rem, 1.8125rem);
  border: 1px solid #1d4366;
  border-radius: 10px;
  background: #f4f3eb;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width:768px) {
  .page-anchor-nav a {
    height: 3.75rem;
    font-size: 0.875rem;
  }
}
.page-anchor-nav a::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6875rem 0.4375rem 0;
  border-color: #1d4366 transparent transparent;
  transition: border-color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .page-anchor-nav a:hover {
    background: #1d4366;
    color: #fff;
  }
  .page-anchor-nav a:hover::after {
    border-top-color: #fff;
  }
}
@media screen and (max-width:1200px) {
  .page-anchor-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width:1100px) {
  .page-anchor-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media screen and (max-width:768px) {
  .page-anchor-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9375rem 0.6875rem;
    margin-top: 3.125rem;
  }
  .page-anchor-nav a {
    font-size: 0.875rem;
    padding: 0 1.125rem 0 1.0625rem;
  }
}

.page-heading {
  position: relative;
  margin: 0 0 1.5rem;
  font-size: clamp(1.375rem, 0.8072653885vw + 1.1857971746rem, 1.875rem);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .page-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.col2-layout {
  padding-block: clamp(4rem, 3rem + 3vw, 9.6rem);
}
.col2-layout.bg-light {
  background: #d3deea;
}

.col2-layout .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 1.614530777vw + 1.1215943491rem, 2.5rem);
}
@media screen and (max-width:1100px) {
  .col2-layout .section-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width:768px) {
  .col2-layout .section-inner {
    grid-template-columns: 1fr;
  }
}

.col-heading .page-heading {
  margin-bottom: 1rem;
}

.col-contents {
  font-size: clamp(1.2rem, 1.1rem + 0.35vw, 1.4rem);
  font-weight: 400;
  color: #231815;
  text-align: left;
}

.button-wrapper {
  flex-shrink: 0;
  width: 10.5625rem;
  max-width: 10.5625rem;
  margin-top: 1.5rem;
}

.button,
.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
  width: 10.5625rem;
  max-width: 10.5625rem;
  height: 2.875rem;
  padding-left: 1.875rem;
  border: 1px solid #1d4366;
  background: #fff;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transition: background 0.3s, color 0.3s;
  box-sizing: border-box;
}
@media screen and (hover: hover) and (min-width:769px) {
  .button:hover,
  .link-button:hover {
    opacity: 1;
    background: #1d4366;
    color: #fff;
  }
  .button:hover .button-arrow,
  .link-button:hover .button-arrow {
    filter: brightness(0) invert(1);
  }
}

.button-arrow {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
  transition: filter 0.3s;
}

@media screen and (hover: hover) and (min-width:769px) {
  .link-button:hover .button-arrow {
    filter: brightness(0) invert(1);
  }
}
.card-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0vw + 1rem, 1rem);
}
@media screen and (max-width:1100px) {
  .card-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width:768px) {
  .card-slider {
    grid-template-columns: 1fr;
  }
}

.card-slider-item {
  background: #fff;
  overflow: hidden;
}

.card-slider-head {
  padding: 0.5rem 0.75rem;
  background: #1d4366;
  font-size: clamp(1.1rem, 1rem + 0.25vw, 1.2rem);
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.card-slider-body {
  padding: 0.75rem;
  font-size: clamp(1.1rem, 1rem + 0.25vw, 1.2rem);
  font-weight: 400;
  color: #231815;
  text-align: left;
}

.course-banner {
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  background: #1d4366;
  font-size: clamp(1.6rem, 1.4rem + 0.75vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.course-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 0.8072653885vw + 1.3107971746rem, 2rem);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d3deea;
}
@media screen and (max-width:1100px) {
  .course-block {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media screen and (max-width:768px) {
  .course-block {
    grid-template-columns: 1fr;
  }
}
.course-block:last-child {
  border-bottom: none;
}

.course-block-head {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background: #1d4366;
  font-size: clamp(1.2rem, 1.1rem + 0.35vw, 1.4rem);
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.course-checklist {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.course-checklist li {
  position: relative;
  padding-left: 1.5rem;
  font-size: clamp(1.2rem, 1.1rem + 0.35vw, 1.4rem);
  font-weight: 400;
  color: #231815;
  text-align: left;
}
.course-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1d4366;
}
.course-checklist li + li {
  margin-top: 0.5rem;
}

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.25rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-modal[hidden] {
  display: none;
}
.site-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.site-modal__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(24, 51, 74, 0.95) 0%, rgba(0, 5, 8, 0.95) 100%);
}

.site-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 40rem);
}

.site-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.site-modal__title {
  margin: 0 0 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  width: 100%;
  max-width: 35.0625rem;
}
@media screen and (max-width:768px) {
  .site-modal__title {
    font-size: 0.875rem;
  }
}

.site-modal__lead {
  margin: 0 0 1.75rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  line-height: 1.71;
  text-align: center;
}
@media screen and (max-width:768px) {
  .site-modal__lead {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

.site-modal-search {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3.375rem;
  padding: 0 1rem 0 1.25rem;
  background: #fff;
  box-sizing: border-box;
  max-width: 35.0625rem;
}
@media screen and (max-width:768px) {
  .site-modal-search {
    min-height: 3.375rem;
    padding: 0 0.75rem 0 1rem;
  }
}

.site-modal-search__input {
  flex: 1;
  width: 100%;
  min-width: 0;
  padding: 0.875rem 0.75rem 0.875rem 0;
  border: none;
  background: transparent;
  color: #1d4366;
  font-size: 0.9375rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  outline: none;
}
.site-modal-search__input::placeholder {
  color: #a8a8a8;
}
@media screen and (max-width:768px) {
  .site-modal-search__input {
    font-size: 0.875rem;
  }
}

.site-modal-search__submit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.site-modal-search__submit img {
  width: 1.375rem;
  height: 1.375rem;
  object-fit: contain;
}

.site-modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 20.9375rem;
  min-height: 3.5rem;
  padding: 0rem 1.5rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #1d4366;
  font-size: 0.9375rem;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.73;
  text-align: center;
  box-sizing: border-box;
  transition: opacity 0.2s;
  margin-bottom: 1rem;
}
@media screen and (hover: hover) and (min-width:769px) {
  .site-modal__btn:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width:768px) {
  .site-modal__btn {
    min-height: 2.875rem;
    font-size: 0.9375rem;
  }
}

.site-modal__close {
  position: relative;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 1.25rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.site-modal__close::before, .site-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.375rem;
  height: 0.125rem;
  background: #fff;
}
.site-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width:768px) {
  .site-modal__close {
    margin-top: 1.5rem;
  }
}

body.is-modal-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.mainVisual-wrapper {
  position: relative;
}

.mainVisual {
  position: relative;
  overflow: hidden;
  height: 48.7554904832vw;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .mainVisual {
    height: max(48.7554904832vw, 780px);
  }
}
@media screen and (max-width:768px) {
  .mainVisual {
    height: 173.6vw;
  }
}
.mainVisual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(136, 186, 226, 0) 0%, rgba(136, 186, 226, 0) 80%, rgba(136, 186, 226, 0.3) 100%);
}

.mainVisual .swiper-wrapper {
  position: relative;
  z-index: 0;
}

.mainVisual-slide-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 48.7554904832vw;
  overflow: hidden;
  transform: scale(1);
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .mainVisual-slide-inner {
    height: max(48.7554904832vw, 780px);
  }
}
@media screen and (max-width:768px) {
  .mainVisual-slide-inner {
    height: 173.6vw;
  }
}
.mainVisual-slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mainVisual.is-intro .swiper-slide-active .mainVisual-slide-inner,
.mainVisual.is-intro .swiper-slide-duplicate-active .mainVisual-slide-inner, .mainVisual.is-intro:not(.swiper-initialized) .swiper-wrapper > .swiper-slide:first-child .mainVisual-slide-inner {
  transform: scale(1.12);
}

.mainVisual-slide-inner.is-intro-zoom {
  animation: mainVisual-intro-zoom 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes mainVisual-intro-zoom {
  from {
    transform: scale(1.12);
  }
  to {
    transform: scale(1);
  }
}
.mainVisual-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .mainVisual-mask {
    left: clamp(-7.5rem, 20.1005025126vw + -17.1608040201rem, 0rem);
  }
}
.mainVisual-mask picture {
  display: block;
  height: 100%;
  width: fit-content;
}
.mainVisual-mask img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: fill;
  object-position: left center;
}
@media screen and (max-width:768px) {
  .mainVisual-mask {
    left: 0;
    width: 20.3866666667vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 33.333% 100%, 0 100%);
  }
  .mainVisual-mask picture,
  .mainVisual-mask img {
    display: none;
  }
}

.mainVisual-copy {
  position: absolute;
  top: 8.3125rem;
  left: 4.75rem;
  z-index: 3;
  margin: 0;
  font-size: clamp(2.25rem, 3.9354187689vw + 1.327636226rem, 4.6875rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #231815;
  line-height: 1;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  pointer-events: none;
}
.mainVisual.is-ui-ready .mainVisual-copy {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mainVisual-copy .mainVisual-copy__text {
  display: block;
}
.mainVisual-copy .mainVisual-copy__text > span {
  display: inline-block;
  background: #fff;
  width: 31.875rem;
  white-space: nowrap;
  padding: 0.125rem 0.5rem 0.25rem;
  margin-bottom: clamp(0.625rem, 2.5227043391vw + 0.0337411705rem, 2.1875rem);
  box-shadow: 0 0 15px rgba(29, 67, 102, 0.15);
}
.mainVisual-copy .mainVisual-copy__text > span:last-child {
  margin-left: 2.5rem;
  margin-bottom: 0;
}
.mainVisual-copy .mainVisual-copy__image {
  display: none;
  width: 32.5333333333vw;
  height: auto;
}
@media screen and (max-width:768px) {
  .mainVisual-copy {
    top: 1.1875rem;
    left: 0.8125rem;
    right: auto;
    font-size: 0;
    line-height: 0;
  }
  .mainVisual-copy .mainVisual-copy__text {
    display: none;
  }
  .mainVisual-copy .mainVisual-copy__image {
    display: block;
  }
}

.swiper-pagination-wrapper {
  --fv-autoplay-delay: 4000ms;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.375rem;
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .swiper-pagination-wrapper {
    bottom: 0.9375rem;
  }
}

.swiper-pagination-wrapper .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: auto;
}

.swiper-pagination-wrapper .swiper-pagination-bullet {
  width: 4.1875rem;
  height: 1.25rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 0.1875rem !important;
  position: relative;
  background: transparent;
}
@media screen and (max-width:768px) {
  .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 4.1875rem;
    height: 0.875rem;
  }
}
.swiper-pagination-wrapper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  height: 0.125rem;
  background: #fff;
  opacity: 0.5;
}
@media screen and (max-width:768px) {
  .swiper-pagination-wrapper .swiper-pagination-bullet::before {
    bottom: 0.25rem;
  }
}
.swiper-pagination-wrapper .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 0;
  height: 0.125rem;
  background: #88bae2;
}
@media screen and (max-width:768px) {
  .swiper-pagination-wrapper .swiper-pagination-bullet::after {
    bottom: 0.25rem;
  }
}

.swiper-pagination-wrapper .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.swiper-pagination-wrapper .swiper-pagination-bullet-active.is-progress::after {
  animation: mainVisual-pagination-progress var(--fv-autoplay-delay) linear forwards;
}

@keyframes mainVisual-pagination-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mainVisual-cards {
  position: absolute;
  bottom: 4.6875rem;
  left: 50%;
  z-index: 5;
  display: grid;
  grid-template-columns: 29.9375rem 29.9375rem;
  justify-content: center;
  align-items: center;
  gap: clamp(0.5rem, 7.2653884965vw + -1.2028254289rem, 5rem);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.65s ease 0.15s;
  pointer-events: none;
}
.mainVisual.is-ui-ready .mainVisual-cards {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width:1200px) {
  .mainVisual-cards {
    width: min(75rem, 100% - 2 * clamp(1.6rem, 1rem + 2vw, 4rem));
    max-width: min(75rem, 100% - 2 * clamp(1.6rem, 1rem + 2vw, 4rem));
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    gap: 1.25rem;
    bottom: 2.25rem;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .mainVisual-cards {
    left: clamp(1.6rem, 1rem + 2vw, 4rem);
    right: 5.625rem;
    transform: none;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width:768px) {
  .mainVisual-cards {
    left: 50%;
    right: auto;
    bottom: 2.5rem;
    width: 89.4%;
    max-width: 89.4%;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.5rem;
    padding-inline: 0;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
}

.mainVisual-card {
  position: relative;
  display: block;
  padding-top: 1.125rem;
}
@media screen and (max-width:768px) {
  .mainVisual-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

.mainVisual-card-badge {
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3125rem 0.375rem;
  border-radius: 62.4375rem;
  width: 8.3125rem;
}
@media screen and (max-width:768px) {
  .mainVisual-card-badge {
    left: 0;
    top: 0.25rem;
    width: auto;
    max-width: 100%;
    gap: 0.375rem;
    padding: 0.25rem 1.125rem 0.25rem 0.25rem;
  }
}

.mainVisual-card.is-news .mainVisual-card-badge {
  background: #88bae2;
}

.mainVisual-card.is-event .mainVisual-card-badge {
  background: #e68270;
}

.mainVisual-card-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width:768px) {
  .mainVisual-card-badge-icon {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
.mainVisual-card-badge-icon img {
  display: block;
  width: 1rem;
  height: auto;
}
@media screen and (max-width:768px) {
  .mainVisual-card-badge-icon img {
    width: 0.625rem;
  }
}

.mainVisual-card-badge-label {
  font-size: clamp(0.875rem, 0.6054490414vw + 0.7330978809rem, 1.25rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
@media screen and (max-width:768px) {
  .mainVisual-card-badge-label {
    font-size: 0.875rem;
  }
}

.mainVisual-card-body {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 29.9375rem;
  height: 4rem;
  padding: 1.25rem 0.9375rem 0.9375rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media screen and (max-width:1200px) {
  .mainVisual-card-body {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width:768px) {
  .mainVisual-card-body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 4rem;
    padding: 1rem 1.125rem 0.625rem 0.75rem;
  }
}

.mainVisual-card-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.mainVisual-card-meta {
  display: block;
  margin-bottom: 0rem;
  font-size: clamp(0.625rem, 0.1009081736vw + 0.6013496468rem, 0.6875rem);
  font-weight: 200;
  color: #1a1212;
  line-height: 1.4;
  letter-spacing: 0;
}

.mainVisual-card-title {
  display: block;
  overflow: hidden;
  font-size: clamp(0.75rem, 0.2018163471vw + 0.7026992936rem, 0.875rem);
  font-weight: 400;
  color: #1a1212;
  line-height: 1.42;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.3125rem;
}

.mainVisual-card-arrow {
  flex-shrink: 0;
  width: 1rem;
  height: 1.0625rem;
  background: url("../img/common/arrow-right-sky.svg") no-repeat center/contain;
}

.mainVisual-card.is-event .mainVisual-card-arrow {
  background-image: url("../img/common/arrow-right.svg");
}

@media (prefers-reduced-motion: reduce) {
  .mainVisual.is-intro .swiper-slide-active .mainVisual-slide-inner,
  .mainVisual.is-intro .swiper-slide-duplicate-active .mainVisual-slide-inner, .mainVisual.is-intro:not(.swiper-initialized) .swiper-wrapper > .swiper-slide:first-child .mainVisual-slide-inner {
    transform: scale(1);
  }
  .mainVisual-slide-inner.is-intro-zoom {
    animation: none;
    transform: scale(1);
  }
  .swiper-pagination-wrapper .swiper-pagination-bullet-active.is-progress::after {
    animation: none;
    width: 100%;
  }
  .mainVisual-copy,
  .mainVisual-cards {
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: auto;
  }
  .mainVisual-cards {
    transform: translateX(-50%);
  }
}
.top-event {
  position: relative;
  padding-block: 2.9375rem 1.625rem;
  background: #d3deea;
  overflow-x: clip;
}
@media screen and (max-width:768px) {
  .top-event {
    padding-block: 5.375rem 3.25rem;
  }
}

.top-event-intro {
  min-width: 0;
}

.top-event-heading {
  position: relative;
  z-index: 0;
  margin: 0 0 0.625rem;
  font-size: clamp(2rem, 0.8072653885vw + 1.8107971746rem, 2.5rem);
  font-weight: 600;
  line-height: 1.7;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .top-event-heading {
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
  }
}

.top-event-heading-bg {
  position: absolute;
  top: -70%;
  left: -7%;
  z-index: 0;
  width: 42.568125rem;
  height: 8.48rem;
  pointer-events: none;
  object-fit: contain;
}
@media screen and (max-width:768px) {
  .top-event-heading-bg {
    top: -65%;
    left: 0;
    width: 14.625rem;
    height: auto;
  }
}

.top-event-heading-label {
  position: relative;
  z-index: 1;
}

.top-event-lead {
  position: relative;
  margin: 0;
  font-size: clamp(0.75rem, 0.2018163471vw + 0.7026992936rem, 0.875rem);
  font-weight: 300;
  color: #231815;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .top-event-lead {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.top-event-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: 1.625rem;
}
@media screen and (max-width:768px) {
  .top-event-nav {
    gap: 1.375rem;
  }
}

.top-event-nav-prev,
.top-event-nav-next {
  position: static;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #1d4366;
  background-image: none;
  cursor: pointer;
  appearance: none;
  transition: opacity 0.2s ease;
}
.top-event-nav-prev::before,
.top-event-nav-next::before {
  content: "";
  display: block;
  position: static;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  background: url("../img/common/arrow-chevron-white.svg") no-repeat center/contain;
}
.top-event-nav-prev::after,
.top-event-nav-next::after {
  display: none;
}
@media screen and (hover: hover) and (min-width:769px) {
  .top-event-nav-prev:hover,
  .top-event-nav-next:hover {
    opacity: 0.8;
  }
}

.top-event-nav-prev::before {
  transform: scaleX(-1);
}

.top-event-slider {
  position: relative;
  width: 100%;
  max-width: none;
  margin-block: 2.75rem 1.5rem;
}
@media screen and (max-width:768px) {
  .top-event-slider {
    margin-block: 1.5rem 0rem;
  }
}

.top-event-slider-main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .top-event-slider-main {
    width: 89.4vw;
    max-width: 89.4vw;
    margin-inline: auto;
    box-sizing: border-box;
  }
}
.top-event-slider-main .swiper-slide {
  height: auto;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (max-width:768px) {
  .top-event-slider-main .swiper-slide {
    width: calc((100% - 10px) / 1.5);
  }
}
@media screen and (min-width: 769px) {
  .top-event-slider-main .swiper-slide {
    width: 23.75rem;
  }
}

.top-event-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.top-event-foot .button-wrapper {
  text-align: center;
  margin-top: 0;
}
.top-event-foot .top-event-nav {
  position: absolute;
  top: -2.75rem;
  right: 0;
  left: 0;
  z-index: 2;
  width: min(75rem, 100% - 2 * clamp(1.6rem, 1rem + 2vw, 4rem));
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: clamp(1.6rem, 1rem + 2vw, 4rem);
  box-sizing: content-box;
  justify-content: flex-end;
  transform: translateY(calc(-100% - 1.5rem));
  pointer-events: none;
}
.top-event-foot .top-event-nav button {
  pointer-events: auto;
}
@media screen and (max-width:1024px) {
  .top-event-foot {
    justify-content: space-between;
    margin-top: 1rem;
  }
  .top-event-foot .button-wrapper {
    text-align: left;
  }
  .top-event-foot .top-event-nav {
    position: static;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    transform: none;
    pointer-events: auto;
    justify-content: flex-end;
  }
}

.top-event-card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}
.top-event-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.3s ease;
}
@media screen and (hover: hover) and (min-width:769px) {
  .top-event-card:hover img {
    transform: scale(1.06);
    filter: brightness(1.06);
  }
  .top-event-card:hover .top-event-card-title {
    color: #1d4366;
  }
}

.top-event-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.top-event-card-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  padding: 0.4375rem 0.9375rem;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #1d4366;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .top-event-card-tag {
    font-size: 0.625rem;
    padding: 0.1875rem 0.625rem;
  }
}

.top-event-card-date {
  display: block;
  padding: 0;
  margin: 0.9375rem 0 0.25rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .top-event-card-date {
    font-size: 0.75rem;
    margin: 1rem 0 0.3125rem;
  }
}

.top-event-card-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0.25rem 0 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 1.722;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: color 0.3s ease;
}
@media screen and (max-width:768px) {
  .top-event-card-title {
    font-size: 0.875rem;
    margin: 0.875rem 0 0.75rem;
  }
}

.top-about {
  padding-block: 4.4375rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .top-about {
    padding-block: 2.6875rem 1.875rem;
  }
}

.top-about-heading {
  position: relative;
  z-index: 0;
  margin: 0 0 0.625rem;
  font-size: clamp(2rem, 0.8072653885vw + 1.8107971746rem, 2.5rem);
  font-weight: 600;
  line-height: 1.7;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .top-about-heading {
    font-size: 1.25rem;
    margin-bottom: 2.25rem;
  }
}

.top-about-heading-bg {
  position: absolute;
  top: -108%;
  left: -7.5%;
  z-index: 0;
  width: 43.6271875rem;
  height: 9rem;
  pointer-events: none;
  object-fit: contain;
}
@media screen and (max-width:768px) {
  .top-about-heading-bg {
    top: -68%;
    left: 0;
    width: 14.125rem;
    height: auto;
  }
}

.top-about-heading-label {
  position: relative;
  z-index: 1;
}

.top-about-lead {
  margin: 0 0 2.6875rem;
  font-size: clamp(0.75rem, 0.2018163471vw + 0.7026992936rem, 0.875rem);
  font-weight: 300;
  color: #231815;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .top-about-lead {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.top-about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.6875rem, 0.3027245207vw + 1.6165489405rem, 1.875rem);
}
@media screen and (max-width:1100px) {
  .top-about-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .top-about-cards {
    grid-template-columns: 1fr;
    gap: 1.6875rem;
  }
}

.top-about-card {
  --cut: 1.875rem;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding: 1px;
  background-color: #1d4366;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  box-sizing: border-box;
}
.top-about-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.top-about-card > * {
  position: relative;
  z-index: 1;
}

.top-about-card-subtitle {
  margin: 3.0625rem clamp(1.875rem, 1.0090817356vw + 1.6384964682rem, 2.5rem) 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #231815;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .top-about-card-subtitle {
    font-size: 0.75rem;
    margin: 2.3125rem 1.875rem 0;
  }
}

.top-about-card-title {
  margin: 0 0 0 clamp(1.8125rem, 1.0090817356vw + 1.5759964682rem, 2.4375rem);
  padding: 0;
  font-size: clamp(1.25rem, 0.4036326942vw + 1.1553985873rem, 1.5rem);
  font-weight: 600;
  color: #1d4366;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .top-about-card-title {
    font-size: 1.25rem;
    margin: 0.25rem 0 0 1.8125rem;
  }
}

.top-about-card .button-wrapper {
  margin-top: 1.1875rem;
  margin-bottom: 2.9375rem;
  padding-inline: clamp(1.8125rem, 1.1099899092vw + 1.552346115rem, 2.5rem);
}
@media screen and (max-width:768px) {
  .top-about-card .button-wrapper {
    padding-inline: 1.8125rem;
    max-width: none;
    width: 100%;
    margin-bottom: 2.4375rem;
  }
}

.top-about-more {
  display: none;
}
@media screen and (max-width:768px) {
  .top-about-more {
    display: flex;
    justify-content: center;
    max-width: none;
    width: 100%;
    margin-top: 1.875rem;
  }
}

.top-news {
  padding-block: 3.125rem 3.4375rem;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .top-news {
    padding-block: 2.8125rem 3.75rem;
  }
}

.top-news-inner {
  display: grid;
  grid-template-columns: minmax(0, 10.625rem) minmax(0, 1fr);
  gap: clamp(0.5rem, 5.2472250252vw + -0.7298183653rem, 3.75rem);
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .top-news-inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.top-news-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  padding: 0.75rem 0 6.0625rem;
}
@media screen and (max-width:768px) {
  .top-news-head {
    display: contents;
  }
}

.top-news-heading {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  margin: 0 0 0 -0.625rem;
  writing-mode: vertical-rl;
  font-size: clamp(1.375rem, 0.8072653885vw + 1.1857971746rem, 1.875rem);
  font-weight: 600;
  line-height: 1.7;
  color: #1d4366;
  letter-spacing: 0.02em;
}
@media screen and (max-width:768px) {
  .top-news-heading {
    order: 1;
    writing-mode: horizontal-tb;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0;
    font-size: 1.25rem;
    min-width: 13.375rem;
    min-height: 2.75rem;
    overflow: visible;
  }
}

.top-news-heading-bg {
  position: absolute;
  top: 0;
  left: 110%;
  z-index: 0;
  width: 4.58125rem;
  height: 20.6685625rem;
  pointer-events: none;
  object-fit: contain;
}
@media screen and (max-width:768px) {
  .top-news-heading-bg {
    top: auto;
    right: auto;
    left: 13.375rem;
    bottom: 0;
    width: 2.9375rem;
    height: 13.375rem;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}

.top-news-heading-label {
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .top-news-heading-label {
    align-self: flex-end;
  }
}

.top-news-button {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width:768px) {
  .top-news-button {
    order: 3;
    margin-top: 0.8125rem;
    max-width: none;
    text-align: center;
  }
}

.top-news-body {
  width: 100%;
  max-width: 60.1875rem;
  min-width: 0;
}
@media screen and (max-width:768px) {
  .top-news-body {
    order: 2;
    max-width: none;
  }
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list > li {
  border-bottom: 1px solid #fff;
}

.news-list-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 0 1rem;
  border-radius: 0.25rem;
  transition: background 0.25s ease;
}
@media screen and (max-width:768px) {
  .news-list-inner {
    padding: 1.25rem 0 0.5rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .news-list-inner:hover {
    background: rgba(29, 67, 102, 0.06);
  }
  .news-list-inner:hover .title {
    color: #1d4366;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}

.news-list-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  line-height: 1;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.category-list li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.category-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 0.9375rem;
  border-radius: 1.25rem;
  background: #1d4366;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.41;
  letter-spacing: 0.05em;
}

.news-list .date {
  display: inline-flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  letter-spacing: 0.05em;
}

.news-list .title {
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 300;
  color: #000;
  line-height: 2.1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.25s ease;
}
@media screen and (max-width:768px) {
  .news-list .title {
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.page-fv--school-life {
  --page-fv-en-top: 31%;
  --page-fv-en-right: 4.5%;
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 36.5rem;
  --page-fv-en-max-width: 100%;
  --page-fv-en-aspect-ratio: 584 / 260;
  --page-title-image-width: 12.625rem;
  --page-title-image-width-sp: 11.3025rem;
  --page-title-image-aspect-ratio: 202 / 47;
  --page-title-image-aspect-ratio-sp: 180.84 / 42.23;
}
.page-fv--school-life .section-inner {
  position: relative;
}

.page-fv--school-life .page-fv-en {
  height: auto;
  font-size: 0;
  line-height: 0;
  -webkit-text-stroke: 0;
}
@media screen and (max-width:768px) {
  .page-fv--school-life .page-fv-en {
    display: none;
  }
}
.page-fv--school-life .page-fv-en img {
  display: block;
  width: 100%;
  height: auto;
}

.life-event {
  padding-block: 2.5rem 4.25rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .life-event {
    padding-block: 2.6875rem 3.125rem;
  }
}

.life-event-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.0625rem;
  align-items: start;
}
@media screen and (max-width:768px) {
  .life-event-inner {
    gap: 1.4375rem;
  }
}

.life-event-intro .page-heading {
  margin-bottom: 2.3125rem;
}
@media screen and (max-width:768px) {
  .life-event-intro .page-heading {
    margin-bottom: 2.125rem;
  }
}
.life-event-intro p {
  max-width: 34.8125rem;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
.life-event-intro .life-event-intro-text {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .life-event-intro .life-event-intro-text {
    letter-spacing: -0.02em;
  }
}
.life-event-intro .life-event-intro-text-body {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-event-calendar {
  position: relative;
  padding: 1rem 3.75rem 1.0625rem;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .life-event-calendar {
    padding: 0.9375rem 1.5rem 2.5625rem;
  }
}

.life-calendar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 28.4375rem));
  column-gap: clamp(1.5rem, 6.0544904137vw + 0.0809788093rem, 5.25rem);
  align-items: start;
  margin: 0;
}
@media screen and (max-width:1100px) {
  .life-calendar {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media screen and (max-width:768px) {
  .life-calendar {
    grid-template-columns: 1fr;
  }
}

.life-calendar-col {
  min-width: 0;
}
@media screen and (max-width:768px) {
  .life-calendar-col:not(:last-child) .life-calendar-row:last-child {
    border-bottom: 1px solid #dbe2ec;
  }
}

.life-calendar-row {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding-block: 0.75rem;
  border-bottom: 1px solid #dbe2ec;
}
.life-calendar-row:last-child {
  border-bottom: none;
}
@media screen and (max-width:768px) {
  .life-calendar-row {
    padding-block: 0.75rem 0.6875rem;
  }
}

.life-calendar-month {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-calendar-events {
  margin: 0;
  padding: 0;
  list-style: none;
}
.life-calendar-events li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  font-size: 0.875rem;
  font-weight: 300;
  color: #231815;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
.life-calendar-events li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.life-club {
  padding-block: 2.5rem 3.875rem;
  background: #d3deea;
  overflow-x: clip;
}
@media screen and (max-width:768px) {
  .life-club {
    padding-block: 2.6875rem 2.625rem;
  }
}

.life-club-head {
  margin-bottom: 2.625rem;
}
@media screen and (max-width:768px) {
  .life-club-head {
    margin-bottom: 1.4375rem;
  }
}
.life-club-head .page-heading {
  margin-bottom: 1rem;
}
@media screen and (max-width:768px) {
  .life-club-head .page-heading {
    margin-bottom: 2.125rem;
  }
}
.life-club-head p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-club-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 3.125rem;
  box-sizing: border-box;
  padding-left: max(clamp(1.6rem, 1rem + 2vw, 4rem), (100vw - 75rem) / 2);
}
@media screen and (max-width:768px) {
  .life-club-slider {
    padding-left: calc((100% - 89.4%) / 2);
    margin-bottom: 1.5rem;
  }
}
.life-club-slider .swiper-slide {
  height: auto;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible;
}
@media screen and (max-width:768px) {
  .life-club-slider .swiper-slide {
    width: calc((100% - 3.2px) / 1.15);
  }
}
@media screen and (min-width:769px) {
  .life-club-slider .swiper-slide {
    width: 23.75rem;
  }
}

.life-club-card {
  --cut: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  padding: 1px;
  background: transparent;
  border: none;
  box-sizing: border-box;
  overflow: visible;
}
.life-club-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1d4366;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  pointer-events: none;
}
.life-club-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  pointer-events: none;
}

.life-club-card-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 380/349;
  object-fit: cover;
}

.life-club-card-name {
  position: relative;
  z-index: 2;
  left: -0.875rem;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14.5625rem;
  padding: 0.3125rem 1rem;
  margin-top: 1.1875rem;
  background: #1d4366;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .life-club-card-name {
    left: -0.6875rem;
    font-size: 0.9375rem;
    width: 11.3125rem;
    margin-top: 0.9375rem;
    padding: 0.25rem 0.9375rem;
  }
}

.life-club-card-text {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  padding: 0.75rem 1.875rem 1.4375rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .life-club-card-text {
    padding: 0.5625rem 1.4375rem 1.0625rem;
  }
}

.life-club-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6875rem;
  margin-bottom: 4.125rem;
}
@media screen and (max-width:768px) {
  .life-club-nav {
    gap: 1.5625rem;
    margin-bottom: 1.875rem;
  }
}

.life-club-nav-prev,
.life-club-nav-next {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #1d4366;
  background-image: none;
  cursor: pointer;
  appearance: none;
}
.life-club-nav-prev::before,
.life-club-nav-next::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/common/arrow-chevron-white.svg") no-repeat center/contain;
}
.life-club-nav-prev::after,
.life-club-nav-next::after {
  display: none;
}

.life-club-nav-prev::before {
  transform: scaleX(-1);
}

.life-club-list {
  display: grid;
  grid-template-columns: minmax(0, 34.0625rem) minmax(0, 34.0625rem);
  gap: clamp(0.625rem, 4.5408678103vw + -0.439265893rem, 3.4375rem);
}
@media screen and (max-width:768px) {
  .life-club-list {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }
}

.life-club-list-box {
  min-width: 0;
  max-width: 34.0625rem;
}

.life-club-list-title {
  position: relative;
  margin: 0 0 1.5625rem;
  padding: 0.1875rem 0.9375rem 0.1875rem 1.5625rem;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .life-club-list-title {
    margin: 0 0 0.9375rem;
  }
}
.life-club-list-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}

.life-club-list-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
.life-club-list-items li {
  margin: 0;
}

.life-community {
  padding-block: 2.5rem 4.0625rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .life-community {
    padding-block: 2.625rem 2rem;
  }
}

.life-community .page-heading {
  margin-bottom: 1rem;
}
@media screen and (max-width:768px) {
  .life-community .page-heading {
    margin-bottom: 2.5rem;
  }
}

.life-community-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(34.0625rem, 48%));
  gap: clamp(1.25rem, 1.2108980827vw + 0.9661957619rem, 2rem) clamp(1.25rem, 8.5771947528vw + -0.7602800202rem, 6.5625rem);
  align-items: stretch;
  margin-bottom: clamp(1.625rem, 3.8345105954vw + 0.7262865792rem, 4rem);
}
@media screen and (max-width:1100px) {
  .life-community-intro {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media screen and (max-width:768px) {
  .life-community-intro {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 1.625rem;
  }
}

.life-community-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
@media screen and (max-width:768px) {
  .life-community-body {
    order: 2;
    gap: 1.125rem;
  }
}

.life-community-lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-community-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 545/270;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .life-community-image {
    order: 1;
  }
}

.life-community-logos {
  display: flex;
  align-items: center;
  margin-top: auto;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
  max-width: 34.375rem;
}
.life-community-logos picture {
  display: block;
  width: 100%;
}

.life-community-logos-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 550/197;
  object-fit: contain;
  background: #fff;
}

.life-community-topics {
  display: grid;
  grid-template-columns: minmax(0, 34.0625rem) minmax(0, min(34.0625rem, 48%));
  gap: 2.6875rem clamp(0.625rem, 4.5408678103vw + -0.439265893rem, 3.4375rem);
}
@media screen and (max-width:768px) {
  .life-community-topics {
    grid-template-columns: 1fr;
    gap: 2.4375rem;
  }
}

.life-community-topic {
  min-width: 0;
  max-width: 34.375rem;
}

.life-community-topic--wide {
  grid-column: 1/-1;
  max-width: 100%;
}

.life-community-topic-title {
  position: relative;
  margin: 0 0 1.625rem;
  padding: 0.1875rem 0.9375rem 0.1875rem 1.5625rem;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
  max-width: 35.6875rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .life-community-topic-title {
    margin: 0 0 1rem;
    padding: 0.9375rem 0.625rem 0.9375rem 1.5625rem;
  }
}
@media screen and (max-width:768px) {
  .life-community-topic-title--row {
    padding: 0.1875rem 0.625rem 0.1875rem 1.5625rem;
  }
}
.life-community-topic-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}

.life-community-topic-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-exchange {
  padding-block: 2.5rem 3.5625rem;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .life-exchange {
    padding-block: 2.625rem 2.625rem;
  }
}

.life-exchange-inner {
  display: grid;
  grid-template-columns: minmax(0, 34.0625rem) minmax(0, min(34.0625rem, 48%));
  gap: clamp(1.0625rem, 9.2835519677vw + -1.1133324924rem, 6.8125rem);
  align-items: center;
}
@media screen and (max-width:1100px) {
  .life-exchange-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media screen and (max-width:768px) {
  .life-exchange-inner {
    grid-template-columns: 1fr;
    gap: 1.0625rem;
  }
}

.life-exchange-body {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
  min-width: 0;
}
@media screen and (max-width:768px) {
  .life-exchange-body {
    order: 2;
    gap: 0;
  }
}

.life-exchange .page-heading {
  margin-bottom: 2.125rem;
}
@media screen and (max-width:768px) {
  .life-exchange .page-heading {
    margin-bottom: 2.5rem;
  }
}

.life-exchange-lead,
.life-exchange-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-exchange-program-title {
  position: relative;
  margin: 1.5625rem 0 0;
  padding: 0.1875rem 0.9375rem 0.1875rem 1.5625rem;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
  max-width: 34.0625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .life-exchange-program-title {
    margin: 2.5rem 0 1.375rem;
    padding: 0.9375rem 1.25rem 0.9375rem 1.5625rem;
  }
}
.life-exchange-program-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}

.life-exchange-school {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .life-exchange-school {
    font-size: 0.625rem;
    margin: 0 0 1.125rem;
  }
}

.life-exchange-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 545/270;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .life-exchange-image {
    order: 1;
  }
}

.life-uniform {
  padding-block: 2.5rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .life-uniform {
    padding-block: 2.625rem 2.8125rem;
  }
}

.life-uniform .page-heading {
  margin-bottom: 2.125rem;
}
@media screen and (max-width:768px) {
  .life-uniform .page-heading {
    margin-bottom: 1.9375rem;
  }
}

.life-uniform-lead {
  margin: 0 0 1.1875rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .life-uniform-lead {
    margin: 0 0 0.875rem;
  }
}

.life-uniform-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.life-uniform-grid {
  display: grid;
  grid-template-columns: minmax(0, 41.125rem) auto;
  gap: 0.625rem;
  align-items: stretch;
  margin-top: 2.1875rem;
}
@media screen and (max-width:768px) {
  .life-uniform-grid {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .life-uniform-grid {
    grid-template-columns: minmax(0, 41.125rem);
    gap: 0.625rem;
  }
}
@media screen and (max-width: 1024px) and (max-width:768px) {
  .life-uniform-grid {
    gap: 1.5rem;
  }
}

.life-uniform-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 41.125rem;
  aspect-ratio: 658/446;
  overflow: hidden;
  background: #b4b4b4;
  border: 1px solid #1d4366;
}
@media screen and (max-width: 1024px) {
  .life-uniform-main {
    max-width: none;
  }
}

.life-uniform-main-image {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.life-uniform-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 9.4375rem);
  gap: 0.625rem;
  align-content: start;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .life-uniform-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4375rem;
    width: 100%;
  }
}

.life-uniform-thumb {
  position: relative;
  display: block;
  width: 9.4375rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #1d4366;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .life-uniform-thumb {
    width: 100%;
  }
}
.life-uniform-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.life-uniform-thumb:hover, .life-uniform-thumb:focus-visible {
  outline: none;
}
.life-uniform-thumb.is-active::after {
  opacity: 1;
}
.life-uniform-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 151/218;
  object-fit: cover;
}

.page-fv--education {
  --page-fv-en-top: 79%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: min(61vw, 52.1875rem);
  --page-fv-en-aspect-ratio: 835 / 104;
  --page-title-image-width: 16.0625rem;
  --page-title-image-width-sp: 13.75rem;
  --page-title-image-aspect-ratio: 257 / 47;
  --page-title-image-aspect-ratio-sp: 257 / 47;
}
.page-fv--education .section-inner {
  position: relative;
}
.page-fv--education .page-fv-en {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width:768px) {
  .page-fv--education .page-fv-en {
    display: none;
  }
}

.edu-system,
.edu-results {
  padding-block: 2.5rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .edu-system,
  .edu-results {
    padding-block: 2.8125rem 2.8125rem;
  }
}

.edu-system .page-heading {
  margin-bottom: 0.75rem;
}

.edu-system-lead {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .edu-system-lead {
    font-size: 0.875rem;
  }
}

.edu-subjects-lead,
.edu-field-copy,
.edu-inquiry-lead,
.edu-results p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0;
}

.edu-system-figure {
  margin-top: 2.625rem;
  padding: 0 1.5625rem 0 0;
}
@media screen and (max-width:768px) {
  .edu-system-figure {
    max-width: 28.125rem;
    margin: 3rem auto 0;
    padding: 0;
  }
}
.edu-system-figure picture {
  display: block;
  width: 100%;
}

.edu-system-image {
  display: block;
  width: 100%;
  height: auto;
}

.edu-field {
  padding-block: 2.8125rem 2.5rem;
  background: #d3deea;
}

.edu-field-inner {
  display: grid;
  grid-template-columns: minmax(0, 34.8125rem) minmax(0, 1fr);
  gap: clamp(1.875rem, 1.3118062563vw + 1.5675454087rem, 2.6875rem);
  align-items: center;
}
@media screen and (max-width:1100px) {
  .edu-field-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width:768px) {
  .edu-field-inner {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.edu-field-lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 0.4036326942vw + 0.9053985873rem, 1.25rem);
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .edu-field-lead {
    font-size: 1.1875rem;
    margin-bottom: 0.9375rem;
  }
}

.edu-benesse {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 12.875rem);
  width: 100%;
  max-width: 34.8125rem;
  margin-top: 2.125rem;
  border: 1px solid #1d4366;
  background: #fff;
  color: #1a1212;
  text-decoration: none;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .edu-benesse {
    grid-template-columns: 1fr;
    margin-top: 0.8125rem;
  }
}
.edu-benesse strong {
  font-size: 1rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
}
.edu-benesse .button {
  margin-top: 1.1875rem;
}

.edu-benesse-text {
  padding: 1.75rem 1.875rem 0.625rem 1.75rem;
}
@media screen and (max-width:768px) {
  .edu-benesse-text {
    order: 2;
    padding: 2rem 0.6875rem 2rem 1rem;
  }
}

.edu-benesse-logos {
  font-size: 1rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
}

.edu-field-diagram {
  min-width: 0;
}

.edu-field-diagram-swipe {
  display: none;
}
@media screen and (max-width:768px) {
  .edu-field-diagram-swipe {
    display: block;
    margin: 0 0 0.3125rem;
    font-size: 0.625rem;
    font-weight: 400;
    color: #1d4366;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.edu-field-diagram-scrollbar {
  display: none;
}
@media screen and (max-width:768px) {
  .edu-field-diagram-scrollbar {
    display: block;
    position: relative;
    height: 0.3125rem;
    margin-bottom: 1.5625rem;
    border-radius: 999px;
    background: #d3deea;
    overflow: hidden;
  }
}

.edu-field-diagram-scrollbar-thumb {
  display: block;
  width: var(--route-scrollbar-thumb-width, 30%);
  height: 100%;
  border-radius: inherit;
  background: #1d4366;
  transform: translateX(var(--route-scrollbar-thumb-x, 0));
}

.edu-field-diagram-scroll {
  overflow-x: visible;
}
@media screen and (min-width:769px) {
  .edu-field-diagram-scroll {
    max-width: 37.5rem;
    margin-inline: auto;
  }
}
@media screen and (max-width:768px) {
  .edu-field-diagram-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .edu-field-diagram-scroll::-webkit-scrollbar {
    display: none;
  }
}

.edu-field-diagram-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .edu-field-diagram-image {
    width: 36.4375rem;
    max-width: none;
    height: 35.375rem;
    object-fit: contain;
  }
}

.edu-subjects {
  padding-block: 3.375rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .edu-subjects {
    padding-block: 2.6875rem 3.125rem;
  }
}

.edu-subjects .page-heading {
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1.125rem;
}
@media screen and (max-width:768px) {
  .edu-subjects .page-heading {
    margin-bottom: 0.8125rem;
  }
}

.edu-subjects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  margin-top: clamp(1.125rem, 3.9354187689vw + 0.202636226rem, 3.5625rem);
}
@media screen and (max-width:1100px) {
  .edu-subjects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .edu-subjects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.125rem;
  }
}
@media screen and (max-width: 650px) {
  .edu-subjects-grid {
    grid-template-columns: 1fr;
    gap: 2.6875rem;
  }
}

.edu-subject-card {
  --cut: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px;
  border: none;
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
}
@media screen and (max-width:768px) {
  .edu-subject-card {
    --cut: 1.125rem;
  }
}
.edu-subject-card::before, .edu-subject-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  pointer-events: none;
}
.edu-subject-card::before {
  inset: 0;
  background-color: #1d4366;
}
.edu-subject-card::after {
  inset: 1px;
  background-color: #fff;
}

.edu-subject-card-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 763/541;
  object-fit: cover;
}

.edu-subject-card-name {
  position: relative;
  z-index: 2;
  left: -0.875rem;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14.5625rem;
  padding: 0.3125rem 1rem;
  margin-top: 1.1875rem;
  background: #1d4366;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .edu-subject-card-name {
    left: -0.8125rem;
    width: 12.9375rem;
    font-size: 1.0625rem;
  }
}

.edu-subject-card-text {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  padding: 0.75rem 1.875rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .edu-subject-card-text {
    padding: 0.375rem 1.625rem 0.75rem;
  }
}

.edu-inquiry {
  padding-block: 3.375rem 4.25rem;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .edu-inquiry {
    padding-block: 2.0625rem 2.375rem;
  }
}

.edu-inquiry-lead {
  margin: 0 0 3.125rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .edu-inquiry-lead {
    margin-bottom: 1.5625rem;
  }
}

.edu-inquiry-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 0.8072653885vw + 1.0607971746rem, 1.75rem);
}
@media screen and (max-width:1100px) {
  .edu-inquiry-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .edu-inquiry-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media screen and (max-width: 650px) {
  .edu-inquiry-columns {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.edu-inquiry-col {
  --cut: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px;
  border: none;
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
}
@media screen and (max-width:768px) {
  .edu-inquiry-col {
    --cut: 1.125rem;
  }
}
.edu-inquiry-col::before, .edu-inquiry-col::after {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  pointer-events: none;
}
.edu-inquiry-col::before {
  inset: 0;
  background-color: #1d4366;
}
.edu-inquiry-col::after {
  inset: 1px;
  background-color: #fff;
}

.edu-inquiry-col-head {
  position: relative;
  z-index: 1;
  min-height: 7rem;
  padding: 2.75rem 0.625rem 0.625rem;
  background: #1d4366;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .edu-inquiry-col-head {
    padding: 2.375rem 0.6875rem 0.625rem;
    min-height: 6.1875rem;
  }
}
.edu-inquiry-col-head span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.875rem;
  padding: 0.1875rem 0.5rem;
  background: #fff;
  color: #1a1212;
  transform: translateX(-50%);
}
@media screen and (max-width:768px) {
  .edu-inquiry-col-head span {
    width: 6.75rem;
  }
}
.edu-inquiry-col-head strong {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .edu-inquiry-col-head strong {
    font-size: 0.875rem;
  }
}

.edu-inquiry-col-body {
  position: relative;
  z-index: 1;
  min-height: 18.75rem;
  padding: 1.5rem 1.125rem 1.375rem;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .edu-inquiry-col-body {
    min-height: 0;
    padding: 1.3125rem 1.3125rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.edu-inquiry-col-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.edu-inquiry-col-body li {
  position: relative;
  padding-left: 1rem;
}
.edu-inquiry-col-body li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #1d4366;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .edu-inquiry-col-body li::before {
    width: 0.4375rem;
    height: 0.4375rem;
  }
}

.edu-support-cards {
  display: grid;
  gap: 1.75rem;
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .edu-support-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9375rem;
    margin-top: 1.25rem;
    align-items: start;
  }
}
@media screen and (max-width: 650px) {
  .edu-support-cards {
    grid-template-columns: 1fr;
  }
}

.edu-support-card {
  display: grid;
  grid-template-columns: minmax(0, 17.875rem) minmax(0, 1fr);
  align-items: center;
  border: 1px solid #1d4366;
  background: #fff;
  margin-left: 1.25rem;
}
@media screen and (max-width:768px) {
  .edu-support-card {
    grid-template-columns: 1fr;
    margin: 9rem 0 0;
    padding: 0 1.5rem 1.5rem;
  }
}
.edu-support-card .edu-support-card-image {
  display: block;
  width: 100%;
  height: 17.875rem;
  margin: -0.625rem 0 0.625rem -1.25rem;
  border: 1px solid #1d4366;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .edu-support-card .edu-support-card-image {
    width: 100%;
    max-width: 17.875rem;
    height: auto;
    aspect-ratio: 1/1;
    margin: -9rem auto 0;
  }
}
.edu-support-card > div {
  padding: 1.75rem clamp(1.5rem, 2.4217961655vw + 0.9323915237rem, 3rem) 1.75rem clamp(1.5rem, 4.9445005045vw + 0.3411326942rem, 4.5625rem);
}
@media screen and (max-width:768px) {
  .edu-support-card > div {
    padding: 1.5rem 0 0;
  }
}
.edu-support-card h3 {
  margin: 0 0 1.125rem;
  font-size: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
.edu-support-card p:last-child {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.edu-support-label {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.edu-results .page-heading {
  margin-bottom: 1rem;
}
.edu-results .button-wrapper {
  margin-top: 2.25rem;
  max-width: 12rem;
  width: 100%;
}
.edu-results .button {
  max-width: 12rem;
  width: 100%;
  padding: 0 0 0 1.125rem;
}

.page-fv--course {
  --page-fv-en-top: 78%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: min(42vw, 36.0625rem);
  --page-fv-en-aspect-ratio: 577 / 103;
  --page-title-image-width: 15.5625rem;
  --page-title-image-width-sp: 13.125rem;
  --page-title-image-aspect-ratio: 249 / 49;
  --page-title-image-aspect-ratio-sp: 249 / 49;
}
.page-fv--course .section-inner {
  position: relative;
}
.page-fv--course .page-fv-en {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width:768px) {
  .page-fv--course .page-fv-en {
    display: none;
  }
}

.course-feature {
  padding-block: 2.5rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .course-feature {
    padding-block: 2.75rem 2.5rem;
  }
}

.course-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5625rem, 0.3027245207vw + 1.4915489405rem, 1.75rem);
  margin-top: clamp(1.0625rem, 2.8254288597vw + 0.400290111rem, 2.8125rem);
}
@media screen and (max-width:1100px) {
  .course-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (max-width:768px) {
  .course-feature-grid {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
    margin-top: 1.0625rem;
  }
}

.course-feature-card {
  --cut: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px;
  background: transparent;
  box-sizing: border-box;
}
.course-feature-card::before, .course-feature-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
  pointer-events: none;
}
.course-feature-card::before {
  inset: 0;
  background: #1d4366;
}
.course-feature-card::after {
  inset: 1px;
  background: #fff;
}

.course-feature-card-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 380/270;
  object-fit: cover;
}

.course-feature-card-name {
  position: relative;
  z-index: 2;
  left: -0.875rem;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 12.9375rem;
  padding: 0.25rem 1rem;
  margin-top: 1.9375rem;
  background: #1d4366;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .course-feature-card-name {
    left: -1rem;
    font-size: 0.9375rem;
    width: 11.4375rem;
    margin-top: 1.75rem;
    padding: 0.3125rem 0.9375rem;
  }
}

.course-feature-card-text {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0;
  padding: 1.0625rem clamp(2.75rem, 0.7063572149vw + 2.5844475277rem, 3.1875rem) clamp(1.625rem, 1.7154389506vw + 1.222943996rem, 2.6875rem);
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-feature-card-text {
    padding: 1rem 2.75rem 1.625rem;
  }
}

.course-feature-card-text-sub {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.4375rem 3.1875rem 0rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-feature-card-text-sub {
    font-size: 1.25rem;
    padding: 0.4375rem 2.75rem 0rem;
  }
}

.course-stage {
  padding-block: 0 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .course-stage {
    padding-block: 0 2.5rem;
  }
}
.course-stage--first {
  background: #d3deea;
}

.course-stage + .course-stage {
  padding-top: 0;
}

.course-stage-heading {
  width: min(100%, 36rem);
  margin: 0 auto 1.3125rem;
  padding: 1.125rem 1.5rem 1.5625rem;
  background: #1d4366;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .course-stage-heading {
    padding: 0.5rem 1.5rem 1rem;
  }
}

.course-stage-heading-sub {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-stage-heading-sub {
    font-size: 0.75rem;
    line-height: 1.66;
  }
}

.course-stage-heading-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.9375rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-stage-heading-title {
    gap: 1.4375rem;
    font-size: 1.625rem;
    line-height: 1.69;
    margin-top: -0.5rem;
  }
}
.course-stage-heading-title span + span {
  position: relative;
}
.course-stage-heading-title span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-2.9375rem / 2);
  width: 2px;
  height: 1em;
  background: currentColor;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .course-stage-heading-title span + span::before {
    left: calc(-1.4375rem / 2);
  }
}

.course-stage-lead {
  margin: 0 0 2.6875rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-stage-lead {
    text-align: left;
    margin-bottom: 2.125rem;
  }
}

.course-stage-list {
  display: grid;
  gap: 1.9375rem;
}
@media screen and (max-width:768px) {
  .course-stage-list {
    gap: 1.5625rem;
  }
}

.course-stage--second .course-stage-list {
  gap: 4.375rem;
}
@media screen and (max-width:768px) {
  .course-stage--second .course-stage-list {
    gap: 1.375rem;
  }
}

.course-block-card {
  display: grid;
  grid-template-columns: minmax(0, 37.5rem) minmax(0, 34.0625rem);
  gap: clamp(0.9375rem, 4.0363269425vw + -0.0085141271rem, 3.4375rem);
}
@media screen and (max-width:1200px) {
  .course-block-card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media screen and (max-width:768px) {
  .course-block-card {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.course-block-card-body {
  background: #fff;
  border: 1px solid #1d4366;
}

.course-block-card-title {
  margin: 0;
  padding: 0.4375rem 1.125rem;
  background: #1d4366;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-block-card-title {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.course-block-card-body p {
  margin: 0;
  padding: 1.4375rem 0.3125rem 0.625rem 1.0625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 2;
  letter-spacing: 0;
}
.course-block-card-body p span {
  font-size: 1rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .course-block-card-body p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media screen and (max-width:768px) {
  .course-block-card-body p span {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.course-check-list {
  margin: 0;
  padding: 0rem 1rem 2.3125rem;
  list-style: none;
}
@media screen and (max-width:768px) {
  .course-check-list {
    padding: 0rem 0.625rem 1.0625rem 1rem;
  }
}
.course-check-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 3.4375rem;
  border-bottom: 1px solid #d3deea;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
.course-check-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/common/i-check.svg") no-repeat center/contain;
  transform: translateY(-50%);
}

.course-block-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 545/331;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .course-block-card-image {
    order: -1;
  }
}

.page-fv--access {
  --page-fv-en-top: 53%;
  --page-fv-en-right: 4%;
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: min(60vw, 36.0625rem);
  --page-fv-en-aspect-ratio: 577 / 104;
  --page-title-image-width: 19.1875rem;
  --page-title-image-width-sp: 15.3125rem;
  --page-title-image-aspect-ratio: 307 / 49;
  --page-title-image-aspect-ratio-sp: 307 / 49;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--access {
    padding-block: 1.875rem 2.5rem;
  }
}
.page-fv--access .page-title {
  margin: 1.5rem 0 0;
}
@media screen and (max-width:768px) {
  .page-fv--access .page-title {
    margin: 0;
  }
}
.page-fv--access .section-inner {
  position: relative;
}
.page-fv--access .page-fv-en {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width:768px) {
  .page-fv--access .page-fv-en {
    display: none;
  }
}

.page-title--text {
  color: #fff;
  text-shadow: 0 0 2px #1d4366;
}

.access-map-section {
  padding-block: 2.5rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .access-map-section {
    padding-block: 2.125rem 3.5625rem;
  }
}

.access-map-section .page-heading {
  margin-bottom: 0.8125rem;
}

.access-map-lead {
  margin: 0 0 1.4375rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .access-map-lead {
    margin: 0 0 1.5625rem;
  }
}

.access-map-link {
  margin: -1.75rem 0 1rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #e68270;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .access-map-link {
    margin: 0 0 0.875rem;
    text-align: right;
  }
}
.access-map-link a {
  color: inherit;
}

.access-map-frame {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1014/306;
  border: 0;
}
@media screen and (max-width:768px) {
  .access-map-frame {
    aspect-ratio: 335/245;
  }
}

.access-route {
  margin-top: 2.9375rem;
}
@media screen and (max-width:768px) {
  .access-route {
    margin-top: 2.75rem;
  }
}

.access-route-title {
  position: relative;
  margin: 0 0 2.0625rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
  background: #fff;
  box-sizing: border-box;
  max-width: 23.0625rem;
  font-size: 1.125rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .access-route-title {
    margin-bottom: 0.25rem;
  }
}
.access-route-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}

.access-route-layout {
  display: grid;
  grid-template-columns: minmax(0, 23.125rem) 1fr;
  gap: clamp(1.25rem, 5.1463168517vw + 0.0438319879rem, 4.4375rem);
  align-items: start;
}
@media screen and (max-width:1100px) {
  .access-route-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media screen and (max-width:768px) {
  .access-route-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.access-route-times {
  max-width: 31.25rem;
}
.access-route-times dl {
  margin: 0;
}
.access-route-times div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  padding-block: 0.625rem;
}
@media screen and (max-width:768px) {
  .access-route-times div {
    padding-block: 0.8125rem;
  }
}
.access-route-times dt,
.access-route-times dd {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .access-route-times dt,
  .access-route-times dd {
    font-size: 0.875rem;
  }
}

.access-route-diagram {
  min-width: 0;
}

.access-route-swipe {
  display: none;
}
@media screen and (max-width:768px) {
  .access-route-swipe {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 0.625rem;
    font-weight: 400;
    color: #1d4366;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.access-route-scroll {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.access-route-scroll::-webkit-scrollbar {
  display: none;
}

.access-route-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .access-route-image {
    width: auto;
    height: 34.25rem;
    max-width: none;
  }
}

.access-route-scrollbar {
  display: none;
}
@media screen and (max-width:768px) {
  .access-route-scrollbar {
    display: block;
    position: relative;
    height: 0.3125rem;
    margin-bottom: 0.875rem;
    border-radius: 999px;
    background: #d3deea;
    overflow: hidden;
  }
}

.access-route-scrollbar-thumb {
  display: block;
  width: var(--route-scrollbar-thumb-width, 30%);
  height: 100%;
  border-radius: inherit;
  background: #1d4366;
  transform: translateX(var(--route-scrollbar-thumb-x, 0));
}

.page-fv--student {
  --page-fv-en-top: 14%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 48.875rem;
  --page-fv-en-aspect-ratio: 782 / 242;
  --page-fv-en-font-size: 0;
  --page-fv-en-line-height: 0;
  --page-title-image-width: 28.0625rem;
  --page-title-image-width-sp: 17.5rem;
  --page-title-image-aspect-ratio: 449 / 49;
  --page-title-image-aspect-ratio-sp: 449 / 49;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--student {
    padding-block: 1.875rem 2.5rem;
  }
}
.page-fv--student .page-title {
  margin: 1.5rem 0 0;
}
@media screen and (max-width:768px) {
  .page-fv--student .page-title {
    margin: 0;
  }
}
.page-fv--student .section-inner {
  position: relative;
}
.page-fv--student .page-fv-en {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width:768px) {
  .page-fv--student .page-fv-en {
    display: none;
  }
}

.page-title--student {
  color: #fff;
  text-shadow: 0 0 2px #1d4366;
}

.student-info,
.student-download {
  padding-block: 2.5rem 3.625rem;
}
@media screen and (max-width:768px) {
  .student-info,
  .student-download {
    padding-block: 2.75rem;
  }
}

.student-info {
  background: #f2f9ff;
}

.student-download {
  background: #d3deea;
}

.student-section-lead {
  margin: 2.5rem 0 1.4375rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .student-section-lead {
    margin: 1.875rem 0 1.125rem;
    font-size: 1rem;
  }
}

.student-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width:768px) {
  .student-link-list {
    display: grid;
    gap: 0.625rem;
    max-width: 21.875rem;
  }
}

.student-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  min-width: 12.8125rem;
  min-height: 2.875rem;
  padding: 0.5rem 1rem 0.5rem 1.75rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .student-link-button {
    width: 100%;
    min-height: 2.25rem;
    padding: 0.75rem 0.75rem 0.75rem 1.6875rem;
    font-size: 0.9375rem;
  }
}
.student-link-button--external {
  padding-left: 2.375rem;
}
@media screen and (hover: hover) and (min-width:769px) {
  .student-link-button:hover {
    opacity: 1;
    background: #1d4366;
    color: #fff;
  }
  .student-link-button:hover .student-link-icon {
    filter: brightness(0) invert(1);
  }
}

.student-link-icon {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.student-link-button--external .student-link-icon {
  background-image: url("../img/common/i-pdf.svg");
}

.student-link-button--arrow .student-link-icon {
  width: 1.125rem;
  height: 0.875rem;
  background-image: url("../img/common/arrow-blue.svg");
}

.page-fv--graduates {
  --page-fv-en-top: 38%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 53.125rem;
  --page-fv-en-aspect-ratio: 850 / 103;
  --page-fv-en-font-size: 0;
  --page-fv-en-line-height: 0;
  --page-title-image-width: 15.3125rem;
  --page-title-image-width-sp: 13.125rem;
  --page-title-image-aspect-ratio: 245 / 47;
  --page-title-image-aspect-ratio-sp: 245 / 47;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--graduates {
    padding-block: 1.875rem 2.5rem;
  }
}
.page-fv--graduates .page-title {
  margin: 1.5rem 0 0;
}
@media screen and (max-width:768px) {
  .page-fv--graduates .page-title {
    margin: 0;
  }
}
.page-fv--graduates .section-inner {
  position: relative;
}

.graduates-info,
.graduates-download {
  padding-block: 2.5rem 4.1875rem;
}
@media screen and (max-width:768px) {
  .graduates-info,
  .graduates-download {
    padding-block: 2.6875rem;
  }
}

.graduates-info {
  background: #f2f9ff;
}

.graduates-download {
  background: #d3deea;
}

.graduates-section-title {
  margin: 2.5rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .graduates-section-title {
    margin: 1.875rem 0 0.9375rem;
    font-size: 1.25rem;
  }
}

.graduates-download .page-heading {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width:768px) {
  .graduates-download .page-heading {
    margin-bottom: 0.75rem;
  }
}

.graduates-section-text,
.graduates-section-lead {
  max-width: 34.375rem;
  margin: 0 0 1.1875rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .graduates-section-text,
  .graduates-section-lead {
    margin-bottom: 0.9375rem;
    font-size: 0.875rem;
  }
}

.graduates-section-lead {
  margin-top: 3rem;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .graduates-section-lead {
    margin-top: 1.875rem;
  }
}

.graduates-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width:768px) {
  .graduates-link-list {
    display: grid;
    gap: 0.75rem;
    max-width: 25rem;
  }
}

.graduates-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  min-height: 2.875rem;
  padding: 0.5rem 1rem 0.5rem 1.75rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .graduates-link-button {
    gap: 0.3125rem;
    width: 100%;
    max-width: none;
    min-height: 2.875rem;
    padding: 0.4375rem 0.75rem 0.4375rem 1.125rem;
    font-size: 0.9375rem;
    text-align: center;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .graduates-link-button:hover {
    opacity: 1;
    background: #1d4366;
    color: #fff;
  }
  .graduates-link-button:hover .graduates-link-icon {
    filter: brightness(0) invert(1);
  }
}
.graduates-link-button--arrow {
  max-width: 23.1875rem;
  padding: 0.5rem 1rem 0.5rem 3.75rem;
}
@media screen and (max-width:768px) {
  .graduates-link-button--arrow {
    padding: 0.5rem 1rem 0.5rem 2.3125rem;
  }
}
.graduates-link-button--external {
  max-width: 26.0625rem;
  padding: 0.5rem 1rem 0.5rem 3.125rem;
}
@media screen and (max-width:768px) {
  .graduates-link-button--external {
    padding: 0.8125rem 1rem 0.8125rem 2.3125rem;
  }
}
.graduates-link-button--center {
  width: 11.75rem;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.graduates-link-button--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.45;
  user-select: none;
}

.graduates-link-icon {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.graduates-link-button--external .graduates-link-icon {
  background-image: url("../img/common/i-pdf.svg");
}

.graduates-link-button--arrow .graduates-link-icon {
  width: 1.125rem;
  height: 0.875rem;
  background-image: url("../img/common/arrow-blue.svg");
}

.page-fv--recruitment {
  --page-fv-en-top: 50%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 45rem;
  --page-fv-en-aspect-ratio: 720 / 140;
  --page-title-image-width: 12.4375rem;
  --page-title-image-width-sp: 15.3125rem;
  --page-title-image-aspect-ratio: 199 / 49;
  --page-title-image-aspect-ratio-sp: 199 / 49;
  min-height: 20.625rem;
  padding-bottom: 4.75rem;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .page-fv--recruitment {
    min-height: 16.5rem;
    padding-bottom: 2.8125rem;
  }
}
.page-fv--recruitment .breadcrumb {
  margin-bottom: 3.375rem;
}
@media screen and (max-width:768px) {
  .page-fv--recruitment .breadcrumb {
    margin-bottom: 2rem;
  }
}
.page-fv--recruitment .section-inner {
  position: relative;
}

.page-title--recruitment {
  margin-bottom: 1.75rem;
  font-size: clamp(2rem, 1.2108980827vw + 1.7161957619rem, 2.75rem);
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 0 rgba(29, 67, 102, 0.35);
}
@media screen and (max-width:768px) {
  .page-title--recruitment {
    margin-bottom: 1.75rem;
  }
}

.recruitment-lead {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .recruitment-lead {
    margin-top: 0.6875rem;
    font-size: 1.25rem;
  }
}

.recruitment-text {
  position: relative;
  z-index: 1;
  margin: 1.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .recruitment-text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.recruitment-link-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width:768px) {
  .recruitment-link-list {
    margin-top: 1.125rem;
    max-width: 13.375rem;
    gap: 0.75rem;
  }
}

.recruitment-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  min-width: 12.8125rem;
  min-height: 2.875rem;
  padding: 0.5rem 1rem 0.5rem 1.75rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .recruitment-link-button {
    width: 100%;
    min-height: 2.875rem;
    padding: 0.4375rem 0.75rem 0.4375rem 1.125rem;
    font-size: 0.9375rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .recruitment-link-button:hover {
    opacity: 1;
    background: #1d4366;
    color: #fff;
  }
  .recruitment-link-button:hover .recruitment-link-icon {
    filter: brightness(0) invert(1);
  }
}

.recruitment-link-icon {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}

.page-fv--results {
  --page-fv-en-top: 50%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 66.25rem;
  --page-fv-en-aspect-ratio: 1060 / 241;
  --page-title-image-width: 12.4375rem;
  --page-title-image-width-sp: 15.3125rem;
  --page-title-image-aspect-ratio: 199 / 49;
  --page-title-image-aspect-ratio-sp: 199 / 49;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--results {
    padding-block: 1.875rem 2.5rem;
  }
}
.page-fv--results .section-inner {
  position: relative;
}
.page-fv--results .page-fv-en {
  font-size: 0;
  line-height: 0;
}
.page-fv--results .page-fv-desc {
  max-width: 34.375rem;
}

.results-archive {
  padding-block: 2.9375rem 5.625rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .results-archive {
    padding-block: 2.8125rem 3.5rem;
  }
}

.results-archive__title {
  margin: 0 0 1.875rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width:768px) {
  .results-archive__title {
    margin-bottom: 1.4375rem;
    font-size: 1.125rem;
  }
}

.results-archive__empty {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .results-archive__empty {
    font-size: 0.8125rem;
  }
}

.results-pdf-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 6.458123108vw + -0.0136226034rem, 5.5rem);
  row-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1100px) {
  .results-pdf-list {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
@media screen and (max-width:768px) {
  .results-pdf-list {
    grid-template-columns: 1fr;
  }
}

.results-pdf-list__item {
  border-bottom: 1px solid rgba(29, 67, 102, 0.14);
}

.results-pdf-list__link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-height: 2.625rem;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .results-pdf-list__link {
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.5rem;
    font-size: 0.8125rem;
    padding-right: 1.5rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .results-pdf-list__link:hover {
    opacity: 1;
  }
  .results-pdf-list__link:hover .results-pdf-list__text {
    text-decoration: underline;
  }
}

.results-pdf-list__text {
  display: inline-block;
  padding: 0.8125rem 0;
  min-width: 9.6875rem;
}
@media screen and (max-width:768px) {
  .results-pdf-list__text {
    min-width: 0;
  }
}

.results-pdf-list__icon {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.25rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
}

.page-fv--privacypolicy {
  --page-fv-en-top: 13%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 62.5rem;
  --page-fv-en-aspect-ratio: 1000 / 241;
  --page-title-image-width: 28.0625rem;
  --page-title-image-width-sp: 18.75rem;
  --page-title-image-aspect-ratio: 449 / 49;
  --page-title-image-aspect-ratio-sp: 449 / 49;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--privacypolicy {
    padding-block: 1.875rem 0.75rem;
  }
}
.page-fv--privacypolicy .page-title {
  margin: 1.5rem 0 0;
}
@media screen and (max-width:768px) {
  .page-fv--privacypolicy .page-title {
    margin: 0;
  }
}
.page-fv--privacypolicy .section-inner {
  position: relative;
}
.page-fv--privacypolicy .page-fv-en {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .page-fv--privacypolicy .page-title-text {
    white-space: normal !important;
  }
}
.page-fv--privacypolicy .page-title-text-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .page-fv--privacypolicy .page-title-text-br {
    display: block;
  }
}

.privacypolicy-content {
  padding-block: 2.5rem 3.125rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .privacypolicy-content {
    padding-block: 1.3125rem 3.5rem;
  }
}

.privacypolicy-content__title {
  margin: 0 0 2.125rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .privacypolicy-content__title {
    margin-bottom: 2.1875rem;
    font-size: 1.25rem;
  }
}

.privacypolicy-content__body {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .privacypolicy-content__body {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}

.privacypolicy-list {
  counter-reset: privacypolicy;
  display: grid;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width:768px) {
  .privacypolicy-list {
    gap: 1.5rem;
  }
}

.privacypolicy-list__item {
  counter-increment: privacypolicy;
  position: relative;
  padding-left: 2.25rem;
}
@media screen and (max-width:768px) {
  .privacypolicy-list__item {
    padding-left: 1.625rem;
  }
}
.privacypolicy-list__item::before {
  content: counter(privacypolicy) ".";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1.125rem;
  color: #1a1212;
}
.privacypolicy-list__item p {
  margin: 0;
}

.privacypolicy-note {
  margin-top: 1.5rem;
  padding-left: 2.1875rem;
}
@media screen and (max-width:768px) {
  .privacypolicy-note {
    margin-top: 1.625rem;
    padding-left: 1.625rem;
  }
}
.privacypolicy-note p {
  margin: 0;
}
.privacypolicy-note p + p {
  margin-top: 1rem;
}

.privacypolicy-note__list {
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0;
  padding-left: 0.9375rem;
}
@media screen and (max-width:768px) {
  .privacypolicy-note__list {
    gap: 1.5625rem;
    margin-block: 1.25rem;
    padding-left: 0rem;
  }
}

.page-fv--teachers {
  --page-fv-en-top: 50%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 39.4375rem;
  --page-fv-en-aspect-ratio: 631 / 103;
  --page-title-image-width: 12.5rem;
  --page-title-image-width-sp: 11.25rem;
  --page-title-image-aspect-ratio: 200 /50;
  --page-title-image-aspect-ratio-sp: 200 /50;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--teachers {
    padding-block: 1.875rem 2.5rem;
  }
}
.page-fv--teachers .page-title {
  margin: 1.5rem 0 2.1875rem;
}
@media screen and (max-width:768px) {
  .page-fv--teachers .page-title {
    margin: 0 0 1.5625rem;
  }
}
.page-fv--teachers .section-inner {
  position: relative;
}
.page-fv--teachers .page-fv-en {
  font-size: 0;
  line-height: 0;
}

.teachers-section {
  padding-block: 0rem 4.375rem;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .teachers-section {
    padding-block: 0rem 3.5rem;
  }
}

.teachers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: clamp(1.5625rem, 4.5408678103vw + 0.498234107rem, 4.375rem) clamp(1.5625rem, 7.5681130172vw + -0.2112764884rem, 6.25rem);
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .teachers-grid {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
    max-width: none;
  }
}

.teachers-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 34.375rem;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #1d4366;
}

.teachers-card__figure {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.teachers-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 550/271;
  object-fit: cover;
  object-position: center 27%;
}

.teachers-card__profile {
  padding: 1rem 1.375rem 1.6875rem;
  background: #1d4366;
  color: #fff;
}
@media screen and (max-width:768px) {
  .teachers-card__profile {
    padding: 0.9375rem 1rem 1.75rem;
  }
}

.teachers-card__name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  line-height: 1.45;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .teachers-card__name {
    font-size: 1.5rem;
  }
}

.teachers-card__role {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}

.teachers-card__body {
  flex: 1;
  padding: 1.375rem 1.375rem 1.25rem;
}
@media screen and (max-width:768px) {
  .teachers-card__body {
    padding: 1.125rem 1rem 1rem;
  }
}

.teachers-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .teachers-card__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.teachers-card__text {
  display: -webkit-box;
  max-height: calc(8.55em + 2px);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  transition: max-height 0.4s ease;
  will-change: max-height;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .teachers-card__text {
    font-size: 0.875rem;
    line-height: 1.71;
  }
}
.teachers-card__text p {
  margin: 0;
}
.teachers-card__text p + p {
  margin-top: 0.75rem;
}

.teachers-card__accordion {
  margin-top: 0.75rem;
}
.teachers-card__accordion.is-short .teachers-card__text {
  display: block;
  max-height: none;
  overflow: visible;
  -webkit-line-clamp: initial;
  line-clamp: initial;
}
.teachers-card__accordion.is-open .teachers-card__text {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: initial;
  line-clamp: initial;
}
.teachers-card__accordion.is-open .teachers-card__summary-icon::after {
  opacity: 0;
}
.teachers-card__accordion.is-closing .teachers-card__text {
  display: block;
  overflow: hidden;
  -webkit-line-clamp: initial;
  line-clamp: initial;
}

.teachers-card__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 10.5625rem;
  min-height: 2.875rem;
  margin: 0.875rem auto 0;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  color: #1d4366;
  cursor: pointer;
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transition: background 0.3s, color 0.3s;
}
.teachers-card__summary[hidden] {
  display: none !important;
}
@media screen and (max-width:768px) {
  .teachers-card__summary {
    min-width: 10.5625rem;
    min-height: 2.875rem;
    margin-top: 1.375rem;
    font-size: 0.9375rem;
  }
}
.teachers-card__summary::-webkit-details-marker {
  display: none;
}
@media screen and (hover: hover) and (min-width:769px) {
  .teachers-card__summary:hover {
    background: #1d4366;
    color: #fff;
  }
  .teachers-card__summary:hover .teachers-card__summary-icon::before,
  .teachers-card__summary:hover .teachers-card__summary-icon::after {
    background: #fff;
    border-color: #fff;
  }
}

.teachers-card__summary-icon {
  position: relative;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .teachers-card__summary-icon {
    width: 1rem;
    height: 1rem;
  }
}
.teachers-card__summary-icon::before, .teachers-card__summary-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.0625rem;
  background: #1d4366;
  border: 1px solid #1d4366;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .teachers-card__summary-icon::before, .teachers-card__summary-icon::after {
    width: 0.875rem;
    height: 0.0625rem;
  }
}
.teachers-card__summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.teachers-card__footer {
  padding: 0.9375rem 1.375rem 1.125rem;
  border-top: 1px solid #1d4366;
}
@media screen and (max-width:768px) {
  .teachers-card__footer {
    padding: 0.75rem 1rem 1rem;
  }
}

.teachers-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.teachers-card__tags li {
  font-size: 1rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .teachers-card__tags li {
    font-size: 1rem;
  }
}

.page-fv--support {
  --page-fv-en-top: 9%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 40.75rem;
  --page-fv-en-aspect-ratio: 652 / 103;
  --page-title-image-width: 27.6875rem;
  --page-title-image-width-sp: 18.75rem;
  --page-title-image-aspect-ratio: 443 / 49;
  --page-title-image-aspect-ratio-sp: 443 / 49;
  padding-block: 1.75rem 3.125rem;
}
@media screen and (max-width:768px) {
  .page-fv--support {
    padding-block: 1.875rem 3.125rem;
  }
}
.page-fv--support .page-title {
  margin: 1.5rem 0 2.5rem;
}
@media screen and (max-width:768px) {
  .page-fv--support .page-title {
    margin: 0;
  }
}
.page-fv--support .section-inner {
  position: relative;
}
.page-fv--support .page-fv-en {
  font-size: 0;
  line-height: 0;
}
.page-fv--support .page-fv-desc {
  position: relative;
  z-index: 1;
  margin: 1.1875rem 0 2.3125rem;
  max-width: 43.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .page-fv--support .page-fv-desc {
    margin-top: 1.5625rem;
  }
}
.page-fv--support .page-fv-lead--en {
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .page-fv--support .page-fv-lead--en {
    font-size: 1rem;
    font-weight: 600;
  }
}
.page-fv--support .page-fv-lead--catch {
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .page-fv--support .page-fv-lead--catch {
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 600px) {
  .page-fv--support .page-title-text {
    white-space: normal !important;
  }
}
.page-fv--support .page-title-text-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .page-fv--support .page-title-text-br {
    display: block;
  }
}

.support-anchor-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 15.875rem));
  justify-content: start;
  gap: 1rem;
  list-style: none;
  margin: 2.8125rem 0 0;
  padding: 0;
}
@media screen and (max-width:1100px) {
  .support-anchor-list {
    grid-template-columns: repeat(3, minmax(0, 15.875rem));
    gap: 1rem;
  }
}
@media screen and (max-width:768px) {
  .support-anchor-list {
    grid-template-columns: repeat(2, minmax(0, 15.875rem));
    gap: 1rem;
    margin-top: 1.75rem;
  }
}
.support-anchor-list li {
  min-width: 0;
  max-width: 15.875rem;
}
.support-anchor-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 5rem;
  padding: 0.75rem 1.125rem 0.75rem 1.625rem;
  border: 1px solid #1d4366;
  border-radius: 10px;
  background: #f4f3eb;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width:768px) {
  .support-anchor-list a {
    min-height: 3.75rem;
    padding: 0.3125rem 0.8125rem;
    font-size: 0.875rem;
  }
}
.support-anchor-list a::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.4375rem 0;
  border-color: #1d4366 transparent transparent;
  transition: border-color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .support-anchor-list a:hover {
    background: #1d4366;
    color: #fff;
  }
  .support-anchor-list a:hover::after {
    border-top-color: #fff;
  }
}

.support-section {
  padding-block: 2.5rem;
  background: #f2f9ff;
}
.support-section--method {
  background: #d3deea;
}
.support-section--contact {
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .support-section {
    padding-block: 2.75rem;
  }
}

.support-heading {
  margin: 0 0 1.9375rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-heading {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}

.support-lead {
  margin: 0 0 1.3125rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-lead {
    font-size: 0.875rem;
  }
}

.support-purpose-title {
  margin: 2.125rem 0 1.0625rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
.support-purpose-title:first-of-type {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .support-purpose-title {
    margin-top: 1.75rem;
    font-size: 1.25rem;
  }
}

.support-related-note {
  margin: -0.5rem 0 1.75rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
.support-related-note a {
  color: #0000ff;
  text-decoration: underline;
}

.support-purpose-list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 2.125rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0;
}

.support-document,
.support-method-card {
  padding: clamp(1.25rem, 2.4217961655vw + 0.6823915237rem, 2.75rem) clamp(1.25rem, 4.4399596367vw + 0.2093844601rem, 4rem);
  border: 2px solid #1d4366;
  background: #fff;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-document,
  .support-method-card {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
  }
}
.support-document p,
.support-method-card p {
  margin: 0;
}
.support-document p + p,
.support-method-card p + p {
  margin-top: 0.625rem;
}

p.support-note {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  p.support-note {
    font-size: 0.875rem;
  }
}

.support-document__item {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid rgba(29, 67, 102, 0.16);
}
.support-document__item + .support-document__item {
  padding-top: 1.6875rem;
}
.support-document__item + .support-accordion {
  border-top: none;
}

.support-document__title,
.support-method-card__title {
  margin: 1.75rem 0 1.3125rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
.support-document__title:first-child,
.support-method-card__title:first-child {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  .support-document__title,
  .support-method-card__title {
    font-size: 1rem;
  }
}

.support-method-list {
  display: grid;
  gap: 1.5rem;
}

.support-accordion {
  border-top: 1px solid rgba(29, 67, 102, 0.16);
  overflow: hidden;
  transition: height 0.4s ease;
}
.support-accordion + .support-accordion {
  margin-top: 0;
}

.support-section--method .support-method-card > .support-accordion:first-child {
  margin-top: 0;
  border-top: 0;
}

.support-option-label {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-option-label {
    font-size: 1rem;
  }
}

.support-method-note {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-method-note {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:768px) {
  .support-method-note--footnote {
    font-size: 0.75rem;
  }
}

.support-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  color: #1d4366;
  cursor: pointer;
  list-style: none;
}
.support-accordion__summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width:768px) {
  .support-accordion__summary {
    font-size: 1rem;
  }
}

.support-accordion__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-accordion__title {
    font-size: 1rem;
  }
}

.support-accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.support-accordion__icon::before, .support-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1px;
  background: #1d4366;
  transform: translate(-50%, -50%);
}
.support-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.support-accordion[open] .support-accordion__icon::after {
  opacity: 0;
}

.support-accordion__body {
  padding: 0 0 1.25rem;
}
.support-accordion__body p {
  margin: 0;
}
.support-accordion__body p + p {
  margin-top: 1rem;
}

.support-accordion__intro {
  padding: 0 0 1rem;
}
.support-accordion__intro p {
  margin: 0;
}

.support-accordion__subtitle {
  margin: 1.5rem 0 1.25rem;
  font-size: 1rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  border-left: 5px solid #1d4366;
  padding-left: 1.25rem;
}
@media screen and (max-width:768px) {
  .support-accordion__subtitle {
    font-size: 1.125rem;
  }
}

.support-donation-type-list {
  margin: 0 0 2rem;
  border: 1px solid #1d4366;
}
@media screen and (max-width:768px) {
  .support-donation-type-list {
    margin-bottom: 1.5rem;
  }
}
.support-donation-type-list dt {
  font-size: 1rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-donation-type-list dt {
    font-size: 0.75rem;
    line-height: 1.16;
  }
}
.support-donation-type-list dd {
  font-size: 1rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-donation-type-list dd {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}

.support-donation-type-list__row {
  display: grid;
  grid-template-columns: minmax(0, 19.375rem) minmax(0, 1fr);
}
@media screen and (max-width:768px) {
  .support-donation-type-list__row {
    grid-template-columns: minmax(0, 85fr) minmax(0, 219fr);
  }
}
.support-donation-type-list__row + .support-donation-type-list__row {
  border-top: 1px solid #1d4366;
}
.support-donation-type-list__row dt,
.support-donation-type-list__row dd {
  margin: 0;
  padding: 1.125rem 2.375rem;
}
@media screen and (max-width:768px) {
  .support-donation-type-list__row dt,
  .support-donation-type-list__row dd {
    padding: 0.75rem 0.625rem;
  }
}
.support-donation-type-list__row dt {
  background: #d3deea;
  border-right: 1px solid #1d4366;
  font-weight: 300;
}

.support-example-box {
  margin: 1.125rem 0;
  padding: clamp(1.25rem, 1.8163471241vw + 0.8242936428rem, 2.375rem) clamp(1.25rem, 2.0181634712vw + 0.7769929364rem, 2.5rem);
  background: #dbe2ec;
  border-radius: 10px;
}
@media screen and (max-width:768px) {
  .support-example-box {
    padding: 2.1875rem 2.5rem;
  }
}
.support-example-box__title {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1212;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
.support-example-box p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

.support-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
  min-width: 16.25rem;
  min-height: 2.875rem;
  margin: 0.875rem 0 1.125rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-button-link {
    width: 100%;
    min-width: 0;
    min-height: 2.5rem;
    font-size: 0.9375rem;
    text-align: center;
  }
}
.support-button-link::after {
  content: "";
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}

.support-legacy-box {
  margin-top: 2rem;
  padding: 2.1875rem 2.5rem;
  background: #f4f3eb;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-legacy-box {
    margin-top: 1.5rem;
    padding: 2.5rem 1.25rem;
    font-size: 0.875rem;
  }
}
.support-legacy-box p {
  margin: 0;
}

.support-legacy-box__title {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1212;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-legacy-box__title {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}

.support-step-list,
.support-note-list {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.375rem;
}

.support-caution {
  margin: 1.5rem 0 0;
  padding: 1.125rem 1.375rem;
  background: #f4f3eb;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-caution {
    padding: 1rem;
    font-size: 0.75rem;
  }
}

.support-contact-box__tel {
  margin: 1rem 0 0;
  font-weight: 600;
  color: #1d4366;
}

.support-section--related-garden,
.support-section--contact {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-section--related-garden,
  .support-section--contact {
    font-size: 0.875rem;
  }
}
.support-section--related-garden p,
.support-section--contact p {
  margin: 0;
}

.support-related-garden-box__title {
  margin: 0 0 0.875rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-related-garden-box__title {
    font-size: 1.25rem;
  }
}

.support-contact-text {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .support-contact-text {
    font-size: 0.875rem;
  }
}

.support-mail-link {
  color: #0000ff;
  text-decoration: underline;
}

.page-fv--search {
  --page-fv-en-top: 50%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 35.5625rem;
  --page-fv-en-aspect-ratio: 631 / 103;
  --page-title-image-width: 13.0625rem;
  --page-title-image-width-sp: 11.25rem;
  --page-title-image-aspect-ratio: 209 /51;
  --page-title-image-aspect-ratio-sp: 200 /51;
}
@media screen and (max-width:768px) {
  .page-fv--search {
    padding-block: 1.875rem 1.25rem;
  }
}
.page-fv--search .section-inner {
  position: relative;
}

.search-results {
  padding-block: 2.8125rem 5rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .search-results {
    padding-block: 2.75rem 3.5rem;
  }
}

.search-results__empty {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.search-result-list {
  display: grid;
  gap: 1.625rem;
}
@media screen and (max-width:768px) {
  .search-result-list {
    gap: 1.75rem;
  }
}

.search-result-card {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .search-result-card {
    font-size: 0.875rem;
  }
}

.search-result-card__title {
  margin: 0 0 1.0625rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .search-result-card__title {
    margin-bottom: 0.375rem;
    font-size: 1.25rem;
  }
}

.search-result-card__link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  text-decoration-thickness: 1px;
}
@media screen and (max-width:768px) {
  .search-result-card__link {
    text-underline-offset: 0rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .search-result-card__link:hover {
    opacity: 0.72;
  }
}

.search-result-card__excerpt {
  margin: 0;
}

.search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 3.5rem;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .search-pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2.25rem;
  }
}

.search-pagination__item {
  display: grid;
  place-items: center;
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid #1d4366;
  background: #fff;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #1d4366;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.search-pagination__item.is-current {
  border-color: #1d4366;
  background: #1d4366;
  color: #fff;
}
@media screen and (max-width:768px) {
  .search-pagination__item {
    width: 2.375rem;
    height: 2.375rem;
    font-size: 0.6875rem;
  }
}

.search-pagination__dots {
  color: #1d4366;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0.25rem;
}

.news-simple-header {
  background: #fff;
  border-bottom: 1px solid rgba(29, 67, 102, 0.15);
}

.news-simple-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  gap: 2rem;
}
@media screen and (max-width:768px) {
  .news-simple-header__inner {
    min-height: 3.5rem;
  }
}

.news-simple-header__logo {
  display: block;
  width: 13.75rem;
}
@media screen and (max-width:768px) {
  .news-simple-header__logo {
    width: 10.625rem;
  }
}
.news-simple-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.news-simple-header__nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .news-simple-header__nav {
    display: none;
  }
}
.news-simple-header__nav a {
  color: inherit;
  text-decoration: none;
}

.page-fv--news-list {
  --page-fv-en-top: 9%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 25.6875rem;
  --page-fv-en-aspect-ratio: 411 / 103;
  --page-title-image-width: 12.75rem;
  --page-title-image-width-sp: 11.25rem;
  --page-title-image-aspect-ratio: 204 /48;
  --page-title-image-aspect-ratio-sp: 204 /48;
  --page-title-text-color: #fff;
  --page-title-text-stroke-color: #1d4366;
  --page-title-text-shadow-color: #1d4366;
  --page-title-text-shadow-x: 0.1875rem;
  --page-title-text-shadow-y: 0.1875rem;
  --page-title-text-stroke-width: 1px;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--news-list {
    padding-block: 1.875rem 1.0625rem;
  }
}
.page-fv--news-list .page-title {
  margin: -0.4375rem 0 4.0625rem;
}
@media screen and (max-width:768px) {
  .page-fv--news-list .page-title {
    margin: 0 0 1.5rem;
  }
}
.page-fv--news-list .section-inner {
  position: relative;
}

.page-fv--news-detail {
  padding-block: 1.75rem 2.5rem;
}
@media screen and (max-width:768px) {
  .page-fv--news-detail {
    padding-block: 1.875rem 1.875rem;
  }
}

.page-fv--news-tag .page-title {
  margin-bottom: 0;
}

.news-category-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 100%;
  margin: 0;
  padding: 0.9375rem 1.875rem 1.5625rem;
  list-style: none;
  background: #f4f3eb;
  border-radius: 10px;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .news-category-nav {
    gap: 0.625rem;
    padding: 1.625rem 1.875rem 1.25rem;
  }
}
.news-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.875rem;
  padding: 0 0.875rem;
  border: 1px solid #1d4366;
  border-radius: 30px;
  color: #1d4366;
  background: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1d4366;
  text-align: left;
  line-height: 1.66;
  letter-spacing: 0.05em;
  transition: background 0.25s ease, color 0.25s ease;
}
.news-category-nav a.is-current {
  color: #fff;
  background: #1d4366;
}
@media screen and (hover: hover) and (min-width:769px) {
  .news-category-nav a:hover:not(.is-current) {
    color: #fff;
    background: #1d4366;
  }
}

.news-category-nav--keyword {
  max-width: none;
  margin-bottom: 2.625rem;
}
@media screen and (max-width:768px) {
  .news-category-nav--keyword {
    margin-bottom: 2rem;
  }
}

.news-list-section {
  padding-block: 2.5rem 2.1875rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .news-list-section {
    padding-block: 1.0625rem 1.5625rem;
  }
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(0.875rem, 1.614530777vw + 0.4965943491rem, 1.875rem);
  row-gap: clamp(2.3125rem, 1.0090817356vw + 2.0759964682rem, 2.9375rem);
}
@media screen and (max-width:1100px) {
  .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
    row-gap: 2.25rem;
  }
}
@media screen and (max-width:768px) {
  .news-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.875rem;
    row-gap: 2.3125rem;
  }
}

.news-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (hover: hover) and (min-width:769px) {
  .news-card__link:hover img {
    transform: scale(1.06);
    filter: brightness(1.06);
  }
  .news-card__link:hover .news-card__title {
    color: #1d4366;
  }
}

.news-card__figure {
  margin: 0 0 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .news-card__figure {
    margin-bottom: 0.5625rem;
  }
}
.news-card__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 380/270;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.0625rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a1212;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .news-card__meta {
    gap: 0.375rem;
    font-size: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
.news-card__meta time {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .news-card__meta time {
    font-size: 0.75rem;
  }
}

.news-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  min-height: 1.25rem;
  padding: 0.375rem 1rem;
  border-radius: 999px;
  background: #1d4366;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .news-card__category {
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
  }
}
.news-card__category--sub {
  background: #fff;
  border: 1px solid #1d4366;
  color: #1d4366;
}

.news-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1.125rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.72;
  letter-spacing: 0;
  transition: color 0.3s ease;
}
@media screen and (max-width:768px) {
  .news-card__title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 0.875rem;
  }
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: 4.0625rem;
  color: #1d4366;
}
@media screen and (max-width:768px) {
  .news-pagination {
    gap: 0.9375rem;
    margin-top: 2.875rem;
  }
}

.news-pagination__item {
  display: grid;
  place-items: center;
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid #1d4366;
  background: #fff;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #1d4366;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}
.news-pagination__item.is-current {
  border-color: #1d4366;
  background: #1d4366;
  color: #fff;
}

.news-pagination__dots {
  color: #1d4366;
  display: inline-block;
  margin: 0 0.3125rem;
}

.news-keyword-section {
  padding-block: 2.0625rem 4.375rem;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .news-keyword-section {
    padding-block: 1.5625rem 2.8125rem;
  }
}

.news-keyword-box {
  position: relative;
  padding: 4.375rem 3.4375rem 1.875rem;
  border: 1px solid #1d4366;
  background: #fff;
}
@media screen and (max-width:768px) {
  .news-keyword-box {
    padding: 3.625rem 2.8125rem 1.875rem;
  }
}

.news-keyword-box__title {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 12rem;
  margin: 0;
  padding: 0.5rem 1.25rem;
  background: #1d4366;
  color: #fff;
  transform: translate(-50%, 0%);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .news-keyword-box__title {
    min-width: 8.6875rem;
    padding: 0.375rem 1.125rem;
  }
}

.news-keyword-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.375rem;
  row-gap: 0rem;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.news-keyword-list a {
  color: #1a1212;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}

.news-detail-breadcrumb {
  margin-bottom: 0;
}

.news-detail-section {
  padding-block: 4.375rem 0;
  background: #f2f9ff;
  overflow-x: clip;
}
@media screen and (max-width:768px) {
  .news-detail-section {
    padding-block: 0rem 2.8125rem;
    background: #d3deea;
  }
}

.news-detail-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 46.875rem) minmax(0, 20.9375rem);
  column-gap: clamp(2.25rem, 3.4308779011vw + 1.4458879919rem, 4.375rem);
  row-gap: 0;
  align-items: start;
  justify-content: space-between;
  grid-template-areas: "header ." "content sidebar" "related related";
}
@media screen and (max-width:1200px) {
  .news-detail-section__inner {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
  }
}
@media screen and (max-width:768px) {
  .news-detail-section__inner {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
  }
}

.news-detail-article {
  min-width: 0;
}
@media screen and (min-width: 1201px) {
  .news-detail-article {
    display: contents;
  }
}
@media screen and (max-width:768px) {
  .news-detail-article {
    order: 1;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 5.3vw;
    padding-block: 2.125rem 2.625rem;
    box-sizing: border-box;
    background: #f2f9ff;
  }
}

.news-detail-header {
  grid-area: header;
  margin-bottom: 2.625rem;
}
@media screen and (max-width:768px) {
  .news-detail-header {
    margin-bottom: 1.375rem;
  }
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .news-detail-meta {
    gap: 0.375rem;
    margin-bottom: 0.25rem;
  }
}
.news-detail-meta time {
  font-size: 0.875rem;
  font-weight: 400;
  color: #1a1212;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

.news-detail-title {
  margin: 0 0 0.625rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .news-detail-title {
    font-size: 1.25rem;
  }
}

.news-detail-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.news-detail-content {
  grid-area: content;
  min-width: 0;
}

.news-detail-thumb {
  margin: 0 0 2.25rem;
}
@media screen and (max-width:768px) {
  .news-detail-thumb {
    margin-bottom: 1.625rem;
  }
}
.news-detail-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 750/533;
  object-fit: cover;
}

.news-detail-body {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
.news-detail-body p,
.news-detail-body h2,
.news-detail-body h3 {
  margin-top: 0;
}
.news-detail-body p {
  margin-bottom: 2.5rem;
}
@media screen and (max-width:768px) {
  .news-detail-body p {
    margin-bottom: 2.125rem;
  }
}
.news-detail-body h2,
.news-detail-body h3 {
  position: relative;
  margin-bottom: 1.6875rem;
  padding: 0.3125rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.news-detail-body h2 {
  background: #fff;
}
.news-detail-body h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.625rem;
  background: #1d4366;
}
.news-detail-body h3 {
  font-size: 1.125rem;
}
.news-detail-body h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}
.news-detail-body strong,
.news-detail-body b {
  font-weight: 600;
}
.news-detail-body a {
  color: #1d4366;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
@media screen and (hover: hover) and (min-width:769px) {
  .news-detail-body a:hover {
    text-decoration: none;
  }
}
.news-detail-body .button-wrapper {
  width: auto;
  max-width: none;
}
.news-detail-body .button,
.news-detail-body .link-button {
  width: auto;
  max-width: none;
  height: auto;
  min-height: 2.875rem;
  padding: 0.625rem 1.875rem;
  text-decoration: none;
}
@media screen and (hover: hover) and (min-width:769px) {
  .news-detail-body .button:hover,
  .news-detail-body .link-button:hover {
    text-decoration: none;
  }
}

.news-detail-back {
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
  margin-bottom: 4.1875rem;
}
@media screen and (max-width:768px) {
  .news-detail-back {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.news-detail-back__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 17.875rem;
  min-height: 2.875rem;
  padding: 0 1.75rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.news-detail-back__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}

.news-detail-sidebar {
  grid-area: sidebar;
  display: flex;
  flex-direction: column;
  gap: 2.4375rem;
  align-self: start;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}
@media screen and (max-width:1200px) {
  .news-detail-sidebar {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .news-detail-sidebar {
    display: contents;
    order: unset;
    width: auto;
    margin-bottom: 0;
  }
}

.news-side-box {
  position: relative;
  padding: 3.625rem 2.5rem 1.75rem;
  border: 1px solid #1d4366;
  background: #fff;
}

@media screen and (max-width:768px) {
  .news-side-box--category {
    order: 3;
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .news-side-box--keyword {
    order: 4;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.news-side-box__title {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 8.6875rem;
  margin: 0;
  padding: 0.375rem 1.125rem;
  background: #1d4366;
  transform: translate(-50%, 0);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0;
}

.news-side-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-side-category-list li + li {
  border-top: 1px solid #dbe2ec;
}
.news-side-category-list li:last-child {
  border-bottom: 1px solid #dbe2ec;
}
.news-side-category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 0.3125rem;
  color: #1a1212;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
.news-side-category-list a::after {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}

.news-keyword-list--side {
  justify-content: flex-start;
}

.news-detail-related {
  position: relative;
  z-index: 0;
  grid-area: related;
  padding-block: 4rem 4.125rem;
  background: transparent;
  box-sizing: border-box;
}
.news-detail-related::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  width: auto;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .news-detail-related::before {
    display: none;
  }
}
@media screen and (max-width:1200px) {
  .news-detail-related {
    order: 3;
  }
}
@media screen and (max-width:768px) {
  .news-detail-related {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding-block: 0.75rem 1.125rem;
  }
}

.news-detail-related__heading-row {
  margin-bottom: 1.75rem;
}
@media screen and (max-width:768px) {
  .news-detail-related__heading-row {
    margin-bottom: 1.625rem;
  }
}

.news-detail-related__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d4366;
  text-align: left;
  line-height: 1.35;
  letter-spacing: 0;
}

.news-detail-related-slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}
@media screen and (max-width:768px) {
  .news-detail-related-slider {
    width: 89.4vw;
    max-width: 89.4vw;
    margin-inline: auto;
    overflow: hidden;
  }
}

.news-detail-related-grid {
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .news-detail-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 1.0090817356vw + 1.0134964682rem, 1.875rem);
    transform: none !important;
  }
}
@media screen and (max-width:1100px) {
  .news-detail-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.news-detail-related-grid .swiper-slide {
  height: auto;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .news-detail-related-grid .swiper-slide {
    width: auto !important;
  }
}

.news-detail-related-nav {
  display: none;
}
@media screen and (max-width:768px) {
  .news-detail-related-nav {
    display: flex;
    justify-content: flex-end;
    gap: 1.5625rem;
    margin-top: 2.1875rem;
  }
}

.news-detail-related-nav__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1d4366;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .news-detail-related-nav__button {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
.news-detail-related-nav__button::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.news-detail-related-nav__button--prev::before {
  transform: translateX(0.1875rem) rotate(-135deg);
}

.news-detail-related-nav__button--next::before {
  transform: translateX(-0.1875rem) rotate(45deg);
}

.news-simple-footer {
  padding-block: 3.5rem 2rem;
  background: #fff;
}

.news-simple-footer__inner {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
}

.news-simple-footer__logo {
  display: block;
  width: 13.75rem;
}
.news-simple-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.news-simple-footer__copy {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

.page-fv--pamphlet,
.page-fv--pamphlet-archive {
  --page-fv-en-font-size: clamp(4rem, 5.6508577195vw + 2.675580222rem, 7.5rem);
  --page-fv-en-letter-spacing: 0.04em;
  --page-fv-en-top: 59%;
  --page-fv-en-right: 6%;
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 46.25rem;
  --page-fv-en-aspect-ratio: 740 / 101;
  --page-title-image-width: 12.75rem;
  --page-title-image-width-sp: 11.25rem;
  --page-title-image-aspect-ratio: 204 /48;
  --page-title-image-aspect-ratio-sp: 204 /48;
  --page-title-text-color: #fff;
  --page-title-text-stroke-color: #1d4366;
  --page-title-text-shadow-color: #1d4366;
  --page-title-text-shadow-x: 0.1875rem;
  --page-title-text-shadow-y: 0.1875rem;
  --page-title-text-stroke-width: 1px;
}
@media screen and (max-width:768px) {
  .page-fv--pamphlet,
  .page-fv--pamphlet-archive {
    padding-block: 1.875rem 1.25rem;
  }
}

.pamphlet-feature {
  padding-block: 2.5rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .pamphlet-feature {
    padding-block: 2.5rem 3rem;
  }
}

.pamphlet-feature__header {
  margin-bottom: 2.75rem;
}
@media screen and (max-width:768px) {
  .pamphlet-feature__header {
    margin-bottom: 1.5625rem;
  }
}

.pamphlet-feature__title {
  margin: 0 0 1rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .pamphlet-feature__title {
    font-size: 1.25rem;
    margin-bottom: 2.3125rem;
  }
}

.pamphlet-feature__lead {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}

.pamphlet-feature__layout {
  display: grid;
  grid-template-columns: minmax(0, 20.625rem) minmax(0, 1fr);
  gap: clamp(2rem, 1.614530777vw + 1.6215943491rem, 3rem);
  align-items: start;
  overflow: visible;
}
@media screen and (max-width:1100px) {
  .pamphlet-feature__layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    justify-items: center;
  }
}
@media screen and (max-width:768px) {
  .pamphlet-feature__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-inline: 0;
  }
}

.pamphlet-feature__cover {
  width: 20.625rem;
  max-width: 100%;
}
@media screen and (max-width:768px) {
  .pamphlet-feature__cover {
    width: 100%;
  }
}

.pamphlet-feature__cover-image {
  margin: 0 0 1.1875rem;
}
.pamphlet-feature__cover-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pamphlet-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  max-width: 14.5625rem;
  min-height: 2.875rem;
  padding: 0.625rem 1.125rem;
  margin: auto;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.pamphlet-download__icon {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
}

.pamphlet-viewer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 45.1875rem;
  min-width: 0;
  min-height: 25rem;
  margin-inline: auto;
  padding: 1.875rem 1.875rem;
  background: #fff;
  box-sizing: border-box;
  overflow: visible;
}
@media screen and (max-width:768px) {
  .pamphlet-viewer {
    min-height: 13.75rem;
    padding: 0.875rem 0.9375rem;
  }
}

.pamphlet-viewer__slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.pamphlet-viewer__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pamphlet-viewer__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.pamphlet-viewer__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: #1d4366;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .pamphlet-viewer__nav {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.pamphlet-viewer__nav::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pamphlet-viewer__nav--prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.pamphlet-viewer__nav--prev::before {
  transform: translateX(2px) rotate(-135deg);
}
.pamphlet-viewer__nav--next {
  right: 0;
  transform: translate(50%, -50%);
}
.pamphlet-viewer__nav--next::before {
  transform: translateX(-2px) rotate(45deg);
}

.pamphlet-card-list,
.pamphlet-archive-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pamphlet-card {
  min-width: 0;
}

.pamphlet-card__image {
  margin: 0 0 0.75rem;
}
.pamphlet-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.pamphlet-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
  max-width: 14.75rem;
  min-height: 2.875rem;
  padding: 0.625rem 1rem;
  margin: auto;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.pamphlet-card__link-text-sp {
  display: none;
}
@media screen and (max-width:768px) {
  .pamphlet-card__link-text-sp {
    display: inline;
  }
}

@media screen and (max-width:768px) {
  .pamphlet-card__link-text-pc {
    display: none;
  }
}

.pamphlet-card__link-icon {
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
}

.pamphlet-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-width: 10.5625rem;
  min-height: 2.875rem;
  padding: 0 1.5rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  color: #1d4366;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transition: background 0.3s, color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .pamphlet-more:hover {
    background: #1d4366;
    color: #fff;
  }
  .pamphlet-more:hover .pamphlet-more__icon::before,
  .pamphlet-more:hover .pamphlet-more__icon::after {
    background: #fff;
  }
  .pamphlet-more:hover.pamphlet-more--arrow .pamphlet-more__icon {
    filter: brightness(0) invert(1);
  }
}

.pamphlet-more__icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}
.pamphlet-more__icon::before, .pamphlet-more__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.0625rem;
  background: #1d4366;
  transform: translate(-50%, -50%);
}
.pamphlet-more__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pamphlet-more[aria-expanded=true] .pamphlet-more__icon::after {
  opacity: 0;
}

.pamphlet-more--arrow .pamphlet-more__icon {
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}
.pamphlet-more--arrow .pamphlet-more__icon::before, .pamphlet-more--arrow .pamphlet-more__icon::after {
  content: none;
}

.pamphlet-archive-preview {
  padding-block: 2.5rem 5rem;
  background: #d3deea;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview {
    padding-block: 2.5rem 3.5rem;
  }
}

.pamphlet-archive-preview__heading {
  margin-bottom: 2rem;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview__heading {
    margin-bottom: 1.5rem;
  }
}

.pamphlet-archive-preview__title {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview__title {
    font-size: 1.25rem;
  }
}

.pamphlet-archive-preview__slider {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview__slider {
    width: 89.4vw;
    max-width: 89.4vw;
    margin-inline: auto;
    overflow: hidden;
  }
}

.pamphlet-archive-preview .pamphlet-card-list {
  min-width: 0;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview .pamphlet-card-list {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pamphlet-archive-preview .pamphlet-card-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem;
    transform: none !important;
  }
}

.pamphlet-archive-preview .pamphlet-card.swiper-slide {
  height: auto;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .pamphlet-archive-preview .pamphlet-card.swiper-slide {
    width: auto !important;
  }
}

.pamphlet-archive-preview__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.125rem;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview__controls {
    justify-content: space-between;
    margin-top: 3rem;
  }
}

.pamphlet-archive-preview__nav {
  display: none;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview__nav {
    display: flex;
    gap: 1.5625rem;
  }
}

.pamphlet-archive-preview__nav-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #1d4366;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-preview__nav-button {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
.pamphlet-archive-preview__nav-button::before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.pamphlet-archive-preview__nav-button--prev::before {
  transform: translateX(0.1875rem) rotate(-135deg);
}
.pamphlet-archive-preview__nav-button--next::before {
  transform: translateX(-0.1875rem) rotate(45deg);
}

.pamphlet-archive {
  padding-block: 3.125rem 4.375rem;
  background: #f2f9ff;
}
@media screen and (max-width:768px) {
  .pamphlet-archive {
    padding-block: 3.125rem 3.75rem;
    background: #f2f9ff;
  }
}

.pamphlet-archive-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4.6875rem 1.75rem;
}
@media screen and (max-width:768px) {
  .pamphlet-archive-list {
    grid-template-columns: 1fr;
    gap: 3.3125rem;
  }
}

.pamphlet-archive__more {
  display: flex;
  justify-content: center;
  margin-top: 4.375rem;
}
@media screen and (max-width:768px) {
  .pamphlet-archive__more {
    margin-top: 3.125rem;
  }
}

.pamphlet-archive.is-expanded .pamphlet-archive__more {
  display: none;
}

.page-fv--about {
  --page-fv-en-top: 24%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 31.375rem;
  --page-fv-en-aspect-ratio: 502 / 261;
  --page-title-image-width: 12.5rem;
  --page-title-image-width-sp: 11.25rem;
  --page-title-image-aspect-ratio: 200 / 51;
  --page-title-image-aspect-ratio-sp: 200 / 51;
  padding-block: 1.75rem 5rem;
}
@media screen and (max-width:768px) {
  .page-fv--about {
    padding-block: 1.875rem 3.125rem;
  }
}
.page-fv--about .section-inner {
  position: relative;
}
.page-fv--about .page-fv-desc {
  max-width: 38.75rem;
}

.about-anchor-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 14.1875rem));
  gap: clamp(0.5rem, 0.8072653885vw + 0.3107971746rem, 1rem);
  list-style: none;
  margin: 2.6875rem 0 0;
  padding: 0;
}
@media screen and (max-width:1200px) {
  .about-anchor-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width:1100px) {
  .about-anchor-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media screen and (max-width:768px) {
  .about-anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9375rem 0.8125rem;
    margin-top: 3.125rem;
  }
}
.about-anchor-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 5rem;
  padding: 0.75rem 1.125rem 0.75rem clamp(1.125rem, 0.8072653885vw + 0.9357971746rem, 1.625rem);
  border: 1px solid #1d4366;
  border-radius: 10px;
  background: #f4f3eb;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width:768px) {
  .about-anchor-list a {
    min-height: 3.75rem;
    padding: 0.3125rem 0.8125rem;
    font-size: 0.875rem;
  }
}
.about-anchor-list a::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.4375rem 0;
  border-color: #1d4366 transparent transparent;
  transition: border-color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .about-anchor-list a:hover {
    background: #1d4366;
    color: #fff;
  }
  .about-anchor-list a:hover::after {
    border-top-color: #fff;
  }
}

.about-section {
  padding-block: 2.0625rem 1.5625rem;
  background: #f2f9ff;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
.about-section:nth-of-type(odd) {
  background: #d3deea;
}
.about-section--teachers {
  padding-block: 2.5rem 4.5rem;
}
.about-section--history {
  padding-block: 1.9375rem 4.125rem;
}
.about-section--emblem {
  padding-block: 2.5rem 2.3125rem;
  background: #fff !important;
}
.about-section--song {
  padding-block: 2.5rem 4.0625rem;
  background: #d3deea !important;
}
.about-section--evaluation {
  padding-block: 2.5rem 4.0625rem;
  background: #f2f9ff !important;
}
.about-section--bullying {
  padding-block: 2.5rem 5rem;
  background: #d3deea !important;
}
@media screen and (max-width:768px) {
  .about-section {
    padding-block: 2.75rem 3rem;
    font-size: 0.8125rem;
  }
}

.about-heading {
  margin: 0 0 2.375rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-heading {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
  }
}

.about-message__lead,
.about-teachers__lead,
.about-history__lead,
.about-evaluation__lead,
.about-bullying__lead {
  max-width: 47.5rem;
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-message__lead,
  .about-teachers__lead,
  .about-history__lead,
  .about-evaluation__lead,
  .about-bullying__lead {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}

.about-teachers__lead {
  margin-bottom: 1.125rem;
}

.about-history__lead {
  margin-bottom: 1.125rem;
}

.about-evaluation__lead,
.about-bullying__lead {
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
}
@media screen and (max-width:768px) {
  .about-evaluation__lead,
  .about-bullying__lead {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}

.about-message__lead--large,
.about-teachers__lead--large,
.about-history__lead--large {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .about-message__lead--large,
  .about-teachers__lead--large,
  .about-history__lead--large {
    font-size: 1.25rem;
  }
}

.about-message__text,
.about-teachers__text,
.about-history__text,
.about-emblem-body__text,
.about-bullying__text,
.about-evaluation__text {
  margin: 0 0 2.5625rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  max-width: 550px;
}
@media screen and (max-width:768px) {
  .about-message__text,
  .about-teachers__text,
  .about-history__text,
  .about-emblem-body__text,
  .about-bullying__text,
  .about-evaluation__text {
    margin-bottom: 1.5625rem;
    font-size: 0.875rem;
  }
}

.about-teachers__text,
.about-history__text,
.about-bullying__text {
  margin-bottom: 0rem;
}

.about-song-lyrics__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-song-lyrics__text {
    font-size: 0.875rem;
  }
}

.about-message-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, clamp(27.5rem, 19.5652173913vw + 18.1086956522rem, 34.8125rem));
  gap: clamp(0.25rem, 4.0363269425vw + -0.6960141271rem, 2.75rem);
  align-items: start;
}
@media screen and (max-width:768px) {
  .about-message-layout {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

.about-message-profile {
  margin-top: 0.4375rem;
  padding: clamp(1.5rem, 1.3377926421vw + 0.8578595318rem, 2rem) clamp(1rem, 0.6688963211vw + 0.6789297659rem, 1.25rem) clamp(1rem, 0.6688963211vw + 0.6789297659rem, 1.25rem) clamp(1.375rem, 1.3377926421vw + 0.7328595318rem, 1.875rem);
  border: 1px solid #1d4366;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .about-message-profile {
    padding: 1.6875rem 1.5rem 0.4375rem;
  }
}

.about-message-profile__top {
  display: grid;
  grid-template-columns: minmax(0, clamp(9.375rem, 5.8528428094vw + 6.5656354515rem, 11.5625rem)) minmax(0, 1fr);
  gap: clamp(0.6875rem, 3.9354187689vw + -0.234863774rem, 3.125rem);
  align-items: center;
  margin-bottom: 1.4375rem;
  padding-left: clamp(0.75rem, 1.5050167224vw + 0.0275919732rem, 1.3125rem);
}
@media screen and (max-width:1100px) {
  .about-message-profile__top {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
  .about-message-profile__top {
    grid-template-columns: 1fr;
    gap: 0.6875rem;
    margin-bottom: 0.75rem;
    padding: 0;
    border-bottom: 1px solid #dbe2ec;
  }
}

.about-message-profile__figure {
  margin: 0;
}
.about-message-profile__figure img {
  display: block;
  width: 100%;
  aspect-ratio: 185/221;
  object-fit: cover;
}

.about-message-profile__position {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-message-profile__position {
    font-size: 0.875rem;
  }
}

.about-message-profile__name {
  margin-top: 0 !important;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-message-profile__name {
    font-size: 1.5rem;
  }
}

.about-message-profile__list {
  margin: 0;
}

.about-message-profile__row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 0.3125rem;
  padding-block: 0.75rem;
  border-top: 1px solid #dbe2ec;
}
@media screen and (max-width:768px) {
  .about-message-profile__row {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 0.875rem 0.625rem;
  }
}
.about-message-profile__row:first-child {
  border-top: none;
}
.about-message-profile__row dt {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-message-profile__row dt {
    font-size: 0.875rem;
  }
}
.about-message-profile__row dd {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-message-profile__row dd {
    font-size: 0.875rem;
  }
}

.about-evaluation-card {
  padding: clamp(0.625rem, 2.0181634712vw + 0.1519929364rem, 1.875rem) clamp(2.375rem, 1.2108980827vw + 2.0911957619rem, 3.125rem);
  margin-top: clamp(1.25rem, 2.5227043391vw + 0.6587411705rem, 2.8125rem);
  border-radius: 5px;
  border: 1px solid #1d4366;
  background: #f4f3eb;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .about-evaluation-card {
    padding: 0.625rem 2.375rem;
    margin-top: 1.25rem;
  }
}
.about-evaluation-card .about-link-list a {
  min-height: 2.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width:768px) {
  .about-evaluation-card .about-link-list a {
    font-size: 0.8125rem;
  }
}

.about-evaluation__empty {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-evaluation__empty {
    font-size: 0.8125rem;
  }
}

.about-song__title {
  margin: 0 0 1.1875rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-song__title {
    margin-bottom: 0.8125rem;
    font-size: 1.25rem;
  }
}

.about-song__credit {
  margin: 0 0 2.4375rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-song__credit {
    margin-bottom: 1rem;
    font-size: 0.625rem;
  }
}

.about-song-lyrics__text {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-song-lyrics__text {
    font-size: 0.875rem;
  }
}

.about-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.75rem;
  min-height: 2.75rem;
  margin-top: 1.5rem;
  padding: 0.625rem 1.5rem;
  border: 1px solid #1d4366;
  border-radius: 999px;
  color: #1d4366;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1d4366;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .about-button-link:hover {
    background: #1d4366;
    color: #fff;
  }
}
@media screen and (max-width:768px) {
  .about-button-link {
    margin-top: 2.5rem;
  }
}

.about-button-link--teachers {
  justify-content: space-between;
  gap: 1rem;
  width: 21.1875rem;
  min-width: 0;
  height: 2.875rem;
  min-height: 0;
  padding: 0 2rem;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .about-button-link--teachers {
    width: min(100%, 21.1875rem);
    height: 2.875rem;
    padding-left: 1.375rem;
    font-size: 0.9375rem;
  }
}
@media screen and (hover: hover) and (min-width:769px) {
  .about-button-link--teachers:hover .about-button-link__arrow {
    filter: brightness(0) invert(1);
  }
}

.about-button-link__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
  transition: filter 0.3s;
}

.about-button-link__pdf {
  display: block;
  flex-shrink: 0;
  width: 0.9375rem;
  height: 1.0625rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
  transition: filter 0.3s;
}

.about-history-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 31.5625rem));
  gap: clamp(0rem, 6.458123108vw + -1.5136226034rem, 4rem);
  padding: 0.625rem clamp(1.5625rem, 0.5045408678vw + 1.4442482341rem, 1.875rem) 0;
  margin-top: 0.9375rem;
  border: 1px solid #1d4366;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width:1100px) {
  .about-history-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width:768px) {
  .about-history-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.6875rem 1.5625rem 0;
    margin-top: 2.0625rem;
  }
}

.about-history-list__column {
  margin: 0;
}

.about-history-list__row {
  display: grid;
  grid-template-columns: 7.25rem minmax(0, 1fr);
  gap: 1.25rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid #dbe2ec;
}
@media screen and (max-width:768px) {
  .about-history-list__row {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 0.75rem;
  }
}
.about-history-list__row dt {
  font-size: 0.875rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
.about-history-list__row dt span {
  display: block;
}
@media screen and (max-width:768px) {
  .about-history-list__row dt span {
    display: inline;
  }
}
.about-history-list__row dd {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.about-emblem-layout {
  display: grid;
  grid-template-columns: minmax(0, 11.25rem) minmax(0, 1fr);
  gap: clamp(2.1875rem, 1.614530777vw + 1.8090943491rem, 3.1875rem);
  align-items: center;
}
@media screen and (max-width:768px) {
  .about-emblem-layout {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
    justify-items: center;
    text-align: center;
  }
}

.about-emblem-figure {
  margin: -2.125rem 0 0;
}
@media screen and (max-width:768px) {
  .about-emblem-figure {
    margin: -0.625rem auto 0;
  }
}
.about-emblem-figure img {
  display: block;
  width: 10.0625rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .about-emblem-figure img {
    width: 10.0625rem;
  }
}

.about-song-lyrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 18.75rem));
  gap: clamp(1.125rem, 8.2744702321vw + -0.8143289606rem, 6.25rem);
}
@media screen and (max-width:768px) {
  .about-song-lyrics {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}

.about-accordion {
  overflow: hidden;
  border-top: 1px solid rgba(29, 67, 102, 0.16);
  transition: height 0.4s ease;
}
.about-accordion:first-child {
  border-top: 0;
}

.about-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.25rem;
  cursor: pointer;
  list-style: none;
}
.about-accordion__summary::-webkit-details-marker {
  display: none;
}

.about-accordion__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-accordion__title {
    font-size: 1rem;
  }
}

.about-accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.about-accordion__icon::before, .about-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1px;
  background: #1a1212;
  border: 1px solid #1a1212;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.about-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.about-accordion[open] .about-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.about-accordion__body {
  padding: 0 0 1.5rem;
}

.about-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 31.5625rem));
  column-gap: clamp(1rem, 1.4127144299vw + 0.6688950555rem, 1.875rem);
  row-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .about-link-list {
    grid-template-columns: 1fr;
  }
}
.about-link-list li {
  border-bottom: 1px solid #d8d8d8;
}
.about-link-list a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.875rem;
  color: #1d4366;
  text-decoration: none;
  padding-block: 0.875rem;
  font-size: 1rem;
  font-weight: 300;
  color: #1d4366;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .about-link-list a {
    justify-content: space-between;
  }
}
.about-link-list a::after {
  content: "";
  flex-shrink: 0;
  width: 0.9375rem;
  height: 1.0625rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
}

.page-fv--examinee {
  --page-fv-en-top: 50%;
  --page-fv-en-right: clamp(1.6rem, 1rem + 2vw, 4rem);
  --page-fv-en-left: auto;
  --page-fv-en-translate-x: 0%;
  --page-fv-en-translate-y: -50%;
  --page-fv-en-width: 59.875rem;
  --page-fv-en-aspect-ratio: 958 / 261;
  --page-title-image-width: 12.5rem;
  --page-title-image-width-sp: 11.25rem;
  --page-title-image-aspect-ratio: 200 / 50;
  --page-title-image-aspect-ratio-sp: 202 / 49;
  padding-block: 1.75rem 2.6875rem;
}
@media screen and (max-width:768px) {
  .page-fv--examinee {
    padding-block: 1.875rem 3.125rem;
  }
}
.page-fv--examinee .page-title {
  margin: 1.5rem 0 0;
}
@media screen and (max-width:768px) {
  .page-fv--examinee .page-title {
    margin: 0;
  }
}
.page-fv--examinee .section-inner {
  position: relative;
}
.page-fv--examinee .page-fv-en {
  font-size: 0;
  line-height: 0;
}

.examinee-anchor-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 14.1875rem));
  gap: clamp(0.5rem, 0.8072653885vw + 0.3107971746rem, 1rem);
  list-style: none;
  margin: 2.625rem 0 0;
  padding: 0;
}
@media screen and (max-width:1200px) {
  .examinee-anchor-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width:1100px) {
  .examinee-anchor-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media screen and (max-width:768px) {
  .examinee-anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9375rem;
    margin-top: 2.875rem;
  }
}
.examinee-anchor-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 5rem;
  padding: 0.75rem 1.125rem 0.75rem 1.625rem;
  border: 1px solid #1d4366;
  border-radius: 10px;
  background: #f4f3eb;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width:768px) {
  .examinee-anchor-list a {
    min-height: 3.75rem;
    padding: 0.3125rem 0.8125rem;
    font-size: 0.875rem;
  }
}
.examinee-anchor-list a::after {
  content: "";
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.4375rem 0;
  border-color: #1d4366 transparent transparent;
  transition: border-color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .examinee-anchor-list a:hover {
    background: #1d4366;
    color: #fff;
  }
  .examinee-anchor-list a:hover::after {
    border-top-color: #fff;
  }
}

.examinee-section {
  padding-block: 2.5rem 4.375rem;
  background: #fefefe;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
.examinee-section--open-school {
  padding-block: 2.5rem 2.1875rem;
}
.examinee-section--open-school, .examinee-section--guidelines {
  background: #d3deea;
}
.examinee-section--scholarship {
  background: #fefefe;
}
.examinee-section--dormitory {
  background: #f2f9ff;
}
.examinee-section--open-school {
  padding-top: 0;
}
@media screen and (max-width:768px) {
  .examinee-section {
    padding-block: 2.625rem;
  }
  .examinee-section--open-school {
    padding-top: 0;
  }
}

.examinee-heading {
  margin: 0 0 2.0625rem;
  font-size: 1.875rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-heading {
    margin-bottom: 2.25rem;
    font-size: 1.25rem;
  }
}
.examinee-heading--schedule {
  text-align: center;
}
.examinee-heading--payment {
  margin: 0 0 1.25rem;
}
@media screen and (max-width:768px) {
  .examinee-heading--payment {
    margin-bottom: 1.25rem;
  }
}
.examinee-heading--dormitory {
  margin: 0 0 1.25rem;
}
@media screen and (max-width:768px) {
  .examinee-heading--dormitory {
    margin-bottom: 1.875rem;
  }
}

.examinee-section__lead,
.examinee-open__lead {
  max-width: 47.5rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-section__lead,
  .examinee-open__lead {
    font-size: 1.125rem;
  }
}

.examinee-section__lead--dormitory {
  max-width: 47.5rem;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-section__lead--dormitory {
    font-size: 1.25rem;
  }
}

.examinee-section__text,
.examinee-open__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-passport__lead {
  max-width: 47.5rem;
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-passport__lead {
    font-size: 1.125rem;
  }
}

.examinee-passport__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-passport-layout {
  display: grid;
  grid-template-columns: minmax(0, 34.0625rem) minmax(0, 34.5rem);
  gap: clamp(1.5rem, 3.229061554vw + 0.7431886983rem, 3.5rem);
  margin-top: clamp(1.875rem, 1.5136226034vw + 1.5202447023rem, 2.8125rem);
  align-items: start;
}
@media screen and (max-width:1200px) {
  .examinee-passport-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width:768px) {
  .examinee-passport-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}

.examinee-passport-primary__title {
  position: relative;
  margin: 0 0 1.5625rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width:768px) {
  .examinee-passport-primary__title {
    margin-bottom: 0.625rem;
  }
}
.examinee-passport-primary__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}

.examinee-passport-primary__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-passport-merit {
  --cut: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px;
  background: #1d4366;
  border: none;
  box-sizing: border-box;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
.examinee-passport-merit::before {
  content: "";
  position: absolute;
  right: calc(var(--cut) / 2 - 1px);
  bottom: calc(var(--cut) / 2 - 1px);
  z-index: 2;
  width: calc(var(--cut) * 1.42);
  height: 2px;
  background: #1d4366;
  transform: translate(50%, 50%) rotate(-45deg);
  pointer-events: none;
}
.examinee-passport-merit::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - (var(--cut) - 1px)), calc(100% - (var(--cut) - 1px)) 100%, 0 100%);
  pointer-events: none;
}

.examinee-passport-merit__heading {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0.3125rem 1.6875rem;
  background: #1d4366;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-passport-merit__heading {
    padding: 0.3125rem 1.25rem;
  }
}

.examinee-passport-merit__list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.125rem 1.25rem 0;
  background: transparent;
}
@media screen and (max-width:768px) {
  .examinee-passport-merit__list {
    padding: 1.375rem 1.1875rem 0;
  }
}

.examinee-passport-merit__row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.3125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width:768px) {
  .examinee-passport-merit__row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 1.0625rem;
  }
}
.examinee-passport-merit__row:last-child {
  margin-bottom: 0;
}
.examinee-passport-merit__row dt {
  margin: 0;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #88bae2;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
.examinee-passport-merit__row dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.6875;
  letter-spacing: 0;
}

.examinee-passport-merit__note {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 1.5rem 1.75rem 7.0625rem;
  background: transparent;
  font-size: 0.625rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-passport-merit__note {
    padding-inline: 1.5rem;
  }
}

.examinee-schedule-image-block {
  margin-top: 2.5rem;
}

.examinee-scroll-swipe {
  display: none;
}
@media screen and (max-width:768px) {
  .examinee-scroll-swipe {
    display: block;
    margin: 0 0 0.625rem;
    font-size: 0.625rem;
    font-weight: 400;
    color: #1d4366;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.examinee-scrollbar {
  display: none;
}
@media screen and (max-width:768px) {
  .examinee-scrollbar {
    display: block;
    position: relative;
    height: 0.3125rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(29, 67, 102, 0.18);
  }
}

.examinee-scrollbar__thumb {
  display: block;
  width: var(--route-scrollbar-thumb-width, 30%);
  height: 100%;
  border-radius: inherit;
  background: #1d4366;
  transform: translateX(var(--route-scrollbar-thumb-x, 0));
}

.examinee-table-scroll {
  overflow-x: visible;
}
@media screen and (max-width:768px) {
  .examinee-table-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    margin-top: 1.125rem;
  }
  .examinee-table-scroll::-webkit-scrollbar {
    display: none;
  }
}

.examinee-schedule-image-scroll {
  overflow-x: visible;
  text-align: center;
}
@media screen and (max-width:768px) {
  .examinee-schedule-image-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .examinee-schedule-image-scroll::-webkit-scrollbar {
    display: none;
  }
}

.examinee-schedule-image {
  display: block;
  width: 46.6875rem;
  height: 62.875rem;
  margin-inline: auto;
}
@media screen and (max-width:768px) {
  .examinee-schedule-image {
    width: 27.125rem;
    height: 36.4375rem;
    max-width: none;
    margin-inline: 0;
  }
}

.examinee-open-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 34.75rem) minmax(0, 1fr);
  column-gap: clamp(1.75rem, 1.4127144299vw + 1.4188950555rem, 2.625rem);
  row-gap: 0;
  align-items: start;
}
@media screen and (max-width:1100px) {
  .examinee-open-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width:768px) {
  .examinee-open-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.examinee-open-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .examinee-open-body {
    order: 3;
  }
}

.examinee-open-figure {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin: 0;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width:768px) {
  .examinee-open-figure {
    order: 2;
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
  }
}
.examinee-open-figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  background: rgba(29, 67, 102, 0.16);
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: translate(1.875rem, 1.875rem);
}
@media screen and (max-width:768px) {
  .examinee-open-figure::after {
    width: calc(100% - 1.125rem);
    height: calc(100% - 1.125rem);
    transform: translate(1.125rem, 1.125rem);
  }
}
.examinee-open-figure img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 600/438;
  object-fit: cover;
  border-radius: 5px;
}

.examinee-open-heading {
  grid-column: 1/-1;
  position: relative;
  z-index: 0;
  width: min(100%, 41.5rem);
  margin: 0 auto -2.5rem;
  padding: 2.375rem 2rem 3.75rem;
  background: #1d4366;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:768px) {
  .examinee-open-heading {
    order: 1;
    margin: 0 auto -3.125rem;
    padding: 1.4375rem 1.25rem 2.75rem;
  }
}

.examinee-open-heading__sub {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-open-heading__sub {
    margin-top: 0.625rem;
  }
}

.examinee-open-heading__title {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-open-heading__title {
    font-size: 1.25rem;
  }
}

.examinee-open-schedule {
  width: 100%;
  padding: 1.875rem 1.375rem 1.875rem;
  border: 1px solid rgba(29, 67, 102, 0.28);
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .examinee-open-schedule {
    margin-top: 0;
    padding: 0.5rem 1.625rem 1.5625rem;
  }
}

.examinee-open-schedule__row {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid #dbe2ec;
}
@media screen and (max-width:768px) {
  .examinee-open-schedule__row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }
}
.examinee-open-schedule__row dt,
.examinee-open-schedule__row dd {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-open-schedule__row dt,
  .examinee-open-schedule__row dd {
    font-size: 0.75rem;
  }
}
.examinee-open-schedule__row dt {
  color: #1d4366;
}

.examinee-open-button-block {
  display: none;
}
@media screen and (max-width:768px) {
  .examinee-open-button-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 2.875rem;
    margin-top: 1.0625rem;
    padding: 0.75rem 1.125rem;
    border: 1px solid #1d4366;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1d4366;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.examinee-open-button-block__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
}

.examinee-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 14.0625rem;
  max-width: 100%;
  min-height: 2.875rem;
  margin-top: 1.75rem;
  padding: 0 2rem;
  border: 1px solid #1d4366;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}

.examinee-button-link__pdf {
  display: block;
  flex-shrink: 0;
  width: 0.9375rem;
  height: 1.0625rem;
  background: url("../img/common/i-pdf.svg") no-repeat center/contain;
}

.examinee-guidelines-grid,
.examinee-dormitory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1rem, 5.6508577195vw + -0.324419778rem, 4.5rem);
  row-gap: clamp(1.5625rem, 2.1190716448vw + 1.0658425832rem, 2.875rem);
  gap: unset;
  margin-top: 2.5rem;
}

@media screen and (max-width:768px) {
  .examinee-guidelines-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 1.5625rem;
  }
}

.examinee-dormitory-grid {
  gap: clamp(1.5625rem, 2.1190716448vw + 1.0658425832rem, 2.875rem) 0;
}
@media screen and (max-width: 600px) {
  .examinee-dormitory-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 1.5625rem 0;
  }
}

.examinee-scholarship__target {
  margin: 0 0 1.75rem;
  padding: 0.125rem 1.75rem;
  background: #1d4366;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-scholarship__target {
    margin-bottom: 1.75rem;
    padding: 0.375rem 1rem;
    font-size: 1rem;
  }
}

.examinee-scholarship-grid {
  display: grid;
  grid-template-columns: minmax(0, 32.0625rem) minmax(0, 40.6875rem);
  column-gap: clamp(1rem, 1.9172552977vw + 0.5506432896rem, 2.1875rem);
  row-gap: clamp(1.625rem, 2.0181634712vw + 1.1519929364rem, 2.875rem);
  margin-bottom: 1.875rem;
}
@media screen and (max-width:1200px) {
  .examinee-scholarship-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 2rem;
  }
}
@media screen and (max-width:768px) {
  .examinee-scholarship-grid {
    grid-template-columns: 1fr;
    row-gap: 1.625rem;
    margin-bottom: 1.875rem;
  }
}

.examinee-scholarship-grid--general {
  margin-bottom: 1.875rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #d3deea;
}
@media screen and (max-width:768px) {
  .examinee-scholarship-grid--general {
    margin-bottom: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.examinee-guideline-card {
  border: 1px solid rgba(29, 67, 102, 0.22);
  background: #fff;
  box-sizing: border-box;
}

.examinee-guideline-card {
  padding: 1.5rem;
}

.examinee-guideline-card__title,
.examinee-scholarship-card__title,
.examinee-dormitory-card__title {
  margin: 0 0 0.3125rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-guideline-card__title,
  .examinee-scholarship-card__title,
  .examinee-dormitory-card__title {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.examinee-dormitory-card__title {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .examinee-dormitory-card__title {
    font-size: 1.25rem;
  }
}

.examinee-guideline-card__list {
  margin: 0;
}
.examinee-guideline-card__list div {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1rem;
  padding-block: 0.75rem;
  border-top: 1px solid #dbe2ec;
}
.examinee-guideline-card__list dt,
.examinee-guideline-card__list dd {
  margin: 0;
}
.examinee-guideline-card__list dt {
  color: #1d4366;
  font-weight: 500;
}

.examinee-scholarship-card__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-payment {
  margin-top: 2.5rem;
}
@media screen and (max-width:768px) {
  .examinee-payment {
    margin-top: 2.8125rem;
  }
}

.examinee-payment__title {
  margin: 2rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d4366;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-payment__title {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.examinee-payment__note-small {
  font-size: 0.75rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-payment__note {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .examinee-payment__note {
    margin-top: 1.375rem;
    line-height: 1.5;
  }
}

.examinee-table-image {
  display: block;
  width: 100%;
  height: auto;
}
.examinee-table-image--academic {
  max-width: 32.0625rem;
  margin-top: 2.3125rem;
}
@media screen and (max-width:768px) {
  .examinee-table-image--academic {
    margin-top: 0.875rem;
  }
}
.examinee-table-image--club {
  max-width: 40.6875rem;
  margin-top: 0.8125rem;
}
.examinee-table-image--self-recommend {
  max-width: 32.0625rem;
  margin-top: 1.125rem;
}
.examinee-table-image--external-study {
  max-width: 40.6875rem;
  margin-top: 1.0625rem;
}
.examinee-table-image--shinyo {
  max-width: 32.0625rem;
  margin-top: 0.75rem;
}
.examinee-table-image--scholarship {
  max-width: 100%;
  margin-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .examinee-table-image--scholarship {
    max-width: 23.4375rem;
    margin-bottom: 1.875rem;
  }
}
.examinee-table-image--fee {
  max-width: none;
  width: 100%;
}
@media screen and (max-width:768px) {
  .examinee-table-image--fee {
    width: auto;
    max-width: none;
    height: 18.125rem;
  }
}

.examinee-fee-table-block {
  margin-top: 1rem;
}

.examinee-dormitory-card {
  display: grid;
  grid-template-columns: minmax(0, 10.75rem) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.4375rem, 1.4127144299vw + 1.1063950555rem, 2.3125rem);
  overflow: hidden;
}
@media screen and (max-width:1100px) {
  .examinee-dormitory-card {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    justify-items: center;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .examinee-dormitory-card {
    grid-template-columns: 1fr;
    gap: 1.4375rem;
  }
}

.examinee-dormitory-card__figure {
  margin: 0;
}
.examinee-dormitory-card__figure img {
  display: block;
  width: var(--dormitory-image-width, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width:768px) {
  .examinee-dormitory-card__figure img {
    margin: auto;
  }
}

.examinee-dormitory-card--hiragishi {
  --dormitory-image-width: 11.75rem;
}

.examinee-dormitory-card--hokudai {
  --dormitory-image-width: 6.75rem;
}
.examinee-dormitory-card--hokudai img {
  margin: 0 0 0 auto;
}
@media screen and (max-width:768px) {
  .examinee-dormitory-card--hokudai img {
    margin: auto;
  }
}

.examinee-dormitory-card--sapporo {
  --dormitory-image-width: 9.6875rem;
}

.examinee-dormitory-card__body {
  min-width: 0;
}

.examinee-dormitory-card__catch {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-dormitory-card__text {
  margin: 1.125rem 0 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-dormitory-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 10.125rem;
  min-height: 2.875rem;
  margin-top: 1.25rem;
  padding: 0 1.25rem;
  border: 1px solid #1d4366;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .examinee-dormitory-card__link:hover {
    background: #1d4366;
    border-color: #1d4366;
    color: #fff;
  }
  .examinee-dormitory-card__link:hover .examinee-dormitory-card__arrow {
    filter: brightness(0) invert(1);
  }
}

.examinee-dormitory-card__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 0.875rem;
  background: url("../img/common/arrow-blue.svg") no-repeat center/contain;
  transition: filter 0.3s;
}

.examinee-dormitory-contact {
  grid-column: 1/2;
}
@media screen and (max-width:768px) {
  .examinee-dormitory-contact {
    margin-top: 1.1875rem;
  }
}

.examinee-dormitory-contact__label {
  max-width: 34.0625rem;
  position: relative;
  margin: 0 0 1rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem;
  background: #fff;
  border: 1px solid #1d4366;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 400;
  color: #1d4366;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.examinee-dormitory-contact__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.3125rem;
  background: #1d4366;
}

.examinee-dormitory-contact__name,
.examinee-dormitory-contact__address,
.examinee-dormitory-contact__tel,
.examinee-dormitory-contact__url,
.examinee-dormitory-contact__note {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #1a1212;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
}

.examinee-dormitory-contact__name {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.examinee-dormitory-contact__tel,
.examinee-dormitory-contact__url {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.4375rem;
  font-size: 1.25rem;
  color: #1d4366;
}

.examinee-dormitory-contact__url {
  width: fit-content;
  text-decoration: none;
  transition: text-decoration-color 0.3s;
}
.examinee-dormitory-contact__url span {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15em;
  transition: text-decoration-color 0.3s;
}
@media screen and (hover: hover) and (min-width:769px) {
  .examinee-dormitory-contact__url:hover span {
    text-decoration-color: currentColor;
  }
}

.examinee-dormitory-contact__icon {
  display: block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

.examinee-dormitory-contact__note {
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width:768px) {
  .examinee-dormitory-contact__note {
    margin-top: 0.625rem;
    font-size: 0.625rem;
  }
}

@media screen and (min-width:769px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:768px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:769px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:768px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:769px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:769px) {
  .sp-only {
    display: none !important;
  }
}

.img-placeholder {
  display: block;
  width: 100%;
  background: #d3deea;
  object-fit: cover;
}
.img-placeholder:not([src]), .img-placeholder[src=""] {
  min-height: 12.5rem;
}

.img-top-event-card {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 380/270;
  object-fit: cover;
  border-radius: 5px;
}

.img-top-about-card {
  aspect-ratio: 380/270;
}

.img-life-club {
  aspect-ratio: 380/349;
}

.life-community-logos-image {
  aspect-ratio: 550/197;
}
@media screen and (max-width:768px) {
  .life-community-logos-image {
    aspect-ratio: 335/392;
  }
}

.life-community-image,
.img-placeholder.life-community-image {
  aspect-ratio: 545/270;
  max-width: 34.0625rem;
  object-fit: contain;
  background: transparent;
}

.life-exchange-image,
.img-placeholder.life-exchange-image {
  aspect-ratio: 545/270;
  max-width: 34.0625rem;
}

.life-uniform-main {
  aspect-ratio: 658/446;
}

.life-uniform-thumb img {
  aspect-ratio: 151/218;
}

.img-edu-diagram {
  aspect-ratio: 16/9;
}

.img-course-stage {
  aspect-ratio: 4/3;
}

.img-course-block {
  aspect-ratio: 16/10;
}

.img-pamphlet-cover {
  aspect-ratio: 330/466;
}

.img-pamphlet-spread {
  aspect-ratio: 657/469;
}

.img-pamphlet-card {
  aspect-ratio: 281/400;
}

.js-reveal > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-reveal.is-inview > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .js-reveal > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
