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

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

#wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.img_area {
	margin: 0 20px;
}

.h2 {
	margin-bottom: 90px;
	border-bottom: solid 2px #1d272d;
	position: relative;
}

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

.h2 h2 {
	font-weight: 900;
	font-size: 50px;
	line-height: 2.4;
}

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

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

#visual .bg {
	width: 2000px;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

#visual .container {
	height: 930px;
	padding-top: 40px;
	text-align: left;
	position: relative;
}

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

#visual .logo {
	height: 120px;
	margin-bottom: 40px;
}

#visual h1 {
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.2;
}

#visual .h1 {
	height: 179px;
}

#visual ul {
	height: 360px;
	padding-right: 170px;
	background: url(../images/visual_04.png) repeat-x right top;
	font-weight: 900;
	font-size: 30px;
	line-height: 120px;
	color: #1d272d;
	position: absolute;
	bottom: 0;
	left: -85px;
}

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

#about .num {
	width: 288px;
	height: 130px;
	margin: 0 auto 30px;
	text-align: right;
}

#about h3 {
	margin-bottom: 60px;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	color: #02adb4;
}

#about ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
	text-align: left;
	font-weight: 600;
	font-size: 30px;
}

#about li {
	list-style: disc;
}

#about .img_area {
	margin-bottom: 130px;
}

#about .img_area figure {
	display: inline-block;
	vertical-align: top;
	padding: 60px;
	border: dashed 2px #8ebdde;
}

#about .img_area .about_01 img {
	height: 608px;
}

#about .img_area .about_02 img {
	height: 656px;
}

#about .img_area .about_03 img {
	height: 593px;
}

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

#solution .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 130px;
	padding-top: 70px;
}

#solution .section {
	width: 33.3%;
}

#solution figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 311px;
	position: relative;
}

#solution figcaption {
	width: 100%;
	font-weight: 900;
	font-size: 40px;
	line-height: 1.2;
	color: #02adb4;
	position: absolute;
	top: -70px;
	left: 0;
}

#solution p {
	margin: 20px 30px 0;
	text-align: justify;
	font-weight: 600;
	font-size: 22px;
}

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

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

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

#footerlink .link figure {
	width: 21d272dpx;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#footerlink a {
	display: inline-block;
	vertical-align: top;
	padding: 60px 0 60px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footerlink a:hover {
	opacity: 0.6;
}

#footerlink a .ja {
	font-weight: 900;
	font-size: 50px;
}

#footerlink a .en {
	display: block;
	font-weight: 900;
	font-size: 30px;
	color: #fff;
}

#footerlink a .en:after {
	display: block;
	content: '';
	height: 50px;
	margin-top: 20px;
	background: url(../../images/mail.png) no-repeat top / 50px auto;
}
