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


/* =====================
  タブ
===================== */
/* tab */
 .tab-area {
	margin-bottom: 60px;
}
 .tab-area li {
	display: inline-block;
    margin-right: 2%;
    width: 18.4%;
}
 .tab-area li:last-child {
	margin-right: 0px;
}
.tab {
	position: relative;
	display: block;
	text-decoration: none;
	font-weight: 600;
	padding: 20px;
	box-sizing: border-box;
	background-color: #eee;
}
.tab:hover {
	background-color: #ffd429;
}
.tab.active {
	background-color: #ffd429;
	text-decoration: none;
}
.tab:before {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -9px;
	border-top: 3px solid #1f1f1f;
	border-right: 3px solid #1f1f1f;
	transition: 0.3s ease-in-out;
	backface-visibility: hidden; 
}
.tab02-area,
.tab03-area,
.tab04-area,
.tab05-area {
	display: none;
}


/* =====================
  .tab-wrap
===================== */
main .tab-wrap .right {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
main .tab-wrap .right img {
	width: 100%;
}
main .tab-wrap .left {
	width: 48%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
}
main .tab-wrap .left h3,
main .tab-wrap .left h4 {
	font-size: 3.6rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 40px;
	line-height: 1.4;
}
main .tab-wrap .left h4 {
	font-size: 2.4rem;
}


/* =====================
  .box-wrap
===================== */
main .box-wrap {
	margin-top: 60px;
}
main .box-wrap .detail {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
main .box-wrap .detail:nth-child(odd) {
	margin-right: 2%;
}
main .box-wrap .detail h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
main .box-wrap .detail p {
	padding: 30px;
	border: 4px solid #ffd429;
}


/* =====================
  .interview-link
===================== */
main .interview-link {
	margin-top: 80px;
	background-color: #ffd429;
	padding: 30px 0 0 60px;
	height: 380px;
	box-sizing: border-box;
	position: relative;
}
main .interview-link .left {
	width: 50%;
}
main .interview-link h3 {
	margin-top: 50px;
	background-image: url(../images/work/job/img_interview.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
	margin-bottom: 40px;
}
main .interview-link h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 2.4rem;
}
main .interview-link .right {
	width: 48%;
	position: absolute;
	bottom: 0;
	right: 0;
}
main .interview-link .right img {
	width: 100%;
}




/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {
	
/* =====================
  タブ
===================== */
/* tab */
	 .tab-area {
		margin-bottom: 20px;
	}
	 .tab-area li {
		margin-right: 0;
		width: 100%;
	}
	.tab {
		margin-bottom: 10px;
		padding: 10px;
		font-size: 1.2rem;
	}
	.tab:before {
		width: 8px;
		height: 8px;
		border-top: 2px solid #170600;
		border-right: 2px solid #170600;
		margin-top: -6px;
	}
	
	
/* =====================
  .tab-wrap
===================== */
	main .tab-wrap .right {
		width: 100%;
	}
	main .tab-wrap .left {
		width: 100%;
		margin-bottom: 20px;
	}
	main .tab-wrap .left h3,
	main .tab-wrap .left h4 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	main .tab-wrap .left h4 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}


/* =====================
  .box-wrap
===================== */
	main .box-wrap {
		margin-top: 40px;
	}
	main .box-wrap .detail {
		width: 100%;
	}
	main .box-wrap .detail:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	main .box-wrap .detail h4 {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	main .box-wrap .detail p {
		padding: 20px;
		border: 2px solid #ffd429;
	}


/* =====================
  .interview-link
===================== */
	main .interview-link {
		margin-top: 40px;
		height: 400px;
	}
	main .interview-link .left {
		width: 100%;
	}
	main .interview-link h3 {
		height: 60px;
		top: 30px;
		background-position: center;
	}
	main .interview-link h3 span {
		width: 100%;
		font-size: 2rem;
		z-index: 2;
		left: 50%;
		transform: translate(-50%,0);
	}
	main .interview-link .btn {
		margin-top: 50px;
	}
	main .interview-link .right {
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	main .interview-link .right img {
		width: auto;
		max-width: 340px;
	}

	
}


