@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.service {
  padding-bottom: 70px;
}

.service-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-flex_l {
  width: 51.5%;
}

.service-flex_r {
  width: 45%;
}

.service-text {
  margin-top: 15px;
}

.service-flex_green {
  width: 100%;
  padding: 40px 38px;
  background: #e1f3ef;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 82, 179, 0.2);
          box-shadow: 0 5px 10px rgba(0, 82, 179, 0.2);
  margin-top: 50px;
}
.service-flex_green_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-flex_green-text {
  font-size: 18px;
}
.service-flex_green-text span {
  display: inline;
  font-weight: 700;
  color: #231815;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
  background-image: linear-gradient(#f7e921, #f7e921);
  background-size: 100% 25%;
  background-position: 0 72%;
  background-repeat: no-repeat;
}
.service-flex_green-text .ttl {
  font-size: 30px;
  margin-bottom: 20px;
}
.service-flex_green-text .ttl_middle {
  font-size: 23px;
  margin-bottom: 10px;
}
.service-flex_green-text .text {
  margin-bottom: 20px;
  font-size: 18px;
}
.service-flex_green-text .text:last-of-type {
  margin-bottom: 0;
}
.service-flex_green-img {
  width: 28%;
}

.service-flex_green_wrap .service-flex_green-text {
  width: 66%;
}

.function-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.function-flex_l {
  width: 41.5%;
  margin-right: 30px;
}
.function-flex_l ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
.function-flex_l ul:last-of-type {
  margin-bottom: 0;
}
.function-flex_l ul .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-right: 15px;
}
.function-flex_l ul .num span {
  font-size: 24px;
  font-weight: 700;
}
.function-flex_l ul .text span {
  display: inline;
  font-size: 31.5px;
  font-weight: 700;
  color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
  background-image: linear-gradient(#f7e921, #f7e921);
  background-size: 100% 25%;
  background-position: 0 72%;
  background-repeat: no-repeat;
}
.function-flex_r {
  width: 22.6%;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  .function-flex_l {
    width: 60%;
  }
}
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .inner.pc_only {
    max-width: 100%;
    padding: 0 15px;
  }
  .service {
    padding-bottom: 30px;
  }
  .service-flex {
    display: block;
  }
  .service-flex_l {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 15px;
  }
  .service-flex_r {
    width: 100%;
    padding: 0 10px;
  }
  .service-text {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
  }
  .service-flex_green {
    padding: 16px 20px;
    margin-top: 30px;
  }
  .service-flex_green-text {
    width: 100%;
    font-size: 14px;
  }
  .service-flex_green-text span {
    display: inline;
    font-weight: 700;
    color: #231815;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
    background-image: linear-gradient(#f7e921, #f7e921);
    background-size: 100% 25%;
    background-position: 0 72%;
    background-repeat: no-repeat;
  }
  .service-flex_green-text .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .service-flex_green-text .ttl_middle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service-flex_green_img {
    width: 100%;
  }
  #antenna .service-flex_green_wrap {
    margin-top: 20px;
  }
  #antenna .service-flex_green_wrap .service-flex_green-text {
    width: 58%;
  }
  #antenna .service-flex_green_wrap .service-flex_green-img {
    width: 38%;
  }
  #antenna .service-flex_green-text .ttl {
    display: none;
  }
  #antenna .ttl_sp span {
    font-size: 20px;
    font-weight: 700;
    color: #231815;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
    background-image: linear-gradient(#f7e921, #f7e921);
    background-size: 100% 30%;
    background-position: 0 90%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
  .function-flex {
    display: block;
    margin-top: 40px;
  }
  .function-flex_l {
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
  }
  .function-flex_l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px;
  }
  .function-flex_l ul .num {
    width: 51px;
    height: 51px;
    font-size: 13px;
    margin-right: 10px;
  }
  .function-flex_l ul .num span {
    font-size: 16px;
  }
  .function-flex_l ul .text span {
    display: inline-block;
    font-size: 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7e921), to(#f7e921));
    background-image: linear-gradient(#f7e921, #f7e921);
    background-size: 100% 25%;
    background-position: 0 72%;
    background-repeat: no-repeat;
  }
  .function-flex_r {
    width: 50%;
    margin: 30px auto 0;
  }
}
/* -------------------sp END------------------------------- */