/*=============================================
=            service 2025            =
=============================================*/
.service_box {
  width: 100%;
  padding: 40px;
  background-color: #fff3de;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.service_box h2 {
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 3rem;
}
.service_box h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.service_box p {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
}
.service_num {
  position: absolute;
  top: -20px;
  left: -5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff8900;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 3rem;
}

#strength {
  padding-bottom: 0px;
}

#strength .sectionTitleWrapper .bgLetter {
  left: 0;
  -webkit-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
@media only screen and (min-width: 768px) {
  #strength {
    padding-bottom: 100px;
  }
  #strength .sectionTitleWrapper .bgLetter {
    left: 0;
    -webkit-transform: translate(-20%, -60%);
    -ms-transform: translate(-20%, -60%);
    transform: translate(-20%, -60%);
  }
  .service_num {
    left: -40px;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 4rem;
    font-weight: bold;
  }
  .service_box h2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
.strength_wrap {
  width: 100%;
  position: relative;
  padding: 20px;
  margin-top: 40px;
}
.strength_wrap h2 {
  font-size: 5.5vw;
  text-align: left;
}
.strength_wrap h2 span {
  font-size: 150%;
}
.strength_wrap .container {
  position: relative;
  z-index: 2;
}
.strength_wrap_back_l,
.strength_wrap_back_r {
  background-color: #fff3de;
  width: 86%;
  min-height: 380px;
  position: absolute;
  top: 0;
  z-index: 0;
}
.strength_wrap_back_l {
  left: 0;
}
.strength_wrap_back_r {
  right: 0;
}

.strength_wrap_num_l,
.strength_wrap_num_r {
  position: absolute;
  top: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 50rem;
  z-index: 1;
  font-style: italic;
  line-height: 20rem;
}
.strength_wrap_num_l {
  left: 0;
}
.strength_wrap_num_r {
  right: 0;
}

.strength_box {
  background-color: #fff;
  padding: 20px;
  min-height: 230px;
}
.strength_box h4 {
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 2rem;
  margin-bottom: 15px;
}
.strength_box h4 span {
  color: #ff8900;
}
.strength_box p {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .strength_wrap h2 {
    font-size: 3rem;
  }
  .strength_wrap h2 span {
    font-size: 180%;
  }
  .strength_box h4 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

/*=============================================
=            MESSAGE            =
=============================================*/
#message {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #edeeef;
}

#message .messageLead {
  text-align: center;
  font-size: 2rem;
  line-height: 1.563;
  margin-bottom: 35px;
}

#message .dscBox {
  line-height: 2.286;
}

/* MEDIA QUERY SMALL */
@media only screen and (min-width: 576px) {
  #message .messageLead {
    font-size: 3.2rem;
  }
  #message .dscBox {
    text-align: center;
  }
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #message {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
/*=====  End of MESSAGE  ======*/

/*=============================================
=            SERVICE            =
=============================================*/
#service {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

#service .serviceWrapper {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
#service::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 105px);
  top: 105px;
  left: 0;
  z-index: 0;
}

#service .bgLetter {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: -1;
  font-size: 10rem;
  color: #f5f5f5;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

#service .serviceWrapper {
  margin-bottom: 70px;
}

#service .serviceWrapper.performance {
  margin-bottom: 0;
}
#service .serviceWrapper .imgWrapper {
  position: relative;
  margin-bottom: 30px;
}
#service .serviceWrapper .img {
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

#service .serviceWrapper .imgWrapper .num {
  font-size: 3.6rem;
  display: inline-block;
  background-color: #ffd800;
  font-weight: 900;
  line-height: 1;
  padding: 0px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

#service .serviceWrapper .dscBox {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#service .serviceWrapper .dscBox + p {
  margin-top: 10px;
  font-size: 1.2rem;
}
#service .serviceWrapper p {
  padding: 0;
}

/* MEDIA QUERY SMALL */
@media only screen and (min-width: 576px) {
  #service .serviceRow {
    margin-left: -8px;
    margin-right: -8px;
  }
  #service .serviceRow > [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #service {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #service::before {
    height: calc(100% - 120px);
    top: 120px;
  }
  #service .bgLetter {
    font-size: 21rem;
  }
  #service .serviceWrapper .dscBox {
    font-size: 2.4rem;
  }
  #service .serviceWrapper .dscBox + p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #service {
    padding-bottom: 80px;
  }
  #service .serviceRow {
    margin-left: -15px;
    margin-right: -15px;
  }
  #service .serviceRow > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*=====  End of SERVICE  ======*/
