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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1439px) and (min-width: 769px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}
picture,
img,
a {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: px(769)) {
  a08[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 8.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 390px;
    padding: 0 1rem;
  }
}

.l-inner--narrow {
  width: 100%;
  max-width: 60rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-inner--narrow {
    width: 100%;
    max-width: 390px;
    padding: 0 1rem;
  }
}

.l-inner--wide-narrow {
  width: 100%;
  max-width: 1440px;
  padding-inline: 21.25rem;
}
@media screen and (max-width: 768px) {
  .l-inner--wide-narrow {
    width: 100%;
    max-width: 390px;
    padding: 0 1rem;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, translate 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out;
}

.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fadeIn-delay {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}

.c-animated__fadeIn-delay.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__clipView {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
}

.c-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__clipView--fv {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
}

.c-animated__clipView--fv.js-show {
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}

.c-section-title {
  text-align: center;
}

.c-section-title__english {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #194196;
}
@media screen and (max-width: 768px) {
  .c-section-title__english {
    font-size: 0.875rem;
  }
}

.c-section-title__japanese {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #0f1d42;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title__japanese {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.c-section-title__accent {
  color: #194196;
}

.c-section-title--white .c-section-title__english {
  color: #ffffff;
}

.c-section-title--white .c-section-title__japanese {
  color: #ffffff;
}

.c-cta {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 2.5rem;
  padding-inline: 0;
  background: #092149;
}
@media screen and (max-width: 768px) {
  .c-cta {
    gap: 0.5rem;
    padding-block: 1.5rem;
    padding-inline: 1rem;
  }
}

.c-cta__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__lead {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.c-cta__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-cta__buttons {
    gap: 0.5rem;
    width: 100%;
  }
}

.c-cta__btn {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  gap: 0.5rem;
  width: 23.25rem;
  min-height: 5rem;
  padding-block: 0.5rem;
  padding-inline: 2.125rem 2.0625rem;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 768px) {
  .c-cta__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 0rem;
    width: auto;
    min-width: 0;
    min-height: auto;
    padding-block: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.c-cta__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3125rem;
  translate: 0 -50%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .c-cta__btn::after {
    right: 1.1875rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-cta__btn--mail {
  background: #ffe500;
  color: #0f1d42;
}

.c-cta__btn--line {
  background: #00b900;
  color: #ffffff;
}

.c-cta__btn--tel {
  background: #932020;
  color: #ffffff;
}

@media (any-hover: hover) {
  .c-cta__btn--mail:hover {
    background-color: #ffeb39;
  }
  .c-cta__btn--line:hover {
    background-color: #00d500;
  }
  .c-cta__btn--tel:hover {
    background-color: #b82424;
  }
}
.c-cta__btn--mail:active {
  background-color: #e8d000;
}

.c-cta__btn--line:active {
  background-color: #006a00;
}

.c-cta__btn--tel:active {
  background-color: #5d2020;
}

.c-cta__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.c-cta__btn-icon img,
.c-cta__btn-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-icon {
    width: 1rem;
    height: 1rem;
  }
}

.c-cta__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__note {
    font-size: 0.75rem;
  }
}

.c-cta--fixed-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cta--fixed-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    gap: 0.375rem;
    padding: 0.5rem 0.625rem calc(0.5rem + env(safe-area-inset-bottom));
    -webkit-box-shadow: 0 -0.25rem 1rem rgba(15, 29, 66, 0.12);
            box-shadow: 0 -0.25rem 1rem rgba(15, 29, 66, 0.12);
  }
  .c-cta--fixed-sp .c-cta__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 2.375rem;
    padding-block: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.3;
  }
  .c-cta--fixed-sp .c-cta__btn--fixed-tel {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-height: 2.625rem;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
  }
}

.c-reason-number {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-padding-before: 2px;
          padding-block-start: 2px;
  background: #194196;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  white-space: nowrap;
}

.c-reason-number__label {
  font-size: 0.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.c-reason-number__num {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-reason-number__num {
    font-size: 1.875rem;
  }
}

.c-reason-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  isolation: isolate;
}

.c-reason-title .c-reason-number {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: -0.375rem;
          margin-inline-end: -0.375rem;
}

.c-reason-title__ribbon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 16.875rem;
  min-height: 2.375rem;
  padding-block: 0.4375rem;
  -webkit-padding-start: 0.9375rem;
          padding-inline-start: 0.9375rem;
  -webkit-padding-end: 2.25rem;
          padding-inline-end: 2.25rem;
  background: #ffe500;
  clip-path: polygon(0 0, calc(100% - 0.625rem) 0, 90% 50%, calc(100% - 0.625rem) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .c-reason-title__ribbon {
    min-width: 11.25rem;
    min-height: 2.125rem;
    padding-block: 0.375rem;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    -webkit-padding-end: 1.875rem;
            padding-inline-end: 1.875rem;
    clip-path: polygon(0 0, calc(100% - 0.625rem) 0, 90% 50%, calc(100% - 0.625rem) 100%, 0 100%);
  }
}

.c-reason-title__ribbon-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #0f1d42;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-reason-title__ribbon-text {
    font-size: 1rem;
  }
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}

.c-table__head {
  display: grid;
  background: #092149;
  color: #ffffff;
}

.c-table__row {
  display: grid;
  border-bottom: 1px solid #e0e2e7;
}

.c-table__row:nth-child(even) {
  background: #f2f6ff;
}

.c-table__row--header {
  background: #092149;
  color: #ffffff;
}

.c-table__row--total {
  background: #194196;
  color: #ffffff;
  font-weight: 700;
}

.c-table__cell {
  padding-block: 0.75rem;
  padding-inline: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-table__cell {
    font-size: 0.875rem;
  }
}

.c-table__cell--label {
  font-weight: 700;
  color: #0f1d42;
}

.c-table__cell--discount {
  color: #b82424;
  font-weight: 700;
}

.c-table__cell--highlight {
  color: #194196;
  font-weight: 700;
}

.c-table--2col .c-table__row {
  grid-template-columns: 1fr 1fr;
}

.c-table--3col .c-table__row {
  grid-template-columns: 1fr 1fr 1fr;
}

.c-voice-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 6.25rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-voice-card {
    gap: 1.5rem;
    padding-block: 3rem;
    padding-inline: 1rem;
  }
}

.c-voice-card__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-voice-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    text-align: center;
  }
}

.c-voice-card__photo {
  position: static;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.c-voice-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  .c-voice-card__photo {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    translate: -50% 0;
    width: 5rem;
    border: 4px solid #ffffff;
  }
}

.c-voice-card__meta {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-voice-card__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}

.c-voice-card__company {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .c-voice-card__company {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.c-voice-card__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #5e6066;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-voice-card__person {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-voice-card__role {
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-voice-card__role {
    font-size: 0.75rem;
  }
}

.c-voice-card__name,
.c-voice-card__honorific {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-voice-card__name,
  .c-voice-card__honorific {
    font-size: 0.875rem;
  }
}

.c-voice-card__title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-voice-card__title {
    max-width: 20.375rem;
    font-size: 1.5rem;
  }
}

.c-voice-card__title-accent {
  color: #194196;
}

.c-voice-card__body {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-voice-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.c-voice-card__letter-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1.5rem rgba(25, 65, 150, 0.16);
          box-shadow: 0 0.5rem 1.5rem rgba(25, 65, 150, 0.16);
}
.c-voice-card__letter-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-voice-card__letter-img {
    width: 15rem;
  }
}

.c-voice-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
.c-voice-card__text p {
  -webkit-margin-after: 1.03125rem;
          margin-block-end: 1.03125rem;
}
.c-voice-card__text p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .c-voice-card__text {
    width: 100%;
    font-size: 1rem;
  }
}

.c-voice-card__paragraph--gap-top {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

.c-voice-card--reverse .c-voice-card__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-voice-card--reverse .c-voice-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-voice-card--reverse .c-voice-card__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .c-voice-card--reverse .c-voice-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-voice-card--support {
  padding-block: 3rem;
}

.c-voice-card--support .c-voice-card__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-voice-card--support .c-voice-card__head {
    gap: 0.5rem;
  }
}

.c-voice-card--support .c-voice-card__photo {
  width: 7.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c-voice-card--support .c-voice-card__photo {
    width: 5rem;
  }
}

.c-voice-card--support .c-voice-card__title {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-voice-card--support .c-voice-card__title {
    font-size: 1.25rem;
    max-width: none;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .c-voice-card--support .c-voice-card__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}

.c-voice-card--support .c-voice-card__text {
  width: 100%;
}

.c-voice-card__photo-group {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-voice-card__photo-group {
    gap: 0.25rem;
  }
}

.c-voice-card__photo-note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #5e6066;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-voice-card__photo-note {
    position: absolute;
    top: 0.75rem;
    left: calc(50% + 3rem);
    font-size: 0.625rem;
  }
}

.c-voice-card__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5e6066;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-voice-card__caption {
    font-size: 0.75rem;
    text-align: left;
  }
}

.c-marker {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe500));
  background: linear-gradient(transparent 60%, #ffe500 60%);
}
@media screen and (max-width: 768px) {
  .c-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffe500));
    background: linear-gradient(transparent 75%, #ffe500 75%);
  }
}

.c-marker--mv {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffe500), color-stop(90%, #ffe500), color-stop(90%, transparent));
  background: linear-gradient(transparent 75%, #ffe500 75%, #ffe500 90%, transparent 90%);
}
@media screen and (max-width: 768px) {
  .c-marker--mv {
    linear-gradient: transparent 75%, #ffe500 55%, #ffe500 95%, transparent 95%;
  }
}

.p-drawer__icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-drawer__icon {
    position: fixed;
    z-index: 102;
    top: 17px;
    right: 20px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 24px;
    height: 16px;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #b6e7f3;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}

.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-left: 34px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}

.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-footer {
  background-color: #092149;
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding-block: 2.5rem;
  }
}

.p-footer__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.p-footer__logo {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-footer__logo-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  color: #ffffff;
}

.p-footer__logo-specialty {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-footer__logo-specialty {
    font-size: 0.75rem;
  }
}

.p-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.p-header {
  width: 100%;
  height: auto;
  background: #ffffff;
}

.p-header__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 8.75rem;
  padding-block: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding-inline: 1rem;
    padding-block: 0.8125rem;
  }
}

.p-header__logo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  color: #0f1d42;
}

.p-header__specialty {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #5e6066;
}
@media screen and (max-width: 768px) {
  .p-header__specialty {
    font-size: 0.75rem;
  }
}

.p-mv {
  position: relative;
  min-height: 41.375rem;
  overflow: hidden;
  background: #eef1f5 url("../../img/img_mv-badge-financing-pass-rate-98.webp") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .p-mv {
    min-height: 37.5rem;
    background-image: url("../../img/img_mv-badge-establishment-fee-zero.webp");
  }
}

.p-mv__inner {
  position: relative;
  display: grid;
  grid-template-columns: 41.25rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0rem;
  min-height: 41.375rem;
  padding-inline: 14.375rem;
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    display: block;
    min-height: 37.5rem;
    padding-block: 1rem 3rem;
    padding-inline: 1rem;
  }
}

.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    gap: 0.5rem;
  }
}

.p-mv__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-mv__labels {
    gap: 0.25rem;
  }
}

.p-mv__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.75rem;
  padding-inline: 0.5rem;
  background: #0f1d42;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__label {
    font-size: 0.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-mv__label-accent {
  color: #ffe500;
}

.p-mv__eyebrow {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__eyebrow {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.p-mv__subcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border-block: 1px solid #194196;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__subcopy {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.p-mv__subcopy-accent {
  color: #194196;
}
@media screen and (max-width: 768px) {
  .p-mv__subcopy-accent {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.p-mv__hero {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-mv__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 1.1;
  color: #092149;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__heading {
    font-size: 3.5rem;
    line-height: 1.2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-mv__heading-line {
  display: block;
}

.p-mv__heading-accent {
  color: #194196;
}

.p-mv__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__lead {
    font-size: 1rem;
  }
}

.p-mv__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8125rem;
  list-style: none;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-mv__badges {
    display: grid;
    grid-template-columns: repeat(2, 7.1875rem);
    grid-template-rows: repeat(2, 7.1875rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.375rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-mv__badge {
  width: 8.75rem;
  height: 8.75rem;
}
.p-mv__badge img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__badge {
    width: 7.1875rem;
    height: 7.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__badge:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    -webkit-margin-before: -1.25rem;
            margin-block-start: -1.25rem;
  }
}

.p-mv__note {
  max-width: 28.75rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-mv__note {
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    max-width: 12.375rem;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}

.p-mv__visual {
  position: absolute;
  top: 8.75rem;
  right: 12.1875rem;
}
@media screen and (max-width: 768px) {
  .p-mv__visual {
    top: auto;
    right: -1.375rem;
    bottom: -1.25rem;
    width: 50%;
    max-width: 12.1875rem;
  }
}

.p-mv__name {
  position: absolute;
  bottom: 3.75rem;
  left: 10.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-mv__name {
    bottom: 2.375rem;
    left: 3.125rem;
  }
}

.p-mv__name-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-mv__name-title {
    font-size: 0.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-mv__name-full {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-mv__name-full {
    font-size: 1.25rem;
  }
}

.p-mv__person {
  width: 25.6875rem;
  aspect-ratio: 411/557;
  overflow: hidden;
}
.p-mv__person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 768px) {
  .p-mv__person {
    width: 100%;
    aspect-ratio: 195/298;
  }
}

.p-concerns {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 3.125rem;
          padding-block-end: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-concerns {
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
    -webkit-padding-after: 3.5rem;
            padding-block-end: 3.5rem;
  }
}

.p-concerns-title {
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
@media screen and (max-width: 768px) {
  .p-concerns-title {
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.p-concerns-title__accent {
  position: relative;
  z-index: 0;
  color: #ffe500;
}

.p-concerns-title__accent::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 9.0625rem;
  height: 3.375rem;
  content: "";
  background: #0f1d42;
  translate: -50% -42%;
}
@media screen and (max-width: 768px) {
  .p-concerns-title__accent::before {
    width: 6.0625rem;
    height: 2.375rem;
    translate: -50% -38%;
  }
}

.p-concerns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-concerns__inner {
    gap: 1.5rem;
    max-width: none;
    padding-inline: 0;
  }
}

.p-concerns__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr auto;
  gap: 2rem 2.5rem;
  width: 100%;
  max-width: 60rem;
  min-height: 22.8125rem;
  margin-inline: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-concerns__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: none;
    min-height: auto;
  }
}

.p-concerns-card {
  position: relative;
  min-height: 6.25rem;
  overflow: visible;
  border-radius: 0.5rem;
  background: #eef1f5;
}
@media screen and (max-width: 768px) {
  .p-concerns-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    padding-block: 0.5rem;
  }
}

.p-concerns-card:nth-child(5) {
  grid-column: 1/-1;
  width: 100%;
  max-width: 28.75rem;
  margin-inline: auto;
}

.p-concerns-card__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-inline: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-concerns-card__text {
    position: relative;
    top: auto;
    left: auto;
    width: 12.5rem;
    padding-inline: 0;
    font-size: 1rem;
    translate: none;
  }
}

.p-concerns-card__line {
  display: block;
}

.p-concerns-card__line--accent {
  color: #194196;
}

.p-concerns-card__img {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.p-concerns-card__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-concerns-card__img {
    bottom: auto;
  }
}

.p-concerns-card--01 .p-concerns-card__img {
  right: 3.5rem;
  width: 3.375rem;
}
@media screen and (max-width: 768px) {
  .p-concerns-card--01 .p-concerns-card__img {
    top: -0.5625rem;
    right: 2rem;
    width: 2.125rem;
  }
}

.p-concerns-card--02 .p-concerns-card__img {
  left: 2.125rem;
  width: 4.0625rem;
}
@media screen and (max-width: 768px) {
  .p-concerns-card--02 .p-concerns-card__img {
    top: -0.75rem;
    left: 1.875rem;
    width: 2.5625rem;
  }
}

.p-concerns-card--03 .p-concerns-card__img {
  left: 2.3125rem;
  width: 3.875rem;
}
@media screen and (max-width: 768px) {
  .p-concerns-card--03 .p-concerns-card__img {
    top: -0.6875rem;
    right: 1.6875rem;
    left: auto;
    width: 2.4375rem;
  }
}

.p-concerns-card--04 .p-concerns-card__img {
  right: 1.625rem;
  width: 3.5625rem;
}
@media screen and (max-width: 768px) {
  .p-concerns-card--04 .p-concerns-card__img {
    top: -0.875rem;
    left: 1.6875rem;
    right: auto;
    width: 2.25rem;
  }
}

.p-concerns-card--05 .p-concerns-card__img {
  right: 2.5rem;
  width: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-concerns-card--05 .p-concerns-card__img {
    top: -0.5rem;
    right: 2rem;
    width: 2.5rem;
  }
}

.p-concerns__bridge {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.p-concerns__bridge-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concerns__bridge-text {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.p-concerns__arrow {
  width: 14.25rem;
  -webkit-margin-before: -0.5rem;
          margin-block-start: -0.5rem;
}
.p-concerns__arrow img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-concerns__arrow {
    width: 7.125rem;
    -webkit-margin-before: -0.25rem;
            margin-block-start: -0.25rem;
  }
}

.p-concerns-bubble {
  position: relative;
  width: 100%;
  max-width: 72.5rem;
  margin-inline: auto;
  -webkit-margin-after: 1.75rem;
          margin-block-end: 1.75rem;
  padding-block: 3rem;
  border-radius: 0.5rem;
  background: #092149;
}
@media screen and (max-width: 768px) {
  .p-concerns-bubble {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    -webkit-margin-after: 0;
            margin-block-end: 0;
    padding-block: 3rem;
    padding-inline: 1rem;
    border-radius: 0;
  }
}

.p-concerns-bubble::after {
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  width: 6.25rem;
  height: 3.5rem;
  content: "";
  background: #092149;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .p-concerns-bubble::after {
    bottom: -1.375rem;
    width: 3.125rem;
    height: 1.5rem;
  }
}

.p-concerns-bubble__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #ffffff;
  text-align: center;
}

.p-concerns-bubble__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-concerns-bubble__heading {
    font-size: 1.875rem;
  }
}

.p-concerns-bubble__heading-line {
  display: block;
}

.p-concerns-bubble__heading-accent {
  color: #ffe500;
}

@media screen and (max-width: 768px) {
  .p-concerns-bubble__heading-line--pc {
    display: none;
  }
}

.p-concerns-bubble__heading-line--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-concerns-bubble__heading-line--sp {
    display: block;
  }
}

.p-concerns-bubble__desc {
  max-width: 32rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-concerns-bubble__desc {
    max-width: none;
    font-size: 1rem;
    text-align: left;
  }
}

.p-reason {
  -webkit-padding-after: 4rem;
          padding-block-end: 4rem;
}
@media screen and (max-width: 768px) {
  .p-reason {
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}

.p-reason-title {
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-reason-title {
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.p-reason-title__accent {
  color: #194196;
}

.p-reason__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    gap: 1.5rem;
  }
}

.p-reason__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: 5.1875rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    gap: 1.8125rem;
  }
}

.p-reason-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0.5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reason-item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-radius: 0;
    background: transparent;
  }
}

.p-reason-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-reason-item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason-item__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.75rem;
  aspect-ratio: 460/290;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-reason-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-reason-item__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    aspect-ratio: 358/220;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
    border-radius: 0.5rem;
  }
}

.p-reason-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .p-reason-item__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
    text-align: left;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-reason-item .c-reason-title {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-reason-item .c-reason-number {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    translate: -50% 0;
  }
}

@media screen and (max-width: 768px) {
  .p-reason-item .c-reason-title__ribbon {
    position: absolute;
    top: 12.75rem;
    left: 0;
    z-index: 3;
    min-width: 11.875rem;
    min-height: 2.25rem;
    padding-block: 0.375rem;
    -webkit-padding-start: 0.625rem;
            padding-inline-start: 0.625rem;
    -webkit-padding-end: 1.75rem;
            padding-inline-end: 1.75rem;
    clip-path: polygon(0 0, calc(100% - 0.625rem) 0, 90% 50%, calc(100% - 0.625rem) 100%, 0 100%);
  }
}

@media screen and (max-width: 768px) {
  .p-reason-item .c-reason-title__ribbon-text {
    font-size: 0.875rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-reason-item__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-reason-item__heading {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-reason-item__heading-accent {
  color: #194196;
}

.p-reason-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-reason-item__text {
    font-size: 1rem;
  }
}

.p-reason-item__text p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-reason-board-wrap {
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-reason-board-wrap {
    max-width: 22.375rem;
  }
}

.p-reason-board {
  position: relative;
  min-height: 17.4375rem;
  padding-block: 3.3125rem 3.4375rem;
  padding-inline: 2.5rem;
  border-radius: 0.5rem;
  background: #eef1f5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason-board {
    min-height: 16.75rem;
    padding-block: 2.5rem 2.5rem;
    padding-inline: 1rem;
  }
}

.p-reason-board::after {
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  width: 6.25rem;
  height: 3.5rem;
  content: "";
  background: #eef1f5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .p-reason-board::after {
    bottom: -1.5625rem;
    width: 3.125rem;
    height: 1.75rem;
  }
}

.p-reason-board__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-reason-board__heading {
    font-size: 1.625rem;
  }
}

.p-reason-board__heading-line {
  display: block;
}

.p-reason-board__heading-accent {
  color: #194196;
}

.p-reason-board__desc {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-reason-board__desc {
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    font-size: 1rem;
  }
}

.p-reason-board__char {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.p-reason-board__char img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason-board__char--l {
  bottom: -0.0625rem;
  left: 5.75rem;
  width: 6.9375rem;
}
@media screen and (max-width: 768px) {
  .p-reason-board__char--l {
    bottom: -2.5rem;
    left: 0;
    width: 5.3125rem;
  }
}

.p-reason-board__char--r {
  right: 5.75rem;
  width: 7.25rem;
  height: 7.8125rem;
  overflow: hidden;
}
.p-reason-board__char--r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .p-reason-board__char--r {
    right: 0rem;
    width: 5.5rem;
    height: 5.9375rem;
    bottom: -2.5rem;
  }
}

.p-results {
  padding-block: 5rem 2.5rem;
  background: #092149;
  text-align: center;
  -webkit-margin-after: -1px;
          margin-block-end: -1px;
}
@media screen and (max-width: 768px) {
  .p-results {
    padding-block: 3rem 1.5rem;
  }
}

.p-results__lead {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-results__lead {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 1rem;
  }
}

.p-results__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 5rem;
  max-width: 67.5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  margin-inline: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-results__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    max-width: none;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-results-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-results-item__caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-results-item__caption {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-results-item__laurel {
  width: 100%;
  max-width: 30.75rem;
}
.p-results-item__laurel img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-results-item__laurel {
    max-width: 15.9375rem;
  }
}

.p-voice {
  padding-block: 5rem;
  background: #eef1f5;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding-block: 3rem;
  }
}

.p-voice__inner {
  padding-inline: 15rem;
}
@media screen and (max-width: 768px) {
  .p-voice__inner {
    padding-inline: 1rem;
  }
}

.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-voice__list {
    gap: 4rem;
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}

.p-google-voice {
  padding-block: 5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-google-voice {
    padding-block: 3rem;
  }
}

.p-google-voice__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-google-voice__head {
    gap: 0.5rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.p-google-voice__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-google-voice__heading {
    font-size: 1.5rem;
  }
}

.p-google-voice__logo-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-google-voice__logo {
  display: block;
  width: 22.75rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-google-voice__logo {
    width: 14.0625rem;
  }
}

.p-google-voice__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-google-voice__grid {
    gap: 1.5rem;
  }
}

.p-google-voice__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-google-voice__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.4375rem;
  }
}

.p-google-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #e0e2e7;
  overflow: hidden;
}
.p-google-voice__item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-google-voice__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.p-finance {
  padding-block: 5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-finance {
    padding-block: 3rem;
  }
}

.p-finance-attention {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.375rem 6.3125rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  background: #194196;
  border-radius: 0.5rem;
  width: 47.5rem;
  margin-inline: auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-finance-attention {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.125rem 2.0625rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    width: 100%;
  }
}

.p-finance-attention__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #ffe500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-attention__label {
    font-size: 0.875rem;
  }
}

.p-finance-attention__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-attention__desc {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-finance-attention__desc-accent {
  color: #ffe500;
}

.p-finance-attention__img {
  position: absolute;
  top: -1.5625rem;
  right: 0.625rem;
  width: 5.8125rem;
  height: 7.4375rem;
  pointer-events: none;
}
.p-finance-attention__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-finance-attention__img {
    top: -0.5625rem;
    right: auto;
    left: 16.4375rem;
    width: 5rem;
    height: 6.4375rem;
  }
}

.p-finance__body {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
.p-finance__body p {
  -webkit-margin-after: 1.0625rem;
          margin-block-end: 1.0625rem;
}
.p-finance__body p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .p-finance__body {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    font-size: 1rem;
  }
  .p-finance__body p {
    -webkit-margin-after: 1.0625rem;
            margin-block-end: 1.0625rem;
  }
}

.p-finance-card {
  position: relative;
  padding: 3.5rem 6.25rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  background: #eef1f5;
  border-radius: 0.5rem;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-finance-card {
    padding: 1.5rem 1rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-finance-card__frame {
  position: absolute;
  top: -1.3125rem;
  left: 50%;
  translate: -50% 0;
  width: 2.0625rem;
  height: 2.625rem;
  pointer-events: none;
}
.p-finance-card__frame img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-finance-card--grant {
  padding-block: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-finance-card--grant {
    padding-block: 1.5rem;
  }
}

.p-finance-card__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-card__heading {
    font-size: 1.5rem;
  }
}

.p-finance-card__lead {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-finance-card__lead {
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
    font-size: 1rem;
  }
}

.p-finance-result {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-finance-result {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-finance-result__category {
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-finance-result__category {
    font-size: 1rem;
  }
}

.p-finance-table {
  width: 100%;
}

.p-finance-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-inline: 1px solid #e0e2e7;
  -webkit-border-after: 1px solid #e0e2e7;
          border-block-end: 1px solid #e0e2e7;
}
.p-finance-table__row:first-child {
  -webkit-border-before: 1px solid #e0e2e7;
          border-block-start: 1px solid #e0e2e7;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.p-finance-table__row:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
}

.p-finance-table__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.94;
      -ms-flex: 0.94;
          flex: 0.94;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  padding-left: 1.625rem;
  background: #194196;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  -webkit-border-end: 1px solid #e0e2e7;
          border-inline-end: 1px solid #e0e2e7;
}
@media screen and (max-width: 768px) {
  .p-finance-table__th {
    gap: 0.25rem;
    padding-inline: 0.75rem;
    padding-block: 0.71875rem;
    font-size: 0.75rem;
  }
}

.p-finance-table__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.01875rem;
  height: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-finance-table__icon {
    width: 1rem;
    height: 1rem;
  }
}

.p-finance-table__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.6875rem;
  background: #ffffff;
  color: #194196;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-table__td {
    font-size: 1rem;
    padding-block: 0.4375rem;
    white-space: normal;
  }
}

.p-finance-grant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-finance-grant {
    gap: 1rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-finance-grant__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 4.75rem;
  border: 1px solid #e0e2e7;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-finance-grant__row {
    min-height: 3.5rem;
  }
}

.p-finance-grant__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background: #194196;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-grant__th {
    font-size: 0.8125rem;
    padding: 0.8125rem;
  }
}

.p-finance-grant__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background: #ffffff;
  color: #194196;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-grant__td {
    font-size: 1rem;
    padding: 0.8125rem;
  }
}

.p-finance-grant__other-heading {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #194196;
}
@media screen and (max-width: 768px) {
  .p-finance-grant__other-heading {
    font-size: 0.875rem;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-finance-grant__other-body {
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-finance-grant__other-body {
    font-size: 1rem;
  }
}

.p-finance-subsection {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -webkit-border-before: 1px solid #092149;
          border-block-start: 1px solid #092149;
}
@media screen and (max-width: 768px) {
  .p-finance-subsection {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
  }
}

.p-finance-subsection__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-finance-subsection__heading {
    font-size: 1.5rem;
  }
}

.p-finance-subsection__accent {
  color: #194196;
}

.p-finance-voice-images {
  position: relative;
  width: 100%;
  min-height: 42.4375rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-finance-voice-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    min-height: auto;
  }
}

.p-finance-voice-images__item {
  position: absolute;
  top: 0;
  width: 28.75rem;
  -webkit-border-before: 1px solid #e0e2e7;
          border-block-start: 1px solid #e0e2e7;
}
.p-finance-voice-images__item img {
  display: block;
  width: 100%;
  height: auto;
}
.p-finance-voice-images__item:nth-child(1) {
  left: 0;
}
.p-finance-voice-images__item:nth-child(2) {
  left: 31.25rem;
}
@media screen and (max-width: 768px) {
  .p-finance-voice-images__item {
    position: static;
    width: 100%;
  }
}

.p-finance-video-embed {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  width: 100%;
  aspect-ratio: 961/541;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #eef1f5;
}
.p-finance-video-embed img,
.p-finance-video-embed video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-finance-video-embed {
    aspect-ratio: 358/200;
  }
}

.p-support {
  padding-block: 5rem;
  background: #eef1f5;
}
@media screen and (max-width: 768px) {
  .p-support {
    padding-block: 3rem;
  }
}

.p-support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-support-card {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-support-card__img {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-support-card__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-support-card__img {
    height: 13.75rem;
  }
  .p-support-card__img img {
    height: 100%;
  }
}

.p-support-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-support-card__heading {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-support-card__heading {
    font-size: 1.5rem;
  }
}

.p-support-card__heading-accent {
  color: #194196;
}

.p-support-card__body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
.p-support-card__body p {
  -webkit-margin-after: 1.0625rem;
          margin-block-end: 1.0625rem;
}
.p-support-card__body p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  .p-support-card__body {
    font-size: 1rem;
  }
  .p-support-card__body p {
    -webkit-margin-after: 1.0625rem;
            margin-block-end: 1.0625rem;
  }
}

.p-support-voice {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-border-before: 1px solid #092149;
          border-block-start: 1px solid #092149;
}
@media screen and (max-width: 768px) {
  .p-support-voice {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
  }
}

.p-support-voice__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-support-voice__heading {
    font-size: 1.5rem;
  }
}

.p-support-voice__heading-accent {
  color: #194196;
}

.p-support-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-support-voice__list {
    gap: 4rem;
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.p-flow {
  padding-block: 5rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-block: 3rem;
  }
}

.p-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 2.5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8125rem 1rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}

.p-flow-item__img {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-flow-item__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  color: #0f1d42;
}

.p-flow-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-flow-item__title {
    font-size: 1.125rem;
  }
}

.p-flow-item__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow-item__desc {
    font-size: 1rem;
  }
}

.p-flow-item__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  background: #092149;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1;
  color: #ffffff;
}

.p-price {
  padding-block: 5rem;
  background-color: #eef1f5;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding-block: 3rem;
  }
}

.p-price__lead {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-price__lead {
    font-size: 1rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-price__lead strong {
  font-weight: 700;
}

.p-price__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__cards {
    gap: 1rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-price__card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2.5rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-price__card {
    padding: 1.5rem 1rem;
    gap: 1rem;
  }
}

.p-price__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-price__card-title {
    font-size: 1.5rem;
  }
}

.p-price__card-note {
  font-size: 0.875rem;
  color: #5e6066;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-price__card-note {
    font-size: 0.75rem;
  }
}

.p-price__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__tables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-price__table-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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: 0.5rem;
}

.p-price__table-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-price__table-heading {
    font-size: 1rem;
  }
}

.p-price__table-heading span {
  color: #194196;
}

.p-price__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-price__table thead tr th {
  height: 4.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
  border-left: 1px solid #e0e2e7;
  border-top: 1px solid #e0e2e7;
  vertical-align: middle;
}
.p-price__table thead tr th:first-child {
  background-color: #ffffff;
  color: #0f1d42;
  border-top-left-radius: 0.5rem;
}

.p-price__table thead tr th:nth-child(2) {
  background-color: #092149;
  color: #ffffff;
}

.p-price__table thead tr th:last-child {
  background-color: #194196;
  color: #ffffff;
  border-right: 1px solid #e0e2e7;
  border-top-right-radius: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-price__table thead tr th:last-child {
    font-size: 0.875rem;
  }
}

.p-price__table tbody tr td {
  height: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  vertical-align: middle;
  border-left: 1px solid #e0e2e7;
  border-top: 1px solid #e0e2e7;
}
@media screen and (max-width: 768px) {
  .p-price__table tbody tr td {
    font-size: 0.875rem;
  }
}

.p-price__table tbody tr td:first-child {
  background-color: #ffffff;
  color: #5e6066;
  text-align: center;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__table tbody tr td:first-child {
    font-size: 0.75rem;
  }
}

.p-price__table tbody tr td:nth-child(2) {
  background-color: rgba(9, 33, 73, 0.05);
  color: #092149;
  text-align: right;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}

.p-price__table tbody tr td:last-child {
  background-color: #f2f6ff;
  color: #194196;
  text-align: right;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
  border-right: 1px solid #e0e2e7;
}

.p-price__table tbody .p-price__tr--discount td {
  background-color: rgba(184, 36, 36, 0.1) !important;
  color: #c82b55 !important;
}

.p-price__table tbody .p-price__tr--total td {
  height: 3.1875rem;
  border-bottom: 1px solid #e0e2e7;
}

.p-price__table tbody .p-price__tr--total td:first-child {
  font-size: 1rem;
  border-bottom-left-radius: 0.5rem;
  color: #5e6066;
}
@media screen and (max-width: 768px) {
  .p-price__table tbody .p-price__tr--total td:first-child {
    font-size: 1rem;
  }
}

.p-price__table tbody .p-price__tr--total td:nth-child(2) {
  font-size: 0.875rem;
  color: #092149;
}

.p-price__table tbody .p-price__tr--total td:last-child {
  font-size: 1.375rem;
  color: #194196;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__table tbody .p-price__tr--total td:last-child {
    font-size: 1.125rem;
  }
}

.p-price__table--stretch tbody tr:not(.p-price__tr--total) td {
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__table--stretch tbody tr:not(.p-price__tr--total) td {
    height: 2rem;
  }
}

.p-price__message {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-price__message {
    font-size: 1.25rem;
  }
}

.p-price__fee-box {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e0e2e7;
}

.p-price__fee-header {
  background-color: #194196;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  text-align: center;
  padding-block: 1rem;
}
@media screen and (max-width: 768px) {
  .p-price__fee-header {
    font-size: 0.875rem;
    padding-block: 0.75rem;
  }
}

.p-price__fee-body {
  background-color: #f2f6ff;
  text-align: center;
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__fee-body {
    padding-block: 0.5rem;
  }
}

.p-price__fee-amount {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #194196;
}
@media screen and (max-width: 768px) {
  .p-price__fee-amount {
    font-size: 1.25rem;
  }
}

.p-price__fee-note {
  font-size: 0.875rem;
  color: #5e6066;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-price__fee-note {
    font-size: 0.625rem;
  }
}

.p-price__plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-price__plan-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-price__plan-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
}

.p-price__plan-table tbody tr th,
.p-price__plan-table tbody tr td {
  height: 5.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #e0e2e7;
  border-left: 1px solid #e0e2e7;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-price__plan-table tbody tr th,
  .p-price__plan-table tbody tr td {
    font-size: 0.75rem;
    height: 2.5rem;
  }
}

.p-price__plan-table tbody tr:last-child th,
.p-price__plan-table tbody tr:last-child td {
  border-bottom: 1px solid #e0e2e7;
}

.p-price__plan-table tbody tr th {
  background-color: #092149;
  color: #ffffff;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-price__plan-table tbody tr th {
    padding-inline: 0.5rem;
  }
}

.p-price__plan-table tbody tr:first-child th {
  border-top-left-radius: 0.5rem;
}

.p-price__plan-table tbody tr:last-child th {
  border-bottom-left-radius: 0.5rem;
}

.p-price__plan-table tbody tr td {
  background-color: rgba(9, 33, 73, 0.05);
  color: #092149;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
  border-right: 1px solid #e0e2e7;
}

.p-price__plan-table tbody tr:first-child td {
  border-top-right-radius: 0.5rem;
}

.p-price__plan-table tbody tr:last-child td {
  border-bottom-right-radius: 0.5rem;
}

.p-price__feature {
  position: relative;
  width: 100%;
  min-width: 0;
  background-color: #092149;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-price__feature-ribbon {
  position: absolute;
  top: 0;
  left: 4rem;
  width: 1rem;
  height: 2rem;
  background-color: #ffe500;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
}

.p-price__feature-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #ffe500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-price__feature-title {
    font-size: 1.125rem;
  }
}

.p-price__feature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}

.p-price__feature-hl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffe500;
  text-align: center;
  white-space: nowrap;
}

.p-faq {
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-block: 3rem;
  }
}

.p-faq__list {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    gap: 0.5625rem;
  }
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: #092149;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  min-height: 4rem;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .p-faq__question {
    min-height: 3.5rem;
  }
}

.p-faq__question::-webkit-details-marker {
  display: none;
}

.p-faq__question-mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #ffe500;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__question-mark {
    font-size: 1.25rem;
  }
}

.p-faq__question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-faq__question-text {
    font-size: 1rem;
  }
}

.p-faq__icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-faq__icon::before,
.p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-faq__icon::before {
  width: 58%;
  height: 1.5px;
}

.p-faq__icon::after {
  width: 1.5px;
  height: 58%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-faq__item.is-opened .p-faq__icon::after {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__answer {
  overflow: hidden;
}

.p-faq__answer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__answer-inner {
    padding: 0.5rem 1rem;
    padding-bottom: 1.6875rem;
  }
}

.p-faq__answer-mark {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #194196;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__answer-mark {
    font-size: 1.25rem;
  }
}

.p-faq__answer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-faq__answer-text {
    font-size: 1rem;
  }
}

.p-faq__answer-text p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-profile {
  padding-block: 5rem;
  background-color: #eef1f5;
}
@media screen and (max-width: 768px) {
  .p-profile {
    padding-block: 3rem;
  }
}

.p-profile__container {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__container {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    gap: 2.5rem;
  }
}

.p-profile__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__profile {
    gap: 1.5rem;
  }
}

.p-profile__profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-profile__profile-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-profile__photo {
  width: 35rem;
  height: 21.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-profile__photo {
    width: 100%;
    height: 13.75rem;
  }
}

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

.p-profile__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: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__info {
    gap: 0rem;
  }
}

.p-profile__org {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__org {
    font-size: 0.875rem;
  }
}

.p-profile__name-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-profile__name-group {
    gap: 0.5rem;
  }
}

.p-profile__name-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__name-ja {
    font-size: 1.5rem;
  }
}

.p-profile__name-en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.175rem;
  color: #194196;
}

.p-profile__message {
  -webkit-border-before: 1px solid #ffffff;
          border-block-start: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__message {
    border-block-start-color: #092149;
    -webkit-padding-before: 1.5625rem;
            padding-block-start: 1.5625rem;
  }
}

.p-profile__message-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__message-title {
    font-size: 1.25rem;
  }
}

.p-profile__message-title span {
  color: #194196;
}

.p-profile__message-body {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__message-body {
    font-size: 1rem;
  }
}

.p-profile__message-body p + p {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-profile__achieve-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-profile__achieve-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-profile__achieve-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__achieve-col {
    gap: 3.5rem;
  }
}

.p-profile__achieve-col--media {
  width: 27.75rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .p-profile__achieve-col--media {
    width: 100%;
  }
}

.p-profile__achieve-head {
  -webkit-border-before: 1px solid #092149;
          border-block-start: 1px solid #092149;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
}

.p-profile__achieve-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__achieve-label {
    font-size: 0.875rem;
  }
}

.p-profile__news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-profile__news-section {
    gap: 3.5rem;
  }
}

.p-profile__news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__news-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
  }
}

.p-profile__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-profile__card {
    padding: 1.5rem 1rem;
    gap: 0.5rem;
  }
}

.p-profile__card--news {
  padding: 2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__card--news {
    padding: 1.5rem 1rem;
  }
}

.p-profile__card--news .p-profile__bubble {
  top: -3.875rem;
  right: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-profile__card--news .p-profile__bubble {
    top: -2.4375rem;
    right: auto;
    left: 50%;
    translate: -50% 0;
  }
}

.p-profile__card--seminar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__card--seminar {
    gap: 0.5rem;
  }
}

.p-profile__card--media {
  padding-inline: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__card--media {
    padding-inline: 1rem;
  }
}

.p-profile__seminar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-profile__seminar-flyer {
  width: 5.1875rem;
  height: 7.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.p-profile__seminar-flyer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__seminar-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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: 0.5rem;
}

.p-profile__seminar-org {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #194196;
}
@media screen and (max-width: 768px) {
  .p-profile__seminar-org {
    font-size: 1rem;
  }
}

.p-profile__seminar-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__seminar-title {
    font-size: 1.25rem;
  }
}

.p-profile__card-desc {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__card-desc {
    font-size: 1rem;
  }
}

.p-profile__media-img {
  height: 11.75rem;
  aspect-ratio: 330/187;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-profile__media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile__media-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-profile__media-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 29, 66, 0.18);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.p-profile__media-link:hover::after, .p-profile__media-link:focus-visible::after {
  background: rgba(15, 29, 66, 0.3);
}
.p-profile__media-link:focus-visible {
  outline: 0.1875rem solid #fff;
  outline-offset: -0.1875rem;
}

.p-profile__media-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0.125rem 0.3125rem rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0 0.125rem 0.3125rem rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.p-profile__media-play-icon {
  display: grid;
  place-items: center;
  width: 3.625rem;
  height: 3.625rem;
  padding-left: 0.1875rem;
  color: #0f1d42;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.p-profile__media-link:hover .p-profile__media-play-icon, .p-profile__media-link:focus-visible .p-profile__media-play-icon {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (max-width: 768px) {
  .p-profile__media-play-icon {
    width: 3.25rem;
    height: 3.25rem;
  }
}

.p-profile__media-play-text {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: rgba(15, 29, 66, 0.9);
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .p-profile__media-play-text {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__media-img {
    aspect-ratio: 326/165;
    height: 10.3125rem;
  }
}

.p-profile__media-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-profile__media-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-profile__media-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__media-name {
    font-size: 1.25rem;
  }
}

.p-profile__media-date {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5e6066;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-profile__media-date {
    font-size: 0.6875rem;
  }
}

.p-profile__media-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__media-text {
    font-size: 1rem;
  }
}

.p-profile__news-img {
  width: 20.25rem;
  height: 14.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-profile__news-img {
    width: 100%;
    height: auto;
  }
}

.p-profile__news-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__card--news-right .p-profile__news-img img {
  height: 9.6875rem;
}

.p-profile__news-info {
  width: 20.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__news-info {
    width: 100%;
  }
}

.p-profile__news-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-profile__news-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.4;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__news-name {
    font-size: 1.25rem;
  }
}

.p-profile__news-date {
  font-size: 0.875rem;
  color: #5e6066;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-profile__news-date {
    font-size: 0.75rem;
  }
}

.p-profile__news-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-profile__news-text {
    font-size: 1rem;
  }
}

.p-profile__bubble {
  position: absolute;
  top: -2.8125rem;
  right: 1.5625rem;
  background-color: #ffe500;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
  z-index: 1;
  min-width: 13.125rem;
}
@media screen and (max-width: 768px) {
  .p-profile__bubble {
    font-size: 1rem;
    top: -2.4375rem;
    padding: 0.75rem 1.625rem;
    min-width: 19.25rem;
  }
}

.p-profile__bubble::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #ffe500;
}

.p-profile__bubble span {
  color: #c82b55;
}

.p-company {
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding-block: 3rem;
  }
}

.p-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    gap: 1.5rem;
  }
}

.p-company__table {
  border-collapse: collapse;
  width: 100%;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-company__table {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-company__table tr th,
.p-company__table tr td {
  height: 4.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-block: 1rem;
  -webkit-border-before: 1px solid #e0e2e7;
          border-block-start: 1px solid #e0e2e7;
  font-size: 1.125rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-company__table tr th,
  .p-company__table tr td {
    height: 3.8125rem;
    font-size: 1rem;
    padding-block: 1rem;
  }
}

.p-company__table tr th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #194196;
  white-space: nowrap;
  width: 9.75rem;
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-company__table tr th {
    font-size: 0.875rem;
    width: 5rem;
    -webkit-padding-end: 0.5rem;
            padding-inline-end: 0.5rem;
    vertical-align: top;
  }
}

.p-company__table tr td {
  font-weight: 400;
  color: #0f1d42;
}

.p-company__table-note {
  display: block;
  font-size: 0.875rem;
  color: #5e6066;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-company__table-note {
    font-size: 0.75rem;
  }
}

.p-company__map {
  width: 100%;
  aspect-ratio: 760/423;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #eef1f5;
}
.p-company__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .p-company__map {
    aspect-ratio: 358/199;
  }
}

.p-contact {
  padding-block: 5rem;
  background-color: #eef1f5;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-block: 3rem;
  }
}

.p-contact__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.4;
  text-align: center;
  color: #0f1d42;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__lead {
    font-size: 1.625rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.p-contact__lead-accent {
  color: #194196;
}

.p-contact__form-wrap {
  background-color: #ffffff;
  border-radius: 0.5rem;
  max-width: 60rem;
  margin-inline: auto;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-wrap {
    padding: 2.5rem 1rem;
  }
}

.p-contact__form-inner {
  max-width: 35rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-inner {
    gap: 2.4375rem;
  }
}

.p-contact__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-contact__field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.p-contact__required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c82b55;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2;
  height: 1.375rem;
  padding-inline: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__required {
    font-size: 0.75rem;
    height: 1.25rem;
  }
}

.p-contact__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-contact__label-text {
    font-size: 1rem;
  }
}

.p-contact__input,
.p-contact__textarea {
  width: 100%;
  border: 2px solid #e0e2e7;
  border-radius: 0.5rem;
  padding: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #0f1d42;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact__input,
  .p-contact__textarea {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

.p-contact__input {
  height: 3.5rem;
}

.p-contact__textarea {
  height: 8.125rem;
  resize: vertical;
}

.p-contact__input:focus,
.p-contact__textarea:focus {
  border-color: #194196;
}

.p-contact__error {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #c82b55;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-contact__error-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.p-contact__field.invalid .p-contact__input,
.p-contact__field.invalid .p-contact__textarea {
  border-color: #c82b55;
  background-color: rgba(210, 45, 38, 0.1);
}

.p-contact__field.invalid .p-contact__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: rgba(15, 29, 66, 0.5);
}

.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: rgba(15, 29, 66, 0.5);
}

.p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: rgba(15, 29, 66, 0.5);
}

.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: rgba(15, 29, 66, 0.5);
}

.p-contact__input::placeholder,
.p-contact__textarea::placeholder {
  color: rgba(15, 29, 66, 0.5);
}

.p-contact__privacy {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    font-size: 1rem;
  }
}

.p-contact__privacy a {
  color: #c82b55;
  text-decoration: underline;
}

.p-contact__submit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__submit-btn {
  position: relative;
  width: 100%;
  background-color: #ffe500;
  border: none;
  border-radius: 0.5rem;
  padding: 1rem 3.5rem 1rem 3.25rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  color: #0f1d42;
}
@media screen and (max-width: 768px) {
  .p-contact__submit-btn {
    padding: 0.8125rem 2.5rem 1rem 2.1875rem;
  }
}

.p-contact__submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.375rem;
  translate: 0 -50%;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  rotate: 45deg;
}
@media screen and (max-width: 768px) {
  .p-contact__submit-btn::after {
    right: 1.75rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (any-hover: hover) {
  .p-contact__submit-btn:hover {
    background-color: #ffeb39;
  }
}
.p-contact__submit-btn:active {
  background-color: #e8d000;
}

.p-contact__submit-btn:disabled {
  background-color: #b8bdc8;
  cursor: wait;
}

.p-contact__submit-pre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__submit-pre {
    font-size: 0.75rem;
  }
}

.p-contact__submit-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__submit-label {
    font-size: 1.25rem;
  }
}

.p-contact__submit-note {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #5e6066;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__submit-note {
    font-size: 0.75rem;
  }
}

body.is-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.is-thanks .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-thanks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #eef1f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 10.5rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding-block: 3rem;
  }
}

.p-thanks__card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 60rem;
  padding-block: 5rem;
  padding-inline: 2.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__card {
    padding-block: 2.5rem;
    padding-inline: 1rem;
  }
}

.p-thanks__title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: center;
  width: 100%;
  max-width: 23.75rem;
}
@media screen and (max-width: 768px) {
  .p-thanks__title {
    max-width: none;
  }
}

.p-thanks__title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #194196;
}
@media screen and (max-width: 768px) {
  .p-thanks__title-en {
    font-size: 0.875rem;
  }
}

.p-thanks__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.4;
  color: #0f1d42;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__title-ja {
    font-size: 1.625rem;
  }
}

.p-thanks__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__desc {
    font-size: 1rem;
    text-align: left;
  }
}

.p-thanks__desc p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-thanks__desc p + p {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-thanks__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20.375rem;
  height: 3.5rem;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  background-color: #eef1f5;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #194196;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 768px) {
  .p-thanks__btn {
    width: 100%;
    font-size: 1rem;
  }
}

@media (any-hover: hover) {
  .p-thanks__btn:hover {
    background-color: #ffffff;
    border-color: #092149;
  }
}
.p-thanks__btn:active {
  background-color: #13306e;
  border-color: transparent;
  color: #ffffff;
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: revert !important;
  }
}

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

.u-pointer__none {
  pointer-events: none !important;
}

.u-pointer__none--sp {
  pointer-events: auto !important;
}
@media screen and (max-width: 768px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}

.u-pointer__none--pc {
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: auto !important;
  }
}

.u-capital {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-english {
  font-family: "Montserrat", sans-serif;
}
