@charset "UTF-8";

.container {
  padding: 0 12px;
}

.service__container {
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 30px;
}

.page__top {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page__top {
    margin-top: 30px;
  }
}

.page__top .page__bg {
  background: url(../../../assets/img/bg.png);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 250px;
}

@media screen and (max-width: 768px) {
  .page__top .page__bg {
    top: 128px;
  }
}


.page__top .page__title {
  font-size: 36px;
  color: #f29600;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.page__top .page__title__bottom {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  color: #503c3c;
}

@media screen and (max-width: 768px) {
  .page__top .page__title__bottom {
    margin-top: 5px;
  }
}

.page__top .about__top {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .page__top .about__top {
    margin-top: 30px;
  }
}

.page__top .about__top .about__top__content {
  background-color: rgba(242, 150, 0, 0.95);
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  top: -80px;
  color: #FFF;
  padding: 60px 70px;
}

@media screen and (max-width: 768px) {
  .page__top .about__top .about__top__content {
    margin: 0 14px;
    top: -20px;
    padding: 30px 25px;
  }
}

.page__top .about__top .about__top__content .about__top__content__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page__top .about__top .about__top__content .about__top__content__title {
    font-size: 18px;
  }
}

.page__top .about__top .about__top__content .about__top__content__text {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .page__top .about__top .about__top__content .about__top__content__text {
    margin-top: 20px;
  }
}

.page__top .about__middle {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: -20px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle {
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 50px;
  }
}

.page__top .about__middle .about__middle__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page__top .about__middle .about__middle__flex:last-child {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex:last-child {
    margin-top: 20px;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__picture {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__picture {
    width: 100%;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__picture.order2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__picture.order2 {
    position: static;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__content {
  width: 58.5957%;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 50px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content {
    width: 100%;
    padding: 20px 25px;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__content .about__middle__content__title {
  font-size: 18px;
  font-weight: 500;
  color: #503c3c;
}

.page__top .about__middle .about__middle__flex .about__middle__content .about__middle__content__text {
  font-size: 16px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content .about__middle__content__text {
    margin-top: 20px;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__content.order1 {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content.order1 {
    position: relative;
    margin-top: 0;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__content.order1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-color: rgba(242, 150, 0, 0.5);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content.order1::after {
    width: 30px;
    height: 30px;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__content.order2 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content.order2 {
    margin-top: 0;
  }
}

.page__top .about__middle .about__middle__flex .about__middle__content.order2::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 64px;
  height: 64px;
  background-color: rgba(242, 150, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content.order2::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__picture.order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__picture.order2::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 150, 0, 0.5);
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

@media screen and (max-width: 768px) {
  .page__top .about__middle .about__middle__flex .about__middle__content.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: -1;
  }
}

.page__top .cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.page__top .contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain';
}

.page__top .about__bottom {
  background-color: #fff;
  padding-top: 96px;
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .page__top .about__bottom {
    margin-top: 50px;
  }
}

.page__top .about__bottom .about__bottom__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.page__top .about__bottom .about__bottom__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex {
    display: block;
  }
}

.page__top .about__bottom .about__bottom__flex::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 250px;
  height: 30px;
  background-color: #f29600;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex::after {
    height: 25px;
    top: -25px;
    left: -25px;
  }
}

.page__top .about__bottom .about__bottom__flex::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 30px;
  height: 220px;
  background-color: #f29600;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex::before {
    width: 25px;
    left: -25px;
  }
}

.page__top .about__bottom .about__bottom__flex .about__bottom__picture {
  width: 40%;
  margin-right: 60px;
  height: 480px;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__picture {
    width: 100%;
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__picture {
    height: 375px;
  }
}

.page__top .about__bottom .about__bottom__flex .about__bottom__picture img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  font-family: 'object-position: center center;';
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__picture img {
    -o-object-position: center top;
       object-position: center top;
    font-family: 'object-position: center top;';
  }
}

.page__top .about__bottom .about__bottom__flex .about__bottom__content {
  width: 60%;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__content {
    width: 100%;
  }
}

.page__top .about__bottom .about__bottom__flex .about__bottom__content .about__bottom__content__title {
  font-size: 20px;
  color: #f29600;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__content .about__bottom__content__title {
    margin-top: 25px;
  }
}

.page__top .about__bottom .about__bottom__flex .about__bottom__content .about__bottom__content__text {
  font-size: 16px;
  margin-top: 36px;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__content .about__bottom__content__text {
    margin-top: 25px;
  }
}

.page__top .about__bottom .about__bottom__flex .about__bottom__content .about__bottom__content__profile {
  font-size: 16px;
  margin-top: 36px;
}

@media screen and (max-width: 992px) {
  .page__top .about__bottom .about__bottom__flex .about__bottom__content .about__bottom__content__profile {
    margin-top: 25px;
  }
}

.staff__message {
  background-color: #f29600;
}

.staff__message .staff__message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .staff__message .staff__message__flex {
    display: block;
    padding: 25px 13px;
  }
}

.staff__message .staff__message__flex .staff__message__text {
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .staff__message .staff__message__flex .staff__message__text {
    font-size: 20px;
    text-align: center;
  }
}

.staff__message .staff__message__flex .staff__message__icon {
  width: 140px;
  height: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  .staff__message .staff__message__flex .staff__message__icon {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
}

.staff__message .staff__message__flex .staff__message__icon div {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 2px;
  background-color: #fff;
  -webkit-transform: rotate(30deg) translateY(-300%);
          transform: rotate(30deg) translateY(-300%);
}

.staff__message:hover .staff__message__icon {
  margin-right: 0;
  width: 190px;
}

.page__top.service {
  background-color: #f3f3f3;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .page__top.service {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .page__top.service .staff__container {
    padding: 0 30px;
  }
}

.page__top.service .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page__top.service .service__list .service__item {
  border: 1px solid #f29600;
  width: calc( 100% / 3 - 9px * 3 / 3);
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.page__top.service .service__list .service__item:not(:last-child) {
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .page__top.service .service__list .service__item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .page__top.service .service__list .service__item:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .page__top.service .service__list .service__item {
    width: 100%;
    margin-top: 7px;
  }
}

.page__top.service .service__list .service__item a {
  display: inherit;
}

.page__top.service .service__list .service__item .service__picture {
  height: 160px;
}

@media screen and (max-width: 768px) {
  .page__top.service .service__list .service__item .service__picture {
    height: 140px;
  }
}

.page__top.service .service__list .service__item .service__picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.page__top.service .service__list .service__item .service__picture::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #f29600;
  z-index: 100;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
          transform: translate(50%, 50%) rotate(45deg);
}

.page__top.service .service__list .service__item .service__picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__top.service .service__list .service__item .service__box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #FFF;
}

.page__top.service .service__list .service__item .service__box .service__box__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .page__top.service .service__list .service__item .service__box .service__box__title {
    font-weight: 600;
  }
}

.page__top.service .service__list .service__item .service__box .service__box__title__bottom {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.staff__message a {
  width: 100% !important;
}

.staff__message a > div {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
