@charset "UTF-8";
.intro {
	margin-bottom: 69px;
}
.intro_inner {}
.intro_title {}
.intro_headline {}
.intro_text {}
.intro_vis {
	background-image: url(/img/recruit_job/pt-intro@2x.jpg);
	height: 498px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e3e8eb;
	margin-top: 68px;
}
.make {
	margin-bottom: 75px;
}
.make_inner {}
.make_title {}
.make_oList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 69px;
}
.make_oList > li {
	width: 31%;
	margin-left: 3.5%;
	position: relative;
	z-index: 1;
}
.make_oList > li::after {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 0;
	border-top: 2px dashed #0066BA;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition-duration: .3s;
	transition-property: opacity;
	transition-delay: 1.3s;
	opacity: 0;
}
.make_oList > li[data-animation="after"]::after {
	opacity: 1;
}
.make_oList > li:nth-child(3n)::after {
	display: none;
}
.make_oList > li:nth-child(5)::before {
	content: "";
	display: block;
	width: 705px;
	background-size: 100% auto;
	height: 60px;
	background-image: url(/img/recruit_job/bg-border@2x.png);
	left: 210px;
	background-position: center center;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -68px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition-duration: .3s;
	transition-property: opacity;
	transition-delay: 1.3s;
	opacity: 0;
}
.make_oList > li:nth-child(5)[data-animation="after"]::before {
	opacity: 1;
}
.make_oList > li:first-child::before {
	display: none;
}
.make_oList > li:first-child {}
.make_oList > li:last-child {}
.make_oList > li:nth-child(3n+1) {
	margin-left: 0;
}
.make_oList > li:nth-child(3n+2) {
	transition-delay: .6s;
}
.make_oList > li:nth-child(3n+3) {
	transition-delay: .9s;
}
.make_oList > li:nth-child(n+4) {
	margin-top: 63px;
}
.make_number {
	display: flex;
	align-items: center;
	margin-bottom: 11px;
	position: relative;
	z-index: 0;
}
.make_number > b {
	display: flex;
	width: 45px;
	height: 45px;
	background-color: #0066BA;
	border-radius: 50%;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	min-width: 45px;
	margin-right: 10px;
}
.make_number > b::after {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	background-color: #0066BA;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -2px;
}
.make_number > small {
	display: block;
	color: #0066BA;
	font-size: 18px;
	font-weight: bold;
	background-image: linear-gradient(to top, #FFF15F 19px, rgba(255, 255, 255, 0) 19px);
}
.make_image {
	position: relative;
	z-index: 2;
}
.make_image > img {}
.make_text {
	font-size: 14px;
	margin-top: 13px;
}
.drink {}
.drink_inner {}
.drink_title {}
.drink_msg {
	max-width: 769px;
	margin: 0 auto 61px;
}
.drink_sect {
	margin-bottom: 77px;
}
.drink_sect:last-child {
	margin-bottom: 0;
}
.drink_image {}
.drink_image > img {}
.drink_cols {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}
.drink_col {}
.drink_col-no1 {
	width: 176px;
}
.drink_headline {
	background-color: #0066BA;
	height: 161px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
	border-radius: 3px;
}
.drink_col-no2 {
	width: calc(100% - 214px);
	padding-top: 15px;
}
.drink_text {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.intro {}
	.intro_inner {}
	.intro_title {}
	.intro_headline {}
	.intro_text {}
	.intro_vis {}
	.make {}
	.make_inner {}
	.make_title {}
	.make_oList {}
	.make_oList > li {}
	.make_oList > li::after {}
	.make_oList > li:nth-child(3n)::after {}
	.make_oList > li:nth-child(5)::before {
		width: 600px;
		height: 50px;
		top: -60px;
	}
	.make_oList > li:first-child::before {}
	.make_oList > li:first-child {}
	.make_oList > li:last-child {}
	.make_oList > li:nth-child(3n+1) {}
	.make_oList > li:nth-child(n+4) {}
	.make_number {}
	.make_number > b {}
	.make_number > b::after {}
	.make_number > small {}
	.make_image {}
	.make_image > img {}
	.make_text {}
	.drink {}
	.drink_inner {}
	.drink_title {}
	.drink_msg {}
	.drink_sect {}
	.drink_sect:last-child {}
	.drink_image {}
	.drink_image > img {}
	.drink_cols {}
	.drink_col {}
	.drink_col-no1 {}
	.drink_headline {}
	.drink_col-no2 {}
	.drink_text {}
}
@media screen and (max-width:767px) {
	.intro {
		margin-bottom: 45px;
	}
	.intro_inner {}
	.intro_title {}
	.intro_headline {}
	.intro_text {}
	.intro_vis {
		height: 60vw;
		margin-top: 25px;
	}
	.make {
		margin-bottom: 45px;
	}
	.make_inner {}
	.make_title {}
	.make_oList {
		display: block;
		margin-top: 20px;
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
	.make_oList > li {
		width: auto;
		margin-left: 0;
	}
	.make_oList > li::after {
		display: none;
	}
	.make_oList > li:nth-child(3n)::after {}
	.make_oList > li:nth-child(5)::before {
		display: none;
	}
	.make_oList > li:first-child::before {}
	.make_oList > li:first-child {}
	.make_oList > li:last-child {}
	.make_oList > li:nth-child(3n+1) {}
	.make_oList > li:nth-child(n+2) {
		margin-top: 25px;
	}
	.make_oList > li:nth-child(n) {
		transition-delay: .3s;
	}
	.make_number {}
	.make_number > b {}
	.make_number > b::after {}
	.make_number > small {}
	.make_image {}
	.make_image > img {}
	.make_text {
		margin-top: 10px;
	}
	.drink {}
	.drink_inner {}
	.drink_title {}
	.drink_msg {
		margin-bottom: 25px;
	}
	.drink_sect {
		margin-bottom: 35px;
	}
	.drink_sect:last-child {}
	.drink_image {}
	.drink_image > img {}
	.drink_cols {
		margin-top: 10px;
		display: block;
	}
	.drink_col {
		width: auto;
	}
	.drink_col-no1 {
		margin-bottom: 10px;
	}
	.drink_headline {
		height: auto;
		font-size: 14px;
		padding: 10px 10px;
	}
	.drink_col-no2 {
		padding: 0;
	}
	.drink_text {}
}
