body {
    background: #efefef
}

#intermediary #main::after {
    content: "";
    width: 61.5625%;
    height: 100%;
    background: url(/images/intermediary/main.webp) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0
}

#intermediary #contents {
    padding: 80px 0 120px
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents {
        padding: 2em 0 5em
    }
}

#intermediary #contents .h2_head {
    font-size: min(5.2svw, 36px);
    display: block;
    padding-bottom: .5em;
    position: relative;
    background: url(/images/synthesis/h2_border.webp) no-repeat left bottom;
    background-size: contain;
    margin-bottom: 1em
}

#intermediary #contents .h3_head {
    font-size: min(4.6svw, 28px);
    position: relative;
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5em
}

#intermediary #contents .h3_head::before {
    content: "";
    background: url(/images/synthesis/bg.png) no-repeat left;
    background-size: 40px;
    width: 1.5em;
    display: flex;
    height: 4px;
    flex-shrink: 0;
    margin-top: 2%
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents .h3_head::before {
        margin-top: 3%
    }
}

#intermediary #contents .txt {
    font-size: min(3.2svw, 16px);
    line-height: 2;
    letter-spacing: .05em;
    font-weight: 400
}

#intermediary #contents .vr_contents {
    position: relative;
    margin-bottom: 125px
}

#intermediary #contents .vr_contents .vr_contents_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
    width: 15%
}

#intermediary #contents .vr_contents .vr_contents_textarea {
    width: 50%;
    background: #efefef;
    padding: 5px;
    padding: 1em 2em;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents .vr_contents .vr_contents_textarea {
        width: 90%
    }
}

#intermediary #contents .vr_contents .vr_contents_textarea .h3_title {
    font-size: min(4.6svw, 28px);
    color: #776643;
    margin-bottom: 15px
}

#intermediary #contents .vr_contents .vr_contents_textarea .txt {
    font-size: min(3.2svw, 16px);
    margin-bottom: 30px
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents .vr_contents .vr_contents_textarea .txt {
        margin-bottom: 1em
    }
}

#intermediary #contents .vr_contents .vr_contents_textarea .link_btn {
    width: 170px;
    margin: 0 auto
}

#intermediary #contents .used_contents {
    background: #ebe0d0;
    padding: 40px 0 50px
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents .used_contents {
        padding: 30px;
        margin: 30px auto 0
    }
}

#intermediary #contents .used_contents .inner {
    padding-bottom: 0
}

#intermediary #contents .used_contents .h3_title {
    font-size: min(4.6svw, 28px);
    text-align: center;
    margin-bottom: 30px
}

#intermediary #contents .used_contents .flex_box {
    display: flex;
    gap: 14px
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents .used_contents .flex_box {
        flex-direction: column;
        align-items: center
    }
}

#intermediary #contents .used_contents .flex_box .used_contents_box {
    position: relative;
    max-width: 350px;
    width: 100%
}

#intermediary #contents .used_contents .flex_box .used_contents_box .used_contents_text {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0
}

#intermediary #contents .used_contents .flex_box .used_contents_box .link_btn_w {
    width: 168px;
    position: absolute;
    bottom: 7%;
    right: 0;
    left: 0;
    margin: 0 auto
}

@media screen and (max-width: 750px),
print {
    #intermediary #contents .used_contents .flex_box .used_contents_box .link_btn_w {
        bottom: 20px
    }
}

.link_btn {
    display: block;
    background: #080808;
    color: #fff;
    padding-right: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 8px
}

.link_btn::after {
    content: "";
    width: 52px;
    height: 30px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 11px;
    right: 0;
    display: grid;
    place-items: center;
    background: url(/images/top/right-w.png) no-repeat center/16px 15px
}

.link_btn_w {
    background: #fff;
    color: #080808;
    padding-right: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 8px
}

.link_btn_w::after {
    content: "";
    width: 52px;
    height: 30px;
    border-left: 1px solid #080808;
    position: absolute;
    top: 11px;
    right: 0;
    display: grid;
    place-items: center;
    background: url(/images/top/right-b.png) no-repeat center/16px 15px
}

/*# sourceMappingURL=intermediary.css.map */