@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 汎用 */
/* プリセット（★@contentを必ず中継） */
/* hover可能デバイス */
@media print {
  .u-pc {
    display: block;
  }
  .u-tab,
  .u-sp {
    display: none;
  }
}
a[href^="tel:"] {
  text-decoration: none;
}

@media (width >= 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html {
  scrollbar-gutter: stable;
}

body {
  color: #20282e;
  background: #fffbf5;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

*:focus {
  outline: none;
}

/* 親要素の設定 */
.c-curriculum--area,
.procedure--order-table-wrap {
  position: relative !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

.c-curriculum .scroll-hint,
.procedure--order-table-wrap + .scroll-hint,
.procedure--order-table-wrap .scroll-hint {
  z-index: 1;
}

.c-curriculum .scroll-hint-icon,
.c-curriculum .scroll-hint-text,
.procedure--order-table-wrap .scroll-hint-icon,
.procedure--order-table-wrap .scroll-hint-text {
  z-index: 2;
}

.l-header {
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.4s ease;
}

.l-header.is-hidden-on-scroll {
  transform: translateY(-110%);
}

.l-header__inner {
  width: 95.3125%;
  margin-inline: auto;
}

.l-utility-nav,
.l-utility-nav__list {
  display: flex;
}

.l-utility-nav {
  justify-content: end;
}

.l-utility-nav__list {
  padding: 8px 26px 7px 13px;
  border-radius: 5px 5px 0 0;
  background-color: rgba(255, 255, 255, 0.92);
  width: fit-content;
  margin-bottom: -0.5px;
}
@media (width < 768px) {
  .l-utility-nav__list {
    display: none;
  }
}

.l-utility-nav__item + .l-utility-nav__item {
  margin-left: 18px;
}

.l-utility-nav__link {
  color: #20282e;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.l-utility-nav__link::after {
  bottom: -2px;
}

.l-header__main,
.l-global-nav,
.l-global-nav__list {
  display: flex;
  align-items: center;
}

.l-header__main {
  justify-content: space-between;
  padding: 14px 30px 12px 30px;
  border-radius: 5px 0 5px 5px;
  background-color: rgba(255, 255, 255, 0.92);
}
@media (width < 768px) {
  .l-header__main {
    border-radius: 5px;
  }
}
@media (width < 480px) {
  .l-header__main {
    padding: 9px 15px 7px 15px;
  }
}
@media (width < 375px) {
  .l-header__main {
    padding-inline: 10px;
  }
}

@media (width < 480px) {
  .l-header__brand {
    max-width: 139px;
    width: 45%;
  }
}
@media (width < 375px) {
  .l-header__brand {
    width: 40%;
  }
}

.l-header__logo {
  transition: opacity 0.3s ease;
}
.l-header__logo:focus-visible:hover, .l-header__logo:focus-visible:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo:hover:hover, .l-header__logo:hover:focus {
    opacity: 0.7;
  }
}

.l-global-nav {
  flex: 1;
  justify-content: end;
}

.l-global-nav__list {
  flex-wrap: wrap;
  row-gap: 15px;
}
@media (width < 768px) {
  .l-global-nav__list {
    display: none;
  }
}

.l-global-nav__item {
  width: fit-content;
  margin-left: 25px;
  cursor: pointer;
}

.l-global-nav__link {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #1a1616;
  font-size: clamp(0.75rem, 0.469rem + 0.586vw, 0.938rem); /* min: 12px, max: 15px */
  font-weight: 500;
  line-height: 1.5;
}
.l-global-nav__link::after {
  bottom: -2px;
}

.l-global-nav__link--has-arrow {
  position: relative;
  padding-right: 18px;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
}

.l-global-nav__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(225deg);
  transition: transform 0.4s ease-out;
}
.l-global-nav__arrow::before, .l-global-nav__arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #29ab6a;
}
.l-global-nav__arrow::before {
  width: 100%;
  height: 2px;
}
.l-global-nav__arrow::after {
  width: 2px;
  height: 100%;
}

.l-global-nav__item--has-sub {
  position: relative;
}

.l-global-nav__sub-list {
  position: absolute;
  top: 100%;
  left: -20px;
  width: max-content;
  padding-top: 22px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
  z-index: 1;
}
@media (width < 1120px) {
  .l-global-nav__sub-list {
    padding-top: 0;
  }
}

.l-global-nav__sub-link::after {
  bottom: -2px;
}

.l-global-nav__item--has-sub.is-open .l-global-nav__arrow {
  transform: rotate(405deg);
}
.l-global-nav__item--has-sub.is-open .l-global-nav__sub-list {
  opacity: 1;
  visibility: visible;
}

.l-global-nav__sub-list-item {
  padding-top: 15px;
  padding-inline: 20px;
  background-color: rgba(255, 255, 255, 0.92);
}
.l-global-nav__sub-list-item:last-child {
  padding-bottom: 15px;
  border-radius: 0 0 5px 5px;
}

.l-header__button {
  position: relative;
  display: grid;
  place-content: center;
  max-width: 144px;
  width: 100%;
  height: 43px;
  margin-left: 25px;
  padding: 0 2.2em 0 1.2666666667em;
  background-color: #29ab6a;
  color: #ffffff;
  font-size: clamp(0.75rem, 0.469rem + 0.586vw, 0.938rem); /* min: 12px, max: 15px */
  font-weight: 900;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (width < 480px) {
  .l-header__button {
    max-width: 117px;
    height: 28px;
    margin-left: 0;
  }
}
@media (width < 375px) {
  .l-header__button {
    font-size: 10px;
  }
}
.l-header__button::after {
  position: absolute;
  top: 50%;
  right: 11%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.l-header__button:focus-visible:hover, .l-header__button:focus-visible:focus {
  background-color: #ffffff;
  color: #29ab6a;
}
.l-header__button:focus-visible:hover::after, .l-header__button:focus-visible:focus::after {
  background-color: #29ab6a;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__button:hover:hover, .l-header__button:hover:focus {
    background-color: #ffffff;
    color: #29ab6a;
  }
  .l-header__button:hover:hover::after, .l-header__button:hover:focus::after {
    background-color: #29ab6a;
  }
}

.l-hamburger-button {
  position: relative;
  max-width: 43px;
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: 2.3%;
  border-radius: 100%;
  background-color: #1599b8;
  transition: opacity 0.3s ease, transform 0.6s ease;
  z-index: 500;
}
@media (width < 375px) {
  .l-hamburger-button {
    width: 95%;
  }
}
@media (width < 480px) {
  .l-hamburger-button {
    max-width: 28px;
  }
}

.l-hamburger-button__line {
  position: absolute;
  left: 50%;
  max-width: 14.76px;
  width: 100%;
  height: 1px;
  aspect-ratio: 14.76/1;
  background-color: #ffffff;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate(-50%, 0);
}
.l-hamburger-button__line:nth-of-type(1) {
  top: 17px;
}
.l-hamburger-button__line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-hamburger-button__line:nth-of-type(3) {
  bottom: 17px;
}

.l-hamburger-button.is-active .l-hamburger-button__line {
  transform-origin: left;
  left: 52%;
}
@media (width < 480px) {
  .l-hamburger-button.is-active .l-hamburger-button__line {
    left: 55%;
  }
}
.l-hamburger-button.is-active .l-hamburger-button__line:nth-of-type(1) {
  top: 17px;
  transform: translate(-50%, 0) rotate(36deg);
}
@media (width < 480px) {
  .l-hamburger-button.is-active .l-hamburger-button__line:nth-of-type(1) {
    top: 10px;
  }
}
.l-hamburger-button.is-active .l-hamburger-button__line:nth-of-type(2) {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.l-hamburger-button.is-active .l-hamburger-button__line:nth-of-type(3) {
  bottom: 16px;
  transform: translate(-50%, 0) rotate(-36deg);
}
@media (width < 480px) {
  .l-hamburger-button.is-active .l-hamburger-button__line:nth-of-type(3) {
    bottom: 8.5px;
  }
}

.l-hamburger-button.is-hidden-on-scroll {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

body.is-scroll-lock {
  overflow: hidden;
}

.l-drawer {
  position: fixed;
  inset: 0;
  top: -10px;
  background-color: #1599b8;
  width: 100%;
  padding-bottom: 25px;
  clip-path: circle(0% at calc(100% - 6.5104166667vw) 6.5104166667vw);
  opacity: 0;
  pointer-events: none;
  transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (width < 480px) {
  .l-drawer {
    padding-bottom: 0;
  }
}
.l-drawer.is-open {
  clip-path: circle(150% at calc(100% - 6.5104166667vw) 6.5104166667vw);
  opacity: 1;
  pointer-events: auto;
}
.l-drawer.is-close {
  clip-path: circle(0% at calc(100% - 6.5104166667vw) 6.5104166667vw);
  opacity: 0;
  pointer-events: none;
}

.l-drawer__container {
  width: 95.3125%;
  margin-inline: auto;
  margin-top: 45px;
  margin-bottom: 25px;
  padding-top: 39px;
  padding-bottom: 81px;
  border-radius: 35px;
  background-color: #ffffff;
}
@media (width < 768px) {
  .l-drawer__container {
    margin-top: 25px;
    padding-top: 18px;
  }
}
@media (width < 515px) {
  .l-drawer__container {
    padding-bottom: 36px;
  }
}
@media (width < 480px) {
  .l-drawer__container {
    margin-top: 20px;
    padding-top: 11px;
  }
}

.l-drawer__inner {
  width: 93.489148581%;
}

@media (width < 480px) {
  .l-drawer__brand {
    width: 41.5%;
    margin-left: 3.5px;
  }
}

.l-drawer__contents {
  width: 80.1666666667%;
  margin-inline: auto;
}
@media (width < 960px) {
  .l-drawer__contents {
    column-gap: clamp(3.75rem, -3.25rem + 14.583vw, 5.5rem); /* min: 60px, max: 88px */
  }
}
@media (width < 768px) {
  .l-drawer__contents {
    grid-template-columns: 45% 1fr;
  }
}
@media (width < 515px) {
  .l-drawer__contents {
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
}

.l-drawer-nav {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  grid-template-areas: "intro life teacher general" "food info sns sns";
  column-gap: clamp(1.5rem, -4.125rem + 9.375vw, 3.375rem); /* min: 24px, max: 54px */
  row-gap: 5vw;
  place-content: center;
  margin-top: 18px;
  padding-bottom: 43px;
  border-bottom: 1px solid #afafaf;
}
@media (width < 960px) {
  .l-drawer-nav {
    grid-template-columns: repeat(3, max-content);
    grid-template-areas: "intro life teacher" "general food info" "sns sns sns";
    column-gap: clamp(2.5rem, -1rem + 7.292vw, 3.375rem); /* min: 40px, max: 54px */
  }
}
@media (width < 768px) {
  .l-drawer-nav {
    grid-template-columns: repeat(2, max-content);
    grid-template-areas: "intro life" "general food" "teacher info" "sns sns";
    column-gap: clamp(1.25rem, -1.979rem + 10.764vw, 3.188rem); /* min: 20px, max: 51px */
    place-content: center;
  }
}
@media (width < 480px) {
  .l-drawer-nav {
    grid-template-columns: repeat(1, max-content);
    grid-template-areas: "intro" "life" "teacher" "general" "food" "info" "sns";
    row-gap: 16vw;
    place-content: center;
    margin-top: 26px;
  }
}

.l-drawer-nav__group {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.l-drawer-nav__group:nth-of-type(1) {
  grid-area: intro;
}
.l-drawer-nav__group:nth-of-type(2) {
  grid-area: life;
}
.l-drawer-nav__group:nth-of-type(3) {
  grid-area: teacher;
}
.l-drawer-nav__group:nth-of-type(4) {
  grid-area: general;
}
.l-drawer-nav__group:nth-of-type(5) {
  grid-area: food;
}
.l-drawer-nav__group:nth-of-type(6) {
  grid-area: info;
}
.l-drawer-nav__group:nth-of-type(7) {
  grid-area: sns;
}

.l-drawer-nav__title {
  font-size: clamp(1rem, -0.116rem + 1.786vw, 1.313rem); /* min: 16px, max: 21px */
  font-weight: bold;
}
@media (width < 960px) {
  .l-drawer-nav__title {
    font-size: clamp(1rem, -0.25rem + 2.604vw, 1.313rem); /* min: 16px, max: 21px */
  }
}
@media (width < 768px) {
  .l-drawer-nav__title {
    font-size: clamp(1rem, 0.364rem + 1.976vw, 1.313rem); /* min: 16px, max: 21px */
  }
}
@media (width < 480px) {
  .l-drawer-nav__title {
    font-size: 1.3125rem;
  }
}

.l-drawer-nav__title-link::after,
.l-drawer-nav__list-link::after {
  bottom: -2px;
}

.l-drawer-nav__title + .l-drawer-nav__list {
  margin-top: 14px;
}

.l-drawer-nav__list {
  padding-left: 1.5em;
}

.l-drawer-nav__list-item {
  position: relative;
}
.l-drawer-nav__list-item::before {
  position: absolute;
  top: 40%;
  left: -12%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #20282e;
}

.l-drawer-nav__list-item {
  font-size: clamp(0.75rem, 0.08rem + 1.071vw, 0.938rem); /* min: 12px, max: 15px */
  font-weight: 400;
  text-transform: uppercase;
}
@media (width < 960px) {
  .l-drawer-nav__list-item {
    font-size: clamp(0.75rem, 0rem + 1.563vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 768px) {
  .l-drawer-nav__list-item {
    font-size: clamp(0.75rem, 0.368rem + 1.186vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 480px) {
  .l-drawer-nav__list-item {
    font-size: 0.9375rem;
  }
}

.l-drawer-nav__list-item--info {
  font-size: clamp(1rem, 0.063rem + 1.563vw, 1.313rem); /* min: 16px, max: 21px */
  font-weight: bold;
}
@media (width < 960px) {
  .l-drawer-nav__list-item--info {
    font-size: clamp(1rem, -0.25rem + 2.604vw, 1.313rem); /* min: 16px, max: 21px */
  }
}
@media (width < 768px) {
  .l-drawer-nav__list-item--info {
    font-size: clamp(1rem, 0.479rem + 1.736vw, 1.313rem); /* min: 16px, max: 21px */
  }
}
@media (width < 480px) {
  .l-drawer-nav__list-item--info {
    font-size: 1.3125rem;
  }
}

.l-drawer-nav__list-item + .l-drawer-nav__list-item {
  margin-top: 12px;
}

.l-drawer-nav__list-item--info + .l-drawer-nav__list-item--info {
  margin-top: 31px;
}

.l-drawer__sns {
  max-width: 274px;
  margin-left: auto;
  border-bottom: 1px solid #afafaf;
}
@media (width < 768px) {
  .l-drawer__sns {
    margin-left: 0;
  }
}

.l-drawer__sns-title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.719rem + 0.586vw, 1.188rem); /* min: 16px, max: 19px */
  font-weight: bold;
  text-transform: uppercase;
}
@media (width < 960px) {
  .l-drawer__sns-title {
    font-size: clamp(1rem, 0.25rem + 1.563vw, 1.188rem); /* min: 16px, max: 19px */
  }
}
@media (width < 768px) {
  .l-drawer__sns-title {
    font-size: clamp(1rem, 0.618rem + 1.186vw, 1.188rem); /* min: 16px, max: 19px */
  }
}
@media (width < 480px) {
  .l-drawer__sns-title {
    font-size: 1.1875rem;
  }
}
.l-drawer__sns-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 109px;
  height: 1px;
  background-color: #afafaf;
}
@media (width < 960px) {
  .l-drawer__sns-title::after {
    width: clamp(1.875rem, -3.125rem + 10.417vw, 3.125rem); /* min: 30px, max: 50px */
  }
}
@media (width < 768px) {
  .l-drawer__sns-title::after {
    width: clamp(1.875rem, -8.176rem + 31.225vw, 6.813rem); /* min: 30px, max: 109px */
  }
}
@media (width < 480px) {
  .l-drawer__sns-title::after {
    width: 45px;
  }
}

.l-drawer__sns-list {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  margin-bottom: 18px;
}

.l-drawer__sns-item {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: all 0.3s;
}
.l-drawer__sns-item svg {
  width: 50px;
}
@media (width < 960px) {
  .l-drawer__sns-item svg {
    width: clamp(2.188rem, -0.312rem + 5.208vw, 2.813rem); /* min: 35px, max: 45px */
  }
}
@media (width < 768px) {
  .l-drawer__sns-item svg {
    width: clamp(2.188rem, 0.279rem + 5.929vw, 3.125rem); /* min: 35px, max: 50px */
  }
}
@media (width < 480px) {
  .l-drawer__sns-item svg {
    width: 40px;
  }
}
.l-drawer__sns-item svg rect {
  transition: all 0.3s;
}
.l-drawer__sns-item svg path {
  transition: all 0.3s;
}
.l-drawer__sns-item svg circle {
  transition: all 0.3s;
}

.l-drawer__sns-item:focus-visible:hover, .l-drawer__sns-item:focus-visible:focus {
  border-color: #1599b8;
}
.l-drawer__sns-item:focus-visible:hover svg rect[rx="25"], .l-drawer__sns-item:focus-visible:focus svg rect[rx="25"] {
  fill: #ffffff;
}
.l-drawer__sns-item:focus-visible:hover svg path[stroke],
.l-drawer__sns-item:focus-visible:hover svg circle[stroke], .l-drawer__sns-item:focus-visible:focus svg path[stroke],
.l-drawer__sns-item:focus-visible:focus svg circle[stroke] {
  stroke: #1599b8;
}
.l-drawer__sns-item:focus-visible:hover svg circle[fill],
.l-drawer__sns-item:focus-visible:hover svg path[fill], .l-drawer__sns-item:focus-visible:focus svg circle[fill],
.l-drawer__sns-item:focus-visible:focus svg path[fill] {
  fill: #1599b8;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__sns-item:hover:hover, .l-drawer__sns-item:hover:focus {
    border-color: #1599b8;
  }
  .l-drawer__sns-item:hover:hover svg rect[rx="25"], .l-drawer__sns-item:hover:focus svg rect[rx="25"] {
    fill: #ffffff;
  }
  .l-drawer__sns-item:hover:hover svg path[stroke],
  .l-drawer__sns-item:hover:hover svg circle[stroke], .l-drawer__sns-item:hover:focus svg path[stroke],
  .l-drawer__sns-item:hover:focus svg circle[stroke] {
    stroke: #1599b8;
  }
  .l-drawer__sns-item:hover:hover svg circle[fill],
  .l-drawer__sns-item:hover:hover svg path[fill], .l-drawer__sns-item:hover:focus svg circle[fill],
  .l-drawer__sns-item:hover:focus svg path[fill] {
    fill: #1599b8;
  }
}

.l-drawer__sns-link--instagram:focus-visible:hover, .l-drawer__sns-link--instagram:focus-visible:focus {
  border-color: #1599b8;
}
.l-drawer__sns-link--instagram:focus-visible:hover svg [stroke], .l-drawer__sns-link--instagram:focus-visible:focus svg [stroke] {
  stroke: #ffffff;
}
.l-drawer__sns-link--instagram:focus-visible:hover svg [fill]:not(rect), .l-drawer__sns-link--instagram:focus-visible:focus svg [fill]:not(rect) {
  fill: #ffffff;
}
.l-drawer__sns-link--instagram:focus-visible:hover svg circle:first-of-type, .l-drawer__sns-link--instagram:focus-visible:focus svg circle:first-of-type {
  fill: #1599b8;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__sns-link--instagram:hover:hover, .l-drawer__sns-link--instagram:hover:focus {
    border-color: #1599b8;
  }
  .l-drawer__sns-link--instagram:hover:hover svg [stroke], .l-drawer__sns-link--instagram:hover:focus svg [stroke] {
    stroke: #ffffff;
  }
  .l-drawer__sns-link--instagram:hover:hover svg [fill]:not(rect), .l-drawer__sns-link--instagram:hover:focus svg [fill]:not(rect) {
    fill: #ffffff;
  }
  .l-drawer__sns-link--instagram:hover:hover svg circle:first-of-type, .l-drawer__sns-link--instagram:hover:focus svg circle:first-of-type {
    fill: #1599b8;
  }
}

.l-drawer__recruit-button {
  position: relative;
  display: block;
  max-width: 274px;
  margin-top: 18px;
  margin-left: auto;
  padding-block: 1.2em;
  background-color: #29ab6a;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
  text-align: center;
  transition: all 0.3s;
}
@media (width < 960px) {
  .l-drawer__recruit-button {
    font-size: clamp(0.75rem, 0rem + 1.563vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 768px) {
  .l-drawer__recruit-button {
    margin-left: 0;
    font-size: clamp(0.75rem, 0.368rem + 1.186vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 480px) {
  .l-drawer__recruit-button {
    margin-inline: auto;
    font-size: 0.9375rem;
  }
}
.l-drawer__recruit-button:focus-visible:hover, .l-drawer__recruit-button:focus-visible:focus {
  background-color: #ffffff;
  color: #29ab6a;
}
.l-drawer__recruit-button:focus-visible:hover .l-drawer__recruit-button-arrow, .l-drawer__recruit-button:focus-visible:focus .l-drawer__recruit-button-arrow {
  background-color: #29ab6a;
}
.l-drawer__recruit-button:focus-visible:hover .l-drawer__recruit-button-arrow::after, .l-drawer__recruit-button:focus-visible:focus .l-drawer__recruit-button-arrow::after {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__recruit-button:hover:hover, .l-drawer__recruit-button:hover:focus {
    background-color: #ffffff;
    color: #29ab6a;
  }
  .l-drawer__recruit-button:hover:hover .l-drawer__recruit-button-arrow, .l-drawer__recruit-button:hover:focus .l-drawer__recruit-button-arrow {
    background-color: #29ab6a;
  }
  .l-drawer__recruit-button:hover:hover .l-drawer__recruit-button-arrow::after, .l-drawer__recruit-button:hover:focus .l-drawer__recruit-button-arrow::after {
    background-color: #ffffff;
  }
}

.l-drawer__recruit-button-arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 27px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (width < 960px) {
  .l-drawer__recruit-button-arrow {
    width: clamp(1.125rem, -1.125rem + 4.688vw, 1.688rem); /* min: 18px, max: 27px */
  }
}
@media (width < 768px) {
  .l-drawer__recruit-button-arrow {
    width: clamp(1.125rem, -0.02rem + 3.557vw, 1.688rem); /* min: 18px, max: 27px */
  }
}
@media (width < 480px) {
  .l-drawer__recruit-button-arrow {
    width: 27px;
  }
}
.l-drawer__recruit-button-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10.75px;
  height: 10.75px;
  background-color: #29ab6a;
  -webkit-mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (width < 960px) {
  .l-drawer__recruit-button-arrow::after {
    width: clamp(0.375rem, -0.812rem + 2.474vw, 0.672rem); /* min: 6px, max: 10.75px */
    height: clamp(0.375rem, -0.812rem + 2.474vw, 0.672rem); /* min: 6px, max: 10.75px */
  }
}
@media (width < 768px) {
  .l-drawer__recruit-button-arrow::after {
    width: clamp(0.375rem, -0.229rem + 1.877vw, 0.672rem); /* min: 6px, max: 10.75px */
    height: clamp(0.375rem, -0.229rem + 1.877vw, 0.672rem); /* min: 6px, max: 10.75px */
  }
}
@media (width < 480px) {
  .l-drawer__recruit-button-arrow::after {
    width: 10.75px;
    height: 10.75px;
  }
}

.l-drawer__bottom {
  padding-top: 17px;
}

.l-drawer__bottom-nav-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  column-gap: 25px;
  row-gap: 10px;
}
@media (width < 480px) {
  .l-drawer__bottom-nav-list {
    flex-direction: column;
    row-gap: 15px;
  }
}

.l-drawer__bottom-nav-link {
  display: block;
  width: fit-content;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.l-drawer__bottom-nav-link::after {
  bottom: -2px;
}

.l-drawer__bottom-nav-link--has-icon {
  position: relative;
  padding-right: 25px;
}
.l-drawer__bottom-nav-link--has-icon::before {
  position: absolute;
  top: -1px;
  right: 5px;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/common/common__pdf-icon.svg) no-repeat center/contain;
}

.l-drawer__copy {
  flex: 0 0 175px;
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (width < 515px) {
  .l-drawer__copy {
    flex: 1;
    margin-top: 70px;
  }
}

.l-footer {
  background-color: #1599b8;
  padding-bottom: 25px;
}

.l-footer__container {
  width: 96.71875%;
  margin-inline: auto;
  padding-top: 103px;
  padding-bottom: 106px;
  border-radius: 12px;
  background-color: #fffbf5;
}
@media (width < 515px) {
  .l-footer__container {
    padding-bottom: 36px;
  }
}

.l-footer__inner {
  max-width: 1000px;
  width: 80.7754442649%;
}

.l-footer__logo {
  transition: opacity 0.3s ease;
}
.l-footer__logo:focus-visible:hover, .l-footer__logo:focus-visible:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__logo:hover:hover, .l-footer__logo:hover:focus {
    opacity: 0.7;
  }
}

.l-footer__contents {
  display: grid;
  grid-template-columns: 27.4% 1fr;
  column-gap: clamp(3.75rem, 1.125rem + 5.469vw, 5.5rem); /* min: 60px, max: 88px */
}
@media (width < 960px) {
  .l-footer__contents {
    column-gap: clamp(3.75rem, -3.25rem + 14.583vw, 5.5rem); /* min: 60px, max: 88px */
  }
}
@media (width < 768px) {
  .l-footer__contents {
    grid-template-columns: 45% 1fr;
  }
}
@media (width < 515px) {
  .l-footer__contents {
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
}

.l-footer__address {
  margin-top: 15px;
}

.l-footer__address-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.75rem, 0.563rem + 0.391vw, 0.875rem); /* min: 12px, max: 14px */
  font-weight: 400;
}
@media (width < 960px) {
  .l-footer__address-text {
    font-size: clamp(0.75rem, 0.25rem + 1.042vw, 0.875rem); /* min: 12px, max: 14px */
  }
}
@media (width < 768px) {
  .l-footer__address-text {
    font-size: clamp(0.75rem, 0.496rem + 0.791vw, 0.875rem); /* min: 12px, max: 14px */
  }
}
@media (width < 515px) {
  .l-footer__address-text {
    justify-content: flex-start;
    font-size: clamp(0.75rem, 0.545rem + 1.026vw, 0.875rem); /* min: 12px, max: 14px */
  }
}

.l-footer__address-post {
  display: inline-block;
  margin-right: 23px;
}

.l-footer__address-map {
  position: relative;
  display: block;
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.75rem, 0.563rem + 0.391vw, 0.875rem); /* min: 12px, max: 14px */
  font-weight: 500;
}
@media (width < 960px) {
  .l-footer__address-map {
    font-size: clamp(0.75rem, 0.25rem + 1.042vw, 0.875rem); /* min: 12px, max: 14px */
  }
}
@media (width < 768px) {
  .l-footer__address-map {
    font-size: clamp(0.75rem, 0.496rem + 0.791vw, 0.875rem); /* min: 12px, max: 14px */
  }
}
@media (width < 515px) {
  .l-footer__address-map {
    font-size: 0.875rem;
  }
}
.l-footer__address-map::after {
  position: absolute;
  top: 50%;
  left: 103px;
  content: "";
  background: url(../images/common/common__link-icon.svg) no-repeat center;
  width: 12.44px;
  height: 13.21px;
  transform: translateY(-50%);
}

.l-footer__contact {
  margin-top: 36px;
}

.l-footer__tel,
.l-footer__fax,
.l-footer__exam-tel {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.l-footer__tel {
  font-size: clamp(1.5rem, 0rem + 3.125vw, 2.5rem); /* min: 24px, max: 40px */
}
@media (width < 960px) {
  .l-footer__tel {
    font-size: clamp(1.125rem, -0.375rem + 3.125vw, 1.5rem); /* min: 18px, max: 24px */
  }
}
@media (width < 768px) {
  .l-footer__tel {
    font-size: clamp(1.125rem, -1.674rem + 8.696vw, 2.5rem); /* min: 18px, max: 40px */
  }
}
@media (width < 515px) {
  .l-footer__tel {
    font-size: clamp(2.25rem, 1.84rem + 2.051vw, 2.5rem); /* min: 36px, max: 40px */
  }
}

.l-footer__fax {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  font-size: clamp(1.125rem, 0.188rem + 1.953vw, 1.75rem); /* min: 18px, max: 28px */
}
@media (width < 960px) {
  .l-footer__fax {
    font-size: clamp(1rem, 0.5rem + 1.042vw, 1.125rem); /* min: 16px, max: 18px */
  }
}
@media (width < 768px) {
  .l-footer__fax {
    font-size: clamp(1rem, -0.545rem + 4.8vw, 1.75rem); /* min: 16px, max: 28px */
  }
}
@media (width < 515px) {
  .l-footer__fax {
    justify-content: flex-start;
    font-size: clamp(1.625rem, 1.42rem + 1.026vw, 1.75rem); /* min: 26px, max: 28px */
  }
}

.l-footer__contact-text {
  font-size: clamp(1.125rem, 0.281rem + 1.758vw, 1.688rem); /* min: 18px, max: 27px */
  text-transform: uppercase;
}
@media (width < 960px) {
  .l-footer__contact-text {
    font-size: clamp(1rem, 0.5rem + 1.042vw, 1.125rem); /* min: 16px, max: 18px */
  }
}
@media (width < 768px) {
  .l-footer__contact-text {
    margin-right: clamp(0.688rem, -1.984rem + 8.3vw, 2rem); /* min: 11px, max: 32px */
    font-size: clamp(1rem, -0.399rem + 4.348vw, 1.688rem); /* min: 16px, max: 27px */
  }
}
@media (width < 515px) {
  .l-footer__contact-text {
    font-size: clamp(1.625rem, 1.42rem + 1.026vw, 1.75rem); /* min: 26px, max: 28px */
  }
}

.l-footer__exam-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 17px;
  font-size: clamp(0.875rem, 0.5rem + 0.781vw, 1.125rem); /* min: 14px, max: 18px */
}
@media (width < 960px) {
  .l-footer__exam-tel {
    font-size: clamp(0.875rem, -0.125rem + 2.083vw, 1.125rem); /* min: 14px, max: 18px */
  }
}
@media (width < 768px) {
  .l-footer__exam-tel {
    font-size: clamp(0.875rem, 0.366rem + 1.581vw, 1.125rem); /* min: 14px, max: 18px */
  }
}
@media (width < 515px) {
  .l-footer__exam-tel {
    font-size: clamp(0.875rem, 0.465rem + 2.051vw, 1.125rem); /* min: 14px, max: 18px */
  }
}
.l-footer__exam-tel .l-footer__contact-text {
  font-size: 0.9375rem;
}
@media (width < 960px) {
  .l-footer__exam-tel .l-footer__contact-text {
    margin-right: clamp(0.625rem, -7.625rem + 17.188vw, 2.688rem); /* min: 10px, max: 43px */
  }
}
@media (width < 768px) {
  .l-footer__exam-tel .l-footer__contact-text {
    margin-right: clamp(0.625rem, -3.192rem + 11.858vw, 2.5rem); /* min: 10px, max: 40px */
  }
}
@media (width < 515px) {
  .l-footer__exam-tel .l-footer__contact-text {
    margin-right: clamp(0.625rem, -2.76rem + 16.923vw, 2.688rem); /* min: 10px, max: 43px */
  }
}

.l-footer__contact-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.l-footer__sns {
  margin-top: 47px;
  border-bottom: 1px solid #afafaf;
}

.l-footer__sns-title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.719rem + 0.586vw, 1.188rem); /* min: 16px, max: 19px */
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
@media (width < 960px) {
  .l-footer__sns-title {
    font-size: clamp(1rem, 0.25rem + 1.563vw, 1.188rem); /* min: 16px, max: 19px */
  }
}
@media (width < 768px) {
  .l-footer__sns-title {
    font-size: clamp(1rem, 0.618rem + 1.186vw, 1.188rem); /* min: 16px, max: 19px */
  }
}
@media (width < 515px) {
  .l-footer__sns-title {
    font-size: clamp(1rem, 0.692rem + 1.538vw, 1.188rem); /* min: 16px, max: 19px */
  }
}
.l-footer__sns-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: clamp(1.875rem, -5.531rem + 15.43vw, 6.813rem); /* min: 30px, max: 109px */
  height: 1px;
  background-color: #afafaf;
}
@media (width < 960px) {
  .l-footer__sns-title::after {
    width: clamp(1.875rem, -3.125rem + 10.417vw, 3.125rem); /* min: 30px, max: 50px */
  }
}
@media (width < 768px) {
  .l-footer__sns-title::after {
    width: clamp(1.875rem, -8.176rem + 31.225vw, 6.813rem); /* min: 30px, max: 109px */
  }
}
@media (width < 515px) {
  .l-footer__sns-title::after {
    width: clamp(6.813rem, -6.623rem + 67.179vw, 15rem); /* min: 109px, max: 240px */
  }
}

.l-footer__sns-list {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 18px;
}

.l-footer__sns-link {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: all 0.3s;
}
.l-footer__sns-link svg {
  width: clamp(2.188rem, 0.781rem + 2.93vw, 3.125rem); /* min: 35px, max: 50px */
}
@media (width < 960px) {
  .l-footer__sns-link svg {
    width: clamp(2.188rem, -0.312rem + 5.208vw, 2.813rem); /* min: 35px, max: 45px */
  }
}
@media (width < 768px) {
  .l-footer__sns-link svg {
    width: clamp(2.188rem, 0.279rem + 5.929vw, 3.125rem); /* min: 35px, max: 50px */
  }
}
@media (width < 515px) {
  .l-footer__sns-link svg {
    width: 50px;
  }
}
.l-footer__sns-link svg rect {
  transition: all 0.3s;
}
.l-footer__sns-link svg path {
  transition: all 0.3s;
}
.l-footer__sns-link svg circle {
  transition: all 0.3s;
}

.l-footer__sns-link:focus-visible:hover, .l-footer__sns-link:focus-visible:focus {
  border-color: #1599b8;
}
.l-footer__sns-link:focus-visible:hover svg rect[rx="25"], .l-footer__sns-link:focus-visible:focus svg rect[rx="25"] {
  fill: #ffffff;
}
.l-footer__sns-link:focus-visible:hover svg path[stroke],
.l-footer__sns-link:focus-visible:hover svg circle[stroke], .l-footer__sns-link:focus-visible:focus svg path[stroke],
.l-footer__sns-link:focus-visible:focus svg circle[stroke] {
  stroke: #1599b8;
}
.l-footer__sns-link:focus-visible:hover svg circle[fill],
.l-footer__sns-link:focus-visible:hover svg path[fill], .l-footer__sns-link:focus-visible:focus svg circle[fill],
.l-footer__sns-link:focus-visible:focus svg path[fill] {
  fill: #1599b8;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link:hover:hover, .l-footer__sns-link:hover:focus {
    border-color: #1599b8;
  }
  .l-footer__sns-link:hover:hover svg rect[rx="25"], .l-footer__sns-link:hover:focus svg rect[rx="25"] {
    fill: #ffffff;
  }
  .l-footer__sns-link:hover:hover svg path[stroke],
  .l-footer__sns-link:hover:hover svg circle[stroke], .l-footer__sns-link:hover:focus svg path[stroke],
  .l-footer__sns-link:hover:focus svg circle[stroke] {
    stroke: #1599b8;
  }
  .l-footer__sns-link:hover:hover svg circle[fill],
  .l-footer__sns-link:hover:hover svg path[fill], .l-footer__sns-link:hover:focus svg circle[fill],
  .l-footer__sns-link:hover:focus svg path[fill] {
    fill: #1599b8;
  }
}

.l-footer__sns-link--instagram:focus-visible:hover, .l-footer__sns-link--instagram:focus-visible:focus {
  border-color: #1599b8;
}
.l-footer__sns-link--instagram:focus-visible:hover svg [stroke], .l-footer__sns-link--instagram:focus-visible:focus svg [stroke] {
  stroke: #ffffff;
}
.l-footer__sns-link--instagram:focus-visible:hover svg [fill]:not(rect), .l-footer__sns-link--instagram:focus-visible:focus svg [fill]:not(rect) {
  fill: #ffffff;
}
.l-footer__sns-link--instagram:focus-visible:hover svg circle:first-of-type, .l-footer__sns-link--instagram:focus-visible:focus svg circle:first-of-type {
  fill: #1599b8;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-link--instagram:hover:hover, .l-footer__sns-link--instagram:hover:focus {
    border-color: #1599b8;
  }
  .l-footer__sns-link--instagram:hover:hover svg [stroke], .l-footer__sns-link--instagram:hover:focus svg [stroke] {
    stroke: #ffffff;
  }
  .l-footer__sns-link--instagram:hover:hover svg [fill]:not(rect), .l-footer__sns-link--instagram:hover:focus svg [fill]:not(rect) {
    fill: #ffffff;
  }
  .l-footer__sns-link--instagram:hover:hover svg circle:first-of-type, .l-footer__sns-link--instagram:hover:focus svg circle:first-of-type {
    fill: #1599b8;
  }
}

.l-footer__recruit-button {
  position: relative;
  display: block;
  margin-top: 18px;
  padding-block: 1.2em;
  background-color: #29ab6a;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.75rem, 0.469rem + 0.586vw, 0.938rem); /* min: 12px, max: 15px */
  font-weight: 900;
  text-align: center;
  transition: all 0.3s;
}
@media (width < 960px) {
  .l-footer__recruit-button {
    font-size: clamp(0.75rem, 0rem + 1.563vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 768px) {
  .l-footer__recruit-button {
    font-size: clamp(0.75rem, 0.368rem + 1.186vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 515px) {
  .l-footer__recruit-button {
    width: 275px;
    margin-inline: auto;
    font-size: 0.9375rem;
  }
}
.l-footer__recruit-button:focus-visible:hover, .l-footer__recruit-button:focus-visible:focus {
  background-color: #ffffff;
  color: #29ab6a;
}
.l-footer__recruit-button:focus-visible:hover .l-footer__recruit-button-arrow, .l-footer__recruit-button:focus-visible:focus .l-footer__recruit-button-arrow {
  background-color: #29ab6a;
}
.l-footer__recruit-button:focus-visible:hover .l-footer__recruit-button-arrow::after, .l-footer__recruit-button:focus-visible:focus .l-footer__recruit-button-arrow::after {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__recruit-button:hover:hover, .l-footer__recruit-button:hover:focus {
    background-color: #ffffff;
    color: #29ab6a;
  }
  .l-footer__recruit-button:hover:hover .l-footer__recruit-button-arrow, .l-footer__recruit-button:hover:focus .l-footer__recruit-button-arrow {
    background-color: #29ab6a;
  }
  .l-footer__recruit-button:hover:hover .l-footer__recruit-button-arrow::after, .l-footer__recruit-button:hover:focus .l-footer__recruit-button-arrow::after {
    background-color: #ffffff;
  }
}

.l-footer__recruit-button-arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: clamp(1.125rem, 0.281rem + 1.758vw, 1.688rem); /* min: 18px, max: 27px */
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (width < 960px) {
  .l-footer__recruit-button-arrow {
    width: clamp(1.125rem, -1.125rem + 4.688vw, 1.688rem); /* min: 18px, max: 27px */
  }
}
@media (width < 768px) {
  .l-footer__recruit-button-arrow {
    width: clamp(1.125rem, -0.02rem + 3.557vw, 1.688rem); /* min: 18px, max: 27px */
  }
}
@media (width < 515px) {
  .l-footer__recruit-button-arrow {
    width: 27px;
  }
}
.l-footer__recruit-button-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: clamp(0.375rem, -0.07rem + 0.928vw, 0.672rem); /* min: 6px, max: 10.75px */
  height: clamp(0.375rem, -0.07rem + 0.928vw, 0.672rem); /* min: 6px, max: 10.75px */
  background-color: #29ab6a;
  -webkit-mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media (width < 960px) {
  .l-footer__recruit-button-arrow::after {
    width: clamp(0.375rem, -0.812rem + 2.474vw, 0.672rem); /* min: 6px, max: 10.75px */
    height: clamp(0.375rem, -0.812rem + 2.474vw, 0.672rem); /* min: 6px, max: 10.75px */
  }
}
@media (width < 768px) {
  .l-footer__recruit-button-arrow::after {
    width: clamp(0.375rem, -0.229rem + 1.877vw, 0.672rem); /* min: 6px, max: 10.75px */
    height: clamp(0.375rem, -0.229rem + 1.877vw, 0.672rem); /* min: 6px, max: 10.75px */
  }
}
@media (width < 515px) {
  .l-footer__recruit-button-arrow::after {
    width: 10.75px;
    height: 10.75px;
  }
}

.l-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  grid-template-areas: "intro life exam" "general food info";
  column-gap: clamp(1.25rem, -5.67rem + 11.071vw, 3.188rem); /* min: 20px, max: 51px */
  row-gap: 47px;
  margin-top: 3px;
}
@media (width < 960px) {
  .l-footer-nav {
    grid-template-columns: repeat(2, max-content);
    grid-template-areas: "intro life" "general exam" "food info";
    column-gap: clamp(1.25rem, -6.5rem + 16.146vw, 3.188rem); /* min: 20px, max: 51px */
  }
}
@media (width < 768px) {
  .l-footer-nav {
    grid-template-columns: repeat(1, max-content);
    grid-template-areas: "intro" "life" "general" "food" "exam" "info";
    column-gap: clamp(1.25rem, -6.5rem + 16.146vw, 3.188rem); /* min: 20px, max: 51px */
  }
}

.l-footer-nav__group {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.l-footer-nav__group:nth-of-type(1) {
  grid-area: intro;
}
.l-footer-nav__group:nth-of-type(2) {
  grid-area: life;
}
.l-footer-nav__group:nth-of-type(3) {
  grid-area: exam;
}
.l-footer-nav__group:nth-of-type(4) {
  grid-area: general;
}
.l-footer-nav__group:nth-of-type(5) {
  grid-area: food;
}
.l-footer-nav__group:nth-of-type(6) {
  grid-area: info;
}
@media (width < 768px) {
  .l-footer-nav__group:nth-of-type(6) {
    margin-left: 0;
  }
}

.l-footer-nav__title {
  font-size: clamp(1rem, -0.116rem + 1.786vw, 1.313rem); /* min: 16px, max: 21px */
  font-weight: bold;
}
@media (width < 960px) {
  .l-footer-nav__title {
    font-size: clamp(1rem, -0.25rem + 2.604vw, 1.313rem); /* min: 16px, max: 21px */
  }
}
@media (width < 768px) {
  .l-footer-nav__title {
    font-size: clamp(1rem, 0.364rem + 1.976vw, 1.313rem); /* min: 16px, max: 21px */
  }
}
@media (width < 515px) {
  .l-footer-nav__title {
    font-size: 1.3125rem;
  }
}

.l-footer-nav__list {
  margin-top: 14px;
  padding-left: 1.5em;
}

.l-footer-nav__list-item {
  position: relative;
}
.l-footer-nav__list-item::before {
  position: absolute;
  top: 40%;
  left: -12%;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #20282e;
}

.l-footer-nav__list-item + .l-footer-nav__list-item {
  margin-top: 12px;
}

.l-footer-nav__list-link {
  font-size: clamp(0.75rem, 0.08rem + 1.071vw, 0.938rem); /* min: 12px, max: 15px */
  font-weight: 400;
  text-transform: uppercase;
}
@media (width < 960px) {
  .l-footer-nav__list-link {
    font-size: clamp(0.75rem, 0rem + 1.563vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 768px) {
  .l-footer-nav__list-link {
    font-size: clamp(0.75rem, 0.368rem + 1.186vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 515px) {
  .l-footer-nav__list-link {
    font-size: 0.9375rem;
  }
}

.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 37px;
  padding-top: 17px;
  border-top: 1px solid #afafaf;
  color: #000000;
}
@media (width < 515px) {
  .l-footer__bottom {
    flex-direction: column;
  }
}

.l-footer__bottom-nav-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  column-gap: 25px;
  row-gap: 10px;
}
@media (width < 515px) {
  .l-footer__bottom-nav-list {
    flex-direction: column;
    column-gap: 15px;
    row-gap: 15px;
  }
}

.l-footer__bottom-nav-link {
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

.l-footer__bottom-nav-link--has-icon {
  position: relative;
  padding-right: 25px;
}
.l-footer__bottom-nav-link--has-icon::after {
  position: absolute;
  top: -1px;
  right: 5px;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/common/common__pdf-icon.svg) no-repeat center/contain;
}

.l-footer__copy {
  flex: 0 0 175px;
  margin-top: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #4E4E4E;
}
@media (width < 515px) {
  .l-footer__copy {
    flex: 1;
    margin-top: 70px;
    text-align: center;
  }
}

.l-inner {
  margin-inline: auto;
}

.l-inner--w1120 {
  max-width: 1120px;
  width: 87.5%;
}

.l-inner--w1080 {
  max-width: 1080px;
  width: 84.375%;
}

.l-inner--w1000 {
  max-width: 1000px;
  width: 78.125%;
}

.l-inner--w900 {
  max-width: 900px;
  width: 81.8181818182%;
}

.l-inner--w900-1280 {
  max-width: 900px;
  width: 70.3125%;
}

.l-inner--w860 {
  max-width: 860px;
  width: 70.3125%;
}

.l-card-inner {
  margin-inline: auto;
  display: flex;
  gap: 33px;
}
.l-card-inner__contents {
  width: 79%;
}
.l-card-inner__img {
  border-radius: 5%;
  max-width: 467px;
  height: fit-content;
}

.l-card-inner__contents {
  display: flex;
  flex-direction: column;
}

.l-gallery {
  margin-top: min(18.8vw, 143px);
  margin-bottom: 100px;
}
@media (width < 702px) {
  .l-gallery {
    margin-top: 35px;
    margin-bottom: 80px;
  }
}

.l-gallery-inner {
  max-width: 1000px;
  width: 90.9090909091%;
  margin: 0 auto;
  display: flex;
  gap: min(2.6vw, 20px);
}
@media (width < 702px) {
  .l-gallery-inner {
    flex-direction: column;
    gap: 20px;
    width: 80%;
  }
}
.l-gallery-inner__img {
  width: 100%;
  height: fit-content;
  aspect-ratio: 1/0.625;
  border-radius: 27px;
}
@media (width < 702px) {
  .l-gallery-inner__img {
    width: 75%;
  }
}
.l-gallery-inner__img:nth-child(2) {
  position: relative;
  margin-top: -58px;
}
@media (width < 702px) {
  .l-gallery-inner__img:nth-child(2) {
    margin-top: 0;
    margin-left: auto;
  }
}

/*吹き出し 丸*/
.l-gallery-img-bubble {
  width: 100%;
  position: relative;
  display: inline-block;
}
@media (width < 702px) {
  .l-gallery-img-bubble {
    display: flex;
  }
}

.l-gallery-img-bubble .bubble-text {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #29AB6A;
  color: #fff;
  padding: 12px 10%;
  border-radius: 100vw;
  font-size: clamp(11px, 1.45vw, 16px);
  font-weight: bold;
  line-height: 1.25;
  width: 81%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 768px) {
  .l-gallery-img-bubble .bubble-text {
    width: 100%;
  }
}
@media (width < 702px) {
  .l-gallery-img-bubble .bubble-text {
    padding: 13px 4%;
    font-size: 3.58vw;
    line-height: 1.3;
    width: 60%;
    transform: unset;
    top: -7%;
    left: 42%;
  }
}
.l-gallery-img-bubble .bubble-text::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 8px 0 8px;
  border-style: solid;
  border-color: #29AB6A transparent transparent transparent;
}
@media (width < 702px) {
  .l-gallery-img-bubble .bubble-text::after {
    left: -7%;
    transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
  }
}
@media (width < 480px) {
  .l-gallery-img-bubble .bubble-text::after {
    left: -9%;
  }
}

/*吹き出し　左寄せ*/
.l-gallery-img-bubble.left .bubble-text {
  position: absolute;
  top: -62px;
  left: 0;
  transform: translateX(0%);
  background-color: #29AB6A;
  color: #fff;
  padding: 13px 12%;
  border-radius: 100vw;
  font-size: clamp(11px, 1.45vw, 16px);
  font-weight: bold;
  line-height: 1.25;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (width < 702px) {
  .l-gallery-img-bubble.left .bubble-text {
    padding: 13px 4%;
    font-size: 3.58vw;
    line-height: 1.3;
    width: 60%;
    transform: unset;
    top: 65%;
    left: 42%;
  }
}
.l-gallery-img-bubble.left .bubble-text::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16px 8px 0 8px;
  border-style: solid;
  border-color: #29AB6A transparent transparent transparent;
}
@media (width < 702px) {
  .l-gallery-img-bubble.left .bubble-text::after {
    left: -6%;
    transform: translate(-50%, -50%) rotate(90deg);
    top: 50%;
  }
}
@media (width < 480px) {
  .l-gallery-img-bubble.left .bubble-text::after {
    left: -10%;
  }
}

/*吹き出し　角丸*/
.l-gallery-img-bubble.large .bubble-text {
  position: absolute;
  top: -127px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #29AB6A;
  color: #fff;
  padding: 17px 24px;
  border-radius: 21px;
  font-size: clamp(11px, 1.45vw, 16px);
  font-weight: bold;
  line-height: 1.25;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 702px) {
  .l-gallery-img-bubble.large .bubble-text {
    padding: 13px 4%;
    font-size: 3.58vw;
    line-height: 1.3;
    width: 60%;
    transform: unset;
    top: 65%;
    left: 42%;
  }
}
.l-gallery-img-bubble.large .bubble-text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px 14.5px 0 14.5px;
  border-style: solid;
  border-color: #29AB6A transparent transparent transparent;
}
@media (width < 702px) {
  .l-gallery-img-bubble.large .bubble-text::after {
    left: -19%;
    transform: translate(-50%, -50%) rotate(90deg);
    top: 30%;
  }
}
@media (width < 480px) {
  .l-gallery-img-bubble.large .bubble-text::after {
    left: -22%;
  }
}

.l-gallery-img-bubble__margin {
  margin-top: 0 !important;
}

.l-gallery-img-bubble.left .bubble-text.small {
  top: -67px;
  font-size: clamp(10px, 1.3vw, 15px);
  padding: 17px 10%;
}
@media (width < 768px) {
  .l-gallery-img-bubble.left .bubble-text.small {
    padding: 12px 5.8%;
    font-size: 1.4vw;
  }
}
@media (width < 702px) {
  .l-gallery-img-bubble.left .bubble-text.small {
    font-size: 2.63vw;
    line-height: 1.3;
    width: 60%;
    transform: unset;
    top: 7%;
    left: 42%;
    padding: 13px 5%;
  }
}
@media (width < 480px) {
  .l-gallery-img-bubble.left .bubble-text.small::after {
    left: -8%;
  }
}

.l-affiliated-school-inner {
  margin-top: clamp(72px, 11.2vw, 128px);
  margin-inline: auto;
}

.l-affiliated-school-contents {
  display: flex;
  gap: 40px;
}
.l-affiliated-school-contents__img {
  font-size: 1rem;
  font-weight: bold;
  color: #d65f38;
}
.l-affiliated-school-contents__img img {
  margin-bottom: 20px;
  border-radius: 27px;
}
@media (width < 768px) {
  .l-affiliated-school-contents__img img {
    border-radius: 2.3vw;
  }
}
@media (width < 768px) {
  .l-affiliated-school-contents {
    flex-direction: column;
  }
}

.l-grid {
  display: grid;
}

.l-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}

.l-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

.l-grid--4col {
  grid-template-columns: repeat(4, 1fr);
}

.c-button {
  display: block;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.c-button:focus-visible:hover, .c-button:focus-visible:focus {
  border-color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover:hover, .c-button:hover:focus {
    border-color: currentColor;
  }
}

.c-button--round {
  position: relative;
  display: block;
  border-radius: 10px;
}

.c-button--pill {
  position: relative;
  display: block;
  border-radius: 100vh;
  text-align: center;
}

.c-button-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.c-button-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.c-button-arrow--diagonal::after {
  -webkit-mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
}

.c-button--wh-bl {
  background-color: #ffffff;
  color: #1599b8;
}
.c-button--wh-bl:focus-visible:hover, .c-button--wh-bl:focus-visible:focus {
  background-color: #1599b8;
  color: #ffffff;
}
.c-button--wh-bl:focus-visible:hover .c-button-arrow--wh-bl, .c-button--wh-bl:focus-visible:focus .c-button-arrow--wh-bl {
  background-color: #ffffff;
}
.c-button--wh-bl:focus-visible:hover .c-button-arrow--wh-bl::after, .c-button--wh-bl:focus-visible:focus .c-button-arrow--wh-bl::after {
  background-color: #1599b8;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--wh-bl:hover:hover, .c-button--wh-bl:hover:focus {
    background-color: #1599b8;
    color: #ffffff;
  }
  .c-button--wh-bl:hover:hover .c-button-arrow--wh-bl, .c-button--wh-bl:hover:focus .c-button-arrow--wh-bl {
    background-color: #ffffff;
  }
  .c-button--wh-bl:hover:hover .c-button-arrow--wh-bl::after, .c-button--wh-bl:hover:focus .c-button-arrow--wh-bl::after {
    background-color: #1599b8;
  }
}

.c-button--wh-gr {
  background-color: #ffffff;
  color: #29ab6b;
}
.c-button--wh-gr:focus-visible:hover, .c-button--wh-gr:focus-visible:focus {
  background-color: #29ab6b;
  color: #ffffff;
}
.c-button--wh-gr:focus-visible:hover .c-button-arrow--wh-gr, .c-button--wh-gr:focus-visible:focus .c-button-arrow--wh-gr {
  background-color: #ffffff;
}
.c-button--wh-gr:focus-visible:hover .c-button-arrow--wh-gr::after, .c-button--wh-gr:focus-visible:focus .c-button-arrow--wh-gr::after {
  background-color: #29ab6b;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--wh-gr:hover:hover, .c-button--wh-gr:hover:focus {
    background-color: #29ab6b;
    color: #ffffff;
  }
  .c-button--wh-gr:hover:hover .c-button-arrow--wh-gr, .c-button--wh-gr:hover:focus .c-button-arrow--wh-gr {
    background-color: #ffffff;
  }
  .c-button--wh-gr:hover:hover .c-button-arrow--wh-gr::after, .c-button--wh-gr:hover:focus .c-button-arrow--wh-gr::after {
    background-color: #29ab6b;
  }
}

.c-button--cyan {
  background-color: #1599b8;
  color: #ffffff;
}
.c-button--cyan:focus-visible:hover, .c-button--cyan:focus-visible:focus {
  background-color: #ffffff;
  color: #1599b8;
}
.c-button--cyan:focus-visible:hover .c-button-arrow--cyan, .c-button--cyan:focus-visible:focus .c-button-arrow--cyan {
  background-color: #1599b8;
}
.c-button--cyan:focus-visible:hover .c-button-arrow--cyan::after, .c-button--cyan:focus-visible:focus .c-button-arrow--cyan::after {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--cyan:hover:hover, .c-button--cyan:hover:focus {
    background-color: #ffffff;
    color: #1599b8;
  }
  .c-button--cyan:hover:hover .c-button-arrow--cyan, .c-button--cyan:hover:focus .c-button-arrow--cyan {
    background-color: #1599b8;
  }
  .c-button--cyan:hover:hover .c-button-arrow--cyan::after, .c-button--cyan:hover:focus .c-button-arrow--cyan::after {
    background-color: #ffffff;
  }
}

.c-button--orange {
  background-color: #db7659;
  color: #ffffff;
}
.c-button--orange:focus-visible:hover, .c-button--orange:focus-visible:focus {
  background-color: #ffffff;
  color: #db7659;
}
.c-button--orange:focus-visible:hover .c-button-arrow--orange, .c-button--orange:focus-visible:focus .c-button-arrow--orange {
  background-color: #db7659;
}
.c-button--orange:focus-visible:hover .c-button-arrow--orange::after, .c-button--orange:focus-visible:focus .c-button-arrow--orange::after {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--orange:hover:hover, .c-button--orange:hover:focus {
    background-color: #ffffff;
    color: #db7659;
  }
  .c-button--orange:hover:hover .c-button-arrow--orange, .c-button--orange:hover:focus .c-button-arrow--orange {
    background-color: #db7659;
  }
  .c-button--orange:hover:hover .c-button-arrow--orange::after, .c-button--orange:hover:focus .c-button-arrow--orange::after {
    background-color: #ffffff;
  }
}

.c-button--green {
  background-color: #29ab6a;
  color: #ffffff;
}
.c-button--green:focus-visible:hover, .c-button--green:focus-visible:focus {
  background-color: #ffffff;
  color: #29ab6a;
}
.c-button--green:focus-visible:hover .c-button-arrow--green, .c-button--green:focus-visible:focus .c-button-arrow--green {
  background-color: #29ab6a;
}
.c-button--green:focus-visible:hover .c-button-arrow--green::after, .c-button--green:focus-visible:focus .c-button-arrow--green::after {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-button--green:hover:hover, .c-button--green:hover:focus {
    background-color: #ffffff;
    color: #29ab6a;
  }
  .c-button--green:hover:hover .c-button-arrow--green, .c-button--green:hover:focus .c-button-arrow--green {
    background-color: #29ab6a;
  }
  .c-button--green:hover:hover .c-button-arrow--green::after, .c-button--green:hover:focus .c-button-arrow--green::after {
    background-color: #ffffff;
  }
}

.c-button-arrow--wh-bl {
  background-color: #1599b8;
}
.c-button-arrow--wh-bl::after {
  background-color: #ffffff;
}

.c-button-arrow--wh-gr {
  background-color: #29ab6b;
}
.c-button-arrow--wh-gr::after {
  background-color: #ffffff;
}

.c-button-arrow--cyan {
  background-color: #ffffff;
}
.c-button-arrow--cyan::after {
  background-color: #1599b8;
}

.c-button-arrow--orange {
  background-color: #ffffff;
}
.c-button-arrow--orange::after {
  background-color: #db7659;
}

.c-button-arrow--green {
  background-color: #ffffff;
}
.c-button-arrow--green::after {
  background-color: #29ab6a;
}

/*長方形ボタン*/
.c-button-lg {
  margin-inline: auto;
}

.c-button-lg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: min(1.3vw, 35px);
  row-gap: 30px;
  margin-bottom: min(6.5vw, 62px);
}
.c-button-lg-inner__item {
  width: 100%;
  display: block;
}
@media (width < 768px) {
  .c-button-lg-inner {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}

.c-button-lg__button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(1.1vw, 21px);
  position: relative;
  background-color: #ffffff;
  padding: min(2.6vw, 30px) min(1.6vw, 46px);
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: bold;
  color: #080808;
  border-radius: 13px;
}
@media (width < 768px) {
  .c-button-lg__button {
    font-size: clamp(12px, 3.58vw, 20px);
    padding: min(4.6vw, 60px) min(3.3vw, 90px);
    gap: min(3.5vw, 40px);
  }
}

.c-button-lg__button-icon {
  width: clamp(32px, 4.2vw, 59px);
}
@media (width < 768px) {
  .c-button-lg__button-icon {
    width: clamp(35px, 10.1vw, 59px);
  }
}

.c-button-lg__button-arrow {
  position: absolute;
  top: 50%;
  right: 6.5%;
  display: block;
  max-width: clamp(26px, 3.5vw, 35px);
  max-height: clamp(26px, 3.5vw, 35px);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #000000;
  transform: translateY(-50%);
}
@media (width < 768px) {
  .c-button-lg__button-arrow {
    max-width: clamp(26px, 5.12vw, 35px);
    max-height: clamp(26px, 5.12vw, 35px);
  }
}
.c-button-lg__button-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  max-width: 8.38px;
  max-height: 8.38px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
}

.c-button-lg-inner__img {
  margin-left: auto;
  margin-top: 25px;
  max-width: clamp(7.213rem, 4.675rem + 12.058vw, 17.625rem); /* min: 141px, max: 282px */
  height: clamp(4.5rem, 3rem + 7.5vw, 9rem); /* min: 72px, max: 144px */
}
@media (width < 768px) {
  .c-button-lg-inner__img {
    margin-top: 0;
  }
}

.c-lower-curriculum-heading--stripe {
  margin-bottom: 42px;
}

.c-button-lg__illustration {
  width: 248px;
  height: auto;
}
@media (width < 768px) {
  .c-button-lg__illustration {
    width: clamp(7.625rem, 2.179rem + 27.232vw, 15.25rem); /* min: 122px, max: 244px */
  }
}

.c-button__link--whitegreen {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(1.1vw, 21px);
  position: relative;
  background: linear-gradient(to right, #29ab6a 9px, #ffffff 9px);
  padding: min(2.6vw, 13px) min(2.03vw, 46px) min(2.6vw, 9px);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: bold;
  height: 52px;
  border-radius: 5px;
  border: solid 1px #29ab6a;
}
@media (width < 768px) {
  .c-button__link--whitegreen {
    font-size: clamp(12px, 3.58vw, 18px);
    padding: min(4.6vw, 60px) min(4.3vw, 90px);
    gap: min(3.8vw, 40px);
  }
}
.c-button__link--whitegreen:focus-visible:hover .c-button__link--arrow,
.c-button__link--whitegreen:focus-visible:hover .p-links__icon--arrow-image,
.c-button__link--whitegreen:focus-visible:hover .p-sitemap__icon--arrow-image, .c-button__link--whitegreen:focus-visible:focus .c-button__link--arrow,
.c-button__link--whitegreen:focus-visible:focus .p-links__icon--arrow-image,
.c-button__link--whitegreen:focus-visible:focus .p-sitemap__icon--arrow-image {
  border: solid 1px #29ab6a;
  background-color: #ffffff;
}
.c-button__link--whitegreen:focus-visible:hover .c-button__link--arrow::after,
.c-button__link--whitegreen:focus-visible:hover .p-links__icon--arrow-image::after,
.c-button__link--whitegreen:focus-visible:hover .p-sitemap__icon--arrow-image::after, .c-button__link--whitegreen:focus-visible:focus .c-button__link--arrow::after,
.c-button__link--whitegreen:focus-visible:focus .p-links__icon--arrow-image::after,
.c-button__link--whitegreen:focus-visible:focus .p-sitemap__icon--arrow-image::after {
  background-color: #29ab6a;
}
@media (hover: hover) and (pointer: fine) {
  .c-button__link--whitegreen:hover:hover .c-button__link--arrow,
  .c-button__link--whitegreen:hover:hover .p-links__icon--arrow-image,
  .c-button__link--whitegreen:hover:hover .p-sitemap__icon--arrow-image, .c-button__link--whitegreen:hover:focus .c-button__link--arrow,
  .c-button__link--whitegreen:hover:focus .p-links__icon--arrow-image,
  .c-button__link--whitegreen:hover:focus .p-sitemap__icon--arrow-image {
    border: solid 1px #29ab6a;
    background-color: #ffffff;
  }
  .c-button__link--whitegreen:hover:hover .c-button__link--arrow::after,
  .c-button__link--whitegreen:hover:hover .p-links__icon--arrow-image::after,
  .c-button__link--whitegreen:hover:hover .p-sitemap__icon--arrow-image::after, .c-button__link--whitegreen:hover:focus .c-button__link--arrow::after,
  .c-button__link--whitegreen:hover:focus .p-links__icon--arrow-image::after,
  .c-button__link--whitegreen:hover:focus .p-sitemap__icon--arrow-image::after {
    background-color: #29ab6a;
  }
}

.c-button__link--arrow {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 100%;
  height: 100%;
  max-width: clamp(26px, 5.2vw, 41px);
  max-height: clamp(26px, 5.2vw, 41px);
  background-color: #29ab6a;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: solid 1px #29ab6a;
}
@media (width < 480px) {
  .c-button__link--arrow {
    right: 4.6%;
  }
}
.c-button__link--arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  max-width: 50%;
  max-height: 50%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask: url("../images/common/arrow/common__arrow-horizontal-link.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-horizontal-link.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
}

.c-button__link--oval {
  width: 100%;
  display: flex;
  align-items: center;
  gap: min(1.1vw, 21px);
  position: relative;
  background: #ffffff;
  padding: min(2.17vw, 30px) min(4.565vw, 63px) min(2.17vw, 30px) 63px;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: bold;
  height: 89px;
  border-radius: 45px;
  border: solid 1px #29ab6a;
}
@media (width < 768px) {
  .c-button__link--oval {
    font-size: clamp(12px, 3.58vw, 20px);
    padding: min(4.6vw, 60px) min(4.3vw, 90px) min(4.6vw, 60px) 58px;
    gap: min(3.8vw, 40px);
  }
}
.c-button__link--oval:focus-visible:hover .p-attention-finance__button--arrow, .c-button__link--oval:focus-visible:focus .p-attention-finance__button--arrow {
  border: solid 1px #29ab6a;
  background-color: #ffffff;
}
.c-button__link--oval:focus-visible:hover .p-attention-finance__button--arrow::before, .c-button__link--oval:focus-visible:focus .p-attention-finance__button--arrow::before {
  border-top: 2px solid #29ab6a;
  border-right: 2px solid #29ab6a;
}
.c-button__link--oval:focus-visible:hover .p-attention-finance__button--arrow::after, .c-button__link--oval:focus-visible:focus .p-attention-finance__button--arrow::after {
  background-color: #29ab6a;
}
@media (hover: hover) and (pointer: fine) {
  .c-button__link--oval:hover:hover .p-attention-finance__button--arrow, .c-button__link--oval:hover:focus .p-attention-finance__button--arrow {
    border: solid 1px #29ab6a;
    background-color: #ffffff;
  }
  .c-button__link--oval:hover:hover .p-attention-finance__button--arrow::before, .c-button__link--oval:hover:focus .p-attention-finance__button--arrow::before {
    border-top: 2px solid #29ab6a;
    border-right: 2px solid #29ab6a;
  }
  .c-button__link--oval:hover:hover .p-attention-finance__button--arrow::after, .c-button__link--oval:hover:focus .p-attention-finance__button--arrow::after {
    background-color: #29ab6a;
  }
}

.c-button__link-text {
  white-space: nowrap;
}

.c-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000;
}

.c-heading__overline {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.c-heading__en {
  text-transform: uppercase;
}

.c-heading--stripe {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
}
.c-heading--stripe::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 100%;
}

.c-heading--stripe-green::before {
  background-color: #29ab6a;
}

.c-heading--stripe-cyan::before {
  background-color: #1599b8;
}

.c-heading--stripe-orange::before {
  background-color: #db7659;
}

.c-heading-container {
  display: flex;
  justify-content: space-between;
}

.c-lower-heading--stripe {
  position: relative;
  padding-left: 25px;
  margin-bottom: 32px;
  line-height: 1.389;
}
.c-lower-heading--stripe::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 100%;
}

.c-lower-heading__overline {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 2vw, 16px);
}
@media (width < 768px) {
  .c-lower-heading__overline {
    font-size: 1rem;
  }
}

.c-lower-heading__ja {
  font-size: clamp(20px, 3.2vw, 26px);
  font-weight: bold;
}
@media (width < 768px) {
  .c-lower-heading__ja {
    font-size: clamp(20px, 5.2vw, 26px);
  }
}

.c-heading__text-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  gap: 17px;
}
@media (width < 480px) {
  .c-heading__text-wrap {
    margin-bottom: 45px;
  }
}

.c-heading__text-inner {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  color: #101010;
}
@media (width < 480px) {
  .c-heading__text-inner {
    font-size: 0.875rem;
  }
}

.c-qualification-card {
  background-color: #ffffff;
  padding: 35px min(5.2vw, 60px) min(2.5vw, 44px) min(2.5vw, 22px);
  margin-top: 6.6%;
  border-radius: 10px;
}
@media (width < 768px) {
  .c-qualification-card {
    padding-block: 28px;
  }
}
.c-qualification-card__title {
  display: inline;
  padding: 3.5px min(3.4vw, 37px) 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 100vw;
}
@media (width < 768px) {
  .c-qualification-card__title {
    font-size: clamp(15px, 2.4vw, 18px);
  }
}
@media (width < 400px) {
  .c-qualification-card__title {
    font-size: clamp(14px, 4.1vw, 18px);
  }
}
.c-qualification-card__list {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: start;
  column-gap: min(1.6vw, 30px);
  row-gap: min(1.23vw, 16px);
  padding-left: 11px;
  margin-top: 1.625rem;
  color: #000000;
}
@media (width < 768px) {
  .c-qualification-card__list {
    column-gap: 7.3%;
    row-gap: 17px;
    font-size: 1rem;
    padding-bottom: 8px;
  }
}
@media (width < 400px) {
  .c-qualification-card__list {
    grid-template-columns: max-content;
    row-gap: 12px;
  }
}
.c-qualification-card__list-item {
  font-size: clamp(10px, 1.4vw, 16px);
  font-weight: 500;
}
@media (width < 768px) {
  .c-qualification-card__list-item {
    font-size: clamp(13px, 2.5vw, 16px);
  }
}
@media (width < 768px) and (width < 400px) {
  .c-qualification-card__list-item {
    font-size: clamp(12px, 3.7vw, 16px);
  }
}
.c-qualification-card__list-item span {
  text-indent: 10px;
}
.c-qualification-card__list-item span::before {
  content: "・ ";
  margin-right: -6px;
}
@media (width < 768px) {
  .c-qualification-card__list-item span::before {
    margin-right: 0;
  }
}
.c-qualification-card-item:nth-child(odd) {
  clear: left;
}

.c-voices-student-inner {
  margin-inline: auto;
  background: #ffffff;
  border-radius: 17px;
}

.c-voices-student-content {
  max-width: 900px;
  width: 90%;
  margin-inline: auto;
  padding-block: 50px;
}
@media (width < 768px) {
  .c-voices-student-content {
    padding-block: 50px 35px;
    width: 80%;
  }
}

.c-voices-student-content__wrap {
  display: flex;
  gap: 6.9%;
}
@media (width < 768px) {
  .c-voices-student-content__wrap {
    gap: 20px;
  }
}
@media (width < 768px) {
  .c-voices-student-content__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
.c-voices-student-content__wrap:nth-child(n+2) {
  margin-top: min(4.6vw, 50px);
  margin-bottom: 60px;
}
@media (width < 768px) {
  .c-voices-student-content__wrap:nth-child(n+2) {
    margin-top: min(9.6vw, 50px);
    margin-bottom: 15px;
    gap: 38px;
  }
}

.c-voices-student-content__wrap--reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media (width < 768px) {
  .c-voices-student-content__wrap--reverse {
    flex-direction: column;
  }
}

.c-voices-student-content__img {
  min-width: 153px;
  aspect-ratio: 1/1;
  border-radius: 13px;
  height: 100%;
}
@media (width < 768px) {
  .c-voices-student-content__img {
    width: 45%;
    margin-inline: auto;
  }
}

.c-voices-student-content__inner {
  background-color: #fffbf5;
  padding: 30px 35px 30px 26px;
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (width < 768px) {
  .c-voices-student-content__inner {
    padding: 30px 15px;
  }
}

.c-voices-student-content__inner.arrow--left {
  position: relative;
  padding: 28.5px 46px 28.5px 31px;
  margin-bottom: 60px;
}
@media (width < 768px) {
  .c-voices-student-content__inner.arrow--left {
    padding: 25px 35px 25px 28px;
  }
}
@media (width < 480px) {
  .c-voices-student-content__inner.arrow--left {
    padding: 22px 20px;
  }
}
.c-voices-student-content__inner.arrow--left::before {
  position: absolute;
  display: block;
  content: "";
  top: 56px;
  transform: translateY(-50%);
  left: -32px;
  width: 32px;
  height: 25px;
  background-color: #fffbf5;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (width < 768px) {
  .c-voices-student-content__inner.arrow--left::before {
    top: -12px;
    right: auto;
    left: 28px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    height: 32px;
    width: 25px;
  }
}

.c-voices-student-content__inner.arrow--right {
  position: relative;
  padding: 28.5px 31px 28.5px 43px;
  margin-bottom: 19px;
}
@media (width < 768px) {
  .c-voices-student-content__inner.arrow--right {
    padding: 25px 35px 25px 28px;
  }
}
@media (width < 480px) {
  .c-voices-student-content__inner.arrow--right {
    padding: 22px 20px;
  }
}
.c-voices-student-content__inner.arrow--right::before {
  position: absolute;
  display: block;
  content: "";
  top: 56px;
  transform: translateY(-50%);
  right: -32px;
  width: 32px;
  height: 25px;
  background-color: #fffbf5;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (width < 768px) {
  .c-voices-student-content__inner.arrow--right::before {
    top: -12px;
    right: auto;
    left: 28px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    height: 32px;
    width: 25px;
  }
}

.c-voices-student-content__name {
  font-size: 0.875rem;
  font-weight: bold;
  color: #000000;
}
.c-voices-student-content__name span {
  font-weight: 400;
  margin-left: 20px;
}
@media (width < 440px) {
  .c-voices-student-content__name span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.c-voices-student-content__comment {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: -5px;
}

.c-voices-student-content__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: -8px;
  color: #000000;
}
@media (width < 440px) {
  .c-voices-student-content__text {
    font-size: clamp(14px, 3.56vw, 16px);
  }
}

.c-voices-student-separate {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (width < 422px) {
  .c-voices-student-separate {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.c-voices-student-separate--tab {
  color: #ffffff;
  background-color: #db7659;
  padding: 2px 18px 4px;
  border-radius: 100vw;
  margin-right: 14px;
  font-size: 0.9375rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media (width < 768px) {
  .c-voices-student-separate--tab {
    font-size: clamp(11px, 3.2vw, 15px);
    padding: 2px clamp(10px, 3.2vw, 18px) 3px;
    margin-right: clamp(10px, 3vw, 14px);
  }
}

.c-voices-student-separate--school {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (width < 768px) {
  .c-voices-student-separate--school {
    font-size: clamp(11px, 2.5vw, 15px);
  }
}
@media (width < 422px) {
  .c-voices-student-separate--school {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.c-curriculum.l-inner--w1000 {
  margin-inline: auto;
}

.c-lower-curriculum-heading--stripe {
  margin-bottom: 21px;
}

.c-curriculum--area {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (width < 600px) {
  .c-curriculum--area {
    padding-bottom: 20px;
  }
}

.c-curriculum--area-img {
  width: 100%;
  padding-left: 10px;
  padding-top: 9px;
  min-width: 600px;
}
@media (width < 768px) {
  .c-curriculum--area-img {
    padding: 0;
  }
}

.c-split {
  display: flex;
  justify-content: center;
}
@media (width < 768px) {
  .c-split {
    flex-direction: column;
  }
}

.c-split--reverse {
  flex-direction: row-reverse;
}
@media (width < 768px) {
  .c-split--reverse {
    flex-direction: column;
  }
}

.c-split__flex--start {
  display: flex;
  justify-content: start;
}

.c-split__lead {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.c-split__media-image {
  width: 100%;
  border-radius: 27px;
}

.c-icon-grid {
  display: grid;
}

.c-icon-grid--4col {
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.c-icon-grid__link {
  display: flex;
}

.c-icon-grid__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #080808;
}

.c-icon-grid__arrow {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.c-icon-grid__arrow::after {
  position: absolute;
  content: "";
}

.c-tabs {
  display: flex;
  flex-wrap: wrap;
}

.c-card {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.c-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.c-list-contents {
  margin-bottom: 105px;
}
@media (width < 768px) {
  .c-list-contents {
    margin-bottom: 50px;
  }
}

.c-list-contents-inner {
  margin: clamp(88px, 12.9vw, 122px) auto 0;
}

.c-list-contents-column {
  margin: 0 auto;
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  padding: min(3.8vw, 54px) min(5vw, 55px);
}
@media (width < 768px) {
  .c-list-contents-column {
    padding: 35px 24px;
  }
}

.c-list-contents__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
}
.c-list-contents__list-item {
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
}
@media (width < 768px) {
  .c-list-contents__list-item {
    padding-left: 17px;
    font-size: 0.875rem;
  }
}
.c-list-contents__list-item::before {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.3em);
}
@media (width < 768px) {
  .c-list-contents__list-item::before {
    width: 8px;
    top: 7.2px;
  }
}

.c-list-contents__list.p-orange .c-list-contents__list-item::before {
  background-color: #db7659;
}

.c-cta {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.c-cta__arrow {
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.c-cta__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.c-cta__arrow--horizontal::after {
  -webkit-mask: url("../images/common/arrow/common__arrow-horizontal.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-horizontal.svg") center/contain no-repeat;
}

.c-cta__arrow--green {
  background-color: #29ab6a;
}
.c-cta__arrow--green::after {
  background-color: #ffffff;
}

.c-cta__arrow--cyan {
  background-color: #1599b8;
}
.c-cta__arrow--cyan::after {
  background-color: #ffffff;
}

.c-cta__arrow--orange {
  background-color: #db7659;
}
.c-cta__arrow--orange::after {
  background-color: #ffffff;
}

.c-cta__arrow--amber {
  background-color: #e29b2a;
}
.c-cta__arrow--amber::after {
  background-color: #ffffff;
}

a.c-cta:focus-visible:hover .c-cta__arrow--green, a.c-cta:focus-visible:focus .c-cta__arrow--green,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--green,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--green {
  border-color: #29ab6a;
  background-color: #ffffff;
}
a.c-cta:focus-visible:hover .c-cta__arrow--green::after, a.c-cta:focus-visible:focus .c-cta__arrow--green::after,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--green::after,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--green::after {
  background-color: #29ab6a;
}
a.c-cta:focus-visible:hover .c-cta__arrow--cyan, a.c-cta:focus-visible:focus .c-cta__arrow--cyan,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--cyan,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--cyan {
  border-color: #1599b8;
  background-color: #ffffff;
}
a.c-cta:focus-visible:hover .c-cta__arrow--cyan::after, a.c-cta:focus-visible:focus .c-cta__arrow--cyan::after,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--cyan::after,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--cyan::after {
  background-color: #1599b8;
}
a.c-cta:focus-visible:hover .c-cta__arrow--orange, a.c-cta:focus-visible:focus .c-cta__arrow--orange,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--orange,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--orange {
  border-color: #db7659;
  background-color: #ffffff;
}
a.c-cta:focus-visible:hover .c-cta__arrow--orange::after, a.c-cta:focus-visible:focus .c-cta__arrow--orange::after,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--orange::after,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--orange::after {
  background-color: #db7659;
}
a.c-cta:focus-visible:hover .c-cta__arrow--amber, a.c-cta:focus-visible:focus .c-cta__arrow--amber,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--amber,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--amber {
  border-color: #e29b2a;
  background-color: #ffffff;
}
a.c-cta:focus-visible:hover .c-cta__arrow--amber::after, a.c-cta:focus-visible:focus .c-cta__arrow--amber::after,
.c-cta:where(:any-link):focus-visible:hover .c-cta__arrow--amber::after,
.c-cta:where(:any-link):focus-visible:focus .c-cta__arrow--amber::after {
  background-color: #e29b2a;
}
@media (hover: hover) and (pointer: fine) {
  a.c-cta:hover:hover .c-cta__arrow--green, a.c-cta:hover:focus .c-cta__arrow--green,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--green,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--green {
    border-color: #29ab6a;
    background-color: #ffffff;
  }
  a.c-cta:hover:hover .c-cta__arrow--green::after, a.c-cta:hover:focus .c-cta__arrow--green::after,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--green::after,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--green::after {
    background-color: #29ab6a;
  }
  a.c-cta:hover:hover .c-cta__arrow--cyan, a.c-cta:hover:focus .c-cta__arrow--cyan,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--cyan,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--cyan {
    border-color: #1599b8;
    background-color: #ffffff;
  }
  a.c-cta:hover:hover .c-cta__arrow--cyan::after, a.c-cta:hover:focus .c-cta__arrow--cyan::after,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--cyan::after,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--cyan::after {
    background-color: #1599b8;
  }
  a.c-cta:hover:hover .c-cta__arrow--orange, a.c-cta:hover:focus .c-cta__arrow--orange,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--orange,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--orange {
    border-color: #db7659;
    background-color: #ffffff;
  }
  a.c-cta:hover:hover .c-cta__arrow--orange::after, a.c-cta:hover:focus .c-cta__arrow--orange::after,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--orange::after,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--orange::after {
    background-color: #db7659;
  }
  a.c-cta:hover:hover .c-cta__arrow--amber, a.c-cta:hover:focus .c-cta__arrow--amber,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--amber,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--amber {
    border-color: #e29b2a;
    background-color: #ffffff;
  }
  a.c-cta:hover:hover .c-cta__arrow--amber::after, a.c-cta:hover:focus .c-cta__arrow--amber::after,
  .c-cta:where(:any-link):hover:hover .c-cta__arrow--amber::after,
  .c-cta:where(:any-link):hover:focus .c-cta__arrow--amber::after {
    background-color: #e29b2a;
  }
}

.c-green-card__link:focus-visible:hover .c-cta__arrow--green, .c-green-card__link:focus-visible:focus .c-cta__arrow--green {
  border-color: #29ab6a !important;
  background-color: #ffffff !important;
}
.c-green-card__link:focus-visible:hover .c-cta__arrow--green::after, .c-green-card__link:focus-visible:focus .c-cta__arrow--green::after {
  background-color: #29ab6a !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-green-card__link:hover:hover .c-cta__arrow--green, .c-green-card__link:hover:focus .c-cta__arrow--green {
    border-color: #29ab6a !important;
    background-color: #ffffff !important;
  }
  .c-green-card__link:hover:hover .c-cta__arrow--green::after, .c-green-card__link:hover:focus .c-cta__arrow--green::after {
    background-color: #29ab6a !important;
  }
}

.c-background__card {
  background-color: #ffffff;
  margin: 0 auto;
}

.c-title__underline {
  border-bottom: 1px solid #eae0d0;
}

.c-pagination__list {
  display: flex;
  justify-content: center;
  margin-inline: auto;
}

.c-pagination__item {
  width: 45px;
  height: 45px;
  border: 1px solid #1599b8;
  border-radius: 100%;
  color: #1599b8;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media (width < 375px) {
  .c-pagination__item {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.c-pagination__item:nth-of-type(1) {
  margin-left: 0;
}
.c-pagination__item:nth-of-type(2), .c-pagination__item:nth-of-type(5) {
  margin-left: 20px;
}
.c-pagination__item:nth-of-type(3), .c-pagination__item:nth-of-type(4) {
  margin-left: 16px;
}
.c-pagination__item.is-current {
  background-color: #1599b8;
  color: #ffffff;
}

.c-pagination__link {
  display: grid;
  place-content: center;
  height: 100%;
}

.c-list__style--number {
  list-style: decimal;
  list-style-position: inside;
}

.c-list__style--reset {
  list-style: none;
  counter-reset: my-cnt;
  padding-left: 0;
}

.c-list__style--katakana::before {
  counter-increment: my-cnt;
  content: counter(my-cnt, katakana) ")";
  margin-right: 14px;
}

.c-link__item {
  position: relative;
}
.c-link__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12.44px;
  height: 13.7px;
  background-image: url(../images/common/common__link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.c-link__item--short {
  position: relative;
}
.c-link__item--short::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 12.44px;
  height: 13.7px;
  background-image: url(../images/common/common__link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media (width < 768px) {
  .c-link__item--short::after {
    right: -12px;
  }
}

.c-link__item--pdf {
  position: relative;
}
.c-link__item--pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25.16px;
  width: 23.21px;
  height: 28.53px;
  background-image: url(../images/common/common__pdf-icon-info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.c-icon__v {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #29ab6a;
  transition: all 0.3s;
}
.c-icon__v::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #29ab6a;
  border-right: 1px solid #29ab6a;
  transform: rotate(45deg);
  margin: 0 8px 0 4px;
  transition: transform 0.4s ease-out;
}

.c-icon_hyphen {
  position: relative;
  padding-left: 22px;
}
.c-icon_hyphen::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 11.9px;
  height: 2px;
  background-color: #29ab6a;
  transform: translateY(-50%);
}

.c-animation__underline {
  position: relative;
}
.c-animation__underline::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #29ab6a;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.c-animation__underline:focus-visible:hover, .c-animation__underline:focus-visible:focus {
  cursor: pointer;
}
.c-animation__underline:focus-visible:hover::after, .c-animation__underline:focus-visible:focus::after {
  transform: scale(1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-animation__underline:hover:hover, .c-animation__underline:hover:focus {
    cursor: pointer;
  }
  .c-animation__underline:hover:hover::after, .c-animation__underline:hover:focus::after {
    transform: scale(1, 1);
  }
}

.c-animation__underline--blue {
  position: relative;
}
.c-animation__underline--blue::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1599b8;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.c-animation__underline--blue:focus-visible:hover, .c-animation__underline--blue:focus-visible:focus {
  cursor: pointer;
}
.c-animation__underline--blue:focus-visible:hover::after, .c-animation__underline--blue:focus-visible:focus::after {
  transform: scale(1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-animation__underline--blue:hover:hover, .c-animation__underline--blue:hover:focus {
    cursor: pointer;
  }
  .c-animation__underline--blue:hover:hover::after, .c-animation__underline--blue:hover:focus::after {
    transform: scale(1, 1);
  }
}

.c-animation__underline--blue-bold {
  position: relative;
}
.c-animation__underline--blue-bold::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1599b8;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.c-animation__underline--blue-bold:focus-visible:hover, .c-animation__underline--blue-bold:focus-visible:focus {
  cursor: pointer;
}
.c-animation__underline--blue-bold:focus-visible:hover::after, .c-animation__underline--blue-bold:focus-visible:focus::after {
  transform: scale(1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-animation__underline--blue-bold:hover:hover, .c-animation__underline--blue-bold:hover:focus {
    cursor: pointer;
  }
  .c-animation__underline--blue-bold:hover:hover::after, .c-animation__underline--blue-bold:hover:focus::after {
    transform: scale(1, 1);
  }
}

.c-animation__scale {
  transition: transform 0.3s;
}
.c-animation__scale:focus-visible:hover, .c-animation__scale:focus-visible:focus {
  cursor: pointer;
  transform: scale(0.98);
}
@media (hover: hover) and (pointer: fine) {
  .c-animation__scale:hover:hover, .c-animation__scale:hover:focus {
    cursor: pointer;
    transform: scale(0.98);
  }
}

.c-illustration-animation__float {
  animation-name: float-y;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.c-illustration-animation__float:nth-of-type(1) {
  animation-delay: -0.699s;
  animation-duration: 3.756s;
  --float-mid: 7px;
  --float-max: 15px;
}

.c-illustration-animation__float:nth-of-type(2) {
  animation-delay: -5.12s;
  animation-duration: 3.871s;
  --float-mid: 9px;
  --float-max: 20px;
}

.c-illustration-animation__float:nth-of-type(3) {
  animation-delay: -1.716s;
  animation-duration: 3.988s;
  --float-mid: 10px;
  --float-max: 19px;
}

.c-illustration-animation__float:nth-of-type(4) {
  animation-delay: -1.47s;
  animation-duration: 3.627s;
  --float-mid: 10px;
  --float-max: 18px;
}

.c-illustration-animation__float:nth-of-type(5) {
  animation-delay: -1.969s;
  animation-duration: 3.005s;
  --float-mid: 9px;
  --float-max: 18px;
}

.c-illustration-animation__float:nth-of-type(6) {
  animation-delay: -1.27s;
  animation-duration: 4.279s;
  --float-mid: 12px;
  --float-max: 13px;
}

.c-illustration-animation__float:nth-of-type(7) {
  animation-delay: -2.93s;
  animation-duration: 4.54s;
  --float-mid: 9px;
  --float-max: 20px;
}

.c-illustration-animation__float:nth-of-type(8) {
  animation-delay: -0.273s;
  animation-duration: 4.822s;
  --float-mid: 9px;
  --float-max: 17px;
}

.c-illustration-animation__float:nth-of-type(9) {
  animation-delay: -3.13s;
  animation-duration: 4.353s;
  --float-mid: 10px;
  --float-max: 15px;
}

.c-illustration-animation__float:nth-of-type(10) {
  animation-delay: -2.014s;
  animation-duration: 4.023s;
  --float-mid: 12px;
  --float-max: 16px;
}

@keyframes float-y {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, var(--float-mid, 8px), 0);
  }
  100% {
    transform: translate3d(0, var(--float-max, 14px), 0);
  }
}
.c-illustration-animation__person-leg {
  transform-box: fill-box;
  transform-origin: top center;
  animation: leg-swing 0.8s ease-in-out infinite alternate;
}

.c-illustration-animation__person-leg--right {
  animation-delay: 0s;
}

.c-illustration-animation__person-leg--left {
  animation-delay: 0.8s;
}

@keyframes leg-swing {
  from {
    transform: rotate(4deg);
  }
  to {
    transform: rotate(-4deg);
  }
}
.c-illustration-animation__sparkle {
  opacity: 1;
  animation: twinkle ease-in-out infinite alternate;
}

.c-illustration-animation__sparkle:nth-of-type(1) {
  animation-delay: 2.334s;
  animation-duration: 2.213s;
}

.c-illustration-animation__sparkle:nth-of-type(2) {
  animation-delay: 0.285s;
  animation-duration: 2.948s;
}

.c-illustration-animation__sparkle:nth-of-type(3) {
  animation-delay: 2.712s;
  animation-duration: 2.899s;
}

.c-illustration-animation__sparkle:nth-of-type(4) {
  animation-delay: 3.243s;
  animation-duration: 2.75s;
}

.c-illustration-animation__sparkle:nth-of-type(5) {
  animation-delay: 3.109s;
  animation-duration: 2.174s;
}

.c-illustration-animation__sparkle:nth-of-type(6) {
  animation-delay: 2.926s;
  animation-duration: 2.461s;
}

.c-illustration-animation__sparkle:nth-of-type(7) {
  animation-delay: 2.342s;
  animation-duration: 2.613s;
}

.c-illustration-animation__sparkle:nth-of-type(8) {
  animation-delay: 2.694s;
  animation-duration: 2.637s;
}

.c-illustration-animation__sparkle:nth-of-type(9) {
  animation-delay: 0.812s;
  animation-duration: 2.537s;
}

.c-illustration-animation__sparkle:nth-of-type(10) {
  animation-delay: 2.766s;
  animation-duration: 1.966s;
}

.c-illustration-animation__sparkle:nth-of-type(11) {
  animation-delay: 0.706s;
  animation-duration: 1.633s;
}

.c-illustration-animation__sparkle:nth-of-type(12) {
  animation-delay: 3.672s;
  animation-duration: 1.975s;
}

.c-illustration-animation__sparkle:nth-of-type(13) {
  animation-delay: 3.496s;
  animation-duration: 2.913s;
}

.c-illustration-animation__sparkle:nth-of-type(14) {
  animation-delay: 3.679s;
  animation-duration: 2.49s;
}

.c-illustration-animation__sparkle:nth-of-type(15) {
  animation-delay: 3.046s;
  animation-duration: 2.319s;
}

.c-illustration-animation__sparkle:nth-of-type(16) {
  animation-delay: 3.345s;
  animation-duration: 2.913s;
}

.c-illustration-animation__sparkle:nth-of-type(17) {
  animation-delay: 1.142s;
  animation-duration: 1.511s;
}

.c-illustration-animation__sparkle:nth-of-type(18) {
  animation-delay: 0.699s;
  animation-duration: 1.729s;
}

.c-illustration-animation__sparkle:nth-of-type(19) {
  animation-delay: 3.63s;
  animation-duration: 1.708s;
}

.c-illustration-animation__sparkle:nth-of-type(20) {
  animation-delay: 1.761s;
  animation-duration: 1.769s;
}

@keyframes twinkle {
  0%, 30%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-illustration-animation__float,
  .c-illustration-animation__person-leg,
  .c-illustration-animation__sparkle {
    animation: none;
    transform: none;
  }
}
.c-slider {
  overflow: hidden;
  width: 100%;
}

.c-slider__container {
  display: flex;
  align-items: center;
  will-change: transform;
}

.c-slider__item {
  flex: 0 0 auto;
}

.c-note__text--12 p {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media (width < 768px) {
  .c-note__text--12 p {
    font-size: 0.625rem;
  }
}
.c-note__text--12 p::before {
  content: "※";
  margin-right: 3px;
  flex-shrink: 0;
}

.c-note__text--14 p {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (width < 768px) {
  .c-note__text--14 p {
    font-size: 0.75rem;
  }
}
.c-note__text--14 p::before {
  content: "※";
  margin-right: 3px;
  flex-shrink: 0;
}

.c-note__text--16 p {
  display: flex;
  font-size: 1rem;
  line-height: 1.4;
}
@media (width < 768px) {
  .c-note__text--16 p {
    font-size: 0.875rem;
  }
}
.c-note__text--16 p::before {
  content: "※";
  margin-right: 3px;
  flex-shrink: 0;
}

.c-note__break--bold {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}
@media (width < 768px) {
  .c-note__break--bold {
    font-size: 0.875rem;
  }
}
.c-note__break--bold::before {
  content: "※";
  margin-right: 3px;
}

.p-footer-contact {
  background-color: #1599b8;
}

.p-footer-contact__inner {
  position: relative;
  display: flex;
  margin-top: 60px;
}
@media (width < 768px) {
  .p-footer-contact__inner {
    flex-direction: column;
    padding-top: 71px;
    padding-bottom: 42px;
  }
}

.p-footer-contact__illust {
  position: absolute;
  top: -62px;
  left: -7%;
  content: "";
  max-width: clamp(8.813rem, 5.875rem + 14.688vw, 17.625rem); /* min: 141px, max: 282px */
  height: clamp(4.5rem, 3rem + 7.5vw, 9rem); /* min: 72px, max: 144px */
  aspect-ratio: 282/144;
}

.p-footer-contact__header,
.p-footer-contact__body {
  max-width: 560px;
  width: 100%;
  padding-top: 71px;
  padding-bottom: 42px;
}
@media (width < 768px) {
  .p-footer-contact__header,
  .p-footer-contact__body {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-footer-contact__header {
  display: grid;
  grid-template-columns: 57.7962577963% 32.0166320166%;
  column-gap: 49px;
  place-content: center;
  padding-right: 79px;
  border-right: 1px solid #ffffff;
}
@media (width < 768px) {
  .p-footer-contact__header {
    grid-template-columns: 41.4307004471% 22.9508196721%;
    place-content: start;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.p-footer-contact__header:focus-visible:hover .p-footer-contact__header-img::before, .p-footer-contact__header:focus-visible:focus .p-footer-contact__header-img::before {
  transform: scale(1.5);
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-contact__header:hover:hover .p-footer-contact__header-img::before, .p-footer-contact__header:hover:focus .p-footer-contact__header-img::before {
    transform: scale(1.5);
  }
}

.p-footer-contact__heading {
  display: grid;
  place-content: center;
  row-gap: 15px;
  color: #ffffff;
}
@media (width < 768px) {
  .p-footer-contact__heading {
    margin-right: auto;
  }
}

.p-footer-contact__heading--en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, -0.156rem + 4.492vw, 3.438rem); /* min: 32px, max: 55px */
  font-weight: bold;
  color: #ffffff;
}
@media (width < 768px) {
  .p-footer-contact__heading--en {
    font-size: clamp(2rem, 0.973rem + 5.134vw, 3.438rem); /* min: 32px, max: 55px */
  }
}

.p-footer-contact__heading--ja {
  margin-top: 7px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.p-footer-contact__header-img {
  position: relative;
  width: clamp(5rem, -1.937rem + 14.453vw, 9.625rem); /* min: 80px, max: 154px */
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
}
@media (width < 768px) {
  .p-footer-contact__header-img {
    width: clamp(5rem, 1.696rem + 16.518vw, 9.625rem); /* min: 80px, max: 154px */
  }
}
.p-footer-contact__header-img::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../images/home/home__contact-send-icon.svg) no-repeat center;
  transition: all 0.3s ease-in-out;
}

.p-footer-contact__body {
  padding-left: 55px;
  padding-right: 19px;
  color: #ffffff;
}
@media (width < 768px) {
  .p-footer-contact__body {
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }
}

.p-footer-contact__list {
  display: grid;
  row-gap: 39px;
}

.p-footer-contact__list-item {
  border-bottom: 1px solid #ffffff;
}

.p-footer-contact__list-link {
  position: relative;
  display: block;
  padding-bottom: 19px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1.125rem, 0.75rem + 0.781vw, 1.375rem); /* min: 18px, max: 22px */
  font-weight: bold;
  transition: all 0.3s;
}
@media (width < 768px) {
  .p-footer-contact__list-link {
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem); /* min: 18px, max: 22px */
  }
}
.p-footer-contact__list-link:focus-visible:hover .p-footer-contact__arrow, .p-footer-contact__list-link:focus-visible:focus .p-footer-contact__arrow {
  border: 1px solid #ffffff;
  background-color: #1599b8;
}
.p-footer-contact__list-link:focus-visible:hover .p-footer-contact__arrow::after, .p-footer-contact__list-link:focus-visible:focus .p-footer-contact__arrow::after {
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer-contact__list-link:hover:hover .p-footer-contact__arrow, .p-footer-contact__list-link:hover:focus .p-footer-contact__arrow {
    border: 1px solid #ffffff;
    background-color: #1599b8;
  }
  .p-footer-contact__list-link:hover:hover .p-footer-contact__arrow::after, .p-footer-contact__list-link:hover:focus .p-footer-contact__arrow::after {
    background-color: #ffffff;
  }
}

.p-footer-contact__arrow {
  position: absolute;
  top: -21%;
  right: 0;
  display: block;
  width: clamp(1.875rem, 0.818rem + 2.201vw, 2.579rem); /* min: 30px, max: 41.27px */
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media (width < 768px) {
  .p-footer-contact__arrow {
    width: clamp(1.875rem, 1.372rem + 2.516vw, 2.579rem); /* min: 30px, max: 41.27px */
  }
}
.p-footer-contact__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  max-width: 17.28px;
  max-height: 14.14px;
  width: 100%;
  height: 100%;
  background-color: #1599b8;
  -webkit-mask: url("../images/common/arrow/common__arrow-horizontal.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-horizontal.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.p-top-fv {
  position: relative;
  height: auto;
}
@media (width < 480px) {
  .p-top-fv {
    max-height: 100%;
  }
}

.p-top-fv__container {
  display: flex;
  justify-content: center;
}
@media (width < 480px) {
  .p-top-fv__container {
    flex-direction: column;
  }
}

.p-top-fv__media {
  width: 100%;
}

.p-top-fv__text-image {
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  width: 46.5625%;
  height: auto;
  transform: translateX(-50%);
  overflow: visible;
}

.p-lower-fv {
  width: 100%;
  margin: 0 auto;
  padding-top: 145px;
  padding-bottom: 102px;
}
@media (width < 768px) {
  .p-lower-fv {
    padding-top: 128px;
    padding-bottom: 72px;
  }
}
@media (width < 480px) {
  .p-lower-fv {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.p-lower-fv-wrap {
  position: relative;
}

.p-lower-fv-inner {
  width: 78.125%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (width < 480px) {
  .p-lower-fv-inner {
    width: 95%;
  }
}

#p-lower-fv-svg,
#p-lower-fv-svg__path {
  overflow: visible;
}

.p-lower-fv-title__wrap {
  position: absolute;
  top: 49.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (width < 1373px) {
  .p-lower-fv-title__wrap {
    width: 60%;
  }
}
@media (width < 768px) {
  .p-lower-fv-title__wrap {
    width: 73%;
  }
}
@media (width < 450px) {
  .p-lower-fv-title__wrap {
    width: 88%;
  }
}

.p-lower-fv-pankuzu {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  margin-bottom: 16px;
  flex-wrap: wrap;
  row-gap: 9px;
}
@media (width < 480px) {
  .p-lower-fv-pankuzu {
    margin-bottom: 8px;
  }
}
.p-lower-fv-pankuzu span span:nth-child(n+2) {
  position: relative;
  padding-left: 20px;
  margin-left: 2.5px;
  color: #272727;
}
@media (width < 480px) {
  .p-lower-fv-pankuzu span span:nth-child(n+2) {
    margin-left: 0;
    padding-left: 16px;
  }
}
.p-lower-fv-pankuzu span span:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 65%;
  width: 7px;
  height: 1px;
  background-color: #272727;
  transform: translateY(-50%);
}
@media (width < 480px) {
  .p-lower-fv-pankuzu span span:nth-child(n+2)::before {
    left: 5px;
    width: 5px;
  }
}

.p-lower-fv-pankuzu__link--jp {
  color: #272727;
  border-bottom: 1px solid #272727;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-bottom: 1px;
}

.p-lower-fv-pankuzu__link--en {
  color: #272727;
  border-bottom: 1px solid #272727;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 1px;
  text-transform: uppercase;
}

.p-lower-fv-sub-title {
  display: block;
  margin-bottom: 16px;
  color: #272727;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-lower-fv-title {
  color: #272727;
  font-size: 2.25rem;
  font-weight: bold;
}
@media (width < 768px) {
  .p-lower-fv-title {
    font-size: clamp(29px, 5.5vw, 32px);
  }
}
@media (width < 480px) {
  .p-lower-fv-title {
    font-size: 1.25rem;
  }
}
@media (width < 480px) {
  .p-lower-fv-title span {
    font-size: 0.875rem;
  }
}

.p-lower-fv-pankuzu {
  margin-bottom: 16px;
}
@media (width < 480px) {
  .p-lower-fv-pankuzu {
    margin-bottom: 8px;
  }
}
.p-lower-fv-pankuzu span {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  flex-wrap: wrap;
  row-gap: 9px;
}
.p-lower-fv-pankuzu span > span:first-child > a {
  color: #272727;
  border-bottom: 1px solid #272727;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 1px;
  text-transform: uppercase;
}
.p-lower-fv-pankuzu span > span:nth-child(n+2) {
  position: relative;
  padding-left: 20px;
  margin-left: 2.5px;
  color: #272727;
}
.p-lower-fv-pankuzu span > span:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 65%;
  width: 7px;
  height: 1px;
  background-color: #272727;
  transform: translateY(-50%);
}
.p-lower-fv-pankuzu span > span:nth-child(n+2) > a {
  color: #272727;
  border-bottom: 1px solid #272727;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-bottom: 1px;
}

.p-ticker {
  border-bottom: 1px solid #d1c9bd;
}

.p-ticker__inner {
  display: grid;
  grid-template-columns: 112px 1fr 106px;
  grid-template-areas: "label link more";
  column-gap: 6.5%;
  padding-top: 14px;
  padding-bottom: 12px;
}
@media (width < 600px) {
  .p-ticker__inner {
    grid-template-columns: 2fr;
    grid-template-areas: "label more" "link link";
    row-gap: 10px;
  }
}

.p-ticker__label {
  grid-area: label;
  color: #db7659;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-ticker__link {
  display: flex;
  column-gap: 36px;
  grid-area: link;
  margin-top: 1px;
}
@media (width < 600px) {
  .p-ticker__link {
    column-gap: 15px;
    margin-left: 0;
  }
}

.p-ticker__date,
.p-ticker__title,
.p-ticker__more {
  font-size: 0.875rem;
}

.p-ticker__date {
  flex: 0 0 66px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.p-ticker__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.p-ticker__more {
  grid-area: more;
  position: relative;
  margin-top: 3px;
  margin-left: auto;
  padding-right: 22px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}
.p-ticker__more::after {
  position: absolute;
  top: 4px;
  right: 0;
  content: "";
  width: 9.63px;
  height: 9.63px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow/common__arrow-diagonal--bk.svg) no-repeat center;
}

.p-top-department__inner {
  position: relative;
  padding-top: 148px;
}

.p-top-department__illust {
  position: absolute;
  top: 58px;
  left: 1px;
  content: "";
  width: 248px;
  height: 158px;
  aspect-ratio: 248/158;
}
@media (width < 768px) {
  .p-top-department__illust {
    top: 64px;
    width: clamp(10rem, 6.25rem + 18.75vw, 15.25rem); /* min: 160px, max: 244px */
    height: clamp(5.625rem, 3.125rem + 12.5vw, 9.125rem); /* min: 90px, max: 146px */
  }
}

.p-top-department__grid {
  grid-template-areas: "title image" "text image" "button image";
  column-gap: 92px;
}
@media (width < 768px) {
  .p-top-department__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text" "button";
    gap: 80px;
  }
}
@media (width < 480px) {
  .p-top-department__grid {
    gap: 48px;
  }
}

.p-top-department__grid--reverse {
  grid-template-areas: "image title" "image text" "image button";
  column-gap: 56px;
}
@media (width < 768px) {
  .p-top-department__grid--reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "image" "text" "button";
    gap: 48px;
  }
}

.p-top-department__title {
  grid-area: title;
  margin-top: 28px;
}

.p-top-department__lead {
  grid-area: text;
}

.p-top-department__button {
  grid-area: button;
}

.p-top-department__media {
  grid-area: image;
}

.p-top-department__heading-overline {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}

.p-top-department__heading-ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4444444444;
}
@media (width >= 768px) {
  .p-top-department__heading-ja {
    font-size: clamp(1.5rem, 0.375rem + 2.344vw, 2.25rem); /* min: 24px, max: 36px */
  }
}
@media (width < 480px) {
  .p-top-department__heading-ja {
    font-size: clamp(1.5rem, 0.964rem + 2.679vw, 2.25rem); /* min: 24px, max: 36px */
  }
}

.p-top-department__heading-note {
  font-size: 1rem;
}

.p-top-department__lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000000;
}

.p-top-department__button {
  max-width: 256px;
  width: 100%;
  height: 56px;
  padding-block: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media (width < 768px) {
  .p-top-department__button {
    margin-inline: auto;
  }
}

.p-top-department__button-arrow {
  right: 5%;
  max-width: 27px;
  max-height: 27px;
}
.p-top-department__button-arrow::after {
  max-width: 10.75px;
  max-height: 10.75px;
}

.p-top-department__media {
  max-width: 479px;
  width: 100%;
}
@media (width < 768px) {
  .p-top-department__media {
    max-width: 100%;
    padding-right: 0;
  }
}

.p-top-department__grid-container {
  margin-top: 70px;
}
@media (width < 935px) {
  .p-top-department__grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 685px) {
  .p-top-department__grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top-department__grid-link {
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 38px;
  border-radius: 13px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.p-top-department__grid-link:focus-visible:hover, .p-top-department__grid-link:focus-visible:focus {
  box-shadow: 0px 0px 12px 1px rgba(147, 132, 111, 0.4);
}
@media (hover: hover) and (pointer: fine) {
  .p-top-department__grid-link:hover:hover, .p-top-department__grid-link:hover:focus {
    box-shadow: 0px 0px 12px 1px rgba(147, 132, 111, 0.4);
  }
}

.p-top-department__grid-title {
  margin-top: 13px;
  font-size: 0.875rem;
}
@media (width < 480px) {
  .p-top-department__grid-title {
    font-size: 0.625rem;
  }
}

.p-top-department__grid-arrow {
  position: absolute;
  bottom: -1%;
  right: 4%;
  display: block;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #000000;
  transform: translateY(-50%);
}
.p-top-department__grid-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  max-width: 7px;
  max-height: 7px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
}

.p-top-department-food__inner {
  position: relative;
  padding-top: 148px;
}
@media (width < 768px) {
  .p-top-department-food__inner {
    margin-top: 60px;
  }
}

.p-top-department__food-title {
  margin-top: 57px;
}

.p-top-department-food__illust {
  position: absolute;
  top: -75px;
  right: -13px;
  width: 242px;
  height: 242px;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media (width < 768px) {
  .p-top-department-food__illust {
    top: 0;
    width: clamp(7.563rem, 2.161rem + 27.009vw, 15.125rem); /* min: 121px, max: 242px */
    height: clamp(7.563rem, 2.161rem + 27.009vw, 15.125rem); /* min: 121px, max: 242px */
  }
}

.p-top-department-food__button {
  max-width: 256px;
  width: 100%;
  height: 56px;
  margin-top: 48px;
  padding-block: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media (width < 768px) {
  .p-top-department-food__button {
    margin-inline: auto;
  }
}

.p-top-department-food__button-arrow {
  right: 5%;
  max-width: 27px;
  max-height: 27px;
  aspect-ratio: 1/1;
}
.p-top-department-food__button-arrow::after {
  max-width: 10.75px;
  max-height: 10.75px;
}

.p-top-department-food__media {
  max-width: 467px;
  width: 100%;
}
@media (width < 768px) {
  .p-top-department-food__media {
    max-width: 100%;
  }
}

.p-top-department-food__image-wrapper {
  position: relative;
}
@media (width < 768px) {
  .p-top-department-food__image-wrapper {
    padding-left: 50px;
  }
}

.p-top-department-food__badge {
  position: absolute;
  bottom: -12%;
  left: -7%;
  width: clamp(7.188rem, 1.75rem + 11.328vw, 10.813rem); /* min: 115px, max: 173px */
  aspect-ratio: 1/1;
}
@media (width < 768px) {
  .p-top-department-food__badge {
    left: -6%;
    width: 40%;
  }
}

.p-top-attention {
  background-color: #ffffff;
}

.p-top-attention__inner {
  margin-top: 102px;
  padding-top: 93px;
  padding-bottom: 99px;
}

@media (width < 555px) {
  .p-attention__heading-container {
    flex-direction: column;
  }
}

.p-attention__heading-overline {
  color: #29ab6a;
  font-size: 1rem;
  font-weight: 700;
}

.p-attention__heading-ja {
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4222222222;
}

.p-attention__link {
  align-items: end;
  justify-content: center;
  margin-bottom: 22px;
}
@media (width < 555px) {
  .p-attention__link {
    justify-content: end;
    margin-bottom: 0;
    margin-top: 10px;
    padding-block: 10px;
  }
}

.p-attention__link-arrow {
  bottom: -18%;
  left: -23%;
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
}
.p-attention__link-arrow::after {
  max-width: 14px;
  max-height: 13px;
}
@media (width < 555px) {
  .p-attention__link-arrow {
    left: auto;
    right: 175px;
    bottom: 2%;
  }
}

.p-attention__link-text {
  margin-left: 22px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media (width < 555px) {
  .p-attention__link-text {
    margin-bottom: 3px;
  }
}

.p-attention__card-body {
  margin-top: 13px;
}

.p-attention__tab-button[data-tag=new-arrivals].is-active {
  background-color: #1599b8;
}
.p-attention__tab-button[data-tag=new-arrivals].is-active::after {
  border-color: #1599b8 transparent transparent;
}
.p-attention__tab-button[data-tag=event].is-active {
  background-color: #29ab6a;
}
.p-attention__tab-button[data-tag=event].is-active::after {
  border-color: #29ab6a transparent transparent;
}
.p-attention__tab-button[data-tag=club].is-active {
  background-color: #77669c;
}
.p-attention__tab-button[data-tag=club].is-active::after {
  border-color: #77669c transparent transparent;
}
.p-attention__tab-button[data-tag=exam].is-active {
  background-color: #db7659;
}
.p-attention__tab-button[data-tag=exam].is-active::after {
  border-color: #db7659 transparent transparent;
}
.p-attention__tab-button[data-tag=teachers].is-active {
  background-color: #e29b2a;
}
.p-attention__tab-button[data-tag=teachers].is-active::after {
  border-color: #e29b2a transparent transparent;
}
.p-attention__tab-button[data-tag=other].is-active {
  background-color: #93846f;
}
.p-attention__tab-button[data-tag=other].is-active::after {
  border-color: #93846f transparent transparent;
}

.p-attention-list__item[data-tag=event] .p-attention-list__category {
  border-color: #29ab6a;
}

.p-attention-list__item[data-tag=club] .p-attention-list__category {
  border-color: #77669c;
}

.p-attention-list__item[data-tag=exam] .p-attention-list__category {
  border-color: #db7659;
}

.p-attention-list__item[data-tag=teachers] .p-attention-list__category {
  border-color: #e29b2a;
}

.p-attention-list__item[data-tag=other] .p-attention-list__category {
  border-color: #93846f;
}

.p-attention-detail__category[data-tag=event] {
  border-color: #29ab6a;
}

.p-attention-detail__category[data-tag=club] {
  border-color: #77669c;
}

.p-attention-detail__category[data-tag=exam] {
  border-color: #db7659;
}

.p-attention-detail__category[data-tag=teachers] {
  border-color: #e29b2a;
}

.p-attention-detail__category[data-tag=other] {
  border-color: #93846f;
}

.p-attention__category-nav {
  margin-top: 38px;
}

.p-attention__tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 20px;
}
@media (width < 480px) {
  .p-attention__tabs {
    column-gap: 8px;
  }
}

.p-attention__tab-button {
  position: relative;
  padding: 0.8125em 1.9375em;
  border-radius: 100vh;
  background-color: #ebe7df;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.75rem, 0.6rem + 0.5vw, 1rem); /* min: 12px, max: 16px */
  font-weight: 700;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (width < 480px) {
  .p-attention__tab-button {
    padding: 9px 16px;
  }
}
.p-attention__tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13px 8.5px 0 8.5px;
  border-color: transparent transparent transparent;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (width < 480px) {
  .p-attention__tab-button::after {
    border-width: 10px 6.5px 0 6.5px;
  }
}
.p-attention__tab-button.is-active {
  color: #ffffff;
  z-index: 2;
}
.p-attention__tab-button.is-active::after {
  opacity: 1;
}

.p-attention-list__panel {
  margin-top: 15px;
}

.p-attention-list__items p-attention-list__items--no-border {
  padding-bottom: 35px;
  border-bottom: 1px solid #bababa;
}

.p-attention-list__items--no-border {
  border-bottom: none;
}

.p-attention-list {
  padding-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-attention-list__item {
  padding-top: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.p-attention-list__item.is-last-visible {
  border-bottom: none;
}

.p-attention-list__link {
  transition: opacity 0.3s ease;
}
.p-attention-list__link:focus-visible:hover, .p-attention-list__link:focus-visible:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-attention-list__link:hover:hover, .p-attention-list__link:hover:focus {
    opacity: 0.6;
  }
}

.p-attention-list__meta {
  display: flex;
  align-items: center;
}

.p-attention-list__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

.p-attention-list__category {
  margin-left: 14px;
  padding: 2px 18px;
  border: 1px solid transparent;
  border-radius: 100vh;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #101010;
}

.p-attention-list__title {
  display: block;
  margin-top: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.p-top-attention-group {
  padding-bottom: 37px;
  border-bottom: 1px solid #bababa;
}
.p-top-attention-group:nth-of-type(3) {
  margin-top: 95px;
}
.p-top-attention-group:nth-of-type(4) {
  margin-top: 60px;
}

.p-attention-group__heading {
  padding-left: 20px;
}
.p-attention-group__heading::before {
  width: 5px;
}

.p-attention-group__heading-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (width < 480px) {
  .p-attention-group__heading-text {
    font-size: clamp(1.375rem, 1.125rem + 1.25vw, 1.5rem); /* min: 22px, max: 24px */
  }
}

@media (width < 555px) {
  .p-attention-group__cta {
    justify-content: end;
    margin-bottom: 0;
    margin-top: 10px;
    padding-block: 10px;
  }
}

.p-attention-group__arrow {
  bottom: -10%;
  left: -37%;
  width: 40px;
  height: 40px;
}
@media (width < 555px) {
  .p-attention-group__arrow {
    left: auto;
    right: 100px;
    bottom: 6%;
  }
}
.p-attention-group__arrow::after {
  max-width: 14px;
  max-height: 13px;
}

.p-attention-cards {
  column-gap: 7%;
  margin-top: 30px;
}
@media (width < 480px) {
  .p-attention-cards {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    row-gap: 56px;
  }
}

.p-attention-card {
  display: flex;
  max-width: 287px;
  width: 100%;
}
.p-attention-card:focus-visible:hover .p-attention-card__image, .p-attention-card:focus-visible:focus .p-attention-card__image {
  transform: scale(1.08);
}
@media (hover: hover) and (pointer: fine) {
  .p-attention-card:hover:hover .p-attention-card__image, .p-attention-card:hover:focus .p-attention-card__image {
    transform: scale(1.08);
  }
}

.p-attention-card__image-wrapper {
  max-width: 287px;
  width: 100%;
  margin-top: auto;
  aspect-ratio: 287/183;
  border-radius: 11px;
  overflow: hidden;
}

.p-attention-card__image {
  max-width: 287px;
  width: 100%;
  height: auto;
  aspect-ratio: 287/183;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

.p-attention-card__image-wrapper + .p-attention-card__date {
  margin-top: 12px;
}

.p-attention-list__text + .p-attention-card__image-wrapper {
  margin-top: 20px;
}

.p-attention-card__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.p-attention-card__title {
  margin-top: 9px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.p-attention-list__text {
  color: #000000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
}

.p-attention__container {
  margin-top: -39px;
  padding-top: 6.5%;
  padding-bottom: 5%;
  padding-inline: 4.8%;
  border-radius: 22px;
  background-color: #ffffff;
}

.p-attention__pagination-container {
  margin-top: 71px;
}

.p-attention__group {
  padding-bottom: 37px;
  border-bottom: 1px solid #bababa;
}
.p-attention__group:nth-of-type(1) {
  margin-top: 64px;
}
.p-attention__group:nth-of-type(2) {
  margin-top: 59px;
  margin-bottom: 190px;
}

.p-attention-detail {
  padding-top: 65px;
  padding-bottom: 44px;
  padding-inline: 4.6875%;
  border-radius: 22px;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-attention-detail__meta {
  display: flex;
  column-gap: 22px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (width < 480px) {
  .p-attention-detail__meta {
    flex-direction: column;
    row-gap: 16px;
    font-size: 0.875rem;
  }
}

.p-attention-detail__date {
  flex: 0 0 66px;
}
@media (width < 480px) {
  .p-attention-detail__date {
    flex: none;
  }
}

.p-attention-detail__categories {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 16px;
}

.p-attention-detail__category {
  padding-block: 3px;
  padding-inline: 31px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100vh;
}
@media (width < 480px) {
  .p-attention-detail__category {
    padding-inline: 20px;
  }
}
.p-attention-detail__category[data-tag=department-food], .p-attention-detail__category[data-tag=club-football], .p-attention-detail__category[data-tag=club-handball], .p-attention-detail__category[data-tag=club-badminton], .p-attention-detail__category[data-tag=club-baseball], .p-attention-detail__category[data-tag=club-volleyball], .p-attention-detail__category[data-tag=club-athletics], .p-attention-detail__category[data-tag=club-table_tennis] {
  border-color: #db7659;
  background-color: #ffffff;
}
.p-attention-detail__category[data-tag=department-integrated], .p-attention-detail__category[data-tag=grad-reun], .p-attention-detail__category[data-tag=club-brass_band], .p-attention-detail__category[data-tag=club-study], .p-attention-detail__category[data-tag=club-cooking], .p-attention-detail__category[data-tag=club-art], .p-attention-detail__category[data-tag=club-kimono_craft], .p-attention-detail__category[data-tag=club-computer], .p-attention-detail__category[data-tag=club-shodo], .p-attention-detail__category[data-tag=club-science], .p-attention-detail__category[data-tag=club-volunteer] {
  border-color: #29ab6a;
  background-color: #ffffff;
}

.p-attention-detail__title {
  margin-top: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1599b8;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4230769231;
}

.p-attention-detail__content {
  margin-top: 38px;
  color: #0f0f0f;
}
.p-attention-detail__content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}
.p-attention-detail__content h2 {
  position: relative;
  padding-left: 0.7916666667em;
  margin-block: 1.1666666667em;
  color: #1599b8;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7083333333;
}
.p-attention-detail__content h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0.4166666667em;
  height: 100%;
  background-color: #1599b8;
  transform: translateY(-50%);
}
.p-attention-detail__content h3 {
  position: relative;
  padding-left: 0.95em;
  margin-block: 1.4em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-attention-detail__content h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0.5em;
  height: 100%;
  background-color: #1599b8;
  transform: translateY(-50%);
}
.p-attention-detail__content h4 {
  padding-left: 0.95em;
  margin-block: 1.4em;
  background-color: #1599b8;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-attention-detail__content h5 {
  padding-left: 0.25em;
  margin-block: 1.4em;
  border-bottom: 4px solid #1599b8;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.85;
  color: #000000;
}
.p-attention-detail__content h6 {
  margin-block: 1.4em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
}
.p-attention-detail__content img {
  margin-block: 1.75em;
  max-width: 623px;
  width: 100%;
  aspect-ratio: 623/322;
  object-fit: cover;
  margin-inline: auto;
}

.p-attention-detail__footer {
  margin-top: 250px;
}

.p-attention-detail__pager-list {
  display: flex;
  justify-content: center;
  column-gap: 8%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem); /* min: 14px, max: 20px */
  font-weight: 700;
  color: #000000;
}

.p-attention-detail__pager-link {
  transition: color 0.3s ease;
}
.p-attention-detail__pager-link:focus-visible:hover, .p-attention-detail__pager-link:focus-visible:focus {
  color: #1599b8;
}
@media (hover: hover) and (pointer: fine) {
  .p-attention-detail__pager-link:hover:hover, .p-attention-detail__pager-link:hover:focus {
    color: #1599b8;
  }
}

.p-attention-detail__pager-item.is-disabled .p-attention-detail__pager-link, .p-attention-detail__pager-item.is-disabled::after, .p-attention-detail__pager-item.is-disabled::before {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.p-attention-detail__pager-item--prev {
  position: relative;
}
.p-attention-detail__pager-item--prev::before {
  position: absolute;
  top: 50%;
  left: -20px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #1599b8;
  border-left: 2px solid #1599b8;
  transform: rotate(-45deg) translateY(-50%);
}

.p-attention-detail__pager-item--next {
  position: relative;
}
.p-attention-detail__pager-item--next::after {
  position: absolute;
  top: 41%;
  right: -20px;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #1599b8;
  border-right: 2px solid #1599b8;
  transform: rotate(45deg) translateY(-50%);
}

.p-attention__groups {
  margin-bottom: -24px;
}

.p-attention-archive__contents {
  margin-bottom: 110px;
  padding-top: 44px;
  padding-bottom: 35px;
  padding-inline: 3.125%;
  border-radius: 23px;
  background-color: #ffffff;
}

.p-attention-archive-cards {
  column-gap: 7%;
  row-gap: 67px;
}
@media (width < 480px) {
  .p-attention-archive-cards {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
    row-gap: 56px;
  }
}

.p-attention-archive__pagination-container {
  margin-top: 65px;
}

.p-attention-archive__button {
  display: block;
  max-width: 297px;
  width: 100%;
  margin-top: 46px;
  margin-inline: auto;
  padding-block: 20px;
  background-color: #db7659;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.p-attention-archive__button:focus-visible:hover, .p-attention-archive__button:focus-visible:focus {
  border-color: #db7659;
  background-color: #ffffff;
  color: #db7659;
}
@media (hover: hover) and (pointer: fine) {
  .p-attention-archive__button:hover:hover, .p-attention-archive__button:hover:focus {
    border-color: #db7659;
    background-color: #ffffff;
    color: #db7659;
  }
}

/* ul が grid でない場合の保険：縦に1件ずつ並べる */
.p-attention-archive__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-attention-archive__item {
  margin-top: 24px;
}

.p-attention-archive__item:first-child {
  margin-top: 0;
}

.p-attention-policy {
  margin: -42.4px auto 118.36px;
}

.p-attention-policy__dd--17 {
  margin: 17px auto;
}

.p-attention-policy__dd--18 {
  margin: 18px auto;
}

.p-attention-policy__pt--small {
  padding-top: 1.3px;
}

.p-about-intro {
  position: relative;
  margin-top: 231px;
}
.p-about-intro::before {
  position: absolute;
  content: "";
  top: clamp(-1.062rem, -7.062rem + 30vw, 16.938rem); /* min: -17px, max: 271px */
  left: 0;
  background: url(../images/home/home__introduction-bg.svg) bottom/contain no-repeat;
  width: 100%;
  aspect-ratio: 1280/2329;
  transform: translateY(-50%);
  z-index: -1;
}
@media (width >= 1280px) {
  .p-about-intro::before {
    top: clamp(16.938rem, -9.812rem + 33.438vw, 30.313rem); /* min: 271px, max: 485px */
  }
}

.p-about-intro__wrapper {
  position: relative;
  z-index: 0;
}

.p-about-intro__illustration--01 {
  position: absolute;
  top: -5.5%;
  left: 2%;
  width: clamp(5.438rem, 1.792rem + 18.229vw, 16.375rem); /* min: 87px, max: 262px */
  height: clamp(6.375rem, 2.146rem + 21.146vw, 19.063rem); /* min: 102px, max: 305px */
  aspect-ratio: 262/305;
  z-index: 1;
}
@media (480px <= width) and (width < 768px) {
  .p-about-intro__illustration--01 {
    top: -4.5%;
  }
}

.p-about-intro__illustration--02 {
  position: absolute;
  top: -5.8%;
  right: 3%;
  width: clamp(6.25rem, 2.083rem + 20.833vw, 18.75rem); /* min: 100px, max: 300px */
  height: clamp(5.25rem, 1.729rem + 17.604vw, 15.813rem); /* min: 84px, max: 253px */
  aspect-ratio: 300/253;
}
@media (480px <= width) and (width < 768px) {
  .p-about-intro__illustration--02 {
    top: -2.8%;
  }
}
@media (width < 480px) {
  .p-about-intro__illustration--02 {
    top: -4.8%;
  }
}

.p-about-intro__heading {
  position: relative;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 24px;
  font-size: clamp(1.25rem, 0.813rem + 2.188vw, 2.563rem); /* min: 20px, max: 41px */
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4146341463;
  text-align: center;
  z-index: 1;
}

.p-about-intro-slider__container {
  padding-block: 45px;
}
@media (width < 480px) {
  .p-about-intro-slider__container {
    background-color: #279fba;
  }
}
@media (width < 375px) {
  .p-about-intro-slider__container {
    padding-bottom: 15px;
  }
}

.p-about-intro-slider__item {
  margin-right: 60px;
}

.p-about-intro-slider__figure {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 1.5s ease-in-out;
}

.p-about-intro-slider__item:nth-of-type(odd) .p-about-intro-slider__figure {
  animation: sway 3s ease-in-out infinite alternate;
}
.p-about-intro-slider__item:nth-of-type(odd) .p-about-intro-slider__label {
  position: absolute;
  right: 2%;
  top: -12%;
}
.p-about-intro-slider__item:nth-of-type(even) .p-about-intro-slider__figure {
  animation: sway-reverse 3s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion: reduce) {
  .p-about-intro-slider__item .p-about-intro-slider__figure {
    animation: none;
    transform: none;
  }
}
@keyframes sway {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes sway-reverse {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.p-about-intro-slider__image {
  width: clamp(12.313rem, 8.229rem + 20.417vw, 24.563rem); /* min: 197px, max: 393px */
  aspect-ratio: 393/263;
  border-radius: 12px;
  box-shadow: 2px 7px 12px rgba(226, 155, 42, 0.11);
}

.p-about-intro-slider__label {
  color: #ffffff;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-size: clamp(1.125rem, 0.542rem + 2.917vw, 2.875rem); /* min: 18px, max: 46px */
  z-index: 3;
}

.p-about-intro__container {
  position: relative;
  margin-top: 100px;
  padding-bottom: 79px;
  background-color: #279fba;
}
@media (width < 768px) {
  .p-about-intro__container {
    margin-top: 0;
    padding-top: 50px;
    background-color: #279fba;
  }
}

.p-about-intro__split {
  column-gap: 6%;
}

.p-about-intro__body {
  max-width: 492px;
  width: 43.9285714286%;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (width < 768px) {
  .p-about-intro__body {
    max-width: 100%;
    width: 100%;
  }
}

.p-about-intro__title {
  font-size: clamp(2.125rem, 1rem + 2.344vw, 2.875rem); /* min: 34px, max: 46px */
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 1.35;
  color: #ffffff;
}
@media (width < 768px) {
  .p-about-intro__title {
    font-size: clamp(2.125rem, 1.589rem + 2.679vw, 2.875rem); /* min: 34px, max: 46px */
  }
}

.p-about-intro__lead {
  width: 90.8536585366%;
  margin-top: 34px;
  font-weight: 700;
  letter-spacing: 0.065em;
  line-height: 2.125;
}
@media (width < 768px) {
  .p-about-intro__lead {
    width: 100%;
  }
}

.p-about-intro__hero {
  position: relative;
  max-width: 560px;
  width: 50%;
}
@media (width < 768px) {
  .p-about-intro__hero {
    max-width: 100%;
    width: 100%;
    margin-top: 80px;
  }
}

.p-about-intro__illustration--03 {
  position: absolute;
  top: -111px;
  right: 0px;
  width: clamp(5.625rem, 3.854rem + 8.854vw, 10.938rem); /* min: 90px, max: 175px */
  height: clamp(5.625rem, 3.854rem + 8.854vw, 10.938rem); /* min: 90px, max: 175px */
}

.p-about-intro__hero-image {
  border-radius: 14px;
  width: 100%;
}

.p-about-intro__button {
  max-width: 256px;
  margin-top: 75px;
  padding-block: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media (width < 768px) {
  .p-about-intro__button {
    margin-top: 40px;
  }
}

.p-about-intro__button-arrow {
  right: 5%;
  max-width: 27px;
  max-height: 27px;
  aspect-ratio: 1/1;
}
.p-about-intro__button-arrow::after {
  max-width: 10.75px;
  max-height: 10.75px;
}

.p-about-cards {
  column-gap: 5%;
  row-gap: 50px;
  margin-top: 59px;
  padding: 34px 60px 38px 60px;
  border-radius: 22px;
  background-color: #ffffff;
}
@media (width < 768px) {
  .p-about-cards {
    grid-template-columns: 1fr;
    row-gap: 40px;
    flex-direction: column;
    padding-inline: 40px;
  }
}

.p-about-card {
  max-width: 300px;
  width: 100%;
}
@media (width < 768px) {
  .p-about-card {
    max-width: 100%;
    width: fit-content;
    margin-inline: auto;
  }
}
.p-about-card:focus-visible:hover .p-about-card__image, .p-about-card:focus-visible:focus .p-about-card__image {
  transform: scale(1.08);
}
@media (hover: hover) and (pointer: fine) {
  .p-about-card:hover:hover .p-about-card__image, .p-about-card:hover:focus .p-about-card__image {
    transform: scale(1.08);
  }
}
.p-about-card:nth-of-type(1):focus-visible:hover .p-about-card__arrow, .p-about-card:nth-of-type(1):focus-visible:focus .p-about-card__arrow {
  border-color: #e29b2a;
  background-color: #ffffff;
}
.p-about-card:nth-of-type(1):focus-visible:hover .p-about-card__arrow::after, .p-about-card:nth-of-type(1):focus-visible:focus .p-about-card__arrow::after {
  background-color: #e29b2a;
}
@media (hover: hover) and (pointer: fine) {
  .p-about-card:nth-of-type(1):hover:hover .p-about-card__arrow, .p-about-card:nth-of-type(1):hover:focus .p-about-card__arrow {
    border-color: #e29b2a;
    background-color: #ffffff;
  }
  .p-about-card:nth-of-type(1):hover:hover .p-about-card__arrow::after, .p-about-card:nth-of-type(1):hover:focus .p-about-card__arrow::after {
    background-color: #e29b2a;
  }
}
.p-about-card:nth-of-type(2):focus-visible:hover .p-about-card__arrow, .p-about-card:nth-of-type(2):focus-visible:focus .p-about-card__arrow {
  border-color: #29ab6a;
  background-color: #ffffff;
}
.p-about-card:nth-of-type(2):focus-visible:hover .p-about-card__arrow::after, .p-about-card:nth-of-type(2):focus-visible:focus .p-about-card__arrow::after {
  background-color: #29ab6a;
}
@media (hover: hover) and (pointer: fine) {
  .p-about-card:nth-of-type(2):hover:hover .p-about-card__arrow, .p-about-card:nth-of-type(2):hover:focus .p-about-card__arrow {
    border-color: #29ab6a;
    background-color: #ffffff;
  }
  .p-about-card:nth-of-type(2):hover:hover .p-about-card__arrow::after, .p-about-card:nth-of-type(2):hover:focus .p-about-card__arrow::after {
    background-color: #29ab6a;
  }
}
.p-about-card:nth-of-type(3):focus-visible:hover .p-about-card__arrow, .p-about-card:nth-of-type(3):focus-visible:focus .p-about-card__arrow {
  border-color: #db7659;
  background-color: #ffffff;
}
.p-about-card:nth-of-type(3):focus-visible:hover .p-about-card__arrow::after, .p-about-card:nth-of-type(3):focus-visible:focus .p-about-card__arrow::after {
  background-color: #db7659;
}
@media (hover: hover) and (pointer: fine) {
  .p-about-card:nth-of-type(3):hover:hover .p-about-card__arrow, .p-about-card:nth-of-type(3):hover:focus .p-about-card__arrow {
    border-color: #db7659;
    background-color: #ffffff;
  }
  .p-about-card:nth-of-type(3):hover:hover .p-about-card__arrow::after, .p-about-card:nth-of-type(3):hover:focus .p-about-card__arrow::after {
    background-color: #db7659;
  }
}

.p-about-card__link {
  display: block;
}

.p-about-card__image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.p-about-card__image {
  object-fit: cover;
  transition: all 0.3s;
}

.p-about-card__title {
  margin-top: 20px;
  padding-left: 42px;
}
@media (480px <= width) and (width < 768px) {
  .p-about-card__title {
    margin-bottom: 20px;
  }
}

.p-about-card__arrow {
  top: 50%;
  left: 0%;
  width: 33px;
  height: 33px;
  transform: translateY(-50%);
}
.p-about-card__arrow::after {
  max-width: 11px;
  max-height: 12px;
}

.p-about-card__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.875rem, 0.594rem + 0.586vw, 1.063rem); /* min: 14px, max: 17px */
  font-weight: 700;
}
@media (width < 768px) {
  .p-about-card__text {
    font-size: clamp(0.75rem, 0.527rem + 1.116vw, 1.063rem); /* min: 12px, max: 17px */
  }
}

.p-school-life-intro {
  position: relative;
  padding-top: 55px;
  padding-bottom: 168px;
  background-color: #29ab6a;
}
@media (width < 768px) {
  .p-school-life-intro {
    padding-bottom: 230px;
  }
}

.p-school-life-intro__illust {
  position: absolute;
}

.p-school-life-intro__illust--top {
  top: -4%;
  left: 0.9%;
  width: clamp(6.563rem, 5.479rem + 5.417vw, 9.813rem); /* min: 105px, max: 157px */
  height: clamp(5.688rem, 4.729rem + 4.792vw, 8.563rem); /* min: 91px, max: 137px */
  aspect-ratio: 157/137;
}
@media (width < 480px) {
  .p-school-life-intro__illust--top {
    top: -2.5%;
  }
}

.p-school-life-intro__illust--bottom {
  bottom: -6%;
  right: 2%;
  width: clamp(10.438rem, 3.458rem + 34.896vw, 31.375rem); /* min: 167px, max: 502px */
  height: clamp(6rem, 1.979rem + 20.104vw, 18.063rem); /* min: 96px, max: 289px */
  aspect-ratio: 502/289;
}
@media (width < 768px) {
  .p-school-life-intro__illust--bottom {
    bottom: 2%;
    right: 0;
  }
}

.p-school-life-intro__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff;
}
@media (width < 768px) {
  .p-school-life-intro__heading {
    flex-direction: column-reverse;
    align-items: baseline;
  }
}

.p-school-life-intro__heading--en {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
}
@media (width < 533px) {
  .p-school-life-intro__heading--en {
    font-size: clamp(2.5rem, 0.059rem + 12.207vw, 4.125rem); /* min: 40px, max: 66px */
  }
}

.p-school-life-intro__heading--ja {
  margin-bottom: 13px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
}

.p-school-life-slider__wrapper {
  position: relative;
  margin-top: 134px;
}
@media (width < 480px) {
  .p-school-life-slider__wrapper {
    margin-top: 67px;
  }
}

.p-school-life-slider__catchcopy {
  position: absolute;
  top: -14%;
  left: 9.5%;
  max-width: 1080px;
  width: 84.375%;
  margin-inline: auto;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1.5rem, 0.979rem + 2.604vw, 3.063rem); /* min: 24px, max: 49px */
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  z-index: 5;
}

.p-school-life-slider__item {
  margin-right: 60px;
}
@media (480px <= width) and (width < 768px) {
  .p-school-life-slider__item {
    margin-right: 32px;
  }
}
@media (width < 480px) {
  .p-school-life-slider__item {
    margin-right: 20px;
  }
}
.p-school-life-slider__item--01 {
  width: 552px;
}
@media (480px <= width) and (width < 768px) {
  .p-school-life-slider__item--01 {
    width: 70%;
  }
}
@media (width < 480px) {
  .p-school-life-slider__item--01 {
    width: 50%;
  }
}
.p-school-life-slider__item--01 .p-school-life-slider__image {
  width: 100%;
  aspect-ratio: 552/535;
}
.p-school-life-slider__item--02 {
  width: 552px;
  display: grid;
  place-items: center;
  padding-top: 60px;
  padding-left: 32px;
}
@media (480px <= width) and (width < 768px) {
  .p-school-life-slider__item--02 {
    width: 70%;
    padding-top: 50px;
    padding-left: 24px;
  }
}
@media (width < 480px) {
  .p-school-life-slider__item--02 {
    width: 50%;
    padding-top: 40px;
    padding-left: 18px;
  }
}
.p-school-life-slider__item--02 .p-school-life-slider__image {
  width: 100%;
  aspect-ratio: 552/386;
}
.p-school-life-slider__item--03 {
  width: 503px;
  padding-top: 56px;
  padding-left: 65px;
}
@media (480px <= width) and (width < 768px) {
  .p-school-life-slider__item--03 {
    width: 70%;
    padding-top: 46px;
    padding-left: 48px;
  }
}
@media (width < 480px) {
  .p-school-life-slider__item--03 {
    width: 50%;
    padding-top: 36px;
    padding-left: 36px;
  }
}
.p-school-life-slider__item--03 .p-school-life-slider__image {
  width: 100%;
  aspect-ratio: 503/401;
}
.p-school-life-slider__item--04 {
  width: 503px;
  padding-top: 56px;
  padding-left: 47px;
}
@media (480px <= width) and (width < 768px) {
  .p-school-life-slider__item--04 {
    width: 70%;
    padding-top: 46px;
    padding-left: 37px;
  }
}
@media (width < 480px) {
  .p-school-life-slider__item--04 {
    width: 50%;
    padding-top: 36px;
    padding-left: 27px;
  }
}
.p-school-life-slider__item--04 .p-school-life-slider__image {
  width: 100%;
  aspect-ratio: 503/445;
}

.p-school-life-slider__image {
  border-radius: 15px;
  display: block;
}

.p-school-life__section-lead {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
@media (width < 768px) {
  .p-school-life__section-lead {
    flex-direction: column;
  }
}

.p-school-life__lead-text {
  max-width: 736px;
  width: 65.7142857143%;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.25;
}
@media (width < 768px) {
  .p-school-life__lead-text {
    max-width: 100%;
    width: 100%;
  }
}

.p-school-life__lead-button {
  max-width: 256px;
  width: 100%;
  height: 56px;
  padding-block: 18px;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media (width < 768px) {
  .p-school-life__lead-button {
    margin-left: auto;
  }
}

.p-school-life__lead-button-arrow {
  right: 5%;
  max-width: 27px;
  max-height: 27px;
  aspect-ratio: 1/1;
}
.p-school-life__lead-button-arrow::after {
  max-width: 10.75px;
  max-height: 10.75px;
}

.p-school-life__grid {
  grid-template-columns: 43% 47%;
  column-gap: 10%;
  margin-top: 96px;
}
@media (width < 768px) {
  .p-school-life__grid {
    grid-template-columns: 1fr;
    row-gap: 6%;
  }
}

.p-school-life__medias {
  display: grid;
  row-gap: 62px;
  margin-top: 89px;
}
@media (width < 768px) {
  .p-school-life__medias {
    margin-top: 0;
  }
}

.p-school-life__media-link {
  display: grid;
  grid-template-columns: 47% 43%;
  column-gap: 10%;
}

.p-school-life__media-link:focus-visible:hover .p-school-life__media-image, .p-school-life__media-link:focus-visible:focus .p-school-life__media-image {
  transform: scale(1.08);
}
.p-school-life__media-link:focus-visible:hover .p-school-life__media-button, .p-school-life__media-link:focus-visible:focus .p-school-life__media-button {
  border-color: #ffffff;
  background-color: #29ab6b;
  color: #ffffff;
}
.p-school-life__media-link:focus-visible:hover .p-school-life__media-button .p-school-life__media-button-arrow, .p-school-life__media-link:focus-visible:focus .p-school-life__media-button .p-school-life__media-button-arrow {
  background-color: #ffffff;
}
.p-school-life__media-link:focus-visible:hover .p-school-life__media-button .p-school-life__media-button-arrow::after, .p-school-life__media-link:focus-visible:focus .p-school-life__media-button .p-school-life__media-button-arrow::after {
  background-color: #29ab6b;
}
@media (hover: hover) and (pointer: fine) {
  .p-school-life__media-link:hover:hover .p-school-life__media-image, .p-school-life__media-link:hover:focus .p-school-life__media-image {
    transform: scale(1.08);
  }
  .p-school-life__media-link:hover:hover .p-school-life__media-button, .p-school-life__media-link:hover:focus .p-school-life__media-button {
    border-color: #ffffff;
    background-color: #29ab6b;
    color: #ffffff;
  }
  .p-school-life__media-link:hover:hover .p-school-life__media-button .p-school-life__media-button-arrow, .p-school-life__media-link:hover:focus .p-school-life__media-button .p-school-life__media-button-arrow {
    background-color: #ffffff;
  }
  .p-school-life__media-link:hover:hover .p-school-life__media-button .p-school-life__media-button-arrow::after, .p-school-life__media-link:hover:focus .p-school-life__media-button .p-school-life__media-button-arrow::after {
    background-color: #29ab6b;
  }
}

.p-school-life__image-wrapper {
  align-self: start;
  border-radius: 20px;
  overflow: hidden;
}

.p-school-life__media-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (width < 768px) {
  .p-school-life__media-image {
    width: 100%;
  }
}

.p-school-life__media-title {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1.125rem, -0.947rem + 3.684vw, 2rem); /* min: 18px, max: 32px */
  font-weight: 400;
}
@media (width < 768px) {
  .p-school-life__media-title {
    font-size: clamp(1.125rem, 0.5rem + 3.125vw, 2rem); /* min: 18px, max: 32px */
  }
}

.p-school-life__media-text {
  margin-top: 1.111em;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.75rem, 0.188rem + 1.172vw, 1.125rem); /* min: 12px, max: 18px */
  font-weight: 500;
  line-height: 1.8;
}
@media (width < 768px) {
  .p-school-life__media-text {
    font-size: clamp(0.75rem, 0.482rem + 1.339vw, 1.125rem); /* min: 12px, max: 18px */
  }
}

.p-school-life__media-button {
  max-width: 212px;
  width: 100%;
  margin-top: 2.467em;
  padding-block: 1.2em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.75rem, 0.469rem + 0.586vw, 0.938rem); /* min: 12px, max: 15px */
  font-weight: 900;
}
@media (width < 768px) {
  .p-school-life__media-button {
    font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.938rem); /* min: 12px, max: 15px */
  }
}

.p-school-life__media-button-arrow {
  right: 5%;
  width: clamp(1.125rem, 0.281rem + 1.758vw, 1.688rem); /* min: 18px, max: 27px */
  height: clamp(1.125rem, 0.281rem + 1.758vw, 1.688rem); /* min: 18px, max: 27px */
  aspect-ratio: 1/1;
}
@media (width < 768px) {
  .p-school-life__media-button-arrow {
    width: clamp(1.125rem, 0.723rem + 2.009vw, 1.688rem); /* min: 18px, max: 27px */
    height: clamp(1.125rem, 0.723rem + 2.009vw, 1.688rem); /* min: 18px, max: 27px */
  }
}
.p-school-life__media-button-arrow::after {
  width: clamp(0.375rem, -0.07rem + 0.928vw, 0.672rem); /* min: 6px, max: 10.75px */
  height: clamp(0.375rem, -0.07rem + 0.928vw, 0.672rem); /* min: 6px, max: 10.75px */
}
@media (width < 768px) {
  .p-school-life__media-button-arrow::after {
    width: clamp(0.375rem, 0.163rem + 1.06vw, 0.672rem); /* min: 6px, max: 10.75px */
    height: clamp(0.375rem, 0.163rem + 1.06vw, 0.672rem); /* min: 6px, max: 10.75px */
  }
}

.p-school-life__feature {
  position: relative;
}

.p-school-life__feature-image {
  border-radius: 20px;
}
@media (width < 768px) {
  .p-school-life__feature-image {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}

.p-school-life__feature-heading {
  position: absolute;
  top: 45px;
  left: -98px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  transform: rotate(90deg);
}
@media (width < 768px) {
  .p-school-life__feature-heading {
    left: -38px;
  }
}

.p-school-life__feature-image-wrapper {
  position: relative;
}

.p-school-life__feature-link {
  position: absolute;
  bottom: -11.5%;
  right: -5.5%;
  content: "";
  display: grid;
  place-content: center;
  width: 34.030418251%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1.5px solid #ffffff;
  background-color: #29c376;
  transition: all 0.3s;
}
@media (width < 768px) {
  .p-school-life__feature-link {
    width: 28.3676703645%;
  }
}
.p-school-life__feature-link:focus-visible:hover, .p-school-life__feature-link:focus-visible:focus {
  border: 1.5px solid #29c376;
  background-color: #ffffff;
}
.p-school-life__feature-link:focus-visible:hover .p-school-life__feature-link-text, .p-school-life__feature-link:focus-visible:focus .p-school-life__feature-link-text {
  color: #29c376;
}
.p-school-life__feature-link:focus-visible:hover .p-school-life__feature-link-text::after, .p-school-life__feature-link:focus-visible:focus .p-school-life__feature-link-text::after {
  background-color: #29c376;
}
@media (hover: hover) and (pointer: fine) {
  .p-school-life__feature-link:hover:hover, .p-school-life__feature-link:hover:focus {
    border: 1.5px solid #29c376;
    background-color: #ffffff;
  }
  .p-school-life__feature-link:hover:hover .p-school-life__feature-link-text, .p-school-life__feature-link:hover:focus .p-school-life__feature-link-text {
    color: #29c376;
  }
  .p-school-life__feature-link:hover:hover .p-school-life__feature-link-text::after, .p-school-life__feature-link:hover:focus .p-school-life__feature-link-text::after {
    background-color: #29c376;
  }
}

.p-school-life__feature-link-text {
  position: relative;
  margin-bottom: 17px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1rem, 0.625rem + 0.781vw, 1.25rem); /* min: 16px, max: 20px */
  font-weight: 700;
  transition: all 0.3s;
}
@media (width < 768px) {
  .p-school-life__feature-link-text {
    font-size: clamp(0.875rem, 0.607rem + 1.339vw, 1.25rem); /* min: 14px, max: 20px */
  }
}
.p-school-life__feature-link-text::after {
  position: absolute;
  top: 167%;
  left: 53%;
  content: "";
  width: 32px;
  height: 23px;
  -webkit-mask: url("../images/common/arrow/common__arrow-horizontal-wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-horizontal-wh.svg") center/contain no-repeat;
  background-color: #ffffff;
  transform: translateX(-50%);
  transition: all 0.3s;
}
@media (width < 768px) {
  .p-school-life__feature-link-text::after {
    width: clamp(1.331rem, 0.854rem + 2.388vw, 2rem); /* min: 21.3px, max: 32px */
    height: clamp(0.956rem, 0.613rem + 1.719vw, 1.438rem); /* min: 15.3px, max: 23px */
  }
}

.p-school-life__feature-body {
  margin-top: 59px;
}

.p-school-life__feature-title {
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(2.25rem, 1.125rem + 2.344vw, 3rem); /* min: 36px, max: 48px */
  font-weight: 400;
}

.p-school-life__feature-text {
  margin-top: 24px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-school-life__flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
}

.p-school-life__flow-list {
  padding-left: 0;
}

.p-school-life__flow-list-item {
  list-style-type: none;
  position: relative;
  padding-left: 85px;
  display: flex;
  justify-content: space-between;
}
@media (width < 768px) {
  .p-school-life__flow-list-item {
    flex-direction: column;
    padding-left: 70px;
  }
}

.p-school-life__flow-list > li:not(:last-child) {
  padding-bottom: 55px;
}
@media (width < 768px) {
  .p-school-life__flow-list > li:not(:last-child) {
    padding-bottom: min(8.8vw, 48px);
  }
}

.p-school-life__flow--icon-green {
  width: 85px;
  height: 85px;
  padding-block: 12.5px;
  text-align: center;
  border-radius: 100vh;
  background: #29ab6a;
  color: #fff;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2.75rem;
  font-weight: bold;
}
.p-school-life__flow--icon-green span {
  font-size: 1.375rem;
  font-weight: bold;
}
@media (width < 768px) {
  .p-school-life__flow--icon-green span {
    font-size: 1.125rem;
  }
}
@media (width < 768px) {
  .p-school-life__flow--icon-green {
    width: 70px;
    height: 70px;
    font-size: 2.125rem;
  }
}

.p-school-life__flow--icon-blue {
  width: 85px;
  height: 85px;
  padding-block: 12.5px;
  background: #1599b8;
  text-align: center;
  border-radius: 100vh;
  color: #fff;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.7px;
  font-size: 2.75rem;
  font-weight: bold;
}
.p-school-life__flow--icon-blue span {
  font-size: 1.375rem;
  font-weight: bold;
}
@media (width < 768px) {
  .p-school-life__flow--icon-blue span {
    font-size: 1.125rem;
  }
}
@media (width < 768px) {
  .p-school-life__flow--icon-blue {
    width: 70px;
    height: 70px;
    font-size: 2.125rem;
  }
}

.p-school-life__flow-list-item:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: calc(50% + 24px);
  left: 42.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: linear-gradient(to bottom, #eae0d0 8px, transparent 8px);
  background-size: 5px 12px;
  background-position: left bottom;
}
@media (width < 768px) {
  .p-school-life__flow-list-item:not(:last-child)::before {
    left: 35px;
  }
}

.p-school-life__flow-green {
  margin-left: min(4.9vw, 60px);
  padding-top: min(2.8vw, 25px);
  gap: 15px;
}
@media (width < 768px) {
  .p-school-life__flow-green {
    margin-left: 0;
    padding-top: 75px;
  }
}
.p-school-life__flow-green .c-list-contents__list-item {
  color: #2d334a;
}
.p-school-life__flow-green .c-list-contents__list-item::before {
  content: "";
  background-color: #29ab6a;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.15em);
}
@media (width < 768px) {
  .p-school-life__flow-green .c-list-contents__list-item::before {
    width: 8px;
    top: 7.2px;
  }
}

.p-school-life__flow-blue {
  margin-left: min(4.9vw, 60px);
  padding-top: min(2.8vw, 25px);
  gap: 15px;
}
@media (width < 768px) {
  .p-school-life__flow-blue {
    margin-left: 0;
    padding-top: 75px;
  }
}
.p-school-life__flow-blue .c-list-contents__list-item {
  color: #2d334a;
}
.p-school-life__flow-blue .c-list-contents__list-item::before {
  content: "";
  background-color: #1599b8;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.15em);
}
@media (width < 768px) {
  .p-school-life__flow-blue .c-list-contents__list-item::before {
    width: 8px;
    top: 7.2px;
  }
}

.p-school-life__flow-list-img {
  width: clamp(275px, 37.2vw, 371px);
  height: fit-content;
  aspect-ratio: 1/0.49058;
  border-radius: 9px;
  object-fit: cover;
}
@media (width < 768px) {
  .p-school-life__flow-list-img {
    width: 100%;
    margin-top: min(8.8vw, 48px);
  }
}

.p-school-life__flow-under {
  font-size: 1rem;
  margin-top: 62px;
}
.p-school-life__flow-under::before {
  content: "※";
  margin-right: 0.25em;
  font-weight: normal;
}
@media (width < 768px) {
  .p-school-life__flow-under {
    font-size: 0.9375rem;
    margin-top: 35px;
  }
}

.p-school-life__about-container .p-about-cards {
  row-gap: 60px;
  padding: 52px 60px;
  margin-top: -21px;
  margin-bottom: 8px;
}
@media (width < 768px) {
  .p-school-life__about-container .p-about-cards {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    row-gap: 5%;
  }
}
@media (width < 480px) {
  .p-school-life__about-container .p-about-cards {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}

.p-school-life__about {
  margin-top: clamp(100px, 10.9vw, 134px);
  padding-bottom: 64px;
}

/*スクールライフボタン*/
.p-school-life-button__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 96px;
}
@media (width < 768px) {
  .p-school-life-button__inner {
    grid-template-columns: 1fr;
    margin-bottom: 95px;
    gap: 12px;
  }
}

.p-school-life-button {
  position: relative;
  display: block;
  padding: min(3.6vw, 45px) 30px;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: clamp(16px, 2.1vw, 18px);
  font-weight: bold;
  transition: all 0.3s ease;
  color: #000000;
}
@media (width < 768px) {
  .p-school-life-button {
    padding: min(6.9vw, 45px) 30px;
    font-size: 1.125rem;
  }
}
.p-school-life-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 100vw;
  background-color: #db7659;
}
.p-school-life-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #ffffff;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}
.p-school-life-button:focus-visible:hover, .p-school-life-button:focus-visible:focus {
  box-shadow: 0px 0px 12px 1px rgba(147, 132, 111, 0.4);
}
@media (hover: hover) and (pointer: fine) {
  .p-school-life-button:hover:hover, .p-school-life-button:hover:focus {
    box-shadow: 0px 0px 12px 1px rgba(147, 132, 111, 0.4);
  }
}

.p-recruit__inner {
  position: relative;
  margin-top: 168px;
  margin-bottom: 150px;
  padding-top: min(23%, 294px);
}
@media (width < 768px) {
  .p-recruit__inner {
    margin-top: 110px;
  }
}

.p-recruit__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
}

.p-recruit__illust {
  position: absolute;
  content: "";
}

.p-recruit__illust--top {
  top: -34%;
  left: -13%;
  width: clamp(7.5rem, 3.583rem + 19.583vw, 19.25rem); /* min: 120px, max: 308px */
  height: clamp(7.5rem, 3.583rem + 19.583vw, 19.25rem); /* min: 120px, max: 308px */
  aspect-ratio: 1/1;
}

.p-recruit__illust--bottom {
  bottom: -6%;
  right: 7.5%;
  width: clamp(6.375rem, 4.25rem + 10.625vw, 12.75rem); /* min: 102px, max: 204px */
  height: clamp(7.5rem, 7.083rem + 2.083vw, 8.75rem); /* min: 120px, max: 140px */
  aspect-ratio: 204/140;
  background: url(../images/home/home__recruit-illust-02.svg) no-repeat center/contain;
}
@media (width < 768px) {
  .p-recruit__illust--bottom {
    bottom: -20%;
  }
}

.p-recruit__card {
  max-width: 669px;
  width: 59.7321428571%;
  margin-inline: auto;
  padding-top: 28px;
  padding-bottom: 35px;
  padding-inline: 3%;
  border-radius: 29px;
  background-color: #ffffff;
  text-align: center;
}
@media (480px <= width) and (width < 768px) {
  .p-recruit__card {
    width: 73%;
  }
}
@media (width < 480px) {
  .p-recruit__card {
    width: 90%;
  }
}

.p-recruit__card-overline {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
@media (width < 768px) {
  .p-recruit__card-overline {
    font-size: clamp(0.875rem, 0.786rem + 0.446vw, 1rem); /* min: 14px, max: 16px */
  }
}

.p-recruit__card-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #000000;
}
@media (width < 768px) {
  .p-recruit__card-title {
    font-size: clamp(1.375rem, 0.875rem + 2.5vw, 2.875rem); /* min: 22px, max: 46px */
  }
}

.p-recruit__card-lead {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
}
@media (width < 768px) {
  .p-recruit__card-lead {
    font-size: clamp(0.75rem, 0.571rem + 0.893vw, 1rem); /* min: 12px, max: 16px */
  }
}

.p-recruit__button {
  max-width: 256px;
  margin-top: 22px;
  margin-inline: auto;
  padding-block: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 900;
}
@media (width < 768px) {
  .p-recruit__button {
    font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.938rem); /* min: 12px, max: 15px */
  }
}

.p-recruit__button-arrow {
  right: 5%;
  width: 27px;
  height: 27px;
  aspect-ratio: 1/1;
}
@media (width < 768px) {
  .p-recruit__button-arrow {
    width: clamp(1.125rem, 0.723rem + 2.009vw, 1.688rem); /* min: 18px, max: 27px */
    height: clamp(1.125rem, 0.723rem + 2.009vw, 1.688rem); /* min: 18px, max: 27px */
  }
}
.p-recruit__button-arrow::after {
  width: 10.75px;
  height: 10.75px;
}
@media (width < 768px) {
  .p-recruit__button-arrow::after {
    width: clamp(0.375rem, 0.163rem + 1.06vw, 0.672rem); /* min: 6px, max: 10.75px */
    height: clamp(0.375rem, 0.163rem + 1.06vw, 0.672rem); /* min: 6px, max: 10.75px */
  }
}

/*総合学科*/
.p-integrated.c-lower-heading--stripe::before {
  background-color: #1599b8;
}

.p-integrated-department__split {
  gap: 33px;
}
@media (width < 768px) {
  .p-integrated-department__split {
    gap: 48px;
  }
}

.p-integrated-department__body {
  width: clamp(356px, 61.98vw, 500px);
  min-width: 356px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
@media (width < 768px) {
  .p-integrated-department__body {
    width: 100%;
    min-width: 100%;
  }
}

.p-integrated-department__body__column {
  display: flex;
  flex-direction: column;
}

.p-integrated-department__lead-normal {
  font-weight: 400;
  line-height: 1.88;
  font-size: clamp(13px, 1.56vw, 16px);
  padding-bottom: 12px;
  color: #000000;
}
@media (width < 768px) {
  .p-integrated-department__lead-normal {
    font-size: 1rem;
    padding-bottom: 0;
    margin-top: 48px;
  }
}

.p-integrated-department__lead-medium {
  font-weight: 500;
  line-height: 1.86;
  padding-right: min(1.9vw, 26px);
  font-size: clamp(12px, 1.53vw, 16px);
  color: #000000;
}
@media (width < 768px) {
  .p-integrated-department__lead-medium {
    font-size: clamp(13px, 2.83vw, 23px);
    padding-right: 0;
    margin-top: 48px;
  }
}
@media (width < 480px) {
  .p-integrated-department__lead-medium {
    font-size: clamp(13px, 4.3vw, 16px);
    padding-right: 0;
  }
}

.p-integrated-department__image-wrapper {
  width: 100%;
  max-width: 467px;
}
@media (width < 768px) {
  .p-integrated-department__image-wrapper {
    min-width: 100%;
  }
}

.p-integrated__c-contents-text {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 40px;
}

/*⼈⽂・⾃然系列*/
.p-integrated-jinbun.c-lower-heading--stripe::before {
  background-color: #c7ae41;
}

.p-integrated-jinbun.c-voices-student-content__comment {
  color: #c7ae41;
}

.p-integrated-jinbun.c-qualification-card__title {
  background-color: #c7ae41;
}

.p-integrated-jinbun.p-integrated-department__body .c-qualification-card {
  margin-top: 7.2%;
}

/*情報・ビジネス系列*/
.p-integrated-jyouhou.c-lower-heading--stripe::before {
  background-color: #dd7f3d;
}

.p-integrated-jyouhou.c-voices-student-content__comment {
  color: #dd7f3d;
}

.p-integrated-jyouhou.c-qualification-card__title {
  background-color: #dd7f3d;
}

.p-integrated-jyouhou.p-integrated-department__split {
  gap: 34px;
  margin-bottom: 180px;
}
.p-integrated-jyouhou.p-integrated-department__split .p-integrated-department__lead-medium {
  padding-right: 0;
}
@media (width < 768px) {
  .p-integrated-jyouhou.p-integrated-department__split {
    gap: 48px;
    margin-bottom: 0;
  }
}

.p-integrated-jyouhou.c-voices-student {
  margin-top: clamp(72px, 11.2vw, 163px);
}

/*福祉・保育系列*/
.p-integrated-fukushi.c-lower-heading--stripe::before {
  background-color: #d65f38;
}

.p-integrated-fukushi.c-voices-student-content__comment {
  color: #d65f38;
}

.p-integrated-fukushi.c-qualification-card__title {
  background-color: #d65f38;
}

.p-integrated-fukushi.p-integrated-department__split {
  gap: 34px;
  margin-bottom: 179px;
}
.p-integrated-fukushi.p-integrated-department__split .p-integrated-department__lead-medium {
  padding-right: 0;
}
@media (width < 768px) {
  .p-integrated-fukushi.p-integrated-department__split {
    gap: 48px;
    margin-bottom: 20px;
  }
}

.p-integrated-fukushi.c-voices-student {
  margin-top: clamp(72px, 11.2vw, 100px);
}

/*アート・デザイン系列*/
.p-integrated-art.c-lower-heading--stripe::before {
  background-color: #d26a7b;
}

.p-integrated-art.c-voices-student-content__comment {
  color: #d26a7b;
}

.p-integrated-art.c-qualification-card__title {
  background-color: #d26a7b;
}

.p-integrated-art.p-integrated-department__split {
  gap: 0;
  margin-bottom: 159px;
}
@media (width < 768px) {
  .p-integrated-art.p-integrated-department__split {
    gap: 48px;
    margin-bottom: 0;
  }
}

.p-integrated-art.p-integrated-department__body .p-integrated-department__lead-medium {
  padding-right: min(4.9vw, 85px);
}
@media (width < 768px) {
  .p-integrated-art.p-integrated-department__body .p-integrated-department__lead-medium {
    padding-right: 0;
  }
}

.p-integrated-art.p-integrated-department__image-wrapper {
  max-width: 500px;
}

/*製菓コーディネート*/
.p-integrated-confectionery.c-lower-heading--stripe::before {
  background-color: #77659d;
}

.p-integrated-confectionery.c-voices-student-content__comment {
  color: #77659d;
}

.p-integrated-confectionery.c-qualification-card__title {
  background-color: #77659d;
}

.p-integrated-confectionery.p-integrated-department__split {
  gap: 42px;
}
@media (width < 768px) {
  .p-integrated-confectionery.p-integrated-department__split {
    gap: 48px;
  }
}

.p-integrated-confectionery.p-integrated-department__image-wrapper {
  max-width: 459px;
}

.p-integrated-confectionery.l-gallery-inner {
  position: relative;
  margin-top: -30px;
}

.p-integrated-confectionery.l-gallery-img-bubble.left {
  margin-top: 60px;
}
@media (width < 702px) {
  .p-integrated-confectionery.l-gallery-img-bubble.left {
    margin-top: 0;
  }
}
.p-integrated-confectionery.l-gallery-img-bubble.left .bubble-text {
  text-align: left;
  top: -72px;
  padding: 16px 8%;
}
@media (width < 768px) {
  .p-integrated-confectionery.l-gallery-img-bubble.left .bubble-text {
    width: 100%;
    font-size: 1.84vw;
  }
}
@media (width < 702px) {
  .p-integrated-confectionery.l-gallery-img-bubble.left .bubble-text {
    top: 60%;
    padding: 13px 6%;
    font-size: 3.3vw;
    width: 60%;
  }
}
@media (width < 702px) {
  .p-integrated-confectionery.l-gallery-img-bubble.left .bubble-text::after {
    left: -7.5%;
  }
}
@media (width < 480px) {
  .p-integrated-confectionery.l-gallery-img-bubble.left .bubble-text::after {
    left: -10%;
  }
}

.p-integrated-confectionery.l-gallery-img-bubble.large {
  margin-top: min(6.2vw, 60px);
}
@media (width < 702px) {
  .p-integrated-confectionery.l-gallery-img-bubble.large {
    margin-top: 0;
  }
}

/*スポーツエキスパート系列*/
.p-integrated-sports.c-lower-heading--stripe::before {
  background-color: #7994bb;
}

.p-integrated-sports.c-voices-student-content__comment {
  color: #7994bb;
}

.p-integrated-sports.c-qualification-card__title {
  background-color: #7994bb;
}

.p-integrated-sports.c-qualification-card__list {
  display: flex;
  flex-wrap: wrap;
}
@media (width < 820px) {
  .p-integrated-sports.c-qualification-card__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 17px;
    padding-bottom: 8px;
  }
}
@media (width < 768px) {
  .p-integrated-sports.c-qualification-card__list {
    grid-template-columns: max-content max-content max-content;
    column-gap: 9%;
  }
}
@media (width < 561px) {
  .p-integrated-sports.c-qualification-card__list {
    grid-template-columns: max-content max-content;
    row-gap: 12px;
    column-gap: 4%;
  }
}

.p-integrated-sports.p-integrated-department__image-wrapper {
  max-width: 459px;
}

.p-integrated-sports.p-integrated-department__split {
  gap: 42.8px;
  margin-bottom: 165px;
}
@media (width < 870px) {
  .p-integrated-sports.p-integrated-department__split {
    gap: 3%;
  }
}
@media (width < 768px) {
  .p-integrated-sports.p-integrated-department__split {
    gap: 48px;
    margin-bottom: 0;
  }
}

.p-integrated-sports.l-gallery-img-bubble.left .bubble-text {
  top: -70px;
  padding: 16px 9%;
  text-align: left;
}
@media (width < 702px) {
  .p-integrated-sports.l-gallery-img-bubble.left .bubble-text {
    font-size: 3.2vw;
    padding: 13px 3%;
    top: 60%;
  }
}
@media (width < 702px) {
  .p-integrated-sports.l-gallery-img-bubble.left .bubble-text::after {
    left: -7.5%;
  }
}
@media (width < 480px) {
  .p-integrated-sports.l-gallery-img-bubble.left .bubble-text::after {
    left: -9%;
  }
}

/*リベラル系列*/
.p-integrated-liberal.c-lower-heading--stripe::before {
  background-color: #3f96bc;
}

.p-integrated-liberal.c-voices-student-content__comment {
  color: #3f96bc;
}

.p-integrated-liberal.c-qualification-card__title {
  background-color: #3f96bc;
}

.p-integrated-liberal.p-integrated-department__image-wrapper {
  max-width: 500px;
}

.p-integrated-liberal.c-list-contents__list .c-list-contents__list-item {
  font-size: 1.125rem;
  position: relative;
  line-height: 1.3;
}
@media (width < 768px) {
  .p-integrated-liberal.c-list-contents__list .c-list-contents__list-item {
    font-size: clamp(14px, 2.66vw, 18px);
  }
}
.p-integrated-liberal.c-list-contents__list .c-list-contents__list-item::before {
  background-color: #1599b8;
}

.p-integrated-liberal.p-integrated-department__split {
  gap: 0;
  margin-bottom: 176px;
}
.p-integrated-liberal.p-integrated-department__split .p-integrated-department__lead-medium {
  padding-right: min(4.9vw, 85px);
}
@media (width < 768px) {
  .p-integrated-liberal.p-integrated-department__split {
    gap: 48px;
    margin-bottom: 0;
  }
}

/*フードクリエイト科*/
.p-foodcreate.c-lower-heading--stripe {
  border-color: #db7659;
}

.p-food-department__split {
  gap: 34px;
}
@media (width < 768px) {
  .p-food-department__split {
    gap: 48px;
  }
}

.p-food-department__body {
  width: clamp(362px, 61.98vw, 500px);
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
@media (width < 768px) {
  .p-food-department__body {
    width: 100%;
  }
}

.p-food-department__lead-large {
  font-size: clamp(26px, 3.1vw, 34px);
  color: #db7659;
  font-weight: bold;
  line-height: 1.64;
}
@media (width < 768px) {
  .p-food-department__lead-large {
    font-size: clamp(18px, 6vw, 34px);
  }
}

.p-food-department__lead-medium {
  font-weight: 500;
  line-height: 1.86;
  font-size: clamp(12px, 1.53vw, 16px);
  margin-top: 31px;
}
@media (width < 768px) {
  .p-food-department__lead-medium {
    font-size: 1rem;
  }
}

.p-food-split__media.c-split__media {
  width: 47%;
  max-width: 500px;
}
@media (width < 768px) {
  .p-food-split__media.c-split__media {
    width: 97%;
    max-width: 97%;
  }
}

.p-food-department____image-wrapper {
  position: relative;
}
.p-food-department____image-wrapper .c-split__media-image {
  max-width: 443px;
  width: 100%;
}
@media (width < 768px) {
  .p-food-department____image-wrapper .c-split__media-image {
    width: 97%;
    max-width: 97%;
    margin-top: 38px;
    margin-bottom: 100px;
  }
}

.p-food-split__media--under {
  position: absolute;
  bottom: -34.65%;
  right: 0.3%;
  content: "";
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
}
@media (width < 1057px) {
  .p-food-split__media--under {
    bottom: -100px;
    right: -3%;
  }
}
@media (width < 768px) {
  .p-food-split__media--under {
    width: 100%;
    max-width: 283px;
  }
}

.p-food-split__media--required {
  color: #000000;
}

.p-food-split__media--comment {
  display: grid;
  place-content: center;
  width: 70%;
  min-width: 233px;
  border-radius: 24px;
  background-color: #db7659;
}
@media (width < 970px) {
  .p-food-split__media--comment {
    min-width: 200px;
  }
}
@media (width < 768px) {
  .p-food-split__media--comment {
    width: 83%;
    min-width: auto;
  }
}
@media (width < 480px) {
  .p-food-split__media--comment {
    width: 71%;
  }
}

.p-food-split__media--comment-inner {
  position: relative;
  color: #fff;
  padding: 9px 11px 10px;
  text-align: center;
  font-size: 1.1875rem;
  line-height: 1.3;
  font-family: "apricotJapanesefont", sans-serif;
  font-weight: 200;
}
@media (width < 970px) {
  .p-food-split__media--comment-inner {
    font-size: clamp(12px, 1.58vw, 19px);
  }
}
@media (width < 768px) {
  .p-food-split__media--comment-inner {
    font-size: clamp(12px, 3.56vw, 19px);
  }
}
.p-food-split__media--comment-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  border-style: solid;
  border-width: 0 34px 20px 0;
  border-color: transparent transparent #db7659;
  translate: calc(-50% - 0.4px) -100%;
  transform: skew(22deg);
}

.p-food-gallery {
  margin: min(7.5vw, 92px) auto 0;
}
@media (width < 768px) {
  .p-food-gallery {
    margin: 40px auto 20px;
  }
}
@media (width < 480px) {
  .p-food-gallery {
    margin: 20px auto;
  }
}

.p-food-gallery-inner {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.p-food-gallery-inner-contents {
  overflow: hidden;
}

.p-food-gallery-list {
  padding-top: 57px;
}
@media (width < 768px) {
  .p-food-gallery-list {
    padding-top: 40px;
  }
}

.p-food-gallery-list__item {
  padding-inline: 16px;
}
@media (width < 768px) {
  .p-food-gallery-list__item {
    padding-inline: 12px;
  }
}

.p-food-gallery-list__item-img02,
.p-food-gallery-list__item-img04 {
  margin-top: 70px;
}
@media (width < 768px) {
  .p-food-gallery-list__item-img02,
  .p-food-gallery-list__item-img04 {
    margin-top: 40px;
  }
}

.p-food-gallery-list__item-img {
  border-radius: 27px;
  max-width: 500px;
  max-height: 278.13px;
  aspect-ratio: 500/278.13;
  overflow: hidden;
}
@media (width < 768px) {
  .p-food-gallery-list__item-img {
    max-width: 293px;
  }
}

.p-food-gallery-list__badge {
  position: relative;
  height: 50px;
}
@media (width < 768px) {
  .p-food-gallery-list__badge {
    height: 60px;
    width: 90%;
  }
}
@media (width < 480px) {
  .p-food-gallery-list__badge {
    height: 40px;
  }
}

.p-food-gallery-list__badge-img {
  position: absolute;
  right: -0.1%;
  bottom: 25%;
}
@media (width < 768px) {
  .p-food-gallery-list__badge-img {
    width: clamp(120px, 21.6vw, 250px);
    bottom: 0;
    text-align: right;
    text-align: -webkit-right;
    right: 0;
  }
}

.p-food-voices-student {
  margin-top: min(5.5vw, 50px);
}

.p-food-student-content__wrap {
  display: flex;
  gap: 47px;
}
@media (width < 768px) {
  .p-food-student-content__wrap {
    gap: 20px;
  }
}
@media (width < 670px) {
  .p-food-student-content__wrap {
    flex-direction: column;
    gap: 38px;
  }
}

.p-food-student-content__img {
  min-width: 153px;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  border-radius: 13px;
  height: 100%;
}
@media (width < 670px) {
  .p-food-student-content__img {
    width: 45%;
    margin-inline: auto;
  }
}

.p-food-voices-graduate__wrap {
  display: flex;
  gap: 6.9%;
}
@media (width < 768px) {
  .p-food-voices-graduate__wrap {
    flex-direction: column;
    gap: 38px;
  }
}

.p-food-voices-student-content__inner.c-voices-student-content__inner {
  background-color: #ffffff;
  padding: 27px 43px 30px 53px;
  border-radius: 15px;
  position: relative;
}
.p-food-voices-student-content__inner.c-voices-student-content__inner::before {
  position: absolute;
  display: block;
  content: "";
  top: 26px;
  transform: translateY(-50%);
  left: -33px;
  width: 33px;
  height: 28.45px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (width < 670px) {
  .p-food-voices-student-content__inner.c-voices-student-content__inner::before {
    top: -12px;
    left: auto;
    right: 35px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    height: 32px;
    width: 25px;
  }
}
@media (width < 970px) {
  .p-food-voices-student-content__inner.c-voices-student-content__inner {
    padding: 30px 25px;
  }
}

.p-food-student-wrap .p-food-c-heading.ut-mb-50 {
  margin-bottom: 50px;
}

.p-food-voices-student-content__text.c-voices-student-content__text {
  font-weight: 500;
  margin-top: -2px;
}
@media (width < 768px) {
  .p-food-voices-student-content__text.c-voices-student-content__text {
    font-size: 0.75rem;
  }
}

.p-food-voices-graduate__img {
  width: 153px;
  min-width: 153px;
  aspect-ratio: 1/1;
  height: fit-content;
  border-radius: 13px;
}
@media (width < 768px) {
  .p-food-voices-graduate__img {
    width: 45%;
    margin-inline: auto;
  }
}

.p-food-kitchen-gallery {
  display: flex;
  gap: 20px;
  margin-top: 27px;
}
@media (width < 768px) {
  .p-food-kitchen-gallery {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3%;
    row-gap: 20px;
  }
}

.p-food-kitchen-gallery__figure {
  display: flex;
  flex-direction: column-reverse;
}

.p-food-kitchen-gallery__caption {
  padding: 10px 20px;
  width: clamp(160px, 17.1vw, 210px);
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #db7659;
  border-radius: 10px 10px 0 0;
}
@media (width < 768px) {
  .p-food-kitchen-gallery__caption {
    font-size: clamp(12px, 3vw, 14px);
    width: clamp(127px, 33.1vw, 160px);
  }
}
@media (width < 480px) {
  .p-food-kitchen-gallery__caption {
    font-size: 0.75rem;
    width: clamp(107px, 24.9vw, 160px);
    padding: 7px 10px 5px;
  }
}

.p-food-kitchen-gallery--img {
  border-radius: 0 10px 10px;
  border: 2px solid #db7659;
}

.p-food.c-curriculum {
  margin-bottom: clamp(72px, 11.2vw, 100px);
}
@media (width < 970px) {
  .p-food.c-curriculum {
    margin-bottom: 122px;
  }
}

.p-school-life-uniform__heading {
  font-size: clamp(22px, 4.6vw, 34px);
  font-weight: bold;
  background-color: #ffffff;
  padding-block: 32px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 37px;
  margin-top: -34px;
  border-radius: 13px;
  color: #000000;
}

.p-school-life-uniform__gallery.c-split {
  gap: 14px;
}
@media (width < 768px) {
  .p-school-life-uniform__gallery.c-split {
    gap: 48px;
  }
}

.p-school-life-uniform__integrated {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #1599b8;
  font-weight: bold;
  font-size: clamp(22px, 3.2vw, 28px);
  position: relative;
  margin-bottom: -16px;
}
@media (width < 768px) {
  .p-school-life-uniform__integrated {
    font-size: clamp(22px, 9.3vw, 62px);
    margin-bottom: -22px;
  }
}

.p-school-life-uniform__food {
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  color: #db7659;
  font-weight: bold;
  font-size: clamp(22px, 3.2vw, 28px);
  position: relative;
  margin-bottom: -16px;
}
@media (width < 768px) {
  .p-school-life-uniform__food {
    font-size: clamp(22px, 9.3vw, 62px);
    margin-bottom: -22px;
  }
}

.p-school-life-uniform__text {
  margin-top: 30px;
  margin-bottom: clamp(70px, 12.8vw, 151px);
  color: #000000;
}
.p-school-life-uniform__text p + p {
  margin-top: 13px;
}

.p-school-life-sisetsu__pick-up {
  margin: -27px auto 20px;
}

.p-sisetsu__pick-up--heading {
  color: #db7659;
  font-size: 2.3125rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: -17px;
  padding-right: 12px;
}

.p-sisetsu__pick-up--wrap {
  background-color: #ffffff;
  padding: 52px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 14px;
  border-radius: 15px;
}
@media (width < 768px) {
  .p-sisetsu__pick-up--wrap {
    padding: 45px 18px;
  }
}

.p-sisetsu__pick-up--body {
  font-family: "Montserrat", sans-serif;
  margin-top: 1px;
  letter-spacing: -0.019rem;
  color: #101010;
}
@media (width < 768px) {
  .p-sisetsu__pick-up--body {
    padding-top: 0;
    width: 90%;
  }
}

.p-sisetsu__pick-up--title {
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 4px;
}

.p-sisetsu__pick-up--title-under {
  font-size: 0.875rem;
  margin-bottom: 21px;
}

.p-sisetsu__pick-up--text {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 2.1;
}

.p-sisetsu__pick-up--img {
  width: clamp(255px, 25.8vw, 310px);
  padding-top: 3px;
}
@media (width < 768px) {
  .p-sisetsu__pick-up--img {
    width: 100%;
    margin: 0 auto 23px;
  }
}

.p-school-life-sisetsu__gallery {
  margin-top: 67px;
}

.p-school-life-sisetsu.c-lower-heading--stripe::before {
  background-color: #29ab6a;
}

.p-school-life-sisetsu__gallery--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 38px;
  row-gap: 75px;
  margin: 40px auto 73px;
}
@media (width < 768px) {
  .p-school-life-sisetsu__gallery--2col {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.p-school-life-sisetsu__gallery--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 40px;
  margin-top: 43px;
  margin-bottom: clamp(72px, 11.2vw, 100px);
}
@media (width < 768px) {
  .p-school-life-sisetsu__gallery--3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 480px) {
  .p-school-life-sisetsu__gallery--3col {
    column-gap: 3%;
    row-gap: 20px;
  }
}

.p-school-life-sisetsu__gallery--text {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 12px;
  color: #101010;
}
@media (width < 768px) {
  .p-school-life-sisetsu__gallery--text {
    font-size: 0.75rem;
  }
}

.p-school-life-sisetsu__gallery--text.left {
  text-align: left;
}

.p-school-life-sisetsu__gallery--text-under {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  line-height: 2.15;
  color: #101010;
}
@media (width < 768px) {
  .p-school-life-sisetsu__gallery--text-under {
    font-size: 0.625rem;
    line-height: 1.8;
    min-width: 258px;
  }
}

.sisetsu__gallery--2col-content-large {
  display: flex;
  gap: 15px;
  margin-top: -60px;
  margin-bottom: clamp(72px, 11.2vw, 88px);
}
@media (width < 892px) {
  .sisetsu__gallery--2col-content-large {
    margin-top: -11.2vw;
    padding-top: 40px;
  }
}
@media (width < 642px) {
  .sisetsu__gallery--2col-content-large {
    margin-top: -72px;
  }
}
@media (width < 480px) {
  .sisetsu__gallery--2col-content-large {
    padding-top: 20px;
  }
}
.sisetsu__gallery--2col-content-large img:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
@media (width < 768px) {
  .sisetsu__gallery--2col-content-large img:nth-child(1) {
    border-radius: 10px 10px 0 0;
  }
}
.sisetsu__gallery--2col-content-large img:nth-child(2) {
  border-radius: 0 10px 10px 0;
}
@media (width < 768px) {
  .sisetsu__gallery--2col-content-large img:nth-child(2) {
    border-radius: 0 0 10px 10px;
  }
}
@media (width < 768px) {
  .sisetsu__gallery--2col-content-large .p-school-life-sisetsu__gallery--3col-content {
    width: 100%;
  }
}

.sisetsu__gallery--2col-content-small {
  display: flex;
  position: relative;
  margin-left: -63px;
  margin-top: min(3.4vw, 26px);
}
.sisetsu__gallery--2col-content-small .p-school-life-sisetsu__gallery--text {
  font-size: 0.8125rem;
}
@media (width < 768px) {
  .sisetsu__gallery--2col-content-small {
    margin-top: 0;
    margin-left: 0;
    right: 0;
    justify-content: flex-end;
  }
}

.sisetsu__gallery--2col-content-small-img {
  width: 57.027%;
  height: max-content;
  aspect-ratio: 280/199;
  object-fit: cover;
  border-radius: 11px;
}
@media (width < 768px) {
  .sisetsu__gallery--2col-content-small-img {
    width: 100% !important;
  }
}

.p-school-life-sisetsu__gallery--fukidashi {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #ffffff;
  position: relative;
  height: 165px;
  margin-top: -48px;
  margin-left: -34px;
}
@media (width < 768px) {
  .p-school-life-sisetsu__gallery--fukidashi {
    margin-top: 0;
  }
}
@media (width < 480px) {
  .p-school-life-sisetsu__gallery--fukidashi {
    min-width: 139px;
  }
}

.p-school-life-sisetsu__gallery--img {
  transform: rotate(-24deg);
}
@media (width < 348px) {
  .p-school-life-sisetsu__gallery--img {
    transform: rotate(10deg);
  }
}

.p-school-life-sisetsu__gallery--fukidashi-text {
  position: absolute;
  font-size: 0.8125rem;
  top: 83px;
  left: 58%;
  transform: translate(-50%, -50%);
  width: 64%;
  text-align: left;
  line-height: 2;
  letter-spacing: -0.035rem;
}
@media (width < 768px) {
  .p-school-life-sisetsu__gallery--fukidashi-text {
    top: 60px;
    font-size: clamp(10px, 1.7vw, 11px);
    width: 68%;
    left: 60%;
  }
}

.p-school-life-sisetsu.p-school-life-button__wrap {
  margin-bottom: clamp(98px, 13.2vw, 150px);
}
@media (width < 768px) {
  .p-school-life-sisetsu.p-school-life-button__wrap {
    margin-bottom: clamp(105px, 20.2vw, 140px);
  }
}

@media (width < 768px) {
  .sisetsu__gallery--u-pc {
    display: none;
  }
}

.sisetsu__gallery--u-block-tab {
  display: none;
}
@media (width < 768px) {
  .sisetsu__gallery--u-block-tab {
    display: flex;
    position: relative;
    margin-inline: 15px auto;
    width: 97%;
  }
}
@media (width < 348px) {
  .sisetsu__gallery--u-block-tab {
    width: 100%;
  }
}

@media (width < 768px) {
  .p-school-life-sisetsu__gallery--fukushi {
    margin-top: -90px;
  }
}
@media (width < 400px) {
  .p-school-life-sisetsu__gallery--fukushi {
    margin-top: -132px;
  }
}

.p-life-faq__acf--inner {
  display: block;
}

.p-life-faq__acf--wrap {
  word-break: break-all;
  overflow-wrap: break-word;
}

.p-life-faq__acf--image-area {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (width < 480px) {
  .p-life-faq__acf--image-area {
    flex-direction: column;
    justify-self: center;
  }
}

.p-life-faq__acf--image-area img {
  object-fit: contain;
}

.life-faq {
  margin: 7px auto clamp(98px, 13.2vw, 150px);
}
@media (width < 768px) {
  .life-faq {
    margin-bottom: clamp(105px, 20.2vw, 140px);
  }
}

.faq-accordion-item {
  background-color: #ffffff;
  border-radius: 53px;
  margin-bottom: 27px;
  color: #101010;
}
@media (width < 768px) {
  .faq-accordion-item {
    border-radius: 40px;
  }
}
@media (width < 480px) {
  .faq-accordion-item {
    border-radius: 20px;
  }
}

.faq-accordion-label {
  display: flex;
  gap: 19px;
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px 60px 25px 30px;
  cursor: pointer;
}
@media (width < 768px) {
  .faq-accordion-label {
    padding: 22px 49.5px 22px 26px;
    gap: 10px;
  }
}
@media (width < 480px) {
  .faq-accordion-label {
    padding: 18px 48px 18px 20px;
  }
}
.faq-accordion-label::before, .faq-accordion-label::after {
  content: "";
  position: absolute;
  display: block;
  right: 46px;
  top: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  width: 13px;
  height: 2px;
  background-color: #1599b8;
  transition: transform 0.3s ease;
}
@media (width < 768px) {
  .faq-accordion-label::before, .faq-accordion-label::after {
    right: 18px;
  }
}
@media (width < 480px) {
  .faq-accordion-label::before, .faq-accordion-label::after {
    right: 29px;
  }
}
.faq-accordion-label::after {
  width: 2px;
  height: 13px;
  right: 57px;
}
@media (width < 768px) {
  .faq-accordion-label::after {
    right: 29px;
  }
}
@media (width < 480px) {
  .faq-accordion-label::after {
    right: 40px;
  }
}

.faq-accordion-question {
  min-width: 27.59px;
  height: auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 1.1;
  font-size: clamp(25px, 3.2vw, 28px);
  font-weight: bold;
  color: #1599b8;
}
@media (width < 768px) {
  .faq-accordion-question {
    min-width: 23px;
  }
}
@media (width < 480px) {
  .faq-accordion-question {
    min-width: 23px;
  }
}

.faq-accordion-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  text-box-trim: both;
  text-box-edge: cap alphabetic;
}
@media (width < 768px) {
  .faq-accordion-title {
    font-size: clamp(15px, 2.9vw, 18px);
    line-height: 1.6;
  }
}

.faq-accordion-item[open] .faq-accordion-label::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.p-life-faq__content-hidden {
  overflow: hidden;
}

.faq-accordion-inner {
  overflow: hidden;
  min-height: 0;
}

.p-life-faq__content-answer {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.9;
  padding: 3px 60px 35px 31px;
  transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
}
@media (width < 768px) {
  .p-life-faq__content-answer {
    font-size: clamp(13px, 2.9vw, 16px);
    padding: 3px 40px 35px 27px;
    gap: 10px;
  }
}
@media (width < 480px) {
  .p-life-faq__content-answer {
    padding: 3px 33px 18px 21px;
  }
}
.p-life-faq__content-answer > span {
  font-family: "Montserrat", sans-serif;
  flex: 0 0 27.59px;
  line-height: 1.1;
  font-size: 1.75rem;
  color: #ce5454;
  margin-top: 0;
  margin-right: 2.5px;
  text-align: left;
}
@media (width < 768px) {
  .p-life-faq__content-answer > span {
    font-size: 1.5625rem;
    flex-basis: 23px;
  }
}
@media (width < 480px) {
  .p-life-faq__content-answer > span {
    font-size: 1.375rem;
    flex-basis: 23px;
  }
}

.faq-accordion-item[open] > .faq-accordion-content {
  grid-template-rows: 1fr;
}

summary {
  list-style: none;
}

/* Chrome / Safari 用 */
summary::-webkit-details-marker {
  display: none;
}

.p-life-club--w900 {
  max-width: 900px;
}

.p-life-club-news {
  color: #101010;
}

.p-club-list__panel {
  margin-top: -21px;
}
.p-club-list__panel .c-button {
  text-align: center;
  margin-inline: auto;
}

.p-club-list__item {
  border-bottom: 1px solid #eaeaea;
}
.p-club-list__item .p-attention-list__link {
  padding-top: 23px;
  padding-bottom: 15px;
  height: 100%;
  display: block;
}
.p-club-list__item .p-attention-list__title {
  font-size: 0.9375rem;
  margin-top: 14px;
}

.p-club-list__date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}

.p-club-list__category {
  margin-left: 12px;
  padding: 5px 40px;
  border: 1px solid transparent;
  border-radius: 100vh;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (width < 480px) {
  .p-club-list__category {
    padding: 5px 20px;
  }
}

.p-club-list__item[data-tag=club-football] .p-club-list__category,
.p-club-list__item[data-tag=club-handball] .p-club-list__category,
.p-club-list__item[data-tag=club-badminton] .p-club-list__category,
.p-club-list__item[data-tag=club-baseball] .p-club-list__category,
.p-club-list__item[data-tag=club-volleyball] .p-club-list__category,
.p-club-list__item[data-tag=club-athletics] .p-club-list__category,
.p-club-list__item[data-tag=club-table_tennis] .p-club-list__category {
  border-color: #db7659;
  background-color: #ffffff;
}

.p-club-list__item[data-tag=club-brass_band] .p-club-list__category,
.p-club-list__item[data-tag=club-study] .p-club-list__category,
.p-club-list__item[data-tag=club-cooking] .p-club-list__category,
.p-club-list__item[data-tag=club-art] .p-club-list__category,
.p-club-list__item[data-tag=club-kimono_craft] .p-club-list__category,
.p-club-list__item[data-tag=club-computer] .p-club-list__category,
.p-club-list__item[data-tag=club-shodo] .p-club-list__category,
.p-club-list__item[data-tag=club-science] .p-club-list__category,
.p-club-list__item[data-tag=club-volunteer] .p-club-list__category {
  border-color: #29ab6a;
  background-color: #ffffff;
}

.p-life-club-fv {
  margin-bottom: 60px;
  overflow: hidden;
  min-width: 690px;
}
@media (width < 720px) {
  .p-life-club-fv {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.p-life-club-fv .p-life-club-fv--img {
  border-radius: 12px;
  min-height: 295px;
  object-fit: cover;
  overflow: hidden;
}
@media (width < 720px) {
  .p-life-club-fv .p-life-club-fv--img {
    width: 95%;
  }
}

.p-life-club-fv--title {
  background-color: #db7659;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 12px 18px 23px;
  width: fit-content;
  position: relative;
  left: 42px;
  margin-bottom: -100px;
}
@media (width < 1000px) {
  .p-life-club-fv--title {
    left: 0;
    margin-right: auto;
    margin-left: 20px;
    margin-bottom: clamp(-50px, -7.3vw, -100px);
  }
}
@media (width < 480px) {
  .p-life-club-fv--title {
    padding: 10px 13px;
    margin-bottom: -25px;
  }
}

.p-life-club-fv--club {
  font-size: 1.3125rem;
}
@media (width < 1000px) {
  .p-life-club-fv--club {
    font-size: clamp(15px, 2.3vw, 21px);
  }
}

.p-life-club-fv--year {
  font-size: 0.9375rem;
}
@media (width < 1000px) {
  .p-life-club-fv--year {
    font-size: clamp(10px, 1.5vw, 15px);
  }
}

.p-life-club-fv--results {
  font-size: 1.5625rem;
}
@media (width < 1000px) {
  .p-life-club-fv--results {
    font-size: clamp(20px, 2.6vw, 25px);
  }
}

.p-life-club-assemble {
  margin-bottom: 143px;
}

.p-life-club-assemble__wrap {
  margin-top: 106px;
}
@media (width < 768px) {
  .p-life-club-assemble__wrap {
    margin-top: clamp(50px, 11.8vw, 99px);
  }
}
@media (width < 480px) {
  .p-life-club-assemble__wrap {
    margin-top: 48px;
  }
}

.p-life-club-assemble__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 13px;
  row-gap: 32px;
}
@media (width < 937px) {
  .p-life-club-assemble__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 741px) {
  .p-life-club-assemble__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 487px) {
  .p-life-club-assemble__inner {
    grid-template-columns: 1fr;
  }
}

.p-life-club-assemble--button {
  transition: 0.3s;
}
.p-life-club-assemble--button .p-life-club-assemble--img {
  display: block;
  border-radius: 9px;
  overflow: hidden;
}
.p-life-club-assemble--button .p-life-club-assemble--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.p-life-club-assemble--button:focus-visible:hover .p-life-club-assemble--img img, .p-life-club-assemble--button:focus-visible:focus .p-life-club-assemble--img img {
  transform: scale(1.14);
}
@media (hover: hover) and (pointer: fine) {
  .p-life-club-assemble--button:hover:hover .p-life-club-assemble--img img, .p-life-club-assemble--button:hover:focus .p-life-club-assemble--img img {
    transform: scale(1.14);
  }
}

.p-life-club-assemble--sports,
.p-life-club-assemble--culture {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 18px;
  padding-right: 40px;
  color: #101010;
}
.p-life-club-assemble--sports::before,
.p-life-club-assemble--culture::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 100vw;
  background-color: #db7659;
}
.p-life-club-assemble--sports::after,
.p-life-club-assemble--culture::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #ffffff;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
}

.p-life-club-assemble--culture::before {
  background-color: #29ab6a;
}
.p-life-club-assemble--culture span {
  font-size: 11px;
}

.p-life-club-movies--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 58px;
  row-gap: 40px;
}
@media (width < 768px) {
  .p-life-club-movies--grid {
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media (width < 499px) {
  .p-life-club-movies--grid {
    grid-template-columns: 1fr;
  }
}

.p-life-club-movies {
  margin-top: 99px;
  margin-bottom: -16px;
}
@media (width < 768px) {
  .p-life-club-movies {
    margin-top: clamp(50px, 11.8vw, 99px);
  }
}
.p-life-club-movies .c-lower-heading--stripe {
  margin-bottom: 37px;
}
.p-life-club-movies .c-heading__ja {
  text-transform: uppercase;
}

.p-life-club-movies--responsive {
  width: 100%;
  aspect-ratio: 16/8.16;
}
.p-life-club-movies--responsive iframe {
  width: 100%;
  height: 100%;
  border-radius: 11px;
  border: 0;
}

.p-life-club-Introducing {
  margin-top: 141px;
}

.p-life-club-Introducing.c-lower-heading__ja {
  text-align: center;
  padding-bottom: 11px;
  color: #000000;
  border-bottom: 1px solid #efe7d9;
}

.p-life-club-Introducing-intro {
  text-align: center;
  margin-top: 23px;
  font-size: clamp(26px, 2.9vw, 34px);
  font-weight: bold;
  color: #1599b8;
  line-height: 1.5;
}

.p-life-club-Introducing__lead {
  text-align: center;
  margin-top: 23px;
  padding-left: 21px;
  max-width: 900px;
  color: #101010;
}
@media (width < 1200px) {
  .p-life-club-Introducing__lead {
    padding-inline: 15px;
  }
}

.p-life-club-Introducing-cards-list {
  display: grid;
  gap: min(3.3vw, 30px);
}
@media (width < 569px) {
  .p-life-club-Introducing-cards-list {
    gap: 5%;
  }
}
.p-life-club-Introducing-cards-list .p-life-club-Introducing-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  font-size: clamp(14px, 2.3vw, 18px);
  font-weight: bold;
  border-radius: 8px;
  padding-block: 46px;
  padding-inline: 16.073%;
}
@media (width < 569px) {
  .p-life-club-Introducing-cards-list .p-life-club-Introducing-cards {
    flex-direction: column;
    gap: 10px;
    padding-block: 30px;
    padding-inline: 13%;
    font-size: clamp(11px, 4.1vw, 17px);
  }
}

.p-life-club-Introducing-card__text {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}
@media (width < 468px) {
  .p-life-club-Introducing-card__text {
    font-size: 3.3vw;
  }
}

.p-life-club__gallery .c-lower-heading--stripe {
  margin-bottom: 42px;
}
.p-life-club__gallery .c-heading__text-wrap {
  margin-top: -2px;
  gap: 15px;
}

.p-life-club__gallery--3col.gap20 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: clamp(72px, 11.2vw, 97px);
}
@media (width < 709px) {
  .p-life-club__gallery--3col.gap20 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
}

.p-life-club__gallery--text {
  margin-top: 4px;
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1.4;
  color: #101010;
}
@media (width < 709px) {
  .p-life-club__gallery--text {
    font-size: 0.75rem;
  }
}

.p-life-club__gallery--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 42px;
}
@media (width < 709px) {
  .p-life-club__gallery--3col {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
}

.p-club-director {
  margin-top: clamp(80px, 12.5vw, 109px);
  margin-bottom: -3px;
}
@media (width < 768px) {
  .p-club-director {
    margin-bottom: 0;
  }
}

.c-split--reverse.p-club-director {
  gap: 26px;
}

.c-split__media.p-club-director {
  margin-top: 14px;
}
@media (width < 768px) {
  .c-split__media.p-club-director {
    width: 65%;
  }
}

.p-club-director__media {
  padding-top: 13px;
  padding-left: 20px;
}
@media (width < 768px) {
  .p-club-director__media {
    padding-left: 0;
  }
}

.p-club__lead-medium {
  width: clamp(362px, 61.98vw, 600px);
  font-weight: 500;
  line-height: 1.86;
  padding-right: min(5.9vw, 46px);
  font-size: clamp(12px, 1.53vw, 16px);
  margin-top: 11px;
}
@media (width < 768px) {
  .p-club__lead-medium {
    width: 100%;
    padding: 0;
    font-size: clamp(13px, 2.3vw, 23px);
    margin-top: 18px;
  }
}
.p-club__lead-medium span {
  font-weight: bold;
}

.p-life-club__gallery--2col {
  gap: 30px;
  display: grid;
  grid-template-columns: 2.04fr 1fr;
}
@media (width < 768px) {
  .p-life-club__gallery--2col {
    grid-template-columns: 1fr;
  }
}
.p-life-club__gallery--2col img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.p-life-club__gallery-content--right {
  display: flex;
  flex-direction: column;
  gap: 5.3%;
}
@media (width < 768px) {
  .p-life-club__gallery-content--right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 35px;
  }
}
@media (width < 709px) {
  .p-life-club__gallery-content--right {
    row-gap: 20px;
  }
}

.p-life-club__gallery--contain {
  max-height: 201px;
  aspect-ratio: 1/0.62812;
  object-fit: contain;
  background-color: #fff;
}

.p-life-club__list-column {
  max-width: 900px;
  margin-inline: auto;
  padding: min(2.4vw, 54px) 5px;
  background: #ffffff;
  border-radius: 8px;
  color: #101010;
}
@media (width < 1059px) {
  .p-life-club__list-column {
    padding: 30px 24px 30px 10px;
  }
}
@media (width < 768px) {
  .p-life-club__list-column {
    padding: 28px 30px 28px 10px;
  }
}

.p-life-club__list p:first-child {
  min-width: 28px;
}

.p-life-club-list-contents-inner.c-list-contents-inner {
  margin: clamp(68px, 11.1vw, 93px) auto -3px;
  width: 78.125%;
}

.p-life-club-list-contents--split {
  gap: clamp(2.5rem, -9.638rem + 30.016vw, 14.375rem); /* min: 40px, max: 230px */
  margin-inline: auto;
  display: flex;
  background: #ffffff;
  padding: min(3.95vw, 35px) min(3.9vw, 33px);
  width: 78.125%;
  border-radius: 8px;
}
@media (width < 647px) {
  .p-life-club-list-contents--split {
    padding: 40px 35px;
    flex-direction: column;
    gap: 18px;
    margin-bottom: -20px;
  }
}
@media (width < 480px) {
  .p-life-club-list-contents--split {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
}

.p-life-club-list.p-life-club__list {
  width: 50%;
}
@media (width < 647px) {
  .p-life-club-list.p-life-club__list {
    width: 100%;
  }
}

.p-life-club-list-item.p-life-club__list-item {
  padding-left: 29px;
}
.p-life-club-list-item.p-life-club__list-item::before {
  background-color: #29ab6a;
}
@media (width < 647px) {
  .p-life-club-list-item.p-life-club__list-item {
    padding-left: 18px;
    font-size: 0.8125rem;
  }
}

.p-life-club__list-item--has-disc {
  position: relative;
  padding-left: 28px;
}
.p-life-club__list-item--has-disc::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #29ab6a;
  transform: translateY(-50%);
}

.p-life-club-list__text {
  margin: 11px auto;
  font-size: clamp(11px, 2.29vw, 16px);
  padding-inline: 0;
  line-height: 1.5;
  color: #101010;
}

@media (width < 468px) {
  .p-life-club__gallery--1col {
    grid-template-columns: 1fr !important;
  }
}

.p-club-shodo-gallery-under {
  margin-top: 40px;
}
.p-club-shodo-gallery-under img {
  height: 95%;
}

.p-life-club__gallery.p-club-shodo {
  margin-top: -8px;
  margin-bottom: -17px;
}
.p-life-club__gallery.p-club-shodo .p-life-club__gallery--3col {
  margin-bottom: 0;
  margin-top: 60px;
}
.p-life-club__gallery.p-club-shodo .p-club-shodo-gallery-under {
  margin-top: 40px;
  margin-bottom: clamp(75px, 11.8vw, 110px);
}
@media (width < 768px) {
  .p-life-club__gallery.p-club-shodo .p-club-shodo-gallery-under {
    row-gap: 10.8%;
    margin-bottom: 150px;
  }
}

.p-life-club__gallery.p-club-art .p-life-club__gallery--3col {
  margin-bottom: 42px;
}
.p-life-club__gallery.p-club-art .ut-mb-16 {
  margin-bottom: 16px;
}

.c-list-contents-column.p-club-football {
  padding: min(3.8vw, 39px) min(5vw, 33px);
  margin-bottom: 84px;
}
@media (width < 768px) {
  .c-list-contents-column.p-club-football {
    padding: 35px 24px;
    margin-bottom: 65px;
  }
}
.c-list-contents-column.p-club-football .p-life-club__list-item {
  font-size: clamp(11px, 1.52vw, 16px);
  color: #101010;
}
@media (width < 768px) {
  .c-list-contents-column.p-club-football .p-life-club__list-item {
    font-size: 0.875rem;
  }
}

.p-life-club__list-text::before {
  content: "一、";
}

.p-introduction__heading {
  padding-left: 24px;
}
.p-introduction__heading::before {
  width: 7.61px;
}

.p-introduction__heading-overline {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (width < 480px) {
  .p-introduction__heading-overline {
    font-size: 1.5rem;
  }
}

.p-introduction__text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  color: #000000;
}

.p-introduction__text--large {
  margin-top: 22px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1.75rem, 1.229rem + 2.604vw, 3.313rem); /* min: 28px, max: 53px */
  font-weight: 700;
  color: #000000;
}

.p-introduction__text--md {
  margin-top: 34px;
  font-size: clamp(1.75rem, 1.5rem + 1.25vw, 2.5rem); /* min: 28px, max: 40px */
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #000000;
}

.p-introduction__text--bold {
  font-weight: 700;
}

.p-introduction__heading + .p-introduction__text {
  margin-top: 26px;
}

.p-introduction__text + .p-introduction__text {
  margin-top: 26px;
}

.p-introduction__lead {
  margin-top: 32px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}

.p-introduction-grade-list {
  margin-top: 30px;
}

.p-introduction-grade + .p-introduction-grade {
  margin-top: 30px;
}

.p-introduction-grade__term {
  display: block;
  width: 158px;
  padding-block: 8px;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.p-introduction-grade__description {
  display: block;
  padding: 30px 21px 22px 21px;
  border: 2px solid transparent;
  border-radius: 0 5px 5px 5px;
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-introduction-grade:nth-of-type(1) .p-introduction-grade__term {
  background-color: #29ab6a;
}
.p-introduction-grade:nth-of-type(1) .p-introduction-grade__description {
  border-color: #29ab6a;
}
.p-introduction-grade:nth-of-type(2) .p-introduction-grade__term {
  background-color: #1599b8;
}
.p-introduction-grade:nth-of-type(2) .p-introduction-grade__description {
  border-color: #1599b8;
}
.p-introduction-grade:nth-of-type(3) .p-introduction-grade__term {
  background-color: #db7659;
}
.p-introduction-grade:nth-of-type(3) .p-introduction-grade__description {
  border-color: #db7659;
}

.p-introduction__note-wrapper {
  margin-top: 30px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (width < 480px) {
  .p-introduction__note-wrapper {
    padding: 16px;
  }
}

.p-introduction__note {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
@media (width < 480px) {
  .p-introduction__note {
    font-size: 16px;
  }
}

.p-introduction-emblem__grid {
  grid-template-columns: 50% 43%;
  column-gap: 7%;
}
@media (width < 768px) {
  .p-introduction-emblem__grid {
    grid-template-columns: 1fr;
  }
}

.p-introduction-emblem__image {
  margin-top: 13px;
  margin-right: 30px;
}
@media (width < 768px) {
  .p-introduction-emblem__image {
    margin-top: 30px;
    margin-inline: auto;
  }
}

.p-introduction__link:focus-visible:hover .p-introduction-card__image, .p-introduction__link:focus-visible:focus .p-introduction-card__image {
  transform: scale(1.08);
}
.p-introduction__link:focus-visible:hover .p-introduction-card__arrow, .p-introduction__link:focus-visible:focus .p-introduction-card__arrow {
  border-color: #29ab6a;
  background-color: #ffffff;
}
.p-introduction__link:focus-visible:hover .p-introduction-card__arrow::after, .p-introduction__link:focus-visible:focus .p-introduction-card__arrow::after {
  background-color: #29ab6a;
}
@media (hover: hover) and (pointer: fine) {
  .p-introduction__link:hover:hover .p-introduction-card__image, .p-introduction__link:hover:focus .p-introduction-card__image {
    transform: scale(1.08);
  }
  .p-introduction__link:hover:hover .p-introduction-card__arrow, .p-introduction__link:hover:focus .p-introduction-card__arrow {
    border-color: #29ab6a;
    background-color: #ffffff;
  }
  .p-introduction__link:hover:hover .p-introduction-card__arrow::after, .p-introduction__link:hover:focus .p-introduction-card__arrow::after {
    background-color: #29ab6a;
  }
}

.p-introduction-card__image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.p-introduction-card__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}

.p-introduction__navigation {
  margin-top: 64px;
  margin-bottom: 131px;
}

.p-introduction__cards {
  column-gap: 4%;
  row-gap: 58px;
  padding: 4% 5.3%;
  background-color: #ffffff;
  border-radius: 22px;
}
@media (480px <= width) and (width < 768px) {
  .p-introduction__cards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6%;
    padding: 6% 7.3%;
  }
}
@media (width < 480px) {
  .p-introduction__cards {
    grid-template-columns: 1fr;
  }
}

.p-introduction-card__image {
  width: 100%;
}

.p-introduction-card__heading {
  margin-top: 21px;
}

.p-introduction-card__arrow {
  top: 50%;
  left: 0%;
  width: clamp(1.563rem, 0.813rem + 1.563vw, 2.063rem); /* min: 25px, max: 33px */
  height: clamp(1.563rem, 0.813rem + 1.563vw, 2.063rem); /* min: 25px, max: 33px */
  transform: translateY(-50%);
}
@media (480px <= width) and (width < 768px) {
  .p-introduction-card__arrow {
    width: clamp(1.563rem, 1.263rem + 1vw, 2.063rem); /* min: 25px, max: 33px */
    height: clamp(1.563rem, 1.263rem + 1vw, 2.063rem); /* min: 25px, max: 33px */
  }
}
@media (width < 480px) {
  .p-introduction-card__arrow {
    width: 33px;
    height: 33px;
  }
}
.p-introduction-card__arrow::after {
  max-width: 11px;
  max-height: 11px;
}

.p-introduction-card__title {
  padding-left: clamp(1.75rem, 0.438rem + 2.734vw, 2.625rem); /* min: 28px, max: 42px */
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.875rem, 0.594rem + 0.586vw, 1.063rem); /* min: 14px, max: 17px */
  font-weight: 700;
}
@media (480px <= width) and (width < 768px) {
  .p-introduction-card__title {
    padding-left: clamp(1.75rem, 0.292rem + 4.861vw, 2.625rem); /* min: 28px, max: 42px */
    font-size: clamp(0.75rem, 0.229rem + 1.736vw, 1.063rem); /* min: 12px, max: 17px */
  }
}
@media (width < 480px) {
  .p-introduction-card__title {
    padding-left: 42px;
    font-size: 1.0625rem;
  }
}

.p-introduction-motto__list {
  grid-template-columns: repeat(3, minmax(29%, 330px));
  column-gap: 5px;
  margin-top: 50px;
}
@media (width < 768px) {
  .p-introduction-motto__list {
    grid-template-columns: 1fr;
    row-gap: 60px;
    place-items: center;
  }
}

.p-introduction-motto {
  position: relative;
  padding: 59px 20px 9.0909090909% 20px;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
}
@media (width < 768px) {
  .p-introduction-motto {
    max-width: 330px;
    width: 100%;
    padding: 59px 20px 30px 20px;
  }
}
.p-introduction-motto:nth-of-type(1) .p-introduction-motto__term {
  background-color: #1599b8;
}
.p-introduction-motto:nth-of-type(2) .p-introduction-motto__term {
  background-color: #29ab6a;
}
.p-introduction-motto:nth-of-type(3) .p-introduction-motto__term {
  background-color: #db7659;
}

.p-introduction-motto__term {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-content: center;
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background-color: #1599b8;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
}
@media (width < 768px) {
  .p-introduction-motto__term {
    width: clamp(4.125rem, 3.634rem + 2.455vw, 4.813rem); /* min: 66px, max: 77px */
    height: clamp(4.125rem, 3.634rem + 2.455vw, 4.813rem); /* min: 66px, max: 77px */
    font-size: clamp(1.125rem, 0.946rem + 0.893vw, 1.375rem); /* min: 18px, max: 22px */
  }
}

.p-introduction-motto__description {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 0.719rem + 0.586vw, 1.188rem); /* min: 16px, max: 19px */
  font-weight: 500;
  color: #000000;
}
@media (width < 768px) {
  .p-introduction-motto__description {
    font-size: clamp(1rem, 0.866rem + 0.67vw, 1.188rem); /* min: 16px, max: 19px */
  }
}

.p-introduction__list {
  grid-template-columns: repeat(3, 32.4%);
  column-gap: 14px;
  margin-top: 21px;
}
@media (width < 768px) {
  .p-introduction__list {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 14px;
  }
}

.p-introduction-goal__list {
  grid-template-columns: repeat(3, 33%);
  column-gap: 5px;
  margin-top: 21px;
}
@media (width < 768px) {
  .p-introduction-goal__list {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 5px;
  }
}

.p-introduction__item {
  padding-block: 2.2em;
  padding-inline: 1em;
  border-radius: 8px;
  background-color: #ffffff;
  color: #29ab6a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.875rem, 0.75rem + 0.625vw, 1.25rem); /* min: 14px, max: 20px */
  font-weight: 700;
  text-align: center;
}
@media (width < 768px) {
  .p-introduction__item {
    max-width: 330px;
    width: 100%;
    font-size: 1.25rem;
  }
}

.p-introduction-philosophy__item {
  display: grid;
  place-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.875rem, 0.771rem + 0.521vw, 1.188rem); /* min: 14px, max: 19px */
  letter-spacing: -0.04em;
  line-height: 2;
}

.p-introduction-greetings__grid {
  grid-template-columns: 44.3% 50%;
  grid-template-areas: "text01 image" "text02 text02";
  column-gap: 5.7%;
  row-gap: 50px;
  margin-top: 25px;
}
@media (width < 768px) {
  .p-introduction-greetings__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "text01" "text02" "image";
    row-gap: 26px;
  }
}

@media (width < 768px) {
  .p-introduction-greetings__text {
    width: 100%;
  }
}
.p-introduction-greetings__text:nth-of-type(1) {
  grid-area: text01;
}
.p-introduction-greetings__text:nth-of-type(2) {
  grid-area: text02;
}

.p-introduction-greetings__image-wrapper {
  grid-area: image;
}

.p-introduction-greetings__image {
  width: 100%;
  aspect-ratio: 500/302;
  object-fit: cover;
}

.p-introduction-greetings__image-note {
  margin-top: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
}

.p-introduction__navigation--buttons {
  margin-top: 111px;
  margin-bottom: 158px;
}

.p-introduction__button-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 8px;
  row-gap: 12px;
}
@media (width < 480px) {
  .p-introduction__button-list {
    grid-template-columns: 1fr;
    place-items: center;
  }
}

@media (width < 480px) {
  .p-introduction__button-item {
    max-width: 328px;
    width: 100%;
  }
}

.p-introduction-button__link {
  padding-block: 28px;
  padding-right: 14px;
  padding-left: 22px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
}
@media (width < 480px) {
  .p-introduction-button__link {
    font-size: clamp(1rem, 0.75rem + 1.25vw, 1.125rem); /* min: 16px, max: 18px */
  }
}

.p-introduction-button__arrow {
  right: 13px;
  width: 27px;
  height: 27px;
}
.p-introduction-button__arrow::after {
  width: 10.74px;
  height: 10.74px;
}

.p-introduction-list {
  margin-top: 16px;
}

.p-introduction-list__item {
  position: relative;
  padding-left: 32px;
  color: #000000;
  font-weight: 500;
}
.p-introduction-list__item::before {
  position: absolute;
  top: 5px;
  left: 13px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #29ab6a;
}

.p-introduction-list__item + .p-introduction-list__item {
  margin-top: 20px;
}

.p-introduction-effort__list {
  column-gap: 10px;
  row-gap: 42px;
  margin-top: 25px;
  padding: 38px 34px 43px 35px;
  border-radius: 23px;
  background-color: #ffffff;
  counter-reset: listnum;
}
@media (width < 768px) {
  .p-introduction-effort__list {
    grid-template-columns: 1fr;
    padding: 27px 15px 43px 20px;
  }
}

.p-introduction-effort__item {
  position: relative;
  padding-left: 37px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: -0.02em;
  color: #000000;
  font-weight: 500;
}
.p-introduction-effort__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  counter-increment: listnum;
  content: counter(listnum) ".";
  color: #1599b8;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  transform: translateY(-50%);
}

.p-introduction-policy__grid {
  column-gap: 38px;
  row-gap: 26px;
  margin-top: 31px;
}
@media (width < 768px) {
  .p-introduction-policy__grid {
    grid-template-columns: 1fr;
  }
}

.p-introduction-policy__box:nth-of-type(3) {
  grid-column: span 2;
}
@media (width < 768px) {
  .p-introduction-policy__box:nth-of-type(3) {
    grid-column: auto;
  }
}

.p-introduction-policy__title {
  width: 215px;
  padding-block: 9px;
  border-radius: 8px 8px 0 0;
  background-color: #1599b8;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
}

.p-introduction-policy__list {
  display: grid;
  row-gap: 5px;
  padding: 22px 20px 18px 20px;
  border: 1px solid #1599b8;
  border-radius: 0 23px 23px 23px;
  background-color: #ffffff;
}
@media (width < 768px) {
  .p-introduction-policy__list {
    padding: 22px 16px 18px 0px;
  }
}

.p-introduction-policy__grid-list {
  display: grid;
  grid-template-columns: 36.4% 1fr;
  column-gap: 23px;
  row-gap: 3px;
  padding: 22px 20px 18px 20px;
  border: 1px solid #1599b8;
  border-radius: 0 23px 23px 23px;
  background-color: #ffffff;
}
@media (width < 768px) {
  .p-introduction-policy__grid-list {
    grid-template-columns: 1fr;
    padding: 22px 16px 18px 0px;
  }
}

.p-introduction-policy__list-item {
  position: relative;
  padding-left: 40px;
  line-height: 2;
  color: #000000;
}
.p-introduction-policy__list-item::before {
  position: absolute;
  top: 12px;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #1599b8;
}

.p-introduction-mindset__grid {
  gap: 20px;
  margin-top: 32px;
}
@media (width < 768px) {
  .p-introduction-mindset__grid {
    grid-template-columns: 1fr;
  }
}

.p-introduction-mindset__item {
  display: grid;
  place-content: center;
  min-height: 148px;
  height: auto;
  padding-inline: 4%;
  border-radius: 12px;
  background-color: #efe7d9;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (width < 768px) {
  .p-introduction-mindset__item {
    max-width: 490px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (width < 480px) {
  .p-introduction-mindset__item {
    font-size: 1rem;
  }
}

.p-introduction-mindset__label {
  width: 178px;
  margin-inline: auto;
  padding-block: 8px;
  border-radius: 5px;
  background-color: #ffffff;
}

.p-introduction-mindset__label + .p-introduction-mindset__text {
  margin-top: 16px;
}

.p-introduction-history__image {
  border-radius: 10px;
}

.p-introduction-history {
  margin-top: 71px;
}

.p-introduction-history__list {
  display: grid;
  row-gap: 17.7px;
}

.p-introduction-history__item {
  display: grid;
  grid-template-columns: 128px 1fr;
  column-gap: 59px;
  padding-bottom: 10.3px;
  border-bottom: 1px solid #eae0d0;
}
@media (width < 480px) {
  .p-introduction-history__item {
    grid-template-columns: 1fr;
  }
}

.p-introduction-history__year {
  width: 128px;
  height: 28px;
  margin-top: 5px;
  border-radius: 100vh;
  background-color: #29ab6a;
  color: #ffffff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (width < 480px) {
  .p-introduction-history__year {
    display: grid;
    align-items: center;
    margin-top: 0;
    font-size: 1rem;
  }
}

.p-introduction-history__body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875;
}
@media (width < 480px) {
  .p-introduction-history__body {
    font-size: 0.875rem;
  }
}

.p-introduction-path__list {
  margin-top: 22px;
}
@media (480px <= width) and (width < 768px) {
  .p-introduction-path__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 480px) {
  .p-introduction-path__list {
    grid-template-columns: 1fr;
  }
}

.p-introduction-path__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 10.4px;
  padding-left: 17px;
  padding-right: 8px;
  border-bottom: 1px solid #eae0d0;
  font-size: 0.9375rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}
@media (width >= 768px) {
  .p-introduction-path__item {
    font-size: clamp(0.75rem, 0.469rem + 0.586vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (480px <= width) and (width < 768px) {
  .p-introduction-path__item {
    font-size: clamp(0.75rem, 0.438rem + 1.042vw, 0.938rem); /* min: 12px, max: 15px */
  }
}
@media (width < 480px) {
  .p-introduction-path__item {
    font-size: 14px;
  }
}
.p-introduction-path__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #29ab6a;
  transform: translateY(-50%);
}
.p-introduction-path__item:last-child {
  padding-left: 0;
}
.p-introduction-path__item:last-child::before {
  display: none;
}

.p-introduction-path__item--sm {
  font-size: 0.75rem;
}

.p-introduction-path__item--wide {
  grid-column: span 2;
}
@media (width < 768px) {
  .p-introduction-path__item--wide {
    grid-column: auto;
  }
}

.p-introduction__section--kouka:nth-of-type(2) {
  margin-top: -4px;
}
.p-introduction__section--kouka:nth-of-type(3) {
  margin-top: 17px;
}
@media (width < 768px) {
  .p-introduction__section--kouka:nth-of-type(3) {
    margin-top: 100px;
  }
}

.p-introduction-kouka__grid {
  grid-template-columns: 1fr 263px;
  column-gap: 12%;
}
@media (width < 768px) {
  .p-introduction-kouka__grid {
    grid-template-columns: 1fr;
    row-gap: 12%;
  }
}

.p-introduction-kouka__text-wrapper {
  display: grid;
  place-content: center;
}

.p-introduction-kouka__text {
  place-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.7058823529;
}
@media (width < 480px) {
  .p-introduction-kouka__text {
    font-size: clamp(0.875rem, 0.5rem + 1.875vw, 1.063rem); /* min: 14px, max: 17px */
  }
}

.p-introduction-kouka__image {
  margin-inline: auto;
}

.p-introduction-kouka__container {
  margin-top: 10px;
  padding: 6.8% 5.5%;
  border-radius: 16px;
  background-color: #ffffff;
}

.p-introduction-kouka__verse {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (480px <= width) and (width < 768px) {
  .p-introduction-kouka__verse {
    font-size: clamp(0.875rem, 0.5rem + 1.25vw, 1rem); /* min: 14px, max: 16px */
  }
}
@media (width < 480px) {
  .p-introduction-kouka__verse {
    font-size: 0.875rem;
  }
}

.p-introduction-kouka__verse + .p-introduction-kouka__verse {
  margin-top: 30px;
}

.p-introduction-kouka__credits {
  margin-top: 30px;
}

.p-introduction-kouka__credit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-introduction-kouka__credit + .p-introduction-kouka__credit {
  margin-top: 13px;
}

.p-introduction-access__map {
  width: 100%;
}

.p-introduction-access__info {
  margin-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eae0d0;
}

.p-introduction-access__school-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}
@media (width < 480px) {
  .p-introduction-access__school-name {
    font-size: clamp(0.875rem, 0.375rem + 2.5vw, 1.125rem); /* min: 14px, max: 18px */
  }
}

.p-introduction-access__address-wrapper {
  grid-template-columns: 125px 1fr;
  grid-template-areas: "address address" "tel fax";
  column-gap: 10px;
  row-gap: 12px;
  width: 307px;
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  font-size: clamp(0.75rem, 0.25rem + 2.5vw, 1rem); /* min: 12px, max: 16px */
}

.p-introduction-access__address {
  grid-area: address;
}

.p-introduction-access__tel {
  grid-area: tel;
}

.p-introduction-access__fax {
  grid-area: fax;
}

.p-introduction-access__grid {
  column-gap: 6%;
}
@media (width < 768px) {
  .p-introduction-access__grid {
    column-gap: 3%;
  }
}
@media (width < 480px) {
  .p-introduction-access__grid {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

.p-introduction-access__image-wrapper {
  margin-top: 32px;
}

.p-introduction-access__subtitle {
  margin-top: 16px;
  padding-block: 6px;
  border-bottom: 1px solid #1599b8;
  color: #1599b8;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1rem, 0.925rem + 0.25vw, 1.125rem); /* min: 16px, max: 18px */
  font-weight: 700;
}
@media (width < 480px) {
  .p-introduction-access__subtitle {
    font-size: 18px;
  }
}

.p-introduction-access__list {
  margin-top: 26px;
}

.p-introduction-access__list-item {
  position: relative;
  padding-left: 1em;
  color: #000000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(0.75rem, 0.525rem + 0.75vw, 1.125rem); /* min: 12px, max: 18px */
  font-weight: 400;
}
@media (width < 480px) {
  .p-introduction-access__list-item {
    font-size: clamp(0.875rem, 0.375rem + 2.5vw, 1.125rem); /* min: 14px, max: 18px */
  }
}
.p-introduction-access__list-item::before {
  position: absolute;
  top: 50%;
  left: 8px;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #000000;
}

.p-introduction-access__list-item + .p-introduction-access__list-item {
  margin-top: 9px;
}

.p-life-club-sns-button {
  margin-inline: auto;
  margin-top: clamp(40px, 11.2vw, 98px);
  margin-bottom: clamp(72px, 13.2vw, 160px);
  background-color: #ffffff;
  padding: 45px 0 82px;
  width: 90%;
  border-radius: 13px;
}
.p-life-club-sns-button .l-inner--w1000 {
  width: 90%;
}
@media (width < 884px) {
  .p-life-club-sns-button .l-inner--w1000 {
    width: 80%;
  }
}
@media (width < 594px) {
  .p-life-club-sns-button {
    padding: 30px 0 55px;
    margin-top: 60px;
    margin-bottom: 110px;
  }
}

.p-life-club-sns-button--heading {
  font-size: clamp(20px, 5.3vw, 28px);
  font-weight: 500;
  text-align: center;
  margin-top: 9px;
  color: #101010;
}

.p-life-club-sns-button--inner {
  margin-top: 39px;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media (width < 884px) {
  .p-life-club-sns-button--inner {
    gap: 15px;
  }
}
@media (width < 594px) {
  .p-life-club-sns-button--inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.p-life-club-sns-button--link {
  position: relative;
  width: 100%;
  height: 104px;
  border-radius: 100vw;
  font-size: clamp(15px, 3.2vw, 30px);
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6px;
}
@media (width < 884px) {
  .p-life-club-sns-button--link {
    padding: 0 8% 5.5px 0;
    height: 68px;
  }
}
@media (width < 594px) {
  .p-life-club-sns-button--link {
    font-size: clamp(15px, 5vw, 30px);
    padding: 0 0 2% 0;
  }
}
@media (width < 480px) {
  .p-life-club-sns-button--link {
    height: 55px;
  }
}
.p-life-club-sns-button--link span {
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translate(-50%, -50%);
}
.p-life-club-sns-button--link span svg {
  width: clamp(50px, 6.3vw, 76px);
}
@media (width < 480px) {
  .p-life-club-sns-button--link span svg {
    width: 50px;
  }
}
@media (width < 884px) {
  .p-life-club-sns-button--link span {
    left: 82%;
  }
}

.p-life-club-sns-button--link.instagram {
  border: 1px solid transparent;
  background-color: #db7659;
  transition: all 0.3s ease;
}
@media (width < 884px) {
  .p-life-club-sns-button--link.instagram {
    padding: 0 8% 4px 0;
  }
}
@media (width < 594px) {
  .p-life-club-sns-button--link.instagram {
    padding: 0;
  }
}
.p-life-club-sns-button--link.instagram svg path,
.p-life-club-sns-button--link.instagram svg circle {
  transition: all 0.3s ease;
}
.p-life-club-sns-button--link.instagram:hover, .p-life-club-sns-button--link.instagram:focus {
  background-color: #ffffff;
  border-color: #db7659;
  color: #db7659;
}
.p-life-club-sns-button--link.instagram:hover svg path,
.p-life-club-sns-button--link.instagram:hover svg circle:last-of-type, .p-life-club-sns-button--link.instagram:focus svg path,
.p-life-club-sns-button--link.instagram:focus svg circle:last-of-type {
  fill: none;
  stroke: #db7659;
}
.p-life-club-sns-button--link.instagram:hover svg circle:first-of-type, .p-life-club-sns-button--link.instagram:focus svg circle:first-of-type {
  fill: #db7659;
  stroke: #db7659;
}

.p-life-club-sns-button--link.facebook {
  border: 1px solid transparent;
  background-color: #1599b8;
  padding: 0px 0 6px;
  transition: all 0.3s ease;
}
@media (width < 884px) {
  .p-life-club-sns-button--link.facebook {
    padding: 0 8% 4px 0;
  }
}
@media (width < 594px) {
  .p-life-club-sns-button--link.facebook {
    padding: 0;
  }
}
.p-life-club-sns-button--link.facebook svg path,
.p-life-club-sns-button--link.facebook svg circle {
  transition: all 0.3s ease;
}
.p-life-club-sns-button--link.facebook:hover, .p-life-club-sns-button--link.facebook:focus {
  background-color: #ffffff;
  border-color: #1599b8;
  color: #1599b8;
}
.p-life-club-sns-button--link.facebook:hover svg path,
.p-life-club-sns-button--link.facebook:hover svg circle, .p-life-club-sns-button--link.facebook:focus svg path,
.p-life-club-sns-button--link.facebook:focus svg circle {
  stroke: #1599b8;
  fill: #1599b8;
}

/* WPForms form styling */
.wpforms-container {
  margin-inline: auto;
  color: #151b1c;
  margin-bottom: 128px;
  margin-top: -2px;
}

.form-item {
  margin-bottom: 40px;
}

.form-item-label {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
}
@media (width < 480px) {
  .form-item-label {
    font-size: clamp(15px, 3.74vw, 18px);
    gap: 8px;
  }
}

.form-item-label-required {
  font-size: 0.75rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #29ab6a;
  padding: 4px 8px 5px;
  line-height: 1;
  border-radius: 100vw;
  flex-shrink: 0;
}
@media (width < 480px) {
  .form-item-label-required {
    font-size: 0.625rem;
    padding: 4px 6px;
  }
}

.wpforms-field input[type=text],
.wpforms-field input[type=email],
.wpforms-field input[type=number],
.wpforms-field input[type=tel],
.wpforms-field textarea {
  width: 100%;
  height: 50px;
  padding: 10px 18px;
  border: 1px solid #c9c9c9;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 5px;
  box-sizing: border-box;
}

.wpforms-field input.postal-code {
  width: clamp(350px, 40.7vw, 450px);
}
@media (width < 480px) {
  .wpforms-field input.postal-code {
    width: 100%;
  }
}

.wpforms-field select {
  width: clamp(340px, 39.6vw, 440px);
  height: 50px;
  padding: 8px 5px 8px 18px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: -11px;
}
@media (width < 480px) {
  .wpforms-field select {
    width: 100%;
  }
}

.wpforms-field textarea {
  height: 179px;
}

.wpforms-checkbox {
  margin: 8px auto 28px;
}

.wpforms-checkbox-list,
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 21px;
  margin-bottom: 12px;
}

/*ラベルの設定*/
.form-item-label-checkbox {
  position: relative;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media (width < 480px) {
  .form-item-label-checkbox {
    gap: 10px;
  }
}

/*チェックボックスの設定*/
.wpforms-checkbox .checkbox-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border: 1px solid #707070;
  border: none;
  outline: none;
  appearance: none;
  margin-right: 11px;
}

.wpforms-checkbox .checkbox-item::before,
.wpforms-checkbox .checkbox-item::after {
  position: absolute;
  content: "";
  cursor: pointer;
}

.wpforms-checkbox .checkbox-item::before {
  width: 13px;
  height: 21px;
  background: #29ab6a;
  clip-path: polygon(0 70%, 5% 60%, 45% 75%, 90% 10%, 100% 20%, 50% 100%);
  transform: scale(0, 0) rotate(20deg);
  transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  z-index: 1;
  margin-top: -6px;
  margin-left: 5px;
}

.wpforms-checkbox .checkbox-item::after {
  width: 13px;
  height: 13px;
  background: #ffffff;
  border: 1px solid #707070;
}

/*checked時の設定*/
.wpforms-checkbox .checkbox-item:checked::before,
.wpforms-checkbox input[type=checkbox]:checked::before {
  transform: scale(1, 1) rotate(20deg);
}

.wpforms-submit {
  width: 256px;
  height: 56px;
  margin-top: 45px;
  margin-inline: auto;
  font-size: 0.9375rem;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}

.wpcf7-submit {
  width: 100%;
  height: auto;
}

.wpcf7-submit-flex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
@media (width < 768px) {
  .wpcf7-submit-flex {
    gap: 5%;
  }
}

.wpcf7-submit-flex > .form-confirm-submit > .wpcf7-submit {
  width: 256px;
  height: 56px;
  font-size: 0.9375rem;
  font-weight: 900;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  pointer-events: auto;
}
@media (width < 768px) {
  .wpcf7-submit-flex > .form-confirm-submit > .wpcf7-submit {
    padding: 0 45px 0 30px;
    width: 100%;
  }
}
@media (width < 480px) {
  .wpcf7-submit-flex > .form-confirm-submit > .wpcf7-submit {
    font-size: 0.8125rem;
  }
}
@media (width < 480px) {
  .wpcf7-submit-flex > .form-confirm-submit > .wpcf7-submit {
    height: 45px;
  }
}

.form-confirm-submit {
  position: relative;
  display: inline-block;
}
.form-confirm-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  pointer-events: none;
}
.form-confirm-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(5% + 8px);
  transform: translateY(-50%);
  width: 10.75px;
  height: 10.75px;
  -webkit-mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-diagonal--wh.svg") center/contain no-repeat;
  background-color: #db7659;
  z-index: 2;
  pointer-events: none;
}
@media (width < 768px) {
  .form-confirm-submit {
    width: 50%;
    min-width: 170px;
  }
}

.wpcf7-submit-flex > .form-confirm-submit > .wpcf7-spinner {
  display: none;
  pointer-events: none;
}

.wpforms-previous-wrapper {
  width: 256px;
  max-width: 256px;
  height: 56px;
}
@media (width < 768px) {
  .wpforms-previous-wrapper {
    width: 40%;
    min-width: 105px;
  }
}
@media (width < 480px) {
  .wpforms-previous-wrapper {
    height: 45px;
  }
}

.wpforms-previous {
  width: 100%;
  height: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  background-color: #c9c9c9;
  color: #fff;
  border-radius: 100vw;
  text-align: center;
  border: none;
}
@media (width < 480px) {
  .wpforms-previous {
    font-size: 0.8125rem;
  }
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none;
}

input:-internal-autofill-selected,
.js-autofilled {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #29ab6a !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

/* contact form7 チェックマーク */
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.wpforms-checkbox input[type=checkbox] {
  position: relative;
  width: 13px;
  height: 13px;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 11px;
  cursor: pointer;
}

/* 枠 */
.wpforms-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border: 1px solid #707070;
  z-index: 1;
  pointer-events: none;
}

/* チェックマーク */
.wpforms-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 21px;
  background: #29ab6a;
  clip-path: polygon(0 70%, 5% 60%, 45% 75%, 90% 10%, 100% 20%, 50% 100%);
  transform: scale(0) rotate(20deg);
  transition: transform 0.3s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  z-index: 2;
  top: -6px;
  left: 3px;
  pointer-events: none; /* ← 超重要 */
}

/* checked */
.wpforms-checkbox input[type=checkbox]:checked::before {
  transform: scale(1) rotate(20deg);
}

/* JSで自動入力されたときに Chrome の autofill 風にする */
.js-autofilled {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #29ab6a !important;
  transition: background-color 1000s;
}

input.invalid,
textarea.invalid,
select.invalid {
  border: 1px solid #e63946 !important;
}

select.invalid {
  margin-bottom: 0;
}

input.invalid[type=checkbox] {
  border: none !important;
}

/* エラーメッセージ */
.error-message {
  color: #e53e3e;
  font-size: 12px;
  margin-top: 4px;
}

.form-confirm-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-block: 13px;
  border-bottom: solid 1px #d1c9bd;
}

.confirm-screen .error-message,
.confirm-screen .invalid {
  display: none !important;
}

.form-confirm-hidden {
  display: none;
}

.confirm-value {
  word-break: break-all;
}

.p-contact-thanks {
  position: relative;
  height: 100vh;
  min-height: 748px;
  background-color: #279fba;
}
@media (width < 510px) {
  .p-contact-thanks {
    min-height: 640px;
  }
}

.p-contact-thanks--intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.p-contact-thanks--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.p-contact-thanks--body {
  position: relative;
  min-height: 390px;
}

.p-contact-thanks--inner {
  width: clamp(400px, 50vw, 570px);
}
@media (width < 768px) {
  .p-contact-thanks--inner {
    padding-top: 17%;
  }
}
@media (width < 615px) {
  .p-contact-thanks--inner {
    padding-top: 24%;
  }
}
@media (width < 510px) {
  .p-contact-thanks--inner {
    width: 81.5%;
  }
}
@media (width < 480px) {
  .p-contact-thanks--inner {
    padding-top: 30%;
  }
}

@media (width < 768px) {
  .p-contact-thanks--title {
    font-size: clamp(20px, 7.4vw, 35px);
  }
}

@media (width < 768px) {
  .p-contact-thanks__lead {
    font-size: clamp(13px, 2.2vw, 16px);
  }
}

.p-privacy__background {
  padding: 73px 50px 80px;
}
@media (width < 480px) {
  .p-privacy__background {
    padding: 73px 25px 80px;
  }
}

.p-privacy__title {
  padding-bottom: 5.32px;
}

.p-privacy__body {
  margin-top: 10.68px;
}

.p-privacy__mb {
  margin-bottom: 120.21px;
}

.p-exam {
  margin-inline: auto;
  margin-bottom: clamp(100px, 17.3vw, 147px);
}

.p-exam-cards {
  column-gap: 5%;
  row-gap: 50px;
  margin-top: 18px;
  padding: 34px 60px 38px 60px;
  border-radius: 22px;
  background-color: #ffffff;
}
@media (width < 768px) {
  .p-exam-cards {
    grid-template-columns: 1fr 1fr;
    padding: 30px;
    row-gap: 5%;
  }
}
@media (width < 480px) {
  .p-exam-cards {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}

.p-exam-teachers__container {
  margin-top: -37px;
  padding-top: 6.5%;
  padding-bottom: 5%;
  padding-inline: 4.6%;
  border-radius: 22px;
  background-color: #ffffff;
}
.p-exam-teachers__container .p-attention-list__title {
  font-weight: 400;
}

.p-exam-teachers__list__item {
  padding-bottom: 16px;
  margin-bottom: 5px;
}
.p-exam-teachers__list__item .p-attention-list__meta {
  gap: 6px;
}

.p-exam-teachers-button__container {
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  margin-top: 99px;
  margin-bottom: 100px;
  padding: 45px 20px 77px;
}

.p-exam-teachers-button--title {
  font-size: clamp(22px, 3.6vw, 28px);
}
@media (width < 530px) {
  .p-exam-teachers-button--title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-exam-teachers-button__button {
  max-width: clamp(300px, 68.6vw, 527px);
  height: clamp(90px, 7.6vh, 104px);
  margin-top: 35px;
  margin-inline: auto;
  padding-block: 18px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(18px, 3.45vw, 24px);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width < 530px) {
  .p-exam-teachers-button__button {
    max-width: 312px;
    max-height: 65px;
    font-size: clamp(14px, 3.8vw, 18px);
  }
}
@media (width < 400px) {
  .p-exam-teachers-button__button {
    padding-right: 2%;
  }
}

.p-exam-teachers__button-arrow {
  right: 5%;
  max-width: 46.28px;
  max-height: 46.28px;
  aspect-ratio: 1/1;
}
.p-exam-teachers__button-arrow::after {
  max-width: 17px;
  max-height: 17px;
}
@media (width < 530px) {
  .p-exam-teachers__button-arrow::after {
    max-width: 11px;
    max-height: 11px;
  }
}
@media (width < 530px) {
  .p-exam-teachers__button-arrow {
    max-width: 35px;
    max-height: 35px;
  }
}

.p-exam-teachers-downloads__container {
  border-radius: 14px;
  margin-bottom: 163px;
}
@media (width < 768px) {
  .p-exam-teachers-downloads__container {
    margin-bottom: 120px;
  }
}

.p-exam-teachers-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 52px;
}

.p-exam-teachers-list--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5.2vw, 68px);
  background-color: #ffffff;
  border-radius: 14px;
  padding-block: 3.75% 5%;
  padding-inline: 4.5%;
}
@media (width < 1278px) {
  .p-exam-teachers-list--inner {
    padding-inline: 15px;
    padding-block: 40px;
  }
}
@media (width < 768px) {
  .p-exam-teachers-list--inner {
    flex-direction: column-reverse;
    padding-block: 35px 40px;
    gap: 38px;
  }
}

.p-exam-teachers-list--body {
  width: 40%;
  color: #000000;
}
@media (width < 768px) {
  .p-exam-teachers-list--body {
    width: 88%;
  }
}
.p-exam-teachers-list--body .c-heading .c-heading__ja {
  font-size: clamp(20px, 3.2vw, 26px);
}
@media (width < 768px) {
  .p-exam-teachers-list--body .c-heading .c-heading__ja {
    font-size: clamp(18px, 4.7vw, 26px);
  }
}
.p-exam-teachers-list--body .c-button .u-uppercase {
  display: contents;
}

.p-exam-teachers-list--text {
  font-size: clamp(13px, 1.7vw, 21px);
  font-weight: bold;
  margin-top: 37px;
  line-height: 1.4;
}
@media (width < 768px) {
  .p-exam-teachers-list--text {
    font-size: clamp(12px, 2.9vw, 21px);
    margin-top: 20px;
    line-height: 1.7;
  }
}

.p-exam-teachers-list--right {
  width: 31%;
}
@media (width < 768px) {
  .p-exam-teachers-list--right {
    width: 100%;
  }
}

.p-exam-teachers-list--img {
  margin-top: 7px;
  width: 100%;
  height: auto;
  aspect-ratio: 279/392;
  max-width: 279px;
  max-height: 392px;
  object-fit: cover;
}
@media (width < 768px) {
  .p-exam-teachers-list--img {
    width: 80%;
    margin-inline: auto;
  }
}

.p-exam--downloads__button {
  max-width: 256px;
  max-height: 56px;
  height: clamp(50px, 13.4vw, 90px);
  font-size: 0.9375rem;
  margin-top: 31px;
  margin-inline: 0 auto;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width < 768px) {
  .p-exam--downloads__button {
    margin-inline: auto;
    font-size: clamp(14px, 4.2vw, 17px);
  }
}

.p-exam--downloads__button-arrow {
  right: 5%;
  width: 27px;
  height: 27px;
}
.p-exam--downloads__button-arrow::after {
  width: 9.9px;
  height: 9.9px;
}
@media (width < 374px) {
  .p-exam--downloads__button-arrow {
    width: 24px;
    height: 24px;
  }
}

.p-links {
  margin: -2.41px auto 105.21px;
}

.p-links__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: min(1.6vw, 22px);
  row-gap: 30px;
  margin-bottom: min(6.5vw, 60px);
}
@media (width < 768px) {
  .p-links__inner {
    grid-template-columns: 1fr;
  }
}

.p-links__item {
  width: 100%;
  display: block;
}

.p-links__icon--arrow-image {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 100%;
  height: 100%;
  max-width: clamp(26px, 5.2vw, 27.89px);
  max-height: clamp(26px, 5.2vw, 27.89px);
  background-color: #29ab6a;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: solid 1px #29ab6a;
}
@media (width < 480px) {
  .p-links__icon--arrow-image {
    right: 2.2%;
  }
}
.p-links__icon--arrow-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  max-width: 50%;
  max-height: 50%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask: url("../images/common/arrow/common__arrow-horizontal-link.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-horizontal-link.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
}

.p-sitemap {
  margin: 0 auto 77.21px;
}

.p-sitemap__inner--grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto 1fr;
  column-gap: min(1.6vw, 11px);
  row-gap: 30px;
  margin-bottom: min(6.5vw, 60px);
}
@media (width < 768px) {
  .p-sitemap__inner--grid {
    display: block;
  }
}

.p-sitemap__grid--1 {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
}

.p-sitemap__grid--2 {
  display: grid;
  grid-column: 2/3;
  grid-row: 1/2;
}

.p-sitemap__grid--3 {
  display: grid;
  grid-column: 1/2;
  grid-row: 2/3;
}

.p-sitemap__grid--4 {
  display: grid;
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-sitemap__grid--5 {
  display: grid;
  grid-column: 1/2;
  grid-row: 3/4;
}

.p-sitemap__grid--6 {
  display: grid;
  grid-column: 2/3;
  grid-row: 3/4;
  grid-row-gap: 48px;
}
@media (width < 768px) {
  .p-sitemap__grid--6 {
    grid-row-gap: 0;
  }
}

.p-sitemap__item {
  width: 98%;
  display: block;
  padding-bottom: 12px;
}
@media (width < 768px) {
  .p-sitemap__item {
    padding-bottom: 25px;
  }
}

.p-sitemap__list {
  padding-bottom: 20px;
}
.p-sitemap__list:nth-child(1) {
  padding-top: 19px;
}

.p-sitemap__listitem {
  position: relative;
  padding-left: 40px;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 500;
}
.p-sitemap__listitem:focus-visible:hover .c-icon__v, .p-sitemap__listitem:focus-visible:focus .c-icon__v {
  background-color: #29ab6a;
  border: 1px solid #29ab6a;
}
.p-sitemap__listitem:focus-visible:hover .c-icon__v::before, .p-sitemap__listitem:focus-visible:focus .c-icon__v::before {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .p-sitemap__listitem:hover:hover .c-icon__v, .p-sitemap__listitem:hover:focus .c-icon__v {
    background-color: #29ab6a;
    border: 1px solid #29ab6a;
  }
  .p-sitemap__listitem:hover:hover .c-icon__v::before, .p-sitemap__listitem:hover:focus .c-icon__v::before {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}

.p-sitemap__listitem--child {
  list-style: none;
  padding-left: 44px;
}

.p-sitemap__listitem--childitem {
  margin-top: 18px;
  font-size: 15px;
  line-height: 18px;
}
.p-sitemap__listitem--childitem:last-child {
  margin-bottom: 15px;
}

.p-sitemap__icon--arrow-image {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 100%;
  height: 100%;
  max-width: clamp(26px, 5.2vw, 27.89px);
  max-height: clamp(26px, 5.2vw, 27.89px);
  background-color: #29ab6a;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: solid 1px #29ab6a;
}
@media (width < 480px) {
  .p-sitemap__icon--arrow-image {
    right: 2.2%;
  }
}
.p-sitemap__icon--arrow-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  max-width: 50%;
  max-height: 50%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask: url("../images/common/arrow/common__arrow-horizontal-link.svg") center/contain no-repeat;
  mask: url("../images/common/arrow/common__arrow-horizontal-link.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
}

.p-attention-finance {
  margin: 6.5px auto 123.21px;
}

.p-attention-finance__content {
  margin-bottom: 109.21px;
}

.p-attention-finance__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-attention-finance__item {
  width: 100%;
  display: block;
}

.p-attention-finance__text {
  margin-top: 33.09px;
  font-size: 16px;
  font-weight: 500;
}

.p-attention-finance__button--arrow {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 100%;
  height: 100%;
  max-width: clamp(26px, 5.2vw, 41px);
  max-height: clamp(26px, 5.2vw, 41px);
  background-color: #29ab6a;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 0.3s;
  border: solid 1px #29ab6a;
}
@media (width < 480px) {
  .p-attention-finance__button--arrow {
    right: 4.6%;
  }
}
.p-attention-finance__button--arrow::after {
  position: absolute;
  top: 50%;
  left: 30%;
  content: "";
  width: 40%;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.p-attention-finance__button--arrow::before {
  content: "";
  position: absolute;
  top: 59.6%;
  right: 33%;
  display: block;
  width: 27%;
  height: 27.5%;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: 100% 50%;
  box-sizing: border-box;
}

.p-grad-reun--news {
  margin-top: 44px;
}

@media (width < 480px) {
  .p-grad-reun--news.l-inner--w1000,
  .p-grad-reun--certificates-inner.l-inner--w1000 {
    width: 87.5%;
  }
}

.p-grad-reun--news__container {
  padding-top: 1.4%;
  padding-bottom: 5%;
  padding-inline: 6%;
  border-radius: 22px;
  background-color: #ffffff;
}
.p-grad-reun--news__container .p-attention-list__panel {
  margin-top: 11px;
}
.p-grad-reun--news__container .p-attention-list__item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-grad-reun--news__pagination-container {
  margin-top: 81px;
}

.p-grad-reun--certificates {
  margin-block: 95px 126px;
}

.p-grad-reun--certificates__container {
  background-color: #ffffff;
  border-radius: 25px;
  padding-block: 85px 64px;
  padding-inline: 40px;
  color: #20282E;
}
@media (width < 768px) {
  .p-grad-reun--certificates__container {
    padding-block: 50px;
    padding-inline: min(6.4vw, 30px);
  }
}

.p-grad-reun--certificates__inner {
  max-width: 900px;
  margin-inline: auto;
}

.p-grad-reun--certificates__container-heading {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #d1c9bd;
}
@media (width < 768px) {
  .p-grad-reun--certificates__container-heading {
    font-size: clamp(17px, 4.3vw, 24px);
  }
}

.p-grad-reun--certificates__container-heading--red {
  color: #ce5454;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 23px;
}
@media (width < 768px) {
  .p-grad-reun--certificates__container-heading--red {
    font-size: 0.875rem;
  }
}

.p-grad-reun--certificates__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-top: 22px;
  margin-bottom: 69px;
}
@media (width < 768px) {
  .p-grad-reun--certificates__list {
    grid-template-columns: 1fr;
  }
}

.p-grad-reun--certificates__list-item {
  background-color: #ffffff;
  border: 1px solid #1599b8;
}

.p-grad-reun--certificates__list-title {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  background-color: #d9ebef;
  border-bottom: 1px solid #1599b8;
  padding-block: 9.5px;
  color: #000000;
}
@media (width < 912px) {
  .p-grad-reun--certificates__list-title {
    font-size: clamp(12px, 1.68vw, 15px);
  }
}
@media (width < 768px) {
  .p-grad-reun--certificates__list-title {
    font-size: clamp(14px, 3.2vw, 18px);
  }
}

.p-grad-reun--certificates__list-text {
  font-size: 0.9375rem;
  padding-block: 22px 45px;
  padding-inline: 27px 20px;
  line-height: 1.9;
  display: flex;
  flex-direction: column;
  color: #000000;
}
@media (width < 912px) {
  .p-grad-reun--certificates__list-text {
    font-size: clamp(12px, 1.52vw, 15px);
    padding-inline: 15px;
  }
}
@media (width < 768px) {
  .p-grad-reun--certificates__list-text {
    padding-block: 18px;
    font-size: clamp(12px, 2.68vw, 17px);
  }
}
.p-grad-reun--certificates__list-text span {
  font-size: 0.8125rem;
  margin-top: 2px;
  line-height: 2.3;
  letter-spacing: -0.009em;
}

.p-grad-reun--procedure {
  max-width: 860px;
  margin-inline: auto;
  margin-top: 48px;
}

.p-grad-reun--procedure-heading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 27px;
  display: flex;
}
@media (width < 673px) {
  .p-grad-reun--procedure-heading {
    font-size: clamp(12px, 4vw, 18px);
    line-height: 1.5;
  }
}

.p-grad-reun--procedure-heading--border {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 23px;
  border-bottom: 1px solid #d1c9bd;
}

.p-grad-reun--procedure--order {
  margin-top: 25px;
  gap: 34px;
  padding-bottom: 28px;
}
@media (width < 768px) {
  .p-grad-reun--procedure--order {
    gap: min(3.7vw, 34px);
  }
}
@media (width < 511px) {
  .p-grad-reun--procedure--order {
    flex-direction: column;
    gap: 20px;
  }
}

.order--boder.p-grad-reun--procedure--order {
  border-bottom: 1px solid #d1c9bd;
}

.procedure--order-number {
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 100vw;
  border: 1px solid #29ab6a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.procedure--order-number span {
  font-size: 1rem;
  font-weight: 500;
}
.procedure--order-number .two {
  margin-top: -2px;
}

.procedure--order-text {
  font-size: 1rem;
  line-height: 1.87;
  margin-top: -2.5px;
}

.procedure--order-list-heading {
  margin-bottom: 10px;
  font-size: 1rem;
  margin-top: 30px;
}

.procedure--order-list {
  counter-reset: proc-counter;
  padding-left: 16px;
  margin-left: 0;
}

.procedure--order-list-item {
  position: relative;
  padding-left: 9px;
  margin-bottom: 12px;
  line-height: 1.35;
}
.procedure--order-list-item::before {
  counter-increment: proc-counter;
  content: counter(proc-counter) ".";
  position: absolute;
  left: 0;
  top: 0.1em;
  line-height: 1;
}

.procedure--order-text-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-block: 33px;
}

.procedure--order-table-wrap {
  display: block;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (width < 768px) {
  .procedure--order-table-wrap {
    padding-bottom: 15px;
  }
}

.procedure--order-table-wrap > * {
  min-width: max-content;
}

.procedure--order-table {
  margin-block: 10px 7px;
  font-size: 0.875rem;
  color: #000000;
}
@media (width < 768px) {
  .procedure--order-table {
    min-width: 515px;
  }
}
.procedure--order-table td, .procedure--order-table th {
  border: 1px solid #1599b8;
  border-collapse: collapse;
}
.procedure--order-table td {
  padding-block: 9.5px;
  text-align: center;
  vertical-align: middle;
}
.procedure--order-table .p-grad-reun--certificates__list-title {
  padding-block: 9px;
}
.procedure--order-table .p-grad-reun--certificates__list-title:nth-of-type(1) {
  width: 141px;
}
.procedure--order-table .p-grad-reun--certificates__list-title:nth-of-type(2) {
  width: 140px;
}
.procedure--order-table .p-grad-reun--certificates__list-title:nth-of-type(3) {
  width: 163px;
}
.procedure--order-table .p-grad-reun--certificates__list-title:nth-of-type(4) {
  width: 162px;
}
@media (width < 768px) {
  .procedure--order-table .p-grad-reun--certificates__list-title {
    font-size: 0.875rem;
  }
}
.procedure--order-table .wide {
  width: 100%;
  padding-block: 16px;
  line-height: 1.9;
}
.procedure--order-table .line-height--8 {
  line-height: 1.8;
}

.p-grad-reun--adrress {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  margin-block: 23px 0;
  gap: 11px;
}

.p-attention-recruit {
  margin: 10px auto 123px;
}

.p-attention-recruit__mb {
  margin-bottom: 105.21px;
}

.p-attention-recruit__pb {
  padding-bottom: 14px;
}
@media (width < 768px) {
  .p-attention-recruit__pb {
    padding-bottom: 20px;
  }
}

.p-attention-recruit__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2px;
  cursor: pointer;
  transition: padding-bottom 1s cubic-bezier(0.25, 1, 0.25, 1);
}

.p-attention-recruit__button--oval {
  width: 100%;
  align-items: center;
  gap: min(1.1vw, 21px);
  background: #ffffff;
  margin-top: 39.9px;
  padding: min(2.17vw, 27px) min(4.565vw, 40px) min(2.17vw, 24px) 40px;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 700;
  border-radius: 21px;
}
@media (480px <= width) and (width < 768px) {
  .p-attention-recruit__button--oval {
    font-size: clamp(12px, 3.58vw, 20px);
    padding: min(4.6vw, 60px) min(4.3vw, 40px) min(4.6vw, 60px);
    gap: min(3.8vw, 40px);
  }
}
@media (width < 480px) {
  .p-attention-recruit__button--oval {
    padding: min(6.6vw, 60px) min(6.5vw, 40px);
  }
}

.p-attention-recruit__table {
  width: 100%;
  align-items: center;
  gap: min(1.1vw, 21px);
  background: #ffffff;
  padding: min(2.17vw, 19px) min(4.565vw, 40px) min(4.3vw, 46.64px) 40px;
  font-size: clamp(15px, 1.45vw, 20px);
  border-radius: 21px;
}
@media (width < 768px) {
  .p-attention-recruit__table {
    font-size: clamp(12px, 3.58vw, 20px);
    padding: min(4.8vw, 60px) min(4.3vw, 40px) min(4.6vw, 60px);
    gap: min(3.8vw, 40px);
  }
}

.p-attention-recruit__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.p-attention-recruit__hidden {
  overflow: hidden;
}

.p-attention-recruit__content--inner {
  min-height: 0;
  overflow: hidden;
}

.p-attention-recruit__icon--plus-1 {
  position: relative;
  right: 9px;
  bottom: 3px;
  width: 20px;
  height: 20px;
  display: block;
}
@media (width < 768px) {
  .p-attention-recruit__icon--plus-1 {
    bottom: 0px;
  }
}
.p-attention-recruit__icon--plus-1::after, .p-attention-recruit__icon--plus-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: 2px;
  background-color: #1599b8;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.p-attention-recruit__icon--plus-1::after {
  width: 2px;
  height: 112%;
}

.p-attention-recruit__icon--plus-2 {
  position: relative;
  right: 9px;
  width: 20px;
  height: 20px;
  display: block;
}
.p-attention-recruit__icon--plus-2::after, .p-attention-recruit__icon--plus-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112%;
  height: 2px;
  background-color: #1599b8;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.p-attention-recruit__icon--plus-2::after {
  width: 2px;
  height: 112%;
}

.p-attention-recruit__toggle {
  display: none;
}

details[open] .p-attention-recruit__content {
  grid-template-rows: 1fr;
}

details[open] .p-attention-recruit__button--oval .c-p-attention-recruit__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open] .p-attention-recruit__header .p-attention-recruit__icon--plus-1::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open] .p-attention-recruit__button--oval .c-p-attention-recruit__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open] .p-attention-recruit__header .p-attention-recruit__icon--plus-2::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-attention-recruit__th {
  width: 24.1%;
  max-width: 188px;
  min-width: 150px;
  font-weight: 700;
}

.p-attention-recruit__text {
  margin-top: 36.09px;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 500;
}

@media (width < 480px) {
  .p-attention-recruit__column {
    display: block;
  }
}

/* パスワード保護画面のベース */
.p-password-container {
  padding: 10% 5%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 12px;
}

.p-password-icon {
  font-size: 45px;
  margin-bottom: 20px;
}

.p-password-title {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
}

.p-password-text {
  margin-bottom: 30px;
  font-size: 0.75rem;
  line-height: 1.8;
}

/* フォームと入力項目 */
.p-password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.p-password-input {
  padding: 12px 10px;
  width: 100%;
  max-width: 320px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

.p-password-submit {
  padding: 8px;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  border: none;
  font-weight: bold;
  display: inline-block;
  border-radius: 100vw;
}

/* 注釈など */
.p-password-note {
  margin-top: 30px;
  font-size: 13px;
  color: #999;
  border-top: 1px dotted #ccc;
  padding-top: 20px;
}

.p-password-empty {
  text-align: center;
  padding: 80px 0;
  font-weight: bold;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-17 {
  margin-top: 17px;
}

.u-mt-18 {
  margin-top: 18px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-28 {
  margin-top: 28px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-31 {
  margin-top: 31px;
}

.u-mt-33 {
  margin-top: 33px;
}

.u-mt-35 {
  margin-top: 35px;
}

.u-mt-36 {
  margin-top: 36px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-45 {
  margin-top: 45px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-55 {
  margin-top: 55px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-65 {
  margin-top: 65px;
}

.u-mt-72 {
  margin-top: 72px;
}

.u-mt-85 {
  margin-top: 85px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-95 {
  margin-top: 95px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mt-115 {
  margin-top: 115px;
}

.u-mt-fluid-74 {
  margin-top: clamp(64px, 8.9vw, 74px);
}

.u-mt-fluid-80 {
  margin-top: clamp(68px, 9vw, 80px);
}

.u-mt-fluid-95 {
  margin-top: clamp(70px, 11vw, 95px);
}

.u-mt-fluid-100 {
  margin-top: clamp(72px, 11.2vw, 100px);
}

.u-mt-fluid-160 {
  margin-top: clamp(75px, 11.8vw, 116px);
}

.u-mt-fluid-120 {
  margin-top: clamp(88px, 12.9vw, 120px);
}

.u-mr-center {
  margin: 0 auto;
}

.u-mr-7 {
  margin-right: 7px;
}

.u-ml-7 {
  margin-left: 7px;
}
@media (width < 768px) {
  .u-ml-7 {
    margin-left: 0;
  }
}

.u-ml-16--minus {
  margin-left: -16px;
}

.u-ml-20 {
  margin-left: 20px;
}

.ut-mb-16 {
  margin-bottom: 16px;
}

.ut-mb-23 {
  margin-bottom: 23px;
}

.ut-mb-30 {
  margin-bottom: 30px;
}

.u-mb-41 {
  margin-bottom: 41px;
}

.ut-mb-50 {
  margin-bottom: 50px;
}

.ut-mb-52 {
  margin-bottom: 52px;
}

.ut-mb-72 {
  margin-bottom: 72px;
}

.u-mb-fluid-100 {
  margin-bottom: clamp(72px, 11.2vw, 100px);
}

.u-mb-fluid-155 {
  margin-bottom: clamp(90px, 15.8vw, 155px);
}

.u-mb-178 {
  margin-bottom: 178px;
}

.u-mb-202 {
  margin-bottom: 202px;
}

.u-mb-210 {
  margin-bottom: 210px;
}

.u-pt-2 {
  padding-top: 2px;
}

.u-pt-3 {
  padding-top: 3px;
}

.u-pt-4 {
  padding-top: 3px;
}

.u-pt-5 {
  padding-top: 5px;
}

.u-pt-7 {
  padding-top: 7px;
}

.u-pt-8 {
  padding-top: 8px;
}

.u-pt-13 {
  padding-top: 13px;
}

.u-pt-15 {
  padding-top: 15px;
}

.u-pt-16 {
  padding-top: 16px;
}

.u-pt-17 {
  padding-top: 17px;
}

.u-pt-18 {
  padding-top: 18px;
}

.u-pt-19 {
  padding-top: 19px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pt-25 {
  padding-top: 25px;
}

.u-pt-28 {
  padding-top: 28px;
}

.u-pt-32 {
  padding-top: 32px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pb-1 {
  padding-bottom: 1px;
}

.u-pb-16 {
  padding-bottom: 16px;
}

.u-pb-17 {
  padding-bottom: 17px;
}

.u-pb-18 {
  padding-bottom: 18px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pb-47 {
  padding-bottom: 47px;
}

.u-pl-0 {
  padding-left: 0;
}

.u-pl-16 {
  padding-left: 16px;
}

.u-pc {
  display: block;
}

.u-tab,
.u-sp,
.u-block-tab {
  display: none;
}

@media (480px <= width) and (width < 768px) {
  .u-pc {
    display: none;
  }
  .u-tab {
    display: block;
  }
}
@media (width < 768px) {
  .u-block-tab {
    display: block;
  }
}
@media (width < 480px) {
  .u-pc,
  .u-tab {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.u-only-570 {
  display: block;
}
@media (width < 570px) {
  .u-only-570 {
    display: none;
  }
}

.u-only-1140 {
  display: block;
}
@media (width < 1140px) {
  .u-only-1140 {
    display: none;
  }
}

.u-only-1120 {
  display: block;
}
@media (width < 1120px) {
  .u-only-1120 {
    display: none;
  }
}

.u-only-1210 {
  display: block;
}
@media (width < 1210px) {
  .u-only-1210 {
    display: none;
  }
}

.u-only-1059 {
  display: none;
}
@media (width < 1059px) {
  .u-only-1059 {
    display: block;
  }
}
@media (width < 1059px) and (width < 768px) {
  .u-only-1059 {
    display: none;
  }
}

.u-block-985 {
  display: none;
}
@media (width < 985px) {
  .u-block-985 {
    display: block;
  }
}

.u-block-904 {
  display: none;
}
@media (width < 904px) {
  .u-block-904 {
    display: block;
  }
}

.u-block-835 {
  display: none;
}
@media (width < 835px) {
  .u-block-835 {
    display: block;
  }
}

.u-block-673 {
  display: none;
}
@media (width < 673px) {
  .u-block-673 {
    display: block;
  }
}

.u-block-575 {
  display: none;
}
@media (width < 575px) {
  .u-block-575 {
    display: block;
  }
}

.u-block-490 {
  display: none;
}
@media (width < 490px) {
  .u-block-490 {
    display: block;
  }
}

.u-block-400 {
  display: none;
}
@media (width < 400px) {
  .u-block-400 {
    display: block;
  }
}

.u-block-350 {
  display: none;
}
@media (width < 400px) {
  .u-block-350 {
    display: block;
  }
}

.u-list-none {
  padding-left: 0;
}
.u-list-none li::before {
  display: none;
}

.u-font__size--18 {
  font-size: 18px;
}

.u-font__size--20 {
  font-size: 20px;
}

.u-fz-21 {
  font-size: clamp(1rem, -0.116rem + 1.786vw, 1.313rem); /* min: 16px, max: 21px */
  font-weight: bold;
}

.u-fz-26 {
  font-size: clamp(1.1rem, -1.252rem + 4.216vw, 2.25rem);
  font-weight: bold;
}

.u-font__weight--bold {
  font-weight: 700;
}

.u-font__weight--medium {
  font-weight: 500;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-font__color--gray {
  color: #20282e;
}

.u-font__color--black {
  color: #000000;
}

.u-font__color--black-dark {
  color: #020202;
}

.u-font__color-text-gray-dark02 {
  color: #101010;
}

.u-font__color--green-cyan {
  color: #1599b8;
}

.u-font__color--green-dark03 {
  color: #2aaa6a;
}

.u-border-radius--10 {
  width: 100%;
  border-radius: 10px !important;
  object-fit: cover;
}

.u-border-radius--11 {
  width: 100%;
  border-radius: 11px !important;
  object-fit: cover;
}

.u-border-radius--13 {
  width: 100%;
  border-radius: 13px !important;
  object-fit: cover;
}

.u-border-radius--15 {
  width: 100%;
  border-radius: 15px !important;
  object-fit: cover;
}

.u-border-radius--25 {
  border-radius: 25px !important;
}

.u-lineheight-23 {
  line-height: 23px;
}

.u-lineheight-30 {
  line-height: 30px;
}

.u-width__100 {
  width: 100%;
}

@media (width < 768px) {
  .u-width__88 {
    width: 88%;
  }
}

.u-border--cyan {
  border: solid 1px #1599b8;
}

.u-border--green-dark03 {
  border: solid 1px #2aaa6a;
}

.u-border__top-bottom--brown {
  border-top: solid 1px #eae0d0;
  border-bottom: solid 1px #eae0d0;
}

.u-border__bottom--brown {
  border-bottom: solid 1px #eae0d0;
}

.u-position__bottom--minus2::after {
  bottom: -2px;
}

.u-link__color--cyan-light {
  color: #0089ff;
  cursor: pointer;
}

.u-link__underline a {
  text-decoration: underline;
  font-weight: 500;
  color: #107f98;
}
.u-link__underline a:visited {
  color: #77669c;
}
.u-link__underline a:hover {
  color: #1599b8;
}
.u-link__underline a:focus-visible {
  color: #4447ff;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.football-hp{
  max-width: 1440px;
  margin: 0 auto;
}
.p-top-department-food__button{
  margin-inline: auto;
}

/* 緑色ボタン（サッカー部公式HPなど）
.p-life-club-sns-button--link-green {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.p-life-club-sns-button--link-green:hover,
.p-life-club-sns-button--link-green:focus {
  background-color: #fff !important;
  border-color: #29ab6a !important;
  color: #29ab6a !important;
} */

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


/* -----------------------------------------------------------
    2026.03 追記
----------------------------------------------------------- */

.p-attention-detail__content img {
  aspect-ratio: auto !important;
}

.p-life-club-fv .p-introduction__text{
  text-align: right;
  font-size: 0.9375rem;
  font-weight: normal;
}