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

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

#wrapper {
	overflow: hidden;
}

.h2 {
	margin-bottom: 10vw;
	padding-bottom: 5vw;
	border-bottom: solid 2px #1d272d;
	position: relative;
}

.h2:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 15px #1d272d;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -25px;
}

.h2 h2 {
	font-weight: 900;
	font-size: 6vw;
	line-height: 1.5;
}

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

#visual {
	margin-top: 44px;
	height: 75vw;
	overflow: hidden;
	margin-bottom: 8vw;
	background: #1d272d;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual .bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual .bg img {
	max-width: 400%;
	height: 75vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#visual .container {
	height: 75vw;
	padding-left: 5vw;
	padding-top: 5vw;
	text-align: justify;
	position: relative;
}

#visual .container:before {
	content: '';
	width: 50vw;
	height: 24vw;
	background: url(../images/visual_04.png) repeat-x left bottom / auto 100%;
	position: absolute;
	bottom: 0;
	right: 50%;
}

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

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

#visual h1 {
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 3.5vw;
	line-height: 1.3;
}

#visual .h1 img {
	height: 16vw;
}

#visual ul {
	width: 95%;
	height: 24vw;
	background: url(../images/visual_04.png) repeat-x right bottom / auto 100%;
	font-weight: 900;
	font-size: 3vw;
	line-height: 8vw;
	color: #1d272d;
	position: absolute;
	bottom: 0;
	left: 5vw;
}

#visual li {
	line-height: 8vw;
}

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

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

#about .num {
	width: 144px;
	height: 65px;
	margin: 0 auto 5vw;
	text-align: right;
}

#about .num img {
	height: 65px;
}

#about h3 {
	margin-bottom: 5vw;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #02adb4;
}

#about ul {
	margin-bottom: 5vw;
	margin-left: 1.8em;
	text-align: justify;
}

#about li {
	list-style: disc;
}

#about .img_area figure {
	margin-bottom: 10vw;
	padding: 5vw;
	border: dashed 2px #8ebdde;
}

#about .img_area .about_01 img {
	height: 38.08115942028986vw;
}

#about .img_area .about_02 img {
	height: 42.3987922705314vw;
}

#about .img_area .about_03 img {
	height: 39.45507246376812vw;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin: 0 5vw;
}

#solution .flex {
	margin-bottom: 20vw;
}

#solution .section {
	margin-bottom: 10vw;
}

#solution figcaption {
	margin-bottom: 4vw;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #02adb4;
}

#solution figure {
	margin-bottom: 4vw;
}

#solution figure img {
	height: 40vw;
}

#solution p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink {
	background: #1d272d;
	color: #fff;
}

#footerlink .link {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#footerlink .link figure {
	width: 250%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#footerlink a {
	display: block;
	padding: 8vw 0;
	text-decoration: none;
	line-height: 1.4;
	color: #fff;
}

#foofooterlinkter a .ja {
	display: block;
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 5.5vw;
}

#footerlink a .en {
	display: block;
	font-weight: 900;
	font-size: 4vw;
	line-height: 4.5vw;
}

#footerlink a .en:after {
	display: block;
	content: '';
	height: 9vw;
	margin-top: 4vw;
	background: url(../../images/mail.png) no-repeat top / auto 100%;
}
