@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	min-width: 1400px;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #252525;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.sp {
	display: none;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .8s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.h2 {
	margin-bottom: 50px;
	line-height: 1;
}

.h2 .ja {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 30px;
	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: 85px;
	line-height: 1.1;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 45vw;
	min-height: 900px;
	margin-bottom: 90px;
}

#visual h1 img {
	width: 100%;
	max-width: 400%;
	min-width: 2000px;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	top: 20px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 40px;
	font-size: 18px;
	/* line-height: 60px; */
}

#hnavi li.hnavi a {
	text-decoration: none;
	color: #ffffff;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #ffffff;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	width: 120px;
	border: 1px solid #ffffff;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	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: 20px;
	line-height: 1.8;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer .link {
	background: #a9b2bc url(../images/link_01.png) no-repeat right;
}

#footer a {
	display: block;
	padding: 60px 0 60px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footer a:hover {
	opacity: 0.6;
}

#footer a .ja {
	font-weight: 700;
	font-size: 42px;
	color: #000074;
}

#footer a .en {
	display: inline-block;
	vertical-align: top;
	padding-right: 65px;
	background: url(../images/link_02.png) no-repeat right / 50px auto;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
	color: #252525;
}

#footer address {
	background: #f4f4f4;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 60px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: #00a6fe;
	font-size: 0;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	transition: .4s;
	cursor: pointer;
}

#pagetop span {
	width: 22px;
	height: 22px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 30px;
	left: 24px;
}

#pagetop:hover {
	opacity: 0.6;
}
