@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: #161C38;
	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: 4.1vw;
	}
}
@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;
}
a{
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #0B1B34;
}
.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;
	}
	.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{
	position: absolute;
	width: 100%;
	top: 0;
	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: 1.625rem 0 0 2.5rem;
}
.global-header .header_logo img{
	max-width: 9.5625rem;
}
.global-nav .header-contact{
	position: fixed;
	top: 0;
	right: 4.5rem;
	z-index: 99999;
}
.global-nav .header-contact li.contact-btn a{
	display: block;
	background: #E27416;
	padding: 1.25rem;
}
.global-nav .header-contact li.contact-btn a span{
	display: inline-block;
}
.global-nav .header-contact li.contact-btn a span img{
	width: 2rem;
}
.global-nav .header-contact li.contact-btn a:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.global-header .header_logo{
		padding: 0.5rem 0 0 0.75rem;
	}
	.global-header .header_logo img{
		max-width: 6.875rem;
	}
	.global-nav .header-contact{
		display: none;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	background: #123D80;
	width: 1.375rem;
	top: 0;
	z-index: 99999;
	padding: 1.75rem 1.5625rem 2.125rem 1.5625rem;
}
.global-nav .drawer-hamburger:hover{
	background: #123D80;
}
.global-nav .drawer-hamburger-icon{
	margin-top: 0.5rem;
}
.global-nav .drawer-hamburger-icon,
.global-nav .drawer-hamburger-icon::after,
.global-nav .drawer-hamburger-icon::before{
	background: #ffffff;
	height: 0.125rem;
}
.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;
}
.drawer--top .global-nav .drawer-nav{
	background: #123D80;
	padding: 8.75rem 0;
}
.global-nav .drawer-nav .drawer-menu-container{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	column-gap: 3.5rem;
}
.global-nav .drawer-nav .drawer-menu-items{
	width: calc(27% - 2.25rem);
}
.global-nav .drawer-nav .drawer-menu-items .ttl{
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.global-nav .drawer-nav .drawer-menu-items .drawer-menu li + li{
	margin-top: 1.5rem;
}
.global-nav .drawer-nav .drawer-menu-items .drawer-menu li a{
	display: block;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}
.global-nav .drawer-nav .drawer-menu li a:hover{
	opacity: .8;
}
.global-nav .drawer-nav .drawer-contact{
	background: #FFFFFF;
	width: calc(45% - 2.25rem);
	border-radius: 0.5rem;
	padding: 1.75rem;
}
.global-nav .drawer-nav .drawer-contact h3{
	color: #123D80;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 0.5rem;
}
.global-nav .drawer-nav .drawer-contact .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
}
.global-nav .drawer-nav .drawer-contact .contact-btn{
	text-align: center;
	margin-top: 1rem;
}
.global-nav .drawer-nav .drawer-contact .contact-btn li{
	display: inline-block;
	width: 100%;
	max-width: 17.375rem;
}
.global-nav .drawer-nav .drawer-contact .contact-btn li a{
	position: relative;
	background: #E27416;
	display: block;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	border-radius: 3rem;
	box-shadow: 2px 5px 0 rgb(0, 0, 0, 0.1);
	padding: 0.625rem 1.5rem 0.5rem 1.5rem;
}
.global-nav .drawer-nav .drawer-contact .contact-btn li a span{
	display: inline-block;
	margin-right: 0.5rem;
}
.global-nav .drawer-nav .drawer-contact .contact-btn li a span img{
	width: 1.5rem;
}
.global-nav .drawer-nav .drawer-contact .contact-btn li a:hover{
	opacity: .8;
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 1.25rem;
		padding: 1.25rem 1.125rem 1.625rem 1.125rem;
	}
	.drawer--top .global-nav .drawer-nav{
		height: 100%;
		overflow-y: scroll;
		padding: 4.75rem 0;
	}
	.global-nav .drawer-nav .drawer-menu-container{
		width: 100%;
		column-gap: 0;
	}
	.global-nav .drawer-nav .drawer-menu-items{
		width: 100%;
	}
	.global-nav .drawer-nav .drawer-menu-items .ttl{
		position: relative;
		font-size: 1.0625rem;
		border-bottom: 1px solid #345D9B;
		padding: 1rem 1.5rem;
		margin-bottom: 0;
	}
	.global-nav .drawer-nav .drawer-menu-items .ttl.open{
		border-bottom: none;
	}
	.global-nav .drawer-nav .drawer-menu-items .js-accordion-title::after{
		display: block;
		position: absolute;
		content: '＋';
		font-size: 1.0625rem;
		font-weight: 500;
		line-height: 1.35;
		top: 1rem;
		right: 1.25rem;
	}
	.global-nav .drawer-nav .drawer-menu-items .js-accordion-title.open::after{
		content: '−';
	}
	.global-nav .drawer-nav .drawer-menu-items .drawer-menu li{
		border-bottom: 1px solid #345D9B;
	}
	.global-nav .drawer-nav .drawer-menu-items .drawer-menu li + li{
		margin-top: 0;
	}
	.global-nav .drawer-nav .drawer-menu-items .drawer-menu li a{
		font-size: 1.0625rem;
		padding: 1rem 1.5rem;
	}
	.global-nav .drawer-nav .drawer-menu-items .drawer-menu li a span{
		display: none;
	}
	.global-nav .drawer-nav .drawer-menu-items .nav{
		display: none;
		border-bottom: 1px solid #345D9B;
		padding: 0  0 0.625rem 0;
	}
	.global-nav .drawer-nav .drawer-menu-items .nav li{
		border-bottom: none;
	}
	.global-nav .drawer-nav .drawer-menu-items .nav li a{
		padding: 0.625rem 1.5rem;
	}
	.global-nav .drawer-nav .drawer-contact{
		width: calc(100% - 3rem);
		padding: 1rem;
		margin: 1.75rem auto 0 auto;
	}
	.global-nav .drawer-nav .drawer-contact h3{
		font-size: 1.1875rem;
		margin-bottom: 0.375rem;
	}
	.global-nav .drawer-nav .drawer-contact .text{
		font-size: 0.875rem;
	}
	.global-nav .drawer-nav .drawer-contact .contact-btn{
		margin-top: 0.75rem;
	}
	.global-nav .drawer-nav .drawer-contact .contact-btn li a{
		box-shadow: 1px 5px 0 rgb(0, 0, 0, 0.1);
		padding: 0.625rem 1.5rem 0.5rem 1.5rem;
	}
}
/**
/* 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;
}
section{
	position: relative;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.inner-wrap,
	.inner{
		width: calc(100% - 3rem);
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 22.5rem;
}
.block_btn li .btn{
	position: relative;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	border-radius: 3rem;
	box-shadow: 2px 5px 0 rgb(0, 0, 0, 0.1);
	padding: 1rem 1.5rem;
}
.block_btn li .btn.orange{
	background: #E27416;
	color: #FFFFFF;
}
.block_btn li .btn:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 18.875rem;
	}
	.block_btn li .btn{
		font-size: 0.9375rem;
		padding: 0.875rem;
		box-shadow: 1px 5px 0 rgb(0, 0, 0, 0.1);
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 1rem 0;
}
.breadcrumbs span{
	display: inline-block;
	color: #C6C6C6;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #161C38;
}
.breadcrumbs i{
	color: #123D80;
	font-size: 0.625rem;
	margin: 0 1rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 0.5rem 0;
	}
	.breadcrumbs span{
		font-size: 0.75rem;
	}
	.breadcrumbs i{
		font-size: 0.625rem;
		margin: 0 0.625rem;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 5rem;
}
.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: #333333;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #B4B4B4!important;
	padding: 0!important;
	margin: 0 0.25rem!important;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #9F9F9F;
	color: #FFFFFF;
	font-weight: 600!important;
	opacity: 1
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	background: #9F9F9F;
	color: #FFFFFF;
	border: none!important;
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
}
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i{
	font-size: 0.875rem;
}
.wp-pagenavi .previouspostslink{
	margin: 0 1.75rem 0 0!important;
}
.wp-pagenavi .nextpostslink{
	margin: 0 0 0 1.75rem!important;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 3rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2rem;
		height: 2rem;
		font-size: 1rem;
		line-height: 2rem;
		margin: 0 0.125rem!important;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink{
		width: 1.5rem;
		height: 1.5rem;
		line-height: 1.5rem;
	}
	.wp-pagenavi .previouspostslink i,
	.wp-pagenavi .nextpostslink i{
		font-size: 0.75rem;
	}
	.wp-pagenavi .previouspostslink{
		margin: 0 1rem 0 0!important;
	}
	.wp-pagenavi .nextpostslink{
		margin: 0 0 0 1rem!important;
	}
}
/**
/* ページトップ CSS
----------------------------------------------- */
.page-top{
	background: #1C1C1C;
}
.page-top a{
	display: block;
	text-align: center;
	padding: 1.5rem 0;
}
.page-top a:hover{
	opacity: 0.6;
}
.page-top a span{
	position: relative;
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.35;
}
.page-top a span::after{
	position: absolute;
	top: 1px;
	right: -1.125rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 0.3125rem solid transparent;
	border-bottom: 0.625rem solid #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.page-top{
		border-bottom: 1px solid #2F2F2F;
	}
	.page-top a{
		padding: 1rem 0;
	}
	.page-top a span{
		font-size: 1rem;
	}
	.page-top a span::after{
		top: 2px;
		right: -1rem;
		border: 0.3125rem solid transparent;
		border-bottom: 0.5rem solid #FFFFFF;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
}
footer .footer-wrap{
	background: #101010;
	padding: 3.5rem 0 7rem 0;
}
.footer-wrap .footer-l .logo{
	line-height: 0;
	margin-bottom: 1.5rem;
}
.footer-wrap .footer-l .logo img{
	max-width: 9.5625rem;
}
.footer-wrap .footer-l h5{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}
.footer-wrap .footer-l .address,
.footer-wrap .footer-l .tel{
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
}
.footer-wrap .footer-nav{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	column-gap: 3rem;
}
.footer-wrap .footer-nav .ttl{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.5rem;
}
.footer-wrap .footer-nav .nav li + li{
	margin-top: 1rem;
}
.footer-wrap .footer-nav .nav li a{
	display: block;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
}
.footer-wrap .footer-nav .nav li a:hover{
	opacity: .8;
}
.footer-wrap .contact-btn{
	text-align: right;
	margin-top: 2.5rem;
}
.footer-wrap .contact-btn li{
	display: inline-block;
	width: 100%;
	width: 14.375rem;
}
.footer-wrap .contact-btn li a{
	display: block;
	background: #E27416;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	border-radius: 3rem;
	padding: 0.625rem 1.5rem 0.375rem 1.5rem;
	box-shadow: 2px 5px 0 rgb(0, 0, 0, 0.1);
}
.footer-wrap .contact-btn li a:hover{
	opacity: .8;
}
.footer-wrap .contact-btn li a .icon{
	display: inline-block;
	margin-right: 0.5rem;
}
.footer-wrap .contact-btn li a .icon img{
	width: 1.5rem;
}
footer .footer-bottom{
	background: #101010;
	border-top: 1px solid #2F2F2F;
	padding: 1rem 0;
}
footer .copy{
	font-family: "Poppins", sans-serif;
	color: #4D4D4D;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	footer .footer-wrap{
		padding: 2.25rem 0 1.5rem 0;
	}
	.footer-wrap .footer-l{
		width: 100%;
		text-align: center;
	}
	.footer-wrap .footer-l .logo{
		margin-bottom: 0.5rem;
	}
	.footer-wrap .footer-l .logo img{
		max-width: 7rem;
	}
	.footer-wrap .footer-l h5{
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}
	.footer-wrap .footer-l .address,
	.footer-wrap .footer-l .tel{
		font-size: 0.8125rem;
	}
	.footer-wrap .footer-r{
		width: 100%;
		margin-bottom: 2.75rem;
	}
	.footer-wrap .footer-nav{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.footer-wrap .footer-nav .footer-nav-items{
		width: 100%;
	}
	.footer-wrap .footer-nav .ttl{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.footer-wrap .footer-nav .nav li + li{
		margin-top: 1rem;
	}
	.footer-wrap .footer-nav .nav li a{
		font-size: 1.0625rem;
	}
	.footer-wrap .contact-btn{
		text-align: center;
		margin-top: 2.75rem;
	}
	.footer-wrap .contact-btn li{
		width: 18.375rem;
	}
	.footer-wrap .contact-btn li a{
		font-size: 1.0625rem;
		padding: 0.875rem 1.25rem 0.625rem 1.25rem;
	}
	.footer-wrap .contact-btn li a .icon img{
		width: 1.875rem;
		margin-top: -3px;
	}
	footer .footer-bottom{
		padding: 1rem 0 5rem 0;
	}
	footer .copy{
		font-size: 0.75rem;
	}
	.footer-bar{
		position: fixed;
		display: block;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
	}
	.footer-bar li a{
		display: block;
		background: #E27416;
		color: #FFFFFF;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.35;
		text-align: center;
		padding: 1.25rem;
	}
	.footer-bar li a span{
		margin-right: 0.5rem;
	}
	.footer-bar li a span img{
		  width: 1.5rem;
		 margin-top: -0.1875rem;
	}
}
