@charset "UTF-8";
#contents {
	padding-top: 0;
}
#contents .inner {
	max-width: 100%;
}
#contents .container-fluid, #contents .container-fluid.inner {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* --------------------------------
	whatIs
-------------------------------- */
#whatIs .text h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
#whatIs .text h1::before {
	content: attr(data-en);
	font-size: 21px;
	font-weight: 700;
	color: #D40000;
	display: block;
	margin: 0 0 5px;
}
#whatIs .text p {
	font-size: 20px;
	font-weight: 500;
	color: #424242;
	line-height: 2.5;
	margin: 0;
}
@media (min-width: 768px) {
	#whatIs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 35px 0 calc(140 / 1920 * 100%);
		background-image: url("../images/about_faceseal/pc_main_visual01.png");
		background-repeat: no-repeat;
		background-position: top 35px left 0;
		background-size: contain;
	}
	#whatIs .text {
		width: calc(944 / 1920 * 100%);
		padding: calc(100 / 1920 * 100%) 0 calc(275 / 1920 * 100%) 60px;
		box-sizing: border-box;
	}
	#whatIs .text p {
		max-width: 540px;
	}
}
@media (max-width: 1699px) and (min-width: 1536px) {
	#whatIs .text {
		padding: calc(60 / 1920 * 100%) 0 calc(235 / 1920 * 100%) 60px;
	}
}
@media (max-width: 1535px) and (min-width: 1366px) {
	#whatIs .text {
		padding: calc(40 / 1920 * 100%) 0 calc(240 / 1920 * 100%) 60px;
	}
	#whatIs .text h1 {
		margin: 0 0 20px;
	}
}
@media (max-width: 1365px) and (min-width: 768px) {
	#whatIs .text {
		padding: calc(20 / 1920 * 100%) 0 calc(240 / 1920 * 100%) 60px;
	}
	#whatIs .text h1 {
		margin: 0 0 20px;
	}
	#whatIs .text p {
		max-width: 500px;
		line-height: 2.2;
	}
}
@media (max-width: 767px) {
	#whatIs {
		padding: calc(536 / 750 * 100%) 0 0;
		background-image: url("../images/about_faceseal/sp_main_visual01.png");
		background-repeat: no-repeat;
		background-position: top 0 left 0;
		background-size: contain;
	}
	#whatIs .text {
		padding: 30px 20px 35px;
	}
	#whatIs .text h1 {
		font-size: 30px;
		margin: 0 0 20px;
		text-align: center;
	}
	#whatIs .text h1::before {
		font-size: 18px;
	}
	#whatIs .text p {
		font-size: 17px;
		line-height: 2.0;
		margin: 0;
	}
}
/* --------------------------------
	reason 
-------------------------------- */
#reasonSec {
	background-color: #D40000;
	color: #FFF;
	padding: 75px 0 80px;
}
#reasonSec .visual img {
	border-radius: 10px;
}
#reasonSec .text h2 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 30px;
}
#reasonSec .text h2::before {
	content: attr(data-en);
	font-size: 21px;
	font-weight: 700;
	display: block;
	margin: 0 0 5px;
}
#reasonSec .text p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.9;
	margin: 0;
}
#reasonSec .text p.medium {
	font-size: 18px;
	font-weight: 500;
	margin: 35px 0 0;
}
@media (min-width: 768px) {
	#reasonSec .reason {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1280px;
		margin: auto;
	}
	#reasonSec .visual {
		width: 628px;
	}
	#reasonSec .text {
		max-width: 542px;
	}
}
@media (max-width: 1280px) and (min-width: 768px) {
	#reasonSec {
		padding-left: 3%;
		padding-right: 3%;
	}
}
@media (max-width: 767px) {
	#reasonSec {
		padding: 25px 20px 40px;
	}
	#reasonSec .text h2 {
		font-size: 30px;
		margin: 25px 0;
		text-align: center;
	}
	#reasonSec .text h2::before {
		font-size: 18px;
	}
	#reasonSec .text p {
		font-size: 17px;
	}
	#reasonSec .text p.medium {
		font-size: 16px;
		margin: 25px 0 0;
	}
}
/* --------------------------------
	feature
-------------------------------- */
#feature {
	background-color: #F5F5F5;
	padding: 110px 0;
}
#feature ul li {
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	text-align: center;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}
#feature ul li h3 {
	font-size: 30px;
	font-weight: 500;
	color: #D40000;
	margin: 15px 0 10px;
}
#feature ul li p {
	line-height: 1.9;
	text-align: left;
	margin: 0;
}
@media (min-width: 768px) {
	#feature ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1280px;
		margin: auto;
	}
	#feature ul li {
		width: calc(414 / 1280 * 100%);
	}
}
@media (max-width: 1280px) and (min-width: 768px) {
	#feature {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media (max-width: 767px) {
	#feature {
		padding: 30px 20px 5px;
	}
	#feature ul li {
		padding: 20px;
		margin: 0 0 25px;
	}
	#feature ul li h3 {
		margin: 10px 0;
	}
}
/* --------------------------------
	scene
-------------------------------- */
#scene {
	padding: 100px 0;
}
#scene h2 {
	font-size: 27px;
	font-weight: 700;
	margin: 0 0 45px;
	text-align: center;
}
#scene h2::before {
	content: attr(data-en);
	font-size: 21px;
	font-weight: 700;
	color: #D40000;
	display: block;
}
#scene ul li {
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#scene ul li .text {
	padding: 15px;
}
#scene ul li h3 {
	font-size: 20px;
	font-weight: 700;
	color: #D40000;
	margin: 0 0 15px;
}
#scene ul li p {
	line-height: 1.5;
	margin: 0;
}
@media (min-width: 768px) {
	#scene ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1280px;
		margin: auto;
	}
	#scene ul li {
		width: calc(626 / 1280 * 100%);
		margin-bottom: calc(28 / 1280 * 100%);
	}
}
@media (max-width: 1280px) and (min-width: 768px) {
	#scene {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media (max-width: 767px) {
	#scene {
		padding: 25px 20px 5px;
	}
	#scene h2 {
		font-size: 23px;
		margin: 0 0 25px;
	}
	#scene h2::before {
		font-size: 18px;
	}
	#scene ul li {
		margin: 0 0 25px;
	}
	#scene ul li h3 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	#scene ul li p {
		font-size: 13px;
	}
}
/* --------------------------------
	footer
-------------------------------- */
#footer {
	margin: 0;
}