@charset "UTF-8";
/* CSS Document */

/* c-nav__wrapper */

.c-nav__wrapper {
	z-index: 9;
}

/* l-container--page */

.l-container--page {
	padding-bottom: 0px;
}


/* c-pagettl */

.c-pagettl__inner::after {
	background-image: url("../../img/data/icon-ttl.png");
	width: 339px;
	height: 311px;
	margin-bottom: -70px;
	margin-right: -40px;
}

/* c-concept */

.c-concept {
	margin-bottom: 100px;
}

/* p-data-container01 */

.p-data-container01 {
	width: 100%;
}

.p-data-container01__inner {
	width: 1090px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:30px 0px;
}

.p-data-container01__inner .item, .p-data-container01__inner .item a {
	width: 344px;
	height: 454px;
	position: relative;
	background-color: #F4F4F4;
	border-radius: 20px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.p-data-container01__inner .item a:hover {
	opacity: 0.5;
}

.p-data-container01__inner .item a::before {
	content: "";
	position: absolute;
right: 20px;
bottom: 20px;
	background-image: url("../../img/data/icon-zoom.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 54px;
	height: 54px;
	mix-blend-mode: multiply;
	transition: .5s;
}

.p-data-container01__inner .data-number, .js_modalCont .data-number {
	position: absolute;
left: 0px;
bottom: 40px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.p-data-container01__inner .number02 .data-number {
bottom: 25px;
}
.p-data-container01__inner .number03 .data-number {
bottom: 25px;
}
.p-data-container01__inner .number04 .data-number {
bottom: 5px;
}

.js_modalCont .data-number {
bottom: 50px;
}

.p-data-container01 h4, .js_modalCont h4 {
	position: absolute;
	width: 100%;
	text-align: center;
left: 50%;
	transform: translateX(-50%);
top: 30px;
	font-size: 26px;
color: #000;
	line-height: 1.6;
	letter-spacing: 0.05em;
font-weight: 600;
}

.p-data-container01 h4 span, .js_modalCont h4 span {
	font-size: 16px;
color: #000;
	line-height: 1.2;
	letter-spacing: 0em;
font-weight: 400;
	display: block;
}
.p-data-container01 h6 span {
	font-size: 16px;
color: #000;
	line-height: 3;
	letter-spacing: 0em;
font-weight: 400;
	display: block;
}

.p-data-container01 h5 img {
	width: 240px;
	height: auto;
}

.p-data-container01 h6, .js_modalCont h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	color: #08A0E9;
	line-height: 0.6;
	font-weight: 700;
}

.p-data-container01 h6::before, .p-data-container01 h6::after, .js_modalCont h6::after {
	content: "";
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 500;
	font-style: normal;
}

.p-data-container01 .number01 h6::after {
	content: "人";
}

.p-data-container01 .number02 h6:nth-child(1)::before {
	content: "";
}

.p-data-container01 .number03 h6:nth-child(1)::after {
	content: "日";
}
.p-data-container01 .number04 h6::after {
	content: "年";
}

.p-data-container01 .number05 h6::after {
	content: "時間";
}

.p-data-container01 .number06 h6::after {
	content: "%";
}

.p-data-container01 .number07 h6::after {
	content: "%";
}

.p-data-container01 .number08 h6::after {
	content: "%";
}

.p-data-container01 .number09 h6::after {
	content: "%";
}
.p-data-container01 .number10 h6::after {
	content: "%";
}


/* ==========================
  モーダル（ポップアップ）
========================== */

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  opacity: 0.75;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.5s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.5s ease forwards;
}
.js_modalBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
backdrop-filter: blur(15px);
}
.js_modalContInner {
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
/*
	overflow-y: scroll;
	padding: 100px 0px;
*/
	/* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.js_modalContInner::-webkit-scrollbar {
 display:none;
}

.js_modalContWrap__wrap {
	width: 1000px;
	position: relative;
}

.js_modalContWrap {
  width: 100%;
	position: relative;
}

.js_modalCont {
  width: 100%;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.js_modalCont__img {
  width: 380px;
	height: 454px;
	background-color: #FCF2ED;
}

.js_modalCont__img-inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.js_modalCont__img-inner h5 img {
	width: 280px;
	height: auto;
}

.js_modalCont__text {
	flex: 1;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	text-align: left;
}

.js_modalCont__text p {
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.jm01 .js_modalCont__text p {
	font-size: 18px;
	margin-bottom: 15px;
}
.jm01 .js_modalCont__text p.txt14 {
	font-size: 14px;
}
.jm02 .js_modalCont__text p {
	width: 450px;
}
.js_modalCont__text ul{
	margin-bottom: 15px;
}
.js_modalCont__text ul li {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: 400;
}

.js_modalCont__text ul li:not(:last-child) {
	margin-bottom: 10px;
}

.js_modalCont__text ul li::before {
	content: "■ ";
	font-size: 16px;
	color: #EE1C23;
}


.js_modalClose {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
	margin-right: -45px;
	margin-top: -45px;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}


.p-data-container01 .text-kome {
	width: 1090px;
	padding-top: 30px;
	text-align: right;
	font-size: 14px;
	padding-bottom: 100px;
}

.sp-view {
	display: none;
}
