@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: #f3f3f3;
	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: #314b3a;
}

* {
	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;
}

.h2 h2 {
	font-weight: 900;
	font-size: 6.5vw;
	line-height: 1.5;
}

.h2 h2 rt {
	font-size: 5vw;
	color: #db3d5e;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 15vw;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

#visual .bg {
	margin-bottom: 5vw;
	text-align: right;
}

#visual .bg img {
	height: 56vw;
}

#visual .copy {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 5vw;
	line-height: 1.2;
}

#visual h1 {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 7vw;
	line-height: 1.4;
	color: #db3d5e;
}

#visual .em {
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.2;
}

/* ---------------------------------------------------------
	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: #314b3a;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #314b3a;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	/* width: 120px; */
	border: 1px solid #314b3a;
	border-radius: 50px;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #314b3a;
	text-align: center;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #314b3a;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 20vw;
}

#about .about_01 img {
	height: 58vw;
}

#about .row {
	text-align: justify;
}

#about p {
	margin-top: 2em;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution {
	margin: 0 5vw 20vw;
}

#solution h2 {
	margin-bottom: 6vw;
	font-weight: 900;
	font-size: 6vw;
	line-height: 1.5;
	color: #db3d5e;
}

#solution figure {
	margin-bottom: 2em;
}

#solution img {
	height: 45vw;
}

#solution dl {
	margin-bottom: 8vw;
}

#solution dt {
	margin-bottom: 0.5em;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1.5;
}

#solution dt span {
	color: #db3d5e;
}

#solution dd span {
	font-weight: 900;
	font-size: 4vw;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin: 0 5vw 20vw;
}

#system .system_01 {
	height: 43.10096618357488vw;
	margin-bottom: 2em;
}

#system p {
	margin-bottom: 2em;
	text-align: justify;
}

#system .system_02 {
	height: 35.94130434782609vw;
	margin-bottom: 2em;
}

#system .system_03 {
	height: 36.49227053140097vw;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin: 0 5vw 20vw;
}

#merit .row {
	margin-bottom: 5vw;
	padding: 5vw 6vw;
	border-radius: 5px;
	background: #fff;
	box-shadow: 1px 0 2vw rgba(0, 0, 0, 0.2) inset;
	position: relative;
}

#merit .num {
	font-weight: 900;
	font-size: 8vw;
	line-height: 1.5;
	color: #5c5fcb;
	position: absolute;
	top: 1.5vw;
	left: 3vw;
}

#merit .num:before {
	content: '';
	width: 1px;
	height: 26vw;
	background: #5c5fcb;
	transform: rotate(38deg);
	position: absolute;
	top: 0;
	right: 0;
}

#merit figure img {
	height: 30vw;
}

#merit h3 {
	margin-bottom: 4vw;
	font-weight: 900;
	font-size: 4.5vw;
	line-height: 1.4;
	color: #db3d5e;
}

#merit h3 span {
	font-size: 3.5vw;
}

#merit p {
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 0 5vw 20vw;
}

#case figure img {
	height: 30vw;
}

#case p {
	margin-top: 4vw;
	margin-bottom: 10vw;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin: 0 5vw;
}

#footer a {
	display: block;
	padding: 8vw 0;
	border-radius: 5px;
	background: #db3d5e;
	text-decoration: none;
	line-height: 1.4;
	color: #fff;
}

#footer a .ja {
	display: block;
	margin-bottom: 4vw;
	font-weight: 900;
	font-size: 5.5vw;
}

#footer a .en {
	display: block;
	font-weight: 600;
	font-size: 4vw;
	line-height: 4.5vw;
}

#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: #db3d5e;
	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;
}
