@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.h2 {
	background: #53b2c2 url(../images/h2_bg.png) no-repeat center / auto 200px;
	letter-spacing: 0.3em;
	font-weight: 700;
	font-size: 7vw;
	line-height: 26vw;
	color: #fff;
	position: relative;
	z-index: 0;
}

.h2:after {
	content: '';
	width: 8vw;
	height: 8vw;
	background: url(../images/h2_ico.png) no-repeat center / 100% auto;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -3vw;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	margin-bottom: 5vw;
	font-size: 0;
	position: relative;
	z-index: 0;
}

#visual figure img {
	height: 50vw;
}

#visual h1 img {
	height: 40vw;
	transform: translateX(-50%);
	position: absolute;
	top: 6vw;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: -5vw 5vw 10vw;
}

#about p {
	margin-bottom: 1.5em;
	text-align: justify;
}

#about figure img {
	height: 25.94948717948718vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	background: #f4f4f4;
}

#case h3 {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#case figure {
	margin-bottom: 6vw;
}

#case figure img {
	height: 40.77717948717949vw;
}

#case .section {
	padding: 10vw 5vw;
}

#case .section:nth-of-type(even) {
	background: #fff;
}

/* ---------------------------------------------------------
	CSS Document use
--------------------------------------------------------- */

#use {
	background: #f0f0f2;
}

#use .container {
	padding: 12vw 10vw 5vw;
}

#use .section {
	margin-bottom: 10vw;
	padding: 5vw;
	border-radius: 5px;
	background: #fff;
	position: relative;
}

#use .num {
	width: 13vw;
	position: absolute;
	top: -4vw;
	left: -4vw;
}

#use figure {
	margin-bottom: 5vw;
}

#use figure img {
	height: 22vw;
	margin-bottom: 4vw;
}

#use figcaption {
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.4;
	color: #ea014e;
}

#use p {
	text-align: justify;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	background: #f0f0f2;
}

#point .container {
	padding: 12vw 10vw 5vw;
}

#point .section {
	margin-bottom: 10vw;
	padding: 5vw;
	border-radius: 5px;
	background: #fff;
	position: relative;
}

#point .num {
	width: 13vw;
	position: absolute;
	top: -4vw;
	left: -4vw;
}

#point figure {
	margin-bottom: 5vw;
}

#point figure img {
	height: 22vw;
	margin-bottom: 4vw;
}

#point figcaption {
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.4;
	color: #ea014e;
}

#point p {
	text-align: justify;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document function
--------------------------------------------------------- */

#function .container {
	padding: 10vw 5vw 5vw;
}

#function .section {
	margin-bottom: 10vw;
	text-align: justify;
	line-height: 1.7;
	position: relative;
}

#function .num {
	width: 11vw;
	position: absolute;
	top: -2vw;
	left: 0;
}

#function dt {
	margin-bottom: 5vw;
	padding-left: 15vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 1.3;
	color: #ea014e;
}


/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 9vw 0 5vw;
	background: #7fcdc2 url(../images/h2_bg.png) no-repeat center / auto 100%;
	text-decoration: none;
	line-height: 1.6;
	color: #fff;
}

#footerlink a .ja {
	font-weight: 700;
	font-size: 5.5vw;
}

#footerlink a .en {
	font-weight: 500;
	font-size: 4vw;
}

#footerlink a img {
	height: 10vw;
	margin-top: 15px;
}
