@charset "UTF-8";


/* ==========================================================================
   About
========================================================================== */
.cont1 .entry__content p {
	font-size: 1.6rem;
}

.cont1 .entry__content .ttl {
	font-size: 2rem;
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
}

.section {
	margin-top: 100px;
    margin-bottom: 100px;
}
.section-padding {
	padding-top: 64px;
	padding-bottom: 72px;
}


#story .cont3 img {
	object-fit: cover;
	height: 80vw;
}

#next-stage .section__header {
	text-align: center;
    right: 0;
    margin: 0 auto;
}
#next-stage .cont1 .section-padding {
	padding-top: 72px;
}
#next-stage .cont2 {
	padding: 0 30px 30px 30px;
}
#next-stage .cont3 .section {
	margin-bottom: 150px;
}


@media only screen and (min-width: 576px) {
	#next-stage .cont2 {
		padding: 0;
		width: 100%;
		display: -ms-flexbox;
	  	display: flex;
	  	-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#next-stage .cont2 > div {
		display: block;
		width: 100%;
	}
}