@charset "UTF-8";
/* ページ全般の設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

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

em {
  font-style: normal;
}

.red {
  color: #E50012;
}

.green {
  color: #50A035;
}

.orange {
  color: #EA8B23;
}

.marker-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(132, 190, 66, 0.5)));
  background: linear-gradient(transparent 70%, rgba(132, 190, 66, 0.5) 70%);
}

.marker-orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #F3DF95));
  background: linear-gradient(transparent 75%, #F3DF95 75%);
}

.marker-orange-2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(246, 170, 0, 0.4)));
  background: linear-gradient(transparent 70%, rgba(246, 170, 0, 0.4) 70%);
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
}
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.content-width {
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width-l {
  max-width: 116.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width-l {
    width: 100%;
  }
}

.section-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2.4rem;
  }
}

.cta-btn {
  background: #EA8B23;
  width: 100%;
  max-width: 54rem;
  height: 9.4rem;
  color: #fff;
  border-radius: 4.68rem;
  font-size: 2.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  outline: solid 1px #fff;
  outline-offset: -4px;
  position: relative;
}
@media (max-width: 767px) {
  .cta-btn {
    border-radius: 3rem;
    height: 6rem;
    max-width: 100rem;
    font-size: 1.8rem;
  }
}
.cta-btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-wh.svg);
  background-size: contain;
  width: 1.5277777778vw;
  height: 1.3888888889vw;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.2916666667vw;
}
@media (min-width:1440px) {
  .cta-btn::after {
    width: 2.2rem;
    height: 2rem;
    right: 3.3rem;
  }
}
@media (max-width: 767px) {
  .cta-btn::after {
    width: 1.1rem;
    height: 1rem;
    right: 1.5rem;
  }
}
.cta-btn:hover {
  outline-width: 1px !important;
}

.cta-btn-2 {
  width: 100%;
  max-width: 34rem;
  height: 7.2rem;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-btn-2 {
    height: 6rem;
  }
}

.cta-btn-wrap {
  position: relative;
  z-index: 1;
  margin: 1.4rem auto 0;
  max-width: 34rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-btn-wrap {
    width: 100%;
  }
}
.cta-btn-wrap::before {
  position: absolute;
  content: "";
  width: 34rem;
  max-width: 100%;
  height: 7.2rem;
  background: #fff;
  border-radius: 8px;
  top: 4px;
  left: 4px;
  z-index: -1;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .cta-btn-wrap::before {
    height: 6rem;
  }
}

.cta-btn-wrap--tel a {
  background: #EA8B23;
  font-size: 2.8rem;
  gap: 0.6rem;
  letter-spacing: 0.05em;
}
.cta-btn-wrap--tel::before {
  border: solid 1px #EA8B23;
}

.cta-btn-wrap--mail a {
  background: #84BE42;
  font-size: 2.4rem;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .cta-btn-wrap--mail a {
    font-size: 2rem;
  }
}
.cta-btn-wrap--mail::before {
  border: solid 1px #84BE42;
}

.cta-btn-wrap--line a {
  background: #50A035;
  font-size: 2.4rem;
  gap: 1.2rem;
}
@media (max-width: 1024px) {
  .cta-btn-wrap--line a {
    font-size: 2rem;
  }
}
.cta-btn-wrap--line::before {
  border: solid 1px #50A035;
}

.header {
  padding: 2.3rem 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .contact-btn {
  background: #EA8B23;
  width: 24.4rem;
  height: 7.6rem;
  color: #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 4px 4px 0 #AA5900;
          box-shadow: 4px 4px 0 #AA5900;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .header .contact-btn {
    -webkit-box-shadow: 3px 3px 0 #AA5900;
            box-shadow: 3px 3px 0 #AA5900;
    border-radius: 3rem;
    height: 4.4rem;
    max-width: 17.7rem;
    font-size: 1.6rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .header .contact-btn .icon-mail {
    width: 2.3rem;
  }
}

.mv {
  position: relative;
  background-image: url(../images/bg-mv.png);
  background-size: cover;
  padding: 2.3611111111vw 2rem 13.4027777778vw;
}
@media (max-width: 1024px) {
  .mv {
    padding: 10rem 2rem 13.4027777778vw;
  }
}
@media (max-width: 767px) {
  .mv {
    background-position: center;
    padding: 9rem 1.5rem 6rem;
  }
}
.mv .cta-btn {
  margin: 1.6666666667vw auto 0;
}
@media (min-width: 768px) {
  .mv .cta-btn {
    max-width: 37.5vw;
    height: 6.5277777778vw;
    font-size: 1.9444444444vw;
  }
}
@media (max-width: 767px) {
  .mv .cta-btn {
    margin: 3rem auto 2rem;
  }
}
.mv .mv__inner {
  max-width: 91.9444444444vw;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3472222222vw;
}
@media (max-width: 767px) {
  .mv .mv__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv .mv__left {
  padding-bottom: 1.3194444444vw;
}
.mv .mv__left .mv__title {
  width: 50.5555555556vw;
}
@media (max-width: 767px) {
  .mv .mv__left .mv__title {
    width: 100%;
  }
}
.mv .mv__catch {
  width: 37.1527777778vw;
}
@media (max-width: 767px) {
  .mv .mv__catch {
    width: 100%;
  }
}

.worries {
  padding: 0 2rem 8rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .worries {
    padding-bottom: 7rem;
  }
}
.worries b {
  font-weight: 900;
}
.worries .section-title {
  font-size: 3.2rem;
  background: #F1F9E8;
  padding: 1.6rem 6.4rem 1rem 6.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  margin: 0 auto 0;
  position: relative;
  top: -4rem;
}
@media (max-width: 767px) {
  .worries .section-title {
    font-size: 1.9rem;
    padding: 1.5rem 1.5rem 1rem;
    top: -2rem;
  }
}
.worries .section-title em {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .worries .section-title em {
    font-size: 2.4rem;
  }
}
.worries .fukidashi-l,
.worries .fukidashi-r {
  background: #84BE42;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  border-radius: 4px;
  display: table;
  padding: 9px 6px 11px;
  position: relative;
}
@media (max-width: 767px) {
  .worries .fukidashi-l,
  .worries .fukidashi-r {
    font-size: 1.6rem;
  }
}
.worries .fukidashi-l::after,
.worries .fukidashi-r::after {
  position: absolute;
  content: "";
  background-size: contain;
}
.worries .fukidashi-l {
  margin: 0 auto 0 4.8611111111vw;
  -webkit-box-shadow: 4px 4px 0 #50A035;
          box-shadow: 4px 4px 0 #50A035;
}
@media (min-width:1440px) {
  .worries .fukidashi-l {
    margin: 0 auto 0 7rem;
  }
}
@media (max-width: 767px) {
  .worries .fukidashi-l {
    margin-left: 0;
  }
}
.worries .fukidashi-l::after {
  background-image: url(../images/fukidashi-arrow-l.svg);
  width: 2.5rem;
  height: 2.8rem;
  bottom: -2.8rem;
  left: 17.1rem;
}
.worries .fukidashi-r {
  margin: 3.7rem 3.4722222222vw 0 auto;
  -webkit-box-shadow: -4px 4px 0 #50A035;
          box-shadow: -4px 4px 0 #50A035;
}
@media (min-width:1440px) {
  .worries .fukidashi-r {
    margin: 3.7rem 5rem 0 auto;
  }
}
@media (max-width: 767px) {
  .worries .fukidashi-r {
    margin-right: 0;
  }
}
.worries .fukidashi-r::after {
  background-image: url(../images/fukidashi-arrow-r.svg);
  width: 2.4rem;
  height: 2.8rem;
  bottom: -2.8rem;
  right: 15.3rem;
}
.worries .worries__block {
  background: #F1F9E8;
  margin-top: 9rem;
  padding: 0 3.2638888889vw 4.1666666667vw;
  position: relative;
}
@media (min-width:1440px) {
  .worries .worries__block {
    padding: 0 4.7rem 6rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__block {
    padding: 0 2rem 3rem;
  }
}
.worries .worries__block::before {
  position: absolute;
  content: "";
  background-image: url(../images/worries-illust-1.svg);
  background-size: contain;
  width: 10.4166666667vw;
  height: 9.9305555556vw;
  top: -8.6111111111vw;
  left: 3.4722222222vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .worries .worries__block::before {
    width: 15rem;
    height: 14.3rem;
    top: -12.4rem;
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__block::before {
    width: 7rem;
    height: 7rem;
    top: -7rem;
    left: 2.7rem;
  }
}
.worries .worries__block::after {
  position: absolute;
  content: "";
  background-image: url(../images/worries-illust-2.svg);
  background-size: contain;
  width: 11.1111111111vw;
  height: 12.2916666667vw;
  top: 5.7638888889vw;
  right: -4.8611111111vw;
}
@media (min-width:1440px) {
  .worries .worries__block::after {
    width: 16rem;
    height: 17.7rem;
    top: 8.3rem;
    right: -7rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__block::after {
    width: 7rem;
    height: 7rem;
    top: 5rem;
    right: -3.3rem;
  }
}
.worries .worries__block p {
  text-align: center;
  margin-top: 4rem;
  font-size: 3.2rem;
  line-height: 151%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .worries .worries__block p {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.worries .worries__block .arrow {
  display: block;
  margin: 2rem auto 0;
}
.worries .worries__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .worries .worries__bottom {
    margin-top: 3rem;
  }
}
.worries .worries__bottom p {
  line-height: 160%;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .worries .worries__bottom p {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__bottom p {
    font-size: 2.1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.worries .worries__bottom b {
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  .worries .worries__bottom b {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__bottom b {
    font-size: 2.1rem;
  }
}
.worries .worries__bottom .red {
  padding: 0 0.7rem;
  display: inline-block;
  border: solid 2px #E50012;
}
@media (max-width: 767px) {
  .worries .worries__bottom .red {
    margin-bottom: 0.4rem;
  }
}
.worries .worries__bottom .illust-l {
  max-width: 10.4166666667vw;
}
@media (min-width:1440px) {
  .worries .worries__bottom .illust-l {
    max-width: 15rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__bottom .illust-l {
    max-width: 7rem;
  }
}
.worries .worries__bottom .illust-r {
  max-width: 9.6527777778vw;
}
@media (min-width:1440px) {
  .worries .worries__bottom .illust-r {
    max-width: 13.9rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__bottom .illust-r {
    max-width: 7rem;
  }
}
.worries .worries__fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.1rem;
  margin-top: 4rem;
}
.worries .worries__fukidashi .fukidashi {
  background: #fff;
  padding: 2.2916666667vw 5vw 2.2916666667vw 3.1944444444vw;
  border-radius: 2.4rem;
  border: solid 1px #F6AA00;
  text-align: center;
  -webkit-box-shadow: 4px 4px 0 #F6AA00;
          box-shadow: 4px 4px 0 #F6AA00;
  max-width: 65.5rem;
  width: 100%;
  font-size: 2.3rem;
  line-height: 150%;
  position: relative;
  letter-spacing: 0.03em;
}
@media (min-width:1440px) {
  .worries .worries__fukidashi .fukidashi {
    padding: 3.3rem 7.2rem 3.3rem 4.6rem;
  }
}
@media (max-width: 1024px) {
  .worries .worries__fukidashi .fukidashi {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__fukidashi .fukidashi {
    padding: 1.7rem 2rem;
    font-size: 1.8rem;
  }
}
.worries .worries__fukidashi .fukidashi::after {
  position: absolute;
  content: "";
  background-image: url(../images/fukidashi-arrow-center.svg);
  background-size: contain;
  width: 3.4rem;
  height: 2.6rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.2rem;
}
@media (max-width: 767px) {
  .worries .worries__fukidashi .fukidashi::after {
    left: 45%;
    right: 50%;
    top: inherit;
    bottom: -2.8rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.worries .worries__fukidashi .fukidashi b {
  font-size: 2.8rem;
}
@media (max-width: 1024px) {
  .worries .worries__fukidashi .fukidashi b {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__fukidashi .fukidashi b {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .worries .worries__fukidashi .illust {
    max-width: 12rem;
  }
}
.worries .cta-btn {
  margin: 5rem auto 0;
}

.check-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto auto;
}
.check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .check-list li {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .check-list li .icon {
    width: 2rem;
    padding-top: 5px;
  }
}
.check-list li:last-child {
  margin-bottom: 0;
}

.fact {
  padding: 8rem 2rem;
  background-image: url(../images/bg-fact.png);
  background-size: cover;
}
@media (max-width: 767px) {
  .fact {
    padding: 7rem 2rem;
  }
}
.fact .section-title {
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fact .section-title {
    font-size: 2.4rem;
  }
}
.fact .section-title em {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .fact .section-title em {
    font-size: 3rem;
  }
}
.fact .fact__block-wrap {
  position: relative;
}
.fact .fact__block-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/fact-circle.svg);
  background-size: contain;
  width: 34.7222222222vw;
  height: 34.7222222222vw;
  top: -7.6388888889vw;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width:1440px) {
  .fact .fact__block-wrap::before {
    width: 50rem;
    height: 50rem;
    top: -11rem;
  }
}
@media (max-width: 767px) {
  .fact .fact__block-wrap::before {
    width: 53.3333333333vw;
    height: 53.3333333333vw;
    top: -18.6666666667vw;
  }
}
@media (max-width: 500px) {
  .fact .fact__block-wrap::before {
    width: 88vw;
    height: 88vw;
    top: -18.6666666667vw;
  }
}
.fact .fact__block-wrap::after {
  position: absolute;
  content: "";
  background-image: url(../images/fact-tri.svg);
  background-size: contain;
  width: 34.7222222222vw;
  height: 4.1666666667vw;
  bottom: -4.1666666667vw;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width:1440px) {
  .fact .fact__block-wrap::after {
    width: 50rem;
    height: 6rem;
    bottom: -6rem;
  }
}
@media (max-width: 767px) {
  .fact .fact__block-wrap::after {
    width: 88vw;
    height: 9.3333333333vw;
    bottom: -9.3333333333vw;
  }
}
.fact .fact__block {
  background: #fff;
  padding: 4rem 2rem 5rem;
  margin-top: 1.8rem;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .fact .fact__block {
    padding: 4rem 5rem 5rem;
  }
}
.fact .fact__block::before {
  position: absolute;
  content: "";
  background-image: url(../images/fact-illust-l.svg);
  background-size: contain;
  width: 13.8888888889vw;
  height: 13.0555555556vw;
  bottom: -2.2222222222vw;
  left: -5.1388888889vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .fact .fact__block::before {
    width: 20rem;
    height: 18.8rem;
    bottom: -3.2rem;
    left: -7.4rem;
  }
}
@media (max-width:1100px) {
  .fact .fact__block::before {
    left: -1.7rem;
  }
}
@media (max-width: 767px) {
  .fact .fact__block::before {
    width: 9rem;
    height: 9rem;
    bottom: -5rem;
    left: 1rem;
  }
}
.fact .fact__block::after {
  position: absolute;
  content: "";
  background-image: url(../images/fact-illust-r.svg);
  background-size: contain;
  width: 10.4166666667vw;
  height: 11.1805555556vw;
  right: 1.6666666667vw;
  bottom: -2.5vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .fact .fact__block::after {
    width: 15rem;
    height: 16.1rem;
    right: 2.4rem;
    bottom: -3.6rem;
  }
}
@media (max-width: 767px) {
  .fact .fact__block::after {
    width: 8.2rem;
    height: 8.8rem;
    right: 0.6rem;
    bottom: -4.7rem;
  }
}
.fact .dot-list {
  max-width: 75.2rem;
  margin: 0 auto;
}
.fact .fact__bottom {
  text-align: center;
  margin-top: 7rem;
  position: relative;
  z-index: 1;
}
.fact .fact__bottom h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fact .fact__bottom h3 {
    font-size: 2.9rem;
  }
}
@media (max-width: 767px) {
  .fact .fact__bottom h3 {
    font-size: 1.9rem;
  }
}
.fact .fact__bottom h3 b {
  font-weight: 900;
}
.fact .fact__bottom p {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .fact .fact__bottom p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.fact .fact__bottom p .green {
  font-size: 2.8rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .fact .fact__bottom p .green {
    font-size: 1.8rem;
  }
}

.dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 150%;
}
@media (max-width: 767px) {
  .dot-list li {
    font-size: 1.6rem;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.dot-list li:last-child {
  margin-bottom: 0;
}
.dot-list li .dot {
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .dot-list li .dot {
    padding-top: 0.5;
  }
}
.dot-list li .red {
  font-weight: 700;
}
.dot-list li b {
  font-weight: 700;
}

.lifeplan {
  background: #F1F9E8;
  padding: 4.9rem 2rem 7rem;
}
.lifeplan .dot-list {
  max-width: 75.2rem;
  margin: 3.3rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .lifeplan .dot-list {
    padding-bottom: 11rem;
  }
}
.lifeplan .dot-list::before {
  position: absolute;
  content: "";
  background-image: url(../images/lifeplan-illust.svg);
  background-size: contain;
  width: 10.4166666667vw;
  height: 8.6805555556vw;
  bottom: -6.5277777778vw;
  left: -12.5vw;
}
@media (min-width:1440px) {
  .lifeplan .dot-list::before {
    width: 15rem;
    height: 12.5rem;
    bottom: -9.4rem;
    left: -18rem;
  }
}
@media (max-width: 1024px) {
  .lifeplan .dot-list::before {
    left: 0;
    bottom: -10rem;
  }
}
@media (max-width: 767px) {
  .lifeplan .dot-list::before {
    width: 10rem;
    height: 8rem;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lifeplan .dot-list li {
  line-height: 160%;
}
.lifeplan .bg-round {
  background: #fff;
  border-radius: 8px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 151%;
  padding: 4px 12px 4px 16px;
  -webkit-box-shadow: 4px 4px 0 #50A035;
          box-shadow: 4px 4px 0 #50A035;
  display: table;
}
@media (max-width: 767px) {
  .lifeplan .bg-round {
    font-size: 1.6rem;
  }
}
.lifeplan .bottom-text {
  margin: 3.6rem 0 0 auto;
}

.point {
  padding: 8rem 2rem;
}
@media (max-width: 767px) {
  .point {
    padding: 7rem 2rem;
  }
}
.point .section-title {
  text-align: center;
  font-size: 3.2rem;
  background: #F1F9E8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 8px;
  padding: 2rem 4.7916666667vw 2.5rem;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  line-height: 1.1;
  position: relative;
}
@media (min-width:1440px) {
  .point .section-title {
    padding: 2rem 6.9rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .point .section-title {
    width: 100%;
    font-size: 1.8rem;
    padding: 2.5rem 2rem 2.5rem;
  }
}
.point .section-title::after {
  position: absolute;
  content: "";
  background-image: url(../images/point-fukidashi-arrow.png);
  background-size: contain;
  width: 8.4rem;
  height: 5rem;
  bottom: -4.8rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point .section-title .marker-orange {
  font-size: 4rem;
  display: inline-block;
}
@media (min-width:768px) and (max-width: 1024px) {
  .point .section-title .marker-orange {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .point .section-title .marker-orange {
    font-size: 2.3rem;
  }
}
.point .section-title .fukidashi {
  position: relative;
  padding: 0 4.4rem;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .point .section-title .fukidashi {
    padding: 0 3rem;
    margin-top: 2rem;
  }
}
.point .section-title .fukidashi::before, .point .section-title .fukidashi::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 3.1rem;
  height: 4.2rem;
  bottom: 3px;
}
.point .section-title .fukidashi::before {
  background-image: url(../images/fukidashi-line-l-2.svg);
  left: 0;
}
.point .section-title .fukidashi::after {
  background-image: url(../images/fukidashi-line-r-2.svg);
  right: 0;
}
.point .section-title .red {
  font-weight: 900;
}
.point .section-title .red em {
  font-size: 5.6rem;
}
@media (max-width: 767px) {
  .point .section-title .red em {
    font-size: 3rem;
  }
}
.point .point__list {
  gap: 3.8194444444vw;
  margin-top: 9.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  .point .point__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width:1440px) {
  .point .point__list {
    gap: 5.5rem;
  }
}
@media (max-width: 1024px) {
  .point .point__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .point .point__list {
    gap: 7.5rem;
  }
}
.point .point__list li {
  border: solid 2px #84BE42;
  border-radius: 8px;
  position: relative;
}
.point .point__list li .point__list__title {
  background: #84BE42;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  line-height: 120%;
  min-height: 10.2rem;
}
@media (max-width: 767px) {
  .point .point__list li .point__list__title {
    min-height: auto;
    font-size: 1.8rem;
    padding: 3.4rem 2rem 2.8rem;
  }
}
.point .point__list li .point__list__title .list-title {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .point .point__list li .point__list__title .list-title {
    line-height: 1.5;
  }
}
.point .point__list li .point__list__title .num {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.point .point__list li p {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2.5rem 3.5rem;
  background: #fff;
  border-radius: 0 0 8px 8px;
  line-height: 160%;
}
@media (min-width:768px) and (max-width: 1024px) {
  .point .point__list li p {
    padding: 2.5rem 3.5rem 6rem;
  }
}
@media (max-width: 767px) {
  .point .point__list li p {
    font-size: 1.6rem;
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(1) p {
    padding: 2.5rem 1.5rem 8rem;
  }
}
.point .point__list li:nth-child(1)::after {
  position: absolute;
  content: "";
  background-image: url(../images/point-illust-1.svg);
  background-size: contain;
  width: 10.4166666667vw;
  height: 8.1944444444vw;
  bottom: -2.7083333333vw;
  left: 1.3888888889vw;
}
@media (min-width:1440px) {
  .point .point__list li:nth-child(1)::after {
    width: 15rem;
    height: 11.8rem;
    bottom: -3.9rem;
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(1)::after {
    width: 10rem;
    height: 8rem;
    bottom: -3rem;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(3) p {
    padding: 2.5rem 1.5rem 6rem;
  }
}
.point .point__list li:nth-child(3)::after {
  position: absolute;
  content: "";
  background-image: url(../images/point-illust-2.svg);
  background-size: contain;
  width: 10.4166666667vw;
  height: 10.7638888889vw;
  bottom: -2.7083333333vw;
  right: 1.875vw;
}
@media (min-width:1440px) {
  .point .point__list li:nth-child(3)::after {
    width: 15rem;
    height: 15.5rem;
    bottom: -3.9rem;
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .point .point__list li:nth-child(3)::after {
    width: 10rem;
    height: 10rem;
    bottom: -6rem;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.consultation {
  background: #FFEFC8;
  padding: 13.1944444444vw 2rem 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .consultation {
    padding: 7rem 2rem;
  }
}
.consultation::before {
  position: absolute;
  content: "";
  background-image: url(../images/arrow-point.svg);
  background-size: contain;
  width: 100%;
  height: 10.3472222222vw;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .consultation::before {
    top: -1px;
  }
}
.consultation p {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .consultation p {
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .consultation p {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .consultation p {
    font-size: 2.1rem;
  }
}
.consultation .top-text {
  margin-bottom: 2.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .consultation .top-text {
    margin-bottom: 9.8rem;
  }
}
.consultation .top-text::before {
  position: absolute;
  content: "";
  background-image: url(../images/consultation-fukidashi-top.svg);
  background-size: contain;
  width: 15.1736111111vw;
  height: 8.9583333333vw;
  bottom: -4.0972222222vw;
  left: -2.0833333333vw;
}
@media (min-width:1440px) {
  .consultation .top-text::before {
    width: 21.85rem;
    height: 12.9rem;
    bottom: -5.9rem;
    left: -3rem;
  }
}
@media (max-width: 1024px) {
  .consultation .top-text::before {
    bottom: -8.3333333333vw;
    left: 0;
  }
}
@media (max-width: 767px) {
  .consultation .top-text::before {
    width: 15rem;
    height: 8rem;
    bottom: -9rem;
    left: 20%;
  }
}
.consultation .bottom-text {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .consultation .bottom-text {
    font-size: 2.1rem;
  }
}
.consultation .section-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
  position: relative;
}
@media (max-width: 1024px) {
  .consultation .section-title {
    font-size: 3.3rem;
  }
}
@media (max-width: 767px) {
  .consultation .section-title {
    font-size: 2.4rem;
    margin-bottom: 7.6rem;
  }
}
.consultation .section-title::after {
  position: absolute;
  content: "";
  background-image: url(../images/consultation-illust-top.svg);
  background-size: contain;
  width: 9.0277777778vw;
  height: 9.5138888889vw;
  bottom: -6.25vw;
  right: -1.3888888889vw;
}
@media (min-width:1440px) {
  .consultation .section-title::after {
    width: 13rem;
    height: 13.7rem;
    bottom: -9rem;
    right: -2rem;
  }
}
@media (max-width: 1024px) {
  .consultation .section-title::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .consultation .section-title::after {
    width: 9rem;
    height: 9.5rem;
    bottom: -7rem;
    right: 0;
  }
}
.consultation .arrow {
  text-align: center;
  margin-top: 2.8rem;
}
.consultation .consultation__list {
  background: #fff;
  border-radius: 8px;
  border-bottom: solid 12px #EA8B23;
  max-width: 90.4rem;
  margin: 1.6rem auto 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  padding: 3rem 4.3rem 3.1rem 4.8rem;
}
@media (max-width: 767px) {
  .consultation .consultation__list {
    padding: 2rem 1.5rem;
  }
}
.consultation .consultation__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .consultation .consultation__list li {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .consultation .consultation__list li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    min-height: 60px;
  }
}
.consultation .consultation__list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .consultation .consultation__list li .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.consultation .consultation__list li .num {
  display: inline-block;
  margin-right: 1.6rem;
  padding-right: 0.8rem;
  border-right: solid 1px #000000;
  width: 6.5rem;
}
@media (max-width: 767px) {
  .consultation .consultation__list li .num {
    width: 6rem;
    margin-right: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.consultation .consultation__list li .num img {
  vertical-align: sub;
}
@media (max-width: 767px) {
  .consultation .consultation__list li:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .consultation .consultation__list li:last-child > span:last-child {
    width: 100%;
    text-align: center;
    display: block;
  }
}
.consultation .consultation__illust {
  margin-top: 4rem;
}
.consultation .consultation__illust .fukidashi {
  max-width: 112.8rem;
  margin: 0 auto;
}
.consultation .consultation__illust .illust {
  max-width: 59.4rem;
  margin: 2.4rem auto 0;
}
.consultation .cta-btn {
  margin: 5rem auto 0;
}

.voice {
  padding: 8rem 2rem 10rem;
  background-image: url(../images/bg-voice.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .voice {
    padding: 7rem 2rem;
  }
}
.voice .voice__inner {
  max-width: 113.2rem;
  margin: 0 auto;
}
.voice .section-title {
  line-height: 160%;
}
@media (max-width: 767px) {
  .voice .section-title {
    font-size: 2.3rem;
  }
}
.voice .section-title .small {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .voice .section-title .small {
    font-size: 2rem;
  }
}
.voice .voice__list {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .voice .voice__list {
    margin-top: 5rem;
  }
}
.voice .voice__list li {
  background: #F1F9E8;
  border-radius: 8px;
  padding: 2rem 5.2rem;
  margin: 0 0 4.1666666667vw auto;
  max-width: 100rem;
  position: relative;
}
@media (min-width:1440px) {
  .voice .voice__list li {
    margin: 0 0 6rem auto;
  }
}
@media (max-width: 767px) {
  .voice .voice__list li {
    margin: 0 auto 3rem;
    padding: 2.4rem 2rem;
  }
}
.voice .voice__list li .voice__list__text {
  max-width: 65rem;
  margin: 0 auto 0 0;
  font-size: 1.8rem;
}
@media (max-width:1100px) {
  .voice .voice__list li .voice__list__text {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .voice .voice__list li .voice__list__text {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.voice .voice__list li .voice__list__text h3 {
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: solid 1px #000000;
}
@media (max-width: 767px) {
  .voice .voice__list li .voice__list__text h3 {
    font-size: 2rem;
  }
}
.voice .voice__list li .voice__list__text p {
  line-height: 160%;
}
@media (min-width: 768px) {
  .voice .voice__list li .list-img {
    position: absolute;
    bottom: 0;
    right: 3.4722222222vw;
  }
}
@media (min-width:1440px) {
  .voice .voice__list li .list-img {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .voice .voice__list li .list-img {
    margin: 3rem auto 0;
    text-align: center;
  }
}
.voice .voice__list li:nth-child(2n) {
  margin: 0 auto 4.1666666667vw 0;
}
@media (min-width:1440px) {
  .voice .voice__list li:nth-child(2n) {
    margin: 0 auto 6rem 0;
  }
}
@media (max-width: 767px) {
  .voice .voice__list li:nth-child(2n) {
    margin: 0 auto 3rem;
  }
}
.voice .voice__list li:nth-child(2n) .voice__list__text {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .voice .voice__list li:nth-child(2n) .list-img {
    position: absolute;
    bottom: 0;
    left: 3.4722222222vw;
  }
}
@media (min-width:1440px) {
  .voice .voice__list li:nth-child(2n) .list-img {
    left: 3.4rem;
  }
}
.voice .voice__list li:last-child {
  margin-bottom: 0;
}

.cta {
  background-image: url(../images/bg-cta.png);
  background-size: cover;
  background-position: center;
  padding: 5rem 2rem;
}
.cta .section-title {
  line-height: 140%;
}
@media (min-width:768px) and (max-width: 1024px) {
  .cta .section-title {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .cta .section-title {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .cta .cta__left {
    max-width: 8rem;
  }
}
@media (max-width: 767px) {
  .cta .cta__right {
    max-width: 12rem;
  }
}
.cta .cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.4861111111vw;
}
@media (min-width:1440px) {
  .cta .cta__inner {
    gap: 7.9rem;
  }
}
@media (max-width: 767px) {
  .cta .cta__inner {
    gap: 2rem;
  }
}
.cta .cta__inner .cta__text {
  max-width: 54rem;
  width: 100%;
}
.cta .cta__inner .cta-btn {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cta .cta__inner .cta-btn {
    margin: 3rem auto 3rem;
  }
}

.cta-contact {
  background-image: url(../images/bg-cta-contact.png);
  background-size: cover;
  background-position: center;
  padding: 6.1rem 2rem 2.6rem;
}
@media (max-width: 767px) {
  .cta-contact {
    padding: 7rem 2rem;
  }
}
.cta-contact .cta-contact__illust {
  text-align: center;
  margin: 4rem auto 0;
  max-width: 32.5rem;
}
@media (max-width: 767px) {
  .cta-contact .cta-contact__illust {
    margin: 6rem auto 0;
    max-width: 24.5rem;
  }
}
@media (min-width: 768px) {
  .cta-contact .cta-contact__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .cta-contact .cta-contact__list {
    grid-template-columns: 1fr;
  }
}

.cta-contact__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.1666666667vw;
  margin: 0 auto;
  max-width: 114.4rem;
}
@media (min-width:1440px) {
  .cta-contact__list {
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .cta-contact__list {
    gap: 3rem;
  }
}
.cta-contact__list li .list-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 130%;
}
.cta-contact__list li .list-title .small {
  font-size: 1.8rem;
}

.cta-contact--fixed {
  background: #F1F9E8;
  padding: 4.2rem 2rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-contact--fixed {
    padding: 1rem;
  }
}
.cta-contact--fixed .cta-contact__list {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .cta-contact--fixed .cta-contact__list {
    gap: 1.5rem;
  }
}
.cta-contact--fixed .cta-btn-wrap {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cta-contact--fixed .cta-btn-wrap::before {
    height: 4rem;
  }
}
.cta-contact--fixed .cta-btn-wrap a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cta-contact--fixed .cta-btn-wrap a {
    font-size: 1rem !important;
    height: 4rem !important;
    gap: 0.3rem !important;
  }
}
@media (max-width: 350px) {
  .cta-contact--fixed .cta-btn-wrap a {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .cta-contact--fixed .cta-btn-wrap a::before {
    height: 4rem;
  }
}
@media (max-width: 350px) {
  .cta-contact--fixed .cta-btn-wrap a span {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media (max-width: 767px) {
  .cta-contact--fixed .cta-btn-wrap a img {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 350px) {
  .cta-contact--fixed .cta-btn-wrap a img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: right;
            transform-origin: right;
    padding-left: 5px;
  }
}

.model {
  padding: 6.4rem 2rem 10rem;
}
@media (max-width: 767px) {
  .model {
    padding: 7rem 2rem;
  }
}
@media (max-width: 767px) {
  .model .section-title {
    font-size: 3rem;
  }
}
.model .model__list {
  margin-top: 5rem;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .model .model__list {
    gap: 1rem;
  }
}
.model .model__view {
  margin-top: 3rem;
}
.model .model__view iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.44;
}

.faq {
  background: #F2F2F2;
  padding: 8rem 2rem 9.6rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 7rem 2rem;
  }
}
@media (max-width: 767px) {
  .faq .section-title {
    font-size: 3rem;
  }
}
.faq .section-title .marker-orange-2 {
  position: relative;
}
.faq .section-title .marker-orange-2::before {
  position: absolute;
  content: "";
  background-image: url(../images/hatena.svg);
  background-size: contain;
  width: 5.1388888889vw;
  height: 4.0277777778vw;
  top: -1.3888888889vw;
  left: -5.5555555556vw;
}
@media (min-width:1440px) {
  .faq .section-title .marker-orange-2::before {
    width: 7.4rem;
    height: 5.8rem;
    top: -2rem;
    left: -8rem;
  }
}
@media (max-width: 767px) {
  .faq .section-title .marker-orange-2::before {
    width: 5rem;
    height: 4rem;
    top: -1rem;
    left: -5rem;
  }
}
.faq .section-title .marker-orange-2::after {
  position: absolute;
  content: "";
  background-image: url(../images/faq-illust.svg);
  background-size: contain;
  width: 9.375vw;
  height: 9.7222222222vw;
  top: -2.7777777778vw;
  right: -11.8055555556vw;
}
@media (min-width:1440px) {
  .faq .section-title .marker-orange-2::after {
    width: 13.5rem;
    height: 14rem;
    top: -4rem;
    right: -17rem;
  }
}
@media (max-width: 767px) {
  .faq .section-title .marker-orange-2::after {
    width: 6rem;
    height: 6.3rem;
    top: -1.6rem;
    right: -7.3rem;
  }
}
.faq .faq__inner {
  max-width: 108rem;
  margin: 0 auto;
}
.faq .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4.3rem 2rem 2.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq .question {
    padding: 0 1.5rem 2rem;
  }
}
.faq .q-title {
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq .q-title {
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.8rem;
  }
}
.faq .toggle {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (max-width: 767px) {
  .faq .toggle {
    width: 20px;
    height: 20px;
  }
}
.faq .toggle:before, .faq .toggle:after {
  position: absolute;
  content: "";
  background: #202020;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 24px;
  height: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .faq .toggle:before, .faq .toggle:after {
    width: 20px;
  }
}
.faq .toggle:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq .answer {
  font-size: 1.8rem;
  line-height: 160%;
  padding: 0 4.3rem 2.8rem 2.4rem;
}
@media (max-width: 767px) {
  .faq .answer {
    font-size: 1.6rem;
    padding: 0 1.5rem 2rem;
  }
}
.faq .answer .answer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .faq .answer .answer-text {
    gap: 1rem;
  }
}
.faq .answer p {
  max-width: 80rem;
  line-height: 160%;
  letter-spacing: 0.05em;
}
.faq .faq__width {
  margin-top: 10.1rem;
}
@media (max-width: 767px) {
  .faq .faq__width {
    margin-top: 5rem;
  }
}
.faq .faq__item {
  margin-bottom: 2.4rem;
  border-bottom: solid 1px #888888;
}
.faq .faq__item:last-of-type {
  margin-bottom: 0;
}
.faq .answer {
  display: none;
}
.faq .question.open .toggle:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contact {
  padding: 8rem 2rem 10rem;
}
@media (max-width: 767px) {
  .contact .section-title {
    font-size: 3rem;
  }
}
.contact .section-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
.contact .section-text .fukidashi {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  padding: 0 2.7rem;
}
@media (max-width: 767px) {
  .contact .section-text .fukidashi {
    text-align: center;
    display: inline-block;
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.contact .section-text .fukidashi::before, .contact .section-text .fukidashi::after {
  position: absolute;
  content: "";
  background-size: contain;
  width: 1.3rem;
  height: 2rem;
  bottom: 3px;
}
.contact .section-text .fukidashi::before {
  background-image: url(../images/fukidashi-line-l.svg);
  left: 0;
}
.contact .section-text .fukidashi::after {
  background-image: url(../images/fukidashi-line-r.svg);
  right: 0;
}
.contact #formWrap {
  max-width: 80.2rem;
  margin: 4rem auto 0;
}
.contact tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .contact tr {
    margin-bottom: 2.1rem;
  }
}
.contact tr:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact table.formTable th,
  .contact table.formTable td {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact table.formTable th {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .contact table.formTable th {
    margin-bottom: 0.6rem;
  }
}
.contact .required {
  font-size: 1.4rem;
  color: #E50012;
}
.contact .required_blue {
  font-size: 1.4rem;
  color: #007ae5;
}
.contact select,
.contact form input[type=text],
.contact form textarea {
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  display: block;
  border: solid 1px #1e1e1e;
}
@media (max-width: 767px) {
  .contact select,
  .contact form input[type=text],
  .contact form textarea {
    padding: 14px 20px 14px;
  }
}
.contact select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  height: auto;
  color: #000;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact select {
    height: 50px;
    padding: 0 10px;
  }
}
.contact form textarea {
  height: 18rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact form textarea {
    height: 18rem;
  }
}
.contact textarea::-webkit-input-placeholder, .contact input::-webkit-input-placeholder {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact textarea::-moz-placeholder, .contact input::-moz-placeholder {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact textarea:-ms-input-placeholder, .contact input:-ms-input-placeholder {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact textarea::-ms-input-placeholder, .contact input::-ms-input-placeholder {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact textarea::placeholder,
.contact input::placeholder {
  color: #999999;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact .form-agree label {
  text-align: left;
  margin-top: 2.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact .form-agree label {
    font-size: 1.5rem;
  }
}
@media (max-width: 360px) {
  .contact .form-agree label {
    font-size: 1.2rem;
  }
}
.contact .form-agree a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .contact .form-agree {
    font-size: 1.6rem;
  }
}
.contact .form-agree .checkbox {
  width: 28px;
  height: 28px;
  border: solid 1px #cccccc;
  margin-right: 0.8rem;
}
.contact .submit-btn-wrap {
  margin: 4.6rem auto 0;
}
@media (max-width: 767px) {
  .contact .submit-btn-wrap {
    margin: 4.95rem auto 0;
  }
}
.contact form input[type=submit] {
  display: block;
  max-width: 12rem;
  width: 100%;
  height: 4.8rem;
  background: #000000;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .contact form input[type=submit] {
    max-width: 100%;
    height: 5.2rem;
  }
}
.contact .radio-list {
  padding-left: 2.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contact .radio-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .contact .radio-list {
    padding-left: 0;
  }
}
.contact .radio-list input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  vertical-align: middle;
}

.error-msg {
  color: #E50012;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  text-align: left;
}

.success-msg {
  background: #50A035;
  color: #fff;
  display: block;
  margin: 20px 0;
  line-height: 2;
  text-align: center;
}
.success-msg .error-msg {
  color: #fff;
  text-align: center;
}

.footer {
  background: rgba(80, 160, 53, 0.3);
  padding: 4.8rem 2rem 21rem;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 10rem;
  }
}
.footer .footer__inner {
  max-width: 117rem;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.footer .footer__left table {
  font-size: 1.8rem;
  margin-top: 2.3rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer .footer__left table {
    font-size: 1.4rem;
  }
}
@media (max-width: 420px) {
  .footer .footer__left table {
    font-size: 1.2rem;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer__left table th {
  font-weight: 500;
  text-align: left;
  padding-right: 1.6rem;
}
.footer .footer__logo {
  max-width: 36rem;
  width: 100%;
}
.footer .footer__sns {
  margin-top: 3.9rem;
}
.footer .footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
.footer .copyright {
  margin-top: 6.7rem;
  text-align: right;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}

.thanks {
  text-align: center;
  padding: 80px 0;
  min-height: calc(100vh - 520px);
  background-color: #F1F9E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thanks h1 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .thanks p {
    padding: 0 20px;
    font-size: 1.2rem;
  }
}