@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
.pageTitle {
	padding-bottom: 4.2rem;
	border-bottom: none;
	background-image: url(../img/recruit/page_title_bg.jpg);
}
.pageTitle::before {
	display: none;
}
.pageTitle h2 {
	margin: 0 auto;
	max-width: 120rem;
	font-weight: 600;
}
.pageTitle h2 .en {
	margin-left: -0.2rem;
	display: block;
	color: #f00;
	font-size: 12rem;
	line-height: 1;
}
.pageTitle h2 .jp {
	font-size: 3.2rem;
}
#main {
	background-color: #fff;
}
#sideBar {
	padding: 0 1rem 0 3.3rem;
	width: 23.7rem;
	background: #393939;
	box-sizing: border-box;
}
#sideBar .sideBox {
	margin-bottom: 10rem;
	position: sticky;
	top: 11rem;
	left: 0;
}
#sideBar h3 {
	margin: 11rem 0 4.1rem;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
#sideBar h4 {
	padding: 1.4rem 0 0.4rem 2.7rem;
	color: #02aef0;
	font-size: 1.6rem;
	font-weight: 500;
	background-size: 2.4rem;
	background: url(../img/recruit/ttl_bg.png) no-repeat left top/2.5rem 4.3rem;
}
#sideBar .sNavi > li:not(:last-child) {
	margin-bottom: 3.5rem;
}
#sideBar .subList {
	margin: 0 0 0 0.7rem;
	padding-top: 2rem;
	position: relative;
}
#sideBar .subList:before {
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 1px;
	height: calc(100% - 1rem);
	background-color: #fff;
	content: "";
}
#sideBar .subList li {
	font-size: 1.4rem;
}
#sideBar .subList li:not(:last-child) {
	margin-bottom: 1.8rem;
}
#sideBar .subList a {
	display: inline-block;
	padding-left: 1.5rem;
	position: relative;
	line-height: 1.45;
}
#sideBar .subList a:hover {
	opacity: 0.7;
}
#sideBar .subList a::before {
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: 1rem;
	height: 1px;
	background-color: #fff;
	content: "";
}
#sideBar .subList02 a {
	text-indent: -2rem;
	padding-left: 3.5rem;
}

#conts {
	margin-right: 2rem;
	flex: 1;
	color: #0f0f0f;
}
#conts .content {
	max-width: 109.8rem;
	transform: translateX(1rem);
}
#conts .message {
	margin-right: -2rem;
	padding: 10rem 0 66.5rem;
	position: relative;
	color: #fff;
	background: #f00;
	z-index: 1;
}
#conts .message .content {
	transform: translateX(0);
}
#conts .message .phoBox {
	position: absolute;
	right: 0;
	top: 10.7rem;
	max-width: 113rem;
	width: calc(50% + 52.9rem);
}
#conts .message .txtBox {
	max-width: 75.7rem;
	position: relative;
	z-index: 1;
}
#conts .message h3 {
	margin-bottom: 4.5rem;
	font-size: 3.5rem;
	line-height: 1.43;
	font-weight: 600;
	letter-spacing: 0.1em;
}
#conts .message p {
	margin-bottom: 3.2rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
#conts .message p:last-child {
	margin-bottom: 0 !important;
}
#conts .headLine02 {
	margin-bottom: 3.8rem;
}
#conts .headLine02 .jp {
	margin-top: 0.8rem;
	text-align: left;
}
#conts .subSec {
	padding: 8.3rem 0 7.4rem;
	border-bottom: 1px solid #02aef0;
}
#conts .subSec .ttlBox {
	margin-bottom: 6.2rem;
}
#conts .subSec .ttlBox .headLine02 {
	margin-bottom: 0;
	width: 53.5%;
	padding: 2.3rem 0 0 3.5rem;
}
#conts .subSec .ttlBox .headLine02 .en {
	font-size: 4rem;
}
#conts .subSec .ttlBox .headLine02 .jp {
	font-size: 1.8rem;
}
#conts .subSec .ttlBox p {
	margin: 0.7rem -3rem 0 0;
	flex: 1;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 2;
}
#conts .philosophy .pointList {
	margin-right: 1.5rem;
	gap: 0 4.7rem;
}
#conts .philosophy .pointList li {
	display: flex;
	align-items: center;
}
#conts .philosophy .pointList .num {
	line-height: 1;
	color: #ea0024;
	font-size: 5rem;
	letter-spacing: 0.05em;
}
#conts .philosophy .pointList .jp {
	margin: 1rem 0 0 1rem;
	color: #02aef0;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	font-weight: 700;
}
#conts .job {
	padding: 10.5rem 0 15rem;
}
#conts .jobList li {
	display: flex;
	width: 50%;
}
#conts .jobList h4 {
	margin: 0 0.7rem 0 0;
	padding-right: 3.2rem;
	position: relative;
	color: #02aef0;
	font-size: 2rem;
}
#conts .jobList h4:after {
	position: absolute;
	right: 0;
	top: 1.5rem;
	height: 0;
	width: 25.46px;
	border-top: 1px solid #02aef0;
	content: "";
}
#conts .jobList p {
	flex: 1;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
}
#conts .support {
	padding: 6.7rem 0 6.2rem;
}
#conts .support .ttlBox {
	margin-bottom: 7.2rem;
}
#conts .support .ttlBox p {
	font-size: 1.4rem;
	line-height: 2.14;
}
#conts .supportList {
	gap: 1.2rem 0;
}
#conts .supportList li {
	width: 25%;
	padding: 0.2rem;
	min-height: 4.7rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
#conts .supportList li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 1.3rem);
	height: 100%;
	transform: skewX(-17deg);
	background: #ea0024;
	content: "";
}
#conts .supportList span {
	position: relative;
	z-index: 1;
}
#conts .environment {
	padding: 7rem 0 7rem;
}
#conts .environment .workList {
	margin: 0 auto;
	max-width: 69.6rem;
	height: 24.4rem;
	position: relative;
}
#conts .environment .workList li {
	width: 34.2rem;
	position: absolute;
}
#conts .environment .workList .top {
	width: 38.4rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#conts .environment .workList .left {
	left: 0;
	top: 2.3rem;
}
#conts .environment .workList .right {
	right: 0;
	top: 2.3rem;
}
#conts .environment .workList .bottom {
	width: 37.7rem;
	bottom: -0.1rem;
	left: 50%;
	transform: translateX(-50%);
}
#conts .career {
	padding: 6.8rem 0 7.5rem;
}
#conts .career .ttlBox {
	margin-bottom: 1.8rem;
}
#conts .career h4 {
	margin: 0 0 0 3.6rem;
	padding: 0.1rem 1.5rem 0.3rem;
	display: inline-block;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	background: #02aef0;
}
#conts .career .flowList {
	padding: 7rem 3rem 0 0.8rem;
	position: relative;
}
#conts .career .flowList:after {
	position: absolute;
	left: 0.9rem;
	top: 0;
	width: 105.2rem;
	height: 21.1rem;
	background: url(../img/recruit/arrow01.png) no-repeat left top/100%;
	content: "";
	clip-path: inset(0 100% 0 0);
	transition: .5s;
}
#conts .career .flowList.isShow:after {
	clip-path: inset(0 0 0 0);
	transition-delay: .3s;
}
#conts .career .flowList li {
	position: relative;
	z-index: 1;
	width: 20%;
	text-align: center;
}
#conts .career .flowList li:not(:last-child):after {
	position: absolute;
	right: -1.2rem;
	top: 4.4rem;
	width: 2.7rem;
	height: 5rem;
	background: url(../img/recruit/arrow02.png) no-repeat left top/100%;
	content: "";
}
#conts .career .flowList p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
	font-weight: 600;
}
#conts .career .flowList .listImg {
	margin: 0 auto 1.7rem;
	display: flex;
	align-items: flex-end;
	width: 10.1rem;
	height: 13.7rem;
	background: url(../img/recruit/career_list_bg.png) no-repeat left top/100%;
}
#conts .career .flowList .listImg p {
	margin-bottom: 1rem;
	min-height: 4.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
}
#conts .interview {
	padding: 12.1rem 0 15.5rem;
	border-bottom: 1px solid #02aef0;
	overflow: hidden;
}
#conts .interview .content {
	max-width: 112.4rem;
}
#conts .interview .headLine02 {
	margin: 0 0 6rem 0.6rem;
	width: auto;
	max-width: 59.2rem;
	padding: 1.7rem 0 1rem 4.3rem;
}
#conts .interview .headLine02 .en {
	color: #ea0024;
	font-size: 3.2rem;
}
#conts .interview .headLine02 .en .large {
	font-size: 4.5rem;
}
#conts .interview .headLine02 .jp {
	margin: 1.2rem 0 0 -4.5rem;
	font-size: 1.6rem;
}
#conts .interview .qaDl dt {
	margin-bottom: 1.9rem;
	padding-left: 1.7em;
	text-indent: -1.7em;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 600;
}
#conts .interview .qaDl dd {
	letter-spacing: 0.1em;
	line-height: 2;
	font-weight: 500;
}
#conts .interview .imgBox {
	margin-bottom: 11.8rem;
	position: relative;
}
#conts .interview .imgBox .phoBox {
	position: absolute;
	right: -4rem;
	top: 0;
	width: 45.3rem;
}
#conts .interview .imgBox .phoBox img {
	margin-bottom: 2.6rem;
	width: 100%;
}
#conts .interview .imgBox .phoBox p {
	margin: 0 1rem;
	font-size: 1.4rem;
	line-height: 2.28;
	font-weight: 500;
}
#conts .interview .imgBox .phoBox .name {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 700;
}
#conts .interview .imgBox .txtBox {
	padding-right: 2rem;
	max-width: 59.2rem;
}
#conts .interview .imgBox .txtBox h4 {
	margin-bottom: 13rem;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
}
#conts .interview .imgBox .txtBox .qaDl dd {
	letter-spacing: 0.05em;
	line-height: 2.1;
}
#conts .interview .photo {
	margin: 0 -4rem 12rem 0;
}
#conts .interview .photo img {
	width: 100%;
}
#conts .interview .subBox {
	margin-bottom: 12.5rem;
}
#conts .interview .subBox .phoBox {
	margin-right: 1.9%;
	width: 42.1%;
}
#conts .interview .subBox .phoBox img {
	width: 100%;
}
#conts .interview .subBox .txtBox {
	width: 52%;
}
#conts .interview .subBox02 {
	margin-bottom: 11.5rem;
}
#conts .interview .subBox02 .txtBox {
	margin-right: 1.5%;
	width: 51%;
}
#conts .interview02 {
	padding: 13rem 0 15.5rem;
}
#conts .interview02 .imgBox .phoBox {
	right: auto;
	left: 0;
}
#conts .interview02 .imgBox .txtBox {
	padding: 0 0 0 2rem;
	margin-left: auto;
	max-width: 61rem;
}
#conts .interview02 .imgBox .txtBox h4 {
	margin-bottom: 6.6rem;
}
#conts .interview03 {
	padding-bottom: 16rem;
}
#conts .interview03 .imgBox {
	margin-bottom: 15rem;
}
#conts .recruitment {
	padding: 8.4rem 0 12.3rem;
}
#conts .recruitment .content {
	max-width: 112.6rem;
}
#conts .recruitment .headLine02 {
	margin: 0 0 4.5rem;
	padding: 2.5rem 0 0 3.4rem;
}
#conts .recruitment .headLine02 .en {
	font-size: 4rem;
}
#conts .recruitment .headLine02 .jp {
	font-size: 1.8rem;
}
#conts .recruitment .subTtl {
	margin: 0 0 4.2rem;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.67;
}
#conts .recruitment .imgBox {
	position: relative;
}
#conts .recruitment .imgBox:not(:last-child) {
	margin-bottom: 10.8rem;
}
#conts .recruitment .imgBox .photoList {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 2%;
	width: 37.2%;
}
#conts .recruitment .imgBox .photoList li:not(:last-child) {
	margin-bottom: 7.8rem;
}
#conts .recruitment .imgBox .photoList img {
	width: 100%;
}
#conts .recruitment .imgBox .txtBox {
	width: 53%;
}
#conts .recruitment .imgBox .txtBox h4 {
	margin-bottom: 2.4rem;
	padding: 1.2rem 2rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	background: #ea0024;
}
#conts .recruitment .imgBox .txtBox p {
	line-height: 2;
	font-weight: 500;
	margin: 0 0 2rem 2.1rem;
}
#conts .recruitment .imgBox .txtBox .txtList {
	margin-bottom: 4rem;
}
#conts .recruitment .imgBox .txtBox .txtList:last-child {
	margin-bottom: 0 !important;
}
#conts .recruitment .imgBox .txtBox .txtList li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
	font-weight: 500;
}
#conts .recruitment .imgBox .txtBox .notes {
	margin-bottom: 4.6rem;
	gap: 0 1.3rem;
}
#conts .recruitment .imgBox .txtBox .notes li {
	font-size: 1.4rem;
}
#conts .recruitment .imgBox .txtBox table {
	width: 100%;
	border-spacing: 0;
	border-bottom: 1px solid #0f0f0f;
}
#conts .recruitment .imgBox .txtBox table:not(:last-child) {
	margin-bottom: 2rem;
}
#conts .recruitment .imgBox .txtBox th,
#conts .recruitment .imgBox .txtBox td {
	padding: 1.45rem 0;
	line-height: 1.75;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #0f0f0f;
}
#conts .recruitment .imgBox .txtBox th {
	width: 25.5%;
	padding-left: 2rem;
}
#conts .recruitment .imgBox .txtBox th .sub {
	margin: 0 -0.7rem;
}
#conts .recruitment .imgBox .txtBox td .notes {
	margin: 0.8rem 0 0;
	display: block;
	font-size: 1.2rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.67;
	font-weight: 400;
}
#conts .recruitment .imgBox .txtBox td .txtDl {
	margin: 2.4rem 0 0.5rem 6.2rem;
}
#conts .recruitment .imgBox .txtBox td .txtDl dt {
	float: left;
	font-size: 1.4rem;
	line-height: 1.07;
	font-weight: 600;
}
#conts .recruitment .imgBox .txtBox td .txtDl dd {
	padding-left: 5.2em;
	font-size: 1.4rem;
	line-height: 1.07;
	font-weight: 400;
}
@media all and (min-width: 897px) and (max-width: 1439px) {
	#conts .subSec .ttlBox .headLine02 {
		width: 50%;
	}
	#conts .subSec .ttlBox p {
		margin-right: 0;
	}
	#conts .interview .imgBox .phoBox {
		right: calc(((-100vw + 23.7rem) + 112.4rem)/2);
	}
	#conts .interview .photo {
		margin-right: calc(((-100vw + 23.7rem) + 112.4rem)/2);
	}
}
@media all and (min-width: 897px) and (max-width: 1359px) {
	#conts .content {
		transform: translateX(0);
	}
	#conts .interview .imgBox .phoBox {
		right: -2rem;
	}
	#conts .interview .photo {
		margin-right: -2rem;
	}
	#conts .interview02 .imgBox .txtBox {
		max-width: 59rem;
	}
}
@media all and (min-width: 897px) {
	#conts .interview02 .subBox02 .txtBox {
		margin-right: 3.3%;
	}
	#conts .jobList li:last-child {
		width: 45%;
	}
	#conts .recruitment .imgBox .txtBox .tdStyle01 {
		padding: 1.4rem 0;
		line-height: 2;
	}
	#conts .recruitment .imgBox .txtBox .tdStyle02 {
		padding: 1.6rem 0;
		line-height: 1.25;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl02 dt {
		float: left;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl02 dd {
		padding: 0 0 0.5rem 5em;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl02 dd:last-child {
		padding-bottom: 0 !important;
	}
	#conts .recruitment .imgBox .txtBox td .pcNotes {
		margin: 0.8rem 0 0;
		display: block;
		font-size: 1.2rem;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.67;
		font-weight: 400;
	}
	#conts .recruitment .imgBox .txtBox .tdStyle01 .txt {
		margin-right: -1rem;
		display: inline-block;
	}
}
@media all and (min-width: 897px) and (max-width: 1370px) {
	#conts .jobList li {
		width: 51%;
	}
	#conts .jobList li:last-child {
		width: 47%;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding-bottom: 6.3rem;
		background-image: url(../img/recruit/page_title_bg_sp.jpg);
		border-bottom: 1px solid #02aef0;
	}
	.pageTitle h2 {
		margin: 0 0.2rem;
	}
	.pageTitle h2 .en {
		margin: 0.5rem 0 0 -0.2rem;
		font-size: 6rem;
	}
	.pageTitle h2 .jp {
		font-size: 1.7rem;
	}
	#main {
		display: block;
	}
	#sideBar {
		padding: 3.6rem 2rem 4.2rem;
		width: auto;
		position: relative;
		z-index: 1;
	}
	#sideBar .sideBox {
		margin-bottom: 0;
		position: static;
	}
	#sideBar h3 {
		margin: 0 0 2.1rem;
	}
	#sideBar .sNavi {
		display: flex;
		gap: 0 3.1rem;
	}
	#sideBar .sNavi > li:not(:last-child) {
		margin-bottom: 0;
	}
	#sideBar .subList {
		display: none;
	}
	#conts {
		margin: 0 0.6rem;
	}
	#conts .content {
		transform: translateX(0);
	}
	#conts .message {
		margin: 0 -0.6rem;
		padding: 5.5rem 0.6rem 32.5rem;
	}
	#conts .message .phoBox {
		top: auto;
		bottom: 11.5rem;
		max-width: 36.6rem;
	}
	#conts .message .txtBox {
		max-width: inherit;
	}
	#conts .message h3 {
		margin: 0 -0.5rem 2.8rem 0;
		font-size: 2rem;
		line-height: 1.6;
		letter-spacing: 0;
	}
	#conts .message p {
		margin: 0 -0.5rem 2.8rem 0;
		letter-spacing: 0.04em;
	}
	#conts .message p.last {
		margin-right: 10rem;
	}
	#conts .headLine02 {
		margin-bottom: 4rem;
	}
	#conts .headLine02 .jp {
		margin-top: 0.2rem;
	}
	#conts .subSec {
		padding: 5.3rem 0 7.4rem;
	}
	#conts .subSec .ttlBox {
		margin-bottom: 3rem;
		display: block;
	}
	#conts .subSec .ttlBox .headLine02 {
		width: auto;
		padding-top: 1rem;
	}
	#conts .subSec .ttlBox .headLine02 .en {
		font-size: 3.7rem;
	}
	#conts .subSec .ttlBox .headLine02 .jp {
		font-size: 1.4rem;
	}
	#conts .subSec .ttlBox p {
		margin: 3.7rem 0 0;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#conts .philosophy .pointList {
		margin: 0 0.3rem;
		display: block;
	}
	#conts .philosophy .pointList li:not(:last-child) {
		margin-bottom: 1.7rem;
	}
	#conts .philosophy .pointList .num {
		width: 6rem;
		text-align: center;
	}
	#conts .philosophy .pointList .jp {
		margin-left: 2rem;
	}
	#conts .job {
		padding: 5.5rem 0 4.8rem;
	}
	#conts .jobList {
		gap: 2.4rem 0;
	}
	#conts .jobList li {
		display: block;
		width: 100%;
		text-align: center;
	}
	#conts .jobList h4 {
		margin: 0 0 0.3rem;
		padding: 0 0 2.8rem;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	#conts .jobList h4:after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: 0;
		height: 2.5rem;
		width: 1px;
		border-left: 1px solid #02aef0;
	}
	#conts .jobList p {
		font-size: 1.3rem;
		line-height: 1.54;
	}
	#conts .support {
		padding: 4.5rem 0 5rem;
	}
	#conts .support .ttlBox {
		margin-bottom: 2.5rem;
	}
	#conts .support .ttlBox p {
		line-height: 1.79;
	}
	#conts .supportList {
		margin: 0 -0.3rem 0 0.5rem;
		gap: 0.6rem 0;
		justify-content: flex-start;
	}
	#conts .supportList li {
		width: 50%;
		min-height: 3rem;
		font-size: 1rem;
		line-height: 1.1;
	}
	#conts .supportList li:after {
		width: calc(100% - 0.8rem);
	}
	#conts .environment {
		padding: 4.5rem 0 6rem;
	}
	#conts .environment .ttlBox {
		margin-bottom: 3.5rem;
	}
	#conts .environment .ttlBox p {
		margin-right: -0.5rem;
	}
	#conts .environment .workList {
		max-width: 33.5rem;
		height: 11.8rem;
	}
	#conts .environment .workList li {
		width: 16.5rem;
	}
	#conts .environment .workList .top {
		width: 18.5rem;
	}
	#conts .environment .workList .left {
		top: 1.1rem;
	}
	#conts .environment .workList .right {
		top: 1.1rem;
	}
	#conts .environment .workList .bottom {
		width: 18.2rem;
	}
	#conts .career {
		padding: 5.7rem 0 5rem;
	}
	#conts .career .ttlBox {
		margin-bottom: 2.2rem;
	}
	#conts .career h4 {
		margin: 0 0 1.1rem;
		padding: 0.1rem 1.2rem 0.3rem;
		font-size: 1.2rem;
	}
	#conts .career .flowList {
		padding: 1.5rem 1rem 0 0;
		margin: 0 auto;
		width: 33.5rem;
	}
	#conts .career .flowList:after {
		left: -0.2rem;
		width: 33.7rem;
		height: 6.7rem;
	}
	#conts .career .flowList li {
		width: 20%;
	}
	#conts .career .flowList li:not(:last-child):after {
		right: -0.4rem;
		top: 1.9rem;
		width: 1.1rem;
		height: 2.1rem;
	}
	#conts .career .flowList p {
		font-size: 0.8rem;
		line-height: 1.25;
	}
	#conts .career .flowList .listImg {
		margin: 0 auto 0.3rem;
		width: 4.2rem;
		height: 5.8rem;
	}
	#conts .career .flowList .listImg p {
		margin-bottom: 0;
		min-height: 3.2rem;
		font-size: 1rem;
	}
	#conts .interview {
		padding: 4.7rem 0 6rem;
	}
	#conts .interview .headLine02 {
		margin: 0 0 1.7rem -0.2rem;
		width: auto;
		max-width: inherit;
		padding: 1rem 0 1rem 3.8rem;
	}
	#conts .interview .headLine02 .en {
		font-size: 2.6rem;
	}
	#conts .interview .headLine02 .en .large {
		margin-left: 0.4rem;
		font-size: 3.7rem;
	}
	#conts .interview .headLine02 .jp {
		margin: 0.2rem 0 0 -3.3rem;
		font-size: 1.4rem;
	}
	#conts .interview .qaDl dt {
		margin-bottom: 2rem;
		font-size: 1.7rem;
		line-height: 2;
	}
	#conts .interview .qaDl dd {
		letter-spacing: 0.1em;
		font-size: 1.2rem;
	}
	#conts .interview .imgBox {
		margin-bottom: 3.3rem;
	}
	#conts .interview .imgBox .phoBox {
		position: static;
		margin: 0 auto 3.1rem;
		width: 19.6rem;
	}
	#conts .interview .imgBox .phoBox img {
		margin-bottom: 1.4rem;
	}
	#conts .interview .imgBox .phoBox p {
		margin: 0 1.8rem;
		font-size: 1rem;
		line-height: 1.8;
	}
	#conts .interview .imgBox .phoBox .name {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	#conts .interview .imgBox .txtBox {
		padding-right: 0;
		max-width: inherit;
	}
	#conts .interview .imgBox .txtBox h4 {
		margin-bottom: 2.8rem;
		font-size: 1.8rem;
	}
	#conts .interview .imgBox .txtBox .qaDl dd {
		letter-spacing: 0.1em;
		line-height: 2;
	}
	#conts .interview .photo {
		margin: 0 -1.4rem 4.5rem;
	}
	#conts .interview .subBox {
		margin-bottom: 4.7rem;
		display: block;
		position: relative;
	}
	#conts .interview .subBox .phoBox {
		margin-right: 0;
		position: absolute;
		right: 0;
		top: 0.5rem;
		width: 14rem;
	}
	#conts .interview .subBox .txtBox {
		width: auto;
	}
	#conts .interview .subBox .txtBox .qaDl dt {
		margin: 0 17rem 4.7rem 0;
	}
	#conts .interview .subBox02 {
		margin-bottom: 5.4rem;
	}
	#conts .interview .subBox02 .phoBox {
		right: auto;
		left: 0;
	}
	#conts .interview .subBox02 .txtBox {
		margin-right: 0;
		width: auto;
	}
	#conts .interview .subBox02 .txtBox .qaDl dt {
		margin: 0 0 5.3rem auto;
		width: fit-content;
	}
	#conts .interview .qaDl02 dt {
		margin: 0 -0.5rem 2.5rem 0;
		padding-left: 0;
		text-indent: 0;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	#conts .interview02 {
		padding: 5.6rem 0 4.4rem;
	}
	#conts .interview02 .imgBox {
		margin-bottom: 5rem;
	}
	#conts .interview02 .imgBox .headLine02 {
		margin-left: 0;
	}
	#conts .interview02 .imgBox .txtBox {
		padding: 0;
		margin-left: 0;
	}
	#conts .interview02 .imgBox .txtBox h4 {
		margin-bottom: 2.8rem;
	}
	#conts .interview02 .subBox {
		margin-bottom: 3rem;
	}
	#conts .interview02 .subBox02 {
		margin-bottom: 4rem;
	}
	#conts .interview03 {
		padding: 6rem 0 6.2rem;
	}
	#conts .interview03 .imgBox {
		margin-bottom: 3.8rem;
	}
	#conts .interview03 .subBox {
		margin-bottom: 2.7rem;
	}
	#conts .interview03 .subBox02 {
		margin-bottom: 4rem;
	}
	#conts .recruitment {
		padding: 4.5rem 0 10rem;
	}
	#conts .recruitment .headLine02 {
		margin: 0 0 4.6rem -0.2rem;
		padding: 1rem 0 0 3.8rem;
	}
	#conts .recruitment .headLine02 .en {
		font-size: 3.7rem;
	}
	#conts .recruitment .headLine02 .jp {
		font-size: 1.4rem;
	}
	#conts .recruitment .subTtl {
		margin: 0 0 5.4rem 0.5rem;
		font-size: 1.8rem;
		line-height: 1.78;
	}
	#conts .recruitment .imgBox:not(:last-child) {
		margin-bottom: 9.8rem;
	}
	#conts .recruitment .imgBox .photoList {
		position: static;
		margin: 0 0 1.8rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: auto;
	}
	#conts .recruitment .imgBox .photoList li {
		width: 48.3%;
	}
	#conts .recruitment .imgBox .photoList li:not(:last-child) {
		margin-bottom: 0;
	}
	#conts .recruitment .imgBox .txtBox {
		width: auto;
	}
	#conts .recruitment .imgBox .txtBox h4 {
		margin-bottom: 2rem;
		padding: 0.9rem 1.5rem;
		font-size: 1.5rem;
	}
	#conts .recruitment .imgBox .txtBox p {
		font-size: 1.2rem;
		line-height: 1.75;
		margin: 0 0 2.2rem;
		letter-spacing: 0.1em;
	}
	#conts .recruitment .imgBox .txtBox .txtList {
		margin-bottom: 2.2rem;
	}
	#conts .recruitment .imgBox .txtBox .txtList li {
		font-size: 1.2rem;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.75;
		letter-spacing: 0.1em;
	}
	#conts .recruitment .imgBox .txtBox .notes {
		margin-bottom: 2.1rem;
		gap: 0 1.3rem;
	}
	#conts .recruitment .imgBox .txtBox .notes li {
		width: 100%;
		font-size: 1rem;
		line-height: 2.1;
		letter-spacing: 0.1em;
	}
	#conts .recruitment .imgBox .txtBox th,
	#conts .recruitment .imgBox .txtBox td {
		padding: 1.6rem 0 1.7rem;
		font-size: 1.2rem;
		line-height: 1.67;
	}
	#conts .recruitment .imgBox .txtBox th {
		width: 28.5%;
	}
	#conts .recruitment .imgBox .txtBox td .notes {
		margin: 0.1rem 0 1rem;
		font-size: 1rem;
	}
	#conts .recruitment .imgBox .txtBox td .spNotes {
		margin: 0.1rem 0 1rem;
		font-size: 1rem;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl {
		margin: 1.4rem 0 0.2rem;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl dt {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl dd {
		padding-left: 4.6em;
		font-size: 1rem;
		line-height: 1.5;
	}
	#conts .recruitment .imgBox .txtBox td .spTxt {
		display: flex;
	}
	#conts .recruitment .imgBox .txtBox td .spTxt .lTxt {
		flex-shrink: 0;
	}
	#conts .recruitment .imgBox .txtBox td .txtDl02 dt {
		float: left;
	}
	#conts .recruitment .imgBox .txtBox td .spRight {
		margin-right: -1rem;
		display: inline-block;
	}
}
#conts .interview .fadeIn,
#conts .interview .fadeRight {
	transition-delay: .5s;
}