@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: #151515;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
@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: 14px;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	font-feature-settings: "palt";
}
*, *: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.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #212121;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: block;
}
@media only screen and (min-width: 768px){
	.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;
}
.items_start{
	align-items: flex-start;
}
.items_center{
	align-items: center;
}
.items_end{
	align-items: flex-end;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	background: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.global-header .global-nav{
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.global-header .header_logo{
	line-height: 0;
	padding: 0.875rem 1.5rem;
}
.global-header .header_logo img{
	max-width: 5.1875rem;
}
.global-header .header-top{
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #d5d4d4;
	padding-bottom: 1.125rem;
}
.global-nav .header-contact{
	margin-left: 0.9375rem;
}
.global-nav .header-contact li.contact_btn a{
	display: block;
	background: #151515;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	padding: 1.5rem 2.1875rem 1.5rem 2.9375rem;
}
.global-nav .header-contact li.contact_btn a:hover{
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.global-header .header_logo{
		padding: 0.65rem;
	}
	.global-header .header_logo img{
		max-width: 4rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger,
.global-nav .drawer-nav{
	display: none;
}
.global-nav .header-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.global-nav .pc-nav .nav{
	display: flex;
}
.global-nav .pc-nav .nav>li{
	position: relative;
}
.global-nav .pc-nav .nav li a{
	display: block;
	color: #151515;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	white-space: nowrap;
	padding: 0 1.25rem;
	border-right: 1px solid #151515;
}
.global-nav .pc-nav .nav li:last-child a{
	border-right: none;
}
.global-nav .pc-nav .nav li a:hover{
	opacity: 0.6;
}
.global-nav .pc-nav .nav .sub_nav{
	position: absolute;
	top: 100%;
	left: 0;
	background: #151515;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
.global-nav .pc-nav .nav > li:hover .sub_nav{
	opacity: 1;
	pointer-events: auto;
}
.global-nav .pc-nav .nav > li:hover .sub_nav li a{
	color: #ffffff;
	font-size: 0.9375rem;
	line-height: 1.5;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	padding: 0.65rem 1rem;
}
.global-nav .pc-nav .nav > li:hover .sub_nav li:last-child a{
	border-bottom: none;
}
@media only screen and (max-width: 1150px) {
	.global-nav .pc-nav .nav>li + li{
		margin-left: 2.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav,
	.global-nav .header-contact li.contact_btn{
		display: none;
	}
	.global-nav .header-contact{
		margin-left: 0;
	}
	.global-nav .header-contact li.line_btn{
		margin-right: 5.8rem;
		width: 4.25rem;
	}
	.global-nav .drawer-hamburger{
		display: block;
		background: #151515;
		width: 2.5rem;
		top: 0;
		z-index: 99999;
		padding: 1.875rem 1.25rem 2.3rem 1.25rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0;
	}
	.global-nav .drawer-hamburger:hover{
		background: #151515;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.65rem;
	}
	.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-header .drawer-nav{
		position: fixed;
		display: block;
		background: rgb(21, 21, 21, 0.95);
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding: 5rem 1.5rem 4.375rem 1.5rem;
	}
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		left: auto;
	}
	.global-nav .drawer-nav .drawer-menu,
	.global-nav .drawer-nav ul.drawer-menu li{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title{
		position: relative;
		color: #ffffff;
		font-family: "Poppins", sans-serif;
		font-size: 1.5625rem;
		font-weight: 600;
		line-height: 1.4;
		padding: 1.5rem 0 0.75rem 0;
		text-transform: uppercase;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title:after{
		position: absolute;
		display: block;
		font-family: "Font Awesome 5 Free";
		font-size: 1.125rem;
		font-weight: 900;
		content: "\f107";
		right: 0.5rem;
		top: 1.5rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title.open:after{
		content: "\f106";
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu{
		background: transparent;
		margin-top: 0.675rem;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1rem;
		line-height: 1.45;
		padding: 0.675rem 1rem 0.675rem 1.875rem;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu li a::before{
		position: absolute;
		background: url(../img/arrow_w.png) no-repeat center;
		background-size: cover;
		content: '';
		width: 1rem;
		height: 1rem;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.global-nav .drawer-contact{
		text-align: center;
		margin-top: 3.75rem;
	}
	.global-nav .drawer-contact li{
		display: inline-block;
		width: 100%;
		max-width: 15.25rem;
	}
	.global-nav .drawer-contact li a{
		display: block;
		font-family: "Poppins", sans-serif;
		color: #ffffff;
		font-size: 1.1875rem;
		font-weight: 600;
		line-height: 1.5;
		text-transform: uppercase;
		padding: 0.75rem;
		border: 1px solid #FFFFFF;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 2rem;
		padding: 1.15rem 1rem 1.85rem 1rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.pageWrap{
	padding: 5.5rem 0 0 0;
}
.page-guide{
	position: relative;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.inner-wrap,
	.inner{
		width: calc(100% - 3rem);
	}
	.pageWrap{
		padding: 2.25rem 0 0 0;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 20rem;
}
.block_btn li .btn{
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 1.03125rem;
}
.block_btn li .black{
	background: #151515;
	color: #ffffff;
	border: 1px solid #151515;
}
.block_btn li .black:hover{
	background: #ffffff;
	color: #273B68;
	border: 1px solid #273B68;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 15.25rem;
	}
	.block_btn li .btn{
		font-size: 0.9375rem;
		padding: 0.75rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs span{
	display: inline-block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #FFFFFF;
}
.breadcrumbs span.separator{
	color: #FFFFFF;
	font-size: 0.5rem;
	margin: 0 1rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 1.25rem 0 2.5rem 0;
	}
	.breadcrumbs span{
		font-size: 0.75rem;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 6rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	font-family: "Poppins", sans-serif;
	color: #BFBFBF;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2.5rem;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 0.3125rem!important;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #273B68;
	color: #FFFFFF;
	font-weight: 600!important;
	opacity: 1
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 3rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1rem;
		line-height: 2.2rem;
		margin: 0 0.125rem;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	position: fixed;
	display: block;
	width: 4.4375rem;
	height: 4.4375rem;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 20;
}
@media only screen and (max-width: 767px) {
	.btn_page_top{
		width: 3.125rem;
		height: 3.125rem;
		bottom: 1rem;
		right: 1rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	background: #151515;
	margin-top: auto;
}
.footer-wrap{
	max-width: 1000px;
	align-items: center;
	padding: 5.125rem 0 4.875rem 0;
}
.footer-wrap .footer-address{
	width: 50%;
}
.footer-wrap .footer-logo{
	width: 100%;
	margin-bottom: 1.25rem;
}
.footer-wrap .footer-logo img{
	max-width: 7.1875rem;
}
.footer-wrap .address{
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 0.53125rem;
}
.footer-wrap .tel_btn li{
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
.footer-wrap .tel_btn li a{
	color: #FFFFFF;
}
.footer-wrap .tel_btn li a:hover{
	opacity: 0.6;
}
.footer-wrap .tel_btn li span{
	display: inline-block;
	width: 0.8125rem;
	margin-right: 0.75rem;
}
.footer-wrap .tel_btn li span img{
	margin-top: -0.125rem;
}
.footer-wrap .footer-nav{
	width: 50%;
}
.footer-nav .footer-nav-items .ttl{
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.footer-nav .footer-nav-items ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
}
.footer-nav .footer-nav-items ul li a:hover{
	opacity: 0.6;
}
.footer-nav .footer-nav-items ul li + li{
	margin-top: 1rem;
}
.footer-wrap .footer-nav li ul{
	margin-left: 0.65rem;
	margin-top: 2rem;
}
.footer-wrap .sns-btn{
	width: 100%;
	text-align: right;
}
.footer-wrap .sns-btn li{
	display: inline-block;
}
.footer-wrap .sns-btn li a{
	color: #FFFFFF;
	font-size: 1.8125rem;
}
.footer-wrap .sns-btn li a:hover{
	opacity: 0.6;
}
.footer .copy{
	background: #212121;
	color: #5F5F5F;
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 1rem;
}
@media only screen and (max-width: 767px) {
	.footer-wrap{
		padding: 2.5rem 0 2rem 0;
	}
	.footer-wrap .footer-address{
		width: 100%;
		text-align: center;
	}
	.footer-wrap .footer-logo img{
		max-width: 7.25rem;
	}
	.footer-wrap .address{
		font-size: 0.8125rem;
		margin-bottom: 0.5rem;
	}
	.footer-wrap .tel_btn li{
		font-size: 0.9375rem;
	}
	.footer-wrap .tel_btn li span{
		display: inline-block;
		width: 0.6875rem;
		margin-right: 0.5rem;
	}
	.footer-wrap .tel_btn li span img{
		margin-top: -0.125rem;
	}
	.footer-wrap .footer-nav{
		width: 100%;
		column-gap: 1.875rem;
		row-gap: 3rem;
		margin-bottom: 3rem;
	}
	.footer-nav .footer-nav-items{
		width: calc(50% - 0.9375rem);
	}
	.footer-nav .footer-nav-items .ttl{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.footer-nav .footer-nav-items ul li a{
		font-size: 0.875rem;
	}
	.footer-wrap .footer-nav li ul{
		margin-left: 0.65rem;
		margin-top: 2rem;
	}
	.footer-wrap .sns-btn{
		text-align: center;
	}
	.footer .copy{
		font-size: 0.6875rem;
		padding: 0.75rem;
	}
}
