@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: 1300px;
	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: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #314b3a;
}

* {
	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: 60px;
}

.h2 h2 {
	font-weight: 900;
	font-size: 56px;
	line-height: 1.3;
}

.h2 h2 rt {
	font-size: 40px;
	color: #db3d5e;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	display: flex;
	align-items: center;
	height: 700px;
	overflow: hidden;
	margin-bottom: 100px;
	position: relative;
	z-index: 0;
}

#visual .bg {
	width: 2000px;
	height: 700px;
	text-align: right;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}

#visual .container {
	text-align: left;
}

#visual .copy {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 36px;
	line-height: 1.2;
}

#visual h1 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 70px;
	line-height: 1.4;
	color: #db3d5e;
}

#visual .em {
	font-weight: 900;
	font-size: 26px;
	line-height: 1.2;
}

/* ---------------------------------------------------------
	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: #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;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #314b3a;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #314b3a;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	display: flex;
	align-items: flex-end;
	margin-bottom: 130px;
	background: url(../images/about_02.png) repeat-x bottom;
}

#about .row {
	flex: 1;
	margin-left: 60px;
	padding-bottom: 50px;
	text-align: justify;
	font-size: 18px;
}

#about .about_01 img {
	height: 399px;
}

/* ---------------------------------------------------------
	CSS Document solution
--------------------------------------------------------- */

#solution .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-bottom: 130px;
}

#solution h2 {
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 50px;
	line-height: 1.3;
	color: #db3d5e;
}

#solution figure {
	height: 440px;
}

#solution dl {
	margin-top: 3em;
	text-align: justify;
}

#solution dt {
	margin-bottom: 0.3em;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.5;
}

#solution dt span {
	color: #db3d5e;
}

#solution dd {
	margin-left: 2em;
	font-size: 18px;
}

#solution dd span {
	font-weight: 900;
	font-size: 20px;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin-bottom: 130px;
}

#system .section {
	display: inline-block;
	vertical-align: top;
	padding: 60px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2) inset;
}

#system .system_01 {
	height: 556px;
	margin-bottom: 4em;
}

#system p {
	width: 980px;
	margin-bottom: 4em;
	text-align: justify;
	font-size: 18px;
}

#system .system_02 {
	height: 482px;
	margin-bottom: 4em;
}

#system .system_03 {
	height: 489px;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 130px;
}

#merit .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#merit .row {
	width: 48%;
	overflow: hidden;
	margin-bottom: 4%;
	padding-bottom: 80px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 1px 0 10px rgba(0, 0, 0, 0.2) inset;
	position: relative;
}

#merit .num {
	font-weight: 900;
	font-size: 40px;
	line-height: 1;
	color: #5c5fcb;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#merit .num:before {
	content: '';
	width: 130px;
	height: 1px;
	background: #5c5fcb;
	transform: rotate(-35deg);
	position: absolute;
	bottom: 35px;
	left: -70px;
}

#merit .h3 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

#merit h3 {
	width: 350px;
	font-weight: 900;
	font-size: 30px;
	line-height: 1.4;
	color: #db3d5e;
}

#merit h3 span {
	font-size: 20px;
}

#merit figure {
	border-radius: 0 0 20px 0;
	background: #ffe4ea;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1) inset;
}

#merit figure img {
	height: 199px;
}

#merit p {
	margin: 0 50px;
	text-align: justify;
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 100px;
}

#case .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#case figure img {
	height: 234px;
}

#case p {
	flex: 1;
	margin-left: 50px;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
}

#footer a {
	display: block;
	padding: 50px 0;
	border-radius: 10px;
	background: #db3d5e;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#footer a:hover {
	opacity: 0.6;
}

#footer a .ja {
	font-weight: 900;
	font-size: 46px;
}

#footer a .en {
	display: block;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
}

#footer address {
	font-weight: 700;
	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: #db3d5e;
	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;
}
