@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-top: 44px;
	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 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 api
--------------------------------------------------------- */

#price {
	padding: 15vw 5vw;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footerlink a {
	display: block;
	padding: 7vw 0 6vw;
	background: #1e2f48;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	line-height: 2;
	color: #fff;
}

#footerlink a .ja {
	display: block;
	font-weight: 700;
	font-size: 5.5vw;
}

#footerlink a .en {
	display: block;
	margin-bottom: 3vw;
}

#footerlink a .icon {
	display: block;
}

#footerlink a .icon img {
	height: 10vw;
}
