
/*  ABOUT
=========================================================================
=========================================================================*/
main {
	margin: 60px 0 60px;
}

article section {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

article .inner {
	padding: 0 20px;
}

article .inner figure {
	position: relative;
	margin: 0 auto 40px;
	max-width: 760px;
}

article .inner figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-weight: 700;
	font-size: 35px;
	white-space: nowrap;
}

article .inner p {
	line-height: 3em;
	text-align: center;
}


/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {
	article .inner figure figcaption {
		font-size: calc(40 / 767 * 100vw);
	}

	article .inner p {
		line-height: 2em;
		text-align: left;
	}

	article .inner p:not(:first-of-type) {
		margin-top: 1em;
	}
}

/*  420px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:420px) {}
