/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/owner_report/mv.jpg) center center no-repeat;
  background-size: cover;
  height: auto;
  min-height: calc(100vh - 80px);
  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;
  padding: 16px 0;
}
@media screen and (min-width: 1001px) {
  #mv {
    min-height: 540px;
    padding: 70px 0;
  }
}

.mv__inr {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.mv-owner {
  width: 100%;
  height: 100%;
  max-width: 1365px;
  margin: 0 auto;
  padding: 2em 20px;
  gap: 20px 3.5%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1001px) {
  .mv-owner {
    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;
    padding: 2em 20px 2em 5.5%;
  }
}
.mv-owner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1001px) {
  .mv-owner__content {
    max-width: 583px;
  }
}
.mv-owner__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  font-size: clamp(2.6rem, 6.914893617vw, 5rem);
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 37px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 0.6em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  .mv-owner__ttl {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mv-owner__name {
  font-size: clamp(1.6rem, 4.2553191489vw, 3rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 19px;
}
.mv-owner__name span {
  display: block;
  font-size: clamp(1.2rem, 3.1914893617vw, 2.4rem);
  font-weight: 500;
}
.mv-owner__txt {
  font-size: clamp(1.2rem, 3.1914893617vw, 1.6rem);
  line-height: 1.875;
  font-family: "Noto Sans JP", sans-serif;
}
.mv-owner__img {
  margin: 0 auto 25px;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .mv-owner__img {
    width: 439px;
    margin: 0;
  }
}
.mv-owner .accent {
  color: var(--primary-color);
}

/* ---------------------------------------------------------------------- */
/* faq
/* ---------------------------------------------------------------------- */
.faq {
  padding: 100px 0 100px;
}
.faq__item {
  padding-bottom: 100px;
}
.faq__head {
  color: var(--primary-color);
  letter-spacing: 0.12em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(2.2rem, 5.3191489362vw, 3rem);
  border-bottom: 1px solid var(--primary-color);
  line-height: 1.5;
  padding: 0 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}
@media screen and (min-width: 1001px) {
  .faq__head {
    padding: 0 0.7em 1em;
  }
}
.faq__head span {
  font-size: clamp(3rem, 9vw, 6rem);
  font-weight: 500;
  line-height: 1;
}
.faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2.5%;
  padding: 33px 0 0;
}
@media screen and (min-width: 1001px) {
  .faq__body {
    padding: 33px 1.5% 0;
  }
}
.faq__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  min-width: 180px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {
  .faq__img {
    width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.faq__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 67.5%;
          flex: 1 0 67.5%;
}
@media screen and (min-width: 1001px) {
  .faq__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -0.2em;
  }
}
.faq__ttl {
  color: var(--primary-color);
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.faq__txt {
  color: #505050;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 1.9em;
  letter-spacing: 0.1em;
}
.faq__txt:last-of-type {
  margin-bottom: 0;
}
.faq .cta {
  padding: 25px 20px 30px;
}
.faq .cta__label {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 30px;
  font-size: clamp(2.2rem, 5.3191489362vw, 3rem);
  font-family: "Zen Maru Gothic", sans-serif;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 35px;
  height: 2em;
  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;
  position: relative;
}
.faq .cta__label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #399d26;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
}
.faq .cta__ttl {
  color: var(--primary-color);
  font-size: clamp(1.8rem, 4.7872340426vw, 2rem);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.faq .cta__txt {
  color: #505050;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  max-width: 904px;
  margin: 0 auto;
  text-align: justify;
}

/* ---------------------------------------------------------------------- */
/* cost
/* ---------------------------------------------------------------------- */
.cost {
  padding: 0 0 60px;
}
.cost__inr {
  border-top: 1px solid var(--primary-color);
  padding-top: 60px;
}
.cost__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cost__dl dt {
  width: 100%;
  color: var(--primary-color);
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  padding: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cost__dl dt:first-of-type {
  border-bottom: 1px solid var(--primary-color);
}
@media screen and (max-width: 1000px) {
  .cost__dl dt {
    border-bottom: 1px solid var(--primary-color);
  }
}
@media screen and (min-width: 1001px) {
  .cost__dl dt {
    width: 28%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cost__dl dt:first-of-type {
    border-bottom: 1px solid var(--primary-color);
  }
}
.cost__dl dd {
  width: 100%;
  font-size: 2rem;
  padding: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .cost__dl dd {
    width: 72%;
    padding: 1em 1em 1em 2em;
  }
  .cost__dl dd:first-of-type {
    border-bottom: 1px solid var(--primary-color);
  }
}/*# sourceMappingURL=owner-report.css.map */