@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 {
	background: #F2F2F2;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #09253C;
	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: 12px;
	}
}
*: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;
}
.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: fixed;
	background: #FFFFFF;
	width: 100%;
	top: 0;
	z-index: 9999;
	padding: 1rem 1.5rem 1rem 2rem;
}
.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;
}
.global-header .header_logo img{
	max-width: 20.9375rem;
}
.global-nav .header-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.global-nav .header-contact{
	margin-left: 0.5rem;
}
.global-nav .header-contact li.contact_btn a{
	display: block;
	background: #073760;
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0.875rem 2.1875rem;
}
.global-nav .header-contact li.contact_btn a span{
	display: inline-block;
	margin-right: 0.5rem;
}
.global-nav .header-contact li.contact_btn a span img{
	width: 1rem;
}
.global-nav .header-contact li.contact_btn a:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
	.global-header{
		padding: 1rem;
	}
	.global-header .header_logo img{
		max-width: 16.9375rem;
	}
	.global-nav .header-contact li.contact_btn a{
		padding: 0.875rem 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-header{
		background: #FFFFFF;
		height: 3.75rem;
		padding: 0.5rem 1rem;
	}
	.global-header .header_logo img{
		width: auto;
		height: 2.75rem;
		max-width: 100%;
	}
	.global-nav .header-contact li.contact_btn{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header{
		padding: 0.625rem 1rem;
	}
	.global-header .header_logo img{
		max-width: 19.635rem;
	}
	.global-nav .header-contact li.contact_btn{
		display: none;
	}
}
/**
/* ヘッダーナビ 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:not(:last-child){
	border-right: 1px solid #71CCE2;
}
.global-nav .drawer-nav .drawer-menu li a{
	display: block;
	color: #073760;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	padding: 0 1.5rem;
}
.global-nav .drawer-nav .drawer-menu li a:hover{
	opacity: .8;
}
.global-nav .drawer-contact{
	display: none;
}
@media only screen and (max-width: 1200px) {
	.global-nav .drawer-nav .drawer-menu li a{
		padding: 0 1.125rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .drawer-hamburger{
		display: block;
		background: #073760;
		width: 2rem;
		top: 0;
		z-index: 99999;
		padding: 2rem 1.5rem 2.209rem 1.5rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0;
	}
	.global-nav .drawer-hamburger:hover{
		background: #073760;
	}
	.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;
	}
	.drawer--right .global-nav .drawer-nav{
		position: fixed;
		display: block;
		background: #04A1F3;
		width: 90%;
		height: 100%;
		right: -100%;
		top: 5rem;
		left: auto;
		z-index: 9999;
	}
	.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;
		border-bottom: 1px solid #6DCAFA;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		margin-left: 0
	}
	.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.5rem;
	}
	.global-nav .drawer-contact{
		display: block;
		text-align: center;
		margin-top: 2.75rem;
	}
	.global-nav .drawer-contact li{
		width: 85%;
		max-width: 18.125rem;
		display: inline-block;
	}
	.global-nav .drawer-contact li + li{
		margin-left: 1rem;
	}
	.global-nav .drawer-contact li a{
		position: relative;
		display: block;
		background: #FFFFFF;
		font-family: "Poppins", sans-serif;
		text-align: center;
		border-radius: 0.1875rem;
		padding: 1rem;
	}
	.global-nav .drawer-contact li a span{
		display: inline-block;
		margin-right: 0.625rem;
	}
	.global-nav .drawer-contact li.contact a{
		color: #021B38;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.4;
		text-transform: uppercase;
	}
	.global-nav .drawer-contact li.contact a span img{
		width: 1.5rem;
		margin-top: -0.125rem;
	}
	.global-nav .drawer-contact li.tel a{
		color: #000000;
		font-size: 1.65rem;
		font-weight: 500;
		line-height: 1.4;
	}
	.global-nav .drawer-contact li.tel a img{
		width: 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 1.75rem;
		padding: 1.25rem 1rem 1.75rem 1rem;
	}
	.drawer--right .global-header .drawer-nav{
		top: 3.75rem;
	}
	.global-header .drawer-nav{
		width: 90%;
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1rem;
		line-height: 1.45;
		text-align: left;
		padding: 1.5rem;
	}
	.global-nav .drawer-contact li + li{
		margin-left: 0;
		margin-top: 1rem;
	}
	.global-nav .drawer-contact li.contact a{
		font-size: 1.1875rem;
	}
	.global-nav .drawer-contact li.contact a span img{
		width: 1.1875rem;
	}
	.global-nav .drawer-contact li.tel a{
		font-size: 1.255rem;
	}
	.global-nav .drawer-contact li.tel a img{
		width: 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;
}
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%;
	width: 20rem;
}
.block_btn li .btn{
	position: relative;
	display: block;
	background: #073760;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	padding: 1rem 1.5rem;
}
.block_btn li .btn::after{
	background: url(../img/icon/arrow_w.png) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.34375rem;
	height: 0.375rem;
	right: 2rem;
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.block_btn li .btn:hover{
	opacity: 1;
}
.block_btn li .btn:hover::after{
	right: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 17rem;
	}
	.block_btn li .btn{
		font-size: 0.9375rem;
		padding: 0.75rem;
	}
	.block_btn li .btn::after{
		right: 1.25rem;
		width: 1.125rem;
		height: 0.3125rem;
	}
	.block_btn li .btn:hover::after{
		right: 1.25rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 1rem 0;
}
.breadcrumbs span{
	display: inline-block;
	color: #D1D1D1;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #04A1F3;
}
.breadcrumbs i{
	color: #073760;
	font-size: 0.625rem;
	margin: 0 0.625rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
/**
/* ページネーション 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
----------------------------------------------- */
footer{
	margin-top: auto;
}
footer .footer-wrap{
	background: #2B3238;
	padding: 3.125rem 0 3.5rem 0;
}
.footer-wrap .footer-logo{
	text-align: center;
	margin-bottom: 1.625rem;
}
.footer-wrap .footer-logo img{
	max-width: 20.9375rem;
}
.footer-wrap .footer-nav{
	text-align: center;
}
.footer-wrap .footer-nav li{
	display: inline-block;
	margin: 0 1.5rem;
}
.footer-wrap .footer-nav li a{
	display: block;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-wrap .footer-nav li a:hover{
	opacity: .8;
}
footer .footer-bottom{
	background: #21292F;
	padding: 1.5rem 0;
}
footer .address{
	color: #535A60;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 0.5rem;
}
footer .copy{
	color: #535A60;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	footer .footer-wrap{
		padding: 1.25rem 0 0 0;
	}
	.footer-wrap .inner-wrap{
		width: 100%;
	}
	.footer-wrap .footer-logo{
		text-align: center;
		margin-bottom: 1.0625rem;
	}
	.footer-wrap .footer-logo img{
		max-width: 14.875rem;
	}
	.footer-wrap .footer-nav{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		border-top: 1px solid #4E5358;
		border-bottom: 1px solid #4E5358;
	}
	.footer-wrap .footer-nav li{
		display: block;
		width: 50%;
		border-bottom: 1px solid #4E5358;
		margin: 0;
	}
	.footer-wrap .footer-nav li:nth-child(odd){
		border-right: 1px solid #4E5358;
	}
	.footer-wrap .footer-nav li:nth-child(5),
	.footer-wrap .footer-nav li:last-child{
		border-bottom: none;
	}
	.footer-wrap .footer-nav li a{
		font-size: 0.875rem;
		padding: 1rem;
	}
	footer .address{
		font-size: 0.8125rem;
	}
	footer .copy{
		font-size: 0.625rem;
	}
}
