@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

iframe {
  width: 100%;
}

address,
em {
  font-style: normal;
}

button {
  color: inherit;
  padding: 0;
}

:root {
  --color-black: #1C2127;
  --color-white: #fff;
  --base-font-family: "Noto Sans JP VF", sans-serif;
  --font-noto-serif: "Noto Serif JP VF", serif;
  --font-zenkaku: "Zen Kaku Gothic New",
    sans-serif;
  --font-murecho: "Murecho VF", sans-serif;
  --header-height: 53px;
  --header-height: 3.3125rem;
}

.p-single__title {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: max(32px, 10px);
  font-size: max(2rem, 10px);
  font-weight: 700;
  line-height: 1.1875;
}

.p-404__heading {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: max(28px, 10px);
  font-size: max(1.75rem, 10px);
  font-weight: 700;
}

.p-top-news__heading, .p-policy__heading, .p-feature__heading, .p-admission__heading {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
}

.p-top-news__heading, .p-policy__heading, .p-feature__heading, .p-admission__heading {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.2;
}

.p-course-items__heading {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}

.p-table__td, .p-numbered-list__item-description, .p-news-items__title-text, .p-feature__item-description, .p-feature__sub-item, .p-dialog__description, .p-dialog__career-heading, .p-dialog__career-description, .p-course-items__description, .p-course-items__dd, .p-404__description {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-course-items__copy {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  line-height: 1.2777777778;
}

.p-table__th, .p-table__td[data-label]::before, .p-feature__item-heading {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 500;
}

.p-dialog__copy {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  line-height: 1.6;
}

.p-table__td small, .p-course-items__dt {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4;
}

.p-single__date, .p-pagenavi, .p-numbered-list__tab-menu-button, .p-numbered-list__item-no, .p-news-items__date {
  font-family: "Noto Sans JP VF", sans-serif;
  font-family: var(--base-font-family);
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  line-height: 1.4;
}

@font-face {
  font-display: swap;
  font-family: "Noto Sans JP VF";
  font-style: normal;
  font-weight: 100 900;
  src: url("../../fonts/NotoSansJP-VF.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP VF";
  font-style: normal;
  font-weight: 100 900;
  src: url("../../fonts/NotoSerifJP-VF.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/ZenKakuGothicNew-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Murecho VF";
  font-style: normal;
  font-weight: 100 900;
  src: url("../../fonts/Murecho-VF.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/IBMPlexSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/IBMPlexSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Prompt-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Prompt-SemiBold.woff") format("woff");
}
/* リキッドレイアウト対応 + メディアクエリの記述順矯正 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:focus-visible {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(3.3125rem + 1.25rem);
  scroll-padding-top: calc(var(--header-height) + 1.25rem);
}

body {
  word-wrap: anywhere;
  color: #1C2127;
  color: var(--color-black);
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP VF", sans-serif;
  font-family: var(--base-font-family);
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 禁則処理を厳格に適用 */
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinup20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeinup20 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  50% {
    opacity: 0.3;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeinleft100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinleft100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeinright100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeinright100 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.u-fadein {
  opacity: 0;
}

.u-fadeinup20 {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.u-fadeinleft100 {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.u-fadeinright100 {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.u-fadein.is-loaded {
  -webkit-animation: fadein 0.5s ease-in-out forwards;
          animation: fadein 0.5s ease-in-out forwards;
  opacity: 0;
}

.u-fadeinup20.is-loaded {
  -webkit-animation: fadeinup20 0.75s ease-in forwards;
          animation: fadeinup20 0.75s ease-in forwards;
}

.u-fadeinleft100.is-loaded {
  -webkit-animation: fadeinleft100 0.5s ease-in forwards;
          animation: fadeinleft100 0.5s ease-in forwards;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.u-fadeinright100.is-loaded {
  -webkit-animation: fadeinright100 0.5s ease-in forwards;
          animation: fadeinright100 0.5s ease-in forwards;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.l-fixed {
  bottom: 20px;
  bottom: 1.25rem;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateX(calc(100% + 1.25rem));
          transform: translateX(calc(100% + 1.25rem));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.l-fixed img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: auto;
  max-width: 120px;
  max-width: 7.5rem;
     object-fit: cover;
     object-position: center;
}

.l-fixed.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-footer {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-hero-caption {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 100%;
}

.l-news {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.l-single {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-access {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-top-new {
  margin-top: 115px;
  margin-top: 7.1875rem;
}

.l-top-news {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.l-top-renew {
  margin-top: 93px;
  margin-top: 5.8125rem;
}

.l-top-summary {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.c-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  gap: 24px;
  gap: 1.5rem;
  height: 80px;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.32px;
  letter-spacing: 0.0825rem;
  line-height: 1.5;
  max-width: 576px;
  max-width: 36rem;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
  will-change: transform;
}
.c-button:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  height: 1.25rem;
  width: auto;
}
.c-button__text {
  color: inherit;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.32px;
  letter-spacing: 0.0825rem;
  line-height: 1.5;
  position: relative;
  /* 下線用の擬似要素 */
}
.c-button__text::after {
  background-color: currentColor;
  bottom: -4px;
  bottom: -0.25rem;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
  will-change: width;
}
.c-button--download {
  background: #ffe100;
  -webkit-box-shadow: 2px 4px 0 0 rgb(172, 151, 0);
          box-shadow: 2px 4px 0 0 rgb(172, 151, 0);
  color: #0066ff;
}
.c-button--download .c-button__text {
  color: #0066ff;
}
.c-button--download .c-button__icon {
  height: 24px;
  height: 1.5rem;
}
.c-button--contact {
  background: #0066ff;
  -webkit-box-shadow: 2px 4px 0 0 rgb(0, 66, 164);
          box-shadow: 2px 4px 0 0 rgb(0, 66, 164);
  color: #ffffff;
}
.c-button--contact .c-button__text {
  color: #ffffff;
}

.c-no-post {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  text-align: center;
}

.c-section-heading {
  text-align: center;
}
.c-section-heading--left {
  text-align: left;
}

.c-section-heading__subtitle {
  color: #0066ff;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
}

.c-section-heading__title {
  color: #1c2127;
  font-family: "Murecho VF", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.4;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.c-section-heading__description {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  margin-top: 22px;
  margin-top: 1.375rem;
}
.c-section-heading__description br {
  display: block;
}

.p-404 {
  padding-top: 200px;
  padding-top: 12.5rem;
  text-align: center;
}

.p-404__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-404__logo {
  margin-left: auto;
  margin-right: auto;
  width: 63px;
  width: 3.9375rem;
}

.p-404__description {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-404__button {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-admission__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-categories__link {
  background-color: #1C2127;
  background-color: var(--color-black);
  color: #fff;
  color: var(--color-white);
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 2px 3px;
  padding: 0.125rem 0.1875rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-categories__link:focus-visible {
  background-color: rgb(119, 122, 125);
  opacity: 1;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-categories__link:focus-visible {
  background-color: color-mix(in srgb, var(--color-black) 60%, var(--color-white));
}
}

.p-contact-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0066FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  height: 11.25rem;
  width: 100%;
}

.p-contact-header__title {
  color: #fff;
  font-family: "Murecho VF", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.p-contact {
  background-color: #D6E8FF;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-contact__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: 50rem;
}

.p-contact__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-difference__bg {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
}

.entry__form {
  background-color: #fff;
  border: #D6DEE5 solid 2px;
  border: #D6DEE5 solid 0.125rem;
  border-radius: 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
  padding: 10px 20px 40px;
  padding: 0.625rem 1.25rem 2.5rem;
}
.entry__form .form__item {
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  padding: 1rem 0;
}
.entry__form .form__item .form__title {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.form__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.form__title span {
  background-color: #C80000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 3px 12px;
  padding: 0.1875rem 0.75rem;
}

.form__title--type02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__title--type03 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__title--aiStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.formInput input::-moz-placeholder, .formTextarea textarea::-moz-placeholder {
  color: lightgray;
}

.formInput input::-webkit-input-placeholder, .formTextarea textarea::-webkit-input-placeholder {
  color: lightgray;
}

.formInput input:-ms-input-placeholder, .formTextarea textarea:-ms-input-placeholder {
  color: lightgray;
}

.formInput input::-ms-input-placeholder, .formTextarea textarea::-ms-input-placeholder {
  color: lightgray;
}

.formInput input::placeholder,
.formTextarea textarea::placeholder {
  color: lightgray;
}

.formInput input {
  border: 1px solid lightgrey;
  border-radius: 0;
  height: 50px;
  height: 3.125rem;
  margin-left: 0;
  padding-left: 15px;
  padding-left: 0.9375rem;
  width: 100%;
}

.formInput input:focus,
.formTextarea textarea:focus {
  outline: 2px solid lightgrey;
}

.formInput__post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.formInput__post input {
  width: 100%;
}

.formInput__address {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.formInput__address input {
  width: 100%;
}

.formInput--tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
}

.formInput--tel > * {
  min-width: 0;
}

.formInput--tel input {
  max-width: 100%;
  width: 150px;
  width: 9.375rem;
}

.formSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
  background: url(../images/common/pulldown.svg) right 0.625rem center/0.625rem no-repeat;
  border: 1px solid lightgrey;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  height: 50px;
  height: 3.125rem;
  max-width: 100%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  width: 100%;
}

.formSelect select:focus {
  outline: 2px solid lightgrey;
}

.formSelect--selected select {
  color: #0066FF;
}

.formDate__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.formDate__flex + .formDate__flex {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.formDate__label {
  font-size: 16px;
  font-size: 1rem;
}

.form__dataBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__dataBlockFlex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__dataBlockFlex + .form__dataBlockFlex {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.form__dataBlockLabel {
  display: none;
  font-size: 16px;
  font-size: 1rem;
}

.form__dataBlockDate {
  width: 100%;
}

.formCalendar {
  position: relative;
}

.formCalendar input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
  background: url(../images/common/calendar.svg) right 0.5rem center/0.9375rem no-repeat;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 0;
  color: lightgray;
  font-size: 16px;
  font-size: 1rem;
  height: 50px;
  height: 3.125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  position: relative;
  width: 100%;
}

.formCalendar input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-moz-document url-prefix() {
  .formCalendar input {
    background: none;
  }
  .formCalendar::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M13.5 2H13V1c0-.6-.4-1-1-1s-1 .4-1 1v1H5V1c0-.6-.4-1-1-1S3 .4 3 1v1h-.5C1.1 2 0 3.1 0 4.5v9C0 14.9 1.1 16 2.5 16h11c1.4 0 2.5-1.1 2.5-2.5v-9C16 3.1 14.9 2 13.5 2zm0 12.5h-11c-.6 0-1-.4-1-1V6h13v7.5c0 .6-.4 1-1 1z"></path></svg>') no-repeat center center/contain;
    content: "";
    display: block;
    height: 16px;
    height: 1rem;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-55%);
    width: 16px;
    width: 1rem;
  }
}
.formCalendar input::-webkit-date-and-time-value {
  text-align: left;
}

.formCalendar input:focus {
  outline: 2px solid gray;
}

.form__dataBlockSelect {
  width: 100%;
}

.form__dataBlockDate input:not(.formDate__default) {
  color: #0066FF;
}

.formNumber__txt {
  font-size: 16px;
  font-size: 1rem;
}

.formNumber__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.formNumber__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formNumber__blockLabel01 {
  font-size: 16px;
  font-size: 1rem;
  width: 55px;
  width: 3.4375rem;
}

.formNumber__blockLabel01 {
  font-size: 16px;
  font-size: 1rem;
}

.formNumber__blockInput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.formCheckbox input {
  display: none;
}

.formCheckbox .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}

.formCheckbox .wpcf7-list-item {
  margin-left: 0;
}

.formCheckbox--vertical .wpcf7-checkbox {
  display: block;
}

.formCheckbox--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.formCheckbox input + span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem;
  position: relative;
  width: auto;
}

.formCheckbox input + span::before {
  background-color: #fff;
  border: 1px solid gray;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.formCheckbox input + span::after {
  border-bottom: 3px solid blue;
  border-right: 3px solid blue;
  content: "";
  display: block;
  height: 13px;
  height: 0.8125rem;
  left: 6px;
  left: 0.375rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  width: 0.5rem;
}

.formCheckbox input:checked + span::after {
  opacity: 1;
}

.formRadio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  padding: 0;
}

.formRadio--vertical .wpcf7-radio {
  display: block;
}

.formRadio .wpcf7-list-item {
  margin: 0;
}

.formRadio--vertical .wpcf7-list-item {
  display: block;
  margin: 0;
}

.formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.formRadio input + span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formRadio input[type=radio] {
  display: none;
}

.formRadio input + span::before {
  background: #fff;
  border: 1px solid gray;
  border-radius: 100%;
  content: "";
  height: 20px;
  height: 1.25rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 20px;
  width: 1.25rem;
}

.formRadio input:checked + span::before {
  background-color: blue;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}

.formFile .wpcf7-form-control-wrap {
  display: block;
}

.formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.formFile input {
  line-height: 1;
  max-width: 100%;
}

.formTextarea textarea {
  border: 1px solid lightgray;
  border-radius: 0;
  margin-left: 0;
  min-height: 300px;
  min-height: 18.75rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  width: 100%;
}

.form__privacy {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.form__privacy a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  text-decoration: underline;
}

.form__icon {
  background: url(../images/common/icon-link.svg) no-repeat center center/cover;
  display: inline-block;
  height: 18px;
  height: 1.125rem;
  margin: 0 6px;
  margin: 0 0.375rem;
  width: 18px;
  width: 1.125rem;
}
.form__icon img {
  -o-object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: cover;
     object-position: center;
}

.form__acceptance {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

.form__submit {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  text-align: center;
}

.formBtn input,
.formBtn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0066FF;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  max-width: 100%;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 300px;
  width: 18.75rem;
}
.formBtn input:disabled,
.formBtn a:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #fff;
}
.formBtn input:not([disabled]):hover,
.formBtn a:not([disabled]):hover {
  background: #0066FF;
}

.formBtn a {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #2C94DE;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: red;
  display: block;
  font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.formValidation .wpcf7-not-valid-tip {
  display: none;
}

.formValidation__error {
  color: red;
  display: none;
  font-weight: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.wpcf7-form:not(.hide_error_message) .formValidation:has(.wpcf7-not-valid-tip) .formValidation__error {
  display: block;
}

.p-formFile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-formFile .wpcf7-file {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 0;
}
.p-formFile .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.p-formFile .wpcf7-file {
  width: 100%;
}
.p-formFile input[type=file]::-webkit-file-upload-button {
  border: 1px solid gray;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-formFile input[type=file]::file-selector-button {
  border: 1px solid gray;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: inline-block;
  height: 100%;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-formFile input[type=file]::-webkit-file-upload-button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.p-formFile input[type=file]::file-selector-button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.p-formFile .p-formFile__text {
  display: block;
}
.p-formFile .p-formFile__text.hidden {
  display: none;
}

.safari .form__submit.button::before {
  top: 44%;
}
.safari .form__submit.button::after {
  top: 41%;
}

.form__caution {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
.form__caution span {
  display: inline-block;
}

.grecaptcha-text-wrap {
  color: #424141;
  margin-top: 60px;
  margin-top: 3.75rem;
}
.grecaptcha-text-wrap a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: 175%;
  font-weight: 700;
}

.p-content h3 {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: 150%;
  font-weight: 700;
}

.p-content h4 {
  font-family: "Noto Serif JP VF", serif;
  font-family: var(--font-noto-serif);
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.wp-block-image,
.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure:nth-child(n+2) {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-course-items {
  grid-gap: 3.75rem;
  display: grid;
  gap: 60px;
  gap: 3.75rem;
  grid-template-columns: 1fr;
}

.p-course-items__item {
  background: var(--course-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: calc(50% - 50cqi);
  margin-right: calc(50% - 50cqi);
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: calc(50cqi - 50%);
  padding-right: calc(50cqi - 50%);
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-course-items__item-wrap {
  display: contents;
}

.p-course-items__image img {
  -o-object-fit: cover;
  aspect-ratio: 334/245;
     object-fit: cover;
}

.p-course-items__dialog-trigger-items {
  margin-top: 22px;
  margin-top: 1.375rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-course-items__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-course-items__heading {
  background-color: var(--course-heading-bg);
  color: #fff;
  color: var(--color-white);
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-course-items__copy {
  background-color: var(--course-heading-bg);
  color: #fff;
  color: var(--color-white);
  margin-top: 4px;
  margin-top: 0.25rem;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
}

.p-course-items__description {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-course-items__dl {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-course-items__dt {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  min-width: 118px;
  min-width: 7.375rem;
  padding: 1px 4px;
  padding: 0.0625rem 0.25rem;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-course-items__dd + .p-course-items__dt {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-course-items__dd {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-course-items__dd-text + .p-course-items__dd-text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-dialog-triggers {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-dialog-triggers__trigger {
  --background: var(--color-black);
  --background-active: color-mix(in srgb, var(--background) 50%, white);
  --text-color: var(--color-white);
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          appearance: none;
  background-color: #1C2127;
  background-color: var(--background);
  border: 0;
  color: #fff;
  color: var(--text-color);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 500;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
  max-width: 21.25rem;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
.p-dialog-triggers__trigger:focus-visible {
  background-color: var(--background-active);
  opacity: 1;
}

.p-dialog-triggers__trigger::after {
  aspect-ratio: 1;
  background: url(../images/common/icon_plus.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

:where(dialog) {
  background-color: transparent;
  background-color: initial;
  border: medium none currentColor;
  border: initial;
  color: inherit;
  height: auto;
  height: initial;
  margin: 0;
  margin: initial;
  max-height: none;
  max-height: initial;
  max-width: none;
  max-width: initial;
  overflow: visible;
  overflow: initial;
  padding: 0;
  padding: initial;
  width: auto;
  width: initial;
}

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

:where(:root[data-mousedown] dialog *) {
  outline: none;
}

[data-modal-open]:where(:root[data-mousedown] *) {
  outline: none;
}

.p-dialog {
  --duration: 0.5s;
  background-color: #fff;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 0 100vmax rgba(51, 51, 51, 0.8);
          box-shadow: 0 0 0 100vmax rgba(51, 51, 51, 0.8);
  contain: strict;
  height: calc(100svb - 2.5rem);
  margin: auto;
  outline: none;
  -webkit-transition: opacity 0.5s, scale 0.5s;
  transition: opacity 0.5s, scale 0.5s;
  -webkit-transition: opacity var(--duration), scale var(--duration);
  transition: opacity var(--duration), scale var(--duration);
  width: calc(100% - 2.5rem);
}
.p-dialog:not([data-active=true]) {
  opacity: 0;
  scale: 0.95;
}
.p-dialog::-ms-backdrop {
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-dialog::backdrop {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-dialog:not([data-active=true])::-ms-backdrop {
  opacity: 0;
}
.p-dialog:not([data-active=true])::backdrop {
  opacity: 0;
}

.p-dialog__container {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 56px 20px;
  padding: 3.5rem 1.25rem;
}

.p-dialog__image img {
  -o-object-fit: cover;
  aspect-ratio: 300/198;
     object-fit: cover;
}

.p-dialog__heading {
  background-color: var(--accent-color);
  color: #fff;
  color: var(--color-white);
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  line-height: 1.1666666667;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 2px 16px;
  padding: 0.125rem 1rem;
}

.p-dialog__copy {
  color: var(--accent-color);
  line-height: 1.2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-dialog__description {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-dialog__career-heading {
  background-color: var(--color-light-green);
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding: 7px 16px;
  padding: 0.4375rem 1rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-dialog__career-description {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-dialog__close {
  aspect-ratio: 1;
  position: absolute;
  right: 22px;
  right: 1.375rem;
  top: 28px;
  top: 1.75rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 28px;
  width: 1.75rem;
  z-index: 1;
}
.p-dialog__close:focus-visible {
  opacity: 0.7;
}

.p-dialog__close::before,
.p-dialog__close::after {
  background-color: #1C2127;
  background-color: var(--color-black);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-dialog__close::before {
  rotate: 45deg;
}

.p-dialog__close::after {
  rotate: 135deg;
}

.p-drawer {
  background-color: #fff;
  background-color: var(--color-white);
  padding: 135px 0 80px;
  padding: 8.4375rem 0 5rem;
}

.p-drawer__inner {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-drawer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 26px;
  padding: 0.8125rem 1.625rem;
}

.p-drawer__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-feature {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: auto 1fr;
}

.p-feature__heading {
  letter-spacing: 0.2em;
  line-height: 1;
}

.p-feature__items {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-feature__item-heading {
  line-height: 1.2;
}

.p-feature__item-description {
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.p-feature__sub-items {
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.p-feature__sub-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-feature__sub-item::before {
  content: "・";
}

.p-footer {
  background-color: #0066FF;
  height: 120px;
  height: 7.5rem;
}

.p-footer__inner {
  height: 100%;
}

.p-footer__copyright {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

/* フォーカスされている要素を明確に示 */
/* 入力デバイスのいずれかにhoverに対応している入力デバイスが含まれる場合に適用 */
.p-news-items {
  display: grid;
  grid-template-columns: 1fr;
}

.p-news-items__link {
  display: block;
  padding: 17px 10px;
  padding: 1.0625rem 0.625rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-news-items__link:focus-visible {
  background-color: rgb(232, 233, 233);
  opacity: 1;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-news-items__link:focus-visible {
  background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
}
}

.p-news-items__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  gap: 0.4375rem;
}

.p-news-items__category {
  background-color: #1C2127;
  background-color: var(--color-black);
  color: #fff;
  color: var(--color-white);
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 500;
  letter-spacing: 0.04em;
  overflow: hidden;
  padding: 1px 8px;
  padding: 0.0625rem 0.5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  width: 6.25rem;
}

.p-news-items__date {
  line-height: 1;
}

.p-news-items__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-news-items__title-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.p-news-items__button {
  margin-top: 68px;
  margin-top: 4.25rem;
  text-align: center;
}

.p-news-items__pagenavi {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.p-news__categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  gap: 0.625rem 1.25rem;
}

.p-news__categories-link {
  border: 1px solid #1C2127;
  border: 1px solid var(--color-black);
  display: block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 3px;
  padding: 0.1875rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.p-news__categories-link:focus-visible {
  background-color: rgb(232, 233, 233);
  opacity: 1;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-news__categories-link:focus-visible {
  background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
}
}

.p-news__categories-link.is-active {
  background-color: #1C2127;
  background-color: var(--color-black);
  color: #fff;
  color: var(--color-white);
}

.p-news__items {
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-numbered-list__tub-menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-numbered-list__tab-menu {
  width: 100%;
}

.p-numbered-list__tab-menu-button {
  border: 1px solid var(--accent-color);
  border-radius: 0.25rem 0.25rem 0 0;
  display: block;
  padding: 4px;
  padding: 0.25rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
}
.p-numbered-list__tab-menu-button:focus-visible {
  background-color: rgb(232, 233, 233);
  opacity: 1;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-numbered-list__tab-menu-button:focus-visible {
  background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
}
}

.p-numbered-list__tab-menu-button.is-active {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
  color: var(--color-white);
}

/* タブコンテンツ */
.p-numbered-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.p-numbered-list__item {
  border: 1px solid var(--accent-color);
  border-top-width: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  visibility: hidden;
  width: 100%;
}

.p-numbered-list__item.is-active {
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.p-numbered-list__item:nth-child(2).is-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.p-numbered-list__item:nth-child(3).is-active {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
}

.p-numbered-list__item:nth-child(4).is-active {
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-numbered-list__item-no {
  display: none;
}

.nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-left: 2.25rem;
  padding-right: 36px;
  padding-right: 2.25rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.page-numbers {
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
  border: 1px solid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  min-height: 39px;
  min-height: 2.4375rem;
  min-width: 28px;
  min-width: 1.75rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  place-content: center;
  position: relative;
}

.current {
  background-color: #1C2127;
  background-color: var(--color-black);
  color: #fff;
  color: var(--color-white);
}

.prev {
  left: 0;
  position: absolute;
}

.next {
  position: absolute;
  right: 0;
}

.page-numbers:not(.current):not(.dots) {
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.page-numbers:not(.current):not(.dots):focus-visible {
  background-color: rgb(232, 233, 233);
  opacity: 1;
}
@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.page-numbers:not(.current):not(.dots):focus-visible {
  background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
}
}

.p-policy__items {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-policy__button {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-single__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
}

.p-single__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-single__back {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}

.p-table {
  border: 1px solid var(--accent-color);
  border-collapse: collapse;
  width: 100%;
}

.p-table:has([data-label]) .p-table__th {
  display: none;
}

.p-table__th {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  color: var(--color-white);
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  position: relative;
  width: 140px;
  width: 8.75rem;
}

.p-table__td {
  border: 1px solid var(--accent-color);
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  text-align: center;
}

.p-table__td[data-label] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
  width: 100%;
}

.p-table__td[data-label]::before {
  background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
  color: var(--color-white);
  content: attr(data-label);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: bold;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  text-align: center;
  width: 140px;
  width: 8.75rem;
}

.p-table__th::after,
.p-table__td[data-label]::after {
  background-color: #fff;
  background-color: var(--color-white);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: -1px;
  top: auto;
}

.p-table__tr:last-child .p-table__th::after,
.p-table__td[data-label]:last-child::after {
  content: none;
}

.p-table__td span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  text-align: center;
  width: 100%;
}

.p-table__td small {
  color: #666;
  display: block;
}

.p-top-about {
  position: relative;
  width: 100%;
}

.p-top-about__merit {
  padding: 60px 0;
  padding: 3.75rem 0;
}

.p-top-about__merit-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  max-width: 15rem;
}

.p-top-about__merit-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
}

.p-top-about__merit-image {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-about__merit-label {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.p-top-about__merit-title {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

.p-top-about__merit-number {
  color: #0066ff;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

.p-top-about__merit-highlight {
  color: #0066ff;
}

.p-top-about__main {
  background-color: #D6E8FF;
  border-radius: 2.5rem 2.5rem 0 0;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-top-about__content {
  position: relative;
  z-index: 1;
}

.p-top-about__steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}

.p-top-about__line {
  background-color: #FFE100;
  display: none;
  height: 5px;
  height: 0.3125rem;
  left: 0;
  position: absolute;
  top: 70%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 100%;
  z-index: 0;
}

.p-top-about__step {
  background: #ffffff;
  border: 0.786px solid #d6dee5;
  border: 0.049125rem solid #d6dee5;
  border-radius: 1.2734375rem;
  height: 360px;
  height: 22.5rem;
  max-width: 425px;
  max-width: 26.5625rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  position: relative;
  width: 100%;
}

.p-top-about__step--first,
.p-top-about__step--second,
.p-top-about__step--third {
  top: 0;
}

.p-top-about__step-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0066ff;
  border-radius: 0.43575rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43.382px;
  height: 2.711375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 18.88px;
  left: 1.18rem;
  position: absolute;
  top: 18.67px;
  top: 1.166875rem;
  width: 43.382px;
  width: 2.711375rem;
  z-index: 2;
}

.p-top-about__step-number span {
  color: #ffffff;
  font-family: "Prompt", sans-serif;
  font-size: 23.24px;
  font-size: 1.4525rem;
  font-weight: 600;
  letter-spacing: -0.464px;
  letter-spacing: -0.02905rem;
}

.p-top-about__step-image {
  height: 176px;
  height: 11rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 173px;
  width: 10.8125rem;
}

.p-top-about__step-image img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-about__step-text {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
  width: 100%;
}

.p-top-about__step-text h3 {
  color: #1c2127;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1.44px;
  letter-spacing: 0.09rem;
  line-height: 1.5;
}

.p-top-about__step-text p {
  color: #1c2127;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.96px;
  letter-spacing: 0.06rem;
  line-height: 1.75;
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: left;
}

.p-top-about__buttons {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-top-career {
  padding: 60px 0 80px 0;
  padding: 3.75rem 0 5rem 0;
  position: relative;
  width: 100%;
}

.p-top-career__grid {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-career__item {
  border: 1px solid #d6dee5;
  border: 0.0625rem solid #d6dee5;
  border-radius: 0.875rem;
  padding: 24px 22px;
  padding: 1.5rem 1.375rem;
}

.p-top-career__item-image img {
  -o-object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 329/202;
  height: auto;
  max-width: 100%;
     object-fit: cover;
     object-position: center;
}

.p-top-career__item-content {
  padding: 0px 18px;
  padding: 0rem 1.125rem;
}

.p-top-career__item-title {
  color: #1c2127;
  font-family: "Murecho VF", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-top-career__item-line {
  background-color: #d6dee5;
  height: 1px;
  height: 0.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 100%;
}

.p-top-career__item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  letter-spacing: 0.0125rem;
  line-height: 1.75;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 0px 6px;
  padding: 0rem 0.375rem;
}

.p-top-character {
  background: #e5f3ff;
  padding: 60px 0;
  padding: 3.75rem 0;
  width: 100%;
}

.p-top-character__container {
  margin: 0 auto;
  position: relative;
}

.p-top-character__speech-bubble {
  background: #ffffff;
  border-radius: 50%;
  color: #1c2127;
  display: none;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.384px;
  letter-spacing: 0.024rem;
  line-height: 1.5;
  max-width: 329px;
  max-width: 20.5625rem;
  padding: 50px 58px;
  padding: 3.125rem 3.625rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 300px;
  top: 18.75rem;
  z-index: 10;
}
.p-top-character__speech-bubble::before {
  background: #ffffff;
  border-radius: 50%;
  bottom: -24px;
  bottom: -1.5rem;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 36px;
  left: 2.25rem;
  position: absolute;
  width: 8px;
  width: 0.5rem;
}
.p-top-character__speech-bubble::after {
  background: #ffffff;
  border-radius: 50%;
  bottom: -16px;
  bottom: -1rem;
  content: "";
  height: 22px;
  height: 1.375rem;
  left: 46px;
  left: 2.875rem;
  position: absolute;
  width: 22px;
  width: 1.375rem;
}

.p-top-character__intro {
  position: relative;
}

.p-top-character__intro-badge {
  color: #1c2127;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.48px;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 40px;
  padding-left: 2.5rem;
}
.p-top-character__intro-badge span {
  position: relative;
}
.p-top-character__intro-badge span::before, .p-top-character__intro-badge span::after {
  background: #1c2127;
  content: "";
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  width: 1.5625rem;
}
.p-top-character__intro-badge span::before {
  left: -40px;
  left: -2.5rem;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}
.p-top-character__intro-badge span::after {
  right: -40px;
  right: -2.5rem;
  -webkit-transform: translateY(-50%) rotate(120deg) scaleY(-1);
          transform: translateY(-50%) rotate(120deg) scaleY(-1);
}

.p-top-character__intro-label {
  background: #0066ff;
  border-radius: 0 3.125rem 3.125rem 0;
  color: #ffffff;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  letter-spacing: 0.03375rem;
  line-height: 1.5;
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

.p-top-character__main {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: 1fr;
  margin-top: 27px;
  margin-top: 1.6875rem;
  position: relative;
}

.p-top-character__left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-top-character__name {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2.34px;
  letter-spacing: 0.14625rem;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: left;
}

.p-top-character__profile {
  background: #ffffff;
  border-radius: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  position: relative;
}

.p-top-character__profile-title {
  color: #0066ff;
  font-family: "Prompt", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  left: -22px;
  left: -1.375rem;
  letter-spacing: 0.788px;
  letter-spacing: 0.0492625rem;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: absolute;
  top: -45px;
  top: -2.8125rem;
  -webkit-transform: rotate(-15.584deg);
          transform: rotate(-15.584deg);
}

.p-top-character__profile-item {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
.p-top-character__profile-item:first-child {
  margin-top: 0;
}

.p-top-character__profile-label-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-character__profile-label {
  background: #ffe100;
  border-radius: 3.75rem;
  color: #1c2127;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  line-height: 1.5;
  padding: 4px 43px;
  padding: 0.25rem 2.6875rem;
}

.p-top-character__profile-line {
  border-top: 2px dashed #1c2127;
  border-top: 0.125rem dashed #1c2127;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  height: 0.0625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  opacity: 0.5;
}

.p-top-character__profile-value {
  color: #1c2127;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  line-height: 1.5;
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-top-character__profile-message {
  margin-left: 12px;
  margin-left: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.p-top-character__profile-message p {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  line-height: 1.5;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
.p-top-character__profile-message p:first-child {
  margin-top: 0;
}

.p-top-character__right-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}

@-webkit-keyframes character-tilt {
  0%, 25%, 75%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30%, 32% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  34%, 36% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  38%, 40% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  42%, 44% {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
  }
  46%, 48% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50%, 52% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  54%, 56% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  58%, 60% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  62%, 70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes character-tilt {
  0%, 25%, 75%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30%, 32% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  34%, 36% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  38%, 40% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  42%, 44% {
    -webkit-transform: rotate(1.5deg);
            transform: rotate(1.5deg);
  }
  46%, 48% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  50%, 52% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  54%, 56% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  58%, 60% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  62%, 70% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-top-character__mascot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.p-top-character__mascot img {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-animation: character-tilt 7s ease-in-out infinite;
          animation: character-tilt 7s ease-in-out infinite;
  height: auto;
  max-width: 600px;
  max-width: 37.5rem;
     object-fit: cover;
     object-position: center;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.p-top-character__logo {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.p-top-character__logo {
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: -45px;
  top: -2.8125rem;
  width: 140px;
  width: 8.75rem;
}

.p-top-company {
  overflow: hidden;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-top-company__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 978px;
  max-width: 61.125rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  position: relative;
  width: 100%;
}

.p-top-company .c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-top-company .c-section-heading__title {
  color: #0066ff;
  position: relative;
}
.p-top-company .c-section-heading__title::before {
  color: rgb(229, 241, 255);
  content: "COMPANY";
  font-family: "Prompt", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: -1;
}

.p-top-company .c-section-heading__subtitle {
  color: #1c2127;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-top-company__info {
  background: transparent;
  background-color: #f0f0f0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-top-company__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: 7.5rem 1fr;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-top: 12px;
  padding-top: 0.75rem;
}

.p-top-company__label {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 12px 3px 12px;
  padding: 1rem 0.75rem 0.1875rem 0.75rem;
}

.p-top-company__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 12px 0;
  padding: 0.75rem 0;
  padding-left: 1em;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-top-company__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
}

.p-top-company__address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 4px;
  gap: 0.25rem;
}

.p-top-company__more {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-company__more-link {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  color: #1c2127;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-top-company__more-link:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
}

.p-top-company__more-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
}

.p-top-company__more-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFE100;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(255, 225, 0, 0.3);
          box-shadow: 0 0.125rem 0.5rem rgba(255, 225, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 32px;
  width: 2rem;
}
.p-top-company__more-icon img,
.p-top-company__more-icon svg {
  height: 20px;
  height: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 20px;
  width: 1.25rem;
}
.p-top-company__more-link:hover .p-top-company__more-icon {
  -webkit-box-shadow: 0 0.375rem 1rem rgba(255, 225, 0, 0.4);
          box-shadow: 0 0.375rem 1rem rgba(255, 225, 0, 0.4);
}

.p-top-difference {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-top-difference__bg {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
}

.p-top-difference__table-container {
  position: relative;
  width: 600px;
  width: 37.5rem;
}

.p-top-faq {
  background: #FFE100;
  padding: 60px 0 60px 0;
  padding: 3.75rem 0 3.75rem 0;
  position: relative;
  width: 100%;
}

.p-top-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-faq__item {
  background: #ffffff;
  border-radius: 1.875rem;
  padding: 20px;
  padding: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-top-faq__item--open .p-top-faq__icon-plus {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-top-faq__item--open .p-top-faq__icon-minus {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.p-top-faq__item--open .p-top-faq__answer {
  margin-top: 20px;
  margin-top: 1.25rem;
  max-height: 320px;
  max-height: 20rem;
  opacity: 1;
}

.p-top-faq__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 0;
}

.p-top-faq__question-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0066ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Prompt", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: auto;
}

.p-top-faq__question-text {
  color: #1c2127;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  line-height: 1.4;
  margin: 0;
}

.p-top-faq__question-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0066ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  height: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  width: 1.875rem;
}

.p-top-faq__icon-plus,
.p-top-faq__icon-minus {
  height: 20px;
  height: 1.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
  width: 1.25rem;
}
.p-top-faq__icon-plus path,
.p-top-faq__icon-minus path {
  stroke: #ffffff;
  stroke-width: 2;
}

.p-top-faq__icon-plus {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-top-faq__icon-minus {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.p-top-faq__answer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.p-top-faq__answer-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0066ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Prompt", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: auto;
}

.p-top-faq__answer-text {
  color: #1c2127;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  line-height: 1.5;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-top-feature {
  background: #d6e8ff;
  border-radius: 2.5rem 2.5rem 0 0;
  padding: 80px 0 100px 0;
  padding: 5rem 0 6.25rem 0;
  position: relative;
  width: 100%;
}

.p-top-feature .c-section-heading__description {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.75;
}

.p-top-feature__features {
  grid-gap: 2.5rem;
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-feature__feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-top-feature__feature:first-child .p-top-feature__feature-icon-image {
  max-width: 150px;
  max-width: 9.375rem;
}

.p-top-feature__feature-icon {
  -o-object-fit: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
     object-fit: cover;
  position: relative;
  width: 90%;
}

.p-top-feature__feature-icon-image {
  -o-object-fit: contain;
  max-width: 180px;
  max-width: 11.25rem;
     object-fit: contain;
  width: 100%;
}

.p-top-feature__feature-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: #FFE100;
  border-radius: 50%;
  bottom: 0;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 8px;
  left: 0.5rem;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  position: absolute;
}

.p-top-feature__feature-number-label {
  color: #1c2127;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1.19px;
  letter-spacing: 0.074375rem;
  line-height: 1.4;
}

.p-top-feature__feature-number-digit {
  color: #1c2127;
  font-family: "Prompt", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  line-height: 1;
}

.p-top-feature__feature-heading {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-top-feature__feature-highlight {
  color: #0066ff;
}

.p-top-feature__feature-description {
  color: #1c2127;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 6px;
  margin-top: 0.375rem;
  max-width: 308px;
  max-width: 19.25rem;
  text-align: left;
}

.p-top-flow {
  background: #e5f1ff;
  padding: 60px 0 80px 0;
  padding: 3.75rem 0 5rem 0;
  position: relative;
  width: 100%;
}

.p-top-flow__steps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-top-flow__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  max-width: 46.875rem;
  width: 100%;
}
.p-top-flow__step:not(:first-child) {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.p-top-flow__step-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 4px solid #0066ff;
  border: 0.25rem solid #0066ff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 102, 255, 0.1);
          box-shadow: 0 0.25rem 1rem rgba(0, 102, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  padding: 24px;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
.p-top-flow__step-content::after {
  border-color: #0066ff transparent transparent transparent;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-width: 1rem 1rem 0 1rem;
  bottom: -16px;
  bottom: -1rem;
  content: "";
  height: 0;
  left: 84px;
  left: 5.25rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.p-top-flow__step-content::before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-width: 0.75rem 0.75rem 0 0.75rem;
  bottom: -12px;
  bottom: -0.75rem;
  content: "";
  height: 0;
  left: 84px;
  left: 5.25rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 1;
}

.p-top-flow__step-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 120px;
  height: 7.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 120px;
  width: 7.5rem;
  z-index: 2;
}
.p-top-flow__step-icon img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: auto;
     object-fit: cover;
     object-position: center;
}

.p-top-flow__step-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-top-flow__step-number {
  color: #0066ff;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
}

.p-top-flow__step-title {
  color: #1c2127;
  font-family: "Murecho VF", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
}

.p-top-flow__step-description {
  color: #1c2127;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  max-width: 645px;
  max-width: 40.3125rem;
}

.p-top-flow__step-border {
  background: #0066ff;
  height: 1px;
  height: 0.0625rem;
  margin: 12px 0;
  margin: 0.75rem 0;
  opacity: 0.3;
  width: 100%;
}

.p-top-interview {
  padding: 60px 0 80px 0;
  padding: 3.75rem 0 5rem 0;
  position: relative;
  width: 100%;
}

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

.p-top-interview__interviews {
  grid-gap: 2rem;
  display: grid;
  gap: 32px;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-top-interview__item {
  border: 1px solid #d6dee5;
  border: 0.0625rem solid #d6dee5;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  max-width: 40rem;
  padding: 24px;
  padding: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-top-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-top-interview__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-top-interview__title span {
  display: inline-block;
}

.p-top-interview__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-top-interview__company {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
}

.p-top-interview__company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}

.p-top-interview__company-name {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1.05px;
  letter-spacing: 0.065625rem;
  line-height: 1.4;
}

.p-top-interview__company-type {
  color: #1c2127;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.75px;
  letter-spacing: 0.046875rem;
  line-height: 1.4;
}

.p-top-interview__company-image {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100px;
  height: 6.25rem;
  overflow: hidden;
  width: 100px;
  width: 6.25rem;
}

.p-top-interview__company-image img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-mv {
  height: 100svh;
  position: relative;
}

.p-top-mv__fv-animation {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.p-top-mv__fv-bg {
  background: linear-gradient(135deg, #4285f4 0%, #1e88e5 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-mv__parade {
  height: 120%;
  left: -100px;
  left: -6.25rem;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  width: 100%;
  will-change: transform;
}

.p-top-mv__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}

.p-top-mv__row--1 {
  top: 0px;
  top: 0rem;
}
.p-top-mv__row--1 .p-top-mv__set {
  -webkit-animation: slideLeft 41s linear infinite;
          animation: slideLeft 41s linear infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.p-top-mv__row--2 {
  top: calc(20% + 2.25rem);
}
.p-top-mv__row--2 .p-top-mv__set {
  -webkit-animation: slideRight 52s linear infinite;
          animation: slideRight 52s linear infinite;
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.p-top-mv__row--3 {
  top: calc(40% + 5rem);
}
.p-top-mv__row--3 .p-top-mv__set {
  -webkit-animation: slideLeft 63s linear infinite;
          animation: slideLeft 63s linear infinite;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.p-top-mv__row--4 {
  top: calc(60% + 9.375rem);
}
.p-top-mv__row--4 .p-top-mv__set {
  -webkit-animation: slideRight 74s linear infinite;
          animation: slideRight 74s linear infinite;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.p-top-mv__row--5 {
  top: calc(80% + 13.75rem);
}
.p-top-mv__row--5 .p-top-mv__set {
  -webkit-animation: slideLeft 85s linear infinite;
          animation: slideLeft 85s linear infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.p-top-mv__row--6 {
  top: calc(100% + 21.25rem);
}
.p-top-mv__row--6 .p-top-mv__set {
  -webkit-animation: slideRight 60s linear infinite;
          animation: slideRight 60s linear infinite;
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.p-top-mv__set {
  aspect-ratio: 5106/240;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: auto;
  will-change: transform;
}

.p-top-mv__mascot {
  -o-object-fit: contain;
  height: 100%;
  max-width: none;
     object-fit: contain;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  width: auto;
  will-change: transform;
}

.p-top-mv__content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}

.p-top-mv__lead {
  -webkit-animation: slideInFade 0.4s ease-out forwards;
          animation: slideInFade 0.4s ease-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  color: #fff;
  font-family: "Zen Kaku Gothic New",
    sans-serif;
  font-family: var(--font-zenkaku);
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  will-change: transform, opacity;
}

.p-top-mv__badge {
  background: #fff;
  border-radius: 0.25rem;
  color: #0066FF;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.p-top-mv__catch {
  -webkit-animation: scaleUpDynamic 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: scaleUpDynamic 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  margin-top: 30px;
  margin-top: 1.875rem;
  opacity: 0;
  padding: 0 35px;
  padding: 0 2.1875rem;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  will-change: transform, opacity;
}
.p-top-mv__catch picture,
.p-top-mv__catch img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 82%;
  width: 100%;
}

@-webkit-keyframes scaleUpDynamic {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleUpDynamic {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-top-mv__sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: scaleUpFade 0.4s ease-out forwards;
          animation: scaleUpFade 0.4s ease-out forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  will-change: transform, opacity;
}
.p-top-mv__sub img:first-child {
  height: auto;
  max-width: 50%;
  width: 100%;
}

.p-top-mv__hand {
  -webkit-animation: waveOnce 0.8s ease-in-out forwards;
          animation: waveOnce 0.8s ease-in-out forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  height: auto;
  margin-left: 8px;
  margin-left: 0.5rem;
  -webkit-transform-origin: 75% 70%;
          transform-origin: 75% 70%;
  width: 100px;
  width: 6.25rem;
  will-change: transform;
}

.p-top-mv__scroll-down {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 70px;
  bottom: 4.375rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top-mv__scroll-down:hover {
  opacity: 0.7;
}

.p-top-mv__scroll-down__text {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-animation: bounce 2s ease-in-out infinite;
          animation: bounce 2s ease-in-out infinite;
  color: #fff;
  font-family: "Zen Kaku Gothic New",
    sans-serif;
  font-family: var(--font-zenkaku);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-decoration: none;
  will-change: transform;
}

.p-top-mv__scroll-down__bg-line {
  background: rgba(0, 63, 148, 0.6);
  height: 8vh;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  width: 2.25px;
}

.p-top-mv__scroll-down__moving-line {
  -webkit-animation: scrollLineMove 2s ease-in-out infinite;
          animation: scrollLineMove 2s ease-in-out infinite;
  background: #fff;
  height: 4vh;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  width: 2.25px;
  will-change: transform;
}

/* 左にスライド - シームレス無限ループ */
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/* 右にスライド - シームレス無限ループ */
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideUpFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideUpFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scaleUpFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUpFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scrollLine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrollLine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes waveLoop {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@keyframes waveLoop {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
@-webkit-keyframes waveOnce {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes waveOnce {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
}
@-webkit-keyframes scrollLineMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 15vh, 0);
            transform: translate3d(0, 15vh, 0);
  }
}
@keyframes scrollLineMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 15vh, 0);
            transform: translate3d(0, 15vh, 0);
  }
}
/* ❶ 左からフェードインアニメーション */
.p-top-mv__subtitle-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeInFromLeft 1s ease-out forwards;
          animation: fadeInFromLeft 1s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 120px;
  top: 7.5rem;
  -webkit-transform: translate3d(calc(-50% - 6.25rem), 0, 0);
          transform: translate3d(calc(-50% - 6.25rem), 0, 0);
  will-change: transform, opacity;
}

.p-top-mv__subtitle-box {
  background: #fff;
  border-radius: 0.25rem;
  color: #333;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}

.p-top-mv__subtitle-connector {
  color: #fff;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
}

/* キーフレーム定義 */
@-webkit-keyframes fadeInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-50% - 6.25rem), 0, 0);
            transform: translate3d(calc(-50% - 6.25rem), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(calc(-50% - 6.25rem), 0, 0);
            transform: translate3d(calc(-50% - 6.25rem), 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scaleUpFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 手振りアニメーション */
@-webkit-keyframes waveHandIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
@keyframes waveHandIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes waveHand {
  0%, 100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
}
@keyframes waveHand {
  0%, 100% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
  }
  75% {
    -webkit-transform: translateY(-50%) rotate(20deg);
            transform: translateY(-50%) rotate(20deg);
  }
}
/* 背景マスコットの連続アニメーション */
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.p-top-news__heading {
  text-align: center;
}

.p-top-news__items {
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-top-price {
  background: #d6e8ff;
  overflow: hidden;
  padding: 60px 0 80px 0;
  padding: 3.75rem 0 5rem 0;
  position: relative;
  width: 100%;
}
.p-top-price .p-top-price__bg-text {
  height: 120px;
  height: 7.5rem;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  width: 100%;
  z-index: 0;
}
.p-top-price .p-top-price__bg-text-inner {
  -webkit-animation: slideLoop 20s linear infinite;
          animation: slideLoop 20s linear infinite;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Prompt", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 8px;
  letter-spacing: 0.5rem;
  line-height: 1;
  white-space: nowrap;
}
@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top-price__container {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top-price .c-section-heading {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.p-top-price .c-section-heading__subtitle {
  color: #0066ff;
  font-family: "Murecho VF", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.p-top-price__main-content {
  background: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
  max-width: 978px;
  max-width: 61.125rem;
  padding: 32px;
  padding: 2rem;
}

.p-top-price__message-title {
  font-family: "Murecho VF", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
.p-top-price__message-title small {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-top-price__highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE100), to(#FFE100));
  background: linear-gradient(transparent 60%, #FFE100 60%, #FFE100 100%);
  color: #1c2127;
  padding: 0 2px;
  padding: 0 0.125rem;
}

.p-top-price__message-description {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  line-height: 1.75;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-top-price__pricing {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-top-price__price-item {
  text-align: center;
}
.p-top-price__price-item:last-child .p-top-price__price-amount {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-top-price__price-label {
  background: #FFE100;
  border-radius: 4.375rem;
  color: #1c2127;
  display: inline-block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  line-height: 1.75;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}

.p-top-price__price-amount {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.p-top-price__price-meta {
  margin-left: auto;
}

.p-top-price__price-number {
  color: #0066ff;
  font-family: "Murecho VF", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
.p-top-price__price-number--zero {
  font-size: 140px;
  font-size: 8.75rem;
  letter-spacing: 1;
}
.p-top-price__price-number--fee {
  font-size: 120px;
  font-size: 7.5rem;
  letter-spacing: 1;
}

.p-top-price__price-unit {
  color: #0066ff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.64px;
  letter-spacing: 0.04rem;
  line-height: 1.75;
}

.p-top-price__price-per {
  color: #0066ff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.645px;
  letter-spacing: 0.0403125rem;
  line-height: 1.75;
}

.p-top-price__price-note {
  font-family: "Murecho VF", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: left;
}

.p-top-price__divider {
  background: #e0e0e0;
  height: 2px;
  height: 0.125rem;
  width: 100%;
}

.p-top-price__bottom-message {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-price__bottom-text {
  color: #1c2127;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.58px;
  letter-spacing: 0.03625rem;
  line-height: 1.75;
}

.p-top-price__bottom-highlight {
  display: inline-block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.58px;
  letter-spacing: 0.03625rem;
  line-height: 1.75;
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
}
.p-top-price__bottom-highlight::before {
  background: url(../images/common/icon-asirai-left.svg) center center/contain no-repeat;
  content: "";
  height: 32px;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
}
.p-top-price__bottom-highlight::after {
  background: url(../images/common/icon-asirai-right.svg) center center/contain no-repeat;
  content: "";
  height: 32px;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
}

.p-top-price__red-highlight {
  color: #ee0000;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  letter-spacing: -0.03125rem;
}

.p-top-price__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-problem {
  background: #0066ff;
  padding: 60px 0 80px 0;
  padding: 3.75rem 0 5rem 0;
  position: relative;
  width: 100%;
}

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

.p-top-problem .c-section-heading__subtitle {
  color: #ffffff;
}

.p-top-problem .c-section-heading__title {
  color: #ffffff;
}

.p-top-problem .c-section-heading__description {
  color: #ffffff;
}

.p-top-problem__problems-solutions {
  grid-gap: 4rem;
  display: grid;
  gap: 64px;
  gap: 4rem;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-problem__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
.p-top-problem__item:nth-child(2) .p-top-problem__problem-title {
  padding-left: 27px;
  padding-left: 1.6875rem;
}
.p-top-problem__item:nth-child(3) .p-top-problem__problem-title {
  padding-left: 20px;
  padding-left: 1.25rem;
}
.p-top-problem__item:nth-child(3) .p-top-problem__problem-list {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-top-problem__problem {
  background: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  max-width: 425px;
  max-width: 26.5625rem;
  padding: 56px 20px 32px 24px;
  padding: 3.5rem 1.25rem 2rem 1.5rem;
  position: relative;
  width: 100%;
}

.p-top-problem__problem-number {
  height: 64px;
  height: 4rem;
  left: -16px;
  left: -1rem;
  position: absolute;
  top: -24px;
  top: -1.5rem;
  width: 64px;
  width: 4rem;
}

.p-top-problem__problem-moyamoya {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 12px;
  top: 0.75rem;
}
.p-top-problem__problem-moyamoya img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: auto;
  max-width: 45px;
  max-width: 2.8125rem;
     object-fit: cover;
     object-position: center;
}

.p-top-problem__problem-title {
  color: #1c2127;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.42px;
  letter-spacing: 0.02625rem;
  line-height: 1.3;
}

.p-top-problem__problem-highlight {
  color: #0066ff;
}

.p-top-problem__problem-list {
  list-style: none;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-problem__problem-list li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
.p-top-problem__problem-list li:before {
  background: url(../images/common/icon-check.svg) center center/contain no-repeat;
  content: "";
  height: 14px;
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 15%;
  width: 14px;
  width: 0.875rem;
}

.p-top-problem__problem-character {
  bottom: -40px;
  bottom: -2.5rem;
  height: 80px;
  height: 5rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  width: 80px;
  width: 5rem;
}

.p-top-problem__problem-character img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-top-problem__arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-problem__arrow svg {
  height: 32px;
  height: 2rem;
  width: 32px;
  width: 2rem;
}

.p-top-problem__solution {
  background: #FFE100;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  max-width: 425px;
  max-width: 26.5625rem;
  padding: 40px 20px 18px 28px;
  padding: 2.5rem 1.25rem 1.125rem 1.75rem;
  position: relative;
  width: 100%;
}

.p-top-problem__solution-label {
  left: 14px;
  left: 0.875rem;
  position: absolute;
  top: 0;
}

.p-top-problem__solution-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.p-top-problem__solution-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 147px;
  height: 9.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 147px;
  width: 9.1875rem;
}

.p-top-problem__solution-icon-image {
  -o-object-fit: contain;
  height: auto;
  max-width: 60%;
     object-fit: contain;
}

.p-top-problem__solution-text {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.32px;
  letter-spacing: 0.02rem;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: left;
}

.p-top-problem__solution-highlight {
  color: #0066ff;
  font-weight: bold;
}

.p-top-reason {
  background-color: #E5F1FF;
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: -40px;
  margin-top: -2.5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
  width: 100%;
}

.p-top-reason__container {
  position: relative;
  width: 100%;
}

.p-top-reason__reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-reason__reason {
  background: #ffffff;
  border: 4px solid #0066ff;
  border: 0.25rem solid #0066ff;
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  min-height: 338px;
  min-height: 21.125rem;
  padding: 24px 30px;
  padding: 1.5rem 1.875rem;
  position: relative;
}

.p-top-reason__reasons-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-reason__reason-number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffe100;
  border-radius: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  height: 2.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  width: 6.875rem;
}

.p-top-reason__reason-number-text {
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-top-reason__reason-number-digit {
  color: #1c2127;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-top-reason__reason-image {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  width: 15.625rem;
}
.p-top-reason__reason-image img {
  -o-object-fit: cover;
  border-radius: 0.3125rem;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-top-reason__reason--second .p-top-reason__reason-image {
  width: 260px;
  width: 16.25rem;
}

.p-top-reason__reason-text h3 {
  color: #1c2127;
  font-family: "Murecho VF", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.p-top-reason__reason-text h3 br {
  display: none;
}
.p-top-reason__reason-text p {
  color: #1c2127;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.36px;
  letter-spacing: 0.0225rem;
  line-height: 1.7;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.p-top-reason__reason-text p br {
  display: block;
}

.p-top-reason__reason-highlight {
  color: #0066ff;
}

.u-fadeinup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1.4s, -webkit-transform 0.8s;
  transition: opacity 1.4s, -webkit-transform 0.8s;
  transition: opacity 1.4s, transform 0.8s;
  transition: opacity 1.4s, transform 0.8s, -webkit-transform 0.8s;
}

.u-fadeinup.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

div:has(> img.u-no-image),
figure:has(> img.u-no-image) {
  border: 1px solid var(--gray2);
}

img.u-no-image {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10% 20%;
}

.u-pc {
  display: none;
}

.u-text-new {
  color: var(--color-navy);
}

.u-text-renew {
  color: var(--color-deep-green);
}

.u-text-small {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  line-height: 1.4;
}

.u-vertical-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-vertical-heading--pc {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
}

.u-vertical-heading::before {
  content: "";
  display: inline-block;
  height: 50px;
  height: 3.125rem;
  width: 1px;
}

.u-vertical-heading--pc::before {
  content: none;
}

.u-vertical-heading--new::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#498FFF), to(#072266));
  background-image: linear-gradient(#498FFF, #072266);
}

.u-vertical-heading--renew::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01FB88), to(#035D34));
  background-image: linear-gradient(#01FB88, #035D34);
}

@media screen and (min-width: 600px){
  :root {
    --header-height: 53px;
    --header-height: 3.3125rem;
  }
  html {
    font-size: 16px;
  }
  .p-top-about__merit-container {
    max-width: 280px;
    max-width: 17.5rem;
  }
  .p-top-mv__parade {
    height: 125%;
  }
}

@media screen and (min-width: 768px){
  :root {
    --header-height: 80px;
    --header-height: 5rem;
  }
  .p-single__title {
    font-size: max(40px, 10px);
    font-size: max(2.5rem, 10px);
  }
  .p-404__heading {
    font-family: "Noto Serif JP VF", serif;
    font-family: var(--font-noto-serif);
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    font-weight: 700;
  }
  .p-top-news__heading, .p-policy__heading, .p-feature__heading, .p-admission__heading {
    font-family: "Noto Serif JP VF", serif;
    font-family: var(--font-noto-serif);
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    font-weight: 700;
  }
  .p-top-news__heading, .p-policy__heading, .p-feature__heading, .p-admission__heading {
    font-family: "Noto Serif JP VF", serif;
    font-family: var(--font-noto-serif);
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    font-weight: 700;
    line-height: 1.2;
  }
  .p-course-items__heading {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  html {
    font-size: 1.25vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 2.5rem;
  }
  .l-fixed {
    bottom: 40px;
    bottom: 2.5rem;
    display: block;
    right: 40px;
    right: 2.5rem;
    -webkit-transform: translateX(calc(100% + 2.5rem));
            transform: translateX(calc(100% + 2.5rem));
  }
  .l-fixed img {
    max-width: 100%;
  }
  .l-footer {
    margin-top: 108px;
    margin-top: 6.75rem;
  }
  .l-hero-caption {
    margin-top: -22px;
    margin-top: -1.375rem;
  }
  .l-inner {
    max-width: 1280px;
    max-width: 80rem;
    padding-left: 50px;
    padding-left: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
  }
  .l-news {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-single {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-top-access {
    margin-top: 92px;
    margin-top: 5.75rem;
  }
  .l-top-new {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .l-top-news {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-top-renew {
    margin-top: 105px;
    margin-top: 6.5625rem;
  }
  .l-top-summary {
    margin-top: 66px;
    margin-top: 4.125rem;
  }
  .c-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    gap: 1.75rem;
  }
  .c-button {
    font-size: 22px;
    font-size: 1.375rem;
    height: 107px;
    height: 6.6875rem;
  }
  .c-button__icon {
    height: 24px;
    height: 1.5rem;
  }
  .c-button__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-button--download .c-button__icon {
    height: 32px;
    height: 2rem;
  }
  .c-no-post {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .c-section-heading__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-section-heading__title span {
    display: inline-block;
  }
  .c-section-heading__title {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 1.5px;
    letter-spacing: 0.09375rem;
  }
  .c-section-heading__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-admission__heading {
    text-align: center;
  }
  .p-admission__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-categories__link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 4px 3px;
    padding: 0.25rem 0.1875rem;
  }
  .p-contact-header {
    height: 360px;
    height: 22.5rem;
  }
  .p-contact-header__title {
    font-size: 64px;
    font-size: 4rem;
  }
  .p-contact {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
  .p-top-difference__bg {
    border: #D6DEE5 solid 2px;
    border: #D6DEE5 solid 0.125rem;
    border-radius: 3.125rem;
    margin-top: -60px;
    margin-top: -3.75rem;
    padding: 100px 60px;
    padding: 6.25rem 3.75rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .entry__form {
    border-radius: 3.125rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    padding: 40px 64px 80px;
    padding: 2.5rem 4rem 5rem;
  }
  .form__title--type02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__input {
    width: 100%;
  }
  .formInput input {
    height: 60px;
    height: 3.75rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    width: 100%;
  }
  .formInput__post input {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    width: 20rem;
  }
  .formInput__address input {
    width: 70%;
  }
  .formSelect select {
    height: 60px;
    height: 3.75rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    width: 250px;
    width: 15.625rem;
  }
  .formDate__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    gap: 2.1875rem;
  }
  .form__dataBlock {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .form__dataBlockLabel {
    display: block;
    width: 80px;
    width: 5rem;
  }
  .form__dataBlockDate {
    width: auto;
  }
  .formCalendar input {
    height: 60px;
    height: 3.75rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    width: 250px;
    width: 15.625rem;
  }
  .Android .formCalendar input {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .form__dataBlockSelect {
    width: auto;
  }
  .formNumber__flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    gap: 1.875rem;
  }
  .formNumber__blockLabel01 {
    margin-right: 30px;
    margin-right: 1.875rem;
    width: auto;
  }
  .formNumber__blockInput {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 10px;
    margin-right: 0.625rem;
    width: 150px;
    width: 9.375rem;
  }
  .formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .formCheckbox input + span {
    padding: 0 0 0 35px;
    padding: 0 0 0 2.1875rem;
  }
  .formRadio .wpcf7-radio {
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .formTextarea textarea {
    min-height: 350px;
    min-height: 21.875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .form__acceptance {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .form__submit {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .formBtn input,
  .formBtn a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px;
    padding: 1.25rem;
  }
  .formBtn input:disabled:hover,
  .formBtn a:disabled:hover {
    cursor: not-allowed;
  }
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-formFile .wpcf7-file {
    margin-top: 0;
  }
  .p-formFile input[type=file]::-webkit-file-upload-button {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 46px;
    padding: 0.75rem 2.875rem;
  }
  .p-formFile input[type=file]::file-selector-button {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 46px;
    padding: 0.75rem 2.875rem;
  }
  .p-content h2 {
    font-size: 225%;
  }
  .p-content h3 {
    font-size: 180%;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .wp-block-image,
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure:nth-child(n+2) {
    margin-top: 44px;
    margin-top: 2.75rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-course-items__item {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: var(--course-direction);
            flex-direction: var(--course-direction);
    gap: 46px;
    gap: 2.875rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .p-course-items__item-wrap {
    display: block;
  }
  .p-course-items__image {
    min-width: 280px;
    min-width: 17.5rem;
    width: min(23.1944444444vw, 334px);
  }
  .p-course-items__image--renew {
    min-width: 100%;
    width: min(29.3055555556vw, 422px);
  }
  .p-course-items__dialog-trigger-items {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .p-course-items__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .p-course-items__copy {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    font-weight: 500;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-course-items__dl {
    grid-gap: 0.6875rem 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: grid;
    gap: 11px 16px;
    gap: 0.6875rem 1rem;
    grid-template-columns: auto 1fr;
  }
  .p-course-items__dd + .p-course-items__dt {
    margin-top: 0;
  }
  .p-course-items__dd {
    margin-top: 0;
  }
  .p-course-items__dd-text + .p-course-items__dd-text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-dialog-triggers__trigger {
    gap: 16px;
    gap: 1rem;
    max-width: none;
    max-width: initial;
  }
  .p-dialog {
    height: calc(100svb - 6.25rem);
    max-width: 760px;
    max-width: 47.5rem;
    max-width: 650px;
    max-width: 40.625rem;
  }
  .p-dialog__container {
    padding: 80px 78px;
    padding: 5rem 4.875rem;
  }
  .p-dialog__heading {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 3px 16px;
    padding: 0.1875rem 1rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .p-dialog__copy {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-dialog__description {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-dialog__career-description {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-dialog__close {
    right: 34px;
    right: 2.125rem;
    top: 30px;
    top: 1.875rem;
    width: 42px;
    width: 2.625rem;
  }
  .p-feature {
    gap: 5.5555555556vw;
  }
  .p-feature__items {
    gap: 23px;
    gap: 1.4375rem;
    padding-top: 107px;
    padding-top: 6.6875rem;
  }
  .p-footer {
    height: 167px;
    height: 10.4375rem;
  }
  .p-news-items__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    gap: 1.125rem;
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .p-news-items__meta {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 23px;
    gap: 1.4375rem;
  }
  .p-news-items__category {
    font-size: var(--text-regular);
    letter-spacing: 0.05em;
    padding: 1px 8px;
    padding: 0.0625rem 0.5rem;
  }
  .p-news-items__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .p-news-items__title-text {
    -webkit-line-clamp: 1;
  }
  .p-news-items__button {
    margin-top: 82px;
    margin-top: 5.125rem;
  }
  .p-news-items__pagenavi {
    margin-top: 125px;
    margin-top: 7.8125rem;
  }
  .p-news__categories-list {
    gap: 10px 57px;
    gap: 0.625rem 3.5625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-news__categories-link {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    padding: 4px 3px;
    padding: 0.25rem 0.1875rem;
  }
  .p-news__items {
    margin-left: 0;
    margin-right: 0;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-numbered-list__tub-menus {
    display: none;
  }
  .p-numbered-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
    gap: 1.6875rem;
    overflow: visible;
    overflow: initial;
    padding-left: 12px;
    padding-left: 0.75rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-numbered-list__item {
    border-top-width: 1px;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
  .p-numbered-list__item.is-active {
    position: relative;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-numbered-list__item:nth-child(2).is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-numbered-list__item:nth-child(3).is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-numbered-list__item:nth-child(4).is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-numbered-list__item-no {
    background-color: var(--accent-color);
    color: #fff;
    color: var(--color-white);
    display: inline-block;
    left: 0;
    padding: 1px;
    padding: 0.0625rem;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .nav-links {
    padding-left: 64px;
    padding-left: 4rem;
    padding-right: 64px;
    padding-right: 4rem;
  }
  .page-numbers {
    min-width: 36px;
    min-width: 2.25rem;
  }
  .p-policy {
    margin-left: auto;
    margin-right: auto;
    max-width: 767px;
    max-width: 47.9375rem;
  }
  .p-policy__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8.1944444444vw;
  }
  .p-policy__heading {
    letter-spacing: 0.04em;
  }
  .p-single__inner {
    max-width: 900px;
    max-width: 56.25rem;
  }
  .p-single__meta {
    gap: 8px;
    gap: 0.5rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single__date {
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
  }
  .p-single__back {
    margin-top: 108px;
    margin-top: 6.75rem;
  }
  .p-table:has([data-label]) .p-table__th {
    display: table-cell;
  }
  .p-table__th {
    width: auto;
  }
  .p-table__td {
    padding: 1px 9px;
    padding: 0.0625rem 0.5625rem;
  }
  .p-table__td[data-label] {
    display: table-cell;
    padding: 3px 9px;
    padding: 0.1875rem 0.5625rem;
    width: auto;
  }
  .p-table__td[data-label]::before {
    content: none;
  }
  .p-table__th::after,
  .p-table__td[data-label]::after {
    content: none;
  }
  .p-table__td span {
    -ms-flex-line-pack: center;
        align-content: center;
    align-content: center;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-content: center;
    min-height: 74px;
    min-height: 4.625rem;
    place-content: center;
  }
  .p-top-about__merit {
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-top-about__merit-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
  .p-top-about__merit-label {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .p-top-about__merit-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .p-top-about__merit-number {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-about__main {
    border-radius: 5rem 5rem 0 0;
    padding-bottom: 200px;
    padding-bottom: 12.5rem;
    padding-top: 130px;
    padding-top: 8.125rem;
  }
  .p-top-about__steps {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    gap: 1.75rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .p-top-about__line {
    display: block;
  }
  .p-top-about__step {
    height: 420px;
    height: 26.25rem;
  }
  .p-top-about__step-image {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-top-about__step-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-about__step-text p {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-about__buttons {
    margin-top: 180px;
    margin-top: 11.25rem;
  }
  .p-top-career {
    padding: 80px 0 100px 0;
    padding: 5rem 0 6.25rem 0;
  }
  .p-top-career__grid {
    gap: 40px 32px;
    gap: 2.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-top-career__item {
    width: 100%;
  }
  .p-top-character {
    background: transparent;
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-top-character__container {
    background: #e5f3ff;
    border-radius: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-top-character__speech-bubble {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    max-width: 329px;
    max-width: 20.5625rem;
    right: 40px;
    right: 2.5rem;
    top: 60px;
    top: 3.75rem;
  }
  .p-top-character__intro {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-character__intro-badge {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-left: 85px;
    padding-left: 5.3125rem;
  }
  .p-top-character__intro-label {
    display: inline-block;
  }
  .p-top-character__main {
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    min-height: 37.5rem;
  }
  .p-top-character__name {
    font-size: 80px;
    font-size: 5rem;
    margin-left: 60px;
    margin-left: 3.75rem;
  }
  .p-top-character__profile {
    margin-left: 40px;
    margin-left: 2.5rem;
    padding: 48px 40px;
    padding: 3rem 2.5rem;
    width: 650px;
    width: 40.625rem;
  }
  .p-top-character__profile-label {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 4px 43px;
    padding: 0.25rem 2.6875rem;
  }
  .p-top-character__right-content {
    height: 100%;
    margin-left: -111px;
    margin-left: -6.9375rem;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-top-character__logo {
    right: 50px;
    right: 3.125rem;
    top: -55px;
    top: -3.4375rem;
    width: 190px;
    width: 11.875rem;
  }
  .p-top-company {
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .p-top-company .c-section-heading__title::before {
    font-size: 120px;
    font-size: 7.5rem;
  }
  .p-top-company .c-section-heading__subtitle {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-company__item {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .p-top-company__label {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 24px 0;
    padding: 1.5rem 0;
  }
  .p-top-company__value {
    border-left: 1px solid #fff;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 24px 0;
    padding: 1.5rem 0;
    padding-left: 1em;
  }
  .p-top-company__address {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-top-company__address-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 18px;
    font-size: 1.125rem;
    gap: 1em;
  }
  .p-top-company__more {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-top-company__more-link {
    font-size: 16px;
    font-size: 1rem;
    gap: 16px;
    gap: 1rem;
  }
  .p-top-company__more-text {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  .p-top-company__more-icon {
    height: 36px;
    height: 2.25rem;
    width: 36px;
    width: 2.25rem;
  }
  .p-top-difference {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-top-difference__content .c-section-heading {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
  }
  .p-top-difference__bg {
    border: #D6DEE5 solid 2px;
    border: #D6DEE5 solid 0.125rem;
    border-radius: 3.125rem;
    margin-top: -60px;
    margin-top: -3.75rem;
    padding: 100px 60px;
    padding: 6.25rem 3.75rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .p-top-difference__table-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: visible;
    width: 100%;
  }
  .p-top-faq {
    padding: 80px 0 120px 0;
    padding: 5rem 0 7.5rem 0;
  }
  .p-top-faq__items {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-top-faq__item {
    border-radius: 2.75rem;
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
  }
  .p-top-faq__item--open .p-top-faq__answer {
    margin-top: 24px;
    margin-top: 1.5rem;
    max-height: 324px;
    max-height: 20.25rem;
  }
  .p-top-faq__question {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-top-faq__question-icon {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-top-faq__question-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-top-faq__question-toggle {
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-top-faq__icon-plus,
  .p-top-faq__icon-minus {
    height: 22px;
    height: 1.375rem;
    width: 22px;
    width: 1.375rem;
  }
  .p-top-faq__answer {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-top-faq__answer-icon {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .p-top-faq__answer-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-top-feature {
    border-radius: 5rem 5rem 0 0;
    padding: 100px 0 120px 0;
    padding: 6.25rem 0 7.5rem 0;
  }
  .p-top-feature .c-section-heading__description {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.32px;
    letter-spacing: 0.02rem;
  }
  .p-top-feature__features {
    gap: 48px;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-top-feature__feature-icon {
    width: 100%;
  }
  .p-top-feature__feature-number-label {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 1.19px;
    letter-spacing: 0.074375rem;
  }
  .p-top-feature__feature-number-digit {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 1.8px;
    letter-spacing: 0.1125rem;
  }
  .p-top-feature__feature-heading {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .p-top-feature__feature-description {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-flow {
    padding: 80px 0 100px 0;
    padding: 5rem 0 6.25rem 0;
  }
  .p-top-flow__step-icon {
    height: 175px;
    height: 10.9375rem;
    width: 175px;
    width: 10.9375rem;
  }
  .p-top-flow__step-number {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-flow__step-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-top-flow__step-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .p-top-flow__step-border {
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-top-interview {
    padding: 80px 0 100px 0;
    padding: 5rem 0 6.25rem 0;
  }
  .p-top-interview__item {
    padding: 28px;
    padding: 1.75rem;
  }
  .p-top-interview__title {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-top-interview__text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .p-top-interview__company-name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-top-interview__company-type {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-top-interview__company-image {
    height: 129px;
    height: 8.0625rem;
    width: 129px;
    width: 8.0625rem;
  }
  .p-top-mv__parade {
    left: -100px;
    left: -6.25rem;
    top: -120px;
    top: -7.5rem;
  }
  .p-top-mv__row {
    height: 22%;
  }
  .p-top-mv__lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-mv__badge {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .p-top-mv__catch picture,
  .p-top-mv__catch img {
    max-width: 86%;
  }
  .p-top-mv__sub img:first-child {
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-top-mv__subtitle-text {
    gap: 12px;
    gap: 0.75rem;
    top: 150px;
    top: 9.375rem;
  }
  .p-top-mv__subtitle-box {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    padding: 6px 16px;
    padding: 0.375rem 1rem;
  }
  .p-top-mv__subtitle-connector {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-news__items {
    margin-left: 0;
    margin-right: 0;
    margin-top: 74px;
    margin-top: 4.625rem;
  }
  .p-top-price {
    padding: 166px 0 120px 0;
    padding: 10.375rem 0 7.5rem 0;
  }
  .p-top-price .p-top-price__bg-text {
    height: 200px;
    height: 12.5rem;
    top: 115px;
    top: 7.1875rem;
  }
  .p-top-price .p-top-price__bg-text-inner {
    font-size: 160px;
    font-size: 10rem;
  }
  .p-top-price .c-section-heading {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .p-top-price .c-section-heading__subtitle {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-price__main-content {
    padding: 48px;
    padding: 3rem;
  }
  .p-top-price__message-title small {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-price__message-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-price__message-description {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-top-price__pricing {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    gap: 3.75rem;
    margin-left: 69px;
    margin-left: 4.3125rem;
    margin-top: 69px;
    margin-top: 4.3125rem;
  }
  .p-top-price__price-item:last-child .p-top-price__price-amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top-price__price-label {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 10px 24px;
    padding: 0.625rem 1.5rem;
  }
  .p-top-price__price-number--zero {
    font-size: 160px;
    font-size: 10rem;
  }
  .p-top-price__price-number--fee {
    font-size: 160px;
    font-size: 10rem;
  }
  .p-top-price__price-unit {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-price__price-per {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-price__price-note {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-top-price__divider {
    height: 320px;
    height: 20rem;
    width: 2px;
    width: 0.125rem;
  }
  .p-top-price__bottom-message {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-top-price__bottom-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-price__bottom-highlight {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-left: 70px;
    padding-left: 4.375rem;
    padding-right: 54px;
    padding-right: 3.375rem;
  }
  .p-top-price__bottom-highlight::before {
    height: 46px;
    height: 2.875rem;
    width: 54px;
    width: 3.375rem;
  }
  .p-top-price__bottom-highlight::after {
    height: 46px;
    height: 2.875rem;
    width: 54px;
    width: 3.375rem;
  }
  .p-top-price__red-highlight {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-price__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
    gap: 1.75rem;
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-top-problem {
    padding: 80px 0 100px 0;
    padding: 5rem 0 6.25rem 0;
  }
  .p-top-problem__problems-solutions {
    gap: 28px;
    gap: 1.75rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-top-problem__item {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-top-problem__problem {
    min-height: 300px;
    min-height: 18.75rem;
    padding: 67px 20px 32px 24px;
    padding: 4.1875rem 1.25rem 2rem 1.5rem;
  }
  .p-top-problem__problem-number {
    height: 92px;
    height: 5.75rem;
    left: -20px;
    left: -1.25rem;
    top: -35px;
    top: -2.1875rem;
    width: 92px;
    width: 5.75rem;
  }
  .p-top-problem__problem-title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-top-problem__problem-character {
    bottom: -60px;
    bottom: -3.75rem;
    height: 106px;
    height: 6.625rem;
    width: 106px;
    width: 6.625rem;
  }
  .p-top-problem__arrow svg {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-top-problem__solution {
    min-height: 400px;
    min-height: 25rem;
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-top-problem__solution-icon {
    height: 124px;
    height: 7.75rem;
    width: 124px;
    width: 7.75rem;
  }
  .p-top-problem__solution-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-reason {
    border-radius: 5rem 5rem 0 0;
    margin-top: -80px;
    margin-top: -5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-top-reason__reason {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 100px;
    gap: 6.25rem;
    padding: 42px 80px;
    padding: 2.625rem 5rem;
  }
  .p-top-reason__reason-image {
    width: 280px;
    width: 17.5rem;
  }
  .p-top-reason__reason--second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-reason__reason--second .p-top-reason__reason-image {
    width: 320px;
    width: 20rem;
  }
  .p-top-reason__reason-text h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-top-reason__reason-text p {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-reason__reason-text p span {
    display: inline-block;
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
  .u-vertical-heading--pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .u-vertical-heading::before {
    height: 100px;
    height: 6.25rem;
  }
  .u-vertical-heading--pc::before {
    content: "";
  }
}

@media screen and (min-width: 1024px){
  :root {
    --header-height: 80px;
    --header-height: 5rem;
  }
  html {
    font-size: 16px;
  }
  .c-button {
    width: 576px;
    width: 36rem;
  }
  .c-section-heading--left {
    text-align: left;
  }
  .c-section-heading__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-section-heading__title {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
  }
  .c-section-heading__description {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-difference__bg {
    margin-top: -85px;
    margin-top: -5.3125rem;
    padding: 120px 100px;
    padding: 7.5rem 6.25rem;
  }
  .p-top-about__merit {
    padding: 100px 0 150px 0;
    padding: 6.25rem 0 9.375rem 0;
  }
  .p-top-about__merit-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-about__merit-number {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-about__step--first {
    top: 62px;
    top: 3.875rem;
  }
  .p-top-about__step--second {
    top: 31px;
    top: 1.9375rem;
  }
  .p-top-about__step--third {
    top: 0;
  }
  .p-top-career {
    padding: 100px 0 120px 0;
    padding: 6.25rem 0 7.5rem 0;
  }
  .p-top-career__grid {
    gap: 48px 40px;
    gap: 3rem 2.5rem;
    /* ▼PCは6カラム＋各カードは2カラム分を占有 */
    grid-template-columns: repeat(6, 1fr);
    /* 余りが2枚（=5枚, 8枚, ...）→ 中央寄せ： [2-3列] と [4-5列] に配置 */
    /* 4枚目 */
    /* 5枚目 */
    /* 余りが1枚（=4枚, 7枚, ...）→ ど真ん中： [3-4列] に配置 */
  }
  .p-top-career__grid > * {
    grid-column: span 2;
  }
  .p-top-career__grid > :nth-last-child(2):nth-child(3n+1) {
    grid-column: 2/span 2;
  }
  .p-top-career__grid > :last-child:nth-child(3n+2) {
    grid-column: 4/span 2;
  }
  .p-top-career__grid > :last-child:nth-child(3n+1) {
    grid-column: 3/span 2;
  }
  .p-top-character {
    padding: 120px 0 120px 0;
    padding: 7.5rem 0 7.5rem 0;
  }
  .p-top-character__intro {
    margin-top: 52px;
    margin-top: 3.25rem;
  }
  .p-top-character__intro-label {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-left: 0px;
    margin-left: 0rem;
    padding: 22.5px 65px;
    padding: 1.40625rem 4.0625rem;
  }
  .p-top-character__name {
    font-size: 117px;
    font-size: 7.3125rem;
    margin-left: 82px;
    margin-left: 5.125rem;
  }
  .p-top-character__profile-title {
    font-size: 39.411px;
    font-size: 2.4631875rem;
    left: -22px;
    left: -1.375rem;
    top: -45px;
    top: -2.8125rem;
  }
  .p-top-character__profile-value {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-top-character__profile-message p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .p-top-character__profile-message {
    margin-left: 12px;
    margin-left: 0.75rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-top-company .c-section-heading__title::before {
    font-size: 160px;
    font-size: 10rem;
  }
  .p-top-company__item {
    padding-left: 70px;
    padding-left: 4.375rem;
  }
  .p-top-difference__bg {
    margin-top: -85px;
    margin-top: -5.3125rem;
    padding: 120px 100px;
    padding: 7.5rem 6.25rem;
  }
  .p-top-faq__question {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-top-faq__answer {
    gap: 24px;
    gap: 1.5rem;
  }
  .p-top-feature {
    padding: 130px 0 150px 0;
    padding: 8.125rem 0 9.375rem 0;
  }
  .p-top-feature__feature-icon-image {
    max-width: 200px;
    max-width: 12.5rem;
  }
  .p-top-flow {
    padding: 100px 0 120px 0;
    padding: 6.25rem 0 7.5rem 0;
  }
  .p-top-flow__step {
    max-width: 1180px;
    max-width: 73.75rem;
  }
  .p-top-flow__step-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
    gap: 5rem;
    padding: 32px 70px 30px 73px;
    padding: 2rem 4.375rem 1.875rem 4.5625rem;
  }
  .p-top-flow__step-content::after {
    border-width: 22px 22px 0 22px;
    border-width: 1.375rem 1.375rem 0 1.375rem;
    bottom: -22px;
    bottom: -1.375rem;
    left: 160.5px;
    left: 10.03125rem;
  }
  .p-top-flow__step-content::before {
    border-width: 20px 20px 1px 20px;
    border-width: 1.25rem 1.25rem 1px 1.25rem;
    bottom: -18px;
    bottom: -1.125rem;
    left: 160.5px;
    left: 10.03125rem;
  }
  .p-top-interview {
    padding: 100px 0 156px 0;
    padding: 6.25rem 0 9.75rem 0;
  }
  .p-top-interview__interviews {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-top-interview__item {
    padding: 32px 27px 30px 30px;
    padding: 2rem 1.6875rem 1.875rem 1.875rem;
  }
  .p-top-mv__parade {
    height: 140%;
    left: -100px;
    left: -6.25rem;
    top: -308px;
    top: -19.25rem;
  }
  .p-top-price .c-section-heading__subtitle {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-top-problem {
    padding: 100px 0 120px 0;
    padding: 6.25rem 0 7.5rem 0;
  }
  .p-top-reason__reasons {
    margin-bottom: 102px;
    margin-bottom: 6.375rem;
    margin-top: 78px;
    margin-top: 4.875rem;
  }
  .p-top-reason__reason-number-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-reason__reason-number-digit {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-top-reason__reason-image {
    width: 302px;
    width: 18.875rem;
  }
  .p-top-reason__reason-text h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .p-top-reason__reason-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1440px){
  :root {
    --header-height: 80px;
    --header-height: 5rem;
  }
  html {
    font-size: 16px;
  }
  .p-top-feature__features {
    gap: 80px;
    gap: 5rem;
  }
  .p-top-interview__interviews {
    gap: 32px;
    gap: 2rem;
  }
  .p-top-price__main-content {
    padding: 76px 76px 48px 72px;
    padding: 4.75rem 4.75rem 3rem 4.5rem;
  }
  .p-top-price__bottom-text {
    font-size: 29px;
    font-size: 1.8125rem;
  }
  .p-top-price__bottom-highlight {
    font-size: 29px;
    font-size: 1.8125rem;
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem;
  }
  .p-top-price__red-highlight {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
  .p-top-problem__problem {
    min-height: 237px;
    min-height: 14.8125rem;
    padding: 67px 20px 32px 33px;
    padding: 4.1875rem 1.25rem 2rem 2.0625rem;
  }
  .p-top-problem__problem-list li {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-problem__problem-list li::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-problem__solution {
    max-width: 100%;
    min-height: 325px;
    min-height: 20.3125rem;
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .p-top-problem__solution-icon {
    height: 147px;
    height: 9.1875rem;
    width: 147px;
    width: 9.1875rem;
  }
}

@media (max-width: 390px){
  html {
    font-size: 4.1025641026vw;
  }
}

@media (min-width: 1280px){
  html {
    font-size: 16px;
  }
}

@media (min-width: 1921px){
  html {
    font-size: 0.8328vw;
  }
}

@media (any-hover: hover){
  a:hover {
    opacity: 0.7;
  }
  .c-button:hover .c-button__text::after {
    width: 100%;
  }
  .p-categories__link:hover {
    background-color: rgb(119, 122, 125);
    opacity: 1;
  }

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-categories__link:hover {
    background-color: color-mix(in srgb, var(--color-black) 60%, var(--color-white));
  }
}
  .p-dialog-triggers__trigger:hover {
    background-color: var(--background-active);
    opacity: 1;
  }
  .p-dialog__close:hover {
    opacity: 0.7;
  }
  .p-news-items__link:hover {
    background-color: rgb(232, 233, 233);
    opacity: 1;
  }

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-news-items__link:hover {
    background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
  }
}
  .p-news__categories-link:hover {
    background-color: rgb(232, 233, 233);
    opacity: 1;
  }

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-news__categories-link:hover {
    background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
  }
}
  .p-numbered-list__tab-menu-button:hover {
    background-color: rgb(232, 233, 233);
    opacity: 1;
  }

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.p-numbered-list__tab-menu-button:hover {
    background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
  }
}
  .page-numbers:not(.current):not(.dots):hover {
    background-color: rgb(232, 233, 233);
    opacity: 1;
  }

@supports (color: color-mix(in lch, red, blue)) and (top: var(--f)){
.page-numbers:not(.current):not(.dots):hover {
    background-color: color-mix(in srgb, var(--color-black) 10%, var(--color-white));
  }
}
}

@media (max-width: 767px){
  .p-top-mv__row--2 {
    top: calc(16.6666666667% + 0.625rem);
  }
  .p-top-mv__row--3 {
    top: calc(33.3333333333% + 1.25rem);
  }
  .p-top-mv__row--4 {
    top: calc(50% + 1.875rem);
  }
  .p-top-mv__row--5 {
    top: calc(66.6666666667% + 2.5rem);
  }
  .p-top-mv__row--6 {
    top: calc(83.3333333333% + 3.125rem);
  }
  .p-top-mv__catch {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-top-mv__catch picture,
  .p-top-mv__catch img {
    max-width: 90%;
  }
  .p-top-mv__sub {
    gap: 4px;
    gap: 0.25rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-mv__hand {
    margin-left: 4px;
    margin-left: 0.25rem;
    width: 60px;
    width: 3.75rem;
  }
}

@media screen and (min-width: 1500px){
  .p-top-mv__mascot {
    max-height: 100%;
  }
}

@media (max-width: 450px){
  .p-top-mv__hand {
    width: 32px;
    width: 2rem;
  }
}

@media screen and (max-width: 500px){
  .p-top-price__bottom-highlight {
    width: 100%;
  }
}

@media screen and (min-width: 1280px){
  .p-top-reason__reason-text h3 br {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
