@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;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 3.6vw;
	-webkit-font-feature-settings: "palt";
	line-height: 1.8;
	word-wrap: break-word;
	word-break: break-all;
	color: #1e2f48;
}

* {
	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;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 15vw;
	padding: 10vw 5vw;
	background: #2c4666;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual .bg img {
	max-width: 260vw;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#visual h1 {
	margin-bottom: 80vw;
	font-size: 0;
}

#visual h1 img {
	height: 40.38871794871795vw;
}

#visual .container {
	text-align: justify;
}

#visual h2 {
	margin-bottom: 5vw;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

#visual h2 .ja {
	display: block;
	margin-bottom: 8vw;
	padding-bottom: 6vw;
	border-bottom: solid 1px #d5d684;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.3;
	position: relative;
}

#visual h2 .ja:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid 10px transparent;
	border-top: solid 14px #d5d684;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -24px;
}

#visual h2 .en {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 5vw;
	color: #d5d684;
}

#visual p {
	margin-bottom: 2em;
}

#visual .pic {
	margin-bottom: 2em;
	text-align: center;
}

#visual .pic img {
	height: 40vw;
}

/* ---------------------------------------------------------
	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;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 20vw;
}

#about h2 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.4;
	color: #e9481a;
}

#about .flex img {
	height: 160vw;
}

#about .row {
	margin-top: 2em;
	text-align: justify;
}

#about h3 {
	margin-bottom: 0.5em;
	font-weight: 700;
	font-size: 4vw;
	color: #db023d;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin: 0 5vw 20vw;
}

#merit h2 {
	margin-bottom: 5vw;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

#merit h2 .ja {
	display: block;
	margin-bottom: 8vw;
	padding-bottom: 6vw;
	border-bottom: solid 1px #d5d684;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.3;
	position: relative;
}

#merit h2 .ja:after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid 10px transparent;
	border-top: solid 14px #d5d684;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -24px;
}

#merit h2 .en {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 5vw;
	color: #d5d684;
}

#merit ul {
	margin-bottom: 10vw;
	text-align: justify;
	color: #df2457;
}

#merit li {
	margin-left: 1em;
	text-indent: -1em;
}

#merit figure {
	height: 87.93666666666667vw;
}

/* ---------------------------------------------------------
	CSS Document api
--------------------------------------------------------- */

#api {
	padding: 15vw 5vw;
	background: #fffbe2;
}

#api h2 {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1.5;
}

#api p {
	margin-bottom: 5vw;
	text-align: justify;
}

#api p em {
	font-weight: 500;
	color: #db023d;
}

#api .table {
	margin-bottom: 5vw;
	background: #fff;
	text-align: left;
}

#api .table dl {
	border: solid 1px #1e2f48;
	margin-top: -1px;
}

#api .table dt {
	padding: 3vw 1em;
	background: #86d6ef;
	font-weight: 500;
	font-size: 4vw;
}

#api .table dd {
	padding: 3vw 1em;
	text-align: justify;
}

#api ul {
	text-align: left;
	font-size: 3vw;
}

#api li {
	margin-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer a {
	display: block;
	padding: 7vw 0 6vw;
	background: #1e2f48;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	line-height: 2;
	color: #fff;
}

#footer a .ja {
	display: block;
	font-weight: 700;
	font-size: 5.5vw;
}

#footer a .en {
	display: block;
	margin-bottom: 3vw;
}

#footer a .icon {
	display: block;
}

#footer a .icon img {
	height: 10vw;
}

#footer address {
	font-size: 3vw;
	letter-spacing: 0.05em;
	line-height: 10vw;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(30, 47, 71, 0.95);
	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;
}
