@charset "UTF-8";

/* ------------------------------------------------
                   Company
--------------------------------------------------- */

/*---------- 共通 ----------*/

/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	height: 300px;
	padding: 20px 0;
	position: relative;
}
.page-ttl-bg {
	width: 100%;
	height: 100%;
	background: url("../../img/recruit/bg_ttl.jpg") center top -21.2222px no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
/*
.sec-page-ttl::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}
*/
.sec-page-ttl .cont-inn {
	height: 100%;
}
.page-ttl-wrap {
	width: 100%;
	max-width: 960px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-ttl-en {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: #fff;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
}
.page-sub-ttl {
	margin-top: 30px;
	color: #fff;
	font-size: 1.9rem;
	line-height: 2.05;
}

/* パンクズ */
.breadcrumbs, 
.breadcrumbs a {
	color: #fff;
}

/* セクションタイトル */
.sec-ttl-en {
	margin-bottom: 5px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.sec-ttl {
	color: var(--color-black);
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.73;
}

@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		height: 120vw;
		padding: 1.6vw 0 50.13vw;
		background: #fff;
		border-top: 1px solid var(--color-blue);
	}
	.page-ttl-bg {
		width: 100%;
		height: 50.13vw;
		background: url("../../img/recruit/bg_ttl_sp.jpg") center top 0 no-repeat;
		background-size: 120%;
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
	}
	.page-ttl-wrap {
		max-width: initial;
		text-align: center;
	}

	/* パンクズ */
	.breadcrumbs, 
	.breadcrumbs a {
		color: #000;
	}
	

	/* ページタイトル */
	.page-ttl-en {
		margin-bottom: 2.66vw;
		color: var(--color-black);
		font-size: var(--fs-sp-14);
		opacity: 0.5;
	}
	.page-ttl {
		color: #000;
		font-size: var(--fs-sp-32);
		text-shadow: none;
	}
	.page-sub-ttl {
		margin-top: 8vw;
		color: var(--color-black);
		font-size: var(--fs-sp-17);
		font-weight: 600;
		text-shadow: none;
	}


	/* セクションタイトル */
	.sec-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-14);
	}
	.sec-ttl {
		font-size: var(--fs-sp-23);
	}

	
	
}



/*---------- ページ コピー ----------*/
.sec-page-copy {
	width: 100%;
	padding: 70px 0 40px;
	text-align: center;
}
.page-copy {
	color: var(--color-black);
	font-size: 1.9rem;
	line-height: 2;
}

/* アンカーリンク */
.anchor-link-list {
	width: 90%;
	max-width: 1200px;
	margin: 60px auto 0;
	align-items: center;
	justify-content: center;
}
.anchor-link-list li {
	margin-right: 30px;
	margin-bottom: 30px;
}
.anchor-link-list li:last-child {
	margin-right: 0;
}
.anchor-link-list li a {
	display: inline-block;
	padding: 8px 30px;
	background: var(--color-green);
	border: 1.5px solid var(--color-green);
	border-radius: 40px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1;
	transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
	.anchor-link-list li a:hover {
		background: #fff;
		color: var(--color-green);
	}
}

@media (max-width: 768px) {
	.sec-page-copy {
		padding: 13.33vw 0 17.33vw;
		text-align: left;
	}
	.page-copy {
		color: var(--color-gray);
		font-size: var(--fs-sp-14);
	}
	
	.anchor-link-list {
		width: 80%;
		max-width: initial;
		align-items: center;
	}
	.anchor-link-list li {
		margin-right: 5.33vw;
		margin-bottom: 5.33vw;
	}
	.anchor-link-list li:nth-child(2), 
	.anchor-link-list li:last-child {
		margin-right: 0;
	}
	.anchor-link-list li a {
		display: inline-block;
		padding: 1.33vw 4vw;
		border: none;
		border-radius: 10.66vw;
		font-size: var(--fs-sp-14);
		line-height: 1.52;
	}
}


/*---------- 採用情報 ----------*/
.sec-recruit {
	width: 100%;
	padding: 90px 0;
	background: var(--color-lightyellow);
	position: relative;
}
.sec-recruit .cont-inn {
	max-width: 960px;
}


/* タイトル */
.recruit-box-ttl-wrap {
	margin-bottom: 40px;
}

.recruit-box-ttl-en {
	margin-bottom: 5px;
	color: var(--color-black);
	font-size: 1.4rem;
    font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	opacity: 0.5;
}
.recruit-box-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.52;
}

.recruit-staff-category {
	margin-bottom: 45px;
	display: inline-block;
	color: var(--color-black);
	font-size: 1.9rem;
	line-height: 2;
	position: relative;
}
.recruit-staff-category::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #3A7A68;
	position: absolute;
	bottom: 0;
	left: 0;
}

.recruit-job-place {
	margin-bottom: 20px;
	color: var(--color-black);
	font-size: 1.7rem;
    font-weight: 600;
}

.recruit-detail-wrap {
	width: 100%;
	margin-bottom: 40px;
	padding: 25px 45px 45px;
	background: #fff;
}
.recruit-detail-wrap dl {
	width: 100%;
	display: flex;
}
.recruit-detail-wrap dt {
	width: 215px;
	padding: 20px 0 20px 5px;
	border-bottom: 1px solid #707070;
	color: var(--color-darkgreen);
	font-weight: 600;
}
.recruit-detail-wrap dd {
	width: calc(100% - 215px);
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #707070;
	color: var(--color-gray);
	line-height: 1.8;
}

@media (max-width: 768px) {
	.sec-recruit {
		width: 100%;
		padding: 0;
		background: #fff;
	}
	.sec-recruit .cont-inn {
		max-width: initial;
	}


	/* タイトル */
	.recruit-box-ttl-wrap {
		margin-bottom: 10.66vw;
	}

	.recruit-box-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-14);
	}
	.recruit-box-ttl {
		display: inline-block;
		color: var(--color-black);
		background: var(--color-lightyellow);
		font-size: var(--fs-sp-23);
	}

	.recruit-staff-category {
		margin-bottom: 10.66vw;
		font-size: var(--fs-sp-19);
	}
	.recruit-staff-category span {
		font-size: var(--fs-sp-15);
	}

	.recruit-job-place {
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-17);
	}

	.recruit-detail-wrap {
		width: 100%;
		margin-bottom: 10.66vw;
		padding: 0;
	}
	.recruit-detail-wrap dl {
		width: 100%;
		display: flex;
	}
	.recruit-detail-wrap dt {
		width: 28vw;
		padding: 5.33vw 0 5.33vw 1.33vw;
		border-bottom: 1px solid #707070;
		color: var(--color-darkgreen);
		font-weight: 600;
	}
	.recruit-detail-wrap dd {
		width: calc(100% - 28vw);
		padding: 5.33vw 0;
	}
}



/*---------- お問い合わせ ----------*/
.sec-contact {
	width: 100%;
	padding: 125px 0;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.sec-contact .sec-txt {
	margin: 45px auto 50px;
	color: var(--color-gray);
}


@media (max-width: 768px) {
	.sec-contact {
		width: 100%;
		padding: 8vw 0 29.33vw;
	}

	.sec-contact .sec-txt {
		margin: 8vw auto 13.33vw;
	}
    
}



