@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: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #222529;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, *: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: #222529;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img{
	display: none;
}
[class*=-bgImg] {
	position: relative;
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
}
[class*=-bgImg]:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
[class*=-bgImg] >img {
	visibility: hidden;
	width: 100%;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img{
		display: none;
	}
	.pc_img,
	br.pc_br{
		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: 735px) {
	.flex{
		display: block;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	width: 100%;
	max-width: 380px;
	display: inline-block;
}
.block_btn .btn{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	line-height: 2.4;
	background: #ffffff;
	color: #222529;
	font-size: 25px;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.block_btn .btn:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin: -4px 0 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 3px #2E75B2;
	border-right: solid 3px #2E75B2;
}
@media only screen and (max-width: 735px) {
	.block_btn li{
		width: 100%;
		max-width: inherit;
	}
	.block_btn .btn{
		font-size: 4.4vw;
	}
	.block_btn .btn:after{
		right: 20px;
		width: 10px;
		height: 10px;
		margin: -4px 0 0 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.block_btn li{
		max-width: 320px;
	}
	.block_btn .btn{
		font-size: 20px;
	}
	.block_btn .btn:after{
		right: 20px;
		width: 12px;
		height: 12px;
		margin: -4px 0 0 0;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #ffffff;
	border-bottom: 1px solid #D3D3D3;
	padding: 10px 20px;
}
.global-header .header-top{
	align-items: center;
}
.global-header .header-top .header-logo{
	width: 306px;
}
.header-top .header-contact .contact-nav li{
	width: 131px;
}
.header-top .header-contact .contact-nav li a{
	width: 100%;
	display: block;
	background: url(../image/block_btn.png) left center no-repeat;
	background-size: cover;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	line-height: 43px;
	text-align: center;
}
.header-top .header-contact .contact-nav li a i{
	display: none;
}
.global-header .header-view{
	position:relative;
	padding-top: 64px;
}
.header-view .header-view-bgImg{
	height: 560px;
}
.header-view .view-box{
	width: 100%;
	max-width: 1000px;
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	text-align: center;
}
.global-header .contact-view{
	position: relative;
	width: 94%;
	max-width: 1000px;
	background: #2E75B2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: -90px auto 0 auto;
	padding: 30px;
	z-index: 10;
}
.global-header .contact-view .h2_ttl{
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.4;
	margin-bottom: 10px;
}
.global-header .contact-view .h2_ttl span{
	font-size: 40px;
}
@media only screen and (max-width: 735px) {
	.global-header .global-nav{
		padding: 6px;
	}
	.global-header .header-top{
		display: flex;
	}
	.global-header .header-top .header-logo{
		width: 186px;
	}
	.header-top .header-contact .contact-nav{
		margin-right: 40px;
	}
	.header-top .header-contact .contact-nav li{
		width: 40px;
		height: 38px;
	}
	.header-top .header-contact .contact-nav li a{
		font-size: 20px;
		line-height: 1;
	}
	.header-top .header-contact .contact-nav li a span{
		display: none;
	}
	.header-top .header-contact .contact-nav li a i{
		display: block;
		line-height: 38px;
	}
	.global-header .header-view{
		padding-top: 50px;
	}
	.header-view .header-view-bgImg{
		height: 54vw;
	}
	.header-view .view-box{
		width: 80%;
	}
	.global-header .contact-view{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin: -30px auto 0 auto;
		padding: 3% 2%;
	}
	.global-header .contact-view .h2_ttl{
		font-size: 3.4vw;
		margin-bottom: 2%;
	}
	.global-header .contact-view .h2_ttl .sp_br{
		display: inline-block;
	}
	.global-header .contact-view .h2_ttl span{
		font-size: 4.8vw;
	}
	.global-header .contact-view .block_btn li{
		width: 90%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.global-header .global-nav{
		padding: 10px 20px;
	}
	.global-header .header-top .header-logo{
		width: 246px;
	}
	.header-top .header-contact .contact-nav{
		margin-right: 40px;
	}
	.header-top .header-contact .contact-nav li{
		width: 131px;
	}
	.header-top .header-contact .contact-nav li a{
		font-size: 15px;
		line-height: 38px;
	}
	.global-header .header-view{
		padding-top: 59px;
	}
	.header-view .header-view-bgImg{
		height: 52vw;
	}
	.header-view .view-box{
		width: 80%;
	}
	.global-header .contact-view{
		margin: -70px auto 0 auto;
		padding: 20px;
	}
	.global-header .contact-view .h2_ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.global-header .contact-view .h2_ttl .sp_br{
		display: inline-block;
	}
	.global-header .contact-view .h2_ttl span{
		font-size: 30px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.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--top .global-header .drawer-nav{
	top: 0;
}
.global-header .drawer-nav ul li{
	display: inline-block;
	text-align: center;
	padding: 5px 0;
}
.global-header .drawer-nav ul li a{
	position:relative;
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #222529;
	border-right: 1px solid #222529;
	padding: 0 20px 0 25px;
	line-height: 1.2;
}
.global-header .drawer-nav ul li:last-child a{
	border-right: none;
}
@media only screen and (max-width: 1024px) {
	.global-header .drawer-hamburger{
		display: block;
		width: 20px;
		padding: 15px .75rem 20px;
	}
	.global-header .drawer-hamburger-icon,
	.global-header .drawer-hamburger-icon::after,
	.global-header .drawer-hamburger-icon::before{
		background: #225f95;
	}
	.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(46, 117, 178,.8);
	}
	.drawer--top .global-header .drawer-nav{
		top: -100%;
	}
	.drawer--top.drawer-open .global-header .drawer-nav{
		top: 50px;
	}
	.global-header .drawer-nav ul li{
		display: block;
		text-align: left;
	}
	.global-header .drawer-nav ul li a{
		position: relative;
		text-transform: uppercase;
		display: block;
		font-size: 16px;
		padding: 10px;
		color: #ffffff;
		text-align: left;
		letter-spacing: 1px;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav li a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 0;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.drawer--top.drawer-open .global-header .drawer-nav{
		top: 59px;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.page-guide{
	padding: 90px 0;
}
.inner{
	max-width: 1080px;
	margin: auto;
	padding: 0 40px;
}
@media only screen and (max-width: 735px) {
	img{
		width:100%;
	}
	.page-guide{
		padding: 8% 0;
	}
	.inner{
		width: 94%;
		padding: 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	img{
		width:100%;
	}
	.page-guide{
		padding: 60px 0;
	}
	.inner{
		width: 96%;
		padding: 0;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-guide .page-header{
	text-align: center;
	padding-bottom: 60px;
}
.page-guide .page-header .h2_ttl{
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
.page-guide .page-header .roma{
	font-size: 15px;
	color: #2E75B2;
}
@media only screen and (max-width: 735px) {
	.page-guide .page-header{
		padding-bottom: 6%;
	}
	.page-guide .page-header .h2_ttl{
		font-size: 5vw;
		margin-bottom: 2%;
	}
	.page-guide .page-header .roma{
		font-size: 3.26vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide .page-header{
		padding-bottom: 40px;
	}
	.page-guide .page-header .h2_ttl{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.page-guide .page-header .roma{
		font-size: 14px;
	}
}
/**
/* table CSS
----------------------------------------------- */
table.tbl-r th{
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
	vertical-align: middle;
}
table.tbl-r td{
	font-size: 16px;
	padding: 20px 0;
	line-height: 1.8;
}
@media only screen and (max-width: 735px) {
	table.tbl-r th,
	table.tbl-r td{
		display: block;
		width: 100%;
		padding: 2% 3%;
		font-size: 3.6vw;
	}
	table.tbl-r td{
		font-size: 3.4vw;
		padding: 3% 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	table.tbl-r th{
		font-size: 16px;
		padding: 15px 0;
	}
	table.tbl-r td{
		font-size: 15px;
		padding: 15px 0;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
}
.footer .copy{
	background: #2E75B2;
	color: #ffffff;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
@media only screen and (max-width: 735px) {
	.footer .copy{
		padding: 3% 0;
		font-size: 2.8vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.footer .copy{
		padding: 10px 0;
		font-size: 12px;
	}
}