@charset "UTF-8";
@font-face {
  font-family: 'A1GothicStd';
  font-weight: 500;
  src: url("../fonts/AP-OTF-A1GothicStd-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'A1GothicStd';
  font-weight: bold;
  src: url("../fonts/AP-OTF-A1GothicStd-Bold.otf") format("opentype");
}

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: #353535;
}

a:hover {
  text-decoration: none;
}

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

a {
  color: #353535;
  -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: #353535;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 400;
}

* {
  -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 {
  .info-group__line a {
    line-height: 0;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    display: block;
    -moz-box-shadow: 0 5px 10px 0px #C9C9C9;
         box-shadow: 0 5px 10px 0px #C9C9C9;
  }
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    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;
  }
  .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;
    padding: 20px;
  }
  .footer__nav li + li:before {
    content: '｜';
    display: inline-block;
    color: #404040;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
  }
  .footer__nav li a {
    color: #404040;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
  }
  .footer__copy {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    background: #af1927;
    padding: 11px;
  } */
  .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;
    width: 100%;
    height: 662px;
    background: url("../img/mv_bg.webp") top/cover no-repeat;
  }
  .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: -18px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .mv picture img {
    width: 100%;
    max-width: 900px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .survey {
    padding: 60px 0 76px;
    background: #f4f4f4;
  }
  .survey .row {
    max-width: 720px;
    margin: auto;
  }
  .survey__tt {
    text-align: center;
  }
  .survey__tt img {
    width: 575px;
    height: auto;
  }
  .survey__contact {
    max-width: 720px;
    width: 100%;
    margin: 43px auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey__contact .step {
    display: none;
  }
  .survey__contact .step + .step {
    margin-top: 32px;
  }
  .survey__contact .step.--active {
    display: block;
  }
  .survey__contact .step.--active .head__text--main,
  .survey__contact .step.--active .survey-group,
  .survey__contact .step.--active .step__main ul {
    display: none;
  }
  .survey__contact .step.is_active .head__text--bound {
    display: none;
  }
  .survey__contact .step.is_active .head__text--main {
    display: inline-block;
  }
  .survey__contact .step.is_active .survey-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .survey__contact .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .survey__contact .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 14px 22px;
    margin: 32px 0 0;
  }
  .survey__contact .step__main ul li span {
    width: 100%;
    height: 95px;
    background: #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;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    border: 2px solid #af1927;
    padding: 15px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    -moz-box-shadow: 0 4px 0 #af1927;
         box-shadow: 0 4px 0 #af1927;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .survey__contact .step__main ul li span:hover {
    opacity: 0.7;
  }
  .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: 32px;
  }
  .survey__contact .step__main .reply__main span {
    display: inline-block;
    padding: 19px 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #af1927;
    color: #fff;
    font-size: 2.4rem;
    line-height: 39px;
    font-weight: 700;
    min-width: 348px;
    text-align: center;
  }
  .survey__contact .step__main .reply__main p {
    font-size: 1.7rem;
    line-height: 39px;
    font-weight: 500;
    margin-top: 3px;
  }
  .survey__contact .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__contact .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__contact .head + .head {
    margin-top: 38px;
  }
  .survey__contact .head__icon {
    width: 83px;
    margin-right: 18px;
    margin-top: 5px;
  }
  .survey__contact .head__icon img {
    width: 100%;
    height: 83px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .survey__contact .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .survey__contact .head__text--labels {
    font-size: 1.7rem;
    line-height: 20px;
    color: #313131;
    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;
  }
  .survey__contact .head__text--bound {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f0f4ff;
    position: relative;
    height: 8rem;
    width: 10rem;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .survey__contact .head__text--main {
    margin-top: 7px;
    display: inline-block;
    padding: 13px 11px 18px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey__contact .head__text--main span {
    color: #af1927;
  }
  .survey__contact .head__text--main a {
    color: #06c755;
  }
  .survey__contact .head__text h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .survey-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
  }
  .survey-group__line {
    width: 344px;
  }
  .survey-group__phone {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 23px;
    text-align: center;
    color: #af1927;
  }
  .survey-group__phone span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7;
    display: block;
  }
  .survey-group__phone span.custom {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .survey-group__phone span.custom:before, .survey-group__phone span.custom:after {
    content: '';
    width: 13px;
    height: 22px;
    background: url("../img/ic_line.webp") no-repeat;
    margin: 0 2px;
  }
  .survey-group__phone span.custom:after {
    left: inherit;
    right: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .survey-group__phone a {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    color: #af1927;
  }
  .info {
    padding: 44px 0 46px;
    background: #f7efe3;
    position: relative;
    background: #f7efe3 url("../img/info_bg_news.webp") bottom no-repeat;
    -moz-background-size: auto 100%;
         background-size: auto 100%;
  }
  .info__wrapper {
    background: #fff;
    width: 720px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 30px 42px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 0 11.12px rgba(0, 0, 0, 0.12);
         box-shadow: 0 0 11.12px rgba(0, 0, 0, 0.12);
  }
  .info__wrapper:before {
    content: '';
    width: 625px;
    height: 5px;
    background: #af1927;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* .info__wrapper::after {
    position: absolute;
    content: "";
    width: 246px;
    height: 248px;
    background: url("../img/ic_zoom.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 88px;
    right: 21px;
    z-index: -1;
  } */
  .info__ttl {
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
  }
  .info__ttl img {
    width: 466px;
    height: auto;
  }
  .info__ttl--02 img {
    width: 499px;
  }
  .info__tt {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 32px;
  }
  .info__tt span {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: -3px;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 6px;
  }
  .info-menu {
    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;
    gap: 13px;
    margin-bottom: 27px;
  }
  .info-menu__item {
    background: -webkit-linear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: -moz- oldlinear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: linear-gradient(170.71deg, #c32534 51.83%, #af1927 51.83%);
    -moz-border-radius: 9px;
         border-radius: 9px;
    width: 146px;
    height: 83px;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
    position: relative;
  }
  .info-menu__item:before {
    content: '';
    width: 40px;
    height: 36px;
    background: url("../img/info01.svg") center/auto auto no-repeat;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .info-menu__item span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
  }
  .info-menu__item p {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1;
    min-height: 50px;
    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;
  }
  .info-menu__item p.price {
    font-size: 5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .info-menu__item p.price small {
    font-size: 1.8rem;
    font-weight: 900;
    position: relative;
    top: 8px;
  }
  .info-menu__item.type01:before {
    background-image: url("../img/info04.svg");
  }
  .info-menu__item.type03:before {
    background-image: url("../img/info05.svg");
  }
  .info-menu__item.type04:before {
    background-image: url("../img/info02.svg");
  }
  .info-menu__item.type05:before {
    background-image: url("../img/info03.svg");
  }
  .info-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .info-group__line {
    width: 344px;
  }
  .info-group__phone {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 23px;
    text-align: center;
    color: #af1927;
  }
  .info-group__phone span {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7;
    display: block;
  }
  .info-group__phone span.custom {
    position: relative;
  }
  .info-group__phone span.custom:before, .info-group__phone span.custom:after {
    content: '';
    width: 13px;
    height: 22px;
    background: url("../img/ic_line.webp") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .info-group__phone span.custom:after {
    left: inherit;
    right: 0;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .info-group__phone a {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    color: #af1927;
  }
  .concerns {
    background: url("../img/concerns_bg.webp") center/cover no-repeat;
    text-align: center;
    padding: 45px 0 63px;
  }
  .concerns__tt {
    margin-bottom: 40px;
    text-align: center;
  }
  .concerns__tt span {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    font-family: "A1GothicStd";
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .concerns__tt span:before {
    content: '';
    width: 429px;
    height: 151px;
    background: url("../img/ic_hoi.svg") center/contain no-repeat;
    position: absolute;
    left: 43%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    z-index: -1;
  }
  .concerns-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 16px 26px;
    margin-bottom: 30px;
  }
  .concerns-list__item {
    -moz-border-radius: 8px;
         border-radius: 8px;
    border: 2px solid #bcbcbc;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    position: relative;
  }
  .concerns-list__item:before {
    content: '';
    width: 40px;
    height: 40px;
    background: url("../img/ic_tick.svg") center/contain no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .concerns-list__item figure {
    -moz-border-radius: 7px 7px 0 0;
         border-radius: 7px 7px 0 0;
    overflow: hidden;
  }
  .concerns-list__ct {
    padding-top: 8px;
    min-height: 97px;
    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;
  }
  .concerns-list__ct p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .concerns-list__ct p span {
    color: #af1927;
  }
  .concerns__tt02 {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: bold;
    color: #ffde46;
    font-family: "A1GothicStd";
    text-align: center;
  }
  .concerns__tt02 small {
    font-size: 3.2rem;
    color: #fff;
    display: block;
  }
  .overview {
    padding: 60px 0 70px;
    background: #fafafa;
  }
  .overview__tt {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .overview__img {
    margin-bottom: 40px;
  }
  .overview-list {
    max-width: 453px;
    margin: 0 auto;
  }
  .overview-list__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
  }
  .overview-list__item + .overview-list__item {
    margin-top: 18px;
  }
  .overview-list__item dt {
    width: 105px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .overview-list__item dd {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .qa {
    background: #fff9ef;
    padding: 43px 0 68px;
  }
  .qa-item {
    max-width: 700px;
    margin: auto;
  }
  .qa-item:not(:first-child) {
    margin-top: 10px;
  }
  .qa-item__q {
    color: #404040;
    position: relative;
    padding: 22px 53px;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
    -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .qa-item__q:before {
    content: 'Q';
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    position: absolute;
    font-family: "A1GothicStd";
    top: 22px;
    left: 21px;
    color: #af1927;
    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: 5px;
  }
  .qa-item__q:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/ic_open.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    color: #fff;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .qa-item__q:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .qa-item__q.open:after {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .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;
  }
  .qa-item__wrapper {
    font-size: 1.4rem;
    line-height: 1.71429;
    font-weight: 400;
    padding: 14px 0 20px;
  }
  .tt {
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: "A1GothicStd";
  }
  .tt span {
    color: #af1927;
  }
  .cost {
    background: #fff9ef;
    padding: 60px 0 70px;
  }
  .cost-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .cost-list__item {
    background: -webkit-linear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: -moz- oldlinear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: linear-gradient(170.71deg, #c32534 51.83%, #af1927 51.83%);
    -moz-border-radius: 15px;
         border-radius: 15px;
    width: 183px;
    height: 154px;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 24px 23px 26px;
  }
  .cost-list__item span {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    color: #af1927;
    display: block;
    margin-bottom: 23px;
    background: #fff;
    -moz-border-radius: 8px;
         border-radius: 8px;
    display: block;
    width: 100%;
    padding: 5px;
  }
  .cost-list__item p {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1;
    min-height: 50px;
    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;
  }
  .cost-list__item p.price {
    font-size: 8.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .cost-list__item p.price small {
    font-size: 3.1rem;
    font-weight: 900;
    position: relative;
    top: 17px;
  }
  .cost-box {
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #af1927;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 24px 30px 26px;
    text-align: center;
    background: #fff;
  }
  .cost-box dt {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.4;
    color: #af1927;
    margin-bottom: 12px;
    font-family: "A1GothicStd";
  }
  .cost-box dd {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .cost-box dd span {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0px;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 4px;
  }
  .flow {
    background: #af1927;
    padding: 60px 0 404px;
    position: relative;
  }
  .flow:after {
    content: '';
    width: 586px;
    height: 400px;
    background: url("../img/step_img.webp") center/contain no-repeat;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow .row {
    max-width: 850px;
  }
  .flow .tt {
    color: #fff;
  }
  .flow-list {
    position: relative;
  }
  .flow-list:before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #dadada;
    position: absolute;
    top: -11px;
    left: 85px;
    -moz-border-radius: 6px;
         border-radius: 6px;
  }
  .flow-list__item {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow-list__item + .flow-list__item {
    margin-top: 15px;
  }
  .flow-list__left {
    width: 85px;
    padding: 15px 12px;
    text-align: center;
  }
  .flow-list__left span {
    width: 100%;
    min-height: 20px;
    display: block;
    background: #af1927;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    margin-bottom: 10px;
  }
  .flow-list__right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 38px 15px 18px;
  }
  .flow-list__tt {
    font-family: "A1GothicStd";
    font-size: 2rem;
    line-height: 1.1;
    color: #af1927;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .flow-list__ct p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .flow-list__ct p.note {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #af1927;
  }
  .flow-list__ct .btn {
    margin: 8px 0;
  }
  .flow-list__ct .btn .info-line {
    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;
    width: 270px;
    height: 56px;
    background: #06c755;
    text-align: center;
    -moz-border-radius: 8px;
         border-radius: 8px;
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
  }
  .flow-list__hl {
    width: 100%;
    background: #ffde46;
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin: 15px 0;
    padding: 9px 10px;
    font-size: 1.8rem;
    line-height: 22px;
    font-family: "A1GothicStd";
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .hearing {
    background: #fafafa;
    padding: 60px 0 70px;
    overflow: hidden;
  }
  .hearing .row {
    max-width: 1204px;
  }
  .hearing .tt span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #353535;
  }
  .hearing .tt span:before {
    content: '';
    width: 201px;
    height: 184px;
    background: url("../img/hearing_ic.webp") center/contain no-repeat;
    position: absolute;
    top: -64px;
    left: -140px;
    z-index: -1;
  }
  .hearing-slide {
    /* margin-bottom: 30px; */
    margin: 0 -13px 30px;
  }
  .hearing-list .swiper-slide {
    width: 384px;
    height: auto;
    margin: 0 13px;
    border: 2px solid #af1927;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 21px 16px 16px;
    background: #fff;
  }
  .hearing-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .hearing-top__img {
    width: 96px;
    text-align: center;
  }
  .hearing-top__img span {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #858585;
    display: block;
    margin-top: 5px;
  }
  .hearing-top__info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 22px;
    padding-top: 20px;
  }
  .hearing-top__info small {
    display: block;
    background: #af1927;
    color: #fff;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 6px;
         border-radius: 6px;
    padding: 3px 10px 5px;
    margin-bottom: 5px;
  }
  .hearing-top__info p {
    font-size: 2.4rem;
    line-height: 1;
    color: #af1927;
    font-weight: bold;
  }
  .hearing-top__info p span {
    font-size: 4.7rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  .hearing__content {
    background: #fff9ef;
    padding: 14px 13px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 400;
    -moz-border-radius: 10px;
         border-radius: 10px;
    height: -webkit-calc(100% - 139px);
    height: -moz-calc(100% - 139px);
    height: calc(100% - 139px);
  }
  .hearing .note {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
  }
  .hearing__stt {
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #af1927;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 30px;
    font-family: "A1GothicStd";
  }
  .hearing__stt span {
    text-decoration: underline;
    text-underline-offset: -1px;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 9px;
  }
  .refund {
    background: #af1927;
    padding: 60px 0 79px;
  }
  .refund .tt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-family: "A1GothicStd";
    font-weight: 500;
    font-size: 4rem;
    line-height: 1;
  }
  .refund .tt span {
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    display: inline-block;
    padding: 8px 9px 8px;
    margin-bottom: 10px;
  }
  .refund-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    counter-reset: section;
  }
  .refund-list__item {
    background: #fff;
    padding: 24px 0;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .refund-list__img {
    width: 364px;
    -moz-border-radius: 0 20px 20px 0;
         border-radius: 0 20px 20px 0;
    overflow: hidden;
  }
  .refund-list__main {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 26px;
    padding-right: 33px;
    padding-top: 15px;
  }
  .refund-list__tt {
    font-size: 2.6rem;
    line-height: 1.3;
    color: #af1927;
    font-weight: 500;
    border-bottom: 3px solid #dedede;
    padding-bottom: 16px;
    margin-bottom: 20px;
    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;
    position: relative;
  }
  .refund-list__tt:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52px;
    height: 52px;
    -moz-border-radius: 0 50% 50% 50%;
         border-radius: 0 50% 50% 50%;
    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: 3rem;
    font-weight: 500;
    line-height: 1;
    color: #af1927;
    border: 3px solid #af1927;
    font-family: "Roboto", sans-serif;
    margin-right: 12px;
  }
  .refund-list__ct {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .appro {
    background: #fafafa;
    padding: 60px 0 70px;
  }
  .appro__tt {
    text-align: center;
    margin-bottom: 58px;
  }
  .appro__tt span {
    border: 2px solid #af1927;
    color: #af1927;
    -moz-border-radius: 6px;
         border-radius: 6px;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 500;
    padding: 9px 20px 9px;
    position: relative;
    font-family: "A1GothicStd";
    display: inline-block;
  }
  .appro__tt span:before {
    content: '';
    width: 6px;
    height: 30px;
    background: url("../img/ic_dot.svg") center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    margin: auto;
  }
  .appro__stt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .appro__stt span {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 4px;
  }
  .appro figure {
    text-align: center;
    margin-right: -8px;
  }
  .appro figure img {
    width: 808px;
    height: auto;
  }
  .appro__tt02 {
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #af1927;
    padding-top: 106px;
    position: relative;
    margin-bottom: 30px;
    font-family: "A1GothicStd";
  }
  .appro__tt02:before {
    content: '';
    width: 91px;
    height: 85px;
    background: url("../img/ic_arr.svg") center/contain no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .appro-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  .appro-list__col {
    width: 481px;
  }
  .appro-list__col dt {
    background: #af1927;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 14px;
    margin-bottom: 7px;
  }
  .appro-list__col dd {
    border: 2px solid #af1927;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 20px 100px 20px 20px;
    position: relative;
  }
  .appro-list__col dd:after {
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .appro-list__col dd.minus:after {
    background-image: url("../img/ic_minus.svg");
    -moz-background-size: 32px auto;
         background-size: 32px auto;
  }
  .appro-list__col dd.circle:after {
    background-image: url("../img/ic_circle.svg");
  }
  .appro-list__col dd.circle.hl:after {
    background-image: url("../img/ic_circle02.svg");
  }
  .appro-list__col dd.x:after {
    background-image: url("../img/ic_x.svg");
    -moz-background-size: 37px auto;
         background-size: 37px auto;
  }
  .appro-list__col dd.triangle:after {
    background-image: url("../img/ic_triangle.svg");
    -moz-background-size: 50px auto;
         background-size: 50px auto;
  }
  .appro-list__col dd + dd {
    margin-top: 7px;
  }
  .appro-list__col dd + dd:before {
    content: '';
    width: 27px;
    height: 27px;
    background: url("../img/ic_arr02.svg") center/contain no-repeat;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .appro-list__col dd.hl {
    color: #fff;
    background: #fe7606;
    border-color: #fe7606;
  }
  .appro-list__col:nth-child(2) dt {
    background: #353535;
  }
  .appro-list__col:nth-child(2) dd {
    border-color: #353535;
    background: #f3f3f3;
  }
  .appro-list__col:nth-child(2) dd + dd:before {
    background-image: url("../img/ic_arr03.svg");
  }
  .appro-tb {
    margin-bottom: 40px;
  }
  .appro-tb__tt {
    text-align: center;
    font-size: 4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #af1927;
    position: relative;
    margin-bottom: 30px;
    font-family: "A1GothicStd";
  }
  .appro-tb__table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .appro-tb__table table colgroup col {
    width: 393px;
  }
  .appro-tb__table table colgroup col:first-child {
    width: 166px;
  }
  .appro-tb__table table colgroup col:nth-child(3) {
    width: 440px;
  }
  .appro-tb__table table thead tr th {
    background: #af1927;
    font-size: 2.9rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 15px;
  }
  .appro-tb__table table thead tr th:first-child {
    opacity: 0;
  }
  .appro-tb__table table thead tr th:nth-child(2) {
    -moz-border-radius: 12px 0 0 0;
         border-radius: 12px 0 0 0;
  }
  .appro-tb__table table thead tr th:nth-child(3) {
    background: #353535;
    -moz-border-radius: 0 12px 0 0;
         border-radius: 0 12px 0 0;
  }
  .appro-tb__table table tbody tr th {
    background: #af1927;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    vertical-align: middle;
  }
  .appro-tb__table table tbody tr td {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 20px 20px 28px;
    border: 2px solid #f1f0f0;
    background: #fff;
  }
  .appro-tb__table table tbody tr td ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .appro-tb__table table tbody tr td ul li + li {
    margin-top: 26px;
  }
  .appro-tb__table table tbody tr:first-child th {
    -moz-border-radius: 12px 0 0 0;
         border-radius: 12px 0 0 0;
  }
  .appro-tb__table table tbody tr:nth-child(2) th {
    background: #353535;
    -moz-border-radius: 0 0 0 12px;
         border-radius: 0 0 0 12px;
  }
  .appro-slg figure {
    text-align: center;
    margin-bottom: 35px;
  }
  .appro-slg figure img {
    width: 469px;
    height: auto;
  }
  .appro-slg__tt {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 500;
    font-family: "A1GothicStd";
  }
  .appro-slg__tt span {
    color: #af1927;
  }
  .appro-slg__tt em {
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 7px;
  }
  .js-scrollable {
    overflow: visible !important;
  }
  .btn-fixed {
    position: fixed;
    top: 22px;
    right: -webkit-calc((100vw - 865px) / 2);
    right: -moz-calc((100vw - 865px) / 2);
    right: calc((100vw - 865px) / 2);
    z-index: 99;
  }
  .btn-fixed img {
    width: 262px;
    height: 59px;
  }
  .page .pmv {
    padding: 60px 0 50px;
  }
  .page .pmv__tt {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 500;
    font-family: "A1GothicStd";
    text-align: center;
  }
  .page .main__inner {
    padding-bottom: 50px;
  }
  .page .main__inner p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .page .main__inner dl {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 40px;
  }
  .page .main__inner dl dt {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .page .main__inner dl dd {
    font-weight: 400;
  }
  .page .main__inner .btn {
    text-align: center;
    margin-top: 50px;
  }
  .page .main__inner .btn a {
    width: 227px;
    height: 61px;
    background: #af1927;
    -moz-border-radius: 6px;
         border-radius: 6px;
    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: 2.2rem;
    line-height: 1;
    margin: 0 auto;
  }
  .page--company .main__inner dl {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
  .page--company .main__inner dl dt {
    margin-bottom: 10px;
  }
}

@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;
    min-width: 265.70048vw;
    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: 4.58937vw 10.86957vw;
  }
  .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: 22.46377vw;
    height: auto;
  }
  .footer {
    width: 100%;
    overflow: hidden;
  }
  .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;
    padding: 4.83092vw;
  }
  .footer__nav li + li:before {
    content: '｜';
    display: inline-block;
    color: #404040;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 500;
  }
  .footer__nav li a {
    color: #404040;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 500;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    background: #af1927;
    padding: 2.657vw;
  } */
  .mv {
    width: 100%;
  }
  .survey {
    padding: 9.42029vw 0 11.83575vw;
    background: #f4f4f4;
  }
  .survey .row {
    max-width: 173.91304vw;
    margin: auto;
  }
  .survey__tt {
    text-align: center;
  }
  .survey__tt img {
    width: 138.88889vw;
    height: auto;
  }
  .survey__contact {
    max-width: 173.91304vw;
    width: 100%;
    margin: 10.38647vw auto 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey__contact .step {
    display: none;
  }
  .survey__contact .step + .step {
    margin-top: 7.24638vw;
  }
  .survey__contact .step.--active {
    display: block;
  }
  .survey__contact .step.--active .head__text--main,
  .survey__contact .step.--active .survey-group,
  .survey__contact .step.--active .step__main ul {
    display: none;
  }
  .survey__contact .step.is_active .head__text--bound {
    display: none;
  }
  .survey__contact .step.is_active .head__text--main {
    display: inline-block;
  }
  .survey__contact .step.is_active .survey-group {
    display: block;
  }
  .survey__contact .step.is_active .step__main ul {
    display: -ms-grid;
    display: grid;
  }
  .survey__contact .step__main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 2.657vw 3.1401vw;
    margin: 4.83092vw 0 0;
  }
  .survey__contact .step__main ul li span {
    width: 100%;
    height: 21.01449vw;
    background: #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;
    text-align: center;
    font-size: 5.31401vw;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    border: 2px solid #af1927;
    padding: 3.62319vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    -moz-box-shadow: 0 0.96618vw 0 #af1927;
         box-shadow: 0 0.96618vw 0 #af1927;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .survey__contact .step__main ul li span:hover {
    opacity: 0.7;
  }
  .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: 7.72947vw;
  }
  .survey__contact .step__main .reply__main span {
    display: inline-block;
    padding: 3.86473vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #af1927;
    color: #fff;
    font-size: 5.31401vw;
    line-height: 9.42029vw;
    font-weight: 700;
    min-width: 44.92754vw;
    text-align: center;
  }
  .survey__contact .step__main .reply__main p {
    font-size: 3.86473vw;
    line-height: 8.45411vw;
    font-weight: 500;
    margin-top: 0.72464vw;
  }
  .survey__contact .step__main .reply.is_active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__contact .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .survey__contact .head + .head {
    margin-top: 9.17874vw;
  }
  .survey__contact .head__icon {
    width: 18.35749vw;
    margin-right: 3.86473vw;
    margin-top: 1.20773vw;
  }
  .survey__contact .head__icon img {
    width: 100%;
    height: 18.35749vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    object-fit: cover;
  }
  .survey__contact .head__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .survey__contact .head__text--labels {
    font-size: 3.86473vw;
    line-height: 4.83092vw;
    color: #313131;
    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;
  }
  .survey__contact .head__text--bound {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f0f4ff;
    position: relative;
    height: 8rem;
    width: 10rem;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .survey__contact .head__text--main {
    margin-top: 1.20773vw;
    display: inline-block;
    padding: 2.657vw 2.41546vw 3.86473vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .survey__contact .head__text--main span {
    color: #af1927;
  }
  .survey__contact .head__text--main a {
    color: #06c755;
  }
  .survey__contact .head__text h3 {
    font-size: 4.34783vw;
    line-height: 1.5;
  }
  .survey-group {
    margin-top: 9.66184vw;
  }
  .survey-group__line {
    width: 83.09179vw;
    margin: 0 auto 4.34783vw;
  }
  .survey-group__line a {
    line-height: 0;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    display: block;
    -moz-box-shadow: 0 1.20773vw 0 #019c41;
         box-shadow: 0 1.20773vw 0 #019c41;
  }
  .survey-group__phone {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: #af1927;
  }
  .survey-group__phone span {
    font-size: 3.38164vw;
    font-weight: 700;
    line-height: 1.7;
    display: inline-block;
  }
  .survey-group__phone span.custom {
    position: relative;
  }
  .survey-group__phone span.custom:before, .survey-group__phone span.custom:after {
    content: '';
    width: 3.1401vw;
    height: 5.31401vw;
    background: url("../img/ic_line.webp") no-repeat;
    position: absolute;
    top: 0;
    left: -4.34783vw;
  }
  .survey-group__phone span.custom:after {
    left: inherit;
    right: -4.34783vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .survey-group__phone a {
    font-size: 9.66184vw;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    color: #af1927;
    display: block;
  }
  .info {
    padding: 7.97101vw 0 8.21256vw;
    background: #f7efe3;
    position: relative;
  }
  .info:before {
    content: '';
    width: 96.61836vw;
    height: 100vw;
    background: url("../img/info_bg.webp") center/auto auto no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .info__wrapper {
    background: #fff;
    width: 92.75362vw;
    margin: auto;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    padding: 5.7971vw 4.83092vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .info__wrapper:before {
    content: '';
    width: 82.36715vw;
    height: 1.20773vw;
    background: #af1927;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  /* .info__wrapper::after {
    position: absolute;
    content: "";
    width: 59.42029vw;
    height: 59.90338vw;
    background: url("../img/ic_zoom.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 11.11111vw;
    right: -10.38647vw;
    z-index: -1;
  } */
  .info__ttl {
    text-align: center;
    padding-bottom: 1.44928vw;
    margin-bottom: 3.62319vw;
    border-bottom: 1px solid #e4e4e4;
  }
  .info__ttl img {
    width: 77.29469vw;
    height: auto;
  }
  .info__ttl--02 img {
    width: 73.42995vw;
  }
  .info__tt {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 8.21256vw;
  }
  .info__tt span {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 0.48309vw;
  }
  .info-menu {
    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;
    gap: 2.41546vw;
    margin-bottom: 2.89855vw;
  }
  .info-menu__item {
    background: -webkit-linear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: -moz- oldlinear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: linear-gradient(170.71deg, #c32534 51.83%, #af1927 51.83%);
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
    width: 35.2657vw;
    height: 20.04831vw;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2.41546vw;
    position: relative;
  }
  .info-menu__item:before {
    content: '';
    width: 9.66184vw;
    height: 8.69565vw;
    background: url("../img/info01.svg") center/7.97101vw auto no-repeat;
    position: absolute;
    top: -5.55556vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .info-menu__item span {
    font-size: 3.38164vw;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 0.72464vw;
  }
  .info-menu__item p {
    font-size: 5.55556vw;
    font-weight: 900;
    line-height: 1;
    min-height: 12.07729vw;
    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;
  }
  .info-menu__item p.price {
    font-size: 12.07729vw;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .info-menu__item p.price small {
    font-size: 4.34783vw;
    font-weight: 900;
    position: relative;
    top: 1.93237vw;
  }
  .info-menu__item.type01:before {
    background-image: url("../img/info04.svg");
    -moz-background-size: 7.48792vw auto;
         background-size: 7.48792vw auto;
  }
  .info-menu__item.type03:before {
    background-image: url("../img/info05.svg");
    -moz-background-size: 9.42029vw auto;
         background-size: 9.42029vw auto;
  }
  .info-menu__item.type04:before {
    background-image: url("../img/info02.svg");
    -moz-background-size: 8.69565vw auto;
         background-size: 8.69565vw auto;
  }
  .info-menu__item.type05:before {
    background-image: url("../img/info03.svg");
    -moz-background-size: 6.52174vw auto;
         background-size: 6.52174vw auto;
  }
  .info-menu.custom .info-menu__item {
    height: 26.08696vw;
  }
  .info-menu.custom .info-menu__item span {
    line-height: 1.3;
  }
  .info-group__line {
    margin-bottom: 3.1401vw;
  }
  .info-group__line a {
    line-height: 0;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    display: block;
    -moz-box-shadow: 0 5px 10px 0px #C9C9C9;
         box-shadow: 0 5px 10px 0px #C9C9C9;
  }
  .info-group__phone {
    text-align: center;
    color: #af1927;
  }
  .info-group__phone span {
    font-size: 3.38164vw;
    font-weight: 700;
    line-height: 1.7;
    display: inline-block;
  }
  .info-group__phone span.custom {
    position: relative;
  }
  .info-group__phone span.custom:before, .info-group__phone span.custom:after {
    content: '';
    width: 3.1401vw;
    height: 5.31401vw;
    background: url("../img/ic_line.webp") no-repeat;
    position: absolute;
    top: 0;
    left: -4.34783vw;
  }
  .info-group__phone span.custom:after {
    left: inherit;
    right: -4.34783vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .info-group__phone a {
    font-size: 9.66184vw;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    color: #af1927;
  }
  .concerns {
    background: url("../img/concerns_bg.webp") center/cover no-repeat;
    text-align: center;
    padding: 10.14493vw 0 9.66184vw;
  }
  .concerns__tt {
    margin-bottom: 9.66184vw;
    text-align: center;
  }
  .concerns__tt span {
    font-size: 7.72947vw;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    font-family: "A1GothicStd";
    letter-spacing: 0.1em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .concerns__tt span:before {
    content: '';
    width: 81.40097vw;
    height: 31.88406vw;
    background: url("../img/ic_hoi.svg") center/contain no-repeat;
    position: absolute;
    left: 43%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    z-index: -1;
  }
  .concerns-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3.62319vw;
    margin-bottom: 7.24638vw;
  }
  .concerns-list__item {
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    border: 2px solid #bcbcbc;
    overflow: hidden;
    background: #fff;
    padding: 1.44928vw;
    position: relative;
  }
  .concerns-list__item:before {
    content: '';
    width: 9.66184vw;
    height: 9.66184vw;
    background: url("../img/ic_tick.svg") center/contain no-repeat;
    position: absolute;
    top: 2.41546vw;
    left: 2.41546vw;
  }
  .concerns-list__item figure {
    -moz-border-radius: 1.69082vw 1.69082vw 0 0;
         border-radius: 1.69082vw 1.69082vw 0 0;
    overflow: hidden;
    height: 26.08696vw;
    width: 100%;
  }
  .concerns-list__item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .concerns-list__ct {
    padding-top: 1.93237vw;
    min-height: 23.42995vw;
    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;
  }
  .concerns-list__ct p {
    font-size: 3.38164vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .concerns-list__ct p span {
    color: #af1927;
  }
  .concerns__tt02 {
    font-size: 7.72947vw;
    line-height: 1.3;
    font-weight: bold;
    color: #ffde46;
    font-family: "A1GothicStd";
    text-align: center;
  }
  .concerns__tt02 small {
    font-size: 4.83092vw;
    color: #fff;
    display: block;
    margin-bottom: 2.41546vw;
  }
  .overview {
    padding: 9.66184vw 0;
    background: #fafafa;
  }
  .overview__img {
    margin: 0;
    margin-bottom: 7.24638vw;
    width: 100%;
    height: 61.5942vw;
  }
  .overview__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .overview-list__item {
    padding-bottom: 4.34783vw;
    border-bottom: 1px solid #dddddd;
  }
  .overview-list__item + .overview-list__item {
    margin-top: 4.34783vw;
  }
  .overview-list__item dt {
    padding-right: 2.41546vw;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 1.8;
    margin-bottom: 1.20773vw;
  }
  .overview-list__item dd {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.8;
  }
  .qa {
    background: #fff9ef;
    padding: 9.66184vw 0 11.83575vw;
  }
  .qa .tt {
    margin-bottom: 4.83092vw;
    color: #af1927;
  }
  .qa-item {
    max-width: 169.08213vw;
    margin: auto;
  }
  .qa-item:not(:first-child) {
    margin-top: 2.41546vw;
  }
  .qa-item__q {
    color: #404040;
    position: relative;
    padding: 5.31401vw 15.70048vw 5.31401vw 10.86957vw;
    font-size: 3.38164vw;
    line-height: 1.42857;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
    -moz-box-shadow: 0vw 0.48309vw 2.41546vw rgba(0, 0, 0, 0.1);
         box-shadow: 0vw 0.48309vw 2.41546vw rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
  }
  .qa-item__q:before {
    content: 'Q';
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: bold;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    position: absolute;
    font-family: "A1GothicStd";
    top: 5.31401vw;
    left: 3.1401vw;
    color: #af1927;
    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;
  }
  .qa-item__q:after {
    content: '';
    width: 4.83092vw;
    height: 4.83092vw;
    background: url("../img/ic_open.svg") center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.7971vw;
    margin: auto;
    color: #fff;
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .qa-item__q:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .qa-item__q.open:after {
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .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;
  }
  .qa-item__wrapper {
    font-size: 3.38164vw;
    line-height: 1.71429;
    font-weight: 400;
    padding: 3.38164vw 0 4.83092vw;
  }
  .tt {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 7.24638vw;
    font-family: "A1GothicStd";
  }
  .tt span {
    color: #af1927;
  }
  .cost {
    background: #fff9ef;
    padding: 12.07729vw 0 13.28502vw;
  }
  .cost .tt {
    margin-bottom: 4.83092vw;
    color: #af1927;
  }
  .cost-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.41546vw 2.89855vw;
    margin-bottom: 7.24638vw;
  }
  .cost-list__item {
    background: -webkit-linear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: -moz- oldlinear-gradient(279.29deg, #c32534 51.83%, #af1927 51.83%);
    background: linear-gradient(170.71deg, #c32534 51.83%, #af1927 51.83%);
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    width: 28.98551vw;
    height: 24.39614vw;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 5.7971vw 3.62319vw 6.28019vw;
  }
  .cost-list__item span {
    font-size: 3.62319vw;
    font-weight: 500;
    line-height: 1;
    color: #af1927;
    display: block;
    margin-bottom: 1.93237vw;
    background: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    display: block;
    width: 100%;
    padding: 0.72464vw 1.20773vw 0.96618vw;
  }
  .cost-list__item p {
    font-size: 4.83092vw;
    font-weight: 900;
    line-height: 1;
    min-height: 12.07729vw;
    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-left: 2.41546vw;
  }
  .cost-list__item p.price {
    font-size: 13.52657vw;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .cost-list__item p.price small {
    font-size: 4.83092vw;
    font-weight: 900;
    position: relative;
    top: 2.41546vw;
  }
  .cost-box {
    max-width: 169.08213vw;
    margin: 0 auto;
    border: 2px solid #af1927;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 5.7971vw 3.62319vw 6.28019vw;
    text-align: center;
    background: #fff;
  }
  .cost-box dt {
    font-weight: 500;
    font-size: 5.7971vw;
    line-height: 1.4;
    color: #af1927;
    margin-bottom: 2.41546vw;
    font-family: "A1GothicStd";
  }
  .cost-box dd {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.5;
  }
  .cost-box dd span {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0.15vw;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 1vw;
  }
  .flow {
    background: #af1927;
    padding: 9.66184vw 0 75.36232vw;
    position: relative;
    overflow: hidden;
  }
  .flow:after {
    content: '';
    width: 97.82609vw;
    height: 71.25604vw;
    background: url("../img/step_img.webp") center/contain no-repeat;
    position: absolute;
    bottom: -4.83092vw;
    left: 3.62319vw;
    right: 0;
    margin: auto;
  }
  .flow .row {
    max-width: 169.08213vw;
  }
  .flow .tt {
    color: #fff;
  }
  .flow-list {
    position: relative;
  }
  .flow-list:before {
    content: '';
    width: 1.44928vw;
    height: 100%;
    background-color: #dadada;
    position: absolute;
    top: -2.657vw;
    left: 20.5314vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
  }
  .flow-list__item {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow-list__item + .flow-list__item {
    margin-top: 3.62319vw;
  }
  .flow-list__left {
    width: 20.5314vw;
    padding: 3.62319vw 2.89855vw;
    text-align: center;
  }
  .flow-list__left span {
    width: 100%;
    min-height: 4.83092vw;
    display: block;
    background: #af1927;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #fff;
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 0.48309vw;
    margin-bottom: 2.41546vw;
  }
  .flow-list__right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4.83092vw 2.657vw 4.83092vw 4.34783vw;
  }
  .flow-list__tt {
    font-family: "A1GothicStd";
    font-size: 4.83092vw;
    line-height: 1.1;
    color: #af1927;
    font-weight: 500;
    margin-bottom: 2.17391vw;
  }
  .flow-list__ct p {
    font-size: 3.38164vw;
    line-height: 1.5;
  }
  .flow-list__ct p.note {
    font-size: 2.89855vw;
    color: #af1927;
  }
  .flow-list__ct .btn {
    margin: 1.93237vw 0;
  }
  .flow-list__ct .btn .info-line {
    display: block;
    line-height: 0;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    -moz-box-shadow: 0 0.72464vw 1.69082vw rgba(0, 0, 0, 0.2);
         box-shadow: 0 0.72464vw 1.69082vw rgba(0, 0, 0, 0.2);
  }
  .flow-list__hl {
    width: 100%;
    background: #ffde46;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    margin: 3.62319vw 0;
    padding: 2.17391vw 2.41546vw;
    font-size: 4.34783vw;
    line-height: 5.31401vw;
    font-family: "A1GothicStd";
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .hearing {
    background: #fafafa;
    padding: 12.31884vw 0 13.04348vw;
    overflow: hidden;
  }
  .hearing .tt {
    margin-bottom: 6.03865vw;
    font-size: 7.72947vw;
    line-height: 1.3;
  }
  .hearing .tt span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #353535;
    display: inline-block;
  }
  .hearing .tt span:before {
    content: '';
    width: 48.55072vw;
    height: 46.61836vw;
    background: url("../img/hearing_ic.webp") center/contain no-repeat;
    position: absolute;
    top: -16.42512vw;
    left: -16.42512vw;
    z-index: -1;
  }
  .hearing-slide {
    margin-bottom: 7.24638vw;
  }
  .hearing-list .swiper-slide {
    width: 92.75362vw;
    margin: 0 3.1401vw;
    border: 2px solid #af1927;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 5.07246vw 3.86473vw 3.86473vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hearing-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.62319vw;
  }
  .hearing-top__img {
    width: 23.18841vw;
    text-align: center;
  }
  .hearing-top__img span {
    font-size: 3.38164vw;
    line-height: 1.7;
    color: #858585;
    display: block;
    margin-top: 1.20773vw;
  }
  .hearing-top__info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5.31401vw;
    padding-top: 4.83092vw;
  }
  .hearing-top__info small {
    display: block;
    background: #af1927;
    color: #fff;
    width: 100%;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    padding: 0.72464vw 2.41546vw 1.20773vw;
    margin-bottom: 1.20773vw;
  }
  .hearing-top__info p {
    font-size: 5.7971vw;
    line-height: 1;
    color: #af1927;
    font-weight: bold;
  }
  .hearing-top__info p span {
    font-size: 11.35266vw;
    line-height: 1;
    font-family: "Roboto", sans-serif;
  }
  .hearing__content {
    background: #fff9ef;
    padding: 3.38164vw 3.1401vw;
    font-size: 3.38164vw;
    line-height: 1.7;
    font-weight: 400;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .hearing .button-gr {
    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;
    margin-top: 2.89855vw;
  }
  .hearing .button-gr .button-prev,
  .hearing .button-gr .button-next {
    width: 13.52657vw;
    margin: 0 1.81159vw;
  }
  .hearing .note {
    font-size: 3.38164vw;
    line-height: 2;
    font-weight: 400;
    text-indent: -1.1em;
    margin-left: 1.1em;
  }
  .hearing__stt {
    font-size: 7.24638vw;
    line-height: 1.3;
    font-weight: 500;
    color: #af1927;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 7.24638vw;
    font-family: "A1GothicStd";
  }
  .hearing__stt span {
    text-decoration: underline;
    text-underline-offset: 0.24155vw;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 2.17391vw;
    text-underline-offset: -0.96618vw;
  }
  .refund {
    background: #af1927;
    padding: 9.66184vw 0 10.86957vw;
  }
  .refund .tt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    margin-bottom: 3.62319vw;
    font-family: "A1GothicStd";
    font-weight: 500;
    font-size: 7.72947vw;
    line-height: 1;
  }
  .refund .tt span {
    font-size: 4.34783vw;
    line-height: 1;
    font-family: "A1GothicStd";
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    display: inline-block;
    padding: 1.44928vw 1.44928vw 1.44928vw;
    margin-bottom: 2.17391vw;
  }
  .refund-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 4.83092vw;
    counter-reset: section;
  }
  .refund-list__item {
    background: #fff;
    padding: 5.7971vw 0;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .refund-list__img {
    width: 87.92271vw;
    height: 44.92754vw;
    -moz-border-radius: 0 4.83092vw 4.83092vw 0;
         border-radius: 0 4.83092vw 4.83092vw 0;
    overflow: hidden;
    margin: 0;
    margin-bottom: 4.83092vw;
  }
  .refund-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .refund-list__main {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .refund-list__tt {
    font-size: 4.83092vw;
    line-height: 1.3;
    color: #af1927;
    font-weight: 500;
    border-bottom: 0.72464vw solid #dedede;
    padding-bottom: 3.86473vw;
    margin-bottom: 5.07246vw;
    padding-left: 3.38164vw;
    margin-right: 4.83092vw;
    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;
    position: relative;
    font-family: "A1GothicStd";
  }
  .refund-list__tt:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 9.66184vw;
    height: 9.66184vw;
    -moz-border-radius: 0 50% 50% 50%;
         border-radius: 0 50% 50% 50%;
    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.7971vw;
    font-weight: 500;
    line-height: 1;
    color: #af1927;
    border: 0.72464vw solid #af1927;
    font-family: "Roboto", sans-serif;
    margin-right: 2.89855vw;
    position: relative;
    top: -0.96618vw;
  }
  .refund-list__ct {
    font-size: 3.38164vw;
    line-height: 1.7;
    padding: 0 4.83092vw;
  }
  .appro {
    background: #fafafa;
    padding: 14.49275vw 0 16.90821vw;
  }
  .appro__tt {
    text-align: center;
    margin-bottom: 14.00966vw;
  }
  .appro__tt span {
    border: 2px solid #af1927;
    color: #af1927;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    font-size: 10.14493vw;
    line-height: 1;
    font-weight: 500;
    padding: 2.17391vw 4.83092vw 2.17391vw;
    position: relative;
    font-family: "A1GothicStd";
    display: inline-block;
  }
  .appro__tt span:before {
    content: '';
    width: 1.44928vw;
    height: 7.24638vw;
    background: url("../img/ic_dot.svg") center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10.86957vw;
    margin: auto;
  }
  .appro__stt {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 7.24638vw;
  }
  .appro__stt span {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 0.96618vw;
  }
  .appro figure {
    text-align: center;
    margin-right: -1.93237vw;
  }
  .appro figure img {
    width: 94.68599vw;
    height: auto;
  }
  .appro__tt02 {
    text-align: center;
    font-size: 7.24638vw;
    line-height: 1.3;
    font-weight: 500;
    color: #af1927;
    padding-top: 20.5314vw;
    position: relative;
    margin-bottom: 4.83092vw;
    font-family: "A1GothicStd";
  }
  .appro__tt02:before {
    content: '';
    width: 21.98068vw;
    height: 20.5314vw;
    background: url("../img/ic_arr.svg") center/contain no-repeat;
    position: absolute;
    top: -1.93237vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .appro-list {
    margin-bottom: 14.49275vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3.62319vw;
  }
  .appro-list__col {
    width: 86.95652vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .appro-list__col:not(:first-child) {
    margin-left: 2.41546vw;
  }
  .appro-list__col dt {
    background: #af1927;
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 3.38164vw;
    margin-bottom: 1.69082vw;
  }
  .appro-list__col dd {
    border: 2px solid #af1927;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 500;
    padding: 5.31401vw 19.32367vw 5.55556vw 4.83092vw;
    position: relative;
  }
  .appro-list__col dd:after {
    content: '';
    width: 11.5942vw;
    height: 11.5942vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.83092vw;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .appro-list__col dd.minus:after {
    background-image: url("../img/ic_minus.svg");
    -moz-background-size: 7.24638vw auto;
         background-size: 7.24638vw auto;
  }
  .appro-list__col dd.circle:after {
    background-image: url("../img/ic_circle.svg");
  }
  .appro-list__col dd.circle.hl:after {
    background-image: url("../img/ic_circle02.svg");
  }
  .appro-list__col dd.x:after {
    background-image: url("../img/ic_x.svg");
    -moz-background-size: 8.45411vw auto;
         background-size: 8.45411vw auto;
  }
  .appro-list__col dd.triangle:after {
    background-image: url("../img/ic_triangle.svg");
    -moz-background-size: 11.35266vw auto;
         background-size: 11.35266vw auto;
  }
  .appro-list__col dd + dd {
    margin-top: 1.69082vw;
  }
  .appro-list__col dd + dd:before {
    content: '';
    width: 6.52174vw;
    height: 6.52174vw;
    background: url("../img/ic_arr02.svg") center/contain no-repeat;
    position: absolute;
    top: -4.34783vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .appro-list__col dd.hl {
    color: #fff;
    background: #fe7606;
    border-color: #fe7606;
  }
  .appro-list__col:nth-child(2) dt {
    background: #353535;
  }
  .appro-list__col:nth-child(2) dd {
    border-color: #353535;
    background: #f3f3f3;
  }
  .appro-list__col:nth-child(2) dd + dd:before {
    background-image: url("../img/ic_arr03.svg");
  }
  .appro-tb {
    margin-bottom: 9.66184vw;
  }
  .appro-tb__tt {
    text-align: center;
    font-size: 7.24638vw;
    line-height: 1.3;
    font-weight: 500;
    color: #af1927;
    position: relative;
    margin-bottom: 7.24638vw;
    font-family: "A1GothicStd";
  }
  .appro-tb__table {
    padding-right: 3.62319vw;
  }
  .appro-tb__table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .appro-tb__table table colgroup col {
    width: 64.49275vw;
  }
  .appro-tb__table table colgroup col:first-child {
    width: 28.01932vw;
  }
  .appro-tb__table table colgroup col:nth-child(3) {
    width: 72.70531vw;
  }
  .appro-tb__table table thead tr th {
    background: #af1927;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 3.62319vw;
  }
  .appro-tb__table table thead tr th:first-child {
    opacity: 0;
  }
  .appro-tb__table table thead tr th:nth-child(2) {
    -moz-border-radius: 1.93237vw 0 0 0;
         border-radius: 1.93237vw 0 0 0;
  }
  .appro-tb__table table thead tr th:nth-child(3) {
    background: #353535;
    -moz-border-radius: 0 1.93237vw 0 0;
         border-radius: 0 1.93237vw 0 0;
  }
  .appro-tb__table table tbody tr th {
    background: #af1927;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding: 2.41546vw;
    vertical-align: middle;
  }
  .appro-tb__table table tbody tr td {
    font-size: 2.89855vw;
    line-height: 1.5;
    font-weight: 400;
    padding: 3.38164vw 2.41546vw 4.34783vw;
    border: 2px solid #f1f0f0;
    background: #fff;
  }
  .appro-tb__table table tbody tr td ul li {
    text-indent: -1em;
    margin-left: 1em;
  }
  .appro-tb__table table tbody tr td ul li + li {
    margin-top: 3.86473vw;
  }
  .appro-tb__table table tbody tr:first-child th {
    -moz-border-radius: 1.93237vw 0 0 0;
         border-radius: 1.93237vw 0 0 0;
  }
  .appro-tb__table table tbody tr:nth-child(2) th {
    background: #353535;
    -moz-border-radius: 0 0 0 1.93237vw;
         border-radius: 0 0 0 1.93237vw;
  }
  .appro-slg figure {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .appro-slg figure img {
    width: 91.54589vw;
    height: auto;
  }
  .appro-slg__tt {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 1.5;
    font-weight: 500;
    font-family: "A1GothicStd";
  }
  .appro-slg__tt span {
    color: #af1927;
  }
  .appro-slg__tt em {
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0;
    -webkit-text-decoration-color: #ffde46;
       -moz-text-decoration-color: #ffde46;
            text-decoration-color: #ffde46;
    text-decoration-thickness: 1.69082vw;
  }
  .js-scrollable {
    margin-right: -3.62319vw;
  }
  .btn-fixed {
    position: fixed;
    bottom: 0;
    right: 2.41546vw;
    z-index: 99;
  }
  .btn-fixed img {
    width: 48.30918vw;
    height: auto;
  }
  .page .pmv {
    padding: 14.49275vw 0 12.07729vw;
  }
  .page .pmv__tt {
    font-size: 7.72947vw;
    line-height: 1;
    font-weight: 500;
    font-family: "A1GothicStd";
    text-align: center;
  }
  .page .main__inner {
    padding-bottom: 12.07729vw;
  }
  .page .main__inner p {
    font-size: 3.38164vw;
    line-height: 1.7;
  }
  .page .main__inner dl {
    font-size: 3.38164vw;
    line-height: 1.7;
    margin-top: 9.66184vw;
  }
  .page .main__inner dl:first-child {
    margin-top: 0;
  }
  .page .main__inner dl dt {
    font-weight: bold;
    margin-bottom: 4.83092vw;
  }
  .page .main__inner dl dd {
    font-weight: 400;
  }
  .page .main__inner .btn {
    text-align: center;
    margin-top: 12.07729vw;
  }
  .page .main__inner .btn a {
    width: 54.83092vw;
    height: 14.7343vw;
    background: #af1927;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    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: 5.31401vw;
    line-height: 1;
    margin: 0 auto;
  }
  .page--company .main__inner dl {
    padding-bottom: 3.1401vw;
    border-bottom: 1px solid #dddddd;
  }
  .page--company .main__inner dl + dl {
    margin-top: 3.1401vw;
  }
  .page--company .main__inner dl dt {
    margin-bottom: 1.20773vw;
  }
}

.error {
  color: #ff0000;
}

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

.circle span {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}
.triangle span {
  display: block;
  font-size: 14px;
  line-height: 1.25;
}
.note03 {
  color: #fff;
  margin-top: 1rem;
}
.note02 {
  color: #353535;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.info__tt02 {
  color: #af1927
}


@media screen and (max-width: 768px) {
  .circle span {
    display: block;
    font-size: 3vw;
    line-height: 1.25;
  }
  .triangle span {
    display: block;
    font-size: 3vw;
    line-height: 1.25;
  }
}