@charset "UTF-8";
.mov_area{
	width: 100%;
	position: relative;
	border:1px solid #002C60;
	border-radius: 8px;
}
.mov_area img{
	border-radius: 8px;
}
.mov_area video{
	border-radius: 8px;
}
/*---------news------------*/

.news_base{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px 50px;
	border-radius: 12px;
	background-color: #fff;
	margin: 40px auto;
	align-items: flex-start;
}
.top_sub_ttl{
	width: 150px;
	margin: 20px 0 0 0;

}
.news_area{
	width: calc(100% - 180px);
}
.news_area dl{
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	border: 1px solid #00a9d9;
}

.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);
}

/* コンセプト*/
.concept_area{
	width: 84%;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.conp_1{
	width: 53%;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	color: #323232;

}
.conp_1_catch{
	font-size: 2.2vw;
	color: #00125d;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.conp_2{
	width: 39%;
	text-align: right;
	display: flex;
	flex-direction: column;
}

/*-----------------こんな経験はありませんか？--------------------------*/

.q_area{
	width: 80%;
	margin: 20px auto;
}
.q_catch{
	width: 55%;
	margin: 0 auto 20px;
}
.q_box{
	widows: 100%;
	height: 28vw;
	position: relative;
}
.q_box_1{
	position: absolute;width: 36%;
	top:0;
	left:0;
	z-index: 1;
}
.q_box_2{
	position: absolute;
	width: 36%;
	bottom:0;
	left:32%;
	z-index: 2;
}
.q_box_3{
	position: absolute;width: 36%;
	top:0;
	right:0;
	z-index: 1
}
.q_com{
	width: 70%;
	padding: 20px 40px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0,40,93,1.00);
	border-radius:12px;
	margin: 20px auto;
}

/*-------------------a-box---------------------------*/
.jump_btn{
	width: 35%;
	margin: 40px auto;
	
}
.jump_btn img:hover{
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
}
.a_area{
	width: 84%;
	margin: 20px auto;
}
.a_box{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 40px auto; 
}
.a_box_item1{
	width: 53%;
}
.a_box_item2{
	width: 39%;
}
.a_hcp{
	font-size: 1.8rem;
	color: #002c5f;
	font-weight: 700;
}
.a_cont{
	width: 100%;
	margin: 20px auto;
	color: #002c5f;
	font-size: 1.1rem;
	font-weight: 500;
}
.a_cont span{
	color: #00A8D7;
}
/*-----------------point--------------------*/

.point_area{
	width: 84%;
	margin: 40px auto;
}
.point_box{
	width: 	100%;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.point_catch{
	width: 50%;
	margin: 0 auto;
}
.point_item{
	width: 30%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	background-color: #00285D;
	font-weight: 500;
	color: #fff;
	border-radius: 12px;
}
.point_item img{
	width: 100%;
	margin-bottom: 10px;
}
/*---------------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, .btn_tel, img:hover{
	opacity: 0.8;
	-webkit-transform: translatey(-3px);
	        transform: translatey(-3px);
}
/*-----------------Bnr-Area--------------------*/
.bnr_ttl{
	width: 20%;
	margin: 30px auto;
}
.bnr_area{
	width: 90%;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bnr{
	width: 46%;
}
.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:900px){
/*---------news------------*/

.news_base{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 50px;
	border-radius: 12px;
	background-color: #fff;
	margin: 40px auto;
	align-items: center;
}
.top_sub_ttl{
	width: 130px;
	margin: 0 0 0 0;

}
.news_area{
	width: 100%;
}

/* ----------------コンセプト---------------*/
.concept_area{
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

.conp_1{
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	color: #323232;

}
.conp_1_catch{
	font-size: 3.5vw;
	color: #00125d;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.conp_2{
	width: 60%;
	margin: 20px 0 0 40%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

/*-----------------こんな経験はありませんか？--------------------------*/

.q_area{
	width: 80%;
	margin: 20px auto;
}
.q_catch{
	width: 65%;
	margin: 0 auto 20px;
}
.q_box{
	widows: 90%;
	height: 60vw;
	position: relative;
}
.q_box_1{
	position: absolute;
	width: 50%;
	top:0;
	left:5%;
	z-index: 1;
}
.q_box_2{
	position: absolute;
	width: 50%;
	bottom:0;
	left:5%;
	z-index: 2;
}
.q_box_3{
	position: absolute;
	width: 50%;
	top:25%;
	right:0;
	z-index: 1
}
.q_com{
	width: 90%;
	padding: 20px 40px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0,40,93,1.00);
	border-radius:12px;
	margin: 10px auto 20px;
}

/*-------------------a-box---------------------------*/
.jump_btn{
	width: 50%;
	margin: 40px auto 20px;
	
}

.a_area{
	width: 90%;
	margin: 20px auto;
}
.a_box{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 40px auto; 
}
.a_box_item1{
	width: 57%;
}
.a_box_item2{
	width: 40%;
}
.a_hcp{
	font-size: 1.5rem;
	color: #002c5f;
	font-weight: 700;
}
.a_cont{
	width: 100%;
	margin: 20px auto;
	color: #002c5f;
	font-size: 1.1rem;
	font-weight: 500;
}

/*-----------------point--------------------*/

.point_area{
	width: 80%;
	margin: 30px auto;
}
.point_box{
	width: 	100%;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.point_catch{
	width: 70%;
	margin: 0 auto;
}
.point_item{
	width: 70%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	background-color: #00285D;
	font-weight: 500;
	color: #fff;
	border-radius: 12px;
	margin: 10px auto;
}
.point_item img{
	width: 100%;
	margin-bottom: 10px;
}
/*---------------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;
}
	
/*---------news------------*/

.news_base{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 20px;
	border-radius: 12px;
	background-color: #fff;
	margin: 30px auto;
	align-items: center;
}
.top_sub_ttl{
	width: 100px;
	margin: 0 0 0 0;

}
.news_area{
	width: 100%;
}
.news_area dl{
	padding: 10px 20px;
	margin: 20px 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2);
	border: 1px solid #00a9d9;
}

.news_area dt{
	width: 8em;
	color: rgba(0,16,90,1.00);
	font-weight: 700;
}
.news_area dd{
	width: 100%;
	line-height: 1.6em;
}
/* ----------------コンセプト---------------*/
.concept_area{
	width: 94%;
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}

.conp_1{
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.0rem;
	color: #323232;

}
.conp_1_catch{
	font-size: 5.5vw;
	color: #00125d;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.conp_2{
	width: 80%;
	margin: 0 0 0 20%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

/*-----------------こんな経験はありませんか？--------------------------*/

.q_area{
	width: 90%;
	margin: 10px auto;
}
.q_catch{
	width: 100%;
	margin: 0 auto 20px;
}
.q_box{
	widows: 90%;
	height: 150vw;
	position: relative;
}
.q_box_1{
	position: absolute;
	width: 80%;
	top:0;
	left:0;
	z-index: 1;
}
.q_box_2{
	position: absolute;
	width: 80%;
	bottom:0;
	left:5%;
	z-index: 2;
}
.q_box_3{
	position: absolute;
	width: 80%;
	top:31%;
	right:0;
	z-index: 1
}
.q_com{
	width: 96%;
	padding: 10px 20px;
	font-size: 1.0rem;
	font-weight: 700;
	color: #fff;
	background-color: rgba(0,40,93,1.00);
	border-radius:12px;
	margin: 10px auto 20px;
}

/*-------------------a-box---------------------------*/
.jump_btn{
	width: 80%;
	margin: 20px auto 20px;
	
}

.a_area{
	width: 90%;
	margin: 20px auto;
}
.a_box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px auto; 
}
.a_box_item1{
	width: 100%;
}
.a_box_item2{
	width: 80%;
	margin:0 auto; 
}
.a_hcp{
	font-size: 1.4rem;
	line-height: 1.4em
}
.a_cont{
	width: 100%;
	margin: 20px auto;
	color: #002c5f;
	font-size: 1.0rem;
	font-weight: 500;
}

/*-----------------point--------------------*/

.point_area{
	width: 90%;
	margin: 30px auto;
}
.point_box{
	width: 	100%;
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
}
.point_catch{
	width: 80%;
	margin: 0 auto;
}
.point_item{
	width: 90%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	background-color: #00285D;
	font-weight: 500;
	color: #fff;
	border-radius: 12px;
	margin: 10px auto;
}
.point_item img{
	width: 100%;
	margin-bottom: 10px;
}
/*---------------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;
}
/*-----------------Bnr-Area--------------------*/
.bnr_ttl{
	width: 40%;
	margin: 10px auto;
}
.bnr_area{
	width: 80%;
	margin: 20px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bnr{
	margin-bottom: 20px;
	width: 100%;
}
.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);
	
}
}