@charset "utf-8";

/* =======================================
   JOBS
======================================= */

/* style.cssの target="_blank" をリセット */
.h1_bg a.mv-mid-btn[target="_blank"] {
	padding-right: 50px;
	/* ボタン本来の左右余白に戻す */
	background: linear-gradient(150deg, #7BE4EE 0%, #0084DD 100%);
	color: #fff;
}

/*
.h1_bg .h1_inner {
    position: relative;
}*/

/* MV上 中途採用はこちら ボタン */
.mv-mid-btn {
	position: absolute;
	right: 40px;
	bottom: 15%;
	display: inline-flex;
	align-items: center;
	gap: 40px;
	padding: 17px 50px 17px 90px;
	border-radius: 999px;
	background: linear-gradient(150deg, #7BE4EE 0%, #0084DD 100%);
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
	z-index: 10;
}

/* ホバー時 */
.mv-mid-btn:hover {
	opacity: .9;
	/*     transform: translateY(-2px); */
}

.mv-mid-btn__icon {
	position: relative;
	border-radius: 999px;
	flex-shrink: 0;
}

.mv-mid-btn__icon::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 23px;
	height: 23px;
	background: url(../images/popup_w.svg) no-repeat center / contain;
	pointer-events: none;
}

/*  */

.content_area {
	max-width: 1920px;
	padding: 0 0 100px;
}

h2 {
	margin-bottom: 40px;
}

h4 {
	font-size: 2.0rem;
	color: #0073BD;
	margin: 0 0 15px;
}

.pink_line_h4 {
	margin: 25px 0 20px;
	padding-bottom: 8px;
	border-bottom: 3px solid rgba(250, 96, 96, 0.20);
	display: block;
	font-weight: 500;
}

article.section-band {
	margin-top: 150px;
}

.bg_sky_left::before,
.bg_sky_right::before {
	background: #E7F6FC;
}

/*
.w620 img {
    max-width: 620px;
}*/

.grad_line_h3 {
	margin: 0 0 40px;
	padding: 120px 0 10px;
}

.jobs_list .column_2.jobs_card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	align-items: start;
}

.jobs_card img {
	border-radius: 20px;
}

.jobs_card_txt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jobs_card_txt ul li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 2.0rem;
	line-height: 5rem;
}

.jobs_card_txt ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #FA6060;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.3em;
	transform: translateY(-50%);
}


.bg_sky_right .section-band__inner {
	padding: 66px 20px 40px 20px;
}

.bg_sky_left .section-band__inner {
	padding: 66px 110px 40px 20px;
}

.column_1-1>div {
	width: 50%;
}

.column_1-1>div.w620 {
	width: 620px;
}


/* ある一日の流れ -------------------------- */

.day_flow {
	position: relative;
	margin-top: 80px;
}

.day_flow_list {
	position: relative;
	margin: 0 0 0 135px;
	padding: 0 0 0 80px;
	/* タイムライン用の左余白 */
	list-style: none;
}

.day_flow .day_flow_list:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 334px;
	height: 224px;
	background: url("/saiyou/wp-content/themes/conexio_recruit/images/one_day_img_01.jpg") no-repeat center / contain;
	border-radius: 20px;
	pointer-events: none;
	z-index: 1;
}

.day_flow--late .day_flow_list:after {
	background: url("/saiyou/wp-content/themes/conexio_recruit/images/one_day_img_02.jpg") no-repeat center / contain;
}

/* 縦のライン */
.day_flow_list::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 12px;
	bottom: 45px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(180deg, #7BE4EE 0%, #0084DD 100%);
}

/* 各行 */
.day_flow_item {
	position: relative;
	display: grid;
	grid-template-columns: 80px 1fr;
	column-gap: 40px;
	margin-bottom: 0;
	padding: 0 0 15px;
}

/* 2番目・4番目・9番目 共通の after */
.day_flow--early .day_flow_item:nth-child(2)::after,
.day_flow--early .day_flow_item:nth-child(4)::after,
.day_flow--early .day_flow_item:nth-child(9)::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translateY(-50%);
	width: 66px;
	height: 64px;
	background: url("../images/one_day_icon_01.svg") no-repeat center / contain;
	pointer-events: none;
}

.day_flow--early .day_flow_item:nth-child(4)::after {
	width: 64px;
	height: 46px;
	left: 35%;
	background-image: url("../images/one_day_icon_02.svg");
}

.day_flow--early .day_flow_item:nth-child(9)::after {
	width: 45px;
	height: 81px;
	left: 42%;
	background-image: url("../images/one_day_icon_03.svg");
}

.day_flow--late .day_flow_item:nth-child(2)::after,
.day_flow--late .day_flow_item:nth-child(5)::after,
.day_flow--late .day_flow_item:nth-child(7)::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translateY(-50%);
	width: 71px;
	height: 74px;
	background: url("../images/one_day_icon_04.svg") no-repeat center / contain;
	pointer-events: none;
}

.day_flow--late .day_flow_item:nth-child(5)::after {
	width: 42px;
	height: 58px;
	left: 35%;
	background-image: url("../images/one_day_icon_05.svg");
}

.day_flow--late .day_flow_item:nth-child(7)::after {
	width: 70px;
	height: 95px;
	left: 42%;
	background-image: url("../images/one_day_icon_06.svg");
}

.day_flow_item--large {
	padding-bottom: 50px;
}

/* 丸いポイント */
.day_flow_item::before {
	content: "";
	position: absolute;
	left: -48px;
	top: 12px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: linear-gradient(90deg, #7BE4EE 0%, #0084DD 100%);
}

/* 時刻 */
.day_flow_time {
	font-weight: bold;
	font-size: 2.0rem;
	white-space: nowrap;
}

/* テキスト部分 */
.day_flow_content {
	max-width: 760px;
}

.day_flow_title {
	font-size: 2.0rem;
	font-weight: 400;
	margin: 0 0 8px;
	color: #333333;
}

.day_flow_content p {
	margin: 0;
	line-height: 1.8;
	font-size: 1.6rem;
}

/* 求める人物像 ---------------------------------- */

.ideal_person {
	margin-top: 40px;
}

.ideal_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.ideal_item {
	display: flex;
	max-width: 333.33px;
}

.ideal_card {
	flex: 1;
	background-color: rgba(250, 96, 96, 0.20);
	border-radius: 20px;
	padding: 25px 20px 35px;
	text-align: center;
	box-sizing: border-box;
}

.ideal_icon img {
	margin: 0 auto;
}

/* テキスト */
.ideal_text {
	margin: 8px 0 0;
	font-weight: 500;
	font-size: 2.0rem;
}

/* リスト全体：flex＋折り返し */
.ideal_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	/* カード間の余白。お好みで */
	justify-content: center;
	/* max-width があるなら ideal_inner 側で設定してOK */
}

/* 共通：カードの箱（高さそろえ用） */
.ideal_item {
	display: flex;
}

/* 上段：1〜2番目 → 2カラム（50%） */
.ideal_item:nth-child(-n+2) {
	flex: 0 0 calc((100% - 40px) / 2);
	/* 2カラム分の幅 */
}

/* 下段：3番目以降 → 3カラム（33.333%） */
.ideal_item:nth-child(n+3) {
	flex: 0 0 calc((100% - 40px * 2) / 3);
	/* 3カラム分の幅 */
}


/* SP：すべて1カラムに崩す場合 */
@media (max-width: 768px) {
	.ideal_item {
		flex: 0 0 100%;
	}
}

/* iv-card（活躍する先輩社員） ------------------ */

.iv-card {
	position: relative;
	background: transparent;
	border-radius: 22px;
}

.iv-card__media {
	margin: 0;
	border-radius: 30px;
	overflow: hidden;
}

.iv-card__media img {
	display: block;
	width: 100%;
	height: auto;
	/* height:280px; は不要 */
	object-fit: cover;
	transition: transform 0.3s ease;
}

.iv-card:hover img {
	transform: scale(1.05);
}

.iv-card__tag {
	position: absolute;
	left: 20px;
	top: 15px;
	background: #1E78D5;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 4px 8px;
	border-radius: 5px;
}

.iv-card__catch {
	position: absolute;
	left: 0;
	bottom: 45px;
	right: 5px;
	margin: 0;
	color: #0084DD;
	font-family: 'KachoFugetsuB', 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 17.5px;
	letter-spacing: 0;
}

/* .iv-card__catch span {
    background: #fff;
    border-radius: 0 5px 5px 0;
    padding: 7px 10px;
} */

.iv-card__catch span.catch_txt {
	background: #fff;
	border-radius: 0 5px 5px 0;
	padding: 7px 10px;
}

.iv-card__meta {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 13px;
	color: #0073BD;
	font-weight: 700;
	background: #fff;
	border-radius: 0 5px 5px 0;
	padding: 0 10px;
}

.iv-card__link {
	position: absolute;
	inset: 0;
}

/* =========================================
   word-line 共通：改行させない
========================================= */
.word-line-circle,
#staff_interview_wrap .word-line-circle_m,
.word-line-circle_s,
.word-line-circle_w,
#staff_interview_wrap .word-line-square,
#staff_interview_wrap .word-line_s,
#staff_interview_wrap .word-line_m,
#staff_interview_wrap .word-line_l,
#staff_interview_wrap .word-line_xl,
#staff_interview_wrap .word-line-wave_xs,
#staff_interview_wrap .word-line-wave_s,
#staff_interview_wrap .word-line-wave_m,
#staff_interview_wrap .word-line-wave_l,
#staff_interview_wrap .word-line-wave_xl {
	position: relative;
	display: inline-block;
	/*padding-bottom: 4px;*/
	white-space: nowrap;
}

/* =========================================
   circle / circle_m / circle_s / square
========================================= */

/* 大きい丸 */
.word-line-circle::after {
	content: "";
	position: absolute;
	top: -30%;
	left: 47%;
	transform: translateX(-50%);
	width: 110%;
	/* テキストより少し広く */
	height: 150%;
	/* テキストより少し広く */
	background-image: url(../images/line-circle.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
}

/* 中サイズ丸 */
#staff_interview_wrap .word-line-circle_m::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	height: 100%;
	background-image: url(../images/line-circle_m.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
}

/* 小さい丸 */
.word-line-circle_s::after {
	content: "";
	position: absolute;
	top: -4%;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	height: 100%;
	background-image: url(../images/line-circle_s.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
}

/* w 修正追加 */
.word-line-circle_w::after {
	content: "";
	position: absolute;
	top: -18%;
	left: 45%;
	transform: translateX(-50%);
	width: 110%;
	height: 150%;
	background-image: url(../images/line-circle_w.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
}

/* 四角枠 */
#staff_interview_wrap .word-line-square::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-image: url(../images/line-square.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 3;
}



/* 活躍する先輩社員：スライダー周り ---------- */
.active_staff {
	padding: 0 50px;
}

.active_staff .interview {
	position: relative;
	overflow: hidden;
}

.active_staff .interview__wrap {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 75px;
	position: relative;
}

.active_staff .interview__bg {
	position: absolute;
	inset: 0 0 0 min(6vw, 64px);
	/* 左だけ余白 */
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background: linear-gradient(107deg, rgba(123, 228, 238, 0.90) 5%, rgba(0, 132, 221, 0.90) 98.32%);
	z-index: -1;
}

.active_staff .interview .index_link_btn {
	margin-left: auto;
}

.active_staff .interview__header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.active_staff .interview__rail {
	position: relative;
	margin-top: 40px;
}

.active_staff .interview__slider_child {
	margin-top: clamp(10px, 2vw, 20px);
	overflow: hidden;
}

.active_staff .interview__slider_child .slick-list {
	overflow: visible;
}

.active_staff .interview__slider_child .slick-track {
	display: flex;
	justify-content: center;
	margin-left: 0 !important;
	margin-right: auto !important;
	gap: 20px;
}

.active_staff .interview__slider_child .slick-track .slick-slide {
	margin: 0;
}


/* ナビボタン？ */
/* .interview__rail {
    position: relative;
    margin-top: 40px;
} */

/* .interview__slider_child {
    margin-top: clamp(10px, 2vw, 20px);
    overflow: hidden;
} */

/* .interview__slider_child .slick-list {
    overflow: visible;
} */

/* #retail_staff .interview__slider_child .slick-track {
    display: flex;
    gap: 25px;
} */

/* ナビボタン */

.active_staff .interview__nav {
	/* PCでは位置は各ページで調整可 */
}

.active_staff .iv-nav {
	inline-size: 46px;
	block-size: 46px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: transparent;
	border: 2px solid #0084DD;
	cursor: pointer;
	position: relative;
	isolation: isolate;
	transition: opacity 0.3s ease;
}

#sales_staff .active_staff .iv-nav {
	display: none;
}

.active_staff .iv-nav::before {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	--size: 8px;
	background: url(../images/arrow-next-b.svg) no-repeat center;
	z-index: 1;
}

.active_staff .iv-nav.iv-nav--prev::before {
	transform: translateY(-50%) rotate(180deg);
}

.active_staff .iv-nav:hover {
	opacity: .8;
}

.active_staff .iv-nav.iv-nav--prev {
	position: absolute;
	left: -50px;
	bottom: 40%;
}

.active_staff .iv-nav.iv-nav--next {
	position: absolute;
	right: -50px;
	bottom: 40%;
}

.link-banner::before {
	background-image: url(/saiyou/wp-content/themes/conexio_recruit/images/jobs_link.jpg);
}

#retail_staff .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#retail_staff a.link-banner.link-banner--interview {
	margin-bottom: 100px;
}

#retail_staff a.link-banner.link-banner--interview:hover {
	opacity: .8;
}




/* スライド間だけ 25px */
/*
.active_staff .interview__slider_child .slick-track .slick-slide+.slick-slide {
	margin-left: 25px;
}*/

.column_1-1 {
	align-items: flex-start;
}

.bg_sky_right::before,
.bg_sky_left::before {
	top: 190px;

}

.grad_line_h3::before {
	content: attr(data-label-en);
	position: absolute;
	bottom: 52px;
	left: 0;
	font-family: 'Caveat', cursive;
	font-size: 2.4rem;
	font-weight: 400;
	color: #FA6060;
	line-height: 1;
	letter-spacing: 0;
}

.day_flow_ttl {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 0 0 10px 80px;
	margin-bottom: 24px;
}

.day_flow_ttl::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #E7F6FC;
}

.day_flow_ttl::before {
	content: "";
	position: absolute;
	top: -70px;
	left: -80px;
	width: 191px;
	height: 160px;
	background-image: url(../images/bg-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	pointer-events: none;
	opacity: .3;
}

/* 到着後、浮遊開始（transitionを切るのがポイント） */
.day_flow_ttl::before {
	transition: none;
/* 	animation: jobsBlobWiggle 18s ease-in-out infinite; */
}

/* うにょうにょ：最終位置(0,0)を基準に揺らす */
@keyframes jobsBlobWiggle {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	20% {
		transform: translate(18px, -14px) rotate(10.2deg);
	}

	40% {
		transform: translate(-22px, 10px) rotate(-10.0deg);
	}

	60% {
		transform: translate(14px, 22px) rotate(10.8deg);
	}

	80% {
		transform: translate(-16px, -18px) rotate(-10.3deg);
	}

	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

.day_flow--late .day_flow_ttl::after {
	background: rgba(250, 96, 96, 0.20);
}

.day_flow--late .day_flow_ttl::before {
	background-image: url(../images/bg-pink2.svg);
}

/* タイトルまわり（既存を少し流用） */
.grad_line_h3.no1-service__title {
	margin: 0 0 40px;
	padding: 80px 0 10px;
}

/* セクション全体 */
/*
.no1-service {
    padding: 0 0 120px;
}*/

/* 2カラムレイアウト */
.no1-service__columns {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 80px;
}

.no1-service__columns:last-child {
	margin-bottom: 0;
}

.no1-service__col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* 画像共通 */
.no1-service__photo {
	margin: 0;
}

.no1-service__photo img {
	display: block;
	height: auto;
	border-radius: 20px;
}

/* ラベル＋テキストのかたまり */
.no1-service__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.no1-service__photo--kids,
.no1-service__photo--training-sub {
	margin-left: auto;
}

/* ラベル（吹き出し） */
.no1-service__label {
	display: inline-block;
	padding: 10px 10px 10px 0;
	/*     background: #fff; */
	color: #0084dd;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 50px;
	border-radius: 5px;
	position: relative;
}




.no1-service__label::before {
	content: "";
	position: absolute;
	top: -40px;
	left: -45px;
	width: 115px;
	height: 96px;
	background-image: url(../images/bg-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
	pointer-events: none;
	opacity: .3;
}

.no1-service__label::before {
	transition: none;
/* 	animation: jobsBlobWiggle 18s ease-in-out infinite; */
}

.no1-service__label-box.right .no1-service__label::before {
	background-image: url(../images/bg-pink2.svg);
	left: 100px;
}

.no1-service__card--life .no1-service__label {
	padding: 10px;
	margin-left: 120px;
}

.no1-service__card--kids .no1-service__label,
.no1-service__card--training .no1-service__label {
	margin-right: 120px;
}

.no1-service__text {
	line-height: 1.8;
}

p.no1-service__text.left {
	text-align: left;
}

p.no1-service__label.right {
	color: #FA6060;
}

/* ちょっとだけ左右にずらして、画像を“散らした”感じに */
.no1-service__photo--staff {
	margin-right: 40px;
	margin: 0;
}

.no1-service__card--life {
	/*
    margin-left: 40px;
*/
}

.no1-service__card--kids {
	/*
    margin-left: 40px;
*/
}

.no1-service__photo--family {
	/*
    margin-right: 40px;
*/
}

.no1-service__card--training {
	margin-left: 20px;
}

.no1-service__label-box {
	margin-top: -85px;
	z-index: 1;
}




#retail_staff .ideal_list {
	margin-bottom: 40px;
}

img.career_p_sp {
	display: none;
}

#sales_staff {
	margin-bottom: 100px;
}

#sales_staff .day_flow .day_flow_list:after {
	background: url(/saiyou/wp-content/themes/conexio_recruit/images/one_day_img_03.jpg) no-repeat center / contain;

}

#sales_staff .day_flow .day_flow_item:nth-child(2)::after,
#sales_staff .day_flow .day_flow_item:nth-child(4)::after,
#sales_staff .day_flow .day_flow_item:nth-child(6)::after {
	content: "";
	position: absolute;
	left: 45%;
	top: 0%;
	transform: translateY(-50%);
	width: 71px;
	height: 74px;
	background: url(../images/one_day_icon_04.svg) no-repeat center / contain;
	pointer-events: none;
}

#sales_staff .day_flow .day_flow_item:nth-child(4)::after {
	width: 64px;
	height: 46px;
	left: 38%;
	top: 10%;
	background-image: url(../images/one_day_icon_02.svg);
}

#sales_staff .day_flow .day_flow_item:nth-child(6)::after {
	width: 70px;
	height: 95px;
	left: 43%;
	top: 20%;
	background-image: url(../images/one_day_icon_06.svg);
}

#sales_staff .day_flow_list {
	margin: 0px 0 0 50px;
}

/* ---------- SPレイアウト ---------- */
@media (max-width: 768px) {

	.no1-service {
		/*
        padding-bottom: 60px;
*/
	}

	.no1-service__columns {
		flex-direction: column;
		gap: 32px;
		padding: 0;
		margin-bottom: 40px;
	}

	.no1-service__columns--reverse {
		flex-direction: column-reverse;
	}

	.no1-service__col {
		gap: 24px;
	}

	.no1-service__card,
	.no1-service__photo--staff,
	.no1-service__card--life,
	.no1-service__card--kids,
	.no1-service__photo--family,
	.no1-service__card--training {
		margin-left: 0;
		margin-right: 0;
	}

	.no1-service__text {
		/*
        font-size: 1.3rem;
*/
	}
}


/* =======================================
   タブレット（〜1024px）
======================================= */

@media screen and (max-width: 1024px) {
	.ideal_list {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

/* =======================================
   スマホ（〜767px）
======================================= */

@media screen and (max-width: 767px) {
	
	h2 {
		margin: 0 0 40px;
	}

	.mv-mid-btn {
		right: 7%;
		bottom: 7%;
		gap: 20px;
		padding: 17px 50px 17px 50px;
		font-size: 1.6rem;
	}

	.mv-mid-btn__icon::before {
		width: 20px;
		height: 20px;
	}

	h2 {
		padding: 0 0 20px;
	}

	article.section-band {
		margin-top: 35px;
	}

	.w620 img {
		width: 100%;
	}

	.column_1-1>div {
		width: 100%;
	}

	.grad_line_h3 {
		margin: 40px 0 20px;
		padding: 45px 0 10px;
	}

	h4 {
		font-size: 1.8rem;
	}

	.pink_line_h4 {
		margin: 15px 0 7px;
	}

	.jobs_list .column_2.jobs_card {
		grid-template-columns: 1fr;
		/* 1カラム */
		row-gap: 20px;
	}

	.column_3 {
		grid-gap: 0;
		margin: 0;
	}

	.jobs_card_txt ul li {
		font-size: 1.6rem;
		line-height: 3rem;
	}

	/* ある一日の流れ（SP） ------------------ */

	.day_flow_list {
		padding-left: 50px;
	}

	.day_flow_list::before {
		left: 20px;
		bottom: 40px;
	}

	.day_flow_item {
		display: block;
		padding: 0;
		margin-bottom: 25px;
	}

	.day_flow_item::before {
		left: -38px;
		width: 20px;
		height: 20px;
	}

	.day_flow_time {
		font-size: 1.5rem;
	}

	.day_flow_content p {
		font-size: 1.4rem;
	}

	.day_flow .day_flow_list:after {
		content: none;
	}

	.day_flow--late .day_flow_list:after {
		content: none;
	}

	.day_flow--early .day_flow_item:nth-child(9)::after {
		left: 75%;
	}

	.day_flow--late .day_flow_item:nth-child(2)::after {
		left: 70%;
	}

	.day_flow--late .day_flow_item:nth-child(5)::after {
		left: 52%;
	}

	.day_flow--late .day_flow_item:nth-child(7)::after {
		left: 68%;
	}


	/* コネクシオNo.1接客のヒミツ（SP） ------------------ */

	.no1-service__label-box {
		margin-top: 0;
	}

	.no1-service__label {
		margin-bottom: 0px;
	}

	.no1-service__card--kids .no1-service__label,
	.no1-service__card--training .no1-service__label {
		margin-right: 0px;
	}



	/* 求める人物像（SP） -------------------- */

	.ideal_list {
		grid-template-columns: 1fr;
		gap: 20px;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.ideal_card {
		padding: 15px 20px;
		display: flex;
		gap: 20px;
		align-items: center;
	}

	.ideal_icon {
		max-width: 200px;
		max-height: 200px;
		margin: 0 auto;
		width: 30%;
	}

	.ideal_text {
		margin: 8px 0 0;
		font-size: 1.6rem;
		width: 70%;
		text-align: left;
	}

	/* 活躍する先輩社員（SP） --------------- */

	.active_staff .interview {
		padding: 0;
	}

	.active_staff .interview__bg {
		inset: 0;
	}

	.active_staff .interview__title {
		font-size: 2.8rem;
	}

	.active_staff .interview__slider_child .slick-track .slick-slide+.slick-slide {
		margin-left: 0;
		/* SP はスライド間余白なし */
	}

	.active_staff .interview__rail {
		margin-bottom: 50px;
		padding: 0 30px;
	}

	.active_staff .interview__slider_child .slick-list {
		overflow: visible;
	}

	.active_staff .iv-card {
		width: 100%;
	}

	.active_staff .iv-card__catch {
		line-height: 2.2;
		font-size: 14px;
	}

	.active_staff .iv-card__media {
		border-radius: 20px;
	}

	.active_staff .interview__nav {
		bottom: -60px;
	}

	.active_staff .iv-nav.iv-nav--prev {
		left: -8px;
	}

	.active_staff .iv-nav {
		inline-size: 30px;
		block-size: 30px;
	}

	.active_staff.iv-nav {
		inline-size: 30px;
		block-size: 30px;
	}

	.active_staff .iv-nav::before {
		right: 5px;
		width: 16px;
		height: 16px;
	}

	.active_staff .iv-nav.iv-nav--next {
		right: -8px;
	}

	#retail_staff .link_btn.btn--blue.sp_size {
		text-align: center;
	}

	.bg_sky_right .section-band__inner {
		padding: 0 20px 40px 20px;
	}

	.bg_sky_left .section-band__inner {
		padding: 0 20px 40px 20px;
	}

	.bg_sky_right::before,
	.bg_sky_left::before {
		top: 100px;
	}

	.grad_line_h3::before {
		bottom: 35px;
		top: auto;
		font-size: 2rem;
	}

	.day_flow_ttl {
		font-size: 2.0rem;
		padding: 0 0 10px 20px;
		margin-bottom: 16px;
	}

	.day_flow_list {
		margin: 0px 0 0 35px;
	}

	.day_flow_title {
		font-size: 1.8rem;
		margin: 0 0 8px;
	}

	.ideal_item {
		max-width: 100%;
	}

	.day_flow {
		margin-top: 20px;
	}

	#retail_staff .ideal_list {
		margin-bottom: 20px;
	}


	#sales_staff .day_flow_list {
		margin: 0px 0 0 10px;
	}

	#sales_staff .day_flow .day_flow_item:nth-child(2)::after,
	#sales_staff .day_flow .day_flow_item:nth-child(4)::after,
	#sales_staff .day_flow .day_flow_item:nth-child(6)::after {
		content: "";
		left: 72%;
	}

	#sales_staff .day_flow .day_flow_item:nth-child(4)::after {
		left: 46%;
	}

	/* キャリアプランの例（SP） --------------- */

	img.career_p_pc {
		display: none;
	}

	img.career_p_sp {
		display: block;
	}

	.active_staff {
		padding: 0;
	}
	.active_staff .interview__slider_child .slick-track {
		gap: 0; 
	}
	#sales_staff .active_staff .iv-nav {
		display: block;
	}
}

.link-banner::before {
	background-image: url(/saiyou/wp-content/themes/conexio_recruit/images/recruit_link.jpg);
}

.link-banner:hover {
	opacity: .7;
}
