@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background: inherit;
}

address {
  font-style: normal;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.7246376812vw;
  }
}
@media (min-width: 1380px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  color: #000000;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 400;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  letter-spacing: var(--spacing);
}

:root {
  --spacing: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  color: inherit;
}

main {
  overflow: hidden;
}

address {
  font-style: normal;
  text-decoration: none;
}

.l-inner {
  width: 132rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    width: 34.7rem;
  }
}

.l-inner__1200 {
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner__1200 {
    width: 34.7rem;
  }
}

.c-btn {
  width: 21.4rem;
  height: 4rem;
  max-width: 100%;
  background-image: linear-gradient(180deg, #fe6601, #ffa300);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border-radius: 999px;
  font-weight: 900;
  position: relative;
  transition: opacity 0.3s ease;
}
.c-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.6rem;
  background: url(../img/btn-arrow_white.svg) no-repeat center center/contain;
  transition: transform 0.3s ease;
}
.c-btn:hover {
  opacity: 0.8;
}
.c-btn--big {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  border-radius: 12px;
  gap: 15px;
  padding: clamp(10px, 1.25vw, 18px);
  max-width: clamp(400px, 31.25vw, 450px);
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 500;
  box-shadow: inset 0 6px 10px #ffb77c, inset 0 -6px 12px rgba(30, 30, 30, 0.3), 0 4px 10px rgba(0, 0, 0, 0.1019607843);
  transition: 0.3s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-btn--big {
    padding: 3.125vw;
    max-width: unset;
    font-size: 6.25vw;
    gap: 10px;
  }
}
.c-btn--big:hover {
  box-shadow: inset 0 6px 10px #ffb77c, inset 0 -6px 12px rgba(30, 30, 30, 0.3), 0 0 10px rgba(0, 0, 0, 0.1019607843);
  transform: translateY(4px);
}
.c-btn--big:before {
  display: none;
}
.c-btn--big.--more {
  font-size: clamp(18px, 1.6666666667vw, 24px);
}
@media (max-width: 767px) {
  .c-btn--big.--more {
    font-size: 4.375vw;
  }
}
.c-btn__label {
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  top: -15px;
  border: 2px solid #23ac38;
  color: #23ac38;
  background: #fff;
  font-size: clamp(14px, 1.25vw, 22px);
  white-space: nowrap;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-btn__label {
    font-size: 3.75vw;
  }
}
.c-btn__label-sub {
  display: block;
  margin-top: 10px;
  border-radius: 4px;
  padding: 5px;
  background: #e36200;
  font-size: clamp(12px, 1.0416666667vw, 15px);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 767px) {
  .c-btn__label-sub {
    font-size: 3.125vw;
  }
}
.c-btn__campaign {
  width: 90px;
  height: 90px;
  padding: 2px;
  border-radius: 500px;
  background: #fff;
}
@media (max-width: 767px) {
  .c-btn__campaign {
    width: 21.875vw;
    height: 21.875vw;
  }
}
.c-btn__campaign-inner {
  height: 100%;
  border: 2px solid #23ac38;
  border-radius: 500px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.c-btn__campaign-txt {
  color: #23ac38;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-btn__campaign-txt {
    font-size: 3.125vw;
  }
}
.c-btn__detail {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
}
.c-btn__arrow {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e36200;
}
@media (max-width: 767px) {
  .c-btn__arrow {
    width: 7.8125vw;
    height: 7.8125vw;
    min-width: 25px;
  }
}
.c-btn__arrow-img {
  width: 5px;
}

@media (min-width: 1380px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.wb {
  font-weight: 700;
}

.img-cover {
  height: 100%;
  object-fit: cover;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.pageTop {
  position: fixed;
  z-index: 10;
  bottom: -3rem;
  right: -3rem;
  width: 10rem;
  height: 10rem;
  background: #0DBC6B;
  border-radius: 999px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 2rem 0 0 2.5rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .pageTop {
    width: 6.5rem;
    height: 6.5rem;
    right: -1rem;
    bottom: -1rem;
    padding: 0 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.pageTop::after {
  position: absolute;
  content: "";
  top: 4.5rem;
  left: 3.2rem;
  width: 1.6rem;
  height: 1.8rem;
  background: url(../img/top-arrow.svg) no-repeat center center/contain;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .pageTop::after {
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .pageTop:hover::after {
    transform: translateY(-0.5rem);
  }
}
.pageTop.is-active {
  opacity: 1;
}

#page-top {
  cursor: pointer;
}

/* ローディング */
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading_circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 10px rgba(0, 165, 151, 0.168627451);
  position: relative;
}

.loading_circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  border: solid 10px #0DBC6B;
  clip-path: polygon(25% 0%, 75% 0%, 50% 50%);
  animation: loading_circle 1s linear infinite;
}

@keyframes loading_circle {
  to {
    transform: rotate(360deg);
  }
}
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}
.p-header.is-out {
  transform: translate(0%, -110%);
}
.p-header.is-active {
  transform: translate(0);
}
.p-header.is-active .p-header__title img {
  width: 15rem;
}
@media (max-width: 767px) {
  .p-header.is-active .p-header__title img {
    width: 10.6rem;
  }
}
@media (max-width: 767px) {
  .p-header {
    height: 7rem;
  }
}

.p-header__inner {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  height: inherit;
}
@media (max-width: 767px) {
  .p-header__inner {
    width: 100%;
    padding: 0 5.4rem 0 1.4rem;
    justify-content: space-between;
  }
}

.p-header__title img {
  width: 14rem;
}
@media (max-width: 767px) {
  .p-header__title img {
    width: 10rem;
  }
}

.p-header__nav {
  display: flex;
  height: inherit;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__items {
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
}
.p-header__items li a {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 900;
  transition: all 0.3s ease;
  color: #23ac38;
}
.p-header__items li a:hover {
  opacity: 0.8;
}

.p-header__itemBtn {
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 0.7rem 2.4rem 0.9rem;
}

.p-header__btn {
  margin-left: 2.4rem;
}
@media (max-width: 767px) {
  .p-header__btn .c-btn {
    font-size: 1.8rem;
    width: 13rem;
    height: 4rem;
  }
  .p-header__btn .c-btn::before {
    width: 0.5rem;
    height: 1.2rem;
    right: 0.7rem;
  }
}

.p-footer {
  position: relative;
  background: #0DBC6B;
  color: #fff;
  padding: 0 0 2.4rem;
}
@media (max-width: 767px) {
  .p-footer {
    padding: 0 0 6rem;
  }
}

.p-footer__inner {
  display: flex;
  padding: 4rem 0 2.4rem 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-footer__inner {
    flex-direction: column;
    padding: 4rem 0;
  }
}

/* ===============================================
# 左側
=============================================== */
.p-footer__left {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .p-footer__left {
    margin-top: 0;
    text-align: center;
  }
}

.p-footer__logo {
  width: 27.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-footer__logo {
    width: 20rem;
  }
}

/* ===============================================
# 右側
=============================================== */
.p-footer__right {
  width: 42rem;
}
@media (max-width: 767px) {
  .p-footer__right {
    margin: 4rem 0 0;
    width: 100%;
  }
}

.p-footer__rightText {
  line-height: 1.555;
  font-weight: 500;
}

.p-footer__address {
  line-height: 1.75;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-footer__address {
    font-size: 1.4rem;
  }
}

.p-footer__tel {
  margin: 1rem 0;
  font-size: 3.2rem;
  font-weight: 700;
  padding-left: 2.5rem;
  display: inline-block;
  position: relative;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-footer__tel {
    text-align: center;
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.p-footer__tel::before {
  position: absolute;
  content: "";
  top: 56%;
  left: 1.3rem;
  transform: translate(-50%, -50%);
  width: 2.1rem;
  height: 3rem;
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-footer__tel::before {
    width: 1.6rem;
    height: 2.2rem;
    left: 1rem;
    top: 54%;
  }
}

.p-footer__link {
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease;
}
.p-footer__link:hover {
  opacity: 0.7;
}
.p-footer__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -2.4rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/footer_link.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-footer__link::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* ===============================================
# コピーライト
=============================================== */
.p-footer__copy {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-footer__copy {
    font-size: 1rem;
  }
}

/* ===============================================
# トップへ戻る
=============================================== */
.p-footer__pageTop {
  position: absolute;
  bottom: 35.3rem;
  right: 2.5rem;
  text-transform: uppercase;
  transform: rotate(90deg);
  font-size: 1.7rem;
  font-family: "source-han-sans-japanese", sans-serif;
  letter-spacing: 0.06em;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .p-footer__pageTop {
    margin-right: -3rem;
    margin-bottom: -10rem;
  }
}
@media (max-width: 767px) {
  .p-footer__pageTop {
    bottom: 7rem;
    right: 1rem;
    margin: 0;
  }
}
.p-footer__pageTop::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #000;
  border-radius: 999px;
  transition: left 0.3s;
  width: 100%;
  height: 0.1rem;
  top: -0.6rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
.p-footer__pageTop::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -0.55rem;
  right: -1rem;
  transform: translate(0%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #0DBC6B;
  transition: right 0.4s ease;
  z-index: 2;
}
.p-footer__pageTop:hover::before {
  right: 100%;
}

.p-hamburger {
  position: fixed;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  z-index: 50;
  display: flex;
  align-items: end;
  justify-content: center;
  display: none;
}
@media (max-width: 767px) {
  .p-hamburger {
    display: flex;
    top: 2.3rem;
    right: 1.4rem;
  }
}

.p-hamburger__text {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.p-hamburger span {
  position: absolute;
  background: #0DBC6B;
  display: inline-block;
  width: 2.4rem;
  height: 4px;
  transition: all 0.4s ease;
}

.p-hamburger span:nth-of-type(1) {
  top: 1rem;
}

.p-hamburger span:nth-of-type(2) {
  top: 0;
}

.p-hamburger span:nth-of-type(3) {
  top: 2rem;
}

.p-hamburger.is-active span:nth-of-type(2) {
  top: 0.8rem;
  transform: rotate(-225deg);
  background: #0DBC6B;
}

.p-hamburger.is-active span:nth-of-type(3) {
  top: 0.8rem;
  transform: rotate(225deg);
  background: #0DBC6B;
}

.p-hamburger.is-active span:nth-of-type(1) {
  opacity: 0;
}

.p-drawer {
  z-index: 40;
  display: none;
}
@media (max-width: 767px) {
  .p-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    margin: 0;
    background: #fff;
  }
}

.p-drawer__logo {
  width: 10.6rem;
  margin: 1.4rem;
}

.p-drawer__items li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 2rem 4.4rem;
  border-bottom: 2px solid #0DBC6B;
  color: #0DBC6B;
}
.p-drawer__items li:first-child {
  border-top: 2px solid #0DBC6B;
}
.p-drawer__items li::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 2.8rem;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 1.2rem;
  background: url(../img/arrow_green.svg) no-repeat center center/contain;
}

.p-drawer__faq {
  color: #0DBC6B;
  font-weight: 900;
  text-align: center;
  border: 2px solid #0DBC6B;
  border-radius: 999px;
  padding: 1.2rem 0 1.2rem;
  margin: 4rem auto;
  width: 34.7rem;
}

.p-drawer__btn .c-btn {
  margin: 0 auto;
  width: 34.7rem;
  height: 5.6rem;
  font-size: 2.4rem;
}
.p-drawer__btn .c-btn::before {
  width: 1rem;
  height: 2rem;
}

.p-fv {
  position: relative;
  background: #EFF7F4;
}

.p-fv__img {
  margin: 0 auto;
}

.p-fv__titleWrap {
  width: 46.5277777778vw;
  position: absolute;
  top: 11.1805555556vw;
  left: 8.3333333333vw;
}
.p-fv__titleWrap.--more {
  top: 6.9444444444vw;
}
@media (max-width: 767px) {
  .p-fv__titleWrap.--more {
    top: 20.2666666667vw;
  }
}
@media (max-width: 767px) {
  .p-fv__titleWrap {
    top: 20.2666666667vw;
    left: 3.7333333333vw;
    width: 92.5333333333vw;
  }
}

.p-fv__listTitle-notice {
  max-width: 42.8888vw;
  margin-top: 16px;
  font-size: 1.1111111111vw;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-fv__listTitle-notice {
    font-size: 3.4666666667vw;
    max-width: 100%;
    margin-top: 10px;
    font-size: 10px;
  }
}

.p-fv__text {
  font-size: 1.9444444444vw;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 999px;
  display: inline-block;
  color: #fff;
  padding: 0.4rem 2rem 0.6rem;
}
@media (max-width: 767px) {
  .p-fv__text {
    font-size: 3.7333333333vw;
    display: block;
    text-align: center;
    padding: 0.4rem 0;
  }
}
.p-fv__text.--yellow {
  padding: 10px 5px;
  border: 1px solid #000;
  border-radius: unset;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2509803922);
  background-image: linear-gradient(180deg, rgb(255, 157, 0), rgb(255, 196, 0));
}

.p-fv__listTitle {
  text-shadow: 2px 2px 1.5px #242E35;
  margin-top: 1.4444444444vw;
  font-size: 2.2444444444vw;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .p-fv__listTitle {
    margin-top: 4.1333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.p-fv__listTitle .yellow {
  color: #FFEB00;
}
@media (max-width: 767px) {
  .p-fv__listTitle .yellow {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }
}

.p-fv__list {
  margin-top: 1.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media (max-width: 767px) {
  .p-fv__list {
    margin-top: 2.6666666667vw;
    gap: 1.6vw;
  }
}
.p-fv__list li {
  font-size: 1.8055555556vw;
  font-weight: 700;
  padding-left: 2.2916666667vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-fv__list li {
    font-size: 4.2666666667vw;
    padding-left: 6.4vw;
    color: #fff;
    line-height: 1.375;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.1882352941);
  }
}
.p-fv__list li::before {
  position: absolute;
  content: "";
  width: 1.9444444444vw;
  height: 1.6666666667vw;
  top: 0.1388888889vw;
  left: 0;
  background: url(../img/fv_check.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .p-fv__list li::before {
    width: 5.0666666667vw;
    height: 4.2666666667vw;
    top: 1.0666666667vw;
  }
}

.fv_pointpic {
  max-width: 42.8888vw;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .fv_pointpic {
    max-width: 100%;
    margin-top: 2rem;
  }
}

.p-fv__label {
  padding: 7px 5px;
  border: 1px solid #136b42;
  color: #fff;
  font-size: 2.0833333333vw;
  font-weight: 700;
  background: #49a379;
}
@media (max-width: 767px) {
  .p-fv__label {
    font-size: 4.2666666667vw;
  }
}
.p-fv__label-flex {
  margin-top: 5px;
  display: flex;
  gap: 10px;
}

.p-fv__catch-text {
  margin-top: 1.7361111111vw;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-fv__catch-text {
    margin-top: 20px;
  }
}
.p-fv__catch-text.--yellow {
  color: #FFEB00;
}
.p-fv__catch-text.--much {
  font-size: 2.7777777778vw;
}
@media (max-width: 767px) {
  .p-fv__catch-text.--much {
    font-size: 5.6vw;
  }
}
.p-fv__catch-text.--much .p-fv__catch-text.--yellow {
  font-size: 3.0555555556vw;
}
@media (max-width: 767px) {
  .p-fv__catch-text.--much .p-fv__catch-text.--yellow {
    font-size: 6.1333333333vw;
  }
}
.p-fv__catch-text.--make {
  font-size: 3.0555555556vw;
}
@media (max-width: 767px) {
  .p-fv__catch-text.--make {
    font-size: 7.4666666667vw;
  }
}
.p-fv__catch-text.--make .p-fv__catch-text.--yellow {
  font-size: 3.3333333333vw;
}
@media (max-width: 767px) {
  .p-fv__catch-text.--make .p-fv__catch-text.--yellow {
    font-size: 8.5333333333vw;
  }
}
.p-fv__catch-text.--short {
  font-size: 3.8888888889vw;
}
@media (max-width: 767px) {
  .p-fv__catch-text.--short {
    font-size: 7.7333333333vw;
  }
}
.p-fv__catch-text.--short .p-fv__catch-text.--yellow {
  font-size: 4.1666666667vw;
}
@media (max-width: 767px) {
  .p-fv__catch-text.--short .p-fv__catch-text.--yellow {
    font-size: 9.3333333333vw;
  }
}
.p-fv__catch-sub {
  margin-top: 1.7361111111vw;
  text-align: center;
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 2px 2px 1.5px #242E35;
}
@media (max-width: 767px) {
  .p-fv__catch-sub {
    margin-top: 20px;
    font-size: 3.7333333333vw;
  }
}
.p-fv__catch-sub.--yellow {
  color: #FFEB00;
  font-size: 1.9444444444vw;
}
@media (max-width: 767px) {
  .p-fv__catch-sub.--yellow {
    font-size: 4.2666666667vw;
  }
}

.p-fv__btn {
  position: absolute;
  bottom: 3.8860103627vh;
  right: 6.9444444444vw;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .p-fv__btn {
    width: 100%;
    padding: 0 30px;
    bottom: 15px;
    right: 50%;
    transform: translate(50%);
  }
}
.p-fv__btn:hover {
  opacity: 0.8;
}
.p-fv__btn img {
  width: 38.1944444444vw;
}
@media (max-width: 767px) {
  .p-fv__btn img {
    width: 92.5333333333vw;
  }
}

.p-fv__cv-btn {
  padding: 20px 35px;
  border-radius: 500px;
  position: relative;
  color: #fff;
  font-size: clamp(10px, 2.9166666667vw, 42px);
  font-weight: 800;
  text-align: center;
  background-image: linear-gradient(180deg, #ff9d00, #ffc400);
  box-shadow: 1px 2px 2px #c87b00;
  text-shadow: 0px 0px 10px #c87b00;
}
.p-fv__cv-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .p-fv__cv-btn {
    padding: 17px 15px;
    font-size: 5.8666666667vw;
  }
}
.p-fv__cv-btn-comment {
  padding: 5px 30px;
  border: 2px solid #ffc300;
  border-radius: 500px;
  background: #fff;
  position: absolute;
  white-space: nowrap;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  font-size: clamp(10px, 1.6666666667vw, 24px);
  font-weight: 600;
  text-shadow: none;
}
.p-fv__cv-btn-comment::after, .p-fv__cv-btn-comment::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.p-fv__cv-btn-comment::after {
  bottom: -10px;
  border-width: 10px 7px 0 7px;
  border-color: #ffc300 transparent transparent transparent;
}
.p-fv__cv-btn-comment::before {
  bottom: -7px;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fv__cv-btn-comment {
    font-size: 3.4666666667vw;
  }
}

.p-fv {
  padding-top: clamp(80px, 9.0277777778vw, 160px);
  padding-bottom: clamp(40px, 9.0277777778vw, 80px);
  background: linear-gradient(135deg, #e9ffec, #e0fdee, #bffedd);
}
@media (max-width: 767px) {
  .p-fv {
    padding-top: clamp(100px, 20.8333333333vw, 160px);
    padding-bottom: clamp(40px, 10.4166666667vw, 80px);
  }
}
.p-fv__inner {
  width: 95%;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .p-fv__inner {
    width: 100%;
    padding: 0 15px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}
.p-fv__visual {
  width: 50%;
}
@media (max-width: 767px) {
  .p-fv__visual {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-fv__fv-img {
    width: 125vw;
    margin: 0 calc(50% - 72vw);
  }
}
.p-fv__house-list {
  width: 90%;
  display: flex !important;
  float: right;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-fv__house-list {
    width: 100%;
    float: unset;
    gap: 10px;
  }
}
.p-fv__house-item img {
  width: 100%;
}
.p-fv__detail {
  width: 50%;
}
@media (max-width: 767px) {
  .p-fv__detail {
    width: 100%;
  }
}
.p-fv__catch {
  margin-bottom: 24px;
  font-size: clamp(13px, 1.8055555556vw, 30px);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__catch {
    margin-bottom: 16px;
    font-size: 3.4375vw;
  }
}
.p-fv__catch-ribbon {
  position: relative;
  display: inline-block;
  padding: clamp(6px, 0.8333333333vw, 12px) clamp(12px, 1.6666666667vw, 24px);
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(1px 4px 0 rgba(0, 0, 0, 0.3));
}
@media (max-width: 767px) {
  .p-fv__catch-ribbon {
    padding: 1.875vw 3.75vw;
    line-height: 1.4;
  }
}
.p-fv__catch-ribbon::before, .p-fv__catch-ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-color: #fff transparent;
  border-style: solid;
}
.p-fv__catch-ribbon::before {
  left: calc(-1 * clamp(7px, 1.0416666667vw, 16px));
  border-width: clamp(13px, 1.7361111111vw, 27px) 0 clamp(13px, 1.7361111111vw, 27px) clamp(7px, 1.0416666667vw, 16px);
  transform: translateX(1px);
}
.p-fv__catch-ribbon::after {
  right: calc(-1 * clamp(7px, 1.0416666667vw, 16px));
  border-width: clamp(13px, 1.7361111111vw, 27px) clamp(7px, 1.0416666667vw, 16px) clamp(13px, 1.7361111111vw, 27px) 0;
  transform: translateX(-1px);
}
@media (max-width: 767px) {
  .p-fv__catch-ribbon::before {
    left: calc(-1 * clamp(8px, 2.3468057366vw, 18px));
    border-width: clamp(14px, 4.3024771838vw, 33px) 0 clamp(14px, 4.3024771838vw, 33px) clamp(8px, 2.3468057366vw, 18px);
  }
  .p-fv__catch-ribbon::after {
    right: calc(-1 * clamp(8px, 2.3468057366vw, 18px));
    border-width: clamp(14px, 4.3024771838vw, 33px) clamp(8px, 2.3468057366vw, 18px) clamp(14px, 4.3024771838vw, 33px) 0;
  }
}
.p-fv__check-list {
  margin-top: 16px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.p-fv__check-item {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #009944;
}
@media (max-width: 767px) {
  .p-fv__check-item {
    font-size: 5vw;
  }
}
.p-fv__check-img {
  width: clamp(14px, 1.8055555556vw, 30px);
}
@media (max-width: 767px) {
  .p-fv__check-img {
    width: 4.375vw;
    height: 4.375vw;
  }
}
.p-fv__ttl {
  padding: 24px 0;
  border-top: 4px solid #23ac38;
  border-bottom: 4px solid #23ac38;
  font-size: clamp(20px, 2.7777777778vw, 45px);
  font-weight: 800;
  color: #23ac38;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-fv__ttl {
    padding: 14px 0;
    font-size: 6.25vw;
    border-top: 2px solid #23ac38;
    border-bottom: 2px solid #23ac38;
  }
}
.p-fv__ttl--make {
  font-size: clamp(16px, 2.2222222222vw, 38px);
}
@media (max-width: 767px) {
  .p-fv__ttl--make {
    font-size: 5vw;
  }
}
.p-fv__ttl--make .p-fv__ttl--big {
  margin-top: 8px;
  display: inline-block;
  font-size: clamp(26px, 3.3333333333vw, 54px);
  font-weight: 800;
}
@media (max-width: 767px) {
  .p-fv__ttl--make .p-fv__ttl--big {
    font-size: 8.4375vw;
  }
}
.p-fv__ttl--make .p-fv__ttl-logo {
  width: clamp(120px, 17.3611111111vw, 320px);
}
@media (max-width: 767px) {
  .p-fv__ttl--make .p-fv__ttl-logo {
    width: 37.5vw;
  }
}
.p-fv__ttl--much {
  font-size: clamp(18px, 2.7777777778vw, 45px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-fv__ttl--much {
    font-size: 5.9375vw;
  }
}
.p-fv__ttl--short .p-fv__ttl--light-green {
  margin-top: 8px;
  display: inline-block;
  font-size: clamp(32px, 4.4444444444vw, 68px);
}
@media (max-width: 767px) {
  .p-fv__ttl--short .p-fv__ttl--light-green {
    font-size: 10vw;
  }
}
.p-fv__ttl--light-green {
  color: #90c31f;
}
@media (min-width: 768px) {
  .p-fv__ttl--light-green.sp {
    color: #23ac38;
  }
}
.p-fv__ttl--big {
  font-size: clamp(24px, 3.0555555556vw, 50px);
}
@media (max-width: 767px) {
  .p-fv__ttl--big {
    font-size: 7.5vw;
  }
}
.p-fv__ttl-logo {
  width: clamp(150px, 22.9166666667vw, 400px);
  display: inline-block;
}
@media (max-width: 767px) {
  .p-fv__ttl-logo {
    width: 46.875vw;
  }
}
.p-fv__ttl-bg {
  margin: 0 2px;
  padding: 0 10px;
  background: #23ac38;
  color: #fff;
}
@media (max-width: 767px) {
  .p-fv__ttl-bg {
    padding: 0 2px;
    font-weight: 700;
  }
}
.p-fv__ttl-flex {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-fv__ttl--circle {
  background-image: radial-gradient(circle at center, #23ac38 12%, transparent 12%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 2px;
}
.p-fv__txt {
  font-size: clamp(18px, 2.0833333333vw, 38px);
  font-weight: bold;
  color: #fea301;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__txt {
    font-size: 5.625vw;
  }
}
.p-fv__txt--much {
  font-size: clamp(13px, 1.6666666667vw, 32px);
}
@media (max-width: 767px) {
  .p-fv__txt--much {
    font-size: 4.0625vw;
  }
}
.p-fv__txt--make {
  font-size: clamp(12px, 1.9444444444vw, 30px);
}
@media (max-width: 767px) {
  .p-fv__txt--make {
    font-size: 3.75vw;
  }
}
.p-fv__txt--short {
  font-size: clamp(12px, 1.5277777778vw, 30px);
}
@media (max-width: 767px) {
  .p-fv__txt--short {
    font-size: 3.75vw;
  }
}
.p-fv__txt-box {
  margin: 32px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-fv__txt-box {
    margin: 16px 0;
  }
}
.p-fv__btn-box {
  margin-top: clamp(50px, 4.4444444444vw, 64px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-fv__btn-box {
    margin-top: 0;
  }
}
.p-fv__notice {
  margin-top: 32px;
  font-size: clamp(12px, 0.9722222222vw, 20px);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fv__notice {
    font-size: 3.125vw;
  }
}

/* ===============================================
#worry
=============================================== */
.worry {
  padding: 8rem 0;
  background: #EFF7F4;
}
@media (max-width: 767px) {
  .worry {
    padding: 6.4rem 0;
  }
}

.worry__inner {
  background: url(../img/worry01.png) no-repeat center center/cover;
  height: 79.3rem;
}
.worry__inner.--more {
  height: 88.3rem;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .worry__inner {
    background: none;
    height: auto !important;
  }
}

.worry__wrap {
  display: flex;
  padding: 5.6rem 6rem 6.9rem;
}
@media (max-width: 767px) {
  .worry__wrap {
    flex-direction: column;
    padding: 0;
  }
}

.worry__left {
  width: 50%;
}
@media (max-width: 767px) {
  .worry__left {
    width: 100%;
    background: #fff;
    border-radius: 4rem 4rem 0 0;
    padding: 4rem 1.4rem;
    position: relative;
  }
}
@media (max-width: 767px) {
  .worry__left .worry__img {
    position: absolute;
    left: 1.4rem;
    bottom: 19.8rem;
    width: 10.7rem;
    z-index: 0;
  }
}

.worry__right {
  width: 50%;
}
@media (max-width: 767px) {
  .worry__right {
    width: 100%;
    background: #EEEEEE;
    border-radius: 0 0 4rem 4rem;
    padding: 4rem 1.4rem;
    position: relative;
  }
}
.worry__right .worry__boxs {
  text-align: right;
}
@media (max-width: 767px) {
  .worry__right .worry__boxs {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .worry__right .worry__box {
    margin-left: 0;
  }
  .worry__right .worry__box::after {
    transform: translateX(-50%) rotate(65deg) !important;
  }
}
.worry__right .worry__box + .worry__box {
  margin-top: 5.1rem;
}
@media (max-width: 767px) {
  .worry__right .worry__box + .worry__box {
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .worry__right .worry__img {
    position: absolute;
    right: 1.4rem;
    bottom: 9.2rem;
    width: 10.9rem;
    z-index: 0;
  }
}

.worry__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .worry__title {
    font-size: 2rem;
  }
}
.worry__title .yellow_line {
  font-size: 3.6rem;
  font-weight: 900;
  background: linear-gradient(transparent 70%, #FFEB00 70%);
}
@media (max-width: 767px) {
  .worry__title .yellow_line {
    font-size: 2.3rem;
  }
}
.worry__title .green {
  color: #0DBC6B;
  font-size: 4.4rem;
}
@media (max-width: 767px) {
  .worry__title .green {
    font-size: 2.7rem;
  }
}

.worry__boxs {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .worry__boxs {
    margin-top: 2.4rem;
  }
}

.worry__box {
  max-width: 27.7777777778vw;
  background: #FDF5C8;
  border-radius: 2.5rem;
  padding: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .worry__box {
    max-width: unset;
    border-radius: 1.6rem;
    font-size: 1.4rem;
    width: 22.4rem;
    padding: 1.4rem;
    margin-left: auto;
    display: block;
    position: relative;
    z-index: 2;
  }
}
.worry__box + .worry__box {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .worry__box + .worry__box {
    margin-top: 2.4rem;
  }
}
.worry__box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 3rem solid #fdf5c8;
  border-right: 0;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .worry__box::after {
    left: 50% !important;
    right: inherit !important;
    top: inherit !important;
    bottom: -2rem !important;
    transform: translateX(-50%) rotate(115deg) !important;
  }
}
.worry__box .green {
  font-weight: 900;
  color: #0DBC6B;
}
.worry__box.is-L01::after {
  right: 6rem;
  top: inherit;
  transform: rotate(65deg);
  bottom: -2rem;
}
@media (max-width: 767px) {
  .worry__box.is-L04 {
    width: 15.2rem;
  }
}
.worry__box.is-L04::after {
  right: 4rem;
  top: -1.6rem;
  border-left: 4rem solid #fdf5c8;
  transform: rotate(-42deg);
}
.worry__box.is-L05 {
  margin-left: 2.4rem;
}
@media (max-width: 767px) {
  .worry__box.is-L05 {
    width: 15.2rem;
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
.worry__box.is-L05::after {
  right: 6rem;
  top: -2rem;
  transform: rotate(-65deg);
}
.worry__box.is-R01::after {
  left: 8rem;
  right: inherit;
  top: inherit;
  bottom: -2rem;
  transform: rotate(115deg);
}
.worry__box.is-R02::after {
  left: -2rem;
  right: inherit;
  transform: translateY(-50%) rotate(180deg);
}
.worry__box.is-R03::after {
  left: 8rem;
  right: inherit;
  top: -2rem;
  transform: rotate(-115deg);
}

@media (max-width: 767px) {
  .worry__box2col {
    display: flex;
    align-items: center;
    margin-top: 2.4rem;
  }
}

/* ===============================================
#relief
=============================================== */
.relief {
  background: #EFF7F4;
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .relief {
    padding: 0 0 6.4rem;
  }
}

.relief__titleWrap {
  text-align: center;
  background: #0DBC6B;
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .relief__titleWrap {
    padding: 2.4rem 0;
  }
}
.relief__titleWrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5.3rem solid transparent;
  border-left: 5.3rem solid transparent;
  border-top: 4.6rem solid #0dbc6b;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .relief__titleWrap::after {
    border-right: 2.3rem solid transparent;
    border-left: 2.3rem solid transparent;
    border-top: 2rem solid #0dbc6b;
    bottom: -1.9rem;
  }
}

.relief__title {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 767px) {
  .relief__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.relief__title .line1 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .relief__title .line1 {
    font-size: 2rem;
  }
}
.relief__title .yellow {
  color: #FFEB00;
}
.relief__title .num3 {
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .relief__title .num3 {
    font-size: 4rem;
  }
}
.relief__title .heart {
  position: relative;
  z-index: 2;
}
.relief__title .heart::before {
  position: absolute;
  content: "";
  width: 9.6rem;
  height: 8.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/relief_heart.svg) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .relief__title .heart::before {
    width: 5rem;
    height: 4.5rem;
  }
}

.relief__titleSub {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .relief__titleSub {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 1.6rem;
  }
}

.relief__inner {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .relief__inner {
    padding: 6.4rem 0 0;
  }
}

.relief__point {
  display: flex;
  width: 120rem;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 5.5rem 0;
}
@media (max-width: 767px) {
  .relief__point {
    width: 100%;
    padding: 2.4rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.relief__point::before {
  background: #fff;
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -6rem;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  border-radius: 0 10rem 10rem 0;
}
@media (max-width: 767px) {
  .relief__point::before {
    width: 100%;
    right: 0;
    margin-left: 0;
    border-radius: 4rem;
  }
}
.relief__point + .relief__point {
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .relief__point + .relief__point {
    margin-top: 4rem;
  }
}
.relief__point.is-02 {
  padding: 3rem 0 2.6rem;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .relief__point.is-02 {
    width: 100%;
    padding: 2.4rem;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.relief__point.is-02::before {
  right: inherit;
  left: -6rem;
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  border-radius: 10rem 0 0 10rem;
}
@media (max-width: 767px) {
  .relief__point.is-02::before {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 4rem;
  }
}

.relief__pointTextWrap {
  width: 57rem;
}
@media (max-width: 767px) {
  .relief__pointTextWrap {
    width: 100%;
  }
}

.relief__pointTitleSub {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .relief__pointTitleSub {
    font-size: 2rem;
  }
}
.relief__pointTitleSub .heart {
  color: #0DBC6B;
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.relief__pointTitleSub .heart::before {
  position: absolute;
  content: "";
  width: 9.9rem;
  height: 8.7rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/relief_heart_GRN.svg) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .relief__pointTitleSub .heart::before {
    width: 6.8rem;
    height: 6rem;
  }
}
.relief__pointTitleSub .num {
  font-size: 4.8rem;
}
@media (max-width: 767px) {
  .relief__pointTitleSub .num {
    font-size: 3.2rem;
  }
}

.relief__pointTitleMain {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .relief__pointTitleMain {
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.relief__pointText {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .relief__pointText {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
}
.relief__pointText .yellow_line {
  font-weight: 700;
  background: linear-gradient(transparent 80%, #FFEB00 80%);
}

.relief__pointImg {
  width: 57rem;
}
@media (max-width: 767px) {
  .relief__pointImg {
    width: 100%;
  }
}

.relief__btn {
  width: 74rem;
  margin: 8rem auto 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .relief__btn {
    width: 100%;
    margin-top: 4rem;
  }
}
.relief__btn:hover {
  opacity: 0.8;
}

/* ===============================================
#service
=============================================== */
.service {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .service {
    padding: 6.4rem 0 0;
  }
}

.service__topTitle {
  background: #0DBC6B;
  text-align: center;
  border-radius: 10rem 10rem 0 0;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .service__topTitle {
    border-radius: 4rem 4rem 0 0;
    padding: 3.2rem 0;
  }
}

.service__topTitleSub {
  font-size: 3.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .service__topTitleSub {
    font-size: 1.8rem;
  }
}
.service__topTitleSub::before {
  width: 4rem;
  height: 5.6rem;
  content: "";
  background: url(../img/service_heading.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .service__topTitleSub::before {
    width: 2.4rem;
    height: 3rem;
  }
}
.service__topTitleSub::after {
  width: 4rem;
  height: 5.6rem;
  content: "";
  background: url(../img/service_heading.svg) no-repeat center center/contain;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  .service__topTitleSub::after {
    width: 2.4rem;
    height: 3rem;
  }
}

.service__topTitleMain {
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .service__topTitleMain {
    font-size: 2.3rem;
    margin-top: 1.2rem;
  }
}

.service__topWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7.7rem 6rem;
  padding: 8rem 6rem 6rem;
  background: #FDF5C8;
  border-radius: 0 0 10rem 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .service__topWrap {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem 2rem;
    padding: 4rem 2rem 4rem;
    border-radius: 0 0 4rem 4rem;
  }
}
.service__topWrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5.3rem solid transparent;
  border-left: 5.3rem solid transparent;
  border-top: 4.6rem solid #FDF5C8;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .service__topWrap::after {
    border-right: 2.3rem solid transparent;
    border-left: 2.3rem solid transparent;
    border-top: 2rem solid #FDF5C8;
    bottom: -1.9rem;
  }
}

.service__topBox {
  background: #fff;
  border-radius: 5rem;
  position: relative;
  padding: 5rem 0 2.4rem;
}
@media (max-width: 767px) {
  .service__topBox {
    border-radius: 2.4rem;
    padding: 2.8rem 0 1.6rem;
  }
}

.service__topBoxTitle {
  background: #0DBC6B;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.6rem 2.6rem 0.8rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -2rem;
  width: max-content;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .service__topBoxTitle {
    font-size: 1.2rem;
    padding: 0.4rem 1.4rem;
    top: -1rem;
  }
}

.service__topBoxImg {
  width: 23rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service__topBoxImg {
    width: 10rem;
  }
}

.service__support {
  margin-top: 8rem;
  background: url(../img/service_support_pc.png) no-repeat center center/contain;
  width: 100%;
  padding: 5rem;
  height: 83rem;
}
@media (max-width: 767px) {
  .service__support {
    margin-top: 6.4rem;
    background: url(../img/service_support_sp.png) no-repeat center center/contain;
    height: 73rem;
    padding: 4rem 0 0;
  }
}

.service__supportTitle {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.333;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .service__supportTitle {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.416;
  }
}

.service__supportWrap {
  display: flex;
  margin-top: 5rem;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .service__supportWrap {
    flex-wrap: wrap;
    gap: 0 1.9rem;
    margin-top: 19.8rem;
  }
}

.service__supportBox {
  background: #fff;
  border-radius: 999px;
  width: 36rem;
  height: 36rem;
  padding: 5.6rem 4rem;
}
@media (max-width: 767px) {
  .service__supportBox {
    width: 15rem;
    height: 15rem;
    padding: 2.4rem 2rem;
  }
}

.service__supportBoxImg {
  width: 9.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service__supportBoxImg {
    width: 4.2rem;
  }
}

.service__supportBoxText {
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .service__supportBoxText {
    font-size: 1.7rem;
    margin-top: 0.2rem;
    line-height: 1.35;
  }
}
.service__supportBoxText .green {
  font-size: 5.6rem;
  color: #0DBC6B;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service__supportBoxText .green {
    font-size: 2.3rem;
  }
}
.service__supportBoxText .green::after {
  position: absolute;
  content: "";
  background: rgba(255, 234, 0, 0.81);
  height: 1rem;
  width: 100%;
  bottom: 0.6rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .service__supportBoxText .green::after {
    height: 0.6rem;
    bottom: 0;
  }
}

.service__btm {
  position: relative;
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .service__btm {
    margin-top: 7.2rem;
  }
}

.service__btmText {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.166;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .service__btmText {
    top: -3.2rem;
    font-size: 2.4rem;
    width: 100%;
    line-height: 1.416;
  }
}

/* ===============================================
#voice
=============================================== */
.voice {
  background: #EFF7F4;
  padding: 0 0 8rem;
}
@media (max-width: 767px) {
  .voice {
    padding: 0 0 6.4rem;
  }
}

.voice__titleWrap {
  text-align: center;
  background: #0DBC6B;
  padding: 4.8rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .voice__titleWrap {
    padding: 2.4rem 0;
  }
}
.voice__titleWrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5.3rem solid transparent;
  border-left: 5.3rem solid transparent;
  border-top: 4.6rem solid #0dbc6b;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .voice__titleWrap::after {
    border-right: 2.3rem solid transparent;
    border-left: 2.3rem solid transparent;
    border-top: 2rem solid #0dbc6b;
    bottom: -1.9rem;
  }
}

.voice__title {
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .voice__title {
    font-size: 2.4rem;
  }
}

.voice__titleSub {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .voice__titleSub {
    font-size: 1.7rem;
  }
}

.voice__wrap {
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .voice__wrap {
    margin-top: 5.6rem;
  }
}

.voice__big {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media (max-width: 767px) {
  .voice__big {
    gap: 4rem;
  }
}

.voice__bigBox {
  background: #fff;
  border-radius: 10rem;
  display: flex;
  padding: 6rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .voice__bigBox {
    flex-direction: column;
    padding: 2rem;
    border-radius: 4rem;
    gap: 2rem;
  }
}

.voice__bigImg {
  width: 51rem;
}
@media (max-width: 767px) {
  .voice__bigImg {
    width: 100%;
  }
}

.voice__bigRight {
  width: 51rem;
}
@media (max-width: 767px) {
  .voice__bigRight {
    width: 100%;
  }
}

.voice__bigPerson {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.voice__bigPersonImg {
  width: 7.2rem;
}
@media (max-width: 767px) {
  .voice__bigPersonImg {
    width: 5.2rem;
  }
}

.voice__bigPersonName {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .voice__bigPersonName {
    font-size: 2rem;
  }
}

.voice__bigPersonDetail {
  margin-top: 1.1rem;
  font-weight: 500;
  line-height: 1.555;
}
@media (max-width: 767px) {
  .voice__bigPersonDetail {
    font-size: 1.4rem;
  }
}

.voice__bigCatch {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 2rem;
  display: inline-block;
  background: #fff;
  border-radius: 2.5rem;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 767px) {
  .voice__bigCatch {
    font-size: 1.8rem;
    border-radius: 2rem;
    padding: 1.4rem;
  }
}
.voice__bigCatch::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3rem solid #fff;
  border-right: 3rem solid transparent;
  bottom: -2.9rem;
  left: 10rem;
}
@media (max-width: 767px) {
  .voice__bigCatch::after {
    border-top: 2rem solid #fff;
    border-right: 2rem solid transparent;
    bottom: -1.9rem;
    left: 7rem;
  }
}

.voice__bigText {
  margin-top: 4.6rem;
  line-height: 1.777;
  font-weight: 300;
}
@media (max-width: 767px) {
  .voice__bigText {
    margin-top: 3.2rem;
  }
}

.voice__small {
  display: flex;
  justify-content: space-between;
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .voice__small {
    margin-top: 4rem;
    display: block;
  }
}
.voice__small .voice__bigPerson {
  align-items: flex-start;
}

.voice__smallBox {
  width: 36rem;
  background: #fff;
  border-radius: 6rem;
  padding: 3rem 2.6rem;
}
@media (max-width: 767px) {
  .voice__smallBox {
    width: 100%;
    border-radius: 4rem;
    padding: 2rem;
    height: 29.6rem;
  }
}

.voice__smallCatch {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .voice__smallCatch {
    font-size: 1.8rem;
  }
}

.voice__smallText {
  font-weight: 300;
  line-height: 1.777;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .voice__smallText {
    font-size: 1.4rem;
  }
}

/* 矢印 */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.custom-prev {
  left: -0.5rem;
}

.custom-next {
  right: -0.5rem;
}

/* ドット */
.custom-dots {
  text-align: center;
  margin-top: 1rem;
}

.custom-dots ul li {
  width: 10px;
  height: 10px;
  background-color: #A2D8BE;
  border: none;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.custom-dots ul li.slick-active {
  background-color: #0DBC6B;
}

.js-slider .slick-slide {
  margin: 0 1rem;
}

.js-slider .slick-list {
  margin: 0 -1rem;
}

/* ===============================================
#flow
=============================================== */
.flow {
  background: #FDF5C8;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .flow {
    padding: 5.6rem 0;
  }
}

.flow__title {
  text-align: center;
  font-weight: 900;
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}
.flow__title::after {
  content: "";
  background-color: #0DBC6B;
  width: 8.2rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow__title::after {
    height: 0.4rem;
    width: 4rem;
  }
}

.flow__read {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .flow__read {
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 1.4;
  }
}

.flow__list {
  margin-top: 5.6rem;
}
@media (max-width: 767px) {
  .flow__list {
    margin-top: 4rem;
  }
}

.flow__item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5rem;
  padding: 3.2rem 6.8rem;
  margin-bottom: 8.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .flow__item {
    padding: 2rem;
    margin-bottom: 4rem;
    flex-direction: column;
    border-radius: 2.4rem;
  }
}
.flow__item.is-01 {
  margin-bottom: 6.2rem;
}
@media (max-width: 767px) {
  .flow__item.is-01 {
    margin-bottom: 4.8rem;
  }
}
.flow__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5.3rem solid transparent;
  border-left: 5.3rem solid transparent;
  border-top: 4.6rem solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow__item::after {
    border-right: 2.3rem solid transparent;
    border-left: 2.3rem solid transparent;
    border-top: 2rem solid #fff;
    bottom: -1.9rem;
  }
}
.flow__item:last-child::after {
  display: none;
}

.flow__step {
  font-weight: 700;
  text-align: center;
  font-size: 3.2rem;
  width: 11.2rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .flow__step {
    font-size: 2rem;
    width: 100%;
    padding: 0 0 1rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.4rem;
  }
}
.flow__step span {
  display: block;
  font-size: 6rem;
  color: #0DBC6B;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .flow__step span {
    display: inline-block;
    font-size: 3.2rem;
  }
}

.flow__content {
  padding-left: 3rem;
  width: 93rem;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .flow__content {
    width: 100%;
    padding: 2rem 0 0;
    border-left: none;
    border-top: 1px solid #000000;
  }
}

.flow__heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0DBC6B;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .flow__heading {
    flex-direction: column;
    font-size: 2rem;
    line-height: 1.4;
    gap: 0.8rem;
    text-align: center;
  }
}
.flow__heading .flow__label {
  background: #0DBC6B;
  color: #FFEB00;
  font-size: 2.4rem;
  border-radius: 999px;
  padding: 0.6rem 1.6rem;
}
@media (max-width: 767px) {
  .flow__heading .flow__label {
    font-size: 1.7rem;
    padding: 0.4rem 1rem;
  }
}

.flow__text {
  font-weight: 300;
  line-height: 1.777;
  margin-top: 1.6rem;
}

.flow__telWrap {
  margin-bottom: 4rem;
}

.flow__telText {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .flow__telText {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.flow__telText::before {
  display: block;
  content: "";
  width: 2px;
  height: 6rem;
  background: #000;
  transform: rotate(-15deg);
}
.flow__telText::after {
  display: block;
  content: "";
  width: 2px;
  height: 6rem;
  background: #000;
  transform: rotate(15deg);
}

.flow__tel2col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .flow__tel2col {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.flow__telNumber {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  position: relative;
  pointer-events: none;
}
@media (max-width: 767px) {
  .flow__telNumber {
    font-size: 3.2rem;
    pointer-events: all;
  }
}
.flow__telNumber::before {
  position: absolute;
  content: "";
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5rem;
  height: 4.9rem;
  background: url(../img/tel-icon_BLK.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .flow__telNumber::before {
    width: 2rem;
    height: 3rem;
    left: -2.4rem;
    top: 55%;
  }
}

.flow__telBtn {
  width: 46.5rem;
  transition: all 0.2s ease;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  .flow__telBtn {
    width: 100%;
  }
}
.flow__telBtn:hover {
  opacity: 0.8;
}

/* ===============================================
#faq
=============================================== */
.faq {
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .faq {
    padding: 5.6rem 0;
  }
}

.faq__title {
  text-align: center;
  font-weight: 900;
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}
.faq__title::after {
  content: "";
  background-color: #0DBC6B;
  width: 8.2rem;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .faq__title::after {
    height: 0.4rem;
    width: 4rem;
  }
}

.faq__wrap {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .faq__wrap {
    margin-top: 3.2rem;
  }
}

.faq__box {
  border: 2px solid #0DBC6B;
  border-radius: 5rem;
  padding: 3rem 6rem;
}
@media (max-width: 767px) {
  .faq__box {
    padding: 1.4rem;
    border-radius: 2.4rem;
  }
}
.faq__box + .faq__box {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .faq__box + .faq__box {
    margin-top: 2.4rem;
  }
}

.faq__box2col {
  display: flex;
  gap: 0.8rem;
}
.faq__box2col + .faq__box2col {
  margin-top: 1.6rem;
}

.faq__boxImg {
  width: 5.6rem;
}
@media (max-width: 767px) {
  .faq__boxImg {
    width: 3.2rem;
  }
}

.faq__boxQuestion {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .faq__boxQuestion {
    font-size: 1.6rem;
    margin-top: 0.2rem;
    width: 27.5rem;
  }
}

.faq__boxAnswer {
  line-height: 1.777;
  font-weight: 300;
  margin-top: 1rem;
  width: 101.6rem;
}
@media (max-width: 767px) {
  .faq__boxAnswer {
    width: 26rem;
    margin-top: 0.2rem;
    font-size: 1.5rem;
  }
}
.faq__boxAnswer .note {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .faq__boxAnswer .note {
    font-size: 1.2rem;
  }
}

.faq__btm {
  margin-top: 3.2rem;
  text-align: center;
}

.faq__btmText {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq__btmText {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.faq__btmCatch {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .faq__btmCatch {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 4rem;
  }
}
.faq__btmCatch::before {
  display: block;
  content: "";
  width: 2px;
  height: 6rem;
  background: #000;
  transform: rotate(-15deg);
}
.faq__btmCatch::after {
  display: block;
  content: "";
  width: 2px;
  height: 6rem;
  background: #000;
  transform: rotate(15deg);
}

.faq__btmBtn {
  width: 69.2rem;
  margin: 3.2rem auto 0;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .faq__btmBtn {
    width: 100%;
    margin-top: 2rem;
  }
}
.faq__btmBtn:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */