@charset "UTF-8";
:root {
  --size-factor: 100;
}

@media screen and (max-width: 768px) {
  :root {
    --size-factor: 200;
  }
}
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  font-size: 0.18rem;
  color: #333;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.mod-tit {
  padding-bottom: 0.3rem;
  text-align: center;
  font-weight: 900;
  position: relative;
}
.mod-tit span {
  display: block;
}
.mod-tit__small {
  font-size: 0.28rem;
}
.mod-tit__large {
  margin-top: 0.2rem;
  font-size: 0.4rem;
}
.mod-tit::after {
  content: "";
  width: 1rem;
  height: 0.04rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5rem);
  background-image: linear-gradient(90deg, #48b8aa, #188083);
}

.mod-txt {
  text-align: center;
  line-height: 1.5;
}
.mod-txt__strong {
  font-weight: 700;
}

.header {
  position: relative;
  z-index: 1;
}
.header .header__logo img {
  width: 0.86rem;
}

.mv .mv__before__content {
  padding: calc(128 / var(--size-factor) * 1rem) 0 calc(193 / var(--size-factor) * 1rem) calc(149 / var(--size-factor) * 1rem);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/mv/bg.webp);
}
.mv .mv__before__content__first {
  font-weight: 900;
  font-size: calc(27 / var(--size-factor) * 1rem);
  line-height: 100%;
  margin-bottom: calc(26 / var(--size-factor) * 1rem);
}
.mv .mv__before__content__second {
  font-weight: 900;
  font-size: calc(39 / var(--size-factor) * 1rem);
  line-height: 100%;
  margin-bottom: calc(35 / var(--size-factor) * 1rem);
}
.mv .mv__before__content__service {
  margin-bottom: calc(28 / var(--size-factor) * 1rem);
  width: calc(515.38 / var(--size-factor) * 1rem);
}
.mv .mv__before__content__bottom {
  font-weight: 500;
  font-size: calc(24 / var(--size-factor) * 1rem);
  line-height: 150%;
}
.mv .mv__after__content {
  padding: 0.53rem 0 0.62rem;
}
.mv .mv__after__content__txt {
  text-align: center;
}
.mv .mv__after__content__txt img {
  width: 9.045rem;
}

.badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(94 / var(--size-factor) * 1rem) 0 calc(100 / var(--size-factor) * 1rem);
  background-image: url(../img/badge/badge_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.badge__list {
  display: flex;
  justify-content: space-between;
  width: calc(1000 / var(--size-factor) * 1rem);
  gap: calc(50 / var(--size-factor) * 1rem);
}
.badge::after {
  content: "";
  width: calc(100 / var(--size-factor) * 1rem);
  height: calc(50 / var(--size-factor) * 1rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-image: url(../img/badge/badge_triangle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
}

.chart {
  position: relative;
  background-image: url(../img/cmn/texture.png);
  background-size: calc(80 / var(--size-factor) * 1rem) calc(80 / var(--size-factor) * 1rem);
  background-repeat: repeat;
}
.chart__circle {
  padding: calc(54 / var(--size-factor) * 1rem) calc(135 / var(--size-factor) * 1rem) calc(78 / var(--size-factor) * 1rem) calc(189 / var(--size-factor) * 1rem);
  width: 100%;
  height: auto;
}
.chart__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(30 / var(--size-factor) * 1rem);
  position: relative;
  margin-bottom: calc(30 / var(--size-factor) * 1rem);
}
.chart__heading__badge {
  background: linear-gradient(90deg, #48b8aa 0%, #188083 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: calc(40 / var(--size-factor) * 1rem);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  height: calc(52 / var(--size-factor) * 1rem);
  width: calc(142 / var(--size-factor) * 1rem);
}
.chart__heading__text {
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: calc(31 / var(--size-factor) * 1rem);
}
.chart__heading__text__line1 {
  font-size: calc(40 / var(--size-factor) * 1rem);
  margin: 0;
  display: inline;
}
.chart__heading__text__line1 .chart__heading__text--highlight {
  color: #2d8882;
  font-size: calc(45 / var(--size-factor) * 1rem);
}
.chart__heading__text__line1 span:not(.chart__heading__text--highlight) {
  font-size: calc(40 / var(--size-factor) * 1rem);
}
.chart__heading__text__line2 {
  font-size: calc(40 / var(--size-factor) * 1rem);
  margin: 0;
  display: inline;
}
.chart__heading__line {
  width: calc(100 / var(--size-factor) * 1rem);
  height: calc(4 / var(--size-factor) * 1rem);
  background: linear-gradient(90deg, #48b8aa 0%, #188083 100%);
}
.chart__body {
  width: calc(1000 / var(--size-factor) * 1rem);
  margin: 0 auto;
  height: auto;
}

.cta {
  padding: 0.7rem 0 0.53rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/cta/cta_bg.webp);
}
.cta .cta__tit {
  text-align: center;
}
.cta .cta__tit img {
  width: 5.87rem;
}
.cta .cta__content {
  width: 9rem;
  margin: 0.52rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 0.2rem;
}
.cta .cta__content--01 {
  margin: 0 auto;
}
.cta .cta__content__cat img {
  width: 3.715rem;
}
.cta .cta__content__wrap {
  width: 6rem;
  margin-right: -0.35rem;
  text-align: center;
  color: #fff;
}
.cta .cta__content__wrap__cat {
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.cta .cta__content__wrap__cat::before, .cta .cta__content__wrap__cat::after {
  content: "";
  width: 0.18rem;
  height: 0.325rem;
  position: absolute;
  top: -0.05rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/cta/deco.png);
}
.cta .cta__content__wrap__cat::before {
  left: -0.32rem;
}
.cta .cta__content__wrap__cat::after {
  right: -0.32rem;
  transform: scale(-1, 1);
}
.cta .cta__content__wrap__bubble img {
  width: calc(336 / var(--size-factor) * 1rem);
}
.cta .cta__content__wrap__btn {
  margin-top: 0.24rem;
}
.cta .cta__content__wrap__btn img {
  width: 5.2rem;
}
.cta .cta__content__wrap__btn--01 {
  margin-top: calc(8 / var(--size-factor) * 1rem);
}

.about {
  position: relative;
  padding: calc(58 / var(--size-factor) * 1rem) 0 calc(176 / var(--size-factor) * 1rem);
  background-size: calc(80 / var(--size-factor) * 1rem) calc(80 / var(--size-factor) * 1rem);
  background-image: url(../img/cmn/texture.png);
  background-repeat: repeat;
}
.about__banner {
  position: relative;
  z-index: 1;
  width: calc(1000 / var(--size-factor) * 1rem);
  margin: 0 auto calc(72 / var(--size-factor) * 1rem);
}
.about .mod-txt {
  position: relative;
  z-index: 1;
  margin-top: 0.4rem;
}
.about .about__img {
  position: relative;
  z-index: 1;
  margin-top: 0.55rem;
  text-align: center;
}
.about .about__img img {
  width: 8rem;
}
.about__deco {
  position: absolute;
  top: calc(522 / var(--size-factor) * 1rem);
  left: 0;
  z-index: 0;
}
.about__balance {
  position: relative;
  z-index: 1;
  padding: 0.72rem 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.about__balance .mod-txt {
  margin-top: 0.4rem;
}
.about__balance__img {
  margin: 0.67rem 0 0 -0.7rem;
  text-align: center;
}
.about__balance__img img {
  width: 9.55rem;
}
.about__balance__txt {
  margin-top: -0.47rem;
  text-align: center;
  line-height: 1.5;
}
.about__balance__txt__strong {
  font-weight: 700;
}

.result {
  position: relative;
  padding: 0.93rem 0 0.86rem;
  background-color: #f0f3fa;
}
.result::before {
  content: "";
  width: calc(650 / var(--size-factor) * 1rem);
  height: calc(60 / var(--size-factor) * 1rem);
  position: absolute;
  top: calc(0.5 / var(--size-factor) * 1rem);
  right: 0;
  transform: translateY(-100%);
  background-image: url(../img/result/result_deco.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.result .mod-txt {
  margin-top: 0.37rem;
}
.result .result__lists {
  width: 9.9rem;
  margin: 1.17rem auto 0;
}
.result .result__lists__item {
  padding: 0.56rem 0.48rem 0.52rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.result .result__lists__item__num {
  position: absolute;
  top: -0.51rem;
  left: 0.23rem;
}
.result .result__lists__item__num img {
  width: auto;
  height: 1rem;
}
.result .result__lists__item__tit {
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 900;
  position: relative;
  line-height: 1.5;
  border-bottom: 1px solid #cacfdb;
}
.result .result__lists__item__tit::before, .result .result__lists__item__tit::after {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  position: absolute;
  bottom: -0.06rem;
  border-radius: 50%;
  background-color: #cacfdb;
}
.result .result__lists__item__tit::before {
  left: 0;
}
.result .result__lists__item__tit::after {
  right: 0;
}
.result .result__lists__item__cat {
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 700;
  color: #188083;
}
.result .result__lists__item__desc {
  margin-top: 0.3rem;
  text-align: center;
  line-height: 1.5;
}
.result .result__lists__item__desc--strong {
  font-weight: 700;
}
.result .result__lists__item__childlist {
  padding: 0 0.1rem;
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}
.result .result__lists__item__childlist dt {
  width: 1.36rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.05rem;
  font-weight: 700;
  color: #188083;
  border: 1px solid #188083;
}
.result .result__lists__item__childlist dd {
  width: calc(100% - 1.36rem);
  font-size: 0.16rem;
  line-height: 1.5;
}
.result .result__lists__item:not(:first-of-type) {
  margin-top: 1.15rem;
}
.result .result__lists__item:nth-of-type(odd) .result__lists__item__num {
  left: auto;
  right: 0.25rem;
}
.result .result__lists__item01 .result__lists__item__img {
  margin: 0.35rem -0.68rem 0 0;
}
.result .result__lists__item01 .result__lists__item__img img {
  width: 9.7rem;
}
.result .result__lists__item01 .result__lists__item__desc {
  margin-top: -0.35rem;
}
.result .result__lists__item02 {
  padding: 0.56rem 0.48rem 0.85rem;
}
.result .result__lists__item02 .result__lists__item__img {
  margin: 0.7rem 0 0 0;
}
.result .result__lists__item02 .result__lists__item__img img {
  width: 9.04rem;
}

.qa {
  padding: 0.35rem 0 1.18rem;
  background-color: #f0f3fa;
}
.qa .qa__tit {
  text-align: center;
  line-height: 1.8;
  font-weight: 900;
}
.qa .qa__tit__en {
  font-size: 0.28rem;
}
.qa .qa__tit__ja {
  margin-top: 0.07rem;
  font-size: 0.4rem;
  font-weight: 900;
}
.qa .qa__lists {
  width: 8.9rem;
  margin: 0.66rem auto 0;
}
.qa .qa__lists__parrent {
  padding: 0.16rem 0.38rem 0.16rem 0.33rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid #188083;
  border-radius: 10rem;
}
.qa .qa__lists__parrent__icon {
  width: 0.3rem;
  display: block;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qa .qa__lists__parrent__icon svg {
  width: 0.16rem;
  height: 100%;
  fill: #188083;
}
.qa .qa__lists__parrent .qa__lists__parrent--txt {
  width: calc(100% - 0.3rem);
  font-size: 0.22rem;
  font-weight: 700;
  color: #188083;
  position: relative;
}
.qa .qa__lists__parrent .qa__lists__parrent--txt::before, .qa .qa__lists__parrent .qa__lists__parrent--txt::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background-color: #188083;
}
.qa .qa__lists__parrent .qa__lists__parrent--txt::before {
  top: 50%;
  right: 0;
  width: 0.14rem;
  height: 0.02rem;
}
.qa .qa__lists__parrent .qa__lists__parrent--txt::after {
  right: 0.06rem;
  width: 0.02rem;
  height: 0.14rem;
  transition: height 0.4s;
}
.qa .qa__lists__parrent:not(:first-of-type) {
  margin-top: 0.4rem;
}
.qa .qa__lists__parrent.active .qa__lists__parrent--txt::after {
  height: 0;
}
@media screen and (min-width: 769px) {
  .qa .qa__lists__parrent:hover {
    background-color: #188083;
  }
  .qa .qa__lists__parrent:hover .qa__lists__parrent__icon svg {
    fill: #fff;
  }
  .qa .qa__lists__parrent:hover .qa__lists__parrent--txt {
    color: #fff;
  }
  .qa .qa__lists__parrent:hover .qa__lists__parrent--txt::before, .qa .qa__lists__parrent:hover .qa__lists__parrent--txt::after {
    background-color: #fff;
  }
}
.qa .qa__lists__child__inner {
  padding: 0.25rem 0 0.2rem 0.4rem;
  display: flex;
  align-items: flex-start;
}
.qa .qa__lists__child {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease max-height;
}
.qa .qa__lists__child__icon {
  padding-top: 0.05rem;
  width: 0.3rem;
  height: auto;
}
.qa .qa__lists__child__icon img {
  width: 0.15rem;
}
.qa .qa__lists__child .qa__lists__child__inner--txt {
  width: calc(100% - 0.3rem);
  line-height: 1.5;
}

.form {
  padding: 1.1rem 0 1.23rem;
}
.form .form__tit {
  text-align: center;
  font-size: 0.4rem;
  font-weight: 900;
}
.form .form__lists {
  width: 9.9rem;
  margin: 0.65rem auto 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form .form__lists__dt:not(:first-of-type), .form .form__lists__dd:not(:first-of-type) {
  margin-top: 0.37rem;
}
.form .form__lists__dt {
  width: 2.9rem;
  font-size: 0.22rem;
  font-weight: 700;
}
.form .form__lists__dt .req {
  width: 0.38rem;
  display: inline-block;
  margin-left: 0.05rem;
  line-height: 0.21rem;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  background-color: #188083;
}
.form .form__lists__dt--notes {
  margin-top: 0.05rem;
  font-size: 0.18rem;
}
.form .form__lists__dd {
  width: calc(100% - 2.9rem);
}
.form .form__lists__dd__notes {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  color: #aaa;
}
.form .form__lists .form__lists__dd__wrap {
  display: flex;
  gap: 0 0.1rem;
}
.form .form__lists .bg_error {
  background-color: #fff2f2;
  border: 1px solid #ce2628;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  letter-spacing: 0.02em;
  border: 1px solid #999;
  border-radius: 0.05rem;
  background-color: #f2f2f2;
}
.form input[type=text]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=email]::placeholder {
  color: #aaa;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.form textarea {
  width: 100%;
  min-height: 1.68rem;
  padding: 0.1rem;
  font-size: 0.18rem;
  letter-spacing: 0.02em;
  border: 1px solid #999;
  border-radius: 0.05rem;
  background-color: #f2f2f2;
}
.form textarea::placeholder {
  color: #999;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.form .km_valid_error {
  margin-top: 0.05rem;
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  color: #ce2628;
}
.form .form__lists__dd__btn__radio {
  display: none;
}
.form label {
  width: 2.8rem;
  padding-left: 2em;
  display: block;
  text-align: center;
  line-height: 0.75rem;
  border-radius: 0.06rem;
  font-weight: 700;
  cursor: pointer;
  background-color: #e2ebe8;
  position: relative;
}
.form label::before {
  content: "";
  width: 0.22rem;
  height: 0.225rem;
  position: absolute;
  top: calc(50% - 0.1125rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/form/disabled.png);
}
.form .form__lists__dd__btn__radio:checked + label {
  color: #ffd773;
  background-color: #188083;
}
.form .form__lists__dd__btn__radio:checked + label::before {
  background-image: url(../img/form/enabled.png);
}
.form .form__lists__dd__btn__lable01::before {
  left: 0.7rem;
}
.form .form__lists__dd__btn__lable02::before {
  left: 0.9rem;
}
.form .form__submit__btn {
  margin-top: 0.45rem;
  text-align: center;
}
.form .form__submit__btn button {
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  border: none;
  background-color: transparent;
}
.form .form__submit__btn img {
  width: 4.055rem;
}
.form .form__link {
  margin-top: 0.34rem;
  text-align: center;
}
.form .form__link a {
  font-size: 0.21rem;
  color: #2869db;
  text-decoration: underline;
}

.footer {
  padding: 0.12rem 0;
  background-image: linear-gradient(90deg, #48b8aa, #188083);
}
.footer small {
  text-align: center;
  display: block;
  font-size: 0.14rem;
  font-weight: 400;
  color: #fff;
}

.thanks-page .header .header__logo {
  padding-left: 0.07rem;
}
.thanks-page .header .header__logo img {
  width: 0.8rem;
}
.thanks-page .footer {
  background-image: none;
}
.thanks-page .footer small {
  color: #333;
}

.thanks {
  margin-top: -0.2rem;
  padding: 0 0 0.5rem;
  text-align: center;
}
.thanks .thanks__tit {
  margin-bottom: 0.19rem;
  font-size: 0.4rem;
  font-weight: 900;
  line-height: 1.5;
}
.thanks .thanks__txt {
  font-weight: 400;
  line-height: 1.5;
}
.thanks .thanks__txt--strong {
  font-weight: 700;
}
.thanks .thanks__box {
  width: 7.5rem;
  margin: 0.32rem auto 0.34rem;
  padding: 0.47rem 0.4rem;
  background-color: #d6f6f2;
}
.thanks .thanks__mail {
  width: 4.47rem;
  line-height: 0.42rem;
  text-align: center;
  margin: 0.25rem auto 0.25rem;
  font-weight: 700;
  border: 1px solid #000;
  background-color: #fff;
}
.thanks .thanks__btn {
  margin-top: 0.66rem;
}
.thanks .thanks__btn a {
  font-weight: 700;
  color: #0f7770;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
