@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #040E55;
	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: 14px;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-feature-settings: "palt";
}
#Wrapper:before{
	position: fixed;
	content: "";
	background: #ffffff;
	background-size: cover;
	width: 100%;
	height: 1.5rem;
	top: 0;
	left: 0;
	z-index: 2;
}
*, *: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: #040E55;
}
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 .global-nav{
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
}
.global-header .header_logo{
	position: absolute;
	z-index: 9999;
}
.global-header .header_logo .logo{
	position: fixed;
	top: 0;
	background: #FFFFFF;
	line-height: 0;
	border-radius: 0 0 1.5rem 0;
	padding: 1.5rem 1.25rem 1.25rem 1.5rem;
}
.global-header .header_logo h1{
	position: absolute;
	top: 0;
	z-index: 2;
	background: #FFFFFF;
	line-height: 0;
	border-radius: 0 0 1.5rem 0;
	padding: 1.5rem 1.25rem 1.25rem 1.5rem;
}
.global-header .header_logo .logo:before,
.global-header .header_logo .logo:after,
.global-header .header_logo h1:before,
.global-header .header_logo h1:after{
	position: absolute;
	margin: auto;
	content: "";
	background: url(../img/are_w.png) no-repeat top center;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
}
.global-header .header_logo .logo:before,
.global-header .header_logo h1:before{
	top: 1.5rem;
	right: -1.5rem;
}
.global-header .header_logo .logo:after,
.global-header .header_logo h1:after{
	bottom: -1.5rem;
	left: 1.5rem;
}
.global-header .header_logo .logo img{
	max-width: 7rem;
}
.global-header .header_logo h1 img{
	max-width: 9.75rem;
}
@media only screen and (max-width: 767px) {
	.global-header .header_logo .logo,
	.global-header .header_logo h1{
		padding: 1rem;
	}
	.home .global-header .header_logo .logo,
	.global-header .global-nav.fixed .header_logo .logo{
		padding: 0.4375rem;
	}
	.global-header .header_logo .logo img,
	.global-header .header_logo h1 img{
		max-width: 7rem;
	}
	.home .global-header .header_logo .logo img,
	.global-header .global-nav.fixed .header_logo .logo img{
		max-width: 4.1875rem;
	}
	.global-header .header_logo .logo:before,
	.global-header .header_logo h1:before{
		top: 1rem;
		right: -1.5rem;
	}
	.global-header .header_logo .logo:after,
	.global-header .header_logo h1:after{
		bottom: -1.5rem;
		left: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .header_logo .logo img,
	.global-header .header_logo h1 img{
		max-width: 6.75rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger,
.global-nav .drawer-nav{
	display: none;
}
.global-nav .header-nav{
	position: fixed;
	background: #ffffff;
	top:  2.5rem;
	right: 2.5rem;
	padding: 0.5rem 0.5rem 0.5rem 2.875rem;
	border-radius: 3.125rem;
	z-index: 9999;
}
.global-nav .pc-nav .nav{
	display: flex;
	align-items: center;
	column-gap: 40px;
}
.global-nav .pc-nav .nav>li{
	position: relative;
}
.global-nav .pc-nav .nav li a{
	display: block;
	font-family: "Tenor Sans", sans-serif;
	color: #040E55;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	white-space: nowrap;
}
.global-nav .pc-nav .nav > li.dropdown-menu:hover:after{
	content: "";
	position: absolute;
	bottom: -0.375rem;
	right: 50%;
	transform: translateX(50%);
	width: 0.25rem;
	height: 0.25rem;
	border-radius: 50%;
	background: #040E55;
}
.global-nav .pc-nav .nav .sub_nav{
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
	padding-top: 1.5rem;
}
.global-nav .pc-nav .nav > li:hover .sub_nav{
	opacity: 1;
	pointer-events: auto;
}
.global-nav .pc-nav .nav .sub_nav ul{
	background: #ffffff;
	padding: 1.5rem;
	border-radius: 1rem;
}
.global-nav .pc-nav .nav .sub_nav li + li{
	margin-top: 0.625rem;
}
.global-nav .pc-nav .nav li.contact-nav a{
	background: #040E55;
	width: 10rem;
	color: #ffffff;
	text-align: center;
	padding: 0.625rem;
	border-radius: 3.125rem;
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav{
		display: none;
	}
	.global-nav .header-nav{
		padding: 0;
	}
	.global-nav .drawer-hamburger{
		display: block;
		background: #151515;
		width: 1.5rem;
		top: 1.5rem;
		z-index: 99999;
		padding: 1.22rem 1.125rem 1.75rem 1.125rem;
		border-radius: 100%;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
		right: 1.5rem;
	}
	.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--right.drawer-open .drawer-hamburger{
		background: #ffffff;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #040E55
	}
	.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: #ffffff;
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding: 1rem;
	}
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		left: auto;
	}
	.global-header .drawer-nav .drawer-nav-inner{
		background: #040E55;
		height: 100%;
		border-radius: 1.5rem;
		padding: 6.25rem 2.5rem 2.5rem 2.5rem;
	}
	.global-header .drawer-nav .header_logo{
		display: inline-block;
		position: absolute;
		top: -1rem;
		left: -1rem;
		padding: 0.4375rem;
	}
	.global-header .drawer-nav .header_logo img{
		max-width: 4.1875rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li + li{
		margin-top: 2.5rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li .roma,
	.global-nav .drawer-nav ul.drawer-menu li a{
		display: block;
		font-family: "Tenor Sans", sans-serif;
		color: #ffffff;
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1.35;
		white-space: nowrap;
	}
	.global-nav .drawer-nav ul.drawer-menu .sub_nav{
		list-style: disc;
		color: #ffffff;
		margin-left: 1.25rem;
	}
	.global-nav .drawer-nav ul.drawer-menu .sub_nav li{
		margin-top: 1.25rem;
	}
	.global-nav .drawer-nav ul.drawer-menu .sub_nav li a{
		font-size: 1rem;
	}
	.global-nav .drawer-contact{
		text-align: center;
		margin-top: 6.25rem;
	}
	.global-nav .drawer-contact li{
		display: inline-block;
		width: 100%;
		max-width: 17.375rem;
	}
	.global-nav .drawer-contact li a{
		display: block;
		background: #FFFFFF;
		font-family: "Tenor Sans", sans-serif;
		color: #040E55;
		font-size: 1.1875rem;
		font-weight: 400;
		line-height: 3.5rem;
		text-transform: uppercase;
		padding: 0 0.75rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.section-guide{
	position: -webkit-sticky;
	position: sticky;
	top: 1.5rem;
	padding: 0 1.5rem;
}
.section-inner{
	padding: 6.75rem 0 7.5rem 0;
	border-radius: 1.5rem 1.5rem 0 0;
}
.bg-gray{
	background: #ffffff url(../img/bg-gray.png) no-repeat top center;
	background-size: cover;
}
.bg-white{
	background: #FFFFFF;
}
.bg-blue{
	background: #040E55;
}
.inner-wrap{
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
.roma{
	font-family: "Tenor Sans", sans-serif;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	.section-guide{
		padding: 0 1rem;
	}
	.section-inner{
		padding: 4.5rem 0 5rem 0;
	}
	.inner-wrap,
	.inner{
		width: calc(100% - 2rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.section-inner{
		padding: 6rem 0;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.3125rem;
}
.block_btn li .btn{
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 3.5rem;
	text-align: center;
	border-radius: 0.125rem;
}
.block_btn li .roma{
	font-size: 1.25rem;
	font-weight: 400;
	text-transform: unset;
}
.block_btn li .blue{
	background: #040E55;
	color: #ffffff;
}
.block_btn li .blue::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: url(../img/icon/arrow_w.png) no-repeat top center;
	background-size: cover;
	width: 1.375rem;
	height: 1.0625rem;
	right: 2rem;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 20.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 16.3125rem;
	}
	.block_btn li .roma{
		font-size: 1.125rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs span{
	display: inline-block;
	color: #040E55;
	font-family: "Tenor Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.45;
}
.breadcrumbs a span{
	color: #040E55;
}
.breadcrumbs i{
	color: #040E55;
	font-size: 0.75rem;
	margin: 0 0.5rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
.breadcrumbs.white span,
.breadcrumbs.white a span,
.breadcrumbs.white i{
	color: #FFFFFF;
	text-shadow: 0px 3px 20px #040E55;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs span{
		font-size: 0.75rem;
	}
	.breadcrumbs i{
		font-size: 0.625rem;
		margin: 0 1rem;
	}
	.breadcrumbs.white span,
	.breadcrumbs.white a span,
	.breadcrumbs.white i{
		color: #040E55;
		text-shadow: none;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	display: flex;
    align-items: center;
    -webkit-justify-content: center;
	justify-content: center;
	margin-top: 3.3125rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	font-family: "Tenor Sans", sans-serif;
	color: #7D8298;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 0.4375rem!important;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	color: #040E55;
	font-weight: 400!important;
	opacity: 1
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	background: #040E55;
	color: #FFFFFF;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	border-radius: 50%;
}
.wp-pagenavi .previouspostslink{
	margin: 0 1.5rem 0 0!important;
}
.wp-pagenavi .nextpostslink{
	margin: 0 0 0 1.5rem!important;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi a,
	.wp-pagenavi span{
		font-size: 1.25rem;
		margin: 0 0.375rem!important;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink{
		font-size: 1.125rem;
	}
	.wp-pagenavi .previouspostslink{
		margin: 0 1rem 0 0!important;
	}
	.wp-pagenavi .nextpostslink{
		margin: 0 0 0 1rem!important;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	border-top: 0.25rem solid #5874FF;
	margin-top: auto;
	padding: 2.5rem 0 3rem 0;
}
footer .footer-logo{
	width: 20%;
}
footer .footer-logo img{
	width: 100%;
	max-width: 15rem;
}
footer .footer-right{
	width: 80%;
	display: flex;
	flex-direction: column;
	padding-top: 1.25rem;
	padding-left: 5.625rem;
}
.footer-nav .nav{
	width: calc(100% - 15rem);
	column-gap: 1.875rem;
}
.footer-nav .nav li a{
	display: block;
	font-family: "Tenor Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.625rem 0;
}
.footer-nav .nav li.privacy a{
	font-size: 1rem;
}
.footer-nav .sub-nav{
	margin-top: 0.4375rem;
}
.footer-nav .sub-nav li + li{
	margin-top: 0.625rem;
}
.footer-nav .sub-nav li a{
	font-size: 1rem;
	padding: 0;
}
footer .contact-btn{
	width: 10rem;
	margin-left: 5rem;
}
footer .contact-btn li a{
	background: #040E55;
	display: block;
	font-family: "Tenor Sans", sans-serif;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	padding: 0.625rem;
}
.footer .copy{
	font-family: "Tenor Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: right;
	margin-top: auto;
}
@media only screen and (max-width: 1180px) {
	footer .footer-right{
		padding-left: 2rem;
	}
	.footer-nav .nav{
		width: calc(100% - 9.5rem);
		column-gap: 1.5rem;
	}
	.footer-nav .sub-nav{
		margin-top: 0.4375rem;
	}
	footer .contact-btn{
		width: 8rem;
		margin-left: 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	footer{
		padding: 1.25rem 0 1rem 0;
	}
	footer .footer-wrap{
		width: calc(100% - 4rem);
	}
	footer .footer-logo{
		text-align: center;
		width: 100%;
	}
	footer .footer-logo img{
		max-width: 12.5rem;
	}
	footer .footer-right{
		width: 100%;
		padding-top: 1.25rem;
		padding-left: 0;
	}
	.footer-nav .nav{
		width: 50%;
		column-gap: 0;
	}
	.footer-nav .nav li + li{
		margin-top: 1.5rem;
	}
	.footer-nav .nav li a{
		font-size: 1.25rem;
		padding: 0;
	}
	.footer-nav .nav li.privacy a{
		font-size: 0.75rem;
	}
	.footer-nav .sub-nav{
		margin-top: 0.875rem;
	}
	.footer-nav .sub-nav li a{
		font-size: 1rem;
		padding: 0;
	}
	.footer-nav .sub-nav li + li{
		margin-top: 0.625rem;
	}
	footer .contact-btn{
		width: 100%;
		margin-left: 0;
		margin-top: 2.5rem;
	}
	footer .contact-btn li a{
		font-size: 1.25rem;
		line-height: 3.5rem;
		padding: 0 0.625rem;
	}
	.footer .copy{
		text-align: center;
		margin-top: 2.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	footer{
		padding: 2.5rem 0;
	}
	footer .footer-logo{
		text-align: center;
		width: 100%;
	}
	footer .footer-logo img{
		max-width: 10rem;
	}
	footer .footer-right{
		width: 100%;
		padding-top: 1.5rem;
		padding-left: 0;
	}
	.footer-nav .nav{
		width: calc(100% - 12rem);
		column-gap: 1.5rem;
	}
	footer .contact-btn{
		margin-left: 2rem;
	}
	.footer .copy{
		font-size: 0.9375rem;
		text-align: center;
		margin-top: 0.625rem;
	}
}
