@charset "UTF-8";
@import url("../../css/common.pc02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 15px;
	background: #53b2c2 url(../images/h2_bg.png) no-repeat center;
	letter-spacing: 0.3em;
	font-weight: 700;
	font-size: 50px;
	line-height: 140px;
	color: #fff;
	position: relative;
	z-index: 0;
}

.h2:after {
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/h2_ico.png) no-repeat center / 100% auto;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -25px;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	height: 45vw;
	min-height: 630px;
	position: relative;
	z-index: 0;
}

#visual figure img {
	width: 100%;
	max-width: 400%;
	min-width: 1400px;
}

#visual h1 img {
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-top: -60px;
	margin-bottom: 160px;
}

#about .container {
	margin-bottom: 60px;
}

#about p {
	text-align: justify;
	font-size: 24px;
}

#about figure img {
	width: 1200px;
	height: 346px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	background: #f4f4f4;
}

#case h3 {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
}

#case figure {
	margin-bottom: 40px;
}

#case figure img {
	height: 396px;
}

#case .section {
	padding: 80px 0;
}

#case .section:nth-of-type(even) {
	background: #fff;
}

/* ---------------------------------------------------------
	CSS Document use
--------------------------------------------------------- */

#use {
	background: #f0f0f2;
}

#use .container {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	padding: 80px 0;
}

#use .section {
	width: 31%;
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	position: relative;
}

#use .num {
	width: 60px;
	position: absolute;
	top: -20px;
	left: -20px;
}

#use figure {
	margin-bottom: 15px;
}

#use figure img {
	height: 100px;
	margin-bottom: 20px;
}

#use figcaption {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	color: #ea014e;
}

#use p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	background: #f0f0f2;
}

#point .container {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	padding: 80px 0;
}

#point .section {
	width: 31%;
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	position: relative;
}

#point .num {
	width: 60px;
	position: absolute;
	top: -20px;
	left: -20px;
}

#point figure {
	margin-bottom: 15px;
}

#point figure img {
	height: 100px;
	margin-bottom: 20px;
}

#point figcaption {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	color: #ea014e;
}

#point p {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document function
--------------------------------------------------------- */

#function .container {
	width: 900px;
	padding: 70px 0;
}

#function .section {
	margin-bottom: 40px;
	padding-left: 60px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.7;
	position: relative;
}

#function .num {
	width: 60px;
	position: absolute;
	top: 5px;
	left: -30px;
}

#function dt {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 24px;
	color: #ea014e;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 60px 0 40px;
	background: #cae8f9 url(../images/h2_bg.png) center;
	text-decoration: none;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footerlink a:hover {
	opacity: 0.8;
}

#footerlink a .ja {
	font-weight: 700;
	font-size: 48px;
}

#footerlink a .en {
	font-weight: 500;
	font-size: 30px;
}

#footerlink a img {
	height: 59px;
	margin-top: 15px;
}
