@charset "UTF-8";
.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

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

/* リキッドレイアウト対応 */
html {
  scroll-snap-type: y proximity;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4A99DF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 1.875rem;
  }
}

.l-inner {
  padding-inline: 1.25rem;
  margin-inline: auto;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 66.25rem;
    padding-inline: 1.875rem;
  }
}

.section-block {
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .section-block {
    padding-block: 6.875rem;
  }
}

.c-to-top {
  position: fixed;
  right: 0.625rem;
  bottom: 0.625rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid;
  z-index: 999999;
}

.c-to-top a {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #fff;
  position: relative;
}

.c-to-top a span {
  position: absolute;
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
}

.p-header__logo-text {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo-text {
    font-size: 1.875rem;
    padding-left: 2.5rem;
  }
}

.p-header {
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
  }
}

.p-header {
  line-height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    line-height: 6.25rem;
  }
}

.p-mv {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
  padding-bottom: 13.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}

.p-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21rem;
  height: 10.6875rem;
  background-image: url(../images/fv-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mv::after {
    background-image: url(../images/fv.png);
    width: 47.9375rem;
    height: 26.5625rem;
    right: -6.25rem;
  }
}
@media screen and (min-width: 1300px) {
  .p-mv::after {
    bottom: 0;
    right: 0;
  }
}

.p-fv__copy {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-fv__copy {
    font-size: 3.125rem;
  }
}

.p-fv__btn {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    margin-top: 2.5rem;
  }
}

.fv-btn-copy {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-left: 3.125rem;
}
@media screen and (min-width: 768px) {
  .fv-btn-copy {
    text-align: left;
    margin-left: 6.25rem;
  }
}

.fv-cta-btn-text {
  background-color: #fff;
  border-radius: 10rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 1.25rem 1.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fv-cta-btn-text {
    text-align: left;
    font-size: 1.5625rem;
  }
}

.fv-cta-btn-text span {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .cta-btn__link.fv-cta-btn__link {
    text-align: left;
  }
}

.p-worry {
  background-image: url(../images/worry-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 11.25rem;
}

.p-cta__inner {
  text-align: center;
}

.p-worry__img {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 18.75rem;
  height: 6.625rem;
}
.p-worry__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-worry__list {
  max-width: 36.875rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-worry__list {
    margin-top: 4rem;
  }
}

.p-worry__item + .p-worry__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-worry__item + .p-worry__item {
    margin-top: 2rem;
  }
}

.p-worry__item-title {
  text-indent: -1.5em;
  padding-left: 1em;
}

.p-solution {
  background-image: url(../images/sol-back.png);
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: repeat;
}

.p-solution__inner {
  background-color: #fff;
  padding-block: 1.25rem;
  border-radius: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-solution__inner {
    padding-block: 2.5rem;
  }
}

.p-solution__content {
  margin-top: 3rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-solution__content {
    margin-top: 4rem;
  }
}

.p-solution__content-text + .p-solution__content-text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-solution__content-text + .p-solution__content-text {
    margin-top: 1.5rem;
  }
}

.p-cta {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  padding-block: 4rem;
}

.btn-copy {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}

.cta-btn-text {
  background-color: #fff;
  border-radius: 10rem;
  font-size: 1.5625rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 1.25rem 2.8125rem;
  margin-top: 0.5rem;
}

.cta-btn-text span {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-btn__link {
  transition: all 0.3s;
  display: block;
}

.cta-btn__link:hover {
  transform: translateY(-10px);
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    gap: 1.5rem;
    padding: 2.5rem;
    flex-direction: row;
    align-items: center;
  }
}

.p-reason__item-img {
  aspect-ratio: 296/224;
  width: 18.5rem;
  margin-inline: auto;
}
.p-reason__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-reason__item-img.second-img {
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item-img.second-img {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__item-text-wrap {
    flex: 1;
  }
}

.p-reason__item-number {
  font-size: 1.25rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-reason__item-number {
    font-size: 1.5rem;
  }
}

.p-reason__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item-title {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
}

.p-reason__item-text {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item-text {
    margin-top: 0.75rem;
  }
}

.p-reason__list {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    margin-top: 4rem;
  }
}

.p-reason__item + .p-reason__item {
  margin-top: 1.5rem;
}

.p-voice {
  background-image: url(../images/sol-back.png);
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: repeat;
  padding-block: 4rem;
}

.voice__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .voice__list {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.375rem;
  }
}

.voice__item {
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 0.75rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .voice__item {
    padding: 1.5rem;
  }
}

.voice__item-title {
  font-weight: 700;
}

.voice__item-text {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .voice__item-text {
    margin-top: 1rem;
  }
}

.voice__name {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .voice__name {
    margin-top: 1rem;
  }
}

.p-flow {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  width: 100%;
  height: auto;
}

.p-flow__title.section-title {
  color: #fff;
}

.p-flow__text {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1rem;
  }
}

.p-flow__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.125rem;
    margin-top: 4rem;
  }
}

.p-flow__item {
  background-color: #fff;
  text-align: center;
  border-radius: 1.25rem;
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    padding-block: 2.5rem;
  }
}

.p-flow__item-number {
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #4796DD;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__item-number {
    font-size: 1.5rem;
  }
}

.p-flow__img {
  aspect-ratio: 130/142;
  width: 8.125rem;
  margin-inline: auto;
  margin-top: 1rem;
}
.p-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow__caption {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-flow__caption {
    margin-top: 1.5rem;
  }
}

.p-flow__note {
  margin-top: 0.5rem;
}

.p-faq {
  background-image: url(../images/sol-back.png);
  background-position: center;
  height: auto;
}

.faq__list {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 4rem;
  }
}

.faq-list__item {
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.faq-list__item + .faq-list__item {
  margin-top: 1.25rem;
}

.faq-list__item-question {
  padding: 0.75rem 2.5rem 0.75rem 3.75rem;
  position: relative;
  font-size: 0.9375rem;
  text-indent: -1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question {
    padding: 0.875rem 3.75rem 0.875rem 5rem;
    font-size: 1.125rem;
  }
}

.faq-list__item-question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.1875rem solid #DE8430;
  border-right: 0.1875rem solid #DE8430;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question::before {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.faq-list__item-question.is-open::before {
  transform: translateY(-50%) rotate(315deg);
}

.faq-list__item-question span {
  margin-right: 1.25rem;
  display: inline-block;
  color: #F6D970;
}

.faq-list__item-answer {
  padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
  display: none;
  font-size: 0.9375rem;
  text-indent: -1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer {
    padding: 1.25rem 2.5rem 0.9375rem 5rem;
    font-size: 1.125rem;
  }
}

.faq-list__item-answer span {
  margin-right: 1.25rem;
  display: inline-block;
  color: #DE8430;
}

.p-footer__logo {
  text-align: center;
  padding-bottom: 2.5rem;
}

.p-footer__logo-text {
  background: linear-gradient(to bottom, #6DCFFE, #4796DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__logo-text {
    font-size: 1rem;
  }
}

.p-sub-contact__recapture {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__recapture {
    margin-top: 3rem;
  }
}

.p-form__item.last-item {
  align-items: flex-start;
}

.p-form__item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__item:nth-child(n+2) {
    margin-top: 3.125rem;
  }
}

.p-form__item dt {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 1.125rem;
  }
}

.p-form__item dt span {
  color: #fff;
  font-size: 0.625rem;
  background-color: #4A99DF;
  padding: 0.25rem 0.5rem;
  margin-right: 0.875rem;
}

.p-form__item dt span.p-form__span {
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
}

@media screen and (min-width: 768px) {
  .last-dt {
    margin-top: 0.5rem;
  }
}

.p-form__item dd {
  width: 100%;
}

.p-form__item input[type=text],
.p-form__item input[type=tel],
.p-form__item input[type=email] {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-top: 1rem;
  padding: 1.125rem 1.25rem;
  font-size: 0.9375rem;
}

.p-form__item input[type=text]::-moz-placeholder, .p-form__item input[type=tel]::-moz-placeholder, .p-form__item input[type=email]::-moz-placeholder {
  color: #bcbcbc;
}

.p-form__item input[type=text]::placeholder,
.p-form__item input[type=tel]::placeholder,
.p-form__item input[type=email]::placeholder {
  color: #bcbcbc;
}

.p-form__item textarea {
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-top: 1rem;
  padding: 1.125rem 1.25rem;
  font-size: 0.9375rem;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-top: 1rem;
  padding: 1.125rem 1.25rem;
  font-size: 0.9375rem;
}

select::-moz-placeholder {
  color: #bcbcbc;
}

select::placeholder {
  color: #bcbcbc;
}

select option {
  color: #4b4b4b;
  background-color: #fff;
}

input[type=submit] {
  border-radius: 10rem;
  color: #fff;
  background: #4A99DF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  font-size: 1.125rem;
  margin-top: 3.125rem;
  margin-inline: auto;
  height: 4.375rem;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    width: 31.25rem;
    border: none;
  }
}
input[type=submit]:disabled {
  background: #ddd;
}

.p-form__btn {
  margin-top: 2.5rem;
  text-align: center;
}

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

.agree p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
}

#agree {
  margin-right: 0.5rem;
}

.agree a {
  color: #1f87af;
  text-decoration: underline;
}

.agree {
  font-size: 1rem;
  font-weight: 500;
}

.p-form__item.u-first-item {
  margin-top: 0;
}

.wpcf7-list-item-label {
  margin-right: 2.5rem;
}

.p-form__radio {
  margin-top: 1.25rem;
}

.p-page-thanks__inner.l-inner {
  text-align: center;
}

.p-page-thanks-img {
  margin-top: 3.75rem;
  width: 8.75rem;
  height: 8.75rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-page-thanks-img {
    margin-top: 8.125rem;
  }
}

.p-page-thanks__title {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-thanks__title {
    font-size: 2.5rem;
  }
}

.btn-wrap {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    margin-top: 6.25rem;
  }
}

.btn-wrap a {
  background-color: #4A99DF;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.625rem 2.5rem;
  border-radius: 6.25rem;
}

.p-page-thanks {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-thanks {
    padding-bottom: 12.5rem;
  }
}

.p-privacy__container {
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
  line-height: 1.5;
}

.p-privacy__inner {
  margin-inline: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__inner {
    max-width: 62.5rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-privacy__inner h2 {
  font-size: 1.25rem;
  margin: 2em 0 0.5em;
}