@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: 1400px;
	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: 300;
	font-size: 20px;
	-webkit-font-feature-settings: "palt";
	line-height: 1.8;
	color: #1e2f48;
}

* {
	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: 1000px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 130px;
	padding: 30px 0 70px;
	background: #2c4666;
	color: #fff;
	position: relative;
	z-index: 0;
}

#visual .bg img {
	max-width: 2000px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

#visual h1 {
	margin-bottom: 690px;
	font-size: 0;
}

#visual h1 img {
	height: 368px;
}

#visual .container {
	text-align: justify;
	font-size: 20px;
}

#visual h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

#visual h2 .ja {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d5d684;
	font-weight: 700;
	font-size: 48px;
	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: 32px;
	color: #d5d684;
}

#visual p {
	margin-bottom: 2em;
}

#visual .pic {
	height: 284px;
	margin-bottom: 2em;
	text-align: center;
}

/* ---------------------------------------------------------
	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: #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;
}
#lang_btn p {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	width: auto;
	margin-bottom: 0px;
}
#lang_btn a {
	display: inline-block;
	margin: auto 8px;
	color: #ffffff;
	text-decoration: none;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 110px;
}

#about h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #e9481a;
}

#about .flex {
	display: flex;
	justify-content: center;
}

#about .flex img {
	width: 430px;
	height: 770px;
}

#about .section {
	width: 430px;
	margin-left: 40px;
	text-align: justify;
}

#about .row {
	height: 270px;
}

#about h3 {
	padding: 25px 0 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #db023d;
}

#about p {
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document merit
--------------------------------------------------------- */

#merit {
	margin-bottom: 130px;
}

#merit h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

#merit h2 .ja {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d5d684;
	font-weight: 700;
	font-size: 48px;
	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: 32px;
	color: #d5d684;
}

#merit ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 80px;
	text-align: left;
	font-size: 22px;
	line-height: 1.8;
	color: #df2457;
}

#merit figure {
	height: 938px;
}

/* ---------------------------------------------------------
	CSS Document api
--------------------------------------------------------- */

#api {
	padding: 100px 0;
	background: #fffbe2;
}

#api h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 48px;
}

#api p {
	margin-bottom: 1em;
	font-size: 22px;
}

#api p em {
	font-weight: 500;
	color: #db023d;
}

#api .table {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
}

#api .table dl {
	display: table-row;
}

#api .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 310px;
	padding: 15px 0 15px 25px;
	border: solid 1px #1e2f48;
	background: #86d6ef;
	text-align: left;
	font-weight: 400;
	font-size: 20px;
}

#api .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 25px;
	border: solid 1px #1e2f48;
	text-align: justify;
	font-size: 17px;
}

#api ul {
	text-align: left;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 110px;
}

#about h2 {
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 44px;
	line-height: 1;
	color: #e9481a;
}

#about .flex {
	display: flex;
	justify-content: center;
}

#about .flex img {
	width: 430px;
	height: 770px;
}

#about .section {
	width: 430px;
	margin-left: 40px;
	text-align: justify;
}

#about .row {
	height: 270px;
}

#about h3 {
	padding: 25px 0 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #db023d;
}

#about p {
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	padding: 100px 0;
}

#price h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

#price h2 .ja {
	display: block;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d5d684;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.3;
	position: relative;
}

#price 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;
}

#price h2 .en {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #d5d684;
}

#price ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 80px;
	text-align: left;
	font-size: 22px;
	line-height: 1.8;
	color: #333333;
}


/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer a {
	display: block;
	padding: 60px 0 40px;
	background: #1e2f48;
	text-decoration: none;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #fff;
	transition: .4s;
}

#footer a:hover {
	opacity: 0.8;
}

#footer a .ja {
	display: block;
	font-weight: 700;
	font-size: 48px;
}

#footer a .en {
	display: block;
	margin-bottom: 15px;
}

#footer a .icon {
	display: block;
	height: 60px;
}

#footer address {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 40px;
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(30, 47, 71, 0.95);
	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;
}
