@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2030075188vw;
  }
}
@media (min-width: 1330px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1A1A1A;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 1.25rem 2rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1330px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.l-section2-top {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section2-top {
    padding-top: 5rem;
  }
}

.l-section2-bottom {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-section2-bottom {
    padding-bottom: 5rem;
  }
}

.c-button1 {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.0625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #FDE97B;
  border: 2px solid #FDE97B;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-button1 {
    padding: 1.4375rem 2.5rem;
    font-size: 1.125rem;
  }
}
.c-button1:hover {
  cursor: pointer;
}
.c-button1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 13"><path fill="%23C9C9C9" d="M7.72747 6.85617L2.46094 12.1227C2.09693 12.4867 1.50832 12.4867 1.14818 12.1227L0.273008 11.2475C-0.0910026 10.8835 -0.0910026 10.2949 0.273008 9.93477L4.00605 6.20173L0.273008 2.46869C-0.0910026 2.10468 -0.0910026 1.51606 0.273008 1.15593L1.14431 0.273008C1.50832 -0.0910026 2.09693 -0.0910026 2.45707 0.273008L7.7236 5.53954C8.09148 5.90355 8.09148 6.49216 7.72747 6.85617Z" /></svg>');
  background-size: 0.5rem 0.775rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-button1::before {
    right: 13.3%;
    width: 2.625rem;
    height: 2.625rem;
    background-size: 0.5rem 0.775rem;
  }
}
.c-button1:disabled {
  background-color: #EAEAEA;
  border: 2px solid #EAEAEA;
}
.c-button1:disabled:hover {
  opacity: 1;
  cursor: auto;
  cursor: initial;
}

.c-button2 {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2rem 4.375rem 2rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
  background-color: #FDE97B;
  border: none;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-button2 {
    padding: 2.3125rem 2.5rem 2.125rem;
    font-size: 1.25rem;
  }
}
.c-button2:hover {
  cursor: pointer;
}
.c-button2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 13"><path fill="%23C9C9C9" d="M7.72747 6.85617L2.46094 12.1227C2.09693 12.4867 1.50832 12.4867 1.14818 12.1227L0.273008 11.2475C-0.0910026 10.8835 -0.0910026 10.2949 0.273008 9.93477L4.00605 6.20173L0.273008 2.46869C-0.0910026 2.10468 -0.0910026 1.51606 0.273008 1.15593L1.14431 0.273008C1.50832 -0.0910026 2.09693 -0.0910026 2.45707 0.273008L7.7236 5.53954C8.09148 5.90355 8.09148 6.49216 7.72747 6.85617Z" /></svg>');
  background-size: 0.5rem 0.775rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-button2::before {
    right: 14.17%;
    width: 3.125rem;
    height: 3.125rem;
    background-size: 0.625rem 0.96875rem;
  }
}

.c-button-submit {
  padding-top: 0.6875rem;
  padding-right: 3.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1rem;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-button-submit {
    font-size: 1.125rem;
  }
}
.c-button-submit span {
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-button-submit span {
    font-size: 0.75rem;
  }
}
.c-button-submit input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100vh;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-button-submit input[type=submit]:hover {
  cursor: pointer;
}

.c-button-submit--disable {
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: rgba(16, 16, 16, .3);
}
.c-button-submit--disable input[type=submit]:hover {
  cursor: auto;
}

.c-button-back {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  background-color: #fff;
  white-space: nowrap;
}
.c-button-back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  display: block;
  width: 0.5rem;
  height: 0.775rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 13"><path fill="%23FDE97B" d="M7.72747 6.85617L2.46094 12.1227C2.09693 12.4867 1.50832 12.4867 1.14818 12.1227L0.273008 11.2475C-0.0910026 10.8835 -0.0910026 10.2949 0.273008 9.93477L4.00605 6.20173L0.273008 2.46869C-0.0910026 2.10468 -0.0910026 1.51606 0.273008 1.15593L1.14431 0.273008C1.50832 -0.0910026 2.09693 -0.0910026 2.45707 0.273008L7.7236 5.53954C8.09148 5.90355 8.09148 6.49216 7.72747 6.85617Z" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-button-back::before {
    width: 0.625rem;
    height: 0.96875rem;
  }
}

.c-cta-message {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-cta-message {
    font-size: 1.25rem;
  }
}
.c-cta-message span {
  display: inline-block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-family: "Jua", sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: #0E536D;
}

.c-label1 {
  padding: 0.375rem 0.5rem;
  min-width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #FDE97B;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .c-label1 {
    padding: 0.875rem 1rem;
    min-width: 13.25rem;
    gap: 0.625rem;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
  }
}

.c-label1::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FFF;
  border-radius: 100vh;
}

.c-label3 {
  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;
  padding: 1.25rem 0.6875rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #A7D9DD;
  border-radius: 1.875rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .c-label3 {
    padding: 2.5rem 0.6875rem;
    font-size: 1.25rem;
    border-radius: 3.75rem;
  }
}
.c-label3 img {
  width: 100%;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .c-label3 img {
    height: 5rem;
  }
}

.c-reason {
  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;
}
.c-reason__image {
  overflow: hidden;
  border-radius: 3.125rem;
}
.c-reason__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/240;
}
.c-reason__text {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.c-section-title {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 2rem;
  }
}

.c-section-title::before {
  content: attr(data-en);
  margin-bottom: 0.125rem;
  display: block;
  font-family: "Jua", sans-serif;
  font-size: 1.125rem;
  color: #FDE97B;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    font-size: 1.5rem;
  }
}

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

.c-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.5rem 1.75rem;
  background-color: #A7D9DD;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-voice {
    padding: 3.125rem 1.5625rem;
    border-radius: 3.125rem;
  }
}
.c-voice__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-voice__text {
    font-size: 1.125rem;
  }
}
.c-voice__person {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-voice__person {
    font-size: 1.25rem;
  }
}
.c-voice__person::before {
  content: "";
  margin-right: 0.625rem;
  display: block;
  width: 1.25rem;
  height: 1.42875rem;
  background-image: url(../images/icon-person-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-voice__person::before {
    margin-right: 1rem;
    width: 1.5625rem;
    height: 1.785625rem;
  }
}

.p-cta {
  background-color: #FDE97B;
}
.p-cta__content {
  margin-right: calc(50% - 50vw);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 2rem;
  background-color: #fff;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-cta__content {
    padding-top: 5.8125rem;
    padding-right: 7.3125rem;
    padding-bottom: 5.8125rem;
    padding-left: 7.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top-left-radius: 8.125rem;
    border-bottom-left-radius: 8.125rem;
  }
}
.p-cta__image {
  margin-right: 1.5625rem;
  margin-left: 1.5625rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cta__image {
    margin-right: 0;
    margin-left: 0;
    width: 38%;
    border-radius: 5rem;
  }
}
.p-cta__submessage {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__submessage {
    font-size: 1.375rem;
  }
}
.p-cta__message {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-cta__message span {
  color: #0E536D;
}
@media screen and (min-width: 768px) {
  .p-cta__message {
    margin-top: 1.5rem;
    font-size: 2.25rem;
  }
}
.p-cta__message-uline {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(0.12em, transparent), color-stop(0.12em, #A7D9DD), color-stop(0.29em, #A7D9DD), color-stop(0.29em, transparent));
  background-image: linear-gradient(to top, transparent 0, transparent 0.12em, #A7D9DD 0.12em, #A7D9DD 0.29em, transparent 0.29em);
}
.p-cta__message2 {
  margin-top: 5rem;
}
.p-cta__button {
  margin-top: 1.5rem;
  padding-right: 1.1875rem;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-cta__button {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
}

.p-feature {
  background-color: #FDE97B;
}
.p-feature__content {
  background-color: #fff;
  padding-bottom: 3.25rem;
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-feature__content {
    padding-bottom: 8.1875rem;
    border-bottom-right-radius: 9.375rem;
    border-bottom-left-radius: 9.375rem;
  }
}
.p-feature__list {
  margin-top: 2.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    margin-top: 3.6875rem;
    padding-right: 4.8125rem;
    padding-left: 4.8125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 5.25rem;
       -moz-column-gap: 5.25rem;
            column-gap: 5.25rem;
  }
}
.p-feature__message {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__message {
    margin-top: 10rem;
  }
}
.p-feature__button {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 93.4%;
}
@media screen and (min-width: 768px) {
  .p-feature__button {
    max-width: 37.5rem;
  }
}

.p-form {
  padding-bottom: 2rem;
}
.p-form__content {
  margin-top: -50px;
  padding: 2.5rem 2rem 2rem 2rem;
  background-color: #fff;
  border-radius: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__content {
    padding: 2rem;
    border-radius: 6.25rem;
  }
}
.p-form__message {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-form__message {
    font-size: 1.25rem;
  }
}
.p-form__message span {
  font-family: "Jua", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #0E536D;
}
@media screen and (min-width: 768px) {
  .p-form__message span {
    font-size: 2.5rem;
  }
}
.p-form .swiper-pagination {
  position: static;
  counter-reset: page-num;
  margin-top: 1rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
}
.p-form .swiper-pagination::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: -1;
  display: block;
  width: 98%;
  height: 1px;
  background-color: #C9C9C9;
}
.p-form .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #EAEAEA;
  opacity: 1;
  counter-increment: page-num;
}
.p-form .swiper-pagination .swiper-pagination-bullet::before {
  content: counter(page-num);
  font-size: 0.75rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  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;
}
.p-form .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active ~ .swiper-pagination-bullet) {
  background-color: #FDE97B;
}
.p-form__question-areas {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__question-areas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-form__question-area-experience {
  max-width: 21.25rem;
}
.p-form__answers {
  position: relative;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__answers {
    margin-top: 1rem;
  }
}
.p-form__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 0;
}
.p-form__question span {
  margin-left: 0.5rem;
  display: inline-block;
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  background-color: #FDE97B;
  border-radius: 0.3125rem;
}
.p-form__question-area-privacy {
  text-align: center;
}
.p-form__label-privacy {
  margin-top: 2.5625rem;
  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;
  font-size: 0.625rem;
  letter-spacing: 0;
}
.p-form__label-privacy a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-form__label-privacy {
    margin-top: 1.4375rem;
  }
}
.p-form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin: 0;
}
.p-form__input-certification, .p-form__question-area-certification input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.5rem;
}
.p-form__input-certification span, .p-form__question-area-certification input[type=checkbox] span {
  display: block;
  margin-left: 0;
}
.p-form .mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding: 0.375rem 0.625rem;
  padding-left: 2.25rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  background-color: #EAEAEA;
}
.p-form .mwform-radio-field-text::before, .p-form .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vh;
}
.p-form .mwform-radio-field-text::before {
  left: 0.625rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #FFF;
}
.p-form .mwform-radio-field-text::after {
  left: 0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1A1A1A;
  visibility: hidden;
}
.p-form .mwform-radio-field-text:has(input[type=radio]:checked)::after {
  visibility: visible;
}
input[type=radio]:checked + .p-form .mwform-radio-field-text::after {
  visibility: visible;
}
.p-form input[type=radio]:checked + .mwform-radio-field-text::after {
  visibility: visible;
}
.p-form input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.p-form__label-certification,
.p-form .p-form__question-area-certification .mwform-radio-field-text {
  min-width: 6.875rem;
}
.p-form__input-certification label {
  min-width: 6.875rem;
}
.p-form__label-experience,
.p-form .p-form__question-area-experience .mwform-radio-field,
.p-form .p-form__question-area-experience .mwform-radio-field-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__label-experience,
  .p-form .p-form__question-area-experience .mwform-radio-field,
  .p-form .p-form__question-area-experience .mwform-radio-field-text {
    min-width: 10rem;
    width: calc(50% - 0.3125rem);
  }
}
.p-form__select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.6875rem;
  background: url(../images/img-select.svg) no-repeat top right/1.25rem 100%, #EAEAEA;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-form__select {
    min-width: 20rem;
  }
}
.p-form__input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.6875rem;
  background-color: #EAEAEA;
  border: none;
}
.p-form__label-privacy {
  text-align: center;
  cursor: pointer;
}
.p-form__input-privacy {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-left: 1.5rem;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.p-form__input-privacy::before, .p-form__input-privacy::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.p-form__input-privacy::before {
  background-color: #EAEAEA;
  border-radius: 0%;
  width: 0.9375rem; /*チェックボックスの横幅*/
  height: 0.9375rem; /*チェックボックスの縦幅*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0.3125rem;
  border-radius: 0.1875rem;
  z-index: -1;
}
.p-form__input-privacy::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -0.375rem; /*チェック時の位置調整*/
  left: 0.375rem; /*チェック時の位置調整*/
}
.p-form__input-privacy:checked::after {
  opacity: 1;
}
.p-form__button-wrapper {
  margin-top: 2rem;
  margin-inline: auto;
  max-width: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.75rem;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 2.8125rem 1fr;
}
.p-form__step1 .p-form__button-wrapper {
  display: block;
}
.p-form__step3 .p-form__question-areas {
  margin-inline: auto;
  width: min(20rem, 100%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.p-form__step3 .p-form__input-text {
  width: 100%;
}
.p-form__thanks {
  padding-top: 8.125rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__thanks {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }
}
.p-form__thanks-title {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__thanks-title {
    padding-bottom: 0.625rem;
    font-size: 1.5rem;
  }
}
.p-form__thanks-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FDE97B;
}
@media screen and (min-width: 768px) {
  .p-form__thanks-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
}
.p-form__thanks-message {
  margin-top: 1.5rem;
  margin-inline: auto;
  width: 90%;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__thanks-message {
    font-size: 1rem;
  }
}
.p-form__thanks-message {
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__thanks-message {
    margin-top: 6.25rem;
  }
}
.p-form__thanks-message + .p-form__thanks-message {
  margin-top: 1.5rem;
}
.p-form__thanks .p-form__button-wrapper {
  margin-top: 11.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__thanks .p-form__button-wrapper {
    margin-top: 8.125rem;
  }
}

.p-fv-form-wrapper {
  background-color: #EAEAEA;
}

.p-fv-labels1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}

.p-fv {
  padding-top: 3.125rem;
  padding-bottom: 10.5rem;
  background-image: url(../images/bg-fv-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 20%;
}
@media screen and (min-width: 768px) {
  .p-fv {
    background-image: url(../images/bg-fv.webp);
    background-position: center top;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.p-fv__voice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.1875rem 1.5625rem;
  font-size: 0.75rem;
  font-weight: 700;
	background: url(../images/img-fv-1.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-fv__voice {
    padding: 1.5rem 1.3125rem 2.3125rem 1.5625rem;
    font-size: 1.125rem;
  }
}
.p-fv__message {
  margin-top: -0.3125rem;
  margin-left: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-fv__message {
    font-size: 2.25rem;
  }
}
.p-fv__message span {
  font-size: 1.625rem;
  color: #0E536D;
}
@media screen and (min-width: 768px) {
  .p-fv__message span {
    font-size: 3rem;
  }
}
.p-fv__labels {
  margin-top: 1.5rem;
  margin-left: 0.3125rem;
  display: grid;
  grid-template-columns: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__labels {
    grid-template-columns: repeat(3, auto);
  }
}

.p-header__logo {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    font-size: 1.5rem;
  }
}

.p-problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-problem-list {
    gap: 3rem;
  }
}
.p-problem-list__item {
  min-width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-problem-list__item {
    min-width: 12.5rem;
  }
}

.p-problem__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.p-problem__bg {
  margin-left: calc(50% - 50vw);
  margin-right: 1.5625rem;
  width: 89vw;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-problem__bg {
    width: 50vw;
  }
}
.p-problem__bg img {
  width: 100%;
  max-width: unset;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-problem__bg img {
    aspect-ratio: 700/330;
  }
}
.p-problem__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__list {
    margin-top: 3.75rem;
  }
}
.p-problem__message {
  margin-top: 5rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-problem__message b {
  font-size: 1em;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(0.13em, transparent), color-stop(0.13em, #FDE97B), color-stop(0.27em, #FDE97B), color-stop(0.27em, transparent));
  background-image: linear-gradient(to top, transparent 0, transparent 0.13em, #FDE97B 0.13em, #FDE97B 0.27em, transparent 0.27em);
}
.p-problem__message span {
  letter-spacing: 0.16em;
}
.p-problem__message span.p-problem__num {
  font-family: "Jua", sans-serif;
  font-size: 1.75rem;
  color: #0E536D;
}
.p-problem__graph {
  margin-top: 3.75rem;
  margin-inline: auto;
  padding-right: 0.9375rem;
  max-width: 25rem;
}
.p-problem__graph * {
  width: 100%;
  max-width: unset;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-problem__graph {
    margin-top: 5rem;
    padding-right: unset;
    max-width: unset;
    width: 82.5%;
  }
}

.p-review__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-review__title-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
.p-review__bg {
  margin-left: calc(50% - 50vw);
  margin-right: 1.5625rem;
  width: 89vw;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-review__bg {
    width: 50vw;
  }
}
.p-review__bg img {
  width: 100%;
  max-width: unset;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-review__bg img {
    aspect-ratio: 700/330;
  }
}
.p-review__message {
  margin-top: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-review__message {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}
.p-review__message + .p-review__message {
  margin-top: 1.5em;
}
.p-review__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-review__list {
    margin-top: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.p-review__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-review__item {
    width: calc(33.33333% - 1rem);
  }
}

.p-solution {
  background-color: #FDE97B;
}
.p-solution__content {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 3.25rem;
  border-top-right-radius: 3.125rem;
  border-top-left-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-solution__content {
    padding-top: 9.375rem;
    padding-bottom: 8.1875rem;
    border-top-right-radius: 9.375rem;
    border-top-left-radius: 9.375rem;
  }
}
.p-solution__message {
  margin-top: 2.5rem;
  margin-inline: auto;
  padding-right: 1.375rem;
  padding-left: 1.375rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solution__message {
    padding-right: 0;
    padding-left: 0;
    max-width: 36.875rem;
    font-size: 1.25rem;
  }
}
.p-solution__message + .p-solution__message {
  margin-top: 1.5rem;
}
.p-solution__matching {
  margin-top: 2.5rem;
  margin-inline: auto;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  max-width: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-solution__matching {
    margin-top: 5rem;
    max-width: unset;
    padding-right: 3.375rem;
    padding-left: 3.375rem;
  }
}
.p-solution__side {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 8.125rem;
  width: 38.92%;
}
.p-solution__side img {
  max-width: unset;
}
.p-solution__middle {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 20.95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-solution__heart {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  background-image: url(../images/img-solution-heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-solution__heart {
    font-size: 1.5rem;
  }
}
.p-solution__hand {
  margin-inline: auto;
  min-width: 4.0625rem;
  width: 90%;
}
.p-solution__hand img {
  width: 100%;
  height: auto;
}

.p-test {
  color: red;
  font-size: myrem(25);
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: myrem(50);
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
