@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

recruit CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/


/* タブメニュー */
.recruitment_information .col_r .mainContent #tab {
	font-size: 0;
}
.recruitment_information .col_r .mainContent #tab li {
	width: 50%;
	display: inline-block;
	font-size: 1.6rem;
	text-align: center;
	background: #FFF;
	/*background: rgba(56, 83, 165, 1);*/
	border: #DDD solid 1px;
	cursor: pointer;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.recruitment_information .col_r .mainContent #tab li + li {
	border-left:none;
}
.recruitment_information .col_r .mainContent #tab li a {
	width: 100%;
	padding: 5px;
	display: block;
	color: #3853A5;
}
.recruitment_information .col_r .mainContent #tab li:hover,
.recruitment_information .col_r .mainContent #tab li.select {
	background: #3853A5;
}
.recruitment_information .col_r .mainContent #tab li:hover a,
.recruitment_information .col_r .mainContent #tab li.select a {
	color: #FFF;
}

/* タブの中身 */
.recruitment_information .col_r .mainContent .content_wrap {
	padding: 50px 0;
}
.disnon {
  display: none;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 {
	padding: 0;
}
.recruitment_information .col_r .mainContent .content_wrap div.active {
	display: block;
}
.recruitment_information .col_r .mainContent table {
	width: 100%;
}
.recruitment_information .col_r .mainContent table tr th {
	width: 20%;
	min-width: 145px;
	vertical-align: top;
}
.recruitment_information .col_r .mainContent table tr td {
	width: 80%;
}
.recruitment_information .col_r .mainContent table tr td span {
	display: block;
	margin-top: 10px;
}
.recruitment_information .col_r .mainContent table tr th,
.recruitment_information .col_r .mainContent table tr td {
	padding: 10px 0;
	border-bottom: #ddd dotted 1px;
}
.recruitment_information .col_r .mainContent .content_wrap table tr td dl.detail dt {
	font-weight: bold;
	margin: 15px 0;
	padding: 15px 0 12px 10px;
	background: #EEE;
	line-height: 1;
}
.recruitment_information .col_r .mainContent .content_wrap table tr td dl.detail > dt:nth-child(1)  {
	margin: 0 0 15px;
}
.recruitment_information .col_r .mainContent .content_wrap table tr td dl.detail dt.sub_ttl {
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background: none;
	line-height: normal;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt,
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dt,
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dt {
	padding: 10px 0;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt.sub_ttl:after,
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dt.sub_ttl:after,
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dt.sub_ttl:after,
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.small dt.sub_ttl:after{
      content: "：";
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt + dt + dd + dt + dd,
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dd:last-child,
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dd:last-child,
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dd:last-child {
	border: none;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dd,
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dd,
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dd {
	border-bottom: #ddd dotted 1px;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt {
	padding: 10px 0 10px 10px;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dd {
	padding: 10px 0 10px 170px;
}
.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dd {
	padding: 10px 0 10px 100px;
}
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dd {
	padding: 10px 0 10px 100px;
}
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.small dt {
	padding: 10px 0 10px 10px;
}
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.small dt.sub_ttl {
	padding: 3px 0;
}
.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.small dd {
	padding: 3px 0 3px 50px;
}
.col_r .mainContent p.tel {
	padding: 10px 0 0;
	text-align: right;
}

/* flow
------------------------------------------------------- */
.flow .flowWarp {
	margin: 0 0 70px;
}
.flow .flowWarp ul.new,
.flow .flowWarp ul.career {
	width: 50%;
	float: left;
}
.flow .flowWarp ul.new li,
.flow .flowWarp ul.career li {
	padding: 10px 0;
	margin: 0 20px;
	text-align: center;
	position: relative;
}
.flow .flowWarp ul.new li.arrow,
.flow .flowWarp ul.career li.arrow {
	padding: 20px 0 15px;
	background: none;
	border: none;
}
.flow .flowWarp ul.new li.arrow span,
.flow .flowWarp ul.career li.arrow span {
	position: relative;
}
.flow .flowWarp ul.new li.arrow span::before,
.flow .flowWarp ul.new li.arrow span::after,
.flow .flowWarp ul.career li.arrow span::before,
.flow .flowWarp ul.career li.arrow span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.flow .flowWarp ul.new li:nth-last-child(2) {
	background: #164ECB;
	color: #FFF;
	margin-bottom: 30px;
	font-weight: bold;
}
.flow .flowWarp ul.career li:nth-last-child(2) {
	background: #DD5E01;
	color: #FFF;
	margin-bottom: 30px;
	font-weight: bold;
}
.flow .flowWarp ul.new li {
	background: #E5F0FD;
	border: #164ECB 1px solid;
}
.flow .flowWarp ul.career li {
	border: #DD5E01 1px solid;
	background: #FEF2EA;
}
.flow .flowWarp ul.new li.arrow span::before,
.flow .flowWarp ul.career li.arrow span::before {
	left: 50%;
	bottom: 0;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #164ECB;

	-webkit-transform: translate(-50%, 0) rotate(90deg);
	-moz-transform: translate(-50%, 0) rotate(90deg);
	-ms-transform: translate(-50%, 0) rotate(90deg);
	-o-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
}
.flow .flowWarp ul.career li.arrow span::before {
	border-left: 6px solid #DD5E01;
}
.flow .flowWarp ul.new li:last-child,
.flow .flowWarp ul.career li:last-child {
	margin-bottom: 0;
	border: none;
	padding: 0;
}
.flow .flowWarp ul.new li:last-child a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	border: #BFBFBF solid 1px;
	background: #EEE;
	position: relative;
}
.flow .flowWarp ul.career li:last-child a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	border: #BFBFBF solid 1px;
	background: #EEE;
	position: relative;
}
.flow .flowWarp ul.new li:last-child a::before,
.flow .flowWarp ul.new li:last-child a::after,
.flow .flowWarp ul.career li:last-child a::before,
.flow .flowWarp ul.career li:last-child a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.flow .flowWarp ul.new li:last-child a::before,
.flow .flowWarp ul.career li:last-child a::before {
	left: inherit;
	right: 10px;
	bottom: 0;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #888;

	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.flow ul.index li {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.flow ul.index li a {
	cursor: default;
}
.flow ul.index li span {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #164ECB;
	color: #FFF;
	margin-bottom: 30px;
	font-weight: bold;
}
.flow ul.index li + li span {
	background: #DD5E01;
}
.flow .disnon {
	display: block;
}

/* Entry
------------------------------------------------------- */
.entry .lead {
	padding: 0 0 15px;
}
.entry .caution {
	padding: 0 0 15px;
	font-size: 1.4rem;
}
.entry .caution li {
	padding: 0 0 5px 1.4rem;
	text-indent: -1.4rem;
}
.entry .caution li a {
	color: #3852A5;
	font-weight: bold;
	text-decoration: underline;
}

.entry .block {
	padding: 0 0 30px;
}
.recruit.entry .col_r section.mainContent .common_table dl  {
	display: flex;
	align-items: center;
}
/*.entryInputBanner {
	display: none;
}*/
body.mw_wp_form_mw-wp-form-1046.mw_wp_form_input .entryInputBanner,
body.mw_wp_form_mw-wp-form-1054.mw_wp_form_input .entryInputBanner {
	display: block;
}
body.mw_wp_form_mw-wp-form-1046.mw_wp_form_input .mainContent .contactblock,
body.mw_wp_form_mw-wp-form-1054.mw_wp_form_input .mainContent .contactblock {
	display: none;
}

/* 2019/2/27 add  banner
------------------------------------------------------- */

ul.contactBanner {
	display: flex;
	justify-content: space-between;
}
ul.contactBanner li {
	width: 49%;
}
ul.contactBanner li span.txt {
	display: block;
	text-align: center;
	padding: 10px 0 0;
}


.recruit.entry .col_r section.mainContent .common_table dl dd {
	padding: 20px 10px;
}
.recruit.entry .col_r section.mainContent .common_table dl dd span {
	display: inline;
}
.recruit.entry .col_r section.mainContent .common_table dl dd span.mwform-checkbox-field,
.recruit.entry .col_r section.mainContent .common_table dl dd span.mwform-checkbox-field span.mwform-checkbox-field-text {
	display: inline-block;
}
.recruit.entry .col_r section.mainContent .common_table .mw_wp_form.mw_wp_form_input dl dd span span.dis {
	margin: 0;
	padding: 0;
}
.recruit.entry .col_r section.mainContent .common_table .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl dd span span.dis {
	display: none;
	margin: 0;
	padding: 0;
}

/*
------------------------------------------------------------------------------------------------------------------ Tablet Thin */

@media screen and (max-width: 640px) {
	.recruit.entry .col_r section.mainContent .common_table {
		border: none;
	}
	.recruit.entry .col_r section.mainContent .common_table dl  {
		display: block;
		border: none;
		background: none;
	}
	.recruit.entry .col_r section.mainContent .common_table dl dd {
		width: 100%;
		height: auto;
		border: none;
	}
	.recruit.entry .col_r section.mainContent .common_table dl dd span {
		display: block;
	}
	.recruit.entry .col_r section.mainContent .common_table dl dd span:first-child {
		margin: 0 0 10px;
	}
	.recruit.entry .col_r section.mainContent .common_table dl dt{
		padding: 10px 15px !important;
		width: 100%;
		border-top: #CCC 1px solid;
		border-right: none;
		border-bottom: #CCC 1px solid;
		background: #F8F8F8;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */
@media screen and (max-width: 414px) {

	.recruitment_information .col_r .mainContent #tab li {
		font-size: 1.4rem;
	}
	.flow .flowWarp {
		margin: 0 0 35px;
	}
	.recruitment_information .col_r .mainContent .content_wrap {
		padding: 25px 0 0;
	}
	.recruitment_information .col_r .mainContent table tr th,
	.recruitment_information .col_r .mainContent table tr td {
		display: block;
	}
	.recruitment_information .col_r .mainContent table tr th {
		width: 100%;
		padding-left :10px;
		min-width: initial;
		min-width: auto;
		background: rgba(56, 83, 165, 1);
		color: #FFF;
		border: none;
	}
	.recruitment_information .col_r .mainContent table tr td {
		width: 100%;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail dt {
		float: none !important;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt,
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dd,
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dt,
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dd,
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dt,
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dd {
		display: block;
		width: 100%;
		padding: 10px 0 !important;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt {
		padding: 10px 0 10px 10px !important;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt + dt + dd + dt + dd {
		border-bottom: #ddd dotted 1px !important;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt.sub_ttl:after,
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dt.sub_ttl:after,
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dt.sub_ttl:after {
		  content: "";
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w1 dt.sub_ttl,
	.recruitment_information .col_r .mainContent .content_wrap #cont1 table tr td dl.detail.w2 dt.sub_ttl {
		padding: 10px 0 0 !important;
		font-weight: bold;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.w3 dt.sub_ttl {
		padding: 5px 0 5px 10px !important;
		margin: 0 0 10px !important;
		background: #EEE;
		font-weight: bold;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.small dt {
		padding: 10px 0 10px 10px !important;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td dl.detail.small dt.sub_ttl {
		padding: 3px 0 !important;
	}
	.recruitment_information .col_r .mainContent .content_wrap #cont2 table tr td p {
		padding-bottom: 10px;
	}
	.col_r .mainContent p.tel {
		text-align: left;
	}
	.col_r .mainContent p.tel span {
		display: block;
	}
	.col_r .mainContent p.tel span > span {
		display: inline;
	}

	.flow ul.index li {
		width: 50%;
		float: left;
		padding: 0;
	}
	.flow ul.index li.select {
		opacity: 0.5;
	}
	.flow ul.index li span {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		background: #164ECB;
		color: #FFF;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.flow ul.index li + li span {
		background: #DD5E01;
	}
	.flow .flowWarp ul.new,
	.flow .flowWarp ul.career {
		width: 100%;
		float: none;
	}
	.flow .flowWarp ul.new li,
	.flow .flowWarp ul.career li {
		margin: 0;
	}
	#tab-box ul {
		display: none;
	}
	#tab-box ul.active {
		display: block;
	}
	.flow .disnon {
		display: none;
	}

	/* 2019/2/27 add  banner
	------------------------------------------------------- */
	ul.contactBanner {
		display: block;
	}
	ul.contactBanner li {
		width: 100%;
	}
	ul.contactBanner li:first-child {
		margin-bottom: 10px;
	}

}