.page_title {
    margin-top: 3.624265%;
    margin-bottom: 0.122625%;
}

.introduce {
    justify-content: space-between;
    flex-wrap: wrap;
}

.introduce>div {
    margin-top: 104.1448px;
    text-align: left;
}

.introduce>div:nth-child(2n+1) {
    width: 47.956351642572657%;
}

.introduce>div:nth-child(2n) {
    width: 46.480607330276872%;
}

.introduce h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.708333333333333;
    letter-spacing: 0.34em;
    color: #AE8100;
    margin-left: 3.437201520912548%;
}

.gold_title {
    display: flex;
    align-items: center;
    text-align: left;
}

.introduce p {
    margin: 0;
    margin-top: 30.4233px;
    font-size: 18px;
    line-height: 1.861111111111111;
    letter-spacing: 0.2em;
}

.introduce_text2 {
    line-height: 2.416666666666667 !important;
    letter-spacing: 0.05em !important;
}

.introduce_text5 {
    line-height: 1.527777777777778;
    margin-bottom: 0.8545% !important;
}

.introduce_text5,
.introduce_text3 {
    letter-spacing: 0.15em !important;
}

.introduce_text4 {
    line-height: 2.305555555555556 !important;
    letter-spacing: 0.13em !important;
}

#simulator_btn {
    margin-top: 30px;
}

#movies {
    background-color: #E8E8E8;
    padding-top: 3.082115%;
    margin-top: 50px;
}

#facility_movie_title {
    width: 85.66%;
    margin: auto;
}

#movies .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.69%;
}

.youtube {
    /* width: 47.02816590932528%; */
    width: 519.734px;
    margin: auto;
    margin-bottom: 3.65%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.youtube>p {
    margin: 0;
    margin-top: 3.517799489738982%;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

#introduce_movie {
    margin-top: calc(100vw * 0.034895833333333);
}

@media screen and (min-width:1920px) {
    #introduce_movie {
        margin-top: 67px;
    }
}

@media screen and (max-width: 1106px) {
    .contents {
        width: 90%;
    }
}


@media screen and (max-width: 750px) {
    .introduce {
        margin-bottom: 10%;
    }

    .introduce>div {
        width: 90% !important;
        margin: auto;
        margin-top: 3%;
    }


    .introduce>div:nth-child(2n + 1) {
        margin-top: 15%;
    }

    .page_title {
        margin-top: 9%;
    }

    .gold_title img {
        height: 40px;
    }

    .introduce h3 {
        font-size: 18px;
    }

    .introduce p {
        margin-top: 3%;
        font-size: 14px;
        line-height: 1.861111111111111 !important;
        letter-spacing: 0.2em !important;
    }

    #movies {
        padding-top: 50px;
    }

    .youtube {
        width: 90%;
        margin-bottom: 84px;
    }

    .youtube>p {
        font-size: 18px;
    }

    footer {
        margin-top: 20%;
    }

    #introduce_movie {
        width: 90%;
        margin: auto;
        margin-top: 30px;
        aspect-ratio: 16 / 9;
    }

    #introduce_movie iframe {
        width: 100%;
        height: 100%;
    }
}