@charset "UTF-8";

.title {
    color: #1E4592;
    font-size: 2.875rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.title span {
    color: #666;
    font-size: 1.3125rem;
    display: block;
    margin-top: .5em;
}

/* mv */

.mv {
    position: relative;
}

.mv_image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 30%;
    object-position: 0% 30%;
    width: 100%;
}

/* contact */

.contact {
    padding-top: 90px;
}

.contact_box_wrap {
    text-align: left;
}

.contact_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mail_icon_image {
    width: 90px;
    margin-left: 1em;
}

.contact_text {
    font-size: 1.125rem;
    line-height: 2;
}

.contact input {
    border: 1px solid #666;
    width: 100%;
    padding: 1em 0.5em;
    font-size: 1.125rem;
    margin-top: .5em;
}

.contact textarea {
    border: 1px solid #666;
    width: 100%;
    padding: 1em 0.5em;
    font-size: 1.125rem;
    margin-top: .5em;
}

.contact dt {
    margin-top: 60px
}

.contact_check_mail {
    margin-top: 20px;
}

.sample_tel {
    margin-top: .5em;
}

.contact_check {
    display: block;
    font-size: 1.875rem;
    font-weight: 600;
    width: 100%;
    max-width: 210px;
    background-color: #1E4592;
    color: #FFF;
    padding: .3em 0;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 45px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.contact_check:hover {
    opacity: 0.6;
}


.mfp_element_button {
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 600;
    width: 100%;
    max-width: 210px;
    background-color: #1E4592;
    color: #FFF;
    padding: .3em 0;
    margin: 40px .5em 0;
    text-align: center;
    border-radius: 45px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;

}

.mfp_element_button:hover {
    opacity: 0.6;
}

div#wrapper div#container {
    margin: 15px auto;
    border: solid 1px #CCC;
    background: #FFF;
    padding: 15px;
    border-radius: 3px;
}

.thanks_box_wrap {
    padding: 90px 0;
}

.contact_top_button {
    font-size: 1.125rem;
    font-weight: 600;
    width: 100%;
    max-width: 210px;
    background-color: #1E4592;
    color: #FFF;
    padding: .5em 0;
    margin: 40px auto 0;
    text-align: center;
    border-radius: 45px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.contact_top_button:hover {
    opacity: 0.6;
}

/* sp */
@media (max-width:768px) {
    .title {
        font-size: 1.9375rem;
        margin-bottom: 30px;
    }

    .title span {
        font-size: 1rem;
    }

    .mail_icon_image {
        width: 60px;
    }

    .contact_text {
        font-size: 0.875rem;
    }

    .contact dt {
        font-size: 0.875rem;
        font-weight: 300;
        margin-top: 20px
    }

    .contact_check_mail {
        margin-top: 10px;
    }

    .mfp_buttons {
        font-size: 1.375rem;
        margin: 25px auto 0;
    }
}