.recruitArea {
	width: 100%;
	height: auto;
}
.recruitArea .carrerBlock {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	margin-top: -60px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.recruitArea .carrerBlock {
		margin-top: 0;
	}
}
.recruitArea .carrerBlock .bgImg.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.recruitArea .carrerBlock .bgImg img {
	width: 100%;
}
@media screen and (min-width: 1441px) {
	.recruitArea .carrerBlock .bgImg img.is-1440 {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.recruitArea .carrerBlock .bgImg img.is-1441 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.recruitArea .carrerBlock .bgImg img {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 90%;
		max-width: 320px;
	}
	.recruitArea .carrerBlock .bgImg img.is-1440 {
		display: none;
	}
	.recruitArea .carrerBlock .bgImg img.is-1441 {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.recruitArea .carrerBlock .linksBlock {
		max-width: calc(560px * 2 + 20px);
		width: calc(38.89vw * 2 + 20px);
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-between;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, calc(-50% - 60px - 40px));
	}
}
@media screen and (max-width: 768px) {
	.recruitArea .carrerBlock .linksBlock {
		width: 100%;
		height: auto;
	}
}
.recruitArea .carrerBlock .linksBlock .carrerTitle {
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #34aee2;
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.recruitArea .carrerBlock .linksBlock .carrerTitle {
		padding-top: 120px;
		font-size: 20px;
		line-height: 150%;
		padding-bottom: 30px;
	}
}
.recruitArea .carrerBlock .linksBlock .carrerTitle.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.recruitArea .carrerBlock .linksBlock .link {
	position: relative;
	border-radius: 3px;
}
@media screen and (min-width: 769px) {
	.recruitArea .carrerBlock .linksBlock .link {
		max-height: 230px;
		max-width: 560px;
		height: 15.972vw;
		width: 38.89vw;
	}
}
@media screen and (max-width: 768px) {
	.recruitArea .carrerBlock .linksBlock .link {
		z-index: 1;
		width: 90vw;
		height: 53.7vw;
		margin: auto;
		display: block;
		margin-bottom: 25px;
	}
}
.recruitArea .carrerBlock .linksBlock .link.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.recruitArea .carrerBlock .linksBlock .link .logoImg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 200px;
	margin: auto;
}
@media screen and (max-width: 1100px) {
	.recruitArea .carrerBlock .linksBlock .link .logoImg img {
		width: 40%;
	}
}
.recruitArea .carrerBlock .linksBlock .link .bgImg {
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-radius: 3px;
}
.recruitArea .carrerBlock .linksBlock .link .bgImg img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
	transform: scale(1);
}
@media screen and (max-width: 768px) {
	.recruitArea .carrerBlock .linksBlock .link .bgImg img {
		max-width: initial;
	}
}
.recruitArea .carrerBlock .linksBlock .link .shapeImg {
	border-radius: 3px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	pointer-events: none;
	width: 45%;
	max-width: 256.5px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.recruitArea .carrerBlock .linksBlock .link .shapeImg {
		top: 0;
		left: 0;
		width: 54%;
		max-width: initial;
	}
}
.recruitArea .carrerBlock .linksBlock .link .shapeImg img {
	width: 100%;
}
.recruitArea .carrerBlock .linksBlock .link .des {
	pointer-events: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 30px;
	width: auto;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1200px) {
	.recruitArea .carrerBlock .linksBlock .link .des {
		bottom: 10px;
	}
}
.recruitArea .carrerBlock .linksBlock .link .des .text {
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 200%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.recruitArea .carrerBlock .linksBlock .link .des .icon {
	width: 20px;
	margin-left: 10px;
}
@media screen and (max-width: 1200px) {
	.recruitArea .carrerBlock .linksBlock .link .des .icon {
		margin-left: 7px;
	}
}
@media screen and (min-width: 1100px) {
	.recruitArea .carrerBlock .linksBlock .link:hover .bgImg img {
		transform: scale(1.1);
	}
}
.recruitArea .newGraduateBlock {
	width: 100%;
	height: 0px;
	position: relative;
}
.recruitArea .newGraduateBlock.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
@media screen and (max-width: 768px) {
	.recruitArea .newGraduateBlock {
		min-height: 250px;
		height: auto;
	}
	.recruitArea .newGraduateBlock img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 90%;
		max-width: 320px;
	}
}
.recruitArea .newGraduateBlock .newGraduateInnerBlock {
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1440px) {
	.recruitArea .newGraduateBlock .newGraduateInnerBlock {
		top: -15vw;
	}
}
@media screen and (max-width: 768px) {
	.recruitArea .newGraduateBlock .newGraduateInnerBlock {
		position: static;
	}
}
.recruitArea .newGraduateBlock .newGraduateInnerBlock .title {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #34aee2;
}
@media screen and (max-width: 768px) {
	.recruitArea .newGraduateBlock .newGraduateInnerBlock .title {
		padding-top: 60px;
		font-size: 20px;
		line-height: 150%;
	}
}
.recruitArea .newGraduateBlock .newGraduateInnerBlock .des {
	padding-top: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	color: #444;
}
@media screen and (max-width: 768px) {
	.recruitArea .newGraduateBlock .newGraduateInnerBlock .des {
		padding-top: 10px;
	}
}
.pageTitleBlock {
	width: 100%;
	height: 160px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.pageTitleBlock {
		height: 80px;
		margin-top: 40px;
	}
}
.pageTitleBlock .imgBlock img {
	position: absolute;
	top: 0%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.pageTitleBlock .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	line-height: 160px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.15em;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
@media screen and (max-width: 768px) {
	.pageTitleBlock .title {
		line-height: 80px;
		letter-spacing: 0.2em;
		font-size: 24px;
	}
}
.anchorMenuArea {
	max-width: 1100px;
	margin: 60px auto 0;
}
.anchorMenuArea .innerBlock .title {
	display: block;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #444;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 500px) {
	.anchorMenuArea .innerBlock .title {
		font-size: 16px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.25em;
	}
}
.anchorMenuArea .innerBlock .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: relative;
	margin-left: auto;
	transform: rotate(90deg);
	margin: 10px auto 0;
}
.anchorMenuArea .innerBlock .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.anchorMenuArea .innerBlock .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
.anchorMenuArea .innerBlock .btn::before {
	top: 0px;
	right: -2px;
	width: 7px;
}
@media screen and (max-width: 500px) {
	.anchorMenuArea .innerBlock .btn {
		width: 32px;
		height: 32px;
	}
	.anchorMenuArea .innerBlock .btn::after {
		width: 32px;
		height: 32px;
	}
}
.anchorMenuArea .innerBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1200px) {
	.anchorMenuArea .innerBlock ul {
		margin: 0 20px;
	}
}
@media screen and (max-width: 700px) {
	.anchorMenuArea .innerBlock ul li {
		width: 50%;
	}
	.anchorMenuArea .innerBlock ul li:nth-child(n + 3) {
		margin-top: 34px;
	}
}
.anchorMenuArea .innerBlock ul li a {
	display: block;
}
@media screen and (min-width: 1100px) {
	.anchorMenuArea .innerBlock ul li a:hover .btn {
		transform: rotate(90deg);
	}
	.anchorMenuArea .innerBlock ul li a:hover .btn::after {
		transform: scale(1.1);
	}
}
.bubbleMainArea.recruit .innerBlock {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 700px;
	margin-top: 60px;
}
@media screen and (max-width: 1100px) {
	.bubbleMainArea.recruit .innerBlock {
		justify-content: center;
		flex-flow: wrap-reverse;
		height: auto;
	}
}
@media screen and (max-width: 1100px) and (max-width: 800px) {
	.bubbleMainArea.recruit .innerBlock {
		justify-content: flex-start;
	}
}
.bubbleMainArea.recruit .innerBlock .left {
	position: absolute;
	left: 40px;
	width: 580px;
	height: 100%;
	margin-top: 50px;
}
@media screen and (max-width: 1300px) {
	.bubbleMainArea.recruit .innerBlock .left {
		margin-top: 0;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) {
	.bubbleMainArea.recruit .innerBlock .left {
		position: relative;
		left: 0;
		margin-top: -80px;
		height: 750px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 800px) {
	.bubbleMainArea.recruit .innerBlock .left {
		left: 0;
		width: 430px;
		height: 640px;
	}
}
@media screen and (max-width: 1300px) and (max-width: 1100px) and (max-width: 800px) and (max-width: 500px) {
	.bubbleMainArea.recruit .innerBlock .left {
		height: 600px;
	}
}
.bubbleMainArea.recruit .innerBlock .left .inner {
	position: absolute;
	top: 0;
	right: -160px;
	bottom: 0;
	left: 0;
	width: 545px;
	height: 388px;
	margin: auto;
	z-index: 2;
	line-height: 150%;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea.recruit .innerBlock .left .inner {
		left: auto;
		width: auto;
		height: auto;
		margin-top: 100px;
	}
}
@media screen and (max-width: 800px) and (max-width: 768px) {
	.bubbleMainArea.recruit .innerBlock .left .inner {
		right: 0;
	}
}
@media screen and (max-width: 800px) and (max-width: 768px) and (max-width: 500px) {
	.bubbleMainArea.recruit .innerBlock .left .inner {
		left: 0;
		margin: 100px 30px;
	}
}
.bubbleMainArea.recruit .innerBlock .left .inner .sub {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #e08021;
}
.bubbleMainArea.recruit .innerBlock .left .inner h2 {
	margin-top: 20px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #444;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea.recruit .innerBlock .left .inner h2 {
		margin-top: 10px;
	}
}
@media screen and (max-width: 800px) and (max-width: 500px) {
	.bubbleMainArea.recruit .innerBlock .left .inner h2 {
		font-size: 18px;
	}
}
.bubbleMainArea.recruit .innerBlock .left .inner .icon {
	display: block;
	margin-top: 35px;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea.recruit .innerBlock .left .inner .icon {
		margin-top: 15px;
	}
}
.bubbleMainArea.recruit .innerBlock .left .inner .icon img {
	width: 142px;
}
.bubbleMainArea.recruit .innerBlock .left .inner .text {
	display: block;
	margin-top: 23px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
	color: #444;
}
.bubbleMainArea.recruit .innerBlock .left .inner .text .m-top {
	display: block;
	margin-top: 40px;
}
.bubbleMainArea.recruit .innerBlock .right {
	width: 100%;
	position: absolute;
	left: 0;
	padding-left: 595px;
	z-index: -1;
}
.bubbleMainArea.recruit .innerBlock .right.cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@media screen and (max-width: 1100px) {
	.bubbleMainArea.recruit .innerBlock .right {
		position: relative;
		padding-left: 55px;
	}
}
.bubbleMainArea.recruit .innerBlock .right img {
	width: 840px;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 1441px) {
	.bubbleMainArea.recruit .innerBlock .right img {
		width: 100%;
		height: 500px;
	}
}
@media screen and (max-width: 1100px) {
	.bubbleMainArea.recruit .innerBlock .right img {
		width: 100%;
	}
}
@media screen and (max-width: 1100px) and (max-width: 500px) {
	.bubbleMainArea.recruit .innerBlock .right img {
		height: 150px;
	}
}
.bubbleMainArea.recruit .largeBubble {
	position: relative;
	width: 577px;
	height: 600px;
	margin-left: auto;
	background: url(../images/recruit/img_bubble_01_large.svg) no-repeat;
	background-size: contain;
	z-index: 1;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea.recruit .largeBubble {
		width: 430px;
		height: 450px;
	}
}
@media screen and (max-width: 800px) and (max-width: 500px) {
	.bubbleMainArea.recruit .largeBubble {
		top: 50px;
		width: 290px;
		height: 300px;
		margin-left: -30px;
	}
}
.bubbleMainArea.recruit .smallBubble {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 320px;
	height: 315px;
	background: url(../images/recruit/img_bubble_01_small.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	.bubbleMainArea.recruit .smallBubble {
		right: 0;
		bottom: 120px;
		width: 220px;
		height: 210px;
	}
}
@media screen and (max-width: 800px) and (max-width: 500px) {
	.bubbleMainArea.recruit .smallBubble {
		bottom: 240px;
		left: -30px;
		width: 155px;
		height: 145px;
	}
}
.bubbleMessageArea {
	max-width: 760px;
	margin-left: 500px;
}
@media screen and (max-width: 1100px) {
	.bubbleMessageArea {
		margin: auto;
	}
}
.bubbleMessageArea .innerBlock {
	position: relative;
}
.bubbleMessageArea .textarea {
	position: relative;
	width: 480px;
}
@media screen and (max-width: 1100px) {
	.bubbleMessageArea .textarea {
		margin: auto;
	}
}
@media screen and (max-width: 1100px) and (max-width: 768px) {
	.bubbleMessageArea .textarea {
		margin-left: 127px;
	}
}
@media screen and (max-width: 1100px) and (max-width: 768px) and (max-width: 500px) {
	.bubbleMessageArea .textarea {
		margin: auto 30px;
	}
}
.bubbleMessageArea .text {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
	color: #444;
}
.bubbleMessageArea .text .m-top {
	display: block;
	margin-top: 40px;
}
.bubbleMessageArea .text .m-top.sp {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.bubbleMessageArea .text .m-top.sp {
		margin-top: 40px;
	}
}
.bubbleMessageArea .bgBubble {
	position: absolute;
	right: 50px;
	bottom: -50px;
	width: 400px;
	height: 341px;
}
.bubbleMessageArea .bgBubble .largeBubble {
	width: 328px;
	height: 341px;
	background: url(../images/recruit/img_bubble_02_large.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	.bubbleMessageArea .bgBubble .largeBubble {
		width: 234px;
		height: 243px;
		margin-left: auto;
	}
}
.bubbleMessageArea .bgBubble .smallBubble {
	position: absolute;
	top: 0;
	right: -30px;
	width: 176px;
	height: 176px;
	background: url(../images/recruit/img_bubble_02_small.svg) no-repeat;
	background-size: contain;
	z-index: -1;
}
@media screen and (max-width: 800px) {
	.bubbleMessageArea .bgBubble .smallBubble {
		right: -70px;
		width: 125px;
		height: 126px;
	}
}
.largeBannerArea {
	margin-top: 174px;
}
@media screen and (max-width: 768px) {
	.largeBannerArea {
		margin-top: 82px;
	}
}
.largeBannerArea .innerBlock {
	position: relative;
}
@media screen and (min-width: 1100px) {
	.largeBannerArea .innerBlock a:hover img {
		transform: scale(1.05);
	}
}
.largeBannerArea .bgImg {
	overflow: hidden;
}
.largeBannerArea .bgImg img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
	.largeBannerArea .bgImg img {
		height: 200px;
	}
}
.largeBannerArea .textarea {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin: auto;
	color: #f4fbff;
	text-align: center;
}
.largeBannerArea .textarea .sub {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
.largeBannerArea .textarea .title {
	display: block;
	margin-top: 9px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
	line-height: 43px;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.largeBannerArea .textarea .title {
		font-size: 24px;
		line-height: 150%;
	}
}
.largeBannerArea .textarea .text {
	display: block;
	margin-top: 5px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 180%;
}
.largeBannerArea .btn {
	display: block;
	width: 42px;
	height: 42px;
	transition: 0.3s;
	position: absolute;
	right: 45px;
	bottom: 0;
	right: 30px;
	bottom: 30px;
}
.largeBannerArea .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 12px;
	margin: auto;
	background: url("../images/icon_arrow_02.svg") no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 3;
}
.largeBannerArea .btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.largeBannerArea .btn {
		right: 20px;
		bottom: 10px;
	}
}
@media screen and (max-width: 768px) and (max-width: 374px) {
	.largeBannerArea .btn {
		right: 10px;
		bottom: 2px;
	}
}
.productCarouselArea.recruit {
	margin-top: 117px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea.recruit {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.productCarouselArea .pageTitleBlock {
		margin-top: 82px;
	}
}
.productCarouselArea .innerBlock {
	display: flex;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .innerBlock {
		margin-top: 20px;
	}
}
.productCarouselArea .slick-prev,
.productCarouselArea .slick-next {
	position: absolute;
	top: 40%;
	width: 70px;
	height: 70px;
	border-radius: 74px;
	background-color: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	z-index: 1;
	cursor: pointer;
	transition: 0.3s;
}
.productCarouselArea .slick-prev img,
.productCarouselArea .slick-next img {
	margin: auto;
	transition: 0.3s;
}
@media screen and (min-width: 1100px) {
	.productCarouselArea .slick-prev:hover,
	.productCarouselArea .slick-next:hover {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 768px) {
	.productCarouselArea .slick-prev,
	.productCarouselArea .slick-next {
		top: 15%;
	}
}
@media screen and (max-width: 768px) and (max-width: 599px) {
	.productCarouselArea .slick-prev,
	.productCarouselArea .slick-next {
		top: 18%;
		width: 54px;
		height: 54px;
	}
}
.productCarouselArea .slick-prev {
	left: 100px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .slick-prev {
		left: 20px;
	}
}
.productCarouselArea .slick-next {
	right: 100px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .slick-next {
		right: 20px;
	}
}
.productCarouselArea .item {
	max-width: 583px;
	margin: 0 15px;
}
@media screen and (max-width: 768px) {
	.productCarouselArea .item {
		max-width: 304px;
	}
}
@media screen and (max-width: 768px) and (max-width: 599px) {
	.productCarouselArea .item {
		margin: 0 7.5px;
	}
}
.productCarouselArea .item .img img {
	width: 100%;
}
.productCarouselArea .item .detail {
	position: relative;
	width: 546px;
	margin-top: 37px;
	padding-left: 40px;
	color: #444;
}
@media screen and (max-width: 1500px) {
	.productCarouselArea .item .detail {
		width: auto;
	}
}
@media screen and (max-width: 1500px) and (max-width: 599px) {
	.productCarouselArea .item .detail {
		padding-left: 0;
	}
}
.productCarouselArea .item .detail.recruit::before {
	content: "";
	display: block;
	position: absolute;
	top: -25px;
	left: 0;
	width: 120px;
	height: 112px;
	background: url(../images/recruit/img_bubble_slide.svg) no-repeat;
	background-size: contain;
	z-index: -1;
}
@media screen and (max-width: 599px) {
	.productCarouselArea .item .detail.recruit::before {
		top: -10px;
		left: -20px;
		width: 85px;
		height: 80px;
	}
}
.productCarouselArea .item .sub {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.productCarouselArea .item .sub.recruit {
	color: #a1b528;
}
.productCarouselArea .item .name {
	display: block;
	margin-top: 12px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.2em;
}
.productCarouselArea .item .text {
	display: block;
	margin-top: 6px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
}
.recruitListArea {
	margin-top: 136px;
}
@media screen and (max-width: 768px) {
	.recruitListArea {
		margin-top: 0;
	}
	.recruitListArea .pageTitleBlock {
		margin-top: 100px;
	}
}
.recruitListArea .lower {
	margin-top: -50px;
}
@media screen and (min-width: 1500px) {
	.recruitListArea .lower {
		margin-top: -100px;
	}
}
@media screen and (max-width: 768px) {
	.recruitListArea .lower {
		margin-top: 0;
	}
}
.recruitListArea .contents {
	background: url(../images/recruit/bg_wave_center_01.jpg);
}
.recruitListArea .contents ul:not(.inner) {
	max-width: 1060px;
	margin: auto;
	padding: 80px 0 40px;
}
@media screen and (max-width: 1239px) {
	.recruitListArea .contents ul:not(.inner) {
		margin: auto 32px;
	}
}
@media screen and (max-width: 1239px) and (max-width: 1100px) {
	.recruitListArea .contents ul:not(.inner) {
		max-width: none;
		width: auto;
	}
}
@media screen and (max-width: 1239px) and (max-width: 1100px) and (max-width: 599px) {
	.recruitListArea .contents ul:not(.inner) {
		display: block;
	}
}
.recruitListArea .contents li.cue-lazy {
	display: flex;
	align-items: center;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.recruitListArea .contents li.cue-lazy {
		display: block;
		max-width: 412px;
		margin: auto;
	}
}
.recruitListArea .contents li.cue-lazy.is-right {
	flex-direction: row-reverse;
}
.recruitListArea .contents li.cue-lazy.is-right .textarea {
	margin-left: 0;
}
.recruitListArea .contents li.cue-lazy.is-right .img {
	margin-left: 45px;
}
@media screen and (max-width: 768px) {
	.recruitListArea .contents li.cue-lazy.is-right .img {
		margin-left: 0;
	}
}
.recruitListArea .contents li.cue-lazy:not(:first-child) {
	margin-top: 56px;
}
@media screen and (max-width: 768px) {
	.recruitListArea .contents li.cue-lazy:not(:first-child) {
		margin-top: 46px;
	}
}
.recruitListArea .contents li.cue-lazy.cue-lazy.in {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}
.recruitListArea .contents li.cue-lazy:nth-child(2).cue-lazy.in {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.recruitListArea .contents li.cue-lazy:nth-child(3).cue-lazy.in {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.recruitListArea .contents li.cue-lazy:nth-child(4).cue-lazy.in {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.recruitListArea .contents .img img {
	max-width: 412px;
	width: 100%;
}
.recruitListArea .contents .textarea {
	margin-left: 45px;
}
@media screen and (max-width: 768px) {
	.recruitListArea .contents .textarea {
		margin-left: 0;
	}
}
.recruitListArea .contents .textarea .inner {
	margin-top: 8px;
}
.recruitListArea .contents .title {
	display: block;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #a1b528;
}
@media screen and (max-width: 768px) {
	.recruitListArea .contents .title {
		margin-top: 18px;
	}
}
@media screen and (max-width: 768px) and (max-width: 599px) {
	.recruitListArea .contents .title {
		font-size: 18px;
	}
}
.recruitListArea .contents .text {
	display: block;
	position: relative;
	padding-left: 10px;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
	color: #444;
}
.recruitListArea .contents .text::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 4px;
	height: 4px;
	margin: auto;
	background-color: #444;
}
