@charset "utf-8";
/*------------------------------------------------------------
	jobchange
------------------------------------------------------------*/
.pageTitle::before {
	min-height: 230px;
}
#main .topBox {
	padding: 50px 0 118px;
	position: relative;
	z-index: 2;
}
#main .topBox::after {
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: -58px;
	content: '';
}
#main .topBox .text {
	font-size: 2rem;
	font-feature-settings: 'palt';
	line-height: 3.45;
	letter-spacing: 0.095em;
	text-align: center;
}
#main .interview {
	margin-bottom: -4px;
	padding: 129px 0 234px;
	position: relative;
	background-color: #FFF6E9;
}
#main .interview::after {
	width: 100%;
	height: 193px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
#main .interview .content {
	width: 1060px;
}
#main .interview .text {
	margin-bottom: 80px;
	font-size: 1.9rem;
	letter-spacing: 0.075em;
	text-align: center;
}
#main .interview .linkList {
	margin: -60px 0 62px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .interview .linkList .title {
	margin-bottom: -3px;
	width: 340px;
	text-align: center;
}
#main .interview .linkList .title img {
	height: 120px;
}
#main .interview .linkList li {
	margin-top: 60px;
	width: 500px;
}
#main .interview .linkList .imgArea {
	display: flex;
}
#main .interview .linkList .phoBox {
	width: 340px;
	position: relative;
	z-index: 3;
}
#main .interview .linkList .txtBox {
	margin-left: -40px;
	width: calc(100% - 300px);
	padding-top: 40px;
	position: relative;
	text-align: center;
	z-index: 2;
}
#main .interview .linkList .txtBox::before {
	width: 253px;
	height: 253px;
	position: absolute;
	left: calc(50% - 6px);
	top: -10px;
	border-radius: 50%;
	transform: translateX(-50%);
	background: #fff;
	content: '';
	z-index: -1;
}
#main .interview .linkList .txtBox .ttl {
	margin-bottom: 3px;
	color : #3E3A39;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.25em;
}
#main .interview .linkList .txtBox .txt {
	margin-bottom: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3E3A39;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.46;
	letter-spacing: 0.075em;
}
#main .interview .linkList .list01 .comBtn {
	margin-left: 27px;
}
#main .interview .linkList .list02 .title {
	margin-bottom: 8px;
	padding-left: 10px;
}
#main .interview .linkList .list02 .txtBox {
	padding-top: 5px;
}
#main .interview .linkList .list02 .txtBox::before {
	top: -32px;
}
#main .interview .linkList .list02 .txt {
	margin-bottom: 70px;
}
#main .interview .linkList .txtBox02 {
	padding-top: 25px;
}
#main .interview .linkList .txtBox02 .ttl {
	line-height: 1.35;
}
#main .interview .linkList .list03 .notes {
	margin-bottom: 30px;
	font-size: 1.6rem;
}
#main .interview .imgBox {
	margin: 128px -87px 0;
	display: flex;
}
#main .interview .imgBox .photoBox {
	width: 663px;
}
#main .interview .imgBox .textBox {
	margin: 120px 0 0 50px;
	width: 460px;
}
#main .interview .imgBox .textBox h3 {
	margin-bottom: 10px;
	color: #3E3A39;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.2em;
	text-align: center;
	transform: scaleX(0.8);
}
#main .interview .imgBox .textBox h3 span {
	margin-bottom: 6px;
	padding-bottom: 12px;
	display: block;
	font-size: 4.45rem;
	font-family: 'Noto Sans JP', sans-serif;
}
#main .interview .imgBox .textBox .txt {
	margin-bottom: 58px;
	color: #3E3A39;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .btmBox {
	margin-bottom: 100px;
	overflow: hidden;
}
#main .btmBox .headLine01 {
	margin-bottom: 37px;
}
#main .btmBox .imgBox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#main .btmBox .imgBox .textBox {
	margin-top: -20px;
	width: 480px;
}
#main .btmBox .imgBox .textBox .text {
	margin-bottom: 53px;
	font-size: 1.9rem;
	line-height: 2.05;
	letter-spacing: 0.075em;
	text-align: center;
}
#main .btmBox .imgBox .comBtn a {
	padding: 3px 10px 7px;
	min-width: 313px;
}
#main .btmBox .imgBox .photoBox {
	margin-right: -73px;
    width: calc(50% + 136px);
}
@media all and (min-width: 897px) {
	#main .interview .linkList .list03 .txtBox {
		padding-top: 15px;
	}
	#main .interview .linkList .list03 .txt {
		margin-bottom: 5px;
	}
	#main .interview .linkList .list03 .txtBox .ttl {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 5px;
		line-height: 1.45;
		letter-spacing: 0.05em;
	}
}
@media all and (max-width: 896px) {
	.pageTitle::before {
		min-height: inherit;
	}
	#main .topBox {
		padding: 30px 0 50px;
	}
	#main .topBox::after {
		height: 40px;
		bottom: -39px;
	}
	#main .topBox .text {
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	#main .interview {
		margin-bottom: -4px;
		padding: 60px 0 100px;
	}
	#main .interview::after {
		height: 100px;
	}
	#main .interview .content {
		width: auto;
	}
	#main .interview .text {
		margin-bottom: 40px;
		font-size: 1.5rem;
	}
	#main .interview .linkList {
		margin: 0 0 50px;
		display: block;
	}
	#main .interview .linkList .title {
		margin-bottom: 0;
		width: auto;
	}
	#main .interview .linkList .title img {
		height: 90px;
	}
	#main .interview .linkList li {
		margin: 0 0 60px;
		width: auto;
	}
	#main .interview .linkList .imgArea {
		display: block;
	}
	#main .interview .linkList .phoBox {
		width: auto;
		text-align: center;
	}
	#main .interview .linkList .txtBox {
		margin: 40px 0 0;
		width: auto;
		padding-top: 30px;
	}
	#main .interview .linkList .txtBox::before {
		width: 200px;
		height: 200px;
		top: 0;
	}
	#main .interview .linkList .txtBox .ttl {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
	#main .interview .linkList .txtBox .txt {
		margin-bottom: 60px;
		font-size: 1.2rem;
	}
	#main .interview .linkList .list01 .comBtn {
		margin-left: 0;
	}
	#main .interview .linkList .list02 .title {
		margin-bottom: 8px;
		padding-left: 0;
	}
	#main .interview .linkList .list02 .txtBox {
		padding-top: 0;
	}
	#main .interview .linkList .list02 .txtBox::before {
		top: -32px;
	}
	#main .interview .linkList .list02 .txt {
		margin-bottom: 60px;
	}
	#main .interview .linkList .list03 .txtBox .ttl {
		margin-bottom: 5px;
		letter-spacing: 0.1em;
    }
	#main .interview .linkList .list02 .txtBox::before {
		top: -20px;
	}
	#main .interview .linkList .list03 .txtBox .txt {
		margin-bottom: 5px;
	}
	#main .interview .linkList .list03 .txtBox .notes {
		font-size: 1.2rem;
	}
	#main .interview .imgBox {
		margin: 60px 0 0;
		display: block;
	}
	#main .interview .imgBox .photoBox {
		width: auto;
	}
	#main .interview .imgBox .textBox {
		margin: 40px 0 0;
		width: auto;
	}
	#main .interview .imgBox .textBox h3 {
		margin-bottom: 10px;
		font-size: 3rem;
	}
	#main .interview .imgBox .textBox h3 span {
		font-size: 2.6rem;
	}
	#main .interview .imgBox .textBox .txt {
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	#main .btmBox {
		margin-bottom: 60px;
	}
	#main .btmBox .headLine01 {
		margin-bottom: 37px;
	}
	#main .btmBox .imgBox {
		margin: 0 20px;
		display: block;
	}
	#main .btmBox .imgBox .textBox {
		margin: 0 0 40px;
		width: auto;
	}
	#main .btmBox .imgBox .textBox .text {
		margin-bottom: 30px;
		font-size: 1.4rem;
		line-height: 1.75;
	}
	#main .btmBox .imgBox .comBtn a {
		min-width: 224px;
	}
	#main .btmBox .imgBox .photoBox {
		margin-right: 0;
		width: auto;
	}
}
@media all and (max-width: 374px) {
	.pageTitle .textBox .subBox h2 .txt {
		font-size: 1.8rem;
	}
	.pageTitle .textBox .subBox h2 .sml {
		font-size: 1.4rem;
	}
	.pageTitle .textBox .subBox h2 .sml small {
		margin-right: 10px;
		font-size: 1.3rem;
	}
	.pageTitle .textBox .subBox h2 .sub {
		font-size: 1.1rem;
	}
	#main .btmBox .imgBox .textBox .text {
		font-size: 1.3rem;
	}
}