@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.h2 {
	margin-bottom: 8vw;
	line-height: 1;
}

.h2 .ja {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 5vw;
	color: #00a6fe;
}

.h2 .en {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.1em;
	background: linear-gradient(to bottom, transparent 72%, #75c6ff 72%);
	font-weight: 700;
	font-size: 8vw;
	line-height: 1.1;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	overflow: hidden;
	margin-bottom: 10vw;
	font-size: 0;
}

/* #visual h1 img {
	max-width: 400%;
	height: 60vw;
} */

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 20vw;
}

#about .section {
	margin-bottom: 10vw;
}

#about figure {
	margin-bottom: 5vw;
}

#about figure img {
	height: 50vw;
}

#about h3 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 5vw;
	line-height: 1;
	color: #00a6fe;
}

#about p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document mechanism
--------------------------------------------------------- */

#mechanism {
	margin-bottom: 20vw;
}

#mechanism .section {
	margin-bottom: 10vw;
	padding: 10vw 5vw;
	background: #f2f7ff url(../images/bg.png) top / 100% auto;
}

#mechanism ol {
	text-align: justify;
	font-weight: 500;
	color: #4a4a4a;
}

#mechanism figure img {
	height: 53vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	padding: 10vw 5vw;
	background: #f2f7ff url(../images/bg.png) top / 100% auto;
}

#case .section {
	overflow: hidden;
	margin-bottom: 5vw;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 0 1px #63676a inset;
}

#case h3 {
	background: #63676a;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 12vw;
	color: #fff;
}

#case .row {
	padding: 5vw;
}

#case figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36vw;
	margin-bottom: 5vw;
	font-size: 0;
}

#case .row p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 5vw 35vw 5vw 5vw;
	background: #a9b2bc url(../images/link_01.png) no-repeat right / auto 100%;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	color: #fff;
}

#footerlink a .ja {
	display: block;
	margin-bottom: 2vw;
	font-weight: 700;
	font-size: 4vw;
	color: #000074;
}

#footerlink a .en {
	display: block;
	padding-right: 0;
	width: 80%;
	background: url(../../images/mail-black.png) no-repeat right / 4.2vw auto;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.6;
	color: #252525;
}
