@charset "UTF-8";
/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background-image: url(../img/jobintroduction/mv.jpg);
}
#headline h1::after {
	content: "Job introduction";
}
/*-----------------------------------

	common

-----------------------------------*/
.ji {
	padding-bottom: 100px;
}
.ji .ttlArea {
	width: calc(100vw - (50vw - 600px));
	margin: 0 0 60px auto !important;
	position: relative;
	height: 436px;
}
.ji .ttlArea::before {
	content: "";
	width: calc(1105px + (50vw - 600px));
	height: 100%;
	border-radius: 20px 0 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.ji .ttlArea h2 {
	background: #FFF;
	font: 700 4.5rem/1 var(--fJa);
	border-radius: 0 20px 20px 0;
	padding: 35px 70px 30px 0;
	position: absolute;
	bottom: 60px;
	left: 0;
}
.ji .ttlArea h2::before {
	content: "";
	width: 22px;
	height: 2px;
	background: var(--mClr1);
	position: absolute;
	bottom: 60px;
	left: 0;
}
.ji .ttlArea h2::after {
	display: block;
	font: 700 2rem/1 var(--fEn);
	margin-top: 20px;
}
.ji .inner:not(:last-child) {
	margin-bottom: 100px;
}
.ji .inner .inner_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.ji .inner.i02 .inner_wrap {
	flex-direction: row-reverse;
}
.ji .inner .inner_wrap > * {
	width: 46.67%;
}
.ji .inner .inner_wrap > .text {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.ji .inner .inner_wrap > .image img {
	border-radius: 20px;
}
.ji h3 {
	font: 700 2.4rem/1 var(--fJa);
	border-left: 6px solid var(--mClr1);
	padding: 8px 20px;
}
.ji .copy {
	font: 700 1.8rem/1.67 var(--fJa);
	padding-left: 33px;
	position: relative;
}
.ji .copy::before {
	content: "";
	width: 21px;
	height: 1px;
	background: var(--mClr1);
	position: absolute;
	top: 13px;
	left: 0;
}
.ji p {
	line-height: 2;
	letter-spacing: 0.03em;
	white-space: pre-line;
}
.ji .text .ttl {
	font: 700 2.4rem/2 var(--fJa);
}
.ji .studies .ttl {
	color: var(--mClr1);
}
.ji .skill .ttl {
	color: #003366;
}
.ji .text ul {
	background: #F4F9F8;
	padding: 25px;
}
.ji .text ul > li {
	line-height: 2;
	letter-spacing: 0.03em;
	padding-left: 22px;
}
.ji .studies ul > li {
	background: url(../img/jobintroduction/icon_list01_arrow.svg) no-repeat left 6px/11px;
}
.ji .skill ul > li {
	background: url(../img/jobintroduction/icon_list02_arrow.svg) no-repeat left 6px/11px;
}
.ji .read {
	font: 700 2.4rem var(--fJa);
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
.ji .read::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/jobintroduction/icon_read.svg) no-repeat center/contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.ji .read::after {
	content: "";
	width: 74px;
	height: 1px;
	background: var(--mClr1);
	position: absolute;
	bottom: 0;
	left: calc(50% - 37px);
}
.ji .link {
	width: min(596px,100%);
	height: 121px;
	display: flex;
	align-items: end;
	padding: 20px 30px;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.ji .link::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ji .link::after {
	content: "";
	width: 37px;
	height: 18px;
	background: url(../img/jobintroduction/icon_link_arrow.svg) no-repeat center/contain;
	position: absolute;
	bottom: 23px;
	right: 26px;
	z-index: 2;
}
.ji .link span {
	display: block;
	font: 700 2.4rem/1 var(--fJa);
	color: #FFF;
	position: relative;
	z-index: 5;
}
.ji .link span::before {
	content: "Interview";
	font: 700 4.2rem/1 var(--fEn);
	color: rgba(255, 255, 255, 0.2);
	display: block;
}
@media screen and (max-width: 1340px) {
	.ji .ttlArea {
		width: 95vw;
	}
	.ji .ttlArea::before {
		width: 87.46vw;
	}
}
@media screen and (max-width: 840px) {
	.ji .ttlArea {
		height: 300px;
	}
	.ji .ttlArea h2 {
		padding: 35px 50px 30px 0;
	}
	.ji .ttlArea h2::before {
		bottom: 58px;
	}
}
@media screen and (max-width: 640px) {
	.ji {
		padding-bottom: 60px;
	}
	.ji .ttlArea {
		margin: 0 0 30px auto !important;
		height: 200px;
	}
	.ji .ttlArea::before {
		border-radius: 10px 0 0 10px;
	}
	.ji .ttlArea h2 {
		font-size: 2.2rem;
		border-radius: 0 10px 10px 0;
		padding: 15px 30px 15px 0;
		bottom: 30px;
	}
	.ji .ttlArea h2::before {
		width: 18px;
		height: 1px;
		bottom: 32px;
	}
	.ji .ttlArea h2::after {
		font-size: 1rem;
		margin-top: 15px;
	}
	.ji .inner:not(:last-child) {
		margin-bottom: 60px;
	}
	.ji .inner .inner_wrap {
		flex-direction: column !important;
		gap: 20px;
		margin-bottom: 30px;
	}
	.ji .inner .inner_wrap > * {
		width: 100%;
	}
	.ji .inner .inner_wrap > .text {
		gap: 10px;
	}
	.ji .inner .inner_wrap > .image img {
		border-radius: 10px;
	}
	.ji h3 {
		font-size: 1.6rem;
		border-left: 4px solid var(--mClr1);
		padding: 5px 15px;
	}
	.ji .copy {
		font-size: 1.4rem;
		padding-left: 22px;
	}
	.ji .copy::before {
		width: 15px;
		top: 10px;
	}
	.ji .text .ttl {
		font-size: 1.8rem;
	}
	.ji .text ul {
		padding: 15px;
	}
	.ji .text ul > li {
		padding-left: 16px;
	}
	.ji .studies ul > li {
		background: url(../img/jobintroduction/icon_list01_arrow.svg) no-repeat left 7px/9px;
	}
	.ji .skill ul > li {
		background: url(../img/jobintroduction/icon_list02_arrow.svg) no-repeat left 7px/9px;
	}
	.ji .read {
		font-size: 1.5rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.ji .read::before {
		width: 20px;
		height: 20px;
		margin-right: 0;
	}
	.ji .link {
		height: 100px;
		padding: 10px;
		border-radius: 6px;
	}
	.ji .link::after {
		bottom: 10px;
		right: 10px;
	}
	.ji .link span {
		font-size: 1.6rem;
	}
	.ji .link span::before {
		font-size: 2.8rem;
	}
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block .text {
	text-align: center;
	padding: 60px 0;
	position: relative;
}
#intro_block .text::before,
#intro_block .text::after {
	content: "";
	width: 74px;
	height: 1px;
	background: var(--mClr1);
	position: absolute;
	left: calc(50% - 37px);
}
#intro_block .text::before {
	top: 0;
}
#intro_block .text::after {
	bottom: 0;
}
#intro_block .text p {
	font: 700 1.8rem/2 var(--fJa);
}
@media screen and (max-width: 640px) {
	#intro_block .text {
		padding: 30px 0;
	}
	#intro_block .text p {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
/*-----------------------------------

	menu_block

-----------------------------------*/
#menu_block ul {
	display: flex;
	border-radius: 30px;
	overflow: hidden;
}
#menu_block ul li {
	width: 25%;
}
#menu_block ul li:not(:last-child) {
	border-right: 2px solid #FFF;
}
#menu_block ul li a {
	width: 100%;
	height: 370px;
	position: relative;
}
#menu_block ul li.menu01 a {
	background: url(../img/jobintroduction/menu_bg01.jpg) no-repeat center center/cover;
}
#menu_block ul li.menu02 a {
	background: url(../img/jobintroduction/menu_bg02.jpg) no-repeat center center/cover;
}
#menu_block ul li.menu03 a {
	background: url(../img/jobintroduction/menu_bg03.jpg) no-repeat center center/cover;
}
#menu_block ul li.menu04 a {
	background: url(../img/jobintroduction/menu_bg04.jpg) no-repeat center center/cover;
}
#menu_block ul li a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF url(../img/jobintroduction/icon_menu_arrow.svg) no-repeat calc(100% - 25px) center/10px;
	border-radius: 0 20px 0 0;
	padding: 20px 60px 20px 30px;
	font: 700 2.2rem var(--fJa);
	letter-spacing: 0.03em;
	text-box: trim-both cap alphabetic;
}
#menu_block ul li a span::before {
	display: block;
	font: 700 1.2rem var(--fEn);
	letter-spacing: 0.06em;
	color: var(--mClr1);
	text-transform: uppercase;
	margin-bottom: 10px;
	text-box: trim-both cap alphabetic;
}
#menu_block ul li.menu01 a span::before {
	content: "Sales";
}
#menu_block ul li.menu02 a span::before {
	content: "Technical";
}
#menu_block ul li.menu03 a span::before {
	content: "Manufacturing";
}
#menu_block ul li.menu04 a span::before {
	content: "Clerical";
}
@media screen and (max-width: 1200px) {
	#menu_block ul li a span {
		background-position: calc(100% - 20px) center;
		padding: 20px 45px 20px 15px;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#menu_block ul li a span::before {
		font-size: 1.1rem;
		letter-spacing: 0.03em;
	}
}
@media screen and (max-width: 840px) {
	#menu_block ul {
		flex-wrap: wrap;
	}
	#menu_block ul li {
		width: 50%;
	}
	#menu_block ul li:nth-child(2) {
		border-right: none;
	}
	#menu_block ul li:nth-child(-n+2) {
		border-bottom: 2px solid #FFF;
	}
	#menu_block ul li a {
		height: 260px;
	}
	#menu_block ul li a span {
		background-size: 8px;
		background-position: calc(100% - 15px) center;
		padding: 15px 40px 15px 15px;
		font-size: 1.9vw;
	}
	#menu_block ul li a span::before {
		font-size: 1.3vw;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 640px) {
	#menu_block ul {
		border-radius: 15px;
	}
	#menu_block ul li a {
		height: 180px;
	}
	#menu_block ul li a span {
		font-size: 1.6rem;
		border-radius: 0 10px 0 0;
	}
	#menu_block ul li a span::before {
		font-size: 1rem;
	}
}
/*-----------------------------------

	sales_block

-----------------------------------*/
#sales_block .ttlArea::before {
	background: url(../img/jobintroduction/sales_hlbg.jpg) no-repeat center center/cover;
}
#sales_block .ttlArea h2::after {
	content: "Sales";
}
#sales_block .i01 .link {
	background: url(../img/jobintroduction/sales_link_bg.jpg) no-repeat center center/cover;
}
/*-----------------------------------

	technical_block

-----------------------------------*/
#technical_block .ttlArea::before {
	background: url(../img/jobintroduction/technical_hlbg.jpg) no-repeat center center/cover;
}
#technical_block .ttlArea h2::after {
	content: "Technical";
}
#technical_block .i01 .link {
	background: url(../img/jobintroduction/technical_link_bg01.jpg) no-repeat center center/cover;
}
#technical_block .i03 .link {
	background: url(../img/jobintroduction/technical_link_bg02.jpg) no-repeat center center/cover;
}
/*-----------------------------------

	manufacturing_block

-----------------------------------*/
#manufacturing_block .ttlArea::before {
	background: url(../img/jobintroduction/manufacturing_hlbg.jpg) no-repeat center center/cover;
}
#manufacturing_block .ttlArea h2::after {
	content: "Manufacturing";
}
#manufacturing_block .i02 .link {
	background: url(../img/jobintroduction/manufacturing_link_bg.jpg) no-repeat center center/cover;
} 
/*-----------------------------------

	clerical_block

-----------------------------------*/
#clerical_block .ttlArea::before {
	background: url(../img/jobintroduction/clerical_hlbg.jpg) no-repeat center center/cover;
}
#clerical_block .ttlArea h2::after {
	content: "Clerical";
}
#clerical_block .i01 .link {
	background: url(../img/jobintroduction/clerical_link_bg.jpg) no-repeat center center/cover;
}
