/* トップインタビュー */
#works-top {
	width: 100%;
	height: 60vh;
	margin: 54px auto 0;
	background: url('../images-recruit/works-bg.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#works-top img {
	width: 517px;
	height: 180px;
}

#works-wrapper {
	margin: 80px auto;
}

#works-wrapper .works-container .works-header {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#works-wrapper .works-container .works-header .number {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#works-wrapper .works-container .works-header .number.reverse {
	left: unset;
	right: 20px;
	z-index: 1;
}

#works-wrapper .works-container .works-header .visual {
	width: 75%;
	height: auto;
}

#works-wrapper .works-container .wh-pd:after {
	content: '';
	display: block;
	padding-top: 40%;
}

#works-wrapper .works-container .works-header .visual.reverse {
	position: absolute;
	right: 0;
	top: 0;
}

#works-wrapper .works-container .works-header .text-box {
	width: 750px;
	height: 330px;
	position: absolute;
	right: 0;
	top: 230px;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#works-wrapper .works-container .works-header .text-box.reverse {
	left: 0;
	right: unset;
	top: 250px;
}

#works-wrapper .works-container .works-header .text-box .tb {
	margin: 0 60px;
}

#works-wrapper .works-container .works-header .text-box .text1 {
	font-size: 17px;
	letter-spacing: 4px;
	line-height: 1.5;
}

#works-wrapper .works-container .works-header .text-box .text2 {
	font-size: 32px;
	letter-spacing: 8px;
	line-height: 1.5;
	margin-top: 16px;
}

#works-wrapper .works-container .works-header .text-box .text3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 4px;
	line-height: 1.8;
	margin-top: 16px;
}

#works-wrapper .works-container .works-body {
	width: 85%;
	margin: 40px auto 64px;
	background-color: #fff;
	padding: 160px 64px 64px;
}

#works-wrapper .works-container .works-body .works-description-box {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#works-wrapper .works-container .works-body .works-description-box img {
	width: 350px;
	height: auto;
}

#works-wrapper .works-container .works-body .works-description-box img.btn-link {
	width: 212px;
	height: 41px;
	margin-top: 32px;
}

#works-wrapper .works-container .works-body .works-description-box .works-description {
	margin-left: 44px;
}

#works-wrapper .works-container .works-body .works-description-box .works-description .text1 {
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 2.2;
}

#works-wrapper .works-container .works-body .works-description-box .works-description .text2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	line-height: 2;
	margin-top: 16px;
}

#works-wrapper .works-container .works-body .works-flow {
	margin-top: 120px;
}

#works-wrapper .works-container .works-body .works-flow .headings {
	width: 507px;
	height: 30px;
	display: block;
	margin: 0 auto;
}

#works-wrapper .works-container .works-body .works-flow .sub-headings {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	margin-top: 24px;
	letter-spacing: 2px;
}

#works-wrapper .works-container .works-body .works-flow .flow-container {
	width: 100%;
	margin: 64px auto 0;
}

#works-wrapper .works-container .works-body .works-flow .flow-container .box {
	margin: 0 auto 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 84px;
	color: #fff;
	background-color: #383838;
	position: relative;
}

#works-wrapper .works-container .works-body .works-flow .flow-container .box:not(:last-child):after {
	content: url('../images-recruit/icon-triangle.svg');
	position: absolute;
	left: 50%;
	bottom: -28px;
	transform: translateX(-50%);
}

#works-wrapper .works-container .works-body .works-flow .flow-container .box:nth-child(even) {
	background-color: #000;
}

#works-wrapper .works-container .works-body .works-flow .flow-container .box .box-title {
	width: 35%;
	padding-left: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
}

#works-wrapper .works-container .works-body .works-flow .flow-container .box .box-content {
	width: 65%;
	padding: 0 24px 0 20px;
	border-left: solid 1px #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 3px;
}

#works-wrapper .works-container .works-body .list-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 64px auto 0;
}

#works-wrapper .works-container .works-body .list-container .list-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
}

#works-wrapper .works-container .works-body .list-container .list-box:nth-child(odd) {
	margin-right: 36px;
}

#works-wrapper .works-container .works-body .list-container .list-box:nth-child(n+3) {
	margin-top: 30px;
}

#works-wrapper .works-container .works-body .list-container .list-box img {
	width: 158px;
	height: 158px;
}

#works-wrapper .works-container .works-body .list-container .list-box .list-description {
	display: flex;
	height: 158px;
	flex-direction: column;
	justify-content: center;
	background-color: #000;
	color: #fff;
	padding: 0 24px;
}

#works-wrapper .works-container .works-body .list-container .list-box .list-description .text1 {
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 1.5;
}

#works-wrapper .works-container .works-body .list-container .list-box .list-description .text2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	line-height: 1.5;
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	#works-top {
		width: 100%;
		height: 37vh;
		margin: 54px auto 0;
		background: url('../images-recruit/works-bg-sp.jpg') no-repeat;
		background-position: center top;
		background-size: cover;
	}

	#works-top img {
		width: 306px;
		height: 102px;
	}

	#works-wrapper {
		width: 100%;
		margin: 30px auto 0;
	}

	#works-wrapper .works-container .works-header {
		width: 100%;
	}

	#works-wrapper .works-container .works-header .number {
		width: 50px;
		height: 50px;
		top: unset;
		bottom: 0;
		z-index: 1;
	}

	#works-wrapper .works-container .wh-pd:after {
		padding-top: 43%;
	}

	#works-wrapper .works-container .works-header .visual {
		width: 95%;
	}

	#works-wrapper .works-container .works-header .text-box {
		width: 90%;
		height: 239px;
		top: 150px;
	}

	#works-wrapper .works-container .works-header .text-box.reverse {
		top: 132px;
	}

	#works-wrapper .works-container .works-header .text-box .tb {
		margin: 0 24px;
	}

	#works-wrapper .works-container .works-header .text-box .text1 {
		font-size: 14px;
	}

	#works-wrapper .works-container .works-header .text-box .text2 {
		font-size: 18px;
	}

	#works-wrapper .works-container .works-header .text-box .text3 {
		font-size: 13px;
	}

	#works-wrapper .works-container .works-body {
		width: 100%;
		margin: 184px auto 64px;
		padding: 64px 0 32px;
	}

	#works-wrapper .works-container .works-body .works-description-box {
		flex-direction: column;
		align-items: center;
		margin-top: 32px;
	}

	#works-wrapper .works-container .works-body .works-description-box img {
		width: 270px;
		height: 270px;
	}

	#works-wrapper .works-container .works-body .works-description-box img.wide {
		width: 335px;
		height: auto;
	}

	#works-wrapper .works-container .works-body .works-description-box .works-description {
		margin: 24px 0 0;
		padding: 0 24px;
	}

	#works-wrapper .works-container .works-body .works-description-box .works-description .text1 {
		font-size: 20px;
		line-height: 2;
	}

	#works-wrapper .works-container .works-body .works-description-box .works-description .text2 {
		font-size: 15px;
		line-height: 2;
	}

	#works-wrapper .works-container .works-body .works-flow {
		margin-top: 80px;
	}

	#works-wrapper .works-container .works-body .works-flow .headings {
		width: 320px;
		height: auto;
	}

	#works-wrapper .works-container .works-body .works-flow .sub-headings {
		font-size: 14px;
		margin-top: 16px;
	}

	#works-wrapper .works-container .works-body .works-flow .flow-container {
		margin-top: 32px;
	}

	#works-wrapper .works-container .works-body .works-flow .flow-container .box {
		flex-direction: column;
		width: 93%;
		height: 169px;
	}

	#works-wrapper .works-container .works-body .works-flow .flow-container .box .box-title {
		width: 90%;
		padding: 0 0 12px;
		font-size: 15px;
		border-bottom: solid 1px #fff;
	}

	#works-wrapper .works-container .works-body .works-flow .flow-container .box .box-content {
		width: 90%;
		padding: 12px 0 0;
		font-size: 14px;
		line-height: 1.5;
		border: none;
	}

	#works-wrapper .works-container .works-body .list-container {
		margin: 32px auto 0;
	}

	#works-wrapper .works-container .works-body .list-container .list-box {
		width: 90%;
		flex-wrap: wrap;
	}

	#works-wrapper .works-container .works-body .list-container .list-box:nth-child(odd),
	#works-wrapper .works-container .works-body .list-container .list-box:nth-child(n+3) {
		margin: 0;
	}

	#works-wrapper .works-container .works-body .list-container .list-box:nth-child(n+2) {
		margin-top: 24px;
	}

	#works-wrapper .works-container .works-body .list-container .list-box img {
		width: 70px;
		height: 40px;
	}

	#works-wrapper .works-container .works-body .list-container .list-box .list-description {
		width: calc(100% - 70px);
		height: 40px;
		padding: 0 12px;
	}

	#works-wrapper .works-container .works-body .list-container .list-box .list-description .text1 {
		font-size: 16px;
	}

	#works-wrapper .works-container .works-body .list-container .list-box .text2 {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		margin-top: 16px;
		line-height: 1.5;
		letter-spacing: 2px;
	}

	#works-wrapper .works-container .works-body .works-description-box .link-fb {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#works-wrapper .works-container .works-body .works-description-box img.btn-link {
		margin-top: 32px;
	}

}