﻿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,
picture {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
picture {
    display: block;
}
ol,
ul,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins,
a {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
html {
    font-size: 2.6666666667vw;
}
@media (min-width: 897px) {
    html {
        font-size: 62.5%;
    }
}
body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",
        "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
        sans-serif;
    line-height: 1;
    color: #484b4c;
    letter-spacing: 0.04em;
}
body.fixed {
    overflow: hidden;
}
img {
    width: 100%;
    height: auto;
}
a {
    color: inherit;
}
small {
    font-size: inherit;
}
button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
sup {
    vertical-align: top;
    padding-left: 0.1rem;
}
input:focus,
textarea:focus {
    border: 0.1rem solid #0057ff;
    box-shadow: 0 0 0 0.3rem rgba(0, 87, 255, 0.2);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}
.hidden-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sp_br {
    display: inline !important;
}
@media (min-width: 897px) {
    .sp_br {
        display: none !important;
    }
}
.sp_only {
    display: block !important;
}
@media (min-width: 897px) {
    .sp_only {
        display: none !important;
    }
}
.pc_br {
    display: none !important;
}
@media (min-width: 897px) {
    .pc_br {
        display: inline !important;
    }
}
.pc_only {
    display: none !important;
}
@media (min-width: 897px) {
    .pc_only {
        display: block !important;
    }
}
.header {
    position: relative;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.1rem solid #ddd;
}
@media (min-width: 897px) {
    .header {
        height: 6rem;
    }
}
.header__logo {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}
@media (min-width: 897px) {
    .header__logo {
        width: 4rem;
        height: 4rem;
    }
}
.footer {
    position: relative;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 0.1rem solid #ddd;
}
@media (min-width: 897px) {
    .footer {
        height: 5.8rem;
    }
}
.footer__copy {
    font-weight: 300;
    font-size: 1.1rem;
    color: #929292;
}
.contact {
    position: relative;
    background: linear-gradient(
        282.93deg,
        #f3f4f7 11.28%,
        rgba(243, 244, 247, 0) 123.7%
    );
}
@media (min-width: 897px) {
    .contact {
        padding-bottom: 6rem;
    }
}
.contact__top-inner {
    padding: 4.5rem 0 3rem;
}
@media (min-width: 897px) {
    .contact__top-inner {
        padding: 6rem 0 3rem;
    }
}
.contact__title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    text-align: center;
}
@media (min-width: 897px) {
    .contact__title {
        font-size: 3rem;
        line-height: 1.5;
        margin-bottom: 2.7rem;
    }
}
.contact__order-list {
    display: flex;
    justify-content: space-between;
    width: 28.5rem;
    margin: 0 auto;
}
.contact__order-item {
    font-weight: 600;
    font-size: 1rem;
    color: #acacac;
    text-align: center;
}
.contact__order-item:last-of-type span::before {
    display: none;
}
.contact__order-item--active {
    color: #158de3;
}
.contact__order-item--active span {
    background: #158de3;
    color: #fff;
}
.contact__order-item--active span::before {
    background: #158de3;
}
.contact__order-item--complete {
    color: #484b4c;
}
.contact__order-item--complete span {
    background: #484b4c;
    color: #fff;
}
.contact__order-item--complete span::before {
    background: #484b4c;
}
.contact__order-item-num {
    position: relative;
    display: block;
    margin: 0.8rem auto 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    border-radius: 10rem;
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #acacac;
}
.contact__order-item-num::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    width: 10rem;
    height: 0.2rem;
    background: #ddd;
}
.form {
    position: relative;
    background: #fff;
    padding: 4rem 0;
}
@media (min-width: 897px) {
    .form {
        max-width: 62rem;
        margin: 0 auto;
    }
}
.form__inner {
    width: 89.3333333333%;
    margin: 0 auto;
}
@media (min-width: 897px) {
    .form__inner {
        width: 100%;
        padding: 0 8rem;
    }
}
.form__item {
    position: relative;
    margin-bottom: 3rem;
}
.form__item-label {
    display: inline-block;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-bottom: 0.5rem;
}
.form__item-label span {
    font-weight: 300;
    font-size: 1.4rem;
}
.form__item-label--block {
    display: block;
}
.form__item-label--small {
    display: block;
    font-size: 1.2rem !important;
    margin: 1.4rem 0 2rem 0;
}
.form__item-label--red {
    color: #e80000;
    font-size: 1.1rem !important;
    margin-left: 0.4rem;
    vertical-align: middle;
}
.form__item-label-annotation {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    margin-top: 0.6rem;
}
.form__item-text {
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem;
    width: 100%;
    border: 0.1rem solid #ddd;
    border-radius: 0.8rem;
    color: inherit;
}
.form__item-text::placeholder {
    color: #acacac;
}
.form__item-text-wrap {
    position: relative;
    width: 89.552238806%;
}
.form__item-text-wrap::before {
    position: absolute;
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -3.5rem;
    transform: translateY(-50%);
}
.form__item-text-wrap + .form__item-text-wrap {
    margin-top: 0.5rem;
}
.form__item-text-wrap--large {
    width: 100%;
}
.form__item-text-wrap--active::before {
    background-image: url(../images/icon_ok.svg);
}
.form__item-text-wrap--active .form__item-text {
    border-color: #0057ff;
}
.form__item-text-wrap--ng::before {
    background-image: url(../images/icon_ng.svg);
}
.form__item-text-wrap--ng .form__item-text {
    border-color: #e80000;
}
.form__item-text-free {
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem;
    width: 100%;
    border: 0.1rem solid #ddd;
    border-radius: 0.8rem;
    color: inherit;
}
.form__item-text-free::placeholder {
    color: #acacac;
}
.form__item-text-free + .form__item-text-free {
    margin-top: 0.5rem;
}
.form__item-textarea {
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem;
    width: 100%;
    border: 0.1rem solid #ddd;
    border-radius: 0.8rem;
    color: inherit;
    width: 100%;
    height: 16rem;
}
.form__item-submit {
    width: 31rem;
    height: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10rem;
    background: #99a4af;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    pointer-events: none;
}
.form__item-submit--active {
    position: relative;
    pointer-events: all;
    background: linear-gradient(91.63deg, #007ed9 0.69%, #003bac 99.66%);
    color: #fff;
    box-shadow: 0.4rem 0.4rem 0.6rem rgba(0, 122, 215, 0.2);
    border: none;
}
.form__item-submit--active span {
    position: relative;
}
.form__item-submit--active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(91.63deg, #003bac 0.69%, #007ed9 99.66%);
    border-radius: 10rem;
    transition: 0.3s opacity;
}
.form__item-submit--active:hover::before {
    opacity: 1;
}
.form__item-submit + .form__item-change {
    margin-top: 2rem;
}
.form__item-change {
    width: 24rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 0.1rem solid #158de3;
    border-radius: 10rem;
    background: #fff;
    color: #158de3;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    box-shadow: 0.4rem 0.4rem 0.6rem rgba(21, 141, 227, 0.2);
}
.form__item-select-wrap {
    position: relative;
    width: 89.552238806%;
}
.form__item-select-wrap::before {
    pointer-events: none;
    position: absolute;
    content: "";
    top: 50%;
    right: 1.4rem;
    transform: translateY(-50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
    border: 0.2rem solid #484b4c;
    border-top: none;
    border-left: none;
}
.form__item-select {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem;
    border: 0.1rem solid #ddd;
    border-radius: 0.8rem;
    color: #acacac;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}
.form__item-select--active {
    color: inherit;
    border-color: #0057ff;
}
.form__item-radio {
    display: flex;
    flex-wrap: wrap;
}
.form__item-radio-wrap {
    position: relative;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.form__item-radio-input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.form__item-radio-input[type="radio"]:checked + label::before {
    border: 0.1rem solid #0057ff;
}
.form__item-radio-input[type="radio"]:checked + label::after {
    background: #0057ff;
}
.form__item-radio-label {
    position: relative;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    display: flex;
    align-items: center;
}
.form__item-radio-label::before {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background: #fff;
    border-radius: 10rem;
    border: 0.1rem solid #ddd;
    margin-right: 1rem;
}
.form__item-radio-label::after {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    top: 50%;
    left: 0.7rem;
    transform: translateY(-50%);
    border-radius: 10rem;
}
.form__item-postal-code {
    margin-bottom: 0.5rem;
}
.form__item-postal-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 897px) {
    .form__item-postal-code {
        justify-content: start;
    }
}
.form__item-postal-code-input {
    width: 12.2rem;
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.6rem;
    border: 0.1rem solid #ddd;
    border-radius: 0.8rem;
    color: inherit;
}
.form__item-postal-code-input::placeholder {
    color: #acacac;
}
.form__item-postal-code-btn {
    width: 19.8rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0.4rem 0.4rem 0.6rem rgba(21, 141, 227, 0.2);
    background: #158de3;
    border-radius: 10rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    transition: 0.3s filter;
}
.form__item-postal-code-btn:hover {
    filter: drop-shadow(0.6rem 0.6rem 0.8rem rgba(21, 141, 227, 0.25));
}
@media (min-width: 897px) {
    .form__item-postal-code-btn {
        margin-left: 2rem;
    }
}
.form__item-resume-btn {
    width: 29rem;
    height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    background: #158de3;
    box-shadow: 0.4rem 0.4rem 0.6rem rgba(21, 141, 227, 0.2);
    border-radius: 10rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    cursor: pointer;
    transition: 0.3s filter;
}
.form__item-resume-btn:hover {
    filter: drop-shadow(0.6rem 0.6rem 0.8rem rgba(21, 141, 227, 0.25));
}
.form__item-resume-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    top: 0;
    left: 0;
}
.form__item-resume-annotation {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    color: #484b4c;
}
.form__item-resume-inner {
    display: none;
    margin: 1rem auto 0;
    width: 29rem;
}
.form__item-resume-inner--active {
    display: block;
}
.form__item-resume-text {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}
.form__item-resume-name {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.form__item-resume-name img {
    display: block;
    width: 1.5rem;
    margin-right: 0.7rem;
}
.form__item-resume-name button {
    margin-left: 1.3rem;
    position: relative;
    padding-left: 1.6rem;
    color: #0057ff;
    text-decoration: underline;
}
.form__item-resume-name button::before,
.form__item-resume-name button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1rem;
    height: 0.2rem;
    background: #0057ff;
}
.form__item-resume-name button::before {
    transform: translateY(-50%) rotate(45deg);
}
.form__item-resume-name button::after {
    transform: translateY(-50%) rotate(-45deg);
}
.form__item-check-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form__item-check-content {
    height: 0;
    overflow: hidden;
}
.form__item-check-content--active {
    height: auto;
}
.form__item-check-text {
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.form__item-check-parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-bottom: 1.8rem;
}
.form__item-check-parent input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.form__item-check-parent input:checked + .form__item-check-box::before {
    opacity: 1;
}
.form__item-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 48.2%;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.form__item-check input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.form__item-check input:checked + .form__item-check-box::before {
    opacity: 1;
}
.form__item-check-box {
    position: relative;
    margin: 0 1rem 0 0;
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.3rem;
    border: 0.1rem solid #ddd;
}
.form__item-check-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/icon_check.svg);
    background-position: center center;
    background-size: cover;
    opacity: 0;
}
.form__item-modal-btn {
    text-align: center;
    margin-bottom: 2.3rem;
}
.form__item-modal-btn button {
    display: inline-block;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
    text-decoration: underline;
}
.form__item-consent {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    padding: 2rem;
    background: #f0f4f7;
}
.form__item-consent-label {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5;
}
.form__item-consent-input {
    width: 2rem;
    height: 2rem;
    margin-right: 1.2rem;
}
.modal-content {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 33, 50, 0.9);
    pointer-events: none;
    opacity: 0;
    transition: 0.3s opacity;
}
.modal-content--open {
    pointer-events: all;
    opacity: 1;
}
.modal-content__inner {
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90.666666%;
    height: 90%;
    background: #fff;
    border-radius: 1rem;
    padding: 5rem 2rem;
}
@media (min-width: 897px) {
    .modal-content__inner {
        max-width: 62rem;
        padding: 4rem;
    }
}
.modal-content__btn {
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 1.7rem;
    height: 1.7rem;
}
@media (min-width: 897px) {
    .modal-content__btn {
        top: 2rem;
        right: 2rem;
        width: 2rem;
        height: 2rem;
    }
}
.modal-content__btn::before,
.modal-content__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.2rem;
    background: #158de3;
    border-radius: 1rem;
}
.modal-content__btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content__btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content__title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}
.modal-content__sub-title {
    position: relative;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.modal-content__sub-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0.3rem;
    background: #158de3;
}
.modal-content__text {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2.6em;
}
.modal-content__close {
    position: relative;
    display: block;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    background: #fff;
    border: 0.1rem solid #158de3;
    border-radius: 10rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 5rem;
    color: #158de3;
    width: 24rem;
    margin: 0 auto;
    box-shadow: 0.4rem 0.4rem 0.6rem rgba(21, 141, 227, 0.2);
    transition: 0.3s filter;
}
.modal-content__close:hover {
    filter: drop-shadow(0.6rem 0.6rem 0.8rem rgba(21, 141, 227, 0.25));
}
.contact-confirm {
    position: relative;
    background: #fff;
    padding: 4rem 0;
}
.contact-confirm__inner {
    display: none;
    width: 89.3333333333%;
    margin: 0 auto;
}
.contact-confirm__content {
    margin-bottom: 4rem;
}
.contact-confirm__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4666666667;
}
.contact-confirm__text {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4666666667;
}
.contact-confirm__text + .contact-confirm__title {
    margin-top: 2.6rem;
}
.contact-confirm__text + .contact-confirm__text {
    margin-top: 0.6rem;
}
.contact-complete {
    position: relative;
    background: #fff;
    padding: 4rem 0;
}
@media (min-width: 897px) {
    .contact-complete {
        max-width: 62rem;
        margin: 0 auto;
    }
}
.contact-complete__inner {
    width: 89.3333333333%;
    margin: 0 auto;
}
@media (min-width: 897px) {
    .contact-complete__inner {
        width: 100%;
        padding: 0 4rem;
    }
}
.contact-complete__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 2.7rem;
}
.contact-complete__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 170%;
}
.contact-complete__text + .contact-complete__text {
    margin-top: 2rem;
}
.contact-complete__btn {
    width: 24rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem auto 0;
    border: 0.1rem solid #158de3;
    border-radius: 10rem;
    background: #fff;
    color: #158de3;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
    box-shadow: 0.4rem 0.4rem 0.6rem rgba(21, 141, 227, 0.2);
}
