.head-wrap {
  background-image: url(../img/about/hero_2x.jpg);
}
.ptop {
  text-align: center;
}
.ptop .ill {
  margin-bottom: 40px;
}
.ptop .t1 {
  font-size: 1.56rem;
  line-height: 42px;
  font-weight: 600;
  color:var(--main-color);
}
.ptop .yt-desc {
  margin-top: 60px;
}
.yt-desc .btn-l {
  margin-bottom: 30px;
}

.thepage .sec .sb-cont {
  padding-top: 120px;
}
.row-stat-type {
  margin:0 -18px;
}
.row-stat-type>div {
  padding:0 18px;
}
.t-box {
  border:2px solid var(--main-color);
  padding:40px;
  background: #fff;
  font-weight: 600;
  height: 100%;
}
.t-box .n,
.dg-box .n {
  font-weight: 600;
  text-align: center;
  color:var(--main-color);
}
.t-box .n {
  font-size: 1.35rem;
  line-height: 34px;
  margin-bottom: 32px;
}

.t-box .ic {
  text-align: center;
  margin-bottom: 32px;
}
.t-box ul {
  list-style: disc;
  margin:0;
  margin-bottom: -10px;
  padding-left: 22px;
}
.t-box ul li::marker {
  color: var(--main-color);
}
.t-box ul li {
  line-height: 28px;
  margin-bottom: 10px;
}

.row-digi {
  margin:0 -25px;
}
.row-digi>div {
  padding:0 25px;
}
.row-digi .dg-box {
  background: var(--sub1);
  padding:60px 45px;
  height: 100%;
}
.dg-box .n {
  font-size: 1.55rem;
  line-height: 38px;
  margin-bottom: 50px;
}
.dg-box .ill {
  text-align: center;
  margin-bottom: 50px;
}
.dg-box .txt {
  font-size: 0.9rem;
  line-height: 32px;
}
#m3 .note {
  display: inline-block;
  font-size: 0.9375rem;
  margin-top: 10px;
}
#m3 .row-digi.dg2 {
  margin-top:60px;
}

.fixed-smenu.close {
  right: -195px;
}

@media (max-width: 992px) {
  .thepage .sec .sb-cont {
    padding-top: 50px;
  }
  .row-stat-type>div {
    margin-bottom: 30px;
  }
  .row-stat-type>div:last-child {
    margin-bottom: 0;
  }
  .row-digi {
    margin: 0 -18px;
  }
  .row-digi>div {
    padding:0 18px;
  }
  .row-digi .dg-box {
    padding: 40px 30px;
  }
  .dg-box .n {
    font-size: 1.25rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .dg-box .ill {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .head-wrap {
    background-image: url(../img/about/sp/hero_2x.jpg);
  }

  .ptop .t1 {
    font-size: 1.25rem;
    line-height: 32px;
  }
  .ptop .yt-desc {
    margin-top: 30px;
  }

  .row-stat-type,
  .row-digi {
    margin:0 -12px;
  }
  .row-stat-type>div,
  .row-digi>div {
    padding:0 12px;
  }
  .t-box {
    height: auto;
    padding:30px;
  }

  .row-digi>div:first-child {
    margin-bottom: 30px;
  }
}