@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
	background: #f3f3f3;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 60px;
}

.h2 h2 {
	font-weight: 900;
	font-size: 56px;
	line-height: 1.3;
}

.h2 h2 rt {
	font-size: 40px;
	color: #db3d5e;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	display: flex;
	align-items: center;
	height: 700px;
	overflow: hidden;
	margin-bottom: 100px;
	position: relative;
	z-index: 0;
}

#visual .bg {
	width: 2000px;
	height: 700px;
	text-align: right;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

#visual .container {
	text-align: left;
}

#visual .copy {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.2;
}

#visual h1 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 70px;
	line-height: 1.4;
	color: #db3d5e;
}

#visual .em {
	font-weight: 900;
	font-size: 26px;
	line-height: 1.2;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	display: flex;
	align-items: flex-end;
	margin-bottom: 130px;
	background: url(../images/about_02.png) repeat-x bottom;
}

#about .row {
	flex: 1;
	margin-left: 60px;
	padding-bottom: 50px;
	text-align: justify;
	font-size: 18px;
}

#about .about_01 img {
	height: 399px;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-bottom: 130px;
}

#solution h2 {
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.3;
	color: #db3d5e;
}

#solution figure {
	height: 440px;
}

#solution dl {
	margin-top: 3em;
	text-align: justify;
}

#solution dt {
	margin-bottom: 0.3em;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.5;
}

#solution dt span {
	color: #db3d5e;
}

#solution dd {
	margin-left: 2em;
	font-size: 18px;
}

#solution dd span {
	font-weight: 900;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin-bottom: 130px;
}

#system .section {
	display: inline-block;
	vertical-align: top;
	padding: 60px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2) inset;
}

#system .system_01 {
	height: 556px;
	margin-bottom: 4em;
}

#system p {
	width: 980px;
	margin-bottom: 4em;
	text-align: justify;
	font-size: 18px;
}

#system .system_02 {
	height: 482px;
	margin-bottom: 4em;
}

#system .system_03 {
	height: 489px;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 130px;
}

#merit .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#merit .row {
	width: 48%;
	overflow: hidden;
	margin-bottom: 4%;
	padding-bottom: 80px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2) inset;
	position: relative;
}

#merit .num {
	font-weight: 900;
	font-size: 40px;
	line-height: 1;
	color: #5c5fcb;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#merit .num:before {
	content: '';
	width: 130px;
	height: 1px;
	background: #5c5fcb;
	transform: rotate(-35deg);
	position: absolute;
	bottom: 35px;
	left: -70px;
}

#merit .h3 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

#merit h3 {
	width: 350px;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.4;
	color: #db3d5e;
}

#merit h3 span {
	font-size: 20px;
}

#merit figure {
	border-radius: 0 0 20px 0;
	background: #ffe4ea;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1) inset;
}

#merit figure img {
	height: 199px;
}

#merit p {
	margin: 0 50px;
	text-align: justify;
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 100px;
}

#case .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#case figure img {
	height: 234px;
}

#case p {
	flex: 1;
	margin-left: 50px;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 50px 0;
	border-radius: 10px;
	background: #db3d5e;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footerlink a:hover {
	opacity: 0.6;
}

#footerlink a .ja {
	font-weight: 900;
	font-size: 46px;
}

#footerlink a .en {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}
