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

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

#main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 460px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

#main:after,
#main:before {
	content: '';
	width: 100%;
	height: 460px;
	background: url(../features/main_right.png) no-repeat calc(100% - 30px) center / auto 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#main:before {
	background: url(../features/main_left.png) no-repeat 30px center / auto 400px;
}

#main picture {
	width: 100%;
	overflow: hidden;
	transform: scale(0.9, 0.9);
	transition: 0.5s opacity linear 1.4s;
	opacity: 0;
}

#main h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 44px;
	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-bottom: 30px;
	font-size: 18px;
	line-height: 1.5;
}

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

#main li {
	margin: 0 20px;
}

#main li img {
	height: 84px;
}

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

#about {
	margin-bottom: 80px;
	position: relative;
	z-index: 0;
}

#about:before {
	content: '';
	width: 120px;
	height: 255.838px;
	background: url(../top/balloon_02.svg) no-repeat 0 0;
	position: absolute;
	top: 30%;
	right: 0;
	z-index: -1;
}

#about .about_01 {
	margin-bottom: 50px;
}

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

#features {
	margin-bottom: 80px;
	padding: 0 30px;
	position: relative;
	z-index: 0;
}

#features:before {
	content: '';
	width: 150px;
	height: 255.838px;
	background: url(../top/balloon_02.svg) no-repeat right top;
	position: absolute;
	top: 15%;
	left: 0;
	z-index: -1;
}

#features h2 {
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
}

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

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

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

#features .section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 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: 11px;
	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: 24px;
	line-height: 1.4;
	color: #0054A7;
}

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

#summary {
	position: relative;
	z-index: 0;
}

#summary:before {
	content: '';
	width: 150px;
	height: 250px;
	background: url(../top/balloon_01.svg) no-repeat 0 0 / 228px auto;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: -1;
}

#summary .article {
	display: flex;
	margin-bottom: 60px;
}

#summary .article:nth-of-type(even) {
	flex-flow: row-reverse;
	position: relative;
	z-index: 0;
}

#summary .article:nth-of-type(even):before {
	content: '';
	width: 200px;
	height: 250px;
	background: url(../top/balloon_03.svg) no-repeat right top / 250px auto;
	position: absolute;
	top: -30px;
	left: 0;
	z-index: -1;
}

#summary .flex {
	width: 50%;
}

#summary .section {
	width: 50%;
	padding: 50px 50px 0;
	text-align: justify;
}

#summary .caption {
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}

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

#summary .caption img {
	width: 60px;
}

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

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

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

#summary h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
}

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

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

#summary .section p img {
	height: 40px;
}

#summary .section ul {
	padding: 20px;
	background: #FBFBFB;
	font-size: 14px;
}

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

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

#outline {
	margin: 0 30px 80px;
}

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

#outline .section {
	width: 50%;
	text-align: justify;
}

#outline h3 {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	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 h3 {
	margin-right: 2em;
}

#outline .caption .copy {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

#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-bottom: 20px;
	font-size: 14px;
}

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

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

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

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

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

#area {
	margin-bottom: 80px;
	padding: 60px 0;
	background: #F7F9FC;
}

#area .caption {
	margin-bottom: 30px;
}

#area h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	color: #0088E3;
}

#area h3:before,
#area h3:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 60px;
	height: 2px;
	margin: 0 1em;
	background: #76BFF1;
}

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

#area .flex figure {
	width: 25%;
}

#area .flex figcaption {
	width: 140px;
	height: 30px;
	margin: 15px auto 0;
	border-radius: 30px;
	background: #0088E3;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
