@charset "UTF-8";
/*
 * foundation
 */
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
  color: #464750;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  font-weight: 500;
  background-color: #F5F8F7;
}

main {
  padding-top: 7.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  main {
    padding-top: 5rem;
  }
}

p {
  line-height: 1.6;
}

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

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

/*
 * layout
 */
.l-container928 {
  padding: 0 10px;
  max-width: 948px;
  margin: 0 auto;
}

/*
 * foundation
 */
.l-header {
  padding: 1.25rem 2.5rem;
  box-shadow: 0 2px 4px rgba(150, 150, 150, 0.25);
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 999;
}

/*
 * foundation
 */
.l-footer {
  background-color: #459DCA;
  text-align: center;
  padding: 1.875rem 0;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .l-footer {
    padding: 7.6923076923vw 0;
  }
}
.l-footer__copy {
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__copy {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
}

/*
 * object
 */
/*
 * foundation
 */
.c-button-basic {
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(3, 37, 83, 0.25);
  transition: all 0.2s;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 0.55rem 0.625rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-button-basic {
    border-radius: 0.7692307692vw;
    box-shadow: 0.5128205128vw 0.5128205128vw 1.2820512821vw rgba(3, 37, 83, 0.25);
    font-size: 4.1025641026vw;
    padding: 2.2564102564vw 2.5641025641vw;
  }
}
.c-button-basic-inner {
  position: relative;
  padding-right: 1.4375rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-button-basic-inner {
    padding-right: 5.8974358974vw;
  }
}
.c-button-basic-inner::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .c-button-basic-inner::before {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
.c-button-basic:hover {
  transform: translate(1px, 1px);
  opacity: 0.8;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .c-button-basic:hover {
    transform: translate(0.2564102564vw, 0.2564102564vw);
  }
}

.c-button-secondary {
  box-shadow: 2px 2px 4px rgba(3, 37, 83, 0.25);
  color: #FFFFFF;
  font-weight: 700;
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 6.5px 10px;
}
@media screen and (max-width: 1023px) {
  .c-button-secondary {
    box-shadow: 0.5128205128vw 0.5128205128vw 1.0256410256vw rgba(3, 37, 83, 0.25);
    border-radius: 0.7692307692vw;
    padding: 1.6666666667vw 2.5641025641vw;
  }
}
.c-button-secondary:hover {
  transform: translate(1px, 1px);
  opacity: 0.8;
  box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .c-button-secondary:hover {
    transform: translate(0.2564102564vw, 0.2564102564vw);
  }
}

.c-button-tertiary {
  display: block;
  background-color: #EAF4F8;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  box-shadow: 1.8px 1.8px 4px rgba(3, 37, 83, 0.25);
  border-radius: 3px;
  padding: 15px 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1023px) {
  .c-button-tertiary {
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw 0;
    border-radius: 0.7692307692vw;
    box-shadow: 0.4615384615vw 0.4615384615vw 1.0256410256vw rgba(3, 37, 83, 0.25);
    border-radius: 0.7692307692vw;
  }
}
.c-button-tertiary-inner {
  padding-right: 22px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-button-tertiary-inner {
    padding-right: 5.641025641vw;
  }
}
.c-button-tertiary-inner::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/icon-arrow-right-black.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .c-button-tertiary-inner::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.c-button-tertiary:hover {
  transform: translate(1px, 1px);
  opacity: 0.8;
  box-shadow: none;
}

/*
 * foundation
 */
.c-title-pattern1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .c-title-pattern1 {
    font-size: 8.2051282051vw;
  }
}

/*
 * foundation
 */
.p-gnav__tgl {
  display: none;
}
.p-gnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-gnav-inner {
    justify-content: center;
  }
}
.p-gnav__logo {
  width: 6.5rem;
}
@media screen and (max-width: 1023px) {
  .p-gnav__logo {
    width: 3.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-gnav-nav-wrapper {
    display: none;
  }
}
.p-gnav-nav-contact-wrapper {
  margin-bottom: 0.9375rem;
}
.p-gnav-nav-contact-list {
  display: flex;
  gap: 1.25rem;
  justify-content: flex-end;
}
.p-gnav-nav-contact-list__item--contact {
  width: 9.9375rem;
}
.p-gnav-nav-contact__tel {
  font-size: 1.3125rem;
  display: block;
  text-align: center;
  margin-bottom: 0.1875rem;
}
.p-gnav-nav-contact__tel-prefix {
  font-size: 0.9375rem;
}
.p-gnav-nav-contact__time {
  font-size: 0.75rem;
  display: block;
  font-weight: 700;
}
.p-gnav-nav-list {
  display: flex;
  gap: 2.5rem;
}
.p-gnav-nav-list__item {
  display: flex;
  align-items: center;
}
.p-gnav-nav-list__item a {
  font-size: 1rem;
}
.p-gnav-nav-list__item a:hover {
  color: #459DCA;
}

/*
 * foundation
 */
.p-fv {
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1439px) {
  .p-fv {
    background-position: center right 35%;
  }
}
@media screen and (max-width: 1279px) {
  .p-fv {
    background-position: center right 26%;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv {
    background-image: url(../img/fv-bg-sp.webp);
    background-position: top center;
  }
}
.p-fv__inner {
  padding: 4.5rem 0 4.625rem 6.9444444444vw;
}
@media screen and (max-width: 1279px) {
  .p-fv__inner {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__inner {
    padding: 15.8974358974vw 4.1025641026vw 0;
  }
}
.p-fv__label {
  width: fit-content;
  border: 0.125rem solid #459DCA;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #4296C1;
  padding-right: 0.625rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__label {
    position: relative;
    padding: 2.0512820513vw 2.3076923077vw 0.7692307692vw;
    margin: 0 auto 4.358974359vw;
    font-size: 4.1025641026vw;
    border-width: 0.2564102564vw;
  }
}
.p-fv__label--bg-blue {
  background-color: #459DCA;
  height: 100%;
  display: inline-block;
  position: relative;
  margin-right: 1.125rem;
  padding: 0.125rem 0.8125rem 0.0625rem 0.5rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .p-fv__label--bg-blue {
    font-size: 3.5897435897vw;
    line-height: 1;
    padding: 1.0256410256vw 2.3076923077vw 0.7692307692vw;
    border-radius: 0.7692307692vw;
    margin-right: 0;
    position: absolute;
    top: -3.5897435897vw;
    left: 50%;
    transform: translatex(-50%);
    height: fit-content;
  }
}
.p-fv__label--bg-blue::before {
  content: "";
  width: 0.9375rem;
  height: 1.875rem;
  background: url(../img/fv-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  right: -0.6875rem;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 1023px) {
  .p-fv__label--bg-blue::before {
    content: none;
  }
}
.p-fv__content {
  font-feature-settings: "palt";
}
.p-fv__heading-line, .p-fv__heading-emphasis {
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
}
.p-fv__heading-line {
  font-size: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__heading-line {
    font-size: 6.4102564103vw;
  }
}
.p-fv__heading-line--strong {
  font-weight: 900;
  font-size: 2.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__heading-line--strong {
    font-size: 7.6923076923vw;
  }
}
.p-fv__heading-emphasis {
  font-size: 3.5rem;
  margin: 0.25rem 0 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__heading-emphasis {
    font-size: 9.7435897436vw;
    margin-top: 1.5384615385vw;
    margin-bottom: 2.0512820513vw;
  }
}
.p-fv__heading-emphasis--grad {
  font-weight: 900;
  font-size: 3.9375rem;
  background: linear-gradient(to right, #31B9B4, #3191BA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1023px) {
  .p-fv__heading-emphasis--grad {
    font-size: 11.5384615385vw;
  }
}
.p-fv__lead {
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-fv__lead {
    font-size: 4.6153846154vw;
  }
}
.p-fv__support {
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: 1.25rem;
  margin-top: 1.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__support {
    text-shadow: 0 0 0.7179487179vw #FFFFFF, 0 0 2.9743589744vw #FFFFFF, 0 0 2.9743589744vw #FFFFFF, 0 0 0.7179487179vw #FFFFFF, 0 0 2.9743589744vw #FFFFFF, 0 0 2.9743589744vw #FFFFFF;
    margin-top: 2.5641025641vw;
    margin-bottom: 76.4102564103vw;
    font-size: 4.1025641026vw;
    line-height: 2;
  }
}
.p-fv__support--small {
  font-size: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__support--small {
    font-size: 3.5897435897vw;
  }
}
.p-fv__support-emphasis {
  color: #FFFFFF;
  border-radius: 0.1875rem;
  margin-right: 0.3125rem;
  padding: 0.0625rem 0.3125rem 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__support-emphasis {
    text-shadow: none;
    font-size: 4.1025641026vw;
  }
}
.p-fv__support-emphasis--small {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__support-emphasis--small {
    font-size: 3.5897435897vw;
  }
}
.p-fv__features {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-fv__features {
    margin-bottom: 2.5641025641vw;
  }
}
.p-fv__feature {
  color: #4296C1;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background-color: #EAF4F8;
  border-radius: 50%;
  width: 8.4375rem;
  height: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-fv__feature {
    font-size: 4.1025641026vw;
    width: 28.9743589744vw;
  }
}
.p-fv__feature-inner {
  padding-top: 100%;
  height: 0;
  position: relative;
}
.p-fv__feature-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-fv__feature-text--small {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-fv__feature-text--small {
    font-size: 3.0769230769vw;
  }
}
.p-fv__feature-text--ex-small {
  font-size: 0.9375rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-fv__feature-text--ex-small {
    font-size: 2.8205128205vw;
  }
}
.p-fv__note {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-fv__note {
    font-size: 3.0769230769vw;
  }
}

/*
 * foundation
 */
.p-cta {
  width: 570px;
  box-shadow: 4px 4px 6px rgba(150, 150, 150, 0.25);
  border-radius: 5px;
  margin: -75px auto 0;
  background-color: #ffffff;
  padding: 40px 60px;
}
@media screen and (max-width: 1023px) {
  .p-cta {
    width: 97.6923076923vw;
    box-shadow: 0 0 1.0256410256vw rgba(150, 150, 150, 0.25);
    border-radius: 0.7692307692vw;
    padding: 5.8974358974vw;
    margin-top: 12.8205128205vw;
  }
}
.p-cta__lead {
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-cta__lead {
    font-size: 3.5897435897vw;
  }
}
.p-cta__button--form {
  font-size: 24px;
  padding: 21px 10px;
  border-radius: 4px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .p-cta__button--form {
    font-size: 4.6153846154vw;
    padding: 3.8461538462vw;
    border-radius: 0.7692307692vw;
  }
}
.p-cta__button--form .c-button-basic-inner {
  padding-right: 30px;
}
@media screen and (max-width: 1023px) {
  .p-cta__button--form .c-button-basic-inner {
    padding-right: 5.641025641vw;
  }
}
.p-cta__button--form .c-button-basic-inner::before {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1023px) {
  .p-cta__button--form .c-button-basic-inner::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-cta__button--tel {
    padding: 1.0256410256vw 2.5641025641vw;
  }
}
.p-cta__sub-lead {
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .p-cta__sub-lead {
    margin-top: 4.6153846154vw;
  }
}
.p-cta__tel-number {
  font-size: 33px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-cta__tel-number {
    font-size: 6.1538461538vw;
  }
}
.p-cta__tel-number-prefix {
  font-size: 25px;
  margin-right: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .p-cta__tel-number-prefix {
    font-size: 4.6153846154vw;
    margin-right: 1.7948717949vw;
  }
}
.p-cta__tel-note {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  .p-cta__tel-note {
    font-size: 3.0769230769vw;
  }
}

/*
 * foundation
 */
.p-audit {
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 1023px) {
  .p-audit {
    margin-top: 12.8205128205vw;
    padding: 0 2.5641025641vw;
  }
}
.p-audit__inner {
  background-color: #EAF4F8;
  padding: 4.0625rem 3.125rem 3.125rem;
  max-width: 861px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-audit__inner {
    padding: 16.6666666667vw 4.358974359vw 10.2564102564vw;
    max-width: none;
  }
}
.p-audit__heading {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-audit__heading {
    margin-bottom: 7.6923076923vw;
  }
}
.p-audit__heading-line {
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.3125rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-audit__heading-line {
    font-size: 6.6666666667vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-audit__heading-line--dotted {
  position: relative;
}
.p-audit__heading-line--dotted::before {
  content: "・";
  font-size: 1.125rem;
  position: absolute;
  top: -0.6875rem;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 1023px) {
  .p-audit__heading-line--dotted::before {
    font-size: 4.6153846154vw;
    top: -2.8205128205vw;
  }
}
.p-audit__heading-highlight {
  font-size: 2rem;
  display: inline;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-audit__heading-highlight {
    font-size: 7.6923076923vw;
    display: block;
    background: none;
  }
}
.p-audit__body {
  display: flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-audit__body {
    flex-wrap: wrap;
    row-gap: 7.6923076923vw;
  }
}
.p-audit__document {
  padding: 0 0.9375rem;
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-audit__document {
    width: 100%;
  }
}
.p-audit__document img {
  width: 76%;
  box-shadow: 0 0 0.625rem rgba(150, 150, 150, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-audit__document img {
    width: 79%;
    box-shadow: 0 0 2.5641025641vw rgba(150, 150, 150, 0.25);
  }
}
.p-audit__source {
  font-size: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-audit__source {
    font-size: 3.0769230769vw;
    text-align: left;
    margin-top: 2.5641025641vw;
  }
}
.p-audit__content {
  padding: 0.625rem 0.9375rem 0;
  width: 52%;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-audit__content {
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 0 3.8461538462vw;
  }
}
.p-audit__content .p-audit__text:nth-of-type(2) {
  margin-top: 0.875rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-audit__content .p-audit__text:nth-of-type(2) {
    margin-top: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-audit__text {
  line-height: 1.4;
}
.p-audit__text-emphasis {
  color: #4296C1;
  font-weight: 700;
}

/*
 * foundation
 */
.p-issues {
  background-color: #F0F0F0;
  padding-bottom: 4.375rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-issues {
    padding-bottom: 12.8205128205vw;
    margin-top: 12.8205128205vw;
  }
}
.p-issues__header {
  background: url(../img/issue-bg.webp) no-repeat center center/cover;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 1.875rem 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-issues__header {
    background-image: url(../img/issue-bg-sp.webp);
    padding: 8.7179487179vw 0;
  }
}
.p-issues__lead {
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-issues__lead {
    font-size: 5.1282051282vw;
  }
}
.p-issues__heading {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .p-issues__heading {
    font-size: 6.4102564103vw;
  }
}
.p-issues__list {
  margin-top: 5.5625rem;
}
@media screen and (max-width: 1023px) {
  .p-issues__list {
    margin-top: 24.1025641026vw;
    padding: 0 4.6153846154vw;
  }
}
.p-issues__item {
  border: 2px solid #464750;
  border-radius: 3px;
  max-width: 42.1875rem;
  margin: 0 auto;
  position: relative;
  padding: 2.375rem 3.4375rem 1.1875rem;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1023px) {
  .p-issues__item {
    border-width: 0.5128205128vw;
    border-radius: 0.7692307692vw;
    max-width: unset;
    padding: 10vw 2.3076923077vw 4.6153846154vw;
  }
}
.p-issues__item:first-of-type {
  margin-bottom: 3.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-issues__item:first-of-type {
    margin-bottom: 12.5641025641vw;
  }
}
.p-issues__title {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #464750;
  border-radius: 100vw;
  width: 13.75rem;
  text-align: center;
  padding: 0.25rem 0 0.375rem;
  position: absolute;
  top: -1.1875rem;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 1023px) {
  .p-issues__title {
    font-size: 5.1282051282vw;
    width: 56.4102564103vw;
    padding: 1.0256410256vw 0 1.5384615385vw;
    top: -4.8717948718vw;
  }
}
.p-issues__tags {
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-issues__tags {
    flex-wrap: wrap;
    gap: 1.2820512821vw;
    max-width: 59.2307692308vw;
    margin: 0 auto 4.8717948718vw;
  }
}
.p-issues__tag {
  border: 0.0625rem solid #3D4060;
  border-radius: 0.1875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 0 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-issues__tag {
    font-size: 3.5897435897vw;
    border-width: 0.2564102564vw;
    border-radius: 0.7692307692vw;
    padding: 0 2.5641025641vw;
  }
}
.p-issues__footer {
  margin-top: 1.5625rem;
  padding-top: 2.875rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-issues__footer {
    margin-top: 6.4102564103vw;
    padding-top: 11.7948717949vw;
  }
}
.p-issues__footer::before {
  content: "";
  width: 3.0625rem;
  height: 1.3125rem;
  background: url(../img/icon-arrow-down.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 1023px) {
  .p-issues__footer::before {
    width: 12.5641025641vw;
    height: 5.3846153846vw;
  }
}
.p-issues__conclusion {
  font-size: 1.4375rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-issues__conclusion {
    font-size: 4.358974359vw;
  }
}
.p-issues__conclusion-emphasis {
  position: relative;
  z-index: 1;
}
.p-issues__conclusion-emphasis::before {
  content: "";
  width: 100%;
  height: 0.6875rem;
  background: linear-gradient(to right, #31B9B4, #3191BA);
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-issues__conclusion-emphasis::before {
    height: 2.8205128205vw;
    bottom: -0.5128205128vw;
  }
}
.p-issues__conclusion--large {
  font-size: 1.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-issues__conclusion--large {
    font-size: 5.3846153846vw;
  }
}

/*
 * foundation
 */
.p-support {
  background-color: rgba(234, 244, 248, 0.58);
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-support {
    padding: 17.9487179487vw 2.5641025641vw 12.8205128205vw;
  }
}
.p-support__inner {
  max-width: 1003px;
  margin: 0 auto;
}
.p-support__heading {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .p-support__heading {
    font-size: 6.6666666667vw;
  }
}
.p-support__heading-emphasis {
  font-size: 2.25rem;
  position: relative;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .p-support__heading-emphasis {
    font-size: 7.6923076923vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    display: block;
    margin: 1.5384615385vw 0;
  }
}
.p-support__heading-emphasis::before, .p-support__heading-emphasis::after {
  content: "";
  width: 0.5625rem;
  height: 2.75rem;
  background: url(../img/kakko.svg) no-repeat center center/contain;
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .p-support__heading-emphasis::before, .p-support__heading-emphasis::after {
    width: 2.3076923077vw;
    height: 11.2820512821vw;
  }
}
.p-support__heading-emphasis::before {
  left: 0;
}
.p-support__heading-emphasis::after {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p-support__body {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-support__body {
    margin-top: 12.8205128205vw;
    padding-top: 55.1282051282vw;
  }
}
.p-support__body::before {
  content: "";
  width: 29.3125rem;
  height: 20.9375rem;
  background: url(../img/support-members.webp) no-repeat center center/cover;
  position: absolute;
  top: 3.4375rem;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .p-support__body::before {
    width: 87.4358974359vw;
    height: 61.5384615385vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-support__content {
  width: 34.375rem;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-top: 3.125rem;
  padding: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-support__content {
    margin-top: 0;
    padding: 12.8205128205vw 3.8461538462vw 4.1025641026vw;
    width: auto;
  }
}
.p-support__text {
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .p-support__text {
    margin-bottom: 6.4102564103vw;
    font-size: 4.1025641026vw;
  }
}
.p-support__pillars {
  background-color: #EAF4F8;
  border-radius: 0.1875rem;
  padding: 1.25rem 1.5rem 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-support__pillars {
    border-radius: 0.7692307692vw;
    padding: 3.8461538462vw 2.5641025641vw;
  }
}
.p-support__pillars-title {
  background-color: #459DCA;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0.1875rem;
  width: fit-content;
  margin: 0 auto 0.625rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 0.125rem 0.1875rem 0.25rem;
}
@media screen and (max-width: 1023px) {
  .p-support__pillars-title {
    border-radius: 0.7692307692vw;
    font-size: 4.1025641026vw;
    padding: 0.5128205128vw 0.7692307692vw 1.0256410256vw;
    margin: 0 auto 2.5641025641vw;
  }
}
.p-support__pillars-list {
  display: flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-support__pillars-list {
    margin-left: -1.2820512821vw;
    margin-right: -1.2820512821vw;
  }
}
.p-support__pillar {
  padding: 0 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-support__pillar {
    padding: 0 1.2820512821vw;
  }
}
.p-support__pillar:first-of-type {
  width: 47%;
}
.p-support__pillar:first-of-type .p-support__pillar-text::before {
  width: 2.9375rem;
  height: 3.375rem;
  background: url(../img/icon-document.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .p-support__pillar:first-of-type .p-support__pillar-text::before {
    width: 9.4871794872vw;
    height: 11.0256410256vw;
  }
}
.p-support__pillar:nth-of-type(2) {
  width: 53%;
}
.p-support__pillar:nth-of-type(2) .p-support__pillar-text::before {
  width: 3.3125rem;
  height: 3.3125rem;
  background: url(../img/icon-settings.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1023px) {
  .p-support__pillar:nth-of-type(2) .p-support__pillar-text::before {
    width: 10.7692307692vw;
    height: 10.7692307692vw;
  }
}
.p-support__pillar-text {
  font-size: 0.875rem;
  color: #459DCA;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding-top: 3.5625rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-support__pillar-text {
    font-size: 3.0769230769vw;
    padding-top: 11.7948717949vw;
  }
}
.p-support__pillar-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
.p-support__pillar-text--small {
  font-size: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-support__pillar-text--small {
    font-size: 2.5641025641vw;
  }
}
.p-support__note {
  font-size: 1.625rem;
  font-feature-settings: "palt";
  font-weight: 700;
  width: fit-content;
  margin: 3.125rem auto 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-support__note {
    font-size: 4.6153846154vw;
    margin: 12.8205128205vw auto 5.1282051282vw;
  }
}
.p-support__message {
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  background-color: #459DCA;
  color: #FFFFFF;
  width: fit-content;
  margin: 0 auto;
  font-feature-settings: "palt";
  padding: 0.625rem 1.5rem;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-support__message {
    font-size: 4.6153846154vw;
    padding: 1.0256410256vw 3.8461538462vw;
    border-radius: 0.7692307692vw;
  }
}

/*
 * foundation
 */
.p-reasons {
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons {
    padding: 17.9487179487vw 2.5641025641vw 12.8205128205vw;
  }
}
.p-reasons__inner {
  max-width: 47.25rem;
  background-color: #FFFFFF;
  box-shadow: 0.25rem 0.25rem 0.60625rem rgba(150, 150, 150, 0.25);
  border-radius: 0.1875rem;
  margin: 0 auto;
  padding: 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__inner {
    padding: 12.8205128205vw 3.8461538462vw;
    max-width: none;
    box-shadow: 1.0256410256vw 1.0256410256vw 2.4871794872vw rgba(150, 150, 150, 0.25);
    border-radius: 0.7692307692vw;
  }
}
.p-reasons__heading {
  font-size: 1.625rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__heading {
    font-size: 6.6666666667vw;
    margin-bottom: 0.5128205128vw;
  }
}
.p-reasons__heading .ff-roboto {
  font-size: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__heading .ff-roboto {
    font-size: 7.6923076923vw;
  }
}
.p-reasons__heading-emphasis {
  color: #FFFFFF;
  height: 2.8125rem;
  display: inline-flex;
  gap: 0.1875rem;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__heading-emphasis {
    height: 11.5384615385vw;
    gap: 0.7692307692vw;
    margin-top: 0.7692307692vw;
  }
}
.p-reasons__heading-emphasis-inner {
  width: 2.8125rem;
  height: 2.8125rem;
  display: inline-block;
  position: relative;
  font-size: 2.25rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__heading-emphasis-inner {
    width: 11.5384615385vw;
    height: 11.5384615385vw;
    font-size: 9.2307692308vw;
  }
}
.p-reasons__heading-emphasis-inner::before {
  content: "";
  width: 0.1875rem;
  height: 2.8125rem;
  background-color: #FFFFFF;
  position: absolute;
  right: -0.1875rem;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .p-reasons__heading-emphasis-inner::before {
    width: 0.7692307692vw;
    height: 11.5384615385vw;
    right: -0.7692307692vw;
  }
}
.p-reasons__heading-emphasis-inner.p-reasons__heading-emphasis--text-large {
  font-size: 2.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__heading-emphasis-inner.p-reasons__heading-emphasis--text-large {
    font-size: 12.0512820513vw;
  }
}
.p-reasons__heading-emphasis-inner.p-reasons__heading-emphasis--text-large span {
  top: 50%;
}
.p-reasons__heading-emphasis-inner span {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-reasons__header {
  margin-bottom: 4.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__header {
    margin-bottom: 7.6923076923vw;
  }
}
.p-reasons__point {
  position: absolute;
  top: -2.8125rem;
  right: 5.75rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-reasons__point {
    position: static;
    margin-bottom: 0.5128205128vw;
    text-align: right;
  }
}
.p-reasons__point-number {
  font-size: 3.5625rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-reasons__point-number {
    font-size: 14.6153846154vw;
  }
}
.p-reasons__point-number::before {
  content: "";
  width: 2.4375rem;
  height: 1rem;
  background: url(../img/text-point.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -1.4375rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__point-number::before {
    width: 10vw;
    height: 4.1025641026vw;
    left: -5.8974358974vw;
  }
}
.p-reasons__item:not(:last-of-type) {
  margin-bottom: 5.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:not(:last-of-type) {
    margin-bottom: 10.2564102564vw;
  }
}
.p-reasons__item:nth-of-type(even) .p-reasons__item-header-inner {
  flex-direction: row-reverse;
}
.p-reasons__item-header-inner {
  display: flex;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item-header-inner {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-reasons__item-header-image, .p-reasons__item-header-content {
  padding: 0 0.9375rem;
}
.p-reasons__item-header-image {
  width: 40.8%;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item-header-image {
    width: 83%;
    padding: 0;
    margin: 0 auto 7.6923076923vw;
  }
}
.p-reasons__item-header-image img {
  box-shadow: 0.25rem 0.25rem 0.60625rem rgba(150, 150, 150, 0.25);
  border-radius: 0.1875rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item-header-image img {
    box-shadow: 1.0256410256vw 1.0256410256vw 2.4871794872vw rgba(150, 150, 150, 0.25);
    border-radius: 0.7692307692vw;
  }
}
.p-reasons__item-header-content {
  position: relative;
  width: 59.2%;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item-header-content {
    width: 100%;
    padding: 0;
  }
}
.p-reasons__item:first-of-type .p-reasons__item-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__item-body {
    margin-top: 7.6923076923vw;
  }
}
.p-reasons__item:first-of-type .p-reasons__content {
  background-color: #EAF4F8;
  max-width: 27.0625rem;
  border-radius: 0.1875rem;
  margin: 0 auto;
  padding: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content {
    background-color: transparent;
    max-width: none;
    padding: 0;
    width: 69.5%;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-title {
    font-size: 4.1025641026vw;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-inner {
  display: flex;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-inner {
    flex-wrap: wrap;
    row-gap: 3.8461538462vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-item {
  padding: 0 0.46875rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-item {
    width: 100%;
    background-color: #EAF4F8;
    padding: 6.4102564103vw 5.1282051282vw;
    border-radius: 0.7692307692vw;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-item:first-of-type {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-item:first-of-type {
    width: 100%;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-item:nth-of-type(2) {
  width: 52%;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-item:nth-of-type(2) {
    width: 100%;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-image {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-image {
    margin-top: 1.2820512821vw;
    margin-bottom: 1.2820512821vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-image img {
    width: 17.1794871795vw;
  }
}
.p-reasons__item:first-of-type .p-reasons__content-text {
  font-size: 0.875rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:first-of-type .p-reasons__content-text {
    font-size: 3.5897435897vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__point {
  right: 6.0625rem;
}
.p-reasons__item:nth-of-type(2) .p-reasons__item-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__item-body {
    margin-top: 7.4358974359vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-title {
  color: #459DCA;
  font-size: 1.25rem;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 1.3125rem;
  font-feature-settings: "palt";
  position: relative;
  padding: 0.3125rem 0.625rem 0.3125rem 2.8125rem;
  z-index: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-title {
    font-size: 4.1025641026vw;
    padding: 1.2820512821vw 2.3076923077vw 1.2820512821vw 9.7435897436vw;
    margin-bottom: 4.6153846154vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-title::before {
  content: "";
  width: 2.6875rem;
  height: 3.75rem;
  background: url(../img/icon-reason2-man1.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.25rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-title::before {
    width: 9.4871794872vw;
    height: 13.0769230769vw;
    left: -0.7692307692vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-title::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FDEF70;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-list {
    row-gap: 2.5641025641vw;
    padding-bottom: 14.6153846154vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-list-wrapper {
  max-width: 33.5rem;
  margin: 0 auto;
  padding: 0 5.625rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-list-wrapper {
    max-width: none;
    padding: 0 1.2820512821vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-list-wrapper::after {
  content: "";
  width: 6.3125rem;
  height: 3.25rem;
  background: url(../img/icon-reason2-pair.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-list-wrapper::after {
    width: 25.8974358974vw;
    height: 13.3333333333vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-item {
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-item {
    padding-left: 5.8974358974vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-item::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/icon-checked.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-item::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    top: 0.7692307692vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-item-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  margin-bottom: 0.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-item-title {
    font-size: 3.5897435897vw;
    margin-bottom: 0.2564102564vw;
  }
}
.p-reasons__item:nth-of-type(2) .p-reasons__content-item-text {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-reasons__item:nth-of-type(2) .p-reasons__content-item-text {
    font-size: 3.5897435897vw;
  }
}
.p-reasons__item:nth-of-type(3) .p-reasons__point {
  right: 3.9375rem;
}
.p-reasons__item:nth-of-type(4) .p-reasons__point {
  right: 13.375rem;
}
.p-reasons__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .p-reasons__title {
    font-size: 5.1282051282vw;
  }
}
.p-reasons__title-inner {
  display: block;
  background-color: #2FBAB4;
  width: fit-content;
  padding: 0.125rem 0.3125rem 0.3125rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-reasons__title-inner {
    padding: 0.5128205128vw 1.2820512821vw 1.2820512821vw;
  }
}
.p-reasons__title-inner:not(:last-of-type) {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-reasons__title-inner:not(:last-of-type) {
    margin-bottom: 1.2820512821vw;
  }
}
.p-reasons__text {
  margin-top: 0.9375rem;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-reasons__text {
    font-size: 4.1025641026vw;
    margin-top: 3.8461538462vw;
  }
}
.p-reasons__note {
  line-height: 1;
  color: #696969;
  font-size: 0.625rem;
  font-weight: 300;
  text-align: right;
  margin-top: 0.625rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-reasons__note {
    font-size: 3.0769230769vw;
    text-align: left;
    margin-top: 2.0512820513vw;
  }
}

/*
 * foundation
 */
.p-internal-control {
  background-color: #EAF4F8;
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control {
    padding: 17.9487179487vw 2.5641025641vw 12.8205128205vw;
  }
}
.p-internal-control__catch {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  background: linear-gradient(to right, #31B9B4, #3191BA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: 0 auto 0.625rem;
  position: relative;
  padding: 0 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__catch {
    font-size: 6.6666666667vw;
    margin-bottom: 2.5641025641vw;
    padding: 0 2.5641025641vw;
  }
}
.p-internal-control__catch::before, .p-internal-control__catch::after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(to right, #31B9B4, #3191BA);
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 1023px) {
  .p-internal-control__catch::before, .p-internal-control__catch::after {
    height: 0.5128205128vw;
  }
}
.p-internal-control__catch::before {
  top: 0;
}
.p-internal-control__catch::after {
  bottom: 0;
}
.p-internal-control__heading {
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__heading {
    font-size: 8.2051282051vw;
    margin-bottom: 4.6153846154vw;
  }
}
.p-internal-control__heading .ff-roboto {
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__heading .ff-roboto {
    font-size: 9.7435897436vw;
  }
}
.p-internal-control__lead {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__lead {
    font-size: 4.6153846154vw;
    margin-bottom: 5.1282051282vw;
  }
}
.p-internal-control__content {
  max-width: 52.625rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__content {
    max-width: none;
    padding-top: 46.6666666667vw;
  }
}
.p-internal-control__content::before, .p-internal-control__content::after {
  content: "";
  position: absolute;
}
.p-internal-control__content::before {
  width: 3.3125rem;
  height: 11.3125rem;
  background: url(../img/internal-control-man.svg) no-repeat center center/contain;
  left: -1.5625rem;
  bottom: -2.4375rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__content::before {
    width: 13.5897435897vw;
    height: 46.4102564103vw;
    left: 37%;
    transform: translateX(-50%);
    bottom: unset;
    top: 0;
  }
}
.p-internal-control__content::after {
  width: 5.25rem;
  height: 10.875rem;
  background: url(../img/internal-control-woman.svg) no-repeat center center/contain;
  bottom: -2.9375rem;
  right: -2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__content::after {
    width: 21.5384615385vw;
    height: 44.6153846154vw;
    bottom: unset;
    top: 1.7948717949vw;
    right: 40%;
    transform: translateX(50%);
  }
}
.p-internal-control__content-inner {
  background-color: #FFFFFF;
  border-radius: 0.1875rem;
  position: relative;
  padding: 2.5rem 3.125rem 3rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__content-inner {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.p-internal-control__points {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  gap: 1.1875rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__points {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2.5641025641vw;
  }
}
.p-internal-control__point {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__point {
    background-color: #FFFFFF;
    border-radius: 0.7692307692vw;
    width: 100%;
    padding: 5.1282051282vw 5.1282051282vw 5.8974358974vw;
  }
}
.p-internal-control__point:nth-of-type(even) .p-internal-control__point-number {
  bottom: -1.625rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__point:nth-of-type(even) .p-internal-control__point-number {
    bottom: 2.8205128205vw;
  }
}
.p-internal-control__point-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  width: fit-content;
  margin-bottom: 0.3125rem;
  padding-bottom: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__point-title {
    font-size: 4.1025641026vw;
    margin-bottom: 1.2820512821vw;
    padding-bottom: 0.7692307692vw;
  }
}
.p-internal-control__point-text {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-internal-control__point-text {
    font-size: 3.5897435897vw;
  }
}
.p-internal-control__point-number {
  color: #459DCA;
  opacity: 0.2;
  font-size: 3.5625rem;
  line-height: 1;
  position: absolute;
  bottom: -0.375rem;
  right: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__point-number {
    font-size: 14.6153846154vw;
    bottom: 2.8205128205vw;
    right: 5.1282051282vw;
  }
}
.p-internal-control__experts {
  max-width: 57.5rem;
  margin: 0 auto;
  padding-top: 10.625rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__experts {
    max-width: none;
    padding-top: 25.641025641vw;
  }
}
.p-internal-control__experts-inner {
  background-color: #FFFFFF;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.5625rem rgba(150, 150, 150, 0.25);
  padding: 3.75rem 1.875rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__experts-inner {
    border-radius: 0.7692307692vw;
    box-shadow: 0 0 2.3076923077vw rgba(150, 150, 150, 0.25);
    padding: 15.3846153846vw 5.1282051282vw 12.8205128205vw;
  }
}
.p-internal-control__experts-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  width: max-content;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  background-color: #459DCA;
  border-radius: 0.1875rem;
  padding: 0.25rem 1.25rem 0.5rem;
  line-height: 1;
  position: absolute;
  top: -1.4375rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .p-internal-control__experts-heading {
    font-size: 5.1282051282vw;
    border-radius: 0.7692307692vw;
    padding: 0.7692307692vw 2.5641025641vw 1.2820512821vw;
    top: -3.5897435897vw;
  }
}
.p-internal-control__experts-list {
  display: flex;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__experts-list {
    flex-wrap: wrap;
    row-gap: 21.0256410256vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-internal-control__expert {
  width: 33.3333333%;
  padding: 0 1.25rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__expert {
    width: 100%;
    padding: 0;
  }
}
.p-internal-control__expert:not(:last-of-type)::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #EAF4F8;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__expert:not(:last-of-type)::before {
    width: 89%;
    height: 0.5128205128vw;
    top: unset;
    bottom: -10.2564102564vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-internal-control__expert img {
  width: 61.5%;
}
.p-internal-control__expert-role, .p-internal-control__expert-name {
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.p-internal-control__expert-role {
  font-size: 0.875rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__expert-role {
    font-size: 3.5897435897vw;
    margin-top: 3.8461538462vw;
    margin-bottom: 0.7692307692vw;
  }
}
.p-internal-control__expert-name {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__expert-name {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
.p-internal-control__expert-text {
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: left;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-internal-control__expert-text {
    font-size: 4.1025641026vw;
  }
}
.p-internal-control__note {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.2;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-internal-control__note {
    font-size: 3.0769230769vw;
    text-align: left;
    margin-top: 1.2820512821vw;
  }
}

/*
 * foundation
 */
.p-price {
  background-color: #FFFFFF;
}
.p-price__inner {
  padding: 6.25rem 0 4.375rem;
  background: url(../img/price-bg.webp) no-repeat center center/cover;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-price__inner {
    padding: 17.9487179487vw 8.9743589744vw 12.8205128205vw;
  }
}
.p-price__heading {
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 1023px) {
  .p-price__heading {
    margin-bottom: 7.6923076923vw;
  }
}
.p-price__list {
  display: flex;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .p-price__list {
    flex-wrap: wrap;
    row-gap: 7.6923076923vw;
  }
}
.p-price__list-wrapper {
  max-width: 57.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-price__list-wrapper {
    max-width: none;
  }
}
.p-price__card {
  width: 25%;
  padding: 0 0.46875rem;
}
@media screen and (max-width: 1023px) {
  .p-price__card {
    width: 100%;
  }
}
.p-price__card:first-of-type .p-price__card-inner {
  border: 0.0625rem solid #31B9B4;
}
@media screen and (max-width: 1023px) {
  .p-price__card:first-of-type .p-price__card-inner {
    border-width: 0.2564102564vw;
  }
}
.p-price__card:first-of-type .p-price__card-head {
  background-color: #31B9B4;
}
.p-price__card:nth-of-type(2) .p-price__card-inner {
  border: 0.0625rem solid #31ACB6;
}
@media screen and (max-width: 1023px) {
  .p-price__card:nth-of-type(2) .p-price__card-inner {
    border-width: 0.2564102564vw;
  }
}
.p-price__card:nth-of-type(2) .p-price__card-head {
  background-color: #31ACB6;
}
.p-price__card:nth-of-type(3) .p-price__card-inner {
  border: 0.0625rem solid #319EB8;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-price__card:nth-of-type(3) .p-price__card-inner {
    border-width: 0.2564102564vw;
  }
}
.p-price__card:nth-of-type(3) .p-price__card-head {
  background-color: #319EB8;
  padding: 1.25rem 0;
}
.p-price__card:nth-of-type(4) .p-price__card-inner {
  border: 0.0625rem solid #3191BA;
}
@media screen and (max-width: 1023px) {
  .p-price__card:nth-of-type(4) .p-price__card-inner {
    border-width: 0.2564102564vw;
  }
}
.p-price__card:nth-of-type(4) .p-price__card-head {
  background-color: #3191BA;
}
.p-price__card-inner {
  border-radius: 0.1875rem;
  padding-bottom: 3rem;
  background-color: #FFFFFF;
  min-height: 320px;
}
@media screen and (max-width: 1023px) {
  .p-price__card-inner {
    border-radius: 0.7692307692vw;
    padding-bottom: 12.3076923077vw;
    min-height: none;
  }
}
.p-price__card-head {
  color: #FFFFFF;
  text-align: center;
  font-feature-settings: "palt";
  padding: 0.625rem 0;
}
@media screen and (max-width: 1023px) {
  .p-price__card-head {
    padding: 2.5641025641vw 0;
  }
}
.p-price__card-catch {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-price__card-catch {
    font-size: 3.5897435897vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-price__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .p-price__card-title {
    font-size: 6.1538461538vw;
  }
}
.p-price__price {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-price__price {
    font-size: 6.1538461538vw;
    margin-top: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
  }
}
.p-price__price::before {
  content: "";
  width: 60.5%;
  height: 0.0625rem;
  background-color: #AAAAAA;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 1023px) {
  .p-price__price::before {
    width: 41%;
    height: 0.2564102564vw;
  }
}
.p-price__price .ff-roboto {
  font-size: 2.375rem;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1023px) {
  .p-price__price .ff-roboto {
    font-size: 11.2820512821vw;
  }
}
.p-price__description {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-price__description {
    margin-top: 5.1282051282vw;
    margin-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}
.p-price__features {
  width: fit-content;
  margin: 0 auto;
}
.p-price__feature {
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .p-price__feature {
    font-size: 4.1025641026vw;
    padding-left: 4.1025641026vw;
  }
}
.p-price__feature::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../img/icon-checked.svg) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-price__feature::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    top: 1.2820512821vw;
  }
}
.p-price__badge {
  width: 3.875rem;
  height: 3.875rem;
  background-color: #FDEF70;
  border-radius: 50%;
  position: absolute;
  top: -3.1875rem;
  left: -1rem;
  box-shadow: 0.0625rem 0.0625rem 0.06875rem rgba(120, 120, 120, 0.25);
}
@media screen and (max-width: 1023px) {
  .p-price__badge {
    width: 13.8461538462vw;
    height: 13.8461538462vw;
    top: -5.3846153846vw;
    left: 1.0256410256vw;
    box-shadow: 0.2564102564vw 0.2564102564vw 0.2820512821vw rgba(120, 120, 120, 0.25);
  }
}
.p-price__badge::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  border-bottom: 0.8125rem solid #FDEF70;
  border-top: 0;
  position: absolute;
  bottom: 0.125rem;
  right: 0.25rem;
  transform: rotate(129deg);
}
@media screen and (max-width: 1023px) {
  .p-price__badge::before {
    border-right: 0.7692307692vw solid transparent;
    border-left: 0.7692307692vw solid transparent;
    border-bottom: 1.7948717949vw solid #FDEF70;
    bottom: 0;
    right: 2.0512820513vw;
    transform: rotate(146deg);
  }
}
.p-price__badge span {
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}
@media screen and (max-width: 1023px) {
  .p-price__badge span {
    font-size: 3.0769230769vw;
  }
}
.p-price__note {
  background-color: #EAF4F8;
  width: fit-content;
  margin: 1.875rem auto 0;
  display: flex;
  gap: 0.625rem;
  padding: 0.9375rem 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-price__note {
    flex-wrap: wrap;
    margin-top: 7.6923076923vw;
    gap: 2.5641025641vw;
    padding: 2.5641025641vw;
  }
}
.p-price__note-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-price__note-text {
    font-size: 3.5897435897vw;
  }
}
.p-price__note-item {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  padding-left: 0.75rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-price__note-item {
    font-size: 3.0769230769vw;
    padding-left: 4.1025641026vw;
  }
}
.p-price__note-item::before {
  content: "・";
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .p-price__note-item::before {
    font-size: 3.0769230769vw;
    left: 1.2820512821vw;
  }
}
.p-price__note-item:not(:last-of-type) {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 1023px) {
  .p-price__note-item:not(:last-of-type) {
    margin-bottom: 1.2820512821vw;
  }
}

/*
 * foundation
 */
.p-flow {
  background-color: #EAF4F8;
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-flow {
    padding: 17.9487179487vw 2.5641025641vw 12.8205128205vw;
  }
}
.p-flow__title {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__title {
    margin-bottom: 12.8205128205vw;
  }
}
.p-flow__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__list {
    row-gap: 6.9230769231vw;
  }
}
.p-flow__list-wrapper {
  max-width: 55.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-flow__list-wrapper {
    max-width: none;
  }
}
.p-flow__item {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0.125rem 0.59375rem rgba(160, 160, 160, 0.25);
  border-radius: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-flow__item {
    box-shadow: 0 0.5128205128vw 2.4358974359vw rgba(160, 160, 160, 0.25);
    border-radius: 0.7692307692vw;
  }
}
.p-flow__item:not(:last-of-type)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.0625rem solid transparent;
  border-left: 2.0625rem solid transparent;
  border-top: 1.0625rem solid #459DCA;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -1.0625rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__item:not(:last-of-type)::before {
    border-right: 4.6153846154vw solid transparent;
    border-left: 4.6153846154vw solid transparent;
    border-top: 4.358974359vw solid #459DCA;
    bottom: -4.358974359vw;
  }
}
.p-flow__item:first-of-type .p-flow__step::after {
  background: url(../img/icon-email.svg) no-repeat center center/contain;
}
.p-flow__item:nth-of-type(2) .p-flow__step::after {
  background: url(../img/icon-comment.svg) no-repeat center center/contain;
}
.p-flow__item:nth-of-type(3) .p-flow__step::after {
  background: url(../img/icon-schedule.svg) no-repeat center center/contain;
}
.p-flow__item:nth-of-type(4) .p-flow__step::after {
  background: url(../img/icon-search.svg) no-repeat center center/contain;
}
.p-flow__item:nth-of-type(5) .p-flow__step::after {
  background: url(../img/icon-man.svg) no-repeat center center/contain;
}
.p-flow__item:nth-of-type(6) .p-flow__step::after {
  background: url(../img/icon-document-blue.svg) no-repeat center center/contain;
}
.p-flow__item-inner {
  display: flex;
  gap: 1.875rem;
  padding: 1.875rem 3.125rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-flow__item-inner {
    gap: 7.6923076923vw;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7.6923076923vw 5.1282051282vw;
  }
}
.p-flow__step {
  font-size: 1.625rem;
  color: #459DCA;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-right: 8.75rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__step {
    font-size: 6.6666666667vw;
    padding-right: 30.7692307692vw;
  }
}
.p-flow__step::before {
  content: "";
  width: 0.0625rem;
  height: 7.6875rem;
  background-color: #459DCA;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 5.875rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__step::before {
    width: 0.2564102564vw;
    height: 17.9487179487vw;
    left: 23.8461538462vw;
  }
}
.p-flow__step::after {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-flow__step::after {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
}
.p-flow__step-number {
  font-size: 2.75rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-flow__step-number {
    font-size: 11.2820512821vw;
    margin-top: 1.2820512821vw;
  }
}
.p-flow__heading {
  font-weight: 700;
  font-size: 1.375rem;
  font-feature-settings: "palt";
  line-height: 1;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__heading {
    font-size: 5.641025641vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-flow__description {
  font-feature-settings: "palt";
}
@media screen and (max-width: 1023px) {
  .p-flow__description {
    font-size: 3.5897435897vw;
  }
}
.p-flow__contact-wrapper {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-wrapper {
    margin-top: 5.1282051282vw;
  }
}
.p-flow__contact-inner {
  display: flex;
  gap: 1.6875rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-inner {
    flex-wrap: wrap;
    gap: 5.8974358974vw;
    justify-content: center;
  }
}
.p-flow__contact-button {
  width: 17.25rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-button {
    width: 100%;
  }
}
.p-flow__contact-button .c-button-basic {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.6875rem 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-button .c-button-basic {
    font-size: 4.6153846154vw;
    padding: 2.8205128205vw 2.5641025641vw;
  }
}
.p-flow__contact-button .c-button-basic-inner {
  padding-right: 1.125rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-button .c-button-basic-inner {
    padding-right: 4.6153846154vw;
  }
}
.p-flow__contact-button .c-button-basic-inner::before {
  width: 0.6875rem;
  height: 0.6875rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-button .c-button-basic-inner::before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
  }
}
.p-flow__contact-text {
  text-align: center;
}
.p-flow__contact-text--tel {
  font-size: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-text--tel {
    font-size: 6.6666666667vw;
  }
}
.p-flow__contact-text--tel-prefix {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-text--tel-prefix {
    font-size: 4.6153846154vw;
  }
}
.p-flow__contact-text--time {
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-flow__contact-text--time {
    font-size: 4.1025641026vw;
  }
}

/*
 * foundation
 */
.p-faq {
  padding: 6.25rem 0 4.375rem;
}
@media screen and (max-width: 1023px) {
  .p-faq {
    padding: 17.9487179487vw 2.5641025641vw 12.8205128205vw;
  }
}
.p-faq__title {
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__title {
    margin: 0 auto 12.8205128205vw;
  }
}
.p-faq__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__list {
    row-gap: 7.6923076923vw;
  }
}
.p-faq__list-wrapper {
  max-width: 51.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-faq__list-wrapper {
    max-width: none;
  }
}
.p-faq__item {
  background-color: #FFFFFF;
  border: 0.125rem solid #459DCA;
  border-radius: 0.1875rem;
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__item {
    border-width: 0.5128205128vw;
    padding: 7.6923076923vw;
  }
}
.p-faq__question {
  font-size: 1.5rem;
  color: #459DCA;
  font-weight: 700;
  font-feature-settings: "palt";
  border-bottom: 0.0625rem solid #459DCA;
  line-height: 1.4;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-faq__question {
    font-size: 5.1282051282vw;
    border-bottom-width: 0.2564102564vw;
    padding-bottom: 2.5641025641vw;
    padding-left: 10.2564102564vw;
  }
}
.p-faq__question .ff-roboto {
  font-size: 1.75rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1023px) {
  .p-faq__question .ff-roboto {
    font-size: 7.1794871795vw;
  }
}
.p-faq__answer {
  font-feature-settings: "palt";
  margin-top: 0.75rem;
}
@media screen and (max-width: 1023px) {
  .p-faq__answer {
    margin-top: 3.0769230769vw;
  }
}

/*
 * foundation
 */
/*
 * foundation
 */
.p-contact {
  padding: 100px 0 70px;
  background: url(../img/contact-bg.webp) no-repeat center center/cover;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-contact {
    padding: 17.9487179487vw 2.5641025641vw;
  }
}
.p-contact__inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: #EAF4F8;
  padding: 80px 100px;
}
@media screen and (max-width: 1023px) {
  .p-contact__inner {
    padding: 12.8205128205vw 5.1282051282vw 15.3846153846vw;
  }
}
.p-contact__heading {
  margin: 0 auto 30px;
}
@media screen and (max-width: 1023px) {
  .p-contact__heading {
    margin-bottom: 7.6923076923vw;
  }
}
.p-contact__message {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
.p-contact__message:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .p-contact__message:first-of-type {
    margin-bottom: 2.5641025641vw;
  }
}
.p-contact-tel-wrapper {
  width: 336px;
  background-color: #FFFFFF;
  margin: 30px auto 50px;
  border-radius: 3px;
  padding: 25px 30px;
}
@media screen and (max-width: 1023px) {
  .p-contact-tel-wrapper {
    width: 100%;
    border-radius: 0.7692307692vw;
    margin: 7.6923076923vw auto 12.8205128205vw;
    padding: 6.4102564103vw 6.9230769231vw;
  }
}
.p-contact__tel-link {
  background: linear-gradient(to right, #31B9B4, #3191BA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-contact__tel-link {
    font-size: 8.7179487179vw;
  }
}
.p-contact__tel-link span {
  background: linear-gradient(to right, #31B9B4, #3191BA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  line-height: 1;
  margin-right: 6px;
}
@media screen and (max-width: 1023px) {
  .p-contact__tel-link span {
    font-size: 5.1282051282vw;
    margin-right: 1.5384615385vw;
  }
}
.p-contact__tel-time {
  font-weight: 700;
  font-feature-settings: "palt";
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-contact__tel-time {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-contact__note {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-contact__note {
    font-size: 2.8205128205vw;
  }
}
.p-contact__form-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-left: 39px;
  position: relative;
  line-height: 1.4;
  font-feature-settings: "palt";
  margin: 0 auto 20px;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-title {
    font-size: 6.6666666667vw;
    padding-left: 10vw;
    margin-bottom: 5.1282051282vw;
  }
}
.p-contact__form-title::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/icon-email-grad-green.svg) no-repeat center center/contain;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .p-contact__form-title::before {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
  }
}
.p-contact__form-message {
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
}
.p-contact__form-box {
  max-width: 600px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box {
    max-width: none;
    margin-top: 5.1282051282vw;
  }
}
.p-contact-form__must {
  background: linear-gradient(to right, #31B9B4, #3191BA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-contact-form__button-wrapper {
  width: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-contact-form__button-wrapper {
    width: 100%;
  }
}
.p-contact-form__submit {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-contact-form__submit {
    font-size: 4.6153846154vw;
  }
}
.p-contact-form__submit:enabled {
  cursor: pointer;
}
.p-contact-form__submit .c-button-basic-inner {
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  .p-contact-form__submit .c-button-basic-inner {
    padding-right: 5.1282051282vw;
  }
}
.p-contact-form__submit .c-button-basic-inner::before {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1023px) {
  .p-contact-form__submit .c-button-basic-inner::before {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
.p-contact__form-box dl:not(:last-of-type) {
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box dl:not(:last-of-type) {
    margin-bottom: 5.641025641vw;
  }
}
.p-contact__form-box dl dt {
  font-feature-settings: "palt";
  font-weight: 700;
  margin-bottom: 5px;
  color: #6F6F6F;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box dl dt {
    margin-bottom: 1.2820512821vw;
  }
}
.p-contact__form-box input[type=text],
.p-contact__form-box input[type=email],
.p-contact__form-box input[type=tel],
.p-contact__form-box textarea {
  background-color: #FFFFFF;
  border-radius: 3px;
  width: 100%;
  padding: 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box input[type=text],
  .p-contact__form-box input[type=email],
  .p-contact__form-box input[type=tel],
  .p-contact__form-box textarea {
    padding: 2.5641025641vw;
  }
}
.p-contact__form-box input[type=checkbox] {
  border: 1px solid #464750;
  border-radius: 3px;
  background-color: #FFFFFF;
  width: 13px;
  height: 13px;
  position: relative;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box input[type=checkbox] {
    border-width: 0.2564102564vw;
    border-radius: 0.7692307692vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 1.2820512821vw;
  }
}
.p-contact__form-box input[type=checkbox]:checked::before {
  position: absolute;
  top: 1px;
  left: 3px;
  transform: rotate(50deg);
  width: 5px;
  height: 7px;
  border-right: 2px solid #459DCA;
  border-bottom: 2px solid #459DCA;
  content: "";
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box input[type=checkbox]:checked::before {
    top: 0.2564102564vw;
    left: 0.7692307692vw;
    width: 1.2820512821vw;
    height: 1.7948717949vw;
    border-right: 0.5128205128vw solid #459DCA;
    border-bottom: 0.5128205128vw solid #459DCA;
  }
}
.p-contact__form-box input {
  height: 45px;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box input {
    height: 11.5384615385vw;
  }
}
.p-contact__form-box textarea {
  height: 191px;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box textarea {
    height: 48.9743589744vw;
  }
}
.p-contact__form-box .js-mw-checkbox {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box .js-mw-checkbox {
    margin-top: 1.2820512821vw;
    margin-bottom: 5.1282051282vw;
  }
}
.p-contact__form-box .mwform-checkbox-field-text {
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  .p-contact__form-box .mwform-checkbox-field-text {
    font-size: 3.0769230769vw;
  }
}
.p-contact__form-box .mwform-checkbox-field-text a {
  text-decoration: underline;
  color: #459DCA;
}

/* thanks */
.p-contact-thanks {
  padding: 100px 0 99px;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks {
    padding: 25.641025641vw 2.5641025641vw;
  }
}
.p-contact-thanks__inner {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__inner {
    max-width: none;
  }
}
.p-contact-thanks__title {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__title {
    font-size: 5.641025641vw;
  }
}
.p-contact-thanks__image {
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__image {
    margin: 7.6923076923vw 0;
  }
}
.p-contact-thanks__message {
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__message {
    font-size: 4.1025641026vw;
    margin-bottom: 12.8205128205vw;
    text-align: left;
  }
}
.p-contact-thanks__tel-wrapper {
  text-align: center;
}
.p-contact-thanks__tel-message {
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
.p-contact-thanks__tel-box {
  max-width: 450px;
  margin: 20px auto 5px;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__tel-box {
    max-width: none;
    width: 100%;
    margin: 5.1282051282vw 0 1.2820512821vw;
  }
}
.p-contact-thanks__tel-link {
  color: #FFFFFF;
  width: 100%;
  display: block;
  padding: 16px 0;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(3, 37, 83, 0.25);
  transition: all 0.2s;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__tel-link {
    padding: 4.1025641026vw 0;
    border-radius: 0.7692307692vw;
    box-shadow: 0.5128205128vw 0.5128205128vw 1.2820512821vw rgba(3, 37, 83, 0.25);
  }
}
.p-contact-thanks__tel-link:hover {
  transform: translate(1px, 1px);
  opacity: 0.8;
  box-shadow: none;
}
.p-contact-thanks__tel-number {
  font-size: 33px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__tel-number {
    font-size: 8.4615384615vw;
  }
}
.p-contact-thanks__tel-prefix {
  font-size: 25px;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__tel-prefix {
    font-size: 6.4102564103vw;
    margin-right: 1.2820512821vw;
  }
}
.p-contact-thanks__tel-time {
  font-size: 15px;
}
.p-contact-thanks__note {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
.p-contact-thanks__button {
  margin: 50px auto 0;
  width: 287px;
}
@media screen and (max-width: 1023px) {
  .p-contact-thanks__button {
    margin-top: 12.8205128205vw;
    width: 100%;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  background: #D9D9D9;
  color: #FFFFFF;
}
.wpcf7 .wpcf7-submit:disabled .c-button-basic-inner::before {
  background: url(../img/icon-arrow-right-white.svg) no-repeat center center/contain;
}

.wpcf7-turnstile {
  text-align: center;
  margin-bottom: 20px;
}

/*
 * foundation
 */
/* 下から上にフェードイン */
.fade-in-from-bottom-elm {
  opacity: 0;
  transition: translate 1.2s ease, opacity 0.8s ease;
  translate: 0 20px;
}

.fade-in-from-bottom-elm.js-scrolled {
  opacity: 1;
  translate: 0;
}

@keyframes fade-in-from-bottom-x-center {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
/* //下から上にフェードイン */
/* 左から右にフェードイン */
.fade-in-from-left-elm {
  opacity: 0;
  transform: translateX(-20px);
}

.fade-in-from-left-elm.scrolled {
  animation: fade-in-from-left 1s linear forwards;
}

@keyframes fade-in-from-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //左から右にフェードイン */
/* 右から左にフェードイン */
.fade-in-from-right-elm {
  opacity: 0;
  transform: translateX(20px);
}

.fade-in-from-right-elm.scrolled {
  animation: fade-in-from-right 1s linear forwards;
}

@keyframes fade-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* //右から左にフェードイン */
/*
 * foundation
 */
/* フォント */
.ff-noto-sans {
  font-family: "Noto Sans", sans-serif;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

/* フォントウェイト */
.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* //フォントウェイト */
/* color */
/* bg-color */
.u-bg-grad-green {
  background: linear-gradient(to right, #31B9B4, #3191BA);
}

.u-bg-grad-blue {
  background: linear-gradient(to right, #66B8E2, #459DCA);
}

.u-highlight-yellow {
  position: relative;
  z-index: 1;
}
.u-highlight-yellow::before {
  content: "";
  width: 100%;
  height: 11px;
  background-color: #FDEF70;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}

/* display */
.u-d-none {
  display: none;
}

@media screen and (max-width: 1279px) {
  .u-d-xl-none {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .u-d-xl-block {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-d-lg-none {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .u-d-lg-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-d-md-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-d-md-block {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-d-sm-none {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .u-d-sm-block {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .u-d-xs-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */