.thepage .p-head:before {
  background-image: url(../img/jobs/hero@2x.jpg);
}
.p-head .ht:before {
  width: 88px;
  height: 55px;
  background-image: url(../img/jobs/hero-sub-catch.svg);
}

main .sec-top {
  padding-bottom: 120px;
}
.sec-top .desc {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 30px;
}
.sec-top .desc .hl {
  color:#F55B73;
}
.sec-top .product-img {
  text-align: center;
  margin-bottom: 120px;
}
.product-img .det-l {
  text-align: center;
  margin-top: 30px;
}
.product-img .det-l a {
  position: relative;
  display: inline-block;
  text-align: left;
  color:#63B4C6;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 4px;
  padding:16px 34px;
  border:1px solid #63B4C6;
  border-radius: 30px;
  width: 310px;
}
.product-img .det-l a:after {
  content:"";
  position: absolute;
  right: 34px;
  top:50%;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  background: no-repeat center url(../img/common/ic-link-ext.svg);
  background-size: 100%;
}
.product-img .det-l a:hover {
  text-decoration: none;
  background: #63B4C6;
  color:#fff;
}
.product-img .det-l a:hover:after {
  background: no-repeat center url(../img/common/ic-link-ext-w.svg);
  background-size: 100%;
}

.main-biz .r-st {
  margin-bottom: 30px;
  text-align: center;
}
.r-st h3 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
}
.r-st h3:before,
.r-st h3:after {
  content:"";
  position: absolute;
  width: 20px;
  height: 20px;
}
.r-st h3:before {
  top:0;
  left:-24px;
  background: no-repeat center url(../img/jobs/hadline-deco-left.svg);
  background-size: 100%;
}
.r-st h3:after {
  bottom:0;
  right:-24px;
  background: no-repeat center url(../img/jobs/hadline-deco-right.svg);
  background-size: 100%;
}
.main-biz .i-n {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.main-biz .i-n .hl {
  color:#63B4C6;
}

.sec-works, .sec-btm {
  padding:120px 0;
}
.sec-works {
}
.sec-works .r-tt {
  margin-bottom: 45px;
}

.w-org {
  background: #fff;
  border-radius: 20px;
  padding:40px 30px;
  margin-bottom: 60px;
}
.org-i .t {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.org-i .t:before {
  content:"";
  position: absolute;
  left: 0;
  top:50%;
  width: 100%;
  height: 1px;
  background: #86D1E2;
}
.org-i.i2 .t:before {
  background: #74AFD3;
}
.org-i.i3 .t:before {
  background: #869BDD;
}
.org-i .t span {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  color:#fff;
  font-size: 24px;
  line-height: 30px;
  padding:6px 15px;
  background: #86D1E2;
}
.org-i.i2 .t span {background: #74AFD3;}
.org-i.i3 .t span {background: #869BDD;}
.org-i>.row {
  margin:0 -10px 40px;
  justify-content: center;
}
.org-i>.row>div {
  padding:0 10px;
}
.org-i.i3>.row {
  margin-bottom: 0;
}
.w-gal .row {
  margin:0 -10px;
}
.w-gal .row>div {
  padding:0 10px;
  margin-bottom: 20px;
}
.w-gal figure img {
  border:2px solid #fff;
  border-radius: 8px;
}

.sec-btm .r-tt h3:after {
  right: -15px;
}
.sec-btm .bnn {
  text-align: center;
}
.bnn a {
  position: relative;
  display: inline-block;
}
.bnn a:after {
  content:"";
  position: absolute;
  transition: all 0.3s ease;
  right: 5.3%;
  top:50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: no-repeat center url(../img/common/bnr-arrow.svg);
  background-size: 100%;
}
.bnn .on-m {
  display: none;
}
.bnn a:hover {
  text-decoration: none;
}
.bnn a:hover:after {
  right: calc(5.3% - 10px);
}
.bnn a:hover img.def {
  display: none;
}
.bnn a:hover img.on-m {
  display: inline-block;
}

@media (max-width: 1199px) {
  .org-i img {
    max-width: 140px;
  }
}

@media (max-width: 992px) {
  .p-head .ht:before {
    top:-35px;
  }

  .org-i img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head:before {
    background-image: url(../img/jobs/sp/hero@2x.jpg);
  }
  .p-head .ht:before {
    width: 60px;
    height: 38px;
    top: -22px;
    left: -20px;
  }

  .thepage .sec-top {
    padding-bottom: 60px;
  }
  .sec-top .desc {
    font-size: 16px;
    line-height: 32px;
  }
  .sec-top .product-img {
    margin: 0 -12px 80px;
  }

  .r-st h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .main-biz .i-n {
    font-size: 18px;
    line-height: 28px;
    margin:0 auto 18px;
    width: 280px;
  }
  .mb-img {
    text-align: center;
  }

  .sec-works, .sec-btm {
    padding:50px 0;
  }
  .sec-works .r-tt {
    margin-bottom: 35px;
  }
  .sec-works .r-tt .st {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .w-org {
    padding:20px 18px;
    margin-bottom: 30px;
  }
  .org-i .t span {
    font-size: 20px;
    line-height: 28px;
    padding:4px 10px;
  }
  .org-i img {
    max-width: 140px;
  }
  .org-i>.row>div {
    margin-bottom: 16px;
  }

  .sec-btm .r-tt {
    margin-bottom: 30px;
  }
  .sec-btm .r-tt h3 {
    letter-spacing: 0;
    font-size: 24px;
  }
  .bnn.d-block a:after {
    width: 24px;
    height: 24px;
    right: 20px;
  }
}
