@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	padding: 10vw 0;
	position: relative;
	z-index: 0;
}

#main:after,
#main:before {
	content: '';
	width: 60%;
	height: 100%;
	background: url(../features/main_right.png) no-repeat left / 150% 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

#main:after {
	right: 0;
}

#main:before {
	background: url(../features/main_left.png) no-repeat right / 150% 100%;
	left: 0;
}

#main h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.4;
	color: #0054A7;
}

#main h2 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 0;
}

#main h2 span:before {
	content: '';
	width: 100%;
	height: 24px;
	background: #FFE2F5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#main p {
	margin: 0 10vw 5vw;
	font-size: 4vw;
	line-height: 1.5;
}

#main ul {
	display: flex;
	justify-content: center;
}

#main li {
	margin: 0 3vw;
}

#main li img {
	height: 22vw;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .about_01 {
	height: 37.73230769230769vw;
}

#about .about_02 {
	margin: 10vw 0 20vw;
}

#about .about_02 img {
	height: 80vw;
}

/* ---------------------------------------------------------
	CSS Document features
--------------------------------------------------------- */

#features {
	margin: 0 5vw 15vw;
}

#features h2 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1;
}

#features h2:before {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	margin: 0 auto 5vw;
	background: #76BFF1;
}

#features .flex {
	display: flex;
	justify-content: space-between;
}

#features .no1 {
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: solid 1px #eee;
}

#features .section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5vw 0;
	position: relative;
}

#features .no1 .section {
	width: 33.3%;
}

#features .no2 .section {
	width: 50%;
}
#features .section:not(:last-of-type):after {
	content: '';
	width: 1px;
	height: 100%;
	border-right: solid 1px #eee;
	position: absolute;
	top: 0;
	right: 0;
}

#features dt {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 2.5vw;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #0054A7;
}

#features dt:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	margin: 10px auto 0;
	background: #4C87C1;
}

#features dd {
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.4;
	color: #0054A7;
}

/* ---------------------------------------------------------
	CSS Document summary
--------------------------------------------------------- */

#summary .flex figure {
	height: 112.0753846153846vw;
	margin-bottom: 8vw;
}

#summary .article:nth-of-type(even) .flex figure {
	height: 86.79076923076923vw;
}

#summary .section {
	margin: 0 5vw 15vw;
	text-align: justify;
}

#summary .caption {
	display: flex;
	margin-bottom: 8vw;
	padding-bottom: 5vw;
	position: relative;
}

#summary .caption:after {
	display: block;
	content: '';
	width: 15vw;
	height: 2px;
	margin-top: 10vw;
	background: #76BFF1;
	position: absolute;
	bottom: 0;
	left: 0;
}

#summary .caption img {
	width: 15vw;
}

#summary .copy {
	margin-left: 5vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1;
	color: #0054A7;
}

#summary .copy .en {
	display: block;
	margin-bottom: 3vw;
	font-weight: 400;
	font-size: 3vw;
	letter-spacing: 0.08em;
	color: #0054A7;
}

#summary .copy .en:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	margin-top: 3vw;
	background: #4C87C1;
}

#summary h3 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.6;
}

#summary .section p {
	margin-bottom: 1.5em;
}

#summary .section p em {
	color: #CE0101;
}

#summary .section ul {
	padding: 3vw;
	background: #FBFBFB;
}

#summary .section ul li {
	margin-left: 2em;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 5vw;
}

#outline .section {
	margin-bottom: 15vw;
	text-align: justify;
}

#outline h3 {
	margin-bottom: 5vw;
	text-align: left;
	font-weight: 500;
	font-size: 4vw;
	line-height: 5vw;
	color: #0054A7;
}

#outline h3:before {
	display: inline-block;
	vertical-align: 5px;
	content: '';
	width: 60px;
	height: 2px;
	margin-right: 10px;
	background: #76BFF1;
}

#outline .caption {
	display: flex;
	flex-wrap: wrap;
}

#outline .caption .copy {
	margin-bottom: 3vw;
	font-size: 3.2vw;
	line-height: 4vw;
}

#outline .caption .copy span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	padding: 0 1em;
	border-right: solid 1px #0054A7;
	border-left: solid 1px #0054A7;
	color: #0054A7;
}

#outline p {
	margin-right: 12%;
	margin-bottom: 20px;
	font-size: 14px;
}

#outline .table {
	display: table;
	width: 100%;
	line-height: 1.5;
}

#outline .table dl {
	display: table-row;
}

#outline .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 6em;
	border: solid 1px #eee;
	background: #FBFBFB;
	padding: .5em 0;
	text-align: center;
	font-weight: 400;
}

#outline .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border: solid 1px #eee;
}

#outline figure img {
	height: 43.68589743589744vw;
}

/* ---------------------------------------------------------
	CSS Document area
--------------------------------------------------------- */

#area {
	margin-bottom: 20vw;
	padding: 15vw 5vw 5vw;
	background: #F7F9FC;
}

#area .caption {
	margin-bottom: 5vw;
}

#area h3 {
	margin-bottom: 6vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 6vw;
	color: #0088E3;
}

#area h3:before,
#area h3:after {
	display: inline-block;
	vertical-align: 5px;
	content: '';
	width: 1.5em;
	height: 2px;
	background: #76BFF1;
}

#area h3:before {
	margin-right: 0.6em;
}

#area h3:after {
	margin-left: 0.6em;
}

#area p {
	margin-bottom: 6vw;
	text-align: justify;
}

#area .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#area .flex figure {
	width: 50%;
	margin-bottom: 6vw;
}

#area .flex figure img {
	height: 50.94153846153846vw;
}

#area .flex figcaption {
	width: 80%;
	margin: 3vw auto 0;
	border-radius: 8vw;
	background: #0088E3;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 8vw;
	color: #fff;
}
