@charset "utf-8";

@import url("../../themes/template-c/style_c4.css");

.te_c{
	text-align: center;
}
.box{
	border: 1px solid #e5e5e5; 
	padding: 2em 2em 1em; 
	margin-top: 1em; 
	font-size:0.88rem;
}

.rayout01_container{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rayout01_img{
	text-align: center;
	margin-bottom: 1em;
}
.rayout01_img img{
	width: 100%;
}

.voice_staff{
		background-color: #775A25;
    color: #fff;
    padding: 0.25em 0.75em;
    margin-bottom: 1em;
    display: inline-block;
	font-weight: bold;
}

.entry-content .staff_profile th,
.entry-content .staff_profile td{
	width: 100%;
	border: none;
	display: block;	
	text-align: left;
}

.top_committed{
	font-size: 0.88em;
}

.rayout01_container li{
	margin-bottom: 2.5em;
	border: 1px solid #e5e5e5;
  padding: 1em;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 4rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recruit_area .main_content{
	max-width: 860px;
	margin: auto;
}
.recruit_container{
	margin-bottom: 6em;
}

.occupation img{
	display: block;
	margin: auto;
	
}

.curriculum{
	padding: 0.5em 2em;
  background-color: #e5e5e5;
}

.recruit_collection{
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.recruit_collection li{
	width: 48%;
	margin-bottom: 1em;
}

.recruit_message {
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruit_message_img{
	text-align: center;
	margin-bottom: 2em;
}
.recruit_message_img img{
	max-width: 300px;
}

@media only screen and (min-width: 780px) , print {

	.recruit_message {
		display: flex;
		justify-content: space-between;
	}

	.recruit_message_img{
		width: 64%;
		margin-right: 2em;
	}

}


@media only screen and (min-width: 540px) , print {
	
.rayout01_container{
	padding: 0;
	margin: 0;
	align-items: flex-start;

}

.rayout01_container li{
	display: flex;
	justify-content: space-between;
}
	
/*.top_committed .rayout01_container li:nth-child(odd){
	flex-direction: row-reverse;
}*/
	
.rayout01_img{
	width: 30%;
	align-self: flex-start;
	margin-bottom: 0;
}
.rayout01_img img{
	align-self: flex-start;
}
.rayout01_container li p{
	width: 67%
}
	
.recruit_collection li{
	width: 23%;
}

	
	
}