@charset "utf-8";
/* CSS Document */

.section > h4 {
	text-align: center;
}
.section .row {
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0;
	justify-content: center;
}
.section .row .col {
	flex: 1;
	/*flex-grow:1;
	flex-shrink:1;
	flex-basis: 950px;*/
	max-width: 50%;
}
.section .col-text {
	padding: 0 45px 0 16.5%;
	padding: 0 45px 0 calc(50% - 475px);
}
.section .row .col.col-photo {
	flex: 0 0 auto;
}
.section .col-photo img {
	height: auto;
	max-width: 100%;
}
.section .col-photo p {
	margin: 10px 20px 0;
}
.section .col-photo + .col-text {
	padding: 0 16.5% 0 45px;
	padding: 0 calc(50% - 475px) 0 45px;
}
.contents .section .col-text p {
	line-height: 1.875;/*30px*/
	margin-bottom: 30px;
	margin-top: 30px;
}

.col-text h5,
.col-text dt {
	font-size: 18px;
	line-height: 1.6666;/*30px*/
	font-weight: bold;
}
.col-text ul,
.col-text dd,
.col-text table {
	font-size: 16px;
	line-height: 1.875;/*30px*/
}

.col-text th,
.col-text td {
	padding: 3px 12px;
	border: 1px solid #adadad;
}
.col-text th {
	background-color: #fdf4ea;
}

.col-text dl {
	margin-bottom: 30px;
}
.col-text dt {
	clear: left;
	float: left;
	width: 178px;
}
.col-text dd {
	padding-left: 178px;/*dtの幅分*/
	margin-bottom: 10px;
}
dd .no-indent {
	padding-left: -178px;/*dtの幅分*/
}
.how-to {
	background-color: #fdf4ea;
	margin: 10px 0;
	padding: 20px 38px;
}


.contents .section .col-text p:last-child,
.contents .section .col-text dd p {
	margin-bottom: 0px;
}
.section .row .col:only-of-type {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	flex: 0 0 auto;
}
.section .row .col-text.col:only-of-type {
	padding: 0;
}
.contents .section .row .col-text.col:only-of-type p {
	margin-top: 0px;
}
.project-detail .contents .section .row .col-text.col:only-of-type {
	margin-bottom: 15px;
}


@media only screen and (max-width:767px){
	.project-detail .contents .section {
		margin-top: 20px;
	}
	.section .row {
		display: block;
		margin: 10px 0;
	}
	.section .row .col {
		max-width: none;
	}
	.section .row .col.col-photo {
		text-align: center;
		margin: 10px 0;
	}
	.section .col-text,
	.section .col-photo + .col-text {
		padding: 10px 0;
	}
	.contents .section .col-text p {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.col-text ul,
	.col-text dd,
	.col-text table {
		font-size: 11px;
	}
	.col-text h5,
	.col-text dt {
		font-size: 14px;
		padding: 0 14px;
	}
	.col-text dt {
		clear: none;
		float: none;
		width: auto;
	}
	.col-text dd {
		padding: 0 14px;
		margin-bottom: 5px;
	}
	dd .no-indent {
		padding: 5px 0;
	}
	.how-to {
		margin: 5px 0;
		padding: 10px 1px;
	}
}

.contents .section {
	max-width:1400px;
	margin:0 auto 100px;
}
.contents p{
	font-size:16px;
	line-height: 1.75;/*28px*/
	margin-bottom:24px;
}
.contents h4{
	margin-bottom:8px;
	font-weight:bold;
	font-size:30px;
	line-height:60px;
}

.like-btn {
	background-color: #ff8e00;
	border-radius: 64px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
	padding: 0 38px;
}


@media only screen and (max-width:767px){
	.contents .section{
		margin-bottom: 40px;
	}
	.contents .section:last-of-type{
		margin-bottom: 40px;
	}
	.contents h4{
		margin-bottom:0px;
		padding:0 14px;
		font-size:20px;
		line-height:30px;
		margin-top: 30px;
	}
	.contents p,
	.contents ul,
	.contents table{
		margin-bottom:4px;
		padding:0 14px;
		/*font-size:11px;
		line-height:18px;*/
	}
	.contents table {
		margin: 0 14px;
		padding: 0;
	}
	.contents p{
	}
	.contents p br{
		display:none;
	}
}

/*-----------------------------------------------
	human_resources
-----------------------------------------------*/
/* top */
#recruit .top {
	background-image: url(/assets/img/recruit/img_human_resource_top.jpg);
}
@media only screen and (min-width:1400px){
	.top{
		background-size:cover;
	}
}
@media only screen and (max-width:767px){
   #recruit .top {
		background-size:cover;
	}
}

#main article .top {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.human_resources-detail .top {
	background-image:url(../img/recruit/img_human_resource_top.jpg);
}

/*-----------------------------------------------
	人材育成
-----------------------------------------------*/
.human_resources_box{
	position: relative;
    margin: 50px 0 35px;
    /* max-width: 950px; */
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.human_resources_box ul{
	font-size:16px;
	line-height: 28px;
	margin:1em 1em 2em;
}
.human_resources_box li:before {
	content: "\f111";
	color: #ff8e00;
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding:10px 10px 10px 0;
}
.human_resources_box .col_container {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 auto;
}
.human_resources_box .row {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
}
.human_resources_box .row .col {
    flex: 1;
    max-width: 50%;
}
.human_resources_box .col-photo img {
    height: auto;
    max-width: 100%;
}
.human_resources_box .col-photo p {
    margin: 10px 20px 0;
}
.human_resources_box .col-text p:last-child{
	margin-bottom: 0px;
}

.human_resources_box .row .col:only-of-type {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	flex: 0 0 auto;
}
.human_resources_box .row .col-text.col:only-of-type {
	padding: 0;
}
.human_resources_box .row .col-text.col:only-of-type p {
	margin-top: 0px;
}
.human_resources_box .row .col-text.col:only-of-type {
	margin-bottom: 15px;
}
@media only screen and (max-width:767px){
	.human_resources_box .row {
		display: block;
		margin: 10px;
	}
	.human_resources_box .row .col {
		max-width: none;
	}
	.human_resources_box .col-text,
	.human_resources_box .col-photo + .col-text {
		padding: 10px 0;
	}
	.human_resources_box .col-photo {
		margin-bottom: 10px;
	}
	.human_resources_box .col img {
		max-width: 100%;
		height: auto;
	}
	.human_resources_box .col-text p {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.col-text ul{
		font-size: 15px;
	}
	.col-text h5{
		font-size: 14px;
		padding: 0 14px;
	}
	.how-to {
		margin: 5px 0;
		padding: 10px 1px;
	}
}

