.company_title {
	background: url(/recruit/images/25463383_m.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.company_1_title {
	background: url(/recruit/images/tp/5124997_m.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.company_1_wrapper figure {
	display: flex;
	align-items: center;
	margin: 60px 0;
	position: relative;
	justify-content: space-between;
}
.company_1_wrapper figure::after {
	content: "";
	width: 33%;
	height: 99%;
	position: absolute;
	z-index: 0;
	top: 15px;
	right: 15px;
	opacity: 1;
	background-image: -webkit-radial-gradient(var(--sub-color) 50%, transparent 50%);
	background-image: radial-gradient(var(--sub-color) 50%, transparent 50%);
	background-color: #fff;
	background-size: 5px 5px;
	border-radius: 15px;
}
.company_1_wrapper figcaption {
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	top: 60px;
}
.company_1_wrapper figcaption::after {
	content: "";
	width: 120%;
	height: 2px;
	background-color: #222;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 3;
}
.company_1_wrapper figure img {
	border: 4px solid #222;
	border-radius: 15px;
	max-width: 400px;
	z-index: 2;
	margin-right: 30px;
}
.company_1_wrapper .company_1_txt {
	margin: 90px auto;
	font-size: 1.2rem;
}
.company_1_wrapper .company_1_img {
	text-align: right;
}
.company_1_wrapper .company_1_img img {
	width: 180px;
	height: auto;
}
@media screen and (max-width: 960px) {
	.company_1_wrapper figure {
		flex-direction: column;
	}
	.company_1_wrapper figure img {
		width: 95%;
		margin: 0 auto;
	}
	.company_1_wrapper figure::after {
		width: 95%;
		height: 65%;
		top: auto;
		left: auto;
		bottom: -15px;
		max-width: 400px;
		right: auto;
		margin-left: 30px;
	}
	.company_1_wrapper figcaption {
		font-size: 1.8em;
		right: auto;
		top: auto;
		text-align: center;
		margin-bottom: 60px;
	}
	.company_1_wrapper figcaption::after {
		width: 50%;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
	.company_1_wrapper .company_1_txt {
		margin: 60px auto;
	}
}
