@charset "utf-8";
/*------------------------------------------------------------
	jobs
------------------------------------------------------------*/
#main .mainImg {
	margin-bottom: 20.2rem;
	padding: 19.6rem 4rem 0;
	display: flex;
	align-items: center;
	position: relative;
}
#main .mainImg::before {
	width:50%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../img/jobs01/bg.jpg") no-repeat center center / cover;
	content: "";
	z-index: -1;
}
#main .mainImg .image {
	width:calc(50% + 26rem);
	height: 58.4rem;
	order: 3;
	overflow: hidden;
}
#main .mainImg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainImg .textBox {
	flex: 1;
	margin: -4.2rem 5rem 0 0;
}
#main .mainImg .title img {
	width: 18.3rem;
}
#main .mainImg .headLine02 {
	margin: 0 -10rem 3.8rem 0;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0;
}
#main .mainImg .headLine02 .jp {
	margin-top: 2.1rem;
	font-size: 5rem;
	display: block;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
#main .mainImg .headLine02 span {
	padding-bottom: 0.2rem;
}
#main .mainImg .txt {
	color: #383838;
	font-weight: 500;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: 0.05em;
}
#main .mainImg .title {
	margin-bottom: 3.5rem;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		display: block;
		padding: 0 1rem 0;
		margin-bottom: 8.5rem;
	}
	#main .mainImg .image {
		width: auto;
		height: auto;
		padding: 4.3rem 1.5rem 0 1rem;
		margin: 0 -1rem;
		position: relative;
	}
	#main .mainImg .image::before {
		width: calc(50% + 8.1rem);
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url("../img/jobs01/bg.jpg") no-repeat center center / cover;
		content: "";
		z-index: -1;
	}
	#main .mainImg::before {
		display: none;
	}
	#main .mainImg .textBox {
		margin: 2.7rem 0 0 0;
	}
	#main .mainImg .title img {
		width: 9.7rem;
	}
	#main .mainImg .headLine02 {
		margin: 0 0 1.9rem 0;
		font-size: 1.3rem;
	}
	#main .mainImg .headLine02 .jp {
		font-size: 2.6rem;
		margin-top: 1.7rem;
	}
	#main .mainImg .txt {
		line-height: 1.71;
	}
	#main .mainImg .title {
		margin-bottom: 1.2rem;
	}
}

#sideBar .decorationImg {
	width: 11rem;
	margin-top: 0.2rem;
}
#sideBar .linkUl li {
	margin-bottom: 1.5rem;
}
#sideBar .headLine02 {
	margin-bottom: 2.7rem;
}
#conts .headLine02 {
	font-size: 2.6rem;
	margin-bottom: 3.7rem;
}
#conts .headLine02 span {
	padding-bottom: 0.9rem;
}
#conts {
	padding-top: 0.5rem;
}
#main .mainBox .bgImg {
	width: 100%;
	height: 52.8rem;
	position: absolute;
	left: 0;
	top: -17.8rem;
	overflow: hidden;
}
#main .mainBox .bgImg img {
	position: absolute;
	width: 223.5rem;
	max-width: inherit;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 896px) {
	#main .mainBox .bgImg {
		width: 88.6rem;
		height: auto;
		left: 0;
		top: -24.4rem;
		overflow: inherit;
	}
	#main .mainBox .bgImg img {
		position: static;
		width: 100%;
		top: auto;
		left: auto;
		transform: translateX(0);
	}
	#conts {
		padding-top: 0;
	}
	#conts .headLine02 {
		font-size: 2rem;
		margin-bottom: 2.7rem;
	}
}

/* tableBox */
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
#main .tableBox table th,
#main .tableBox table td {
	padding: 2.6rem 0 2.7rem;
	box-sizing: border-box;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	text-align: left;
	vertical-align: top;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
#main .tableBox table th {
	width: 32%;
	font-weight: 700;
}
#main .tableBox .headLine02 {
	padding-top: 0.6rem;
	margin-bottom: 0.9rem;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
}
#main .tableBox .headLine02 span {
	padding-bottom: 0.6rem;
}
#main .tableBox p + * {
	margin-top: 2.4rem;
}
#main .tableBox .txtUl li {
	position: relative;
	padding-left: 1.5rem;
}
#main .tableBox .txtUl li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
#main .tableBox .txtUl + .headLine02 {
	margin-top: 2.4rem;
}
#main .tableBox .headLine02 + * {
	margin-top: 0.9rem;
}
#main .subBox + .subBox {
	margin-top: 40.3rem;
}
@media all and (max-width: 896px) {
	#main .tableBox table th,
	#main .tableBox table td {
		padding: 0;
		width: 100%;
		float: left;
		line-height: 1.71;
		font-size: 1.4rem;
	}
	#main .tableBox table th {
		border-bottom: none;
		font-size: 1.5rem;
		padding: 1.8rem 0 0.6rem;
	}
	#main .tableBox table td {
		padding-bottom: 2rem;
		border-top: none;
		border-bottom: none;
	}
	#main .tableBox table tr:last-child td {
		border-bottom: 1px solid #DFDFDF;
	}
	#main .tableBox .headLine02 {
		font-size: 1.3rem;
		margin-bottom: 1.1rem;
	}
	#main .tableBox p + * {
		margin-top: 1.6rem;
	}
	#main .tableBox .txtUl li {
		padding-left: 1.5rem;
		line-height: 1.63;
		font-size: 1.3rem;
	}
	#main .tableBox .txtUl + .headLine02 {
		margin-top: 1.5rem;
	}
	#main .subBox + .subBox {
		margin-top: 10rem;
	}
}

/* submit */
#main .submit {
	margin: 8rem 0 0;
	text-align: center;
	background-color: #F5F5F5;
	padding: 5rem 0 5rem 2.2rem;
}
#main .submit li {
	margin: 0 auto 3.7rem;
	max-width: 36rem;
	position: relative;
	border-radius: 3.4rem;
	overflow: hidden;
	transition: 0.3s;
}
#main .submit li:last-child {
	margin-bottom: 0;
}
#main .submit .btn {
	display: flex;
	align-items: center;
	width: 100%;
	height: 6.8rem;
	background: #000 url("../img/contact/icon02.png") no-repeat right 2.5rem center/2.1rem auto;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	padding: 0.5rem 7.7rem 0.5rem 3.5rem;
	letter-spacing: 0.05em;
}
#main .submit .btn .en {
	margin-right: 1.6rem;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	vertical-align: -1px;
}
@media all and (min-width: 897px) {
	#main .submit a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .submit {
		margin: 2.7rem 0 0;
		padding: 2.5rem 0 2.5rem 0;
	}
	#main .submit li {
		width: 25.5rem;
	}
	#main .submit .btn {
		font-size: 1.2rem;
		height: 5.8rem;
		padding: 0.5rem 4.1rem 0.5rem 3rem;
		background-position: right 2rem center;
		background-size: 1.9rem auto;
	}
	#main .submit .btn .en {
		font-size: 2rem;
		margin-right: 1rem;
	}
}

/* h3Title */
#main .h3Title {
	margin-bottom: 2.8rem;
	padding-left: 1.5rem;
	font-size: 2.2rem;
	position: relative;
	font-weight: 700;
}
#main .h3Title::before {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 1.4rem;
	left: 0;
	border-radius: 50%;
	background: #e60012;
	content: '';
}
#main .h3Title .en {
	padding-left: 2.1rem;
	margin-left: 1.8rem;
	vertical-align: 0.2rem;
	color: #737778;
	font-size: 1.5rem;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
#main .h3Title .en::before {
	width: 1px;
	height: 2.5rem;
	position: absolute;
	top: -0.4rem;
	left: 0;
	background-color: #E5E5E5;
	content: "";
}
@media all and (max-width: 896px) {
	#main .h3Title {
		font-size: 1.6rem;
		padding-left: 1.2rem;
		margin-bottom: 1.9rem;
	}
	#main .h3Title .en {
		font-size: 1.3rem;
		padding-left: 1.4rem;
		margin-left: 1.4rem;
		vertical-align: 0;
	}
	#main .h3Title::before {
		width: 0.6rem;
		height: 0.6rem;
		top: 0.9rem;
		left: 0;
	}
	#main .h3Title .en::before {
		width: 1px;
		height: 1.9rem;
		top: 0;
	}
}


/* faqDl */
#main .faqBox .headLine02 {
	margin-bottom: 4.9rem;
}
#main .faqBox .innerBox + .innerBox {
	margin-top: 12.1rem;
}
#main .faqDl {
	border: 0.2rem solid #FAFAFA;
	background-color: #FAFAFA;
	border-radius: 0.8rem;
}
#main .faqDl + .faqDl {
	margin-top: 2rem;
}
#main .faqDl dt {
	padding: 2.4rem 7.6rem 2.6rem;
	cursor: pointer;
	position: relative;
	font-size: 2rem;
	line-height: 2;
	background: url("../img/jobs01/icon01.png") no-repeat left 2.7rem center / 3.5rem auto;
	letter-spacing: 0.03em;
	font-weight: 700;
}
#main .faqDl dt::before,
#main .faqDl dt::after {
	width: 2rem;
	height: 0.2rem;
	content: "";
	position: absolute;
	right: 2.8rem;
	top: 50%;
	background: #000;
	transition: 0.3s;
}
#main .faqDl dt::after {
	transform: rotate(90deg);
}
#main .faqDl.on dt::after {
	transform: rotate(0);
}
#main .faqDl dd {
	display: none;
}
#main .faqDl .dropBox {
	position: relative;
	min-height: 6rem;
	line-height: 1.8;
	padding: 0 7rem 3.3rem 7.8rem;
	text-align: justify;
}
#main .faqDl .dropBox::after {
	width: 3.5rem;
	height: 2.9rem;
	position: absolute;
	top: 0;
	left: 2.4rem;
	background: url("../img/jobs01/icon02.png") no-repeat left center / 100% 100%;
	content: "";
}
#main .faqDl.on {
	background: rgba(255, 242, 39, 0.1);
	border-color: #ffde02;
}
@media all and (max-width: 896px) {
	#main .faqBox .headLine02 {
		margin-bottom: 3.5rem;
	}
	#main .faqDl dt {
		padding: 1.9rem 4.2rem 1.9rem;
		font-size: 1.8rem;
		line-height: 1.388;
		background-position: left 1.3rem top 2.6rem;
		background-size: 2.5rem auto;
		min-height: 7.3rem;
		display: flex;
		align-items: center;
	}
	#main .faqDl + .faqDl {
		margin-top: 1rem;
	}
	#main .faqDl dt::before,
	#main .faqDl dt::after {
		width: 1.7rem;
		height: 0.2rem;
		right: 1.2rem;
	}
	#main .faqDl .dropBox {
		min-height: 5rem;
		line-height: 1.7;
		padding: 0 3rem 2.2rem 5.3rem;
	}
	#main .faqDl .dropBox::after {
		width: 3rem;
		height: 2.4rem;
		top: 0;
		left: 1.3rem;
	}
	#main .faqBox .innerBox + .innerBox {
		margin-top: 4.9rem;
	}
	#container {
		overflow: hidden;
	}
}


/* comJobBox */
.comJobBox {
	margin-top: 30rem;
	padding-top: 10.1rem;
	position: relative;
}
.comJobBox::before {
	width: 100%;
	max-width: 136rem;
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #dfdfdf;
	content: "";
}
@media all and (max-width: 896px) {
	.comJobBox {
		margin-top: 10rem;
		padding-top: 4.1rem;
	}
	.comJobBox::before {
		width: calc(100% - 2rem);
		max-width: inherit;
	}
}


#main.jobs03 .mainImg .headLine02 .jp {
	line-height: 1.2;
}