@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: 500;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	line-height: 2;
	word-wrap: break-word;
	word-break: break-all;
	color: #1d272d;
}

* {
	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: 10vw;
	padding-bottom: 5vw;
	border-bottom: solid 2px #1d272d;
	position: relative;
}

.h2:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 15px #1d272d;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -25px;
}

.h2 h2 {
	font-weight: 900;
	font-size: 6vw;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 75vw;
	overflow: hidden;
	margin-bottom: 8vw;
	background: #1d272d;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual .bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual .bg img {
	max-width: 400%;
	height: 75vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#visual .container {
	height: 75vw;
	padding-left: 5vw;
	padding-top: 5vw;
	text-align: justify;
	position: relative;
}

#visual .container:before {
	content: '';
	width: 50vw;
	height: 24vw;
	background: url(../images/visual_04.png) repeat-x left bottom / auto 100%;
	position: absolute;
	bottom: 0;
	right: 50%;
}

#visual .logo {
	margin-bottom: 2vw;
}

#visual .logo img {
	height: 9vw;
}

#visual h1 {
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 3.5vw;
	line-height: 1.3;
}

#visual .h1 img {
	height: 16vw;
}

#visual ul {
	width: 95%;
	height: 24vw;
	background: url(../images/visual_04.png) repeat-x right bottom / auto 100%;
	font-weight: 900;
	font-size: 3vw;
	line-height: 8vw;
	color: #1d272d;
	position: absolute;
	bottom: 0;
	left: 5vw;
}

/* ---------------------------------------------------------
	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;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 20vw;
}

#about .num {
	width: 144px;
	height: 65px;
	margin: 0 auto 5vw;
	text-align: right;
}

#about .num img {
	height: 65px;
}

#about h3 {
	margin-bottom: 5vw;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #02adb4;
}

#about ul {
	margin-bottom: 5vw;
	margin-left: 1.8em;
	text-align: justify;
}

#about li {
	list-style: disc;
}

#about .img_area figure {
	margin-bottom: 10vw;
	padding: 5vw;
	border: dashed 2px #8ebdde;
}

#about .img_area .about_01 img {
	height: 38.08115942028986vw;
}

#about .img_area .about_02 img {
	height: 42.3987922705314vw;
}

#about .img_area .about_03 img {
	height: 39.45507246376812vw;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin: 0 5vw;
}

#solution .flex {
	margin-bottom: 20vw;
}

#solution .section {
	margin-bottom: 10vw;
}

#solution figcaption {
	margin-bottom: 4vw;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #02adb4;
}

#solution figure {
	margin-bottom: 4vw;
}

#solution figure img {
	height: 40vw;
}

#solution p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #1d272d;
	color: #fff;
}

#footer .link {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#footer .link figure {
	width: 250%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}

#footer a {
	display: block;
	padding: 8vw 0;
	text-decoration: none;
	line-height: 1.4;
	color: #fff;
}

#footer a .ja {
	display: block;
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 5.5vw;
}

#footer a .en {
	display: block;
	font-weight: 900;
	font-size: 4vw;
	line-height: 4.5vw;
}

#footer a .en:after {
	display: block;
	content: '';
	height: 9vw;
	margin-top: 4vw;
	background: url(../images/link_02.png) no-repeat top / auto 100%;
}

#footer address {
	font-weight: 700;
	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: #02adb4;
	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;
}
