@charset "UTF-8";
/*==========================================================
common
==========================================================*/
/* mainvisual */
.mainvisual {
	position: relative;
}

.mainvisual h1 {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content h2 {
	text-align: center;
}

.content p {
	line-height: 3;
	text-align: center;
}

.content .img {
	margin: 0 auto;
}

.content {
	padding-bottom: 295px;
}

@media screen and (max-width: 1023px) {
	.content {
		padding-bottom: 100px;
	}
}

/*==========================================================
PC Layout
==========================================================*/
@media screen and (min-width: 1024px) {
	.mainvisual {
		margin: 0 50px;
	}
	.mainvisual h1 {
		width: 828px;
	}
	.content {
		margin: 123px 0 137px;
	}
	.content h2 {
		font-size: 32px;
		line-height: 1.5;
		letter-spacing: 0.2em;
		margin: 108px 0;
	}
	.content p {
		font-size: 16px;
		letter-spacing: 0.2em;
		margin: 108px 0;
	}
	.content p .strong {
		font-size: 24px;
	}
	.content .img {
		width: 70.92857%;
		/* width: 993px; */
	}
	.bold {
		font-size: 24px !important;
	}
}

/*==========================================================
Tablet以下 Layout
==========================================================*/
@media screen and (max-width: 1023px) {
	.mainvisual h1 {
		width: 100%;
	}
	.content {
		margin: 103px 0;
	}
	.content .strong {
		font-size: 18px;
	}
	.content .bold {
		font-size: 18px;
	}
	.content h2 {
		font-size: 22px;
		line-height: 2;
		/* letter-spacing: 0.2em; */
		margin: 100px 0;
	}
	.content p {
		font-size: 13px;
		/* letter-spacing: 0.2em; */
		margin: 100px 0;
	}
	.content .img {
		width: 90.4167%;
	}
}

/*==========================================================
Smartphone Layout
==========================================================*/
/*==========================================================
iPad Layout
==========================================================*/

/*# sourceMappingURL=about.css.map */