@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* リクルート
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* タイトル */
@media (min-width:769px){
	#pageTitle {
		background-image: url(../images/recruit/bg_title_pc.jpg);
	}
}
@media (max-width:768px){
	#pageTitle {
		background-image: url(../images/recruit/bg_title_sp.jpg);
	}
}

/* お知らせ */
#news li + li {
	border-top: 1px solid #d3d3d3;
}
#news li a {
	display: block;
}
#news li a time {
	width: 110px;
	display: inline-block;
}
#news li a span {
	color: #fff;
	width: 110px;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	margin-right: 27px;
}
#news .btn a {
	color: #008678;
	width: 270px;
	height: 44px;
	display: block;
	line-height: 44px;
	text-align: center;
	margin: 35px auto 0;
	border: 1px solid #008678;
}
#news .btn a:hover {
	color: #fff;
	background: #008678;
}
@media (min-width:769px){
	#news li a {
		overflow: hidden;
		line-height: 21px;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 15px 28px;
	}
}
@media (max-width:768px){
	#news {
		padding: 0 10px;
	}
	#news li a {
		font-size: 12px;
		line-height: 20px;
		padding: 17px 10px 13px;
	}
	#news li a > * {
		line-height: 22px;
		margin-bottom: 5px;
	}
	#news .btn a {
		width: auto;
		height: 40px;
		font-size: 13px;
		line-height: 40px;
		margin: 15px 38px 0;
	}
}

/* 会社見学バナー */
img.kengaku_img {
	box-sizing: border-box;
	width: 100%;
	padding: 8% 5% 0;
}

/* エントリー  */
#entry .text {
	text-align: center;
}
#entry ul {
	text-align: center;
}
#entry ul li dt {
	margin-top: 1em;
	font-size: 20px;
}
#entry ul li dd {
	border: 1px solid #008678;
}
#entry ul li dd img {
	margin: 0 5px;
	vertical-align: middle;
	border: 1px solid #d3d3d3;
}
#entry ul.diamond li dd a {
	display: inline-block;
}
#entry ul.diamond li dd a ~ a {
	margin-top: 5px;
}
@media (min-width:769px){
	#entry ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#entry ul li {
		width: calc(50% - 5px);
	}
	#entry ul li:first-child {
		float: left;
	}
	#entry ul li:last-child {
		float: right;
	}
	#entry ul li dd {
		line-height: 100px;
	}
	#entry ul.diamond li dd {
		line-height: 180px;
	}
	#entry ul.diamond li dd > * {
		line-height: 0;
		display: inline-block;
		vertical-align: middle;
	}
	#entry ul li dd img {
		height: 40px;
		vertical-align: middle;
	}
	#entry ul.diamond li dd img {
		height: auto;
	}
	#entry ul.diamond li dd span a img {
		width: 200px;
	}
}
@media (max-width:768px){
	#entry ul li dd {
		border: none;
		margin-top: 20px;
	}
}

/* 募集要項 */
#requirements .text {
	color: #008678;
}
#requirements table {
	width: 100%;
	table-layout: fixed;
}
#requirements table th {
	color: #008678;
}
#requirements table tr {
	border-bottom: 1px solid #d3d3d3;
}
#requirements table tr:first-child {
	border-top: 1px solid #d3d3d3;
}
#requirements li + li:before {
	content: "▼";
	display: block;
	color: #008678;
}
#requirements .link {
	line-height: 0;
}
#requirements .link a {
	display: inline-block;
	border: 1px solid #d3d3d3;
}
@media (min-width:769px){
	#requirements .title {
		padding-bottom: 40px;
	}
	#requirements .text {
		text-align: center;
		margin-bottom: 10px;
	}
	#requirements tr > * {
		vertical-align: top;
		padding: 12px 0 10px;
	}
	#requirements th {
		width: 132px;
		padding-left: 28px;
	}
	#requirements li + li:before {
		margin-left: 17px;
	}
	#requirements a {
		margin: 4px 0 6px;
	}
}
@media (max-width:768px){
	#requirements {
		padding: 0 10px;
	}
	#requirements .text {
		padding: 10px 10px 14px;
		line-height: 25px;
	}
	#requirements table,
	#requirements tbody,
	#requirements tr,
	#requirements tr > * {
		display: block;
	}
	#requirements tr {
		padding: 14px 10px 12px;
	}
	#requirements th {
		margin-bottom: 5px;
	}
	#requirements li + li:before {
		margin-left: 14px;
	}
	#requirements .link a {
		margin: 12px 0;
	}
}

/* インターンシップ */
#intern .text {
	text-align: center;
}
#intern dd.text {
	width: auto;
	float: none;
	clear: both;
	padding-top: 1em;
	text-align: left;
	line-height: 1.8;
}
#intern .link {
	line-height: 0;
	text-align: center;
}
#intern .link a {
	display: inline-block;
	border: 1px solid #d3d3d3;
}
#intern dl {
	background: #f2f2f2;
}
#intern dt {
	color: #008678;
}
#intern dd table {
	width: 100%;
	table-layout: fixed;
}
#intern dd tr + tr {
	border-top: 1px solid #d3d3d3;
}
#intern dd tr > * {
	vertical-align: top;
}
#intern .int {
	text-decoration: underline;
	color: #008678;
}
@media (min-width:769px){
	#intern .title {
		padding: 30px 0 40px;
	}
	#intern .link {
		margin: 22px 0 36px;
	}
	#intern dl {
		padding: 24px 107px 20px 28px;
	}
	#intern dl:after {
		content: "";
		display: block;
		clear: both;
	}
	#intern dt {
		float: left;
		font-size: 16px;
		line-height: 24px;
	}
	#intern dd {
		width: 400px;
		float: right;
	}
	#intern dd.text {
		margin-right: -80px;
	}
	#intern dd th {
		width: 98px;
		padding-left: 16px;
	}
}
@media (max-width:768px){
	#intern {
		padding: 20px 20px 0;
	}
	#intern .title {
		padding: 15px 0 22px;
	}
	#intern .link {
		margin: 16px 0 25px;
	}
	#intern dl {
		padding: 21px 15px 24px;
	}
	#intern dt {
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	#intern dd tr > * {
		padding: 7px 0 6px;
	}
	#intern dd th {
		width: 75px;
		padding-left: 5px;
	}
	#intern dd td {
		letter-spacing: 0;
	}
}

/* 研修 */
#training .text,
#welfare .text {
	text-align: center;
}
#training ul:after,
#welfare ul:after {
	content: "";
	display: block;
	clear: both;
}
#training h3,
#welfare h3 {
	color: #008678;
	text-align: center;
}
#training li,
#welfare li {
	float: left;
	color: #008678;
	text-align: center;
	background: #f2f2f2;
}
#training li span,
#welfare li span {
	display: inline-block;
	vertical-align: middle;
}
@media (min-width:769px){
	#training .title,
	#welfare .title {
		padding: 30px 0 40px;
	}
	#training h3,
	#welfare h3 {
		font-size: 18px;
		margin: 18px 0 12px;
	}
	#training li,
	#welfare li {
		width: 228px;
		height: 65px;
		line-height: 65px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		margin: 0 0 12px 13px;
	}
	#training li:nth-child(3n+1),
	#welfare li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	#training li span,
	#welfare li span {
		line-height: 20px;
	}
}
@media (max-width:768px){
	#training .title,
	#welfare .title {
		padding-top: 10px;
	}
	#training h3,
	#welfare h3 {
		font-size: 14px;
		margin-top: 22px;
	}
	#training ul,
	#welfare ul {
		padding: 0 20px;
	}
	#training li,
	#welfare li {
		width: calc(50% - 4px);
		height: 56px;
		margin-top: 8px;
		line-height: 56px;
	}
	#training li:nth-child(2n+1),
	#welfare li:nth-child(2n+1) {
		clear: both;
		margin-right: 8px;
	}
	#training li span,
	#welfare li span {
		line-height: 15px;
	}
}

/* 先輩社員インタビュー */
#interview > section:nth-of-type(odd) {
	background: #f2f2f2;
}
#interview > section > div {
	position: relative;
}
#interview > section h3 {
	top: 0;
	left: 0;
	position: absolute;
}
#interview > section figure figcaption span {
	display: inline-block;
}
#interview > section .button {
	color: #fff;
	width: 200px;
	display: block;
	cursor: pointer;
	text-align: center;
	background: #008678;
	border: 1px solid #008678;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#interview > section .button:hover {
	color: #008678;
	background: #fff;
}
#interview > section .button:before {
	content: "詳細を見る";
	display: inline-block;
}
#interview > section .button:after {
	width: 0;
	height: 0;
	content: "";
	margin-left: 0.2em;
	margin-bottom: 0.1em;
	display: inline-block;
	vertical-align: middle;
	border: solid transparent;
	border-top-color: #fff;
	border-width: 8px 5px 0;
}
#interview > section .button.open:before {
	content: "詳細を閉じる";
}
#interview > section .button:hover:after {
	border-top-color: #008678;
}
#interview > section .button.open:after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#interview > section dl {
	display: none;
}
#interview > section .open + dl {
	display: block;
}
#interview > section dl dt {
	color: #008678;
}
#interview > section dl dt * {
	display: inline-block;
	vertical-align: bottom;
}
@media (min-width:769px){
	#interview {
		padding-bottom: 50px;
	}
	#interview > section > div {
		padding: 36px 0;
		padding-left: 135px;
	}
	#interview > section h3 {
		top: 36px;
	}
	#interview > section figure {
		display: flex;
		align-items: flex-end;
		padding-bottom: 15px;
	}
	#interview > section figure img {
		width: 357px;
	}
	#interview > section figure figcaption {
		line-height: 24px;
		margin-left: 24px;
	}
	#interview > section figure figcaption span {
		font-size: 20px;
		margin-bottom: 6px;
	}
	#interview > section dl dt {
		font-size: 20px;
		line-height: 25px;
		margin-top: 20px;
	}
	#interview > section dl dt img {
		margin-right: 8px;
	}
	#interview > section dl dd {
		margin-top: 6px;
	}
}
@media (max-width:768px){
	#interview > section > div {
		padding: 18px 10px 26px 76px;
	}
	#interview > section h3 {
		top: 18px;
		left: 10px;
	}
	#interview > section h3 img {
		width: 56px;
	}
	#interview > section figure img {
		width: 100%;
	}
	#interview > section figure figcaption {
		font-size: 14px;
		line-height: 21px;
	}
	#interview > section figure figcaption span {
		font-size: 20px;
		padding: 5px 0 2px;
	}
	#interview > section dl dt {
		font-size: 15px;
		line-height: 17px;
		margin-top: 20px;
	}
	#interview > section dl dt > * {
		vertical-align: top;
	}
	#interview > section dl dt img {
		width: 25px;
		margin-right: 3px;
	}
	#interview > section dl dd {
		margin-top: 7px;
	}
}