@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  overflow-wrap: break-word;
}

html {
  -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;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

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

b,
strong {
  font-weight: bolder;
}

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;
  -moz-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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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;
}

textarea {
  overflow: auto;
  resize: none;
}

[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;
}

label[for] {
  cursor: pointer;
}

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

caption {
  text-align: left;
}

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

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: min(1.633vw, 16px);
  scroll-behavior: smooth;
  scroll-padding-top: 5.375rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.733vw;
    scroll-padding-top: 4.286rem;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #50606d;
}

a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* root container */
.l-wrapper {
  overflow-x: clip;
}

/* main container */
.l-content-container {
  position: relative;
}

/* container */
.l-container {
  width: calc(100% - 4rem);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-sm {
  max-width: 784px;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: calc(100% - 2rem);
  }
}

/* ================================
Header
================================ */
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.375rem;
  background-color: #fff;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25rem;
  padding: 0 2.5rem;
  margin: 0 auto;
}
.l-header__logo-wrap {
  position: relative;
  z-index: 1000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 0 0;
}
.l-header__desc {
  font-size: 0.75rem;
}
.l-header__logo {
  width: 15rem;
  aspect-ratio: 240/55;
}
.l-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
.l-header__btn.c-btn {
  min-width: initial;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 4.286rem;
  }
  .l-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
  }
  .l-header__logo-wrap {
    margin: 0;
  }
  .l-header__desc {
    display: none;
  }
  .l-header__btn-wrap {
    display: none;
  }
}

/* ================================
Footer
================================ */
.l-footer {
  padding: 2.5rem 0 1rem;
}
.l-footer__logo {
  display: block;
  width: 18.75rem;
  aspect-ratio: 300/70;
  margin: 0 auto 2.5rem;
}
.l-footer__copyright {
  display: block;
  font-size: 0.813rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.5rem 0 4.286rem;
  }
}

/* animaiton */
.js-slidein {
  opacity: 0;
  -webkit-transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity ease 0.7s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.js-slidein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-fadein.is-active {
  opacity: 1;
}

/* transition delay */
.-delay02 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.-delay04 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.-delay06 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.-delay08 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.-delay10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.-delay12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.-delay14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.-delay16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

/* heading */
.c-heading {
  text-align: center;
  margin: 0 0 4.375rem;
}
.c-heading__typo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.438rem;
  margin: 0 auto -0.625rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.c-heading__sub-title {
  position: relative;
  z-index: 0;
  color: #3c92d6;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.c-heading__main-title {
  color: #303d47;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading {
    margin: 0 0 2.857rem;
  }
  .c-heading__sub-title {
    font-size: 1rem;
  }
  .c-heading__main-title {
    font-size: 1.429rem;
  }
}

/*sentence*/
.c-sentence {
  line-height: 1.8;
}
.c-sentence + .c-sentence {
  margin-top: 0.25rem;
}
/* button */
.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 17.5rem;
  color: #3c92d6;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #EDF5FC;
  border: 2px solid #63AAE4;
  -webkit-box-shadow: 0 2px 0 #63AAE4;
          box-shadow: 0 2px 0 #63AAE4;
  border-radius: 0.5rem;
  padding: 1em 1em;
}
.c-btn.-stripe {
  color: #fff;
  border-color: #936E7E;
  background-color: #ED9BBE;
  -webkit-box-shadow: 0 2px 0 #936E7E;
          box-shadow: 0 2px 0 #936E7E;
}
.c-btn.-stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/stripe_bg.png) repeat top left/contain;
  opacity: 0.2;
}

.c-btn__block {
  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 0;
}

.c-btn__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.c-btn__header::before, .c-btn__header::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  background-color: currentColor;
}
.c-btn__header::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn__header::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn__header.-pk {
  color: #DC7AA4;
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap {
    gap: 0.5rem 0.5rem;
  }
}
.c-btn__wrap.-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__wrap.-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.c-btn__wrap.-verticalOnlyDesktop {
  -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;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-verticalOnlyDesktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-btn__wrap.-rightOnlyDesktop {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-rightOnlyDesktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn__wrap.-leftOnlyDesktop {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 768px) {
  .c-btn__wrap.-leftOnlyDesktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* table */
.c-table {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 1rem 2.5rem;
}
.c-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
  background-color: #ecf3f9;
}
.c-table__heading {
  color: #3c92d6;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.c-table__data {
  font-size: 1rem;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .c-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-table__data {
    padding: 0;
  }
}

/* list */
.c-dot-list li {
  position: relative;
  padding: 0 0 0 0.5em;
}
.c-dot-list li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
}
.c-dot-list + .c-sentence {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-dot-list li {
    font-size: 1rem;
  }
  .c-dot-list + .c-sentence {
    margin-top: 0.4rem;
  }
}

/* voice card */
.c-voice-card {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.75rem 0 rgba(29, 55, 73, 0.2);
          box-shadow: 0 0 0.75rem 0 rgba(29, 55, 73, 0.2);
}
.c-voice-card__header {
  background-color: #F9F9F9;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
}
.c-voice-card__ico {
  width: 9.875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
.c-voice-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  color: #3c92d6;
  font-size: 0.875rem;
  font-weight: 500;
}
.c-voice-card__job {
  color: #fff;
  background-color: #3c92d6;
  padding: 0 0.5rem;
  border-radius: 9999px;
}
.c-voice-card__content {
  font-size: 0.938rem;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 0.75rem 1rem;
}

/* point list */
.c-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.25rem;
}
.c-point-list__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 0;
  width: 10.375rem;
  aspect-ratio: 1/1;
  background: url(../img/point-item_bg.png) no-repeat center center/contain;
}
.c-point-list__item::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  aspect-ratio: 1/1;
  background: url(../img/check_ico.png) no-repeat center center/contain;
}
.c-point-list__text {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.c-point-list__text .-lg {
  color: #3c92d6;
  font-size: 1.25em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-point-list {
    gap: 0 0.5rem;
  }
  .c-point-list__item {
    width: calc((100% - 1rem) / 3);
    gap: 0.25rem 0;
  }
  .c-point-list__item::before {
    width: 1.429rem;
  }
  .c-point-list__text {
    font-size: 0.857rem;
  }
}

.c-faq-list__item {
  cursor: pointer;
  border: 1px solid #B2D5F1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-faq-list__item.is-open .c-faq-list__header::after {
  content: "－";
}
.c-faq-list__item.is-open .c-faq-list__content {
  opacity: 1;
  height: auto;
  padding: 0.75rem 1rem;
}
.c-faq-list__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.c-faq-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  padding: 0.75rem 1rem;
  background-color: #ecf3f9;
}
.c-faq-list__header::before {
  content: "Q";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 2rem;
  aspect-ratio: 1/1;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 50%;
  background-color: #3c92d6;
}
.c-faq-list__header::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "＋";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  color: #3c92d6;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0 0 0 auto;
}
.c-faq-list__question {
  font-size: 1.125rem;
  font-weight: 500;
}
.c-faq-list__content {
  opacity: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0 1rem;
  -webkit-transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
  transition: opacity 0.2s ease-out, height 0.2s ease-out, padding 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-faq-list__question {
    font-size: 1rem;
  }
}

/* CTA */
.c-cta {
  background: url(../img/cta_bg.jpg) no-repeat center center/cover;
  padding: 0 0 3.5rem;
}
.c-cta__container {
  position: relative;
}
.c-cta__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  background-color: #527ea1;
  border-radius: 0.25rem;
  padding: 0.5rem 1.5rem;
  margin: 0 auto 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-cta__heading::after {
  content: "";
  position: absolute;
  bottom: -0.813rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 1rem;
  aspect-ratio: 16/14;
  background-color: #527ea1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.c-cta__point-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 1rem;
}
.c-cta__bottom {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.875rem 1.25rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(38, 46, 53, 0.2);
          box-shadow: 0 0 0.5rem 0 rgba(38, 46, 53, 0.2);
}
.c-cta__price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #ecf3f9;
  padding: 1rem 2rem;
  margin: 0 auto 2rem;
}
.c-cta__price .-title {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  background-color: #3c92d6;
  font-size: 1rem;
  padding: 0 0.5em;
  margin: 0 0.625rem 0 0;
}
.c-cta__price .-num {
  font-family: "Lora", "Times New Roman", "Cambria", "Athelas", "Baskerville", serif;
  color: #3c92d6;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}
.c-cta__price .-unit {
  color: #3c92d6;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-cta__price .-tax {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0 0.25rem;
}
.c-cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-cta__heading {
    font-size: 1.429rem;
    margin: 0 auto;
  }
  .c-cta__price {
    width: 100%;
    padding: 1rem;
  }
  .c-cta__price .-unit {
    font-size: 1.143rem;
  }
  .c-cta__price .-tax {
    font-size: 1.143rem;
  }
  .c-cta__btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  white-space: nowrap;
}

.wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

.wpcf7-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem 2.5rem;
}
.wpcf7-item.-required .wpcf7-form-label::after {
  content: "必須";
  color: #fff;
  font-size: 0.813rem;
  font-weight: 500;
  text-align: center;
  background-color: #F26A6D;
  padding: 0 0.25em;
}
.wpcf7-item.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7-item.-vertical .wpcf7-item-col--label {
  width: 100%;
}
.wpcf7-item.-vertical .wpcf7-item-col--controls {
  width: 100%;
}
.wpcf7-item.-vertical .wpcf7-form-label {
  min-height: initial;
}
.wpcf7-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-item.-required .wpcf7-form-label::after {
    font-size: 0.8rem;
    border-radius: 0.2rem;
  }
}

.wpcf7-item-col--label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18.125rem;
  font-size: 0.938rem;
}
.wpcf7-item-col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  font-size: 0.938rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-item-col--label {
    font-size: 1rem;
  }
  .wpcf7-item-col--controls {
    font-size: 1rem;
  }
}

.wpcf7-form-label {
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-label {
    min-height: initial;
  }
}

.wpcf7-text {
  width: 100%;
  height: 3.125rem;
  border: 1px solid #dadcde;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0 1rem;
}

.wpcf7-textarea {
  width: 100%;
  height: 12.5rem;
  border: 1px solid #dadcde;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
}

.wpcf7-action {
  margin: 1.5rem 0 0;
}

.wpcf7-form-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 17.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  background-color: #3c92d6;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.1);
  border-radius: 0.25rem;
  margin: 0 auto;
}
.wpcf7-form-button input {
  width: 100%;
  height: 100%;
  padding: 1em;
}
.wpcf7-form-button:has(input:disabled) {
  pointer-events: none;
}

.wpcf7-privacy-content {
  height: 20.375rem;
  background-color: #fff;
  padding: 1rem;
  overflow-y: auto;
  border: 1px solid #dadcde;
  border-radius: 0.25rem;
}
.wpcf7-privacy-content h3 {
  font-size: 0.938rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.wpcf7-privacy-content p {
  font-size: 0.875rem;
}
.wpcf7-privacy-content p + p {
  margin-top: 1.5em;
}

.wpcf7-privacy-message {
  font-size: 0.938rem;
  margin: 1.5rem 0 0;
}

/* ================================
LP Contents
================================ */
.p-about {
  padding: 3.125rem 0 6.25rem;
}

.p-about-block01 {
  margin: 0 0 4rem;
}
.p-about-block01__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 1.875rem 1.875rem;
}
.p-about-block01__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32.5rem;
  margin: 0 -4.063rem 0 0;
}
.p-about-block01__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-block01__title {
  position: relative;
  color: #3c92d6;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
}
.p-about-block01__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.188rem;
  background: -webkit-gradient(linear, left top, right top, from(#dee9f4), to(#f8e9f0));
  background: linear-gradient(to right, #dee9f4, #f8e9f0);
}
@media screen and (max-width: 768px) {
  .p-about-block01__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-block01__img {
    width: 100%;
  }
  .p-about-block01__title {
    font-size: 1.143rem;
  }
}

.p-about-block02 {
  padding: 2.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.p-about-block02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.875rem 3.125rem;
}
.p-about-block02__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-block02__list {
  background-color: #ecf3f9;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
}
.p-about-block02__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0 0.25rem;
  color: #3c92d6;
  font-size: 1rem;
  font-weight: 500;
}
.p-about-block02__list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/check_ico.png) no-repeat center center/contain;
}
.p-about-block02__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .p-about-block02 {
    padding: 1rem;
  }
  .p-about-block02__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about-block02__img {
    width: 100%;
  }
  .p-about-block02__title {
    font-size: 1.143rem;
  }
}

.p-about-point {
  border: 1px solid #ebeff2;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin: 0.5rem 0 0;
}
.p-about-point__heading {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.5rem;
}
.p-about-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem 0.5rem;
}
.p-about-point__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 0.938rem;
  font-weight: 900;
  text-align: center;
  background-color: #63AAE4;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-about-point__heading {
    font-size: 1rem;
  }
  .p-about-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about-cert {
  position: relative;
  max-width: 655px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem 1.25rem;
  background-color: #F8FAFC;
  padding: 1.5rem 2.5rem;
  margin: 2.5rem auto 0;
}
.p-about-cert::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.375rem;
  left: -0.375rem;
  display: block;
  width: calc(100% + 0.75rem);
  height: calc(100% + 0.75rem);
  background: -webkit-gradient(linear, right top, left top, from(#ffe7f2), color-stop(45%, #aac8eb), to(#85bdea));
  background: linear-gradient(to left, #ffe7f2 0%, #aac8eb 45%, #85bdea 100%);
}
.p-about-cert__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.75rem;
}
.p-about-cert__content::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 26%;
  aspect-ratio: 1/1;
  background: url(../img/about-cert_illust.png) no-repeat center center/contain;
}
.p-about-cert__text {
  position: relative;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-about-cert__text span {
  display: inline-block;
  background-color: #fee7f2;
  padding: 0 0.25rem;
}
.p-about-cert__text span:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-about-cert__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24.347826087%;
  aspect-ratio: 397/531;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(38, 46, 53, 0.1);
          box-shadow: 0 0.25rem 0.25rem rgba(38, 46, 53, 0.1);
}
@media screen and (max-width: 768px) {
  .p-about-cert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .p-about-cert::before {
    top: -2px;
    left: -2px;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
  }
  .p-about-cert__text {
    font-size: 1.143rem;
  }
  .p-about-cert__img {
    width: 14.286rem;
  }
}

.p-feature {
  padding: 3.125rem 0 6.25rem;
}
.p-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.857rem 4rem;
}
.p-feature__item {
  width: calc((100% - 8rem) / 3);
}
.p-feature__num {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lora", "Times New Roman", "Cambria", "Athelas", "Baskerville", serif;
  font-size: 1.375rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#dee9f4), to(#f8e9f0));
  background: linear-gradient(to right, #dee9f4, #f8e9f0);
  border-radius: 2px;
  padding: 0 0.5rem;
  margin: 0 auto 1.563rem;
}
.p-feature__num::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: calc(50% - 0.188rem);
  display: block;
  width: 0.313rem;
  aspect-ratio: 5/14;
  background: url(../img/feature-item_dot.png) no-repeat center center/contain;
}
.p-feature__img {
  width: 80.2816901408%;
  aspect-ratio: 228/148;
  margin: 0 auto 0.75rem;
}
.p-feature__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #527ea1;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px dashed #b2d5f1;
  margin: 0 auto 1rem;
}
.p-feature__desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-feature__item {
    width: 100%;
  }
  .p-feature__num {
    font-size: 1.143rem;
  }
  .p-feature__title {
    font-size: 1.286rem;
  }
  .p-feature__desc {
    text-align: center;
  }
}

.p-career {
  position: relative;
  background-color: #ecf3f9;
  padding: 3.125rem 0 2.5rem;
  margin: 0 0 4.625rem;
}
.p-career::after {
  content: "";
  position: absolute;
  bottom: -3.563rem;
  left: 0;
  display: block;
  width: 100%;
  height: 3.625rem;
  background-color: #ecf3f9;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-career__body {
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 0 5rem 2.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(38, 46, 53, 0.1);
          box-shadow: 0 0 0.5rem rgba(38, 46, 53, 0.1);
  margin: 11.25rem 0 0;
}
.p-career__block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  margin: 0 0 0.75rem;
}
.p-career__block:last-of-type, .p-career__block:first-of-type {
  margin: 0;
}
.p-career__block:first-of-type {
  z-index: 1;
}
.p-career__header {
  position: relative;
  z-index: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 2.5rem;
  margin: -1.25rem 0 0;
}
.p-career__header span {
  border-radius: 0.25rem;
  background-color: #527ea1;
  padding: 0 1.5rem;
}
.p-career__header::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -2;
  left: 50%;
  height: 4.7em;
  aspect-ratio: 572/264;
  background: url(../img/before_typo.png) no-repeat center center/contain;
  -webkit-transform: translate(-40%, -80%) rotate(-2deg);
          transform: translate(-40%, -80%) rotate(-2deg);
}
.p-career__header::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 7.313rem;
  aspect-ratio: 117/192;
  background: url(../img/career_illust01.png?250822) no-repeat center center/contain;
}
.p-career__header.-after span {
  background-color: #ed9bbe;
}
.p-career__header.-after::before {
  aspect-ratio: 495/263;
  background: url(../img/after_typo.png) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -80%) rotate(2deg);
          transform: translate(-50%, -80%) rotate(2deg);
}
.p-career__header.-after::after {
  left: initial;
  right: -1.875rem;
  bottom: -1.25rem;
  width: 8.688rem;
  aspect-ratio: 139/190;
  background: url(../img/career_illust02.png?250822) no-repeat center center/contain;
}
.p-career__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6.25rem;
  color: #527ea1;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf5fb));
  background-image: linear-gradient(to bottom, #ffffff, #edf5fb);
  border-radius: 0.5rem;
  padding: 1.125rem 1.75rem;
}
.p-career__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #accae2;
  border-radius: 0.5rem;
}
.p-career__item.-after {
  color: #84727a;
  background-image: none;
  background-color: #fffbfd;
}
.p-career__item.-after::before {
  background: linear-gradient(-30deg, #e293b5 0%, #f3e1e9 28%, #e293b5 100%);
}
.p-career__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.375rem;
  aspect-ratio: 38/20;
  background: url(../img/career_arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-career__body {
    width: 100vw;
    padding: 0 1rem 2.143rem;
    margin: 5.714rem calc(50% - 50vw) 0;
  }
  .p-career__header {
    font-size: 1.286rem;
    margin: -1rem 0 0;
  }
  .p-career__header::before {
    height: 3.5em;
  }
  .p-career__header::after {
    left: -1rem;
    width: 5.714rem;
  }
  .p-career__header.-after::after {
    right: -1rem;
    width: 6.786rem;
  }
  .p-career__item {
    font-size: 1rem;
    padding: 0.5rem;
  }
  .p-career__arrow {
    width: 1.429rem;
  }
}

.p-scene {
  color: #527ea1;
  background: -webkit-gradient(linear, left top, right top, from(#dee9f4), to(#f8e9f0));
  background: linear-gradient(to right, #dee9f4, #f8e9f0);
  padding: 2.5rem 5rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.2);
          box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.2);
}
.p-scene__heading {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(237, 246, 255, 0)), color-stop(50%, rgb(246, 245, 252)), to(rgba(255, 244, 249, 0)));
  background: linear-gradient(to right, rgba(237, 246, 255, 0) 0%, rgb(246, 245, 252) 50%, rgba(255, 244, 249, 0) 100%);
  margin: 0 0 1.5rem;
}
.p-scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 1rem;
  margin: 0 0 1.5rem;
}
.p-scene__item {
  width: calc((100% - 2rem) / 3);
  border-radius: 1.75rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.1);
          box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.1);
  padding: 1rem 0.75rem;
}
.p-scene__img {
  width: 100%;
  aspect-ratio: 238/158;
  border-radius: 1.25rem;
  overflow: hidden;
  margin: 0 0 0.5rem;
}
.p-scene__desc {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0 0 0 1.35em;
}
.p-scene__desc::before {
  content: "";
  position: absolute;
  top: 0.35em;
  left: 0;
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/check_ico_dark.png) no-repeat center center/contain;
}
.p-scene__outro {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-scene {
    width: 100%;
    padding: 2.5rem 1rem;
  }
  .p-scene__heading {
    font-size: 1.429rem;
  }
  .p-scene__item {
    width: calc(50% - 0.5rem);
  }
  .p-scene__desc {
    font-size: 1rem;
  }
}

.p-message {
  position: relative;
  background-color: #F8FAFC;
  border-radius: 1rem;
  padding: 2.5rem 3.5rem;
  margin: 2.5rem auto;
}
.p-message::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(#dee9f4), to(#f8e9f0));
  background: linear-gradient(to right, #dee9f4, #f8e9f0);
  border-radius: 1rem;
}
.p-message__heading {
  color: #3c92d6;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}
.p-message__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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem 2.5rem;
}
.p-message__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-message__img {
  width: 20rem;
  aspect-ratio: 320/214;
}
.p-message__list {
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  margin: 0.5rem 0;
}
.p-message__list li {
  color: #3c92d6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 2.429rem 1rem;
  }
  .p-message__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-message__img {
    width: 100%;
  }
  .p-message__heading {
    font-size: 1.429rem;
  }
}

.p-voice {
  padding: 4.375rem 0 7.5rem;
}
.p-voice__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
  padding: 1rem 0;
}
.p-voice__card {
  width: 17.75rem !important;
  height: auto !important;
}
.p-voice__arrow {
  position: absolute;
  z-index: 5;
  top: calc(50% - 1rem);
  right: -1.875rem;
  width: 2rem;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../img/chevron_ico.png) no-repeat center center/contain;
}
.p-voice__arrow.-prev {
  right: initial;
  left: -1.875rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .p-voice__slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-voice__arrow {
    right: 1rem;
  }
  .p-voice__arrow.-prev {
    left: 1rem;
  }
}

.p-cr {
  background-color: #F8FAFC;
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-cr {
    padding: 3.125rem 0;
  }
}

.p-cr-block {
  position: relative;
  z-index: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(29, 55, 73, 0.2);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(29, 55, 73, 0.2);
  padding: 4rem;
}
.p-cr-block:not(:last-of-type) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-cr-block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 2.857rem 1rem;
  }
  .p-cr-block:not(:last-of-type) {
    z-index: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: -0.5rem;
  }
}

.p-cr-block01__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-cr-block02__heading {
  color: #303D47;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 2.5rem;
}
.p-cr-block02__price {
  font-weight: 500;
}
.p-cr-block02__price .-num {
  font-size: 1.25rem;
}
.p-cr-block02__note {
  font-size: 0.938rem;
}

.p-cr-online {
  position: relative;
  background-color: #F8FAFC;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin: 0 auto 4rem;
}
.p-cr-online::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: block;
  width: 7.375rem;
  aspect-ratio: 118/34;
  background: -webkit-gradient(linear, left top, right top, from(#dee9f4), to(#f8e9f0));
  background: linear-gradient(to right, #dee9f4, #f8e9f0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-cr-online__heading {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem;
}
.p-cr-online__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 1.5rem;
}
.p-cr-online__item {
  width: calc((100% - 3rem) / 3);
  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 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.2);
          box-shadow: 0 0 0.5rem 0 rgba(29, 55, 73, 0.2);
}
.p-cr-online__ico {
  width: 3.625rem;
  aspect-ratio: 1/1;
}
.p-cr-online__title {
  min-height: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c92d6;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-cr-online__title .-sm {
  font-size: 0.8em;
  font-weight: 500;
}
.p-cr-online__info {
  position: relative;
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.25rem 0 0;
}
.p-cr-online__info::before, .p-cr-online__info::after {
  content: "";
  display: inline-block;
  width: 2em;
  aspect-ratio: 32/54;
  background-color: #527ea1;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-cr-online__info::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-cr-online__info span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  text-align: center;
  background-color: #527ea1;
  padding: 0.25rem;
  margin: 0 -1px;
}
@media screen and (max-width: 768px) {
  .p-cr-online {
    padding: 1.5rem 1rem;
  }
  .p-cr-online__list {
    gap: 0 0.5rem;
  }
  .p-cr-online__item {
    width: calc((100% - 1rem) / 3);
    padding: 1rem 0.5rem;
  }
  .p-cr-online__title {
    font-size: 1rem;
    text-align: center;
  }
  .p-cr-online__info {
    font-size: 0.571rem;
  }
}

.p-cr-success {
  padding: 0 0 4rem;
  margin: 0 0 4rem;
  border-bottom: 1px dashed #50606d;
}
.p-cr-success__body {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#ffe7f2), color-stop(45%, #aac8eb), to(#85bdea));
  background: linear-gradient(to left, #ffe7f2 0%, #aac8eb 45%, #85bdea 100%);
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.p-cr-success__body::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 5rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: inline-block;
  width: 6.063rem;
  aspect-ratio: 97/244;
  background: url(../img/cr-success_illust.png?250822) no-repeat center center/contain;
}
.p-cr-success__img {
  position: absolute;
  top: -2.125rem;
  left: 3.75rem;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 8.375rem;
  aspect-ratio: 134/180;
}
.p-cr-success__header {
  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.313rem 0;
}
.p-cr-success__title01 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.p-cr-success__title02 {
  display: inline-block;
  color: #527ea1;
  font-size: 1.625rem;
  font-weight: 700;
  background-color: #fff;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-cr-success__body {
    padding: 4.286rem 1rem;
  }
  .p-cr-success__body::after {
    right: -1rem;
    bottom: -2.143rem;
    -webkit-transform: none;
            transform: none;
    width: 5rem;
  }
  .p-cr-success__img {
    top: -2.143rem;
    left: 0;
    width: 5rem;
  }
  .p-cr-success__title02 {
    font-size: 1.429rem;
  }
}

.p-flow {
  padding: 3.125rem 0 6.25rem;
}
.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.143rem 1.25rem;
}
.p-flow__item {
  width: calc((100% - 5rem) / 5);
  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 1rem;
}
.p-flow__num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lora", "Times New Roman", "Cambria", "Athelas", "Baskerville", serif;
  color: #3c92d6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
}
.p-flow__ico {
  width: 7.5rem;
  aspect-ratio: 1/1;
}
.p-flow__title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-flow__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3c92d6;
  font-size: 0.938rem;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .p-flow__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-flow__header {
    position: relative;
  }
  .p-flow__num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-flow__title {
    text-align: left;
  }
}

.p-faq {
  padding: 6.25rem 0;
}
.p-faq__title {
  color: #3c92d6;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.938rem;
}
.p-faq__block:not(:last-of-type) {
  margin-bottom: 3.438rem;
}
@media screen and (max-width: 768px) {
  .p-faq__title {
    font-size: 1.286rem;
  }
}

.p-contact {
  background-color: #ecf3f9;
  padding: 5.25rem 0;
}
.p-contact__body {
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem 0 rgba(29, 55, 73, 0.2);
          box-shadow: 0 0.25rem 0.5rem 0 rgba(29, 55, 73, 0.2);
  padding: 4rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__body {
    padding: 2.857rem 1rem;
  }
}

.p-fixed-cta {
  position: fixed;
  z-index: 10;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: -2px;
  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.75rem 0.5rem;
}
.p-fixed-cta__btn {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 5.875rem;
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 0.25em;
  color: #3c92d6;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
  background-color: #edf5fc;
  border: 2px solid #63aae4;
  -webkit-box-shadow: 0 2px 0 #63aae4;
          box-shadow: 0 2px 0 #63aae4;
  border-radius: 0.5rem 0 0 0.5rem;
}
.p-fixed-cta__btn::before {
  content: "";
  display: inline-block;
  width: 4em;
  aspect-ratio: 1/1;
  background: url(../img/mail_ico.png) no-repeat center center/contain;
}
.p-fixed-cta__btn.-apply {
  color: #fff;
  border-color: #936e7e;
  background-color: #ed9bbe;
  -webkit-box-shadow: 0 3px 0 #743e55;
          box-shadow: 0 3px 0 #743e55;
}
.p-fixed-cta__btn.-apply::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/stripe_bg.png) repeat top left/contain;
  opacity: 0.2;
}
.p-fixed-cta__btn.-apply::before {
  background: url(../img/apply_ico.png) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .p-fixed-cta {
    bottom: -2px;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0.5rem;
  }
  .p-fixed-cta__btn {
    width: calc(50% - 0.25rem);
    height: 3.429rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.857rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .p-fixed-cta__btn::before {
    width: 3em;
  }
}

/* adjustment */
.u-fit--contain {
  text-align: center;
}
.u-fit--contain img,
.u-fit--contain source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.u-color--main {
  color: #3c92d6;
}
.u-color--main_dark {
  color: #527ea1;
}
.u-color--sub_dark {
  color: #E94D95;
}
.u-color--wh {
  color: #fff;
}

.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--left {
  text-align: left;
}

.u-weight--400 {
  font-weight: 400;
}
.u-weight--500 {
  font-weight: 500;
}
.u-weight--600 {
  font-weight: 600;
}
.u-weight--700 {
  font-weight: 700;
}

.u-indent--01 {
  text-indent: -1em;
  padding-left: 1em;
}

.u-display_ib {
  display: inline-block;
}
.u-display_ib--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_ib--sm {
    display: inline-block;
  }
}

.u-display--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display--lg {
    display: block;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display--md {
    display: block;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sm {
    display: block;
  }
}

.u-display_flex--lg {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-display_flex--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--md {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-display_flex--md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-display_flex--sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display_flex--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1200px) {
  .u-hidden--lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden--md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden--sm {
    display: none;
  }
}