@charset "utf-8";
/* Content Width
-----------------------------------------------*/
.c-content {
	width: 90%;
	max-width: 980px;
	margin-inline: auto;
	position: relative;
}
/* Utility
-----------------------------------------------*/
.u-txtRed {
	color: #CC0000;
}
/* DBCのある池田市
-----------------------------------------------*/
/* Page Title */
.ikedabg {
	padding: 25% 0 0 0;
	height: auto;
	background: url('../../img/recruit/ikeda_title_bg.jpg') no-repeat;
  background-size: 160%;
  background-position: 50% 0%;
}
@media (min-width: 751px) {
	.ikedabg {
		background-size: contain;
		padding: 16% 0 0 0;
	}
}
/* Body */
.p-ikeda {
	padding-bottom: clamp(60px, 12vw, 120px);
	background: url(../../img/recruit/ikeda_bg.png) left top #E1F8FF no-repeat;
	color: #333;
}
/* Introduction */
.p-ikeda__intro {
	padding: clamp(50px, 10vw, 100px) 0 clamp(50px, 11vw, 110px);
}
.p-ikeda-intro__ttl {
	padding-bottom: 10px;
	border-bottom: 1px solid #BCBCBC;
	font-size: clamp(24px, 4vw, 40px);
	font-weight: 700;
}
.p-ikeda-intro__subttl {
	margin-top: clamp(30px, 6vw, 60px);
	font-size: clamp(18px, 2.4vw, 24px);
	font-weight: 700;
}
.p-ikeda-intro__content {
	display: grid;
	gap: 40px;
}
@media (min-width: 751px) {
	.p-ikeda-intro__content {
		grid-template-columns: 1fr 45.816326%;
		gap: clamp(25px, 5vw, 50px);
		align-items: end;
	}
}
.p-ikeda-intro__bodyTxt {
	margin-top: 20px;
	line-height: 1.75;
}
.p-ikeda-intro__bodyImg {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: clamp(30px, 5.5vw, 55px);
}
/* 池田市の紹介 */
.p-ikeda__container {
	position: relative;
	padding-left: 5%;
	padding-bottom: clamp(40px, 12vw, 120px);
}
@media (min-width: 751px) {
	.p-ikeda__container {
		padding-left: 7%;
	}
}
@media (min-width: 1280px) {
	.p-ikeda__container {
		padding-left: 0;
	}
}
.p-ikeda__container::before {
	content: "";
	width: 95%;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
@media (min-width: 1280px) {
	.p-ikeda__container::before {
		width: 92.03125%;
	}
}
.p-ikeda__info {
	padding: clamp(40px, 7.6vw, 76px) 0 clamp(40px, 6vw, 60px);
}
.p-ikeda__info + .p-ikeda__info {
	border-top: 1px solid #BCBCBC;
}
.p-ikeda-info__content {
	display: grid;
	gap: 40px;
	margin-top: 20px;
}
@media (min-width: 751px) {
	.p-ikeda-info__content {
		grid-template-columns: 53.061224% 37.448979%;
		justify-content: space-between;
		gap: 0;
	}
}
.p-ikeda-info__ttl {
	display: flex;
	align-items: baseline;
	gap: clamp(15px, 2vw, 20px);
	font-size: clamp(24px, 3vw, 30px);
}
.p-ikeda-info__ttl .-num {
	color: #CC0000;
	font-family: "Lexend", sans-serif;
}
.p-ikeda-info__ttl .-ttl {
	font-weight: 700;
}
.p-ikeda-info__ttl .-ttl.lineH {
	line-height: 1;
}
.p-ikeda-info__ttl .-ttl .-bodyTxt {
	font-size: 16px;
}
.p-ikeda-info__subttl {
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 700;
}
.p-ikeda-info__body > div:not(:first-child) {
	margin-top: clamp(30px, 4vw, 37px);
}
.p-ikeda-info__bodySec {
	display: grid;
	gap: 10px;
}
.p-ikeda-info__bodyTxt {
	line-height: 1.5;
}
.p-ikeda-info__bodyLink {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(15px, 2vw, 20px);
	max-width: 500px;
}
.p-ikeda-info__bodyLink a {
	padding: 10px;
	border: 1px solid #4B4B4B;
	text-align: center;
	transition: .3s;
}
.p-ikeda-info__bodyLink .-ikeda {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #4B4B4B;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.p-ikeda-info__bodyLink .-ikeda::after {
	content: "";
	width: 11px;
	height: 11px;
	background: url(../../img/recruit/icon_blank.svg) center / contain no-repeat;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.p-ikeda-info__bodyLink .-ikeda:hover {
	color: #333;
	background: #fff;
	border-color: #ccc;
}
.p-ikeda-info__bodyLink .-ikeda:hover::after {
	background-image: url(../../img/recruit/icon_blank_bk.svg);
}
.p-ikeda-info__bodyLink .-map img {
	max-width: 174px;
}
.p-ikeda-info__bodyLink .-map:hover {
	opacity: 0.7;
}
.p-ikeda-info__schedule {
	margin-top: 30px;
	padding: clamp(20px, 4vw, 40px);
	background: #FFFBE9;
}
/* 本社までのアクセス */
.p-ikeda__info.-access {
	padding-bottom: clamp(40px, 8vw, 82px);
}
.p-ikeda-access__content {
	display: grid;
	gap: 40px;
	margin-top: 20px;
}
@media (min-width: 751px) {
	.p-ikeda-access__content {
		grid-template-columns: 1fr 37.448979%;
		justify-content: space-between;
		gap: 20px;
	}
}
.p-ikeda-access__body {
	max-width: 520px;
}
.p-ikeda-access__list {
	margin-top: clamp(20px, 3.3vw, 33px);
	padding: clamp(20px, 4.5vw, 45px) clamp(20px, 4.7vw, 47px);
	background: #FFFBE9;
}
.p-ikeda-access__list li {
	padding-left: 17px;
	line-height: 2;
	position: relative;
}
.p-ikeda-access__list li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #CC0000;
	position: absolute;
	left: 0;
	top: calc(1.875em / 2);
	transform: translateY(-50%);
}
.p-ikeda-access__list li b {
	font-weight: 700;
}
@media (min-width: 751px) {
	.p-ikeda-access__img {
		margin-top: 14px;
	}
}
.p-ikeda-access__route {
	margin-top: clamp(30px, 6vw, 60px);
}
/* 生活環境 */
.p-ikeda__info.-environment {
	padding-bottom: clamp(40px, 8vw, 80px);
}
/* 暮らしの実感 */
.-voice .p-ikeda-info__content {
	margin-top: 0;
}
.-voice .p-ikeda-info__bodyTxt {
	margin-top: 20px;
}
@media (min-width: 751px) {
	.-voice .p-ikeda-info__img {
		margin-top: 40px;
	}
}
/* ミニQ&A */
.p-ikeda__info.-faq {
	padding-bottom: 0;
}
.p-ikeda-faq__content {
	display: grid;
}
@media (min-width: 751px) {
	.p-ikeda-faq__content {
		grid-template-columns: 56.836734% 37.448979%;
		justify-content: space-between;
	}
}
@media (max-width: 750px) {
	.p-ikeda-faq__body {
		display: contents;
	}
	.p-ikeda-faq__ttl {
		order: 1;
	}
	.p-ikeda-faq__img {
		order: 2;
		margin-bottom: 30px;
	}
	.p-ikeda-faq__list {
		order: 3;
	}
}
.p-ikeda-faq__ttl {
	margin-bottom: clamp(20px, 2.5vw, 25px);
}
.p-ikeda-faq__list dt,
.p-ikeda-faq__list dd {
	display: flex;
	align-items: baseline;
	gap: 13px;
	line-height: 1.5;
}
.p-ikeda-faq__list dt {
	--fontsize: clamp(18px, 2vw, 20px);
	align-items: flex-start;
	padding-left: 15px;
	font-size: var(--fontsize);
}
.p-ikeda-faq__list dd {
	margin-top: 18px;
	padding: 23px clamp(20px, 4vw, 40px) 25px 15px;
	background: #F8F8F8;
}
.p-ikeda-faq__list dd.-adjust {
	padding-bottom: 30px;
}
.p-ikeda-faq__prefix {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.p-ikeda-faq__prefix.-q {
	--dt: calc(var(--fontsize) * 1.5);
	margin-top: calc((var(--dt) - 26px) / 2);
	background: #5D5C5C;
}
.p-ikeda-faq__prefix.-a {
	background: #CC0000;
}
.p-ikeda-faq__list.-continue {
	display: grid;
	gap: clamp(30px, 5.6vw, 56px);
	margin-top: clamp(30px, 6vw, 60px);
}
/* DBCの100の魅力
-----------------------------------------------*/
/* Page Title */
.reasonbg {
	padding: 25% 0 0 0;
	height: auto;
	background: url('../../img/recruit/reason_title_bg.jpg') no-repeat;
  background-size: 160%;
  background-position: 50% 0%;
}
@media (min-width: 751px) {
	.reasonbg {
		background-size: contain;
		padding: 16% 0 0 0;
	}
}
.p-reason {
	color: #333;
}
.p-reason__ttl {
	font-size: clamp(24px, 3.9vw, 39px);
	font-weight: 700;
	text-align: center;
}
/* 絞り込み */
.p-reason__filter {
	margin-top: clamp(25px, 4.7vw, 47px);
}
.p-reason-filter__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;
	padding: 15px;
	background: #4B4B4B;
	color: #fff;
	font-size: clamp(18px, 2vw, 20px);
}
.p-reason-filter__ttl::after {
	content: "";
	width: 15px;
	height: 10px;
	background: url('../../img/recruit/reason_filter_angle.svg') center / contain no-repeat;
	transition: transform 0.3s;
}
.p-reason-filter__ttl.is-active::after {
	transform: rotate(-180deg);
}
.p-reason-filter__content {
  display: none;
}
.p-reason-filter__content {
	display: none;
	padding: 20px;
	background: #F4F4F4;
}
.p-reason-filter__dl {
	display: grid;
	gap: 10px;
	padding: 16px clamp(15px, 2vw, 20px);
	background: #fff;
	border-radius: 10px;
}
@media (min-width: 751px) {
	.p-reason-filter__dl {
		grid-template-columns: auto 1fr;
		gap: 20px;
	}
}
.p-reason-filter__dl + .p-reason-filter__dl {
	margin-top: 16px;
}
.p-reason-filter__dl dt {
	font-weight: 700;
}
/* KEYWORD */
.p-reason-filter__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.p-reason-filter__list li {
	display: contents;
}
.p-reason-filter__list label span {
	display: block;
  border: 1px solid #CECECE;
  padding: 6px 12px;
  background: #fff;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  box-sizing: border-box;
}
.p-reason-filter__list label:hover span,
.p-reason-filter__list label input[type="checkbox"]:checked + span{
	background: #4B4B4B;
	border-color: #4B4B4B;
	color: #fff;
}
.p-reason-filter__list label input {
  display: none;
}
.p-reason-filter__btn {
	margin-top: 14px;
	text-align: center;
}
.p-reason-filter__btn button {
	display: inline-block;
	width: min(100%, 246px);
	padding: 10px;
	background: #4B4B4B;
	border: 1px solid #4B4B4B;
	border-radius: 22px;
	color: #fff;
	font-size: 15px;
	transition: .3s;
	cursor: pointer;
}
.p-reason-filter__btn button:hover {
	background: #fff;
	border-color: #CECECE;
	color: #333;
}
/* LIST */
.p-reason__list {
	display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.6vw, 16px);
	width: 90%;
	margin-inline: auto;
	margin-top: clamp(30px, 6vw, 60px);
	padding-bottom: clamp(60px, 12vw, 120px);
}
@media (min-width: 751px) {
	.p-reason__list {
		width: 100%;
	}
}
@media (min-width: 1025px) {
	.p-reason__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.p-reason__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	margin-bottom: 16px;
	padding: 5px;
	background: #F5F5F5;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}
@media (min-width: 751px) {
	.p-reason__list li {
		aspect-ratio: 233 / 120;
	}
}
@media (min-width: 1140px) {
	.p-reason__list li.is-even-row {
	  transform: translateX(80px);
	}
}
.p-reason__list li:nth-child(even) {
	background: #EEEEEE;
}
.p-reason__list li::before,
.p-reason__list li::after {
	content: "";
	border: clamp(15px, 2.3vw, 23px) solid transparent;
	opacity: 50%;
	position: absolute;
}
.p-reason__list li::before {
	border-left-color: #fff;
	border-top-color: #fff;
	left: 0;
	top: 0;
}
.p-reason__list li::after {
	border-right-color: #fff;
	border-bottom-color: #fff;
	right: 0;
	bottom: 0;
}
.p-reason-list__icon {
	border: clamp(5px, 0.8vw, 8px) solid transparent;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	position: absolute;
	right: clamp(5px, 0.8vw, 8px);
	bottom: clamp(5px, 0.8vw, 8px);
	z-index: 1;
}
.p-reason-list__txt {
	font-size: clamp(15px, 2vw, 20px);
}
.p-reason-list__overTxt {
	width: 160%;
	padding: 20px clamp(15px, 3vw, 30px);
	background: #fff;
	border: 6px solid #FFACAC;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	position: absolute;
	left: -25%;
	top: 8px;
	box-sizing: border-box;
	z-index: 2;
	visibility: hidden;
}
@media (min-width: 768px) {
	.p-reason-list__overTxt {
		width: 111%;
		left: 8px;
	}
}
.p-reason__list li:hover {
	z-index: 10 !important;
}
.p-reason__list li:hover .p-reason-list__overTxt {
  visibility: visible;
  animation: fadeIn_sp .2s linear;
}
@media (min-width: 768px) {
	.p-reason__list li:hover .p-reason-list__overTxt {
		animation: fadeIn_pc .2s linear;
	}
}
/* アニメーション */
@keyframes fadeIn_sp {
	from {
		opacity: 0;
		transform: translateY(40px) translateX(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0) translateX(0);
	}
}
@keyframes fadeIn_pc {
	from {
		opacity: 0;
		transform: translateY(80px) translateX(90px);
	}
	to {
		opacity: 1;
		transform: translateY(0) translateX(0);
	}
}
/* 数字で見る DBC
-----------------------------------------------*/
/* Page Title */
.numbersbg {
	padding: 25% 0 0 0;
	height: auto;
	background: url('../../img/recruit/numbers_title_bg.jpg') no-repeat;
  background-size: 160%;
  background-position: 50% 0%;
}
@media (min-width: 751px) {
	.numbersbg {
		background-size: contain;
		padding: 16% 0 0 0;
	}
}
.numbersbg .main01 {
	margin-bottom: 0;
}
.numbersbg .pankuzu {
	margin-bottom: 0;
	padding-bottom: 30px;
}
/* Contents */
.p-numbers {
	padding-top: clamp(50px, 8vw, 80px);
	background: url(../../img/recruit/numbers_bg.jpg) center top / cover;
}
.p-numbers__sec {
	padding-bottom: clamp(60px, 11vw, 110px);
}
.-company {
	--color: #E66565;
}
.-work {
	--color: #4A78A7;
}
.p-numbers__ttl {
	margin-bottom: 8px;
	color: var(--color);
	font-family: "Lexend", sans-serif;
	font-size: clamp(40px, 8vw, 80px);
	font-weight: 500;
}
.p-numbers__list {
	display: grid;
	gap: 20px;
	container-type: inline-size;
}
@media (min-width: 751px) {
	.p-numbers__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(15px, 3.79vw, 40px);
	}
}
.p-numbers-list__item {
	aspect-ratio: 1 / 1;
	padding: 8%;
	background: #fff;
	container-type: inline-size;
}
@media (min-width: 751px) {
	.p-numbers-list__item {
		aspect-ratio: initial;
		padding: 2.448cqw;
	}
}
@media (min-width: 1025px) {
	.p-numbers-list__item {
		aspect-ratio: 1 / 1;
	}
}
.p-numbers-list__item.-span2,
.p-numbers-list__item.-span2_4,
.p-numbers-list__item.-span3 {
	aspect-ratio: initial;
}
@media (min-width: 751px) {
	.p-numbers-list__item.-span2 {
		grid-column: 1 / 4;
	}
	.p-numbers-list__item.-span2_4 {
		grid-column: 1 / 4;
	}
	.p-numbers-list__item.-span3 {
		grid-column: 1 / 4;
	}
}
@media (min-width: 1025px) {
	.p-numbers-list__item.-span2 {
		grid-column: 1 / 3;
	}
	.p-numbers-list__item.-span2_4 {
		grid-column: 2 / 4;
	}
	.p-numbers-list__item.-span3 {
		grid-column: 1 / 4;
	}
}
.p-numbers-list__item.-bg {
	background: var(--color);
}
.p-numbers-list__header {
	display: flex;
	align-items: flex-start;
}
.p-numbers-list__ttl {
	flex-shrink: 0;
	min-width: 4em;
	padding: min(3.174%, 8px) min(4.761%, 12px);
	background: var(--color);
	color: #fff;
	font-size: 9.523cqw;
	font-weight: 700;
	line-height: 1.33;
	text-align: center;
}
@media (min-width: 751px) {
	.p-numbers-list__ttl {
		font-size: clamp(18px, 2.4vw, 24px);
	}
}
.-bg .p-numbers-list__ttl {
	background: #fff;
	color: var(--color);
}
.p-numbers-list__body {
	width: fit-content;
	margin-inline: auto;
}
.p-numbers-list__num {
	color: var(--color);
	line-height: 1;
	font-weight: 700;
}
.-bg .p-numbers-list__num {
	color: #fff;
}
.p-numbers-list__num .-num {
	font-family: "Lexend", sans-serif;
	font-size: 38.095cqw;
	font-weight: 500;
}
.p-numbers-list__num .-unit {
	font-size: 15.873cqw;
	font-weight: 700;
	vertical-align: text-bottom;
}
.p-numbers-list__txt {
	color: var(--color);
	font-size: 14px;
	line-height: 1.428;
}
.-bg .p-numbers-list__txt {
	color: #fff;
}

/* company01 */
.-company01 .p-numbers-list__header img {
	width: 29.285%;
	margin-left: 15.873%;
}
.-company01 .p-numbers-list__num,
.-company02 .p-numbers-list__num {
	margin-top: 10px;
}
/* company02 */
.-company02 .p-numbers-list__header img {
	width: 30.952%;
	margin-left: 14.682%;
}
/* company03 */
.-company03 .p-numbers-list__header img {
	width: 36.507%;
	margin-left: 11.904%;
	margin-top: 10px;
}
.-company03 .p-numbers-list__num {
	margin-top: 10px;
	text-align: center;
}
.-company03 .p-numbers-list__txt {
	margin-top: min(7.666cqw, 23px);
	padding: 0 7px;
}
/* company04 */
.p-numbers-list__item.-company04 {
	display: grid;
}
@media (min-width: 751px) {
	.p-numbers-list__item.-company04 {
		grid-template-columns: 47.635% 1fr;
		gap: 6.756%;
	}
}
.-company04 .p-numbers-list__content {
	container-type: inline-size;
}
.-company04 .p-numbers-list__header img {
	width: 44.68%;
	margin-left: 12.76%;
	transform: translateY(8px);
}
.-company04 .p-numbers-list__num {
	margin-top: -24px;
	text-align: center;
}
.-company04 .p-numbers-list__num .-num {
	font-size: 56.737cqw;
}
.-company04 .p-numbers-list__num .-unit {
	font-size: 14.184cqw;
}
.-company04 .p-numbers-list__ol {
	margin-top: 10px;
}
.-company04 .p-numbers-list__ol ol {
	padding: 25px clamp(20px, 3vw, 30px) 35px;
	box-sizing: border-box;
	background: #FEF3F3;
}
@media (min-width: 751px) {
	.-company04 .p-numbers-list__ol ol {
		max-width: 260px;
	}
}
.-company04 .p-numbers-list__ol ol li {
	color: #E66565;
	font-size: 14px;
	line-height: 1.42;
}
/* company05 */
.-company05 .p-numbers-list__header img {
	width: 37.310%;
	margin-left: 12.698%;
	margin-top: 6px;
}
.p-numbers-list__num.-date {
	display: grid;
	align-items: baseline;
	grid-template-columns: auto auto;
	gap: 0 8px;
	width: fit-content;
	margin-inline: auto;
	margin-top: 17px;
	text-align: right;
}
.p-numbers-list__num.-date .-num {
	font-size: 29.365cqw;
}
.p-numbers-list__num.-date .-num.-month {
	font-size: 23.809cqw;
}
.p-numbers-list__num.-date .-unit {
	font-size: 10.714cqw;
}
/* company06 */
.-company06 .p-numbers-list__header img {
	width: 33.333%;
	margin-left: 12.301%;
}
.p-numbers-list__num.-ratio {
	display: grid;
	justify-content: center;
	align-items: flex-end;
	margin-top: 13.492%;
}
.p-numbers-list__num.-ratio .-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: 1 / 3;
	text-align: center;
}
.p-numbers-list__num.-ratio .-sex {
	font-size: 7.93cqw;
	font-weight: 700;
}
.p-numbers-list__num.-ratio .-num {
	font-size: 38.095cqw;
}
.p-numbers-list__num.-ratio .-colon {
	font-size: 23.809cqw;
	font-weight: 700;
}
.p-numbers-list__num.-ratio .-colon::before {
	content: "";
}
.p-numbers-list__num.-ratio .-colon b {
	align-self: center;
}
/* company07 */
.-company07 .p-numbers-list__header img {
	width: 31.756%;
	margin-left: 13.492%;
	transform: translateY(-4px);
}
/* company08 */
.-company08 .p-numbers-list__header img {
	width: 29.761%;
	margin-left: 19.047%;
}
/* work01 */
.p-numbers-list__item.-work01 {
	display: flex;
	flex-direction: column;
}
@media (max-width: 750px) {
	.p-numbers-list__item.-work01 .p-numbers-list__content {
		display: contents;
	}
	.p-numbers-list__item.-work01 .-img {
		order: 2;
		margin-top: 20px;
	}
	.p-numbers-list__item.-work01 .p-numbers-list__body {
		order: 3;
	}
}
@media (min-width: 751px) {
	.p-numbers-list__item.-work01 {
		flex-direction: row;
		align-items: flex-start;
	}
	.p-numbers-list__item.-work01 .p-numbers-list__content {
		width: 65.54%;
	}
	.p-numbers-list__item.-work01 .p-numbers-list__body {
		margin-inline: initial;
		margin-left: auto;
	}
	.p-numbers-list__item.-work01 .-img {
		width: 34.966%;
		translate: -13%;
	}
}
.p-numbers-list__item.-work01 .p-numbers-list__ttl {
	width: fit-content;
	padding-left: min(7.93cqw, 20px);
	padding-right: min(7.93cqw, 20px);
}
@media (min-width: 751px) {
	.p-numbers-list__item.-work01 .p-numbers-list__num {
		margin-top: 27px;
		text-align: right;
	}
}
.p-numbers-list__item.-work01 .-num {
	font-size: 35.714cqw;
}
@media (min-width: 751px) {
	.p-numbers-list__item.-work01 .-num {
		font-size: 21.79cqw;
	}
}
.p-numbers-list__item.-work01 .-unit {
	font-size: 14cqw;
}
@media (min-width: 751px) {
	.p-numbers-list__item.-work01 .-unit {
		font-size: 6.925cqw;
	}
}
/* work02 */
.-work02 .p-numbers-list__header img {
	width: 33.73%;
	margin-left: 16.269%;
}
.-work02 .p-numbers-list__num {
	margin-top: 25px;
	text-align: center;
}
/* work03 */
.-work03 .p-numbers-list__header img {
	width: 23.412%;
	margin-left: 9.523%;
	transform: translateY(20px);
}
.-work03 .p-numbers-list__header .p-numbers-list__ttl {
	text-align: left;
}
.-work03 .p-numbers-list__num {
	margin-top: 20px;
}
.-work03 .p-numbers-list__txt {
	margin-top: 5px;
}
/* work04 */
.-work04 .p-numbers-list__header img {
	width: 31.746%;
	margin-left: 15.476%;
}
.p-numbers-list__num.-holiday {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between;
	margin-top: 24px;
	margin-left: 10px;
}
.p-numbers-list__num.-holiday .-item {
	display: grid;
}
.p-numbers-list__num.-holiday .-type {
	font-size: 7.936cqw;
	font-weight: 700;
}
.p-numbers-list__num.-holiday .-type.-winter {
	width: 23.809cqw;
	text-align: center;
}
.p-numbers-list__num.-holiday .-num {
	font-size: 23.809cqw;
}
.p-numbers-list__num.-holiday .-unit {
	font-size: 9.523cqw;
}
.-work04 .p-numbers-list__txt {
	margin-top: 14px;
}
/* work05 */
.-work05 .p-numbers-list__header img {
	width: 20.634%;
	margin-left: 13.888%;
}
.p-numbers-list__num.-childcare {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	gap: 15px;
	width: fit-content;
	margin-inline: auto;
	margin-top: 15px;
	font-weight: 700;
	text-align: left;
}
.p-numbers-list__num.-childcare .-sex {
	font-size: 7.936cqw;
}
.p-numbers-list__num.-childcare .-num {
	font-size: 27.777cqw;
	line-height: 0.70em;
}
.p-numbers-list__num.-childcare .-unit {
	font-size: 12.301cqw;
}
.-work05 .p-numbers-list__txt {
	margin-top: 15px;
}
/* work06 */
.-work06 .p-numbers-list__header img {
	width: 31.349%;
	margin-left: 5.555%;
}
@media (min-width: 751px) and (max-width: 1024px) {
	.-work06 .p-numbers-list__header img {
		width: min(6.07vw, 79px);
	}
}
.-work06 .p-numbers-list__num .-num {
	font-size: 36.904cqw;
}
.-work06 .p-numbers-list__num .-small {
	font-size: 22.619cqw;
}
.-work06 .p-numbers-list__num .-unit {
	font-size: 13.095cqw;
}
.-work06 .p-numbers-list__txt {
	margin-top: 5px;
}
/* work07 */
.-work07 .p-numbers-list__header {
	justify-content: space-between;
	gap: 20px;
}
.-work07 .p-numbers-list__header img {
	width: 22.297%;
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__header img {
		margin-right: 13.26%;
	}
}
.-work07 .p-numbers-list__header .p-numbers-list__ttl {
	line-height: 1.15;
}
@media (max-width: 750px) {
	.-work07 .p-numbers-list__header .p-numbers-list__ttl {
		font-size: 7.142cqw;
	}
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__header .p-numbers-list__ttl {
		padding: min(1.858%, 11px) min(4.729%, 28px);
	}
}
.-work07 .p-numbers-list__header .p-numbers-list__ttl small {
	font-size: 5.714cqw;
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__header .p-numbers-list__ttl small {
		font-size: clamp(16px, 1.8vw, 18px);
	}
}
.-work07 .p-numbers-list__num {
	margin-top: 7.14%;
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__num {
		margin-top: -22px;
	}
}
.-work07 .p-numbers-list__num .-max {
	font-size: 13.095cqw;
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__num .-max {
		font-size: 5.574cqw;
	}
}
.-work07 .p-numbers-list__num .-num {
	font-size: 39.682cqw;
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__num .-num {
		font-size: 16.89cqw;
	}
}
.-work07 .p-numbers-list__num .-unit {
	font-size: 11.904cqw;
}
@media (max-width: 750px) {
	.-work07 .p-numbers-list__num .-unit {
		display: block;
		text-align: right;
	}
}
@media (min-width: 751px) {
	.-work07 .p-numbers-list__num .-unit {
		font-size: 5.06cqw;
	}
}
.-work07 .-note {
	text-align: right;
}
@media (max-width: 750px) {
	.-work07 .p-numbers-list__txt {
		margin-top: 5px;
	}
}
/* work08 work09 */
@media (min-width: 751px) {
	.p-numbers-list__item.-span3 {
		padding-left: 3.061%;
		padding-right: 3.061%;
	}
}
.-span3 .p-numbers-list__ttl {
	width: fit-content;
	padding-left: clamp(20px, 4vw, 40px);
	padding-right: clamp(20px, 4vw, 40px);
}
.p-numbers-list__ranking {
	max-width: 824px;
	margin-inline: auto;
	margin-top: 25px;
}
.-work08 .p-numbers-list__ranking img {
	max-width: 731px;
}
.-work09 .p-numbers-list__ranking img {
	max-width: 792px;
}
/* company05 */
.p-numbers-list__item.-company05 {
    grid-column: span 1;
	aspect-ratio: auto;
}
.p-numbers-list__item.-company05 .p-numbers-list__header {
    justify-content: space-between;
}
@media (min-width: 1025px) {
    .p-numbers-list__item.-company05 {
        grid-column: span 2;
    }
.-company05 .p-numbers-list__header img {
    width: 18%;
    margin-top: 0;
	margin-right: 3%;
}

.p-numbers-list__item.-company05 .p-numbers-list__num.-date  {
	display: block;
	margin-top: 0;
}
.p-numbers-list__item.-company05 .p-numbers-list__num.-date .-num  {
	font-size: 20.365cqw;
}
.p-numbers-list__item.-company05 .p-numbers-list__num.-date .-unit  {
	font-size: 6.714cqw;
}
.p-numbers-list__item.-company05 .p-numbers-list__num.-date .-month  {
	font-size: 16.809cqw;
}
}


