@charset "utf-8";

/*社員紹介・働く環境ページ ここから*/
.environment{
	width: 100%;
	height: auto;
	background-color: #fafafa;
}
.environment .baskervville{
	font-family: 'Baskervville', serif;
}

/*=== 見出し ===*/
.env_head{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	display: block;
}
.env_head_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.env_en{
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #0e2155;
}
.env_ttl{
	margin-top: 30px;
	font-size: 32px;
	line-height: 41px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.env_lead{
	margin-top: 41px;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.env_sublead{
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}

/*=== スタッフ写真スライダー（マーキー） ===*/
.env_slider{
	width: 100%;
	height: 307px;
	margin: 54px auto 0;
	display: block;
	overflow: hidden;
}
.env_slider_track{
	width: max-content;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	animation: envFlow 30s linear infinite;
}
.env_slider_track li{
	width: 347px;
	height: auto;
	margin: 0 20px 0 0;
	display: block;
	flex-shrink: 0;
}
.env_slider_track img{
	width: 347px;
	height: 307px;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}
@keyframes envFlow{
	from{ transform: translateX(0); }
	to{ transform: translateX(-33.3333%); }
}

/*=== 社員インタビュー ===*/
.env_interview{
	width: 100%;
	height: auto;
	margin: 103px 0 0;
	padding: 76px 0 90px;
	background-color: #f4f4f4;
	display: block;
	scroll-margin-top: 80px;
}
.env_interview_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.env_interview_ttl{
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.env_interview_lead{
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.env_interview_list{
	width: 100%;
	height: auto;
	margin: 53px auto 0;
	display: block;
}
.env_interview_item{
	width: 1280px;
	height: auto;
	padding: 48px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 16px;
	background-color: #ffffff;
	text-align: left;
}
.env_interview_item + .env_interview_item{
	margin-top: 40px;
}
.env_interview_img{
	width: 247px;
	height: 247px;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	flex-shrink: 0;
}
.env_interview_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.env_interview_txt{
	width: auto;
	height: auto;
	margin-left: 42px;
	display: block;
	flex: 1;
}
.env_interview_name{
	display: flex;
	align-items: baseline;
	gap: 8px;
}
.env_interview_name_main{
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.env_interview_name_sub{
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
/* インタビュー見出し（テキスト追加分・Noto Sans JP Bold 20px/36px/字間50） */
.env_interview_catch{
	margin-top: 15px;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
/* 見出しの下は15px。body側の22pxと二重にならないよう上書き */
.env_interview_catch + .env_interview_body{
	margin-top: 15px;
}
.env_interview_body{
	margin-top: 22px;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #333333;
}

/*=== 働く環境・待遇 ===*/
.env_work{
	width: 100%;
	height: auto;
	margin: 85px 0 0;
	padding: 0 0 100px;
	display: block;
	scroll-margin-top: 110px;
}
.env_work_inner{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.env_work_ttl{
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
}
.env_table{
	width: 1280px;
	height: auto;
	margin: 43px auto 0;
	display: block;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.env_table_row{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.env_table_row dt{
	width: 286px;
	height: auto;
	padding: 24px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fdf8e7;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #0f0f0f;
	font-weight: 700;
	text-align: center;
	flex-shrink: 0;
}
.env_table_row dd{
	width: auto;
	height: auto;
	padding: 21px 20px;
	display: block;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background-color: #fffdf8;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.05em;
	color: #0f0f0f;
	text-align: left;
	flex: 1;
}
/*社員紹介・働く環境ページ ここまで*/


/* ============================================================
   SP（〜767px） 社員紹介・働く環境
   ============================================================ */
@media only screen and (max-width: 767px){
	/* 見出し */
	.env_head{ padding: 56px 0 0; }
	.env_head_inner{ width: 100%; padding: 0 27px; }
	.env_en{ font-size: 16px; letter-spacing: 0.1em; }
	.env_ttl{ margin-top: 18px; font-size: 25px; line-height: 1.4; }
	.env_lead{ margin-top: 24px; font-size: 20px; line-height: 1.6; white-space: nowrap; }
	.env_sublead{ margin-top: 16px; font-size: 15px; line-height: 1.7; white-space: nowrap; }

	/* スタッフスライダー */
	.env_slider{ height: 137px; margin-top: 32px; }
	.env_slider_track li{ width: 156px; margin: 0 12px 0 0; }
	.env_slider_track img{ width: 156px; height: 137px; border-radius: 12px; }

	/* 社員インタビュー */
	.env_interview{ margin-top: 50px; padding: 50px 0 50px; scroll-margin-top: 60px; }
	.env_interview_inner{ width: 100%; padding: 0 27px; }
	.env_interview_ttl{ font-size: 24px; }
	.env_interview_lead{ margin-top: 18px; font-size: 15px; line-height: 28px; }
	.env_interview_list{ margin-top: 32px; }
	.env_interview_item{
		width: 100%;
		padding: 20px;
		flex-direction: column;
		align-items: stretch;
		border-radius: 12px;
	}
	.env_interview_item + .env_interview_item{ margin-top: 24px; }
	.env_interview_img{ width: 240px; height: 240px; margin: 0 auto; }
	.env_interview_txt{ width: 100%; margin: 24px 0 0; }
	.env_interview_name{ justify-content: flex-start; }
	.env_interview_name_main{ font-size: 20px; }
	.env_interview_catch{ margin-top: 10px; line-height: 30px; }
	.env_interview_catch + .env_interview_body{ margin-top: 7px; }
	.env_interview_name_sub{ font-size: 13px; }
	.env_interview_body{ margin-top: 16px; font-size: 14px; line-height: 28px; }

	/* 働く環境・待遇 */
	.env_work{ margin-top: 0; padding: 54px 0 54px; scroll-margin-top: 60px; }
	.env_work_inner{ width: 100%; padding: 0 27px; }
	.env_work_ttl{ font-size: 24px; }
	.env_table{ width: 100%; margin-top: 24px; border: none; background-color: #fffdf8; }
	.env_table_row{ flex-direction: column; align-items: stretch; }
	.env_table_row dt{
		width: 100%;
		height: auto;
		padding: 13px 20px;
		justify-content: flex-start;
		text-align: left;
		border: none;
	}
	.env_table_row dd{
		width: 100%;
		padding: 16px 20px 22px;
		border: none;
	}
}
