@charset "utf-8";
/* CSS Document */



.recruitSubHeader{
	background-image: url("/wp-content/themes/wk_altpaper_2026/recruit_img/mvbg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recruitTit{
	margin: 24px auto;
	text-align: center;
	font-size: clamp(48px, 5vw, 85px);
	font-weight: 900;
	font-feature-settings: "palt";
	line-height: 1.5;
	color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.recruitSubHeader .btnCenter{
	width: 90%;
}

.recruitHeaderLink .btnText{
	padding: 0.8em 4em 0.8em 4.5em;
	font-size: var(--fs-c-32-56);
	border-radius: 8px 0 0 8px;
	letter-spacing: 0.5em;
	color: var(--c-black);
}

.recruitHeaderLink .btnArrow{
	width: 40px;
}

/* --- 採用ページ専用：逆順2カラム（背景画像なし版） --- */
.splitContainer.recruit-reverse{
	background-image: none;
}
.splitContainer.recruit-reverse .leftHArea{
	background: linear-gradient(to left, var(--c-white) 0%, var(--c-bg-gray) 100%);
}
.splitContainer.recruit-reverse .rightParea{
	background: transparent;
}

.boardmemberCard{
	margin: 64px auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 90%;
	max-width: 1200px;
	border-bottom: solid 1px var(--c-border);
	padding-bottom: 32px;
}

.boardmemberCard > div:first-child{
	text-align: center;
}

.boardmemberCard img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.memberCard > a{
	text-decoration: none;
}
.memberCard > a:hover{
	opacity: 0.5;
}

.bmSubTit{
	font-size: var(--fs-c-24-48);
}

.organizationTit{
	padding-left: 1em;
	font-size: 50%;
	font-weight: normal;
}

.bmLeft{
	margin-left: 8px;
}

.bmRight{
	margin-right: 8px;
	width: 100%;
}


.addressCard{
	margin: 64px auto;
	width: 90%;
	max-width: 1200px;
	display: flex;
	gap: 48px;
}
.addressCard > div{
	flex: 1;
}

.addressCard h3{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px var(--c-border);
}

.addressCard dt{
	font-weight: bold;
}

.addressCard dd{
	margin-bottom: 1em;
}

.recruitWorksHeader{
	background-image: url("/wp-content/themes/wk_altpaper_2026/recruit_img/works-bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.recruitWorksTit{
	margin: 24px auto;
	text-align: center;
	font-size: var(--fs-c-32-56);
	font-weight: 900;
	font-feature-settings: "palt";
	line-height: 1.5;
	color: var(--c-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.recruitWorksRead{
	font-family: "Noto Serif JP";
	font-size: var(--fs-c-18-24);
	text-align: center;
	color: var(--c-white);
}

/* --- 仕事紹介ページ：逆順2カラム（モバイルファースト） --- */
.splitContainer.inReverse{
	margin-bottom: 0;
}
.inReverse > .leftHArea{
	background-color: var(--c-white);
}
.inReverse > .rightParea {
	background: linear-gradient(to left, var(--c-white) 0%, var(--c-bg-gray) 100%);
}

/* --- スマホ時の leftHArea と rightParea の空き調整 --- */
.splitContainer .leftHArea {
	padding-bottom: 0;
}
.splitContainer .rightParea {
	padding-top: 24px;
}

.works01{
	background-image: url("/wp-content/themes/wk_altpaper_2026/recruit_img/organization-title-bg-01.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.works02{
	background-image: url("/wp-content/themes/wk_altpaper_2026/recruit_img/organization-title-bg-02.webp");
	background-size: cover;
	background-repeat: no-repeat;	
}

.works03{
	background-image: url("/wp-content/themes/wk_altpaper_2026/recruit_img/organization-title-bg-03.webp");
	background-size: cover;
	background-repeat: no-repeat;	
}

.splitContainer.inReverse.works02 > .leftHArea,
.splitContainer.inReverse.works02 > .rightParea,
.splitContainer.works03 > .rightParea{
	background: none;
}

.works01 .rightParea{
	background:none;
}

.membersWrap{
	margin-bottom: 1em;
	display: flex;
	gap: 16px;
}

.memberPhoto{
	margin-bottom: 8px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

.memberName{
	padding: 0.5em 0.5em 0.05em;
	background-color: var(--c-white);
	opacity: 0.5;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}
.memberName > p{
	margin-bottom: 0.5rem;
	text-align: center;
	line-height: 1;
}

.staffHeader{
	display: flex;
}
.staffHeader > div{
	flex: 1;
}

.shLeft{
    background: linear-gradient(to left, var(--c-white) 0%, var(--c-bg-gray) 100%);
}

.shLeft hgroup{
	margin: 0 auto;
	padding: clamp(60px, 9vw + 27px, 120px) 0;
	width: 100%;
	max-width: 524px;
}

.shLeft .splitPtit{
	margin-bottom: 0.5em;
}

.shRight{
	display: flex;
	justify-content: flex-end;
}

.staffMessage{
	font-size: clamp(20px, 4vw, 38px);
	font-weight: 200;
}

.staffProfile{
	margin: 64px auto 104px;
	padding-bottom: 32px;
	width: 90%;
	max-width: 1200px;
	display: flex;
	gap: 36px;
	border-bottom: solid 1px var(--c-border);
}

.staffProfile > h2{
	width: 100%;
	max-width: 562px;
	font-size: var(--fs-c-32-56);
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}

.staffProfile > p{
	width: 100%;
	max-width: 600px;
	font-weight: bold;
}

.staffInterviewTit{
	margin: 0 auto 56px;
	padding-bottom: 12px;
	width: 90%;
	max-width: 1200px;
	font-family: "Noto Serif JP";
	font-size: var(--fs-c-24-36);
	font-weight: lighter;
	border-bottom: solid 1px var(--c-border);
}

.InterviewColumn{
	margin: 0 auto 56px;
	width: 90%;
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	gap: 36px;
}

.leftColumn{
	width: 100%;
	max-width: 564px;
}

.rightColumn{
	margin-bottom: 1em;
	width: 100%;
	max-width: 600px;
}

.rightColumn > p{
	font-size: var(--fs-c-14-18);
	line-height: 1.75;
}

.lcCard{
	margin-bottom: 1em;
	padding: 1em 0 1em 1em;
	background: linear-gradient(to left, var(--c-white) 0%, var(--c-bg-gray) 100%);
	position: sticky;
	top: 184px;
}
.lcCard h3{
	padding-left: 0.5em;
	font-family: "Noto Serif JP";
	font-weight: lighter;
	font-size: var(--fs-c-18-24);
	border-left: solid 4px var(--c-primary);
}

.staffPhotoWide{
	margin: 0 auto 56px;
	width: 90%;
	max-width: 1200px;
}

.staffSchedule{
	display: flex;
	flex-wrap: wrap;
}

.staffSchedule dt{
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 20%;
	border-bottom: solid 1px var(--c-border);
}
.staffSchedule dd{
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 80%;
	border-bottom: solid 1px var(--c-border);
	font-feature-settings: "palt";
}

.rightColumn > p.staffDesc{
	margin-left: 1em;
	font-size: var(--fs-c-12-14);
}
.rightColumn > p.staffDesc::before{
	margin-left: -1em;
	content: "※";
}

.recruitList{
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}

.recruitList > li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px var(--c-border);
}

.recruitList > li > a{
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.recruitList > li > a:hover{
	opacity: 0.5;
}

.recruitList > li > a > span{
	display: block;
}

.recruitTag{
	padding: 0.5em;
	background-color: var(--c-bg-gray);
	min-width: 200px;
	text-align: center;
}

.recruitDescArea{
	margin: 0 auto;
	padding-bottom: 64px;
	display: flex;
	flex-direction: column;
	gap: 36px;
	width: 90%;
	max-width: 1200px;
}

.rdlImage{
	position: static; /* sticky is for PC, disable on mobile */
}

.rdlImage img{
	width: 100%;
	height: auto;
}

.rdRightArea{
	width: 100%;
}

.rdrDesc{
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.rdrDesc > dt,
.rdrDesc > dd{
    font-feature-settings: "palt";
    text-align: justify;
    line-height: 1.75;
}

.rdrDesc > dt{
	width: 100%;
	text-align: center;
	padding: 0.5em;
	background-color: var(--c-bg-gray);
}

.rdrDesc > dd{
	width: 100%;
	padding: 0.5em;
	border-bottom: solid 1px var(--c-border);
}

.rdrDesc > dd:last-of-type{
	border-bottom: none;
}

.rdrdList li{
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.rdrdList li::before{
	margin-left: -1em;
	content: "●";
}

.rdrdInnerTit{
	margin: 0.5em 0;
	padding: 0.5em;
	background-color: var(--c-text-muted);
	color: var(--c-white);
	text-align: center;
	font-weight: bold;
}

.recruitReadTxt{
	margin: 64px auto;
	width: 90%;
	max-width: 1200px;
	text-align: center;
}

@media (min-width: 768px) {

	.boardmemberCard{
		flex-direction: row;
		gap: 48px;
	}
	.bmRight{
		max-width: 836px;
	}

	.recruitDescArea {
		flex-direction: row;
	}

	.rdlImage {
		position: sticky;
		top: 184px;
	}

	.rdRightArea {
		max-width: 600px;
	}

	.rdrDesc {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.rdrDesc > dt,
	.rdrDesc > dd {
		border-bottom: solid 1px var(--c-border);
	}

	.rdrDesc > dt:last-of-type,
	.rdrDesc > dd:last-of-type {
		border-bottom: none;
	}

	.rdrDesc > dt {
		width: 100px;
	}

	.rdrDesc > dd {
		width: 500px;
	}

	/* 仕事紹介ページ：PC時のみ逆順横並び */
	.splitContainer.inReverse{
		flex-direction: row-reverse;
	}
	.splitContainer.inReverse .leftHWrap{
		margin-left: 0;
		margin-right: auto;
	}
	.splitContainer.inReverse .rightPWrap{
		margin-left: auto;
		margin-right: 0;
	}

	/* PC時の leftHArea と rightParea の空きを元に戻す */
	.splitContainer .leftHArea {
		padding-bottom: clamp(60px, 9vw + 27px, 120px);
	}
	.splitContainer .rightParea {
		padding-top: clamp(60px, 9vw + 27px, 120px);
	}

}