@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;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;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 12px;
	}
}
*:focus {
	outline: none!important;
}
#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;
	word-break: break-all;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #FA8900;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: inline-block;
}
@media only screen and (min-width: 767px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_br,
	.pc_img,
	.pc{
		display: inline-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;
}
.items_start{
	align-items: flex-start;
}
.items_center{
	align-items: center;
}
.items_end{
	align-items: flex-end;
}
dl.dl_table{
	display: table;
	width: 100%;
}
dl.dl_table dt,
dl.dl_table dd {
	display: table-cell;
	vertical-align: top;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	background: #FFFFFF;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 2.5rem;
}
.global-nav .header_logo{
	line-height: 0;
}
.global-nav .header_logo img{
	width: 11.5625rem;
}
.global-nav .header-right{
	align-items: center;
}
.global-nav .contact-nav.pc{
	display: block;
	text-align: right;
	margin-bottom: 0.75rem;
}
.global-nav .contact-nav li{
	display: inline-block;
}
.global-nav .contact-nav li a{
	display: block;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	border-radius: 3rem;
}
.global-nav .contact-nav li.contact_btn a{
	background: #007AFF;
	padding: 0.5rem 1.25rem;
}
.global-nav .contact-nav li.line_btn a{
	background: #06C755;
	padding: 0.5rem 1rem;
}
.global-nav .contact-nav li + li{
	margin-left: 0.75rem;
}
@media only screen and (max-width: 1024px) {
	.global-header .global-nav{
		padding: 0;
	}
	.global-nav .header_logo{
		padding: 1.25rem 0.875rem;
	}
	.global-nav .header_logo img{
		width: 9.3125rem;
	}
	.global-nav .contact-nav.pc{
		display: none;
	}
	.global-nav .contact-nav.sp{
		display: block;
	}
	.global-nav .contact-nav{
		margin-right: 4.5rem;
	}
	.global-nav .contact-nav li a{
		font-size: 0.5625rem;
		border-radius: 0;
	}
	.global-nav .contact-nav li.contact_btn a{
		padding: 1.25rem 0.75rem 0.75rem 0.75rem;
	}
	.global-nav .contact-nav li a span{
		display: block;
		text-align: center;
		margin-bottom: 0.25rem;
	}
	.global-nav .contact-nav li a span img{
		width: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .header_logo{
		padding: 1.25rem 0.875rem;
	}
	.global-nav .header_logo img{
		width: 9.3125rem;
	}
	.global-nav .contact-nav{
		margin-right: 4.5rem;
	}
	.global-nav .contact-nav li a{
		font-size: 0.5625rem;
	}
	.global-nav .contact-nav li.contact_btn a{
		padding: 1.25rem 0.75rem 0.75rem 0.75rem;
	}
	.global-nav .contact-nav li a span{
		margin-bottom: 0.25rem;
	}
	.global-nav .contact-nav li a span img{
		width: 2rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.drawer--right .global-nav .drawer-nav{
	position: relative;
	display: flex;
	right: auto;
	overflow: visible;
	width: auto;
	height: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.global-nav .drawer-nav .drawer-menu li{
	display: inline-block;
}
.global-nav .drawer-nav .drawer-menu li a{
	position: relative;
	display: block;
	color: #333333;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
	padding: 0 0.875rem;
}
.drawer-contact{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.global-nav .drawer-hamburger{
		display: block;
		background: #333333;
		width: 1.75rem;
		height: 2.7rem;
		top: 0;
		z-index: 99999;
		padding: 1.25rem 1.375rem 0.8rem 1.375rem;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
	    right: 0;
	}
	.global-nav .drawer-hamburger:hover{
		background: #333333;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.625rem;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
		height: 2px;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 0.5rem;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -0.5rem;
	}
	.global-nav .drawer-hamburger::after{
		content: 'メニュー';
		color: #ffffff;
		font-size: 0.5625rem;
		font-weight: 700;
		display: block;
		text-align: center;
		width: 140%;
		margin: 1rem -20% 0 -20%;
	}
	.drawer--right .global-nav .drawer-nav{
		position: fixed;
		display: block;
		background: #333333;
		width: 100%;
		height: 100%;
		right: -100%;
		top: 4.75rem;
		left: auto;
		z-index: 9999;
		padding: 2rem 1.25rem;
	}
	.drawer--right .global-nav .drawer-nav{
		overflow: auto;
	}
	.global-nav .drawer-nav .drawer-menu{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1.25rem;
		line-height: 1.45;
		text-align: left;
		padding: 1.25rem 1.5rem;
	}
	.global-nav .drawer-contact{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center;
		margin-top: 2.75rem;
	}
	.global-nav .drawer-contact{
		column-gap: 1.25rem;
		margin-top: 3.625rem;
	}
	.global-nav .drawer-contact li{
		width: calc(50% - 0.625rem);
	}
	.global-nav .drawer-contact .btn{
		display: block;
		font-size: 1rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		border-radius: 3.125rem;
		padding: 1.25rem 2.5rem;
	}
	.global-nav .drawer-contact .btn span{
		position: relative;
		display: inline-block;
	}
	.global-nav .drawer-contact .btn span::before,
	.global-nav .drawer-contact .btn span::after{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-o-transition: 0.8s;
		-ms-transition: 0.8s;
		transition: 0.8s;
	}
	.global-nav .drawer-contact .btn span::before{
		width: 1.25rem;
		height: 1.25rem;
		border-radius: 100%;
		right: -1.25rem;
	}
	.global-nav .drawer-contact .btn span::after{
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-size: 0.625rem;
		font-weight: 900;
		line-height: 1;
		right: -0.8125rem;
	}
	.global-nav .drawer-contact .contact_btn{
		max-width: 21rem;
	}
	.global-nav .drawer-contact .contact_btn .btn{
		background: #007AFF;
		color: #FFFFFF;
		border: 0.125rem solid #FFFFFF;
		box-shadow: 0 0.1875rem 0 #0057A7;
	}
	.global-nav .drawer-contact .contact_btn .btn span{
		padding-right: 1.6875rem;
	}
	.global-nav .drawer-contact .contact_btn .btn span::before{
		background: #FFFFFF;
	}
	.global-nav .drawer-contact .contact_btn .btn span::after{
		color: #007AFF;
	}
	.global-nav .drawer-contact .contact_btn .btn:hover{
		background: #FFFFFF;
		color: #007AFF;
		border: 0.125rem solid #007AFF;
		box-shadow: 0 0 0 #0057A7;
	}
	.global-nav .drawer-contact .contact_btn .btn:hover span::before{
		background: #007AFF;
	}
	.global-nav .drawer-contact .contact_btn .btn:hover span::after{
		color: #FFFFFF;
	}
	.global-nav .drawer-contact .line_btn{
		max-width: 16.5rem;
	}
	.global-nav .drawer-contact .line_btn .btn{
		background: #FFFFFF;
		color: #34C759;
		border: 0.125rem solid #34C759;
		box-shadow: 0 0.1875rem 0 #139D36;
	}
	.global-nav .drawer-contact .line_btn .btn span{
		padding-right: 0.625rem;
	}
	.global-nav .drawer-contact .line_btn .btn span::before{
		background: #34C759;
	}
	.global-nav .drawer-contact .line_btn .btn span::after{
		color: #FFFFFF;
	}
	.global-nav .drawer-contact.line_btn .btn:hover{
		background: #34C759;
		color: #FFFFFF;
		border: 0.125rem solid #34C759;
		box-shadow: 0 0 0 #139D36;
	}
	.global-nav .drawer-contact .line_btn .btn:hover span::before{
		background: #FFFFFF;
	}
	.global-nav .drawer-contact .line_btn .btn:hover span::after{
		color: #34C759;
	}
}
@media only screen and (max-width: 767px) {
	.drawer--right .global-header .drawer-nav{
		top: 4.75rem;
		padding: 2rem 1.25rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		font-size: 1rem;
		padding: 0.9375rem 0;
	}
	.global-nav .drawer-contact{
		column-gap: 0;
		margin-top: 2.375rem;
		margin-bottom: 2.375rem;
	}
	.global-nav .drawer-contact li{
		width: 100%;
	}
	.global-nav .drawer-contact .btn{
		text-align: center;
		padding: 1rem 2rem;
	}
	.global-nav .drawer-contact .contact_btn{
		max-width: 100%;
	}
	.global-nav .drawer-contact .line_btn{
		max-width: 100%;
		margin-top: 1.25rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.roma{
	font-family: "Roboto", sans-serif;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.inner{
		width: calc(100% - 3rem);
	}
}
.guide-ttl{
	position: relative;
	margin-bottom: 3.75rem;
}
.guide-ttl.border{
	margin-bottom: 3.75rem;
}
.guide-ttl.border::after{
	position: absolute;
	content: '';
	width: 3.75rem;
	height: 0.25rem;
	bottom: -1.25rem;
}
.guide-ttl.border_g::after{
	background: #FF5100;
	background: linear-gradient(90deg,rgba(255, 81, 0, 1) 0%, rgba(249, 171, 13, 1) 100%);
}
.guide-ttl.border_w::after{
	background: #FFFFFF;
}
.guide-ttl.border.center::after{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl h2{
	color: #333333;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 3rem;
	}
	.guide-ttl.border{
		margin-bottom: 3rem;
	}
	.guide-ttl.border::after{
		bottom: -1rem;
	}
	.guide-ttl h2{
		font-size: 2rem;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 15rem;
}
.block_btn li .btn{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: left;
	border-radius: 5rem;
	padding: 0.875rem 1.25rem;
}
.block_btn li .btn::before,
.block_btn li .btn::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.block_btn li .btn::before{
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
}
.block_btn li .btn::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 0.625rem;
	font-weight: 900;
	line-height: 1;
}
.block_btn li .orange{
	background: #E7700E;
	color: #ffffff;
	border: 0.125rem solid #E7700E;
}
.block_btn li .orange::before{
	background: #FFFFFF;
	right: 1.125rem;
}
.block_btn li .orange::after{
	color: #E7700E;
	right: 1.5rem;
}
.block_btn li .orange:hover{
	background: #FFFFFF;
	color: #E7700E;
}
.block_btn li .orange:hover::before{
	background: #E7700E;
}
.block_btn li .orange:hover::after{
	color: #FFFFFF;
}
.block_btn li .blue{
	background: #ffffff;
	color: #007AFF;
	border: 0.125rem solid #007AFF;
	padding: 0.875rem 1.25rem 0.875rem 3.25rem;
}
.block_btn li .blue::before{
	background: #007AFF;
	left: 1.125rem;
}
.block_btn li .blue::after{
	content: "\f104";
	color: #FFFFFF;
	left: 1.625rem;
}
.block_btn li .blue:hover{
	background: #007AFF;
	color: #FFFFFF;
}
.block_btn li .blue:hover::before{
	background: #FFFFFF;
}
.block_btn li .blue:hover::after{
	color: #007AFF;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 15rem;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	background: #ffffff;
	display: block;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 20;
	width: 4rem;
	height: 4rem;
	color: #ffffff;
	border-radius: 100%;
	border: 0.125rem solid #004381;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.16);
}
.btn_page_top:before {
	display: block;
	position: absolute;
	top: 1.75rem;
	left: 1.375rem;
	width: 0.875rem;
	height: 0.875rem;
	border-top: solid 3px #004381;
	border-left: solid 3px #004381;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
@media only screen and (max-width: 767px) {
	.btn_page_top {
		right: 0.5rem;
		bottom: 5.5rem;
	}
	.btn_page_top:before {
		border-top: solid 2px #004381;
		border-left: solid 2px #004381;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	background: #333333;
	padding: 1.25rem 0;
	margin-top: auto;
}
.footer .copy,
.footer .copy a{
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	.footer{
		padding: 1.25rem 0;
	}
	.footer-bar{
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.footer-bar ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer-bar .footer-bar-item{
		width: 50%;
	}
	.footer-bar .footer-bar-item a{
		display: block;
		color: #FFFFFF;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.04em;
		text-align: center;
		padding: 1.125rem;
	}
	.footer-bar .bar-contact a{
		background: #007AFF;
	}
	.footer-bar .bar-line a{
		background: #06C755;
	}
}
/**
/* エラーページ CSS
----------------------------------------------- */
.pageWrap{
	padding: 5rem 0 5.75rem 0;
	margin-top: 6.85rem;
}
.error-guide p{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-align: center;
}
.error-guide .error_url{
	padding: 1.875rem 0;
}
.error-guide .block_btn{
	margin-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.pageWrap{
		padding: 4rem 0 4.75rem 0;
		margin-top: 4.75rem;
	}
	.error-guide p{
		font-size: 0.9375rem;
	}
	.error-guide .error_url{
		padding: 1.25rem 0;
	}
	.error-guide .block_btn{
		margin-top: 1.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.pageWrap{
		margin-top: 4.75rem;
	}
}