@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-size: 16px;
	line-height: 1.8;
	color: #000;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, i, img, figure, figcaption, table {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

.pc {
	display: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em, i {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

figure {
	text-align: center;
}

a {
	color: #a98b46;
}

a.tel {
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header h1 {
	width: 100%;
	height: 50px;
	padding-left: 5vw;
	background: #dcdddd;
	text-align: left;
	font-size: 0;
	line-height: 46px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#header h1 img {
	vertical-align: middle;
}

#swicth {
	width: 50px;
	height: 50px;
	background: #ffa300;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
}

#swicth span {
	display: inline-block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	left: 15px;
	transition: all .4s;
}

#swicth span:nth-of-type(1) {
	top: 15px;
}

#swicth span:nth-of-type(2) {
	top: 23px;
}

#swicth span:nth-of-type(3) {
	top: 31px;
}

#swicth.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
}

#swicth.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: active-menu-bar02 0.8s forwards;
	animation-fill-mode: both;
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#swicth.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	display: none;
	width: 100%;
	height: calc(100vh - 50px);
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 9;
}

#navi li {
	border-bottom: solid 1px #eee;
	line-height: 60px;
}

#navi a {
	display: block;
	padding-left: 5vw;
	border-left: solid 5px #00a0c6;
	text-align: left;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 1px;
	color: #000;
}

#navi li:nth-of-type(2) a {
	border-left-color: #e00970;
}

#navi li:nth-of-type(3) a {
	border-left-color: #78c01d;
}

#navi li:nth-of-type(4) a {
	border-left-color: #ffa300;
}

#navi li:nth-of-type(5) a {
	border-left-color: #ad3d9b;
}

#navi li:nth-of-type(6) a {
	border-left-color: #999;
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

#visual:before {
	content: '';
	width: 50vw;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	top: 0;
	right: 5vw;
	z-index: 2;
}

#visual:after {
	content: '';
	width: 50vw;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	position: absolute;
	top: 0;
	right: 5vw;
	z-index: 1;
}

#visual h2 {
	text-align: left;
	font-weight: 900;
	font-size: 4.5vw;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.4;
	white-space: nowrap;
	color: #000;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 5vw;
	z-index: 2;
}

#visual h2 .ja {
	font-size: 7vw;
}

#visual figure {
	overflow: hidden;
	text-align: left;
}

#visual figure img {
	height: 55vw;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 5vw 60px;
}

#about h2 {
	margin-bottom: 30px;
	padding: 5vw 0;
	background: #007eca;
	font-weight: 900;
	font-size: 6vw;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
}

#about p {
	margin-bottom: 40px;
	text-align: justify;
	font-size: 4vw;
}

#about .section {
	margin-bottom: 40px;
}

#about figure {
	height: 53vw;
	overflow: hidden;
	margin-bottom: 5vw;
}

#about dl {
	box-shadow: 0 0 0 1px #231815 inset;
}

#about dt {
	background: #007eca;
	font-weight: 900;
	font-size: 4vw;
	letter-spacing: 0.05em;
	line-height: 9vw;
	color: #fff;
}

#about dd {
	padding: 5vw;
	text-align: justify;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin: 0 5vw 60px;
}

#outline h3 {
	margin-bottom: 30px;
	padding: 5vw 0;
	background: #007eca;
	font-weight: 900;
	font-size: 6vw;
	letter-spacing: 0.05em;
	line-height: 1.3;
	color: #fff;
}

#outline figure {
	height: 63.75314009661836vw;
	margin-bottom: 30px;
}

#outline .section {
	text-align: justify;
}

#outline p {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 4vw;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#outline dl {
	margin-top: 15px;
	font-size: 3.5vw;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

#outline dt {
	font-weight: bold;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

.contact {
	margin-bottom: 60px;
	padding: 35px 5vw;
	background: #262626 url(../images/contact.jpg) no-repeat 30% 0 / auto 100%;
	color: #fff;
	position: relative;
}

.contact:after,
.contact:before {
	content: '';
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 100%, rgba(255, 255, 255, 0));
	background-size: 20px 20px;
	position: absolute;
	left: 0;
}

.contact:after {
	bottom: 4px;
}

.contact:before {
	top: 4px;
}

.contact h3 {
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 6vw;
	letter-spacing: 1px;
	line-height: 1;
}

.contact ul {
	margin-bottom: 20px;
}

.contact ul a {
	display: block;
	height: 60px;
	border-radius: 60px;
	background: linear-gradient(to right, #4eba6f 0%,#18ed28 50%,#4eba6f 100%);
	box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.8) inset, 0 1px 5px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
	font-weight: 900;
	font-size: 5vw;
	line-height: 58px;
	color: #fff;
	position: relative;
}

.contact ul a:after {
	content: '';
	width: 16px;
	height: 100%;
	background: url(../images/arrow.png) no-repeat left / 100% auto;
	position: absolute;
	top: 0;
	right: 15px;
}

.contact ol {
	text-align: justify;
	font-size: 3vw;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq h3 {
	margin-bottom: 30px;
	padding-bottom: 50px;
	background: url(../images/icon.png) no-repeat bottom / auto 30px;
	font-weight: 900;
	font-size: 6vw;
	line-height: 1;
	letter-spacing: 1px;
	color: #262626;
}

#faq .article {
	background: #F0F3F4;
	position: relative;
}

#faq .article:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 20px transparent;
	border-top: solid 26px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

#faq .container {
	padding: 60px 5vw 50px;
}

#faq dl {
	margin-bottom: 5vw;
	padding: 20px 5vw 5vw;
	background: #00A0C6;
	text-align: left;
}

#faq dt {
	margin-bottom: 15px;
	padding-left: 6vw;
	font-weight: 500;
	font-size: 3.5vw;
	line-height: 1.6;
	color: #fff;
	position: relative;
}

#faq dt:before {
	content: 'Q.';
	font-size: 4.5vw;
	line-height: 1;
	color: #fbc037;
	position: absolute;
	top: 2px;
	left: 0;
}

#faq dd {
	padding: 4vw 5vw;
	background: #fff;
	font-size: 3vw;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 20px;
	background: #fff;
	box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
}

#footer ul {
	display: flex;
	flex-wrap: wrap;
}

#footer li {
	width: 50%;
	border-bottom: solid 1px #eee;
}

#footer li:nth-of-type(odd) {
	border-right: solid 1px #eee;
}

#footer a {
	display: block;
	text-decoration: none;
	font-size: 3vw;
	line-height: 50px;
	color: #000;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	width: 41px;
	height: 41px;
	overflow: hidden;
	margin: 0 15px 0 auto;
	text-align: right;
	border-radius: 100%;
	background: rgba(0, 160, 198, .9);
	font-size: 0;
	position:-webkit-sticky;
	position: sticky;
	bottom: 15px;
	z-index: 8;
}

#pagetop:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	left: 14px;
}
