.job-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1.5rem;
	max-width: 1024px;
	margin: 0 auto;
}
@media screen and (max-width: 639px) {
	.job-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

html {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
	.br-pc {
		display: none;
	}
}

/* 働き方：メインビジュアル */
.work-slider {
	--work-slider-gap: 20px;
	--work-slider-width: min(calc(100vw - 40px), 1200px);
	--work-slider-item-width: calc((var(--work-slider-width) - (var(--work-slider-gap) * 2)) / 3);
	width: var(--work-slider-width);
	margin: 0 auto;
	overflow: hidden;
}

.work-slider__list {
	display: flex;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.work-slider__group {
	display: flex;
	flex: 0 0 auto;
	gap: var(--work-slider-gap);
	padding-right: var(--work-slider-gap);
	box-sizing: border-box;
}

.work-slider__item {
	flex: 0 0 var(--work-slider-item-width);
	aspect-ratio: 4 / 3;
}

.work-slider__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 767px) {
	.work-slider {
		--work-slider-item-width: calc((var(--work-slider-width) - var(--work-slider-gap)) / 2);
	}
}

@media (prefers-reduced-motion: reduce) {
	.work-slider {
		overflow-x: auto;
	}

}

/* 働き方：数値のカウントアップ */
.work-data-list {
	align-items: stretch;
}

@media screen and (min-width: 768px) {
	.work-data-list {
		column-gap: 3%;
	}

	.work-data-list > .work-data-card {
		width: calc(94% / 3);
	}
}

.work-data-card {
	display: flex;
	flex-direction: column;
}

.work-data-card figcaption {
	flex-grow: 1;
}

.work-data-card > img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: contain;
	object-position: center bottom;
}

#working .work-data-card > img,
#life_events .work-data-card > img,
#career .work-data-card > img {
	height: 160px;
}

.work-count {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 0.15em;
	margin: 12px 0 0;
	color: #c7000b;
	font-weight: 700;
	line-height: 1;
}

.work-count__number {
	font-family: "Roboto", sans-serif;
	color: #cb4800;
	font-size: clamp(4rem, 6vw, 5.5rem);
	font-weight: 900;
}

.work-count__unit {
	color: #333;
	font-size: 1.5rem;
}

.work-count--gender {
	justify-content: space-around;
	gap: 16px;
}

.work-count__gender {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 0.1em;
	margin: 0;
}

.work-count__label {
	flex-basis: 100%;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.work-count--gender .work-count__number {
	font-size: clamp(2.25rem, 3.5vw, 3.25rem);
}

.work-count--gender .work-count__unit {
	font-size: 1.125rem;
}

/* タイムスケジュール設定 */
/* スケジュール部分のタイトル */
.schedule-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	justify-items: center;
	align-items: center;
}
.schedule-maintitle_l-img,.schedule-maintitle_r-img {
	width: 100px;
}
.schedule-maintitle {
	text-align: center;
	font-size: 26px !important;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
@media screen and (max-width: 768px) {
	.schedule-maintitle_l-img,.schedule-maintitle_r-img {
	width: 60px;
	}
	.schedule-maintitle {
	font-size: 18px !important;
	}
}
@media screen and (min-width: 768px) {
	.schedule-maintitle::before {
		position: absolute;
		left: -100px;
		bottom: 30px;
		content: "";
		width: 60px;
		border: 2px solid black;
		rotate: 50deg;
	}
	.schedule-maintitle::after {
		position: absolute;
		right: -100px;
		bottom: 30px;
		content: "";
		width: 60px;
		border: 2px solid black;
		rotate: -50deg;
	}
}

/* タイムスケジュール本体 */
.schedule {
	display: grid;
	grid-template-columns: 1fr 6em 1fr;
	justify-items: center;
}
@media screen and (max-width:1023px) {
	.schedule {
		grid-template-columns: 1fr 3em 1fr;
	}
}

/* 中央のタイムラインの線とアイコン */
.schedule-timeline {
	width: 2px;
	background-color: #666;
	position: relative;
}
.schedule-tl-icon {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: contain;
}
.schedule-left,.schedule-right {
	width: 100%;
}
/* アイコンの位置 = 点線右端 + -16px(アイコンの幅半分) + -2px (線の幅) */
.schedule-left .schedule-content .schedule-visual .schedule-tl-icon {
	right: -18px;
}
.schedule-right .schedule-content .schedule-visual .schedule-tl-icon {
	left: -18px;
}

/* 各時計アイコン画像 */
.schedule-tl-800 {
	background-image: url(../../recruit/job/img/time/8-00.svg);
}
.schedule-tl-805 {
	background-image: url(../../recruit/job/img/time/8-05.svg);
}
.schedule-tl-810 {
	background-image: url(../../recruit/job/img/time/8-10.svg);
}
.schedule-tl-815 {
	background-image: url(../../recruit/job/img/time/8-15.svg);
}
.schedule-tl-830 {
	background-image: url(../../recruit/job/img/time/8-30.svg);
}
.schedule-tl-840 {
	background-image: url(../../recruit/job/img/time/8-40.svg);
}
.schedule-tl-845 {
	background-image: url(../../recruit/job/img/time/8-45.svg);
}
.schedule-tl-900 {
	background-image: url(../../recruit/job/img/time/9-00.svg);
}
.schedule-tl-910 {
	background-image: url(../../recruit/job/img/time/9-10.svg);
}
.schedule-tl-915 {
	background-image: url(../../recruit/job/img/time/9-15.svg);
}
.schedule-tl-930 {
	background-image: url(../../recruit/job/img/time/9-30.svg);
}
.schedule-tl-1000 {
	background-image: url(../../recruit/job/img/time/10-00.svg);
}
.schedule-tl-1030 {
	background-image: url(../../recruit/job/img/time/10-30.svg);
}
.schedule-tl-1145 {
	background-image: url(../../recruit/job/img/time/11-45.svg);
}
.schedule-tl-1200 {
	background-image: url(../../recruit/job/img/time/12-00.svg);
}
.schedule-tl-1215 {
	background-image: url(../../recruit/job/img/time/12-15.svg);
}
.schedule-tl-1230 {
	background-image: url(../../recruit/job/img/time/12-30.svg);
}
.schedule-tl-1245 {
	background-image: url(../../recruit/job/img/time/12-45.svg);
}
.schedule-tl-1300 {
	background-image: url(../../recruit/job/img/time/13-00.svg);
}
.schedule-tl-1330 {
	background-image: url(../../recruit/job/img/time/13-30.svg);
}
.schedule-tl-1400 {
	background-image: url(../../recruit/job/img/time/14-00.svg);
}
.schedule-tl-1500 {
	background-image: url(../../recruit/job/img/time/15-00.svg);
}
.schedule-tl-1515 {
	background-image: url(../../recruit/job/img/time/15-15.svg);
}
.schedule-tl-1530 {
	background-image: url(../../recruit/job/img/time/15-30.svg);
}
.schedule-tl-1625 {
	background-image: url(../../recruit/job/img/time/16-25.svg);
}
.schedule-tl-1630 {
	background-image: url(../../recruit/job/img/time/16-30.svg);
}
.schedule-tl-1645 {
	background-image: url(../../recruit/job/img/time/16-45.svg);
}

/* 各時刻のコンテンツ本体 */
.schedule-content {
	position: relative;
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #c8c8c8;
	background-color: rgba(255, 255, 255, 0.4);
}
.schedule-content .schedule-visual {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	height: 1px;
	width: 3em;
	border: 1px dashed #666;
}
.schedule-left .schedule-content .schedule-visual {
	right: -3em;
}
.schedule-right .schedule-content .schedule-visual {
	left: -3em;
}
@media screen and (max-width:1023px) {
	.schedule-content .schedule-visual {
		width: 1.5em;
	}
	.schedule-left .schedule-content .schedule-visual {
		right: -1.5em;
	}
	.schedule-right .schedule-content .schedule-visual {
		left: -1.5em;
	}
	.schedule-content .schedule-visual .schedule-tl-icon {
		width: 30px;
		height: 30px;
	}
	.schedule-left .schedule-content .schedule-visual .schedule-tl-icon {
		right: -17px;
	}
	.schedule-right .schedule-content .schedule-visual .schedule-tl-icon {
		left: -17px;
	}
}

/* スケジュールの時刻 */
.schedule-time {
	font-weight: bold;
	font-size: 26px;
}
.schedule-time--blue .schedule-time {
	color: #006bae;
}
.schedule-time--green .schedule-time {
	color: #00873c;
}
.schedule-time--red .schedule-time {
	color: #c7000b;
}
/* タイトル */
.schedule-title {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* 説明 */
.schedule-desc {
	margin-top: 10px;
	margin-bottom: 4px !important;
	font-size: 1.0625rem;
	line-height: 1.75;
}
@media screen and (max-width:400px) {
	.schedule-content {
		padding: 10px;
	}
	.schedule-time {
		font-size: 17px;
	}
	.schedule-title {
		font-size: 15px;
		margin: 4px 0;
	}
	.schedule-desc {
		font-size: 12px;
	}
}

/* 写真 */
.schedule-img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	object-position: left top;
}

/* 各項目の位置調整 */
/* 点線/時計アイコンの位置 */
.schedule-visual.schedule-visual-top {
	margin: 0;
	top: 20px;
}
.schedule-visual.schedule-visual-top2 {
	margin: 0;
	top: 40px;
}
.schedule-visual.schedule-visual-bottom {
	margin: 0;
	top: unset;
	bottom: 20px;
}
.schedule-visual.schedule-visual-bottom2 {
	margin: 0;
	top: unset;
	bottom: 40px;
}
/* スケジュール間の余白の調整 */
.schedule-content.schedule-content-m1 {
	margin-top: 30px;
}
.schedule-content.schedule-content-m2 {
	margin-top: 60px;
}
.schedule-content.schedule-content-m3 {
	margin-top: 90px;
}
.schedule-content.schedule-content-m4 {
	margin-top: 120px;
}
.schedule-content.schedule-content-m5 {
	margin-top: 150px;
}

.flow {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.flow__border {
	border: 1px solid #c8c8c8;
	padding: 0 1em 1em;
}

.flow ul {
  padding: 0;
}

.flow li {
  list-style-type: none;
}

.flow dd {
  margin-left: 0;
}

.flow > li {
  padding: 40px 10px;;
}

.flow > li:not(:last-child) {
  border-bottom: 3px solid #c8c8c8;
  position: relative;
}

.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #c8c8c8;
}

.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

.flow > li dl {
  margin: 0;
}

.flow > li dl dt {
  display: flex;
}

.flow__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.flow__img {
  flex: 0 0 40%;
}

.flow__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.flow__text {
  flex: 0 0 60%;
}


@media screen and (max-width: 767px) {
	.flow__item {
  flex-direction: column;
}
}
.mDecoration__gray, .mDecoration__red, .mDecoration__border {
    padding: 35px;
    overflow: hidden;
}

.mDecoration__gray {
    background: #f5f5f5;
}

.mDecoration__wh {
    background: #fff;
}

.mDecoration__border {
    border: 1px solid #c8c8c8;
}

.mDecoration__border--red {
    border-color: #be010f;
}

.mDecoration__red {
    background: #be010f;
}

.mDecoration__gray--mt, .mDecoration__red--mt, .mDecoration__border--mt, .mDecoration__border--mt {
    margin-top: 30px;
}
.mText--wh {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .mDecoration__gray, .mDecoration__red, .mDecoration__border {
        padding: 12.5px;
    }

    .mDecoration__gray--mt, .mDecoration__red, .mDecoration__border--mt, .mDecoration__border--mt {
        margin-top: 15px;
    }
}
