@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 Serif JP", 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: 999px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    min-width: 1100px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .header {
    -moz-background-size: contain;
         background-size: contain;
    min-width: 1100px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    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: 19px 45px;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    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;
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  .header__logo a img {
    width: 93px;
    height: auto;
  }
  .footer {
    width: 100%;
    overflow: hidden;
    background: #1860BD;
    padding: 35px 0;
  }
  .footer__logo {
    margin-bottom: 17px;
  }
  .footer__logo a {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .footer__txt {
    font-size: 1.6rem;
    line-height: 1.43;
    color: #fff;
    font-weight: 400;
  }
  .footer__txt a {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
  }
  .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;
    margin-top: 27px;
  }
  .footer__nav li a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .footer__copy {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin-top: 21px;
  }
  .top .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;
  }
  .top .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;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    left: 2px;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  .top .mv picture img {
    width: 1399px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .top .survey {
    padding: 5px 0 0;
  }
  .top .survey__tt {
    text-align: center;
  }
  .top .survey__tt img {
    width: 100%;
    height: auto;
  }
  .top .survey__contact {
    padding: 32px 63px 50px;
    max-width: 800px;
    width: 100%;
    background: #E8EBF6;
    margin: 43px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .survey__contact-tt {
    width: 872px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top .survey__contact-tt img {
    width: 872px;
    height: auto;
  }
  .top .survey__contact .step {
    display: none;
  }
  .top .survey__contact .step + .step {
    margin-top: 18px;
  }
  .top .survey__contact .step.--active {
    display: block;
  }
  .top .survey__contact .step.--active .head__text--main {
    display: none;
  }
  .top .survey__contact .step.--active .step__main ul {
    display: none;
  }
  .top .survey__contact .step.is_active .head__text--bound {
    display: none;
  }
  .top .survey__contact .step.is_active .head__text--main {
    display: block;
  }
  .top .survey__contact .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .top .survey__contact .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 17px 33px;
    margin: 32px 0 0;
  }
  .top .survey__contact .step__main ul li span {
    background: #1860BD;
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 27px 13px 24px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top .survey__contact .step__main ul li span:hover {
    opacity: .7;
  }
  .top .survey__contact .step__main .reply {
    display: none;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 18px;
  }
  .top .survey__contact .step__main .reply__main span {
    display: inline-block;
    padding: 25px 50px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #1860BD;
    color: #fff;
    font-size: 1.8rem;
    line-height: 25px;
    font-weight: 700;
    min-width: 173px;
    text-align: center;
  }
  .top .survey__contact .step__main .reply__main p {
    font-size: 1.4rem;
    line-height: 17px;
    font-weight: 400;
    margin-top: 3px;
  }
  .top .survey__contact .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .survey__contact .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .survey__contact .head__icon {
    width: 93px;
    margin-right: 28px;
    margin-top: 5px;
  }
  .top .survey__contact .head__icon img {
    width: 100%;
    height: 93px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .top .survey__contact .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top .survey__contact .head__text--labels {
    font-size: 1.4rem;
    line-height: 20px;
    color: #707070;
    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;
  }
  .top .survey__contact .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f4ff;
    position: relative;
    height: 8rem;
    width: 10rem;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .head__text--main {
    margin-top: 7px;
    display: block;
    padding: 25px 23px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .survey__contact .head__text--main:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 18px;
    background: url("../img/iconSurvey.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -14px;
    top: 6px;
  }
  .top .survey__contact .head__text h3 {
    font-size: 1.8rem;
    line-height: 26px;
  }
  .top .product {
    margin-top: 78px;
  }
  .top .product-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 18px 0;
    position: relative;
  }
  .top .product-list:before {
    content: '';
    width: 184px;
    height: 46px;
    background: url("../img/ic_arr.png") center/contain no-repeat;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top .features {
    position: relative;
    padding: 163px 0 45px;
    margin-top: -140px;
  }
  .top .features:before {
    content: '';
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 15.264%, 100% 0%, 100% 100%, 0% 100%, 0% 15.264%);
    background: #F9F5E4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top .features__tt {
    text-align: center;
    margin-bottom: 32px;
  }
  .top .features__tt img {
    width: 499px;
    height: auto;
  }
  .top .features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 21px;
  }
  .top .quick {
    padding: 57px 0 82px;
  }
  .top .quick__tt {
    text-align: center;
    margin-bottom: 32px;
  }
  .top .quick__tt img {
    width: 676px;
    height: auto;
  }
  .top .quick__box {
    background: #F9F5E4;
    padding: 20px 18px;
  }
  .top .quick__box:not(:first-child) {
    margin-top: 15px;
  }
  .top .quick__box:has(ul) {
    padding: 34px 56px 34px 28px;
  }
  .top .quick__box p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .top .quick__box p + p {
    margin-top: 40px;
  }
  .top .quick__box ul {
    margin: 11px 0 7px;
  }
  .top .quick__box ul li {
    background: #00377F;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 8px 17px;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .top .quick__box ul li + li {
    margin-top: 6px;
  }
  .top .quick__box dl {
    background: #fff;
    padding: 24px 24px 28px;
  }
  .top .quick__box dl + dl {
    margin-top: 11px;
  }
  .top .quick__box dl + p {
    margin-top: 16px;
  }
  .top .quick__box dl dt {
    font-size: 2rem;
    line-height: 1.3;
    color: #00377F;
  }
  .top .quick__box dl dd {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .top .quick__box dl dd small {
    font-size: 1.4rem;
    margin-top: 10px;
    display: inline-block;
  }
  .top .quick__img {
    margin-top: 32px;
  }
  .top .quick__why {
    margin-top: 50px;
    text-align: center;
  }
  .top .quick__why img {
    width: 758px;
    height: auto;
  }
  .top .intro {
    padding: 56px 0 73px;
    background: #00377F;
    position: relative;
    margin-bottom: 23px;
  }
  .top .intro:before {
    content: '';
    width: 1497px;
    height: 588px;
    background: url("../img/intro_bg.png") center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top .intro__tt {
    text-align: center;
    color: #fff;
    margin-bottom: 58px;
  }
  .top .intro__tt span {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: bold;
    display: block;
  }
  .top .intro__tt small {
    display: block;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .top .intro-list__item:not(:first-child) {
    margin-top: 20px;
  }
  .top .flow {
    padding: 90px 0 125px;
  }
  .top .flow__tt {
    text-align: center;
    margin-bottom: 53px;
  }
  .top .flow__tt img {
    width: 796px;
    height: auto;
  }
  .top .flow__stt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111;
    font-weight: bold;
    color: #00377F;
    margin-bottom: 15px;
    font-family: "Noto Sans JP", serif;
  }
  .top .flow-list {
    max-width: 650px;
    margin: auto;
  }
  .top .flow-list__item.custom {
    margin-bottom: 12px;
  }
  .top .flow-box {
    background: #FFF5CC;
    padding: 25px 23px 25px 33px;
    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;
  }
  .top .flow-box dl {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 24px;
  }
  .top .flow-box dl dt {
    font-size: 1.8rem;
    line-height: 1.11111;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .top .flow-box dl dd {
    font-size: 1.4rem;
    line-height: 1.42857;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
  }
  .top .flow-box a {
    width: 326px;
    height: 73px;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .top .flow-box a:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .flow-box a small {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .top .qa {
    background: #F9F5E4;
    padding: 43px 0 68px;
  }
  .top .qa__tt {
    text-align: center;
    font-size: 4.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .top .qa-item {
    max-width: 650px;
    margin: auto;
  }
  .top .qa-item:not(:first-child) {
    margin-top: 21px;
  }
  .top .qa-item__q {
    background: #00377F;
    color: #fff;
    position: relative;
    padding: 23px 40px 29px 73px;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
  }
  .top .qa-item__q:before {
    content: 'Q';
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 25px;
    color: #00377F;
    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-box-sizing: border-box;
         box-sizing: border-box;
    padding-bottom: 3px;
  }
  .top .qa-item__q:after {
    content: '>';
    font-size: 2.4rem;
    line-height: 1;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    color: #fff;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .qa-item__q:hover {
    background: #1860BD;
  }
  .top .qa-item__a {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    transition: max-height .3s ease;
  }
  .top .qa-item__wrapper {
    background: #fff;
    padding: 21px 24px 26px 22px;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
  }
  .top .qa-item__wrapper a {
    width: 100%;
    height: 73px;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 10px;
  }
  .top .qa-item__wrapper a:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .qa-item__wrapper a small {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .top .txt {
    padding: 50px;
    background: #fff;
    text-align: center;
  }
  .top .txt img {
    width: 829px;
    height: auto;
  }
  .top .content {
    display: none;
  }
  .top .content.is_active {
    display: block;
  }
  .info {
    padding: 19px 0 54px;
    background: #00113D url("../img/footer_bg.png") right/cover no-repeat;
  }
  .info__tt {
    text-align: center;
  }
  .info__tt img {
    width: 824px;
    height: auto;
    position: relative;
    left: -68px;
  }
  .info-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .info-menu__item a {
    width: 100%;
    height: 73px;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .info-menu__item a:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .info-menu__item a small {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .info-menu__item--phone a {
    background: #fff;
    font-size: 3rem;
    text-align: left;
    padding-left: 83px;
  }
  .info-menu__item--phone a:before {
    content: '';
    width: 47px;
    height: 39px;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    margin: auto;
  }
  .info-menu__item--phone a:after {
    content: none;
  }
  .info-menu__item--phone a small {
    font-size: 1.4rem;
    margin-top: 2px;
  }
  .page .main {
    padding-top: 87px;
    border-top: 34px solid #00377F;
  }
  .page .main__inner {
    font-family: "Noto Sans JP", serif;
    min-height: -webkit-calc(100vh - 696px);
    min-height: -moz-calc(100vh - 696px);
    min-height: calc(100vh - 696px);
    padding-bottom: 100px;
  }
  .page .main__inner dl + dl {
    margin-top: 30px;
  }
  .page .main__inner dl dt {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .page .main__inner dl dd {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
  .page .main__inner ul {
    padding-left: 28px;
  }
  .page .main__inner ul li {
    list-style: disc;
  }
  .page .main__inner ol {
    padding-left: 28px;
  }
  .page .main__inner ol li {
    list-style: decimal;
  }
  .page .main__inner p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
  .page .main__inner p + p {
    margin-top: 22px;
  }
  .page .main__inner iframe {
    width: 808px;
    height: 659px;
    margin: 0 auto 77px;
    display: block;
  }
  .page .pmv {
    text-align: center;
    margin-bottom: 44px;
  }
  .page .pmv__tt {
    font-size: 3.6rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .page .pmv__stt {
    font-family: "Noto Sans JP", serif;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
  }
  .page .pmv__stt a {
    color: #2C9DFF;
  }
  .page .pmv + .info {
    margin-top: 138px;
  }
  .page--policy .pmv {
    margin-bottom: 30px;
  }
  .page--policy .pmv__stt {
    text-align: left;
  }
  .page--contact .form {
    max-width: 703px;
    margin: 0 auto;
  }
  .page--contact .form__row:not(:first-child) {
    margin-top: 36px;
  }
  .page--contact .form__row dt {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 18px;
    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--contact .form__row dt:after {
    content: '任意';
    width: 42px;
    height: 20px;
    -moz-border-radius: 50px;
         border-radius: 50px;
    background: #A6A6A6;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1px;
    margin-left: 15px;
    position: relative;
    top: 1px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .page--contact .form__row dt.required:after {
    content: '必須';
    background: #EF908E;
  }
  .page--contact .form__row dd input:not([type='radio']) {
    width: 100%;
    height: 60px;
    background: #F7F7F7;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 0 20px 3px;
    outline: none;
    border: none;
  }
  .page--contact .form__row dd textarea {
    width: 100%;
    height: 331px;
    background: #F7F7F7;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 20px 20px 23px;
    resize: none;
    outline: none;
    border: none;
  }
  .page--contact .form__row dd.form__radio {
    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-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .page--contact .form__row dd.form__radio label {
    font-size: 1.6rem;
    line-height: 1.75;
    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;
    cursor: pointer;
  }
  .page--contact .form__row dd.form__radio label + label {
    margin-left: 32px;
  }
  .page--contact .form__row dd.form__radio label input {
    display: none;
    position: absolute;
    visibility: hidden;
  }
  .page--contact .form__row dd.form__radio label input:checked + span:before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #f7f7f7 50%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f7f7f7 50%);
    background: radial-gradient(circle, black 0%, black 50%, #f7f7f7 50%);
  }
  .page--contact .form__row dd.form__radio label span {
    font-size: 1.6rem;
    line-height: 1.75;
    position: relative;
    padding-left: 31px;
    white-space: nowrap;
  }
  .page--contact .form__row dd.form__radio label span:before {
    content: '';
    width: 25px;
    height: 25px;
    border: none;
    background: #F7F7F7;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .page--contact .form__btn {
    margin-top: 43px;
    text-align: center;
  }
  .page .btn {
    width: 327px;
    height: 73px;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    position: relative;
    text-align: center;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0 auto;
    color: #000;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    font-weight: 700;
  }
  .page .btn:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page .btn small {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .page .btn:hover {
    opacity: .7;
  }
}

@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;
  }
  .header {
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    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: 3.86473vw 3.38164vw;
  }
  .header__logo {
    line-height: 0;
  }
  .header__logo a {
    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;
    line-height: 0;
    width: 100%;
    height: 100%;
  }
  .header__logo a img {
    width: 23.18841vw;
    height: auto;
  }
  .footer {
    width: 100%;
    overflow: hidden;
    background: #1860BD;
    padding: 5.7971vw 0;
  }
  .footer__logo {
    margin-bottom: 4.10628vw;
  }
  .footer__logo a {
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
  }
  .footer__txt {
    font-size: 3.86473vw;
    line-height: 1.43;
    color: #fff;
    font-weight: 400;
  }
  .footer__txt a {
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
  }
  .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;
    margin-top: 13.28502vw;
  }
  .footer__nav li a {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 400;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    margin-top: 1.20773vw;
  }
  .top .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;
    padding-top: 6.03865vw;
  }
  .top .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;
    text-align: center;
  }
  .top .mv picture img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .top .survey {
    padding: 13.76812vw 0 0;
  }
  .top .survey__tt {
    text-align: center;
  }
  .top .survey__tt img {
    width: 138.88889vw;
    height: auto;
  }
  .top .survey__contact {
    padding: 5.55556vw 4.34783vw 8.69565vw;
    max-width: 193.23671vw;
    width: 87.19807vw;
    background: #E8EBF6;
    margin: 10.38647vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .survey__contact-tt {
    width: 92.75362vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: -4.34783vw;
  }
  .top .survey__contact-tt img {
    width: 210.62802vw;
    height: auto;
  }
  .top .survey__contact .step {
    display: none;
  }
  .top .survey__contact .step + .step {
    margin-top: 4.34783vw;
  }
  .top .survey__contact .step.--active {
    display: block;
  }
  .top .survey__contact .step.--active .head__text--main {
    display: none;
  }
  .top .survey__contact .step.--active .step__main ul {
    display: none;
  }
  .top .survey__contact .step.is_active .head__text--bound {
    display: none;
  }
  .top .survey__contact .step.is_active .head__text--main {
    display: block;
  }
  .top .survey__contact .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .top .survey__contact .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3.62319vw;
    margin: 3.86473vw 0 0;
  }
  .top .survey__contact .step__main ul li span {
    background: #1860BD;
    display: block;
    text-align: center;
    font-size: 4.34783vw;
    line-height: 7.00483vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 3.38164vw 1.20773vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .top .survey__contact .step__main ul li span:hover {
    opacity: .7;
  }
  .top .survey__contact .step__main .reply {
    display: none;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.86473vw;
  }
  .top .survey__contact .step__main .reply__main span {
    display: inline-block;
    padding: 3.38164vw 1.20773vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #1860BD;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 7.00483vw;
    font-weight: 700;
    min-width: 37.43961vw;
    text-align: center;
  }
  .top .survey__contact .step__main .reply__main p {
    font-size: 3.38164vw;
    line-height: 4.10628vw;
    font-weight: 400;
    margin-top: 0.72464vw;
  }
  .top .survey__contact .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .survey__contact .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .survey__contact .head__icon {
    width: 14.97585vw;
    margin-right: 6.76329vw;
    margin-top: 1.20773vw;
  }
  .top .survey__contact .head__icon img {
    width: 100%;
    height: 14.97585vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .top .survey__contact .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top .survey__contact .head__text--labels {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #000;
    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;
  }
  .top .survey__contact .head__text--bound {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f4ff;
    position: relative;
    height: 8rem;
    width: 10rem;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .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;
  }
  .top .survey__contact .head__text--main {
    margin-top: 1.69082vw;
    display: block;
    padding: 3.62319vw 4.83092vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .survey__contact .head__text--main:before {
    position: absolute;
    content: "";
    width: 5.31401vw;
    height: 4.34783vw;
    background: url("../img/iconSurvey.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -3.38164vw;
    top: 1.44928vw;
  }
  .top .survey__contact .head__text h3 {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
  }
  .top .product {
    margin-top: 18.84058vw;
  }
  .top .product-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 4.34783vw 0;
    position: relative;
  }
  .top .product-list:before {
    content: '';
    width: 44.44444vw;
    height: 11.11111vw;
    background: url("../img/ic_arr.png") center/contain no-repeat;
    position: absolute;
    top: -15.70048vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top .features {
    position: relative;
    padding: 33.81643vw 0 14.00966vw;
    margin-top: -24.15459vw;
  }
  .top .features:before {
    content: '';
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 2.512%, 100% 0%, 100% 100%, 0% 100%, 0% 2.512%);
    background: #F9F5E4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top .features__tt {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .top .features__tt img {
    width: 81.64251vw;
    height: auto;
  }
  .top .features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 6.03865vw;
    max-width: 77.05314vw;
    margin: 0 auto;
  }
  .top .quick {
    padding: 13.04348vw 0 7.24638vw;
  }
  .top .quick__tt {
    text-align: center;
    margin-bottom: 7.24638vw;
    margin-right: -0.96618vw;
  }
  .top .quick__tt img {
    width: 93.71981vw;
    height: auto;
  }
  .top .quick__box {
    background: #F9F5E4;
    padding: 4.83092vw 4.34783vw;
  }
  .top .quick__box:not(:first-child) {
    margin-top: 3.86473vw;
  }
  .top .quick__box:has(ul) {
    padding: 5.7971vw 5.55556vw 7.97101vw 4.83092vw;
  }
  .top .quick__box p {
    font-size: 3.86473vw;
    line-height: 1.625;
  }
  .top .quick__box p + p {
    margin-top: 4.83092vw;
  }
  .top .quick__box ul {
    margin: 2.657vw 0 1.69082vw;
  }
  .top .quick__box ul li {
    background: #00377F;
    color: #fff;
    font-size: 3.86473vw;
    line-height: 1.625;
    padding: 1.93237vw 4.10628vw;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .top .quick__box ul li + li {
    margin-top: 1.44928vw;
  }
  .top .quick__box dl {
    background: #fff;
    padding: 5.31401vw;
  }
  .top .quick__box dl + dl {
    margin-top: 3.86473vw;
  }
  .top .quick__box dl + p {
    margin-top: 3.86473vw;
  }
  .top .quick__box dl dt {
    font-size: 4.83092vw;
    line-height: 1.3;
    color: #00377F;
  }
  .top .quick__box dl dd {
    font-size: 3.86473vw;
    line-height: 1.625;
  }
  .top .quick__box dl dd small {
    font-size: 3.38164vw;
    margin-top: 2.41546vw;
    display: inline-block;
  }
  .top .quick__img {
    margin-top: 7.72947vw;
  }
  .top .quick__img p {
    color: #00377F;
    font-size: 3.86473vw;
    line-height: 1.625;
    font-weight: bold;
    margin-bottom: 2.41546vw;
  }
  .top .quick__img figure {
    width: 100%;
    overflow-x: auto;
  }
  .top .quick__img figure picture {
    width: 185.2657vw;
  }
  .top .quick__why {
    margin-top: 7.24638vw;
    text-align: center;
  }
  .top .quick__why img {
    width: 92.51208vw;
    height: auto;
  }
  .top .intro {
    padding: 13.52657vw 0 14.7343vw;
    background: #00377F;
    position: relative;
    margin-bottom: 2.41546vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .intro:before {
    content: '';
    width: 97.343vw;
    height: 49.03382vw;
    background: url("../img/intro_bg_sp.png") center/contain no-repeat;
    position: absolute;
    top: -3.62319vw;
    left: 3.62319vw;
    margin: auto;
    z-index: -1;
  }
  .top .intro__tt {
    text-align: center;
    color: #fff;
    margin-bottom: 8.45411vw;
  }
  .top .intro__tt span {
    font-size: 10.14493vw;
    line-height: 1.2;
    font-weight: bold;
    display: block;
  }
  .top .intro__tt small {
    display: block;
    font-size: 5.7971vw;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 1.20773vw;
  }
  .top .intro-list__item:not(:first-child) {
    margin-top: 6.03865vw;
  }
  .top .flow {
    padding: 10.14493vw 0 10.62802vw;
  }
  .top .flow__tt {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .top .flow__tt img {
    width: 100%;
    height: auto;
  }
  .top .flow__stt {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.11111;
    font-weight: bold;
    color: #00377F;
    margin-bottom: 5.31401vw;
    font-family: "Noto Sans JP", serif;
  }
  .top .flow-list {
    max-width: 157.00483vw;
    margin: auto;
  }
  .top .flow-list__item.custom {
    margin-bottom: 3.62319vw;
  }
  .top .flow-box {
    background: #FFF5CC;
    padding: 7.24638vw 7.00483vw 6.03865vw;
  }
  .top .flow-box dl {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5.7971vw;
  }
  .top .flow-box dl dt {
    font-size: 4.34783vw;
    line-height: 1.11111;
    font-weight: bold;
    margin-bottom: 3.38164vw;
  }
  .top .flow-box dl dd {
    font-size: 3.38164vw;
    line-height: 1.42857;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
  }
  .top .flow-box a {
    width: 100%;
    height: 17.63285vw;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-top: 3.62319vw;
  }
  .top .flow-box a:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.657vw;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .flow-box a small {
    font-size: 2.89855vw;
    margin-top: 1.44928vw;
  }
  .top .qa {
    background: #F9F5E4;
    padding: 12.56039vw 0;
  }
  .top .qa__tt {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 9.17874vw;
  }
  .top .qa-item {
    max-width: 157.00483vw;
    margin: auto;
  }
  .top .qa-item:not(:first-child) {
    margin-top: 2.41546vw;
  }
  .top .qa-item__q {
    background: #00377F;
    color: #fff;
    position: relative;
    padding: 5.55556vw 7.24638vw 7.00483vw 16.90821vw;
    font-size: 4.83092vw;
    line-height: 1.6;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease;
  }
  .top .qa-item__q:before {
    content: 'Q';
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
    width: 7.72947vw;
    height: 7.72947vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 6.03865vw;
    left: 6.03865vw;
    color: #00377F;
    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-box-sizing: border-box;
         box-sizing: border-box;
    padding-bottom: 0.72464vw;
  }
  .top .qa-item__q:after {
    content: '>';
    font-size: 5.7971vw;
    line-height: 1;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.62319vw;
    margin: auto;
    color: #fff;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .qa-item__q:hover {
    background: #1860BD;
  }
  .top .qa-item__a {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .3s ease;
    -moz-transition: max-height .3s ease;
    transition: max-height .3s ease;
  }
  .top .qa-item__wrapper {
    background: #fff;
    padding: 5.07246vw 5.7971vw 6.28019vw 5.31401vw;
    font-size: 3.86473vw;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Noto Sans JP", serif;
  }
  .top .qa-item__wrapper a {
    width: 100%;
    height: 17.63285vw;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 2.41546vw;
  }
  .top .qa-item__wrapper a:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.657vw;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .qa-item__wrapper a small {
    font-size: 2.89855vw;
    margin-top: 1.44928vw;
  }
  .top .txt {
    padding: 9.66184vw 0 9.17874vw;
    background: #fff;
    text-align: center;
  }
  .top .txt img {
    width: 100%;
    height: auto;
  }
  .top .content {
    display: none;
  }
  .top .content.is_active {
    display: block;
  }
  .info {
    padding: 7.24638vw 0 0;
    background: #00113D;
    position: relative;
  }
  .info:after {
    content: '';
    width: 100%;
    height: 36.95652vw;
    background: url("../img/footer_bg_sp.png") center/cover no-repeat;
    display: block;
  }
  .info__tt {
    text-align: center;
    margin-bottom: 5.07246vw;
  }
  .info__tt img {
    width: 100%;
    height: auto;
  }
  .info-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 2.41546vw;
    max-width: 86.47343vw;
    margin: auto;
    padding-bottom: 6.28019vw;
  }
  .info-menu__item a {
    width: 100%;
    height: 19.32367vw;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .info-menu__item a:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.17391vw;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .info-menu__item a small {
    font-size: 3.1401vw;
    margin-top: 1.44928vw;
  }
  .info-menu__item--phone a {
    background: #fff;
    font-size: 7.72947vw;
    text-align: left;
    padding: 3.62319vw 9.66184vw 3.62319vw 22.46377vw;
  }
  .info-menu__item--phone a:before {
    content: '';
    width: 12.31884vw;
    height: 10.14493vw;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 7.72947vw;
    bottom: 0;
    margin: auto;
  }
  .info-menu__item--phone a:after {
    content: none;
  }
  .info-menu__item--phone a small {
    font-size: 3.86473vw;
    margin-top: 1.20773vw;
  }
  .page .row {
    padding: 0 6.03865vw;
  }
  .page .main {
    padding-top: 9.66184vw;
    border-top: 5.7971vw solid #00377F;
  }
  .page .main__inner {
    font-family: "Noto Sans JP", serif;
    min-height: -webkit-calc(100vh - vw(696));
    min-height: -moz-calc(100vh - vw(696));
    min-height: calc(100vh - vw(696));
    padding-bottom: 12.07729vw;
  }
  .page .main__inner dl + dl {
    margin-top: 7.24638vw;
  }
  .page .main__inner dl dt {
    font-size: 4.83092vw;
    line-height: 1.4;
    font-weight: bold;
  }
  .page .main__inner dl dd {
    font-size: 3.86473vw;
    line-height: 1.75;
    font-weight: 400;
  }
  .page .main__inner ul {
    padding-left: 6.76329vw;
  }
  .page .main__inner ul li {
    list-style: disc;
  }
  .page .main__inner ol {
    padding-left: 6.76329vw;
  }
  .page .main__inner ol li {
    list-style: decimal;
  }
  .page .main__inner p {
    font-size: 3.86473vw;
    line-height: 1.75;
    font-weight: 400;
  }
  .page .main__inner p + p {
    margin-top: 5.31401vw;
  }
  .page .main__inner iframe {
    width: 100%;
    height: 72.46377vw;
    margin: 0 auto 8.69565vw;
    display: block;
  }
  .page .pmv {
    text-align: center;
    margin-bottom: 10.62802vw;
  }
  .page .pmv__tt {
    font-size: 8.69565vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 7.72947vw;
  }
  .page .pmv__stt {
    font-family: "Noto Sans JP", serif;
    font-size: 3.86473vw;
    line-height: 1.75;
    font-weight: 400;
  }
  .page .pmv__stt a {
    color: #2C9DFF;
  }
  .page .pmv + .info {
    margin-top: 33.33333vw;
  }
  .page--policy .pmv__stt {
    text-align: left;
  }
  .page--contact .form {
    max-width: 169.80676vw;
    margin: 0 auto;
  }
  .page--contact .form__row:not(:first-child) {
    margin-top: 4.83092vw;
  }
  .page--contact .form__row dt {
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.41546vw;
    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--contact .form__row dt:after {
    content: '任意';
    width: 10.14493vw;
    height: 4.83092vw;
    -moz-border-radius: 12.07729vw;
         border-radius: 12.07729vw;
    background: #A6A6A6;
    color: #fff;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0.24155vw;
    margin-left: 3.62319vw;
    position: relative;
    top: 0.24155vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .page--contact .form__row dt.required:after {
    content: '必須';
    background: #EF908E;
  }
  .page--contact .form__row dd input:not([type='radio']) {
    width: 100%;
    height: 14.49275vw;
    background: #F7F7F7;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.86473vw;
    line-height: 1.75;
    padding: 0 4.83092vw 0.72464vw;
    outline: none;
    border: none;
  }
  .page--contact .form__row dd textarea {
    width: 100%;
    height: 69.80676vw;
    background: #F7F7F7;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.86473vw;
    line-height: 1.75;
    padding: 4.83092vw 4.83092vw 5.55556vw;
    resize: none;
    outline: none;
    border: none;
  }
  .page--contact .form__row dd.form__radio {
    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: -2.41546vw;
  }
  .page--contact .form__row dd.form__radio label {
    font-size: 3.86473vw;
    line-height: 1.75;
    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;
    cursor: pointer;
    margin-right: 7.72947vw;
    margin-bottom: 2.41546vw;
  }
  .page--contact .form__row dd.form__radio label input {
    display: none;
    position: absolute;
    visibility: hidden;
  }
  .page--contact .form__row dd.form__radio label input:checked + span:before {
    background: -webkit-radial-gradient(circle, black 0%, black 50%, #f7f7f7 50%);
    background: -moz- oldradial-gradient(circle, black 0%, black 50%, #f7f7f7 50%);
    background: radial-gradient(circle, black 0%, black 50%, #f7f7f7 50%);
  }
  .page--contact .form__row dd.form__radio label span {
    font-size: 3.86473vw;
    line-height: 1.75;
    position: relative;
    padding-left: 7.48792vw;
  }
  .page--contact .form__row dd.form__radio label span:before {
    content: '';
    width: 6.03865vw;
    height: 6.03865vw;
    border: none;
    background: #F7F7F7;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0.48309vw;
    left: 0;
  }
  .page--contact .form__btn {
    margin-top: 6.03865vw;
    text-align: center;
  }
  .page .btn {
    width: 78.98551vw;
    height: 17.63285vw;
    background: #CEB554;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-size: 4.34783vw;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    position: relative;
    text-align: center;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0 auto;
    color: #000000;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    font-weight: 700;
  }
  .page .btn:after {
    content: '>';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.657vw;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page .btn small {
    font-size: 2.89855vw;
    margin-top: 1.44928vw;
  }
  .page .btn:hover {
    opacity: .7;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.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;
  }
}

.top .survey {
  position: relative;
  z-index: 4;
}
.top .product-list li.first {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
.top .product-list li.second {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}

.features_txt_sub{
  font-size: 18px;
  padding-top: 20px;
}