@charset "UTF-8";
:root {
  --font-honbun: 1rem;
  --font-titel: 1.375rem;
  --font-button: 1.125rem;
  --font-point: 1.5rem;
  --font-titel-s: 1.25rem;
  --font-titel-ss: 1.125rem;
  --font-titel-l: 2.5rem;
  --font-titel-m: 1.5rem;
}

@media screen and (min-width: 767px) {
  :root {
    --font-honbun: clamp(1.25rem, 1.042rem + 0.43vw, 1.563rem);
    --font-titel: clamp(2.188rem, 1.646rem + 1.13vw, 3rem);
    --font-button: clamp(1.688rem, 1.396rem + 0.61vw, 2.125rem);
    --font-point: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    --font-titel-s: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    --font-titel-ss: clamp(1.5rem, 1.25rem + 0.52vw, 1.875rem);
    --font-titel-l: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    --font-titel-m: clamp(2.5rem, 2.083rem + 0.87vw, 3.125rem);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

p,
span,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
label,
td,
th {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.c-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.c-star-item, .c-list--star > li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #000000;
  line-height: 2;
  max-width: 1200px;
  width: 90%;
}
.c-star-item::before, .c-list--star > li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 25px;
  margin-top: 0.45em;
}
@media (max-width: 767px) {
  .c-star-item::before, .c-list--star > li::before {
    width: 1em;
    height: 1em;
  }
}
@media screen and (min-width: 640px) {
  .c-star-item::before, .c-list--star > li::before {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .c-star-item::before, .c-list--star > li::before {
    margin-top: 0.45em;
  }
}
.c-star-item::before, .c-list--star > li::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.452 1.301c.851-1.735 2.244-1.735 3.095 0l1.446 2.949c.851 1.735 3.105 3.382 5.008 3.66l3.235.474c1.903.278 2.334 1.61 1.956 2.961l-2.341 2.296c-1.377 1.35-2.238 4.015-1.913 5.923l.553 3.24c.325 1.907-.802 2.731-2.504 1.83l-2.893-1.53c-1.702-.9-4.488-.9-6.19 0l-2.893 1.53c-1.702.9-2.829.076-2.504-1.83l.552-3.24c.326-1.908-.536-4.573-1.913-5.923L.807 11.345c-1.377-1.35-.947-2.683.956-2.961l3.235-.473c1.903-.278 4.157-1.925 5.008-3.66l1.446-2.95Z' fill='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='b' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.0913 5.36187) scale(17.1326 17.2366)'%3E%3Cstop offset='.08' stop-color='%23FFF494'/%3E%3Cstop offset='.53' stop-color='%23FFEA2C'/%3E%3Cstop offset='.75' stop-color='%23FFE600'/%3E%3Cstop offset='1' stop-color='%23FFCB00'/%3E%3C/radialGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-star-item--pink::before {
  background-image: url("../images/star_icon-pink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-star-item a, .c-list--star > li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.c-star-item a:hover, .c-list--star > li a:hover {
  color: #00A4FF;
}

.c-form-wrap .c-star-item, .c-form-wrap .c-list--star > li {
  width: 100%;
}

.c-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: var(--font-honbun);
}
.c-table__row {
  background-color: #ffffff;
  border-top: 1.5px solid #00A4FF;
  border-bottom: 1.5px solid #00A4FF;
}
.c-table__row:first-child {
  border-top: 1.5px solid #00A4FF;
}
.c-table__th, .c-table__td {
  padding: 1rem 0.5rem;
  text-align: left;
  vertical-align: top;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .c-table__th, .c-table__td {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 767px) {
  .c-table__th, .c-table__td {
    padding: 2rem 2rem;
  }
}
.c-table__th p, .c-table__td p {
  margin-bottom: 0.25rem;
}
.c-table__th p:last-child, .c-table__td p:last-child {
  margin-bottom: 0;
}
.c-table__th {
  width: 35%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-table__th {
    width: 30%;
  }
}
@media screen and (min-width: 640px) {
  .c-table__th {
    width: 30%;
  }
}
@media screen and (min-width: 767px) {
  .c-table__th {
    width: 25%;
  }
}
.c-table__yellow .c-table__row {
  border-top: 1.5px solid #FFAD00;
  border-bottom: 1.5px solid #FFAD00;
}
.c-table__yellow .c-table__row:first-child {
  border-top: 1.5px solid #FFAD00;
}

.c-table__green .c-table__row {
  border-top: 1.5px solid #8EDB53;
  border-bottom: 1.5px solid #8EDB53;
}
.c-table__green .c-table__row:first-child {
  border-top: 1.5px solid #8EDB53;
}

.c-table__orange .c-table__row {
  border-top: 1.5px solid #FF5514;
  border-bottom: 1.5px solid #FF5514;
}
.c-table__orange .c-table__row:first-child {
  border-top: 1.5px solid #FF5514;
}

.c-grade-table-wrap {
  overflow-x: auto;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 1200px;
}

.c-grade-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: var(--font-honbun);
}
.c-grade-table thead tr {
  background-color: #FFFAE8;
  border-bottom: 1.5px solid #FFAD00;
  border-top: 1.5px solid #FFAD00;
}
.c-grade-table thead tr th {
  padding: 1.2rem 1rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: #1d1b20;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.c-grade-table tbody tr {
  border-bottom: 1.5px solid #FFAD00;
  background-color: #FFF;
}
.c-grade-table tbody tr td {
  padding: 1.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  color: #1d1b20;
}
.c-grade-table tbody th {
  background-color: #FFFAE8;
  font-weight: 400;
}
.c-grade-table__year--blue {
  color: #00A4FF;
}
.c-grade-table__year--orange {
  color: #FF5514;
}
.c-grade-table__date--blue, .c-grade-table__date--orange {
  display: block;
  line-height: 1.8;
}
.c-grade-table__date--blue {
  color: #00A4FF;
}
.c-grade-table__date--orange {
  color: #FF5514;
}

.c-grade-dl-wrap {
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .c-grade-dl-wrap {
    width: 100%;
  }
}

.c-grade-dl {
  width: 100%;
  display: flex;
  border-top: 1.5px solid #FFAD00;
  margin-right: auto;
}
.c-grade-dl:last-of-type {
  border-bottom: 1.5px solid #FFAD00;
}
.c-grade-dl dt {
  min-width: 250px;
  background: #FFFAE8;
  padding: 1.2rem 1.5rem;
}
@media (max-width: 768px) {
  .c-grade-dl dt {
    min-width: 80px;
  }
}
.c-grade-dl dd {
  flex: 1;
  background: #FFF;
  padding: 1.2rem 1.5rem;
  min-width: 440px;
}
@media (max-width: 768px) {
  .c-grade-dl dd {
    min-width: 0;
  }
}

.c-section-banner {
  width: 100%;
  background-image: url(../images/bg_title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #00A4FF;
  padding: 2rem 1rem;
  text-align: center;
  margin: 100px 0 50px;
}
@media (max-width: 767px) {
  .c-section-banner {
    margin: 50px 0;
    padding: 0.5rem 0;
  }
}
.c-section-banner__inner {
  width: fit-content;
  margin: 0 auto;
}
.c-section-banner__text {
  color: #ffffff;
  font-family: "Noto Serif JP";
  font-size: var(--font-titel);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 4.8px;
}
@media (max-width: 767px) {
  .c-section-banner__text {
    letter-spacing: 0;
  }
}
.c-section-banner--blue {
  background-color: #3aa6d8;
}
.c-section-banner--light-blue {
  background-color: #A3D8F4;
}
.c-section-banner--light-blue .c-section-banner__text {
  color: #333;
  font-size: 1rem;
  text-align: left;
  line-height: 1.8;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .c-section-banner--light-blue .c-section-banner__text {
    font-size: 1.125rem;
  }
}
.c-section-banner--orange {
  background-color: #FF5514;
}
.c-section-banner--yellow {
  background-color: #FFAD00;
}
.c-section-banner--green {
  background-color: #8EDB53;
}
.c-section-banner--pink {
  background-color: #FF275E;
}

.c-form-wrap {
  width: 95%;
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.c-form-wrap--last {
  margin-top: 2rem;
}
.c-form-wrap__border {
  width: 95%;
  max-width: 1200px;
  border-radius: 20px;
  border: 10px solid #00A4FF;
  background: #FFF;
  padding: 2rem;
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .c-form-wrap__border {
    border: 5px solid #00A4FF;
    padding: 30px 1rem;
  }
}
.c-form-wrap__border-yellow {
  border: 10px solid #FFAD00;
}
@media (max-width: 768px) {
  .c-form-wrap__border-yellow {
    border: 5px solid #FFAD00;
  }
}
.c-form-wrap__border-pink {
  border: 10px solid #FF275E;
}
@media (max-width: 768px) {
  .c-form-wrap__border-pink {
    border: 5px solid #FF275E;
  }
}
.c-form-wrap__border-green {
  border: 10px solid #8EDB53;
}
@media (max-width: 768px) {
  .c-form-wrap__border-green {
    border: 5px solid #8EDB53;
  }
}
.c-form-wrap__border .c-star-item {
  width: 100%;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .c-form {
    gap: 3rem;
  }
}
.c-form__group {
  margin: 1em 0 2em;
  padding: 0;
}
.c-form__group:last-child {
  margin-bottom: 0;
}
.c-form__group--flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 767px) {
  .c-form__group--flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
.c-form__label-col {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .c-form__label-col {
    flex-shrink: 0;
    width: 25%;
    max-width: 300px;
  }
}
.c-form__input-col {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-form__input-col--split {
  flex-direction: row;
  gap: 1rem;
}
.c-form__input-col--split .c-form__input {
  width: 100%;
  font-size: var(--font-honbun);
}
@media screen and (min-width: 767px) {
  .c-form__input-col--short {
    max-width: 300px;
  }
}
.c-form__input-col--date {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.c-form__input-col--date br {
  display: none;
}
.c-form__input-col--date .wpcf7-form-control-wrap {
  position: relative;
}
.c-form__input-col--date .wpcf7-not-valid-tip {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: auto !important;
  white-space: nowrap !important;
  margin-top: 4px !important;
}
.c-form__input-col--date .c-form__select {
  width: fit-content;
  padding: 0.5rem 2em;
  font-size: var(--font-honbun);
}
@media (max-width: 767px) {
  .c-form__input-col--date .c-form__select {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.c-form__label {
  display: flex;
  align-items: center;
  color: #00A4FF;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-form__label-text {
  max-width: 160px;
}
.c-form__label-text--sub {
  font-size: 0.8em;
}
.c-form__req {
  background-color: #FFAD00;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  width: 49px;
  border-radius: 999px;
  margin-left: 0.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  margin-top: 1em;
}
.c-form__input, .c-form__select {
  width: 100%;
  border: 1px solid #00A4FF;
  border-radius: 999px;
  background-color: #ffffff;
  padding: 0.5rem 2em;
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  font-size: var(--font-honbun);
}
.c-form__input:focus, .c-form__select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 164, 255, 0.2);
}
.c-form__input::placeholder, .c-form__select::placeholder {
  color: #aaa;
}
.c-form__select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2300A3FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  font-size: var(--font-honbun);
  cursor: pointer;
}
.c-form__textarea {
  width: 100%;
  border: 1px solid #00A4FF;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  resize: vertical;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.c-form__textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 164, 255, 0.2);
}
.c-form__radios, .c-form__checks {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.c-form__radios--col, .c-form__checks--col {
  flex-direction: column;
  gap: 0.75rem;
}
.c-form__radios--col .wpcf7-form-control-wrap,
.c-form__radios--col .wpcf7-radio,
.c-form__radios--col .wpcf7-checkbox, .c-form__checks--col .wpcf7-form-control-wrap,
.c-form__checks--col .wpcf7-radio,
.c-form__checks--col .wpcf7-checkbox {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: 100%;
}
.c-form__radios--inline, .c-form__checks--inline {
  flex-direction: row;
  gap: 2rem;
}
.c-form__radios--inline .wpcf7-form-control-wrap,
.c-form__radios--inline .wpcf7-radio,
.c-form__radios--inline .wpcf7-checkbox, .c-form__checks--inline .wpcf7-form-control-wrap,
.c-form__checks--inline .wpcf7-radio,
.c-form__checks--inline .wpcf7-checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 2rem !important;
  flex-wrap: wrap !important;
  width: 100%;
}
.c-form__radios--grid, .c-form__checks--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 767px) {
  .c-form__radios--grid, .c-form__checks--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-form__radio, .c-form__check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  color: #000000;
  line-height: 1.5;
}
.c-form__radio input, .c-form__check input {
  margin-top: 1em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-form__radio input, .c-form__check input {
    margin-top: 0.5em;
  }
}
.c-form .wpcf7-radio,
.c-form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
  flex-direction: inherit;
}
.c-form .wpcf7-list-item {
  margin: 0;
  display: block;
}
.c-form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  color: #000000;
  line-height: 1.5;
}
.c-form .wpcf7-list-item label input {
  margin-top: 1em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-form .wpcf7-list-item label input {
    margin-top: 0.5em;
  }
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  color: #FF5A5A !important;
  margin-top: 0.5rem !important;
  display: block !important;
  width: 100% !important;
}
.c-form .wpcf7-response-output {
  background-color: #fff4f4 !important;
  border: 2px solid #FF5A5A !important;
  border-radius: 8px !important;
  color: #FF5A5A !important;
  padding: 1rem !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin: 0 auto !important;
  width: 90%;
}
.c-form__note {
  font-size: 1rem;
}
.c-form__notes {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-form__submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.c-form__submit-wrap p {
  width: fit-content;
}
.c-form__intro {
  margin-bottom: 2rem;
}
.c-form__intro p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.c-form__intro p:last-child {
  margin-bottom: 0;
}
.c-form__alert {
  color: #FF5A5A;
  font-weight: 500;
}
.c-form__select--time {
  width: auto !important;
  min-width: 100px;
}
.c-form__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  text-decoration: none;
  background-color: #00A4FF;
  color: #ffffff;
  font-size: var(--font-button);
  font-weight: 700;
  padding: 1rem 3.9em;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: fit-content;
  letter-spacing: 0.2em;
}
.c-form__submit-btn:hover {
  background-color: rgb(0, 130.4, 204);
  transform: translateY(-2px);
}

.wpcf7 {
  width: 100%;
  overflow-x: hidden;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.c-title {
  font-size: var(--font-titel-ss);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.3;
  color: #00A4FF;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 1em;
}
.c-title__icon {
  font-family: "Noto Serif JP", serif;
  color: #00A4FF;
  font-size: var(--font-titel);
  font-style: normal;
  font-weight: 700;
  line-height: 225%;
  letter-spacing: 4px;
  padding-left: 1.4em;
  position: relative;
  width: 100%;
}
.c-title__icon-40 {
  font-size: var(--font-titel-s);
  line-height: 1.3;
}
.c-title__icon::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.2em;
  aspect-ratio: 49/43;
  background-image: url("../images/title_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-title__30 {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: var(--font-titel-ss);
  line-height: 1.3;
  letter-spacing: 1px;
}
.c-title__b {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: var(--font-honbun);
  line-height: 2;
  letter-spacing: 2.5px;
  color: #000000;
}
.c-title__bg {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: var(--font-titel-s);
  line-height: 2;
  letter-spacing: 2.5px;
  color: #fff;
  background-color: #00A4FF;
  border-radius: 9999px;
  padding: 0 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}
.c-title__bg--pink {
  background-color: #FF275E;
}
.c-title__bg--green {
  background-color: #8EDB53;
}
.c-title__bg--yellow {
  background-color: #FFAD00;
}
.c-title__underline {
  text-align: left;
  color: #4585DF;
  border-bottom: solid 1px #00A4FF;
  margin-bottom: 0;
  padding: 0.3em 0;
}
.c-title__underline-orange {
  text-align: left;
  color: #FF5514;
  border-bottom: solid 1px #FF5514;
  margin-bottom: 0;
  padding: 0.3em 0;
}
.c-title__section-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c-title__section-wrap {
    margin-bottom: 20px;
  }
}
.c-title__section {
  display: block;
  color: #00A4FF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: var(--font-titel-l);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 12px;
  text-shadow: -10px 0px 0 #fff, -9px -4px 0 #fff, -9px -3px 0 #fff, -9px -2px 0 #fff, -9px -1px 0 #fff, -9px 0px 0 #fff, -9px 1px 0 #fff, -9px 2px 0 #fff, -9px 3px 0 #fff, -9px 4px 0 #fff, -8px -6px 0 #fff, -8px -5px 0 #fff, -8px -4px 0 #fff, -8px -3px 0 #fff, -8px -2px 0 #fff, -8px -1px 0 #fff, -8px 0px 0 #fff, -8px 1px 0 #fff, -8px 2px 0 #fff, -8px 3px 0 #fff, -8px 4px 0 #fff, -8px 5px 0 #fff, -8px 6px 0 #fff, -7px -7px 0 #fff, -7px -6px 0 #fff, -7px -5px 0 #fff, -7px -4px 0 #fff, -7px -3px 0 #fff, -7px -2px 0 #fff, -7px -1px 0 #fff, -7px 0px 0 #fff, -7px 1px 0 #fff, -7px 2px 0 #fff, -7px 3px 0 #fff, -7px 4px 0 #fff, -7px 5px 0 #fff, -7px 6px 0 #fff, -7px 7px 0 #fff, -6px -8px 0 #fff, -6px -7px 0 #fff, -6px -6px 0 #fff, -6px -5px 0 #fff, -6px -4px 0 #fff, -6px -3px 0 #fff, -6px -2px 0 #fff, -6px -1px 0 #fff, -6px 0px 0 #fff, -6px 1px 0 #fff, -6px 2px 0 #fff, -6px 3px 0 #fff, -6px 4px 0 #fff, -6px 5px 0 #fff, -6px 6px 0 #fff, -6px 7px 0 #fff, -6px 8px 0 #fff, -5px -8px 0 #fff, -5px -7px 0 #fff, -5px -6px 0 #fff, -5px -5px 0 #fff, -5px -4px 0 #fff, -5px -3px 0 #fff, -5px -2px 0 #fff, -5px -1px 0 #fff, -5px 0px 0 #fff, -5px 1px 0 #fff, -5px 2px 0 #fff, -5px 3px 0 #fff, -5px 4px 0 #fff, -5px 5px 0 #fff, -5px 6px 0 #fff, -5px 7px 0 #fff, -5px 8px 0 #fff, -4px -9px 0 #fff, -4px -8px 0 #fff, -4px -7px 0 #fff, -4px -6px 0 #fff, -4px -5px 0 #fff, -4px -4px 0 #fff, -4px -3px 0 #fff, -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0px 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -4px 3px 0 #fff, -4px 4px 0 #fff, -4px 5px 0 #fff, -4px 6px 0 #fff, -4px 7px 0 #fff, -4px 8px 0 #fff, -4px 9px 0 #fff, -3px -9px 0 #fff, -3px -8px 0 #fff, -3px -7px 0 #fff, -3px -6px 0 #fff, -3px -5px 0 #fff, -3px -4px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -3px 4px 0 #fff, -3px 5px 0 #fff, -3px 6px 0 #fff, -3px 7px 0 #fff, -3px 8px 0 #fff, -3px 9px 0 #fff, -2px -9px 0 #fff, -2px -8px 0 #fff, -2px -7px 0 #fff, -2px -6px 0 #fff, -2px -5px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -2px 5px 0 #fff, -2px 6px 0 #fff, -2px 7px 0 #fff, -2px 8px 0 #fff, -2px 9px 0 #fff, -1px -9px 0 #fff, -1px -8px 0 #fff, -1px -7px 0 #fff, -1px -6px 0 #fff, -1px -5px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, -1px 5px 0 #fff, -1px 6px 0 #fff, -1px 7px 0 #fff, -1px 8px 0 #fff, -1px 9px 0 #fff, 0px -10px 0 #fff, 0px -9px 0 #fff, 0px -8px 0 #fff, 0px -7px 0 #fff, 0px -6px 0 #fff, 0px -5px 0 #fff, 0px -4px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 0px 4px 0 #fff, 0px 5px 0 #fff, 0px 6px 0 #fff, 0px 7px 0 #fff, 0px 8px 0 #fff, 0px 9px 0 #fff, 0px 10px 0 #fff, 1px -9px 0 #fff, 1px -8px 0 #fff, 1px -7px 0 #fff, 1px -6px 0 #fff, 1px -5px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 1px 5px 0 #fff, 1px 6px 0 #fff, 1px 7px 0 #fff, 1px 8px 0 #fff, 1px 9px 0 #fff, 2px -9px 0 #fff, 2px -8px 0 #fff, 2px -7px 0 #fff, 2px -6px 0 #fff, 2px -5px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 2px 5px 0 #fff, 2px 6px 0 #fff, 2px 7px 0 #fff, 2px 8px 0 #fff, 2px 9px 0 #fff, 3px -9px 0 #fff, 3px -8px 0 #fff, 3px -7px 0 #fff, 3px -6px 0 #fff, 3px -5px 0 #fff, 3px -4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 3px 4px 0 #fff, 3px 5px 0 #fff, 3px 6px 0 #fff, 3px 7px 0 #fff, 3px 8px 0 #fff, 3px 9px 0 #fff, 4px -9px 0 #fff, 4px -8px 0 #fff, 4px -7px 0 #fff, 4px -6px 0 #fff, 4px -5px 0 #fff, 4px -4px 0 #fff, 4px -3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0px 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff, 4px 3px 0 #fff, 4px 4px 0 #fff, 4px 5px 0 #fff, 4px 6px 0 #fff, 4px 7px 0 #fff, 4px 8px 0 #fff, 4px 9px 0 #fff, 5px -8px 0 #fff, 5px -7px 0 #fff, 5px -6px 0 #fff, 5px -5px 0 #fff, 5px -4px 0 #fff, 5px -3px 0 #fff, 5px -2px 0 #fff, 5px -1px 0 #fff, 5px 0px 0 #fff, 5px 1px 0 #fff, 5px 2px 0 #fff, 5px 3px 0 #fff, 5px 4px 0 #fff, 5px 5px 0 #fff, 5px 6px 0 #fff, 5px 7px 0 #fff, 5px 8px 0 #fff, 6px -8px 0 #fff, 6px -7px 0 #fff, 6px -6px 0 #fff, 6px -5px 0 #fff, 6px -4px 0 #fff, 6px -3px 0 #fff, 6px -2px 0 #fff, 6px -1px 0 #fff, 6px 0px 0 #fff, 6px 1px 0 #fff, 6px 2px 0 #fff, 6px 3px 0 #fff, 6px 4px 0 #fff, 6px 5px 0 #fff, 6px 6px 0 #fff, 6px 7px 0 #fff, 6px 8px 0 #fff, 7px -7px 0 #fff, 7px -6px 0 #fff, 7px -5px 0 #fff, 7px -4px 0 #fff, 7px -3px 0 #fff, 7px -2px 0 #fff, 7px -1px 0 #fff, 7px 0px 0 #fff, 7px 1px 0 #fff, 7px 2px 0 #fff, 7px 3px 0 #fff, 7px 4px 0 #fff, 7px 5px 0 #fff, 7px 6px 0 #fff, 7px 7px 0 #fff, 8px -6px 0 #fff, 8px -5px 0 #fff, 8px -4px 0 #fff, 8px -3px 0 #fff, 8px -2px 0 #fff, 8px -1px 0 #fff, 8px 0px 0 #fff, 8px 1px 0 #fff, 8px 2px 0 #fff, 8px 3px 0 #fff, 8px 4px 0 #fff, 8px 5px 0 #fff, 8px 6px 0 #fff, 9px -4px 0 #fff, 9px -3px 0 #fff, 9px -2px 0 #fff, 9px -1px 0 #fff, 9px 0px 0 #fff, 9px 1px 0 #fff, 9px 2px 0 #fff, 9px 3px 0 #fff, 9px 4px 0 #fff, 10px 0px 0 #fff;
}
@media (max-width: 768px) {
  .c-title__section {
    letter-spacing: 0;
    text-shadow: -5px 0px 0 #fff, -4px -3px 0 #fff, -4px -2px 0 #fff, -4px -1px 0 #fff, -4px 0px 0 #fff, -4px 1px 0 #fff, -4px 2px 0 #fff, -4px 3px 0 #fff, -3px -4px 0 #fff, -3px -3px 0 #fff, -3px -2px 0 #fff, -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -3px 2px 0 #fff, -3px 3px 0 #fff, -3px 4px 0 #fff, -2px -4px 0 #fff, -2px -3px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -2px 3px 0 #fff, -2px 4px 0 #fff, -1px -4px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, -1px 4px 0 #fff, 0px -5px 0 #fff, 0px -4px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 0px 4px 0 #fff, 0px 5px 0 #fff, 1px -4px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 1px 4px 0 #fff, 2px -4px 0 #fff, 2px -3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 2px 3px 0 #fff, 2px 4px 0 #fff, 3px -4px 0 #fff, 3px -3px 0 #fff, 3px -2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff, 3px 2px 0 #fff, 3px 3px 0 #fff, 3px 4px 0 #fff, 4px -3px 0 #fff, 4px -2px 0 #fff, 4px -1px 0 #fff, 4px 0px 0 #fff, 4px 1px 0 #fff, 4px 2px 0 #fff, 4px 3px 0 #fff, 5px 0px 0 #fff;
  }
}
.c-title__section--yellow {
  color: #FFAD00;
}
.c-title__section--orange {
  color: #FF5514;
}
.c-title__section-ja {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: var(--font-honbun);
  font-weight: 400;
  color: #1d1b20;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-text-stroke-width: 0;
}

.c-button__wrap {
  margin: 2em 0;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  text-decoration: none;
  background-color: #00A4FF;
  color: #ffffff;
  font-size: var(--font-titel-ss);
  font-weight: 500;
  padding: 1rem 3.9em;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: fit-content;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .c-button {
    padding: 1rem 2em;
  }
}
.c-button:hover {
  background-color: rgb(51, 181.4, 255);
  transform: translateY(-2px);
}
.c-button--yellow {
  background-color: #FFAD00;
}
.c-button--yellow:hover {
  background-color: rgb(255, 189.4, 51);
  transform: translateY(-2px);
}
.c-button--orange {
  background-color: #FF5514;
}
.c-button--orange:hover {
  background-color: rgb(255, 121.8936170213, 71);
  transform: translateY(-2px);
}
.c-button--green {
  background-color: #8EDB53;
}
.c-button--green:hover {
  background-color: rgb(169.7067307692, 227.8269230769, 125.1730769231);
  transform: translateY(-2px);
}
.c-button--pink {
  background-color: #FF275E;
}
.c-button--pink:hover {
  background-color: rgb(255, 90, 132.0138888889);
  transform: translateY(-2px);
}
.c-button--navy {
  background-color: #4585DF;
}
.c-button--navy:hover {
  background-color: rgb(112.5137614679, 161.5412844037, 230.4862385321);
  transform: translateY(-2px);
}
.c-button--white {
  background-color: #ffffff;
  color: #00A4FF;
  padding: 1.5rem 3.9em;
}
@media (max-width: 768px) {
  .c-button--white {
    padding-right: 2.5em;
    padding-left: 0.5em;
  }
}
.c-button--white:hover {
  background-color: hsl(0, 0%, 110%);
  transform: translateY(-2px);
}
.c-button--arrow {
  position: relative;
  padding-right: 4.5em;
}
@media (max-width: 768px) {
  .c-button--arrow {
    padding-right: 2.5em;
  }
}
.c-button--arrow::after {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  background-image: url("../images/button_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-button--arrow::after {
    width: 30px;
    height: 30px;
    right: 0.5em;
  }
}
.c-button--arrow--white {
  position: relative;
  padding-right: 4.5em;
}
@media (max-width: 768px) {
  .c-button--arrow--white {
    padding-right: 2.5em;
  }
}
.c-button--arrow--white::after {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  background-image: url("../images/button_arrow_container.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-button--arrow--white::after {
    width: 30px;
    height: 30px;
    right: 0.5em;
  }
}

.c-floating-button {
  position: fixed;
  bottom: 4rem;
  left: 3rem;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  max-width: min(30vw, 450px);
}
.c-floating-button img {
  width: 100%;
  height: auto;
  display: block;
}
.c-floating-button:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .c-floating-button {
    max-width: 50%;
    bottom: 2rem;
    left: 1.5rem;
  }
}

.c-availability {
  margin: 0 0 2rem;
  width: 100%;
}
.c-availability__title {
  font-size: var(--font-honbun);
  color: #1d1b20;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-availability__title {
    font-size: 14px;
  }
}
.c-availability__wrap {
  overflow-x: auto;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.c-availability__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}
.c-availability__table thead th {
  padding: 0.75rem 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  background-color: rgba(0, 164, 255, 0.15);
  color: #1d1b20;
  white-space: nowrap;
}
.c-availability__table thead th:first-child {
  background-color: #00A4FF;
  color: #ffffff;
}
.c-availability__table tbody td {
  padding: 0.875rem 1rem;
  text-align: center;
  vertical-align: middle;
  background-color: #FFE5AF;
}
.c-availability__table tbody th {
  padding: 0.875rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.c-availability__label {
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  min-width: 6rem;
}
.c-availability__label--blue {
  background-color: #00A4FF;
}
.c-availability__label--orange {
  background-color: #FFAD00;
}
.c-availability__label--red {
  background-color: #FF5514;
}
.c-availability__dot {
  display: inline-block;
  vertical-align: middle;
}
.c-availability__dot--circle {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #FF275E;
}
@media (max-width: 767px) {
  .c-availability__dot--circle {
    width: 1rem;
    height: 1rem;
  }
}
.c-availability__dot--triangle {
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 1.2rem solid #00A4FF;
}
@media (max-width: 767px) {
  .c-availability__dot--triangle {
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 1rem solid #00A4FF;
  }
}
.c-availability__dot--cross {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}
@media (max-width: 767px) {
  .c-availability__dot--cross {
    width: 1rem;
    height: 1rem;
  }
}
.c-availability__dot--cross::before, .c-availability__dot--cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #4b5563;
  border-radius: 2px;
}
.c-availability__dot--cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-availability__dot--cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-availability__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 0.75rem;
  list-style: none;
  padding: 0;
}
.c-availability__legend li {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #4b5563;
}

.c-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 95%;
  max-width: 1200px;
}
.c-accordion__item {
  display: block;
  border-top: 1.5px solid rgba(0, 164, 255, 0.35);
  border-bottom: 1.5px solid rgba(0, 164, 255, 0.35);
  width: 100%;
  max-width: 1200px;
  margin-bottom: 1.5rem;
}
.c-accordion__item[open] .c-accordion__icon {
  transform: rotate(180deg);
}
.c-accordion__item[open] .c-accordion__body {
  grid-template-rows: 1fr;
}
.c-accordion__trigger {
  width: 100%;
  background-color: #E8F8FF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  text-align: left;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: var(--font-honbun);
  font-weight: 400;
  color: #1d1b20;
  transition: background-color 0.2s ease;
  list-style: none;
}
.c-accordion__trigger::-webkit-details-marker {
  display: none;
}
.c-accordion__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2300A4FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.c-accordion__body.is-open {
  grid-template-rows: 1fr;
}
.c-accordion__body-inner {
  overflow: hidden;
}
.c-accordion__content {
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 164, 255, 0.2);
  padding: 1.25rem 1.5rem 1.5rem;
}
.c-accordion__school {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .c-accordion__school {
    gap: 2rem;
  }
}
.c-accordion__school-label {
  flex-shrink: 0;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: var(--font-honbun);
  font-weight: 400;
  color: #1d1b20;
  padding-top: 0.1em;
  min-width: 5em;
  width: 20%;
}
.c-accordion__school-list {
  width: 100%;
}

.c-faq {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .c-faq {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px) {
  .c-faq {
    gap: 2rem;
  }
}
.c-faq .c-button {
  font-size: calc(var(--font-titel-ss) * 0.8);
}
@media (max-width: 768px) {
  .c-faq .c-button--arrow::after {
    width: 15px;
    height: 15px;
    right: 1em;
  }
}
.c-faq__card {
  background-color: #ffffff;
  border: 2px solid #00A4FF;
  border-radius: 50px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .c-faq__q {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 767px) {
  .c-faq__q {
    gap: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.c-faq__q::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 65px;
  height: 60px;
  background-image: url("../images/q_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .c-faq__q::before {
    width: 28px;
    height: 28px;
  }
}
.c-faq__q h3 {
  color: #00A4FF;
  font-size: calc(var(--font-titel-ss) * 1.06);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .c-faq__q h3 {
    font-size: 1rem;
  }
}
.c-faq__a {
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .c-faq__a {
    font-size: 1rem;
  }
}
.c-faq__btn-wrap {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 767px) {
  .c-faq__btn-wrap {
    margin-top: 2rem;
  }
}
.c-faq__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00A4FF;
  color: #ffffff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
  gap: 1rem;
}
@media screen and (min-width: 767px) {
  .c-faq__btn {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.c-faq__btn:hover {
  background-color: rgb(0, 130.4, 204);
  transform: translateY(-2px);
}
.c-faq__btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18l6-6-6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 767px) {
  .c-faq__btn::after {
    width: 20px;
    height: 20px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-1 {
  transition-delay: 0.1s;
}

.fade-in-delay-2 {
  transition-delay: 0.2s;
}

.fade-in-delay-3 {
  transition-delay: 0.3s;
}

.fade-in-delay-4 {
  transition-delay: 0.4s;
}

.fade-in-delay-5 {
  transition-delay: 0.5s;
}

.c-customer-voice {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .c-customer-voice {
    background-position: top 8% center;
    padding: 0 0 50px;
  }
}
.c-customer-voice .pointo_text {
  padding: 1em 0 2em;
}
@media (max-width: 900px) {
  .c-customer-voice .pointo_text {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.c-customer-voice .c-form-wrap__border {
  background-color: #C0E0F5;
  gap: 2em;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .c-customer-voice .c-form-wrap__border {
    padding: 50px 0;
  }
}
.c-customer-voice .c-form-wrap__border-yellow {
  background-color: #FFF3CD;
}
.c-customer-voice .c-form-wrap__border-green {
  background-color: #E5FFC4;
}
.c-customer-voice__inner {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-customer-voice__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background-color: #4585DF;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .c-customer-voice__title {
    flex-direction: column;
    gap: 0;
  }
}
.c-customer-voice__title-img {
  flex-shrink: 0;
  max-width: 102px;
  width: 33%;
}
@media (max-width: 767px) {
  .c-customer-voice__title-img {
    max-width: 61px;
  }
}
.c-customer-voice__title h3 {
  font-size: var(--font-titel-s);
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: fit-content;
  line-height: 1.4;
}
.c-customer-voice .c-customer-voice__title--yellow {
  background-color: #FF5514;
}
.c-customer-voice__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .c-customer-voice__item {
    flex-direction: column;
    gap: 0;
  }
}
.c-customer-voice__item-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .c-customer-voice__item-reverse {
    flex-direction: column;
  }
}
.c-customer-voice__item-img {
  flex-shrink: 0;
  max-width: 255px;
  width: 33%;
}
@media (max-width: 767px) {
  .c-customer-voice__item-img {
    width: 50%;
  }
}
.c-customer-voice__item-text {
  flex: 1;
}
.c-customer-voice__item-text .customer-name {
  font-size: var(--font-titel-s);
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .c-customer-voice__item-text .customer-name {
    font-size: 1.875rem;
    text-align: center;
  }
}
.c-customer-voice__item-text .customer-name span {
  font-size: 0.75em;
}
.c-customer-voice__other-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-customer-voice__other-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.c-customer-voice__other-title img {
  width: 25%;
}
@media (max-width: 767px) {
  .c-customer-voice__other-title img {
    width: 70%;
  }
}
.c-customer-voice__other-title .pointo_text {
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-customer-voice__other-title .pointo_text {
    font-size: var(--font-point);
    padding: 0.5em 0;
  }
}
.c-customer-voice__half-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .c-customer-voice__half-wrap {
    flex-direction: column;
    gap: 1em;
  }
}
.c-customer-voice__half-item {
  width: calc(50% - 0.5em);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
}
@media (max-width: 767px) {
  .c-customer-voice__half-item {
    width: 100%;
  }
}
.c-customer-voice__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.c-customer-voice__bg img {
  width: 100%;
}

.l-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding-top: 50px;
}

body,
p {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: var(--font-honbun);
  letter-spacing: 10%;
  line-height: 2.5;
  width: 100%;
  font-feature-settings: "palt";
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

ol {
  width: 100%;
}
ol li {
  width: 100%;
}

.bg_wrap {
  width: 100%;
  padding: 70px 0 100px;
}
.bg_wrap__blue {
  background: rgba(0, 149, 232, 0.4);
}
.bg_wrap__yellow {
  background: rgba(255, 173, 0, 0.4);
}
.bg_wrap__orange {
  background: rgba(255, 108, 28, 0.4);
}
.bg_wrap__green {
  background: rgba(167, 255, 49, 0.5);
}

.bg_inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.p-hero {
  position: relative;
  width: 100%;
  padding-top: 300px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-hero {
    padding-top: 200px;
  }
}
.p-hero__bg {
  width: 100%;
  height: 100vh;
  background-image: url("../images/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-hero__title-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.p-hero__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #00A4FF;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-hero__title {
    font-size: 1.75rem;
  }
}
.p-hero__title_jp {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #000;
  font-size: var(--font-honbun);
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .p-hero__title {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 767px) {
  .p-hero__title {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-hero__title {
    font-size: 5rem;
  }
}
.p-hero__sub-title {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (min-width: 767px) {
  .p-hero__sub-title {
    font-size: 1.125rem;
  }
}
.p-hero--has-mv {
  min-height: 320px;
  padding: 0;
  position: relative;
  background-color: transparent;
  aspect-ratio: 390/550;
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) and (orientation: landscape) {
  .p-hero--has-mv {
    min-height: 460px;
    aspect-ratio: auto;
    height: 85vh;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p-hero--has-mv {
    min-height: 560px;
    aspect-ratio: auto;
    height: 85vh;
    margin-bottom: 80px;
  }
}
.p-hero--has-mv .p-hero__mv {
  position: absolute;
  inset: 0;
  background-image: var(--mv-sp);
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 767px) and (orientation: landscape) {
  .p-hero--has-mv .p-hero__mv {
    background-image: var(--mv-pc);
  }
}
@media screen and (min-width: 1280px) {
  .p-hero--has-mv .p-hero__mv {
    background-image: var(--mv-pc);
  }
}
.p-hero--has-mv .p-hero__title-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  inset: auto;
}
.p-hero--has-mv .p-hero__title {
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  font-size: 7.18vw;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  letter-spacing: 0;
}
@media screen and (min-width: 767px) and (orientation: landscape) {
  .p-hero--has-mv .p-hero__title {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(2rem, 4.5vw, 5rem);
    font-weight: 700;
    line-height: 1.375;
    top: 36%;
    left: 5%;
    transform: none;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  .p-hero--has-mv .p-hero__title {
    font-size: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    top: 36%;
    left: 5%;
    transform: none;
    width: fit-content;
  }
}

@media screen and (min-width: 767px) and (orientation: landscape) {
  #inquiry .p-hero__title {
    top: 45%;
    left: 13%;
    transform: none;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #inquiry .p-hero__title {
    top: 45%;
    left: 13%;
    transform: none;
    width: fit-content;
  }
}

@media screen and (min-width: 767px) and (orientation: landscape) {
  #about .p-hero__title {
    top: 36%;
    left: 8%;
    transform: none;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #about .p-hero__title {
    top: 36%;
    left: 8%;
    transform: none;
    width: fit-content;
  }
}

@media screen and (min-width: 767px) and (orientation: landscape) {
  #access .p-hero__title {
    top: 44%;
    left: 22%;
    transform: none;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #access .p-hero__title {
    top: 44%;
    left: 22%;
    transform: none;
    width: fit-content;
  }
}

@media screen and (min-width: 767px) and (orientation: landscape) {
  #trial .p-hero__title {
    top: 27%;
    left: 11%;
    transform: none;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #trial .p-hero__title {
    top: 27%;
    left: 11%;
    transform: none;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  #trial .p-hero__title {
    top: 12%;
  }
}

@media (max-width: 768px) {
  .trial_img {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 767px) and (orientation: landscape) {
  #service .p-hero__title {
    top: 36%;
    left: 14%;
    transform: none;
    width: fit-content;
  }
}
@media screen and (min-width: 1025px) {
  #service .p-hero__title {
    top: 36%;
    left: 14%;
    transform: none;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  #service .p-hero__title {
    top: 14%;
  }
}

.c-section {
  margin-bottom: 80px;
}

.p-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-content__text-wrap {
  margin-bottom: 1em;
}
.p-content__intro {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.p-content__card {
  width: 95%;
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .p-content__card {
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-content__card {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-content__card {
    padding: 3rem;
  }
}

.p-primary {
  color: #00A4FF;
}

.p-orange {
  color: #FF5514;
}

.p-pink {
  color: #FF275E;
}

.p-green {
  color: #8EDB53;
}

.p-navy {
  color: #4585DF;
}

.p-black {
  color: #000000;
}

.p-yellow {
  color: #DD9600;
}

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

.p-center {
  text-align: center;
}

.p-ss {
  font-size: 0.8em;
  line-height: 1.7;
}

.p-100 {
  width: 100%;
}
.p-100 img {
  width: 100%;
}

.p-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pointo_text {
  font-size: var(--font-point);
  color: #00A4FF;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 3.6px;
  text-align: center;
}
@media (max-width: 768px) {
  .pointo_text {
    font-size: 1rem;
    margin-bottom: 2em;
  }
}
.pointo_text__lg {
  font-size: 1.3em;
}
.pointo_text__orange {
  color: #FF5514;
}

.p-company {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-company-head {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .p-company-head {
    margin-bottom: 50px;
  }
}
.p-company-head__logo {
  width: 100%;
  max-width: 830px;
}

.c-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  text-decoration: none;
  background-color: #00A4FF;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media screen and (min-width: 640px) {
  .c-cta-btn {
    font-size: 0.875rem;
    width: auto;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .c-cta-btn {
    font-size: 1rem;
    padding: 1.25rem 2rem;
  }
}
.c-cta-btn:hover {
  background-color: #4585DF;
  transform: scale(1.03);
}
.c-cta-btn-wrap {
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  z-index: 40;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 640px) {
  .c-cta-btn-wrap {
    bottom: 3rem;
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-cta-btn-wrap {
    position: static;
    margin-top: 2rem;
    justify-content: center;
  }
}

.u-mobile-spacer {
  height: 5rem;
}
@media screen and (min-width: 640px) {
  .u-mobile-spacer {
    height: 6rem;
  }
}
@media screen and (min-width: 1025px) {
  .u-mobile-spacer {
    height: 0;
  }
}

.c-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  max-width: 130px;
  max-height: 130px;
  border-radius: 9999px;
  background-color: rgba(0, 164, 255, 0.3);
  color: rgba(0, 164, 255, 0.5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
  z-index: 50;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.75);
  pointer-events: none;
}
.c-scroll-top:hover {
  background-color: #D1EEFD;
}
@media screen and (min-width: 767px) {
  .c-scroll-top {
    width: 6rem;
    height: 6rem;
    bottom: 3rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-scroll-top {
    width: 130px;
    height: 130px;
    bottom: 4rem;
    right: 3rem;
  }
  .c-scroll-top svg {
    transform: scale(1.5);
  }
}
.c-scroll-top.is-visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.c-flex {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-flex {
    flex-direction: column;
  }
}
.c-flex__start {
  align-items: start;
  flex-direction: column;
}
.c-flex--top {
  align-items: flex-start;
}

.js-scrollable {
  overflow-y: hidden !important;
}

.p-single {
  width: 100%;
}
.p-single__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 5px;
}
.p-single__hero {
  padding-top: 100px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .p-single__hero {
    padding-top: 160px;
  }
}
.p-single__hero .p-hero__title-wrap {
  position: relative;
  inset: auto;
  padding: 40px 20px;
  justify-content: center;
}
.p-single__hero .p-hero__title {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.p-single__meta {
  margin-bottom: 30px;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.p-single__meta time {
  color: #1d1b20;
  font-weight: 700;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}
.p-single__thumbnail {
  margin-bottom: 30px;
  text-align: center;
}
.p-single__thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 0 auto;
}
.p-single__content {
  line-height: 1.8;
  color: #1d1b20;
  font-size: 1rem;
}
@media screen and (min-width: 767px) {
  .p-single__content {
    font-size: 1.125rem;
  }
}
.p-single__content h2 {
  font-family: "Noto Serif JP", serif;
  color: #00A4FF;
  font-size: var(--font-titel-s);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 4px;
  padding-left: 1.4em;
  position: relative;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 1em;
  text-align: left;
}
.p-single__content h2::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 49/43;
  background-image: url("../images/title_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-single__content h3 {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 2;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #00A4FF;
  font-weight: 700;
}
.p-single__content h3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 25px;
  margin-top: 0.45em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='25' viewBox='0 0 26 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M11.452 1.301c.851-1.735 2.244-1.735 3.095 0l1.446 2.949c.851 1.735 3.105 3.382 5.008 3.66l3.235.474c1.903.278 2.334 1.61 1.956 2.961l-2.341 2.296c-1.377 1.35-2.238 4.015-1.913 5.923l.553 3.24c.325 1.907-.802 2.731-2.504 1.83l-2.893-1.53c-1.702-.9-4.488-.9-6.19 0l-2.893 1.53c-1.702.9-2.829.076-2.504-1.83l.552-3.24c.326-1.908-.536-4.573-1.913-5.923L.807 11.345c-1.377-1.35-.947-2.683.956-2.961l3.235-.473c1.903-.278 4.157-1.925 5.008-3.66l1.446-2.95Z' fill='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='b' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(18.0913 5.36187) scale(17.1326 17.2366)'%3E%3Cstop offset='.08' stop-color='%23FFF494'/%3E%3Cstop offset='.53' stop-color='%23FFEA2C'/%3E%3Cstop offset='.75' stop-color='%23FFE600'/%3E%3Cstop offset='1' stop-color='%23FFCB00'/%3E%3C/radialGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v25H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 767px) {
  .p-single__content h3::before {
    width: 1em;
    height: 1em;
  }
}
.p-single__content p {
  margin-bottom: 1.5em;
}
.p-single__content img {
  display: block;
  margin: 2em auto;
  max-width: 100%;
  height: auto;
}
.p-single__content figure {
  margin: 2em auto;
  text-align: center;
}
.p-single__content figure img {
  margin: 0 auto;
}
.p-single__nav {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-single__nav-prev {
  flex: 1;
  text-align: left;
}
.p-single__nav-next {
  flex: 1;
  text-align: right;
}
.p-single__footer-btn {
  margin: 50px auto;
  text-align: center;
}
.p-single a:not(.c-button) {
  color: #FF5514;
  transition: opacity 0.3s ease;
}
.p-single a:not(.c-button):hover {
  opacity: 0.8;
}
.p-single .wp-block-button a {
  color: #fff;
}

.l-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  overflow: visible;
}
.l-header__inner {
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  .l-header__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__inner {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    padding: 0 3rem;
  }
}
.l-header__content {
  max-width: 1780px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 80%;
  margin: 10px 0;
  gap: 0.4em;
}
@media screen and (min-width: 767px) {
  .l-header__content {
    height: 110px;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__content {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__content {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
}
.l-header__logo {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__logo {
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__logo {
    width: 20%;
  }
}
.l-header__logo img {
  width: 100%;
  max-width: 359px;
  height: auto;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__nav {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
    gap: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
    gap: clamp(0.75rem, 0.25rem + 1.04vw, 1.5rem);
  }
}
.l-header__social {
  display: flex;
  align-items: center;
  gap: 0.75vw;
  margin-left: 0.5rem;
  min-width: 200px;
}
.l-header__social svg {
  flex-shrink: 0;
}
.l-header__mobile-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 60%;
}
@media screen and (min-width: 640px) {
  .l-header__mobile-controls {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__mobile-controls {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__mobile-controls {
    display: none;
  }
}
.l-header__mobile-social {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 31px;
}
.l-header__mobile-social a {
  height: 100%;
}
.l-header__mobile-social img {
  height: 100%;
}
.l-header__mobile-social svg {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__mobile-social {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__mobile-social {
    display: none;
  }
}
.l-header__hamburger {
  padding: 0.6rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #00A4FF;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  z-index: 100;
  display: block;
}
@media screen and (min-width: 767px) {
  .l-header__hamburger {
    right: 2rem;
  }
}
.l-header__hamburger:hover {
  background-color: #4585DF;
}
.l-header__hamburger svg path {
  stroke: white;
}
@media screen and (min-width: 1025px) and (orientation: landscape) {
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  width: 100%;
}
.l-header__wave-inner {
  position: relative;
  z-index: -1;
  height: 50px;
}
.l-header__wave-inner svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 1920px;
  height: 50px;
  display: block;
  margin-top: -1px;
}

.c-nav-item {
  position: relative;
}
.c-nav-item:hover .c-nav-dropdown, .c-nav-item:focus-within .c-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

.c-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  text-decoration: none;
  background-color: #00A4FF;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.625rem 1rem;
  border-radius: 9999px;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 1280px) {
  .c-nav-btn {
    font-size: clamp(0.875rem, 0.569rem + 0.64vw, 1.334rem);
    padding: 0.75rem 1.5rem;
  }
}
.c-nav-btn:hover {
  background-color: #4585DF;
}
.c-nav-btn svg {
  flex-shrink: 0;
}

.c-nav-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 200px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity 0.18s ease 0.12s, transform 0.18s ease 0.12s;
}
.c-nav-dropdown::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  right: 0;
  height: 0.5rem;
}
.c-nav-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #ffffff;
}
.c-nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0.6rem 1.25rem;
  font-size: 0.93rem;
  font-weight: 700;
  color: #00A4FF;
  white-space: nowrap;
  transition: background-color 0.15s ease;
  text-decoration: none;
}
.c-nav-dropdown__link:hover {
  background-color: rgba(0, 164, 255, 0.06);
}
.c-nav-dropdown__link::after {
  content: "";
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath opacity='0.4' d='M5.94168 7.75L1.70871e-05 1.80833L1.80835 -3.38763e-07L9.55835 7.75L1.80835 15.5L1.65677e-05 13.6917L5.94168 7.75Z' fill='%2300A4FF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.l-mobile-menu {
  position: fixed;
  inset: 0;
  background-color: #00A4FF;
  overflow-y: auto;
  z-index: 60;
  padding: 0 0 2rem;
  display: none;
}
.l-mobile-menu.is-open {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .l-mobile-menu {
    display: none !important;
  }
}
.l-mobile-menu__topbar {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #00A4FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  flex-shrink: 0;
  margin: 10px 0;
  gap: 1em;
}
@media screen and (min-width: 767px) {
  .l-mobile-menu__topbar {
    padding: 0 2rem;
  }
}
.l-mobile-menu__topbar-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 80%;
  gap: 0.4em;
}
.l-mobile-menu__topbar-logo {
  display: block;
}
@media (max-width: 767px) {
  .l-mobile-menu__topbar-logo {
    width: 70%;
  }
}
.l-mobile-menu__topbar-logo img {
  width: 100%;
  max-width: 359px;
}
.l-mobile-menu__topbar-social {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  height: 31px;
}
.l-mobile-menu__topbar-social a {
  height: 100%;
  display: flex;
  align-items: center;
}
.l-mobile-menu__topbar-social img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
}
.l-mobile-menu__topbar-social svg {
  flex-shrink: 0;
}
.l-mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  padding: 0.6rem;
  transition: opacity 0.2s ease;
}
.l-mobile-menu__close:hover {
  opacity: 0.7;
}
.l-mobile-menu__close svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.l-mobile-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 1780px;
  margin: 0 auto;
  padding: 1rem 1rem 100px;
  width: 100%;
}
.l-mobile-menu__category {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.l-mobile-menu__category-title {
  font-size: var(--font-titel-s);
  font-weight: 700;
  color: #00A4FF;
  background-color: #fff;
  padding: 0 1em;
  border-radius: 0.25rem;
  border-radius: 50px;
}
.l-mobile-menu__links {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
.l-mobile-menu__link {
  font-size: var(--font-honbun);
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.2s ease;
}
.l-mobile-menu__link span {
  font-size: 2em;
  line-height: 1;
  padding-bottom: 0.25em;
}
.l-mobile-menu__link:hover {
  opacity: 0.8;
}
.l-mobile-menu__social {
  display: flex;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.l-mobile-menu__social svg {
  flex-shrink: 0;
}

.l-menu-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 30;
  display: none;
}
.l-menu-backdrop.is-open {
  display: block;
}
@media screen and (min-width: 1025px) {
  .l-menu-backdrop {
    display: none !important;
  }
}

.l-footer__cta {
  width: 100%;
  background: linear-gradient(135deg, #0096E1 0%, #29B6F6 60%, #4FC3F7 100%);
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 640px) {
  .l-footer__cta {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__cta {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__cta {
    padding: 2.5rem 3rem;
  }
}
.l-footer__cta-inner {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.l-footer__cta-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.l-footer__cta-catch {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .l-footer__cta-catch {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__cta-catch {
    font-size: 1.125rem;
  }
}
.l-footer__cta-main {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .l-footer__cta-main {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__cta-main {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__cta-main {
    font-size: 2.75rem;
  }
}
.l-footer__cta-btn {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media screen and (min-width: 640px) {
  .l-footer__cta-btn {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__cta-btn {
    width: 4rem;
    height: 4rem;
  }
}
.l-footer__cta-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateX(4px);
}
.l-footer__cta-btn svg {
  flex-shrink: 0;
}

.l-footer {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 100px;
  }
}
.l-footer__divider {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .l-footer__divider {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__divider {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__divider {
    padding: 4rem 0;
  }
}
.l-footer__divider-line {
  width: 100%;
  height: 1px;
  background-color: #00A4FF;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 0 1rem 2rem;
}
@media screen and (min-width: 640px) {
  .l-footer__inner {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__inner {
    gap: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__inner {
    gap: 2.5rem;
  }
}
.l-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .l-footer__brand {
    gap: 0.75rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__brand {
    gap: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__brand {
    gap: 1.25rem;
  }
}
.l-footer__tagline {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .l-footer__tagline {
    font-size: var(--font-honbun);
  }
}
@media screen and (min-width: 640px) {
  .l-footer__tagline {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__tagline {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__tagline {
    font-size: 1.375rem;
  }
}
.l-footer__logo {
  height: 2rem;
  width: auto;
}
@media (max-width: 767px) {
  .l-footer__logo {
    height: auto;
    width: 90%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 640px) {
  .l-footer__logo {
    height: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__logo {
    height: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__logo {
    height: 71px;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  width: 100%;
}
.l-footer__nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
@media (max-width: 767px) {
  .l-footer__nav-row {
    justify-content: left;
    gap: 1em;
    width: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 640px) {
  .l-footer__nav-row {
    gap: 0 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__nav-row {
    gap: 0 2.5rem;
  }
}
.l-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-footer__social {
    height: 40px;
  }
  .l-footer__social a,
  .l-footer__social img {
    display: block;
    height: 100%;
  }
}
.l-footer__social svg {
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .l-footer__social {
    gap: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__social {
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__social {
    gap: 3rem;
  }
}
.l-footer__copyright {
  padding: 0.75rem 0;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer__copyright {
    padding: 1rem 0;
  }
}
.l-footer__copyright p {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.5625rem;
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .l-footer__copyright p {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__copyright p {
    font-size: 0.75rem;
  }
}
.l-footer__copyright p + p {
  margin-top: 0.25rem;
}

.c-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 2rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .c-footer-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) {
  .c-footer-link {
    font-size: 0.875rem;
    gap: 0.5rem;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 767px) {
  .c-footer-link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-footer-link {
    font-size: 1.125rem;
  }
}
.c-footer-link:hover {
  color: #00A4FF;
}
.c-footer-link svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .c-footer-link svg {
    width: 8.5px;
    height: 5.24px;
  }
}

.p-links-intro {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 0;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .p-links-intro {
    padding: 2rem 1.5rem 0;
  }
}
@media screen and (min-width: 767px) {
  .p-links-intro {
    padding: 2.5rem 2rem 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-links-intro {
    padding: 3rem 2rem 0;
  }
}
.p-links-intro__text {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 640px) {
  .p-links-intro__text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .p-links-intro__text {
    font-size: 1.125rem;
  }
}

.p-links-schools {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .p-links-schools {
    padding: 2.5rem 1.5rem;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-links-schools {
    padding: 3rem 2rem;
    gap: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-links-schools {
    padding: 3rem 2rem;
  }
}

.p-school-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 2px solid #e8f4fc;
  transition: box-shadow 0.3s ease;
}
.p-school-card:hover {
  box-shadow: 0 8px 30px rgba(0, 164, 255, 0.15);
}
.p-school-card__header {
  background: linear-gradient(135deg, #00A4FF, #29b6f6);
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 640px) {
  .p-school-card__header {
    padding: 1.25rem 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__header {
    padding: 1.5rem 2rem;
  }
}
.p-school-card__type-label {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 640px) {
  .p-school-card__type-label {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__type-label {
    font-size: 0.875rem;
  }
}
.p-school-card__name {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 640px) {
  .p-school-card__name {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__name {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-school-card__name {
    font-size: 1.75rem;
  }
}
.p-school-card__sub {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.25rem;
}
@media screen and (min-width: 640px) {
  .p-school-card__sub {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__sub {
    font-size: 1rem;
  }
}
.p-school-card__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 767px) {
  .p-school-card__body {
    flex-direction: row;
  }
}
.p-school-card__photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background-color: #e8f4fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .p-school-card__photo {
    height: 220px;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__photo {
    width: 280px;
    height: auto;
    min-height: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .p-school-card__photo {
    width: 320px;
  }
}
.p-school-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-school-card__info {
  flex: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .p-school-card__info {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__info {
    padding: 1.75rem 2rem;
  }
}
.p-school-card__address-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-school-card__label {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00A4FF;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.6rem;
  background-color: rgba(0, 164, 255, 0.08);
  border-radius: 0.25rem;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .p-school-card__label {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__label {
    font-size: 0.875rem;
  }
}
.p-school-card__address {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1d1b20;
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .p-school-card__address {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__address {
    font-size: 1.0625rem;
  }
}
.p-school-card__access-list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.p-school-card__access-item {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.p-school-card__access-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.p-school-card__access-text {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.6;
}
@media screen and (min-width: 640px) {
  .p-school-card__access-text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__access-text {
    font-size: 1rem;
  }
}
.p-school-card__note {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6b7280;
  background-color: #f8fbff;
  border-left: 3px solid #00A4FF;
  padding: 0.625rem 0.875rem;
  border-radius: 0 0.25rem 0.25rem 0;
  line-height: 1.7;
}
@media screen and (min-width: 640px) {
  .p-school-card__note {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__note {
    font-size: 0.9375rem;
  }
}
.p-school-card__footer {
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid #e8f4fc;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 640px) {
  .p-school-card__footer {
    padding: 1rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-school-card__footer {
    padding: 1.25rem 2rem 1.75rem;
  }
}

.c-access-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  text-decoration: none;
  background-color: #00A4FF;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.03em;
  gap: 0.5rem;
}
@media screen and (min-width: 640px) {
  .c-access-btn {
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
  }
}
@media screen and (min-width: 767px) {
  .c-access-btn {
    font-size: 1.0625rem;
    padding: 1rem 2rem;
  }
}
.c-access-btn:hover {
  background-color: #4585DF;
  transform: translateX(3px);
}
.c-access-btn__arrow {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.p-how-to-join {
  width: 100%;
  background-color: #fdf9f0;
  padding: 2.5rem 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .p-how-to-join {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-how-to-join {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-how-to-join {
    padding: 5rem 2rem;
  }
}
.p-how-to-join__inner {
  max-width: 56rem;
  margin: 0 auto;
}
.p-how-to-join__heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .p-how-to-join__heading {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-how-to-join__heading {
    margin-bottom: 3rem;
  }
}
.p-how-to-join__heading-en {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f5a623;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (min-width: 640px) {
  .p-how-to-join__heading-en {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-how-to-join__heading-en {
    font-size: 3rem;
  }
}
.p-how-to-join__heading-ja {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4b5563;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
  display: block;
}
@media screen and (min-width: 640px) {
  .p-how-to-join__heading-ja {
    font-size: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .p-how-to-join__heading-ja {
    font-size: 1.125rem;
  }
}

.p-step {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.25rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
@media screen and (min-width: 640px) {
  .p-step {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-step {
    padding: 2.5rem 2rem;
    gap: 2rem;
  }
}
.p-step__badge {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, #f5a623, #f7c948);
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 12px rgba(245, 166, 35, 0.35);
}
@media screen and (min-width: 640px) {
  .p-step__badge {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .p-step__badge {
    width: 5rem;
    height: 5rem;
  }
}
.p-step__badge-step {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .p-step__badge-step {
    font-size: 0.5625rem;
  }
}
@media screen and (min-width: 767px) {
  .p-step__badge-step {
    font-size: 0.625rem;
  }
}
.p-step__badge-num {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .p-step__badge-num {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 767px) {
  .p-step__badge-num {
    font-size: 1.75rem;
  }
}
.p-step__content {
  flex: 1;
}
.p-step__title {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1d1b20;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 640px) {
  .p-step__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px) {
  .p-step__title {
    font-size: 1.25rem;
  }
}
.p-step__desc {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.8;
}
@media screen and (min-width: 640px) {
  .p-step__desc {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 767px) {
  .p-step__desc {
    font-size: 1rem;
  }
}
.p-step__action {
  margin-top: 1.25rem;
}
@media screen and (min-width: 640px) {
  .p-step__action {
    margin-top: 1.5rem;
  }
}

.c-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  text-decoration: none;
  background: linear-gradient(135deg, #e53935, #ef5350);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.875rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.4);
  letter-spacing: 0.04em;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .c-apply-btn {
    font-size: 1rem;
    width: auto;
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 767px) {
  .c-apply-btn {
    font-size: 1.0625rem;
    padding: 1.125rem 3rem;
  }
}
.c-apply-btn:hover {
  background: linear-gradient(135deg, #c62828, #e53935);
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.5);
}

#recruitment .p-hero--has-mv .p-hero__title {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) and (orientation: landscape) {
  #recruitment .p-hero--has-mv .p-hero__title {
    top: 46%;
    left: 8%;
    transform: none;
  }
}
@media screen and (min-width: 1025px) {
  #recruitment .p-hero--has-mv .p-hero__title {
    top: 46%;
    left: 8%;
    transform: none;
  }
}

.p-hero--recruit {
  min-height: 360px;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-hero--recruit {
    min-height: 420px;
  }
}

.p-recruit-mv {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 1.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-recruit-mv {
    flex-direction: row;
    align-items: center;
    padding: 100px 2rem 3rem;
    gap: 3rem;
  }
}

.p-recruit-mv__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-recruit-mv__text {
    align-items: flex-start;
    text-align: left;
  }
}

.p-recruit-mv__en {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800;
  color: #ffa100;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
}

.p-recruit-mv__ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.2em;
  margin: 0.4rem 0 0;
}

.p-recruit-mv__img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  width: 100%;
}
.p-recruit-mv__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 767px) {
  .p-recruit-mv__img img {
    height: 300px;
  }
}

.p-recruit__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .p-recruit__links {
    margin-bottom: 0;
  }
}
.p-recruit__links a {
  max-width: 363px;
}
@media (max-width: 767px) {
  .p-recruit__links a {
    width: 45%;
  }
}

.p-content--recruit {
  gap: 0;
  padding-bottom: 4rem;
}

.p-recruit-intro {
  max-width: 860px;
  margin: 2.5rem auto 2rem;
  padding: 0 1.25rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-recruit-intro {
    font-size: 1.0625rem;
    margin: 3rem auto 2.5rem;
    text-align: left;
  }
}
.p-recruit-intro p {
  margin-bottom: 0.25rem;
}

.c-role-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem 2.5rem;
  max-width: 860px;
  margin: 0 auto;
}

.c-role-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 140px;
}

.c-role-item__img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffa100;
  box-shadow: 0 4px 12px rgba(255, 161, 0, 0.3);
  background-color: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .c-role-item__img-wrap {
    width: 180px;
    height: 180px;
  }
}

.c-role-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-role-item__name {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffa100;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) {
  .c-role-item__name {
    font-size: 1.0625rem;
  }
}

.c-recruit-table-wrap {
  margin-top: 0;
  border-radius: 0 0 0.75rem 0.75rem;
  margin-bottom: 2rem;
}

.p-recruit-apply {
  text-align: center;
  padding: 3rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.p-recruit-apply__text {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
}

.p-recruit-apply__btn {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-apprication__howto {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .p-apprication__howto {
    flex-direction: column;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .p-apprication__howto .c-flex {
    flex-direction: row;
    gap: 0.5em;
  }
}
@media (max-width: 767px) {
  .p-apprication__howto .c-flex span {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .p-apprication__howto .c-flex h3 {
    text-align: left;
  }
}
.p-apprication__howto__text {
  width: 60%;
}
@media (max-width: 767px) {
  .p-apprication__howto__text {
    width: 100%;
  }
}
.p-apprication__separator {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-apprication__separator {
    display: flex;
    width: 8px !important;
    height: 44px !important;
    margin: 1em auto;
  }
}
.p-apprication__separator .ellipse {
  width: 13px;
  height: 14px;
  background: #8EDB53;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .p-apprication__separator .ellipse {
    width: 8px;
    height: 8px;
  }
}

.p-staff__flex {
  gap: 1em;
}
.p-staff__flex-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-staff__flex {
    flex-direction: column;
  }
}
.p-staff__img {
  width: 40%;
}
@media (max-width: 767px) {
  .p-staff__img {
    width: 80%;
  }
}
.p-staff__text {
  width: 70%;
}
@media (max-width: 767px) {
  .p-staff__text {
    width: 100%;
  }
}

.p-access__photos {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-access__photos {
    gap: 1.5rem;
  }
}
.p-access__photo {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .p-access__photo {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 767px) {
  .p-access__photo {
    width: calc(33.333% - 1.5rem);
  }
}
.p-access__photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 767px) {
  .p-access__photo img {
    height: 250px;
  }
}
.p-access__photo img:hover {
  transform: scale(1.02);
}
.p-access__map {
  margin-top: 3rem;
  width: 100%;
}
.p-access__map .map-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.p-access__map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-content__inner {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .c-content__inner {
    margin-bottom: 50px;
  }
}

.p-rate__links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 50px auto;
  max-width: 1200px;
}
@media (max-width: 768px) {
  .p-rate__links {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .p-rate__links .c-button {
    width: 80%;
  }
}
.p-rate__links .c-button {
  padding: 1rem 0;
  flex: 1;
}

@media (max-width: 768px) {
  .maitsuki dt {
    min-width: 136px;
  }
}

#annual-events .annual-events_wrap {
  width: 100%;
  background: url("../images/annual-event_bg.webp") no-repeat center center;
  background-size: contain;
}
@media (max-width: 767px) {
  #annual-events .annual-events_wrap {
    background: url("../images/sp_annual_events_topbg.webp") no-repeat top center, url("../images/sp_annual_events_underbg.webp") no-repeat bottom center;
    background-size: contain;
    padding: 110px 0 150px;
    margin-bottom: -70px;
  }
}
#annual-events .annual-events_img {
  margin-top: 1em;
}
@media (max-width: 767px) {
  #annual-events .annual-events_img {
    min-width: 500px;
  }
}

#regular {
  background-image: url("../images/regular_bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1024px) {
  #regular {
    background-image: none;
  }
}
#regular .sp_regular_bg {
  display: none;
}
@media (max-width: 1024px) {
  #regular .sp_regular_bg {
    display: block;
    position: sticky;
    top: 0;
    height: 0;
    z-index: -1;
    width: 100%;
  }
  #regular .sp_regular_bg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #regular .p-schedule__title {
    margin-bottom: 1.5em;
  }
}

.p-schedule__calendar {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.p-schedule__calendar img {
  width: 100%;
}
.p-schedule__regular {
  padding: 200px 0 100px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-schedule__regular {
    position: relative;
    z-index: 0;
    overflow: clip;
    clip-path: inset(0);
  }
}
@media (max-width: 767px) {
  .p-schedule__regular {
    padding: 50px 0 100px;
  }
}
.p-schedule__intro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.p-schedule__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: var(--font-point);
  line-height: 1.9;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-schedule__title {
    margin-bottom: 0;
  }
}
.p-schedule__title span {
  font-size: 1.3em;
}
.p-schedule__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  gap: 3em;
  width: 95%;
  max-width: 1500px;
  margin: 150px auto 0;
}
@media (max-width: 767px) {
  .p-schedule__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 50px auto 0;
  }
}
.p-schedule__grid-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-schedule__grid-item {
    width: 80%;
    max-width: 320px;
    text-align: center;
  }
}
.p-schedule__grid-item:nth-child(2), .p-schedule__grid-item:nth-child(5) {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .p-schedule__grid-item:nth-child(2), .p-schedule__grid-item:nth-child(5) {
    padding-top: 0;
  }
}
.p-schedule__grid-item div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule__grid-item h4 {
  text-align: center;
}
.p-schedule__img {
  width: 100%;
  margin-top: 100px;
}
.p-schedule__img img {
  width: 100%;
}
.p-schedule__timetable {
  width: 100%;
  position: relative;
}
.p-schedule__timetable::after {
  content: "";
  position: absolute;
  top: 2em;
  left: 1.5em;
  width: 3px;
  height: 95%;
  background-color: #FFAD00;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-schedule__timetable::after {
    height: 97%;
  }
}
.p-schedule__timetable-item {
  display: flex;
}
.p-schedule__timetable-item dt {
  width: 22%;
  color: #00A4FF;
  font-weight: 700;
  min-width: 100px;
}
.p-schedule__timetable-item dt span {
  background: #fff;
  padding: 0.5em 0;
}
.p-schedule__timetable-item dd {
  flex: 1;
}
.p-schedule__timetable-item dd h3 {
  font-size: var(--font-titel-ss);
  color: #00A4FF;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  #spot .p-schedule__title {
    margin-bottom: 1.5em;
  }
}

.index-hero {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 100px;
  overflow: hidden;
}
.index-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.swiper {
  max-height: 100vh;
  text-align: center;
  aspect-ratio: 1920/980;
  overflow: visible;
}
.swiper img {
  aspect-ratio: 1920/980;
}
@media (max-width: 767px) {
  .swiper {
    aspect-ratio: 390/550;
  }
  .swiper img {
    aspect-ratio: 390/550;
    width: 100%;
  }
}

.swiper-slide {
  width: 1920px;
  flex-shrink: 0;
  transition: filter 0.3s ease;
}

.swiper-slide-prev,
.swiper-slide-next {
  filter: brightness(0.6);
}

.p-index__line-frame {
  position: relative;
  background: url("../images/playfunlearn_back 1.webp") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 70px 0;
  margin: 100px 0;
  text-align: center;
}
.p-index__line-frame::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 92px;
  background-image: url("../images/diagonal.svg");
  background-repeat: repeat-x;
  background-size: contain;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-index__line-frame::before {
    height: 28px;
  }
}
.p-index__line-frame::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 92px;
  background-image: url("../images/diagonal.svg");
  background-repeat: repeat-x;
  background-size: contain;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-index__line-frame::after {
    height: 28px;
  }
}
.p-index__line-frame__img {
  max-width: 1430px;
  margin: 0 auto;
  width: 95%;
}
.p-index__for {
  width: 100%;
  padding: 70px 0;
  background: url("../images/whothis_back 1.webp") no-repeat center;
  background-size: cover;
  margin: 150px 0 200px;
}
@media (max-width: 768px) {
  .p-index__for {
    background: url("../images/sp_whothis_back.webp") no-repeat center;
    background-size: cover;
    margin: 0 0 100px;
  }
}
.p-index__for__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  width: 95%;
  margin: 150px auto;
  max-width: 1705px;
}
@media (max-width: 900px) {
  .p-index__for__grid {
    margin: 80px auto;
  }
}
@media (max-width: 768px) {
  .p-index__for__grid {
    margin: 30px auto;
  }
}
.p-index__for__grid-item {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 535px;
}
@media (max-width: 900px) {
  .p-index__for__grid-item {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .p-index__for__grid-item {
    width: 70%;
  }
}
.p-index__for__grid-item:nth-child(1), .p-index__for__grid-item:nth-child(3), .p-index__for__grid-item:nth-child(4) {
  padding-top: 150px;
}
@media (max-width: 900px) {
  .p-index__for__grid-item:nth-child(1), .p-index__for__grid-item:nth-child(3), .p-index__for__grid-item:nth-child(4) {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .p-index__for__grid-item:nth-child(1), .p-index__for__grid-item:nth-child(3), .p-index__for__grid-item:nth-child(4) {
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  .p-index__for__grid-item:nth-child(3) {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .p-index__for__grid-item:nth-child(3) {
    padding-top: 0;
  }
}
.p-index__for__grid-item:nth-child(odd) {
  margin-right: auto;
}
.p-index__for__grid-item:nth-child(even) {
  margin-left: auto;
}
.p-index__for__grid-item p {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.417rem + 0.69vw, 2.25rem);
  text-align: center;
  padding: 0.5em 0.5em;
  line-height: 1.3;
  margin-top: 0.3em;
}
@media (max-width: 768px) {
  .p-index__for__grid-item p {
    font-size: 14px;
  }
}
.p-index__classes {
  background: url("../images/class_back.svg") no-repeat center;
  background-size: contain;
  width: 100%;
}
@media (max-width: 900px) {
  .p-index__classes {
    background-position: top 8% center;
  }
}
.p-index__classes__advanced {
  background: #E5FBFF;
  color: #293791;
}
.p-index__classes__beginner {
  background: #FBFFE8;
  color: #7E1515;
}
.p-index__classes__flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2em;
  width: 95%;
  max-width: 1592px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-index__classes__flex {
    flex-direction: column;
  }
}
.p-index__classes__flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5em;
  box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, 0.25);
  flex: 1;
}
@media (max-width: 1024px) {
  .p-index__classes__flex-item {
    max-width: 640px;
    margin: 0 auto;
    padding: 1.5em;
  }
}
.p-index__classes__flex-item h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: calc(2 * var(--font-titel-s));
  text-align: center;
  line-height: 1.2;
  margin-top: auto;
}
.p-index__classes__flex-item p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: var(--font-titel-ss);
  margin: 50px auto;
}
.p-index__classes__flex-item .p-index__classes__point {
  font-size: var(--font-titel-s);
  text-align: center;
}
.p-index__schedule {
  margin: 300px auto;
  width: 100%;
}
@media (max-width: 768px) {
  .p-index__schedule {
    margin: 100px auto;
  }
}
.p-index__news {
  width: 100%;
  background-color: #E0F4FF;
  background-image: url("../images/grid_bg.svg");
  background-repeat: repeat;
  background-size: 49px 48px;
  padding: 100px 0;
}
.p-index__news ul {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}
.p-index__news ul li {
  display: flex;
  width: 100%;
  border-top: 3px solid #000000;
  gap: 2em;
  padding: 1em 0;
}
.p-index__news ul li:last-child {
  border-bottom: 3px solid #000000;
}
.p-index__news ul li time {
  width: 13%;
  min-width: 150px;
}
@media (max-width: 767px) {
  .p-index__news ul li time {
    width: auto;
    min-width: 0;
  }
}
.p-index__news ul li span {
  flex: 1;
  font-weight: 700;
  color: #FF275E;
}

@media (max-width: 768px) {
  .class_icon {
    width: 102px;
  }
}

.p-content--index {
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-content--index .pointo_text {
    font-size: var(--font-point);
  }
}
.p-content--index .p-100 {
  width: 100vw;
}

.p-about__message {
  width: 100%;
  background: url("../images/aisatsu_back.webp") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-about__message {
    background: url("../images/sp_aisatsu_back.webp") no-repeat center;
    background-size: cover;
  }
}
.p-about__message .p-hero__title {
  font-size: calc(var(--font-titel-ss) * 2);
}
.p-about__message-flex {
  display: flex;
  gap: 1em;
  margin: 2em auto;
  width: 95%;
  margin: 50px auto;
  max-width: 1600px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-about__message-flex {
    flex-direction: column-reverse;
  }
}
.p-about__message-flex-text {
  flex: 1;
}
.p-about__message-flex-text p {
  margin-bottom: 1.5em;
}
.p-about__message-flex-img {
  width: 40%;
  max-width: 600px;
}
@media (max-width: 767px) {
  .p-about__message-flex-img {
    width: 60%;
  }
}
.p-about__for {
  padding: 200px 0;
  width: 100%;
  background: url("../images/konnakanani_back.webp") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-about__for {
    background: url("../images/sp_konnakanani_back.webp") no-repeat center;
    background-size: cover;
  }
}
.p-about__for .pointo_text {
  font-size: calc(var(--font-titel-ss) * 1.38);
}
.p-about__for .c-list--star {
  width: fit-content;
  padding: 2em;
  max-width: none;
  margin: 0 auto;
}
.p-about__for .c-list--star li {
  max-width: none;
  width: 100%;
}
.p-about__homestay {
  width: 100%;
  min-height: 1920px;
  background: url("../images/hoiku-eigo_bg.webp") no-repeat bottom;
  background-size: cover;
  padding: 200px 0;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .p-about__homestay {
    background: url("../images/sp_hoiku-eigo_bg.webp") no-repeat top;
    background-size: cover;
    padding: 30px 0 0;
    margin-bottom: 0;
    aspect-ratio: 390/560;
    min-height: 100vh;
  }
}
.p-about__homestay .pointo_text {
  font-size: calc(var(--font-titel-ss) * 2.3);
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-about__homestay .pointo_text {
    font-size: var(--font-point);
  }
}
.p-about__homestay .text {
  width: fit-content;
  margin: auto auto 0;
}
@media (max-width: 767px) {
  .p-about__homestay .text {
    width: 90%;
    line-height: 2;
  }
}
.p-about__policy {
  width: 100%;
}
.p-about__policy-item {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .p-about__policy-item {
    max-width: 300px;
  }
}
.p-about__policy-item-inner {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .p-about__policy-item-inner {
    flex-direction: column;
    max-width: 300px;
  }
}
.p-about__policy-item-inner .img {
  width: 25%;
  background: #fff;
  border-radius: 30px 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-about__policy-item-inner .img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    padding: 1em;
  }
  .p-about__policy-item-inner .img img {
    height: 70px;
  }
}
.p-about__policy-item-inner .text {
  flex: 1;
  border-radius: 0 30px 30px 0;
  padding: 1em 2em;
}
@media (max-width: 767px) {
  .p-about__policy-item-inner .text {
    border-radius: 0 0 30px 30px;
    padding: 1em;
  }
}
.p-about__policy-item-inner .text h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #000;
  text-shadow: 4px 4px 2px #FFF;
  font-size: calc(var(--font-titel-ss) * 1.38);
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-about__policy-item-inner .text h3 {
    margin-bottom: 0;
    letter-spacing: 0;
  }
}
.p-about__policy-item-inner .text p {
  max-width: 700px;
}
.p-about__policy #reigisahou {
  background: rgba(0, 164, 255, 0.2);
  padding: 50px 0;
}
.p-about__policy #reigisahou .text {
  background: #66C8FF;
}
.p-about__policy #jiritsu {
  background: rgba(167, 255, 49, 0.2);
  padding: 50px 0;
}
.p-about__policy #jiritsu .text {
  background: #CAFF83;
}
.p-about__policy #communication {
  background: rgba(255, 39, 94, 0.2);
  padding: 50px 0;
}
.p-about__policy #communication .text {
  background: #FF7E9E;
}
.p-about__policy #souzou {
  background: rgba(255, 85, 20, 0.2);
  padding: 50px 0;
}
.p-about__policy #souzou .text {
  background: #FF9972;
}
.p-about__policy #gogaku {
  background: rgba(255, 173, 0, 0.2);
  padding: 50px 0;
}
.p-about__policy #gogaku .text {
  background: #FFCE66;
}
.p-about__program {
  width: 100%;
}
@media (max-width: 767px) {
  .p-about__program .program_img {
    margin-bottom: 2em;
  }
}
.p-about__program .p-schedule__title {
  font-size: var(--font-titel-m);
}
.p-about__program .p-schedule__intro {
  margin-bottom: 2em;
}
.p-about__program h4.p-schedule__title {
  font-size: var(--font-titel-ss);
  margin: 0;
}
.p-about__program ol {
  width: 95%;
  margin: 0 auto;
}
.p-about__program ol li {
  padding: 0.5em 0;
  width: 100%;
  border-bottom: 1px solid #00A4FF;
}
.p-about__program ol li:last-child {
  border-bottom: none;
}
.p-about__program ol li span {
  color: #FF275E;
}
.p-about__program .c-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 100px;
}
@media (max-width: 767px) {
  .p-about__program .c-form-wrap {
    padding: 50px 1em;
    gap: 1em;
  }
}
.p-about__inner-wrap {
  width: 100%;
}
.p-about__inner-wrap .pointo_text {
  font-size: var(--font-titel-ss);
  margin-bottom: 1em;
  text-align: left;
}
.p-about__inner-wrap .pointo_text.p-orange {
  color: #FF5514;
}

#program {
  margin-top: 200px;
}
@media (max-width: 767px) {
  #program {
    margin-top: 100px;
  }
}

#advanced .c-availability__title,
#beginner .c-availability__title {
  font-size: clamp(1rem, 0.792rem + 0.43vw, 1.313rem);
}
@media (max-width: 767px) {
  #advanced .c-availability__title,
  #beginner .c-availability__title {
    font-size: 14px;
  }
}
#advanced .c-availability__table thead th,
#advanced .c-availability__table tbody th,
#beginner .c-availability__table thead th,
#beginner .c-availability__table tbody th {
  font-size: clamp(1rem, 0.792rem + 0.43vw, 1.313rem);
}
@media (max-width: 767px) {
  #advanced .c-availability__table thead th,
  #advanced .c-availability__table tbody th,
  #beginner .c-availability__table thead th,
  #beginner .c-availability__table tbody th {
    font-size: 14px;
  }
}
#advanced .c-availability__table tbody td,
#beginner .c-availability__table tbody td {
  font-size: clamp(0.875rem, 0.75rem + 0.26vw, 1.063rem);
}
@media (max-width: 767px) {
  #advanced .c-availability__table tbody td,
  #beginner .c-availability__table tbody td {
    font-size: 14px;
    min-width: 150px;
  }
}
#advanced .c-availability__table tbody tr:nth-child(2) td,
#beginner .c-availability__table tbody tr:nth-child(2) td {
  background-color: #FFCEB3;
}
#advanced .c-form-wrap,
#beginner .c-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 100px;
}
@media (max-width: 767px) {
  #advanced .c-form-wrap,
  #beginner .c-form-wrap {
    padding: 50px 1em;
    gap: 1em;
  }
}

.p-service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  width: 95%;
  max-width: 1600px;
  margin: 50px auto;
}
.p-service__grid-item {
  width: 100%;
  transition: transform 0.3s ease;
  transform: scale(1);
}
.p-service__grid-item:hover {
  transform: scale(1.05);
}
.p-service__grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  .p-service__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .p-service__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-service__content {
  width: 100%;
  background-color: #fff;
  background-image: url("../images/service_contents_back1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0;
}
@media (max-width: 768px) {
  .p-service__content {
    padding: 50px 0;
    background-image: url("../images/sp_service_contents_back1.webp");
    background-position: top 5% center;
    background-size: contain;
  }
}
.p-service__content-2 {
  background-image: url("../images/service_contents_back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-service__content-2 {
    padding: 50px 0;
    background-image: url("../images/sp_service_contents_back1.webp");
    background-position: top 5% center;
    background-size: contain;
  }
}
.p-service__content-3 {
  background-image: url("../images/service_contents_back2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .p-service__content-3 {
    padding: 50px 0;
    background-image: url("../images/sp_service_contents_back1.webp");
    background-position: top 5% center;
    background-size: contain;
  }
}
.p-service__content-inner {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 1em;
}
@media (max-width: 768px) {
  .p-service__content-inner {
    flex-direction: column;
  }
}
.p-service__content-inner--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-service__content-inner--reverse {
    flex-direction: column;
  }
}
.p-service__content-img {
  width: 37%;
}
@media (max-width: 768px) {
  .p-service__content-img {
    width: 80%;
    margin: 0 auto;
  }
}
.p-service__content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-service__content-text .c-button {
    font-size: 16px;
  }
}

.p-event {
  width: 100%;
}
.p-event .c-section-banner span {
  display: block;
  width: fit-content;
  padding: 0.1em 2em;
  line-height: 1.4;
  font-size: var(--font-titel-s);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  border-radius: 50px;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-event .c-section-banner span {
    font-size: 16px;
  }
}
.p-event__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
@media (max-width: 767px) {
  .p-event__flex {
    flex-direction: column;
    gap: 1em;
  }
}
.p-event__img {
  width: 35%;
}
@media (max-width: 767px) {
  .p-event__img {
    width: 80%;
  }
}
.p-event__text {
  flex: 1;
}
@media (max-width: 767px) {
  .p-event__text {
    width: 100%;
  }
}
.p-event .c-form-wrap {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .p-event .c-form-wrap {
    margin-bottom: 50px;
  }
}

.p-404 {
  width: 100%;
}
.p-404__hero {
  padding-top: 100px;
  height: auto;
  min-height: auto;
}
@media screen and (min-width: 767px) {
  .p-404__hero {
    padding-top: 160px;
  }
}
.p-404__hero .p-hero__title-wrap {
  position: relative;
  inset: auto;
  padding: 40px 20px;
  justify-content: center;
}
.p-404__hero .p-hero__title {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(5rem, 15vw, 10rem);
  letter-spacing: 0.1em;
  color: #00A4FF;
  text-shadow: 0 4px 20px rgba(0, 164, 255, 0.3);
}
.p-404__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
.p-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: fadeInUp 0.6s ease forwards;
}
.p-404__icon {
  margin-bottom: 24px;
  animation: float 3s ease-in-out infinite;
}
.p-404__icon svg {
  filter: drop-shadow(0 8px 24px rgba(0, 164, 255, 0.2));
}
.p-404__code {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 800;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #00A4FF;
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #00A4FF, #4585DF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-404__title {
  font-size: var(--font-titel-s);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #1d1b20;
  margin: 0 0 20px;
  letter-spacing: 0.05em;
  padding-left: 0;
  text-align: center;
}
.p-404__title::before {
  display: none !important;
}
.p-404__message {
  font-size: 1rem;
  line-height: 1.9;
  color: #4b5563;
  margin: 0 0 40px;
}
@media screen and (min-width: 767px) {
  .p-404__message {
    font-size: 1.0625rem;
  }
}
.p-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 60px;
}
.p-404__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 9999px;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-404__btn--primary {
  background: linear-gradient(135deg, #00A4FF, #4585DF);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 164, 255, 0.35);
}
.p-404__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 164, 255, 0.45);
  opacity: 1;
}
.p-404__btn--secondary {
  background: #ffffff;
  color: #00A4FF;
  border: 2px solid #00A4FF;
}
.p-404__btn--secondary:hover {
  background: rgba(0, 164, 255, 0.06);
  transform: translateY(-2px);
  opacity: 1;
}
.p-404__links {
  width: 100%;
  background: #F7FBFF;
  border-radius: 1rem;
  padding: 32px 28px;
  border: 1px solid rgba(0, 164, 255, 0.15);
}
.p-404__links-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #1d1b20;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 164, 255, 0.2);
}
.p-404__links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}
@media (max-width: 500px) {
  .p-404__links-list {
    grid-template-columns: 1fr;
  }
}
.p-404__links-list li {
  display: flex;
  align-items: center;
}
.p-404__links-list li::before {
  content: "›";
  color: #00A4FF;
  font-weight: 700;
  margin-right: 6px;
  font-size: 1.1em;
}
.p-404__links-list a {
  color: #1d1b20;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}
.p-404__links-list a:hover {
  color: #00A4FF;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

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