@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #1c50a1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic W6", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
  background-color: #fff;
}

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

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #1c50a1;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

iframe {
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

input,
select,
textarea,
button {
  outline: none;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  /*======= COMMON =========*/
  .button {
    background-color: #e30f5c;
    color: #ffffff !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .button:hover {
    background-color: #1c50a1 !important;
    opacity: 1;
  }
  .bgBlue-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3fafa), color-stop(80%, #d6eefb));
    background: -webkit-linear-gradient(bottom, #f3fafa 0%, #d6eefb 80%);
    background: -moz- oldlinear-gradient(bottom, #f3fafa 0%, #d6eefb 80%);
    background: linear-gradient(360deg, #f3fafa 0%, #d6eefb 80%);
  }
  .ttl_index {
    text-align: center;
    color: #1c50a1;
    font-size: 3.5rem;
    line-height: -webkit-calc(40 / 35);
    line-height: -moz-calc(40 / 35);
    line-height: calc(40 / 35);
    font-weight: 900;
    position: relative;
    z-index: 1;
  }
  .ttl_index ins {
    text-decoration: none;
    color: #e30f5c;
  }
  .ttl_index img {
    display: block;
    margin: 0 auto;
  }
  .rs-price {
    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;
    min-width: 280px;
    margin: -15px auto 0;
  }
  .rs-price__left {
    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;
  }
  .rs-price__left .circle {
    background-color: #e30f5c;
    width: 53px;
    height: 53px;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    white-space: nowrap;
  }
  .rs-price__left .all-three {
    color: #1c50a1;
    font-size: 1.3rem;
    line-height: 1;
    margin-left: 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-weight: 600;
  }
  .rs-price__right {
    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;
    border-bottom: 5px solid #fed600;
    margin-top: 5px;
  }
  .rs-price__right .des {
    color: #1c50a1;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    margin-right: 5px;
  }
  .rs-price__right .number {
    color: #e30f5c;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 700;
  }
  .rs-price__right .number ins {
    text-decoration: none;
    font-size: 2rem;
  }
  .serviceInc {
    background-color: #f6f6f6;
    padding: 60px 0 100px;
    position: relative;
  }
  .serviceInc::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/top/service_bg.png") no-repeat center top/100%;
    width: 1000px;
    height: 190px;
  }
  .serviceInc .row {
    position: relative;
    z-index: 1;
  }
  .serviceInc_list {
    margin-top: 60px;
    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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .serviceInc_list li:first-child {
    width: 595px;
  }
  .serviceInc_list li:last-child {
    width: 570px;
  }
  .bContact {
    background-color: #f6f6f6;
    padding: 60px 0 80px;
  }
  .bContact h3 {
    font-size: 2.2rem;
    line-height: -webkit-calc(24 / 22);
    line-height: -moz-calc(24 / 22);
    line-height: calc(24 / 22);
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .bContact h3 ins {
    text-decoration: none;
    color: #e30f5c;
  }
  .bContact_top {
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bContact_top li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
    background-color: #ffffff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 70px 20px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    min-height: 360px;
  }
  .bContact_top li p {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .bContact_top li img {
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bContact_top li.phone img {
    width: 28px;
  }
  .bContact_top li.phone .number {
    margin-top: 20px;
  }
  .bContact_top li.phone .number a {
    font-size: 4rem;
    line-height: 1;
    display: block;
    font-weight: 700;
    background: url("../img/icon-hotline.png") no-repeat left center;
    -moz-background-size: 40px auto;
         background-size: 40px auto;
    padding-left: 30px;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .number span {
    display: block;
    text-align: right;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    padding-right: 25px;
    margin-top: 5px;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .time {
    margin-top: 20px;
  }
  .bContact_top li.fax img {
    width: 35px;
  }
  .bContact_top li.fax .number {
    margin-top: 98px;
    margin-bottom: 14px;
  }
  .bContact_top li.fax .number a {
    font-size: 4rem;
    line-height: 1;
    display: block;
    font-weight: 700;
    background: url("../img/fax-icon.png") no-repeat left center;
    -moz-background-size: 40px auto;
         background-size: 40px auto;
    padding-left: 30px;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.fax .number span {
    display: block;
    text-align: right;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    padding-right: 25px;
    margin-top: 5px;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.mail img {
    width: 40px;
    top: 20px;
  }
  .bContact_top li.mail > p {
    font-size: 2.3rem;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    font-family: futura-pt, sans-serif;
    margin-top: 100px;
  }
  .bContact_top li.hasBtn {
    padding-bottom: 80px;
  }
  .bContact_top li.hasBtn img {
    width: 40px;
  }
  .bContact_top li.hasBtn h3 {
    line-height: 1.3;
  }
  .bContact_top li.hasBtn p {
    margin-top: 45px;
  }
  .bContact_top li.hasBtn a {
    font-size: 1.4rem;
    line-height: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #e30f5c;
    -moz-border-radius: 50px;
         border-radius: 50px;
    width: 300px;
    height: 55px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -150px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .bContact_top li.hasBtn a:hover {
    background-color: #1c50a1;
    opacity: 1;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 20px 20px 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
  }
  .bContact_form > img {
    width: 40px;
    display: block;
    margin: 0 auto 10px;
  }
  .bContact_form > p {
    font-size: 1.6rem;
    text-align: center;
    line-height: -webkit-calc(31 / 16);
    line-height: -moz-calc(31 / 16);
    line-height: calc(31 / 16);
    font-weight: 500;
    margin-bottom: 30px;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #3ebff0;
    text-align: center;
    padding: 12px 40px;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    max-width: 800px;
  }
  .bContact_form__step {
    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;
  }
  .bContact_form__step li {
    text-align: center;
    color: #1c50a1;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 44px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 20px;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 52px;
  }
  .bContact_form__step li.active::after {
    height: 52px;
    background: url("../img/ctStep_bg_active.png") no-repeat left center;
    -moz-background-size: auto 52px;
         background-size: auto 52px;
    width: 267px;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 298px;
    height: 43px;
    background: url("../img/ctStep_bg.png") no-repeat left center;
    -moz-background-size: auto 43px;
         background-size: auto 43px;
  }
  .bContact_form__form {
    margin-top: 50px;
  }
  .bContact_form__form .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 25px;
  }
  .bContact_form__form .form-group > label {
    font-size: 1.5rem;
    line-height: -webkit-calc(30 / 15);
    line-height: -moz-calc(30 / 15);
    line-height: calc(30 / 15);
    font-weight: 600;
    width: 250px;
    white-space: nowrap;
    display: block;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #3ebff0;
    display: inline-block;
    padding: 3px 5px 4px;
    margin-right: 8px;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #1c50a1;
    border: 1px solid #1c50a1;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f2f2f2;
    height: 30px;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 10px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 150px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .radio-list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    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;
  }
  .bContact_form__form .form-group .radio-list label {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
  .bContact_form__form .form-group .radio-list label:not(:last-child) {
    margin-right: 25px;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/radio.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
    padding-left: 20px;
  }
  .bContact_form__form .form-group .agree {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bContact_form__form .form-group .agree label {
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    cursor: pointer;
  }
  .bContact_form__form .form-group .agree label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .agree label input:checked + span {
    background: url("../img/checkbox-active.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
  }
  .bContact_form__form .form-group .agree label span {
    display: block;
    background: url("../img/checkbox.svg") no-repeat left center/100%;
    -moz-background-size: 15px;
         background-size: 15px;
    padding-left: 20px;
  }
  .bContact_form__form .form-group button {
    background-color: #e30f5c;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 220px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    -moz-border-radius: 50px;
         border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    cursor: pointer;
  }
  .bContact_form__form .form-group button:hover {
    background-color: #1c50a1;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 80px 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 30px 40px;
    height: 650px;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 20px;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 20px;
    cursor: pointer;
    border: 4px solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 1.6rem;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 13px;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #1c50a1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bFaq {
    padding: 60px 0;
  }
  .bFaq .row {
    position: relative;
  }
  .bFaq .row::before, .bFaq .row::after {
    content: "";
    position: absolute;
    width: 215px;
    height: 325px;
    background: url("../img/ques-bg01.png") no-repeat center top/100%;
  }
  .bFaq .row::before {
    left: -130px;
    top: 250px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bFaq .row::after {
    right: -140px;
    top: -10px;
  }
  .bFaq_ttl img {
    display: block;
    margin: 0 auto;
    width: 120px;
  }
  .bFaq_sub {
    font-size: 2.2rem;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
  }
  .bFaq_list {
    margin-top: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .bFaq_item {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    -moz-border-radius: 20px;
         border-radius: 20px;
    border: 1px solid #1c50a1;
    background-color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  .bFaq_item dl dt {
    color: #1c50a1;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    background: url("../img/q.png") no-repeat left center;
    -moz-background-size: 45px auto;
         background-size: 45px auto;
    padding: 10px 30px 10px 55px;
    position: relative;
    cursor: pointer;
  }
  .bFaq_item dl dt::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: url("../img/faq_arrow.png") no-repeat center/100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bFaq_item dl dt.active::after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .bFaq_item dl dd {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-left: 55px;
    padding-right: 20px;
    font-weight: 500;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 0;
  }
  .bFaq_item dl dd ins {
    color: #ffffff;
    background-color: #1c50a1;
    text-decoration: none;
    display: inline-block;
    padding: 1px 5px;
    margin: 3px 0;
  }
  .bFaq_item dl dd .paymentImg {
    display: block;
    width: 300px;
    margin: 10px auto 0;
  }
  .bFaq_item dl dd .days {
    margin-top: 15px;
  }
  .bFaq_item dl dd .days li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bFaq_item dl dd .days li:not(:last-child) {
    margin-bottom: 10px;
  }
  .bFaq_item dl dd .days li div {
    width: 100px;
  }
  .bFaq_item dl dd .days li span {
    color: #ffffff;
    display: inline-block;
    padding: 4px 5px 5px 10px;
    background-color: #1c50a1;
    margin-right: 8px;
    line-height: 1;
    position: relative;
    height: 24px;
  }
  .bFaq_item dl dd .days li span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #1c50a1;
    position: absolute;
    right: -12px;
    top: 0;
  }
  .bFaq_item dl dd .days li p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bFaq_block {
    margin-top: 70px;
  }
  .bFaq_block h4 {
    color: #e30f5c;
    font-size: 3.2rem;
    line-height: -webkit-calc(40 / 32);
    line-height: -moz-calc(40 / 32);
    line-height: calc(40 / 32);
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .mainvisual {
    height: 470px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .mainvisual .row {
    height: 100%;
    position: relative;
    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;
    z-index: 1;
    padding-bottom: 170px;
    padding-left: 150px;
  }
  .mainvisual h2 {
    font-size: 4.4rem;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0px 0px 11px white, 0px 0px 14px white, 0px 0px 15px white, 0px 0px 15px white, 0px 0px 16px white, 0px 0px 15px white, 0px 0px 16px white;
  }
  .mainvisual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #d6eefb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(57%, rgba(214, 238, 251, 0)), color-stop(87%, rgba(255, 255, 255, 0.9)));
    background: -webkit-linear-gradient(bottom, rgba(214, 238, 251, 0) 57%, rgba(255, 255, 255, 0.9) 87%);
    background: -moz- oldlinear-gradient(bottom, rgba(214, 238, 251, 0) 57%, rgba(255, 255, 255, 0.9) 87%);
    background: linear-gradient(360deg, rgba(214, 238, 251, 0) 57%, rgba(255, 255, 255, 0.9) 87%);
  }
  .header {
    background: #1c50a1;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header-content {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 78px;
    gap: 0 37px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .header-content {
    padding: 10px 30px;
    gap: 0 25px;
  }
}

@media screen and (min-width: 769px), print {
  .header-content .logo {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 231px;
            flex: 0 0 231px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header-content .logo a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .header-content .logo {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media screen and (min-width: 769px), print {
  .header.fixed {
    background-color: #ffffff;
    -moz-box-shadow: 0px 1.30208vw 1.95313vw -0.39063vw rgba(0, 0, 0, 0.1), 0px 0.52083vw 0.78125vw -0.26042vw rgba(0, 0, 0, 0.05);
         box-shadow: 0px 1.30208vw 1.95313vw -0.39063vw rgba(0, 0, 0, 0.1), 0px 0.52083vw 0.78125vw -0.26042vw rgba(0, 0, 0, 0.05);
    /*.header-contact {
        height: 72px;
        overflow: hidden; 
        cursor: pointer;
        &:hover {
          height: 312px;
          overflow: unset;
        }
      }*/
  }
  .header-nav {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .header-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__list > li > a,
  .header-nav__list > li > span {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    color: #1c50a1;
    padding: 0 25px;
    height: 83px;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    white-space: nowrap;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .header-nav__list > li > a,
  .header-nav__list > li > span {
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header-nav__list > li:hover > a,
  .header-nav__list > li:hover > span {
    color: #e8531a;
    opacity: 1;
  }
  .header-nav__list > li:hover .header-nav__sub {
    max-height: 200px !important;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    height: 30px;
  }
  .header-nav__sub {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    max-height: 0 !important;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    overflow: hidden;
    padding: 9px 0 10px 370px;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #1c50a1;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    gap: 20px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  .header-nav__sub {
    padding: 9px 0 10px 305px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .header-nav__sub {
    padding: 9px 0 10px 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px), print {
  .header-nav__sub li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 30px;
  }
  .header-nav__sub li a {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    /*padding: 10px 0;*/
    /*transition: 0.4s ease;*/
    min-height: 30px;
    display: block;
    padding-top: 5px;
  }
  .header-nav__sub li a:hover {
    color: #e8531a;
    opacity: 1;
  }
  .header-contact {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    width: 335px;
    height: 312px;
    background-color: #1c50a1;
    -moz-border-radius-bottomleft: 20px;
         border-bottom-left-radius: 20px;
    text-align: center;
    padding: 25px 12px;
  }
  .header-contact.hide {
    height: 83px;
  }
  .header-contact.hide .header-contact__guide {
    height: 48px;
    overflow: hidden;
  }
  .header-contact.hide .header-contact__btn-wrap {
    display: none;
  }
  .header-contact.hide .header-contact__txt {
    display: none;
  }
  .header-contact.hide .header-contact__box {
    display: none;
  }
  .header-contact.hide .header-toogle {
    bottom: -30px;
  }
  .header-contact.hide .header-toogle:before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .header-contact {
    width: 270px;
    height: 280px;
  }
}

@media screen and (min-width: 769px), print {
  .header-contact__guide {
    margin-bottom: 15px;
  }
  .header-contact__btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-contact__txt {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1;
    margin: 15px 0;
    font-weight: 700;
  }
  .header-contact__box {
    background-color: #ffffff;
    border: 3px solid #1c50a1;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 13px 10px;
    width: 291px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .header-contact__box {
    width: 240px;
  }
}

@media screen and (min-width: 769px), print {
  .header-contact__box p {
    font-size: 1.5rem;
    color: #1c50a1;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px;
  }
  .header-toogle {
    width: 60px;
    height: 25px;
    background: #fff;
    border: 1px solid #1c50a1;
    position: absolute;
    -moz-border-radius: 10px;
         border-radius: 10px;
    bottom: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
  }
  .header-toogle:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #E95504 transparent;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    bottom: 5px;
    cursor: pointer;
  }
  .header .iconNav {
    display: none;
  }
  .footer_top {
    padding: 65px 0;
    background-color: #ffffff;
  }
  .footer_top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top__name {
    color: #1c50a1;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .footer_top__address {
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    color: #1c50a1;
    font-weight: 500;
  }
  .footer_top__left {
    width: 700px;
  }
  .footer_top__left h2 {
    color: #1c50a1;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: -webkit-calc(47 / 34);
    line-height: -moz-calc(47 / 34);
    line-height: calc(47 / 34);
    margin-bottom: 35px;
  }
  .footer_top__left img {
    display: block;
    margin-bottom: 35px;
  }
  .footer_top__right > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top__right > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer_top__right > div > span {
    width: 160px;
    white-space: nowrap;
    font-size: 3rem;
    line-height: 1;
    color: #1c50a1;
    font-weight: 700;
    margin-right: 20px;
    font-family: futura-pt, sans-serif;
  }
  .footer_top__right > div > span em {
    font-size: 2rem;
    font-style: normal;
  }
  .footer_top__right > div ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .footer_top__right > div ul li a {
    color: #1c50a1;
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    font-weight: 500;
    display: block;
  }
  .footer_bottom {
    background-color: #1c50a1;
    padding: 32px 0;
  }
  .footer_bottom p {
    font-size: 1.5rem;
    line-height: -webkit-calc(19 / 16);
    line-height: -moz-calc(19 / 16);
    line-height: calc(19 / 16);
    color: #ffffff;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.38542vw;
    line-height: 5.72917vw;
  }
  .container {
    overflow: hidden;
    min-width: 320px;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  a[href^="tel"] {
    text-decoration: none;
  }
  /*======= COMMON =========*/
  .button {
    background-color: #e30f5c;
    color: #ffffff !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .button:hover {
    background-color: #1c50a1 !important;
    opacity: 1;
  }
  .bgBlue-gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(#f3fafa), color-stop(80%, #d6eefb));
    background: -webkit-linear-gradient(bottom, #f3fafa 0%, #d6eefb 80%);
    background: -moz- oldlinear-gradient(bottom, #f3fafa 0%, #d6eefb 80%);
    background: linear-gradient(360deg, #f3fafa 0%, #d6eefb 80%);
  }
  .ttl_index {
    text-align: center;
    color: #1c50a1;
    font-size: 5.20833vw;
    line-height: -webkit-calc(50 / 45);
    line-height: -moz-calc(50 / 45);
    line-height: calc(50 / 45);
    font-weight: 900;
    position: relative;
    z-index: 1;
  }
  .ttl_index ins {
    text-decoration: none;
    color: #e30f5c;
  }
  .ttl_index img {
    display: block;
    margin: 0 auto;
  }
  .rs-price {
    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;
    min-width: 49.47917vw;
    margin: 0 auto;
  }
  .rs-price__left {
    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;
  }
  .rs-price__left .circle {
    background-color: #e30f5c;
    width: 9.11458vw;
    height: 9.11458vw;
    color: #ffffff;
    font-size: 2.08333vw;
    line-height: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
    white-space: nowrap;
  }
  .rs-price__left .all-three {
    color: #1c50a1;
    font-size: 2.86458vw;
    line-height: 1;
    margin-left: 1.30208vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-weight: 600;
  }
  .rs-price__right {
    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;
    border-bottom: 0.65104vw solid #fed600;
    margin-top: 0.65104vw;
  }
  .rs-price__right .des {
    color: #1c50a1;
    font-size: 2.34375vw;
    line-height: 1;
    font-weight: 600;
    margin-right: 0.65104vw;
  }
  .rs-price__right .number {
    color: #e30f5c;
    font-size: 7.8125vw;
    line-height: 1;
    font-weight: 700;
  }
  .rs-price__right .number ins {
    text-decoration: none;
    font-size: 2.99479vw;
  }
  .serviceInc {
    background-color: #f6f6f6;
    padding: 6.51042vw 0 10.41667vw;
    position: relative;
  }
  .serviceInc::after {
    content: "";
    position: absolute;
    top: 0.65104vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("../img/top/service_bg.png") no-repeat center top/100%;
    width: 84.63542vw;
    height: 16.92708vw;
  }
  .serviceInc .row {
    position: relative;
    z-index: 1;
  }
  .serviceInc_list {
    margin-top: 2.60417vw;
    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;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .serviceInc_list li:first-child {
    width: 47.00521vw;
  }
  .serviceInc_list li:last-child {
    width: 45.05208vw;
  }
  .bContact {
    background-color: #f6f6f6;
    padding: 7.8125vw 0 10.41667vw;
  }
  .bContact h3 {
    font-size: 3.77604vw;
    line-height: -webkit-calc(24 / 22);
    line-height: -moz-calc(24 / 22);
    line-height: calc(24 / 22);
    text-align: center;
    font-weight: 700;
    margin-bottom: 3.90625vw;
  }
  .bContact h3 ins {
    text-decoration: none;
    color: #e30f5c;
  }
  .bContact_top {
    margin-top: 7.16146vw;
  }
  .bContact_top li {
    width: 100%;
    background-color: #ffffff;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 2.60417vw 2.60417vw 3.90625vw;
    position: relative;
    text-align: center;
  }
  .bContact_top li:not(:last-child) {
    margin-bottom: 5.20833vw;
  }
  .bContact_top li p {
    font-size: 2.86458vw;
    line-height: 1.8;
    font-weight: 600;
  }
  .bContact_top li img {
    display: block;
    margin: 0 auto 2.60417vw;
  }
  .bContact_top li.phone img {
    width: 3.90625vw;
  }
  .bContact_top li.phone .number {
    margin-top: 2.60417vw;
    width: 58.59375vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bContact_top li.phone .number a {
    font-size: 6.51042vw;
    line-height: 1;
    display: block;
    font-weight: 700;
    background: url("../img/icon-hotline.png") no-repeat left center;
    -moz-background-size: 6.51042vw auto;
         background-size: 6.51042vw auto;
    padding-left: 3.90625vw;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .number span {
    display: block;
    text-align: right;
    font-size: 3.90625vw;
    line-height: 1;
    font-weight: 700;
    padding-right: 6.51042vw;
    margin-top: 0.65104vw;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.phone .time {
    margin-top: 2.60417vw;
  }
  .bContact_top li.fax img {
    width: 5.20833vw;
  }
  .bContact_top li.fax .number {
    margin: 3.90625vw auto 1.95313vw;
    width: 55.98958vw;
    display: block;
  }
  .bContact_top li.fax .number a {
    font-size: 6.51042vw;
    line-height: 1;
    display: block;
    font-weight: 700;
    background: url("../img/fax-icon.png") no-repeat left center;
    -moz-background-size: 6.51042vw auto;
         background-size: 6.51042vw auto;
    padding-left: 3.90625vw;
    font-family: futura-pt, sans-serif;
  }
  .bContact_top li.mail img {
    width: 5.85938vw;
  }
  .bContact_top li.mail > p {
    font-size: 4.55729vw;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
    font-family: futura-pt, sans-serif;
    margin-top: 3.90625vw;
  }
  .bContact_top li.hasBtn img {
    width: 5.20833vw;
  }
  .bContact_top li.hasBtn h3 {
    line-height: 1.3;
  }
  .bContact_top li.hasBtn p {
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .bContact_top li.hasBtn a {
    font-size: 2.86458vw;
    line-height: 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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #e30f5c;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    width: 58.59375vw;
    height: 8.46354vw;
    margin: 0 auto;
  }
  .bContact_form {
    background-color: #ffffff;
    padding: 2.60417vw 3.90625vw 6.51042vw;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    margin-top: 6.51042vw;
  }
  .bContact_form > img {
    width: 7.16146vw;
    display: block;
    margin: 0 auto 2.60417vw;
  }
  .bContact_form > p {
    font-size: 2.86458vw;
    text-align: center;
    line-height: -webkit-calc(31 / 16);
    line-height: -moz-calc(31 / 16);
    line-height: calc(31 / 16);
    font-weight: 600;
    margin-bottom: 3.90625vw;
  }
  .bContact_form > p a {
    display: inline-block;
    color: #ffffff;
    background-color: #3ebff0;
    text-align: center;
    padding: 1.95313vw 5.20833vw 2.21354vw;
    font-weight: 600;
    line-height: 1;
  }
  .bContact_form .row {
    padding: 0 !important;
  }
  .bContact_form__step {
    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;
  }
  .bContact_form__step li {
    text-align: center;
    color: #1c50a1;
    font-size: 2.60417vw;
    line-height: 1;
    font-weight: 600;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    height: 7.55208vw;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-right: 2.60417vw;
  }
  .bContact_form__step li.active {
    z-index: 4 !important;
    height: 9.11458vw;
  }
  .bContact_form__step li.active::after {
    height: 9.11458vw;
    background: url("../img/ctStep_bg_active.png") no-repeat right center;
    -moz-background-size: auto 9.11458vw;
         background-size: auto 9.11458vw;
    width: 27.99479vw;
  }
  .bContact_form__step li.active span {
    color: #ffffff;
  }
  .bContact_form__step li span {
    position: relative;
    z-index: 4;
  }
  .bContact_form__step li:first-child {
    z-index: 3;
  }
  .bContact_form__step li:nth-child(2) {
    z-index: 2;
  }
  .bContact_form__step li:not(:first-child) {
    border-left: 0;
  }
  .bContact_form__step li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 31.90104vw;
    height: 7.55208vw;
    background: url("../img/ctStep_bg.png") no-repeat right center;
    -moz-background-size: auto 7.55208vw;
         background-size: auto 7.55208vw;
  }
  .bContact_form__form {
    margin-top: 5.20833vw;
  }
  .bContact_form__form .form-group:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .bContact_form__form .form-group > label {
    font-size: 3.125vw;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    display: block;
    margin-bottom: 1.95313vw;
    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;
  }
  .bContact_form__form .form-group > label span {
    color: #ffffff;
    font-size: 2.34375vw;
    line-height: 1;
    background-color: #3ebff0;
    display: inline-block;
    padding: 0.65104vw 1.04167vw 0.78125vw;
    margin-right: 1.30208vw;
  }
  .bContact_form__form .form-group > label span.white {
    background-color: #ffffff;
    color: #1c50a1;
    border: 0.13021vw solid #1c50a1;
  }
  .bContact_form__form .form-group .form-control {
    background-color: #f2f2f2;
    height: 8.46354vw;
    width: 100%;
    border: 0.13021vw solid #e6e6e6;
    font-size: 2.86458vw;
    font-weight: 500;
    padding: 0 2.60417vw;
    display: block;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .bContact_form__form .form-group .form-control::-webkit-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::-moz-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control:-ms-input-placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group .form-control::placeholder {
    color: #cccccc;
  }
  .bContact_form__form .form-group textarea {
    min-height: 26.04167vw;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 1.30208vw 2.60417vw !important;
  }
  .bContact_form__form .form-group .radio-list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -1.95313vw;
  }
  .bContact_form__form .form-group .radio-list label {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    font-size: 2.86458vw;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.95313vw;
    display: block;
  }
  .bContact_form__form .form-group .radio-list label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .radio-list label input:checked + span {
    background: url("../img/radio-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
  }
  .bContact_form__form .form-group .radio-list label span {
    display: block;
    background: url("../img/radio.svg") no-repeat left center/100%;
    -moz-background-size: 3.25521vw;
         background-size: 3.25521vw;
    padding-left: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label {
    font-size: 2.86458vw;
    font-weight: 600;
    position: relative;
  }
  .bContact_form__form .form-group .agree label input {
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
  }
  .bContact_form__form .form-group .agree label input:checked + span {
    background: url("../img/checkbox-active.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
  }
  .bContact_form__form .form-group .agree label span {
    display: block;
    background: url("../img/checkbox.svg") no-repeat left center/100%;
    -moz-background-size: 3.90625vw;
         background-size: 3.90625vw;
    padding-left: 4.55729vw;
  }
  .bContact_form__form .form-group button {
    background-color: #e30f5c;
    color: #ffffff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    width: 41.66667vw;
    height: 10.41667vw;
    font-size: 2.86458vw;
    font-weight: 600;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0 auto;
    display: block;
  }
  .bPrivacy {
    background-color: #ffffff;
    padding: 9.11458vw 0;
  }
  .bPrivacy_inner {
    border: 1px solid #9fa0a0;
    padding: 2.60417vw 2.60417vw;
    height: 71.61458vw;
    overflow-y: auto;
  }
  .bPrivacy_inner::-webkit-scrollbar {
    width: 2.60417vw;
  }
  .bPrivacy_inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-left: 1px solid #9fa0a0;
  }
  .bPrivacy_inner::-webkit-scrollbar-thumb {
    background: #9fa0a0;
    border-radius: 2.60417vw;
    cursor: pointer;
    border: 0.52083vw solid transparent;
    background-clip: content-box;
  }
  .bPrivacy_inner h3 {
    text-align: center;
    font-size: 3.38542vw;
    line-height: 1;
    margin-bottom: 3.90625vw;
    font-weight: 700;
  }
  .bPrivacy_inner p {
    font-size: 2.60417vw;
    line-height: -webkit-calc(24 / 16);
    line-height: -moz-calc(24 / 16);
    line-height: calc(24 / 16);
    font-weight: 500;
  }
  .bPrivacy_inner p span {
    display: inline-block;
    position: relative;
    padding-left: 1.69271vw;
  }
  .bPrivacy_inner p span::before {
    content: "";
    width: 1.04167vw;
    height: 2.60417vw;
    background-color: #1c50a1;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bFaq {
    padding: 7.8125vw 0;
  }
  .bFaq .row {
    position: relative;
  }
  .bFaq .row::after {
    content: "";
    position: absolute;
    width: 19.53125vw;
    height: 40.36458vw;
    background: url("../img/ques-bg01.png") no-repeat center top/100%;
  }
  .bFaq .row::after {
    right: 1.30208vw;
    top: -3.90625vw;
  }
  .bFaq_ttl img {
    display: block;
    margin: 0 auto;
    width: 19.53125vw;
  }
  .bFaq_sub {
    font-size: 3.125vw;
    text-align: center;
    font-weight: 600;
    margin-top: 1.95313vw;
  }
  .bFaq_list {
    margin-top: 5.85938vw;
    position: relative;
    z-index: 1;
  }
  .bFaq_item {
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    border: 1px solid #1c50a1;
    background-color: #ffffff;
    padding: 1.30208vw 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .bFaq_item dl dt {
    color: #1c50a1;
    font-size: 2.86458vw;
    line-height: 1.5;
    font-weight: 700;
    background: url("../img/q.png") no-repeat left center;
    -moz-background-size: 5.85938vw auto;
         background-size: 5.85938vw auto;
    padding: 1.30208vw 6.51042vw 1.30208vw 7.16146vw;
    position: relative;
    cursor: pointer;
  }
  .bFaq_item dl dt::after {
    content: "";
    width: 4.55729vw;
    height: 4.55729vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2.27865vw;
    background: url("../img/faq_arrow.png") no-repeat center/100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bFaq_item dl dt.active::after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .bFaq_item dl dd {
    font-size: 2.73438vw;
    line-height: 1.7;
    padding-left: 7.16146vw;
    font-weight: 500;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 0;
  }
  .bFaq_item dl dd > div {
    padding-bottom: 1.30208vw;
  }
  .bFaq_item dl dd ins {
    color: #ffffff;
    background-color: #1c50a1;
    text-decoration: none;
    display: inline-block;
    padding: 0.26042vw 0.65104vw;
    margin: 0.39063vw 0;
  }
  .bFaq_item dl dd .paymentImg {
    display: block;
    width: 58.59375vw;
    margin: 1.30208vw auto;
  }
  .bFaq_item dl dd .days {
    margin-top: 1.95313vw;
  }
  .bFaq_item dl dd .days li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.60417vw !important;
  }
  .bFaq_item dl dd .days li:not(:last-child) {
    margin-bottom: 1.30208vw;
  }
  .bFaq_item dl dd .days li div {
    width: 15.625vw;
  }
  .bFaq_item dl dd .days li span {
    color: #ffffff;
    display: inline-block;
    padding: 0.52083vw 0.65104vw 0.65104vw 1.30208vw;
    background-color: #1c50a1;
    line-height: 1;
    position: relative;
    height: 3.90625vw;
  }
  .bFaq_item dl dd .days li span::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 2.08333vw solid transparent;
    border-bottom: 2.08333vw solid transparent;
    border-left: 2.08333vw solid #1c50a1;
    position: absolute;
    right: -1.95313vw;
    top: 0;
  }
  .bFaq_item dl dd .days li p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .bFaq_block {
    margin-top: 9.11458vw;
  }
  .bFaq_block h4 {
    color: #e30f5c;
    font-size: 4.16667vw;
    line-height: -webkit-calc(40 / 32);
    line-height: -moz-calc(40 / 32);
    line-height: calc(40 / 32);
    text-align: center;
    font-weight: 700;
  }
  .mainvisual {
    height: 52.08333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 11.71875vw;
  }
  .mainvisual .row {
    height: 100%;
    position: relative;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
  }
  .mainvisual h2 {
    font-size: 5.85938vw;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0px 0px 1.43229vw white, 0px 0px 1.43229vw white, 0px 0px 1.43229vw white, 0px 0px 1.43229vw white;
  }
  .mainvisual h2.faq {
    margin-top: -6.51042vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background-color: #1c50a1;
    padding: 2.60417vw 3.90625vw;
    -moz-box-shadow: 0px 1.30208vw 1.95313vw -0.39063vw rgba(0, 0, 0, 0.1), 0px 0.52083vw 0.78125vw -0.26042vw rgba(0, 0, 0, 0.05);
         box-shadow: 0px 1.30208vw 1.95313vw -0.39063vw rgba(0, 0, 0, 0.1), 0px 0.52083vw 0.78125vw -0.26042vw rgba(0, 0, 0, 0.05);
  }
  .header-content {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-content .logo {
    width: 130.20833vw;
    z-index: 999;
    margin-right: 1.30208vw;
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1c50a1;
    z-index: 998;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 13.02083vw 0 0;
  }
  .header-nav.open {
    opacity: 1;
    visibility: visible;
  }
  .header-nav__list {
    border-bottom: 0.26042vw solid #ffffff;
  }
  .header-nav__list li > a,
  .header-nav__list li > span {
    color: #ffffff;
    display: block;
    padding: 3.90625vw;
    border-top: 0.26042vw solid #ffffff;
    font-size: 3.64583vw;
    font-weight: 700;
    position: relative;
  }
  .header-nav__list li.--hasSub > span::after {
    content: "";
    position: absolute;
    right: 1.30208vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.72917vw;
    height: 5.72917vw;
    background: url("../img/right-icon-orange.svg") no-repeat center/100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header-nav__list li.open span::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .header-nav__sub {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .header-nav__sub li a {
    background-color: #ffffff;
    color: #1c50a1;
    padding-left: 6.51042vw;
    font-weight: 700;
    padding-top: 2.60417vw;
    padding-bottom: 2.60417vw;
    font-size: 3.38542vw;
  }
  .header-nav__sub li:not(:last-child) a {
    border-bottom: 1px solid #1c50a1;
  }
  .header-nav__contact {
    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: 0 9.11458vw;
    margin-bottom: 6.51042vw;
    margin-top: 6.51042vw;
  }
  .header-nav__contact a {
    background-color: #ffffff;
    color: #1c50a1;
    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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-border-radius: 0.39063vw;
         border-radius: 0.39063vw;
    padding: 2.60417vw 3.90625vw;
    width: -webkit-calc(50% - 1.95313vw);
    width: -moz-calc(50% - 1.95313vw);
    width: calc(50% - 1.95313vw);
  }
  .header-nav__contact a img {
    display: block;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 5.20833vw;
            flex: 0 0 5.20833vw;
    width: 5.20833vw;
  }
  .header-nav__contact a span {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    display: block;
    font-size: 3.125vw;
    line-height: 1.4;
    font-weight: 700;
    padding-left: 2.60417vw;
  }
  .header-nav__phone {
    margin-top: 6.51042vw;
    padding: 0 3.90625vw;
  }
  .header-nav__phone p {
    color: #ffffff;
    font-size: 3.38542vw;
    font-weight: 500;
  }
  .header-nav__phone a {
    background-color: #ffffff;
    display: block;
    text-align: center;
    padding: 3.90625vw 0;
    -moz-border-radius: 0.65104vw;
         border-radius: 0.65104vw;
    margin-top: 2.60417vw;
  }
  .header-nav__phone a img {
    width: 58.59375vw;
  }
  .header-nav__inner {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 6.51042vw;
  }
  .header-contact {
    display: none;
  }
  .header .iconNav {
    width: 7.8125vw;
    height: 5.85938vw;
    z-index: 999;
    position: relative;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    cursor: pointer;
  }
  .header .iconNav span {
    display: block;
    position: absolute;
    left: 0;
    opacity: 1;
    height: 0.65104vw;
    width: 100%;
    background: #1c50a1;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -moz-border-radius: 1.17188vw;
         border-radius: 1.17188vw;
  }
  .header .iconNav span:nth-child(1) {
    top: 0px;
  }
  .header .iconNav span:nth-child(2) {
    top: 2.34375vw;
  }
  .header .iconNav span:nth-child(3) {
    top: 4.6875vw;
  }
  .header .iconNav.open span {
    background-color: #ffffff;
  }
  .header .iconNav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -0.39063vw;
    left: 1.5625vw;
  }
  .header .iconNav.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .header .iconNav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 5.07813vw;
    left: 1.5625vw;
  }
  .footer_top {
    padding: 6.51042vw 0;
    background-color: #ffffff;
  }
  .footer_top__name {
    color: #1c50a1;
    font-size: 3.38542vw;
    line-height: 1;
    margin-bottom: 1.95313vw;
    font-weight: 600;
    padding-top: 5.20833vw;
    border-top: 1px solid #cecece;
    text-align: center;
  }
  .footer_top__address {
    font-size: 2.34375vw;
    line-height: 1.5;
    color: #1c50a1;
    font-weight: 500;
    text-align: center;
  }
  .footer_top__left h2 {
    text-align: center;
    color: #1c50a1;
    font-weight: 700;
    font-size: 4.42708vw;
    line-height: -webkit-calc(47 / 34);
    line-height: -moz-calc(47 / 34);
    line-height: calc(47 / 34);
    font-family: futura-pt, sans-serif;
  }
  .footer_top__left img {
    display: block;
    margin: 0 auto 4.55729vw;
    width: 52.08333vw;
  }
  .footer_top__right {
    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;
    margin-bottom: 5.20833vw;
    margin-top: 7.8125vw;
  }
  .footer_top__right > div {
    width: -webkit-calc((100% - 5.20833vw) / 3);
    width: -moz-calc((100% - 5.20833vw) / 3);
    width: calc((100% - 5.20833vw) / 3);
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .footer_top__right > div:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .footer_top__right > div > span {
    display: block;
    white-space: nowrap;
    font-size: 4.6875vw;
    line-height: 1;
    color: #1c50a1;
    font-weight: 700;
    font-family: futura-pt, sans-serif;
    margin-bottom: 2.60417vw;
  }
  .footer_top__right > div > span em {
    font-size: 3.38542vw;
    font-style: normal;
  }
  .footer_top__right > div ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .footer_top__right > div ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer_top__right > div ul li a {
    color: #1c50a1;
    font-size: 2.86458vw;
    line-height: 1.8;
    display: block;
    font-weight: 500;
  }
  .footer_bottom {
    background-color: #1c50a1;
    padding: 2.86458vw 0;
  }
  .footer_bottom p {
    font-size: 2.86458vw;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
  }
}
