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

body {
  overflow-wrap: break-word;
}

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

a:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    min-width: 1100px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .main {
    padding-top: 80px;
  }
  .main__inner {
    padding: 45px 0;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 80px;
  }
  .header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    max-width: 100%;
    padding: 12px 40px 13px 42px;
  }
  .header__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__left h1 {
    font-size: 0;
    line-height: 0;
    margin-right: 14px;
  }
  .header__left h1 a {
    display: inline-block;
    width: 320px;
  }
  .header__left .schedule {
    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;
  }
  .header__left .schedule dt {
    font-size: 18.87px;
    line-height: 27px;
    font-weight: 700;
    color: #13354d;
    padding: 1.5px 7.14px;
    background: #e2ebfa;
    -moz-border-radius: 5.6px;
         border-radius: 5.6px;
    margin-right: 7.47px;
  }
  .header__left .schedule dd {
    font-size: 22.4px;
    line-height: 32px;
    font-weight: 700;
    color: #13354d;
    white-space: nowrap;
  }
  .header__right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .header__right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .header__right a {
    display: block;
  }
  .header_tel {
    position: relative;
    display: block;
    width: 271px;
    line-height: 0;
  }
  .header_tel span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2px;
    white-space: nowrap;
    font-size: 17.22px;
    line-height: 21px;
    font-weight: 700;
    color: #13354d;
    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;
  }
  .header_tel span:before {
    content: '';
    width: 23.37px;
    height: 15.33px;
    background: url("../img/icPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 3.7px;
    margin-top: 3px;
  }
  .header_mail {
    margin-left: 10px;
    width: 243px;
  }
  .header__logo {
    line-height: 0;
    position: relative;
    top: 2px;
  }
  .header__logo img {
    width: 308px;
    height: auto;
  }
  .footer {
    position: relative;
    width: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #0b295e;
    color: #fff;
    font-size: 16px;
    padding-top: 50px;
  }
  .footer-top {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
  }
  .footer-head {
    width: 430px;
    margin: 0 auto;
    color: #fff;
    background-color: #0b295e;
    -webkit-transform: translateY(-50px);
       -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    text-align: center;
  }
  .footer-head.sec-common-head {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
  }
  .footer-head .sec-common-head-top {
    font-size: 24px;
    color: #1861c0;
  }
  .footer-company-details {
    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;
    width: 850px;
    margin: 0 auto 55px;
    max-width: 100%;
  }
  .footer-company-details-img {
    width: 359px;
    padding-right: 20px;
  }
  .footer-company-details-list {
    width: 100%;
    border-top: 1px solid #97a8b3;
  }
  .footer-company-details-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #97a8b3;
    padding: 20px;
  }
  .footer-company-details-item-left {
    font-weight: bold;
    width: 190px;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer-company-details-item-right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-link-list {
    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;
  }
  .footer-link-list a {
    color: #fff;
  }
  .footer-link-item {
    padding: 0 25px;
    border-right: 1px solid #97a8b3;
  }
  .footer-link-item:last-child {
    border: none;
  }
  .footer-copy {
    width: 1000px;
    margin: 10px auto 0;
    padding: 10px 0;
    text-align: center;
    color: #486495;
    border-top: 1px solid #163773;
  }
  .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: 527px;
    background: url("../img/mv_bg.webp") bottom/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;
    top: 0;
    left: 137px;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .mv picture img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .cta {
    background: -webkit-gradient(linear, left top, right top, from(#3cb1e7), to(#3f94e5));
    background: -webkit-linear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: -moz- oldlinear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: linear-gradient(90deg, #3cb1e7 0%, #3f94e5 100%);
    padding: 69px 0 50px;
  }
  .cta_box {
    max-width: 738px;
    margin: auto;
    padding: 0 12px 8px 22px;
    background-color: #fff;
    -moz-box-shadow: 5px 5px 0 0px #256bac;
         box-shadow: 5px 5px 0 0px #256bac;
    position: relative;
    left: -5px;
  }
  .cta_box.send_cta {
    background: none !important;
    -moz-box-shadow: none !important;
         box-shadow: none !important;
  }
  .cta h2 {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 17px;
  }
  .cta h2 picture {
    display: inline-block;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta h2 img {
    width: 457px;
    margin-top: -32px;
  }
  .cta_main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta_main .df_l {
    text-align: center;
    margin-bottom: 6px;
    margin-right: 12px;
    line-height: 0;
  }
  .cta_main .df_l img {
    width: 645px;
    display: inline-block;
  }
  .cta_main .df_r {
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .cta_main .df_r .left {
    width: 346px;
  }
  .cta_main .df_r .cta_tt_sp {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15.47px;
    line-height: 21px;
    color: #0077ab;
  }
  .cta_main .df_r .cta_tt_sp.st2 {
    color: #ff502d;
  }
  .cta_main .df_r .cta_tel {
    display: block;
    position: relative;
  }
  .cta_main .df_r .cta_tel span {
    position: absolute;
    top: 9px;
    left: 92px;
    font-weight: 900;
    font-size: 35px;
    line-height: 53px;
    color: #0077ab;
  }
  .cta_main .df_r .right {
    width: 346px;
  }
  .cta_main .df_r a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .cta.custom {
    padding-top: 125px;
  }
  .cta.cta02 {
    background: none !important;
  }
  .b1 {
    background: #27243E;
    padding: 50px 0 2px;
    position: relative;
    height: 219px;
  }
  .b1 .row {
    max-width: 1100px;
  }
  .b1__tt {
    text-align: center;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-47.5%);
    width: 1020px;
  }
  .b1__tt img {
    width: 100%;
    height: auto;
  }
  .b2 {
    padding: 35px 0;
    background: #ffd731;
  }
  .b2__tt {
    text-align: center;
    margin-bottom: 35px;
  }
  .b2__tt img {
    width: 374px;
    height: auto;
  }
  .b2 .table__head {
    width: -webkit-calc(100% - 155px - 117px);
    width: -moz-calc(100% - 155px - 117px);
    width: calc(100% - 155px - 117px);
    margin-left: 155px;
    background: #ef6013;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 6px;
         border-radius: 6px;
    padding: 3.5px 0;
    height: 49px;
  }
  .b2 .table__th {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    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;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
  }
  .b2 .table__th:not(:last-child) {
    border-right: 1px solid #deeae8;
  }
  .b2 .table__tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fffbea;
    -moz-border-radius: 6px;
         border-radius: 6px;
    padding: 5px 0;
    height: 69px;
    margin-top: 3px;
  }
  .b2 .table__tr.r1 .table__logo:before {
    background-image: url("../img/r1.webp");
  }
  .b2 .table__tr.r2 .table__logo:before {
    background-image: url("../img/r2.webp");
    top: 8px;
  }
  .b2 .table__tr.r3 .table__logo:before {
    background-image: url("../img/r3.webp");
     top: 8px;
  }
  .b2 .table__td {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    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;
  }
  .b2 .table__td:first-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
    padding: 0 10px 0 53px;
  }
  .b2 .table__td:last-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 117px;
            flex: 0 0 117px;
  }
  .b2 .table__td:not(:last-child) {
    border-right: 1px solid #deeae8;
  }
  .b2 .table__td p {
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: bold;
    color: #324441;
  }
  .b2 .table__td p.big {
    font-size: 1.4rem;
  }
  .b2 .table__logo {
    position: relative;
    margin-bottom: 6px;
  }
  .b2 .table__logo:before {
    content: '';
    width: 41px;
    height: 33px;
    background: url("../img/r1.webp") no-repeat center center/contain;
    position: absolute;
    top: 19px;
    bottom: 0;
    left: -47px;
    margin: auto;
  }
  .b2 .table .table__company {
    font-size: 1rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .b2 .table__star {
    margin-left: 2px;
    width: 100%;
    text-align: left;
  }
  .b2 .table__star img {
    height: 16px;
  }
  .b2 .table__star.st5 img {
    height: 20px;
  }
  .b2 .table__circle {
    text-align: center;
  }
  .b2 .table__circle img {
    width: 24px;
  }
  .b2 .table__circle + p {
    margin-top: 3px;
    margin-bottom: -6px;
  }
  .b2 .table__btn {
    width: 90px;
    line-height: 0;
  }
  .b3 {
    padding: 69px 0 0;
    position: relative;
    background: #fffef9;
  }
  .b3:after {
    content: '';
    width: 100%;
    height: 63px;
    background: #fffef9;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    z-index: 1;
  }
  .b3__inner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .b3__tt {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .b3__tt img {
    width: 396px;
    height: auto;
    margin-left: 111px;
  }
  .b3__img {
    text-align: center;
    margin-bottom: 35px;
  }
  .b3__img img {
    width: 100%;
    height: auto;
  }
  .b3__tt02 {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .b3__tt02 img {
    width: 556px;
    height: auto;
  }
  .b4 {
    background: #fff26a;
    padding: 92px 0 0;
    position: relative;
  }
  .b4:after {
    content: '';
    width: 100%;
    height: 63px;
    background: #fff26a;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 0;
    z-index: 1;
  }
  .b4__img {
    text-align: center;
    margin-bottom: 36px;
  }
  .b4__img img {
    width: 100%;
    height: auto;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
         box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .b4__img902 {
    text-align: center;
  }
  .b4__img902 img {
    width: 100%;
    height: auto;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
         box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .b5 {
    padding: 35px 0 0;
    background: url("../img/b5_bg.webp") center/contain repeat;
    position: relative;
    margin-bottom: -3px;
  }
  .b5__tt {
    text-align: center;
    margin-bottom: 35px;
  }
  .b5__tt img {
    width: 490px;
    height: auto;
    position: relative;
  }
  .b5__img {
    margin-bottom: 30px;
    line-height: 0;
  }
  .b5__img02 {
    margin-bottom: 32px;
    line-height: 0;
  }
  .b5__img03 {
    margin-bottom: 37px;
    line-height: 0;
  }
  .b6 {
    padding: 34px 0 36px;
    position: relative;
    background: #fffce7;
  }
  .b6__tt {
    text-align: center;
    margin-bottom: 24px;
  }
  .b6__tt img {
    width: 799px;
    height: auto;
  }
  .b6__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 11px 10px;
  }
  .b7 {
    position: relative;
    padding: 34px 0 36px;
  }
  .b7 .row {
    max-width: 800px;
  }
  .b7__tt {
    text-align: center;
    margin-bottom: 44px;
  }
  .b7__tt img {
    width: 226px;
    height: auto;
  }
  .b7__img {
    text-align: center;
    margin-bottom: 35px;
  }
  .b7__tt02 {
    text-align: center;
    margin-bottom: 35px;
  }
  .b7__tt02 img {
    width: 259px;
    height: auto;
  }
  .b7__tt03 {
    text-align: center;
    margin-bottom: 35px;
  }
  .b7__tt03 img {
    width: 299px;
    height: auto;
  }
  .qa {
    max-width: 769px;
    margin: 0 auto;
  }
  .qa-item {
    background: #f4f4f4;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .qa-item__q {
    color: #fff;
    position: relative;
    padding: 16px 50px 16px 96px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    background: #005cb3;
    -moz-border-radius: 10px;
         border-radius: 10px;
    cursor: pointer;
  }
  .qa-item__q:before {
    content: 'Q';
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .qa-item__q:after {
    content: '';
    width: 21px;
    height: 21px;
    background: url("../img/ic_plus.webp");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 37px;
    top: 1px;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .qa-item__q.open:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .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 {
    padding: 17px 39px 18px;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 500;
    color: #474747;
    position: relative;
  }
  .qa-item:not(:last-child) {
    margin-bottom: 13px;
  }
  .qa-item:nth-child(even) .qa-item__q {
    background: #3f94e5;
  }
  .contact {
    background: -webkit-gradient(linear, left top, right top, from(#3cb1e7), to(#3f94e5));
    background: -webkit-linear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: -moz- oldlinear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: linear-gradient(90deg, #3cb1e7 0%, #3f94e5 100%);
    padding: 35px 0;
  }
  .contact .row {
    max-width: 769px;
  }
  .contact__tt {
    text-align: center;
    margin-bottom: 22px;
  }
  .contact__tt img {
    width: 337px;
    height: auto;
  }
  .contact .c_txt {
    margin: 22px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    text-align: center;
    color: #FFFFFF;
  }
  .contact .c_txt span {
    color: #FBFF00;
  }
  .contact .form {
    position: relative;
    z-index: 2;
    background: #ffffff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 32px 35px 27px;
  }
  .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .form dl + dl {
    margin-top: 19.5px;
  }
  .contact .form dl:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .contact .form dl dt {
    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;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #474747;
    width: 211px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 11px;
    padding-right: 28px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 34px;
    min-height: 19px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background-color: #c6c6c6;
    font-size: 14px;
    font-weight: 500;
    color: #474747;
  }
  .contact .form dl dt span.required {
    background-color: #ef6013;
    color: #fff;
  }
  .contact .form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .contact .form dl dd input {
    width: 100%;
    padding: 0 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48px;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 143px;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    height: 48px;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .contact .form dl dd .select label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #474747;
  }
  .contact .form dl dd select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 45px 0 30px;
    background: transparent;
    font-size: 16px;
    color: #474747;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .contact .form dl dd .list_checkbox {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    color: #474747;
  }
  .contact .form dl dd .list_checkbox li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-left: 0;
  }
  .contact .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    color: #474747;
  }
  .contact .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .contact .form dl dd .list_checkbox label input:checked + span:after {
    display: block;
  }
  .contact .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
  .contact .form dl dd .list_checkbox label span:before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .contact .form dl dd .list_checkbox label span:after {
    content: '';
    left: 6px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    display: none;
  }
  .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 31px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .cbWr div {
    display: inline-block;
  }
  .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
    color: #474747;
  }
  .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .contact .cbWr label input:checked + span:after {
    display: block;
  }
  .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 22px;
  }
  .contact .cbWr label span:before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #f0f0f0;
    -moz-border-radius: 3px;
         border-radius: 3px;
  }
  .contact .cbWr label span:after {
    content: '';
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    display: none;
  }
  .contact .cbWr label span a {
    color: #4ba2f4;
  }
  .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 296px;
    margin-top: 20px;
  }
  .page {
    background: url("../img/grid_bg.webp") repeat;
    min-height: 100%;
    height: auto;
  }
  .page .main .row {
    max-width: 800px;
  }
  .page .main .tt {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 39px;
    text-align: center;
  }
  .page .main p {
    font-size: 1.6rem;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .page .main p strong {
    font-size: 4.83092vw;
  }
  .page .main .block + .block {
    margin-top: 38px;
  }
  .page .main .block--cf p {
    margin-bottom: 5px;
  }
  .page .main .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page .main .box + .box {
    margin-top: 23px;
  }
  .page .main .box figure {
    width: 211px;
  }
  .page .main .box p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 31px;
    font-size: 2.4rem;
    line-height: 40px;
    font-weight: bold;
    color: #233e6f;
  }
  .page .main .box p:last-child {
    margin-bottom: 0;
  }
  .page .main .block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: 32px;
  }
  .page .main .block-info dt {
    width: 96px;
    padding-right: 5px;
    font-weight: bold;
  }
  .page .main .block-info dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page .main.complete {
    text-align: center;
  }
  .page .footer {
    background: none;
    text-align: center;
    padding-bottom: 20px;
  }
  .page .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .page .footer__nav li:before {
    color: #000;
  }
  .page .footer__nav li a {
    color: #000;
    font-size: 1.4rem;
  }
  .page .footer__nav li + li:before {
    content: '｜';
    display: inline-block;
    color: #000;
    position: relative;
    top: 1px;
  }
  .page .footer__copy {
    color: #000;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

@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: 4.83092vw;
    padding-right: 4.83092vw;
  }
  .main {
    padding-top: 16.18357vw;
  }
  .main__inner {
    padding: 10.86957vw 0;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 16.18357vw;
  }
  .header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    max-width: 100%;
    padding: 2.41546vw 3.62319vw;
  }
  .header__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header__left h1 {
    font-size: 0;
    line-height: 0;
  }
  .header__left h1 a {
    display: inline-block;
    width: 36.23188vw;
  }
  .header__left .schedule {
    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;
    margin-bottom: 0.96618vw;
  }
  .header__left .schedule dt {
    font-size: 2.41546vw;
    line-height: 2.89855vw;
    font-weight: 700;
    color: #13354d;
    padding: 0.48309vw 0.96618vw;
    background: #e2ebfa;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    margin-right: 0.96618vw;
  }
  .header__left .schedule dd {
    font-size: 2.89855vw;
    line-height: 3.38164vw;
    font-weight: 700;
    color: #13354d;
    white-space: nowrap;
  }
  .header__right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  .header__right a {
    display: block;
  }
  .header_tel {
    position: relative;
    display: block;
    width: 53.38164vw;
    line-height: 0;
  }
  .header_tel span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-weight: 900;
    font-size: 3.38164vw;
    line-height: 4.10628vw;
    font-weight: 700;
    color: #13354d;
    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;
  }
  .header_tel span:before {
    content: '';
    width: 4.58937vw;
    height: 2.89855vw;
    background: url("../img/icPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 0.72464vw;
  }
  .header_tel img {
    width: 100%;
  }
  .header_mail {
    display: none !important;
  }
  .footer {
    position: relative;
    width: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #0b295e;
    color: #fff;
    font-size: -webkit-calc(22vw / 750 * 100);
    font-size: -moz-calc(22vw / 750 * 100);
    font-size: calc(22vw / 750 * 100);
    padding-bottom: 16.90821vw;
  }
  .footer-top {
    width: 241.54589vw;
    margin: 0 auto;
    max-width: 100%;
  }
  .footer-head {
    margin: 0 auto;
    color: #fff;
    background-color: #0b295e;
    text-align: center;
    width: -webkit-calc(430vw / 750 * 100);
    width: -moz-calc(430vw / 750 * 100);
    width: calc(430vw / 750 * 100);
    -webkit-transform: translateY(-webkit-calc(-50vw / 750 * 100));
       -moz-transform: translateY(-moz-calc(-50vw / 750 * 100));
        -ms-transform: translateY(calc(-50vw / 750 * 100));
            transform: translateY(calc(-50vw / 750 * 100));
  }
  .footer-head.sec-common-head {
    font-size: 7.72947vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
  }
  .footer-head .sec-common-head-top {
    font-size: 3.1401vw;
    color: #1861c0;
  }
  .footer-company-details {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
    margin-bottom: 11.11111vw;
    max-width: 100%;
  }
  .footer-company-details-img {
    width: 96%;
    margin: 0 auto 9.66184vw;
  }
  .footer-company-details-list {
    border-top: 1px solid #97a8b3;
  }
  .footer-company-details-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #97a8b3;
    padding: 4.83092vw;
    font-size: 2.89855vw;
    border-bottom: -webkit-calc(1vw / 750 * 100) solid #97a8b3;
    border-bottom: -moz-calc(1vw / 750 * 100) solid #97a8b3;
    border-bottom: calc(1vw / 750 * 100) solid #97a8b3;
    padding: -webkit-calc(15vw / 750 * 100) -webkit-calc(20vw / 750 * 100);
    padding: -moz-calc(15vw / 750 * 100) -moz-calc(20vw / 750 * 100);
    padding: calc(15vw / 750 * 100) calc(20vw / 750 * 100);
  }
  .footer-company-details-item-left {
    font-weight: bold;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-calc(190vw / 750 * 100);
    width: -moz-calc(190vw / 750 * 100);
    width: calc(190vw / 750 * 100);
  }
  .footer-company-details-item-right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-link-list {
    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;
  }
  .footer-link-list a {
    color: #fff;
    font-size: 3.86473vw;
  }
  .footer-link-item {
    padding: 0 -webkit-calc(25vw / 750 * 100);
    padding: 0 -moz-calc(25vw / 750 * 100);
    padding: 0 calc(25vw / 750 * 100);
  }
  .footer-link-item:last-child {
    border: none;
  }
  .footer-copy {
    width: auto;
    border: none;
    margin-top: 1.20773vw;
    text-align: center;
    color: #fff;
    padding-bottom: 3.62319vw;
    font-size: 3.38164vw;
    line-height: 1;
  }
  .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%;
  }
  .mv picture {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .mv picture img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .cta {
    background: -webkit-gradient(linear, left top, right top, from(#3cb1e7), to(#3f94e5));
    background: -webkit-linear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: -moz- oldlinear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: linear-gradient(90deg, #3cb1e7 0%, #3f94e5 100%);
    padding: 16.18357vw 0 9.17874vw;
  }
  .cta .row {
    padding: 0 7.72947vw 0 7.48792vw;
  }
  .cta_box {
    padding: 0 3.38164vw 7.00483vw 3.62319vw;
    background-color: #fff;
    -moz-box-shadow: 1.20773vw 1.20773vw 0 0vw #256bac;
         box-shadow: 1.20773vw 1.20773vw 0 0vw #256bac;
  }
  .cta_box.send_cta {
    background: none !important;
    -moz-box-shadow: none !important;
         box-shadow: none !important;
  }
  .cta h2 {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 5.07246vw;
  }
  .cta h2 picture {
    display: inline-block;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta h2 img {
    width: 64.7343vw;
    display: inline-block;
    position: relative;
    top: -7.72947vw;
    left: 0.96618vw;
    margin-bottom: -7.72947vw;
  }
  .cta_main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cta_main .df_l {
    text-align: center;
    margin-bottom: 3.38164vw;
  }
  .cta_main .df_l img {
    width: 77.05314vw;
    display: inline-block;
  }
  .cta_main .df_r .left {
    margin-bottom: -1.20773vw;
  }
  .cta_main .df_r .cta_tt_sp {
    text-align: center;
    margin-bottom: 0.96618vw;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 1.35714;
    color: #0077ab;
  }
  .cta_main .df_r .cta_tt_sp.st2 {
    color: #ff502d;
  }
  .cta_main .df_r .cta_tel {
    display: block;
    position: relative;
    margin-bottom: 2.41546vw;
  }
  .cta_main .df_r .cta_tel span {
    position: absolute;
    top: 3.86473vw;
    left: 20.77295vw;
    font-weight: 900;
    font-size: 7.90821vw;
    line-height: 1;
    color: #0077ab;
  }
  .cta_main .df_r a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .cta.custom {
    padding-top: 24.87923vw;
  }
  .cta.cta02 {
    background: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .cta.cta02 .row {
    padding: 0;
  }
  .b1 .row {
    padding: 0;
  }
  .b1__tt {
    text-align: center;
    position: relative;
  }
  .b1__tt img {
    width: 100%;
    height: auto;
    margin-top: -20.5314vw;
  }
  .b2 {
    padding: 8.45411vw 0;
    background: #fff3bf;
  }
  .b2__tt {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .b2__tt img {
    width: 90.33816vw;
    height: auto;
  }
  .b2__table {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 2px solid #ef6013;
    padding: 4.34783vw;
  }
  .b2__table-inner {
    overflow-x: auto;
  }
  .b2 .table {
    width: 282.1256vw;
  }
  .b2 .table__head {
    width: -webkit-calc(100% - 48.55072vw - 34.05797vw);
    width: -moz-calc(100% - 48.55072vw - 34.05797vw);
    width: calc(100% - 48.55072vw - 34.05797vw);
    margin-left: 48.55072vw;
    background: #ef6013;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    padding: 0.96618vw 0;
    height: 13.52657vw;
  }
  .b2 .table__th {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    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;
    font-size: 2.89855vw;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
  }
  .b2 .table__th:not(:last-child) {
    border-right: 1px solid #deeae8;
  }
  .b2 .table__tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fffbea;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    padding: 1.3285vw 0;
    height: 18.84058vw;
    margin-top: 0.72464vw;
  }
  .b2 .table__tr.r1 .table__logo:before {
    background-image: url("../img/r1.webp");
  }
  .b2 .table__tr.r2 .table__logo:before {
    background-image: url("../img/r2.webp");
  }
  .b2 .table__tr.r3 .table__logo:before {
    background-image: url("../img/r3.webp");
  }
  .b2 .table__td {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    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;
  }
  .b2 .table__td:first-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48.55072vw;
            flex: 0 0 48.55072vw;
    padding: 0 3.10628vw 0 15.73913vw;
  }
  .b2 .table__td:last-child {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 34.05797vw;
            flex: 0 0 34.05797vw;
  }
  .b2 .table__td:not(:last-child) {
    border-right: 1px solid #deeae8;
  }
  .b2 .table__td p {
    font-size: 2.30435vw;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: bold;
    color: #324441;
  }
  .b2 .table__td p.big {
    font-size: 3.86473vw;
  }
  .b2 .table__logo {
    position: relative;
    margin-bottom: 1.44928vw;
  }
  .b2 .table__logo:before {
    content: '';
    width: 11.66667vw;
    height: 13.28502vw;
    background: url("../img/r1.webp") no-repeat center center/contain;
    position: absolute;
    top: 2.58937vw;
    bottom: 0;
    left: -13.56522vw;
    margin: auto;
  }
  .b2 .table .table__company {
    font-size: 2.5vw;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .b2 .table__star img {
    width: auto;
    height: 4.3vw;
  }
  .b2 .table__star.st5 img {
    height: 5.31401vw;
  }
  .b2 .table__circle {
    text-align: center;
  }
  .b2 .table__circle img {
    width: 6.52174vw;
  }
  .b2 .table__circle + p {
    margin-top: 0.72464vw;
    margin-bottom: -1.44928vw;
  }
  .b2 .table__btn {
    width: 24.87923vw;
    line-height: 0;
  }
  .b3 {
    padding: 8.45411vw 0 0;
    position: relative;
    background: #fffef9;
  }
  .b3:after {
    content: '';
    width: 100%;
    height: 11.35266vw;
    background: #fffef9;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    position: absolute;
    top: -webkit-calc(100% - 0.24155vw);
    top: -moz-calc(100% - 0.24155vw);
    top: calc(100% - 0.24155vw);
    left: 0;
    z-index: 1;
  }
  .b3__inner {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .b3__tt {
    text-align: center;
    position: relative;
    margin-bottom: 8.45411vw;
  }
  .b3__tt img {
    width: 90.57971vw;
    height: auto;
  }
  .b3__img {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .b3__img img {
    width: 90.33816vw;
    height: auto;
  }
  .b3__tt02 {
    text-align: center;
    position: relative;
    margin-bottom: 8.45411vw;
  }
  .b3__tt02 img {
    width: 71.25604vw;
    height: auto;
  }
  .b3__img02 {
    text-align: center;
  }
  .b3__img02 img {
    width: 90.33816vw;
    height: auto;
  }
  .b4 {
    background: #fff26a;
    padding: 15.70048vw 0 0;
    position: relative;
  }
  .b4:after {
    content: '';
    width: 100%;
    height: 11.35266vw;
    background: #fff26a;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    position: absolute;
    top: -webkit-calc(100% - 0.24155vw);
    top: -moz-calc(100% - 0.24155vw);
    top: calc(100% - 0.24155vw);
    left: 0;
    z-index: 1;
  }
  .b4__img {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .b4__img img {
    width: 100%;
    height: auto;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.48309vw 0.72464vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.48309vw 0.72464vw rgba(0, 0, 0, 0.1);
  }
  .b4__img902 {
    text-align: center;
  }
  .b4__img902 img {
    width: 100%;
    height: auto;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -moz-box-shadow: 0 0.48309vw 0.72464vw rgba(0, 0, 0, 0.1);
         box-shadow: 0 0.48309vw 0.72464vw rgba(0, 0, 0, 0.1);
  }
  .b5 {
    padding: 8.45411vw 0 7.24638vw;
    background: url("../img/b5_bg.webp") center/contain repeat;
    position: relative;
  }
  .b5__tt {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .b5__tt img {
    width: 87.92271vw;
    height: auto;
    position: relative;
    margin-left: 2.41546vw;
  }
  .b5__img {
    margin-bottom: 3.38164vw;
    line-height: 0;
    width: 91.78744vw;
  }
  .b5__img img {
    margin: 0 -0.72464vw;
    display: block;
  }
  .b5__img02 {
    margin-bottom: 3.62319vw;
    line-height: 0;
    width: 91.78744vw;
  }
  .b5__img02 img {
    margin: 0 -0.72464vw;
    display: block;
  }
  .b5__img03 {
    margin-bottom: 4.83092vw;
    line-height: 0;
  }
  .b5__img04 {
    line-height: 0;
    width: 91.78744vw;
  }
  .b5__img04 img {
    margin: 0 -0.72464vw;
    display: block;
  }
  .b6 {
    padding: 8.21256vw 0;
    position: relative;
    background: #fffce7;
  }
  .b6__tt {
    text-align: center;
    margin-bottom: 8.45411vw;
    width: 91.30435vw;
  }
  .b6__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 3.50242vw;
  }
  .b7 {
    position: relative;
    padding: 8.69565vw 0 8.21256vw;
  }
  .b7__tt {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .b7__tt img {
    width: 54.58937vw;
    height: auto;
  }
  .b7__img {
    text-align: center;
    margin-bottom: 6.76329vw;
  }
  .b7__tt02 {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .b7__tt02 img {
    width: 62.56039vw;
    height: auto;
  }
  .b7__tt03 {
    text-align: center;
    margin-top: 8.69565vw;
    margin-bottom: 8.45411vw;
  }
  .b7__tt03 img {
    width: 72.22222vw;
    height: auto;
  }
  .qa {
    max-width: 185.74879vw;
    margin: 0 auto;
  }
  .qa-item {
    background: #f4f4f4;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .qa-item__q {
    color: #fff;
    position: relative;
    padding: 4.34783vw 11.5942vw 4.34783vw 11.11111vw;
    font-size: 4.2343vw;
    line-height: 1.44324;
    font-weight: bold;
    background: #005cb3;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    cursor: pointer;
  }
  .qa-item__q:before {
    content: 'Q';
    font-size: 5.64734vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3.86473vw;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .qa-item__q:after {
    content: '';
    width: 5.07246vw;
    height: 5.07246vw;
    background: url("../img/ic_plus.webp");
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 3.62319vw;
    top: 0.72464vw;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .qa-item__q.open:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .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 {
    padding: 4.10628vw 4.58937vw 6.03865vw;
    font-size: 3.86473vw;
    line-height: 1.625;
    font-weight: 500;
    color: #474747;
    letter-spacing: 0;
    position: relative;
  }
  .qa-item:not(:last-child) {
    margin-bottom: 2.657vw;
  }
  .qa-item:nth-child(even) .qa-item__q {
    background: #3f94e5;
  }
  .contact {
    background: -webkit-gradient(linear, left top, right top, from(#3cb1e7), to(#3f94e5));
    background: -webkit-linear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: -moz- oldlinear-gradient(left, #3cb1e7 0%, #3f94e5 100%);
    background: linear-gradient(90deg, #3cb1e7 0%, #3f94e5 100%);
    padding: 8.45411vw 0;
  }
  .contact .row {
    max-width: 185.74879vw;
  }
  .contact__tt {
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .contact__tt img {
    width: 81.40097vw;
    height: auto;
  }
  .contact .c_txt {
    margin: 3.38164vw 0 6.03865vw;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.62;
    text-align: center;
    color: #FFFFFF;
  }
  .contact .c_txt span {
    color: #FBFF00;
  }
  .contact .form {
    position: relative;
    z-index: 2;
    background: #ffffff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 6.03865vw 5.7971vw 4.34783vw;
  }
  .contact .form dl + dl {
    margin-top: 5.55556vw;
  }
  .contact .form dl:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .contact .form dl dt {
    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;
    font-weight: 700;
    font-size: 4.34783vw;
    color: #474747;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.41546vw;
  }
  .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 8.21256vw;
    min-height: 4.58937vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    font-size: 3.38164vw;
    line-height: 1;
    font-weight: 500;
    color: #474747;
  }
  .contact .form dl dt span.required {
    background-color: #ef6013;
    color: #fff;
  }
  .contact .form dl dd {
    width: 100%;
  }
  .contact .form dl dd input {
    width: 100%;
    padding: 0 5.07246vw;
    outline: none;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: -webkit-calc(max(4.34783vw, vw(16)));
    font-size: -moz-calc(max(4.34783vw, vw(16)));
    font-size: calc(max(4.34783vw, vw(16)));
  }
  .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 5.07246vw;
    outline: none;
    font-size: -webkit-calc(max(4.34783vw, vw(16)));
    font-size: -moz-calc(max(4.34783vw, vw(16)));
    font-size: calc(max(4.34783vw, vw(16)));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 58.21256vw;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    height: 11.5942vw;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .contact .form dl dd .select label:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.69082vw solid transparent;
    border-right: 1.69082vw solid transparent;
    border-top: 2.41546vw solid #474747;
  }
  .contact .form dl dd select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 10.86957vw 0 5.07246vw;
    background: transparent;
    font-size: 3.86473vw;
    color: #474747;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .contact .form dl dd .list_checkbox {
    margin-top: -0.96618vw;
  }
  .contact .form dl dd .list_checkbox li {
    margin-bottom: 0.72464vw;
    margin-left: 0;
  }
  .contact .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    color: #474747;
  }
  .contact .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .contact .form dl dd .list_checkbox label input:checked + span:after {
    display: block;
  }
  .contact .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.03865vw;
  }
  .contact .form dl dd .list_checkbox label span:before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.86473vw;
    height: 3.86473vw;
    background: #f0f0f0;
    border: 1px solid #d4d4d4;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .contact .form dl dd .list_checkbox label span:after {
    left: 1.20773vw;
    top: 1.69082vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.657vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .cbWr div {
    display: inline-block;
  }
  .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
    color: #474747;
  }
  .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .contact .cbWr label input:checked + span:after {
    display: block;
  }
  .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.31401vw;
  }
  .contact .cbWr label span:before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.86473vw;
    height: 3.86473vw;
    background-color: #f0f0f0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .contact .cbWr label span:after {
    left: 1.20773vw;
    top: 1.20773vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
  .contact .cbWr label span a {
    color: #4ba2f4;
  }
  .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 71.49758vw;
    margin-top: 4.10628vw;
  }
  .page {
    background: url(../img/grid_bg.webp) repeat;
    -moz-background-size: 1.93237vw 1.93237vw;
         background-size: 1.93237vw 1.93237vw;
    min-height: 100%;
    height: auto;
  }
  .page .header {
    display: none;
  }
  .page .main {
    min-height: -webkit-calc(100vh - 15.70048vw - 18.11594vw);
    min-height: -moz-calc(100vh - 15.70048vw - 18.11594vw);
    min-height: calc(100vh - 15.70048vw - 18.11594vw);
  }
  .page .main .row {
    max-width: 157.00483vw;
  }
  .page .main .tt {
    font-size: 5.7971vw;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 9.42029vw;
    text-align: center;
  }
  .page .main p {
    font-size: 3.86473vw;
    line-height: 6.76329vw;
    font-weight: 400;
    margin-bottom: 4.83092vw;
  }
  .page .main p strong {
    font-size: 4.83092vw;
  }
  .page .main .block + .block {
    margin-top: 9.17874vw;
  }
  .page .main .block--cf p {
    margin-bottom: 2.41546vw;
  }
  .page .main .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page .main .box + .box {
    margin-top: 5.55556vw;
  }
  .page .main .box figure {
    width: 50.96618vw;
  }
  .page .main .box p {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 7.48792vw;
    font-size: 5.7971vw;
    line-height: 9.66184vw;
    font-weight: bold;
    color: #233e6f;
  }
  .page .main .box p:last-child {
    margin-bottom: 0;
  }
  .page .main .block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    line-height: 7.72947vw;
  }
  .page .main .block-info dt {
    width: 23.18841vw;
    padding-right: 1.20773vw;
    font-weight: bold;
  }
  .page .main .block-info dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page .main.complete {
    text-align: center;
  }
  .page .footer {
    background: none;
    text-align: center;
    padding-bottom: 4.83092vw;
  }
  .page .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.24638vw;
  }
  .page .footer__nav li:before {
    color: #000;
  }
  .page .footer__nav li a {
    color: #000;
    font-size: 3.38164vw;
  }
  .page .footer__nav li + li:before {
    content: '｜';
    display: inline-block;
    color: #000;
    position: relative;
    top: 0.24155vw;
  }
  .page .footer__copy {
    color: #000;
    margin-top: 2.41546vw;
    font-size: 3.38164vw;
    font-weight: 500;
  }
  .ctaFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
    z-index: 99;
  }
  .ctaFixed a {
    display: block;
    width: 100%;
    line-height: 0;
  }
}

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

.cbWr .error {
  text-align: center;
}

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

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

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

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

  .mv_txt {
    background-color: #27243E;
    padding: 1rem 0 .8rem;
    text-align: center;
  }
  .mv_txt img {
    width: 525px;
  }