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

@font-face {
  font-family: 'Toppan Bunkyu Midashi Mincho';
  font-weight: bold;
  src: url("../fonts/ToppanBunkyuMidashiMinchoStdN-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: 'Futura-Medium';
  font-weight: bold;
  src: url("../fonts/FUTURAMEDIUM.TTF") format("opentype");
}

@font-face {
  font-family: 'LightNovelPopV2';
  font-weight: bold;
  src: url("../fonts/LightNovelPOPv2.otf") format("opentype");
}

@font-face {
  font-family: 'DIN2014-Bold';
  font-weight: bold;
  src: url("../fonts/DIN 2014 Bold.ttf") 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%;
  }
  .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;
  }
  .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;
  }
  .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: -3px;
    -webkit-text-decoration-color: #ffde46;
    -moz-text-decoration-color: #ffde46;
    text-decoration-color: #ffde46;
    text-decoration-thickness: 6px;
  }
  .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 a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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-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 a {
    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-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;
  }
}

@media screen and (min-width: 769px), print {
  body {
    padding-top: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .container {
    overflow: hidden;
    min-width: 100%;
  }
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    height: 50px;
    padding: 0 40px;
    min-width: 100%;
  }
  .header h1 a {
    display: inline-block;
    width: 140px;
  }
  .header > a {
    display: block;
    width: 203px;
  }
  .top .mvTop .mv_text {
    text-align: center;
    background-color: #0c2644;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 15px;
  }
  .top .mvTop .mv_text span {
    color: #ecd277;
    font-size: 35px;
  }
  .top .mvTop .mvTop_main {
    position: relative;
    background: url("../img/mv_bgNews.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top .mvTop .mvTop_main .mv_txt .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 38px;
    padding-bottom: 59px;
  }
  .top .mvTop .mvTop_main .mv_txt .row::after {
    position: absolute;
    content: "";
    width: 765px;
    height: 524px;
    background: url("../img/mvMan.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -19px;
    right: -250px;
    z-index: -1;
  }
  .top .mvTop .mvTop_main .mv_txt picture {
    width: 597px;
  }
  .top .mvTop .mvTop_main .mv_txt picture img {
    width: 100%;
    height: auto;
  }
  .top .mvTop .mvTop_main > figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 525px;
  }
  .top .cta_btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .cta_btn li:nth-of-type(2) {
    margin-left: 26px;
  }
  .top .cta_btn li:nth-of-type(2) p {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #0C2644;
  }
  .top .cta_btn .cta_tel {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 63px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #0C2644;
    white-space: nowrap;
  }
  .top .cta {
    background: url(../img/cta_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 37px 0 50px;
  }
  .top .cta .cta_list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top .cta .cta_list li {
    padding: 18px 18px 18px 82px;
    position: relative;
    background: #FFFFFF;
    -moz-border-radius: 3px;
         border-radius: 3px;
    min-height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0C2644;
    border: 3px solid #D0D9E2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
  }
  .top .cta .cta_list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 58px;
    height: 47px;
    display: block;
    background-image: url(../img/cta_ic1.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .top .cta .cta_list li.st2::before {
    background-image: url(../img/cta_ic2.webp);
  }
  .top .cta .cta_list li.st3::before {
    background-image: url(../img/cta_ic3.webp);
  }
  .top .cta .cta_list.st2 li {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    padding: 18px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .cta .cta_list.st2 li small {
    font-size: 20px;
    font-weight: 500;
    display: block;
  }
  .top .cta .cta_list.st2 li em {
    font-style: normal;
    color: #E8CC90;
  }
  .top .cta .cta_list.st2 li em.st2 {
    font-size: 40px;
  }
  .top .cta .cta_list.st2 li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 82px;
    height: 85px;
    display: block;
    background-image: url(../img/cta_ic4.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .top .cta .cta_list.st2 li.st2::before {
    background-image: url(../img/cta_ic5.webp);
  }
  .top .cta .cta_list.st2 li.st3::before {
    background-image: url(../img/cta_ic6.webp);
  }
  .top .cta .row {
    max-width: 800px;
  }
  .top .cta h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    color: #0C2644;
  }
  .top .cta h2 span {
    background: -webkit-linear-gradient(bottom, #FBE8A7 6px, transparent 6px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FBE8A7 6px, transparent 6px, transparent 100%);
    background: linear-gradient(to top, #FBE8A7 6px, transparent 6px, transparent 100%);
  }
  .top .cta .cta_box {
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);
    padding: 27px;
  }
  .top .cta .cta_price {
    margin-bottom: 25px;
    display: -ms-grid;
    display: grid;
    gap: 19px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top .cta .cta_price li {
    -moz-border-radius: 17px;
         border-radius: 17px;
    overflow: hidden;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    background: url(../img/cta_bg2.webp) center/100% 100% no-repeat;
  }
  .top .cta .cta_price li > span {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #B38023;
  }
  .top .cta .cta_price li > span.st2 {
    font-size: 24px;
  }
  .top .cta .cta_price li > p {
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #B38023;
  }
  .top .cta .cta_price li > p em {
    font-style: normal;
    font-size: 40px;
    display: block;
    line-height: 1.4;
  }
  .top .cta .cta_price li > p i {
    font-style: normal;
    font-size: 71px;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
  }
  .top .why {
    padding: 50px 0 0;
  }
  .top .why h2 {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    color: #0C2644;
    -webkit-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
       -moz-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
        -ms-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
            transform: matrix(1, 0, -0.29, 0.96, 0, 0);
    margin-bottom: 40px;
  }
  .top .why h2 span {
    background: -webkit-linear-gradient(bottom, #ECD277 10px, transparent 10px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ECD277 10px, transparent 10px, transparent 100%);
    background: linear-gradient(to top, #ECD277 10px, transparent 10px, transparent 100%);
  }
  .top .why .why_list {
    display: -ms-grid;
    display: grid;
    gap: 17px;
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .top .why .why_list li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 13px 22px;
  }
  .top .why .why_list li::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    background: #3B4147;
    display: block;
    z-index: -1;
  }
  .top .why .why_list li figure {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    height: 100px;
  }
  .top .why .why_list li figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top .why .why_list li p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 19px;
    min-height: 81px;
    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;
  }
  .top .why h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    color: #0C2644;
    -webkit-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
       -moz-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
        -ms-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
            transform: matrix(1, 0, -0.29, 0.96, 0, 0);
    margin: 40px 0 80px;
  }
  .top .why h3 span {
    color: #E13E41;
    font-size: 55px;
  }
  .top .why .box {
    position: relative;
    background: #0B4184;
    -moz-border-radius: 10px 10px 0px 0px;
         border-radius: 10px 10px 0px 0px;
  }
  .top .why .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 84px;
    height: 66px;
    background: url(../img/box_ic.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .why .box dl dt {
    padding: 35px;
    background-color: #000;
    font-weight: 900;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    -moz-border-radius: 10px 10px 0px 0px;
         border-radius: 10px 10px 0px 0px;
  }
  .top .why .box .box_top {
    background: url(../img/box_bg.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px 40px 64px 40px;
    position: relative;
    z-index: 2;
    position: relative;
  }
  .top .why .box .box_top::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8px;
    height: 64px;
    background: url(../img/dots.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .why .box .box_top .b_w {
    background-color: #fff;
    padding: 50px 35px 20px;
  }
  .top .why .box .box_top .b_w h4 {
    text-align: center;
  }
  .top .why .box .box_top .b_w h4 span {
    display: inline-block;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #262D35;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .why .box .box_top .b_w h4 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 78px;
    height: 89px;
    background: url(../img/q1.webp) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .top .why .box .box_top .b_w h4 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 119px;
    height: 134px;
    background: url(../img/q2.webp) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .top .why .box .box_top .b_w ul li {
    padding: 30px 0;
  }
  .top .why .box .box_top .b_w ul li:not(:last-child) {
    border-bottom: 1px solid #CACACA;
  }
  .top .why .box .box_top .b_w ul li h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #E53234;
    position: relative;
    padding-left: 48px;
    margin-bottom: 17px;
  }
  .top .why .box .box_top .b_w ul li h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 34px;
    background: url(../img/ic_check.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .why .box .box_top .b_w ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #262D35;
  }
  .top .why .box .box_top .textBot {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 33px;
  }
  .top .why .box .box_top .textBot span {
    color: #ECD277;
    background-color: #fff;
    background: -webkit-linear-gradient(bottom, #000 41px, transparent 41px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #000 41px, transparent 41px, transparent 100%);
    background: linear-gradient(to top, #000 41px, transparent 41px, transparent 100%);
  }
  .top .why .box .box_bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 61px 40px 60px;
  }
  .top .why .box .box_bot figure {
    width: 412px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top .why .box .box_bot .txt {
    width: 100%;
    padding-left: 33px;
  }
  .top .why .box .box_bot .txt .bb_tt {
    margin-bottom: 20px;
  }
  .top .why .box .box_bot .txt .bb_tt span {
    display: block;
    font-weight: 700;
    font-size: 56px;
    line-height: 150%;
    color: #FFF820;
    -webkit-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
       -moz-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
        -ms-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
            transform: matrix(1, 0, -0.29, 0.96, 0, 0);
  }
  .top .why .box .box_bot .txt .bb_tt small {
    display: block;
    font-weight: 700;
    font-size: 29px;
    line-height: 150%;
    color: #FFFFFF;
  }
  .top .why .box .box_bot .txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
  }
  .top .why .box .box_bot .txt p span {
    color: #FFF820;
  }
  .top .why .why_b {
    text-align: center;
    margin-top: 16px;
  }
  .top .why .why_b img {
    display: inline-block;
    width: 870px;
  }
  .top .strengths {
    padding: 60px 0;
  }
  .top .strengths h2 {
    margin-bottom: 30px;
  }
  .top .strengths h2 small {
    display: block;
    font-weight: 500;
    font-size: 23px;
    line-height: 170%;
    text-align: center;
    color: #0C2644;
  }
  .top .strengths h2 span {
    display: block;
    font-weight: 700;
    font-size: 50px;
    line-height: 170%;
    text-align: center;
    color: #124C95;
  }
  .top .strengths h2 span em {
    font-style: normal;
    font-size: 37px;
  }
  .top .strengths .strengths_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top .strengths .strengths_list li + li {
    margin-top: 50px;
  }
  .top .strengths .strengths_list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top .strengths .strengths_list li:nth-child(even) .txt {
    padding-left: 0;
    padding-right: 34px;
  }
  .top .strengths .strengths_list li figure {
    width: 392px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top .strengths .strengths_list li .txt {
    width: 100%;
    padding-left: 34px;
  }
  .top .strengths .strengths_list li .txt h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .top .strengths .strengths_list li .txt h3 small {
    font-weight: 500;
    font-size: 9px;
    line-height: 170%;
    text-align: center;
    color: #D3B650;
    margin-right: 11px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .strengths .strengths_list li .txt h3 small i {
    font-style: normal;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 100%;
    text-align: center;
    color: #D3B650;
  }
  .top .strengths .strengths_list li .txt h3 span {
    font-weight: 700;
    font-size: 30px;
    line-height: 170%;
    color: #0C2644;
  }
  .top .strengths .strengths_list li .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #262D35;
  }
  .top .strengths .strengths_box {
    margin: 152px auto 50px;
    width: 777px;
    max-width: 100%;
    background: #fff;
    border: 15px solid #0B4184;
    position: relative;
  }
  .top .strengths .strengths_box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -128px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 225px;
    height: 82px;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .strengths .strengths_box .txt {
    padding: 20px 35px 35px;
  }
  .top .strengths .strengths_box h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #0C2644;
    margin-bottom: 15px;
  }
  .top .strengths .strengths_box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #262D35;
  }
  .top .strengths .strengths_bot {
    margin: 0 auto;
    width: 777px;
    max-width: 100%;
  }
  .top .strengths .strengths_bot h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .top .strengths .strengths_bot h3 > small {
    padding: 0 26px;
    margin-bottom: 10px;
    display: inline-block;
    background: url(../img/tt_bg.webp) center/100% 100% no-repeat;
  }
  .top .strengths .strengths_bot h3 > small small {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
  }
  .top .strengths .strengths_bot h3 > span {
    display: inline-block;
    padding: 0 50px;
    position: relative;
  }
  .top .strengths .strengths_bot h3 > span::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 1px;
    height: 150%;
    background: #A57A2C;
    display: block;
  }
  .top .strengths .strengths_bot h3 > span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 1px;
    height: 150%;
    background: #A57A2C;
    display: block;
  }
  .top .strengths .strengths_bot h3 > span span {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    background: -webkit-linear-gradient(354.11deg, #D1A352 6.81%, #A5792B 84.03%);
    background: -moz- oldlinear-gradient(354.11deg, #D1A352 6.81%, #A5792B 84.03%);
    background: linear-gradient(95.89deg, #D1A352 6.81%, #A5792B 84.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    -webkit-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
       -moz-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
        -ms-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
            transform: matrix(1, 0, -0.31, 0.95, 0, 0);
  }
  .top .tl {
    margin-bottom: 35px;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
  }
  .top .tl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 51px;
    height: 1px;
    background: #fff;
    display: block;
  }
  .top .case {
    background: url(../img/case_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 52px 0 60px;
  }
  .top .case .c_note {
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    margin-top: 20px;
  }
  .top .case ul {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top .case ul li {
    padding: 20px 24px 24px;
    background-color: #fff;
  }
  .top .case ul li > span {
    display: block;
    background: rgba(30, 82, 148, 0.98);
    -moz-border-radius: 999px;
         border-radius: 999px;
    margin-bottom: 20px;
    min-height: 40px;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    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;
    color: #FFFFFF;
  }
  .top .case ul li .box {
    display: -ms-grid;
    display: grid;
    gap: 14px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top .case ul li .box p {
    border: 6px solid #828282;
    padding: 25px 0;
    color: #828282;
  }
  .top .case ul li .box p.st2 {
    border-color: #C69326;
    color: #C69326;
  }
  .top .case ul li .box p:nth-of-type(1) {
    position: relative;
  }
  .top .case ul li .box p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: -50px;
    width: 77px;
    height: 39px;
    background: url(../img/ar2.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .case ul li .box p .txt01 {
    font-weight: 700;
    font-size: 27px;
    display: block;
    text-align: center;
  }
  .top .case ul li .box p .txt02 {
    font-weight: 400;
    text-align: center;
    display: block;
    font-size: 28px;
  }
  .top .case ul li .box p .txt02 i {
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 71px;
    line-height: 1;
  }
  .top .research {
    padding: 60px 0 70px;
  }
  .top .research .tl {
    color: #124C95;
  }
  .top .research .tl:after {
    background-color: #124C95;
  }
  .top .research .r_note {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #0C2644;
    margin-top: 20px;
  }
  .top .research .research_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    background: url(../img/research_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top .research .research_list li + li {
    margin-top: 20px;
  }
  .top .research .research_list li figure {
    width: 369px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top .research .research_list li figure img {
    -webkit-filter: drop-shadow(4px 4px 14px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(4px 4px 14px rgba(0, 0, 0, 0.2));
  }
  .top .research .research_list li figure figcaption {
    margin-top: 18px;
    padding-left: 20px;
    line-height: 1.5;
    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;
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    color: #FFFFFF;
  }
  .top .research .research_list li figure figcaption span {
    min-width: 159px;
    min-height: 28px;
    background: #C69326;
    -moz-border-radius: 99px;
         border-radius: 99px;
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    color: #FFFFFF;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 11px;
  }
  .top .research .research_list li .txt {
    width: 100%;
    padding-left: 28px;
  }
  .top .research .research_list li .txt h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    color: #FFFFFF;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .top .research .research_list li .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
  }
  .top .step {
    background-color: #EFF6FD;
    padding: 50px 0 60px;
  }
  .top .step .row {
    max-width: 800px;
  }
  .top .step .tl {
    color: #0C2644;
  }
  .top .step .tl:after {
    background-color: #0C2644;
  }
  .top .step .step_list > li {
    border: 3px solid #0C2644;
    border-top: 0;
    background-color: #fff;
  }
  .top .step .step_list > li + li {
    margin-top: 48px;
  }
  .top .step .step_list > li:not(:last-child) {
    position: relative;
  }
  .top .step .step_list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -52px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 170px solid transparent;
    border-right: 170px solid transparent;
    border-top: 52px solid #0C2644;
  }
  .top .step .step_list > li .it_head {
    background-color: #0C2644;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 60px;
    position: relative;
  }
  .top .step .step_list > li .it_head > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid;
  }
  .top .step .step_list > li .it_head > span i {
    font-style: normal;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }
  .top .step .step_list > li .it_bd {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #262D35;
  }
  .top .step .step_list > li .it_bd .txt {
    padding: 15px 30px 30px;
  }
  .top .step .step_list > li .it_bd h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
    background-color: #C69326;
    margin: 25px 0 15px;
  }
  .top .step .step_list > li .it_bd .s_list {
    font-weight: bold;
  }
  .top .step .step_list > li .it_bd .s_list li {
    position: relative;
    padding-left: 15px;
  }
  .top .step .step_list > li .it_bd .s_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .top .step .step_list > li .it_bd .s_list.st2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
  }
  .top .step .step_list > li .it_bd .s_list.st2 li + li {
    margin-top: 10px;
  }
  .top .step .step_list > li .it_bd .s_list.st2 li > strong {
    display: block;
  }
  .top .cost {
    background: url(../img/cost_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 50px 0 56px;
  }
  .top .cost .cost_box {
    background-color: #fff;
    padding: 35px 40px;
  }
  .top .cost .c_note {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #262D35;
    text-align: center;
  }
  .top .cost .c_note span {
    color: #F71F48;
  }
  .top .cost .cost-list {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .top .cost .cost-list__item {
    min-width: 214px;
    width: auto;
    height: auto;
    background: none;
    border: none;
    padding: 0;
  }
  .top .cost .cost-list__item.full {
    width: 100%;
  }
  .top .cost .cost-list__item > span {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #1B4C89;
    color: #fff;
    -moz-border-radius: 0;
         border-radius: 0;
    font-size: 23px;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 0;
    min-height: 49px;
    margin-bottom: 10px;
  }
  .top .cost .cost-list__item .c_price {
    text-align: center;
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #C69326;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    white-space: nowrap;
    padding: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .top .cost .cost-list__item .c_price {
    font-size: 36px;
  }
}

@media screen and (min-width: 769px), print {
  .top .cost .cost-list__item .c_price span {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #0C2644;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .top .cost .cost-list__item .c_price span {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px), print {
  .top .cost .cost-list__item .c_price i {
    font-style: normal;
    font-size: 168px;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: -25px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .top .cost .cost-list__item .c_price i {
    font-size: 120px;
  }
}

@media screen and (min-width: 769px), print {
  .top .qa {
    background-color: #fff;
    padding: 50px 0;
  }
  .top .qa .tl {
    color: #0C2644;
  }
  .top .qa .tl:after {
    background-color: #0C2644;
  }
  .top .qa .qa-item {
    max-width: 800px;
  }
  .top .qa .qa-item__q:before {
    font-family: 'Futura-Medium';
    color: #fff;
    font-size: 24px;
    background: none;
    top: 19px;
    left: 25px;
  }
  .top .qa .qa-item__q {
    padding-left: 65px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #0C2644;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .top .qa .qa-item__wrapper {
    position: relative;
    padding-left: 65px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #363636;
    padding-right: 72px;
  }
  .top .qa .qa-item__wrapper:before {
    content: 'A';
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    position: absolute;
    font-family: 'Futura-Medium';
    top: 15px;
    left: 25px;
    color: #C69326;
    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;
  }
  .top .qa .qa-item__q.open:after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    background: url(../img/ic_open2.svg) center/contain no-repeat;
  }
  .top .overview {
    background: url(../img/overview_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 36px 0 60px;
  }
  .top .overview .row {
    max-width: 711px;
  }
  .top .overview .overview__img {
    margin-bottom: 20px;
  }
  .top .overview .ov-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.7;
  }
  .top .overview .ov-list dl a {
    color: #fff;
  }
  .top .overview .ov-list dl + dl {
    margin-top: 20px;
  }
  .top .overview .ov-list dl dt {
    width: 88px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top .overview .ov-list dl dd {
    width: 100%;
  }
  .footer__copy {
    background-color: transparent;
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    color: #B0B0B0;
  }
  .footer__nav {
    color: #0C2644;
    font-size: 14px;
    font-weight: 500;
  }
  .footer__nav li a {
    color: #0C2644;
    font-size: 14px;
    font-weight: 500;
  }
  .footer__nav li + li:before {
    color: #0C2644;
    font-size: 14px;
    font-weight: 500;
  }
  .footer__nav {
    padding-top: 30px;
  }
  .page .main__inner .btn a {
    background-color: #1F315A;
    font-weight: bold;
  }
  .page .pmv__tt {
    color: #172B53;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .page .main__inner {
    color: #272B34;
  }
  .page .main__inner dl dt {
    margin-bottom: 0;
  }
  .page .main__inner dl a {
    color: #272B34;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 7.24638vw;
  }
  .container {
    overflow: hidden;
    min-width: 100%;
  }
  .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    height: 7.24638vw;
    padding: 0 3.62319vw;
    min-width: 100%;
  }
  .header h1 a {
    display: inline-block;
    width: 27.05314vw;
  }
  .header > a {
    display: block;
    width: 50vw;
    position: fixed;
    right: 3.62319vw;
    bottom: 3.62319vw;
    z-index: 99;
  }
  .top .mvTop .mv_text {
    text-align: center;
    background-color: #0c2644;
    font-weight: bold;
    font-size: 6.52174vw;
    letter-spacing: 0.04em;
    color: #fff;
    padding: 3.62319vw;
  }
  .top .mvTop .mv_text span {
    color: #ecd277;
    font-size: 8.45411vw;
  }
  .top .mvTop .mvTop_main {
    position: relative;
  }
  .top .mvTop .mvTop_main .mv_txt .row {
    padding: 0;
  }
  .top .cta_btn {
    margin-top: 3.1401vw;
  }
  .top .cta_btn li {
    line-height: 0;
  }
  .top .cta_btn li a {
    display: block;
    line-height: 0;
  }
  .top .cta_btn li:nth-of-type(2) {
    text-align: center;
    margin-top: 3.38164vw;
  }
  .top .cta_btn li:nth-of-type(2) p {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 130%;
    text-align: center;
    color: #0C2644;
  }
  .top .cta_btn .cta_tel {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13.52657vw;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.06em;
    color: #0C2644;
    white-space: nowrap;
  }
  .top .cta {
    background: url(../img/cta_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 7.24638vw 0;
  }
  .top .cta .cta_list {
    display: -ms-grid;
    display: grid;
    gap: 2.89855vw;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top .cta .cta_list li {
    padding: 2.41546vw;
    position: relative;
    background: #FFFFFF;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    min-height: 10.62802vw;
    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;
    background: #0C2644;
    border: 0.72464vw solid #D0D9E2;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-weight: 700;
    font-size: 3.1401vw;
    line-height: 140%;
    color: #FFFFFF;
    padding-top: 11.5942vw;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .cta .cta_list li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 3.1401vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6.76329vw;
    height: 6.76329vw;
    display: block;
    background-image: url(../img/cta_ic1_sp.webp);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .top .cta .cta_list li.st2::before {
    width: 8.92271vw;
    height: 5.31401vw;
    top: 4.10628vw;
    background-image: url(../img/cta_ic2_sp.webp);
    -moz-background-size: contain;
         background-size: contain;
  }
  .top .cta .cta_list li.st3::before {
    width: 7.48792vw;
    height: 7.48792vw;
    top: 2.657vw;
    background-image: url(../img/cta_ic3_sp.webp);
    -moz-background-size: contain;
         background-size: contain;
  }
  .top .cta .cta_list.st2 li {
    font-size: 4.10628vw;
    line-height: 1.4;
    text-align: center;
    padding: 2.41546vw 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .cta .cta_list.st2 li small {
    font-size: 3.1401vw;
    font-weight: 500;
    display: block;
  }
  .top .cta .cta_list.st2 li em {
    font-style: normal;
    color: #E8CC90;
  }
  .top .cta .cta_list.st2 li em.st2 {
    font-size: 7.72947vw;
  }
  .top .cta .cta_list.st2 li::before {
    content: "";
    position: absolute;
    top: 2.41546vw;
    left: 2.41546vw;
    width: 11.31815vw;
    height: 11.66322vw;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    background-image: url(../img/cta_ic4.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
  }
  .top .cta .cta_list.st2 li.st2::before {
    background-image: url(../img/cta_ic5.webp);
  }
  .top .cta .cta_list.st2 li.st3::before {
    background-image: url(../img/cta_ic6.webp);
  }
  .top .cta .row {
    max-width: 193.23671vw;
  }
  .top .cta h2 {
    margin-bottom: 4.83092vw;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 170%;
    text-align: center;
    color: #0C2644;
  }
  .top .cta h2 span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.44928vw, #FBE8A7), color-stop(1.44928vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FBE8A7 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FBE8A7 1.44928vw, transparent 1.44928vw, transparent 100%);
    background: linear-gradient(to top, #FBE8A7 1.44928vw, transparent 1.44928vw, transparent 100%);
  }
  .top .cta .cta_box {
    background: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0vw 0vw 7.00483vw rgba(0, 0, 0, 0.15);
         box-shadow: 0vw 0vw 7.00483vw rgba(0, 0, 0, 0.15);
    padding: 4.83092vw;
    padding-bottom: 2.41546vw;
  }
  .top .cta .cta_price {
    margin-bottom: 6.03865vw;
    display: -ms-grid;
    display: grid;
    gap: 4.58937vw;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .top .cta .cta_price li {
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    overflow: hidden;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.83092vw;
    background: url(../img/cta_bg2.webp) center/100% 100% no-repeat;
  }
  .top .cta .cta_price li > span {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #B38023;
  }
  .top .cta .cta_price li > span.st2 {
    font-size: 5.7971vw;
  }
  .top .cta .cta_price li > p {
    font-weight: 700;
    font-size: 6.52174vw;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #B38023;
  }
  .top .cta .cta_price li > p em {
    font-style: normal;
    font-size: 9.66184vw;
    display: block;
    line-height: 1.4;
  }
  .top .cta .cta_price li > p i {
    font-style: normal;
    font-size: 17.14976vw;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
  }
  .top .why {
    padding: 9.66184vw 0;
  }
  .top .why h2 {
    text-align: center;
    font-weight: 700;
    font-size: 7.24638vw;
    line-height: 150%;
    color: #0C2644;
    -webkit-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
       -moz-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
        -ms-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
            transform: matrix(1, 0, -0.29, 0.96, 0, 0);
    margin-bottom: 7.24638vw;
  }
  .top .why h2 span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.41546vw, #ECD277), color-stop(2.41546vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #ECD277 2.41546vw, transparent 2.41546vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #ECD277 2.41546vw, transparent 2.41546vw, transparent 100%);
    background: linear-gradient(to top, #ECD277 2.41546vw, transparent 2.41546vw, transparent 100%);
  }
  .top .why .why_list {
    display: -ms-grid;
    display: grid;
    gap: 4.83092vw 3.38164vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top .why .why_list li {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 2.41546vw 5.31401vw;
  }
  .top .why .why_list li::after {
    content: "";
    position: absolute;
    top: 10.86957vw;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 10.86957vw);
    height: -moz-calc(100% - 10.86957vw);
    height: calc(100% - 10.86957vw);
    background: #3B4147;
    display: block;
    z-index: -1;
  }
  .top .why .why_list li figure {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    height: 24.15459vw;
  }
  .top .why .why_list li figure img {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top .why .why_list li p {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 3.62319vw;
    min-height: 19.56522vw;
    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;
  }
  .top .why h3 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.3;
    text-align: center;
    color: #0C2644;
    -webkit-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
       -moz-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
        -ms-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
            transform: matrix(1, 0, -0.29, 0.96, 0, 0);
    margin: 4.83092vw 0 16.90821vw;
  }
  .top .why h3 span {
    color: #E13E41;
    font-size: 7.24638vw;
  }
  .top .why .box {
    position: relative;
    background: #0B4184;
    -moz-border-radius: 2.41546vw 2.41546vw 0vw 0vw;
         border-radius: 2.41546vw 2.41546vw 0vw 0vw;
  }
  .top .why .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -9.66184vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 18.44532vw;
    height: 14.49275vw;
    background: url(../img/box_ic.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .why .box dl dt {
    padding: 8.45411vw 3.62319vw 6.03865vw;
    background-color: #000;
    font-weight: 900;
    font-size: 5.7971vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    -moz-border-radius: 2.41546vw 2.41546vw 0vw 0vw;
         border-radius: 2.41546vw 2.41546vw 0vw 0vw;
  }
  .top .why .box .box_top {
    background: url(../img/box_bg_sp.webp) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 4.83092vw 4.83092vw 14.97585vw 4.83092vw;
    position: relative;
    z-index: 2;
    position: relative;
  }
  .top .why .box .box_top::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.72947vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.93237vw;
    height: 15.45894vw;
    background: url(../img/dots.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .why .box .box_top .b_w {
    background-color: #fff;
    padding: 7.24638vw 3.62319vw 4.83092vw;
  }
  .top .why .box .box_top .b_w h4 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .top .why .box .box_top .b_w h4 span {
    display: inline-block;
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 130%;
    text-align: center;
    color: #262D35;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .why .box .box_top .b_w h4 span::before {
    content: "";
    position: absolute;
    top: 77%;
    left: -11.11111vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18.71981vw;
    height: 21.49758vw;
    background: url(../img/q1.webp) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .top .why .box .box_top .b_w h4 span::after {
    content: "";
    position: absolute;
    top: 32%;
    right: -14.49275vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22.89855vw;
    height: 25.7971vw;
    background: url(../img/q2.webp) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .top .why .box .box_top .b_w ul li {
    padding: 4.83092vw 0;
  }
  .top .why .box .box_top .b_w ul li:not(:last-child) {
    border-bottom: 1px solid #CACACA;
  }
  .top .why .box .box_top .b_w ul li h5 {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 150%;
    color: #E53234;
    position: relative;
    padding-left: 8.45411vw;
    margin-bottom: 2.41546vw;
  }
  .top .why .box .box_top .b_w ul li h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.03865vw;
    height: 5.47504vw;
    background: url(../img/ic_check.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .why .box .box_top .b_w ul li p {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 170%;
    color: #262D35;
  }
  .top .why .box .box_top .textBot {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 7.97101vw;
  }
  .top .why .box .box_top .textBot.textBot_sp {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top .why .box .box_top .textBot span {
    color: #ECD277;
    background-color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(9.90338vw, #000), color-stop(9.90338vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #000 9.90338vw, transparent 9.90338vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #000 9.90338vw, transparent 9.90338vw, transparent 100%);
    background: linear-gradient(to top, #000 9.90338vw, transparent 9.90338vw, transparent 100%);
  }
  .top .why .box .box_top .textBot span + span {
    margin-top: 2.17391vw;
  }
  .top .why .box .box_top .textBot span:last-of-type {
    color: #fff;
  }
  .top .why .box .box_bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7.24638vw 4.83092vw;
  }
  .top .why .box .box_bot .txt {
    width: 100%;
  }
  .top .why .box .box_bot .txt .bb_tt {
    margin-bottom: 3.1401vw;
    text-align: center;
  }
  .top .why .box .box_bot .txt .bb_tt span {
    display: block;
    font-weight: 700;
    font-size: 10.14493vw;
    line-height: 150%;
    color: #FFF820;
    -webkit-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
       -moz-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
        -ms-transform: matrix(1, 0, -0.29, 0.96, 0, 0);
            transform: matrix(1, 0, -0.29, 0.96, 0, 0);
    white-space: nowrap;
  }
  .top .why .box .box_bot .txt .bb_tt small {
    display: block;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 150%;
    color: #FFFFFF;
  }
  .top .why .box .box_bot .txt p {
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 200%;
    color: #FFFFFF;
    margin-top: 3.62319vw;
  }
  .top .why .box .box_bot .txt p span {
    color: #FFF820;
  }
  .top .why .why_b {
    margin: 0 -3.62319vw;
    margin-top: 3.62319vw;
    padding-left: 1.44928vw;
  }
  .top .strengths {
    padding: 12.07729vw 0;
  }
  .top .strengths h2 {
    margin-bottom: 7.24638vw;
  }
  .top .strengths h2 small {
    display: block;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 170%;
    text-align: center;
    color: #0C2644;
  }
  .top .strengths h2 span {
    display: block;
    font-weight: 700;
    font-size: 9.66184vw;
    line-height: 170%;
    text-align: center;
    color: #124C95;
  }
  .top .strengths h2 span em {
    font-style: normal;
    font-size: 7.24638vw;
  }
  .top .strengths .strengths_list li + li {
    margin-top: 12.07729vw;
  }
  .top .strengths .strengths_list li figure {
    width: 85.02415vw;
    margin-left: -3.62319vw;
    margin-bottom: 3.50242vw;
  }
  .top .strengths .strengths_list li:nth-child(even) figure {
    margin-right: -3.62319vw;
    margin-left: auto;
  }
  .top .strengths .strengths_list li .txt h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.10628vw;
  }
  .top .strengths .strengths_list li .txt h3 small {
    font-weight: 500;
    font-size: 1.93237vw;
    line-height: 170%;
    text-align: center;
    color: #D3B650;
    margin-right: 2.657vw;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .strengths .strengths_list li .txt h3 small i {
    font-style: normal;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 9.90338vw;
    line-height: 100%;
    text-align: center;
    color: #D3B650;
  }
  .top .strengths .strengths_list li .txt h3 span {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 130%;
    color: #0C2644;
  }
  .top .strengths .strengths_list li .txt p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #262D35;
  }
  .top .strengths .strengths_box {
    margin: 20.28986vw auto 12.07729vw;
    width: 187.68116vw;
    max-width: 100%;
    background: #fff;
    border: 3.62319vw solid #0B4184;
    position: relative;
  }
  .top .strengths .strengths_box > figure {
    height: 47.10145vw;
  }
  .top .strengths .strengths_box > figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top .strengths .strengths_box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18.35749vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 23.12673vw;
    height: 8.42841vw;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .strengths .strengths_box .txt {
    padding: 4.83092vw 4.83092vw 7.24638vw;
  }
  .top .strengths .strengths_box h3 {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 130%;
    text-align: center;
    color: #0C2644;
    margin-bottom: 3.62319vw;
  }
  .top .strengths .strengths_box p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #262D35;
  }
  .top .strengths .strengths_bot {
    margin: 0 auto;
    width: 187.68116vw;
    max-width: 100%;
  }
  .top .strengths .strengths_bot h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.24638vw;
  }
  .top .strengths .strengths_bot h3 > small {
    padding: 0 6.28019vw;
    margin-bottom: 2.41546vw;
    display: inline-block;
    background: url(../img/tt_bg.webp) center/100% 100% no-repeat;
  }
  .top .strengths .strengths_bot h3 > small small {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
  }
  .top .strengths .strengths_bot h3 > span {
    display: inline-block;
    padding: 0 12.07729vw;
    position: relative;
  }
  .top .strengths .strengths_bot h3 > span::before {
    content: "";
    position: absolute;
    bottom: 0vw;
    left: 2.41546vw;
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    width: 0.24155vw;
    height: 100%;
    background: #A57A2C;
    display: block;
  }
  .top .strengths .strengths_bot h3 > span::after {
    content: "";
    position: absolute;
    bottom: 0vw;
    right: 7.24638vw;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    width: 0.24155vw;
    height: 100%;
    background: #A57A2C;
    display: block;
  }
  .top .strengths .strengths_bot h3 > span span {
    font-weight: 700;
    font-size: 8.21256vw;
    line-height: 130%;
    text-align: center;
    background: -webkit-linear-gradient(354.11deg, #D1A352 6.81%, #A5792B 84.03%);
    background: -moz- oldlinear-gradient(354.11deg, #D1A352 6.81%, #A5792B 84.03%);
    background: linear-gradient(95.89deg, #D1A352 6.81%, #A5792B 84.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
         background-clip: text;
    text-fill-color: transparent;
    -webkit-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
       -moz-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
        -ms-transform: matrix(1, 0, -0.31, 0.95, 0, 0);
            transform: matrix(1, 0, -0.31, 0.95, 0, 0);
    display: block;
  }
  .top .tl {
    margin-bottom: 8.45411vw;
    text-align: center;
    font-weight: 700;
    font-size: 9.66184vw;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
  }
  .top .tl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.31884vw;
    height: 0.24155vw;
    background: #fff;
    display: block;
  }
  .top .case {
    background: url(../img/case_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.56039vw 0;
  }
  .top .case .c_note {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #FFFFFF;
    margin-top: 2.41546vw;
  }
  .top .case ul {
    display: -ms-grid;
    display: grid;
    gap: 4.83092vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .top .case ul li {
    padding: 3.62319vw 4.83092vw 4.83092vw;
    background-color: #fff;
  }
  .top .case ul li > span {
    display: block;
    background: rgba(30, 82, 148, 0.98);
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    margin-bottom: 4.83092vw;
    min-height: 9.66184vw;
    font-family: 'Futura-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 4.83092vw;
    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;
    color: #FFFFFF;
  }
  .top .case ul li .box {
    display: -ms-grid;
    display: grid;
    gap: 3.38164vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .top .case ul li .box p {
    border: 1.44928vw solid #828282;
    padding: 3.62319vw 0;
    color: #828282;
  }
  .top .case ul li .box p.st2 {
    border-color: #C69326;
    color: #C69326;
  }
  .top .case ul li .box p:nth-of-type(1) {
    position: relative;
  }
  .top .case ul li .box p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 7.24638vw;
    right: -10.86957vw;
    width: 14.87923vw;
    height: 7.43961vw;
    background: url(../img/ar2.webp) center/100% 100% no-repeat;
    display: block;
  }
  .top .case ul li .box p .txt01 {
    font-weight: 700;
    font-size: 5.07246vw;
    display: block;
    text-align: center;
  }
  .top .case ul li .box p .txt02 {
    font-weight: 400;
    text-align: center;
    display: block;
    font-size: 5.31401vw;
  }
  .top .case ul li .box p .txt02 i {
    font-family: 'DIN2014-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 13.28502vw;
    line-height: 1;
  }
  .top .research {
    padding: 12.07729vw 0;
  }
  .top .research .tl {
    color: #124C95;
  }
  .top .research .tl:after {
    background-color: #124C95;
  }
  .top .research .r_note {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 150%;
    color: #0C2644;
    margin-top: 2.41546vw;
  }
  .top .research .research_list li {
    padding: 0vw 3.62319vw 7.24638vw;
    margin-left: -3.62319vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top .research .research_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: -webkit-calc(100% - 28.01932vw);
    height: -moz-calc(100% - 28.01932vw);
    height: calc(100% - 28.01932vw);
    background: url(../img/research_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: block;
  }
  .top .research .research_list li + li {
    margin-top: 7.24638vw;
  }
  .top .research .research_list li:nth-child(even) {
    margin-left: auto;
    margin-right: -3.62319vw;
  }
  .top .research .research_list li figure {
    width: 89.13043vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top .research .research_list li figure img {
    -webkit-filter: drop-shadow(0.96618vw 0.96618vw 3.38164vw rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0.96618vw 0.96618vw 3.38164vw rgba(0, 0, 0, 0.2));
  }
  .top .research .research_list li figure figcaption {
    margin-top: 4.34783vw;
    line-height: 1.5;
    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;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 170%;
    color: #FFFFFF;
  }
  .top .research .research_list li figure figcaption span {
    min-width: 23.91304vw;
    min-height: 5.31401vw;
    background: #C69326;
    -moz-border-radius: 23.91304vw;
         border-radius: 23.91304vw;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #FFFFFF;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2.657vw;
  }
  .top .research .research_list li .txt {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 2.41546vw;
  }
  .top .research .research_list li .txt h3 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 140%;
    color: #FFFFFF;
    border-bottom: 1px solid;
    padding-bottom: 3.62319vw;
    margin-bottom: 3.62319vw;
  }
  .top .research .research_list li .txt p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #FFFFFF;
  }
  .top .step {
    background-color: #EFF6FD;
    padding: 12.07729vw 0 14.49275vw;
  }
  .top .step .row {
    max-width: 193.23671vw;
  }
  .top .step .tl {
    color: #0C2644;
  }
  .top .step .tl:after {
    background-color: #0C2644;
  }
  .top .step .step_list > li {
    border: 0.72464vw solid #0C2644;
    border-top: 0;
    background-color: #fff;
  }
  .top .step .step_list > li + li {
    margin-top: 7.72947vw;
  }
  .top .step .step_list > li:not(:last-child) {
    position: relative;
  }
  .top .step .step_list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8.69565vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16.90821vw solid transparent;
    border-right: 16.90821vw solid transparent;
    border-top: 8.69565vw solid #0C2644;
  }
  .top .step .step_list > li .it_head {
    background-color: #0C2644;
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding: 3.62319vw 14.49275vw;
    position: relative;
  }
  .top .step .step_list > li .it_head > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.49275vw;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid;
  }
  .top .step .step_list > li .it_head > span i {
    font-style: normal;
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.24638vw;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
  }
  .top .step .step_list > li .it_bd {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #262D35;
  }
  .top .step .step_list > li .it_bd .txt {
    padding: 3.62319vw 3.62319vw 7.24638vw;
  }
  .top .step .step_list > li .it_bd h3 {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 170%;
    text-align: center;
    color: #FFFFFF;
    background-color: #C69326;
    margin: 7.24638vw 0 3.62319vw;
  }
  .top .step .step_list > li .it_bd .s_list {
    font-weight: bold;
  }
  .top .step .step_list > li .it_bd .s_list li {
    position: relative;
    padding-left: 3.62319vw;
  }
  .top .step .step_list > li .it_bd .s_list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .top .step .step_list > li .it_bd .s_list.st2 {
    font-size: 3.1401vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .top .step .step_list > li .it_bd .s_list.st2 li + li {
    margin-top: 2.41546vw;
  }
  .top .step .step_list > li .it_bd .s_list.st2 li > strong {
    display: block;
  }
  .top .cost {
    background: url(../img/cost_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12.07729vw 0 13.52657vw;
  }
  .top .cost .cost_box {
    background-color: #fff;
    padding: 6.76329vw 4.10628vw;
  }
  .top .cost .c_note {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 170%;
    color: #262D35;
    text-align: left;
  }
  .top .cost .c_note span {
    color: #F71F48;
  }
  .top .cost .cost-list {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 2.41546vw;
  }
  .top .cost .cost-list__item {
    width: 40.33816vw;
    height: auto;
    background: none;
    border: none;
    padding: 0;
  }
  .top .cost .cost-list__item.full {
    width: 100%;
  }
  .top .cost .cost-list__item > span {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #1B4C89;
    color: #fff;
    -moz-border-radius: 0;
         border-radius: 0;
    font-size: 4.34783vw;
    line-height: 1.5;
    padding: 2.41546vw;
    margin-bottom: 0;
    min-height: 11.83575vw;
    margin-bottom: 2.41546vw;
  }
  .top .cost .cost-list__item .c_price {
    text-align: center;
    font-weight: 700;
    font-size: 10.38647vw;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #C69326;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 4.83092vw;
  }
  .top .cost .cost-list__item .c_price span {
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #0C2644;
    margin: 0;
    padding: 0;
  }
  .top .cost .cost-list__item .c_price i {
    font-style: normal;
    font-size: 31.40097vw;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: -6.03865vw;
    margin-left: 2.41546vw;
    margin-right: 2.41546vw;
  }
  .top .qa {
    background-color: #fff;
    padding: 12.07729vw 0;
  }
  .top .qa .tl {
    color: #0C2644;
  }
  .top .qa .tl:after {
    background-color: #0C2644;
  }
  .top .qa .qa-item {
    max-width: 193.23671vw;
  }
  .top .qa .qa-item__q:before {
    font-family: 'Futura-Medium';
    color: #fff;
    font-size: 4.83092vw;
    background: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3.62319vw;
  }
  .top .qa .qa-item__q {
    padding-left: 10.14493vw;
    color: #fff;
    font-size: 3.38164vw;
    font-weight: bold;
    background-color: #0C2644;
    -moz-box-shadow: none;
         box-shadow: none;
    padding-right: 9.66184vw;
  }
  .top .qa .qa-item__q:after {
    right: 3.62319vw;
  }
  .top .qa .qa-item__wrapper {
    position: relative;
    padding-left: 10.14493vw;
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 160%;
    color: #363636;
    padding-right: 10.62802vw;
  }
  .top .qa .qa-item__wrapper:before {
    content: 'A';
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    position: absolute;
    font-family: 'Futura-Medium';
    top: 3.62319vw;
    left: 3.62319vw;
    color: #C69326;
    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: 1.20773vw;
  }
  .top .qa .qa-item__q.open:after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    background: url(../img/ic_open2.svg) center/contain no-repeat;
  }
  .top .overview {
    background: url(../img/overview_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 8.69565vw 0 14.49275vw;
  }
  .top .overview .row {
    max-width: 171.73913vw;
  }
  .top .overview .overview__img {
    margin-bottom: 4.83092vw;
    height: auto;
  }
  .top .overview .ov-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.4;
  }
  .top .overview .ov-list dl a {
    color: #fff;
  }
  .top .overview .ov-list dl + dl {
    margin-top: 3.62319vw;
  }
  .top .overview .ov-list dl dt {
    width: 21.25604vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .top .overview .ov-list dl dd {
    width: 100%;
  }
  .footer__copy {
    background-color: transparent;
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 180%;
    text-align: center;
    color: #B0B0B0;
  }
  .footer__nav {
    color: #0C2644;
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .footer__nav li a {
    color: #0C2644;
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .footer__nav li + li:before {
    color: #0C2644;
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .footer__nav {
    padding-top: 7.24638vw;
  }
  .page .main__inner .btn a {
    background-color: #1F315A;
    font-weight: bold;
  }
  .page .pmv__tt {
    color: #172B53;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }
  .page .main__inner {
    color: #272B34;
  }
  .page .main__inner dl dt {
    margin-bottom: 0;
  }
  .page .main__inner dl a {
    color: #272B34;
  }
}
