@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.h2 {
	margin-bottom: 8vw;
	padding: 5vw;
	background: #5386b5;
	color: #fff;
	position: relative;
	z-index: 0;
}

.h2:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 20px #5386b5;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -27px;
}

.h2 h2 {
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	padding-top: 10vw;
	margin-bottom: 15vw;
}

#visual .logo img {
	height: 10vw;
}

#visual .copy {
	margin: 4vw 0 3vw;
	font-weight: 700;
	font-size: 3vw;
	line-height: 2;
	width: 90%;
	margin: 0 auto;
}

#visual .copy span {
	text-decoration: underline solid #a1c1e0 0.5em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

#visual .copy span.c1 {
	text-decoration-color: #d9f2d0;
}

#visual .copy span.c2 {
	text-decoration-color: #c1e5f5;
}

#visual .copy span.c3 {
	text-decoration-color: #fbe3d6;
}

#visual .copy span.c4 {
	text-decoration-color: #fff5d8;
}

#visual h1 {
	margin-bottom: 1vw;
	font-weight: 900;
	font-size: 7vw;
	line-height: 1.4;
	color: #144b8b;
}

#visual .bg {
	margin-bottom: 2vw;
}

#visual .bg img {
	height: 80vw;
}

#visual .em {
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.8;
	width: 90%;
	margin: 0 auto;
}

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

#about .container {
	margin: 0 5vw 20vw;
}

#about p {
	margin-bottom: 2em;
	text-align: justify;
}

#about p span {
	font-weight: 900;
	font-size: 4vw;
	color: #e9491a;
}

#about .flex {
	margin-bottom: 7vw;
}

#about .row {
	overflow: hidden;
	margin-bottom: 5vw;
	border-radius: 10px;
	margin: 1em 0;
}

#about .c1 {
	background-color: #e2f0d9;
}

#about .c2 {
	background-color: #deebf7;
}

#about .c3 {
	background-color: #fbe5d6;
}

#about .c4 {
	background-color: #fff5d8;
}

#about .c1 .title {
	background-color: #3ba380;
}

#about .c2 .title {
	background-color: #3aa1cf;
}

#about .c3 .title {
	background-color: #e97132;
}

#about .c4 .title {
	background-color: #eec031;
}

#about .title {
	padding: 5vw 10vw;
	line-height: 1;
	color: #fff;
}

#about .dt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-weight: 700;
	font-size: 4.5vw;
}

#about .comment {
	padding: 5vw;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system .container {
	margin: 0 5vw 20vw;
}

#system p {
	margin-bottom: 2em;
	text-align: justify;
}

#system p span {
	font-weight: 700;
	font-size: 4vw;
	color: #e9491a;
}

#system .system_02 {
	display: flex;
	font-size: 0;
}

#system .system_02 img {
	height: 67.73641025641026vw;
}

#system .system_07 {
	height: 52.91666666666667vw;
}

#system .system_08 {
	margin: 10vw 0 0;
}

#system .system_08 .row {
	margin-bottom: 15vw;
}

#system .system_08 figure img {
	height: 40vw;
}

#system .system_08 figcaption {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4.5vw;
}

#system .system_08 table {
	width: 100%;
	margin-top: 5vw;
	border: solid 2px #5c5c5c;
}

#system .system_08 th {
	width: 25%;
	border: solid 1px #5c5c5c;
	background: #d3d3d3;
	font-weight: 500;
	font-size: 3.5vw;
}

#system .system_08 td {
	padding: 0.5em;
	border: solid 1px #5c5c5c;
	background: #fff;
	text-align: left;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case .container {
	margin: 0 5vw 20vw;
}

#case .num img {
	height: 18vw;
}

#case h3 {
	margin: 5vw 0;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1;
	color: #3ba380;
}

#case p {
	margin-bottom: 5vw;
	text-align: justify;
}

#case figure {
	margin-bottom: 10vw;
}

#case .case_01 img {
	height: 49.79974358974359vw;
}

#case .case_02 img {
	height: 50.99769230769231vw;
}

#case .case_03 img {
	height: 46.31820512820513vw;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	margin-bottom: 60px;
}

#link a {
	display: block;
	padding: 8vw 0 5vw;
	background: #5386b5;
	text-decoration: none;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 1;
	color: #fff;
}

#link span {
	display: block;
}

#link a .ja {
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 4.5vw;
}

#link a img {
	height: 5vw;
	margin-top: 4vw;
}
