@charset "UTF-8";

/*-------------------------------------------*/
/*メインイメージ*/
/*-------------------------------------------*/
body {
    overflow-x: hidden;
}

.mainimg {
    position: relative;
    margin-top: 97px;
}

.bgimg img {
    width: 100%;
    object-fit: cover;
    max-height: 252px;
    min-height: 252px;
}

.text_img {
    position: absolute;
    top: 50px;
    right: 0;
    left: 11px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.symbol_wrap {
    position: relative;
}

.symbol {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    bottom: 0;
}

.symbol img {
    margin: 0 auto;
}




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

    .mainimg {
        margin-top: 72px;
    }
}

@media screen and (max-width: 480px) {
    .mainimg {
        margin-top: 58px;
    }

    .bgimg img {
        min-height: 200px;
    }

    .text_img img {
        max-height: 80px;
    }

    .symbol img {
        max-width: 80px;
        padding-right: 0;
    }

    .text_img {
        left: 0;
    }

}

/*-------------------------------------------*/
/*設備紹介*/
/*-------------------------------------------*/

.intro_text {
    margin-top: 172px;
    margin-bottom: 70px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.intro_text p {
    font-feature-settings: "palt";
}

.equipment .heading {
    margin-bottom: 15px;
}

.equipment_item {
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.equipment .equipment_item:last-child {
    border-bottom: none;
}

.equipment .text_block p {
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7;
}

.equipment_item .flex {
    justify-content: space-between;
}

.text_wrap {
    width: calc(50% - 30px);
}

.image_block {
    width: 50%;
}

.equipment_item .catch {
    margin-bottom: 12px;
}

.point {
    position: relative;
    margin-top: 20px;
}

.point_head {
    position: absolute;
    top: -15px;
    left: 28px;
}

.point .flex {
    justify-content: start;
    align-items: center;
    gap: 8px;
}

.point_text {
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px 30px 20px 30px;
}

.point_head span {
    font-size: 2.4rem;

}

.point_text p {
    font-size: 1.5rem;
    font-weight: bold;
}

.selection_bnr .maxWid {
    max-width: 800px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .point {
        margin-top: 50px;
    }

    .heading img.retina {
        max-height: 25px;
    }

    .catch img.retina {
        max-height: 70px;
    }

    .equipment .text_block p,
    .point_text p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 480px) {
    .equipment_item .flex {
        flex-direction: column;
    }

    .text_wrap,
    .image_block {
        width: 100%;
    }

    .point_head .flex {
        flex-direction: row;
    }

    .point_text {
        padding: 25px 20px 20px 20px;
    }

    .intro_text {
        margin-top: 100px;
    }

    .intro_text p br {
        display: none;
    }

    .text_block {
        margin-bottom: 30px;
    }

    .catch img.retina {
        max-height: 65px;
    }

    .point_head {
        left: 18px;
        max-width: 26%;
        top: -13px;
    }

    .equipment_item {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .equipment .heading {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 350px) {
    .point_head {
        max-width: 30%;
        top: -13px;
    }
}