@charset "utf-8";
/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
#main .pageTitle {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .fvBox {
	position: relative;
}
#main .fvBox img {
	width: 100%;
}
#main .fvBox p {
	margin-top: -4.2rem;
	width: calc(50% - 4.6rem);
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.34em;
	line-height: 1.749;
	transform: translateY(-50%);
}
#main .fixBtn {
	width: 22.7rem;
	position: fixed;
	right: 4.8rem;
	bottom: 3.7rem;
	z-index: 50;
}
#main .fixBtn a {
	display: block;
	overflow: hidden;
	position: relative;
}
#main .fixBtn a .icon {
	width: 5.8rem;
	position: absolute;
	left: 0.7rem;
	top: 0.5rem;
}
#main .fixBtn a .icon img {
	width: 100%;
}
#main .fixBtn a:hover {
	opacity: 0.7;
}
#main .introBox {
	padding: 6.2rem 0 11rem;
	position: relative;
	color: #fff;
	background: url(../img/recruit/bg01.png) no-repeat center center / cover;
}
#main .introBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4A3216;
	mix-blend-mode: multiply;
	content: '';
}
#main .introBox .content {
	width: 90rem;
	position: relative;
	z-index: 1;
}
#main .introBox p {
	margin-bottom: 9.9rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.06em;
}
#main .introBox .movieBox {
	position: relative;
}
#main .introBox .movieBox .imgtext {
	width: 43.7rem;
	position: absolute;
	right: -11.9rem;
	top: -11.6rem;
	z-index: 1;
}
#main .introBox .movieBox .movie {
	width: 100%;
	position: relative;
	border-radius: 2.8rem;
	overflow: hidden;
	aspect-ratio: 16/8.17;
	background: #000;
}
#main .introBox .movieBox .movie iframe,
#main .introBox .movieBox .movie video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main .introBox .movieBox .movie video {
	object-fit: cover;
}
#main .work .headLine03 {
	border-top: 0;
}
#main .headLine03 .imgtext {
	margin: -0.7rem 0 -0.9rem 0.5rem;
	width: 71.7rem;
}
#main .work .gifBox {
	position: relative;
}
#main .work .gifBox img {
	width: 100%;
}
#main .work .gifBox .txtBox {
	position: absolute;
	left: 6%;
	bottom: 8.2%;
	font-feature-settings: "palt";
}
#main .work .gifBox .txtBox .ttl {
	margin-bottom: 1.025vw;
	font-size: 1.977vw;
	font-weight: 700;
	line-height: 1.496;
	letter-spacing: 0.24em;
}
#main .work .gifBox .txtBox .txt {
	font-size: 1.025vw;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.714;
}
#main .work .bgWrap {
	background: url(../img/recruit/bg02.png) no-repeat center top / 100%;
}
#main .work .subBox {
	padding: 4rem 0;
	border-top: 0.4rem solid #214240;
}
#main .work .subBox .imgBox {
	width: 126.6rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main .work .subBox .sliderList {
	padding: 0 3rem;
	width: 66.3rem;
	order: 1;
}
#main .work .subBox .rev .sliderList {
	order: 0;
}
#main .work .subBox .sliderList li {
	vertical-align: top;
}
#main .work .subBox .sliderList img {
	width: 100%;
	border-radius: 1.4rem;
	aspect-ratio: 5000/3333;
	object-fit: cover;
}
#main .work .subBox .sliderList .slick-arrow {
	margin: 0;
	padding: 0;
	width: 1.8rem;
	height: 4.4rem;
	position: absolute;
	top: 50%;
	display: block;
	color: transparent;
	font-size: 0;
	line-height: 0;
	background: no-repeat center center / 100%;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 5;
	transform: translateY(-50%);
	transition: 0.3s;
}
#main .work .subBox .sliderList .slick-prev {
	left: 0.2rem;
	background-image: url(../img/recruit/arrow_prev.png);
}
#main .work .subBox .sliderList .slick-next {
	right: 0.2rem;
	background-image: url(../img/recruit/arrow_next.png);
}
@media (hover: hover) {
	#main .work .subBox .sliderList .slick-arrow:hover {
		opacity: 0.7;
	}
}
#main .work .subBox .textBox {
	padding: 0 3.2rem 2rem;
	width: 60rem;
	display: flex;
	align-items: center;
}
#main .work .subBox .textBox .innerBox {
	width: 100%;
}
#main .work .subBox .textBox h3 {
	margin-bottom: 2.5rem;
	display: flex;
	gap: 1rem;
	font-weight: 700;
	color: #214240;
	font-size: 1.6rem;
	letter-spacing: 0.24em;
	line-height: 1.4;
}
#main .work .subBox .textBox h3 .num {
	padding: 0.2rem 2rem 0 0;
	min-width: 10.2rem;
	display: block;
	flex-shrink: 0;
	position: relative;
	white-space: nowrap;
	letter-spacing: 0.06em;
}
#main .work .subBox .textBox h3 .num::after {
	width: 1.9rem;
	height: 0.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	background: currentColor;
	content: '';
}
#main .work .subBox .textBox h3 .txt {
	flex: 1;
}
#main .work .subBox .textBox p {
	margin-bottom: 2.3rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.714;
}
#main .work .subBox .textBox .ttl {
	margin-bottom: 3rem;
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.458;
}
#main .work .subBox .textBox .tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
#main .work .subBox .textBox .tagList li {
	padding: 0.3rem 0.5rem 0.3rem 0.6rem;
	width: fit-content;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #30807b;
	line-height: 1.2;
	letter-spacing: 0.12em;
	border-radius: 0.4rem;
	border: 0.1rem solid #30807B;
	cursor: pointer;
}
#main .work .subBox .textBox .tagList li.on {
	color: #fff;
	background: #30807b;
}
#main .work .subBox .bgImg {
	width: 20.8rem;
	position: absolute;
	bottom: -7.3rem;
	right: 1.9rem;
}
#main .work .subBox .bgImg01 {
	width: 21rem;
	right: 1.8rem;
	bottom: -9rem;
}
#main .work .subBox .bgImg img {
	width: 100%;
}
#main .interview {
	margin-bottom: 5.7rem;
	padding-bottom: 10.5rem;
	border-bottom: 0.4rem solid #214240;
}
#main .interview .headLine03 {
	margin-bottom: 8.8rem;
}
#main .interview .headLine03 .imgtext {
	margin: -1.1rem 0 -1rem 5.5rem;
	text-align: center;
}
#main .interview .headLine03 .imgtext img {
	width: 53.8rem;
}
#main .interview .content {
	width: 120.6rem;
}
#main .interview .imgList li {
	margin-bottom: 5.5rem;
	padding-bottom: 5.4rem;
	display: flex;
	gap: 5.6rem;
	border-bottom: 0.4rem solid #214240;
}
#main .interview .imgList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .interview .imgList li .photo {
	width: 46.3rem;
}
#main .interview .imgList li .photo img {
	width: 100%;
	border-radius: 2.8rem;
}
#main .interview .imgList li .textBox {
	padding-top: 2.1rem;
	flex: 1;
}
#main .interview .imgList li .textBox h3 {
	margin-bottom: 1.8rem;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.24em;
	line-height: 1.6;
}
#main .interview .imgList li .textBox p {
	margin-bottom: 2.6rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 2.142;
}
#main .interview .imgList li .textBox p:last-child {
	margin-bottom: 0 !important;
}
#main .interview .imgList li .textBox .profile {
	padding-left: 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	font-size: 2.7rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.629;
	background: url(../img/recruit/line01.png) no-repeat left top 1rem / 3.7rem;
}
#main .bottomBox .content {
	width: 90rem;
}
#main .bottomBox .cta {
	margin: 0 auto 6.1rem;
	max-width: 136.6rem;
	padding: 0 4.7rem;
}
#main .bottomBox .cta .photo {
	display: block;
	position: relative;
}
#main .bottomBox .cta .photo .imgtext {
	margin-left: 5.2rem;
	width: 48.2rem;
	position: absolute;
	left: 50%;
	top: 9.6%;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	transition: opacity ease 1s;
}
#main .bottomBox .cta .photo .imgtext.on {
	opacity: 1;
}
#main .bottomBox .cta .photo .image {
	transition: opacity ease 1s;
	opacity: 0;
}
#main .bottomBox .cta .photo .image.on {
	opacity: 1;
}
#main .bottomBox .cta .photo .image img {
	width: 100%;
	border-radius: 2.8rem;
}
#main .bottomBox .recruitBox {
	margin-bottom: 5.5rem;
	display: flex;
	flex-direction: column;
	gap: 1em 0;
}
#main .bottomBox .recruitBox .subBox {
	padding: 0 3.5rem 2.7rem 2.3rem;
	display: flex;
	align-items: center;
	gap: 2.5rem;
	border-bottom: 0.4rem solid #214240;
}
#main .bottomBox .recruitBox .icon {
	margin-top: 1.8rem;
	width: 8.7rem;
}
#main .bottomBox .heading01 {
	font-size: 4.7rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.347;
	flex: 1;
}
#main .bottomBox .recruitBox .comBtn {
	margin-bottom: 0.5rem;
	margin-left: auto;
	align-self: flex-end;
}
#main .bottomBox .recruitBox .textList li {
	padding-left: 0.5em;
	text-indent: -0.5em;
	line-height: 1.625;
	letter-spacing: 0.06em;
}
#main .bottomBox .recruitBox p {
	line-height: 1.625;
	letter-spacing: 0.06em;
}
#main .bottomBox .recruitBox p .txtBg {
	background: #FFDD69;
	background-blend-mode: multiply;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
#main .bottomBox .entry {
	padding: 3.9rem 3.5rem 3.8rem 4.8rem;
	display: flex;
	align-items: center;
	gap: 3rem;
	color: #fff;
	background: #214240;
	border-radius: 2.8rem;
}
#main .bottomBox .entry .txtBox {
	padding-left: 9.6rem;
	padding-bottom: 0.7rem;
	flex: 1;
	background: url(../img/recruit/line02.png) no-repeat left center / 6.9rem;
}
#main .bottomBox .entry .txtBox .heading01 {
	margin-bottom: 0.8rem;
}
#main .bottomBox .entry .txtBox p {
	font-size: 1.6rem;
	line-height: 1.625;
	letter-spacing: 0.06em;
}
@media all and (min-width: 897px) {
	#main .work .subBox .textBox .tagList li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		opacity: 0;
		user-select: none;
		pointer-events: none;
	}
	#main .pageTitle {
		padding-top: 7.1rem;
		gap: 0.5rem;
	}
	#main .pageTitle h2 {
		text-align: center;
	}
	.pageTitle h2 .jp {
		display: none;
	}
	#main .fvBox p {
		margin-top: -10.7rem;
		padding: 0 2rem;
		width: 100%;
		text-align: center;
		font-size: 2.4rem;
		line-height: 1.692;
		letter-spacing: 0.32em;
	}
	#main .fixBtn {
		display: none;
	}
	#main .introBox {
		padding: 6.3rem 0 6.2rem;
		background-image: url(../img/recruit/bg01_sp.png);
	}
	#main .introBox .content {
		margin: 0 3rem;
	}
	#main .introBox p {
		margin-bottom: 10.8rem;
		line-height: 1.875;
	}
	#main .introBox .movieBox .imgtext {
		width: 18.6rem;
		right: -0.6rem;
		top: -7.1rem;
	}
	#main .headLine03::after {
		display: block;
	}
	#main .headLine03 .imgtext {
		margin: -2.1rem -1rem 0.8rem -1.6rem;
		width: auto;
	}
	#main .headLine03 .imgtext img {
		width: 34.3rem;
	}
	#main .work .headLine03 {
		margin-bottom: 0;
	}
	#main .work .gifBox .txtBox {
		padding: 0 8vw;
		width: 100%;
		left: 0;
		bottom: 4%;
	}
	#main .work .gifBox .txtBox .ttl {
		margin-right: -0.5em;
		margin-bottom: 3.733vw;
		font-size: 6.4vw;
		line-height: 1.6225;
	}
	#main .work .gifBox .txtBox .txt {
		font-size: 3.733vw;
	}
	#main .work .bgWrap {
		background-image: url(../img/recruit/bg02_sp.png);
	}
	#main .work .subBox {
		padding: 3.3rem 0;
	}
	#main .work .subBox .imgBox {
		margin: 0 3rem;
		width: auto;
		display: block;
	}
	#main .work .subBox .sliderList {
		margin-bottom: 2.1rem;
		padding: 0 1.3rem;
		width: auto;
	}
	#main .work .subBox .sliderList .slick-arrow {
		width: 0.9rem;
	}
	#main .work .subBox .sliderList .slick-prev {
		left: 0;
		background-image: url(../img/recruit/arrow_prev_sp.png);
	}
	#main .work .subBox .sliderList .slick-next {
		right: 0.1rem;
		background-image: url(../img/recruit/arrow_next_sp.png);
	}
	#main .work .subBox .textBox {
		padding: 0;
		width: auto;
		display: block;
	}
	#main .work .subBox .textBox h3 {
		margin-bottom: 0.6rem;
		gap: 0.6rem;
		font-size: 1.1rem;
	}
	#main .work .subBox .textBox h3 .num {
		padding: 0.2rem 1.5rem 0 0;
		min-width: 7rem;
	}
	#main .work .subBox .textBox h3 .num::after {
		margin-top: -0.1rem;
		width: 1.4rem;
	}
	#main .work .subBox .textBox p {
		margin-bottom: 1.5rem;
	}
	#main .work .subBox .textBox .ttl {
		margin-bottom: 0.7rem;
		font-size: 3.8rem;
		letter-spacing: 0.18em;
	}
	#main .work .subBox .bgImg {
		width: 13.5rem;
		bottom: -8rem;
		right: -5.8rem;
		user-select: none;
		pointer-events: none;
	}
	#main .work .subBox .bgImg01 {
		width: 13.5rem;
		right: -3.5rem;
	}
	#main .interview {
		margin-bottom: 3.5rem;
		padding-bottom: 5rem;
	}
	#main .interview .headLine03 {
		margin-bottom: 4rem;
	}
	#main .interview .headLine03 .imgtext {
		margin: 1.1rem -1rem 1.1rem 0;
	}
	#main .interview .headLine03 .imgtext img {
		width: 32.8rem;
	}
	#main .interview .imgList li {
		margin-bottom: 3.5rem;
		padding-bottom: 3.5rem;
		gap: 2.5rem;
		flex-direction: column;
	}
	#main .interview .imgList li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#main .interview .imgList li .photo {
		width: 100%;
	}
	#main .interview .imgList li .textBox {
		padding-top: 0;
		width: 100%;
		flex: initial;
	}
	#main .interview .imgList li .textBox h3 {
		font-size: 2.4rem;
		letter-spacing: 0.14em;
		text-wrap: pretty;
	}
	#main .interview .imgList li .textBox .profile {
		padding-left: 3.5rem;
		gap: 1rem;
		font-size: 2rem;
		background-size: 2.8rem;
		background-position: left top 0.6rem;
	}
	#main .bottomBox .cta {
		margin-bottom: 3.2rem;
		padding: 0 2rem;
	}
	#main .bottomBox .cta .photo .imgtext {
		margin-left: 4%;
		width: 38.2%;
		top: 9.6%;
	}
	#main .bottomBox .cta .photo .image img {
		border-radius: 1.8rem;
	}
	#main .bottomBox .recruitBox {
		margin-bottom: 4.6rem;
	}
	#main .bottomBox .recruitBox .subBox {
		padding: 0 0 1.8rem;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1.4rem 1.2rem;
	}
	#main .bottomBox .recruitBox .icon {
		margin: 0.9rem 0 0 0.8rem;
		width: 4.5rem;
	}
	#main .bottomBox .heading01 {
		font-size: 2.45rem;
		letter-spacing: 0.24em;
		line-height: 1.36;
	}
	#main .bottomBox .recruitBox .heading01 {
		margin-right: 0;
		flex: initial;
	}
	#main .bottomBox .comBtn {
		margin: 0 !important;
		width: 100%;
	}
	#main .bottomBox .comBtn a {
		margin: 0 auto;
		max-width: 28.1rem;
		padding: 1.8rem 3rem 2rem;
		font-size: 1.4rem;
		background-position: right 1.5rem center, center center;
	}
	#main .bottomBox .recruitBox .textList,
	#main .bottomBox .recruitBox p {
		font-size: 1.4rem;
	}
	#main .bottomBox .entry {
		padding: 2.8rem 2rem 2.5rem 2rem;
		flex-wrap: wrap;
		color: #fff;
		gap: 1.3rem;
		border-radius: 2rem;
	}
	#main .bottomBox .entry .txtBox {
		margin: 0 auto;
		padding: 0 1.2rem 0 5.2rem;
		width: fit-content;
		flex: initial;
		background-size: 4rem;
		background-position: left top;
	}
	#main .bottomBox .entry .txtBox .heading01 {
		margin-bottom: 0.7rem;
		font-size: 2.4rem;
		letter-spacing: 0.24em;
	}
	#main .bottomBox .entry .txtBox p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}