@charset "utf-8";
/*------------------------------------------------------------
	recruitment-top
------------------------------------------------------------*/
#main {
	padding-bottom: 16.3rem;
}
.mainImg {
	margin-bottom: 8.4rem;
}
.mainImg .pho::before {
	display: none;
}
.mainImg .pho > div  {
	position: relative;
	display: block;
}
.mainImg .pho .gif {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.mainImg h2 {
	position: absolute;
	left: 5.6rem;
	top: 3.3rem;
	font-size: 2rem;
	font-weight: 700;
	z-index: 8;
}
.mainImg h2 .en {
	margin-bottom: -0.6rem;
	display: block;
	font-size: 5.2rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.mainImg .textBox {
	position: absolute;
	left: 5.3rem;
	bottom: 18.4rem;
}
.mainImg .textBox .ttl {
	margin-bottom: 2.9rem;
	color: #231815;
	font-size: 7.3rem;
	font-weight: 700;
	line-height: 1.1;
}
.mainImg .textBox .ttl .bg_line {
	padding: 0 0.5rem 0.5rem 0.8rem;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	background-color: #fff;
}
.mainImg .textBox .text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
}
.mainImg .textBox .text .bg_line {
	margin-top: 1.3rem;
	width: fit-content;
	display: block;
	--bgcolor: #000;
}
#main .imgBox {
	margin-bottom: 8.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .imgBox .textBox {
	width: 39rem;
	margin: 5.9rem 0 0 2.6rem;
}
#main .heading01 {
	margin: 0 -0.2rem 2.9rem;
	position: relative;
} 
#main .heading01 .num {
	position: absolute;
	left: -2.2rem;
	top: -0.9rem;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
#main .heading01 .en {
	margin-bottom: 0.3rem;
	display: block;
	font-size: 5.2rem;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}
#main .heading01 .jp {
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
#main .imgBox .photo {
	margin-right: -0.5rem;
	width: 71.6rem;
	position: relative;
}
#main .imgBox .photo::before {
	width: 57.2rem;
	height: 35.2rem;
	position: absolute;
	right: -1.5rem;
	bottom: -1.5rem;
	background : linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	border-radius: 3.2rem;
	content: "";
}
#main .imgBox01 .photo::before {
	left: -1.5rem;
	right: auto;
}
#main .imgBox .pho {
	border-radius: 1.8rem;
}
#main .imgBox .text {
	margin-bottom: 4.9rem;
	line-height: 2.11;
	color: #231815;
}
#main .info {
	margin-bottom: 15.9rem;
	position: relative;
}
#main .info li {
	width: calc(100% / 3);
}
#main .info li a {
	position: relative;
	display: block;
}
#main .info li .comBtn {
	position: absolute;
	left: 50%;
	bottom: 2.8rem;
	transform: translateX(-50%);
	font-weight: 700;
}
#main .info li .comBtn .bg_line::before {
	background: url(../img/common/icon05.svg) no-repeat center center,linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	background-size: 1.4rem auto, auto;
}
#main .info li .ttl {
	position: absolute;
	right: 3rem;
	top: 2.7rem;
	color: #231815;
	font-size: 2.3rem;
	font-weight: 700;
	writing-mode: vertical-rl;
}
#main .info li .ttl span {
	margin-left: 0.4rem;
	padding: 0.2rem;
	line-height: 1;
	width: fit-content;
	height: fit-content;
	display: block;
	background-color: #fff;
}
#main .topTitle {
	width: 81.4rem;
	margin: 0 auto 5rem;
	height: 23.2rem;
	text-align: center;
	color: #231815;
	font-size: 6.1rem;
	font-weight: 700;
}
#main .topTitle .sml {
	margin-bottom: -0.7rem;
	display: block;
	font-size: 1.8rem;
	line-height: 1.61;
}
#main .topTitle .bg_line {
	width: 100%;
	height: 100%;
	padding: 4.4rem 2rem;
	display: block;
	--bgcolor: url(../img/recruitment-top/title_bg.webp) no-repeat;
	background-size: 100% 100%;
}
#main .topTitle .bg_line::after {
	background-size: 100% 100%;
}
#main .imgBox02 {
	margin-bottom: 11rem;
}
#main .imgBox02 .photo::before {
	display: none;
}
#main .comApplyUl {
	margin: 0 0.3rem;
}
#main .comApplyUl .num {
	left: 2.8rem;
	top: 2.3rem;
	font-size: 1.5rem;
	position: absolute;
}
@media all and (min-width: 897px) {
	#main .imgBox01 {
		margin-bottom: 14.5rem;
	}
	#main .imgBox01 .photo {
		margin: 0 0 0 -0.5rem;
		order: -1;
	}
	#main .imgBox01 .textBox {
		width: 37.3rem;
		margin: 5.9rem 0 0;
	}
	#main .info .heading01 {
		margin: 0 9.4rem 0.7rem;
		display: flex;
		align-items: flex-end;
	}
	#main .info .heading01 .en {
		margin: 0;
	}
	#main .info .heading01 .jp {
		margin: 0 0 1.7rem 2.7rem;
	}
	#main .info .heading01 .num {
		left: -3rem;
		top: -0.5rem;
	}
	#main .info .comLink {
		position: absolute;
		right: 10.2rem;
		top: 1.7rem;
	}
	#main .imgBox02 .photo {
		margin: 9.5rem 7.2rem 0 0;
		width: 64.6rem;
	}
	#main .imgBox02 .pho {
		width: 31.6rem;
	}
	#main .imgBox02 .text {
		margin-bottom: 3.4rem;
	}
	#main .imgBox02 .textBox {
		margin: 0 0 0 8.8rem;
		width: 30.5rem;
	}
	#main .imgBox02 .heading01 {
		margin: 0 -60rem 2.1rem 0;
	}
	#main .imgBox02 .heading01 .en {
		margin-bottom: 1.2rem;
	}
	.comApplyUl li {
		width: 47.9%;
	}
	.comApplyUl a {
		padding: 4.4rem 5.3rem 7rem;
	}
	.comApplyUl .arrow {
		bottom: 2.5rem;
		right: 3rem;
	}
	.comApplyUl .arrow:hover::before {
        opacity: 0;
    }
    .comApplyUl .arrow:hover::after {
        opacity: 1;
    }
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 7.6rem;
	}
	.mainImg {
		margin-bottom: 5.6rem;
	}
	.mainImg h2 {
		left: 2.2rem;
		top: 1.4rem;
		font-size: 1.5rem;
	}
	.mainImg h2 .en {
		margin-bottom: -1.1rem;
		font-size: 3.5rem;
	}
	.mainImg .textBox {
		padding: 0.1rem 0 2.6rem 2.5rem;
		position: static;
		background-color: #F2F2F2;
	}
	.mainImg .textBox .ttl {
		margin: -2.3rem 0 2rem;
		font-size: 4.25rem;
		letter-spacing: 0.03em;
		font-feature-settings: "palt";
	}
	.mainImg .textBox .ttl .bg_line {
		padding: 0 0 0 0.3rem;
	}
	.mainImg .textBox .text {
		color: #000;
		font-size: 1.7rem;
		line-height: 1.7;
	}
	.mainImg .textBox .text .bg_line {
		margin: 0 0.5rem 0.5rem;
		--bgcolor: none;
	}
	#main .imgBox {
		margin-bottom: 6.6rem;
		display: block;
	}
	#main .imgBox .textBox {
		width: auto;
		margin: 0 0 0 1.5rem;
		position: relative;
		z-index: 1;
	}
	#main .heading01 {
		margin: 0 -0.2rem 1.5rem;
	} 
	#main .heading01 .num {
		top: 0.1rem;
		left: -1.5rem;
		font-size: 1.4rem;
	}
	#main .heading01 .en {
		margin-bottom: -1.1rem;
		font-size: 4rem;
		letter-spacing: 0.02em;
	}
	#main .heading01 .jp {
		font-size: 1.8rem;
		line-height: 1.27;
	}
	#main .imgBox .photo {
		margin: -2rem -0.1rem 0 -2.5rem;
		width: auto;
	}
	#main .imgBox01 .photo {
		margin: -2rem -2.5rem -0.2rem 0;
	}
	#main .imgBox01 .photo .pho {
		border-radius: 1.2rem 0 0 1.2rem;
	}
	#main .imgBox .photo::before {
		width: 37.8rem;
		height: 21.6rem;
		right: -1rem;
		bottom: -1rem;
		border-radius: 2.1rem;
	}
	#main .imgBox01 .photo::before {
		left: -1rem;
		right: auto;
	}
	#main .imgBox01 .comLink {
		margin-left: auto;
	}
	#main .imgBox .pho {
		border-radius: 0 1.2rem 1.2rem 0;
	}
	#main .imgBox .text {
		margin-bottom: 2.3rem;
		line-height: 2;
	}
	#main .info {
		margin-bottom: 5.6rem;
	}
	#main .info .heading01 {
		margin: 0 3.8rem 1.3rem;
	}
	#main .info ul {
		display: block;
	}
	#main .info li {
		width: auto;
	}
	#main .info li .comBtn {
		left: 2.6rem;
		bottom: 3rem;
		transform: none;
		width: 22.6rem;
	}
	#main .info li .comBtn .bg_line {
		padding-left: 2.3rem;
		height: 4.5rem;
		font-size: 1.6rem;
	}
	#main .info li .comBtn .bg_line::before {
		width: 6.2rem;
	}
	#main .info li .ttl {
		right: 2.5rem;
		top: 2.7rem;
		font-size: 2.15rem;
	}
	#main .topTitle {
		width: 37.9rem;
		margin: 0 auto 3.2rem;
		height: 20.3rem;
		font-size: 4rem;
	}
	#main .topTitle .sml {
		font-size: 1.6rem;
		line-height: 1.375;
	}
	#main .topTitle .bg_line {
		padding: 3.9rem 2rem;
		--bgcolor: url(../img/recruitment-top/title_bg_sp.webp) no-repeat;
		background-size: 100% 100%;
	}
	#main .topTitle .bg_line::after {
		background-size: 100% 100%;
	}
	#main .imgBox02 {
		margin-bottom: 5.4rem;
	}
	#main .imgBox02 .heading01 .en {
		margin-bottom: 0.5rem;
		font-size: 3.7rem;
		line-height: 1.1;
	}
	#main .imgBox02 .heading01 .num {
		top: -1.7rem;
		left: -2rem;
	}
	#main .imgBox02 .photo {
		margin: -2.1rem -2.5rem 0;
	}
	#main .imgBox02 .photo .animate {
		width: calc(50% - 0.7rem);
		border-radius: 0 2rem 2rem 0;
	}
	#main .imgBox02 .photo .animate:last-child {
		border-radius: 2rem 0 0 2rem;
	}
	#main .comApplyUl {
		margin: 0;
	}
	#main .comApplyUl .num {
		left: 1.7rem;
		top: 2.6rem;
		font-size: 1.4rem;
	}
	.comApplyUl li {
		margin-bottom: 2.4rem;
	}
	.comApplyUl a {
        padding: 3.8rem 3rem 5.6rem 3.6rem;
        border-radius: 1.5rem;
    }
    .comApplyUl h4 .en {
        font-size: 3.7rem;
    }
    .comApplyUl h4 .en .sml {
        font-size: 2.6rem;
    }
    .comApplyUl h4 .jp {
        margin-top: 0.3rem;
    }
    .comApplyUl .arrow {
        width: 5.3rem;
        height: 5.3rem;
        bottom: 2.6rem;
        right: 2.9rem;
    }
    .comApplyUl .arrow::before {
        background: url(../img/common/icon01.svg) no-repeat center center /1.5rem auto, linear-gradient(135deg, rgba(60, 244, 78, 1) 0.02%, rgba(42, 203, 57, 1) 100%);
	}
}