@charset "utf-8";

/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Urbanist', sans-serif;*/

body{
	font-family: 'Noto Sans JP', sans-serif;
}

header{
	position: fixed;
	width: 100%;
	top: -180px;
	z-index: 99999;
	transition-duration: 500ms;
}

.bl_header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
	z-index: 99999;
}

.el_ttlIkei{
	position: relative;
	display: inline-block;
	width: 325px;
	margin-top: 45px;
}

.el_ttlIkei img{
	width: 100%;
}

.el_ttlIkei a{
	color: #000;
}

.el_ttlBY{
	font-family: 'Urbanist', sans-serif;
	font-size: 1.6rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.el_ttlBY img{
	width: 70px;
	margin-left: 10px;
}


/*header右側*/
.bl_headerR{
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.el_headerBtn a{
	background-color: #0084C9;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 40px 12px 30px;
	border-radius: 100vh;
	min-width: 200px;
	margin-left: 8px;
	position: relative;
}

.el_headerBtn a::after{
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(-45deg);
	transition-duration: 500ms;
}

.el_headerBtn a:hover{
	box-shadow: 2px 4px 10px 0 rgb(31 38 135 / 25%);
}

.el_headerBtn a:hover::after{
	right: 15px;
	transition-duration: 500ms;
}

.el_headerBtn.el_headerBtn__orange a{
	background-color: #FCB11A;
}

.el_telephone{
	color: #0084C9;
	font-weight: 700;
	font-size: 2.3rem;
	padding-left: 30px;
	position: relative;
}

.el_telephone::before{
	font-family: 'Material Symbols outlined';
	content: '\e0b0';
	font-size: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
}





/*スクロール時のheader*/

header{
	background: rgba( 255, 255, 255, 0.5 );
	box-shadow: 0 4px 20px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 12px );
	-webkit-backdrop-filter: blur( 12px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	border-bottom: none;
}

.bl_header.bl_header__scroll{
	align-items: center;
	padding: 15px 20px;
}

.bl_pageNav_cover{
	background-color: #0084C9;
}

.bl_pageNav{
	background-color: #0084C9;
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.bl_pageNav li{
	list-style: none;
	width: 25%;
	border-right: 1px solid #fff;
}

.bl_pageNav li:first-of-type{
	border-left: 1px solid #fff;
}

.bl_pageNav a{
	text-decoration: none;
	color: #fff;
	background-color: #0084C9;
	padding: 10px;
	display: flex;
	justify-content: center;
}

.bl_header__scroll .el_ttlIkei{
	width: 120px;
	margin: 0;
}

.bl_header__scroll .el_ttlBY{
	font-size: 1.4rem;
	right: -40px;
}

.bl_header__scroll .el_ttlBY img{
	width: 47px;
	margin-left: 5px;
}

.bl_header__scroll .bl_headerR{
	margin-top: 0;
}







.el_btn{
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 33px;
	background-color: #0084C9;
	width: 100%;
	max-width: 500px;
	border-radius: 100vh;
	font-weight: 700;
	font-size: 2.3rem;
	position: relative;
	box-sizing: border-box;
	border: none;
	transition-duration: 500ms;
	cursor: pointer;
}

.el_btn::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%) rotate(-45deg);
	transition-duration: 500ms;
}

.el_btn:hover{
	box-shadow: 4px 4px 20px 0 rgb(31 38 135 / 32%);
}

.el_btn:hover::after{
	right: 35px;
	transition-duration: 500ms;
}

.ly_btn_center{
	margin: 0 auto 0;
}




.ly_centerContet{
	padding: 0 50px;
	max-width: 1300px;
	margin: 0 auto 100px;
}


.el_mainTtl{
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 60px;
}


.el_subTtl{
	font-size: 2.5rem;
	font-weight: 700;
	color: #0084C9;
	text-align: center;
}

.el_kome{
	position: relative;
}

.el_kome span{
	display: inline-block;
	margin-left: 5px;
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	right: 38%;
	transform: translateY(-50%);
}

.hr_min-height{
	min-height: 650px;
}






footer{
	background-color: #0084C9;
	color: #fff;
	font-size: 1.5rem;
}

footer a{
	color: #fff;
	text-decoration: underline;
}

.bl_footerIn{
	display: flex;
	align-items: center;
	max-width: 1300px;
	padding: 25px 50px;
	margin: 0 auto;
}

.el_logoSurvice{
	width: 20%;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
}

.el_logoSurvice img{
	width: 130px;
}

.bl_footerIn_flex{
	display: flex;
	align-items: center;
	flex: 1;
	padding-left: 70px;
}

.el_logoCompany{
	margin-right: 30px;
	width: 80px;
}

.el_logoCompany img{
	width: 100%;
}

.el_footerAddress{
	line-height: 1.5;
}

.el_copy{
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #fff;
}

.el_copy > div {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.el_footer_br{
		display: none;
	}

.el_btn__footer{
	display: inline-block;
	background-color: #fff;
	color: #0084C9;
	text-decoration: none;
	padding: 10px 20px;
	margin-top: 10px;
	border-radius: 100vh;
}

.el_btn__footer::after{
	font-family: 'Material Symbols outlined';
	content: '\e89e';
	margin-left: 5px;
}



/*header調整*/
@media screen and (max-width:1300px){
	.el_telephone{
		font-size: 1.8rem;
	}
	
	.el_headerBtn a{
		font-size: 1.7rem;
		padding: 12px 37px 12px 27px
	}
	
	.el_telephone::before{
		font-size: 2.1rem;
	}
	
	.el_ttlIkei{
		width: 300px;
	}

}



@media screen and (max-width:1024px){
	header{
		top: 0;
		z-index: 99999;
	}
	
	.bl_header{
		align-items: center;
		padding: 15px;
	}
	
	.bl_header.bl_header__scroll{
		padding: 10px 15px;
	}
	
	.bl_header.bl_header__pageTop{
		display: none;
	}
	
	.el_telephone{
		display: none;
	}
	
	.el_headerBtn__pamphlet{
		display: none;
	}
	
	.bl_header__scroll .el_ttlIkei{
		width: 75px;
	}
	
	.bl_header__scroll .el_ttlBY{
		font-size: 1rem;
		right: -26px;
	}
	
	.bl_header__scroll .el_ttlBY img{
		width: 25px;
		margin-left: 5px;
	}
	
	.bl_headerR{
		margin-top: 0;
	}
	
	.el_headerBtn a{
		padding: 5px;
		min-width: 150px;
		font-size: 1.5rem;
	}
	
	.el_headerBtn a::after{
		right: 15px;
		width: 5px;
		height: 5px;
	}
	
	.el_headerBtn a:hover{
	box-shadow: none;
}

.el_headerBtn a:hover::after{
	right: 15px;
}
	
	.el_mainTtl{
		font-size: 2.3rem;
		margin-bottom: 45px;
	}
	
	.bl_pageNav{
		flex-wrap: wrap;
	}
	
	.bl_pageNav li{
		width: 50%;
	}
	
	.bl_pageNav li:first-of-type{
		border-left: none;
		border-bottom: 1px solid #fff;
	}
	
	.bl_pageNav li:nth-of-type(2){
		border-bottom: 1px solid #fff;
	}
	
	.bl_pageNav li:nth-of-type(even){
		border-right: none;
	}
	
	.bl_pageNav a{
		padding: 7px;
		line-height: 1.3;
		font-size: 1.5rem;
	}
	
	
	
	.ly_centerContet{
	padding: 0 20px;
	margin: 0 auto 50px;
}
	
	
	
	.el_btn{
	padding: 20px;
	font-size: 2rem;
	max-width: 400px;	
}

.el_btn::after{
	width: 9px;
	height: 9px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	right: 30px;
}
	
	.el_btn:hover{
	box-shadow: none;
}

.el_btn:hover::after{
	right: 30px;
}
	
	.bl_footerIn{
		display: block;
		padding: 25px 25px 60px 25px;
	}
	
	.el_logoSurvice{
		width: 100%;
		border-right: none;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.bl_footerIn_flex{
		padding-left: 0;
		justify-content: center;
		display: block;
		position: relative;
	}
	
	.el_logoCompany{
		width: 50px;
		position: absolute;
		right: 0;
		bottom: -30px;
		margin-right: 0;
	}
	
	.el_footer_br{
		display: block;
	}
	
	.el_kome span{
	right: 30%;
}
	
	
	.hr_min-height{
	min-height: 350px;
}

.el_copy > div {
	max-width: 100%;
	display: block;
}
	
	
	
	
	
	
}







@media screen and (max-width:500px){
.el_mainTtl{
		font-size: 2rem;
		margin-bottom: 45px;
	}
	
.el_kome span{
	right: 13px;
}
	
.hr_min-height{
	min-height: 180px;
	}
	
}