@charset "UTF-8";
:root {
    --text-color: #0D2561;
    --loud-color: #ff8c01;
    --menu-color: #fff;
    --brand-color: #0D2561;
    --brand-bg: #fffae2;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #0D2561;
    line-height: 1;
}
h1 {
    font-size: 100%;
}
h2 {
    font-size: 4.8rem;
}
h3 {
    font-size: 2.4rem;
}
a {
    color: var(--text-color);
    text-decoration: none;
}
a:visited {
    color: var(--text-color);
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: var(--loud-color);
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.more {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text-color);
    font-size: 1.4rem;
    line-height: 2.4;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 83rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}
p {
    margin-bottom: 1.5rem;
}
input:focus {
    outline: none;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
a img:hover {
    opacity: 0.7;
}
.w-100 {
    width: 100% !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.error {
    font-size: 1.2rem;
    color: red;
}
#result input.error {
    border-color: #e41919;
}
#result div.error {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228, 25, 25, 0.75);
    color: #fff;
}
#result div.success {
    /*margin-top: 20px;*/
    text-align: left;
    text-align: center;
    color: #fff;
}
.loader_wrap {
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
}
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header {
    text-align: center;
    padding: 1rem 0;
    background: #68ac71;
}
.header .logo {
    display: inline-block;
    width: 17rem;
}
.banner {
    background-image: url(../images/fv-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner__main img {
    width: 100%;
    vertical-align: middle;
}
.inquiries-box {
    padding: 1.6rem 0 4.5rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #F84B6C;
}
.inquiries-box .container {
    max-width: 78.5rem;
}
.inquiries-box .head-box {
    margin-bottom: 2.5rem;
}
.inquiries-box .head-box h2 {
      margin-top: -4rem;
}
.inquiries-box__main .contact-step {
    margin-bottom: 0;
}
.inquiries-box__main .contact-step .step {
    width: 100%;
    max-width: 38.4rem;
    margin: 0 auto;
    display: none;
}
.inquiries-box__main .contact-step .step.--active {
    display: block;
}
.inquiries-box__main .contact-step .step .title {
    width: 37.2rem;
    margin-bottom: -1.8rem;
    margin-left: -0.8rem;
}
.inquiries-box__main .contact-step .step__main {
    position: relative;
    z-index: 1;
}
.inquiries-box__main .contact-step .step__main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.4rem;
}
.inquiries-box__main .contact-step .step__main ul li {
    width: 50%;
    padding: 0 0.4rem;
    margin-bottom: 1rem;
}
.inquiries-box__main .contact-step .step__main ul li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 9.6rem;
    background: #fffae2;
    border: 1px solid #0D2561;
    border-radius: 10px;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.inquiries-box__main .contact-step .step__main ul li span::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0D2561;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
}
.inquiries-box__main .step-bar {
    text-align: center;
}
.inquiries-box__main .step-bar__main {
    margin: 0 auto 1.3rem;
    width: 19rem;
    height: 2.3rem;
    border: 2px solid #334;
    border-radius: 5px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.inquiries-box__main .step-bar__main span {
    display: block;
    width: calc(100% / 3);
    background: #e18f3e;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.inquiries-box__main .step-bar__main.step-2 span {
    width: calc((100% / 3) * 2);
}
.inquiries-box__main .step-bar__main.step-3 span {
    width: 100%;
}
.inquiries-box__main .step-bar__num {
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.inquiries-box__form {
    padding: 5rem 0;
}
.inquiries-box__form .form-main {
    width: 100%;
    max-width: 38.4rem;
    margin: 0 auto;
}
.inquiries-box__form .form-main .contact-tt {
    margin-bottom: 2.3rem;
}
.inquiries-box__form .form-main .contact-tt h2 {
    text-align: center;
    margin-bottom: 4rem;
}
.inquiries-box__form .form-main .contact-tt h2 img {
    width: 13.6rem;
}
.inquiries-box.is_active::after {
    display: none;
}
.form-group {
    margin-bottom: 1.3rem;
}
.form-group .labels {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #0D2561;
    font-weight: 700;
}
.form-group .input {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.form-group .input select,
.form-group .input textarea,
.form-group .input input[type="text"],
.form-group .input input[type="email"] {
    width: 100%;
    background: #EFEFEF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    height: 5.2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0 1.5rem;
}
.form-group .input select::placeholder,
.form-group .input textarea::placeholder,
.form-group .input input[type="text"]::placeholder,
.form-group .input input[type="email"]::placeholder {
    color: #C9C9C9;
}
.form-group .input select:focus,
.form-group .input textarea:focus,
.form-group .input input[type="text"]:focus,
.form-group .input input[type="email"]:focus {
    outline: none;
    outline: 0;
}
.form-group .input input[name="age"] {
    max-width: 13.1rem;
    margin-right: 0.8rem;
}
.form-group .input select[name="cities"] {
    max-width: 19.2rem;
}
.form-group.required .labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-group.required .labels::after {
    content: "必須";
    margin-left: 1.2rem;
    color: #ff6c00;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.privacy-box {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.privacy-box a {
    color: #50a2e6;
}
.more-box {
    text-align: center;
}
.more-box button {
    width: 24.8rem;
    display: inline-block;
    border: none;
    cursor: pointer;
    padding: 0;
}
.more-box button:disabled {
    opacity: 0.7;
    pointer-events: none;
}
.thanks-box {
    padding: 5rem 0 34rem;
    background-image: url(../images/bg.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.thanks-box .head-box {
    margin-bottom: 4.4rem;
    text-align: center;
}
.thanks-box .head-box img {
    width: 14.5rem;
}
.thanks-box__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.thanks-box__main p {
    margin-bottom: 4.9rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #0D2561;
    font-weight: 700;
}
.thanks-box .more-btn {
    text-align: center;
}
.thanks-box .more-btn a {
    display: inline-block;
    width: 23.8rem;
}
.footer {
    text-align: center;
    padding: 2rem 0;
}
.footer__nav {
    margin-bottom: 1rem;
}
.footer__nav p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.footer__copyright {
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.sp {
    display: none;
}
@media (max-width: 768px) {
    html {
        font-size: 2.41546vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .banner {
        background: none;
    }
    .banner .container {
        padding: 0;
    }
    .inquiries-box::after {
        height: 41.4rem;
        background-image: url(../images/bg-2_sp.webp);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    .inquiries-box .head-box {
        margin-bottom: 2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .inquiries-box .head-box h2 {
        margin-top: -5rem;
    }
}


.inquiries-box__main .contact-step .head {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.inquiries-box__main .contact-step .head.--lv2 {
    display: none;
}
.inquiries-box__main .contact-step .step.is_active .head.--lv2 {
    display: flex;
}
.inquiries-box__main .contact-step .head .icon {
    width: 7.3rem;
}
.inquiries-box__main .contact-step .head__text {
    width: calc(100% - 7.3rem);
    max-width: 52.1rem;
    padding-left: 2rem;
}
.inquiries-box__main .contact-step .head__text--labels {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #0D2561;
}
.inquiries-box__main .contact-step .head__text--labels.--line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inquiries-box__main .contact-step .head__text--labels.--line span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #a7a7a7;
}
.inquiries-box__main .contact-step .head__text--labels.--line span.erro {
    color: #FF6E70;
}
.inquiries-box__main .contact-step .head__text--main {
    border-radius: 1rem;
    background: #0D2561;
    padding: 1.5rem;
    width: 100%;
    display: none;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    color: #fff;
}
.inquiries-box__main .contact-step .head__text--main.--erro {
    background: #FF8900;
}
.inquiries-box__main .contact-step .head__text--main.--erro h3 {
    color: #ffffff;
}
.inquiries-box__main .contact-step .head__text--main h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: .5rem;
}
.inquiries-box__main .contact-step .head__text--main p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}
.inquiries-box__main .contact-step .head__text--bound {
    border-radius: 5px;
    background: #fff;
    position: relative;
    height: 8rem;
    width: 10rem;
}
.inquiries-box__main .contact-step .head__text--bound span {
    display: block;
    width: 1rem;
    height: 1rem;
    background: #0D2561;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
}
.inquiries-box__main .contact-step .head__text--bound span:first-child {
    left: -2em;
    -webkit-animation: bound-anim-3fccdfc4 0.8s 0.2s infinite;
    animation: bound-anim-3fccdfc4 0.8s 0.2s infinite;
}
.inquiries-box__main .contact-step .head__text--bound span:nth-child(2) {
    left: 0;
    -webkit-animation: bound-anim-3fccdfc4 0.8s 0.3s infinite;
    animation: bound-anim-3fccdfc4 0.8s 0.3s infinite;
}
.inquiries-box__main .contact-step .head__text--bound span:nth-child(3) {
    left: 2em;
    -webkit-animation: bound-anim-3fccdfc4 0.8s 0.4s infinite;
    animation: bound-anim-3fccdfc4 0.8s 0.4s infinite;
}
@keyframes bound-anim-3fccdfc4 {
    0%,
    to {
        top: -1em;
    }

    30% {
        top: -1.5em;
    }
}
.reply {
    justify-content: flex-end;
    display: none;
}
.reply.is_active {
    display: flex;
}
.reply__main span {
    display: block;
    width: 22rem;
    line-height: 7.7rem;
    background: #2F4E9B;
    border-radius: 10px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.reply__main--email {
    width: 32.5rem !important;
}
.reply__main p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #0D2561;
    font-weight: 500;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
}
.inquiries-box__main .contact-step .step__main ul {
    display: none;
}
.inquiries-box__main .contact-step .step.is_active .head__text--bound {
    display: none;
}
.inquiries-box__main .contact-step .step.is_active .head__text--main {
    display: block;
}
.inquiries-box__main .contact-step .step.is_active .step__main ul {
    display: flex;
}
.inquiries-box__main .contact-step .step.is_active .step__main ul.w-100 {
    display: block;
}
.inquiries-box__main .contact-step .step.is_active .step__main ul.w-100 li {
    width: 100%;
}
.inquiries-box__main .contact-step .step.is_active .step__main ul.w-100 li span {
    font-size: 1.6rem;
    text-align: left;
    justify-content: flex-start;
    padding: 0 1rem;
}
.step-2-5 .reply__main span {
    line-height: 1.5;
    padding: 2rem;
}
.inquiries-box__main .contact-step .error {
    width: 100%;
    margin: 4rem auto 1rem;
    background: #FFE0DF;
    border-radius: 10px;
    border: 3px solid #FF5758;
    padding: 2rem;
}
.inquiries-box__main .contact-step .error h3 {
    font-size: 1.6rem;
    color: #FF0000;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}
.inquiries-box__main .contact-step .error p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #FF0000;
}
.inquiries-box__main .contact-step .error p span {
    font-weight: 700;
    border-bottom: 1px solid #FF0000;
}
.inquiries-box__main .contact-step .form-group {
    display: none;
}
.inquiries-box__main .contact-step .step.is_active .form-group {
    display: block;
}
.inquiries-box__main .contact-step .step-submit {
    text-align: center;
    background: #FF8D1C;
    color: #fff;
    line-height: 7.3rem;
    border-radius: 37px;
    font-size: 2.4rem;
    font-weight: 900;
    cursor: pointer;
    padding: 0;
    width: 100%;
    max-width: 53.9rem;
    display: inline-block;
    margin-top: 3rem;
    box-shadow: 0 5px 0 #D96F04;
}
.inquiries-box__main .contact-step .step-submit:hover {
    transform: translateY(5px);
    box-shadow: none
}
.inquiries-box__main {
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    width: 100%;
    max-width: 38.5rem;
    margin: 0 auto;
}
.text-left span {
    text-align: left !important;
}
.lines {
    padding: 2rem 2.5rem !important;
    line-height: 2.4rem !important;
    text-align: left !important;
}
@media (max-width: 768px) {
    .inquiries-box__main {
        max-width: 100%;
    }
}
