@charset "utf-8";

/* ===========================================
	loading
============================================== */
.loading,
.loading_bg {
	width: 100vw;
	height: 100vh;
}

.loading {
	position: fixed;
	z-index: 100;
	background-color: var(--light_orange_color);
}

.loading_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: -2;
}

.loading_bg::before,
.loading_bg::after {
	position: absolute;
	background-position: center;
	background-size: contain;
	content: '';
	z-index: -1;
}

.loading_bg::before {
	top: -13rem;
	right: -17rem;
	width: 77.9rem;
	height: 68.7rem;
	background-image: url(../images/top/cloud_green03.png);
}

.loading_bg::after {
	bottom: -14rem;
	left: -13rem;
	width: 87.9rem;
	height: 63.2rem;
	background-image: url(../images/top/cloud_orange01.png);
}

.loading_txt {
	font-weight: 500;
	font-size: 7rem;
	line-height: 1.5;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1280px) {
	.loading_bg::before {
		top: -2.6rem;
		right: -6rem;
		width: 23.7rem;
		height: 20.9rem;
	}

	.loading_bg::after {
		bottom: -1.3rem;
		left: -6rem;
		width: 27.8rem;
		height: 20.2rem;
	}

	.loading_txt {
		font-size: 3rem;
	}
}

/* ===========================================
	hero
============================================== */
.hero_area {
	position: relative;
	padding-top: 11.5rem;
}

.hero_wrap {
	position: relative;
}

.catch_area {
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 17rem;
	width: 54.7rem;
	height: 35.8rem;
	z-index: 2;
	padding-bottom: 6.2rem;
	background-image: url(../images/common/cloud_orange_catch.png);
	background-position: center;
	background-size: contain;
}

.main_catch {
	margin-bottom: 1.2rem;
	font-weight: 500;
	font-size: 4.2rem;
	line-height: 1.23;
}

.catch_txt {
	font-size: 2.1rem;
	line-height: 1.28;
}

.hero {
	width: 67.4vw;
	height: 58rem;
	margin-right: calc(50% - 50vw);
	border-radius: 7rem 0 0 7rem;
}

.hero .swiper-slide a,
.hero .swiper-slide img {
	width: 100%;
	height: 100%;
}

.hero .swiper-slide img {
	object-fit: cover;
}

.hero_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	right: 3rem;
	bottom: -3.2rem;
	left: auto;
	height: 1.2rem;
	text-align: right;
}

.hero_pagination.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 0.6rem;
	border: solid 1px var(--navy_color);
	background: transparent;
	opacity: 1;
}

.hero_pagination.swiper-pagination-horizontal.swiper-pagination-bullets
	.swiper-pagination-bullet-active {
	background-color: var(--navy_color);
}

.recruit_btn {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 13.5rem;
	right: 0;
	z-index: 3;
	width: 6.5rem;
	height: 52rem;
	background-color: #fff;
	border-radius: 1.3rem 0 0 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.recruit_btn:hover {
	margin-left: -1rem;
	padding-right: 1rem;
	width: 7.5rem;
}

.recruit_btn_ttl,
.recruit_btn_txt {
	color: var(--navy_color);
	writing-mode: vertical-rl;
}

.recruit_btn_ttl {
	position: relative;
	padding-bottom: 3.5rem;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
}

.recruit_btn_ttl::after {
	position: absolute;
	right: 0;
	bottom: 0.7rem;
	left: 0;
	width: 1px;
	height: 1.8rem;
	margin: auto;
	background-color: var(--navy_color);
	content: '';
}

.recruit_btn_txt {
	position: relative;
	padding-bottom: 4rem;
	font-size: 1.9rem;
}

.recruit_btn_txt::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 3.4rem;
	height: 3.4rem;
	margin: auto;
	background-image: url(../images/common/icon_arrow-circle_right_navy.svg);
	background-position: center;
	background-size: contain;
	content: '';
}

/* ============
	responsive
================ */
@media screen and (max-width: 1440px) {
	.hero {
		width: 72.1vw;
	}
}

@media screen and (max-width: 1180px) {
	.hero {
		height: auto;
	}

	.recruit_btn {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.catch_area {
		top: auto;
		bottom: -14rem;
		width: 34.5rem;
		height: 27.9rem;
		padding-bottom: 7rem;
	}

	.main_catch {
		margin-bottom: 0.4rem;
		font-size: 2.5rem;
	}

	.catch_txt {
		font-size: 1.2rem;
	}

	.hero_pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		right: 1rem;
		bottom: -2.7rem;
	}

	.hero_pagination.swiper-pagination-horizontal.swiper-pagination-bullets
		.swiper-pagination-bullet {
		width: 0.8rem;
		height: 0.8rem;
		margin: 0 0.4rem;
	}
}

@media screen and (max-width: 768px) {
	.hero_area {
		padding-top: 9.6rem;
	}

	.hero {
		width: 85vw;
		border-radius: 5rem 0 0 5rem;
		aspect-ratio: 115 / 93;
	}
}

@media screen and (max-width: 540px) {
	.hero {
		width: calc(100vw - 3rem);
	}

	.catch_area {
		left: -4.5rem;
		width: 30.8rem;
		height: 19.9rem;
		padding-bottom: 3.5rem;
	}
}

/* ===========================================
	information
============================================== */
.info_area {
	position: relative;
	overflow: hidden;
	padding-top: 14rem;
	padding-bottom: 28rem;
}

.info_area::before,
.info_area::after {
	position: absolute;
	z-index: -1;
	background-position: center;
	background-size: contain;
	content: '';
}

.info_area::before {
	top: -10.2rem;
	right: -9.7rem;
	width: 39.75rem;
	height: 31.35rem;
	background-image: url(../images/common/cloud_gray03.png);
}

.info_area::after {
	right: -26.7rem;
	bottom: -9rem;
	width: 77rem;
	height: 56.5rem;
	background-image: url(../images/top/cloud_orange01.png);
}

.info_wrap {
	column-gap: 5.15rem;
}

.info_ttl_wrap {
	justify-content: center;
	align-items: center;
	width: 40.8rem;
	height: 30rem;
	margin-top: -11.5rem;
	margin-left: -3.8rem;
	background-image: url(../images/top/cloud_gray02_info_ttl.png);
	background-position: center;
	background-size: contain;
}

.info_ttl_wrap_inner .en_sub,
.info_ttl_wrap_inner .ja_ttl {
	text-align: center;
}

.info_ttl_wrap_inner .en_sub {
	color: #7f86af;
}

.important_post_wrap {
	width: 64.4rem;
}

.important_post_link {
	flex-wrap: wrap;
	align-items: center;
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	background-image: url(../images/common/dotted_line_gray.svg);
	background-position: bottom;
	background-size: auto;
	background-repeat: repeat-x;
}

.important_post_link:first-of-type {
	padding-top: 0;
}

.important_post_link:hover {
	opacity: 0.7;
}

.important_post_link > dt {
	width: 11.3rem;
}

.important_post_link > dt > time {
	justify-content: center;
	align-items: center;
	width: 11.3rem;
	height: 2.5rem;
	border-radius: 9999px;
	background-color: var(--navy_color);
	color: #fff;
	font-weight: 500;
	font-size: 1.5rem;
	font-family: 'Roboto', sans-serif;
	line-height: 2.5rem;
}

.important_post_link > dd {
	width: calc(100% - 11.3rem);
	padding-left: 3rem;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.375;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1440px) {
	.info_wrap {
		justify-content: flex-end;
		column-gap: 4rem;
	}

	.info_ttl_wrap {
		position: absolute;
		left: 3.5rem;
		z-index: -1;
	}

	.important_post_wrap {
		width: calc(100% - 19.4rem - 4rem - 28.2rem);
	}
}

@media screen and (max-width: 1365px) {
	.important_post_wrap {
		width: 44.7%;
	}

	.important_post_link {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 2.1rem;
		padding-bottom: 2.1rem;
	}

	.important_post_link > dt {
		margin-bottom: 1.3rem;
	}

	.important_post_link > dd {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width: 1180px) {
	.info_area {
		padding-top: 30rem;
	}

	.info_ttl_wrap {
		margin-top: -23rem;
	}

	.important_post_wrap {
		width: calc(100% - 7.8rem - 4rem - 28.2rem);
	}
}

@media screen and (max-width: 1024px) {
	.info_area {
		padding-bottom: 20.1rem;
	}

	.info_ttl_wrap {
		width: 23.644rem;
		height: 17.36rem;
	}

	.info_area::before {
		top: 0;
		right: -4.9rem;
		width: 20.1rem;
		height: 15.9rem;
	}

	.info_area::after {
		width: 54.7rem;
		height: 40.1rem;
	}

	.info_ttl_wrap {
		margin-top: -18rem;
	}

	.important_post_wrap {
		width: calc(100% - 4rem - 28.2rem);
	}

	.important_post_link > dd {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		text-overflow: clip;
	}
}

@media screen and (max-width: 680px) {
	.info_area {
		margin-top: 14rem;
		padding-top: 26.7rem;
	}

	.info_area::after {
		right: -5rem;
		bottom: -11.3rem;
	}

	.info_wrap {
		flex-direction: column;
		align-items: center;
	}

	.info_ttl_wrap {
		top: 6.5rem;
		margin-top: auto;
		margin-bottom: 2.8rem;
	}

	.important_post_wrap {
		max-width: 54rem;
		width: 100%;
		margin-bottom: 2.8rem;
	}
}

@media screen and (max-width: 480px) {
	.info_ttl_wrap {
		left: 1rem;
	}

	.splus_wrap {
		width: 100%;
	}

	.splus_contents {
		padding-left: 4.53rem;
		padding-right: 4.53rem;
	}
}

@media screen and (max-width: 374px) {
	.splus_contents {
		padding-left: 2.6rem;
		padding-right: 2.6rem;
	}
}

/* ===========================================
	our_service
============================================== */
.our_service_area {
	position: relative;
}

.gallery {
	position: absolute;
	top: -14.65rem;
	left: 0;
	width: 100%;
}

.our_service_wrap {
	position: relative;
	padding-top: 39.7rem;
	padding-bottom: 14rem;
	border-radius: 0 0 10rem 10rem;
	background-color: var(--light_orange_color);
}

.our_service_wrap::before,
.our_service_wrap::after {
	position: absolute;
	background-position: center;
	background-size: contain;
	content: '';
}

.our_service_wrap::before {
	top: -2.4rem;
	left: -4.8rem;
	width: 54.9rem;
	height: 44.6rem;
	background-image: url(../images/top/cloud_green01.png);
}

.our_service_wrap::after {
	right: -16.4rem;
	bottom: 14rem;
	width: 64.4rem;
	height: 56.4rem;
	background-image: url(../images/top/cloud_orange02_our_service.png);
}

.our_service_contents {
	position: relative;
	z-index: 1;
	max-width: 46.5rem;
	width: calc(100% - 6rem);
	margin: 0 auto 11.8rem;
}

.our_service_contents .en_sub {
	margin-bottom: 1.8rem;
	color: #7f86af;
}

.our_service_contents .ja_ttl {
	margin-bottom: 5rem;
	font-size: 4.2rem;
	line-height: 1.26;
}



@media screen and (max-width: 1024px) {
	.gallery {
		top: -11.3rem;
	}

	.our_service_wrap {
		padding-top: 31.5rem;
		padding-bottom: 8rem;
		border-radius: 0 0 3rem 3rem;
	}

	.our_service_wrap::before {
		top: 0;
		left: -8rem;
		width: 36rem;
		height: 29.3rem;
	}

	.our_service_wrap::after {
		right: -5rem;
		width: 33.8rem;
		height: 26.4rem;
	}

	.our_service_contents {
		margin-bottom: 8rem;
	}

	.our_service_contents .en_sub {
		margin-bottom: 0.9rem;
	}

	.our_service_contents .ja_ttl {
		margin-bottom: 3.5rem;
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 768px) {
	.our_service_wrap {
		margin-left: -3rem;
		margin-right: -3rem;
		overflow: hidden;
	}

	.our_service_wrap::after {
		right: -3rem;
	}
}

@media screen and (max-width: 690px) {
	.our_service_wrap::after {
		bottom: 42.5rem;
	}
}

/* ===========================================
	staff blog
============================================== */
.staff_blog_wrap {
	position: relative;
	margin-right: calc(50% - 50vw);
	padding-top: 10.4rem;
	padding-right: calc(50vw - 50%);
	padding-bottom: 12.5rem;
	border-radius: 6rem 0 0 0;
	background-image: url(../images/top/cloud_green04.png);
	background-position: right 12.7rem bottom -6.5rem;
	background-size: 58rem;
	background-color: var(--pale_green_color);
}

.staff_blog_wrap::before,
.staff_blog_wrap::after {
	position: absolute;
	background-position: center;
	background-size: contain;
	content: '';
}

.staff_blog_wrap::before {
	top: -17.2rem;
	right: 19.3rem;
	width: 50.9rem;
	height: 42.05rem;
	background-image: url(../images/top/cloud_green02.png);
}

.staff_blog_wrap::after {
	top: 4%;
	bottom: 0;
	left: -11.5rem;
	width: 52rem;
	height: 45.5rem;
	margin: auto;
	background-image: url(../images/top/cloud_green03.png);
}

.staff_blog_inner {
	column-gap: 5rem;
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.staff_blog_ttl_wrap {
	width: 30%;
}

.staff_blog_ttl_wrap .en_sub {
	margin-bottom: 2rem;
	color: #b9b9b9;
}

.staff_blog_ttl_wrap .ja_ttl {
	margin-bottom: 5.5rem;
	letter-spacing: -0.07em;
}

.staff_blog_ttl_wrap .cont_txt {
	margin-bottom: 5.7rem;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1440px) {
	.staff_blog_wrap {
		background-position: right -16.9rem bottom -6.5rem;
	}

	.staff_blog_wrap::before {
		right: 0;
	}
}

@media screen and (max-width: 1280px) {
	.staff_blog_wrap {
		margin-left: calc((100% - 100vw) / 4);
		padding-left: calc((100vw - 100%) / 4);
	}
}

@media screen and (max-width: 1180px) {
	.staff_blog_wrap {
		margin-right: -5rem;
		padding-right: 5rem;
	}
}

@media screen and (max-width: 1024px) {
	.staff_blog_ttl_wrap .en_sub {
		margin-bottom: 1rem;
	}

	.staff_blog_ttl_wrap .ja_ttl {
		margin-bottom: 3.5rem;
	}

	.staff_blog_wrap {
		background-position: right -8.6rem bottom -8.9rem;
		background-size: 23.3rem;
	}

	.staff_blog_wrap::before {
		top: -8.4rem;
		width: 27.1rem;
		height: 22.6rem;
	}

	.staff_blog_wrap::after {
		top: 0;
		bottom: 0;
		left: -9.2rem;
		width: 31.5rem;
		height: 27.7rem;
		margin: auto;
	}
}

@media screen and (max-width: 768px) {
	.staff_blog_wrap {
		margin-right: -3rem;
		padding-top: 9.6rem;
		padding-right: 3rem;
		padding-bottom: 20.28rem;
	}

	.staff_blog_inner {
		flex-direction: column;
	}

	.staff_blog_ttl_wrap {
		width: calc(50% - 2.5rem);
	}

	.staff_blog_more_btn {
		position: absolute;
		bottom: -10.326rem;
		left: 50%;
		transform: translateX(-50%);
		width: 22.4rem;
	}
}

@media screen and (max-width: 540px) {
	.staff_blog_inner {
		align-items: center;
	}

	.staff_blog_ttl_wrap {
		max-width: 31.5rem;
		width: 100%;
	}
}

/* ===========================================
	our vision
============================================== */
.our_vision_area {
	position: relative;
	padding-top: 45vw;
}

.our_vision_area::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(../images/top/our_vision_bg.png);
	background-position: top center;
	background-size: 100%;
	content: '';
}

.our_vision_area.fixed::after {
	position: fixed;
}

.our_vision_wrap {
	padding-top: 11.6rem;
	padding-bottom: 19.4rem;
	border-radius: 6rem 6rem 0 0;
	background-color: #fffbf2;
}

.our_vision_inner {
	width: 100%;
	margin: 0 auto;
}

.our_vision_ttl_wrap {
	position: relative;
	padding-bottom: 9.6rem;
}

.our_vision_ttl_wrap::before {
	position: absolute;
	top: -4.2rem;
	left: 3.8rem;
	width: 63.55rem;
	height: 45.7rem;
	background-image: url(../images/top/cloud_orange03_our_vision.png);
	background-position: center;
	background-size: contain;
	content: '';
}

.our_vision_ttl_inner {
	position: relative;
	z-index: 1;
	width: 46.5rem;
	margin-left: auto;
}

.our_vision_ttl_inner .en_sub {
	margin-bottom: 1.2rem;
	color: #7f86af;
}

.our_vision_ttl_inner .ja_ttl {
	margin-bottom: 5rem;
	font-size: 4.2rem;
	line-height: 1.26;
}

.our_vision_contents {
	justify-content: space-between;
}

.our_vision_btn {
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 2.5rem;
	overflow: hidden;
	width: calc(33.334% - 2.667rem);
	border-radius: 1.5rem;
	box-shadow: var(--shadow);
	background-position: center;
	background-size: cover;
	aspect-ratio: 85 / 77;
}

.vision_btn01 {
	background-image: url(../images/top/vision_btn01.png);
}

.vision_btn02 {
	background-image: url(../images/top/vision_btn02.png);
}

.vision_btn03 {
	background-image: url(../images/top/vision_btn03.png);
}

.our_vision_btn::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1.5rem;
	background-color: rgba(65, 53, 41, 0.87);
	content: '';
}

.our_vision_btn > span {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 3rem;
}

.our_vision_logo_wrap {
	position: absolute;
	bottom: 1.6rem;
	left: 2rem;
}

.our_vision_logo_jawa {
	margin-bottom: 0.8rem;
}

.our_vision_btn .arrow_wrap {
	position: absolute;
	right: -2.6rem;
	bottom: -4rem;
	width: 16.9rem;
	height: 16.9rem;
	padding-right: 0.7rem;
	padding-bottom: 2.5rem;
	background-color: #fff;
	transition: all 0.4s;
}

.our_vision_btn:hover .arrow_wrap {
	transform: scale(1.1);
	transition: all 0.4s;
}

.our_vision_btn .arrow_wrap .arrow {
	width: 2.85rem;
	height: 2.778rem;
	margin-bottom: 1.9rem;
}

.our_vision_btn .arrow_wrap > span {
	font-size: 1.4rem;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1280px) {
	.our_vision_area.fixed::after {
		top: 7.666rem;
	}

	.our_vision_inner {
		width: calc(100% - 10rem);
	}

	.our_vision_btn > span {
		font-size: 2.5rem;
	}

	.our_vision_logo_wrap {
		left: 1.95rem;
		bottom: 1.3rem;
	}

	.our_vision_logo_jawa {
		width: 11.898rem;
		height: 2.878rem;
	}

	.our_vision_logo_shiokaze {
		width: 10.901rem;
		height: 3.038rem;
	}

	.our_vision_btn .arrow_wrap {
		right: -2.1rem;
		bottom: -2.4rem;
		width: 13rem;
		height: 13rem;
		padding-bottom: 1.7rem;
	}

	.our_vision_btn .arrow_wrap .arrow {
		width: 2.85rem;
		height: 2.778rem;
		margin-bottom: 1.32rem;
	}

	.our_vision_btn .arrow_wrap > span {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 1024px) {
	.our_vision_wrap {
		width: 100vw;
		margin-right: -5rem;
		margin-left: -5rem;
		padding-top: 10rem;
		padding-bottom: 20rem;
		border-radius: 3rem 3rem 0 0;
	}

	.our_vision_ttl_wrap {
		padding-bottom: 7.5rem;
	}

	.our_vision_ttl_wrap::before {
		top: -5.8rem;
		left: 23vw;
		width: 25.9rem;
		height: 18.5rem;
	}

	.our_vision_ttl_inner {
		max-width: 46.5rem;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.our_vision_ttl_inner .en_ttl {
		margin-bottom: 1.7rem;
	}

	.our_vision_ttl_inner .ja_ttl {
		margin-bottom: 3.5rem;
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 940px) {
	.our_vision_contents {
		flex-wrap: wrap;
		justify-content: center;
		gap: 4.5rem;
	}

	.our_vision_btn {
		width: 31.5rem;
		aspect-ratio: 21 / 16;
	}
}

@media screen and (max-width: 768px) {
	.our_vision_area {
		padding-top: 55vw;
	}

	.our_vision_area.fixed::after {
		top: 6.5rem;
	}

	.our_vision_inner {
		width: calc(100% - 6rem);
	}

	.our_vision_wrap {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

@media screen and (max-width: 540px) {
	.our_vision_area {
		padding-top: 85vw;
	}

	.our_vision_area::after {
		background-size: 150%;
	}

	.our_vision_ttl_wrap::before {
		left: 0;
	}
}

/* ===========================================
	recruit
============================================== */
.recruit_area {
	padding-top: 8rem;
	padding-bottom: 12rem;
	background-color: #ffeec7;
}

.recruit_main_visual {
	position: relative;
	width: 120rem;
	height: 81.8rem;
	margin-right: -5rem;
	margin-bottom: 13.4rem;
	margin-left: -5rem;
}

.recruit_main_visual_photo01,
.recruit_main_visual_photo02,
.recruit_main_visual_photo03 {
	position: absolute;
}

.recruit_main_visual_photo01 {
	top: 0;
	left: 0;
	width: 60.8rem;
	height: 51.6rem;
}

.recruit_main_visual_photo02 {
	top: 0;
	right: 0;
	width: 54.1rem;
	height: 48.1rem;
}

.recruit_main_visual_photo03 {
	bottom: 6rem;
	left: 33.5%;
	width: 46.6rem;
	height: 39.9rem;
}

.recruit_catch_wrap {
	position: absolute;
	bottom: 0;
	left: 5rem;
}

.catch_txt + .catch_txt {
	margin-top: 1.1rem;
}

.catch_txt_inner {
	display: inline-block;
	padding: 1.6rem;
	border: solid 1px #707070;
	background-color: #fff;
}

.catch_txt_inner > span {
	font-size: 4.2rem;
}

.recruit_contents {
	column-gap: 8.5rem;
}

.recruit_photo {
	width: 60rem;
	margin-left: -5rem;
	aspect-ratio: 60 / 41;
}

.recruit_photo > img {
	border-radius: 6rem;
}

.recruit_ttl_wrap {
	width: 46.5rem;
}

.recruit_ttl_wrap .en_sub {
	margin-bottom: 1.2rem;
	color: #7f86af;
}

.recruit_ttl_wrap .ja_ttl {
	margin-bottom: 5rem;
	font-size: 4.2rem;
}

.recruit_ttl_wrap .cont_txt {
	margin-bottom: 4.6rem;
}

.recruit_more_btn {
	justify-content: flex-end;
}

.recruit_more_btn .arrow_wrap {
	background-color: #f4dcb2;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1280px) {
	.recruit_main_visual {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
		width: calc(100% + 5rem);
		height: 63.9vw;
	}

	.recruit_main_visual_photo01 {
		width: 47.42vw;
		height: auto;
	}

	.recruit_main_visual_photo02 {
		width: 42.26vw;
		height: auto;
	}

	.recruit_main_visual_photo03 {
		bottom: 4.69vw;
		width: 36.64vw;
		height: auto;
	}

	.recruit_photo {
		margin-left: -2.5rem;
	}

	.recruit_ttl_wrap {
		width: 49rem;
	}
}

@media screen and (max-width: 1024px) {
	.recruit_area {
		padding-bottom: 9.95rem;
	}

	.recruit_main_visual {
		margin-bottom: 9rem;
	}

	.recruit_contents {
		column-gap: 8.3%;
	}

	.recruit_photo {
		margin-left: 0;
	}

	.recruit_photo > img {
		border-radius: 3rem;
	}

	.recruit_ttl_wrap .ja_ttl {
		margin-bottom: 3.5rem;
		font-size: 2.5rem;
	}

	.recruit_ttl_wrap .cont_txt {
		margin-bottom: 5.8rem;
	}
}

@media screen and (max-width: 880px) {
	.catch_txt_inner {
		padding: 1rem 0.35rem 1rem 1rem;
	}

	.catch_txt_inner > span {
		font-size: 2.3rem;
		line-height: 1.2;
	}

	.catch_txt + .catch_txt {
		margin-top: 0.6rem;
	}
}

@media screen and (max-width: 768px) {
	.recruit_area {
		padding-top: 6rem;
	}

	.recruit_main_visual {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 9rem;
		width: 100%;
	}

	.recruit_catch_wrap {
		left: 2.5rem;
	}

	.recruit_contents {
		gap: 3.94rem;
	}
}

@media screen and (max-width: 690px) {
	.recruit_contents {
		flex-direction: column;
		align-items: center;
		max-width: 46.5rem;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}

	.recruit_photo,
	.recruit_ttl_wrap {
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.recruit_main_visual {
		width: 100%;
		height: auto;
		padding-bottom: 15rem;
	}

	.recruit_main_visual_photo01,
	.recruit_main_visual_photo02,
	.recruit_main_visual_photo03 {
		position: static;
	}

	.recruit_main_visual_photo01 {
		width: 78.9334vw;
		height: 67.2%;
		margin-left: -1.6rem;
	}

	.recruit_main_visual_photo02 {
		width: 60vw;
		height: 53.6vw;
		margin-top: -4.5rem;
		margin-right: -1.5rem;
		margin-left: auto;
	}

	.recruit_main_visual_photo03 {
		width: 65.0667vw;
		height: 55.7334vw;
		margin-top: -4.5rem;
		margin-left: -1.6rem;
	}

	.recruit_catch_wrap {
		left: 0;
	}
}

/* ===========================================
	special_contents
============================================== */
.special_contents_area {
	position: relative;
	padding-top: 10.2rem;
	padding-bottom: 10.6rem;
	background-color: #fff;
}

.special_contents_area::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8.3rem;
	height: 100%;
	background-color: var(--light_green_color);
	content: '';
}

.special_contents_wrap {
	column-gap: 7.5rem;
}

.special_contents_ttl_wrap {
	width: 35.2%;
}

.special_contents_ttl {
	margin-bottom: 3.2rem;
}

.special_contents_inner {
	width: calc(100% - 7.5rem - 35.2%);
	padding-top: 3.4rem;
}

.special_contents_inner .sns_link_wrap {
	margin-bottom: 4.1rem;
}

.special_contents_inner .sns_link_btn + .sns_link_btn {
	margin-top: 2.2rem;
}

.project_btn_wrap {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	gap: 2.6rem;
}

.project_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
	color: #fff;
	font-size: 2.1rem;
}

.project_btn:hover {
	opacity: 0.7;
}

.staff-introduction_color {
	background-color: #08aca7;
}

.nice-story_color {
	background-color: #e38433;
}
/* ============
	responsive
================ */
@media screen and (max-width: 1280px) {
	.special_contents_area::before {
		width: 3.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.special_contents_area {
		padding-top: 4rem;
		padding-bottom: 10rem;
	}

	.special_contents_ttl {
		margin-bottom: 3rem;
	}

	.project_btn {
		font-size: 1.9rem;
	}
}

@media screen and (max-width: 990px) {
	.special_contents_wrap {
		flex-direction: column;
		align-items: center;
		row-gap: 4.42rem;
		max-width: 60rem;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.special_contents_ttl_wrap,
	.special_contents_inner {
		width: 100%;
	}

	.special_contents_inner {
		padding-top: 0;
	}

	.special_contents_ttl > img {
		margin-right: auto;
		margin-left: auto;
	}

	.special_contents_inner .sns_link_inner {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.special_contents_area::before {
		width: 3rem;
	}
}

@media screen and (max-width: 680px) {
	.special_contents_wrap {
		padding-left: 2.3rem;
	}

	.special_contents_inner .sns_link_wrap {
		flex-direction: column;
		row-gap: 3rem;
	}

	.special_contents_inner .sns_link_btn + .sns_link_btn {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 540px) {
	.project_btn_wrap {
		grid-template-columns: auto;
		row-gap: 2rem;
	}

	.project_btn {
		height: 9.5rem;
	}
}
