@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	仕事を知る

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	index

------------------------------------------------------------------------------*/

body.index main ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 180px;
	list-style: none;
}

body.index main ul li {
	width: 22.75%;
	margin: 0 3% 0 0;
}

body.index main ul li:nth-child(4n) {
	margin-right: 0;
}

body.index main ul li a {
	display: block;
	padding: 1.25em .25em;
	background-color: rgba(var(--gray-color),.3);
	background-image: url(../../common/img/icon_arrow_bk.svg);
	background-repeat: no-repeat;
	background-size: .85em;
	background-position: .75em center;
	border: 1px solid rgba(var(--text-color),.3);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: inherit;
}

@media screen and (max-width: 1200px) {

body.index main ul {
	margin-bottom: 120px;
}

}

@media screen and (max-width: 900px) {

body.index main ul {
	margin-bottom: 100px;
}

body.index main ul li,
body.index main ul li:nth-child(4n) {
	width: 48.5%;
	margin: 3% 3% 0 0;
}

body.index main ul li:nth-child(-n+2) {
	margin-top: 0;
}

body.index main ul li:nth-child(2n) {
	margin-right: 0;
}

body.index main ul li a {
	font-size: 1.125em;
}

}

@media screen and (max-width: 767px) {

body.index main ul {
	margin-bottom: 20vw;
}

body.index main ul li,
body.index main ul li:nth-child(4n),
body.index main ul li:nth-child(-n+2) {
	width: 100%;
	margin: 3vw 0 0;
}

body.index main ul li:first-child {
	margin-top: 0;
}

body.index main ul li a {
	font-size: 4vw;
}


}


/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

body.detail header .site_column figure::after {
	content: "Interview";
	display: block;
	position: absolute;
	right: .25em;
	bottom: -.6em;
	letter-spacing: .125em;
	line-height: 1;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 4.5em;
	color: rgba(var(--gray-color),1);
}

@media screen and (max-width: 767px) {

body.detail header .site_column figure::after {
	content: "Interview";
	font-size: 7vw;
}

}


/*------------------------------------------------------------------------------

	interview

------------------------------------------------------------------------------*/

main .interview {
	position: relative;
	padding-left: 17%;
}

#content main .interview dl {
	margin: 70px 0 120px;
}

main .interview .title,
main .interview .heading {
	line-height: 1.4;
	font-weight: bold;
}

main .interview .title {
	margin-bottom: .5em;
	letter-spacing: .125em;
	font-size: 1.25em;
}

main .interview .heading {
	font-size: 2.375em;
}

main .interview .job {
	position: absolute;
	top: -9em;
	left: -6.5em;
	width: 26%;
	margin: 0;
	z-index: 10;
}

@media screen and (max-width: 1200px) {

main .interview .job {
	top: -6em;
	left: -3em;
	width: 20%;
}

#content main .interview dl {
	margin-top: 50px;
	margin-bottom: 0;
}

}

@media screen and (max-width: 1024px) {

#content main .interview dl {
	margin-top: 40px;
}

}

@media screen and (max-width: 900px) {

main .interview .job {
	top: -5.5em;
	left: -2.5em;
}

}

@media screen and (max-width: 767px) {

main .interview {
	padding-left: 25vw;
}

#content main .interview dl {
	margin-top: 8vw;
}

main .interview .title {
	margin-bottom: .5em;
	letter-spacing: .125em;
	font-size: 3.2vw;
}

main .interview .heading {
	font-size: 4.5vw;
}

main .interview .job {
	top: -15vw;
	left: -3vw;
	width: 25vw;
}

}


/*------------------------------------------------------------------------------

	main

------------------------------------------------------------------------------*/

body.detail main h2::before {
	content: "";
	display: block;
	position: absolute;
	top: -2.25em;
	left: -3em;
	width: 5em;
	aspect-ratio: 1/1;
	background-image: url(../../common/img/icon_question_b.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

main .schedule {
	margin-top: 100px;
	padding: 85px 0 130px;
	background-color: rgba(var(--bg-yellow-color),1);
}

main .schedule .heading {
	margin-bottom: 2em;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 2em;
}

main .schedule .heading::before {
	content: "";
	display: block;
	width: 1.25em;
	aspect-ratio: 1/1;
	margin: 0 auto .85em;
	background-image: url(../../common/img/icon_time.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

main .schedule .heading::after {
	content: "Model case";
	display: block;
	margin-top: 1em;
	font-size: .5em;
}

main .schedule .heading span {
	font-size: .5em;
}

@media screen and (max-width: 1024px) {

main h2::before {
	top: -1.75em;
	left: -2.5em;
	width: 4em;
}

main .schedule {
	margin-top: 80px;
	padding-top: 75px;
	padding-bottom: 110px;
}

}

@media screen and (max-width: 900px) {

main h2::before {
	top: -1em;
	left: -2em;
	width: 3em;
}

main .schedule {
	margin-top: 70px;
	padding-top: 65px;
	padding-bottom: 100px;
}

}

@media screen and (max-width: 767px) {

body.detail main h2 {
	margin-top: 10vw;
}

main h2::before {
	top: -3vw;
	left: -6vw;
	width: 10vw;
}

main .schedule {
	margin-top: 10vw;
	padding-top: 12vw;
	padding-bottom: 15vw;
}

}


/*	タイムテーブル
------------------------------------------------------------------------------*/

#content .timetable {
	margin: 0;
}

.timetable th,
.timetable td {
	padding: 1em 2em;
	background-color: #FFF;
	border: 5px solid rgba(var(--bg-yellow-color),1);
}

.timetable tr:nth-child(2n) th,
.timetable tr:nth-child(2n) td {
	background-color: rgba(255,255,255,.5);
}

.timetable th {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.125em;
	color: rgba(var(--blue-color),1);
}

main .schedule .timetable dl {
	margin: 0;
}

main .timetable dl dt,
main .timetable .title {
	font-weight: bold;
}

@media screen and (max-width: 767px) {

.timetable th,
.timetable td {
	padding: 3vw 2.5vw;
	border-width: 1vw;
}

.timetable th {
	font-size: 3vw;
}

}


/*	求職者の方へ
------------------------------------------------------------------------------*/

main .message {
	position: relative;
	padding: 190px 0 75px;
}

main .message::before {
	content: "";
	display: block;
	position: absolute;
	top: -3em;
	left: 50%;
	translate: -50% 0;
	width: 160px;
	aspect-ratio: 200/245;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body.sales main .message::before { background-image: url(../../common/img/job_sales.svg);}
body.service_engineer main .message::before { background-image: url(../../common/img/job_service_engineer.svg);}
body.production_engineer main .message::before { background-image: url(../../common/img/job_production_engineer.svg);}
body.design_development main .message::before { background-image: url(../../common/img/job_design_development.svg);}

main .message::after {
	position: absolute;
	top: .5em;
	left: 2.5em;
	content: "Join Us!";
	background: var(--gradient);
	background-clip: text;
	letter-spacing: .125em;
	rotate: -7deg;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	font-size: 7.5em;
	color: transparent;
	opacity: .5;
	z-index: -1;
}

main .message .heading {
	margin-bottom: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	font-size: 1.5em;
	color: rgba(var(--blue-color),1);
}

@media screen and (max-width: 1680px) {

main .message::after {
	top: 1em;
	font-size: 5.5em;
}

}

@media screen and (max-width: 1400px) {

main .message::after {
	top: 1.25em;
	left: 1em;
	font-size: 4.5em;
}

}

@media screen and (max-width: 1024px) {

main .message {
	padding-top: 170px;
	padding-bottom: 55px;
}

main .message::before {
	width: 140px;
}

}

@media screen and (max-width: 900px) {

main .message {
	padding-top: 150px;
	padding-bottom: 45px;
}

main .message::before {
	width: 130px;
}

main .message::after {
	top: 1.5em;
	font-size: 3.5em;
}

}

@media screen and (max-width: 767px) {

main .message {
	padding-top: 20vw;
	padding-bottom: 8vw;
}

main .message::before {
	top: -6vw;
	width: 18vw;
}

main .message::after {
	top: 8vw;
	font-size: 7vw;
}

}
