@charset "utf-8";

.Keyvisual{
	position: relative;
	z-index: 6000;
}
.Keyvisual__image{
	width: calc(50% + 12rem);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.Keyvisual__image img{
	width: 100%;
	height: 61.8rem;
	object-fit: cover;
}

.Keyvisual__obj-wrap{
	position: relative;
	top: -15.8rem;
}
.Keyvisual__obj{
	width: 93.1rem;
	height: 91.1rem;
	position: absolute;
	left: -36rem;
	top: 2rem;
	z-index: 5500;
}
.Keyvisual__obj img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main.-circle{
	margin-top: -3rem;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual__image{
		width: calc(50% + 8.5rem);
	}
	.Keyvisual__image img{
		height: 77.8rem;
	}

	.Keyvisual__obj-wrap{
		top: -15.8rem;
	}
	.Keyvisual__obj{
		width: 86.7rem;
		height: 84.8rem;
		left: -29rem;
		top: 0;
	}

	.Breadcumb{
		margin-bottom: 13rem;
	}

	.main.-circle{
		margin-top: -15rem;
	}

}



/*-------------------------------
	こんな人はぜひ、お問い合わせください。
-------------------------------*/

.Candidate{
	padding-top: 1rem;
	position: relative;
    z-index: 6000;
}
.Candidate__title{
	color: var(--maincolor);
	font-size: 3.2rem;
	margin-bottom: 4.8rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.Candidate__title span{
	line-height: calc(5.8 / 3.2);
	display: inline-block;
}
.Candidate__title span::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: calc(100% + 1rem);
	height: 1px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.Candidate-block-wrap{
	width: 100%;
	display: flex;
	gap: 5rem 3.5rem;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.Candidate-block{
	width: calc((100% - (3.5rem * 2)) / 3);
	padding: 4rem 2.7rem 2.8rem;
	border: 1px solid #bababa;
	background: #fff;
	position: relative;
	z-index: 5000;
}
.Candidate-block::before{
	background: var(--maincolor);
	content: "";
	width: 7.4rem;
	height: 7.4rem;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6000;
}
.Candidate-block::after{
	font-family: var(--en);
	content: attr(data-number);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	width: 4.2rem;
	height: 4.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6000;
}
.Candidate-block__title{
	color: var(--maincolor);
	font-size: 2.4rem;
	margin-bottom: 2.4rem;
	font-weight: 700;
	line-height: calc(3.4 / 2.4);
	text-align: center;
}
.Candidate-block__text{
	line-height: calc(2.8 / 1.7);
}
.Candidate-block__text:not(:last-child){
	margin-bottom: 2.8rem;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Candidate-block-wrap{
		gap: 5rem;
	}
	.Candidate-block{
		width: calc((100% - (5rem * 1)) / 2);
	}

}
@media screen and (max-width:768px){

	.Candidate{
		padding-top: 0;
	}
	.Candidate__title{
		font-size: 4.6rem;
		margin-bottom: 7rem;
	}
	.Candidate__title span{
		line-height: calc(6.2 / 3.8);
		text-align: center;
	}
	.Candidate__title span::after{
		width: calc(100% + 1rem);
		height: 1px;
	}
	.Candidate-block-wrap{
		flex-direction: column;
	}
	.Candidate-block{
		width: 100%;
		padding: 3.5rem;
	}
	.Candidate-block::before{
		width: 13.1rem;
		height: 13.1rem;
	}
	.Candidate-block::after{
		font-size: 3.6rem;
		width: 7.6rem;
		height: 7.6rem;
	}
	.Candidate-block__title{
		font-size: 3.8rem;
		margin-bottom: 3rem;
		line-height: calc(6 / 3.8);
	}
	.Candidate-block__text{
		line-height: calc(5 / 3);
	}
	.Candidate-block__text:not(:last-child){
		margin-bottom: 4.5rem;
	}

}



/*-------------------------------
	採用担当メッセージ
-------------------------------*/

.Message{
	position: relative;
    z-index: 6000;
}
.Message .C-Title{
	margin-bottom: 4.5rem;
}
.Message .C-Title__jp{
	color: #fff;
}
.Message-block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message-block__body{
	width: calc(100% - 29rem);
	padding-right: 5rem;
}
.Message-block__text{
	margin-bottom: 4.2rem;
	color: #fff;
	font-feature-settings: normal;
}
.Message-block__image{
	width: 29rem;
	margin-top: 8.2rem;
	position: relative;
    z-index: 5000;
}
.Message-block__image img{
	width: 100%;
}
.Message-block__image::before{
	background: var(--maincolor);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: .5rem;
    top: .5rem;
    z-index: -1;
}
.Message-block__name{
	background: var(--maincolor);
	width: 22.6rem;
	height: 5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Message-block__name-text{
	line-height: 1;
	position: relative;
}
.Message-block__name-text:not(:first-child){
	padding-left: 1.2rem;
}
.Message-block__name-text:not(:last-child){
	padding-right: 1.2rem;
}
.Message-block__name-text:not(:last-child)::after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Message-block__image{
		width: 25rem;
	}
	.Message-block__body{
		width: calc(100% - 25rem);
	}

}
@media screen and (max-width:768px){

	.Message .C-Title{
		margin-bottom: 7rem;
	}
	.Message-block{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.Message-block__body{
		width: 100%;
		padding-right: 0;
	}
	.Message-block__text{
		margin-bottom: 5rem;
	}
	.Message-block__image{
		width: calc(100% - 1.2rem);
		margin-top: 0;
		margin-bottom: 7.5rem;
	}
	.Message-block__image::before{
		left: 1.2rem;
		top: 1.2rem;
	}
	.Message-block__name{
		width: 37.2rem;
		height: 8.2rem;
		font-size: 3.3rem;
	}
	.Message-block__name-text:not(:first-child){
		padding-left: 1.8rem;
	}
	.Message-block__name-text:not(:last-child){
		padding-right: 1.8rem;
	}

}



/*-------------------------------
	募集要項
-------------------------------*/

.Description{
	padding-bottom: 0;
}
.Description .C-Title{
	margin-bottom: 8rem;
}
.Description-block{
	background: #fff;
}
.Description-block{
	width: 100%;
	padding-top: 8rem;
	padding-bottom: 5rem;
	position: relative;
}
.Description-block:not(:last-child){
	margin-bottom: 7.6rem;
}
.Description-block .C-Mask-title{
	position: absolute;
	left: 50%;
	top: 0;
	right: 0;
	transform: translate(-50%,-50%);
	justify-content: center;
}
.Description-block .C-Mask-title__jp{
	width: 23.4rem;
	height: 6.2rem;
}
.Description-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text{
	width: 100%;
	height: 100%;
	font-size: 2.4rem;
}
.Description-block .C-Mask-title__jp.-shadow::before{
	display: block;
}
.Description-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text > span{
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.Description-block__body{
	margin-bottom: 5rem;
}
.Description-block__item{
	width: 100%;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Description-block__item:first-child{
	border-top: 1px solid #ccc;
}
.Description-block__item-title{
	width: 22.5rem;
	line-height: calc(2.6 / 1.7);
}
.Description-block__item-body{
	width: calc(100% - 22.5rem);
	line-height: calc(2.6 / 1.7);
}
.Description-block .C-Button{
	max-width: 36.2rem;
	margin-left: auto;
	margin-right: auto;
}
.Description-block .C-Button a{
	border: 1px solid var(--blackcolor);
	color: var(--blackcolor);
	padding-left: 2rem;
	justify-content: flex-start;
	background: #fff;
}
.Description-block .C-Button a:hover{
	background: var(--blackcolor);
	color: #fff;
}
.Description-block .C-Button a::after{
	right: 2rem;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Description .C-Title{
		margin-bottom: 12rem;
	}
	.Description-block{
		padding: 12rem 3.5rem 7rem;
	}
	.Description-block:not(:last-child){
		margin-bottom: 11rem;
	}
	.Description-block .C-Mask-title{
		align-items: center;
	}
	.Description-block .C-Mask-title__jp{
		width: 35rem;
		height: 8.7rem;
	}
	.Description-block .C-Mask-title__jp.-shadow .C-Mask-title__jp-text{
		font-size: 3.8rem;
	}
	.Description-block__body{
		margin-bottom: 6.8rem;
	}
	.Description-block__item{
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.Description-block__item-title{
		width: 22rem;
		line-height: 1;
	}
	.Description-block__item-body{
		width: calc(100% - 22rem);
		line-height: 1;
	}
	.Description-block .C-Button{
		max-width: 100%;
		height: 9.8rem;
	}
	.Description-block .C-Button a{
		font-size: 3rem;
		padding-left: 3.5rem;
	}
	.Description-block .C-Button a::after{
		width: 4.4rem;
		height: 4.4rem;
		right: 3.2rem;
	}

}



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

.Interview{
	position: relative;
	z-index: 5000;
}
.Interview::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: 32rem;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.Interview__text{
	font-size: 2rem;
}
.Interview-block{
	width: 100%;
	padding-top: 5.5rem;
}
.Interview-block:not(:last-child){
	margin-bottom: 4rem;
}
.Interview-block__inner{
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 4rem;
	border-radius: .5rem;
	background: #fff;
	position: relative;
}
.Interview-block__inner::before{
	content: "";
	display: block;
	width: 22rem;
	height: 14rem;
	background-image: url(../images/recruit/icon_interview.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: var(--padding-leftright);
	top: -7rem;
}
.Interview-block__inner::after{
	content: "";
	display: block;
	clear: both;
}
.Interview-block__image{
	width: 31.2rem;
	border-radius: .5rem;
	float: left;
	position: relative;
	overflow: hidden;
}
.Interview-block__image img{
	width: 100%;
}
.Interview-block__image-caption{
	background: var(--maincolor);
	width: 20.6rem;
	height: 3.8rem;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.Interview-block__item{
	width: 100%;
	float: left;
}
.Interview-block__item:not(:last-child){
	margin-bottom: 3.2rem;
}
.Interview-block__item:nth-of-type(1),
.Interview-block__item:nth-of-type(2){
	width: calc(100% - 31.2rem);
	padding-left: 4.5rem;
}
.Interview-block__item .C-Mask-title{
	margin-bottom: 2rem;
}
.Interview-block__item .C-Mask-title__jp{
	font-size: 2rem;
}
.Interview-block__item .C-Mask-title__jp-text > span{
	padding: 1.1rem 1.8rem 1.1rem 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.Interview-block__item .C-Mask-title__jp-text > span::before{
	color: var(--maincolor);
	content: "Q.";
	margin-right: .5rem;
	line-height: 1;
	display: block;
}
.Interview-block__item .C-Mask-title__jp::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 1.7rem;
	height: 1.9rem;
	position: absolute;
	left: 1.8rem;
	bottom: 0;
	transform: translateY(50%);
	clip-path: polygon(15.5% 0, 0% 100%, 100% 0);
}
.Interview-block__item-text{
	line-height: calc(2.8 / 1.7);
	margin-top: -.5rem;
}
.Interview-block__schedule-inner-wrap{
	width: 100%;
	padding: 1.8rem 5.2rem;
	margin-bottom: 1.2rem;
	border: 1px solid #ccc;
}
.Interview-block__schedule-inner{
	width: 100%;
	position: relative;
	z-index: 5000;
}
.Interview-block__schedule-inner::before{
	height: calc(100% - (1em * var(--line-height)));
	background: var(--maincolor);
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6000;
}
.Interview-block__schedule-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Interview-block__schedule-item-title{
	color: var(--maincolor);
	width: 12rem;
	padding-left: 2rem;
	line-height: calc(2.9 / 1.7);
	font-weight: 700;
	position: relative;
}
.Interview-block__schedule-item-title::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}
.Interview-block__schedule-item-text{
	width: calc(100% - 12rem);
	line-height: calc(2.9 / 1.7);
}
.Interview-block__schedule-text{
	font-size: 1.6rem;
	line-height: calc(2.8 / 1.6);
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Interview-block__image{
		width: 25rem;
		margin-bottom: 3.5rem;
	}
	.Interview-block__item:nth-of-type(1){
		width: calc(100% - 25rem);
	}
	.Interview-block__item:nth-of-type(2){
		width: 100%;
		padding-left: 0;
	}

}
@media screen and (max-width:768px){

	.Interview::after{
		height: 30rem;
	}
	.Interview__text{
		font-size: 3rem;
		line-height: calc(6.4 / 3);
	}
	.Interview-block{
		margin-top: 9.5rem;
	}
	.Interview-block__inner{
		padding: 3.5rem 3.5rem 5.4rem;
		border-radius: 1rem;
	}
	.Interview-block__inner::before{
		width: 24rem;
		height: 15.2rem;
		right: 1.8rem;
		top: -5.8rem;
		z-index: 6000;
	}
	.Interview-block__inner::after{
		display: none;
	}
	.Interview-block__image{
		width: 100%;
		margin-bottom: 7rem;
		float: none;
	}
	.Interview-block__image-caption{
		width: 34rem;
		height: 6.2rem;
		font-size: 3.2rem;
	}
	.Interview-block__item{
		float: none;
	}
	.Interview-block__item:not(:last-child){
		margin-bottom: 7.4rem;
	}
	.Interview-block__item:nth-of-type(1),
	.Interview-block__item:nth-of-type(2){
		width: 100%;
		padding-left: 0;
	}
	.Interview-block__item .C-Mask-title{
		margin-bottom: 2.5rem;
	}
	.Interview-block__item .C-Mask-title__jp{
		font-size: 3.2rem;
	}
	.Interview-block__item .C-Mask-title__jp-text > span{
		padding: .8rem 2.6rem;
	}
	.Interview-block__item .C-Mask-title__jp-text > span::before{
		margin-right: .8rem;
	}
	.Interview-block__item .C-Mask-title__jp::after{
		width: 2.6rem;
		height: 3rem;
		left: 3rem;
	}
	.Interview-block__item-text{
		line-height: calc(6.4 / 3);
	}
	.Interview-block__schedule{
		padding-top: 1rem;
	}
	.Interview-block__schedule-inner-wrap{
		padding: 3rem 3rem 2.5rem 3.5rem;
		margin-bottom: 2.8rem;
	}
	.Interview-block__schedule-item{
		align-items: flex-start;
	}
	.Interview-block__schedule-item-title{
		width: 15.5rem;
		padding-left: 3.8rem;
		line-height: calc(6 / 3);
	}
	.Interview-block__schedule-item-title::before{
		width: 1.4rem;
		height: 1.4rem;
	}
	.Interview-block__schedule-item-text{
		width: calc(100% - 15.5rem);
		line-height: calc(6 / 3);
	}
	.Interview-block__schedule-text{
		font-size: 3rem;
		line-height: calc(6.4 / 3); 
	}

}



/*-------------------------------
	福利厚生
-------------------------------*/

.Welfare .C-Title{
	margin-bottom: 4.5rem;
}
.Welfare .C-Title__jp{
	color: #fff;
}
.Welfare-block{
	padding-top: 4rem;
	padding-bottom: 4rem;
	border-radius: .5rem;
	background: #fff;
}
.Welfare-block__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.Welfare-block__item:not(:first-child){
	padding-top: 2.1rem;
}
.Welfare-block__item:not(:last-child){
	padding-bottom: 2.1rem;
	border-bottom: 1px solid #ccc;
}
.Welfare-block__item-title{
	color: var(--maincolor);
	width: 23.8rem;
	font-weight: 700;
}
.Welfare-block__item-body{
	width: calc(100% - 23.8rem);
}
.Welfare-block__list-item{
	width: 100%;
	padding-left: 2.4rem;
	position: relative;
}
.Welfare-block__list-item::before{
	background: var(--maincolor);
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Welfare .C-Title{
		margin-bottom: 7.5rem;
	}
	.Welfare-block{
		border-radius: 1rem;
		padding: 5.5rem 3.5rem 5.8rem;
	}
	.Welfare-block__item{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.Welfare-block__item:not(:first-child){
		padding-top: 3.5rem;
	}
	.Welfare-block__item:not(:last-child){
		padding-bottom: 3.5rem;
		border-bottom: 1px solid #ccc;
	}
	.Welfare-block__item-title{
		width: 15.5rem;
		line-height: calc(5 / 3);
	}
	.Welfare-block__item-body{
		width: calc(100% - 15.5rem);
	}
	.Welfare-block__list-item{
		padding-left: 2.5rem;
		line-height: calc(5 / 3);
	}
	.Welfare-block__list-item:not(:last-child){
		margin-bottom: 1rem;
	}
	.Welfare-block__list-item::before{
		width: 1.2rem;
		height: 1.2rem;
		top: .6em;
		transform: translateY(0);
	}

}



/*-------------------------------
	資格支援制度
-------------------------------*/

.Support__inner{
	position: relative;
}
.Support__inner::after{
	content: "";
	display: block;
	width: 11.7rem;
	height: 15.6rem;
	background-image: url(../images/recruit/icon_support-badge.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: var(--padding-leftright);
	top: 0;
}
.Support .C-Title{
	margin-bottom: 4rem;
}
.Support__text{
	margin-bottom: 2rem;
}
.Support-block{
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	border-radius: .5rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Support-block .C-Mask-title{
	width: 11rem;
}
.Support-block .C-Mask-title__jp{
	font-size: 2rem;
}
.Support-block .C-Mask-title__jp-text > span{
	padding: .9rem 1.5rem;
}
.Support-block__text{
	width: calc(100% - 11rem);
	font-size: 2rem;
	padding-left: 1.4rem;
	line-height: calc(4.1 / 2);
	font-weight: 700;
}

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

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Support__inner::after{
		width: 16.3rem;
		height: 21.6rem;
		top: -7.5rem;
	}
	.Support .C-Title{
		margin-bottom: 5rem;
	}
	.Support__text{
		margin-bottom: 2.8rem;
	}
	.Support-block{
		padding: 4rem 3.5rem 2.5rem;
		border-radius: 1rem;
		flex-direction: column;
		align-items: flex-start;
	}
	.Support-block .C-Mask-title{
		width: 17.8rem;
		margin-bottom: 2.5rem;
	}
	.Support-block .C-Mask-title__jp{
		font-size: 3.2rem;
		width: 100%;
	}
	.Support-block .C-Mask-title__jp > span{
		width: 100%;
	}
	.Support-block .C-Mask-title__jp-text > span{
		padding: 1rem 2.5rem;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.Support-block__text{
		width: 100%;
		font-size: 3.2rem;
		padding-left: 0;
		line-height: calc(6.4 / 3.2);
	}

}