@charset "utf-8";

/* indexのみ上書き
------------------ */
@media print, screen and (min-width: 980px){
#main{
	max-width: 1280px;
	margin: 0 auto;
}
}


#main_img{
	width: 100%;
	/*height: 50vh;*/
	margin:0 auto 2rem;
	background: url("../../img_index/main.jpg") no-repeat 95% -40px / cover;
	position: relative;
	z-index: 0;
}

.main_img_text{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

.main_img_text::before{
	content: "";
	display: block;
	width: 5rem;
	height: 6rem;
	position: absolute;
	top: 4rem; right: 3rem;
	background: url("../../img_index/main_ornament.png") no-repeat center / contain;
	opacity: 0.5;
}

.main_img_text .company{
	font-size: 0.875rem;
	background-color: rgba(255,255,255,0.8);
	padding: 0.5rem;
}

.main_img_text .h01{
	font-size: 2.25rem;
	color: #fff;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 12px;
	background:#00C6F0;
	padding: 0.5rem;
	position: relative;
}

.main_img_text .h01::before{
	content: "";
	display: block;
	width: 100%;
	height: 2.5rem;
	position: absolute;
	top: -2.5rem; left: 0;
	background: url("../../img_index/main_bg.png") no-repeat center / cover;
}

/*.main_img_text br{
	display: none;
}*/

.mission{
	display: none;
}


@media print, screen and (min-width:640px){
	
	
	#main_img{
		width: 100%;
		height: 360px;
		margin:2rem auto 4rem;
		background-size: 70%;
		background-position: bottom right;
	}

	.main_img_text{
		flex-flow: column;
		justify-content: space-between;
		width: 30%; height: 100%;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	
	
	.main_img_text .h01{
		font-size: 2rem;
		color: #fff;
		font-weight: 500;
		line-height: 1.25;
		padding: 1rem;
		letter-spacing: 8px;
	}

	.main_img_text .strong{
		font-size: 1.25em;
		letter-spacing: 12px;
	}
	
	
	.main_img_text .h01 br{
		display: block;
	}
	
	.main_img_text .h01::before{
		width: 100%;
		height: 4.5rem;
		position: absolute;
		top: -4rem; left: 0;
	}
	
	.mission{
		display: block;
		font-size: 0.75rem;
		text-align: center;
		padding: 0.5rem 1rem;
		background: #fff;
		position: absolute;
		right: 1rem; bottom: 1rem;
	}
	
	
	.main_img_text .company{
		font-size: 1rem;
		padding: 1rem 0.75rem;
		z-index: 2;
	}

	
}


@media print, screen and (min-width:960px){
	#main_img{
		height: 554px;
	}
	.main_img_text .h01{
		font-size: 3.5rem;
	}
	
	.mission{
		font-size: 1rem;
	}
}

/*　メッセージ　*/

#msg{
	padding: 1rem 0 6rem;
	position: relative;
	z-index: 0;
}


#msg::after{
	content: "";
	display: block;
	width: 100%;
	height: 3.5rem;
	position: absolute;
	bottom: 0; left: 0;
	
	background: url("../../img_index/msg_bg.png") repeat;

}

.h02 .sub{
	font-size: 0.875rem;
	display: block;
}

.msg_ph_l,.msg_ph_r{
	width: 50%;
	position: relative;
}

.msg_ph_l{  float: left;}
.msg_ph_r{ margin-left: auto;}

.msg_text{
	width: 80%;
	margin: 0 auto;
}

/*.msg_text .h02{
	margin-top: 2rem;
}*/

.msg_text .t{
	line-height: 2;
}

@media print, screen and (min-width:640px){
	#msg{
		padding: 3rem 0 8rem;
	}
	
	.msg_text{
		width: 45%;
	}
	
	.msg_ph_l,.msg_ph_r{
		width: 22%;
		position: absolute;
		top: 0;
	}
	
	.msg_ph_l{ left: 0;}
	.msg_ph_r{ margin: 0; right: 0;}

.msg_text .h02{
	margin-top: 0;
}
}


/* 記事 */

#content01{
	padding: 8rem 2rem 3rem;
	background-color: #fff;
	position: relative;
}

#content01::after{
	content: "";
	display: block;
	width: 8rem;
	height: 6rem;
	position: absolute;
	top: 1rem; right: 0.5rem;
	
	background: url("../../img_index/hotal.png") no-repeat center / contain;

}

#content01 .h02{
	text-align: left;
}

#content01 .blue{
	font-weight: bold;
}


#roster{
	font-weight: bold;
	border-top: 10px solid #228DA5;
	padding:3rem 1.5rem 0;
	background: #fff;
}


#roster p{
	line-height: 2.25;
}

.content_small{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}


.name_list{
	
}

.name_list li{
	margin-right: 0.5rem;
}

.img-cover{
	width: 100%;
	height: 20vh;
}

.img-cover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media print, screen and (min-width:960px){
	
	#content01{
		padding: 5rem 4rem 3rem;
	}
	
	
	#content01 .h02{
		text-align: center;
	}
	
	#content01::after{
		width: 10rem;
		height: 8rem;
		top: 2.5rem; right: 3rem;
	}
	
	.img-cover{
		height: 40vh;
	}

}



/*eof*/