@charset "UTF-8";


.work-innner-menu {
	padding: 20px 0;
	background: #083E96;
}
.work-innner-menu > p {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1em;
}
.work-innner-menu ul {
	width: 90%;
	margin: 10px auto 0;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.work-innner-menu ul li {
	width: 32.33%;
	margin: 0 .5% 1%;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
	position: relative;
}

.work-innner-menu ul li a {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	padding: 5px 0;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #188DD6;
	font-weight: 500;
}
.work-innner-menu ul li.active a {
	background: #BAE5FF;
}
.work-innner-menu ul li a:before {
	width: 8px;
	height: 8px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../img/common_img/menu-arrow.svg");
}
.work-main {
	padding: 80px 0;
	position: relative;
}
.work-main:after {
	width: 25%;
	height: 90%;
	background: #F5F8F8;
	left: 0;
	top: 80px;
	z-index: -1;
}
.work h2 {
	font-size: 80px;
	color: #262626;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.job-type {
	padding: 50px 0;
}
.job-type > p,
.job-point .content-box > p {
	position: relative;
}
.job-type > p span,
.job-point .content-box > p span {
	position: relative;
	display: inline-block;
	padding: 2px 40px;
	background: #262626;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	left: 50%;
	transform: translateX(-50%);
}
.job-type ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0;
}
.job-type.col3 ul {
	width: 90%;
	max-width: 1120px;
}
.job-type.col2 ul {
	width: 90%;
	max-width: 700px;
}
.job-type.col3 ul li {
	width: 30.33%;
	margin: 0 1.5% 3%;
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
}
.job-type.col2 ul li {
	width: 47%;
	margin: 0 1.5% 3%;
	background: #FFF;
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
}
.job-type ul li p:nth-of-type(1) {
	text-align: center;
	color: #083E96;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	padding: 10px 0 0;
}
.work03 .job-type ul li p:nth-of-type(1) {
	min-height: 60px;
}
.job-type ul li p:nth-of-type(2) {
	text-align: center;
	color: #188DD6;
	font-weight: 500;
	line-height: 1.6em;
}
.job-type ul li .icon {
	width: 120px;
	margin: 20px auto;
}
.job-type ul li .icon.large {
	width: 220px;
	margin: 20px auto;
}
.job-point {
	padding: 100px 0;
}
.job-point ul {
	margin: 40px auto 0;
	width: 90%;
	max-width: 840px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.voice-bubble {
	background: #FFF;
	margin-bottom: 30px;
	position: relative;
	width: 90%;
	max-width: 500px;
	margin: 50px auto 0;
	box-sizing: border-box;
	padding: 20px;
}
.job-point ul li {
	position: relative;
	background: #FFF;
	width: 30.33%;
	margin: 0 1.5% 20px;
	box-sizing: border-box;
	padding: 20px;
}
.voice-bubble p {
	color: #188DD6;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
	
}
.job-point ul li p {
	color: #188DD6;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.voice-bubble:before,
.job-point ul li:before {
	width: 25px;
	height: 15px;
	background-image: url("../img/work_img/bubble-triangle.svg");
	right: 5px;
	bottom: -15px;
}
.job-point  {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.work01 .job-point {
	background-image: url("../img/work_img/cmg-bg.jpg");
}
.work02 .job-point {
	background-image: url("../img/work_img/arc-bg.jpg");
}
.work03 .job-point {
	background-image: url("../img/work_img/rad-bg.jpg");
}
.work04 .job-point {
	background-image: url("../img/work_img/dxp-bg.jpg");
}
.work05 .job-point {
	background-image: url("../img/work_img/sales-bg.jpg");
}
.interview-links {
	padding: 0 0 30px;
	background: url("../img/common_img/wave.jpg") no-repeat center top;
	background-size: 1440px auto;
}
.interview-links > .ttl {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #083E96;
	margin-bottom: 50px;
}
.interview-links ul {
	width: 90%;
	margin: 0 auto 80px;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.interview-links ul li {
	width: 30.33%;
	margin: 0 1.5%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.work-innner-menu {
		padding: 20px 0;
	}
	.work-innner-menu > p {
		text-align: center;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	.work-innner-menu ul {
		width: 90%;
		margin: 10px auto 0;
		max-width: 680px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.work-innner-menu ul li {
		width: 48%;
		margin: 0 1% 2%;
		box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
		position: relative;
	}
	.work-innner-menu ul li a {
		font-size: 12px;
		padding: 2px 0;
	}
	.work-main {
		padding: 40px 0;
		position: relative;
	}
	.work-main:after {
		width: 15%;
		height: 90%;
		background: #F5F8F8;
		left: 0;
		top: 40px;
		z-index: -1;
	}
	.work h2 {
		font-size: 30px;
		color: #262626;
		font-weight: 600;
		line-height: 1.2em;
		margin-bottom: 15px;
	}
	.job-type {
		padding: 50px 0;
	}
	.job-type > p,
	.job-point .content-box > p {
		position: relative;
	}
	.job-type > p span,
	.job-point .content-box > p span {
		position: relative;
		display: inline-block;
		padding: 2px 20px;
		background: #262626;
		color: #FFF;
		font-size: 14px;
		font-weight: 500;
		left: 50%;
		transform: translateX(-50%);
	}
	.job-type ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px auto 0;
	}
	.job-type.col3 ul li,
	.job-type.col2 ul li {
		width: 48%;
		margin: 0 1% 3%;
		background: #FFF;
		padding: 15px;
		box-sizing: border-box;
		box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
	}
	.job-type ul li p:nth-of-type(1) {
		text-align: center;
		color: #083E96;
		font-size: 18px;
		font-weight: 600;
	}
	.job-type ul li p:nth-of-type(2) {
		text-align: center;
		color: #188DD6;
		font-weight: 500;
		line-height: 1.6em;
	}
	.job-type ul li .icon {
		width: 80px;
		margin: 10px auto;
	}
	.job-type ul li .icon.large {
		width: 160px;
		margin: 20px auto;
	}
	.job-point {
		padding: 40px 0 20px;
	}
	.job-point ul {
		margin: 20px auto 0;
		width: 90%;
		max-width: 840px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.voice-bubble {
		background: #FFF;
		margin-bottom: 30px;
		position: relative;
		width: 90%;
		max-width: 500px;
		margin: 30px auto 0;
		box-sizing: border-box;
		padding: 15px;
	}
	.job-point ul li {
		position: relative;
		background: #FFF;
		width: 100%;
		margin: 0 0 20px;
		box-sizing: border-box;
		padding: 10px;
	}
	.voice-bubble p {
		color: #188DD6;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		line-height: 1.6em;
	}
	.job-point ul li p {
		color: #188DD6;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		line-height: 1.6em;
	}
	.voice-bubble:before,
	.job-point ul li:before {
		width: 25px;
		height: 15px;
		background-image: url("../img/work_img/bubble-triangle.svg");
		right: 5px;
		bottom: -15px;
	}
	.work01 .job-point {
		background-position: 33% center;
	}
	.work02 .job-point {
		background-position: 65% center;
	}
	.interview-links {
		padding: 0 0 30px;
		background: url("../img/common_img/wave.jpg") no-repeat center center;
		background-size: 1440px auto;
	}
	.interview-links > .ttl {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		color: #083E96;
		margin-bottom: 50px;
	}
	.interview-links ul {
		width: 90%;
		margin: 0 auto 40px;
		max-width: 180px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.interview-links ul li {
		width: 100%;
		margin: 0 1.5%;
		position: relative;
	}
}

@media screen and (max-width: 480px) {
	.job-type.col2 ul li,
	.job-type.col3 ul li {
		width: 100%;
		margin: 0 0 3%;
	}
	
	.work03 .job-type ul li p:nth-of-type(1) {
		min-height: auto;
	}
}



.work-main .black-button {
	margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
	.work-main .black-button {
		margin: 0 auto 40px;
	}
}