/* CSS Document */

/* --------------------
 *   main
 * -------------------- */

.contact_section01 {
    position: relative;
}

.contact_section01 .section_chunk1 {
    position: relative;
}

.contact_section01 .section_chunk1 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.contact_section01 .section_block1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact_section02 {
    position: relative;
}

.contact_section02 .section_chunk1 {
    position: relative;
}

.contact_section02 .section_chunk1 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.contact_section02 .section_block1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 0rem 15rem!important;
}

.contact_section01_text1 {
    color: #fff;
    font-family: 'Zen Antique', 'Noto Serif JP', serif;
    font-size: 4rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1;
}

.contact_section01_text2 {
    color: #fff;
    font-family: 'Zen Antique', 'Noto Serif JP', serif;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.2;
    opacity: 0.68;
}

.contact_section02_text1 {
    color: #000;
    font-family: 'Zen Antique', 'Noto Serif JP', serif;
    font-size: 2.1rem;
    font-weight: normal;
}

.contact_section02_text1 .aux1 {
    color: #9d5456;
    font-family: 'Zen Antique', 'Noto Serif JP', serif;
    font-size: 2.1rem;
    font-weight: normal;
}

.contact_section02_text2 {
    color: #000;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 3rem;
}

.contact_section02_text2 a,
.contact_section02_text2 a:hover {
    color: #2ba1c5;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 3rem;
}

.contact_section02_text3 {
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    color: #000;
}

.contact_section02_text4 {
    color: #000;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 3rem;
}

.contact_section02_text5 {
    color: #000;
    font-family: 'Meiryo', 'Noto Sans JP', sans-serif;
    font-size: 4rem;
    font-weight: normal;
    line-height: 6.2rem;
}

.contact_section02 .section_block2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* --------------------
 *   override
 * -------------------- */

.contact_section01 {
    background-image: url('../images/contact/contact_fv.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_section01 .section_block1 {
    height: 100vh;
}

.contact_section01 h2 {
    margin-top: 5rem;
}

.contact_section02 {
    background-image: url('../images/contact/contact_back-pater.jpg');
    background-position: center top;
    background-repeat: repeat;
    padding: 15rem 0rem 19.5rem;
}

.contact_section02 .section_block1 dl {
    flex-direction: column;
}

.contact_section02 .section_block1 dt {
    margin-bottom: 1.6rem;
}

.contact_section02 .section_block1 dd {
    margin-bottom: 3.6rem;
}

.contact_section02 .section_block1 dl:nth-last-of-type(1) dd {
    margin-bottom: 1.6rem;
}

.contact_section02 .section_block1 input[type="text"] {
    border: none;
    color: #000;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    width: 100%;
    height: 6rem;
    padding: 1.5rem;
}

.contact_section02 .section_block1 textarea {
    border: none;
    color: #000;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    width: 100%;
    height: 27rem;
    padding: 1.5rem;
}

.contact_section02_text2 {
    margin-bottom: 2.4rem;
}

#agreement,
.contact_section02 .section_block1 label {
    cursor: pointer;
}

#agreement {
    background-color: #fff;
    border: 0.2rem solid #000;
    width: 2rem;
    height: 2rem;
    margin-left: -0.05rem;
    margin-right: 1rem;
    margin-bottom: -0.25rem;
}

#agreement:checked ~ #agreement_checked::after {
    border-left: 0.4rem solid #0a0;
    border-bottom: 0.4rem solid #0a0;
    content: '';
    pointer-events: none;
    position: absolute;
    top: -0.5rem;
    left: -3.2rem;
    width: 2rem;
    height: 1rem;
    transform: rotate(-55deg);
}

.contact_section02 .section_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 12rem 0rem 8rem;
}

.footer_section01 {
    background-image: url('../images/contact/contact_footer.jpg');
    padding-top: 18.4rem;
}

.contact_section02 .section_block1 .confirmation {
    color: #000;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    white-space: normal;
    width: 100%;
    padding: 3rem 0rem 6rem;
}

.contact_section02 .section_block1 form {
    width: 100%;
}

.contact_section02 .section_block1 dl .chk {
    color: #000;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    white-space: normal;
    margin-left: 3rem;
}

.contact_section02 .section_block1 dl .err {
    color: #a00;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: normal;
    white-space: normal;
}


@media screen and (max-width: 768px) {

    /* --------------------
     *   main
     * -------------------- */

    .contact_section01 {
        background-image: url('../images/contact/contact_fv_sp.jpg');
    }

    .contact_section01 h2 {
        margin-top: 3rem;
    }

    .contact_section02 .section_block1 {
        padding: 0rem 2rem!important;
    }

    .contact_section02_text4 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .contact_section02_text5 {
        line-height: 5.6rem;
        text-align: center;
    }

    .contact_section02 .section_block2 {
        padding: 0rem 2rem!important;
    }

    .contact_section02 {
        padding: 8rem 0rem 11.5rem;
    }

    .contact_section02_text2 {
        margin-top: 9.6rem;
    }

    .contact_section02 .section_submit {
        padding: 5rem 0rem 6.7rem;
    }

    .footer_section01 {
        background-image: url('../images/contact/contact_footer_sp.jpg');
        padding-top: 8.7rem;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {

}
