@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: #394350;
}

* {
	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;
	padding: 5vw;
	background: #5386b5;
	color: #fff;
	position: relative;
	z-index: 0;
}

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

.h2 h2 {
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1.4;
}

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

#visual {
	padding-top: 10vw;
	margin-bottom: 15vw;
}

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

#visual .copy {
	margin: 4vw 0 3vw;
	font-weight: 700;
	font-size: 3vw;
	line-height: 2;
}

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

#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: 1vw;
	font-weight: 900;
	font-size: 7vw;
	line-height: 1.4;
	color: #144b8b;
}

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

#visual .bg img {
	height: 80vw;
}

#visual .em {
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.8;
}

/* ---------------------------------------------------------
	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: #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;
}
#hnavi #lang_btn {
	margin-left: 10px;
}
#lang_btn p {
	line-height: 30px;
	font-size: 14px;
	color: #394350;
	text-align: center;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #394350;
	text-decoration: none;
}

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

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

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

#about p span {
	font-weight: 900;
	font-size: 4vw;
	color: #e9491a;
}

#about .flex {
	margin-bottom: 7vw;
}

#about .row {
	overflow: hidden;
	margin-bottom: 5vw;
	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: 5vw 10vw;
	line-height: 1;
	color: #fff;
}

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

#about .comment {
	padding: 5vw;
	text-align: justify;
}

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

#system .container {
	margin: 0 5vw 20vw;
}

#system p {
	margin-bottom: 2em;
	text-align: justify;
}

#system p span {
	font-weight: 700;
	font-size: 4vw;
	color: #e9491a;
}

#system .system_02 {
	display: flex;
	font-size: 0;
}

#system .system_02 img {
	height: 67.73641025641026vw;
}

#system .system_07 {
	height: 52.91666666666667vw;
}

#system .system_08 {
	margin: 10vw 0 0;
}

#system .system_08 .row {
	margin-bottom: 15vw;
}

#system .system_08 figure img {
	height: 40vw;
}

#system .system_08 figcaption {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4.5vw;
}

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

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

#system .system_08 td {
	padding: 0.5em;
	border: solid 1px #5c5c5c;
	background: #fff;
	text-align: left;
	font-weight: 400;
	font-size: 3.5vw;
	line-height: 1.5;
}

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

#case .container {
	margin: 0 5vw 20vw;
}

#case .num img {
	height: 18vw;
}

#case h3 {
	margin: 5vw 0;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1;
	color: #3ba380;
}

#case p {
	margin-bottom: 5vw;
	text-align: justify;
}

#case figure {
	margin-bottom: 10vw;
}

#case .case_01 img {
	height: 49.79974358974359vw;
}

#case .case_02 img {
	height: 50.99769230769231vw;
}

#case .case_03 img {
	height: 46.31820512820513vw;
}

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

#link a {
	display: block;
	padding: 8vw 0 5vw;
	background: #5386b5;
	text-decoration: none;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 1;
	color: #fff;
}

#link span {
	display: block;
}

#link a .ja {
	margin-bottom: 3vw;
	font-weight: 900;
	font-size: 4.5vw;
}

#link a img {
	height: 5vw;
	margin-top: 4vw;
}

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

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