.thepage .p-head:before {
  background-image: url(../img/workplace/hero@2x.jpg);
  width: 65.33333%;
}
.thepage .p-head .h-bg {
  background-color: #869BDD;
}
.p-head .ht:before {
  width: 233px;
  height: 65px;
  background-image: url(../img/workplace/hero-sub-catch.svg);
}

.r-tt {
  margin-bottom: 50px;
}
.r-tt h2:before,
.r-tt h2:after {
  background:#869BDD;
}

main .sec-top {
  padding-bottom: 100px;
}
main .sec {
  padding:120px 0;
}

.row-sm .sm-i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 180px;
  height: 180px;
  border:1px solid #63B4C6;
  border-radius: 50%;
  background:#fff;
  margin:auto;
}
.row-sm .sm-i:before {
  content:"";
  position: absolute;
  bottom: 40px;
  left:0;
  right:0;
  margin:auto;

  background: no-repeat center url(../img/workplace/btn-arrow-down-01.svg);
  background-size: 100%;
  width: 17px;
  height: 17px;
}
.row-sm .sm-i.m2:before {
  background: no-repeat center url(../img/workplace/btn-arrow-down-02.svg);
  background-size: 100%;
}
.row-sm .sm-i.m3:before {
  background: no-repeat center url(../img/workplace/btn-arrow-down-03.svg);
  background-size: 100%;
}
.row-sm .sm-i:hover:before {
  background: no-repeat center url(../img/workplace/btn-arrow-down-white.svg)!important;
  background-size: 100%!important;
}
.row-sm .sm-i.m1:hover {
  background: #63B4C6;
}
.row-sm .sm-i.m2:hover {
  background: #4488B1;
}
.row-sm .sm-i.m3:hover {
  background: #485AA3;
}

.row-sm .sm-i span {
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  color:#63B4C6;
}
.row-sm .sm-i.m3 span {
  font-size: 20px;
}
.row-sm .sm-i.m2 {
  border:1px solid #4488B1;
}
.row-sm .sm-i.m3 {
  border:1px solid #485AA3;
}
.row-sm .sm-i.m2 span {color:#4488B1;}
.row-sm .sm-i.m3 span {color:#485AA3;}
.row-sm .sm-i:hover {
  text-decoration: none;
}
.row-sm .sm-i:hover span {
  color:#fff;
}

.sec.edu .desc {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 60px;
}
.sec.edu .desc .hl {
  color:#F55B73;
}
.st-graph {
  text-align: center;
  margin-bottom: 60px;
}
.st-graph img {
  border-radius: 16px;
}

.oth {
  margin-bottom: 60px;
}
.oth .t {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
}
.tag-list .tag {
  display: inline-block;
  margin-right: 14px;
  color:#fff;
  font-size: 18px;
  line-height: 20px;
  padding:15px 20px;
  border-radius:6px;
  background: #63B4C6;
  margin-bottom: 16px;
}
.tag-list .tag:last-child {
  margin-right: 0;
}
.row-gal {
  margin:0 -10px;
}
.row-gal>div {
  padding:0 10px;
  margin-bottom: 20px;
}
.row-gal figure img {
  border:2px solid #fff;
  border-radius: 8px;
}

.ben-voice {
  text-align: center;
  margin-bottom: 60px;
}
.ben .oth {
  margin-bottom: 0;
}
.ben .tag-list .tag {
  background: #485AA3;
}
.env .photo {
  position: relative;
}
.env .photo img {
  border:2px solid #fff;
  border-radius: 12px;
}
.r1 .photo figure {
  margin-bottom: 20px;
}
.env .photo .n {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color:#fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  padding:12px;
  min-width: 132px;
  background: #63B4C6;
  border-radius: 12px 0 12px 0;
}
.env .photo .txt {
  font-size: 15px;
}
.env .row>div {
  margin-bottom: 24px;
}

main .sec.env {
  background-image: linear-gradient(180deg, rgba(25,106,234, 0.15), rgba(88,88,217, 0.15));
  background-repeat: no-repeat;
}

.env .r2 .photo .n {
  background: #4488B1;
  border-radius: 8px 0 8px 0;
  font-size: 16px;
  line-height: 20px;
  padding:8px;
}

@media (max-width: 1199px) {
  .tag-list .tag {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .row-sm .sm-i {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head:before {
    background-image: url(../img/workplace/sp/hero@2x.jpg);
    width: 52%;
  }
  .p-head .ht:before {
    width: 162px;
    height: 45px;
    top:-22px;
    left: -22px;
  }
  .thepage .sec-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row-sm .sm-i {
    width: 96px;
    height: 96px;
  }
  .row-sm .sm-i span {
    font-size: 13px;
    line-height: 15px;
  }
  .row-sm .sm-i.m3 span {
    font-size: 11px;
  }
  .row-sm .sm-i:before {
    width: 10px;
    height: 10px;
    bottom: 20px;
  }
  main .sec {
    padding:50px 0;
  }
  .r-tt {
    margin-bottom: 30px;
  }
  .row-gal {
    margin:0 -4px;
  }
  .row-gal>div {
    padding:0 4px;
  }
  .sec.edu .desc {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .st-graph, .oth {
    margin-bottom: 40px;
  }
  .row-gal figure img {
    width: 100%;
  }
  .tag-list .tag {
    font-size: 16px;
    line-height: 18px;
    padding:14px 18px;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .env .photo .n {
    font-size: 16px;
    line-height: 18px;
    min-width: 110px;
  }
  .r1 .photo figure {
    margin-bottom: 14px;
  }
  .r-tt h2:after {
    right: -12px;
  }

  .ben-voice {
    margin:0 -35px 40px;
  }
}
