@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: 1000px;
	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.9;
	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;
}

.sp {
	display: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em, i {
	font-style: normal;
}

figure {
	text-align: center;
}

img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}

a {
	color: #bd9d2a;
	transition: .4s;
}

a.tel {
	text-decoration: none;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
}

.container {
	width: 960px;
	margin: 0 auto;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	margin-bottom: 40px;
}

h1 {
	height: 40px;
	padding-left: 22px;
	background: #dcdddd;
	text-align: left;
	font-size: 0;
}

#navi {
	display: flex;
}

#navi li {
	width: 16.66666666666667%;
	border-bottom: solid 5px #00a0c6;
}

#navi li:nth-of-type(2) {
	border-bottom-color: #e00970;
}

#navi li:nth-of-type(3) {
	border-bottom-color: #78c01d;
}

#navi li:nth-of-type(4) {
	border-bottom-color: #ffa300;
}

#navi li:nth-of-type(5) {
	border-bottom-color: #ad3d9b;
}

#navi li:nth-of-type(6) {
	border-bottom-color: #999;
}

#navi a {
	display: block;
	height: 36px;
	border-right: solid 1px #eee;
	text-align: center;
	text-decoration: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 11.5px;
	line-height: 36px;
	color: #000;
}

#navi li:first-of-type a {
	border-left: solid 1px #eee;
}

#navi a:hover {
	background: #eee;
}

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

#visual {
	height: 330px;
	margin-bottom: 50px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#visual:before {
	content: '';
	width: 150px;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	top: 0;
	right: 170px;
	z-index: 2;
}

#visual:after {
	content: '';
	width: 250px;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 1;
}

#visual h2 {
	text-align: left;
	font-weight: 900;
	font-size: 32px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.3;
	white-space: nowrap;
	color: #000;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
}

#visual h2 .ja {
	font-size: 48px;
}

#visual figure {
	height: 330px;
	overflow: hidden;
	text-align: left;
}

#visual figure img {
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	z-index: 1;
}

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

#about {
	margin-bottom: 100px;
}

#about h2 {
	height: 104px;
	margin-bottom: 40px;
	background: #007eca;
	font-weight: 900;
	font-size: 38px;
	letter-spacing: 0.05em;
	line-height: 102px;
	color: #fff;
}

#about p {
	margin-bottom: 50px;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#about .section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

#about .section:nth-of-type(even) {
	flex-flow: row-reverse;
}

#about figure {
	width: 450px;
}

#about dl {
	width: 450px;
	box-shadow: 0 0 0 1px #231815 inset;
}

#about dt {
	height: 54px;
	background: #007eca;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 52px;
	color: #fff;
}

#about dd {
	padding: 25px 0 25px 35px;
	text-align: left;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

/* ---------------------------------------------------------
	CSS Document outline
--------------------------------------------------------- */

#outline {
	margin-bottom: 100px;
}

#outline h3 {
	height: 104px;
	margin-bottom: 40px;
	background: #007eca;
	font-weight: 900;
	font-size: 40px;
	letter-spacing: 0.05em;
	line-height: 102px;
	color: #fff;
}

#outline figure {
	height: 680px;
	margin-bottom: 60px;
}

#outline .section {
	margin: 0 60px;
	text-align: left;
}

#outline p {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#outline dl {
	margin-top: 15px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

#outline dt {
	display: inline;
	font-weight: bold;
}

#outline dd {
	display: inline;
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

.contact {
	height: 250px;
	margin-bottom: 100px;
	padding-top: 40px;
	background: #262626 url(../images/contact.jpg) no-repeat top;
	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: 30px;
	letter-spacing: 1px;
	line-height: 1;
}

.contact ul {
	margin-bottom: 20px;
}

.contact ul a {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	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: 25px;
	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 ul a:hover {
	opacity: 0.6;
}

.contact ol {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq h3 {
	margin-bottom: 45px;
	padding-bottom: 55px;
	background: url(../images/icon.png) no-repeat bottom;
	font-weight: 900;
	font-size: 50px;
	line-height: 80px;
	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 0 80px;
}

#faq dl {
	margin-bottom: 30px;
	padding: 20px 30px 30px 30px;
	background: #00A0C6;
	text-align: left;
}

#faq dt {
	margin-bottom: 15px;
	padding-left: 50px;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.6;
	color: #fff;
	position: relative;
}

#faq dt:before {
	content: 'Q.';
	font-weight: 900;
	font-size: 34px;
	line-height: 30px;
	position: absolute;
	top: 4px;
	left: 0;
}

#faq dd {
	padding: 20px 20px 20px 70px;
	background: #fff;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
}

#faq dd:before {
	content: 'A.';
	font-weight: 900;
	font-size: 34px;
	line-height: 26px;
	color: #FBC037;
	position: absolute;
	top: 24px;
	left: 24px;
}

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

#footer {
	height: 120px;
	padding-top: 35px;
	background: url(../images/footer.jpg) no-repeat top;
}

#footer ul {
	display: flex;
	justify-content: center;
}

#footer li:not(:last-of-type) {
	border-right: solid 1px #eee;
}

#footer a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 10.5px;
	line-height: 15px;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 59px;
	height: 59px;
	overflow: hidden;
	border-radius: 100%;
	background: #dcdddd;
	font-size: 0;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#pagetop:after {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 3px #fff;
	border-left: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 24px;
	left: 20px;
}

#pagetop:hover {
	opacity: 0.6;
}
