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

@media screen and (max-width: 768px) {
  :root {
    --size-factor: 200;
  }
}
@media screen and (min-width: 769px) {
  /* --------------------------------------------------------------
    共通
   -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* --------------------------------------------------------------
    共通
   -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.135rem;
  }
  .pconly {
    display: none !important;
  }
  .mod-tit {
    padding-bottom: 0.15rem;
  }
  .mod-tit__small {
    font-size: 0.165rem;
  }
  .mod-tit__large {
    margin-top: 0.1rem;
    font-size: 0.25rem;
  }
  .mod-tit::after {
    width: 0.5rem;
    height: 0.02rem;
    left: calc(50% - 0.25rem);
  }
  .mod-txt {
    line-height: 1.6;
  }
  .header .header__logo img {
    width: 0.485rem;
  }
  .mv .mv__before__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(104 / var(--size-factor) * 1rem) 0 calc(558 / var(--size-factor) * 1rem);
    background-image: url(../img/mv/bg_sp.webp);
    background-size: cover;
  }
  .mv .mv__before__content::after {
    width: 3.4rem;
    height: 0.21rem;
    bottom: -1px;
    background-image: url(../img/mv/deco_sp.png);
  }
  .mv .mv__before__content__first {
    font-size: calc(32.62 / var(--size-factor) * 1rem);
    margin-bottom: calc(31 / var(--size-factor) * 1rem);
  }
  .mv .mv__before__content__second {
    font-size: calc(46.33 / var(--size-factor) * 1rem);
    margin-bottom: calc(40 / var(--size-factor) * 1rem);
  }
  .mv .mv__before__content__service {
    width: calc(610.33 / var(--size-factor) * 1rem);
    margin-bottom: calc(31 / var(--size-factor) * 1rem);
  }
  .mv .mv__before__content__bottom {
    font-size: calc(30 / var(--size-factor) * 1rem);
  }
  .mv .mv__after__content {
    padding: 0.02rem 0 0.2rem;
  }
  .mv .mv__after__content__txt img {
    width: 2.765rem;
  }
  .badge {
    padding: calc(71 / var(--size-factor) * 1rem) 0 calc(88 / var(--size-factor) * 1rem);
    background-image: url(../img/badge/badge_bg_sp.webp);
  }
  .badge__list {
    flex-direction: column;
    width: calc(452 / var(--size-factor) * 1rem);
  }
  .badge::after {
    width: calc(100 / var(--size-factor) * 1rem);
    height: calc(50 / var(--size-factor) * 1rem);
  }
  .chart__circle {
    padding: calc(56 / var(--size-factor) * 1rem) calc(0 / var(--size-factor) * 1rem) calc(52 / var(--size-factor) * 1rem) calc(16 / var(--size-factor) * 1rem);
  }
  .chart__body {
    width: calc(688 / var(--size-factor) * 1rem);
    padding-bottom: calc(72 / var(--size-factor) * 1rem);
  }
  .chart__heading {
    gap: calc(30 / var(--size-factor) * 1rem);
    margin-bottom: calc(11 / var(--size-factor) * 1rem);
  }
  .chart__heading__badge {
    width: calc(174 / var(--size-factor) * 1rem);
    height: calc(67 / var(--size-factor) * 1rem);
    font-size: calc(50 / var(--size-factor) * 1rem);
  }
  .chart__heading__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(114 / var(--size-factor) * 1rem);
  }
  .chart__heading__text__line1 {
    font-size: calc(50 / var(--size-factor) * 1rem);
  }
  .chart__heading__text__line1 .chart__heading__text--highlight {
    color: #2d8882;
    font-size: calc(55 / var(--size-factor) * 1rem);
  }
  .chart__heading__text__line1 span:not(.chart__heading__text--highlight) {
    font-size: calc(50 / var(--size-factor) * 1rem);
  }
  .chart__heading__text__line2 {
    font-size: calc(50 / var(--size-factor) * 1rem);
    margin: 0;
  }
  .chart__heading__line {
    width: calc(100 / var(--size-factor) * 1rem);
    height: calc(4 / var(--size-factor) * 1rem);
  }
  .cta {
    padding: 0.53rem 0.285rem 0.375rem;
    background-image: url(../img/cta/cta_bg_sp.webp);
  }
  .cta .cta__tit {
    text-align: left;
  }
  .cta .cta__tit img {
    width: 2.38rem;
  }
  .cta .cta__content {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .cta .cta__content__cat {
    margin-top: -0.36rem;
  }
  .cta .cta__content__cat img {
    width: 3.305rem;
  }
  .cta .cta__content__wrap {
    width: 100%;
    margin: 0.25rem 0 0;
  }
  .cta .cta__content__wrap__txt {
    font-size: 0.1rem;
  }
  .cta .cta__content__wrap__cat {
    margin-top: 0.12rem;
    font-size: 0.135rem;
  }
  .cta .cta__content__wrap__cat::before, .cta .cta__content__wrap__cat::after {
    width: 0.09rem;
    height: 0.165rem;
    top: -0.04rem;
  }
  .cta .cta__content__wrap__cat::before {
    left: -0.19rem;
  }
  .cta .cta__content__wrap__cat::after {
    right: -0.19rem;
  }
  .cta .cta__content__wrap__btn {
    margin-top: 0.1rem;
  }
  .cta .cta__content__wrap__btn img {
    width: 2.83rem;
  }
  .about {
    padding: calc(88 / var(--size-factor) * 1rem) 0 calc(111 / var(--size-factor) * 1rem);
  }
  .about__deco {
    top: calc(754 / var(--size-factor) * 1rem);
  }
  .about__banner {
    width: calc(688 / var(--size-factor) * 1rem);
    margin: 0 auto calc(144 / var(--size-factor) * 1rem);
  }
  .about .mod-txt {
    margin-top: 0.33rem;
  }
  .about .about__img {
    margin-top: 0.34rem;
  }
  .about .about__img img {
    width: 3.525rem;
  }
  .about__balance {
    padding: 0.35rem 0 0;
  }
  .about__balance .mod-tit__large {
    line-height: 1.5;
  }
  .about__balance .mod-txt {
    margin-top: 0.2rem;
  }
  .about__balance__img {
    margin: 0.36rem 0 0 -0.17rem;
  }
  .about__balance__img img {
    width: 3.64rem;
  }
  .about__balance__txt {
    margin-top: 0.2rem;
    line-height: 1.6;
  }
  .result {
    padding: 0.59rem 0 0.565rem;
  }
  .result::before {
    display: none;
  }
  .result .mod-txt {
    margin-top: 0.32rem;
  }
  .result .result__lists {
    width: 3.44rem;
    margin: 0.56rem auto 0;
  }
  .result .result__lists__item {
    padding: 0.39rem 0.2rem;
    border-radius: 0.1rem;
  }
  .result .result__lists__item__num {
    top: -0.23rem;
    left: 0.16rem;
  }
  .result .result__lists__item__num img {
    height: 0.45rem;
  }
  .result .result__lists__item__tit {
    padding-bottom: 0.09rem;
    font-size: 0.165rem;
    line-height: 1.5;
  }
  .result .result__lists__item__tit::before, .result .result__lists__item__tit::after {
    width: 0.05rem;
    height: 0.05rem;
    bottom: -0.025rem;
  }
  .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.28rem;
    line-height: 1.6;
  }
  .result .result__lists__item__childlist {
    padding: 0;
    margin-top: 0.35rem;
    display: block;
  }
  .result .result__lists__item__childlist dt {
    width: 0.86rem;
    font-size: 0.12rem;
    line-height: 0.28rem;
  }
  .result .result__lists__item__childlist dd {
    width: 100%;
    margin-top: 0.06rem;
    font-size: 0.12rem;
    line-height: 1.6;
  }
  .result .result__lists__item:not(:first-of-type) {
    margin-top: 0.625rem;
  }
  .result .result__lists__item:nth-of-type(odd) .result__lists__item__num {
    right: 0.13rem;
  }
  .result .result__lists__item01 .result__lists__item__img {
    margin: 0.23rem -0.2rem 0 0;
  }
  .result .result__lists__item01 .result__lists__item__img img {
    width: 3.24rem;
  }
  .result .result__lists__item01 .result__lists__item__desc {
    margin-top: 0.25rem;
  }
  .result .result__lists__item02 {
    padding: 0.4rem 0.2rem 0.4rem;
  }
  .result .result__lists__item02 .result__lists__item__img {
    margin: 0.34rem 0 0 0;
  }
  .result .result__lists__item02 .result__lists__item__img img {
    width: 100%;
  }
  .qa {
    padding: 0.12rem 0 0.6rem;
  }
  .qa .qa__tit {
    line-height: 1.8;
  }
  .qa .qa__tit__en {
    font-size: 0.165rem;
  }
  .qa .qa__tit__ja {
    margin-top: 0;
    font-size: 0.25rem;
  }
  .qa .qa__lists {
    width: 3.44rem;
    margin: 0.33rem auto 0;
  }
  .qa .qa__lists__parrent {
    padding: 0.13rem 0.2rem 0.13rem 0.175rem;
  }
  .qa .qa__lists__parrent__icon {
    width: 0.2rem;
  }
  .qa .qa__lists__parrent__icon svg {
    width: 0.14rem;
  }
  .qa .qa__lists__parrent .qa__lists__parrent--txt {
    width: calc(100% - 0.2rem);
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .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.2rem;
  }
  .qa .qa__lists__child__inner {
    padding: 0.15rem 0 0.2rem 0.175rem;
  }
  .qa .qa__lists__child__icon {
    padding-top: 0.05rem;
    width: 0.2rem;
  }
  .qa .qa__lists__child__icon img {
    width: 0.135rem;
  }
  .qa .qa__lists__child .qa__lists__child__inner--txt {
    width: calc(100% - 0.2rem);
  }
  .form {
    padding: 0.53rem 0 0.73rem;
  }
  .form .form__tit {
    font-size: 0.25rem;
  }
  .form .form__lists {
    width: 3.44rem;
    margin: 0.37rem auto 0;
  }
  .form .form__lists__dt:not(:first-of-type), .form .form__lists__dd:not(:first-of-type) {
    margin-top: 0.1rem;
  }
  .form .form__lists__dt {
    width: 100%;
    font-size: 0.12rem;
  }
  .form .form__lists__dt .req {
    width: 0.22rem;
    margin-left: 0.03rem;
    line-height: 0.125rem;
    font-size: 0.085rem;
  }
  .form .form__lists__dt--notes {
    margin-top: 0.03rem;
    font-size: 0.09rem;
  }
  .form .form__lists__dt:not(:first-of-type) {
    margin-top: 0.34rem;
  }
  .form .form__lists__dd {
    width: 100%;
  }
  .form .form__lists__dd__notes {
    margin: 0.07rem 0 0.05rem;
    font-size: 0.09rem;
  }
  .form .form__lists .form__lists__dd__wrap {
    gap: 0 0.1rem;
    margin-top: 0.1rem;
  }
  .form input[type=text],
  .form input[type=tel],
  .form input[type=email] {
    height: 0.4rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
  }
  .form input[type=text]::placeholder,
  .form input[type=tel]::placeholder,
  .form input[type=email]::placeholder {
    font-size: 0.12rem;
  }
  .form textarea {
    min-height: 0.84rem;
    padding: 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0.02em;
    border-radius: 0.05rem;
  }
  .form textarea::placeholder {
    font-size: 0.12rem;
  }
  .form .km_valid_error {
    margin-top: 0.05rem;
    font-size: 0.09rem;
  }
  .form label {
    width: 1.675rem;
    padding-left: 1em;
    line-height: 0.42rem;
    border-radius: 0.06rem;
    font-size: 0.12rem;
  }
  .form label::before {
    width: 0.11rem;
    height: 0.11rem;
    top: calc(50% - 0.05rem);
  }
  .form .form__lists__dd__btn__lable01::before {
    left: 0.37rem;
  }
  .form .form__lists__dd__btn__lable02::before {
    left: 0.47rem;
  }
  .form .form__submit__btn {
    margin-top: 0.36rem;
  }
  .form .form__submit__btn img {
    width: 2.03rem;
  }
  .form .form__link {
    margin-top: 0.18rem;
  }
  .form .form__link a {
    font-size: 0.11rem;
  }
  .footer {
    padding: 0.06rem 0;
  }
  .footer small {
    font-size: 0.07rem;
  }
  .thanks-page .header .header__logo {
    padding-left: 0;
  }
  .thanks-page .header .header__logo img {
    width: 0.45rem;
  }
  .thanks-page .footer small {
    font-size: 0.11rem;
  }
  .thanks {
    margin-top: 0;
    padding: 0.1rem 0.2rem 0.3rem;
  }
  .thanks .thanks__tit {
    margin-bottom: 0.09rem;
    font-size: 0.25rem;
  }
  .thanks .thanks__txt {
    font-weight: 400;
    line-height: 1.5;
  }
  .thanks .thanks__txt--strong {
    font-weight: 700;
  }
  .thanks .thanks__box {
    width: 100%;
    margin: 0.2rem auto 0.2rem;
    padding: 0.24rem 0.2rem 0.26rem;
  }
  .thanks .thanks__mail {
    width: 2.92rem;
    line-height: 0.295rem;
    margin: 0.13rem auto 0.1rem;
  }
  .thanks .thanks__btn {
    margin-top: 0.35rem;
  }
}

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