@charset "UTF-8";
.main {
	padding-top: 174rem;
}
.mv {
	margin-bottom: 128rem;
}
.mv img {
	width: 100%;
	height: auto;
}
.mv__title__outer {
	background-color: var(--white);
	margin: 100rem auto 0;
	max-width: max-content;
	max-height: max-content;
	line-height: 1;
	letter-spacing: 0.14em;
	padding: 8rem 0 8rem 16rem;
	box-sizing: border-box;
}
@-moz-document url-prefix(){
    .mv__title__outer {
        height: 200rem;
    }
}
.mv__title {
	font-family: var(--tektur);
	font-size: var(--fs-64);
	font-weight: normal;
	margin-bottom: 24rem;
}
.mv__title--sub {
	font-size: var(--fs-32);
	font-weight: bold;
}
.main__content__title {
	font-size: var(--fs-32);
	line-height: 2;
	letter-spacing: 0.14em;
	margin-bottom: 57rem;
	text-align: center;
}
.main__content__text {
	font-weight: bold;
	width: 928rem;
	line-height: 2;
	letter-spacing: 0.14em;
	margin: 0 auto 128rem;
}
.sec--vision {
	display: flex;
	align-items: center;
	margin-bottom: 128rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.14em;
}
.sec--vision--r {
	flex-direction: row-reverse;
}
.img--recruit {
	width: 528rem;
	height: auto;
}
.sec--vision--l .sec__content {
	margin: 0 80rem 0 auto;
}
.sec--vision--r .sec__content {
	margin: 0 auto 0 83rem;
}
.sec__content__text {
	width: 448rem;
	margin: auto;
	font-family: var(--yugothic);
}
.sec__content__text--l {
	margin-top: 94rem;
	text-align: center;
}
.sec--vision--r .sec__content__text--l {
	font-size: var(--fs-32);
	margin-top: 35rem;
}
.sec__content__text .text + .text {
	margin-top: 1em;
}
.main__text {
	font-family: var(--yugothic);
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 2;
	margin: 0 auto 128rem;
	width: 749rem;
}
/* 募集背景 */
.sec--background {
	background-color: var(--base-color);
	padding: 128rem 0 72rem;
}
.title--background {
	font-size: var(--fs-20);
	line-height: 1.2;
	text-align: center;
	margin-bottom: 72rem;
}
.title--background::before {
	content: "「";
	font-size: var(--fs-24);
	line-height: 1;
	margin-right: 24rem;
}
.title--background::after {
	content: "」";
	font-size: var(--fs-24);
	line-height: 1;
	margin-left: 24rem;
}
.list--check {
	max-width: max-content;
	margin: 0 auto 64rem;
}
.sec--background .list--job__item {
	width: 736rem;
	margin: 0 auto 56rem;
}
.sec--background .list--job__item .title {
	margin-bottom: 32rem;
}
.sec--background .salary, .sec--background .keyword,.note {
	margin-top: 16rem;
}
.sec--background .keyword {
	margin-bottom: 0;
}
.sec--background .tbl {
	margin-top: 32rem;
}
.sec--background .align--c {
	font-family: var(--yugothic);
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.14em;
	margin-bottom: 72rem;
}
/* job description */
.sec--job {
	background-color: var(--base-color);
	padding: 243rem 176rem 131rem;
	position: relative;
	z-index: 1;
}
.sec--job::before {
	content: "";
	width: 111rem;
	height: 100%;
	background-color: var(--accent-color);
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
.sec--job::after {
	content: "";
	width: 100%;
	height: 111rem;
	background-color: var(--main-color);
	top: 0;
	left: 0;
	position: absolute;
}
.sec--job .sec__title__outer {
	margin-left: 0;
}
.list--job {
	width: 736rem;
	font-family: var(--yugothic);
}
.list--job__item {
	background-color: var(--white);
	border: solid 1px var(--main-color);
	padding: 32rem 48rem 40rem;
	border-radius: 8rem;
	position: relative;
	cursor: pointer;
}
.list--job__item + .list--job__item {
	margin-top: 56rem;
}
.tag {
	font-family: var(--roboto);
	position: absolute;
	top: -16rem;
	left: 24rem;
	background-color: var(--accent-color);
	color: var(--white);
	font-weight: bold;
	padding: 8rem 16rem;
	border-radius: 4rem;
}
.title {
	margin-bottom: 24rem;
	line-height: 1.5;
}
.sentence {
	margin-bottom: 24rem;
}
.place,
.salary,
.keyword,
.note {
	position: relative;
	padding-left: 22rem;
	line-height: 1.5;
}
.salary,.keyword {
	margin-top: 8rem;
}
.place::before,
.salary::before,
.keyword::before,
.note::before {
	content: "";
	width: var(--fs-16);
	height: var(--fs-16);
	position: absolute;
	background-size: 100%;
	left: 0;
	top: 3rem;
}
.place::before {
	background-image: url(../img/icon_pin.png);
}
.salary::before {
	background-image: url(../img/icon_yen.png);
}
.keyword::before {
	background-image: url(../img/icon_bag.png);
}
.note::before {
	background-image: url(../img/icon_person.png);
}
.keyword {
	margin-bottom: 32rem;
}
.list__item {
	padding-left: 1em;
	position: relative;
}
.list__item::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.table-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.tbl {
	font-family: var(--yugothic);
	letter-spacing: 0.04em;
	line-height: 1.5;
	width: 100%;
}
.sec--job .tbl {
	margin-bottom: 32rem;
}
.tbl__head {
	background-color: var(--base-color);
	font-size: var(--fs-14);
	font-weight: normal;
	padding: 16rem 8rem;
	width: 90rem;
	box-sizing: border-box;
	text-align: center;
}
.tbl__data {
	border-top: 1px dashed #c8c8c8;
	padding: 16rem;
	box-sizing: border-box;
	width: calc(100% - 90rem);
}
tr:last-child .tbl__data {
	border-bottom: 1px dashed #c8c8c8;
}
.apply-button {
	background-color: var(--accent-color);
	width: 100%;
	padding: 8rem;
	margin-bottom: 24rem;
	cursor: pointer;
	color: var(--main-color);
}
.apply-button span:nth-child(1) {
	display: block;
	font-size: var(--fs-14);
	margin-bottom: 5rem;
}
.apply-button span:nth-child(2) {
	font-weight: bold;
	color: var(--white);
}
.look-button {
	background-color: var(--main-color);
	color: var(--white);
	text-align: center;
	line-height: 1.5;
	width: 100%;
	cursor: pointer;
}
/* form */
.sec--form {
	padding: 128rem 176rem;
}
.sec--form .sec__title__outer {
	margin-left: 0;
	margin-bottom: 80rem;
}
.form {
	border-radius: 8rem;
	border: solid 1rem #d9d9d9;
	padding: 56rem 24rem;
	box-sizing: border-box;
}
.list--form__item {
	font-size: var(--fs-14);
	margin-bottom: 8rem;
	margin-bottom: 24rem;
}
/* banner */
.sec--banner {
	padding-top: 80rem;
	padding-bottom: 128rem;
}
/*----------------------------
	media query
-----------------------------*/
@media screen and (max-width: 768px){
	.main {
		padding-top: 60rem;
	}
	.mv {
		margin-bottom: 90rem;
		background-size: cover;
		overflow: hidden;
	}
	.mv img {
		width: 133%;
	}
	.mv__title__outer {
		margin-top: 60rem;
	}
	.mv__title {
		font-size: var(--fs-40);
	}
	.mv__title--sub {
		font-size: var(--fs-16);
	}
	.main__content__title {
		font-size: var(--fs-24);
		padding: 0 20rem;
		box-sizing: border-box;
	}
	.main__content__text {
		width: 100%;
		padding: 0 20rem;
		box-sizing: border-box;
	}
	.sec--vision {
		flex-direction: column;
		gap: 40rem;
	}
	.img--recruit {
		width: 100%;
	}
	.sec--vision--l .sec__content,
	.sec--vision--r .sec__content {
		margin: auto;
		padding: 0 20rem;
	}
	.sec__content__text {
		width: 100%;
	}
	.sec__content__text--l {
		margin-top: 50rem;
	}
	.sec--vision--r .sec__content__text--l {
		font-size: var(--fs-20);
	}
	.main__text {
		padding: 0 20rem;
		width: 100%;
		box-sizing: border-box;
	}
	.title--background,
	.list--check,
	.sec--background .align--c {
		padding: 0 20rem;
	}
	.list--check {
		line-height: 1.5;
	}
	.list--check__item::before {
		top: 3rem;
	}
	.sec--background .list--job__item {
		width: 100%;
	}
	.list--job__item {
		width: 100%;
		box-sizing: border-box;
		padding: 32rem 20rem 40rem;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}
	.sec--job {
		padding: 243rem 0 131rem;
	}
	.sec--job::before {
		width: 60rem;
	}
	.sec--job::after {
		height: 60rem;
	}
	.sec--job .sec__title__outer {
		padding: 0 20rem;
	}
	.list--job {
		width: 100%;
	}
	.sec--form {
		padding: 128rem 20rem;
	}
}