@charset "UTF-8";

/*
■ TOPページ

■ 日立ビルシステムについて：日立ビルシステムのビジネス
■ 日立ビルシステムについて：日立ビルシステムの強み
■ 日立ビルシステムについて：トップメッセージ

■ 人と仕事：職種紹介
■ 人と仕事：社員一覧
■ 人と仕事：社員紹介

■ 座談会系

■ 社風について：社員の声（アンケート）

■ 採用・制度について：募集要項
■ 採用・制度について：人財育成
■ 採用・制度について：よくあるご質問

■ アニメーション

■ JSライブラリ
*/



/* ■ TOPページ ==================================================================================== */

/*
KV
メッセージ
Person
ピックアップ
アニメーション
プログレスバー（昇降機ギミック）
*/


/* KV --------------------------------------------------- */

#Recruit_ .Recruit_Top_KV_Mds {
position: absolute;
left: 0;
top: 0;
z-index: 10;
}

/* カルーセル_ズーム */
#Recruit_ .Recruit_Top_KV .swiper-slide-active img,
#Recruit_ .Recruit_Top_KV .swiper-slide-duplicate-active img,
#Recruit_ .Recruit_Top_KV .swiper-slide-prev img {
animation: zoomUp 10s linear 0s normal both;
}

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

	/* カルーセル_ズーム */
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1);
		}
	}

}

@media print, screen and (min-width: 768px) {

	/* カルーセル_ズーム */
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.05);
		}
	}

}

@media print, screen and (min-width: 1110px) {

	#Recruit_ .Recruit_Top_KV img,
	#Recruit_ .Recruit_Top_KV_Mds img {
	height: calc(100vh - 105px);
	object-fit: cover;
	object-position: 50% 50%;
	}

}


/* メッセージ --------------------------------------------------- */

#Recruit_ .Recruit_Top_Intro {
position: relative;
background-repeat: no-repeat;
background-size: cover;
}

#Recruit_ .Recruit_Top_Intro_Mds {
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
background: transparent;
}

#Recruit_ .Recruit_Top_Intro_Lead {
font-weight: 500;
letter-spacing: 0.1em;
color: #fff;
}

#Recruit_ .Recruit_Top_Intro_Lead .Rubi {
position: relative;
}

#Recruit_ .Recruit_Top_Intro_Lead .Rubi::before {
position: absolute;
white-space: nowrap;
content: "あたりまえ";
}

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

	#Recruit_ .Recruit_Top_Intro {
	padding: 80px 35px 100px;
	background-image: url(/saiyou/recruit/assets/img/home/Message_SP.jpg?ver=2);
	}

	#Recruit_ .Recruit_Top_Intro::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
	opacity: 0.3;
	}

	#Recruit_ .Recruit_Top_Intro_Mds {
	font-size: 21px;
	}

	#Recruit_ .Recruit_Top_Intro_Mds rt {
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 7px;
	}

	#Recruit_ .Recruit_Top_Intro_Lead {
	margin-top: 30px;
	font-size: 13px;
	line-height: 2.2;
	}

	#Recruit_ .Recruit_Top_Intro_Lead .Rubi::before {
	left: -4px;
	top: -9px;
	font-size: 6px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Top_Intro_Wrap {
	margin-top: 60px;
	padding-right: 60px;
	}

	#Recruit_ .Recruit_Top_Intro {
	padding: 140px 100px 150px;
	background-image: url(/saiyou/recruit/assets/img/home/Message_PC.jpg?ver=2);
	}

	#Recruit_ .Recruit_Top_Intro_Mds {
	font-size: 32px;
	}

	#Recruit_ .Recruit_Top_Intro_Mds rt {
	margin-left: 4.5px;
	margin-bottom: 5px;
	font-size: 11px;
	}

	#Recruit_ .Recruit_Top_Intro_Lead {
	margin-top: 50px;
	font-size: 15px;
	line-height: 2.3;
	}

	#Recruit_ .Recruit_Top_Intro_Lead .Rubi::before {
	left: -3px;
	top: -13px;
	font-size: 8px;
	}

}

@media print, screen and (min-width: 1110px) {

	#Recruit_ .Recruit_Top_Intro_Wrap {
	padding-right: 100px;
	}

}


/* Person --------------------------------------------------- */

#Recruit_ .Recruit_Top_Person {
position: relative;
}

#Recruit_ .Recruit_Top_Person_Mds {
position: absolute;
left: 50%;
z-index: 11;
}

/* カルーセル：ページネーション */
#Recruit_ .Recruit_Top_Person .swiper-person-pagination {
display: inline-block;
position: absolute;
z-index: 10;
width: inherit;
text-align: right;
color: var(--color1);
}

#Recruit_ .Recruit_Top_Person .swiper-pagination-current::before {
content: "0";
}

/* カルーセル：前後ボタン */
#Recruit_ .Recruit_Top_Person .swiper-button-wrap {
display: flex;
align-items: center;
position: absolute;
z-index: 10;
border: 1px solid var(--color1);
background-color: #fff;
}

#Recruit_ .Recruit_Top_Person .swiper-button-wrap::after {
position: absolute;
left: 50%;
width: 1px;
background: var(--color1);
content: "";
}

#Recruit_ .Recruit_Top_Person .swiper-button-prev,
#Recruit_ .Recruit_Top_Person .swiper-button-next {
position: relative;
left: 0;
top: 0;
right: inherit;
bottom: inherit;
width: 50%;
}

#Recruit_ .Recruit_Top_Person .swiper-button-prev::after,
#Recruit_ .Recruit_Top_Person .swiper-button-next::after {
color: var(--color1);
}

#Recruit_ .Recruit_Top_Person .swiper-button-disabled {
opacity: 0.3;
}

#Recruit_ .Recruit_Top_Person .swiper-button-lock {
display: inherit;
}

#Recruit_ .Recruit_Top_Person .swiper-button-wrap:has(.swiper-button-lock) {
display: none;	
opacity: 0.2;
}

#Recruit_ .Recruit_Top_Person .swiper-button-wrap:has(.swiper-button-lock) .swiper-button-disabled {
opacity: 1;
}

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

	#Recruit_ .Recruit_Top_Person_Mds {
	top: -55px;
	max-width: 200px;
	margin-left: -100px;
	}

	/* カルーセル：ページネーション */
	#Recruit_ .Recruit_Top_Person .swiper-person-pagination {
	right: 50px;
	bottom: -18px;
	font-size: 20px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-pagination-current {
	font-size: 25px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-pagination-total {
	font-size: 20px;
	}

	/* カルーセル：前後ボタン */
	#Recruit_ .Recruit_Top_Person .swiper-button-wrap {
	left: 20px;
	bottom: -20px;
	width: 80px;
	height: 40px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-button-wrap::after {
	top: 4px;
	height: 30px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-button-prev::after,
	#Recruit_ .Recruit_Top_Person .swiper-button-next::after {
	font-size: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Top_Person_Wrap {
	padding-right: 60px;
	}

	#Recruit_ .Recruit_Top_Person_Mds {
	top: -100px;
	max-width: 400px;
	margin-left: -200px;
	}

	/* カルーセル：ページネーション */
	#Recruit_ .Recruit_Top_Person .swiper-person-pagination {
	right: 2.5%;
	bottom: -25px;
	font-size: 30px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-pagination-current {
	font-size: 46px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-pagination-total {
	font-size: 30px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-pagination-total::before {
	content: "0";
	}

	/* カルーセル：前後ボタン */
	#Recruit_ .Recruit_Top_Person .swiper-button-wrap {
	left: 2.5%;
	bottom: -30px;
	width: 180px;
	height: 60px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-button-wrap::after {
	top: 13px;
	height: 30px;
	}

	#Recruit_ .Recruit_Top_Person .swiper-button-prev::after,
	#Recruit_ .Recruit_Top_Person .swiper-button-next::after {
	font-size: 15px;
	}

}

@media print, screen and (min-width: 1110px) {

	#Recruit_ .Recruit_Top_Person_Wrap {
	padding-right: 100px;
	}

}


/* ピックアップ --------------------------------------------------- */

#Recruit_ .Recruit_Top_PickupMenu {
background: var(--bg1);
}

#Recruit_ .Recruit_Top_PickupMenu_List {
display: grid;
border-left: 1px solid var(--color1);
border-top: 1px solid var(--color1);
}

#Recruit_ .Recruit_Top_PickupMenu_List_Each {
border-right: 1px solid var(--color1);
border-bottom: 1px solid var(--color1);
background-color: #fff;
}

#Recruit_ .Recruit_Top_PickupMenu_Lead_En {
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Top_PickupMenu_Lead_Jp {
font-weight: 500;
letter-spacing: 0.1em;
}

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

	#Recruit_ .Recruit_Top_PickupMenu_Wrap {
	padding-right: 40px;
	}

	#Recruit_ .Recruit_Top_PickupMenu {
	padding: 60px 20px 20px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_List_Each {
	display: block;
	position: relative;
	padding: 16px 20px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_List_Each::before,
	#Recruit_ .Recruit_Top_PickupMenu_List_Each::after {
	position: absolute;
	width: 7px;
	height: 1px;
	background-color: #c22a2a;
	transform-origin: calc(100% - 0.35px) 50%;
	content: "";
	}
	
	#Recruit_ .Recruit_Top_PickupMenu_List_Each::before {
	transform: rotate(35deg);
	}
	
	#Recruit_ .Recruit_Top_PickupMenu_List_Each::after {
	transform: rotate(-35deg);
	}

	#Recruit_ .Recruit_Top_PickupMenu_List_Each::before,
	#Recruit_ .Recruit_Top_PickupMenu_List_Each::after {
	top: calc(50% - 0.35px);
	right: 15px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_Lead_En {
	font-size: 18px;
	line-height: 1;
	}

	#Recruit_ .Recruit_Top_PickupMenu_Lead_Jp {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Top_PickupMenu_Wrap {
	padding-right: 60px;
	}

	#Recruit_ .Recruit_Top_PickupMenu {
	padding: 110px 15px 20px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_List {
    grid-template-columns: repeat(4, 1fr);
	max-width: 1270px;
	margin: 0 auto;
	}

	#Recruit_ .Recruit_Top_PickupMenu_List_Each {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	padding: 60px 20px;
	text-align: center;
	}

	#Recruit_ .Recruit_Top_PickupMenu_Lead_En {
	font-size: 24px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_Lead_Jp {
	margin-top: 4px;
	font-size: 16px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_Btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: var(--color1);
	}

	#Recruit_ .Recruit_Top_PickupMenu_Btn::after {
	width: 80px;
	height: 1px;
	margin-top: 10px;
	background-color: var(--color1);
	content: "";
	}

}

@media print, screen and (min-width: 1110px) {

	#Recruit_ .Recruit_Top_PickupMenu_Wrap {
	padding-right: 100px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_List_Each {
	padding: 80px 20px;
	}

	#Recruit_ .Recruit_Top_PickupMenu_Lead_En {
	font-size: 30px;
	}

}

@media (hover: hover) {

	#Recruit_ a.Recruit_Top_PickupMenu_List_Each:hover {
	background-color: var(--color4);
	opacity: 1;
	}

}


/* アニメーション --------------------------------------------------- */

/* KV */
#Recruit_ .Recruit_Top_KV {
opacity: 0;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Recruit_Top_KV_Mds {
opacity: 0;
transition: all 2.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 導入 */
#Recruit_ .Recruit_Top_Intro {
opacity: 0;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Person */
#Recruit_ .Recruit_Top_Person_List {
opacity: 0;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}


/* プログレスバー（昇降機ギミック） --------------------------------------------------- */

#ProgressBar {
position: fixed;
z-index: 30;
pointer-events: none;
}

#Progress {
position: relative;
width: 100%;
height: 0;
background-color: transparent;
transition: 0.4s ease-out;
}

/* 目印 */
#Indicator {
position: absolute;
left: 0;
bottom: -25px;
z-index: 2;
background-image: url(/saiyou/recruit/assets/img/common/icon/Icon_Elevator.png?ver=2);
background-repeat: no-repeat;
background-size: contain;
transition: 0.4s ease-out;
}

/* 破線等 */
.Recruit_Top {
position: relative;
}

.Recruit_Top::before {
position: absolute;
z-index: 29;
font-weight: 500;
letter-spacing: 0.1em;
writing-mode: vertical-rl;
font-family: "Jost", sans-serif;
font-optical-sizing: auto;
content: "SCROLL DOWN";
}

.Recruit_Top::after {
position: absolute;
z-index: 29;
width: 1px;
background: repeating-linear-gradient(to bottom,#000 0px,#5c5c5c 3px,transparent 3px,transparent 6px);
content: "";
}

/* 既定フッター調整 */
#FooterArea {
z-index: 32;
}

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

	#ProgressBar {
	top: 220px;
	right: 12px;
	width: 20px;
	height: calc(100% - 660px);
	}
	
	/* 目印 */
	#Indicator {
	width: 24px;
	height: 22px;
	}

	/* 破線等 */
	.Recruit_Top::before {
	top: 150px;
	right: 8px;
	font-size: 10px;
	}
	
	.Recruit_Top::after {
	top: 240px;
	bottom: 100px;
	right: 20px;
	}
	
}

@media print, screen and (min-width: 768px) {

	#ProgressBar {
	top: 400px;
	right: 15px;
	width: 30px;
	height: calc(100% - 700px);
	}
	
	/* 目印 */
	#Indicator {
	width: 30px;
	height: 27px;
	}

	/* 破線等 */
	.Recruit_Top::before {
	top: 140px;
	right: 18px;
	font-size: 14px;
	}
	
	.Recruit_Top::after {
	top: 290px;
	bottom: 150px;
	right: 30px;
	}
	
}

@media print, screen and (min-width: 1110px) {

	#ProgressBar {
	top: 380px;
	right: 25px;
	width: 50px;
	height: calc(100% - 700px);
	}
	
	/* 目印 */
	#Indicator {
	width: 50px;
	height: 45px;
	}

	/* 破線等 */
	.Recruit_Top::before {
	top: 115px;
	right: 39px;
	font-size: 14px;
	}
	
	.Recruit_Top::after {
	top: 270px;
	bottom: 130px;
	right: 50px;
	}
	
}



/* ■ 日立ビルシステムについて：トップメッセージ ==================================================================================== */

#Recruit_ .Recruit_Message_Credit {
text-align: right;
}

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

	#Recruit_ .Recruit_Message_Wrap {
	padding-top: 30px;
	padding-bottom: 50px;
	}

	#Recruit_ .Recruit_Message {
	padding: 0 20px;
	}

	#Recruit_ .Recruit_Message_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Message_Credit {
	margin-top: 30px;
	font-size: 13px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Message_Wrap {
	padding-top: 60px;
	padding-bottom: 130px;
	}

	#Recruit_ .Recruit_Message {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
	}

	#Recruit_ .Recruit_Message_Photo {
	float: right;
	}

	#Recruit_ .Recruit_Message_Photo {
	max-width: 50%;
	margin-left: 30px;
	margin-bottom: 30px;
	}

	#Recruit_ .Recruit_Message_Photo img {
	max-width: 460px;
	}

	#Recruit_ .Recruit_Message_Lead {
	margin-top: 40px;
	font-size: 16px;
	line-height: 2.4;
	}

	#Recruit_ .Recruit_Message_Credit {
	margin-top: 60px;
	font-size: 16px;
	}

}

@media print, screen and (min-width: 1200px) {

	#Recruit_ .Recruit_Message_Photo {
	margin-right: -100px;
	}

}



/* ■ 日立ビルシステムについて：日立ビルシステムのビジネス ==================================================================================== */

/*
導入
セクション_共通
02.ビルソリューション事業_パネルリスト
*/


/* 導入 --------------------------------------------------- */

#Recruit_ .Recruit_Business_Intro_Mds {
font-weight: 700;
letter-spacing: 0.1em;
color: var(--color1);
}

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

	#Recruit_ .Recruit_Business_Intro_Wrap {
	padding-top: 30px;
	padding-bottom: 60px;
	}

	#Recruit_ .Recruit_Business_Intro {
	padding: 0 20px;
	}

	#Recruit_ .Recruit_Business_Intro_Mds {
	font-size: 17px;
	line-height: 1.7;
	}

	#Recruit_ .Recruit_Business_Intro_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Business_Intro_Wrap {
	padding-top: 80px;
	padding-bottom: 110px;
	}

	#Recruit_ .Recruit_Business_Intro {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
	}

	#Recruit_ .Recruit_Business_Intro_Mds {
	font-size: 30px;
	line-height: 1.7;
	text-align: center;
	}

	#Recruit_ .Recruit_Business_Intro_Lead {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2.2;
	}

}


/* セクション_共通 --------------------------------------------------- */

#Recruit_ .Recruit_Business_Section_Wrap_Bg {
background: var(--bg1);
}

#Recruit_ .Recruit_Business_Section .MdsNum {
display: flex;
justify-content: center;
}

/* サブ */
#Recruit_ .Recruit_Business_Section_Sub_Mds {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
}

#Recruit_ .Recruit_Business_Section_Sub_Mds::after {
height: 1px;
background-color: var(--color1);
content: "";
}

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

	#Recruit_ .Recruit_Business_Section_Wrap {
	padding-top: 40px;
	padding-bottom: 80px;
	}

	#Recruit_ .Recruit_Business_Section_Wrap:last-of-type {
	padding-bottom: 60px;
	}

	#Recruit_ .Recruit_Business_Section_In {
	margin-top: 30px;
	}

	#Recruit_ .Recruit_Business_Section .MdsNum {
	margin-top: -65px;
	}

	#Recruit_ .Recruit_Business_Section .MdsNum img {
	width: auto;
	height: 55px;
	}

	#Recruit_ .Recruit_Business_Section .MdsH2 {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Business_Section_In {
	margin-top: 30px;
	}

	/* サブ */
	#Recruit_ .Recruit_Business_Section_Sub {
	margin-top: 40px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Mds {
	font-size: 17px;
	line-height: 1.6;
	}
	
	#Recruit_ .Recruit_Business_Section_Sub_Mds::after {
	width: 60px;
	margin-top: 15px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Flow {
	margin-top: 25px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn {
	margin-top: 30px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn2 a.Btn_M {
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Business_Section_Wrap {
	padding-top: 80px;
	padding-bottom: 150px;
	}

	#Recruit_ .Recruit_Business_Section .MdsNum {
	margin-top: -120px;
	}

	#Recruit_ .Recruit_Business_Section .MdsNum img {
	width: auto;
	height: 88px;
	}

	#Recruit_ .Recruit_Business_Section .MdsH2 {
	margin-top: 35px;
	}

	#Recruit_ .Recruit_Business_Section_In {
	margin-top: 50px;
	}

	/* サブ */
	#Recruit_ .Recruit_Business_Section_Sub {
	margin-top: 100px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Mds {
	font-size: 22px;
	}
	
	#Recruit_ .Recruit_Business_Section_Sub_Mds::after {
	width: 90px;
	margin-top: 25px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Lead {
	margin-top: 25px;
	font-size: 15px;
	line-height: 2;
	text-align: center;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Flow {
	max-width: 670px;
	margin: 50px auto 0 auto;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn {
	margin-top: 50px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn2 a.Btn_M {
	min-width: inherit;
	width: 440px;
	margin: 10px 5px;
	padding-left: 0;
	padding-right: 0;
	}

}


/* 02.ビルソリューション事業_パネルリスト --------------------------------------------------- */

#Recruit_ .Recruit_Business_PanelList {
display: grid;
}

#Recruit_ .Recruit_Business_PanelList_Each {
border: 1px solid var(--color1);
}

#Recruit_ .Recruit_Business_PanelList_Mds_En {
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
}

#Recruit_ .Recruit_Business_PanelList_Mds_Jp {
text-align: center;
font-weight: 500;
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Business_PanelList_Lead_1 {
font-weight: 500;
}

#Recruit_ .Recruit_Business_PanelList_List li {
font-weight: 500;
}

#Recruit_ .Recruit_Business_PanelList_List li::before {
background-color: var(--color1);
}

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

	#Recruit_ .Recruit_Business_PanelList {
    grid-template-columns: repeat(1, 1fr);
	gap: 15px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Business_PanelList_Each {
	padding: 25px 25px 35px;
	}

	#Recruit_ .Recruit_Business_PanelList_Mds_En {
	font-size: 20px;
	}

	#Recruit_ .Recruit_Business_PanelList_Mds_Jp {
	margin-top: 5px;
	font-size: 13px;
	}

	#Recruit_ .Recruit_Business_PanelList_Lead_1 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Business_PanelList_Lead_2 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Business_PanelList_List {
	margin-top: 15px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn_Lead {
	margin-bottom: 25px;
	font-size: 13px;
	line-height: 2;
	text-align: left;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn2 {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn2 a.Btn_M:last-child {
	margin-top: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Business_PanelList {
    grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	max-width: 1020px;
	margin: 70px auto 0 auto;
	}

	#Recruit_ .Recruit_Business_PanelList_Each {
	padding: 40px 40px 70px;
	}

	#Recruit_ .Recruit_Business_PanelList_Each:nth-child(3) {
	grid-column: span 2;
	}

	#Recruit_ .Recruit_Business_PanelList_Mds_En {
	font-size: 30px;
	}

	#Recruit_ .Recruit_Business_PanelList_Mds_Jp {
	margin-top: 5px;
	font-size: 18px;
	}

	#Recruit_ .Recruit_Business_PanelList_Lead_1 {
	margin-top: 35px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	}

	#Recruit_ .Recruit_Business_PanelList_Lead_2 {
	margin-top: 20px;
	font-size: 15px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Business_PanelList_List {
	max-width: 480px;
	margin: 40px auto 0 auto;
	}

	#Recruit_ .Recruit_Business_Section_Sub_Btn_Lead {
	margin-bottom: 50px;
	font-size: 15px;
	}

}



/* ■ 日立ビルシステムについて：日立ビルシステムの強み ==================================================================================== */

/*
セクション_共通
01.進化し続ける技術とプロダクト
03.ビジネスモデル
04.「安全」「安心」「快適」を実現する体制_セクション
04.「安全」「安心」「快適」を実現する体制_パネルリスト
05.環境への取り組み
*/


/* セクション_共通 --------------------------------------------------- */

#Recruit_ .Recruit_Strength_Section_Mds_Num {
display: flex;
justify-content: center;
}

#Recruit_ .Recruit_Strength_Section_Mds_Jp {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
}

#Recruit_ .Recruit_Strength_Section_Mds_Jp span {
letter-spacing: -0.05em;
}

#Recruit_ .Recruit_Strength_Section_Lead {
font-weight: 500;
letter-spacing: 0.1em;
}

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

	#Recruit_ .Recruit_Strength_Section_Wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	}

	#Recruit_ .Recruit_Strength_Section_Wrap:first-of-type {
	padding-top: 40px;
	}

	#Recruit_ .Recruit_Strength_Section_Wrap:last-of-type {
	padding-bottom: 50px;
	}

	#Recruit_ .Recruit_Strength_Section_Mds_Num {
	margin-top: -30px;
	}

	#Recruit_ .Recruit_Strength_Section_Mds_Num img {
	width: auto;
	height: 55px;
	}

	#Recruit_ .Recruit_Strength_Section_Mds_Jp {
	margin-top: 20px;
	font-size: 20px;
	}
	
	#Recruit_ .Recruit_Strength_Section_Lead {
	margin-top: 15px;
	font-size: 15px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Strength_Section_Btn {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_Section_Btn a.Btn_M:not(:first-child) {
	margin-top: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Strength_Section_Wrap {
	padding-top: 60px;
	padding-bottom: 60px;
	}

	#Recruit_ .Recruit_Strength_Section_Wrap:first-of-type {
	padding-top: 80px;
	}

	#Recruit_ .Recruit_Strength_Section_Wrap:last-of-type {
	padding-bottom: 120px;
	}

	#Recruit_ .Recruit_Strength_Section_Mds_Num {
	margin-top: -40px;
	}

	#Recruit_ .Recruit_Strength_Section_Mds_Num img {
	width: auto;
	height: 88px;
	}

	#Recruit_ .Recruit_Strength_Section_Mds_Jp {
	margin-top: 25px;
	font-size: 36px;
	}
	
	#Recruit_ .Recruit_Strength_Section_Lead {
	margin-top: 25px;
	font-size: 16px;
	line-height: 2.4;
	text-align: center;
	}

	#Recruit_ .Recruit_Strength_Section_Btn {
	margin-top: 50px;
	}

	#Recruit_ .Recruit_Strength_Section_Btn2 {
	margin-top: 80px;
	}

	#Recruit_ .Recruit_Strength_Section_Btn a.Btn_M {
	min-width: inherit;
	width: 320px;
	margin: 0 5px;
	}

	#Recruit_ .Recruit_Strength_Section_Btn2 a.Btn_M {
	width: 380px;
	padding-left: 0;
	padding-right: 0;
	}

}


/* 01.進化し続ける技術とプロダクト --------------------------------------------------- */

#Recruit_ .Recruit_Strength_PanelList_1 {
display: grid;
}

#Recruit_ .Recruit_Strength_PanelList_1_Mds {
display: flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
position: relative;
font-weight: 500;
letter-spacing: 0.05em;
text-align: center;
color: var(--color1);
}

#Recruit_ .Recruit_Strength_PanelList_1_Mds::after {
position: absolute;
left: 50%;
height: 1px;
background-color: var(--color1);
content: "";
}

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

	#Recruit_ .Recruit_Strength_PanelList_1 {
    grid-template-columns: repeat(1, 1fr);
	gap: 30px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Mds {
	font-size: 17px;
	line-height: 1.6;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Mds::after {
	bottom: -15px;
	width: 60px;
	margin-left: -30px;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Photo {
	margin-top: 35px;
	padding: 0 10%;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Lead {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Btn {
	margin-top: 12.5px;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Btn a.Btn_S {
	padding: 14px 10px 16px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Strength_PanelList_1 {
    grid-template-columns: repeat(3, 1fr);
	gap: 0 100px;
	margin-top: 70px;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Each {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	position: relative;
	padding: 20px 0 25px;
	}
	
	#Recruit_ .Recruit_Strength_PanelList_1_Each:not(:first-child)::before {
	position: absolute;
	left: -50px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: var(--color1);
	content: "";
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Mds {
	font-size: 22px;
	line-height: 1.6;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Mds::after {
	bottom: -20px;
	width: 90px;
	margin-left: -45px;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Photo {
	margin-top: 60px;
	padding: 0 30px;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Lead {
	margin-top: 30px;
	font-size: 15px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Strength_PanelList_1_Btn {
	margin-top: 30px;
	}

}


/* 03.ビジネスモデル --------------------------------------------------- */

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

	#Recruit_ .Recruit_Strength_Flow {
	margin-top: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Strength_Flow {
	max-width: 670px;
	margin: 60px auto 0 auto;
	}

}


/* 04.「安全」「安心」「快適」を実現する体制_セクション --------------------------------------------------- */

#Recruit_ .Recruit_Strength_Section_Sub_Mds {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Strength_Section_Sub_Mds::after {
height: 1px;
background-color: var(--color1);
content: "";
}

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

	#Recruit_ .Recruit_Strength_Section_Sub {
	margin-top: 35px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub:first-of-type {
	margin-top: 25px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub_Mds {
	font-size: 17px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub_Mds::after {
	width: 60px;
	margin-top: 15px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub_Lead {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Strength_Section_Sub {
	margin-top: 80px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub:first-of-type {
	margin-top: 70px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub_Mds {
	font-size: 22px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub_Mds::after {
	width: 90px;
	margin-top: 25px;
	}

	#Recruit_ .Recruit_Strength_Section_Sub_Lead {
	margin-top: 20px;
	font-size: 15px;
	line-height: 2;
	text-align: center;
	}

}


/* 04.「安全」「安心」「快適」を実現する体制_パネルリスト --------------------------------------------------- */

#Recruit_ .Recruit_Strength_PanelList_2 {
display: flex;
flex-wrap: wrap;
}

#Recruit_ .Recruit_Strength_PanelList_2_Each {
display: flex;
flex-direction: column;
background-color: var(--color4);
}

#Recruit_ .Recruit_Strength_PanelList_2_Lead {
display: flex;
flex-direction: column;
align-items: center;
}

#Recruit_ .Recruit_Strength_PanelList_2_Lead::before {
height: 1px;
background-color: var(--color1);
content: "";
}

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

	#Recruit_ .Recruit_Strength_PanelList_2 {
    gap: 5px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_PanelList_2_Each {
	flex: 1 1 calc(50% - 2.5px);
	max-width: calc(50% - 2.5px);
	}

	#Recruit_ .Recruit_Strength_PanelList_2_Lead {
	padding: 10px 15px 20px 15px;
	font-size: 12px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Strength_PanelList_2_Lead::before {
	width: 45px;
	margin-bottom: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Strength_PanelList_2 {
	justify-content: center;
    gap: 20px;
	margin: 50px -10px 0 -10px;
	}

	#Recruit_ .Recruit_Strength_PanelList_2_Each {
	flex: 1 1 calc(25% - 20px);
	max-width: calc(25% - 20px);
	}

	#Recruit_ .Recruit_Strength_PanelList_2_Lead {
	padding: 0 30px 50px 30px;
	font-size: 14px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Strength_PanelList_2_Lead::before {
	width: 90px;
	margin-bottom: 20px;
	}

}


/* 05.環境への取り組み --------------------------------------------------- */

#Recruit_ .Recruit_Strength_Env_Mds_1 {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Strength_Env_Mds_1::after {
height: 1px;
background-color: var(--color1);
content: "";
}

#Recruit_ .Recruit_Strength_Env_Mds_2 {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Strength_Env_Lead_1 {
font-weight: 500;
}

#Recruit_ .Recruit_Strength_Env_Lead_2 {
font-weight: 500;
letter-spacing: 0.1em;
}

#Recruit_ .Recruit_Strength_Env_Lead_2 em {
font-weight: 700;
}

#Recruit_ .Recruit_Strength_Env_Lead_3 {
font-weight: 700;
}

#Recruit_ .Recruit_Strength_Env_Catch {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
}

/* パネルリスト_1 */
#Recruit_ .Recruit_Strength_Env_PanelList_1 {
display: grid;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Each {
display: grid;
align-items: center;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Each:nth-child(1) {
color: #f7642b;
background-color: #fff0df;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Each:nth-child(2) {
color: #5b85b9;
background-color: #e5edf7;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Each:nth-child(3) {
color: #71ad74;
background-color: #e9f5ea;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Photo {
text-align: center;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Photo img {
display: inline-block;
}

#Recruit_ .Recruit_Strength_Env_PanelList_1_Lead {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
}

/* パネルリスト_2 */
#Recruit_ .Recruit_Strength_Env_PanelList_2 {
display: grid;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Each {
display: grid;
grid-template-rows: subgrid;
grid-row: span 4;
text-align: center;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Each:nth-child(1) {
color: #f7642b;
background-color: #fff0df;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Each:nth-child(2) {
color: #5b85b9;
background-color: #e5edf7;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Each:nth-child(3) {
color: #71ad74;
background-color: #e9f5ea;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Year {
font-weight: 700;
letter-spacing: 0.1em;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Mds {
font-weight: 700;
letter-spacing: 0.05em;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Photo img {
display: inline-block;
}

#Recruit_ .Recruit_Strength_Env_PanelList_2_Lead {
text-align: left;
color: #000;
}

/* パネルリスト_3 */
#Recruit_ .Recruit_Strength_Env_PanelList_3 {
display: grid;
}

#Recruit_ .Recruit_Strength_Env_PanelList_3_Each {
display: grid;
grid-template-rows: subgrid;
grid-row: span 2;
text-align: center;
background-color: var(--color4);
}

#Recruit_ .Recruit_Strength_Env_PanelList_3_Year {
font-weight: 700;
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead {
font-weight: 700;
}

#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead sup {
font-weight: 500;
}

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

	#Recruit_ .Recruit_Strength_Env {
	margin-top: 20px;
	padding-top: 25px;
	}

	#Recruit_ .Recruit_Strength_Env:first-of-type {
	margin-top: 30px;
	}

	#Recruit_ .Recruit_Strength_Env_Mds_1 {
	font-size: 17px;
	}

	#Recruit_ .Recruit_Strength_Env_Mds_1::after {
	width: 60px;
	margin-top: 15px;
	}

	#Recruit_ .Recruit_Strength_Env_Mds_2 {
	margin-top: 15px;
	font-size: 15px;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_1 {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_2 {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_2 em {
	font-size: 16px;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	}

	#Recruit_ .Recruit_Strength_Env_Catch {
	margin-top: 22px;
	font-size: 16px;
	}

	/* パネルリスト_1 */
	#Recruit_ .Recruit_Strength_Env_PanelList_1 {
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_1_Each {
	gap: 20px;
	padding: 40px 30px;
	height: 226px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_1_Photo img {
	max-width: 115px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_1_Lead {
	font-size: 20px;
	line-height: 1.4;
	}

	/* パネルリスト_2 */
	#Recruit_ .Recruit_Strength_Env_PanelList_2 {
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Each {
	gap: 0;
	padding: 30px 0;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Year {
	font-size: 14px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Mds {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.4;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Photo {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Photo img {
	max-width: 115px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Lead {
	margin-top: 20px;
	padding: 0 30px;
	font-size: 13px;
	line-height: 1.6;
	}

	/* パネルリスト_3 */
	#Recruit_ .Recruit_Strength_Env_PanelList_3 {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 10px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Each {
	align-items: center;
	gap: 0;
	padding: 30px 10px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Year {
	font-size: 13px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.6;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead small {
	font-size: 9px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead sup {
	font-size: 9px;
	}

	#Recruit_ .Recruit_Strength_Env_Notice {
	margin-top: 15px;
	font-size: 9px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Strength_Env {
	max-width: 980px;
	margin: 35px auto 0 auto;
	}

	#Recruit_ .Recruit_Strength_Env:first-of-type {
	margin-top: 40px;
	}

	#Recruit_ .Recruit_Strength_Env_Mds_1 {
	font-size: 22px;
	}

	#Recruit_ .Recruit_Strength_Env_Mds_1::after {
	width: 90px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_Env_Mds_2 {
	margin-top: 20px;
	font-size: 18px;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_1 {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_2 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_2 em {
	font-size: 26px;
	}

	#Recruit_ .Recruit_Strength_Env_Lead_3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	}

	#Recruit_ .Recruit_Strength_Env_Catch {
	margin-top: 20px;
	font-size: 26px;
	}

	/* パネルリスト_1 */
	#Recruit_ .Recruit_Strength_Env_PanelList_1 {
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 30px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_1_Each {
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 20px;
	padding: 50px 30px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_1_Photo img {
	max-width: 115px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_1_Lead {
	font-size: 20px;
	line-height: 1.4;
	}

	/* パネルリスト_2 */
	#Recruit_ .Recruit_Strength_Env_PanelList_2 {
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 30px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Each {
	gap: 0;
	padding: 30px 0;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Year {
	font-size: 14px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Mds {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.4;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Photo {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Photo img {
	max-width: 115px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_2_Lead {
	margin-top: 20px;
	padding: 0 30px;
	font-size: 14px;
	line-height: 1.6;
	}

	/* パネルリスト_3 */
	#Recruit_ .Recruit_Strength_Env_PanelList_3 {
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 15px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Each {
	gap: 0;
	padding: 35px 15px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Year {
	font-size: 14px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.6;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead small {
	font-size: 14px;
	}

	#Recruit_ .Recruit_Strength_Env_PanelList_3_Lead sup {
	font-size: 12px;
	}

	#Recruit_ .Recruit_Strength_Env_Notice {
	margin-top: 30px;
	font-size: 12px;
	}

}



/* ■ 人と仕事：職種紹介 ==================================================================================== */

/*
###テンプレート使用
*/




/* ■ 人と仕事：社員一覧 ==================================================================================== */

/*
タブメニュー
一覧
*/


/* タブメニュー --------------------------------------------------- */

#Recruit_ .Recruit_PersonIndex_TabMenu {
display: grid;
grid-template-columns: repeat(3, 1fr);
border-left: 1px solid var(--color1);
border-top: 1px solid var(--color1);
}

#Recruit_ .Recruit_PersonIndex_TabMenu li {
border-right: 1px solid var(--color1);
border-bottom: 1px solid var(--color1);
}

#Recruit_ .Recruit_PersonIndex_TabMenu a {
display: block;
line-height: 1;
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
background-color: #fff;
}

#Recruit_ .Recruit_PersonIndex_TabMenu a.TabMenu_Selected {
color: #fff;
background-color: var(--color1);
}

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

	#Recruit_ .Recruit_PersonIndex_TabMenu_Wrap {
	margin-top: 25px;
	}

	#Recruit_ .Recruit_PersonIndex_TabMenu a {
	padding: 18px 0 19px;
	font-size: 14px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_PersonIndex_TabMenu_Wrap {
	margin-top: 80px;
	}

	#Recruit_ .Recruit_PersonIndex_TabMenu a {
	padding: 24px 0 25px;
	font-size: 20px;
	}

}

@media (hover: hover) {

	#Recruit_ .Recruit_PersonIndex_TabMenu a:hover {
	background-color: var(--color4);
	opacity: 1;
	}

	#Recruit_ .Recruit_PersonIndex_TabMenu a.TabMenu_Selected:hover {
	color: #fff;
	background-color: var(--color1);
	}

}


/* 一覧 --------------------------------------------------- */

#Recruit_ .Recruit_PersonIndex_List {
display: grid;
}

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

	#Recruit_ .Recruit_PersonIndex_List_Wrap {
	margin-top: 30px;
	margin-bottom: 50px;
	}

	#Recruit_ .Recruit_PersonIndex_List {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 15px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_PersonIndex_List_Wrap {
	margin-top: 60px;
	margin-bottom: 150px;
	}

	#Recruit_ .Recruit_PersonIndex_List {
	grid-template-columns: repeat(4, 1fr);
	gap: 65px 20px;
	}

}



/* ■ 人と仕事：社員紹介 ==================================================================================== */

/*
KV
導入
インタビュー
Q&A
仕事のキーワード
キャリアパス・一日の流れ
アニメーション
*/


/* KV --------------------------------------------------- */


/* 導入 --------------------------------------------------- */

#Recruit_ .Recruit_Person_Intro_Name_En {
text-align: center;
}

#Recruit_ .Recruit_Person_Intro_Name {
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
}

#Recruit_ .Recruit_Person_Intro_Position,
#Recruit_ .Recruit_Person_Intro_Position_Notice {
text-align: center;
}

#Recruit_ .Recruit_Person_Intro_Lead {
font-weight: 500;
letter-spacing: 0.1em;
}

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

	#Recruit_ .Recruit_Person_Intro {
	margin-top: 10px;
	padding: 0 30px;
	}

	#Recruit_ .Recruit_Person_Intro_Name {
	font-size: 24px;
	}

	#Recruit_ .Recruit_Person_Intro_Position {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Person_Intro_Position_Notice {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Person_Intro_Lead {
	margin-top: 20px;
	font-size: 15px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Person_Intro_Lead_Notice {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Person_Intro {
	position: relative;
	max-width: 1020px;
	margin: 10px auto 0 auto;
	padding: 0 60px;
	}

	#Recruit_ .Recruit_Person_Intro_Name {
	font-size: 28px;
	}

	#Recruit_ .Recruit_Person_Intro_Position {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Person_Intro_Position_Notice {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Person_Intro_Lead {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.4;
	}

	#Recruit_ .Recruit_Person_Intro_Lead_Notice {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	}

}


/* インタビュー --------------------------------------------------- */

#Recruit_ .Recruit_Person_Interview_Mds_En {
line-height: 1;
font-weight: 400;
color: #dfdfdf;
}

#Recruit_ .Recruit_Person_Interview_Mds_Jp {
font-weight: 700;
text-align: right;
color: var(--color1);
}

#Recruit_ .Recruit_Person_Interview_Catch {
font-weight: 500;
}

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

	#Recruit_ .Recruit_Person_Interview {
	margin-top: 60px;
	}

	#Recruit_ .Recruit_Person_Interview_Unit {
	padding: 0 30px;
	}

	#Recruit_ .Recruit_Person_Interview_PhotoL .Recruit_Person_Interview_Photo {
	padding-right: 20%;
	}

	#Recruit_ .Recruit_Person_Interview_PhotoR .Recruit_Person_Interview_Photo {
	padding-left: 20%;
	}

	#Recruit_ .Recruit_Person_Interview_Photo {
	margin-top: 40px;
	}

	#Recruit_ .Recruit_Person_Interview_Mds_En {
	font-size: 11vw;
	letter-spacing: 0.05em;
	}

	#Recruit_ .Recruit_Person_Interview_Mds_Jp {
	margin-top: -5%;
	padding-right: 1%;
	font-size: 4vw;
	}

	#Recruit_ .Recruit_Person_Interview_Catch {
	margin-top: 20px;
	font-size: 19px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

	#Recruit_ .Recruit_Person_Interview_Lead {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2.2;
	}

	#Recruit_ .Recruit_Person_Interview_Lead_Notice {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Person_Interview {
	display: flex;
	margin-top: 130px;
	}

	#Recruit_ .Recruit_Person_Interview_PhotoL .Recruit_Person_Interview_Unit {
	order: 2;
	}

	#Recruit_ .Recruit_Person_Interview_PhotoL .Recruit_Person_Interview_Photo {
	order: 1;
	}

	#Recruit_ .Recruit_Person_Interview_Unit {
	width: 60%;
	padding: 0 8%;
	}

	#Recruit_ .Recruit_Person_Interview_Photo {
	width: 40%;
	}

	#Recruit_ .Recruit_Person_Interview_Mds_En {
	font-size: 5.8vw;
	letter-spacing: 0.05em;
	}

	#Recruit_ .Recruit_Person_Interview_Mds_Jp {
	margin-top: -5%;
	padding-right: 10%;
	font-size: 1.2vw;
	}

	#Recruit_ .Recruit_Person_Interview_Catch {
	margin-top: 60px;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

	#Recruit_ .Recruit_Person_Interview_Lead {
	margin-top: 30px;
	font-size: 15px;
	line-height: 2.4;
	}

	#Recruit_ .Recruit_Person_Interview_Lead_Notice {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	}

}


/* Q&A --------------------------------------------------- */

#Recruit_ .Recruit_Person_QA_Mds_En {
font-weight: 300;
color: var(--color1);
}

#Recruit_ .Recruit_Person_QA_Mds_Jp {
font-weight: 700;
color: var(--color1);
}

#Recruit_ .Recruit_Person_QA_Mds_En span {
display: flex;
align-items: center;
}

#Recruit_ .Recruit_Person_QA_Mds_En span::after {
height: 1px;
background-color: var(--color1);
content: "";
}

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

	#Recruit_ .Recruit_Person_QA {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
	margin-top: 50px;
	}

	#Recruit_ .Recruit_Person_QA_Mds_En {
	font-size: 25px;
	}

	#Recruit_ .Recruit_Person_QA_Mds_En span::after {
	width: 90px;
	margin-left: 10px;
	}

	#Recruit_ .Recruit_Person_QA_Mds_Jp {
	margin-top: 5px;
	font-size: 16px;
	}

	#Recruit_ .Recruit_Person_QA_Lead {
	margin-top: 10px;
	font-size: 14px;
	line-height: 2.2;
	}

	#Recruit_ .Recruit_Person_QA_Lead_Notice {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Person_QA {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 80px;
	margin-top: 120px;
	}

	#Recruit_ .Recruit_Person_QA_Mds_En {
	font-size: 30px;
	}

	#Recruit_ .Recruit_Person_QA_Mds_En span::after {
	width: 100px;
	margin-left: 15px;
	}

	#Recruit_ .Recruit_Person_QA_Mds_Jp {
	margin-top: 5px;
	font-size: 20px;
	}

	#Recruit_ .Recruit_Person_QA_Lead {
	margin-top: 20px;
	font-size: 15px;
	line-height: 2.4;
	}

	#Recruit_ .Recruit_Person_QA_Lead_Notice {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	}

}


/* 仕事のキーワード --------------------------------------------------- */

#Recruit_ .Recruit_Person_Keyword_Unit {
position: relative;
border: 1px solid var(--color1);
}

#Recruit_ .Recruit_Person_Keyword_Mds_Wrap_Wrap {
display: flex;
justify-content: center;
position: absolute;
width: 100%;
}

#Recruit_ .Recruit_Person_Keyword_Mds_Wrap {
display: inline-block;
background-color: #fff;
}

#Recruit_ .Recruit_Person_Keyword_Mds {
display: flex;
justify-content: center;
align-items: center;
color: var(--color1);
}

#Recruit_ .Recruit_Person_Keyword_Mds_En {
line-height: 1;
font-weight: 300;
letter-spacing: 0.1em;
}

#Recruit_ .Recruit_Person_Keyword_Mds_Jp {
position: relative;
line-height: 1;
}

#Recruit_ .Recruit_Person_Keyword_Mds_Jp::before {
position: absolute;
left: 0;
top: 50%;
width: 1px;
background-color: var(--color1);
content: "";
transform: rotate(45deg); 
}

#Recruit_ .Recruit_Person_Keyword_List li {
position: relative;
font-weight: 500;
text-align: left;
}

#Recruit_ .Recruit_Person_Keyword_List li::before {
position: absolute;
left: 0;
top: 0;
content: "#";
}

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

	#Recruit_ .Recruit_Person_Keyword {
	margin-top: 70px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Wrap_Wrap {
	top: -38px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Wrap {
	padding: 20px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds {
	flex-flow: column;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_En {
	font-size: 35px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Jp {
	margin-top: 10px;
	font-size: 16px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Jp::before {
	display: none;
	}

	#Recruit_ .Recruit_Person_Keyword_List_Wrap {
	padding: 10px 30px 50px;
	}

	#Recruit_ .Recruit_Person_Keyword_List {
	margin-top: 50px;
	}

	#Recruit_ .Recruit_Person_Keyword_List li {
	margin-top: 30px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.5;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Person_Keyword {
	margin-top: 140px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Wrap_Wrap {
	top: -42px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Wrap {
	padding: 20px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_En {
	padding-right: 25px;
	font-size: 40px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Jp {
	padding-left: 25px;
	font-size: 20px;
	}

	#Recruit_ .Recruit_Person_Keyword_Mds_Jp::before {
	height: 50px;
	margin-top: -25px;
	}

	#Recruit_ .Recruit_Person_Keyword_List_Wrap {
	padding: 60px 60px 90px;
	}

	#Recruit_ .Recruit_Person_Keyword_List {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	}

	#Recruit_ .Recruit_Person_Keyword_List li {
	flex: 1;
	margin: 0 20px;
	padding-left: 20px;
	font-size: 26px;
	line-height: 1.5;
	}

}


/* キャリアパス・一日の流れ --------------------------------------------------- */

#Recruit_ .Recruit_Person_PathSchedule_Wrap {
background: var(--bg1);
}

#Recruit_ .Recruit_Person_PathSchedule_Mds_En {
line-height: 1;
font-weight: 300;
color: var(--color1);
letter-spacing: 0.1em;
}

#Recruit_ .Recruit_Person_PathSchedule_Mds_Jp {
line-height: 1;
font-weight: 700;
}

#Recruit_ .Recruit_Person_PathSchedule_List {
position: relative;
}

#Recruit_ .Recruit_Person_PathSchedule_List::before {
position: absolute;
left: 0;
top: 3px;
width: 100%;
height: 1px;
background-color: var(--color1);
content: "";
}

#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide {
position: relative;
}

#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide::before {
display: block;
position: absolute;
left: 0;
background-color: var(--color1);
content: "";
}

#Recruit_ .Recruit_Person_PathSchedule_Time {
line-height: 1;
color: var(--color1);
font-weight: 400;
}

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

	#Recruit_ .Recruit_Person_PathSchedule_Wrap {
	margin-top: 70px;
	padding-top: 60px;
	padding-bottom: 90px;
	}

	#Recruit_ .Recruit_Person_PathSchedule {
	padding-right: 0;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Schedule {
	margin-top: 50px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Mds_En {
	font-size: 35px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Mds_Jp {
	margin-top: 12px;
	font-size: 16px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_List {
	margin-top: 25px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide {
	padding-top: 25px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide::before {
	top: 0.5px;
	width: 6px;
	height: 6px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Time {
	font-size: 22px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Lead {
	margin-top: 10px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Notice {
	margin-top: 30px;
	padding-right: 30px;
	font-size: 10px;
	line-height: 1.8;
	}

	/* カルーセル */
	#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide {
	width: 260px;
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-wrap {
	display: none
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Person_PathSchedule_Wrap {
	margin-top: 150px;
	padding-top: 100px;
	padding-bottom: 140px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Schedule {
	margin-top: 90px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Mds_En {
	font-size: 40px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Mds_Jp {
	margin-top: 12px;
	font-size: 18px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_List {
	margin-top: 35px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide {
	padding-top: 30px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_List .swiper-slide::before {
	top: 0;
	width: 7px;
	height: 7px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Time {
	font-size: 26px;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Lead {
	margin-top: 15px;
	font-size: 14px;
	line-height: 2;
	}

	#Recruit_ .Recruit_Person_PathSchedule_Notice {
	margin-top: 40px;
	font-size: 12px;
	line-height: 1.8;
	}

	/* カルーセル */
	#Recruit_ .Recruit_Person_PathSchedule_Path,
	#Recruit_ .Recruit_Person_PathSchedule_Schedule {
	position: relative;
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 20px;
	width: 120px;
	height: 50px;
	border: 1px solid var(--color1);
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-wrap::after {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 1px;
	height: 30px;
	background: var(--color1);
	content: "";
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-prev,
	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-next {
	position: relative;
	left: inherit;
	top: 0;
	right: inherit;
	bottom: inherit;
	width: 50%;
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-prev::after,
	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-next::after {
	font-size: 15px;
	color: var(--color1);
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-disabled {
	opacity: 0.3;
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-lock {
	display: inherit;
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-wrap:has(.swiper-button-lock) {
	display: none;	
	opacity: 0.3;
	}

	#Recruit_ .Recruit_Person_PathSchedule .swiper-button-wrap:has(.swiper-button-lock) .swiper-button-disabled {
	opacity: 1;
	}

}


/* アニメーション --------------------------------------------------- */

#Recruit_ .Recruit_Person_KV,
#Recruit_ .Recruit_Person_FooterImage {
opacity: 0;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Recruit_Person_Intro,
#Recruit_ .Recruit_Person_QA_Unit,
#Recruit_ .Recruit_Person_Keyword,
#Recruit_ .Recruit_Person_PathSchedule_Path,
#Recruit_ .Recruit_Person_PathSchedule_Schedule {
opacity: 0;
transform: translate(0, 20px);
transform-origin: top;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Recruit_Person_Interview_Unit,
#Recruit_ .Recruit_Person_Interview_Photo {
opacity: 0;
}

#Recruit_ .Recruit_Person_Keyword {
opacity: 0;
}



/* ■ 座談会系 ==================================================================================== */

/*
導入
プロフィール
インタビュー
イメージ画像：中間
イメージ画像：フッター
アニメーション
*/

/* 導入 --------------------------------------------------- */

#Recruit_ .Recruit_CrossTalk_Intro_Lead {
font-weight: 500;
letter-spacing: 0.1em;
}

#Recruit_ .Recruit_CrossTalk_Intro_Notice_2 {
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

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

	#Recruit_ .Recruit_CrossTalk_Intro {
	padding: 30px 20px;
	}

	#Recruit_ .Recruit_CrossTalk_Intro_Lead {
	font-size: 15px;
	line-height: 2;
	}

	#Recruit_ .Recruit_CrossTalk_Intro_Notice {
	margin-top: 10px;
	}

	#Recruit_ .Recruit_CrossTalk_Intro_Notice_2 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_CrossTalk_Intro {
	max-width: 1020px;
	margin: 0 auto;
	padding: 60px 60px;
	}

	#Recruit_ .Recruit_CrossTalk_Intro_Lead {
	font-size: 16px;
	line-height: 2.4;
	text-align: center;
	}

	#Recruit_ .Recruit_CrossTalk_Intro_Notice {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_CrossTalk_Intro_Notice_2 {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.8;
	}

}


/* プロフィール --------------------------------------------------- */

#Recruit_ .Recruit_CrossTalk_Profile_Mds {
display: flex;
align-items: center;
flex-flow: column;
font-weight: 300;
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
}

#Recruit_ .Recruit_CrossTalk_Profile_Mds::after {
height: 1px;
background-color: var(--color1);
content: "";
}

#Recruit_ .Recruit_CrossTalk_Profile_List {
display: grid;
}

#Recruit_ .Recruit_CrossTalk_Profile_Position,
#Recruit_ .Recruit_CrossTalk_Profile_Name {
font-weight: 500;
}

#Recruit_ .Recruit_CrossTalk_Profile_Notice_2 {
display: inline-block;
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

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

	#Recruit_ .Recruit_CrossTalk_Profile_Mds {
	font-size: 30px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Mds::after {
	width: 30px;
	margin-top: 2px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_List {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
	margin-top: 20px;
	padding: 0 20%;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Position {
	margin-top: 10px;
	font-size: 12px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Name {
	margin-top: 2px;
	font-size: 14px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Background {
	margin-top: 5px;
	font-size: 12px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Lead {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Notice {
	margin-top: 10px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Notice_2 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_CrossTalk_Profile_Mds {
	font-size: 40px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Mds::after {
	width: 30px;
	margin-top: 4px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_List_Col1 {
    grid-template-columns: repeat(1, 1fr);
	max-width: 550px;
	margin: 30px auto 0;
	padding: 0 15px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_List_Col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 80px;
	max-width: 970px;
	margin: 30px auto 0;
	padding: 0 15px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_List_Col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 60px;
	max-width: 1260px;
	margin: 30px auto 0;
	padding: 0 15px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_List_Each {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Position {
	margin-top: 25px;
	font-size: 14px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Name {
	margin-top: 2px;
	font-size: 20px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Background {
	margin-top: 15px;
	font-size: 14px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Lead {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Notice {
	margin-top: 18px;
	}

	#Recruit_ .Recruit_CrossTalk_Profile_Notice_2 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
	}

}


/* インタビュー --------------------------------------------------- */

#Recruit_ .Recruit_CrossTalk_Interview_Mds_En {
line-height: 1;
font-weight: 400;
color: #dfdfdf;
}

#Recruit_ .Recruit_CrossTalk_Interview_Mds_Jp {
font-weight: 700;
color: var(--color1);
}

#Recruit_ .Recruit_CrossTalk_Interview_Catch {
font-weight: 500;
}

#Recruit_ .Recruit_CrossTalk_Interview_Icon img {
border-radius: 100vh;
}

#Recruit_ .Recruit_CrossTalk_Interview_Icon_Name,
#Recruit_ .Recruit_CrossTalk_Interview_Lead_Name {
font-weight: 500;
color: var(--color1);
}

#Recruit_ .Recruit_CrossTalk_Interview_Notice_2 {
display: inline-block;
letter-spacing: 0.1em;
font-feature-settings: "palt";
}

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

	#Recruit_ .Recruit_CrossTalk_Interview {
	margin-top: 60px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Unit_NoMds {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Unit {
	padding: 0 30px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_PhotoL .Recruit_CrossTalk_Interview_Photo {
	padding-right: 20%;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_PhotoR .Recruit_CrossTalk_Interview_Photo {
	padding-left: 20%;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Photo {
	margin-top: 40px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Mds_En {
	font-size: 11vw;
	letter-spacing: 0.05em;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Mds_Jp {
	margin-top: -5%;
	font-size: 4vw;
	line-height: 1.5;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Catch {
	margin-top: 20px;
	font-size: 19px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_LeadUnit {
	margin-top: 20px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Icon {
	display: flex;
	align-items: center;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Icon_Name {
	order: 2;
	padding-left: 15px;
	font-size: 14px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Icon img {
	width: 60px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Lead {
	margin-top: 10px;
	font-size: 14px;
	line-height: 2.2;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Lead_Notice {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_NoFooterImage {
	margin-bottom: 60px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Notice_2 {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_CrossTalk_Interview {
	display: flex;
	margin-top: 130px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_PhotoL .Recruit_CrossTalk_Interview_Unit {
	order: 2;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_PhotoL .Recruit_CrossTalk_Interview_Photo {
	order: 1;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Unit {
	width: 64%;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_PhotoR .Recruit_CrossTalk_Interview_Unit {
	padding: 0 6% 0 10%;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_PhotoL .Recruit_CrossTalk_Interview_Unit {
	padding: 0 10% 0 6%;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Photo {
	width: 36%;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Mds_En {
	font-size: 5.8vw;
	letter-spacing: 0.05em;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Mds_Jp {
	margin-top: -5%;
	font-size: 1.2vw;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Catch {
	margin-top: 60px;
	font-size: 28px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_LeadUnit {
	display: flex;
	margin-top: 30px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Unit_NoMds .Recruit_CrossTalk_Interview_LeadUnit:first-of-type {
	margin-top: 0;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Icon {
	width: 100px;
	padding-top: 15px;
	padding-right: 20px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Lead {
	flex: 1;
	font-size: 15px;
	line-height: 2.4;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Lead_Name {
	display: block;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Lead_Notice {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.8;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_NoFooterImage {
	margin-bottom: 160px;
	}

	#Recruit_ .Recruit_CrossTalk_Interview_Notice_2 {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
	}

}


/* イメージ画像：中間 --------------------------------------------------- */

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

	#Recruit_ .Recruit_CrossTalk_MiddleImage {
	margin-top: 50px;
	padding: 0 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_CrossTalk_MiddleImage {
	margin-top: 130px;
	padding: 0 10%;
	}

}


/* イメージ画像：フッター --------------------------------------------------- */

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

	#Recruit_ .Recruit_CrossTalk_FooterImage {
	margin-top: 60px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_CrossTalk_FooterImage {
	margin-top: 150px;
	}

}


/* アニメーション --------------------------------------------------- */

#Recruit_ .Recruit_CrossTalk_KV,
#Recruit_ .Recruit_CrossTalk_MiddleImage,
#Recruit_ .Recruit_CrossTalk_FooterImage {
opacity: 0;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Recruit_CrossTalk_Intro,
#Recruit_ .Recruit_CrossTalk_Profile,
#Recruit_ .Recruit_CrossTalk_Profile_List_Each {
opacity: 0;
transform: translate(0, 20px);
transform-origin: top;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Recruit_CrossTalk_Interview_Unit,
#Recruit_ .Recruit_CrossTalk_Interview_Photo {
opacity: 0;
}



/* ■ 社風について：社員の声（アンケート） ==================================================================================== */

/*
セクション_共通
パネルリスト
イメージ画像
*/


/* セクション_共通 --------------------------------------------------- */

#Recruit_ .Recruit_Voice_Section_Mds {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
}

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

	#Recruit_ .Recruit_Voice_Section_Wrap {
	padding-top: 40px;
	}

	#Recruit_ .Recruit_Voice_Section_Wrap:last-of-type {
	padding-bottom: 60px;
	}

	#Recruit_ .Recruit_Voice_Section_Mds {
	font-size: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Voice_Section_Wrap {
	padding-top: 100px;
	}

	#Recruit_ .Recruit_Voice_Section_Wrap:last-of-type {
	padding-bottom: 150px;
	}

	#Recruit_ .Recruit_Voice_Section_Mds {
	font-size: 30px;
	}

}


/* パネルリスト --------------------------------------------------- */

#Recruit_ .Recruit_Voice_PanelList {
display: grid;
}

#Recruit_ .Recruit_Voice_PanelList_Each {
display: grid;
grid-template-rows: subgrid;
grid-row: span 2;
border: 1px solid var(--color1);
}

#Recruit_ .Recruit_Voice_PanelList_Mds {
order: 2;
position: relative;
border-top: 1px solid var(--color1);
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
color: var(--color1);
}

#Recruit_ .Recruit_Voice_PanelList_Mds small {
font-weight: 400;
}

/* 吹き出し */
#Recruit_ .Recruit_Voice_PanelList_Mds::before {
position: absolute;
left: 50%;
top: -20px;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: var(--color1) transparent transparent;
translate: -40% 100%;
content: "";
}

#Recruit_ .Recruit_Voice_PanelList_Mds::after {
position: absolute;
left: 50%;
top: -20px;
border-style: solid;
border-width: 19px 19px 0 0;
border-color: #ffffff transparent transparent;
translate: -40% 100%;
content: "";
}

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

	#Recruit_ .Recruit_Voice_PanelList {
    grid-template-columns: repeat(1, 1fr);
	gap: 15px;
	margin-top: 20px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Each {
	padding: 25px 20px 30px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Mds {
	margin-top: 10px;
	padding-top: 30px;
	font-size: 16px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Mds small {
	font-size: 12px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Lead {
	padding: 0 5px;
	font-size: 13px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Voice_PanelList {
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 50px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Each {
	padding: 30px 20px 40px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Mds {
	margin-top: 10px;
	padding-top: 30px;
	font-size: 18px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Mds small {
	font-size: 14px;
	}

	#Recruit_ .Recruit_Voice_PanelList_Lead {
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 1110px) {

	#Recruit_ .Recruit_Voice_PanelList {
    grid-template-columns: repeat(4, 1fr);
	}

}


/* イメージ画像 --------------------------------------------------- */

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

	#Recruit_ .Recruit_Voice_ImagePhoto {
	padding-top: 50px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Voice_ImagePhoto {
	padding-top: 120px;
	}

}



/* ■ 採用・制度について：募集要項 ==================================================================================== */

/*
更新日
募集職種・応募資格
お問い合わせ先
*/


/* 更新日 --------------------------------------------------- */

#Recruit_ .Recruit_Requirements_Date {
letter-spacing: 0.1em;
text-align: right;
}

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

	#Recruit_ .Recruit_Requirements_Date {
	margin-top: 10px;
	padding: 0 10px;
	font-size: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Requirements_Date {
	max-width: 1305px;
	margin: 15px auto 0;
	padding: 0 45px;
	font-size: 13px;
	}

}


/* 募集職種・応募資格 --------------------------------------------------- */

#Recruit_ .Recruit_Requirements_Qualification_Table th,
#Recruit_ .Recruit_Requirements_Qualification_Table td {
border: 1px solid var(--color1);
text-align: center;
}

#Recruit_ .Recruit_Requirements_Qualification_Table th {
padding: 15px 0;
line-height: 1.4;
font-weight: 500;
letter-spacing: 0.05em;
}

#Recruit_ .Recruit_Requirements_Qualification_Table td {
padding: 15px 18px;
letter-spacing: 0.05em;
}

#Recruit_ .Recruit_Requirements_Qualification_Table thead th {
padding: 8px 10px;
background-color: var(--color5);
}

#Recruit_ .Recruit_Requirements_Qualification_Table thead tr:nth-child(2) th {
padding: 8px 0;
width: 60px;
font-size: 13px;
line-height: 1.1;
font-weight: 500;
}

#Recruit_ .Recruit_Requirements_Qualification_Table tbody tr th {
background-color: #fff;
}

#Recruit_ .Recruit_Requirements_Qualification_Table tbody tr td:nth-child(2) {
text-align: left;
}

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

	#Recruit_ .Recruit_Requirements_Qualification_Table_Wrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table {
	width: 1000px;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table th,
	#Recruit_ .Recruit_Requirements_Qualification_Table td {
	border-left: none;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table th {
	font-size: 13px;
	}
	
	#Recruit_ .Recruit_Requirements_Qualification_Table td {
	font-size: 13px;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table thead tr:nth-child(1) th:nth-child(2) {
	padding-left: 18px;
	text-align: left;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table thead tr:nth-child(2) th small {
	font-size: 10px;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table tbody tr th {
	width: 130px;
	}

	/* 固定セル */
	#Recruit_ .Recruit_Requirements_Qualification_Table_Fixed {
	position: sticky;
	left: 0;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table_Fixed::before,
	#Recruit_ .Recruit_Requirements_Qualification_Table_Fixed::after {
	display: block;
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background-color: var(--color1);
	content: "";
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table_Fixed::before {
	left: 0;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table_Fixed::after {
	right: -1px;
	filter: drop-shadow(2px 0 2px rgb(0 0 0 / .8));
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Requirements_Qualification_Table th {
	font-size: 15px;
	}
	
	#Recruit_ .Recruit_Requirements_Qualification_Table td {
	font-size: 14px;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table thead tr:nth-child(2) th small {
	font-size: 10px;
	}

	#Recruit_ .Recruit_Requirements_Qualification_Table tbody tr th {
	width: 200px;
	}

}

/* お問い合わせ先 --------------------------------------------------- */

#Recruit_ .Recruit_Requirements_Contact {
text-align: center;
}

#Recruit_ .Recruit_Requirements_Contact_Mds {
font-weight: 500;
letter-spacing: 0.1em;
color: var(--color1);
}

#Recruit_ .Recruit_Requirements_Contact_Lead {
letter-spacing: 0.1em;
}

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

	#Recruit_ .Recruit_Requirements_Contact_Mds {
	font-size: 17px;
	}

	#Recruit_ .Recruit_Requirements_Contact_Lead {
	margin-top: 10px;
	font-size: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Requirements_Contact_Mds {
	font-size: 22px;
	}

	#Recruit_ .Recruit_Requirements_Contact_Lead {
	margin-top: 20px;
	font-size: 20px;
	}

}



/* ■ 採用・制度について：人財育成 ==================================================================================== */

/*
若手向け教育
*/


/* 若手向け教育 --------------------------------------------------- */

#Recruit_ .Recruit_Development_Facility_Mds {
font-weight: 500;
text-align: center;
}

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

	#Recruit_ .Recruit_Development_Facility {
	margin-top: 25px;
	}

	#Recruit_ .Recruit_Development_Facility_Mds {
	margin-top: 20px;
	font-size: 14px;
	}

	#Recruit_ .Recruit_Development_Facility_Lead {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_Development_Facility {
	max-width: 800px;
	margin: 70px auto 0;
	}

	#Recruit_ .Recruit_Development_Facility_Mds {
	margin-top: 35px;
	font-size: 16px;
	}

	#Recruit_ .Recruit_Development_Facility_Lead {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
	}

}



/* ■ 採用・制度について：よくあるご質問 ==================================================================================== */

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

	#Recruit_ .Recruit_SectionFaq_Wrap {
	padding-top: 20px;
	padding-bottom: 20px;
	}

	#Recruit_ .Recruit_SectionFaq_Wrap:first-of-type {
	padding-top: 40px;
	}

	#Recruit_ .Recruit_SectionFaq_Wrap:last-of-type {
	padding-bottom: 50px;
	}

	#Recruit_ .Recruit_SectionFaq {
	padding: 0 20px;
	}

	#Recruit_ .Recruit_SectionFaq_In {
	margin-top: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	#Recruit_ .Recruit_SectionFaq_Wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	}

	#Recruit_ .Recruit_SectionFaq_Wrap:first-of-type {
	padding-top: 80px;
	}

	#Recruit_ .Recruit_SectionFaq_Wrap:last-of-type {
	padding-bottom: 110px;
	}

	#Recruit_ .Recruit_SectionFaq {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 15px;
	}

	#Recruit_ .Recruit_SectionFaq_In {
	margin-top: 30px;
	}

}



/* ■ アニメーション ==================================================================================== */

/*
フェード イン1
フェード アップ1
スライド 左→右
スライド 右→左
*/


/* フェード イン1 --------------------------------------------------- */

#Recruit_ .Effect_Target_Fade_1 {
opacity: 0;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Effect_Fade_1 {
opacity: 1;
}


/* フェード アップ1 --------------------------------------------------- */

#Recruit_ .Effect_Target_FadeUp_1 {
opacity: 0;
transform: translate(0, 20px);
transform-origin: top;
transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#Recruit_ .Effect_FadeUp_1 {
opacity: 1;
transform: translate(0, 0) scale(1, 1);
transform-origin: top;
}


/* スライド 左→右 --------------------------------------------------- */

#Recruit_ .Effect_Target_Slide_LR {
opacity: 0;
}

#Recruit_ .Effect_Slide_LR {
position: relative;
overflow: hidden;
animation: Effect_Opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

#Recruit_ .Effect_Slide_LR::before {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background-color: #fff;
content: "";
animation: Effect_Slide_LR 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes Effect_Opacity {
	100% {
		opacity: 1;
	}
}

@keyframes Effect_Slide_LR {
	100% {
		transform: translateX(100%);
	}
}


/* スライド 右→左 --------------------------------------------------- */

.Effect_Target_Slide_RL {
opacity: 0;
}

.Effect_Slide_RL {
position: relative;
overflow: hidden;
animation: Effect_Opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.Effect_Slide_RL::before {
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background-color: #fff;
content: "";
animation: Effect_Slide_RL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;

}

@keyframes Effect_Slide_RL {
	100% {
		transform: translateX(-100%);
	}
}



/* ■ JSライブラリ ==================================================================================== */