@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: 1280px;
	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: 18px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #394350;
}

* {
	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;
	height: 105px;
	background: #5386b5;
	line-height: 105px;
	color: #fff;
	position: relative;
	z-index: 0;
}

.h2:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 25px transparent;
	border-top: solid 40px #5386b5;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -56px;
}

.h2 h2 {
	font-weight: 900;
	font-size: 44px;
}

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

#visual {
	display: flex;
	align-items: center;
	height: 630px;
	overflow: hidden;
	margin-bottom: 20px;
}

#visual .bg {
	width: 630px;
	height: 630px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -70px;
	z-index: -1;
}

#visual .container {
	text-align: left;
	position: relative;
	z-index: 0;
}

#visual .logo img {
	height: 55px;
}

#visual .copy {
	display: inline-block;
	vertical-align: top;
	margin: 30px 0;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.9;
}

#visual .copy span {
	text-decoration: underline solid #a1c1e0 14px;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.3em;
}

#visual .copy span.c1 {
	text-decoration-color: #d9f2d0;
}

#visual .copy span.c2 {
	text-decoration-color: #c1e5f5;
}

#visual .copy span.c3 {
	text-decoration-color: #fbe3d6;
}

#visual .copy span.c4 {
	text-decoration-color: #fff5d8;
}

#visual h1 {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 59px;
	line-height: 1.4;
	color: #144b8b;
}

#visual .em {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	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: #394350;
	position: relative;
}

#hnavi li.hnavi a:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 5px transparent;
	border-left: solid 7px #394350;
	position: absolute;
	top: 50%;
	left: -12px;
}

#lang_btn {
	width: 120px;
	border: 1px solid #394350;
	border-radius: 50px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #394350;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #394350;
	text-decoration: none;
}

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

#about {
	margin-bottom: 100px;
}

#about p {
	margin: 2em 0;
	text-align: justify;
}

#about p span {
	font-weight: 900;
	font-size: 22px;
	color: #e9491a;
}

#about .flex {
	display: flex;
	justify-content: space-between;
}

#about .row {
	width: 24%;
	overflow: hidden;
	border-radius: 10px;
	margin: 1em 0;
}

#about .c1 {
	background-color: #e2f0d9;
}

#about .c2 {
	background-color: #deebf7;
}

#about .c3 {
	background-color: #fbe5d6;
}

#about .c4 {
	background-color: #fff5d8;
}

#about .c1 .title {
	background-color: #3ba380;
}

#about .c2 .title {
	background-color: #3aa1cf;
}

#about .c3 .title {
	background-color: #e97132;
}

#about .c4 .title {
	background-color: #eec031;
}

#about .title {
	padding: 15px 33px;
	font-size: 17px;
	line-height: 1;
	color: #fff;
}

#about .dt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	font-weight: 700;
	font-size: 21px;
}

#about .comment {
	padding: 15px 20px 20px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document system
--------------------------------------------------------- */

#system {
	margin-bottom: 100px;
}

#system p {
	margin-bottom: 3em;
}

#system p span {
	font-weight: 900;
	font-size: 20px;
	color: #e9491a;
}

#system .system_07 {
	height: 706px;
}

#system .system_01 {
	display: flex;
	justify-content: center;
	height: 904px;
	margin-bottom: 3em;
}

#system .system_08 {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto 4em;
}

#system .system_08 .row {
	width: 48%;
}

#system .system_08 figure img {
	height: 270px;
}

#system .system_08 figcaption {
	margin-bottom: 1em;
	font-weight: 600;
	font-size: 28px;
}

#system .system_08 table {
	width: 100%;
	margin-top: 2em;
	border: solid 2px #5c5c5c;
}

#system .system_08 th {
	width: 25%;
	border: solid 1px #5c5c5c;
	background: #d3d3d3;
	font-weight: 500;
	font-size: 20px;
}

#system .system_08 td {
	padding: 15px;
	border: solid 1px #5c5c5c;
	background: #fff;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin-bottom: 100px;
}

#case .flex {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

#case .num img {
	height: 125px;
}

#case .row {
	flex: 1;
	margin-left: 50px;
	text-align: justify;
}

#case h3 {
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 42px;
	line-height: 1;
	color: #3ba380;
}

#case figure {
	margin-bottom: 100px;
}

#case .case_01 img {
	height: 664px;
}

#case .case_02 img {
	height: 680px;
}

#case .case_03 img {
	height: 618px;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link a {
	display: block;
	padding: 60px 0 40px;
	background: #5386b5;
	text-decoration: none;
	font-weight: 500;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

#link a:hover {
	opacity: 0.8;
}

#link span {
	display: block;
}

#link a .ja {
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 47px;
}

#link a img {
	height: 59px;
	margin-top: 30px;
}

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

#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: #144b8b;
	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;
}
