@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #000000;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.flex{
		display: block;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn,
.entry_btn{
	text-align: center;
}
.block_btn li,
.entry_btn li{
	display: inline-block;
	width: 100%;
}
.block_btn li{
	max-width: 373px;
}
.entry_btn li{
	max-width: 339px;
}
.block_btn a,
.entry_btn a{
	position: relative;
	display: block;
	background: #F06600;
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.block_btn a{
	line-height: 2.3;
	border-radius: 30px;
}
.entry_btn a{
	line-height: 2.7;
	border-radius: 6px;
}
.block_btn a::before,
.entry_btn a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.block_btn a::before{
	right: 28px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.entry_btn a::before{
	right: 20px;
	width: 26px;
	height: 26px;
	background: url(../img/arrow_w.png) no-repeat center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 90%;
		max-width: inherit;
	}
	.entry_btn li{
		width: 90%;
		max-width: inherit;
	}
	.block_btn a,
	.entry_btn a{
		font-size: 4.6vw;
		line-height: 3;
	}
	.block_btn a{
		border-radius: 50px;
	}
	.entry_btn a{
		line-height: 3;
	}
	.block_btn a::before{
		right: 10%;
		width: 2vw;
		height: 2vw;
	}
	.entry_btn a::before{
		right: 4%;
		width: 6.3vw;
		height: 6.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 340px;
	}
	.entry_btn li{
		max-width: 300px;
	}
	.block_btn a,
	.entry_btn a{
		font-size: 20px;
	}
	.block_btn a{
		border-radius: 30px;
	}
	.entry_btn a{
		border-radius: 6px;
	}
	.block_btn a::before{
		right: 28px;
		width: 8px;
		height: 8px;
	}
	.entry_btn a::before{
		right: 15px;
		width: 24px;
		height: 24px;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .header-top{
	background: rgb(255, 255, 255, 0.8);
	width: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
}
.global-header .header-top .header-logo{
	padding: 17px 20px;
}
.global-header .header-top .header-logo img{
	max-width: 176px;
}
.global-header .header-top .header-nav{
	align-items: center;
}
.global-header .header-top .entry_btn{
	margin-left: 15px;
}
.global-header .header-top .entry_btn li{
	width: 217px;
}
.global-header .header-top .entry_btn a{
	font-size: 22px;
	line-height: 80px;
	border-radius: 0;
	padding-right: 30px;
}
.global-header .header-top .entry_btn a::before{
	right: 16px;
}
.global-header .drawer-hamburger{
	display: none;
}
.global-header .drawer-nav{
	position: relative;
	left: auto;
	text-align: right;
	overflow: visible;
	width: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
}
.drawer--right .global-header .drawer-nav{
	right: 0;
}
.global-header .global-nav li{
	position: relative;
	display: inline-block;
	text-align: center;
}
.global-header .global-nav li:after{
	position: absolute;
	width: 1px;
	height: 15px;
	content: '';
	top: 5px;
	right: -4px;
	background: #141414;
}
.global-header .global-nav li:last-child:after{
	content: none;
}
.global-header .global-nav li a{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	padding: 0 10px;
}
.global-header .header-view{
	background: url(../img/header_bg.jpg) no-repeat center;
	background-size: cover;
}
.global-header .header-view .view-box{
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 127px 10px 30px 10px;
	text-align: center;
}
.global-header .header-view .view-box:before{
	background: rgb(255, 255, 255, 0.9);
	position: absolute;
    display: block;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
}
.global-header .header-view .view-box-inner{
	position: relative;
}
.global-header .header-view .view-box .view-img{
	width: 90%;
	max-width: 838px;
	margin: auto;
}
.global-header .header-view .view-box .note{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	margin-top: 15px;
}
@media only screen and (max-width: 767px) {
	.global-header .header-top .header-logo{
		padding: 10px;
	}
	.global-header .header-top .header-logo img{
		width: auto;
		height: 30px;
		max-width: inherit;
	}
	.global-header .header-top .entry_btn{
		margin-left: 0;
	}
	.global-header .header-top .entry_btn li{
		width: auto;
	}
	.global-header .header-top .entry_btn a{
		font-size: 16px;
		line-height: 60px;
		padding-right: 35px;
		padding-left: 10px;
	}
	.global-header .header-top .entry_btn a span{
		display: none;
	}
	.global-header .header-top .entry_btn a::before{
		width: 20px;
		height: 20px;
		right: 5px;
	}
	.global-header .header-view{
		position: relative;
		background: url(../img/sp_header_bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 8% 0 8% 0;
	}
	.global-header .header-view .view-box{
		width: 100%;
		padding: 23% 0 15% 0;
	}
	.global-header .header-view .view-box:before{
		content: none;
	}
	.global-header .header-view .view-box-inner{
		padding: 10% 5% 5% 5%;
	}
	.global-header .header-view .view-box .note{
		font-size: 3.4vw;
		text-align: left;
		margin-top: 4%;
	}
}
@media only screen and (max-width: 345px) {
	.global-header .header-logo{
		padding: 0 3px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .header-top .header-logo{
		padding: 10px 15px;
	}
	.global-header .header-top .header-logo img{
		max-width: 150px;
	}
	.global-header .header-top .entry_btn{
		margin-left: 15px;
	}
	.global-header .header-top .entry_btn li{
		width: 200px;
	}
	.global-header .header-top .entry_btn a{
		font-size: 20px;
		line-height: 65px;
		padding-right: 15px;
	}
	.global-header .header-top .entry_btn a::before{
		right: 10px;
	}
	.global-header .header-view .view-box{
		padding: 127px 10px 30px 10px;
	}
	.global-header .header-view .view-box:before{
		-webkit-transform: skew(-15deg);
		transform: skew(-15deg);
	}
	.global-header .header-view .view-box-inner{
		position: relative;
	}
	.global-header .header-view .view-box .note{
		font-size: 12px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.global-header .drawer-hamburger{
		display: block;
		width: 26px;
		padding: 20px 10px 27px 10px;
		margin: 0;
	}
	.drawer--top .global-header .drawer-hamburger,
	.drawer--top.drawer-open .global-header .drawer-hamburger{
		right: 120px;
	}
	.global-header .drawer-hamburger-icon,
	.global-header .drawer-hamburger-icon::after,
	.global-header .drawer-hamburger-icon::before{
		background: #141414;
		height: 3px;
	}
	.global-header .drawer-hamburger-icon::after{
		top: 8px;
	}
	.global-header .drawer-hamburger-icon::before{
		top: -8px;
	}
	.drawer--top .global-header .drawer-nav{
		position: fixed;
		overflow: hidden;
		height: 100%;
		background: rgb(43, 18, 0, 0.95);
	}
	.drawer--top.drawer-open .global-header .drawer-nav{
		top: 60px;
	}
	.global-header .global-nav li{
		display: block;
	}
	.global-header .global-nav li a{
		display: block;
		color: #ffffff;
		font-size: 18px;
		line-height: 3.6;
		text-align: left;
		border-bottom: 1px solid #FFFFFF;
		padding: 0 20px;
	}
	.global-header .global-nav li a::after{
		content: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.drawer--top .global-header .drawer-hamburger,
	.drawer--top.drawer-open .global-header .drawer-hamburger{
		right: 210px;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.page-guide{
	position: relative;
}
.inner-wrap{
	position: relative;
	width: 94%;
	max-width: 1100px;
	margin: auto;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
.orange{
	color: #F06600;
}
@media only screen and (max-width: 767px) {
	.inner-wrap{
		width: 90%;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-guide .grid-ttl{
	position: relative;
	text-align: center;
}
.page-guide .grid-ttl:after{
	position: absolute;
	width: 127px;
	height: 4px;
	content: '';
	bottom: -14px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background: #E3E3E3;
}
.page-guide .grid-ttl h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 1.45;
}
.page-guide .grid-ttl h2 span{
	font-size: 40px;
}
@media only screen and (max-width: 767px) {
	.page-guide .grid-ttl:after{
		width: 22vw;
		height: 3px;
		bottom: -10px;
	}
	.page-guide .grid-ttl h2{
		font-size: 6.4vw;
	}
	.page-guide .grid-ttl h2 span{
		font-size: 7vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide .grid-ttl:after{
		width: 100px;
		height: 4px;
		bottom: -12px;
	}
	.page-guide .grid-ttl h2{
		font-size: 28px;
	}
	.page-guide .grid-ttl h2 span{
		font-size: 32px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
	padding: 22px 0 24px 0;
}
.footer .footer-wrap{
	align-items: center;
}
.footer .sub-nav li{
	display: inline-block;
}
.footer .sub-nav li a{
	color: #141414;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.43;
}
.footer .copy{
	color: #C3C3C3;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.43;
	text-align: right;
}
.btn_page_top {
	display: block;
	position: fixed;
	right: 0;
	bottom: 94px;
	z-index: 9999;
}
.btn_page_top img{
	width: 79px;
}
@media only screen and (max-width: 767px) {
	.footer{
		padding: 10% 0 5% 0;
	}
	.footer .footer-logo{
		width: 100%;
		text-align: center;
		margin-bottom: 5%;
	}
	.footer .footer-logo img{
		width: 40vw;
	}
	.footer .footer-right{
		width: 100%;
	}
	.footer .sub-nav{
		text-align: center;
	}
	.footer .sub-nav li a{
		font-size: 3.8vw;
	}
	.footer .copy{
		font-size: 3.8vw;
		text-align: center;
	}
	.btn_page_top {
		bottom: 0;
	}
	.btn_page_top img{
		width: 14vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer{
		padding: 20px 0 15px 0;
	}
	.footer .sub-nav li a{
		font-size: 14px;
	}
	.footer .copy{
		font-size: 14px;
	}
	.btn_page_top {
		bottom: 81px;
	}
	.btn_page_top img{
		width: 62px;
	}
}
