@charset "UTF-8";
.mov_area{
	width: 100%;
	position: relative;
	border:1px solid #fff;
	border-radius: 8px;
}
.mov_area img{
	border-radius: 8px;
}
.mov_area video{
	border-radius: 8px;
}
/* コンセプト*/
.concept_area{
	width: 70%;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.conp_1_catch{
	width: 70%;
	margin: 30px auto;
}
.conp_1{
	width: 90%;
	font-size: 1.1rem;
	color: #323232;
	margin: 10px auto;

}
.conp_1 span{
	color: #d54e78;
}
.conp_btn{
	width: 28%;
	margin: 30px auto;
}
.conp_2{
	width: 80%;
	margin: 10px auto
}
.conp_l{
	font-size: 1.1rem;
	color:#001F57;
	line-height: 1.7rem;
	margin: 5px 0;
	font-weight: 500;
}

/*---------news------------*/

.news_base{
	width: 100%;
	padding: 40px 50px;
	background-color: #f5e5e9;
	border-top: 1px solid #fff;
}
.top_sub_ttl{
	width: 150px;
	margin: 20px auto;

}
.news_area{
	width: 80%;
	margin: 0 auto;
}
.news_area dl{
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	border: 1px solid #fff;
}

.news_area dt{
	width: 8em;
	color: rgba(0,16,90,1.00);
	font-weight: 700;
}
.news_area dd{
	width: calc(100% - 8em);
}

.news_area dd a{
	color:#383838;
	text-decoration: none;
}
.news_area dd a:hover{
	color: rgba(0,16,90,1.00);
	border-bottom: 1px solid rgba(0,16,90,0.70);
}

/*-----------------service_area--------------------------*/
.service_area{
	width: 70%;
	margin: 0 auto;
}
.servis_ttl{
	width: 50%;
	margin: 30px auto;
}
.service_box{
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding: 0 48% 20px 0;
	display: flex;
	flex-direction: column;
}
.service_box_item1{
	width: 100%;
	margin-bottom: 20px;
	
}
.service_box_item2{
	width: 52%;
	position: absolute;
	top:60px;
	right:0;
}
.service_box_item3{
	width: 52%;
	position: absolute;
	bottom:110px;
	right:0;
}
.service_follow{
	width: 60%;
	margin: 0 auto;
}
.service_btn_area{
	width: 96%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.service_btn{
	width: 32.3%;
}
.service_btn:hover{
	opacity: 0.8;
	-webkit-transform: translatex(2px);
	        transform: translatex(2px);
}
/*-----------------results_area----------------------*/
.results_area{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.results_area h3{
	font-size: 1.7rem;
	line-height: 1.2em;
	color: #061B51;
	margin: 40px auto 20px;
	text-align: center;
}
.results_cp{
	width: 72%;
	margin: 20px auto;
}
.results_btn{
	width: 25%;
	margin: 20px auto;
}
.results_btn:hover{
	opacity: 0.8;
	-webkit-transform: translatex(3px);
	        transform: translatex(3px);
}
.results_photo{
	width: 90%;
	margin: 20px auto 30px;
}
.results_photo img{
	width: 100%;
	border-radius: 12px;
}

/*---------------top-bottom-------------------------*/
.bottom_area{
	width: 40%;
	margin: 0 auto;
}
.btn_mail{
	width: 70%;
	margin: 20px auto 10px;
}
.btn_tel{
	width: 75%;
	margin: 20px auto 10px;
}
.btn_mail:hover{
	opacity: 0.8;
	-webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
.btn_tel:hover{
	opacity: 0.8;
	-webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
/*-----------------Bnr-Area--------------------*/
.bnr_ttl{
	width: 20%;
	margin: 30px auto;
}
.bnr_area{
	width: 82%;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bnr{
	width: 48%;
}
.bnr img{
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	
}
.bnr a:hover{
	opacity: 0.8;
	
}

@media screen and (max-width:900px){
.mov_area{
	width: 100%;
	position: relative;
	border:1px solid #fff;
	border-radius: 8px;
}
.mov_area img{
	border-radius: 8px;
}
.mov_area video{
	border-radius: 8px;
}
/* コンセプト*/
.concept_area{
	width: 90%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.conp_1_catch{
	width: 70%;
	margin: 20px auto;
}
.conp_1{
	width: 100%;
	font-size: 1.0rem;
	color: #323232;
	margin: 10px auto;

}
.conp_1 span{
	color: #d54e78;
}
.conp_btn{
	width: 30%;
	margin: 10px auto;
}
.conp_2{
	width: 80%;
	margin: 10px auto
}

/*---------news------------*/

.news_base{
	width: 100%;
	padding: 30px 40px;
	background-color: #f5e5e9;
}
.top_sub_ttl{
	width: 150px;
	margin: 20px auto;

}
.news_area{
	width: 90%;
	margin: 0 auto;
}
.news_area dl{
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	border: 1px solid #fff;
}

.news_area dt{
	width: 8em;
	color: rgba(0,16,90,1.00);
	font-weight: 700;
}
.news_area dd{
	width: calc(100% - 8em);
}

/*-----------------service_area--------------------------*/
.service_area{
	width: 90%;
	margin: 0 auto;
}
.servis_ttl{
	width: 55%;
	margin: 20px auto;
}
.service_box{
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding: 0 48% 20px 0;
	display: flex;
	flex-direction: column;
}
.service_box_item1{
	width: 100%;
	margin-bottom: 20px;
	
}
.service_box_item2{
	width: 52%;
	position: absolute;
	top:60px;
	right:0;
}
.service_box_item3{
	width: 52%;
	position: absolute;
	bottom:110px;
	right:0;
}
.service_follow{
	width: 60%;
	margin: 0 auto;
}
.service_btn_area{
	width: 96%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.service_btn{
	width: 32.3%;
}
/*-----------------results_area----------------------*/
.results_area{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.results_area h3{
	font-size: 1.2rem;
	line-height: 1.2em;
	color: #061B51;
	margin: 40px auto 0;
	text-align: center;
}
.results_cp{
	width: 84%;
	margin: 20px auto;
}
.results_btn{
	width: 30%;
	margin: 20px auto;
}
.results_btn:hover{
	opacity: 0.8;
	-webkit-transform: translatex(3px);
	        transform: translatex(3px);
}
.results_photo{
	width: 100%;
	margin: 20px auto 30px;
}
.results_photo img{
	width: 100%;
	border-radius: 12px;
}
/*---------------top-bottom-------------------------*/
.bottom_area{
	width: 50%;
	margin: 0 auto;
}
.btn_mail{
	width: 70%;
	margin: 20px auto 10px;
}
.btn_tel{
	width: 75%;
	margin: 20px auto 10px;
}
/*-----------------Bnr-Area--------------------*/
.bnr_ttl{
	width: 25%;
	margin: 20px auto;
}
.bnr_area{
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bnr{
	width: 48%;
}
.bnr img{
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	
}
.bnr img:hover{
	opacity: 0.8;
	/*-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);*/
	
}

}
@media screen and (max-width:480px){
.mov_area{
	width: 100%;
	position: relative;
	border-top:0px solid #fff;
	border-bottom:0px solid #fff;
	border-radius:0;
}
.mov_area img{
	border-radius:0;
}
.mov_area video{
	border-radius:0;
}
	
.mov_area{
	width: 100%;
	position: relative;
	border:0 solid #fff;
	border-radius: 0;
}
.mov_area img{
	border-radius: 0;
}
.mov_area video{
	border-radius: 0;
}
/* コンセプト*/
.concept_area{
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.conp_1_catch{
	width: 90%;
	margin: 10px auto;
}
.conp_1{
	width: 90%;
	font-size: 1.0rem;
	color: #323232;
	margin: 10px auto;

}

.conp_btn{
	width: 40%;
	margin: 20px auto;
}
.conp_2{
	width: 90%;
	margin: 10px auto
}

/*---------news------------*/

.news_base{
	width: 100%;
	padding: 20px 50px;
	background-color: #f5e5e9;
}
.top_sub_ttl{
	width: 150px;
	margin: 0 auto 10px;

}
.news_area{
	width: 90%;
	margin: 0 auto;
}
.news_area dl{
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	border: 1px solid #fff;
}

.news_area dt{
	width: 100%;
	color: rgba(0,16,90,1.00);
	font-weight: 700;
}
.news_area dd{
	width: 100%;
}

.news_area dd a{
	color:#383838;
	text-decoration: none;
}
.news_area dd a:hover{
	color: rgba(0,16,90,1.00);
	border-bottom: 1px solid rgba(0,16,90,0.70);
}

/*-----------------service_area--------------------------*/
.service_area{
	width: 90%;
	margin: 0 auto;
}
.servis_ttl{
	width: 80%;
	margin: 20px auto;
}
.service_box{
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding: 0 0 0 0;
	display: flex;
	flex-direction: column;
}
.service_box_item1{
	width: 100%;
	margin-bottom: 125px;
	
}
.service_box_item2{
	width: 100%;
	position: absolute;
	top:130px;
	right:0;
}
.service_box_item3{
	width: 100%;
	position: absolute;
	bottom:240px;
	right:0;
}
.service_follow{
	width: 100%;
	margin: -130px auto 0;
}
.service_btn_area{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 30px auto;
}
.service_btn{
	width: 100%;
	margin:0 auto 10px
}
.service_btn:hover{
	opacity: 0.8;
	-webkit-transform: translatex(2px);
	        transform: translatex(2px);
}
/*-----------------results_area----------------------*/
.results_area{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.results_area h3{
	font-size: 1.4rem;
	line-height: 1.2em;
	color: #061B51;
	margin: 40px auto 10px;
	text-align: center;
}
.results_cp{
	width: 90%;
	margin: 10px auto;
}
.results_btn{
	width: 50%;
	margin: 20px auto 0;
}
.results_btn:hover{
	opacity: 0.8;
	-webkit-transform: translatex(3px);
	        transform: translatex(3px);
}
.results_photo{
	width: 90%;
	margin: 20px auto;
}
.results_photo img{
	width: 100%;
	border-radius: 12px;
}

/*---------------top-bottom-------------------------*/
.bottom_area{
	width: 80%;
	margin: 0 auto;
}
.btn_mail{
	width: 70%;
	margin: 20px auto 10px;
}
.btn_tel{
	width: 75%;
	margin: 20px auto 10px;
}
.btn_mail:hover{
	opacity: 0.8;
	-webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
.btn_tel:hover{
	opacity: 0.8;
	-webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
/*-----------------Bnr-Area--------------------*/
.bnr_ttl{
	width: 40%;
	margin: 20px auto 0;
}
.bnr_area{
	width: 70%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bnr{
	width: 100%;
	margin: 0 auto 20px;
}
.bnr img{
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	
}
.bnr a:hover{
	opacity: 0.8;
	
}
}