@charset "UTF-8";

/*job_lead
----------------------------------------*/
.job_lead {
	background: #F8F7F7;
	color: #000;
	text-align: center;
	padding: 275px 20px 120px;
	margin: -162px 0 0;
}
.job_lead h2 {
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05em;
	margin-bottom: 27px;
}
.job_lead h2::after {
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background: #E7380D;
	margin: 13px auto 0;
}
.job_lead p {
	font-size: 1.6rem;
	line-height: 2.1;
	letter-spacing: .05em;
	margin-bottom: 0;
}
.job_lead p.note {
	font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
	.job_lead {
		padding: 30px 6.9767% 50px;
		margin: 0;
	}
	.job_lead h2 {
		font-size: 2.1rem;
	}
	.job_lead p.note {
		text-align: left;
		line-height: 1.6;
		text-indent: -1em;
		margin-left: 1em;
	}
}

/*job_detail
----------------------------------------*/
.job_detail {
	padding: 8.2rem 2rem 7.8rem;
	color: #000;
}
.job_detail .inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.job_detail .item {
	width: 48.2%;
	display: flex;
	align-items: flex-start;
	align-content: start;
	flex-wrap: wrap;
}
.job_detail h2 {
	background: #E7380D;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .05em;
	font-weight: 500;
	padding: .5rem;
	text-align: center;
	margin-bottom: 4rem;
	width: 100%;
}
.job_detail .item figure {
	width: 17.4rem;
	min-height: 19.2rem;
}
.job_detail .item ul {
	flex: 1;
	padding-left: 4.8rem;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .05em;
}
.job_detail .item ul li {
	margin-left: 1em;
	text-indent: -1em;
}
.job_detail .item ul li::before {
	content: '・';
}
.job_detail .item h3 {
	font-size: 2rem;
	font-weight: 500;
	color: #E7380D;
	letter-spacing: .05em;
	width: 100%;
	margin: 4.2rem 0 1.5rem;
}
.job_detail .item p {
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.job_detail {
		padding: 4rem 2rem;
	}
	.job_detail .inner {
		display: block;
	}
	.job_detail .item {
		width: auto;
	}
	.job_detail .item + .item {
		margin-top: 3rem;
	}
	.job_detail h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.job_detail .item figure {
		width: 10rem;
		min-height: 0;
	}
	.job_detail .item ul {
		padding-left: 2rem;
		font-size: 1.4rem;
	}
	.job_detail .item h3 {
		font-size: 1.8rem;
		margin: 3rem 0 1.5rem;
	}
	.job_detail .item p {
		font-size: 1.5rem;
	}
}

/*job_flow
----------------------------------------*/
.job_flow {
	text-align: center;
	color: #000;
}
.job_flow h2 {
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 3.5rem;
}
.job_flow .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.job_flow ol {
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	letter-spacing: .05em;
	color: #fff;
	font-weight: bold;
}
.job_flow ol li {
	width: 13.66rem;
	height: 5.4rem;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../assets/job_flow_bg_02.svg) no-repeat;
}
.job_flow ol li:first-child {
	width: 13.24rem;
	background: url(../assets/job_flow_bg_01.svg) no-repeat;
}
@media screen and (max-width: 767px) {
	.job_flow {
		padding-bottom: 5rem;
	}
	.job_flow h2 {
		font-size: 3rem;
		margin-bottom: 2rem;
	}
	.job_flow ol {
		width: 18.8rem;
		margin: 0 auto;
		display: block;
	}
	.job_flow ol li {
		width: auto;
		background: url(../assets/job_flow_bg_01_sp.svg) no-repeat left top / 100% auto;
	}
	.job_flow ol li:first-child {
		width: auto;
		height: 5rem;
		background: url(../assets/job_flow_bg_02_sp.svg) no-repeat left top / 100% auto;
		padding-bottom: 1rem;
	}
}

/*introduction
----------------------------------------*/
.job_introduction {
	padding-bottom: 11rem;
	color: #000;
}
.job_introduction h2 {
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 3.5rem;
	text-align: center;
}
.job_introduction .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.job_introduction .gray {
	background: #F8F7F7;
	padding: 6.5rem 2rem 8.4rem;
	margin-bottom: 7rem;
}
.job_introduction h3 {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 1.8rem;
}
.job_introduction h3 span {
	display: inline-block;
	border-bottom: .4rem solid #E7380D;
}
.job_introduction .inner > p {
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.job_introduction dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .05em;
	margin-bottom: 2.8rem;
}
.job_introduction dl dt {
	font-weight: bold;
	width: 15.5rem;
	margin-bottom: 1.2rem;
	position: relative;
}
.job_introduction dl dt::before {
	content: '';
	display: block;
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	background: #E7380D;
	position: absolute;
	left: -.1rem;
	top: .7rem;
}
.job_introduction dl dd {
	width: calc(100% - 15.5rem);
	margin-bottom: 1.2rem;
	padding: 0;
}
.job_introduction .movie {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
}
.job_introduction .movie .item {
	width: 48.2%;
}
.job_introduction .movie .item a {
	display: block;
	position: relative;
}
.job_introduction .movie .item a::before {
	content: '';
	display: block;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -2.8rem auto 0;
}
.job_introduction .movie .item a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .9rem 0 .9rem 13px;
	border-color: transparent transparent transparent #E7380D;
	position: absolute;
	top: 50%;
	left: .2rem;
	right: 0;
	margin: -1rem auto 0;
}
.job_introduction .movie .item .en {
	font-size: 1.7rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -6.5rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05em;
}
.job_introduction .movie .item h4 {
	text-align: center;
	background: #E7380D;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .05em;
	font-weight: 500;
	padding: .5rem;
}
.job_introduction .other {
	text-align: center;
	padding-top: 3.7rem;
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.job_introduction .other .box {
	max-width: 83.4rem;
	border-radius: 0;
	margin: 3.5rem auto 0;
	padding-top: 4.7rem;
	padding-bottom: 2.3rem;
}
.job_introduction .other h4 {
	font-size: 2rem;
	letter-spacing: .05em;
	margin-bottom: 2.8rem;
}
.job_introduction .other h4::before,
.job_introduction .other h4::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 4.5rem;
	background: #000;
	transform: rotate(25deg);
	vertical-align: -1.5rem;
	margin-left: 6rem;
}
.job_introduction .other h4::before {
	transform: rotate(-25deg);
	margin: 0 6rem 0 0;
}
.job_introduction .other ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.job_introduction .other ul li {
	width: 16.3rem;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	background: #E7380D;
	color: #fff;
	margin: 0 1.5rem 3.2rem;
	padding: .3rem;
}
.job_modal {
	display: none;
}
.job_modal_embed {
	background: #fff;
	padding-top: 56.25%;
}
.job_modal_embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 767px) {
	.job_introduction {
		padding: 0 2rem 5rem;
	}
	.job_introduction .gray {
		padding: 4rem 2rem;
		margin: 0 -2rem 5rem;
	}
	.job_introduction .inner > p {
		font-size: 1.5rem;
	}
	.job_introduction .movie {
		display: block;
	}
	.job_introduction .movie .item {
		width: auto;
	}
	.job_introduction .movie .item + .item {
		margin-top: 2rem;
	}
	.job_introduction .other {
		padding-top: 2rem;
	}
	.job_introduction .other .box {
		padding: 2rem 2rem;
	}
	.job_introduction .other h4 {
		font-size: 1.8rem;
		position: relative;
		margin-bottom: 2rem;
	}
	.job_introduction .other h4::before,
	.job_introduction .other h4::after {
		display: block;
		position: absolute;
		right: 1rem;
		bottom: 0;
		margin: 0;
	}
	.job_introduction .other h4::before {
		right: auto;
		left: 1rem;
	}
	.job_introduction .other ul {
		margin: 0 -1rem;
	}
	.job_introduction .other ul li {
		width: 13.5rem;
		font-size: 1.4rem;
		margin: 0 1rem 2rem;
	}
}