/*!
Theme Name: customize_theme
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&display=swap');
bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.6rem;
	color: #333333;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 2px;
	font-feature-settings: "palt";
}
img,video{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	opacity:0.6;
}
.en {
	font-family: 'Montserrat', sans-serif;
}
#wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.in{
	width:1200px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.flex_jc_c{
	justify-content: center;
}
.palt{
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
		overflow: hidden !important;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.tab{
		display:none;
	}
	.in,.in_in{
	width: 92.5%;
	margin: 0 auto;
	}
	.flex_w_sp{
		flex-wrap: wrap;
	}
}

.cor_w{
	color: #fff;
}
.cor_blue{
	color: #222a85;
}
.cor_red {
	color: #ce272e;
}
.cor_yellow{
	color: #ffea00;
}
.bg_w{
	background: #fff;
}
.bg_blue{
	background: #222a85;
}
.bg_blue_02{
	background: #eaecff;
}
.bg_blue_03{
	background: #5a6e81;
}
.bg_gray {
	background: #fafafa;
}
.bg_red {
	background: #ce272e;
}

#header{
	box-shadow: 0px 3px 10px 0px rgba(11, 87, 117, 0.1);
	z-index: 2;
    position: relative;
}
#header .site_logo img{
	width: 150px;
}
#header .header_txt_w{
	background: #f0f0f0;
	padding: 5px 0;
}
#header .header_txt_w p{
	font-size: 1.0rem;
}
#header .header_t{
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
}
#header .header_t > .flex{
	justify-content: space-between;
	align-items: center;
}
#header .header_t_r{
	align-items: center;
}
#header .header_t_r a{
	margin-left: 10px;
}
#header .gnav{
}
#header .gnav ul li{
	width: 16.66666%;
	box-sizing: border-box;
	border-left: 2px solid #fff;
}
#header .gnav ul li:nth-last-child(1){
	border-right: 2px solid #fff;
}
#header .gnav ul li a{
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
	#header{
		border-bottom: 2px solid #222a85;
		z-index: 99;
	}
	#header .hum_btn{
		width: 50px;
	}
	#header .sp_nav_w{
		background: #fff;
		position: fixed;
		height: 100vh;
		width: 80%;
		z-index: 999;
		top:0;
		right: -100%;
		box-sizing:border-box;
		padding: 20px;
		transition: 0.5s;
		opacity: 0;
		filter: blur(5px);
		overflow: scroll;
	}
	#header .sp_nav_w.show{
		right: 0;
		opacity: 1;
	    filter: blur(0px);
	}
	#header .sp_nav_w .close_hum_btn{
		text-align: right;
		margin-bottom: 20px;
	}
	#header .sp_nav_w .close_hum_btn img{
		width: 50px;
	}
	#header .sp_nav_w .sp_nav{
		margin-bottom: 30px;
	}
	#header .sp_nav_w .sp_nav ul li{
		width: 100%;
		border-left: 0px;
		border-right: 0px;
		border-top: 1px solid #e2e2e2;
	}
	#header .sp_nav_w .sp_nav ul li:nth-last-of-type(1){
		border-bottom: 1px solid #e2e2e2;
	}
	#header .sp_nav_w .sp_nav ul li a{
		padding: 15px 0;
		display: block;
	}
	.sp_nav_btn{
		margin-bottom: 10px;
	}
	.sp_nav_btn a{
		display: block;
		margin-bottom: 10px;
	}
}

#footer{
	border-top: 2px solid #222a85;
	padding: 50px 0 20px;
}
#footer .footer_site_logo{
	text-align: center;
	margin-bottom: 40px;
}
#footer .footer_site_logo img{
	width: 200px;
}
#footer .gnav{
	margin-bottom: 30px;
}
#footer .gnav:nth-of-type(1){
	padding-bottom: 30px;
	border-bottom: 1px solid #888;
}
#footer .gnav > .flex{
	justify-content: center;
}
#footer .gnav li{
	border-left: 1px solid #333333;
	width: 20%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#footer .gnav li:nth-last-of-type(1){
}
#footer .gnav li a{
	padding: 10px 20px;
	font-size: 1.4rem;
	line-height: 1;
	display: block;
}
#footer .copy{
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
	#footer .gnav li,
	#footer .gnav li:nth-last-of-type(1){
		width: 100%;
		border-left: 0px;
		border-right: 0px;
		border-top: 1px solid #e2e2e2;
	}
	#footer .gnav li a{
		padding: 15px 0;
		display: block;
	}
}

.btn_01 {
	display: inline-block;
	padding: 18px 10px;
	padding-right: 30px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	position: relative;
	line-height: 1;
	align-items: center;
	margin-left: 10px;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
	background: #ce272e;
}
.btn_01:before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	display: block;
	transform: translate(0, -50%) rotate(135deg);
	position: absolute;
	right: 15px;
	top: 52%;
}

.section_w{
	padding: 50px 0;
}
.sec_ttl_w{
	margin-bottom: 25px;
	align-items: center;
}
.sec_ttl_w .ico{
	margin-right: 20px;
	flex-shrink: 0;
}
.sec_ttl_w .sec_ttl{
	font-size: 2.8rem;
	font-weight: 600;
}
.l_line_ttl{
	font-size: 2.0rem;
	line-height: 1;
	margin-bottom: 15px;
	border-left: 2px solid #222a85;
	padding-left: 15px;
	font-weight: 600;
}
.l_line_ttl_02{
	font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.25;
    display: flex;
    align-items: center;
}
.l_line_ttl_02:before{
	content: "";
	width: 20px;
	height: 2px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}

.sec_ttl_w_02{
	margin-bottom: 50px;
	text-align: center;
}
.sec_ttl_w_02 .sec_ttl:after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #222a85;
	margin:10px auto 0;
}
.sec_ttl_w_02.cor_w .sec_ttl:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #ffea00;
	margin: 10px auto 0;
}
.sec_ttl_w_02 .en{
	font-weight: 600;
}
.sec_ttl_w_02 .sec_ttl{
	font-size: 2.8rem;
	font-weight: 600;
}
.sec_ttl_w_02  .lead_txt{
	margin-top: 30px;
}
.sub_ttl_w_ul{
	margin-bottom: 30px;
}
.sub_ttl_w_ul .ico{
	margin-bottom: 15px;
	text-align: center;
}
.sub_ttl_w_ul .sub_ttl{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height:1.25;
	text-align: center;
}
.sub_ttl_w_ul .sub_ttl:after{
	content: "";
	width: 2px;
	height: 25px;
	background: #222a85;
	display: block;
	flex-shrink: 0;
	margin:15px auto 0;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w .ico{
		margin-right: 20px;
	}
	.sec_ttl_w .sec_ttl{
		font-size: 2.4rem;
		font-weight: 600;
		line-height: 1.25;
	}
}

.cta_btn_w{
	justify-content: center;
	align-items: center;
}
.cta_btn_w a{
	margin:0 15px;
}
@media screen and (max-width: 750px) {
	.cta_btn_w a{
		margin-bottom: 20px;
		width: 100%;
	}
	.cta_btn_w a:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

#search_area_list{

}
#search_area_list .search_area_box{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	padding:20px 35px;
	box-sizing: border-box;
	position: relative;
}
#search_area_list .search_area_box_i{
	padding: 15px 0;
	border-bottom: #e2e2e2 solid 1px;	
}
#search_area_list .search_area_box_i:nth-last-of-type(1){
	border-bottom: 0px;
}
#search_area_list .search_area_box_i dt{
		width: 12.5%;
}
#search_area_list .search_area_box_i dd li{
	border-left: 1px solid #333;
}
#search_area_list .search_area_box_i dd li:nth-last-of-type(1){
	border-right: 1px solid #333;
}
#search_area_list .search_area_box_i dd li a{
	padding: 0 15px;
	line-height: 1;
}
@media screen and (max-width: 750px) {
	#search_area_list .search_area_box{
		padding: 20px;
	}
	#search_area_list .search_area_box_i dt{
		width: 100%;
		margin-bottom: 10px;
	}
	#search_area_list .search_area_box_i dt a{
		font-size: 1.5rem;
	}
	#search_area_list .search_area_box_i dd li {
		border-left: 1px solid #333;
		margin-bottom: 6px;
		width: 33%;
		text-align: center;
		box-sizing: border-box;
	}
	#search_area_list .search_area_box_i dd li:nth-of-type(3n){
			border-right: 1px solid #333;
	}
}

.btn_w {
	text-align: right;
}

.btn_w a {
	display: inline-block;
	color: #222a85;
	padding: 10px;
}