/*==============================================================================
# 共通
==============================================================================*/
.pb50-15,
.pb50-25 {
	padding-bottom: 50px;
}

@media only screen and (max-width: 1100px) {
	.pb50-15 {
		padding-bottom: 15px;
	}
	.pb50-25 {
		padding-bottom: 25px;
	}
}
.pb50 {
	padding-bottom: 50px;
}

.pt-50-20 {
	padding-top: 50px;
}
@media only screen and (max-width: 1100px) {
	.pt-50-20 {
		padding-top: 20px;
	}
}

/*==============================================================================
# キャリアサポート・福利厚生・隊員インタビュー
==============================================================================*/
#add-recruit,
#recruit-career,
#recruit-benefit,
#recruit-interview {
	margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
	#add-recruit,
	#recruit-career,
	#recruit-benefit,
	#recruit-interview {
		margin-top: 25px;
	}
}
#add-recruit p,
#add-recruit li,
#add-recruit span,
#add-recruit div,
#recruit-career p,
#recruit-career li,
#recruit-career span,
#recruit-career div,
#recruit-benefit p,
#recruit-benefit li,
#recruit-benefit span,
#recruit-benefit div,
#recruit-interview p,
#recruit-interview li,
#recruit-interview span,
#recruit-interview div {
	font-size: 26px;
	font-weight: 500;
}
@media only screen and (max-width: 1100px) {
	#add-recruit p,
	#add-recruit li,
	#add-recruit span,
	#add-recruit div,
	#recruit-career p,
	#recruit-career li,
	#recruit-career span,
	#recruit-career div,
	#recruit-benefit p,
	#recruit-benefit li,
	#recruit-benefit span,
	#recruit-benefit div,
	#recruit-interview p,
	#recruit-interview li,
	#recruit-interview span,
	#recruit-interview div {
		font-size: 16px;
	}
}
#add-recruit h4,
#recruit-career h4,
#recruit-benefit h4,
#recruit-interview h4 {
	font-size: 29px;
	font-weight: 700;
	margin-top: 40px;
}
@media only screen and (max-width: 1100px) {
	#add-recruit h4,
	#recruit-career h4,
	#recruit-benefit h4,
	#recruit-interview h4 {
		font-size: 18px;
		margin-top: 15.3px;
	}
}
#add-recruit [class] > p + p,
#recruit-career [class] > p + p,
#recruit-benefit [class] > p + p,
#recruit-interview [class] > p + p {
	margin-top: 24px;
}
@media only screen and (max-width: 767px) {
	#add-recruit [class] > p + p,
	#recruit-career [class] > p + p,
	#recruit-benefit [class] > p + p,
	#recruit-interview [class] > p + p {
		margin-top: 5.3333333333vw;
	}
}

.c-title01 {
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1100px) {
	.c-title01 {
		font-size: 25px;
		margin-bottom: 10px;
	}
}

.c-title02 {
	padding: 10px;
	max-width: 400px;
	background: rgba(252, 47, 66, 0.1);
	border-bottom: 3px solid #fc2f42;
	text-align: center;
	margin-inline: auto;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
	.c-title02 {
		font-size: 25px;
		margin-bottom: 15px;
		max-width: 250px;
	}
}

.finger01 {
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
	.finger01 {
		margin-top: 15px;
		margin-bottom: 5.3px;
	}
}
.finger01 img {
	width: 50px;
	height: 41px;
	margin-right: 10px;
}

.wide-img {
	margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
	.wide-img {
		margin-bottom: 10px;
	}
}
.wide-img img {
	aspect-ratio: 25/8;
	-o-object-fit: cover;
	object-fit: cover;
}

.hexa-bg {
	background:
		url("../img/bg-hexa.png") left top/100% no-repeat,
		#f9f7f7;
}

/*----------------------------------
採用情報
-----------------------------------*/
.rescue-accounting {
	position: relative;
	z-index: 1;
}
.rescue-accounting::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: url(../img/moji-rescue.png) no-repeat left top/contain;
	width: 36.66667vw;
	height: 7.29167vw;
	z-index: -1;
	min-width: 150px;
	min-height: 29.83px;
}
.rescue-accounting::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background: url(../img/moji-accounting.png) no-repeat right bottom/contain;
	width: 62.86458vw;
	height: 7.29167vw;
	z-index: -1;
	min-width: 257.14px;
	min-height: 29.83px;
}

.working-environment__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6%;
}
@media only screen and (max-width: 767px) {
	.working-environment__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

.working-environment__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.working-environment__link {
	font-size: 29px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
	.working-environment__link {
		font-size: 20px;
		padding-bottom: 5px;
		margin-top: 10px;
	}
}
.working-environment__link span img {
	width: 31.13px;
	height: 21.85px;
	-o-object-fit: contain;
	object-fit: contain;
}

.recruit-metrics__img img {
	border-radius: 39px;
}
@media only screen and (max-width: 767px) {
	.recruit-metrics__img img {
		border-radius: 23px;
	}
}

.interview-desc {
	text-align: center;
}

.recruit-interview__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.recruit-interview__item {
		border-radius: 23px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.recruit-interview__img {
	width: 66%;
	margin-bottom: 10%;
}
.recruit-interview__img img {
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 660/405;
}
@media only screen and (max-width: 767px) {
	.recruit-interview__img img {
		aspect-ratio: 335/205;
	}
}
@media only screen and (max-width: 767px) {
	.recruit-interview__img {
		width: 100%;
		margin-bottom: 0;
	}
}

.recruit-interview__texts {
	background: rgba(252, 47, 66, 0.7);
	padding: 20px;
	display: inline-block;
	width: 32.29167vw;
	bottom: 0;
	left: 34%;
	position: absolute;
	max-width: 620px;
}
@media only screen and (max-width: 1100px) {
	.recruit-interview__texts {
		font-size: 16px;
		width: auto;
	}
}
@media only screen and (max-width: 767px) {
	.recruit-interview__texts {
		width: 82.66667%;
		margin: -102px auto 0;
		position: static;
	}
}

.recruit-interview__title {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	text-align: center;
}
@media only screen and (max-width: 1100px) {
	.recruit-interview__title {
		font-size: 25px;
	}
}

.recruit-interview__text {
	color: #fff;
	margin-top: 20px;
}

.recruit-interview__button {
	background: #fff;
	border-radius: 100vmax;
	padding: 10px 29px;
	font-weight: 700;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}
.recruit-interview__button img {
	margin-left: 24px;
	width: 7.8px;
	height: 15px;
	-o-object-fit: contain;
	object-fit: contain;
}
.recruit-interview__button span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*----------------------------------
キャリアサポート
-----------------------------------*/
.recruit-dormitory__style-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6%;
	margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
	.recruit-dormitory__style-img {
		gap: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.recruit-dormitory__style-img {
		gap: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.recruit-dormitory__style-img img {
	width: 47%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (max-width: 767px) {
	.recruit-dormitory__style-img img {
		width: 100%;
	}
}

/*----------------------------------
福利厚生
-----------------------------------*/
.recruit-benefit__block {
	display: grid;
}

.recruit-allowance__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6%;
}
.recruit-allowance__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.recruit-allowance__list li img {
	width: 78px;
	height: 81px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (max-width: 767px) {
	.recruit-allowance__list li img {
		width: 56px;
		height: 58px;
	}
}
@media only screen and (max-width: 767px) {
	.recruit-allowance__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

#recruit-benefit span.recruit-allowance__texts {
	padding-bottom: 10px;
	border-bottom: 2px solid #707070;
	width: 100%;
	font-size: 29px;
	font-weight: 700;
}
#recruit-benefit span.recruit-allowance__texts span {
	font-size: 26px;
	font-weight: 500;
}
@media only screen and (max-width: 1100px) {
	#recruit-benefit span.recruit-allowance__texts span {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1100px) {
	#recruit-benefit span.recruit-allowance__texts {
		font-size: 20px;
	}
}

.recruit-holiday__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 60px;
}
@media only screen and (max-width: 767px) {
	.recruit-holiday__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

.recruit-holiday__item {
	padding: 10px;
	border: 2px solid #707070;
	border-radius: 12px;
	background: #fff;
	height: 100px;
	margin-top: 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media only screen and (max-width: 1100px) {
	.recruit-holiday__item {
		height: 70px;
	}
}
.recruit-holiday__item::before {
	position: absolute;
	content: "";
	background: url(../img/icon-clip.png) no-repeat center center/contain;
	width: 35px;
	height: 31px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -24px;
}
.recruit-holiday__item dt {
	font-size: 29px;
	font-weight: 700;
}
@media only screen and (max-width: 1100px) {
	.recruit-holiday__item dt {
		font-size: 20px;
	}
}
.recruit-holiday__item dd {
	margin-top: 10px;
	font-weight: 500;
	font-size: 20px;
}
@media only screen and (max-width: 1100px) {
	.recruit-holiday__item dd {
		font-size: 16px;
	}
}

.recruit-child-rearing__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6%;
}
@media only screen and (max-width: 767px) {
	.recruit-child-rearing__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
}

.recruit-child-rearing__card {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.recruit-child-rearing__card img {
	aspect-ratio: 47/25;
	-o-object-fit: cover;
	object-fit: cover;
}

.recruit-child-rearing__heading {
	background: #fc2f42;
	padding: 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 29px;
}
@media only screen and (max-width: 1100px) {
	.recruit-child-rearing__heading {
		font-size: 20px;
	}
}

.recruit-child-rearing__texts {
	background: #fff;
	padding: 10px 20px;
}

.recruit-child-rearing__sub-heading {
	font-weight: 700;
	text-align: center;
	font-size: 29px;
	margin-block: 10px;
}
@media only screen and (max-width: 1100px) {
	.recruit-child-rearing__sub-heading {
		font-size: 18px;
	}
}

.recruit-company-trip__list {
	margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
	.recruit-company-trip__list {
		margin-top: 15px;
	}
}
.recruit-company-trip__list caption {
	font-weight: 700;
}

.recruit-company-trip__comment {
	margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
	.recruit-company-trip__comment {
		margin-top: 15px;
	}
}

.recruit-company-club__list {
	margin-top: 35px;
}
@media only screen and (max-width: 1100px) {
	.recruit-company-club__list {
		margin-top: 15px;
	}
}
.recruit-company-club__list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-top: 16px;
}
@media only screen and (max-width: 1100px) {
	.recruit-company-club__list ul {
		margin-top: 10px;
	}
}
.recruit-company-club__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.recruit-company-club__list li img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media only screen and (max-width: 1100px) {
	.recruit-company-club__list li img {
		width: 30px;
		height: 30px;
	}
}

#recruit-gallery {
	padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
	#recruit-gallery {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#recruit-gallery {
		padding-inline: 5.3333333333vw;
	}
}
#recruit-gallery .slick-img {
	height: auto;
	opacity: 0.3;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition:
		opacity 0.5s,
		-webkit-transform 0.5s;
	transition:
		opacity 0.5s,
		-webkit-transform 0.5s;
	transition:
		opacity 0.5s,
		transform 0.5s;
	transition:
		opacity 0.5s,
		transform 0.5s,
		-webkit-transform 0.5s;
	width: 100%;
}
#recruit-gallery .slider .slick-center div {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#recruit-gallery .slick-prev {
	left: 0;
	z-index: 1;
}
#recruit-gallery .slick-next {
	right: 0;
}
#recruit-gallery .container .slick-num {
	bottom: -70px;
	font-size: 18px;
	left: 0;
	line-height: 2;
	position: absolute;
	right: 0;
	text-align: center;
}
@media only screen and (max-width: 1100px) {
	#recruit-gallery .container .slick-num {
		bottom: -30px;
	}
}
#recruit-gallery .slider .slick-prev,
#recruit-gallery .slider .slick-next {
	width: 70px;
	height: 70px;
	background: #fff;
	border: 5px solid #fc2f42;
	border-radius: 9999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
}
@media only screen and (max-width: 1100px) {
	#recruit-gallery .slider .slick-prev,
	#recruit-gallery .slider .slick-next {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 767px) {
	#recruit-gallery .slider .slick-prev,
	#recruit-gallery .slider .slick-next {
		display: none !important;
	}
}
#recruit-gallery .slider .slick-prev::before,
#recruit-gallery .slider .slick-next::before {
	content: "";
	background: url(../img/icon_arrow12.png) no-repeat center center/contain;
	width: 18px;
	height: 35px;
}
@media only screen and (max-width: 1100px) {
	#recruit-gallery .slider .slick-prev::before,
	#recruit-gallery .slider .slick-next::before {
		width: 12px;
		height: 21px;
	}
}
#recruit-gallery .slider .slick-prev:focus-visible,
#recruit-gallery .slider .slick-next:focus-visible {
	outline: 3px solid rgba(252, 47, 66, 0.45);
	outline-offset: 2px;
}
#recruit-gallery .slider .slick-prev.slick-disabled,
#recruit-gallery .slider .slick-next.slick-disabled {
	opacity: 0.4;
	pointer-events: none;
}
#recruit-gallery .slider .slick-prev::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#recruit-gallery .slider .slick-prev {
	left: 24vw;
}
#recruit-gallery .slider .slick-next {
	right: 24vw;
}
#recruit-gallery .slick-prev:before,
#recruit-gallery .slick-next:before {
	opacity: 1;
}

/** 既存コード調整 **/
.kenja-global {
	padding-bottom: 0;
}
@media only screen and (max-width: 1100px) {
	.kenja-global__list {
		font-size: 20px;
	}
	.kenja-global p {
		font-size: 16px;
	}
}

.p-return {
	z-index: 10;
}
.joblist .jobitem {
	border-top: none;
	border-bottom: 1px solid #707070;
}

/** 250919採用修正 **/
/*.footwrap {
background-color: #F9F7F7;
}*/
.red {
	color: #FC2F42;
	font-size: inherit !important;
	font-weight: inherit !important;
}
@media only screen and (min-width: 768px) {
	.is-sp {
		display: none;
	}
}
/*.tabnav ul li a {
background-color: #fff;
}*/
#add-recruit .rescue-accounting p,
#add-recruit .rescue-accounting li{
	font-weight: normal;
}
@media only screen and (max-width: 1100px) {
	.recruit-metrics {
		padding-bottom: 15px !important;
	}
	.tabnav ul .active a::after {
		bottom: 6px;
		border-width: 26.4px 15.8px 0 15.8px;
	}
}
