@charset "UTF-8";

/* ======
key
======= */
.key img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.key img:nth-of-type(2) {
    object-position: 50% 100%;
}

.key img:nth-of-type(3) {
    object-position: 50% 100%;
}

.key .key_title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: lighter;
    font-size: 48px;
    letter-spacing: 6px;
}

.key .key_title img {
    width: 100%;
    max-width: 560px;
    min-width: 320px;
    height: inherit;
}

/* ======
eye catch
======= */
.eye_catch {
    width: 80%;
    margin: 0 auto;
    padding-top: 176px;
    padding-bottom: 88px;
    position: relative;
}

.eye_catch img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: 50% 50%;
}

.eye_catch p {
    /* 位置調整 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 色等 */
    display: inline-block;
    width: 80%;
    color: #fff;
    text-align: center;
    line-height: 3.5;
    font-size: 1.3vw;
    font-family: "YuMincho", "Yu Mincho", serif;
}

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

    .eye_catch p {
        font-size: 2.5vw;
    }

    /* =========== max-width:768px =========== */
}

@media screen and (max-width:519px) {
    .eye_catch p {
        font-size: 2.7vw;
    }

    /* =========== max-width:519px =========== */
}


/* ======
sec_about
======= */
.sec_about {
    position: relative;
}

.sec_about .flexbox {
    display: flex;
    justify-content: space-between;
}

.sec_about .flexbox div {
    transform: translateY(30px);
}

.sec_about .sec_container {
    width: 45%;
    object-fit: cover;
}

.sec_about .sec_container .sec_text {
    line-height: 2;
}

.sec_about_info .sec_subtitle {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:768px) {
    .sec_about .flexbox {
        display: block;
    }

    .sec_about .sec_container {
        width: 90%;
        margin: 0 auto;
    }

    .sec_about .sec_container .sec_text {
        width: 80%;
        margin: 24px auto 80px;
    }

    .sec_about .sec_about_img {
        display: block;
        margin: 0 auto;
    }

    /* =========== max-width:768px =========== */
}

@media screen and (max-width:519px) {
    .sec_about_info .sec_subtitle {
        top: -34px;
    }

    .sec_about .sec_container .sec_text {
        width: 90%;
        margin: 16px auto 64px;
    }

    /* =========== max-width:519px =========== */
}

/* ======
placeholder
======= */
.placeholder {
    padding: 88px 0;
}

.placeholder img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: 50% 80%;
}

@media screen and (max-width:519px) {
    .placeholder img {
        height: 480px;
        object-fit: cover;
    }

    /* =========== max-width:519px =========== */
}

/* ======
sec_facility
======= */
.sec_facility {
    position: relative;
}

.sec_facility .sec_subtitle {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:768px) {
    .sec_facility .sec_subtitle {
        display: inline-block;
        width: 100%;
        top: -4px;
    }

    /* =========== max-width:768px =========== */
}

/* facility_box */
.facility_box {
    padding: 66px 0 0;
}

/* Equipment */
.equipment_box .flexbox {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.equipment_box .flexbox figure {
    width: 30%;
}


.equipment_box .flexbox figure img {
    width: 100%;
    max-width: 320px;
    height: 320px;
    object-fit: cover;
}


.equipment_box .flexbox figure:first-of-type img {
    object-position: 50% 65%;
}

.equipment_box .flexbox figure:last-of-type img {
    object-position: 50% 75%;
}

.equipment_box .flexbox figure figcaption {
    margin: 16px auto 0;
}

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

    .equipment_box .flexbox figure img {
        height: 30vw;
    }

    /* =========== max-width:1000px =========== */
}

@media screen and (max-width:768px) {
    .equipment_box .flexbox {
        display: block;
    }

    .equipment_box .flexbox figure {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 48px;
    }

    .equipment_box .flexbox figure img {
        height: 50vw;
    }

    /* =========== max-width:768px =========== */
}

/* ======
sec_contact
======= */
.sec_contact .sec_subtitle {
    position: absolute;
    left: 50%;
    top: 44px;
    transform: translateX(-50%);
}

@media screen and (max-width:768px) {
    .sec_contact .sec_subtitle {
        top: -4px;
    }

    /* =========== max-width:768px =========== */
}