@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  width: 95%;
}

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

a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

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

.head-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11.8rem;
  padding: 2.1rem 2rem 1.7rem 1.8rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1165px) {
  .head-wrapper {
    padding-bottom: 0;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
}

.head-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 1165px) {
  .head-nav.pc-only {
    display: none;
  }
}

.head-logo {
  width: clamp(180px, 165.7142857143px + 0.0380952381 * 100vw, 200px);
}
@media screen and (max-width: 1165px) {
  .head-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
}

.head-nav-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.866rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 1165px) {
  .head-nav-tel {
    gap: 1rem;
  }
  .head-nav-tel span {
    width: 3rem;
  }
}

.head-nav-tel__text strong {
  color: #484848;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 8px + 0.0266666667 * 100vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
}
.head-nav-tel__text p {
  color: #484848;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 6.2857142857px + 0.0152380952 * 100vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.head-nav__mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.head-nav__mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background: #fc5f01;
  -webkit-box-shadow: 0 3px 0 0 #b44300;
          box-shadow: 0 3px 0 0 #b44300;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.397rem;
  width: 24rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head-nav__mail a p {
  color: #fff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.head-nav__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.head-nav__line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  background: #2bb400;
  -webkit-box-shadow: 0 3px 0 0 #009057;
          box-shadow: 0 3px 0 0 #009057;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.397rem;
  width: 24rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.head-nav__line a p {
  color: #fff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cta {
  padding: 4.4rem 0 4rem;
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
}

.cta-container {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.cta-area {
  border-radius: 40px;
  background: #fff;
  padding: 2.1rem 12.6rem 2.1rem 16.9rem;
  max-width: 72rem;
  margin: 0 auto 3.1rem;
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .cta-area {
    padding: 2.1rem;
    max-width: 348.64px;
  }
}
.cta-area::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.138rem;
  width: 127px;
  height: 100px;
  background: url(../img/cta-track.webp) no-repeat center center/cover;
}
@media screen and ( max-width: 768px ) {
  .cta-area::after {
    width: 64px;
    height: 50px;
  }
}
.cta-area p {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #484848;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and ( max-width: 768px ) {
  .cta-area p {
    font-size: 14px;
  }
}
.cta-area p strong {
  color: #484848;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and ( max-width: 768px ) {
  .cta-area p strong {
    font-size: 18px;
  }
}

.cta-text__wrapper {
  width: 68.335%;
  margin-left: auto;
  padding-right: min(37px, 4.1111111111vw);
  position: relative;
  z-index: 2;
}
@media screen and ( max-width: 768px ) {
  .cta-text__wrapper {
    width: 100%;
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
}

.cta-text__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and ( max-width: 768px ) {
  .cta-text__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11.15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.cta-text__btn a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(229px, 178.2857142857px + 0.1352380952 * 100vw, 300px);
  height: clamp(60px, 45.7142857143px + 0.0380952381 * 100vw, 80px);
}
@media screen and ( max-width: 768px ) {
  .cta-text__btn a {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
.cta-text__btn a small {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(12px, 9.1428571429px + 0.0076190476 * 100vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cta-text__btn a p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(18.394px, 14.3897142857px + 0.0106780952 * 100vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cta-text__btn .cta__btn-tel {
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fc5f01), to(#fc5f01)), #fff;
  background: -webkit-linear-gradient(bottom, #fc5f01 0%, #fc5f01 100%), #fff;
  background: linear-gradient(0deg, #fc5f01 0%, #fc5f01 100%), #fff;
  -webkit-box-shadow: 0 3px 0 0 #b44300;
          box-shadow: 0 3px 0 0 #b44300;
}
.cta-text__btn .cta__btn-line {
  border-radius: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#2bb400), to(#2bb400)), #fff;
  background: -webkit-linear-gradient(bottom, #2bb400 0%, #2bb400 100%), #fff;
  background: linear-gradient(0deg, #2bb400 0%, #2bb400 100%), #fff;
  -webkit-box-shadow: 0 3px 0 0 #009057;
          box-shadow: 0 3px 0 0 #009057;
}

.cta-content {
  border-radius: 2rem;
  background-color: #fff;
  padding: 4.15rem 0 4.03rem;
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .cta-content {
    max-width: 450px;
  }
}
.cta-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(200px, 75px + 0.3333333333 * 100vw, 375px);
  height: auto;
  aspect-ratio: 430/436;
  background: url(../img/cta-woman.webp) no-repeat center center/cover;
  z-index: 1;
}

.cta-text__label {
  background: #fc5f01;
  margin-bottom: 2.18rem;
  padding: 1.5rem 0 2.7rem;
}
.cta-text__label p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(26.814px, 14.0454285714px + 0.0340495238 * 100vw, 44.69px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 44.69px */
  letter-spacing: 2.234px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40%;
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .cta-text__label p {
    margin: 0 auto;
  }
}
.cta-text__label p::after {
  content: "";
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%) rotate(18deg);
          transform: translateY(-50%) rotate(18deg);
  right: -5%;
  width: min(6px, 0.6666666667vw);
  height: 130%;
  background-color: #fff;
}
.cta-text__label p::before {
  content: "";
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%) rotate(-18deg);
          transform: translateY(-50%) rotate(-18deg);
  left: -6%;
  width: min(6px, 0.6666666667vw);
  height: 130%;
  background-color: #fff;
}

.cta-text__tel {
  margin-bottom: min(20px, 2.2222222222vw);
}

.anxiety {
  background: -webkit-gradient(linear, left top, left bottom, from(#7e6f93), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #7e6f93 0%, #e9e9e9 100%);
  background: linear-gradient(180deg, #7e6f93 0%, #e9e9e9 100%);
  padding: 4.6rem 0 6.19rem;
}

.anxiety-container {
  max-width: 98rem;
  width: 95%;
  margin: 0 auto;
}
.anxiety-container .anxiety-title__img {
  width: min(242px, 26.8888888889vw);
}

.anxiety-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.anxiety-title__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(270px, 82.1428571429px + 0.500952381 * 100vw, 533px);
}

.anxiety-card-item {
  max-width: 48rem;
  border-radius: 12px;
  border: 4px solid #bdbdbd;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  padding: 2.5rem 3.8rem 2.8rem 3rem;
  width: calc(50% - 1rem);
}
@media screen and ( max-width: 768px ) {
  .anxiety-card-item {
    width: 100%;
  }
}

.anxiety-card-item__text-title {
  color: #8c33a9;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 12.5714285714px + 0.0304761905 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.5rem;
}

.anxiety-card-item__text-lead {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(24px, 2.6666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and ( max-width: 768px ) {
  .anxiety-card-item__text-lead {
    font-size: 16px;
  }
}

.anxiety-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and ( max-width: 768px ) {
  .anxiety-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.worries {
  background: #fdf6d7;
  padding: 6.4rem 0 5.6rem;
}

.worries-title {
  margin-bottom: 4.7rem;
}
@media screen and ( max-width: 768px ) {
  .worries-title {
    margin-bottom: 8.7rem;
  }
}
.worries-title img {
  max-width: 794px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.3rem;
  width: 95%;
  margin-bottom: 1.3rem;
}
.worries-title p {
  color: #484848;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(18px, 5.1428571429px + 0.0342857143 * 100vw, 36px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.worries-title .worries-title__label {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 18.2857142857px + 0.0152380952 * 100vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 30px;
  background: #8c33a9;
  padding: 0.7rem 3.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.2rem;
}

.worries-contents {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.worries-block {
  border-radius: 20px;
  border: 3px solid #34963e;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 2.7rem 0 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .worries-block {
    padding-top: 8rem;
  }
}
.worries-block + .worries-block {
  margin-top: 2.8rem;
}
@media screen and (max-width: 1000px) {
  .worries-block + .worries-block {
    margin-top: 5.8rem;
  }
}

.worries-block-label {
  border: 1px solid #34963e;
  background: #34963e;
  padding: 1.3rem 0;
}
.worries-block-label p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "FOT-Chiaro Std";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.worries-block-comment {
  background-color: #e2ecee;
  width: min(645.94px, 71.7711111111vw);
  border-radius: 12px;
  margin: 0 auto 2.6rem;
  padding: 1.6rem 0 1.5rem;
  -webkit-transform: translateX(9%);
          transform: translateX(9%);
  position: relative;
}
@media screen and ( max-width: 768px ) {
  .worries-block-comment {
    width: 95%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.worries-block-comment::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 14px solid #e2ecee;
  border-bottom: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worries-block-comment p {
  color: #3d3d3d;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .worries-block-comment p {
    font-size: 16px;
  }
}

.worries-block-body {
  padding: 3.1rem 3.8rem 3.7rem;
  position: relative;
}

.worries-block-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.033rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and ( max-width: 768px ) {
  .worries-block-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.worries-block-body__img {
  width: clamp(300px, 161.4285714286px + 0.3695238095 * 100vw, 494px);
}

.worries-block-body__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .worries-block-body__text {
    width: 95%;
  }
}

.worries-block-body__before dl {
  border-radius: 16px;
  border: 1px solid #34963e;
  background: #e2ecee;
  overflow: hidden;
}
.worries-block-body__before dl dt {
  color: #fff;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: #34963e;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worries-block-body__before dl dd {
  padding: 0.9rem 2.1rem 1.3rem;
  color: #3d3d3d;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

.worries-block-body__after {
  margin-bottom: 1.9rem;
}
.worries-block-body__after dl {
  border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #34963e;
  background: rgba(52, 150, 62, 0.1);
  overflow: hidden;
}
.worries-block-body__after dl dt {
  color: #34963e;
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: #fff;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worries-block-body__after dl dd {
  padding: 0.9rem 2.1rem 1.3rem;
  border-top: 1px solid #34963e;
  color: #34963e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}

.worries-block-body__arrow {
  margin: 5.72px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.worries-block-body__box {
  border-radius: 12px;
  background: #34963e;
  padding: 7px;
}

.worries-block-body__box-wrapper {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 1.5rem 0 1.2rem;
}
.worries-block-body__box-wrapper p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.worries-block-body__box-wrapper p span {
  color: #fffb80;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.worries-block__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background-color: #8c33a9;
  -webkit-box-shadow: 0 0 2.462px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2.462px rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -6%;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .worries-block__num {
    width: 87px;
    height: 87px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -5%;
  }
}
.worries-block__num p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 36.824px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
  .worries-block__num p {
    font-size: 18.412px;
  }
}
.worries-block__num span {
  color: #fff;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 61.36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 1000px) {
  .worries-block__num span {
    font-size: 30.68px;
  }
}

.worries-block-label {
  height: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worries-block-label img {
  max-height: 38px;
  margin-left: 13%;
  width: initial;
}
@media screen and (max-width: 1000px) {
  .worries-block-label img {
    width: 95%;
    height: auto;
    margin-left: 0;
    max-height: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.price-container {
  padding: 5rem 0 6.3rem;
  background: #f2f2f2;
}

.price-title p {
  color: #484848;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 15.4285714286px + 0.0228571429 * 100vw, 36px);
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.price-title h2 {
  color: #484848;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "FOT-Chiaro Std";
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
.price-title h2 span {
  border-radius: 6px;
  background: #8c33a9;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.25rem 1.4rem;
}

.price-title {
  margin-bottom: 4rem;
}
.price-title p {
  margin-bottom: 1.5rem;
}
.price-title img {
  max-width: 30rem;
}

.price-content {
  max-width: 950px;
  margin: 0 auto;
  width: 95%;
}

.reason {
  background: #fdf6d7;
}

.reason-container {
  padding: 7.78rem 0 6rem;
}

.reason-title {
  max-width: 434.777px;
  margin: 0 auto 2.65rem;
}
@media screen and ( max-width: 768px ) {
  .reason-title {
    max-width: 300px;
  }
}

.reason-list {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.reason-item {
  border-radius: 20px;
  border: 3px solid #34963e;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1.8rem 1.6rem 1.7rem;
  gap: 1.967rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and ( max-width: 768px ) {
  .reason-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.8rem 1.6rem 1.7rem;
  }
}
.reason-item + .reason-item {
  margin-top: 2.4rem;
}
.reason-item h3 {
  color: #34963e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(24px, 15.4285714286px + 0.0228571429 * 100vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.reason-item p {
  color: #3e3e3e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 10.2857142857px + 0.0152380952 * 100vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 43.2px */
}

.reason-item__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.7rem;
  height: 10.7rem;
  z-index: 1;
}

.reason-item__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reason-item__img {
  width: 42.205%;
}
@media screen and ( max-width: 768px ) {
  .reason-item__img {
    width: 52%;
  }
}

.voice {
  background: url(../img/voice-bg.webp) no-repeat center center/cover;
}

.voice-container {
  padding: 4.2rem 0 5.6rem;
}

.voice-title {
  max-width: 41.7rem;
  margin: 0 auto 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .voice-title {
    max-width: 34rem;
  }
}

.voice-list {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.voice-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  border: 3px solid #34963e;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 3.8rem 5.9rem 3.4rem 5.6rem;
  gap: 4.1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .voice-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.8rem 1.6rem 1.7rem;
  }
}
.voice-item + .voice-item {
  margin-top: 3.6rem;
}
.voice-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and ( max-width: 768px ) {
  .voice-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.8rem 1.6rem 1.7rem;
  }
}

.voice-item__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.voice-item__img {
  width: 204px;
}

.voice-item__text-star {
  border-radius: 6px;
  background: #8c33a9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35rem 2.5rem;
  margin-bottom: 1.4rem;
}
.voice-item__text-star p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.voice-item__text-title {
  color: #34963e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1.3rem;
}
@media screen and ( max-width: 768px ) {
  .voice-item__text-title {
    font-size: 2.4rem;
  }
}

.voice-item__text-lead {
  color: #3e3e3e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.flow {
  background: #fdf6d7;
}

.flow-container {
  padding: 6.4rem 0 7.4rem;
}

.flow-title {
  max-width: 597px;
  margin: 0 auto 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .flow-title {
    margin-bottom: 8rem;
    max-width: 350px;
  }
}

.flow-list {
  max-width: 963px;
  margin: 0 auto;
  width: 95%;
}

.flow-item__num {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #34963e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and ( max-width: 768px ) {
  .flow-item__num {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: -4rem;
    width: 9rem;
    height: 9rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.flow-item__num P {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0.5rem;
}
@media screen and ( max-width: 768px ) {
  .flow-item__num P {
    font-size: 14.84px;
  }
}
.flow-item__num span {
  color: #fff;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  display: block;
}
@media screen and ( max-width: 768px ) {
  .flow-item__num span {
    font-size: 29.68px;
  }
}

@media screen and ( max-width: 768px ) {
  .flow-item {
    padding: 42px 3.2rem 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-radius: 20px;
    border: 3px solid #34963e;
    background: #fff;
    -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

.flow-item__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6.3rem;
  min-height: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.1rem;
  border-radius: 20px;
  border: 3px solid #34963e;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 2.6rem 3.2rem 2.5rem 10.4rem;
}
@media screen and ( max-width: 768px ) {
  .flow-item__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-left: 0;
    min-height: auto;
    gap: 18.94px;
    margin-bottom: 11.68px;
  }
}

.flow-list .flow-item {
  position: relative;
}
.flow-list .flow-item + .flow-item {
  margin-top: 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .flow-list .flow-item + .flow-item {
    margin-top: 6rem;
  }
}
.flow-list .flow-item:nth-of-type(1) img, .flow-list .flow-item:nth-of-type(2) img, .flow-list .flow-item:nth-of-type(3) img {
  width: 100px;
  margin-right: auto;
}
.flow-list .flow-item:nth-of-type(4) img, .flow-list .flow-item:nth-of-type(6) img {
  width: 120px;
  margin-right: auto;
}
.flow-list .flow-item:nth-of-type(5) img {
  width: 127px;
  margin-right: auto;
}
.flow-list .flow-item:nth-of-type(7) img {
  width: 101px;
  margin-right: auto;
}

.flow-item__text-title {
  margin-bottom: 0.3rem;
}
.flow-item__text-title p {
  color: #34963e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: clamp(28px, 19.4285714286px + 0.0228571429 * 100vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .flow-item__text-title p span {
    font-size: 2rem;
    display: block;
  }
}

.flow-item__text-lead p {
  color: #3e3e3e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}

.flow-item__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flow-item__img {
  width: 12.7rem;
}
@media screen and ( max-width: 768px ) {
  .flow-item__img {
    width: 60px;
  }
}

.faq-container {
  padding: 4.8rem 0 5.4rem;
}

.faq-title {
  max-width: 38.3rem;
  margin: 0 auto 4rem;
}
@media screen and ( max-width: 768px ) {
  .faq-title {
    max-width: 30rem;
  }
}

.faq-list {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.faq-item {
  border-radius: 20px;
  border: 3px solid #34963e;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 2.5rem 2.5rem 3.2rem;
}
.faq-item + .faq-item {
  margin-top: 3.2rem;
}

.faq-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.1rem;
}
.faq-item__title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #8c33a9;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "halt" on, "palt" on;
          font-feature-settings: "halt" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 1rem;
}
.faq-item__title p {
  color: #34963e;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and ( max-width: 768px ) {
  .faq-item__title p {
    font-size: 2.6rem;
  }
}

.faq-item__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.faq-item__body p {
  color: #484848;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and ( max-width: 768px ) {
  .faq-item__body p {
    font-size: 2rem;
  }
}
.faq-item__body span {
  width: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact {
  background: #fdf6d7;
  padding: 4.8rem 0 6.6rem;
}

.contact-title {
  max-width: 206px;
  margin: 0 auto 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .contact-title {
    max-width: 160px;
  }
}

.head-nav-sp {
  display: none;
}
@media screen and (max-width: 1165px) {
  .head-nav-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
  .head-nav-sp .head-nav__mail,
  .head-nav-sp .head-nav__line {
    width: 50%;
    max-width: 300px;
  }
  .head-nav-sp .head-nav__mail a,
  .head-nav-sp .head-nav__line a {
    aspect-ratio: 1/0.12;
    max-width: 300px;
    height: auto;
    padding: 1rem 0;
    width: 100%;
  }
  .head-nav-sp .head-nav__mail a p,
  .head-nav-sp .head-nav__line a p {
    font-size: 14px;
  }
}

.point-title {
  margin: 0 auto 2.65rem;
  max-width: 779px;
  width: 95%;
}

.point-block {
  padding-bottom: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: auto;
}
.point-block li {
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 600px) {
  .point-block li {
    width: calc(33.3333333333% - 1.2rem);
  }
}

footer .footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .copy {
  font-size: 75%;
  margin-top: 1.6rem;
}

.footer-link {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* 表示用クラス */
.footer-link.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* PC（1025px〜）右下表示 */
@media screen and (min-width: 1025px) {
  .footer-link {
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px;
  }
  .footer-link img {
    height: 80px;
    width: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
}
/* スマホ（〜1024px）中央下 */
@media screen and (max-width: 1024px) {
  .footer-link {
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-link img {
    height: 60px;
    width: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
}
.footer-linkitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=style.css.map */