@charset "UTF-8";
@import url("../../css/common.pc02.css");

.container {
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	/* height: 45vw;
	min-height: 900px; */
	margin-top: 44px;
	margin-bottom: 90px;
}

#visual h1 img {
	width: 100%;
	max-width: 400%;
	/* min-width: 2000px; */
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 120px;
}

#about .section {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#about figure img {
	width: 300px;
	height: 300px;
}

#about .row {
	flex: 1;
	margin-left: 50px;
	text-align: justify;
	font-size: 24px;
}

#about h3 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
	color: #00a6fe;
}

/* ---------------------------------------------------------
	CSS Document mechanism
--------------------------------------------------------- */

#mechanism {
	margin-bottom: 120px;
}

#mechanism .section {
	margin-bottom: 70px;
	padding: 60px 0;
	background: #f2f7ff url(../images/bg.png) top;
}

#mechanism ol {
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	font-weight: 500;
	font-size: 26px;
	color: #4a4a4a;
}

#mechanism figure img {
	height: 696px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	padding: 100px 0;
	background: #f2f7ff url(../images/bg.png) top;
}

#case .h2 {
	margin-bottom: 70px;
}

#case .container {
	display: flex;
	justify-content: space-between;
	width: 1200px;
}

#case .section {
	width: 380px;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 0 1px #63676a inset;
}

#case h3 {
	height: 88px;
	background: #63676a;
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 86px;
	color: #fff;
}

#case .row {
	padding: 20px;
}

#case figure {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	margin-bottom: 20px;
	font-size: 0;
}

#case .row p {
	margin: 0 10px 10px;
	text-align: justify;
	font-size: 18px;
	line-height: 1.8;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink .link {
	background: #a9b2bc url(../images/link_01.png) no-repeat right;
}

#footerlink a {
	display: block;
	padding: 60px 0 60px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footerlink a:hover {
	opacity: 0.6;
}

#footerlink a .ja {
	font-weight: 700;
	font-size: 42px;
	color: #000074;
}

#footerlink a .en {
	display: inline-block;
	vertical-align: top;
	padding-right: 65px;
	background: url(../../images/mail-black.png) no-repeat right / 50px auto;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
	color: #252525;
}
