@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 {
	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: 400;
	font-size: 3.7vw;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
	color: #252525;
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.pc {
	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 {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	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 {
	overflow: hidden;
	margin-bottom: 10vw;
	font-size: 0;
}

#visual h1 img {
	max-width: 400%;
	height: 60vw;
}

/* ---------------------------------------------------------
	CSS Document hedar_navi
--------------------------------------------------------- */
#headar_navi {
	position: absolute;
	/* top: 20px; */
	top: 8px;
	right: 10px;
	/* width: 480px; */
}

#hnavi li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: 20px;
	font-size: 14px;
	line-height: 35px;
}

#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;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	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
--------------------------------------------------------- */

#footer 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;
}

#footer a .ja {
	display: block;
	margin-bottom: 2vw;
	font-weight: 700;
	font-size: 4vw;
	color: #000074;
}

#footer a .en {
	display: block;
	padding-right: 5.5vw;
	background: url(../images/link_02.png) no-repeat right / 4.2vw auto;
	font-weight: 500;
	font-size: 3vw;
	line-height: 1.6;
	color: #252525;
}

#footer address {
	background: #f4f4f4;
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 20vw;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 100%;
	background: #00a6fe;
	font-size: 0;
	position: fixed;
	bottom: 5vw;
	right: 5vw;
	z-index: 9;
}

#pagetop span {
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 12px;
}
