@charset "utf-8";
/* number */
.sub02_mv.number::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/suv02_ill.png);
}
/* 共通 */
.num_Box,.num_private {
  margin-bottom: 100px;
}
.num_Box ul {
  gap: 30px;
}
.num_Box ul li,.num_private .num_placeBox_1col,.num_workBox_1col,.num_privateBox_2col ul li,.num_department_Box {
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(#3551a4),
    color-stop(50%, #2c8ec4),
    to(#31cdb0)
  );
  background: -o-linear-gradient(
    left,
    #3551a4 0%,
    #2c8ec4 50%,
    #31cdb0 100%
  );
  background: linear-gradient(
    90deg,
    #3551a4 0%,
    #2c8ec4 50%,
    #31cdb0 100%
  );
  border-radius: 30px;
  padding: 2px;
  margin-bottom: 30px;
  height: auto;
}
.num_Box_inner {
  background-color: #f5f4f0;
  border-radius: 30px;
  height: 100%;
}
.num_Box figure {
  margin: 0 auto;
}
.num_ttl {
  font-size: 26px;
  font-weight: bold;
}
.num_ttl_ico,
.num_data {
  color: #3456a7;
}
.num_data {
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px;
}
.unit {
  font-size: 20px;
  font-weight: bold;
}
.ranking {
  width: 50px;
  margin-right: 10px;
}
/* company */
.num_companyBox_3col .num_ttl,
.num_companyBox_3col .num_txtBox {
  text-align: center;
}
.num_companyBox_3col figure {
  width: 50%;
}
.num_companyBox_2col li {
  width: 50%;
}
.num_companyBox_2col .num_Box_inner {
  padding: 5%;
}
.num_companyBox_2col .flex.rev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.num_companyBox_2col figure {
  width: 40%;
  padding-right: 5%;
}
.num_companyBox_2col .num_txtBox {
  width: 60%;
  padding-left: 5%;
}
.num_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.num_2col_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
/* private */
.num_private .num_Box_inner {
  padding: 3%;
  height: 100%;
}
.num_private .num_placeBox_1col figure {
  width: 33%;
}
.num_placeBox_1col .num_Box_inner .num_txtBox {
  width: 60%;
}
.num_placeBox_1col .num_Box_inner .num_txtBox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.num_placeBox_1col ul li {
  border-bottom: 2px dotted #b3b3b3;
  padding: 10px;
  margin-bottom: 10px;
}
.num_placeBox_1col li .place_ttl {
  width: 150px;
  font-size: 22px;
  font-weight: bold;
}
.num_workBox_1col ul li {
  text-align: center;
}
.num_workBox_1col ul li:not(:last-child) {
  border-right: 2px dotted #b3b3b3;
  padding-right: 10px;
  margin-right: 10px;
}
.num_workBox_1col ul li figure {
  width: 50%;
  margin: 0 auto;
}
.num_work_subttl {
  font-weight: bold;
}
.num_privateBox_2col ul {
  gap: 30px;
}
.num_privateBox_2col li {
  width: calc(50% - 15px);
  position: relative;
}
.num_privateBox_2col li::before {
  position: absolute;
  content: "";
  background-image:  url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/commute_ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 80px;
  top: 5%;
  right: 5%;
  z-index: 1;
}
.num_privateBox_2col li:nth-child(2):before {
  background-image:  url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/car_ico.png);
  width: 120px;
}
.num_privateBox_2col_inner {
  padding: 5% 8%;
}
.num_privateBox_2colttl {
  font-size: 20px;
  font-weight: bold;
}
.ranking {
  display: inline-block;
  width: 50px;
  padding-right: 10px;
}
.num_privateBox_2col_inner .num_privateBox_2col_innerBox {
  border-bottom: 2px dotted #b3b3b3;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.num_privateBox_2colttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
.num_privateBox_2col_subBox {
  gap: 10px;
}
.num_privateBox_2col_subBox .num_privateBox_2colttl {
  font-size: 20px;
  width: 100px
}
.num_privateBox_2col_subBox .num_data {
  font-size: 40px;
}
/* department */
.num_department_Box {
  position: relative;
}
.num_department_Box::before {
  content: "";
  position: absolute;
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/department_01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 110px;
  height: 100px;
  bottom: 5%;
  right: 5%;
}
.num_department_Box02::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/department_02.png);
}
.num_department_Box03::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/department_03.png);
}
.num_department_Box04::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/department_04.png);
}
.num_department_Box05::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/department_05.png);
}
.num_department_Box06::before {
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/department_06.png);
}
.num_department_Box:not(:last-of-type) {
  margin-bottom: 30px;
}
.num_department_Box:last-of-type {
  margin-bottom: 120px;
}
.num_department_Box .num_Box_inner {
  padding: 3%;
  height: 100%;
}
.num_rankingBox{
  width: 50%;
}
.num_department_Box .num_txtBox {
  width: 45%;
  font-weight: bold;
  font-size: 20px;
}
.num_txtBox_subttl {
  color: #fff;
  background: -o-linear-gradient(left, #3551a4, #2c8ec4 50%, #31cdb0);
  background: -webkit-gradient(linear, left top, right top, from(#3551a4), color-stop(50%, #2c8ec4), to(#31cdb0));
  background: linear-gradient(90deg, #3551a4, #2c8ec4 50%, #31cdb0);
  display: inline-block;
  padding: 0 10px;
  text-shadow: rgba(4, 0, 0, .6) 1px 0 10px;
  font-size: 22px;
  margin-bottom: 20px;
}
.num_department_Box .num_Box_inner {
  padding: 3%;
  height: 100%;
  background:  url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/suv02_bg.jpg) left top repeat;
  background-size: 20px 20px;
}
.num_department_Box li {
  margin-bottom: 20px;
}
.num_department .num_ttl {
  margin-bottom: 30px;
}
.num_department_innerBox {
  padding: 0 5%;
}
.num_department_Boxttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.num_private .num_department_innerBox {
  padding: 0 5%;
  align-items: center;
}
.num_private_Box::before {
  content: "";
  position: absolute;
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/hobby_ico.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 200px;
  height: 140px;
  bottom: 5%;
  right: 5%;
}
.num_private_Box02::before {
  width: 170px;
  height: 150px;
  background-image: url(/shinsotsu/wp/wp-content/themes/shinsotsu/img/number/food_ico.png);
}
@media only screen and (max-width: 1024px) {
  .num_Box, .num_private {
    margin-bottom: 60px;
  }
  .num_Box_inner {
    padding: 5%;
  }
  .num_ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .num_data {
    font-size: 48px;
  }
  .unit {
    font-size: 18px;
  }
  .num_companyBox_3col figure {
    width: 45%;
    margin-bottom: 20px;
  }
  .num_companyBox_2col li {
    width: 100%;
  }
  .num_companyBox_2col figure {
    width: 48%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .num_companyBox_2col .num_txtBox {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .num_private .num_placeBox_1col figure {
    width: 80%;
    margin: 0 auto;
  }
  .num_placeBox_1col .num_Box_inner .num_txtBox {
    width: 100%;
  }
  .num_workBox_1col ul li:not(:last-child) {
    border-right: none;
    border-bottom: 2px dotted #b3b3b3;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .num_privateBox_2col li {
    width: 100%;
  }
  .ranking {
    width: 30px;
    padding-right: 3px;
  }
  .num_private .num_Box_inner {
    padding: 5%;
  }
  .num_privateBox_2colttl {
    font-size: 20px;
  }
  .num_privateBox_2col .num_ttl {
    text-align: left;
  }
  .num_privateBox_2col li::before {
    width: 60px;
    height: 60px;
    top: 3%;
    right: 5%;
  }
  .num_privateBox_2col_subBox .num_privateBox_2colttl {
    font-size: 16px;
    width: 100px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .num_privateBox_2col_subBox .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .num_privateBox_2col_inner {
    padding: 3%;
  }
  .num_privateBox_2col li:nth-child(2):before {
    width: 80px;
  }
  .num_workBox_1col ul li figure {
    width: 40%;
    margin: 0 auto;
  }
  .num_department .num_ttl {
    margin-bottom: 20px;
  }
  .num_department .num_privateBox_2col_innerBox > p:last-child {
    margin-left: 0;
    white-space: wrap;
  }
  .num_rankingBox {
    width: 100%;
  }
  .num_department_innerBox {
    padding: 0;
  }
  .num_department_innerBox .ranking {
    width: 30px;
    padding-right: 0;
    margin-left: 0;
  }
  .num_department_Boxttl {
    font-size: 18px;
  }
  .num_department_Box .num_txtBox {
    width: 100%;
    font-size: 16px;
  }
  .num_txtBox_subttl {
    padding: 0 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .num_department_Box .num_Box_inner {
    padding: 5% 5% 10% 5%;
  }
  .num_department_Box::before {
    width: 60px;
    height: 60px;
    bottom: 5%;
    right: 5%;
  }
  .num_department_Box:last-of-type {
    margin-bottom: 60px;
  }
  .num_private_Box::before {
    width: 150px;
    height: 120px;
  }
  .num_private_Box02::before {
    width: 130px;
    height: 100px;
  }
}

