@charset "UTF-8";
/* CSS Document */
.flex_box {
	display: -webkit-flex;
	display: flex;
}
.recruit_slide {
	margin: 0 auto 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.recruit_slide::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 50px;
	background: #ffffff;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	z-index: 2;
}
.recruit_slide img {
	width: 100%;
}
.recruit_top {
	max-width: 960px;
	width: 100%;
	margin: 100px auto 100px auto;
	position: relative;
}
.recruit_top::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 50px;
	background: #313131;
	top: -75px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.recruit_top h3 {
	text-align: center!important;
}
.recruit_inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 0 auto;
	padding: 20px 40px 20px 40px;
}
.recruit_slash {
	width: 100%;
}
.recruit_title {
	padding: 20px 0 20px 0;
}
.recruit_title img {
	height: 70px;
	margin: 0 auto 0 auto;
}
.recruit_sell {
	background: #a4ae5f;
	position: relative;
}
.recruit_sell::before {
	position: absolute;
	content: "";
	background-image: url("../img/recruit_new/sellthing_image.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	width: calc(50% - 40px);
	height: 80%;
	right: 0;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.sell_text {
	position: relative;
	z-index: 3;
	width: calc(100% - 250px);
	background: rgba(255,255,255,.3);
	margin: 20px 0 0 0;
	padding: 20px 20px 20px 20px;
	font-size: 13px;
	line-height: 2.1;
}
.recruit_link {
	position: relative;
	z-index: 3;
	background: #ffffff;
	padding: 30px 20px 40px 20px;
	margin: 30px auto 0 auto;
}
.recruit_link h3 {
	width: 150px;
	color: #a4ae5f;
	text-align: center;
	border-bottom: 2px solid #a4ae5f;
	margin: 0 auto 40px auto;
}
.recruit_link_box {
	justify-content: space-around;
	align-items: center;
}
.recruit_link_box div {
	width: calc(50% - 20px);
	text-align: center;
}
.recruit_link_box div a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	display: block;
	padding: 10px 0 10px 0;
}
.recruit_link_box .shinsotsu {
	background: #d17d2b;
}
.recruit_link_box .career {
	background: #80a3e3;
}
.recruit_house {
	background: #e2e2e2;
}
.house_list {
	justify-content: space-between;
	align-items: stretch;
	margin: 20px 0 0 0;
}
.house_list div {
	width: calc(100% / 4);
	background: #ffffff;
}
.house_list div +div{
	border-left: 1px solid #313131;
}
.house_list div h4 {
	text-align: center;
	color: #a4ae5f;
	font-size: 15px;
	font-weight: 700;
	padding: 15px 0 0 0;
}
.house_list div p {
	padding: 15px 20px 20px 20px;
	font-size: 13px;
	line-height: 1.8;
}
.recruit_action {
	background: #e8e2b6;
}
.recruit_action .action_caption {
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
.action_list {
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.action_list div {
	width: calc(100% / 3 - 10px);
}
.action_list div:first-of-type,
.action_list div:nth-of-type(2),
.action_list div:nth-of-type(3) {
	padding: 0 0 20px 0;
}
.action_list div h4 {
	text-align: center;
	background: #ffffff;
	font-size: 15px;
	padding: 5px 0 5px 0;
}
.action_list div p {
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	padding: 15px 0 0 0;
}
.message_list {
	justify-content: space-between;
	align-items: stretch;
	margin: 30px auto 0 auto;
}
.message_list div {
	width: calc(100% / 2);
}
.message_list .president_image .president {
	width: 200px;
	margin: 0 auto 20px auto;
}
.message_list .president_image .name {
	width: 100px;
	margin: 0 auto 0 auto;
}
.message_list .president_message {
	font-size: 13px;
	line-height: 1.8;
	padding: 50px 0 50px 0;
	position: relative;
}
.message_list .president_message::before,
.message_list .president_message::after {
	position: absolute;
	z-index: 2;
	content: "";
	width: 30px;
	height: 30px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.message_list .president_message::before {
	top: 20px;
	left: 0;
	background-image: url("../img/recruit_new/message_start.svg");
}
.message_list .president_message::after {
	bottom: 20px;
	right: 0;
	background-image: url("../img/recruit_new/message_end.svg");
}
.recruit_want {
	background: #ebddca;
}
.want_list {
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.want_list div {
	width: calc(100% / 3 - 10px);
}
.want_list div:first-of-type,
.want_list div:nth-of-type(2),
.want_list div:nth-of-type(3) {
	padding: 0 0 20px 0;
}
.want_list div h4 {
	text-align: center;
	background: #ffffff;
	font-size: 15px;
	padding: 5px 0 5px 0;
}
.want_list div p {
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	padding: 15px 0 0 0;
}
.works_list {
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.works_list .works_box {
	position: relative;
	width: calc(100% / 2 - 20px);
	margin: 0 0 15px 0;
}
.works_list .works_box:last-of-type,
.works_list .works_box:nth-last-child(2) {
	margin: 0;
}
.works_list .works_box h4 {
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #ffffff;
	background: #a4ae5f;
	padding: 5px 15px 5px 15px;
}
.works_list .works_box .works_inner {
	width: calc(100% - 40px);
	margin: -40px auto 0 auto;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
	position: relative;
	z-index: 2;
}
.works_list .works_box .works_inner h5 {
	text-align: center;
	font-size: 15px;
}
.works_list .works_box .works_inner p {
	font-size: 13px;
	line-height: 1.8;
	padding: 20px 0 0 0;
}
@media screen and (max-width:750px) {
	.recruit_top h3 {
		font-size: 15px;
	}
	.recruit_inner {
		padding: 20px 20px 20px 20px;
	}
	.recruit_slide img {
		width: 100%;
		height: auto;
	}
	.recruit_title img {
		height: 50px;
	}
	.recruit_sell::before {
		width: calc(100% - 60px);
	}
	.sell_text {
		width: 100%;
		background: rgba(255,255,255,.6);
	}
	.recruit_link_box {
		flex-wrap: wrap;
	}
	.recruit_link_box div {
		width: 100%;
	}
	.recruit_link_box .shinsotsu {
		background: #d17d2b;
		margin: 0 auto 20px auto;
	}
	.house_list {
		flex-wrap: wrap;
	}
	.house_list div {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.house_list div:last-of-type {
		margin: 0 auto 0 auto;
	}
	.house_list div +div {
		border-left: none;
	}
	.house_list div img {
		width: 100%;
	}
	.recruit_action .action_caption {
		text-align: left;
	}
	.action_list div {
		width: calc(100% / 2 - 10px);
	}
	.action_list div:first-of-type,
	.action_list div:nth-of-type(2),
	.action_list div:nth-of-type(3),
	.action_list div:nth-of-type(4) {
		padding: 0 0 20px 0;
	}
	.action_list div p {
		text-align: left;
	}
	.message_list {
		flex-wrap: wrap;
	}
	.message_list div {
		width: 100%;
	}
	.message_list .president_message {
		padding: 50px 20px 50px 20px;
	}
	.want_list div {
		width: calc(100% / 2 - 10px);
	}
	.want_list div:first-of-type,
	.want_list div:nth-of-type(2),
	.want_list div:nth-of-type(3),
	.want_list div:nth-of-type(4) {
		padding: 0 0 20px 0;
	}
	.want_list div p {
		text-align: left;
	}
	.works_list .works_box,
	.works_list .works_box:nth-last-child(2) {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.works_list .works_box:last-of-type {
		margin: 0;
	}
}
/* recruit child */
.recruit_child_top {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ng_top {
	background-image: url("../img/recruit_new/ng_back.jpg");
}
.career_top {
	background-image: url("../img/recruit_new/career_back.jpg");
}
.recruit_child_top p {
	background: rgba(255,255,255,.4);
	padding: 20px 20px 20px 20px;
	margin: 20px auto 20px auto;
	font-size: 13px;
	line-height: 1.8;
	width: 80%;
}
.type {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 0 10px 0;
	width: 80%;
	margin: 0 auto 0 auto;
}
.ng_type {
	background: #d17d2b;
}
.career_type {
	background: #80a3e3;
}
.philosophy_list {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 30px 0;
}
.philosophy_list .philosophy_box {
	width: calc(100% / 2 - 20px);
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}
.philosophy_list .philosophy_box:last-of-type,
.philosophy_list .philosophy_box:nth-last-of-type(2) {
	margin: 0 0 0 0;
}
.philosophy_list .philosophy_box img {
	width: 60px;
}
.philosophy_list .philosophy_box p {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 1.8;
}
.works_child_title {
	padding: 30px 0 30px 0;
}
.works_child_title h3 {
	color: #ffffff;
	text-align: center;
	font-size: 21px;
}
.ng_color {
	background: #d17d2b;
}
.career_color {
	background: #80a3e3;
}
.job_list_title {
	justify-content: space-between;
	align-items: center;
	background: #ebddca;
	margin: 40px 0 0 0;
}
.job_list_title .image {
	width: 180px;
}
.job_list_title .title {
	width: calc(100% - 180px);
	padding: 0 0 0 20px;
}
.job_list_title .title h4 {
	font-size: 15px;
}
.job_list_title .title p {
	font-size: 13px;
	line-height: 1.8;
}
.recruit_table {
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.recruit_table dt {
	width: 120px;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 15px;
	font-weight: 700;
	background: #ebddca;
}
.recruit_table dd {
	width: calc(50% - 120px);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px 0 15px 20px;
	font-size: 13px;
	line-height: 1.8;
}
.offer {
	padding: 20px 0 20px 0;
	width: 200px;
	margin: 20px auto 20px auto;
}
.offer a {
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	display: block;
}
.ng_offer {
	background: #d17d2b;
}
.career_offer {
	background: #80a3e3;
}
.recruit_schedule {
	background: #e2e2e2;
}
.schedule_box {
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.schedule_box .schedule_list {
	width: calc(100% / 2 - 20px);
	background: #ffffff;
	padding: 20px 20px 20px 20px;
	margin: 0 0 20px 0;
}
.schedule_box .schedule_list:last-of-type,
.schedule_box .schedule_list:nth-last-of-type(2) {
	margin: 0 0 0 0;	
}
.schedule_box .schedule_list .image {
	width: 100%;
	margin: 0 auto 15px auto;
}
.schedule_box .schedule_list .title {
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 15px auto;
}
.schedule_box .schedule_list .title img {
	width: 60px;
}
.schedule_box .schedule_list .title h4 {
	width: calc(100% - 60px);
	padding: 0 0 0 20px;
}
.schedule_box .schedule_list p {
	font-size: 13px;
	line-height: 1.8;
}
.schedule_box .schedule_list .caution {
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto 15px auto;
}
.schedule_box .schedule_list .caution span {
	color: #fa5687;
}
.schedule_box .schedule_list .caption {
	background: #e2e2e2;
	text-align: center;
	font-size: 15px;
	padding: 10px 0 10px 0;
}
.mf {
	background: #e2e2e2;
	text-align: center;
	font-size: 15px;
	padding: 20px 0 10px 0;
	margin: 20px auto 20px auto;
}
.mf .caution {
	font-size: 16px;
	font-weight: 700;
}
.mf .caution span {
	color: #fa5687;
}
@media screen and (max-width:750px) {
	.recruit_child_top p {
		width: 100%;
	}
	.type {
		width: 100%;
	}
	.philosophy_list .philosophy_box {
		width: 100%;
		height: 70px;
		margin: 0 0 0px 0!important;
	}
	.philosophy_list .philosophy_box img {
		width: 50px;
	}
	.philosophy_list .philosophy_box p {
		width: calc(100% - 50px);
	}
	.job_list_title {
		flex-wrap: wrap;
	}
	.job_list_title .image {
		width: 100%;
	}
	.job_list_title .title {
		width: 100%;
		padding: 15px 20px 15px 20px;
	}
	.job_list_title .title h4 {
		text-align: center;
	}
	.recruit_table dt {
		width: 120px;
	}
	.recruit_table dd {
		width: calc(100% - 120px);
	}
	.schedule_box .schedule_list {
		width: 100%;
		margin: 0 0 10px 0!important;
	}
	.schedule_box .schedule_list:last-of-type {
		margin: 0 0 0 0!important;	
	}
}