/* =========================
.top__img
======================= */

.top__img  {
    position: relative;
}

.imgPc {
    display: none;
}

.imgSp {
	display: block;
	object-fit: cover;
	object-position: center;
	height: 40vh;
	width: 100%;
}

/*.top__img pc*/
@media screen and (min-width:769px) {
    .imgSp {
        display: none;
    }

    .imgPc {
        display: block;
	    object-fit: cover;
	    object-position: center;
        width: 100%;
        height: 60vh;
    }

}

/* pc 769px */


/* =========================
.section--neage
======================= */

.section {
    padding: 80px 10%;
}

.title {
    text-align: center;
    font-size: 120%;
    font-weight: 500;
    line-height: 40px; 
}

.title__h2 {
    text-align: center;
    font-size: 80%;
    font-weight: 500;
    line-height: 40px; 
    margin-bottom: 50px;
}


.text__item {
    color: var(--primary--brown);
    font-size: 90%;
    font-weight: 500;
    margin-bottom: 30px;  
}

.section--nesage img {
    max-width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

/*.top__img pc*/
@media screen and (min-width:769px) {

    .title {
        font-size: 200%;
        font-weight: 500;
        line-height: 1.5;
    }

    .title__h2 {
        font-size: 120%;
        margin-bottom: 100px;
    }

    .text {
        margin: 0 auto;
        width: 60%;
        height: auto;
    }
    
    .text__item {
        font-size: 90%;
        line-height: 2;
        margin-bottom: 40px;
        text-align: left;
    }
    
    .nesageImg {
        width: 80%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        object-fit: cover;
    }

    .nesageImg img {
        max-width: 250px;
        margin-left: 10px;
    }


}

/* pc 769px */
