@charset "UTF-8";
/*
# 変数宣言

変数宣言のためのSCSS
この中にスタイルは記述しない
*/
/*
#　テスト
*/
/*
# mixin

mixin集
 */
/*
# inline-block

usage : @include inline-block;
 */
/*
# inline-block

usage : @include clearfix;
 */
/*
# inline-block

usage : @include fs(16px);
 */
/* -----------------------------------------------------
    override
----------------------------------------------------- */
body {
	height: auto;
}
.section-container {
  overflow: hidden;
  *zoom: 1;
}

.section-inner-container {
  padding: 0;
}

/* -----------------------------------------------------
    sections
----------------------------------------------------- */
.section01 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section01.jpg) no-repeat;
  height: 560px;
}
.section01 .section01-inner {
  position: relative;
  height: 560px;
  display: none;
}
.section01 .country-list {
  position: absolute;
  bottom: 40px;
  width: 882px;
  left: 50%;
  margin-left: -439px;
  height: 102px;
}
.section01 .country-list li {
  width: 76px;
  float: left;
  display: none;
  margin: 4px 4px 0 0;
}
.section01 .country-list li a {
  display: block;
  background: url(/assets/img/common/bg_white40.png);
}
.section01 .country-list li a img{
  width:76px;
  height:auto;
}
.section01 .country-list li a:hover {
  background: #fff;
}
.section01 .country-place li {
  display: none;
  position: absolute;
}
.section01 .country-place .china {
  top: 110px;
  left: 283px;
}
.section01 .country-place .south-korea {
  top: 101px;
  left: 352px;
}
.section01 .country-place .taiwan {
  top: 136px;
  left: 343px;
}
.section01 .country-place .hong-kong {
  top: 136px;
  left: 326px;
}
.section01 .country-place .thailand {
  top: 161px;
  left: 283px;
}
.section01 .country-place .vietnam {
  top: 161px;
  left: 309px;
}
.section01 .country-place .philippines {
  top: 162px;
  left: 343px;
}
.section01 .country-place .singapore {
  top: 204px;
  left: 309px;
}
.section01 .country-place .malaysia {
  top: 196px;
  left: 292px;
}
.section01 .country-place .indonesia {
  top: 196px;
  left: 352px;
}
.section01 .country-place .india {
  top: 136px;
  left: 240px;
}
.section01 .country-place .united-kingdom {
  top: 50px;
  left: 51px;
}
.section01 .country-place .finland {
  top: 6px;
  left: 103px;
}
.section01 .country-place .sweden {
  top: 15px;
  left: 103px;
}
.section01 .country-place .germany {
  top: 60px;
  left: 86px;
}
.section01 .country-place .belgium {
  top: 60px;
  left: 68px;
}
.section01 .country-place .france {
  top: 68px;
  left: 68px;
}
.section01 .country-place .ukraine {
  top: 68px;
  left: 128px;
}
.section01 .country-place .spain {
  top: 85px;
  left: 52px;
}
.section01 .country-place .austria {
  top: 68px;
  left: 94px;
}
.section01 .country-place .czech-republic {
  top: 58px;
  left: 94px;
}
.section01 .country-place .switzerland {
  top: 76px;
  left: 85px;
}
.section01 .country-place .hungary {
  top: 69px;
  left: 112px;
}
.section01 .country-place .slovakia {
  top: 80px;
  left: 94px;
}
.section01 .country-place .netherlands {
  top: 60px;
  left: 77px;
}
.section01 .country-place .italy {
  top: 85px;
  left: 94px;
}
.section01 .country-place .czech_republic {
  top: 58px;
  left: 94px;
}
.section01 .country-place .poland {
  top: 58px;
  left: 103px;
}
.section01 .country-place .norway {
  top: 15px;
  left: 85px;
}
.section01 .country-place .slovenia {
  top: 75px;
  left: 103px;
}
.section01 .country-place .south-africa {
  top: 265px;
  left: 111px;
}
.section01 .country-place .america {
  top: 75px;
  left: 661px;
}
.section01 .country-place .canada {
  top: 24px;
  left: 601px;
}
.section01 .country-place .ireland {
  top: 58px;
  left: 34px;
}
.section01 .country-place .australia {
  top: 246px;
  left: 369px;
}
.section01 .country-place .brazil {
  top: 213px;
  left: 782px;
}
.section01 .country-place .mexico {
  top: 136px;
  left: 653px;
}
.section01 .country-place .saudi-arabia {
  top: 128px;
  left: 154px;
}
.section01 .country-place .uae {
  top: 136px;
  left: 189px;
}
.section01 .country-place .bahrain {
  top: 136px;
  left: 180px;
}
.section01 .country-place .danmark {
  top: 43px;
  left: 85px;
}
.section01 .country-place .malta {
  top: 95px;
  left: 94px;
}
.section01 .country-place .iran {
  top: 103px;
  left: 189px;
}
.section01 .country-place .turkey {
  top: 96px;
  left: 128px;
}
.section01 .country-place .kuwait {
  top: 120px;
  left: 171px;
}
.section01 .country-place .estonia {
  top: 26px;
  left: 103px;
}
.section01 .countup {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -80px;
  color: #fff;
}
.section01 .countup .num {
  font-size: 1167%;
  font-family: 'Oswald', sans-serif;
}
.section01 .countup .mid {
  font-size: 334%;
}
.section01 .countup .large {
  font-size: 500%;
}

.section02 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section02.jpg) no-repeat;
  height: 246px;
}
.section02 .section02-inner {
  position: relative;
  height: 246px;
  display: none;
}
.section02 h2 {
  text-align: center;
  color: #fff;
  font-size: 184%;
  padding-top: 5px;
  margin-bottom: 20px;
}
.section02 ul {
  margin-left: 60px;
}
.section02 ul li {
  position: relative;
  height: 35px;
  margin-bottom: 20px;
  color: #fff;
}
.section02 ul li .year {
  font-size: 150%;
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: 500;
}
.section02 ul li .plane {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 35px;
  background: url(/recruit/fresh/company/assets/img/express_numerically/illust_plane.png) no-repeat right center;
}
.section02 ul li .countup {
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
}
.section02 ul li .countup .num {
  font-size: 300%;
  font-family: 'Oswald', sans-serif;
  line-height: 36px;
  *line-height: 50px;
  letter-spacing: 2px;
}
.section02 ul li .countup .mid {
  font-size: 184%;
}

.left-column {
  float: left;
  width: 425px;
}

.right-column {
  float: right;
  width: 505px;
}

.left-column-02 {
  float: left;
  width: 322px;
}

.right-column-02 {
  float: right;
  width: 608px;
}

.section03 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section03.jpg) no-repeat;
  height: 335px;
  color: #fff;
}
.section03 .section03-inner {
  position: relative;
  height: 335px;
  display: none;
}
.section03 .male {
  position: absolute;
  width: 161px;
  height: 254px;
  left: 39px;
  top: 49px;
  background: url(/recruit/fresh/company/assets/img/express_numerically/icon_male.png) no-repeat;
}
.section03 .male .male-graph {
  position: absolute;
  top: 0;
}
.section03 .female {
  position: absolute;
  width: 161px;
  height: 254px;
  left: 224px;
  top: 49px;
  background: url(/recruit/fresh/company/assets/img/express_numerically/icon_female.png) no-repeat;
}
.section03 .female .female-graph {
  position: absolute;
  top: 0;
}
.section03 .text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  font-size: 150%;
}
.section03 .countup {
  position: absolute;
  top: 36px;
  width: 85%;
  margin-right: 15%;
  margin-left: 5.5%;
  margin-top: 4%;
  text-align: right;
  font-size: 0.84em;
}
.section03 .countup .num {
  font-size: 500%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.section03 .countup .mid {
  font-size: 334%;
}

.section04 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section04.jpg) no-repeat;
  height: 335px;
  color: #fff;
}
.section04 .section04-inner {
  position: relative;
  height: 335px;
  display: none;
}
.section04 .metalex {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 167px;
  height: 236px;
  background: url(/recruit/fresh/company/assets/img/express_numerically/illust_building.png) no-repeat;
}
.section04 .metalex .title {
  padding-top: 45px;
  text-align: center;
  font-size: 167%;
}
.section04 .metalex .countup {
  position: absolute;
  top: 65px;
  left: 10px;
  letter-spacing: 2px;
}
.section04 .metalex .countup .num {
  font-size: 834%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0px;
}
.section04 .metalex .countup .mid {
  font-size: 334%;
}
.section04 .metalex .countup .decimal {
  font-size: 58%;
}
.section04 .allover {
  position: absolute;
  top: 50px;
  left: 277px;
  width: 167px;
  height: 236px;
  background: url(/recruit/fresh/company/assets/img/express_numerically/illust_building.png) no-repeat;
}
.section04 .allover .title {
  padding-top: 57px;
  text-align: center;
  font-size: 167%;
}
.section04 .allover .countup {
  position: absolute;
  top: 75px;
  left: 10px;
}
.section04 .allover .countup .num {
  font-size: 584%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.section04 .allover .countup .mid {
  font-size: 334%;
}
.section04 .allover .countup .decimal {
  font-size: 58%;
}
.section04 .bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
}

.section05 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section05.jpg) no-repeat;
  height: 335px;
  color: #fff;
}
.section05 .section05-inner {
  position: relative;
  height: 335px;
  display: none;
}
.section05 .clock {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  width: 322px;
  top: 89px;
}
.section05 .clock .title {
  font-size: 233.4%;
  letter-spacing: 0.05em;
}
.section05 .clock .time {
  line-height: 90px;
  font-size: 568.2%;
  letter-spacing: 4px;
}
.section05 .clock .period,
.section05 .clock .suffix {
  font-size: 46.7%;
  letter-spacing: 0;
  position: relative;
  top: -0.05em;
}
.section05 .clock .period {
    padding: 0 0.1em;
}
.section05 .clock .suffix {
  padding-left: 0.1em;
}
.section05 .clock .integer,
.section05 .clock .decimal {
  font-family: 'Oswald', sans-serif;
  font-size: 100%;
}
.section05 .clock .time .hide {
  visibility: hidden;
}
.section05 .clock .note {
  font-size: 117%;
  text-align: right;
}
.section05 ul {
  position: absolute;
  bottom: 40px;
  width: 878px;
  left: 50%;
  margin-left: -439px;
}
.section05 ul li {
  display: none;
  position: relative;
  width: 138px;
  float: left;
  margin-left: 10px;
}
.section05 ul li:first-child {
  margin-left: 0;
}
.section05 ul li .bar-data {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.section05 ul li .bar-data .bar {
  display: block;
  background: #fff;
}
.section05 ul li .bar-data .countup {
  text-align: center;
}
.section05 ul li .bar-data .countup .num {
  font-size: 334%;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.section05 ul li .bar-data .countup .mid {
  font-size: 300%;
}
.section05 ul li .period {
  font-size: 134%;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 30px;
  background: url(/assets/img/common/bg_white40.png);
}

.section06 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section06.jpg) no-repeat;
  height: 335px;
  color: #fff;
}
.section06 .section06-inner {
  position: relative;
  height: 335px;
  display: none;
}
.section06 .metalex {
  position: absolute;
  width: 267px;
  height: 267px;
  top: 34px;
  left: 160px;
  overflow: hidden;
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_circle.png) no-repeat;
  text-align: center;
  background-size: 100% auto;
}
.section06 .metalex .title {
  position: absolute;
  top: 58px;
  width: 100%;
  font-size: 166.7%;
  letter-spacing: 0;
}
.section06 .metalex canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 267px;
  height: 267px;
}
.section06 .metalex .countup {
  position: absolute;
  width: 100%;
  top: 70px;
}
.section06 .metalex .countup .num {
  line-height: 130px;
  font-size: 628.7%;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
}
.section06 .metalex .countup .mid {
  font-size: 314.35%;
}
.section06 .metalex .countup .decimal {
  font-size: 47%;
}
.section06 .metalex .note {
  position: absolute;
  width: 100%;
  top: 183px;
  font-size: 125%;
  line-height: 1.4;
}
.section06 .metalex .note .date {
  font-size: 150%;
}
.section06 .metalex .note span {
  font-size: 100%;
}
.section06 .allover {
  position: absolute;
  width: 208px;
  height: 208px;
  top: 64px;
  text-align: center;
  left: 356px;
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_circle.png) no-repeat;
  background-size: 100% auto;
}
.section06 .allover .title {
  position: absolute;
  top: 35px;
  width: 100%;
  font-size: 137.4%;
}
.section06 .allover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 208px;
}
.section06 .allover .countup {
  position: absolute;
  width: 100%;
  top: 50px;
}
.section06 .allover .countup .num {
  line-height: 90px;
  font-size: 550%;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
}
.section06 .allover .countup .mid {
  font-size: 275%;
}
.section06 .allover .countup .decimal {
  font-size: 45%;
}
.section06 .allover .note {
  position: absolute;
  width: 100%;
  top: 137px;
  line-height: 20px;
  font-size: 125%;
}
.section06 .allover .note span {
  font-size: 100%;
}
.section06 .allover .note .date {
  font-size: 150%;
}

.section07 {
  background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section07.jpg) no-repeat;
  height: 620px;
  color: #fff;
}
.section07 .section07-inner {
  position: relative;
  height: 620px;
  display: none;
}
.section07 li {
  display: none;
  position: absolute;
}
.section07 li.overseas {
  width: 239px;
  height: 120px;
  top: 64px;
  left: 160px;
}
.section07 li.overseas .countup {
  right: 50px;
  top: 55px;
}
.section07 li.hokkaido {
  width: 284px;
  height: 113px;
  top: 121px;
  left: 546px;
}
.section07 li.hokkaido .countup {
  right: 50px;
  top: 55px;
}
.section07 li.hokkaido .title {
  right: auto;
  left: 0;
}
.section07 li.hokkaido .title img {
  right: auto;
  left: 0;
}
.section07 li.chubu {
  width: 193px;
  height: 123px;
  top: 245px;
  left: 249px;
}
.section07 li.chubu .countup {
  left: 50px;
  top: 55px;
}
.section07 li.kanto {
  width: 377px;
  height: 93px;
  top: 276px;
  left: 498px;
}
.section07 li.kanto .countup {
  right: 0px;
  top: 55px;
}
.section07 li.kanto .title {
  right: auto;
  left: 0;
}
.section07 li.kanto .title img {
  right: auto;
  left: 0;
}
.section07 li.kansai {
  width: 294px;
  height: 122px;
  top: 386px;
  left: 393px;
}
.section07 li.kansai .countup {
  right: 0px;
  top: 55px;
}
.section07 li.kansai .title {
  right: auto;
  left: 0;
}
.section07 li.kansai .title img {
  right: auto;
  left: 0;
}
.section07 li.chugoku {
  width: 185px;
  height: 121px;
  top: 473px;
  left: 325px;
}
.section07 li.chugoku .countup {
  right: 50px;
  top: 55px;
}
.section07 li.chugoku .title {
  right: auto;
  left: 0;
}
.section07 li.chugoku .title img {
  right: auto;
  left: 0;
}
.section07 li.kyushu {
  width: 209px;
  height: 120px;
  top: 444px;
  left: 50px;
}
.section07 li.kyushu .countup {
  left: 50px;
  top: 55px;
}
.section07 li .countup {
  position: absolute;
}
.section07 li .countup .num {
  line-height: 60px;
  *line-height: 80px;
  font-size: 667%;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
}
.section07 li .countup .mid {
  font-size: 234%;
}
.section07 li .title {
  position: absolute;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}
.section07 li .title img {
  position: absolute;
  right: 0;
  top: 0;
}


@media screen and (max-width: 767px) {
  #main {
    padding: 0;
  }
  .main-container{
    width: 100%;
    font-size: 4.17vw;
    margin: 0 auto 13.4%;
  }
  .section-container {
      margin-bottom: 0;
  }
  .left-column,
  .right-column,
  .left-column-02,
  .right-column-02{
    width:100%;
  }
  .hdg-02{
    font-size: 1.15em;
    padding: 2.9% 5.4% 3.1%;
    letter-spacing: 0.04em;
  }
  .hdg-02 span.sub {
      font-size: 65%;
  }
  .section01 {
      background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section01_sp.jpg) no-repeat;
      background-size: cover;
      height: 96.8vw;
      margin-bottom: -1px;
  }
  .section01 .section01-inner {
      height: 96.8vw;
  }
  .section01 .countup {
    top: 0;
    left: 0;
    margin: 2.8% 0 0 35.4%;
    font-size: 0.5em;
  }
  .section01 .country-list {
      top: 0px;
      bottom: auto;
      width: 100%;
      left: 0%;
      margin: 46.9% 0 0 5.4%;
      height: 80vw;
  }
  .section01 .country-list li {
      width: 17%;
      float: left;
      display: none;
      margin: 1.05% 1.05% 0 0;
  }
  .section01 .country-list li a img {
      width: 100%;
      height: auto;
  }
   .section01 .country-place{
     transform: scale(0.412);
     position: absolute;
     left: -2.4%;
     margin-top: -2.2%;
   }
   .section01 .country-place li {
     transform-origin: 50% 100%;
     transform: scale(1.3);
  }
  .section02 {
      background: url(/recruit/fresh/company/assets/img/express_numerically/bg_section02_sp.jpg) no-repeat;
      background-size: cover;
      height: 45.1vw;
      position: relative;
  }
  .section02 .section02-inner {
      height: 45.1vw;
  }
  .section02 h2 {
      font-size: 0.88em;
      padding-top: 1.8%;
      margin-bottom: 2.6%;
  }
  .section02 ul {
    margin-left: 5.2%;
    transform: scale(0.38);
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    margin-top: 10%;
  }
  .section02 ul li {
    height: 1em;
    margin-bottom: 8%;
    font-size: 1.63em;
    white-space: nowrap;
  }
  .section02 ul li .year {
    font-size: 150%;
    top: -10%;
  }
  .section02 ul li .plane {
    height: 23vw;
    background-size: 410vw;
   }
  .section02 ul li .countup .num {
    font-size: 300%;
    line-height: 0.9em;
    letter-spacing: normal;
    font-size: 76.47px;
  }
  .section02 ul li .countup .mid {
    font-size: 184%;
  }
  .section03 {
      height: 77.4vw;
      background-size: cover;
  }
  .section03 .section03-inner {
      height: 77.4vw;
  }
  .section03 .male {
      width: 38.2%;
      height: 60vw;
      left: 0;
      top: 0;
      margin: 10.1% 0 0 9.1%;
      background-size: contain;
  }
  .section03 .male .male-graph {
    width: 100%;
  }
  .section03 .female {
    width: 38.2%;
    height: 60vw;
    left: 0;
    top: 0;
    margin: 10.1% 0 0 53%;
    background-size: contain;
  }
  .section03 .female .female-graph {
    width: 100%;
  }
  .section03 .text {
    font-size: 120%;
    font-weight: 600;
  }
  .section03 .countup {
    top: 0;
    width: 85%;
    margin: 25.3% 0 0 5.9%;
    font-size: 0.62em;
  }
  .section03 .countup .num {
    font-size: 450%;
    letter-spacing: auto;
  }
  .section03 .countup .mid {
    font-size: 334%;
  }
  .section04 {
    height: 77.1vw;
    background-size:cover;
  }
  .section04 .section04-inner {
    height: 77.1vw;
  }
  .section04 .metalex {
    top: 0;
    left: 0;
    margin: 16.8% 0 0 11.5%;
    width: 33.2%;
    height: 45.6vw;
    background-size: cover;
  }
  .section04 .metalex .title {
    padding-top: 1.9em;
    font-size: 0.95em;
    font-weight: 600;
  }
  .section04 .metalex .countup {
    top: 0;
    left: 0;
    letter-spacing: normal;
    margin: 31% 0 0 8.4%;
  }
  .section04 .metalex .countup .num {
    font-size: 400%;
  }
  .section04 .metalex .countup .mid {
    font-size: 250%;
  }
  .section04 .metalex .countup .decimal {
    font-size: 58%;
  }
  .section04 .allover {
    height: 236px;
    top: 0;
    left: 0;
    margin: 16.8% 0 0 54.8%;
    width: 33.2%;
    height: 45.6vw;
    background-size: cover;
  }
  .section04 .allover .title {
    padding-top: 1.9em;
    font-size: 0.95em;
    font-weight: 600;
  }
  .section04 .allover .countup {
    top: 0;
    left: 0;
    letter-spacing: normal;
    margin: 43.9% 0 0 5.7%;
  }
  .section04 .allover .countup .num {
    font-size: 270%;
    letter-spacing: 2px;
  }
  .section04 .allover .countup .mid {
    font-size: 234%;
  }
  .section04 .allover .countup .decimal {
    font-size: 82%;
  }
  
  .section05 {
    height: 45.8vw;
    background-image: url(/recruit/fresh/company/assets/img/express_numerically/bg_section05_sp.jpg);
    background-size:cover;
  }
  .section05 .section05-inner {
    height: 45.8vw;
  }
  .section05 .clock {
    width: 100%;
    top: 1.85em;
  }
  .section05 .clock .title {
    font-size: 1.535em;
    letter-spacing: 0.06em;
  }
  .section05 .clock .time {
    line-height: 1;
    font-size: 3.515em;
    letter-spacing: 0;
    padding: 0.1em 0 0;
  }
  .section05 .clock .period, .section05 .clock .suffix {
    font-size: 0.507em; 
  }
  .section05 .clock .note {
    font-size: 0.7em;
    text-align: center;
  }
  .section05 ul {
    bottom: 7.3%;
    width: 100%;
    left: 0;
    margin-left: 8.9%;
    zoom: 1;
    -ms-transform: scale(0.53);
    -webkit-transform: scale(0.53);
    transform: scale(0.53);
    width: 188.56%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .section05 ul li {
    width: 14.2%;
    margin-left: 2.75%;
  }
  .section05 ul li .bar-data {
    bottom: 0;
    width: 100%;
    margin-bottom: 98%;
  }
  .section05 ul li .bar-data .countup .num {
    font-size: 334%;
    letter-spacing: 2px;
  }
  .section05 ul li .bar-data .countup .mid {
    font-size: 300%;
  }
  .section05 ul li .period {
    font-size: 1.6em;
    width: 100%;
    line-height: 1em;
    padding-top: 7.693%;
    height: 0;
    padding-bottom: 90%;
  }
  .section05 ul li .period b{
    transform: scale(0.6);
    display: inline-block;
  }
  .section06 {
    height: 66.5vw;
    background-image: url(/recruit/fresh/company/assets/img/express_numerically/bg_section06_sp.jpg);
    background-size: cover;
  }
  .section06 .section06-inner {
    height: 66.5vw;
  }
  .section06 .metalex {
    width: 49.2%;
    height: 0;
    padding-bottom: 49.2%;
    top: 0;
    left: 20%;
    margin: 8.9% 0 0 6%;
    background-size: 100% auto;
  }
  .section06 .metalex .title {
    top: 9.2vw;
    font-weight: 600;
    font-size: 0.9em;
  }
  .section06 .metalex canvas {
    width: 100%;
    height: 100%;
  }
  .section06 .metalex .countup {
    top: 15vw;
  }
  .section06 .metalex .countup .num {
    line-height: 1;
    font-size: 3.8em;
  }
  .section06 .metalex .countup .mid {
    font-size: 2em;
  }
  .section06 .metalex .countup .decimal {
    font-size: 47%;
  }
  .section06 .metalex .note {
    width: 100%;
    top: 31.8vw;
    font-size: 0.86em;
    font-weight: 600;
  }
  .section06 .metalex .note .date {
    font-size: 100%;
  }
  .section06 .metalex .note span {
    font-size: 75%;
  }
  .section06 .allover {
    width: 33.7%;
    height: 0;
    padding-bottom: 33.7%;
    top: 0;
    left: 0;
    margin: 16.9% 0 0 59.6%;
    background-size: 100% auto;
  }
  .section06 .allover .title {
    top: 4.4vw;
    font-weight: 600;
    font-size: 0.8em;
  }
  .section06 .allover canvas {
    width: 100%;
    height: 100%;
  }
  .section06 .allover .countup {
    top: 8.8vw;
  }
  .section06 .allover .countup .num {
    line-height: 1;
    font-size: 2.6em;
  }
  .section06 .allover .countup .mid {
    font-size: 1.4em;
  }
  .section06 .allover .countup .decimal {
    font-size: 45%;
  }
  .section06 .allover .note {
    top: 20.7vw;
    line-height: 1.4em;
    font-size: 0.7em;
    font-weight: 600;
  }
  .section06 .allover .note .date {
    font-size: 100%;
  }
  .section06 .allover .note span {
    font-size: 73%;
  }
}