/*==========================================================================
section#start_area
========================================================================== */
section#start_area .inner {
  padding-top: 13.0208333333vw;
}
section#start_area .box {
  position: relative;
}
section#start_area .img-box {
  width: 48.3%;
  height: 27.6041666667vw;
  position: absolute;
  top: -5.2083333333vw;
  left: 0;
}
section#start_area .txt-box {
  width: calc(100% - 5.2083333333vw);
  padding-top: 5.2083333333vw;
  padding-left: calc(50% + 2.6041666667vw - 5.2083333333vw);
  padding-right: 3vw;
  height: 27.6041666667vw;
  box-sizing: border-box;
  margin-left: auto;
  background: rgba(111, 158, 237, 0.2);
}


section#start_area .txt-box .txt-h2 {
  margin-bottom: 1.5625vw;
}
section#start_area .txt-box .txt-p {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  section#start_area .inner {
    padding-top: 50px;
  }
  section#start_area .box {
    position: relative;
  }
  section#start_area .img-box {
    width: 100%;
    height: 60vw;
    position: initial;
  }
  section#start_area .txt-box {
    width: 100%;
    padding: 30px 20px;
    padding-top: 20px;
    padding-left: 20px;
    height: initial;
  }
  section#start_area .txt-box .txt-h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#start_area .txt-box .txt-h2 br {
    display: none;
  }
  section#start_area .txt-box .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#strength_area
========================================================================== */
section#strength_area .inner {
  padding-top: 5.2083333333vw;
}
section#strength_area .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#strength_area .list-box {
  justify-content: space-between;
}
section#strength_area .list-box li {
  width: 32%;
  border-top: solid 0.2604166667vw #6F9EED;
  box-sizing: border-box;
  padding: 1.5625vw;
  padding-bottom: 2.6041666667vw;
  box-shadow: 0 2px 4px 4px rgba(111, 158, 237, 0.25);
}
section#strength_area .list-box li .img-box {
  width: 100%;
  height: 17.1875vw;
  margin-bottom: 1.5625vw;
}
section#strength_area .list-box li .txt-box .txt-h3 {
  text-align: center;
  margin-bottom: 1.5625vw;
}
section#strength_area .list-box li .txt-box .txt-p {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  section#strength_area .inner {
    padding-top: 50px;
  }
  section#strength_area .ttl-box {
    margin-bottom: 30px;
  }
  section#strength_area .list-box li {
    width: 100%;
    border-width: 3px;
    padding: 20px;
    padding-bottom: 30px;
  }
  section#strength_area .list-box li .img-box {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
  section#strength_area .list-box li .txt-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#strength_area .list-box li .txt-box .txt-p {
    font-size: 14px;
  }
  section#strength_area .list-box li:nth-child(n+2) {
    margin-top: 30px;
  }
}


/*==========================================================================
section#capabilities_area
========================================================================== */
section#capabilities_area .inner {
  padding-top: 7.8125vw;
}
section#capabilities_area .ttl-box {
  color: #ffffff;
  background: url(../img/service_manufacturing_bg001.webp) center no-repeat;
  background-size: cover;
  position: relative;
  height: 13.0208333333vw;
  margin-bottom: 3.6458333333vw;
}
section#capabilities_area .ttl-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(64, 90, 135, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section#capabilities_area .ttl-box .txt-h2 {
  position: absolute;
  left: 3.125vw;
  bottom: 1.5625vw;
  color: #ffffff;
  z-index: 2;
}
section#capabilities_area .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#capabilities_area .list-box {
  width: calc(100% - 3.125vw - 3.125vw);
  margin: 0 auto;
}
section#capabilities_area .list-box li {
  justify-content: space-between;
}
section#capabilities_area .list-box li .img-box {
  width: 46.2%;
  height: 19.1145833333vw;
  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.25);
}
section#capabilities_area .list-box li .txt-box {
  width: calc(53.8% - 3.125vw);
}
section#capabilities_area .list-box li .txt-box .txt-h3 {
  margin-bottom: 1.5625vw;
  border-bottom: solid 2px #6F9EED;
}
section#capabilities_area .list-box li .txt-box .txt-h3 span {
  color: #6F9EED;
  margin-right: 0.78125vw;
}
section#capabilities_area .list-box li .txt-box .txt-p {
  line-height: 1.8em;
}
section#capabilities_area .list-box li:nth-child(n+2) {
  margin-top: 2.6041666667vw;
}

@media screen and (max-width: 767px) {
  section#capabilities_area .inner {
    width: 100%;
    padding-top: 50px;
  }
  section#capabilities_area .ttl-box {
    height: 140px;


    margin-bottom: 30px;
  }
  section#capabilities_area .ttl-box .txt-h2 {
    position: absolute;
    left: 5%;
    bottom: 12px;
  }
  section#capabilities_area .list-box {
    width: 90%;
    margin: 0 auto;
  }
  section#capabilities_area .list-box li {
    display: flex;
    flex-wrap: wrap;
  }
  section#capabilities_area .list-box li .img-box {
    order: 1;
    width: 100%;
    height: 50vw;
    margin-bottom: 10px;
  }
  section#capabilities_area .list-box li .txt-box {
    order: 2;
    width: 100%;
  }
  section#capabilities_area .list-box li .txt-box .txt-h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  section#capabilities_area .list-box li .txt-box .txt-h3 span {
    font-size: 30px;
    margin-right: 10px;
  }
  section#capabilities_area .list-box li .txt-box .txt-p {
    font-size: 14px;
  }
  section#capabilities_area .list-box li:nth-child(n+2) {
    margin-top: 35px;
  }
}



/*==========================================================================
section#products_area
========================================================================== */
section#products_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#products_area .ttl-box {
  color: #ffffff;
  background: url(../img/service_products_bg001.webp) center no-repeat;
  background-size: cover;
  position: relative;
  height: 13.0208333333vw;
  margin-bottom: 3.6458333333vw;
}
section#products_area .ttl-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(64, 90, 135, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section#products_area .ttl-box .txt-h2 {
  position: absolute;
  left: 3.125vw;
  bottom: 1.5625vw;
  color: #ffffff;
  z-index: 2;
}
section#products_area .ttl-box .txt-h2 .txt-e {
  color: #ffffff;
}
section#products_area .list-box {
  width: calc(100% - 3.125vw - 3.125vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section#products_area .list-box li {
  width: 31.5%;
}
section#products_area .list-box li .img-box {
  width: 100%;
  height: 14vw;
    margin-bottom: 1.5625vw;



  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.25);
}

section#products_area .list-box li .txt-box {
  width: 100%;
}


section#products_area .list-box li .txt-box .txt-h3 {
  border-bottom: solid 2px #6F9EED;
}
section#products_area .list-box li .txt-box .txt-h3 span {
  color: #6F9EED;
  margin-right: 0.78125vw;
}
section#products_area .list-box li .txt-box .txt-p {
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  section#products_area .inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#products_area .ttl-box {
    height: 100px;
    margin-bottom: 30px;
  }
  section#products_area .ttl-box .txt-h2 {
    position: absolute;
    left: 5%;
    bottom: 12px;
  }
  section#products_area .list-box {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  section#products_area .list-box li {
    width: 100%;
  }

  
  section#products_area .list-box li .img-box {
    width: 100%;
    height: 50vw;
    margin-bottom: 10px;
  }
  section#products_area .list-box li .txt-box {
    width: 100%;
  }
  section#products_area .list-box li .txt-box .txt-h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  section#products_area .list-box li .txt-box .txt-h3 span {
    font-size: 30px;
    margin-right: 10px;
  }
  section#products_area .list-box li .txt-box .txt-p {
    font-size: 14px;
  }


  section#products_area .list-box li:nth-child(n+2) {
    margin-top: 35px;
  }
}
/*==========================================================================
section#clients_area
========================================================================== */
section#clients_area {
  background: #F9F9F9;
}
section#clients_area .inner {
  padding: 7.8125vw 0;
}
section#clients_area .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}


section#clients_area .ttl-box .txt-h2 {
  margin: 0 auto;

  
  margin-bottom: 2.6041666667vw;
}
section#clients_area .ttl-box .txt-p {
  line-height: 1.8em;
}
section#clients_area .img-box {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  section#clients_area .inner {
    padding: 50px 0;
  }
  section#clients_area .ttl-box {
    text-align: center;
    margin-bottom: 30px;
  }
  section#clients_area .ttl-box .txt-h2 {
    margin-bottom: 20px;
  }
  section#clients_area .ttl-box .txt-p {
    font-size: 14px;
  }
  section#clients_area .img-box {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
/*# sourceMappingURL=service.css.map */