@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .btnLine, .btnMail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    height: 73px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 3px 0 0 #262c28;
         box-shadow: 0 3px 0 0 #262c28;
    position: relative;
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnLine::before, .btnLine::after, .btnMail::before, .btnMail::after {
    position: absolute;
    content: "";
  }
  .btnLine::before, .btnMail::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btnLine::after, .btnMail::after {
    width: 70px;
    height: 70px;
    background: url("../img/maskBtnCta.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    right: 9.1px;
    opacity: 0.44;
  }
  .btnLine span, .btnMail span {
    white-space: nowrap;
    font-size: 1.9rem;
    line-height: 27px;
    font-weight: 700;
  }
  .btnLine small, .btnMail small {
    font-size: 1.3rem;
    line-height: 19px;
    font-weight: 700;
  }
  .btnLine:hover, .btnMail:hover {
    opacity: 1;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .btnLine {
    background: -webkit-gradient(linear, left top, left bottom, from(#16d363), to(#0a9041));
    background: -webkit-linear-gradient(top, #16d363 0%, #0a9041 100%);
    background: -moz- oldlinear-gradient(top, #16d363 0%, #0a9041 100%);
    background: linear-gradient(180deg, #16d363 0%, #0a9041 100%);
    color: #fff !important;
  }
  .btnLine::before {
    width: 32.15px;
    height: 30.83px;
    background: url("../img/iconLine.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 11.1px;
  }
  .btnMail {
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C !important;
  }
  .btnMail::before {
    width: 32.15px;
    height: 22.79px;
    background: url("../img/iconMail.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 11.5px;
  }
  body {
    padding-top: 88px;
  }
  .header {
    background: #fff;
    padding: 15px 35px 11px 21px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header__logo {
    line-height: 0;
    width: 216px;
  }
  .header__logo a {
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__right ul li.tel a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4rem;
    line-height: 49px;
    font-weight: 700;
    color: #D42B18;
  }
  .header__right ul li.tel a::before {
    content: "";
    width: 25.82px;
    height: 25.66px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4px;
  }
  .header__right ul li.line a, .header__right ul li.mail a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 219px;
    height: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 24px 0 41px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 2px 0 0 #262c28;
         box-shadow: 0 2px 0 0 #262c28;
    position: relative;
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__right ul li.line a::before, .header__right ul li.line a::after, .header__right ul li.mail a::before, .header__right ul li.mail a::after {
    position: absolute;
    content: "";
  }
  .header__right ul li.line a::before, .header__right ul li.mail a::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__right ul li.line a::after, .header__right ul li.mail a::after {
    width: 47.88px;
    height: 48.33px;
    background: url("../img/maskBtnHeader.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: 6.4px;
    opacity: 0.44;
  }
  .header__right ul li.line a span, .header__right ul li.mail a span {
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 21px;
    font-weight: 700;
  }
  .header__right ul li.line a small, .header__right ul li.mail a small {
    font-size: 0.9rem;
    line-height: 13px;
    font-weight: 700;
  }
  .header__right ul li.line a:hover, .header__right ul li.mail a:hover {
    opacity: 1;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .header__right ul li.line {
    margin-left: 14.3px;
  }
  .header__right ul li.line a {
    background: -webkit-gradient(linear, left top, left bottom, from(#16d363), to(#0a9041));
    background: -webkit-linear-gradient(top, #16d363 0%, #0a9041 100%);
    background: -moz- oldlinear-gradient(top, #16d363 0%, #0a9041 100%);
    background: linear-gradient(180deg, #16d363 0%, #0a9041 100%);
    color: #fff;
  }
  .header__right ul li.line a::before {
    width: 22px;
    height: 21px;
    background: url("../img/iconLine.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 7.8px;
  }
  .header__right ul li.mail {
    margin-left: 7px;
  }
  .header__right ul li.mail a {
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C;
  }
  .header__right ul li.mail a::before {
    width: 22px;
    height: 15.59px;
    background: url("../img/iconMail.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 8px;
  }
  .footer {
    background: #0360BE;
    padding: 40px 0 20px;
    color: #fff;
  }
  .footer .info h3 {
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .footer .info p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
  }
  .footer .link {
    margin-top: 30px;
  }
  .footer .link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .link ul li + li::before {
    content: "｜";
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-block;
  }
  .footer .link ul li a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .footer .link p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
  }
  .mv {
    background: url("../img/bgMv.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 23px 0 22px;
  }
  .cta {
    padding: 38px 0;
    background: url("../img/bgCta.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .cta__intro dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 32.5px;
  }
  .cta__intro dl dt {
    width: 286px;
    height: 70px;
    background: url("../img/bgLimit.svg") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    color: #fff;
    font-size: 3.4rem;
    line-height: 49px;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 46px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 6px;
    margin-top: 38px;
  }
  .cta__intro dl dt::before {
    position: absolute;
    content: "";
    width: 85.94px;
    height: 83.85px;
    background: url("../img/iconWater.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: -65px;
  }
  .cta__intro dl dt span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta__intro dl dt span::before {
    position: absolute;
    content: "";
    width: 43.04px;
    height: 6.15px;
    background: url("../img/dotLimit.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  .cta__intro dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cta__intro dl dd em {
    font-style: normal;
    color: #FFFF00;
    font-family: "Bebas Neue", sans-serif;
    font-size: 9.5rem;
    line-height: 1;
    font-weight: 700;
  }
  .cta__intro dl dd em span {
    font-size: 14.1rem;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta__intro dl dd em span::after {
    position: absolute;
    content: "";
    width: 46px;
    height: 55px;
    background: url("../img/iconStar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: -32px;
  }
  .cta__intro dl dd small {
    font-size: 3.5rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 28px;
  }
  .cta__box {
    max-width: 771px;
    margin: 0 auto;
    background: #fff;
  }
  .cta__box > dl > dt {
    text-align: center;
    padding: 13px 0 14px;
    background: #02326C;
    font-size: 2.5rem;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
  }
  .cta__box > dl > dt span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 38px;
    border: 1px solid #FFFF00;
    color: #FFFF00;
    font-size: 2.1rem;
    font-weight: 700;
    padding: 0 21px;
    margin-left: 18px;
  }
  .cta__box > dl > dd {
    padding: 15px 15px 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta__box > dl > dd .cta__tel {
    width: 413px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #D42B18;
  }
  .cta__box > dl > dd .cta__tel > dt {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    line-height: 27px;
    font-weight: 700;
    padding: 3px 0 5px;
    background: #D42B18;
  }
  .cta__box > dl > dd .cta__tel > dd .tel {
    padding: 11px 0 17px 17px;
  }
  .cta__box > dl > dd .cta__tel > dd .tel a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.8rem;
    line-height: 66px;
    font-weight: 700;
    color: #D42B18;
    white-space: nowrap;
  }
  .cta__box > dl > dd .cta__tel > dd .tel a::before {
    content: "";
    width: 34.5px;
    height: 34.28px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5px;
  }
  .cta__box > dl > dd .cta__tel > dd .tel span {
    display: block;
    padding: 0 0 0 39.5px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    color: #02326C;
  }
  .cta__box > dl > dd .cta__link {
    width: 320px;
  }
  .cta__box > dl > dd .cta__link a.btnPhone {
    display: none;
  }
  .cta__box > dl > dd .cta__link a.btnMail {
    margin-top: 10px;
  }
  .repair {
    background: #EAE9E5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 82px 0 0;
  }
  .repair::before {
    position: absolute;
    content: "";
    width: 327px;
    height: 207px;
    background: url("../img/maskBoiler.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 0;
  }
  .repair__row {
    max-width: 771px;
  }
  .repair .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .repair .title h2 {
    display: inline-block;
    -moz-border-radius: 45px;
         border-radius: 45px;
    text-align: center;
    padding: 14.5px 45px 16.4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(black));
    background: -webkit-linear-gradient(top, #3b3b3b 0%, black 100%);
    background: -moz- oldlinear-gradient(top, #3b3b3b 0%, black 100%);
    background: linear-gradient(180deg, #3b3b3b 0%, black 100%);
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .repair .title h2::after {
    position: absolute;
    content: "";
    width: 51.07px;
    height: 22.8px;
    background: url("../img/iconArrowRepair.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -11px;
  }
  .repair .title h2 span {
    font-size: 2.8rem;
    line-height: 40px;
    color: #FFFF00;
  }
  .repair .title h2 small {
    font-size: 2.4rem;
    line-height: 35px;
  }
  .repair .intro {
    margin-top: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .repair .intro .left {
    margin-top: 33px;
  }
  .repair .intro .left h3 {
    line-height: 0;
  }
  .repair .intro .left h3 img {
    width: 395.71px;
    height: auto;
  }
  .repair .intro .left h3 span {
    font-size: 5.3rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: inline-block;
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .repair .intro .left p {
    font-size: 4.2rem;
    line-height: 61px;
    font-weight: 700;
    color: #000000;
  }
  .repair .intro .left p span {
    color: #D02610;
  }
  .repair .intro::after {
    content: "";
    width: 198px;
    height: 231px;
    background: url("../img/womanRepair.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 12px;
  }
  .repair .wrapRepair article h3 {
    text-align: center;
    font-size: 4rem;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 10px;
  }
  .repair .wrapRepair article h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 69px;
    background: #0A49AE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .repair .wrapRepair article h3 span {
    display: inline-block;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
  .repair .wrapRepair article h3 span img {
    height: 65px;
    width: auto;
  }
  .repair .wrapRepair article .arCon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 27px 37px;
    background: url("../img/gridRepair.png") #fff 0 0 repeat;
  }
  .repair .wrapRepair article .arCon figure {
    width: 346px;
    -webkit-mask-image: url("../img/maskToilet.png");
            mask-image: url("../img/maskToilet.png");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-right: 37px;
  }
  .repair .wrapRepair article .arCon figure img {
    width: 100%;
    height: 267px;
    object-fit: cover;
  }
  .repair .wrapRepair article .arCon ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .repair .wrapRepair article .arCon ul li {
    font-size: 1.7rem;
    line-height: 25px;
    font-weight: 700;
    color: #02326C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 27.14px;
  }
  .repair .wrapRepair article .arCon ul li + li {
    margin-top: 8.5px;
  }
  .repair .wrapRepair article .arCon ul li::before {
    position: absolute;
    content: "";
    width: 18.07px;
    height: 19.58px;
    background: url("../img/iconCheck.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 3px;
  }
  .repair .wrapRepair article .arCon ul li span {
    color: #D02710;
  }
  .repair .wrapRepair article + article {
    margin-top: 78px;
  }
  .repair .wrapRepair article:nth-of-type(2) h3::after {
    height: 112px;
  }
  .repair .trouble {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .repair .trouble figure {
    width: 218px;
    margin-right: 29.6px;
  }
  .repair .trouble figure img {
    width: 100%;
    height: auto;
  }
  .repair .trouble .right {
    width: 381px;
  }
  .repair .trouble .right ul {
    width: 348px;
  }
  .repair .trouble .right ul li {
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    background: #02326C;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 25px 10px 25px 24.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .repair .trouble .right ul li + li {
    margin-top: 10.3px;
  }
  .repair .trouble .right ul li::before {
    position: absolute;
    content: "";
  }
  .repair .trouble .right ul li:nth-of-type(1)::before {
    width: 23.98px;
    height: 48.16px;
    background: url("../img/arrowTrouble01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -20.8px;
    top: 40.1px;
    -webkit-transform: rotate(-109deg);
       -moz-transform: rotate(-109deg);
        -ms-transform: rotate(-109deg);
            transform: rotate(-109deg);
  }
  .repair .trouble .right ul li:nth-of-type(2)::before {
    width: 23.84px;
    height: 48.3px;
    background: url("../img/arrowTrouble02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -20.8px;
    top: 7.5px;
    -webkit-transform: rotate(-74deg);
       -moz-transform: rotate(-74deg);
        -ms-transform: rotate(-74deg);
            transform: rotate(-74deg);
  }
  .repair .trouble .right ul li:nth-of-type(3)::before {
    width: 24.54px;
    height: 47.47px;
    background: url("../img/arrowTrouble03.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -20.8px;
    top: -9.1px;
    -webkit-transform: rotate(-62deg);
       -moz-transform: rotate(-62deg);
        -ms-transform: rotate(-62deg);
            transform: rotate(-62deg);
  }
  .repair .trouble .right p {
    line-height: 0;
    margin-top: 8px;
  }
  .repair .trouble .right p img {
    width: 100%;
    height: auto;
  }
  .doctor {
    padding: 121px 0 85px;
    background: url("../img/bgDoctor.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .doctor .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .doctor .title::before, .doctor .title::after {
    content: "";
    width: 53.2px;
    height: 124.13px;
    background: url("../img/iconSplash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .doctor .title::before {
    margin-right: 3px;
  }
  .doctor .title::after {
    margin-left: 3px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .doctor .titleInner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .doctor .titleInner::before {
    position: absolute;
    content: "";
    width: 59.74px;
    height: 59.83px;
    background: url("../img/iconFind.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -70px;
  }
  .doctor .titleInner h2 {
    font-size: 6rem;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor .titleInner h2 small {
    font-size: 4.4rem;
  }
  .doctor .titleInner span {
    display: block;
    text-align: center;
    font-size: 5.3rem;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 83px;
  }
  .doctor__main .left {
    width: 470px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
 /* .doctor__main .left::after {
    position: absolute;
    content: "";
    width: 194.74px;
    height: 218.16px;
    background: url("../img/imgDoctor02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -20px;
    bottom: -67px;
    z-index: -1;
  }*/
  .doctor__main .left figure {
    width: 100%;
  }
  .doctor__main .left figure img {
    width: 100%;
    height: auto;
  }
  .doctor__main .left dl {
    margin-top: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .doctor__main .left dl dt {
    height: 65px;
    font-size: 4rem;
    line-height: 65px;
    font-weight: 900;
    color: #fff;
    width: 153px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 4px;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
    border: 2px solid #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .doctor__main .left dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -30px;
    font-size: 3.2rem;
    line-height: 46px;
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor__main .left h3 {
    font-size: 4.6rem;
    line-height: 66px;
    font-weight: 900;
    color: #FFFF00;
    margin-top: 14px;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.38));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.38));
  }
  .doctor__main .left h3 small {
    font-size: 2.9rem;
    color: #fff;
  }
  .doctor__main .form {
    width: 470px;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 0 27px 44px;
  }
  .doctor__main .form h3 {
    line-height: 0;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  .doctor__main .form h3 picture {
    display: inline-block;
    line-height: 0;
    width: 310px;
  }
  .doctor__main .form h3 picture img {
    width: 100%;
    height: auto;
  }
  .doctor__main .form h4 {
    font-size: 1.8rem;
    line-height: 21px;
    font-weight: 900;
    color: #D02610;
    margin-bottom: 20px;
    text-align: center;
  }
  .doctor__main .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .doctor__main .form dl + dl {
    margin-top: 15px;
  }
  .doctor__main .form dl dt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    line-height: 24px;
    font-size: 700;
    color: #02326C;
  }
  .doctor__main .form dl dt::after {
    content: "必須";
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    color: #D02610;
    margin-left: 5px;
    display: inline-block;
  }
  .doctor__main .form dl dd {
    width: 303px;
  }
  .doctor__main .form dl dd input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 52px;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 10px 17px;
    outline: none;
    color: #000000;
  }
  .doctor__main .form dl dd .wrapSel {
    width: 219px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .doctor__main .form dl dd .wrapSel::after {
    position: absolute;
    content: ">";
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 10px;
    pointer-events: none;
  }
  .doctor__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 52px;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 10px 17px;
    outline: none;
    color: #000000;
  }
  .doctor__main .form .wrapCheck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 17px;
  }
  .doctor__main .form .wrapCheck label {
    cursor: pointer;
  }
  .doctor__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .doctor__main .form .wrapCheck label input:checked + span::before {
    content: "\2714";
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .doctor__main .form .wrapCheck label span {
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 25px;
  }
  .doctor__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #F2F8FF;
    border: 1px solid #C4DDFB;
    left: 0;
    top: 2px;
  }
  .doctor__main .form .wrapCheck label span a {
    color: #D02610;
  }
  .doctor__main .form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80px;
    outline: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 10px;
         border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    -moz-box-shadow: 0 4px 0 #262c28;
         box-shadow: 0 4px 0 #262c28;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .doctor__main .form button:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .sample {
    padding: 32px 0 70px;
    background: url("../img/gridSample.png") 0 0 repeat;
  }
  .sample .title h2 {
    line-height: 0;
    width: 100%;
    text-align: center;
  }
  .sample .title h2 picture img {
    width: 100%;
    height: auto;
  }
  .sample .title p {
    text-align: center;
    font-size: 2.7rem;
    line-height: 39px;
    font-weight: 700;
    color: #000000;
    margin-top: 7px;
  }
  .sample .title p span {
    font-size: 3.6rem;
    font-weight: 900;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    color: #0A49AE;
  }
  .sample .title p span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    background: #FFFF00;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .sample .wrap {
    margin-top: 55px;
    padding: 0 0 0 18px;
  }
  .sample .wrap article {
    background: #fff;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .sample .wrap article h3 {
    font-size: 2.8rem;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background: #02326C;
    padding: 16px 90px 17px 97px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .sample .wrap article h3::before, .sample .wrap article h3::after {
    position: absolute;
    content: "";
  }
  .sample .wrap article h3::before {
    width: 86.77px;
    height: 90px;
    left: -18px;
    top: -22px;
  }
  .sample .wrap article h3::after {
    width: 45.66px;
    height: 75.83px;
    right: 38px;
    top: 20px;
    background: url("../img/iconSample.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .sample .wrap article .arCon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 28px;
  }
  .sample .wrap article .arCon figure {
    width: 337px;
    margin-right: 17px;
  }
  .sample .wrap article .arCon .detail {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sample .wrap article .arCon .detail dl {
    width: 267px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #02326C;
  }
  .sample .wrap article .arCon .detail dl:nth-of-type(2) {
    width: 301px;
  }
  .sample .wrap article .arCon .detail dl dt {
    text-align: center;
    width: 130px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 30px;
    font-weight: 700;
    background: #02326C;
    padding: 8px 0;
  }
  .sample .wrap article .arCon .detail dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    padding: 8px 15px 8px 0;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: 700;
    color: #D02610;
  }
  .sample .wrap article .arCon .detail h4 {
    width: 100%;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    color: #02326C;
    margin-top: 13px;
  }
  .sample .wrap article .arCon .detail .txt {
    margin-top: 13px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    color: #02326C;
  }
  .sample .wrap article + article {
    margin-top: 70px;
  }
  .sample .wrap article:nth-of-type(1) h3::before {
    background: url("../img/numSample01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(2) h3::before {
    background: url("../img/numSample02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(3) h3::before {
    background: url("../img/numSample03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(4) h3::before {
    background: url("../img/numSample04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(5) h3::before {
    background: url("../img/numSample05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .utilities {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 54px 0 65px;
  }
  .utilities::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 335px;
    background: #262626;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .utilities__row .title {
    text-align: center;
  }
  .utilities__row .title h2 {
    color: #fff;
    font-size: 4.8rem;
    line-height: 70px;
    font-weight: 700;
  }
  .utilities__row .title h2 img {
    width: 401px;
  }
  .utilities__row .title p {
    font-size: 3.2rem;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
  }
  .utilities__row .title p small {
    font-size: 2.6rem;
  }
  .utilities__row .wrap {
    margin: 26px -14px -14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    counter-reset: ar;
  }
  .utilities__row .wrap article {
    width: 486px;
    margin: 14px;
    border: 3px solid #02326C;
    background: #fff;
    counter-increment: ar;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .utilities__row .wrap article::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 17.5rem;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    color: rgba(126, 126, 126, 0.46);
    z-index: 2;
    top: 70px;
    right: 24px;
  }
  .utilities__row .wrap article figure {
    width: 100%;
    -webkit-mask-image: url("../img/maskUtitie.png");
            mask-image: url("../img/maskUtitie.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .utilities__row .wrap article figure img {
    width: 100%;
    height: 178px;
    object-fit: cover;
  }
  .utilities__row .wrap article .con {
    padding: 4px 20px 24px;
  }
  .utilities__row .wrap article .con h3 {
    font-size: 6.6rem;
    line-height: 74px;
    font-weight: 900;
    color: #0060A5;
  }
  .utilities__row .wrap article .con h3 span:first-of-type {
    background: #015FA5;
    color: #fff;
    padding: 0 4px;
    display: inline-block;
    text-align: center;
  }
  .utilities__row .wrap article .con h4 {
    font-size: 2.1rem;
    line-height: 30px;
    font-weight: 700;
    color: #0360A5;
    margin-top: 11px;
  }
  .utilities__row .wrap article .con .txt {
    font-size: 1.6rem;
    line-height: 24px;
    color: #02326C;
    margin-top: 14px;
  }
  .ratio {
    background: #fff;
    padding: 142px 0 80px;
  }
  .ratio__row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #EAF8FC;
  }
  .ratio .ribbon {
    text-align: center;
    width: 100%;
    line-height: 0;
    position: absolute;
    left: 0;
    top: -70.5px;
  }
  .ratio .ribbon picture {
    display: inline-block;
  }
  .ratio .ribbon picture img {
    width: 543px;
  }
  .ratio .cheap {
    line-height: 0;
    width: 100%;
  }
  .ratio .compare {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ratio .compare dl {
    width: 300px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .ratio .compare dl dt {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
  }
  .ratio .compare dl dd {
    padding: 0 20px 25px;
  }
  .ratio .compare dl dd .range {
    text-align: center;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    padding: 8.5px 0;
  }
  .ratio .compare dl dd .range small {
    font-size: 1.4rem;
  }
  .ratio .compare dl dd .tick {
    -moz-border-radius: 20px;
         border-radius: 20px;
    margin-top: 20.5px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 12px 0 16px 56px;
    border-width: 3px;
    border-style: solid;
    position: relative;
    transform: translateZ(0);
    background: #fff;
  }
  .ratio .compare dl dd .tick::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -18px;
  }
  .ratio .compare dl dd .tick::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -13px;
    background: url("../img/arrowListBase.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl dd .tick li {
    font-size: 1.5rem;
    line-height: 21px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 15px;
    font-weight: 700;
  }
  .ratio .compare dl dd .tick li + li {
    margin-top: 4px;
  }
  .ratio .compare dl dd .tick li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 13px;
    left: 0;
    top: 5px;
  }
  .ratio .compare dl.general {
    border: 1px solid #4A4A4A;
  }
  .ratio .compare dl.general dt {
    background: #4A4A4A;
  }
  .ratio .compare dl.general dd {
    background: #fff;
  }
  .ratio .compare dl.general dd .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .compare dl.general dd .step::before {
    position: absolute;
    content: "中間\Aマージン\A発生";
    white-space: pre-wrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.4rem;
    line-height: 16px;
    font-weight: 700;
    width: 64px;
    height: 69px;
    padding: 7px 0 0;
    color: #000000;
    top: 10px;
    background: url("../img/ballon01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
  }
  .ratio .compare dl.general dd .step li {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #4A4A4A;
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #4A4A4A;
    color: #fff;
    padding: 0 4px;
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2)::before, .ratio .compare dl.general dd .step li:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 26px;
    background: url("../img/iconArrow01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2)::before {
    left: -22px;
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2)::after {
    right: -22px;
  }
  .ratio .compare dl.general dd .range {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    margin: 8.5px 0;
  }
  .ratio .compare dl.general dd .tick {
    border-color: #DDDDDD;
  }
  .ratio .compare dl.general dd .tick::before {
    background: url("../img/arrowList01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl.general dd .tick li {
    color: #4A4A4A;
  }
  .ratio .compare dl.general dd .tick li::before {
    background: url("../img/iconTick01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl.lifedoctor {
    border: 1px solid #0360A5;
    margin-left: 36px;
  }
  .ratio .compare dl.lifedoctor dt {
    background: #0360A5;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ratio .compare dl.lifedoctor dt img {
    width: 175px;
  }
  .ratio .compare dl.lifedoctor dd {
    background: #fff;
  }
  .ratio .compare dl.lifedoctor dd .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 0 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .compare dl.lifedoctor dd .step::before {
    position: absolute;
    content: "直接\A施工";
    white-space: pre-wrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 1.8rem;
    line-height: 22px;
    font-weight: 700;
    width: 64px;
    height: 69px;
    padding: 7px 0 0;
    color: #D02610;
    top: 10px;
    background: url("../img/ballon02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-align: center;
  }
  .ratio .compare dl.lifedoctor dd .step li {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #0360A5;
  }
  .ratio .compare dl.lifedoctor dd .step li:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .compare dl.lifedoctor dd .step li:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 123px;
    height: 35px;
    background: url("../img/iconArrow02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -126px;
  }
  .ratio .compare dl.lifedoctor dd .range {
    border-top: 1px solid #D02710;
    border-bottom: 1px solid #D02710;
    color: #D02710;
    margin: 8.5px 0;
  }
  .ratio .compare dl.lifedoctor dd .tick {
    border-color: #D7F1F7;
  }
  .ratio .compare dl.lifedoctor dd .tick::before {
    background: url("../img/arrowList02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl.lifedoctor dd .tick li {
    color: #0260A5;
  }
  .ratio .compare dl.lifedoctor dd .tick li::before {
    background: url("../img/iconTick02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .note {
    text-align: center;
    margin-top: 25px;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
  }
  .ratio .note span {
    color: #0360A5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .ratio .note span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #FFFF00;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .ratio .caution {
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 66px;
    background: #FF8902;
    padding: 35px 0 0;
  }
  .ratio .caution::before {
    position: absolute;
    content: "";
    width: 69.82px;
    height: 57.57px;
    background: url("../img/iconCaution.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -40px;
  }
  .ratio .caution .title {
    text-align: center;
  }
  .ratio .caution .title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    color: #FF8902;
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: 700;
    padding: 2px 26.5px;
    -moz-border-radius: 17px;
         border-radius: 17px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .caution .title span::after {
    position: absolute;
    content: "";
    width: 20.98px;
    height: 13.23px;
    background: url("../img/arrowMessCaution.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -9px;
  }
  .ratio .caution .title h3 {
    color: #fff;
    font-size: 4rem;
    line-height: 58px;
    font-weight: 700;
  }
  .ratio .caution .intro {
    padding: 0 165px 35px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 700;
    margin-top: 8px;
  }
  .ratio .caution .point {
    background: #FFFFFF;
    padding: 31px 35px 41px;
    border: 2px solid #FF8902;
    border-top: 0;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .ratio .caution .pointInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -15px;
  }
  .ratio .caution .pointInner article {
    width: 290px;
    margin: 14px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #02326C;
    padding: 17px 20px;
  }
  .ratio .caution .pointInner article h4 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
    color: #FFFF00;
    padding: 0 0 0 55px;
  }
  .ratio .caution .pointInner article h4::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 58.61px;
    left: 0;
    top: -24.2px;
  }
  .ratio .caution .pointInner article .txt {
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 6px;
    color: #fff;
  }
  .ratio .caution .pointInner article:nth-of-type(1) h4::before {
    background: url("../img/point01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .caution .pointInner article:nth-of-type(2) h4::before {
    background: url("../img/point02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .caution .pointInner article:nth-of-type(3) h4::before {
    background: url("../img/point03.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price {
    background: #0360BE;
    padding: 95px 0 60px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .price::before {
    position: absolute;
    content: "";
    width: 327px;
    height: 207px;
    background: url("../img/maskBoilerPrice.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: 0;
  }
  .price__row {
    max-width: 771px;
  }
  .price__intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price__intro ul li {
    font-size: 3.4rem;
    line-height: 41px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 51px;
  }
  .price__intro ul li::before {
    position: absolute;
    content: "";
    width: 41px;
    height: 41px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 6px;
         border-radius: 6px;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  }
  .price__intro ul li + li {
    margin-top: 7px;
  }
  .price__intro ul li:nth-of-type(1)::before {
    background: url("../img/iconMess.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price__intro ul li:nth-of-type(2)::before {
    background: url("../img/iconCar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price__intro ul li:nth-of-type(3)::before {
    background: url("../img/iconCross.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price__intro figure {
    width: 146px;
    margin: 0 15px 0 10px;
  }
  .price__intro p {
    font-size: 2.6rem;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .price__box {
    max-width: 593px;
    margin: 23px auto 0;
  }
  .price__box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price__box ul li {
    width: 148px;
    height: 148px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 8px 0 0;
  }
  .price__box ul li + li {
    margin-left: 74px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .price__box ul li + li::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: url("../img/iconPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -48px;
  }
  .price__box ul li span {
    font-size: 2.4rem;
    line-height: 32px;
    font-weight: 700;
    color: #02326C;
    display: block;
  }
  .price__box ul li p {
    font-size: 6.3rem;
    line-height: 1;
    font-weight: 700;
    color: #D02610;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 28px;
  }
  .price__box ul li p small {
    font-size: 2rem;
    line-height: 27px;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .price__box ul li p small::before {
    position: absolute;
    content: "※";
    font-size: 1.8rem;
    line-height: 26px;
    color: #D02610;
    top: -28px;
    left: 0;
  }
  .price__box ul li figure {
    display: inline-block;
    line-height: 0;
  }
  .price__box ul li figure.tap {
    width: 62px;
    margin-top: 20px;
  }
  .price__box ul li figure.pipe {
    width: 52px;
    margin-top: 16.5px;
  }
  .price__box .note {
    font-size: 1.4rem;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 15px;
    margin-top: 11px;
  }
  .price__box .note::before {
    position: absolute;
    content: "※";
    font-size: 1.4rem;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    left: 0;
    top: 0;
  }
  .price__box .note span {
    color: #FFFF00;
  }
  .price__table {
    margin-top: 40px;
  }
  .price__table dl dt {
    font-size: 2.4rem;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    background: #02326C;
    padding: 15px 0;
    text-align: center;
  }
  .price__table dl dd {
    background: #fff;
    padding: 20px 15px;
  }
  .price__table dl dd ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .price__table dl dd ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding: 8px 11px 9px;
  }
  .price__table dl dd ul li span {
    font-weight: 700;
    color: #D02610;
  }
  .price__table dl dd ul li:nth-of-type(odd) {
    background: #DCF2F8;
  }
  .price__table dl dd ul li:nth-of-type(even) {
    background: #fff;
  }
  .price__table dl + dl {
    margin-top: 32px;
  }
  .price__table .note {
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 15px;
    margin-top: 20px;
  }
  .price__table .note::before {
    position: absolute;
    content: "※";
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
    top: 0;
    left: 0;
  }
  .manu {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 30px 0;
  }
  .manu::before, .manu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .manu::before {
    background: url("../img/bgManu.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -2;
  }
  .manu::after {
    background: rgba(3, 96, 190, 0.56);
    z-index: -1;
  }
  .manu__box {
    max-width: 771px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
    padding: 22px 30px 38px;
    text-align: center;
  }
  .manu__box::before {
    position: absolute;
    content: "";
    width: 122px;
    height: 90px;
    background: url("../img/iconEquip.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .manu__box h2 {
    font-size: 3.2rem;
    line-height: 46px;
    font-weight: 700;
    color: #02326C;
  }
  .manu__box figure, .manu__box picture {
    display: inline-block;
    width: 656px;
    margin-top: 40px;
  }
  .manu__box p {
    font-size: 1.4rem;
    line-height: 18px;
    color: #02326C;
    margin-top: 5px;
  }
  .ttlCom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttlCom span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    font-size: 2.8rem;
    line-height: 41px;
    font-weight: 700;
    background: #0360BE;
    min-width: 372px;
    text-align: center;
    padding: 0 10px;
    -moz-border-radius: 17px;
         border-radius: 17px;
  }
  .ttlCom span::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 15px;
    background: url("../img/triangleFlow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -8px;
  }
  .ttlCom h2 {
    font-size: 4.8rem;
    line-height: 70px;
    font-weight: 700;
    color: #000000;
  }
  .ttlCom em {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    width: 178.75px;
    height: 31.19px;
    background: url("../img/bgHexa.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 8px;
  }
  .ttlCom em::before, .ttlCom em::after {
    position: absolute;
    content: "";
    width: 5.15px;
    height: 5.15px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ttlCom em::before {
    left: 11px;
  }
  .ttlCom em::after {
    right: 11px;
  }
  .ttlCom.ttlCom2 span {
    background: #fff;
    color: #004FA8;
  }
  .ttlCom.ttlCom2 span::after {
    background: url("../img/triangleVoice.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ttlCom.ttlCom2 h2 {
    color: #fff;
  }
  .ttlCom.ttlCom2 em {
    background: url("../img/bgHexa02.svg") 0 0 no-repeat;
    color: #004FA8;
  }
  .ttlCom.ttlCom2 em::before, .ttlCom.ttlCom2 em::after {
    background: #004FA8;
  }
  .flow {
    background: url("../img/gridFlow.jpg") 0 0 repeat;
    padding: 55px 0 70px;
  }
  .flow__main {
    max-width: 750px;
    margin: 46px auto 0;
    counter-reset: ar;
  }
  .flow__main article {
    counter-increment: ar;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 3px solid #0360BE;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  .flow__main article::before {
    position: absolute;
    content: counter(ar);
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: 700;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -19px;
  }
  .flow__main article figure {
    width: 179px;
    margin-right: 30px;
  }
  .flow__main article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .flow__main article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow__main article .arCon h3 span {
    font-size: 2.2rem;
    line-height: 32px;
    font-weight: 700;
    color: #0360BE;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .flow__main article .arCon h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #FFFF00;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
  .flow__main article .arCon p {
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 14px;
  }
  .flow__main article + article {
    margin-top: 30px;
  }
  .flow__main .note {
    background: #D02610;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 7px;
    margin: 20px 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .flow__main .note small {
    font-size: 1.6rem;
    display: block;
  }
  .area {
    padding: 60px 0 70px;
  }
  .area__nav {
    margin-top: 28px;
  }
  .area__nav ul {
    margin: -5px -4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .area__nav ul li {
    width: 328px;
    margin: 5px 4px;
  }
  .area__nav ul li a {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;
  }
  .area__nav ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.53);
    top: 0;
    left: 0;
    z-index: 1;
  }
  .area__nav ul li a figure {
    width: 100%;
  }
  .area__nav ul li a figure img {
    width: 100%;
    height: 104px;
    object-fit: cover;
  }
  .area__nav ul li a span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 164px;
    height: 45px;
    -moz-border-radius: 25px;
         border-radius: 25px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    background: #0360BE;
  }
  .area__list {
    margin-top: 45px;
  }
  .area__list dl dt {
    color: #fff;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    background: #0360BE;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 14px 70px 18px 50px;
    cursor: pointer;
  }
  .area__list dl dt::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/iconPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 19px;
    right: 45px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .area__list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .area__list dl dd .txt {
    padding: 14px 45px 18px 50px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    color: #02326C;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: justify;
  }
  .area__list dl + dl {
    margin-top: 9px;
  }
  .area__list dl.open dt::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .area__list dl.open dd {
    max-height: 2000px;
  }
  .voice {
    background: url("../img/bgVoice.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 70px 0 80px;
  }
  .voice__wrapNav {
    margin-top: 34px;
    max-width: 811px;
    margin: 34px auto 0;
  }
  .voice__wrapNav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .voice__wrapNav ul li {
    margin: 0 5px;
  }
  .voice__wrapNav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 203px;
    height: 60px;
    color: #02326C;
    font-size: 2.2rem;
    font-weight: 700;
    background: #EAF3FF;
    -moz-border-radius: 5px 5px 0 0;
         border-radius: 5px 5px 0 0;
  }
  .voice__wrapNav ul li a.active {
    background: #02326C;
    color: #fff;
    pointer-events: none;
  }
  .voice__wrapNav .voice__content {
    display: none;
  }
  .voice__wrapNav .voice__content.active {
    display: block;
    background: #fff;
    padding: 25px 20px;
  }
  .voice__wrapNav .voice__content.active article {
    padding: 30px 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background: #EAF3FF;
  }
  .voice__wrapNav .voice__content.active article h3 {
    width: 100%;
    margin-bottom: 14px;
  }
  .voice__wrapNav .voice__content.active article h3 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    -moz-border-radius: 18px;
         border-radius: 18px;
    background: #02326C;
    font-size: 1.8rem;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 11px;
    color: #fff;
    font-weight: 700;
  }
  .voice__wrapNav .voice__content.active article figure {
    width: 68px;
    margin-right: 13px;
  }
  .voice__wrapNav .voice__content.active article figure img {
    width: 100%;
    height: 68px;
    object-fit: cover;
  }
  .voice__wrapNav .voice__content.active article .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
    line-height: 24px;
    color: #02326C;
    font-weight: 400;
  }
  .voice__wrapNav .voice__content.active article + article {
    margin-top: 18px;
  }
  .contact {
    padding: 93px 0 89px;
  }
  .contact__row {
    max-width: 771px;
  }
  .contact__title {
    background: #023676;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }
  .contact__title::before {
    content: "";
    width: 36.52px;
    height: 25.89px;
    background: url("../img/iconMailWhite.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .contact__title h2 {
    font-size: 4.8rem;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
  }
  .contact__tel {
    margin-top: 27px;
  }
  .contact__tel h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__tel h3::before, .contact__tel h3::after {
    content: "";
    width: 14px;
    height: 27px;
    background: url("../img/iconSplash2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin: 0 12.5px;
  }
  .contact__tel h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .contact__tel h3 span {
    font-size: 2.4rem;
    line-height: 35px;
    font-weight: 700;
    color: #023676;
  }
  .contact__tel dl {
    border: 3px solid #D42B18;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    max-width: 413px;
    margin: 12px auto 0;
  }
  .contact__tel dl dt {
    background: #D42B18;
    text-align: center;
    font-size: 1.9rem;
    line-height: 27px;
    font-weight: 700;
    padding: 3px 0 5px;
    color: #fff;
  }
  .contact__tel dl dd {
    padding: 11px 20px 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__tel dl dd a {
    font-size: 4.6rem;
    line-height: 66px;
    font-weight: 700;
    color: #D42B18;
    display: inline-block;
    position: relative;
    padding: 0 0 0 40px;
    white-space: nowrap;
  }
  .contact__tel dl dd a::before {
    position: absolute;
    content: "";
    width: 34.5px;
    height: 34.28px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact__tel dl dd span {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #02326C;
  }
  .contact__form {
    margin-top: 58px;
  }
  .contact__form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__form dl + dl {
    margin-top: 40px;
  }
  .contact__form dl dt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 26px;
    font-size: 700;
    color: #02326C;
    margin-top: 13px;
  }
  .contact__form dl dt::after {
    content: "必須";
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    color: #D02610;
    margin-left: 5px;
    display: inline-block;
  }
  .contact__form dl dd {
    width: 538px;
  }
  .contact__form dl dd input:not([type=checkbox]):not([type=radio]), .contact__form dl dd textarea {
    width: 100%;
    height: 52px;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 10px 17px;
    outline: none;
    color: #000000;
  }
  .contact__form dl dd textarea {
    height: 240px;
  }
  .contact__form dl dd .wrapSel {
    width: 219px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .contact__form dl dd .wrapSel::after {
    position: absolute;
    content: ">";
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 10px;
    pointer-events: none;
  }
  .contact__form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 52px;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 10px 17px;
    outline: none;
    color: #000000;
  }
  .contact__form .wrapCheck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    width: 538px;
    margin-left: auto;
    padding: 0 0 0 22px;
  }
  .contact__form .wrapCheck label {
    cursor: pointer;
  }
  .contact__form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .contact__form .wrapCheck label input:checked + span::before {
    content: "\2714";
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .contact__form .wrapCheck label span {
    font-size: 1.8rem;
    line-height: 26px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 26px;
  }
  .contact__form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #F2F8FF;
    border: 1px solid #C4DDFB;
    left: 0;
    top: 2px;
  }
  .contact__form .wrapCheck label span a {
    color: #D02610;
  }
  .contact__form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 315px;
    height: 84px;
    outline: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 10px;
         border-radius: 10px;
    cursor: pointer;
    margin: 47px auto;
    -moz-box-shadow: 0 4px 0 #262c28;
         box-shadow: 0 4px 0 #262c28;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact__form button:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .error {
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    color: #D02610;
    width: 100%;
    margin-top: 7px;
  }
  .wrapCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .wrapCheck .error {
    text-align: center;
  }
  .pThanks {
    background: #EDF5FF;
    height: 100%;
  }
  .pThanks .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .pThanks footer {
    margin-top: auto;
    width: 100%;
  }
  .pThanks .thanks {
    text-align: center;
    padding: 60px 0 150px;
  }
  .pThanks .thanks h2 {
    font-size: 2.9rem;
    line-height: 42px;
    font-weight: 700;
    color: #02326C;
  }
  .pThanks .thanks .txt {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 400;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 19.56522vw;
  }
  .btnLine, .btnMail, .btnPhone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 18.84058vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.96618vw 0 0 #262c28;
         box-shadow: 0 0.96618vw 0 0 #262c28;
    position: relative;
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btnLine::before, .btnLine::after, .btnMail::before, .btnMail::after, .btnPhone::before, .btnPhone::after {
    position: absolute;
    content: "";
  }
  .btnLine::before, .btnMail::before, .btnPhone::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btnLine::after, .btnMail::after, .btnPhone::after {
    width: 18.89614vw;
    height: 19.07488vw;
    background: url("../img/maskBtnCta.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    right: 2.48792vw;
    opacity: 0.44;
  }
  .btnLine span, .btnMail span, .btnPhone span {
    white-space: nowrap;
    font-size: 5.31401vw;
    line-height: 7.72947vw;
    font-weight: 700;
  }
  .btnLine small, .btnMail small, .btnPhone small {
    font-size: 2.657vw;
    line-height: 3.86473vw;
    font-weight: 700;
  }
  .btnLine:hover, .btnMail:hover, .btnPhone:hover {
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .btnPhone {
    background: -webkit-gradient(linear, left top, left bottom, from(#e84d3a), to(#cb1c07));
    background: -webkit-linear-gradient(top, #e84d3a 0%, #cb1c07 100%);
    background: -moz- oldlinear-gradient(top, #e84d3a 0%, #cb1c07 100%);
    background: linear-gradient(180deg, #e84d3a 0%, #cb1c07 100%);
    color: #fff !important;
  }
  .btnPhone::before {
    width: 8.04106vw;
    height: 7.99275vw;
    background: url("../img/iconPhoneWhite.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 3.62319vw;
  }
  .btnLine {
    background: -webkit-gradient(linear, left top, left bottom, from(#16d363), to(#0a9041));
    background: -webkit-linear-gradient(top, #16d363 0%, #0a9041 100%);
    background: -moz- oldlinear-gradient(top, #16d363 0%, #0a9041 100%);
    background: linear-gradient(180deg, #16d363 0%, #0a9041 100%);
    color: #fff !important;
  }
  .btnLine::before {
    width: 8.68116vw;
    height: 8.27053vw;
    background: url("../img/iconLine.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 3.1401vw;
  }
  .btnMail {
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C !important;
  }
  .btnMail::before {
    width: 8.68116vw;
    height: 6.15459vw;
    background: url("../img/iconMail.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    left: 3.1401vw;
  }
  .header {
    background: #fff;
    padding: 1.78744vw 3.62319vw 4.34783vw 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header__logo {
    line-height: 0;
    width: 46.8599vw;
  }
  .header__logo a {
    display: block;
  }
  .header__logo a img {
    width: 100%;
    height: auto;
  }
  .header__right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__right ul li a {
    width: 12.56039vw;
    height: 12.56039vw;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }
  .header__right ul li.tel {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 1.93237vw;
  }
  .header__right ul li.tel a {
    background: url("../img/iconPhoneSp.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__right ul li.line {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__right ul li.line a {
    background: url("../img/iconLineSP.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header__right ul li.mail {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 1.93237vw;
  }
  .header__right ul li.mail a {
    background: url("../img/iconMailSp.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .footer {
    background: #0360BE;
    padding: 9.66184vw 0 3.62319vw;
    color: #fff;
  }
  .footer .info h3 {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    margin-bottom: 0.72464vw;
  }
  .footer .info p {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
  }
  .footer .link {
    margin-top: 5.31401vw;
  }
  .footer .link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .link ul li + li::before {
    content: "｜";
    color: #fff;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    display: inline-block;
  }
  .footer .link ul li a {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
  }
  .footer .link p {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    margin-top: 1.20773vw;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .mv::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6.66667vw;
    background: url("../img/wave.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
            top: -9px;
    left: 0;
  }
  .mv__intro {
    padding-left: 0;
    padding-right: 0;
  }
  .cta {
    padding: 4.83092vw 3.62319vw 7.00483vw;
    background: url("../img/bgCta_sp.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .cta__intro dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cta__intro dl dt {
    width: 42.27053vw;
    height: 13.52657vw;
    background: url("../img/bgLimit_sp.svg") 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    color: #fff;
    font-size: 5.55556vw;
    line-height: 8.21256vw;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 1.69082vw;
  }
  .cta__intro dl dt::before {
    position: absolute;
    content: "";
    width: 13.50242vw;
    height: 13.17391vw;
    background: url("../img/iconWater.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 2.17391vw;
    right: -9.42029vw;
  }
  .cta__intro dl dt span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta__intro dl dt span::before {
    position: absolute;
    content: "";
    width: 6.76329vw;
    height: 0.96618vw;
    background: url("../img/dotLimit.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
  .cta__intro dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cta__intro dl dd em {
    font-style: normal;
    color: #FFFF00;
    font-family: "Bebas Neue", sans-serif;
    font-size: 17.63285vw;
    line-height: 1;
    font-weight: 700;
  }
  .cta__intro dl dd em span {
    font-size: 26.3285vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta__intro dl dd em span::after {
    position: absolute;
    content: "";
    width: 8.48551vw;
    height: 10.14493vw;
    background: url("../img/iconStar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: -5.7971vw;
  }
  .cta__intro dl dd small {
    font-size: 6.52174vw;
    line-height: 7.24638vw;
    color: #fff;
    font-weight: 700;
    margin-left: 1.69082vw;
    margin-bottom: 4.83092vw;
    white-space: nowrap;
  }
  .cta__box {
    background: #fff;
    margin-top: 1.69082vw;
  }
  .cta__box > dl > dt {
    text-align: center;
    padding: 2.17391vw 0 3.1401vw;
    background: #02326C;
    font-size: 4.58937vw;
    line-height: 6.52174vw;
    font-weight: 700;
    color: #fff;
  }
  .cta__box > dl > dt span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7.00483vw;
    border: 1px solid #FFFF00;
    color: #FFFF00;
    font-size: 3.86473vw;
    font-weight: 700;
    padding: 0 3.86473vw;
    margin-top: 1.20773vw;
  }
  .cta__box > dl > dd {
    padding: 3.1401vw 2.657vw 4.58937vw 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta__box > dl > dd .cta__tel {
    width: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #D42B18;
    display: none;
  }
  .cta__box > dl > dd .cta__tel > dt {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    line-height: 27px;
    font-weight: 700;
    padding: 3px 0 5px;
    background: #D42B18;
  }
  .cta__box > dl > dd .cta__tel > dd .tel {
    padding: 11px 0 17px 17px;
  }
  .cta__box > dl > dd .cta__tel > dd .tel a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.8rem;
    line-height: 66px;
    font-weight: 700;
    color: #D42B18;
    white-space: nowrap;
  }
  .cta__box > dl > dd .cta__tel > dd .tel a::before {
    content: "";
    width: 34.5px;
    height: 34.28px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5px;
  }
  .cta__box > dl > dd .cta__tel > dd .tel span {
    display: block;
    padding: 0 0 0 39.5px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    color: #02326C;
  }
  .cta__box > dl > dd .cta__link {
    width: 100%;
  }
  .cta__box > dl > dd .cta__link a + a {
    margin-top: 2.657vw;
  }
  .repair {
    background: #EAE9E5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.657vw 0 0;
  }
  .repair::before {
    position: absolute;
    content: "";
    width: 22.94686vw;
    height: 19.32367vw;
    background: url("../img/maskBoiler_sp.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: -0.72464vw;
    z-index: 2;
  }
  .repair .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .repair .title h2 {
    display: inline-block;
    -moz-border-radius: 6.28019vw;
         border-radius: 6.28019vw;
    text-align: center;
    padding: 2.17391vw 3.62319vw 2.72947vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(black));
    background: -webkit-linear-gradient(top, #3b3b3b 0%, black 100%);
    background: -moz- oldlinear-gradient(top, #3b3b3b 0%, black 100%);
    background: linear-gradient(180deg, #3b3b3b 0%, black 100%);
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
  }
  .repair .title h2::after {
    position: absolute;
    content: "";
    width: 9.68357vw;
    height: 4.59179vw;
    background: url("../img/iconArrowRepair.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.29469vw;
  }
  .repair .title h2 span {
    font-size: 5.31401vw;
    line-height: 7.72947vw;
    color: #FFFF00;
  }
  .repair .title h2 small {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
  }
  .repair .intro {
    margin-top: 7.00483vw;
    position: relative;
    -webkit-transform: translateZ(9);
       -moz-transform: translateZ(9);
            transform: translateZ(9);
    padding: 0 0 7.24638vw;
  }
  .repair .intro .left h3 {
    line-height: 0;
  }
  .repair .intro .left h3 img {
    width: 60.14493vw;
    height: auto;
  }
  .repair .intro .left h3 span {
    font-size: 8.9372vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    display: inline-block;
    -webkit-transform: translateY(-1.20773vw);
       -moz-transform: translateY(-1.20773vw);
        -ms-transform: translateY(-1.20773vw);
            transform: translateY(-1.20773vw);
  }
  .repair .intro .left p {
    font-size: 7.00483vw;
    line-height: 10.14493vw;
    font-weight: 700;
    color: #000000;
  }
  .repair .intro .left p span {
    color: #D02610;
  }
  .repair .intro::after {
    position: absolute;
    content: "";
    width: 30.19324vw;
    height: 35.2657vw;
    background: url("../img/womanRepair.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -3.62319vw;
    bottom: 0;
  }
  .repair .wrapRepair article h3 {
    text-align: center;
    font-size: 6.76329vw;
    line-height: 9.66184vw;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 1.69082vw;
  }
  .repair .wrapRepair article h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11.35266vw;
    background: #0A49AE;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .repair .wrapRepair article h3 span {
    display: inline-block;
    -webkit-transform: translateY(1.20773vw);
       -moz-transform: translateY(1.20773vw);
        -ms-transform: translateY(1.20773vw);
            transform: translateY(1.20773vw);
  }
  .repair .wrapRepair article h3 span img {
    height: 11.23188vw;
    width: auto;
  }
  .repair .wrapRepair article .arCon {
    padding: 0vw 0vw 5.72464vw;
    background: url("../img/gridRepair.png") #fff 0 0 repeat;
  }
  .repair .wrapRepair article .arCon figure {
    width: 100%;
    -webkit-mask-image: url("../img/maskToilet.png");
            mask-image: url("../img/maskToilet.png");
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    margin-bottom: 1.69082vw;
  }
  .repair .wrapRepair article .arCon figure img {
    width: 100%;
    height: 43.71981vw;
    object-fit: cover;
  }
  .repair .wrapRepair article .arCon ul {
    padding: 0 3.79227vw;
  }
  .repair .wrapRepair article .arCon ul li {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #02326C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.16425vw;
  }
  .repair .wrapRepair article .arCon ul li + li {
    margin-top: 1.44928vw;
  }
  .repair .wrapRepair article .arCon ul li::before {
    position: absolute;
    content: "";
    width: 4.01449vw;
    height: 4.35024vw;
    background: url("../img/iconCheck.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0.72464vw;
  }
  .repair .wrapRepair article .arCon ul li span {
    color: #D02710;
  }
  .repair .wrapRepair article + article {
    margin-top: 11.5942vw;
  }
  .repair .wrapRepair article:nth-of-type(1) {
    margin-top: -3.62319vw;
  }
  .repair .wrapRepair article:nth-of-type(2) h3::after {
    height: 20.28986vw;
  }
  .repair .trouble {
    margin-top: 5.55556vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -3.62319vw;
  }
  .repair .trouble figure {
    width: 34.54106vw;
    margin-right: 2.17391vw;
    margin-left: -6.03865vw;
  }
  .repair .trouble figure img {
    width: 100%;
    height: auto;
  }
  .repair .trouble .right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .repair .trouble .right ul li {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #fff;
    background: #02326C;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 3.98551vw 2.41546vw 3.98551vw 4.2029vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .repair .trouble .right ul li + li {
    margin-top: 1.93237vw;
  }
  .repair .trouble .right ul li::before {
    position: absolute;
    content: "";
  }
  .repair .trouble .right ul li:nth-of-type(1)::before {
    width: 4.10628vw;
    height: 7.00483vw;
    background: url("../img/arrowTrouble01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -3.62319vw;
    top: 8.1401vw;
    -webkit-transform: rotate(-109deg);
       -moz-transform: rotate(-109deg);
        -ms-transform: rotate(-109deg);
            transform: rotate(-109deg);
  }
  .repair .trouble .right ul li:nth-of-type(2)::before {
    width: 4.10628vw;
    height: 7.00483vw;
    background: url("../img/arrowTrouble02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -3.62319vw;
    top: 1.81159vw;
    -webkit-transform: rotate(-74deg);
       -moz-transform: rotate(-74deg);
        -ms-transform: rotate(-74deg);
            transform: rotate(-74deg);
  }
  .repair .trouble .right ul li:nth-of-type(3)::before {
    width: 4.10628vw;
    height: 7.00483vw;
    background: url("../img/arrowTrouble03.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -3.62319vw;
    top: -0.96618vw;
    -webkit-transform: rotate(-62deg);
       -moz-transform: rotate(-62deg);
        -ms-transform: rotate(-62deg);
            transform: rotate(-62deg);
  }
  .repair .trouble .right p {
    line-height: 0;
    margin-top: 2.41546vw;
    text-align: center;
  }
  .repair .trouble .right p img {
    width: 44.68599vw;
    height: auto;
  }
  .doctor {
    padding: 15.21739vw 0 6.76329vw;
    background: url("../img/bgDoctor_sp.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .doctor .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .doctor .title::before, .doctor .title::after {
    content: "";
    width: 6.52174vw;
    height: 15.21739vw;
    background: url("../img/iconSplash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor .title::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .doctor .titleInner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .doctor .titleInner::before {
    position: absolute;
    content: "";
    width: 9.90338vw;
    height: 9.91787vw;
    background: url("../img/iconFind.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10.14493vw;
  }
  .doctor .titleInner h2 {
    font-size: 7.48792vw;
    line-height: 10.86957vw;
    font-weight: 900;
    color: #fff;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor .titleInner h2 small {
    font-size: 5.55556vw;
  }
  .doctor .titleInner span {
    display: block;
    text-align: center;
    font-size: 6.76329vw;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor__main {
    margin-top: 6.03865vw;
  }
  .doctor__main .left {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .doctor__main .left figure {
    width: 100%;
  }
  .doctor__main .left figure img {
    width: 100%;
    height: auto;
  }
  .doctor__main .left dl {
    margin-top: 3.38164vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .doctor__main .left dl dt {
    height: 12.31884vw;
    font-size: 7.97101vw;
    line-height: 11.5942vw;
    font-weight: 900;
    color: #fff;
    min-width: 29.22705vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.20773vw;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
    border: 0.48309vw solid #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 0 1.20773vw;
    white-space: nowrap;
  }
  .doctor__main .left dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 6.03865vw;
    line-height: 8.69565vw;
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.42));
  }
  .doctor__main .left h3 {
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 900;
    color: #FFFF00;
    margin-top: 0.96618vw;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.38));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.38));
  }
  .doctor__main .left h3 small {
    font-size: 6.03865vw;
    color: #fff;
  }
  .doctor__main .form {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 0 3.62319vw 6.76329vw;
    margin-top: 14.49275vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  /*.doctor__main .form::before {
    position: absolute;
    content: "";
    width: 37.50483vw;
    height: 41.93237vw;
    background: url("../img/imgDoctor02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: -36.71498vw;
    z-index: -1;
  }*/
  .doctor__main .form h3 {
    line-height: 0;
    text-align: center;
    margin-bottom: 3.62319vw;
  }
  .doctor__main .form h3 picture {
    display: inline-block;
    line-height: 0;
    width: 55.55556vw;
    margin-top: -9.17874vw;
  }
  .doctor__main .form h3 picture img {
    width: 100%;
    height: auto;
  }
  .doctor__main .form h4 {
    font-size: 3.62319vw;
    line-height: 5.07246vw;
    font-weight: 900;
    color: #D02610;
    margin-bottom: 2.657vw;
    text-align: left;
  }
  .doctor__main .form dl + dl {
    margin-top: 3.38164vw;
  }
  .doctor__main .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-size: 700;
    color: #02326C;
  }
  .doctor__main .form dl dt::after {
    content: "必須";
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #D02610;
    margin-left: 1.69082vw;
    display: inline-block;
  }
  .doctor__main .form dl dd {
    width: 100%;
    margin-top: 1.93237vw;
  }
  .doctor__main .form dl dd input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    min-height: 12.56039vw;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 10px 4.10628vw;
    outline: none;
    color: #000000;
  }
  .doctor__main .form dl dd .wrapSel {
    width: 52.89855vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .doctor__main .form dl dd .wrapSel::after {
    position: absolute;
    content: ">";
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #000000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 2.41546vw;
    pointer-events: none;
  }
  .doctor__main .form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    min-height: 12.56039vw;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 2.41546vw 4.10628vw;
    outline: none;
    color: #000000;
  }
  .doctor__main .form .wrapCheck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.34783vw;
  }
  .doctor__main .form .wrapCheck label {
    cursor: pointer;
  }
  .doctor__main .form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .doctor__main .form .wrapCheck label input:checked + span::before {
    content: "\2714";
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .doctor__main .form .wrapCheck label span {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.28019vw;
  }
  .doctor__main .form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #F2F8FF;
    border: 1px solid #C4DDFB;
    left: 0;
    top: 1.20773vw;
  }
  .doctor__main .form .wrapCheck label span a {
    color: #D02610;
  }
  .doctor__main .form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 63.28502vw;
    height: 16.90821vw;
    outline: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    cursor: pointer;
    margin: 4.58937vw auto 0;
    -moz-box-shadow: 0 0.96618vw 0 #262c28;
         box-shadow: 0 0.96618vw 0 #262c28;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .doctor__main .form button:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .sample {
    padding: 5.55556vw 0 8.9372vw;
    background: url("../img/gridSample.png") 0 0 repeat;
  }
  .sample .title {
    margin-left: -2.41546vw;
    margin-right: -2.41546vw;
  }
  .sample .title h2 {
    line-height: 0;
    width: 100%;
    text-align: center;
  }
  .sample .title h2 picture img {
    width: 100%;
    height: auto;
  }
  .sample .title p {
    text-align: center;
    font-size: 4.58937vw;
    line-height: 6.52174vw;
    font-weight: 700;
    color: #000000;
    margin-top: 2.41546vw;
  }
  .sample .title p span {
    font-size: 6.03865vw;
    font-weight: 900;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    color: #0A49AE;
  }
  .sample .title p span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.69082vw;
    background: #FFFF00;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .sample .wrap {
    margin-top: 6.03865vw;
    padding: 0 0 0 3.62319vw;
  }
  .sample .wrap article {
    background: #fff;
    -moz-box-shadow: 0 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
  }
  .sample .wrap article h3 {
    font-size: 5.55556vw;
    line-height: 7.24638vw;
    font-weight: 700;
    color: #fff;
    background: #02326C;
    padding: 3.62319vw 15.45894vw 3.86473vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: center;
  }
  .sample .wrap article h3::before, .sample .wrap article h3::after {
    position: absolute;
    content: "";
  }
  .sample .wrap article h3::before {
    width: 18.41787vw;
    height: 19.08213vw;
    left: -3.62319vw;
    top: -3.86473vw;
  }
  .sample .wrap article h3::after {
    width: 7.85024vw;
    height: 13.04348vw;
    right: 2.41546vw;
    bottom: -1.57005vw;
    background: url("../img/iconSample.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .sample .wrap article .arCon {
    padding: 3.86473vw 3.62319vw 5.55556vw;
  }
  .sample .wrap article .arCon figure {
    width: 100%;
  }
  .sample .wrap article .arCon .detail {
    margin-top: 3.1401vw;
  }
  .sample .wrap article .arCon .detail dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.48309vw solid #02326C;
  }
  .sample .wrap article .arCon .detail dl + dl {
    margin-top: 1.44928vw;
  }
  .sample .wrap article .arCon .detail dl dt {
    text-align: center;
    width: 31.40097vw;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 7.24638vw;
    font-weight: 700;
    background: #02326C;
    padding: 1.93237vw 0;
  }
  .sample .wrap article .arCon .detail dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    padding: 1.93237vw 4.83092vw 1.93237vw 0;
    font-size: 5.7971vw;
    line-height: 7.24638vw;
    font-weight: 700;
    color: #D02610;
  }
  .sample .wrap article .arCon .detail h4 {
    width: 100%;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #02326C;
    margin-top: 1.93237vw;
    text-align: center;
  }
  .sample .wrap article .arCon .detail .txt {
    margin-top: 1.93237vw;
    width: 100%;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #02326C;
  }
  .sample .wrap article + article {
    margin-top: 10.50725vw;
  }
  .sample .wrap article:nth-of-type(1) h3::before {
    background: url("../img/numSample01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(2) h3::before {
    background: url("../img/numSample02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(3) h3::before {
    background: url("../img/numSample03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(4) h3::before {
    background: url("../img/numSample04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .sample .wrap article:nth-of-type(5) h3::before {
    background: url("../img/numSample05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .utilities {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.17391vw 0 10.62802vw;
  }
  .utilities::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 65.21739vw;
    background: #262626;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .utilities__row .title {
    text-align: center;
  }
  .utilities__row .title h2 {
    color: #fff;
    font-size: 8.21256vw;
    line-height: 11.83575vw;
    font-weight: 700;
  }
  .utilities__row .title h2 img {
    width: 74.87923vw;
  }
  .utilities__row .title p {
    font-size: 5.31401vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #fff;
    margin-top: 2.89855vw;
  }
  .utilities__row .title p small {
    font-size: 3.86473vw;
  }
  .utilities__row .wrap {
    margin: 6.03865vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    counter-reset: ar;
  }
  .utilities__row .wrap article {
    width: 100%;
    border: 0.72464vw solid #02326C;
    background: #fff;
    counter-increment: ar;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .utilities__row .wrap article::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    font-size: 35.02415vw;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 700;
    color: rgba(126, 126, 126, 0.46);
    z-index: 2;
    top: 18.11594vw;
    right: 0vw;
  }
  .utilities__row .wrap article figure {
    width: 100%;
    -webkit-mask-image: url("../img/maskUtitie.png");
            mask-image: url("../img/maskUtitie.png");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .utilities__row .wrap article figure img {
    width: 100%;
    height: 35.2657vw;
    object-fit: cover;
  }
  .utilities__row .wrap article .con {
    padding: 4.58937vw 4.58937vw 4.83092vw;
  }
  .utilities__row .wrap article .con h3 {
    font-size: 13.28502vw;
    line-height: 14.49275vw;
    font-weight: 900;
    color: #0060A5;
  }
  .utilities__row .wrap article .con h3 span:first-of-type {
    background: #015FA5;
    color: #fff;
    padding: 0 0.96618vw 1.20773vw;
    display: inline-block;
    text-align: center;
  }
  .utilities__row .wrap article .con h4 {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #0360A5;
    margin-top: 1.93237vw;
  }
  .utilities__row .wrap article .con .txt {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    color: #02326C;
    margin-top: 2.41546vw;
  }
  .ratio {
    background: #fff;
    padding: 20vw 3.62319vw 6.5942vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio__row {
    background: #EAF8FC;
  }
  .ratio .ribbon {
    text-align: center;
    width: 100%;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 4.83092vw;
  }
  .ratio .ribbon picture {
    display: inline-block;
  }
  .ratio .ribbon picture img {
    width: 109.90338vw;
  }
  .ratio .cheap {
    line-height: 0;
    width: 100%;
  }
  .ratio .compare {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ratio .compare dl {
    width: 42.02899vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .ratio .compare dl dt {
    text-align: center;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 14.49275vw;
  }
  .ratio .compare dl dd {
    padding: 0 2.05314vw 3.1401vw;
  }
  .ratio .compare dl dd .range {
    text-align: center;
    font-size: 6.76329vw;
    line-height: 1;
    font-weight: 700;
    padding: 1.81159vw 0;
    font-family: "Bebas Neue", sans-serif;
    white-space: nowrap;
  }
  .ratio .compare dl dd .range small {
    font-size: 3.38164vw;
    font-family: 'Noto Sans',sans-serif;
  }
  .ratio .compare dl dd .tick {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    margin-top: 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 2.657vw 0 2.17391vw 1.20773vw;
    border-width: 0.72464vw;
    border-style: solid;
    position: relative;
    transform: translateZ(0);
    background: #fff;
  }
  .ratio .compare dl dd .tick::before {
    position: absolute;
    content: "";
    width: 8.45411vw;
    height: 5.07246vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.34783vw;
  }
  .ratio .compare dl dd .tick::after {
    position: absolute;
    content: "";
    width: 8.45411vw;
    height: 5.07246vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -3.1401vw;
    background: url("../img/arrowListBase.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl dd .tick li {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.38164vw;
    font-weight: 700;
  }
  .ratio .compare dl dd .tick li + li {
    margin-top: 0.72464vw;
  }
  .ratio .compare dl dd .tick li::before {
    position: absolute;
    content: "";
    width: 2.89855vw;
    height: 3.1401vw;
    left: 0;
    top: 1.20773vw;
  }
  .ratio .compare dl.general {
    border: 1px solid #4A4A4A;
  }
  .ratio .compare dl.general dt {
    background: #4A4A4A;
  }
  .ratio .compare dl.general dd {
    background: #fff;
  }
  .ratio .compare dl.general dd .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.657vw 0 2.29469vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .compare dl.general dd .step::before {
    position: absolute;
    content: "中間\Aマージン\A発生";
    white-space: pre-wrap;
    font-size: 2.657vw;
    line-height: 3.1401vw;
    font-weight: 700;
    width: 12.80193vw;
    height: 12.07729vw;
    padding: 1.44928vw 0 0 1.44928vw;
    color: #000000;
    top: 5.31401vw;
    right: -2.29469vw;
    background: url("../img/ballon01_sp.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .ratio .compare dl.general dd .step li {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #4A4A4A;
  }
  .ratio .compare dl.general dd .step li + li {
    margin-top: 4.83092vw;
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #4A4A4A;
    color: #fff;
    padding: 0 0.96618vw;
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2)::before, .ratio .compare dl.general dd .step li:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 6.28019vw;
    background: url("../img/iconArrow01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
       -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2)::before {
    top: -6.28019vw;
  }
  .ratio .compare dl.general dd .step li:nth-of-type(2)::after {
    bottom: -6.28019vw;
  }
  .ratio .compare dl.general dd .range {
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
  }
  .ratio .compare dl.general dd .tick {
    border-color: #DDDDDD;
  }
  .ratio .compare dl.general dd .tick::before {
    background: url("../img/arrowList01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl.general dd .tick li {
    color: #4A4A4A;
  }
  .ratio .compare dl.general dd .tick li::before {
    background: url("../img/iconTick01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl.lifedoctor {
    border: 1px solid #0360A5;
  }
  .ratio .compare dl.lifedoctor dt {
    background: #0360A5;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ratio .compare dl.lifedoctor dt img {
    width: 38.88889vw;
  }
  .ratio .compare dl.lifedoctor dd {
    background: #fff;
  }
  .ratio .compare dl.lifedoctor dd .step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.657vw 0 2.29469vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .compare dl.lifedoctor dd .step::before {
    position: absolute;
    content: "直接\A施工";
    white-space: pre-wrap;
    top: 5.31401vw;
    font-size: 3.62319vw;
    line-height: 3.86473vw;
    font-weight: 700;
    width: 12.84783vw;
    height: 12.07729vw;
    padding: 1.69082vw 0 0 1.57005vw;
    color: #D02610;
    right: 0;
    background: url("../img/ballon02_sp.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .ratio .compare dl.lifedoctor dd .step li {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #0360A5;
  }
  .ratio .compare dl.lifedoctor dd .step li:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 14.97585vw;
  }
  .ratio .compare dl.lifedoctor dd .step li:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 6.28019vw;
    height: 14.25121vw;
    background: url("../img/iconArrow02_sp.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -14.25121vw;
  }
  .ratio .compare dl.lifedoctor dd .range {
    border-top: 1px solid #D02710;
    border-bottom: 1px solid #D02710;
    color: #D02710;
  }
  .ratio .compare dl.lifedoctor dd .tick {
    border-color: #D7F1F7;
  }
  .ratio .compare dl.lifedoctor dd .tick::before {
    background: url("../img/arrowList02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .compare dl.lifedoctor dd .tick li {
    color: #0260A5;
  }
  .ratio .compare dl.lifedoctor dd .tick li::before {
    background: url("../img/iconTick02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .note {
    text-align: center;
    margin-top: 4.95169vw;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #000000;
  }
  .ratio .note span {
    color: #0360A5;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .ratio .note span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.20773vw;
    background: #FFFF00;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .ratio .caution {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 12.00483vw;
    background: #FF8902;
    padding: 8.21256vw 0 0;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .ratio .caution::before {
    position: absolute;
    content: "";
    width: 12.35749vw;
    height: 10.18841vw;
    background: url("../img/iconCaution.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -5.84541vw;
  }
  .ratio .caution .title {
    text-align: center;
  }
  .ratio .caution .title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    color: #FF8902;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    padding: 0.48309vw 5.7971vw;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .ratio .caution .title span::after {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 2.89855vw;
    background: url("../img/arrowMessCaution.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
  }
  .ratio .caution .title h3 {
    color: #fff;
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
  }
  .ratio .caution .intro {
    padding: 0 5.7971vw 6.52174vw;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 7.24638vw;
    font-weight: 700;
    margin-top: 3.1401vw;
  }
  .ratio .caution .point {
    background: #FFFFFF;
    padding: 4.58937vw 3.62319vw 5.19324vw;
    border: 0.48309vw solid #FF8902;
    border-top: 0;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    overflow: hidden;
  }
  .ratio .caution .pointInner article {
    width: 100%;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #02326C;
    padding: 3.86473vw 2.89855vw 5.55556vw;
  }
  .ratio .caution .pointInner article + article {
    margin-top: 6.15942vw;
  }
  .ratio .caution .pointInner article h4 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.86473vw;
    line-height: 7.24638vw;
    font-weight: 700;
    color: #FFFF00;
    padding: 0 0 0 13.28502vw;
  }
  .ratio .caution .pointInner article h4 br {
    display: none;
  }
  .ratio .caution .pointInner article h4::before {
    position: absolute;
    content: "";
    width: 11.35266vw;
    height: 13.28502vw;
    left: 0;
    top: -5.67633vw;
  }
  .ratio .caution .pointInner article .txt {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    margin-top: 3.86473vw;
    color: #fff;
  }
  .ratio .caution .pointInner article:nth-of-type(1) h4::before {
    background: url("../img/point01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .caution .pointInner article:nth-of-type(2) h4::before {
    background: url("../img/point02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ratio .caution .pointInner article:nth-of-type(3) h4::before {
    background: url("../img/point03.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price {
    background: #0360BE;
    padding: 9.29952vw 0 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .price::before {
    position: absolute;
    content: "";
    width: 40.11353vw;
    height: 18.73913vw;
    background: url("../img/maskBoilerPrice.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0;
    right: -21.73913vw;
  }
  .price__intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price__intro ul li {
    font-size: 8.69565vw;
    line-height: 12.56039vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 12.31884vw;
  }
  .price__intro ul li::before {
    position: absolute;
    content: "";
    width: 10.09662vw;
    height: 10.09662vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  }
  .price__intro ul li + li {
    margin-top: 1.69082vw;
  }
  .price__intro ul li:nth-of-type(1)::before {
    background: url("../img/iconMess.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price__intro ul li:nth-of-type(2)::before {
    background: url("../img/iconCar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price__intro ul li:nth-of-type(3)::before {
    background: url("../img/iconCross.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .price__intro figure {
    width: 35.99034vw;
  }
  .price__intro p {
    font-size: 5.07246vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    margin-top: 1.57005vw;
  }
  .price__intro p br {
    display: none;
  }
  .price__box {
    margin: 4.58937vw auto 0;
  }
  .price__box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price__box ul li {
    width: 26.57005vw;
    height: 26.57005vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    text-align: center;
    padding: 1.69082vw 0 0;
  }
  .price__box ul li + li {
    margin-left: 6.52174vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .price__box ul li + li::before {
    position: absolute;
    content: "";
    width: 4.10628vw;
    height: 4.10628vw;
    background: url("../img/iconPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5.19324vw;
  }
  .price__box ul li span {
    font-size: 4.34783vw;
    line-height: 6.03865vw;
    font-weight: 700;
    color: #02326C;
    display: block;
  }
  .price__box ul li p {
    font-size: 11.35266vw;
    line-height: 1;
    font-weight: 700;
    color: #D02610;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 4.83092vw;
  }
  .price__box ul li p small {
    font-size: 3.86473vw;
    line-height: 5.31401vw;
    font-weight: 700;
    font-family: 'Noto Sans',sans-serif;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .price__box ul li p small::before {
    position: absolute;
    content: "※";
    font-size: 3.62319vw;
    line-height: 5.07246vw;
    color: #D02610;
    top: -5.07246vw;
    left: 0;
  }
  .price__box ul li figure {
    display: inline-block;
    line-height: 0;
  }
  .price__box ul li figure.tap {
    width: 11.22464vw;
    margin-top: 3.38164vw;
  }
  .price__box ul li figure.pipe {
    width: 9.44928vw;
    margin-top: 2.77778vw;
  }
  .price__box .note {
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    color: #fff;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.62319vw;
    margin-top: 1.69082vw;
  }
  .price__box .note::before {
    position: absolute;
    content: "※";
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    color: #fff;
    font-weight: 400;
    left: 0;
    top: 0;
  }
  .price__box .note span {
    color: #FFFF00;
  }
  .price__table {
    margin-top: 6.76329vw;
  }
  .price__table dl dt {
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #fff;
    background: #02326C;
    padding: 4.34783vw 0;
    text-align: center;
  }
  .price__table dl dd {
    background: #fff;
    padding: 3.1401vw 2.41546vw;
  }
  .price__table dl dd ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #000000;
    padding: 2.657vw 2.657vw 2.41546vw;
  }
  .price__table dl dd ul li span {
    font-weight: 700;
    color: #D02610;
  }
  .price__table dl dd ul li:nth-of-type(odd) {
    background: #DCF2F8;
  }
  .price__table dl dd ul li:nth-of-type(even) {
    background: #fff;
  }
  .price__table dl + dl {
    margin-top: 2.17391vw;
  }
  .price__table .note {
    color: #fff;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 3.62319vw;
    margin-top: 3.62319vw;
  }
  .price__table .note::before {
    position: absolute;
    content: "※";
    color: #fff;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    top: 0;
    left: 0;
  }
  .manu {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.34783vw 3.62319vw;
  }
  .manu::before, .manu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .manu::before {
    background: url("../img/bgManu.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -2;
  }
  .manu::after {
    background: rgba(3, 96, 190, 0.56);
    z-index: -1;
  }
  .manu__box {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
    padding: 5.31401vw 2.41546vw 5.7971vw;
  }
  .manu__box::before {
    position: absolute;
    content: "";
    width: 29.4686vw;
    height: 21.73913vw;
    background: url("../img/iconEquip.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .manu__box h2 {
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #02326C;
    padding-left: 33.81643vw;
  }
  .manu__box figure, .manu__box picture {
    display: inline-block;
    width: 100%;
    margin-top: 8.9372vw;
  }
  .manu__box p {
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    color: #02326C;
    margin-top: 4.34783vw;
    text-align: center;
  }
  .ttlCom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttlCom span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #fff;
    font-size: 4.83092vw;
    line-height: 7.00483vw;
    font-weight: 700;
    background: #0360BE;
    min-width: 372px;
    text-align: center;
    padding: 0.48309vw 2.41546vw;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
  }
  .ttlCom span::after {
    position: absolute;
    content: "";
    width: 4.58937vw;
    height: 2.89855vw;
    background: url("../img/triangleFlow.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.93237vw;
  }
  .ttlCom h2 {
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #000000;
  }
  .ttlCom em {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-style: normal;
    width: 27.84783vw;
    height: 4.86715vw;
    background: url("../img/bgHexa.svg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #fff;
    font-size: 3.38164vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: 1.93237vw;
  }
  .ttlCom em::before, .ttlCom em::after {
    position: absolute;
    content: "";
    width: 0.80193vw;
    height: w(3.32);
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ttlCom em::before {
    left: 1.69082vw;
  }
  .ttlCom em::after {
    right: 1.69082vw;
  }
  .ttlCom.ttlCom2 span {
    background: #fff;
    color: #004FA8;
  }
  .ttlCom.ttlCom2 span::after {
    background: url("../img/triangleVoice.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .ttlCom.ttlCom2 h2 {
    color: #fff;
  }
  .ttlCom.ttlCom2 em {
    background: url("../img/bgHexa02.svg") 0 0 no-repeat;
    color: #004FA8;
  }
  .ttlCom.ttlCom2 em::before, .ttlCom.ttlCom2 em::after {
    background: #004FA8;
  }
  .flow {
    background: url("../img/gridFlow.jpg") 0 0 repeat;
    padding: 7.48792vw 3.62319vw 11.11111vw 8.69565vw;
  }
  .flow__main {
    margin: 8.45411vw auto 0;
    counter-reset: ar;
  }
  .flow__main article {
    counter-increment: ar;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 0.72464vw solid #0360BE;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  .flow__main article::before {
    position: absolute;
    content: counter(ar);
    width: 9.42029vw;
    height: 9.42029vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    background: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5.07246vw;
  }
  .flow__main article figure {
    width: 33.81643vw;
    margin-right: 3.1401vw;
  }
  .flow__main article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .flow__main article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4.34783vw 1.20773vw 4.83092vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow__main article .arCon h3 span {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #0360BE;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .flow__main article .arCon h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.20773vw;
    background: #FFFF00;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
  .flow__main article .arCon p {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    margin-top: 2.89855vw;
    width: 100%;
  }
  .flow__main article + article {
    margin-top: 4.83092vw;
  }
  .flow__main .note {
    background: #D02610;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 7px;
    margin: 2.89855vw 0;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .flow__main .note small {
    font-size: 3.38164vw;
    display: block;
  }
  .area {
    padding: 9.42029vw 0 8.69565vw;
  }
  .area__nav {
    margin-top: 3.1401vw;
  }
  .area__nav ul {
    margin: -1.20773vw -0.96618vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .area__nav ul li {
    width: 45.16908vw;
    margin: 1.20773vw 0.96618vw;
  }
  .area__nav ul li a {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;
  }
  .area__nav ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.53);
    top: 0;
    left: 0;
    z-index: 1;
  }
  .area__nav ul li a figure {
    width: 100%;
  }
  .area__nav ul li a figure img {
    width: 100%;
    height: 14.49275vw;
    object-fit: cover;
  }
  .area__nav ul li a span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22.70531vw;
    height: 6.03865vw;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    color: #fff;
    font-size: 3.38164vw;
    font-weight: 700;
    background: #0360BE;
  }
  .area__list {
    margin-top: 4.34783vw;
  }
  .area__list dl dt {
    color: #fff;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    background: #0360BE;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 3.38164vw 9.66184vw 4.34783vw 5.55556vw;
    cursor: pointer;
  }
  .area__list dl dt::after {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/iconPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 4.10628vw;
    right: 3.62319vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .area__list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .area__list dl dd .txt {
    padding: 2.41546vw 0vw 2.17391vw 0vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #02326C;
    word-wrap: break-word;
    word-break: keep-all;
    text-align: justify;
  }
  .area__list dl + dl {
    margin-top: 2.17391vw;
  }
  .area__list dl.open dt::after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .area__list dl.open dd {
    max-height: 2000px;
  }
  .voice {
    background: url("../img/bgVoice_sp.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 9.34783vw 0 8.21256vw;
  }
  .voice__wrapNav {
    margin-top: 8.45411vw;
  }
  .voice__wrapNav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice__wrapNav ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 29.95169vw;
    height: 10.86957vw;
    color: #02326C;
    font-size: 3.86473vw;
    font-weight: 700;
    background: #EAF3FF;
    -moz-border-radius: 1.20773vw 1.20773vw 0 0;
         border-radius: 1.20773vw 1.20773vw 0 0;
  }
  .voice__wrapNav ul li a.active {
    background: #02326C;
    color: #fff;
    pointer-events: none;
  }
  .voice__wrapNav .voice__content {
    display: none;
  }
  .voice__wrapNav .voice__content.active {
    display: block;
    background: #fff;
    padding: 3.38164vw;
  }
  .voice__wrapNav .voice__content.active article {
    padding: 3.38164vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    background: #EAF3FF;
  }
  .voice__wrapNav .voice__content.active article h3 {
    width: 100%;
    margin-bottom: 3.38164vw;
  }
  .voice__wrapNav .voice__content.active article h3 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 6.76329vw;
    -moz-border-radius: 3.38164vw;
         border-radius: 3.38164vw;
    background: #02326C;
    font-size: 3.38164vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.657vw;
    color: #fff;
    font-weight: 700;
  }
  .voice__wrapNav .voice__content.active article figure {
    width: 16.42512vw;
    margin-right: 3.1401vw;
  }
  .voice__wrapNav .voice__content.active article figure img {
    width: 100%;
    height: 16.42512vw;
    object-fit: cover;
  }
  .voice__wrapNav .voice__content.active article .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #02326C;
    font-weight: 400;
  }
  .voice__wrapNav .voice__content.active article + article {
    margin-top: 2.657vw;
  }
  .contact {
    padding: 5.55556vw 0 9.17874vw;
  }
  .contact__title {
    background: #023676;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.1401vw 0;
  }
  .contact__title::before {
    content: "";
    width: 8.82126vw;
    height: 6.25362vw;
    background: url("../img/iconMailWhite.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
  }
  .contact__title h2 {
    font-size: 7.72947vw;
    line-height: 11.11111vw;
    font-weight: 700;
    color: #fff;
  }
  .contact__tel {
    margin-top: 4.58937vw;
  }
  .contact__tel h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__tel h3::before, .contact__tel h3::after {
    content: "";
    width: 3.38164vw;
    height: 6.52174vw;
    background: url("../img/iconSplash2.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin: 0 3.01932vw;
  }
  .contact__tel h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .contact__tel h3 span {
    font-size: 5.7971vw;
    line-height: 8.45411vw;
    font-weight: 700;
    color: #023676;
  }
  .contact__tel dl {
    display: none;
  }
  .contact__tel .btnPhone {
    margin-top: 1.81159vw;
  }
  .contact__tel .btnPhone span {
    font-size: 5.7971vw;
    line-height: 8.45411vw;
  }
  .contact__tel .btnPhone small {
    font-size: 2.89855vw;
    line-height: 4.10628vw;
  }
  .contact__tel .btnPhone::before {
    width: 8.62802vw;
    height: 8.57488vw;
    left: 3.86473vw;
  }
  .contact__form {
    margin-top: 6.52174vw;
  }
  .contact__form dl + dl {
    margin-top: 3.38164vw;
  }
  .contact__form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-size: 700;
    color: #02326C;
  }
  .contact__form dl dt::after {
    content: "必須";
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    color: #D02610;
    margin-left: 1.69082vw;
    display: inline-block;
  }
  .contact__form dl dd {
    width: 100%;
    margin-top: 1.93237vw;
  }
  .contact__form dl dd input:not([type=checkbox]):not([type=radio]), .contact__form dl dd textarea {
    width: 100%;
    min-height: 12.56039vw;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 10px 4.10628vw;
    outline: none;
    color: #000000;
  }
  .contact__form dl dd textarea {
    height: 56.76329vw;
  }
  .contact__form dl dd .wrapSel {
    width: 52.89855vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .contact__form dl dd .wrapSel::after {
    position: absolute;
    content: ">";
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    color: #000000;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    right: 2.41546vw;
    pointer-events: none;
  }
  .contact__form dl dd .wrapSel select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    min-height: 12.56039vw;
    border: 1px solid #C4DDFA;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 1.6rem;
    line-height: 24px;
    background: #F2F8FF;
    padding: 2.41546vw 4.10628vw;
    outline: none;
    color: #000000;
  }
  .contact__form .wrapCheck {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.93237vw;
  }
  .contact__form .wrapCheck label {
    cursor: pointer;
  }
  .contact__form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .contact__form .wrapCheck label input:checked + span::before {
    content: "\2714";
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
  }
  .contact__form .wrapCheck label span {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.28019vw;
  }
  .contact__form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 4.83092vw;
    height: 4.83092vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #F2F8FF;
    border: 1px solid #C4DDFB;
    left: 0;
    top: 1.20773vw;
  }
  .contact__form .wrapCheck label span a {
    color: #D02610;
  }
  .contact__form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 63.28502vw;
    height: 16.90821vw;
    outline: none;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefe59), to(#fdb900));
    background: -webkit-linear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: -moz- oldlinear-gradient(top, #fefe59 0%, #fdb900 100%);
    background: linear-gradient(180deg, #fefe59 0%, #fdb900 100%);
    color: #403A1C;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    cursor: pointer;
    margin: 4.58937vw auto 0;
    -moz-box-shadow: 0 0.96618vw 0 #262c28;
         box-shadow: 0 0.96618vw 0 #262c28;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact__form button:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .error {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #D02610;
    width: 100%;
  }
  .wrapCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .wrapCheck .error {
    text-align: center;
  }
  .pThanks {
    background: #EDF5FF;
    height: 100%;
  }
  .pThanks .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .pThanks footer {
    margin-top: auto;
    width: 100%;
  }
  .pThanks .thanks {
    text-align: center;
    padding: 9.90338vw 3.62319vw;
  }
  .pThanks .thanks h2 {
    font-size: 7.00483vw;
    line-height: 10.14493vw;
    font-weight: 700;
    color: #02326C;
  }
  .pThanks .thanks .txt {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 400;
    margin-top: 6.52174vw;
  }
}
.cta-sp {
  display: none;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 22.806763285vw;
  }
  .cta-sp {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    z-index: 9999;
  }
  .cta-sp__main {
    background: #0A295E;
    padding: 0 2.4154589372vw;        
    height: 19.806763285vw;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .cta-sp__main h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    margin: 0 -2.4154589372vw 3.38164251208vw;
    background: #0C43AD;
    height: 6.038647343vw;
  }
  .cta-sp__main h3 img {
    width: 7.24637681159vw;
  }
  .cta-sp__main h3.open {
      display: none;
  }
  .cta-sp__main--des {
    text-align: center;
    margin-bottom: 2.89855072464vw;
    opacity: 0;
  }
  .cta-sp__main--des p {
    font-size: 4.58937198068vw;
    line-height: 6.52173913043vw;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 1.2077294686vw;
  }
  .cta-sp__main--des span {
    display: inline-block;
    border: 1px solid #FFFF00;
    width: 39.61352657vw;
    line-height: 7.00483091787vw;
    color: #FFFF00;
    font-weight: 700;
    font-size: 3.86473429952vw;
  }
  .cta-sp__main--btn a {
    display: block;
    margin-bottom: 1.2077294686vw;
  }
  .cta-sp__main--btn a:last-child {
    margin-bottom: 2.89855072464vw;
  }
  .cta-sp__main.is_active {
    height: 107.246376812vw;
  }
  .cta-sp__main.is_active h3 {
    display: flex;
  }
  .cta-sp__main.is_active h3.close {
    display: none;
  }
  .cta-sp__main.is_active .cta-sp__main--des {
    opacity: 1;
  }
  .cta-sp__phone {
    width: 15.7004830918vw;
    position: absolute;
    bottom: 1.93236714976vw;
    left: 3.14009661836vw;
    z-index: 99;
  }
  .cta-sp__line {
    width: 15.7004830918vw;
    position: absolute;
    bottom: 1.93236714976vw;
    right: 3.14009661836vw;
    z-index: 99;
  }
  .cta-sp__txt {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1.93236714976vw;
    left: 0;
    font-size: 3.38164251208vw;
    color: #FFFFFF;
    line-height: 4.8309178744vw;
    z-index: 99;
  }
}