/* =========================
.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--september
======================= */

.section {
    padding: 80px 10%;
}

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

.septembeImg {
    margin: 0 auto;
    max-width: 80%;
    height: auto;
    object-fit: cover;
}

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

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

    .septemberImg {
        margin: 0 auto;
        text-align: center;
    }

}

/* pc 769px */
