@charset "UTF-8";
/*
* レイアウト
*/
#numbers {
  
}
#numbers .commonBgColor {
  width: 100%;
  background-color: #F5F9FF;
}

/*
* 京都電機器ってどんな会社？
*/
#numbers .commonSection {
  position: relative;
  margin: 0;
  padding: 0 0 80px 0;
  z-index: 1;
}
#numbers .commonSection .wrap {
  position: relative;
  z-index: 2;
}
/* 挿絵 */
#numbers .secBetween {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto 120px auto;
  padding: 0;
}
#numbers .secBetween img {
  width: 100%;
  margin: 0;
  border-radius: 8px;
}
/* 数字項目 */
.numberItems {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.numberItems li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - (20px / 2));
  margin: 0;
  padding: 40px 20px;
  background-color: #FFFFFF;
  border: #DBE5F0 1px solid;
  border-radius: 8px;
}
.numberItems .dot {
  width: 24px;
  margin: 0 0 10px 0;
}
.numberItems h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.numberItems .numWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 10px 0;
}
.numberItems .numWrap img.icon {
  object-fit: contain;
  aspect-ratio: 1/1;
  width: 160px;
  height: auto;
  max-width: 50%;
}
.numberItems .numWrap img.iconSingle {
  object-fit: contain;
  width: 100%;
  height: 150px;
  max-width: none;
}
.numberItems .numWrap img.iconSingleBig {
  object-fit: contain;
  width: 100%;
  height: 364px;
  max-width: none;
}
.numberItems .numWrap p.number {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  color: #1B74C1;
  margin: 0;
  padding: 0;
}
.numberItems .numWrap p.number small {
  font-family: 'Noto Sans JP', sans-serif;
  color: #465565;
  font-size: 40px;
  font-weight: 400;
}
.numberItems p.note {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 400;
}
/* カスタム */
.numberItems li.childcareLeave {
  width: calc(55% - (20px / 2));
}
.numberItems li.childcareLeaveUsage {
  width: calc(45% - (20px / 2));
}








/*
* スマホ用 
*/


@media screen and (max-width:992px){

  

/*
* 京都電機器ってどんな会社？
*/
#numbers .commonSection {
  padding: 0 0 60px 0;
}
/* 挿絵 */
#numbers .secBetween {
  max-width: 100%;
}
#numbers .secBetween img {
  margin: 0;
}
/* 数字項目 */
.numberItems {
  gap: 20px;
  margin: 0;
  padding: 0;
}
.numberItems li {
  width: 100%;
  padding: 20px 20px;
}
.numberItems .dot {
  width: 24px;
  margin: 0 0 10px 0;
}
.numberItems h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.numberItems .numWrap {
  margin: 0 0 10px 0;
}
.numberItems .numWrap img.icon {
  width: 100px;
  max-width: 50%;
}
.numberItems .numWrap img.iconSingle {
  height: 100px;
}
.numberItems .numWrap img.iconSingleBig {
  height: 200px;
}
.numberItems .numWrap p.number {
  font-size: 60px;
}
.numberItems .numWrap p.number small {
  font-size: 30px;
}
/* カスタム */
.numberItems li.childcareLeave {
  width: 100%;
}
.numberItems li.childcareLeaveUsage {
  width: 100%;
}











}
