@charset "UTF-8";
@font-face {
  font-family: 'a-otf_shin_go_prom';
  src: url("../fonts/aotfshingopromedium-webfont.woff2") format("woff2"), url("../fonts/aotfshingopromedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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: "a-otf_shin_go_prom";
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  -moz-font-feature-settings: 'palt' 1;
       font-feature-settings: 'palt' 1;
}

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

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

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

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

.container {
  overflow: hidden;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    overflow: hidden;
    min-width: 1100px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/banner_bg.png") center/cover no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
    z-index: 2;
  }
  .mv .row {
    max-width: 1008px;
  }
  .mv picture {
    display: block;
    margin-top: -10px;
  }
  .mv:before {
    content: '';
    width: 100%;
    height: 162px;
    background: #1F2D5C;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .bl02 {
    padding: 40px 0 50px;
    text-align: center;
  }
  .bl02 img {
    width: 600px;
  }
  .bl03 {
    padding: 40px 0;
    background: url("../img/bl03_bg.png");
  }
  .bl04 {
    padding: 50px 0;
  }
  .bl04__list {
    padding: 0 104px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
  }
  .bl04__list:before {
    content: '';
    width: 165px;
    height: 268px;
    background: url("../img/bl04_bg.png") center/contain no-repeat;
    position: absolute;
    top: -207px;
    right: 160px;
  }
  .bl04__list li {
    padding-left: 31px;
    font-size: 1.8rem;
    line-height: 1.33333;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    margin-bottom: 10px;
  }
  .bl04__list li:before {
    content: '';
    width: 25px;
    height: 24px;
    background: url("../img/ic_check.svg") center/contain no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .bl04__list li:nth-child(odd) {
    width: 366px;
  }
  .bl04 figure {
    text-align: center;
    margin-top: 30px;
  }
  .bl05 {
    padding: 40px 0;
    background: url("../img/bl03_bg.png");
  }
  .bl05__wrap {
    background: #fff;
    margin-left: 23px;
    padding-bottom: 50px;
  }
  .bl05__tt {
    margin-left: -23px;
    margin-bottom: 28px;
  }
  .bl05__tt img {
    margin-top: -14px;
    width: 100%;
  }
  .bl05__ct {
    padding: 0 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl05__bl {
    width: 378px;
  }
  .bl05__bl:first-child {
    width: 100%;
    margin-bottom: 34px;
  }
  .bl05__bl:first-child ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bl05__bl:first-child ul li:nth-child(odd) {
    width: 399px;
  }
  .bl05__bl figure {
    margin-bottom: 20px;
  }
  .bl05__bl ul {
    margin-bottom: -16px;
  }
  .bl05__bl ul li {
    color: #122f57;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
    padding-left: 35px;
    position: relative;
  }
  .bl05__bl ul li:before {
    content: '';
    width: 23px;
    height: 27px;
    background: url("../img/ic_check02.svg") center/contain no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .bl06 {
    padding: 32px 0 0;
  }
  .bl06__box {
    width: 720px;
    border: 3px solid #0b295e;
    margin: 0 auto;
    padding: 0 44px 34px;
  }
  .bl06__box figure {
    text-align: center;
    margin-bottom: 20px;
  }
  .bl06__box figure img {
    width: 361px;
    margin-top: -23px;
  }
  .bl06__box p {
    font-size: 1.6rem;
    line-height: 1.875;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .bl06__box p span {
    font-weight: bold;
    background: #fff500;
  }
  .bl06__box p strong {
    font-weight: 900;
    color: #db4300;
  }
  .bl06__bn {
    text-align: center;
  }
  .bl06__bn img {
    width: 720px;
  }
  .bl07 {
    padding: 11px 0 50px;
    background: url("../img/bl03_bg.png");
  }
  .bl07__wrap {
    background: #fff;
    margin-left: 23px;
    padding: 23px 55px 32px;
  }
  .bl07__tt {
    margin-left: -78px;
    margin-right: -55px;
    margin-bottom: 28px;
  }
  .bl07__tt img {
    margin-top: -14px;
    width: 100%;
  }
  .bl07__list {
    margin-bottom: 20px;
  }
  .bl07 p {
    font-size: 1.6rem;
    line-height: 1.875;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .bl07 p span {
    font-weight: bold;
    background: #fff500;
  }
  .bl07 p strong {
    font-weight: 900;
    color: #ff4e00;
  }
  .bl07__box {
    border: 4px solid #008cd6;
    padding: 22px 30px 30px;
    margin-top: 30px;
    margin-bottom: 26px;
  }
  .bl07__box figure {
    text-align: center;
  }
  .bl07__box figure img {
    width: 608px;
  }
  .bl07__box figure.st2 img {
    width: 485px;
  }
  .bl07__block + .bl07__block {
    margin-top: 50px;
  }
  .bl07__final {
    margin-top: 31px;
  }
  .bl07__final h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .bl07__final h3 img {
    width: 659px;
  }
  .bl07__final-box {
    width: 641px;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 24px;
  }
  .bl07__final-box:before {
    content: '';
    width: 692px;
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
    background: #f2faff;
    position: absolute;
    bottom: 0;
    left: -26px;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .bl07__final-box figure {
    margin-bottom: 20px;
  }
  .bl07__final-box h4 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 18px;
  }
  .bl07__final-box h4 span {
    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: 35px;
    height: 35px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #ff4e00;
    color: #ff4e00;
  }
  .bl07__final-box p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .bl08 {
    padding: 10px 0 20px;
  }
  .bl08__bn {
    text-align: center;
  }
  .bl08__bn img {
    width: 656px;
  }
  .bl09 {
    padding: 11px 0 40px;
    background: url("../img/bl03_bg.png");
  }
  .bl09__wrap {
    background: #fff;
    margin-left: 23px;
    padding: 23px 55px 47px;
  }
  .bl09__tt {
    margin-left: -78px;
    margin-right: -55px;
  }
  .bl09__tt img {
    width: 100%;
  }
  .bl09 p {
    font-size: 1.6rem;
    line-height: 1.875;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .bl09 p span {
    font-weight: bold;
    background: #fff500;
  }
  .bl09 p strong {
    color: #ff4e00;
  }
  .bl09__img02 {
    text-align: center;
    margin-top: 17px;
  }
  .bl09__img02 img {
    width: 558px;
  }
  .bl09__img03 {
    text-align: center;
    margin-top: 30px;
  }
  .bl10 {
    padding: 30px 0 50px;
  }
  .bl10__tt {
    text-align: center;
    margin-bottom: 26px;
  }
  .bl10__tt img {
    width: 590px;
  }
  .bl10__banner {
    text-align: center;
    margin-top: 42px;
  }
  .bl10__banner img {
    width: 860px;
  }
  .bl10__block {
    width: 740px;
    margin: 0 auto;
  }
  .bl10__block + .bl10__block {
    margin-top: 35px;
  }
  .bl10__block-tt {
    margin-bottom: 10px;
  }
  .bl10__block p {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .bl10__block figure {
    margin-bottom: 30px;
  }
  .bl10__block-box {
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 3px solid #008cd6;
    padding: 30px 26px 28px;
  }
  .bl10__block-box dt {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.96875;
    font-weight: 600;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #6cb8e0;
  }
  .bl10__block-box dt span {
    position: relative;
  }
  .bl10__block-box dt span:before {
    content: '';
    width: 105px;
    height: 105px;
    background: url("../img/bl10_icon.svg") center/contain no-repeat;
    display: inline-block;
    position: absolute;
    left: -105px;
    top: -60px;
  }
  .bl10__block-box dd {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .bl11 {
    padding: 30px 0 50px;
  }
  .bl11 figure {
    text-align: center;
  }
  .bl11 figure img {
    width: 883px;
  }
  .bl12 {
    padding: 40px 0;
    background: url("../img/bl03_bg.png");
  }
  .bl12__wrap {
    padding: 40px 0 30px;
    background: #fff;
  }
  .bl12__wrap figure {
    text-align: center;
  }
  .bl12__wrap figure img {
    width: 860px;
  }
  .contact {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .contact:before {
    content: '';
    width: 100%;
    height: 580px;
    background: url("../img/contact_bg.png") center/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .contact__tt {
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.44118;
    color: #fa8007;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 14px;
  }
  .contact__tt span {
    position: relative;
  }
  .contact__tt span:before {
    content: '';
    width: 19px;
    height: 42px;
    background: url("../img/ic_line.svg") center/100% 100% no-repeat;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: -35px;
    margin: auto;
    z-index: -1;
  }
  .contact__tt span:after {
    content: '';
    width: 19px;
    height: 42px;
    background: url("../img/ic_line.svg") center/100% 100% no-repeat;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: -35px;
    margin: auto;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: -1;
  }
  .contact__bn {
    background: #fa8007;
    padding: 13px 63px;
    position: relative;
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.42308;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: bold;
  }
  .contact__ct {
    padding: 13px 35px 26px;
    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;
    border: 3px solid #fa8007;
    background: #fff;
    border-top: none;
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
  }
  .contact__phone {
    width: 379px;
  }
  .contact__phone a {
    display: block;
    width: 100%;
    margin-top: 13px;
    line-height: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .contact__phone a span {
    position: absolute;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 51px;
    left: 70px;
    top: 21px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__right {
    width: 532px;
  }
  .contact__right h3 {
    font-size: 2.7rem;
    line-height: 1.44444;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    color: #502800;
  }
  .contact__right p {
    font-size: 1.8rem;
    line-height: 1.44444;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #502800;
    margin-top: 3px;
  }
  .contact__form {
    border: 2px solid #0b295e;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 35px 20px 20px;
    position: relative;
    margin-top: 30px;
  }
  .contact__form figure {
    position: absolute;
    width: 287px;
    height: 57px;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .contact__form p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 13px;
  }
  .contact__form .formContact dl {
    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;
  }
  .contact__form .formContact dl + dl {
    margin-top: 10px;
  }
  .contact__form .formContact dl dt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 134px;
            flex: 0 0 134px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    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;
  }
  .contact__form .formContact dl dt.required:after {
    content: '必須';
    width: 38px;
    height: 21px;
    background: #d63100;
    -moz-border-radius: 5px;
         border-radius: 5px;
    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;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 5px;
    padding-bottom: 1px;
  }
  .contact__form .formContact dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact__form .formContact dl dd input[type='text'],
  .contact__form .formContact dl dd textarea {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border: none;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding: 0 15px;
    font-size: 1.4rem;
    outline: none;
    line-height: 1;
    border: 1px solid #b1b1b1;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__form .formContact dl dd textarea {
    height: 150px;
    padding: 15px;
  }
  .contact__form .formContact .privacy {
    text-align: center;
    margin-top: 10px;
  }
  .contact__form .formContact .privacy input {
    display: none;
  }
  .contact__form .formContact .privacy input:checked ~ span:before {
    content: "\2713";
  }
  .contact__form .formContact .privacy span {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    color: #1b1e1f;
    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;
  }
  .contact__form .formContact .privacy span:before {
    content: '';
    width: 21px;
    height: 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 1px solid #b1b1b1;
    background: #f5f5f5;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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-right: 3px;
    font-size: 2.1rem;
    line-height: 1;
  }
  .contact__form .formContact .privacy span a {
    color: #1283d6;
  }
  .contact button {
    display: block;
    width: 340px;
    height: 61px;
    margin: 10px auto 0;
    border: none;
    font-size: 2rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #ff601a;
    cursor: pointer;
    -moz-border-radius: 10px;
         border-radius: 10px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -moz-box-shadow: 0 3px 0 #de4400;
         box-shadow: 0 3px 0 #de4400;
    position: relative;
  }
  .contact button:after {
    content: '';
    width: 8px;
    height: 16px;
    background: url("../img/ic_arr.svg") center/100% 100% no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .contact button:hover {
    opacity: 0.7;
  }
  .complete {
    padding: 130px 0 82px;
    margin-top: 0;
    text-align: center;
    min-height: -webkit-calc(100vh - 378px);
    min-height: -moz-calc(100vh - 378px);
    min-height: calc(100vh - 378px);
  }
  .complete h2 span {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  .complete h2 small {
    font-size: 1.4rem;
    line-height: 2;
    color: #16a3e6;
    display: block;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .complete p {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 40px;
  }
  .header {
    -moz-background-size: contain;
         background-size: contain;
    min-width: 1100px;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 18px 40px 20px;
  }
  .header.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .row {
    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;
  }
  .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: 180px;
    height: auto;
  }
  .header__r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
    top: 3px;
  }
  .header__r .btn {
    line-height: 0;
  }
  .header__r .btn img {
    width: 284px;
  }
  .header__r .btn--mail {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 5px;
         border-radius: 5px;
    display: inline-block;
  }
  .header__r .btn--phone {
    margin-right: 12px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 41px;
    color: #1F2D5C;
    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;
  }
  .header__r .btn--phone picture {
    display: none;
  }
  .header__r .btn--phone::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    background: url("../img/iconPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0;
  }
  .header__r .btn--phone span {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
  }
  .header__r .btn--phone em {
    font-style: normal;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    margin-top: 3px;
  }
  .footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .footer__main {
    background: #0b295e;
    padding: 15px 0 30px;
  }
  .footer__logo {
    line-height: 0;
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 282px;
  }
  .footer__phone {
    width: 470px;
    height: 143px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    padding: 15px 25px 18px;
    border: 1px solid #707070;
  }
  .footer__phone p {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .footer__phone a {
    font-size: 5.4rem;
    line-height: 1;
    font-weight: bold;
    color: #ff4e00;
    font-family: "Barlow", sans-serif;
    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: 10px;
    position: relative;
  }
  .footer__phone a:before {
    content: '';
    width: 49px;
    height: 49px;
    background: url("../img/ic_phone02.svg") center/contain no-repeat;
    display: inline-block;
    margin-right: 6px;
  }
  .footer__phone > span {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .footer__nav li a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer__nav li + li:before {
    content: '｜';
    margin: 0 8px;
    display: inline-block;
    color: #fff;
  }
  .footer__copy {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding: 15px 0 16px;
  }
  .page {
    padding: 70px 0 82px;
    min-height: -webkit-calc(100vh - 378px);
    min-height: -moz-calc(100vh - 378px);
    min-height: calc(100vh - 378px);
  }
  .page .row {
    max-width: 500px;
  }
  .page h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .page h2 span {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  .page h2 small {
    font-size: 1.4rem;
    line-height: 2;
    color: #16a3e6;
    display: block;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .page dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page dl + dl {
    margin-top: 22px;
  }
  .page dl dt {
    font-size: 1.8rem;
    line-height: 1.33333;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    width: 136px;
    padding-right: 20px;
  }
  .page dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.8rem;
    line-height: 1.33333;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .page p {
    font-size: 1.8rem;
    line-height: 1.33333;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .page p + p {
    margin-top: 22px;
  }
}

@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;
  }
  .mv {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url("../img/banner_bg.png") center 19px no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4.83092vw;
    position: relative;
    z-index: 2;
  }
  .mv .row {
    max-width: 243.47826vw;
  }
  .mv picture {
    display: block;
    margin: 0vw -3.62319vw 0 -6.52174vw;
  }
  .mv:before {
    content: '';
    width: 100%;
    height: 39.13043vw;
    background: #0b295f;
    position: absolute;
    top: 4.58937vw;
    left: 0;
    z-index: -1;
  }
  .bl02 {
    padding: 9.17874vw 0 4.83092vw;
    text-align: center;
  }
  .bl02 picture {
    margin-right: -9.90338vw;
  }
  .bl03 {
    padding: 3.86473vw 0;
    background: url("../img/bl03_bg.png");
  }
  .bl04 {
    padding: 0 0 4.83092vw;
  }
  .bl04__tt {
    margin: 0 -3.62319vw;
  }
  .bl04__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.41546vw;
    position: relative;
  }
  .bl04__list:before {
    content: '';
    width: 54.58937vw;
    height: 88.64734vw;
    background: url("../img/bl04_bg.png") center/contain no-repeat;
    position: absolute;
    top: -16.18357vw;
    right: -14.25121vw;
  }
  .bl04__list li {
    padding-left: 7.48792vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    margin-bottom: 2.41546vw;
  }
  .bl04__list li:before {
    content: '';
    width: 6.03865vw;
    height: 5.7971vw;
    background: url("../img/ic_check.svg") center/contain no-repeat;
    position: absolute;
    top: 0.24155vw;
    left: 0;
  }
  .bl04__list li:nth-child(odd) {
    width: 88.4058vw;
  }
  .bl04 figure {
    text-align: center;
    margin: 4.83092vw 0 0 -3.62319vw;
  }
  .bl05 {
    padding: 2.89855vw 0 4.58937vw;
    background: url("../img/bl03_bg.png");
  }
  .bl05__wrap {
    background: #fff;
    padding-bottom: 12.07729vw;
  }
  .bl05__tt {
    margin-left: -2.17391vw;
    margin-bottom: 6.76329vw;
  }
  .bl05__tt img {
    margin-top: -1.44928vw;
    width: 100%;
  }
  .bl05__ct {
    padding: 0 2.89855vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl05__bl + .bl05__bl {
    margin-top: 7.24638vw;
  }
  .bl05__bl figure {
    margin-bottom: 4.83092vw;
  }
  .bl05__bl figure img {
    width: 100%;
    height: 61.83575vw;
    object-fit: cover;
  }
  .bl05__bl ul {
    margin-bottom: -3.86473vw;
  }
  .bl05__bl ul li {
    color: #122f57;
    font-size: 3.62319vw;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 3.86473vw;
    padding-left: 8.45411vw;
    position: relative;
  }
  .bl05__bl ul li:before {
    content: '';
    width: 5.55556vw;
    height: 6.52174vw;
    background: url("../img/ic_check02.svg") center/contain no-repeat;
    position: absolute;
    top: 0.24155vw;
    left: 0;
  }
  .bl06 {
    padding: 7.24638vw 0 0vw;
  }
  .bl06__box {
    width: 100%;
    border: 0.72464vw solid #0b295e;
    margin: 0 auto;
    padding: 0 5.31401vw 6.52174vw;
  }
  .bl06__box figure {
    text-align: center;
    line-height: 0;
    margin: 0 -2.41546vw -0.72464vw -1.20773vw;
  }
  .bl06__box figure img {
    width: 87.19807vw;
    margin-top: -5.55556vw;
  }
  .bl06__box p {
    font-size: 3.38164vw;
    line-height: 1.71429;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .bl06__box p span {
    font-weight: bold;
    background: #fff500;
  }
  .bl06__box p strong {
    font-weight: 900;
    color: #db4300;
  }
  .bl06__bn {
    text-align: center;
    margin-top: 2.41546vw;
  }
  .bl07 {
    padding: 2.89855vw 0 4.58937vw;
    background: url("../img/bl03_bg.png");
  }
  .bl07__wrap {
    background: #fff;
    padding-bottom: 12.07729vw;
    margin-top: 2.89855vw;
    padding: 0 1.93237vw 4.34783vw;
  }
  .bl07__tt {
    margin-left: -4.10628vw;
    margin-right: -1.93237vw;
  }
  .bl07__tt img {
    margin-top: -2.41546vw;
    width: 100%;
  }
  .bl07__list {
    margin-bottom: 2.41546vw;
  }
  .bl07 p {
    font-size: 3.86473vw;
    line-height: 1.75;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .bl07 p span {
    font-weight: bold;
    background: #fff500;
  }
  .bl07 p strong {
    font-weight: 900;
    color: #ff4e00;
  }
  .bl07__box {
    border: 0.96618vw solid #008cd6;
    padding: 5.31401vw 4.58937vw 4.83092vw;
    margin-top: 4.83092vw;
    margin-bottom: 4.83092vw;
  }
  .bl07__box figure {
    text-align: center;
  }
  .bl07__box p {
    font-size: 3.38164vw;
    line-height: 1.71429;
  }
  .bl07__block + .bl07__block {
    margin-top: 8.9372vw;
  }
  .bl07__final {
    margin-top: 7.48792vw;
  }
  .bl07__final h3 {
    text-align: center;
    margin-bottom: 3.62319vw;
  }
  .bl07__final-box {
    width: 78.74396vw;
    margin: 0 auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 5.7971vw;
  }
  .bl07__final-box:before {
    content: '';
    width: 85.2657vw;
    height: -webkit-calc(100% - 15.45894vw);
    height: -moz-calc(100% - 15.45894vw);
    height: calc(100% - 15.45894vw);
    background: #f2faff;
    position: absolute;
    bottom: 0;
    left: -3.38164vw;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .bl07__final-box figure {
    margin-bottom: 3.86473vw;
  }
  .bl07__final-box figure img {
    width: 100%;
    height: 47.58454vw;
    object-fit: cover;
  }
  .bl07__final-box h4 {
    font-size: 5.55556vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 1.93237vw;
    letter-spacing: -0.1em;
  }
  .bl07__final-box h4 span {
    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: 8.45411vw;
    height: 8.45411vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 1px solid #ff4e00;
    color: #ff4e00;
    letter-spacing: 0;
  }
  .bl07__final-box p {
    font-size: 3.38164vw;
    line-height: 2;
  }
  .bl08 {
    padding: 2.41546vw 0 0;
  }
  .bl08__bn {
    text-align: center;
  }
  .bl09 {
    padding: 3.86473vw 0 4.58937vw;
    background: url("../img/bl03_bg.png");
  }
  .bl09__wrap {
    background: #fff;
    margin-top: 7.24638vw;
    margin-bottom: 7.24638vw;
    padding: 5.55556vw 2.41546vw 5.7971vw;
  }
  .bl09__tt {
    margin-left: -4.58937vw;
    margin-bottom: 4.83092vw;
  }
  .bl09__tt img {
    width: 100%;
  }
  .bl09 p {
    font-size: 3.86473vw;
    line-height: 1.75;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-top: 3.62319vw;
  }
  .bl09 p span {
    font-weight: bold;
    background: #fff500;
  }
  .bl09 p strong {
    color: #ff4e00;
  }
  .bl09__img01 {
    margin-right: -4.58937vw;
  }
  .bl09__img02 {
    text-align: center;
    margin-top: 7.24638vw;
  }
  .bl09__img03 {
    text-align: center;
    margin: 5.31401vw -2.41546vw 0;
  }
  .bl10 {
    padding: 7.24638vw 0 4.83092vw;
  }
  .bl10__tt {
    text-align: center;
    margin-bottom: 6.28019vw;
    margin-right: -8.9372vw;
  }
  .bl10__banner {
    text-align: center;
    margin-top: 5.31401vw;
  }
  .bl10__block {
    margin: 0 auto;
  }
  .bl10__block + .bl10__block {
    margin-top: 8.45411vw;
  }
  .bl10__block-tt {
    margin-left: -5.55556vw;
  }
  .bl10__block p {
    font-size: 3.38164vw;
    line-height: 1.85714;
    font-weight: 600;
    margin-bottom: 2.41546vw;
  }
  .bl10__block figure {
    margin-bottom: 4.83092vw;
  }
  .bl10__block-box {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.72464vw solid #008cd6;
    padding: 2.41546vw 6.28019vw 4.83092vw;
  }
  .bl10__block-box dt {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 2;
    font-weight: 600;
    padding-bottom: 2.41546vw;
    margin-bottom: 3.62319vw;
    border-bottom: 1px dashed #6cb8e0;
  }
  .bl10__block-box dt span {
    position: relative;
  }
  .bl10__block-box dt span:before {
    content: '';
    width: 22.94686vw;
    height: 22.94686vw;
    background: url("../img/bl10_icon.svg") center/contain no-repeat;
    display: inline-block;
    position: absolute;
    left: -25.36232vw;
    top: -9.66184vw;
  }
  .bl10__block-box dd {
    font-size: 3.38164vw;
    line-height: 2;
  }
  .bl11 {
    padding: 1.93237vw 0 7.24638vw;
  }
  .bl11 figure {
    text-align: center;
  }
  .bl12 {
    padding: 3.86473vw 0;
    background: url("../img/bl03_bg.png");
  }
  .bl12__wrap {
    padding: 2.41546vw 0;
    background: #fff;
  }
  .bl12__wrap figure {
    text-align: center;
  }
  .bl12 .contact {
    padding-top: 0;
  }
  .contact {
    background: #fff;
    padding-top: 2.41546vw;
    padding-bottom: 3.62319vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .contact:before {
    content: '';
    width: 100%;
    height: -webkit-calc(100% - 22.94686vw);
    height: -moz-calc(100% - 22.94686vw);
    height: calc(100% - 22.94686vw);
    background: url("../img/contact_bg.png") center/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .contact__tt {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 1.45;
    color: #fa8007;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 3.38164vw;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__tt span {
    position: relative;
  }
  .contact__tt span:before {
    content: '';
    width: 2.657vw;
    height: 5.7971vw;
    background: url("../img/ic_line.svg") center/100% 100% no-repeat;
    position: absolute;
    top: 0.96618vw;
    bottom: 0;
    left: -3.62319vw;
    margin: auto;
    z-index: -1;
  }
  .contact__tt span:after {
    content: '';
    width: 2.657vw;
    height: 5.7971vw;
    background: url("../img/ic_line.svg") center/100% 100% no-repeat;
    position: absolute;
    top: 0.96618vw;
    bottom: 0;
    right: -3.62319vw;
    margin: auto;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: -1;
  }
  .contact__bn {
    background: #fa8007;
    padding: 3.1401vw 5.55556vw;
    position: relative;
    -moz-border-radius: 2.41546vw 2.41546vw 0 0;
         border-radius: 2.41546vw 2.41546vw 0 0;
    color: #fff;
    font-size: 5.31401vw;
    line-height: 1.45455;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: bold;
  }
  .contact__ct {
    padding: 3.1401vw 3.1401vw 2.657vw;
    background: #fff;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .contact__ct::after {
    position: absolute;
    content: "";
    border: 0.72464vw solid #fa8007;
    border-top: none;
    width: 90.57971vw;
    height: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
  .contact__phone {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .contact__phone figure {
    margin: 0 -1.20773vw 4.83092vw;
  }
  .contact__phone a {
    display: block;
    position: absolute;
    bottom: -65.94203vw;
    left: 0;
  }
  .contact__phone a span {
    position: absolute;
    font-size: 7.97101vw;
    color: #fff;
    font-weight: 700;
    line-height: 11.5942vw;
    left: 15.70048vw;
    top: 5.07246vw;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__right h3 {
    font-size: 4.83092vw;
    line-height: 1.45;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    color: #502800;
    text-align: center;
  }
  .contact__right h3 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact__right h3 span::before, .contact__right h3 span::after {
    content: "「";
    font-size: 4.83092vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    color: #502800;
    margin: 0 1.20773vw;
  }
  .contact__right h3 span::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: top;
  }
  .contact__right p {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #502800;
    margin-top: 3.1401vw;
    text-align: center;
  }
  .contact__right p span {
    display: block;
  }
  .contact__form {
    border: 2px solid #0b295e;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 2.41546vw 4.83092vw 5.55556vw;
    position: relative;
    margin-top: 28.01932vw;
  }
  .contact__form figure {
    text-align: center;
  }
  .contact__form figure img {
    width: 70.04831vw;
    margin: 0 auto;
  }
  .contact__form p {
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1.375;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 3.1401vw;
  }
  .contact__form .formContact dl + dl {
    margin-top: 2.41546vw;
  }
  .contact__form .formContact dl dt {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    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;
    margin-bottom: 1.20773vw;
  }
  .contact__form .formContact dl dt.required:after {
    content: '必須';
    width: 9.17874vw;
    height: 5.07246vw;
    background: #d63100;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    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;
    color: #fff;
    font-weight: bold;
    font-size: 2.89855vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 1.20773vw;
    padding-bottom: 0.24155vw;
  }
  .contact__form .formContact dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact__form .formContact dl dd input[type='text'] {
    width: 100%;
    height: 11.35266vw;
    background: #f5f5f5;
    border: none;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding: 0 3.62319vw;
    font-size: 3.38164vw;
    outline: none;
    line-height: 1;
    border: 1px solid #b1b1b1;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
  .contact__form .formContact .privacy {
    text-align: center;
    margin-top: 3.86473vw;
  }
  .contact__form .formContact .privacy input {
    display: none;
  }
  .contact__form .formContact .privacy input:checked ~ span:before {
    content: "\2713";
  }
  .contact__form .formContact .privacy span {
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 500;
    color: #1b1e1f;
    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;
  }
  .contact__form .formContact .privacy span:before {
    content: '';
    width: 5.07246vw;
    height: 4.83092vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 1px solid #b1b1b1;
    background: #f5f5f5;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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-right: 0.72464vw;
    font-size: 5.07246vw;
    line-height: 1;
  }
  .contact__form .formContact .privacy span a {
    color: #1283d6;
  }
  .contact button {
    display: block;
    width: 100%;
    height: 17.63285vw;
    margin: 4.83092vw auto 0;
    border: none;
    font-size: 4.83092vw;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #ff601a;
    cursor: pointer;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -moz-box-shadow: 0 0.72464vw 0 #de4400;
         box-shadow: 0 0.72464vw 0 #de4400;
    position: relative;
  }
  .contact button:after {
    content: '';
    width: 1.93237vw;
    height: 3.86473vw;
    background: url("../img/ic_arr.svg") center/100% 100% no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.83092vw;
    margin: auto;
  }
  .contact button:hover {
    opacity: 0.7;
  }
  .complete {
    padding: 24.15459vw 0 19.80676vw;
    margin-top: 0;
    text-align: center;
    min-height: -webkit-calc(100vh - 73.42995vw);
    min-height: -moz-calc(100vh - 73.42995vw);
    min-height: calc(100vh - 73.42995vw);
  }
  .complete h2 span {
    font-size: 7.72947vw;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 1.20773vw;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  .complete h2 small {
    font-size: 3.38164vw;
    line-height: 2;
    color: #16a3e6;
    display: block;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .complete p {
    font-size: 3.38164vw;
    line-height: 1.71429;
    margin-top: 9.66184vw;
  }
  .container {
    padding-top: 14.97585vw;
  }
  .header {
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
    padding: 2.657vw 0 2.657vw;
  }
  .header .row {
    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;
  }
  .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: 31.15942vw;
    height: auto;
  }
  .header__r {
    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;
    top: 0.72464vw;
  }
  .header__r .btn {
    line-height: 0;
    width: 26.3285vw;
    -moz-box-shadow: 0 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
  }
  .header__r .btn--phone {
    margin-left: 2.89855vw;
  }
  .header__r .btn--phone span, .header__r .btn--phone em {
    display: none;
  }
  .header.fixed {
    position: fixed;
    width: 100%;
    top: inherit;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 4.2029vw 0 3.59903vw;
  }
  .header.fixed .header__logo a {
    width: 19.38164vw;
    height: 13.37198vw;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/bigLogo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header.fixed .header__logo a img {
    width: 31.15942vw;
    height: auto;
    visibility: hidden;
  }
  .header.fixed .header__r .btn {
    width: 34.05797vw;
  }
  .header.fixed .header__r .btn--phone {
    margin-left: 2.17391vw;
  }
  .footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .footer__main {
    background: #0b295e;
    padding: 4.83092vw 0 2.89855vw;
  }
  .footer .row {
    padding: 0 7.24638vw;
  }
  .footer__logo {
    line-height: 0;
    margin-bottom: 4.83092vw;
  }
  .footer__logo img {
    width: 48.06763vw;
  }
  .footer__phone p {
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2.41546vw;
  }
  .footer__phone a {
    font-size: 10.86957vw;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #ff601a;
    font-family: "Barlow", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    width: 100%;
    height: 21.98068vw;
  }
  .footer__phone a span {
    position: relative;
  }
  .footer__phone a span:before {
    content: '';
    width: 9.66184vw;
    height: 9.66184vw;
    background: url("../img/ic_phone.svg") center/contain no-repeat;
    display: inline-block;
    margin-right: 1.44928vw;
  }
  .footer__phone a small {
    font-size: 3.62319vw;
    margin: 0 2.89855vw;
    background: #fff;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    padding: 0.72464vw;
    color: #0e2033;
    margin-top: 1.20773vw;
  }
  .footer__phone > span {
    display: block;
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 1.20773vw;
  }
  .footer__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.24638vw;
  }
  .footer__nav li a {
    color: #fff;
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer__nav li + li:before {
    content: '｜';
    margin: 0 1.20773vw;
    display: inline-block;
    color: #fff;
  }
  .footer__copy {
    text-align: center;
    font-size: 3.62319vw;
    line-height: 1;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding: 3.1401vw 0 3.38164vw;
  }
  .page {
    padding: 12.07729vw 0 19.80676vw;
  }
  .page h2 {
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .page h2 span {
    font-size: 7.72947vw;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 1.20773vw;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
  .page h2 small {
    font-size: 3.38164vw;
    line-height: 2;
    color: #16a3e6;
    display: block;
    font-style: italic;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .page dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page dl + dl {
    margin-top: 4.10628vw;
  }
  .page dl dt {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    width: 32.85024vw;
    padding-right: 4.83092vw;
  }
  .page dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .page p {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  .page p + p {
    margin-top: 4.10628vw;
  }
}

.error {
  color: #ff0000;
}

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

@media screen and (max-width:480px) {
  .footer{
padding-bottom: 100px;
}
}
.contact__form .formContact dl.aifs {
  -ms-align-items: flex-start;
  align-items: flex-start;
}


.cta .row ul{
  display:flex;
   justify-content:center;
}
.cta .row ul li a img{
width: 95%;
}

@media screen and (max-width:480px) {
  .cta .row ul{
  display:block;
   justify-content:block;
}
.cta .row ul li a img{
width: 100%;
}
}