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

body {
  overflow-wrap: break-word;
}

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

a:hover {
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

a {
  color: #000;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    min-width: 1100px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 76px;
  }
  .header {
    padding: 10px 0 6px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
  }
  .header .row {
    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;
    max-width: 995px;
  }
  .header__logo img {
    width: 148px;
    height: auto;
  }
  .header .ct-box {
    position: relative;
    top: -6px;
  }
  .ct-box {
    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;
  }
  .ct-box__phone {
    padding-left: 36px;
  }
  .ct-box__phone a {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    color: #2156b6;
    position: relative;
    margin-right: 10px;
  }
  .ct-box__phone a:before {
    content: '';
    width: 33px;
    height: 26px;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    position: absolute;
    top: 14px;
    left: -36px;
  }
  .ct-box__phone span {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    margin-top: 5px;
  }
  .ct-box__btn {
    background: #f36a3a;
    -moz-border-radius: 50px;
         border-radius: 50px;
    width: 263px;
    height: 48px;
    color: #fff !important;
    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-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    padding: 10px;
  }
  .ct-box__btn span {
    width: 48px;
    height: 25px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #e82c0d;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    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;
    margin-right: 9px;
    padding-bottom: 3px;
  }
  .footer {
    background: #fff;
    padding: 46px 0 34px;
  }
  .footer__nav {
    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;
  }
  .footer__nav li a {
    color: #272b34;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .footer__nav li:not(:first-child):before {
    content: '｜';
    display: inline-block;
    color: #272b34;
    font-size: 1.6rem;
    line-height: 1;
  }
  .footer__copy {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #272b34;
    margin-top: 18px;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(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;
  }
  .mv__bg {
    width: 100%;
    height: 531px;
  }
  .mv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv picture {
    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: absolute;
    bottom: 0;
    left: 4px;
    right: 0;
    text-align: center;
  }
  .mv picture img {
    width: 995px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .info {
    background: #fffee7;
    position: relative;
    padding: 25px 0 38px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .info:before {
    content: '';
    width: 100%;
    height: 94px;
    background: url("../img/b1_bg.png") center/contain repeat-x;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .info__tt {
    margin-bottom: 37px;
  }
  .info__tt img {
    width: 980px;
    height: auto;
  }
  .info__sub {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #233e6f;
    font-weight: bold;
  }
  .info__sub span {
    position: relative;
  }
  .info__sub span:before {
    content: '';
    width: 20px;
    height: 37px;
    background: url("../img/ic_line.png") center/contain no-repeat;
    position: absolute;
    left: -28px;
    top: -2px;
  }
  .info__sub span:after {
    content: '';
    width: 20px;
    height: 37px;
    background: url("../img/ic_line.png") center/contain no-repeat;
    position: absolute;
    right: -30px;
    top: -2px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .info__sub em {
    font-style: normal;
    color: #d24023;
  }
  .info .survey {
    padding: 23px 30px 34px 34px;
    max-width: 697px;
    width: 100%;
    background: #fff;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    margin: 18px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    left: -3px;
  }
  .info .survey-tt {
    width: 872px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info .survey-tt img {
    width: 872px;
    height: auto;
  }
  .info .survey .step {
    display: none;
  }
  .info .survey .step + .step {
    margin-top: 18px;
  }
  .info .survey .step.--active {
    display: block;
  }
  .info .survey .step.--active .head__text--main {
    display: none;
  }
  .info .survey .step.--active .step__main ul {
    display: none;
  }
  .info .survey .step.is_active .head__text--bound {
    display: none;
  }
  .info .survey .step.is_active .head__text--main {
    display: inline-block;
  }
  .info .survey .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .info .survey .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 8px 17px;
    margin: 27px 0 0;
  }
  .info .survey .step__main ul li span {
    background: #f36a3a;
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 14px 13px 15px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .info .survey .step__main ul li span:hover {
    opacity: 0.7;
  }
  .info .survey .step__main .reply {
    display: none;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 18px;
  }
  .info .survey .step__main .reply__main span {
    display: inline-block;
    padding: 14px 13px 15px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f36a3a;
    color: #fff;
    font-size: 2rem;
    line-height: 32px;
    font-weight: 700;
    min-width: 173px;
    text-align: center;
  }
  .info .survey .step__main .reply__main p {
    font-size: 1.4rem;
    line-height: 17px;
    font-weight: 400;
    margin-top: 3px;
  }
  .info .survey .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .survey .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .survey .head__icon {
    width: 68px;
    margin-right: 13px;
  }
  .info .survey .head__icon img {
    width: 100%;
    height: 68px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .info .survey .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .survey .head__text--labels {
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 500;
    color: #04002d;
    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;
  }
  .info .survey .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f4ff;
    position: relative;
    height: 5rem;
    width: 10rem;
    margin-top: 5px;
  }
  .info .survey .head__text--bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #324b85;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
  }
  .info .survey .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .info .survey .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .info .survey .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .info .survey .head__text--main {
    margin-top: 4px;
    display: inline-block;
    padding: 12px 78px 13px 20px;
    -moz-border-radius: 7px;
         border-radius: 7px;
    background: #eaedf4;
    color: #233e6f;
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .info .survey .head__text h3 {
    font-size: 1.8rem;
    line-height: 26px;
  }
  .info .ct-box {
    background: #fff;
    max-width: 859px;
    margin: 11px auto 0;
    padding: 42px 36px 39px 40px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    left: -4px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
  .info .ct-box__phone {
    padding-left: 52px;
  }
  .info .ct-box__phone a {
    font-size: 4.4rem;
  }
  .info .ct-box__phone a:before {
    width: 47px;
    height: 38px;
    left: -51px;
    top: 16px;
  }
  .info .ct-box__phone span {
    font-size: 1.7rem;
    margin-top: 3px;
  }
  .info .ct-box__btn {
    width: 378px;
    height: 69px;
    font-size: 2.3rem;
  }
  .info .ct-box__btn span {
    width: 69px;
    height: 36px;
    font-size: 2.3rem;
    margin-right: 13px;
  }
  .info__phone {
    width: 424px;
    height: 100px;
    background: #fff;
    -moz-border-radius: 16px;
         border-radius: 16px;
    border: 3px solid #2156b6;
    margin: 0 auto 27px;
    padding: 12px 5px 12px 80px;
  }
  .info__phone a {
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1;
    color: #2156b6;
    position: relative;
    letter-spacing: -0.01em;
  }
  .info__phone a:before {
    content: '';
    width: 47px;
    height: 38px;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    position: absolute;
    top: 14px;
    left: -52px;
  }
  .info__phone span {
    font-size: 1.7rem;
    line-height: 1;
    display: block;
    margin-top: 3px;
  }
  .b2 {
    padding: 75px 0 67px;
    background: url("../img/b2_bg.jpg") center/cover no-repeat;
  }
  .b2__tt {
    text-align: center;
    margin-bottom: -8px;
  }
  .b2__tt img {
    width: 881px;
    height: auto;
  }
  .b2__list {
    margin-left: -18px;
    margin-right: -10px;
  }
  .b2__list img {
    width: 1008px;
    height: auto;
  }
  .b2__info {
    margin-top: 5px;
  }
  .b2__info img {
    width: 821px;
    height: auto;
    display: block;
    margin: auto;
  }
  .b3 {
    background: #2156b6;
    padding-bottom: 61px;
  }
  .b3 .row {
    max-width: 911px;
    position: relative;
  }
  .b3 .row:before {
    content: '';
    width: 120px;
    height: 48px;
    background: url("../img/b3_bg.png") center/contain no-repeat;
    position: absolute;
    bottom: -62px;
    right: -13px;
  }
  .b3__tt {
    text-align: center;
    margin-bottom: 28px;
  }
  .b3__tt img {
    width: 686px;
    height: auto;
    margin-top: -28px;
  }
  .b3__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 39px 49px;
  }
  .b4 {
    padding-bottom: 86px;
    position: relative;
  }
  .b4:before {
    content: '';
    width: 100%;
    height: 291px;
    background: url("../img/b4_bg.png") center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .b4 .row {
    max-width: 803px;
    position: relative;
  }
  .b4__tt {
    text-align: center;
    margin-right: -30px;
  }
  .b4__tt img {
    width: 830px;
    height: auto;
    margin-top: -23px;
  }
  .b4__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .b4__info {
    margin-top: 28px;
  }
  .b5 {
    padding: 16px 0 44px;
  }
  .b6 {
    padding: 67px 0 47px;
    position: relative;
  }
  .b6 .row {
    max-width: 867px;
    position: relative;
  }
  .b6__tt {
    text-align: center;
    margin-bottom: 51px;
  }
  .b6__tt img {
    width: 672px;
    height: auto;
  }
  .b6__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
  .b6__info {
    margin-top: 28px;
  }
  .b7 {
    padding: 70px 0 89px;
    position: relative;
    background: #233e6f;
  }
  .b7 .row {
    max-width: 1000px;
    position: relative;
  }
  .b7__tt {
    text-align: center;
    margin-bottom: 44px;
  }
  .b7__tt img {
    width: 743px;
    height: auto;
  }
  .b7__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 55px;
  }
  .b7__info {
    margin-top: 28px;
  }
  .b8 {
    padding: 65px 0 60px;
  }
  .b8__tt {
    text-align: center;
    margin-bottom: 70px;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
    color: #233e6f;
  }
  .b8 .qa-item {
    max-width: 800px;
    margin: auto;
  }
  .b8 .qa-item:not(:first-of-type) {
    margin-top: 9px;
  }
  .b8 .qa-item__q {
    color: #233e6f;
    position: relative;
    padding: 17px 50px 15px 46px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: bold;
    background: #f4f8ff;
    cursor: pointer;
  }
  .b8 .qa-item__q:before {
    content: '';
    width: 16px;
    height: 20px;
    background: url("../img/ic_q.png") center/contain no-repeat;
    position: absolute;
    top: 19px;
    left: 20px;
  }
  .b8 .qa-item__q:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url("../img/ic_plus.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 31px;
    top: 18px;
  }
  .b8 .qa-item__q.open:after {
    background-image: url("../img/ic_minus.svg");
  }
  .b8 .qa-item__a {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .b8 .qa-item__wrapper {
    background: #fff;
    padding: 14px 80px 10px 46px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
  }
  .b8 .qa-item__wrapper:before {
    content: '';
    width: 14px;
    height: 20px;
    background: url("../img/ic_a.png") center/contain no-repeat;
    position: absolute;
    top: 14px;
    left: 20px;
  }
  .b9 {
    padding: 52px 0 39px;
  }
  .b9 .info__tt {
    margin-bottom: 29px;
  }
  form, .form {
    margin-top: 18px;
  }
  form dl + dl, .form dl + dl {
    margin-top: 19px;
  }
  form dl dt, .form dl dt {
    font-size: 1.8rem;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
  }
  form dl dd input, .form dl dd input {
    background: #ededed;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0 30px;
    width: 100%;
    height: 61px;
    border: none;
    outline: none;
  }
  form dl dd .select, .form dl dd .select {
    position: relative;
  }
  form dl dd .select:after, .form dl dd .select:after {
    content: '>';
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    height: -moz-fit-content;
    height: fit-content;
  }
  form dl dd .select select, .form dl dd .select select {
    background: #ededed;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 0 30px;
    width: 100%;
    height: 61px;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  form .btn, .form .btn {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 53px;
  }
  form .btn button, .form .btn button {
    width: 308px;
    height: 61px;
    background: #f36a3a;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    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-size: 2rem;
    line-height: 1;
    font-weight: bold;
    border: none;
    margin: 0 auto;
  }
  form .btn button:hover, .form .btn button:hover {
    opacity: 0.7;
  }
  .page header {
    border-bottom: 10px solid #233e6f;
  }
  .page .main {
    min-height: -webkit-calc(100vh - 140px - 82px);
    min-height: -moz-calc(100vh - 140px - 82px);
    min-height: calc(100vh - 140px - 82px);
    padding: 41px 0;
  }
  .page .main .tt {
    font-size: 4.2rem;
    line-height: 1;
    font-weight: bold;
    color: #233e6f;
    margin-bottom: 63px;
    text-align: center;
  }
  .page .main .tt02 {
    background: #2156b6;
    font-size: 2.4rem;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    padding: 20px 38px;
    margin-bottom: 20px;
  }
  .page .main p {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .page .main .block + .block {
    margin-top: 38px;
  }
  .page .main .block ul {
    margin-bottom: 20px;
  }
  .page .main .block ul li {
    font-size: 2.4rem;
    line-height: 40px;
    font-weight: bold;
  }
  .page .main .block ul:last-child {
    margin-bottom: 0;
  }
  .page .main .box {
    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;
  }
  .page .main .box + .box {
    margin-top: 23px;
  }
  .page .main .box figure {
    width: 211px;
  }
  .page .main .box p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 31px;
    font-size: 2.4rem;
    line-height: 40px;
    font-weight: bold;
    color: #233e6f;
  }
  .page .main .box p:last-child {
    margin-bottom: 0;
  }
  .page .main .block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: 32px;
  }
  .page .main .block-info dt {
    width: 96px;
    padding-right: 5px;
    font-weight: bold;
  }
  .page .main .block-info dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page .main.complete {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  body,
  td,
  th,
  input,
  textarea {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 14.7343vw;
  }
  .header {
    padding: 2.89855vw 0 2.17391vw;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  .header .row {
    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;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo img {
    width: 28.01932vw;
    height: auto;
  }
  .header .ct-box .ct-box__btn {
    width: 46.37681vw;
    height: 8.45411vw;
    font-size: 3.38164vw;
    line-height: 1;
  }
  .header .ct-box .ct-box__btn span {
    font-size: 3.38164vw;
    width: 8.45411vw;
    height: 4.34783vw;
    margin-right: 1.44928vw;
  }
  .ct-box {
    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;
  }
  .ct-box__phone {
    padding-left: 8.69565vw;
  }
  .ct-box__phone a {
    font-size: 7.24638vw;
    font-weight: bold;
    line-height: 1;
    color: #2156b6;
    position: relative;
    margin-right: 2.41546vw;
  }
  .ct-box__phone a:before {
    content: '';
    width: 7.97101vw;
    height: 6.28019vw;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    position: absolute;
    top: 3.38164vw;
    left: -8.69565vw;
  }
  .ct-box__phone span {
    font-size: 2.89855vw;
    line-height: 1;
    display: block;
    margin-top: 1.20773vw;
  }
  .ct-box__btn {
    background: #f36a3a;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    width: 63.52657vw;
    height: 11.5942vw;
    color: #fff !important;
    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-size: 3.86473vw;
    line-height: 1;
    font-weight: bold;
    padding: 2.41546vw;
  }
  .ct-box__btn span {
    width: 11.5942vw;
    height: 6.03865vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    background: #e82c0d;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: bold;
    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;
    margin-right: 2.17391vw;
    padding-bottom: 0.72464vw;
  }
  .footer {
    background: #fff;
    padding: 11.11111vw 0 20.21256vw;
  }
  .footer__nav {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 73.18841vw;
    margin: 0 auto;
  }
  .footer__nav li a {
    color: #272b34;
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .footer__nav li:not(:last-child):after {
    content: '｜';
    display: inline-block;
    color: #272b34;
    font-size: 3.86473vw;
    line-height: 1.6;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1.5;
    font-weight: 400;
    color: #272b34;
    margin-top: 9.66184vw;
  }
  .btn-fixed {
    position: fixed;
    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;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 19.56522vw; */
    background: #fff;
    z-index: 1;
  }
  .btn-fixed__btn {
    background: #f36a3a;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    width: 74.15459vw;
    height: 13.52657vw;
    color: #fff !important;
    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-size: 5.55556vw;
    line-height: 1;
    font-weight: bold;
    padding: 2.41546vw;
  }
  .btn-fixed__btn span {
    width: 13.52657vw;
    height: 7.24638vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    background: #e82c0d;
    color: #fff;
    font-size: 4.58937vw;
    line-height: 1;
    font-weight: bold;
    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;
    margin-right: 2.17391vw;
    padding-bottom: 0.72464vw;
  }
  .btn-fixed a {
    display: inline-flex;
    line-height: 0;
    width: 50%;
  }
  .btn-fixed a img {
    width: 100%;
    height: auto;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(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;
  }
  .mv__bg {
    width: 100%;
    height: 128.26087vw;
  }
  .mv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv picture img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .info {
    background: #fffee7;
    position: relative;
    padding: 6.28019vw 0 9.17874vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .info:before {
    content: '';
    width: 336.71498vw;
    height: 22.70531vw;
    background: url("../img/b1_bg.png") center/contain repeat-x;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  .info__tt {
    margin-bottom: 4.10628vw;
  }
  .info__tt img {
    width: 81.15942vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .info__sub {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.5;
    color: #233e6f;
    font-weight: bold;
  }
  .info__sub span {
    position: relative;
  }
  .info__sub span:before {
    content: '';
    width: 6.52174vw;
    height: 12.31884vw;
    background: url("../img/ic_line_sp.png") center/contain no-repeat;
    position: absolute;
    left: -8.69565vw;
    top: 0.48309vw;
  }
  .info__sub span:after {
    content: '';
    width: 6.52174vw;
    height: 12.31884vw;
    background: url("../img/ic_line_sp.png") center/contain no-repeat;
    position: absolute;
    right: -8.69565vw;
    top: 0.48309vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .info__sub em {
    font-style: normal;
    color: #d24023;
  }
  .info .survey {
    padding: 5.7971vw 3.62319vw 6.28019vw 3.62319vw;
    width: 100%;
    background: #fff;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    -moz-box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.08);
    margin: 7.48792vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .info .survey-tt {
    width: 210.62802vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info .survey-tt img {
    width: 210.62802vw;
    height: auto;
  }
  .info .survey .step {
    display: none;
  }
  .info .survey .step + .step {
    margin-top: 4.34783vw;
  }
  .info .survey .step.--active {
    display: block;
  }
  .info .survey .step.--active .head__text--main {
    display: none;
  }
  .info .survey .step.--active .step__main ul {
    display: none;
  }
  .info .survey .step.is_active .head__text--bound {
    display: none;
  }
  .info .survey .step.is_active .head__text--main {
    display: block;
  }
  .info .survey .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .info .survey .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.93237vw 2.41546vw;
    margin: 3.62319vw 0 0;
  }
  .info .survey .step__main ul li span {
    background: #f36a3a;
    display: block;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 3.38164vw 3.1401vw 3.62319vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .info .survey .step__main ul li span:hover {
    opacity: 0.7;
  }
  .info .survey .step__main .reply {
    display: none;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 4.34783vw;
  }
  .info .survey .step__main .reply__main span {
    display: inline-block;
    padding: 3.38164vw 3.1401vw 3.62319vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f36a3a;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-weight: 700;
    min-width: 41.78744vw;
    text-align: center;
  }
  .info .survey .step__main .reply__main p {
    font-size: 3.38164vw;
    line-height: 4.10628vw;
    font-weight: 400;
    margin-top: 0.72464vw;
  }
  .info .survey .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .survey .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.93237vw;
  }
  .info .survey .head__icon {
    width: 16.42512vw;
    margin-right: 3.1401vw;
  }
  .info .survey .head__icon img {
    width: 100%;
    height: 16.42512vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .info .survey .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .survey .head__text--labels {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 500;
    color: #04002d;
    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;
  }
  .info .survey .head__text--bound {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f4ff;
    position: relative;
    height: 5rem;
    width: 10rem;
    margin-top: 1.20773vw;
  }
  .info .survey .head__text--bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #324b85;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
  }
  .info .survey .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim 0.8s 0.2s infinite;
       -moz-animation: bound-anim 0.8s 0.2s infinite;
            animation: bound-anim 0.8s 0.2s infinite;
  }
  .info .survey .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim 0.8s 0.3s infinite;
       -moz-animation: bound-anim 0.8s 0.3s infinite;
            animation: bound-anim 0.8s 0.3s infinite;
  }
  .info .survey .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim 0.8s 0.4s infinite;
       -moz-animation: bound-anim 0.8s 0.4s infinite;
            animation: bound-anim 0.8s 0.4s infinite;
  }
  .info .survey .head__text--main {
    margin-top: 0.96618vw;
    display: block;
    padding: 2.41546vw 3.86473vw 2.41546vw 3.86473vw;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    background: #eaedf4;
    color: #233e6f;
    font-size: 4.34783vw;
    line-height: 1.8;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .info .survey .head__text h3 {
    font-size: 3.86473vw;
    line-height: 2;
  }
  .info .ct-box {
    background: #fff;
    margin: 3.1401vw auto 0;
    padding: 5.07246vw 2.657vw 4.83092vw 3.62319vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.08);
         box-shadow: 0 0 2.41546vw rgba(0, 0, 0, 0.08);
  }
  .info .ct-box__phone {
    padding-left: 14.25121vw;
  }
  .info .ct-box__phone a {
    font-size: 9.42029vw;
    margin-right: 4.10628vw;
  }
  .info .ct-box__phone a:before {
    width: 10.14493vw;
    height: 8.21256vw;
    left: -11.11111vw;
    top: 2.89855vw;
  }
  .info .ct-box__phone span {
    font-size: 3.70531vw;
    margin-top: 0;
  }
  .info .ct-box__btn {
    width: 86.47343vw;
    height: 19.32367vw;
    font-size: 5.07246vw;
    -moz-border-radius: 3.38164vw;
         border-radius: 3.38164vw;
    margin-top: 6.03865vw;
  }
  .info .ct-box__btn span {
    width: 14.97585vw;
    height: 7.72947vw;
    font-size: 5.07246vw;
    margin-right: 2.657vw;
  }
  .info__phone {
    width: 92.27053vw;
    height: 21.73913vw;
    background: #fff;
    -moz-border-radius: 3.86473vw;
         border-radius: 3.86473vw;
    border: 0.72464vw solid #2156b6;
    margin: 0 auto 5.07246vw;
    padding: 2.89855vw 1.20773vw 2.89855vw 17.3913vw;
  }
  .info__phone a {
    font-size: 9.42029vw;
    font-weight: bold;
    line-height: 1;
    color: #2156b6;
    position: relative;
    letter-spacing: -0.01em;
  }
  .info__phone a:before {
    content: '';
    width: 10.14493vw;
    height: 8.21256vw;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    position: absolute;
    top: 2.89855vw;
    left: -11.35266vw;
  }
  .info__phone span {
    font-size: 3.69565vw;
    line-height: 1;
    display: block;
    margin-top: 0;
  }
  .b2 {
    padding: 13.52657vw 0 11.83575vw;
    background: url("../img/b2_bg.jpg") center/cover no-repeat;
  }
  .b2__tt img {
    width: 87.43961vw;
    height: auto;
  }
  .b2__list {
    margin-left: -2.17391vw;
    margin-right: -2.17391vw;
    margin-top: -26.57005vw;
  }
  .b2__list img {
    width: 243.47826vw;
    height: auto;
  }
  .b2__info {
    margin-top: 5.07246vw;
  }
  .b2__info img {
    width: 91.30435vw;
    height: auto;
    display: block;
    margin: auto;
  }
  .b3 {
    background: #2156b6;
    padding-bottom: 14.7343vw;
  }
  .b3 .row {
    position: relative;
  }
  .b3 .row:before {
    content: '';
    width: 28.98551vw;
    height: 11.5942vw;
    background: url("../img/b3_bg.png") center/contain no-repeat;
    position: absolute;
    bottom: -14.97585vw;
    right: 5.55556vw;
  }
  .b3__tt {
    text-align: center;
    margin-bottom: 10.14493vw;
    margin-left: -3.38164vw;
    margin-right: -3.38164vw;
  }
  .b3__tt img {
    width: 99.51691vw;
    height: auto;
    margin-top: -5.31401vw;
  }
  .b3__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 8.21256vw;
  }
  .b3__list li {
    margin-right: -1.20773vw;
  }
  .b3__list li:nth-child(2) {
    margin-right: -3.62319vw;
  }
  .b3__list li:nth-child(4) {
    margin-right: -3.38164vw;
  }
  .b4 {
    padding-top: 6.52174vw;
    padding-bottom: 7.48792vw;
    position: relative;
  }
  .b4:before {
    content: '';
    width: 100%;
    height: 70.28986vw;
    background: url("../img/b4_bg.png") center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .b4 .row {
    position: relative;
  }
  .b4__tt {
    text-align: center;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .b4__tt img {
    width: 100.72464vw;
    height: auto;
    margin-top: -5.55556vw;
  }
  .b4__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2.657vw;
  }
  .b4__list li {
    margin-left: -1.20773vw;
  }
  .b4__info {
    margin-top: 6.76329vw;
  }
  .b5 {
    padding: 6.76329vw 0 7.24638vw;
  }
  .b5 .info__tt {
    margin-bottom: 8.21256vw;
  }
  .b6 {
    padding: 12.31884vw 0 16.42512vw;
    position: relative;
  }
  .b6 .row {
    position: relative;
  }
  .b6__tt {
    text-align: center;
    margin-bottom: 15.45894vw;
  }
  .b6__tt img {
    width: 79.71014vw;
    height: auto;
  }
  .b6__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2.41546vw;
  }
  .b6__info {
    margin-top: 6.76329vw;
  }
  .b7 {
    padding: 11.11111vw 0 13.28502vw;
    position: relative;
    background: #233e6f;
  }
  .b7 .row {
    position: relative;
  }
  .b7__tt {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .b7__tt img {
    width: 51.69082vw;
    height: auto;
  }
  .b7__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 5.7971vw;
  }
  .b7__info {
    margin-top: 6.76329vw;
  }
  .b8 {
    padding: 13.04348vw 0 11.35266vw;
  }
  .b8__tt {
    text-align: center;
    margin-bottom: 10.38647vw;
    font-size: 10.14493vw;
    line-height: 1;
    font-weight: bold;
    color: #233e6f;
  }
  .b8 .qa-item {
    max-width: 193.23671vw;
    margin: auto;
  }
  .b8 .qa-item:not(:first-of-type) {
    margin-top: 1.93237vw;
  }
  .b8 .qa-item__q {
    color: #233e6f;
    position: relative;
    padding: 4.10628vw 14.00966vw 3.62319vw 11.11111vw;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: bold;
    background: #f4f8ff;
    cursor: pointer;
  }
  .b8 .qa-item__q:before {
    content: '';
    width: 4.83092vw;
    height: 6.03865vw;
    background: url("../img/ic_q.png") center/contain no-repeat;
    position: absolute;
    top: 1.20773vw;
    bottom: 0;
    left: 3.62319vw;
    margin: auto;
  }
  .b8 .qa-item__q:after {
    content: '';
    width: 4.34783vw;
    height: 4.34783vw;
    background: url("../img/ic_plus.svg");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 6.03865vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .b8 .qa-item__q.open:after {
    background-image: url("../img/ic_minus.svg");
  }
  .b8 .qa-item__a {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .b8 .qa-item__wrapper {
    background: #fff;
    padding: 6.03865vw 0 4.83092vw 11.11111vw;
    font-size: 3.86473vw;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
  }
  .b8 .qa-item__wrapper:before {
    content: '';
    width: 4.10628vw;
    height: 6.03865vw;
    background: url("../img/ic_a.png") center/contain no-repeat;
    position: absolute;
    top: 5.31401vw;
    left: 3.86473vw;
  }
  .b9 {
    padding: 6.28019vw 0 9.42029vw;
  }
  .b9 .info__tt {
    margin-bottom: 7.48792vw;
  }
  .b9 .survey {
    margin-top: 4.58937vw;
  }
  form, .form {
    margin-top: 4.34783vw;
  }
  form dl + dl, .form dl + dl {
    margin-top: 4.58937vw;
  }
  form dl dt, .form dl dt {
    font-size: 4.34783vw;
    line-height: 7.72947vw;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.44928vw;
  }
  form dl dd input, .form dl dd input {
    background: #ededed;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 4.34783vw;
    line-height: 1;
    padding: 0 7.24638vw;
    width: 100%;
    height: 14.7343vw;
    border: none;
    outline: none;
  }
  form dl dd .select, .form dl dd .select {
    position: relative;
  }
  form dl dd .select:after, .form dl dd .select:after {
    content: '>';
    font-size: 4.34783vw;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.83092vw;
    margin: auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    height: -moz-fit-content;
    height: fit-content;
  }
  form dl dd .select select, .form dl dd .select select {
    background: #ededed;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 4.34783vw;
    line-height: 1;
    padding: 0 7.24638vw;
    width: 100%;
    height: 14.7343vw;
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  form .btn, .form .btn {
    text-align: center;
    margin-top: 6.76329vw;
    margin-bottom: 7.97101vw;
  }
  form .btn button, .form .btn button {
    width: 74.39614vw;
    height: 14.7343vw;
    background: #f36a3a;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    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-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
    border: none;
    margin: 0 auto;
  }
  form .btn button:hover, .form .btn button:hover {
    opacity: 0.7;
  }
  .page header {
    border-bottom: 2.41546vw solid #233e6f;
  }
  .page .main {
    min-height: -webkit-calc(100vh - 33.81643vw - 19.80676vw);
    min-height: -moz-calc(100vh - 33.81643vw - 19.80676vw);
    min-height: calc(100vh - 33.81643vw - 19.80676vw);
    padding: 9.90338vw 0;
  }
  .page .main .tt {
    font-size: 10.14493vw;
    line-height: 1;
    font-weight: bold;
    color: #233e6f;
    margin-bottom: 15.21739vw;
    text-align: center;
  }
  .page .main .tt02 {
    background: #2156b6;
    font-size: 5.7971vw;
    line-height: 6.76329vw;
    font-weight: bold;
    color: #fff;
    padding: 4.83092vw 9.17874vw;
    margin-bottom: 4.83092vw;
  }
  .page .main p {
    font-size: 3.86473vw;
    line-height: 7.72947vw;
    font-weight: 400;
    margin-bottom: 4.83092vw;
  }
  .page .main .block + .block {
    margin-top: 9.17874vw;
  }
  .page .main .block ul {
    margin-bottom: 4.83092vw;
  }
  .page .main .block ul li {
    font-size: 4.34783vw;
    line-height: 7.24638vw;
    font-weight: bold;
  }
  .page .main .block ul:last-child {
    margin-bottom: 0;
  }
  .page .main .box + .box {
    margin-top: 5.55556vw;
  }
  .page .main .box figure {
    width: 50.96618vw;
    margin: 0 auto 4.83092vw;
  }
  .page .main .box p {
    font-size: 4.34783vw;
    line-height: 7.24638vw;
    font-weight: bold;
    color: #233e6f;
  }
  .page .main .box p:last-child {
    margin-bottom: 0;
  }
  .page .main .block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    line-height: 7.72947vw;
  }
  .page .main .block-info dt {
    width: 23.18841vw;
    padding-right: 1.20773vw;
    font-weight: bold;
  }
  .page .main .block-info dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page .main.complete {
    text-align: center;
  }
}

.error {
  color: #ff0000;
}

.contact__form .formContact .privacy .error {
  text-align: center;
}

@-webkit-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@-moz-keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}

@keyframes bound-anim {
  0%,
  to {
    top: -1em;
  }
  30% {
    top: -1.5em;
  }
}
