@charset "UTF-8" ;
/* ==============
header
=============== */
@media screen and (min-width:874px) {
    .nav__item:nth-of-type(2) {
        padding: 0 5px;
        width: 60px;
        transform: translateX(-5px);
        border-bottom: 0.5px solid var(--primary-black);
    }
}

/* ==============
main
=============== */
.btn--toSchedule {
    padding-top: 60px;
}

/* .btn--toSchedule::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(../images/icon_externalLink.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 77px;
    bottom: 7px;
} */

.btn--toBlog {
    padding-top: 20px;
}

/* main pc */
@media screen and (min-width: 874px) {
    .section--caption {
        margin-top: 150px;
        }

}
/* pc 874px */

/* ==============
bg
=============== */
/* bg pc */
@media screen and (min-width: 874px) {
    .bg {
        display: block;
        background-image: url(../images/bg_pc.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 1440px;
        height: 2320px;
        position: fixed;
        top: -700px;
        left: 45%;
        transform: translateX(-50%);
        z-index: -50;
        }
}