@font-face {
  font-family: "Acumin";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Acumin-Pro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Kozuka Gothic Pro";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/KozGoPr6N-Medium.otf") format("opentype");
}
p:empty {
  display: none;
}

.service_intro {
  padding: 0;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .service_intro .img {
    width: 100%;
    height: 780rem;
  }
  .service_intro .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.service_intro .container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 196px 50px 50px;
}
@media screen and (max-width: 1900px) {
  .service_intro .container {
    padding: 196rem 50rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container {
    padding: 196rem 30rem 0;
  }
}
.service_intro .container .text {
  margin-top: 42px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .text {
    margin-top: 42rem;
  }
}
.service_intro .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .content {
    gap: 27rem;
  }
}
.service_intro .container .content .anchor {
  margin-top: 60px;
  border: 1px solid #adff2f;
  width: 194px;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .content .anchor {
    width: 194rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container .content .anchor {
    margin-top: 40rem;
  }
}
.service_intro .container .content .anchor:hover {
  opacity: 0.7;
}
.service_intro .container .content .anchor a {
  display: block;
  padding: 4px 0;
  color: #adff2f;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .service_intro .container .content .anchor a {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service_intro .container .content .anchor a {
    font-size: 16rem;
  }
}
.service_intro .deco {
  width: 100%;
  height: 430px;
  background: url("../img/t_deco.svg") no-repeat top center;
  background-size: cover;
  background-position: top;
  margin-top: -151px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .service_intro .deco {
    height: 430rem;
    margin-top: -151rem;
  }
}

.service_flow {
  padding: 0;
  background-color: #000;
}
.service_flow .container {
  padding: 50px 50px 0;
}
@media screen and (max-width: 1900px) {
  .service_flow .container {
    padding: 50rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service_flow .container {
    padding: 100rem 30rem 0;
  }
}
.service_flow .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 39px;
     -moz-column-gap: 39px;
          column-gap: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .service_flow .container .content {
    -webkit-column-gap: 39rem;
       -moz-column-gap: 39rem;
            column-gap: 39rem;
  }
}
@media screen and (max-width: 768px) {
  .service_flow .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.service_flow .inner-container {
  max-width: 1250px;
  margin-left: 50px;
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container {
    max-width: 1250rem;
    margin-left: 50rem;
    margin-top: 85rem;
  }
}
@media screen and (max-width: 768px) {
  .service_flow .inner-container {
    max-width: 609rem;
    margin-left: 30rem;
    margin-top: 63rem;
  }
}
.service_flow .inner-container .flow-Swiper .swiper-slide {
  width: 275px;
  margin-right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service_flow .inner-container .flow-Swiper .swiper-slide .item .img {
  margin-bottom: 18px;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .flow-Swiper .swiper-slide .item .img {
    margin-bottom: 18rem;
  }
}
.service_flow .inner-container .flow-Swiper .swiper-slide .item .item-ttl {
  color: #adff2f;
  margin-bottom: 13px;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .flow-Swiper .swiper-slide .item .item-ttl {
    margin-bottom: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .service_flow .inner-container .flow-Swiper .swiper-slide .item .item-ttl {
    font-size: 21rem;
  }
}
.service_flow .inner-container .flow-Swiper .swiper-slide .item .text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service_flow .inner-container .flow-Swiper .swiper-slide .item .text {
    font-size: 18rem;
  }
}
.service_flow .inner-container .slider-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  gap: 18px;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .slider-element {
    margin-top: 40rem;
    gap: 18rem;
  }
}
.service_flow .inner-container .slider-element .custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  color: #a5ff00;
  font-size: 27px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0 6px;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .slider-element .custom-pagination {
    gap: 3rem;
    font-size: 27rem;
    padding: 6rem 0 6rem;
  }
}
.service_flow .inner-container .slider-element .custom-pagination .divider {
  width: 55px;
  height: 1px;
  background-color: #a5ff00;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .slider-element .custom-pagination .divider {
    width: 55rem;
  }
}
.service_flow .inner-container .slider-element .swiper-button-prev:after,
.service_flow .inner-container .slider-element .swiper-rtl .swiper-button-next:after,
.service_flow .inner-container .slider-element .swiper-button-next:after,
.service_flow .inner-container .slider-element .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.service_flow .inner-container .slider-element .custom-next-button,
.service_flow .inner-container .slider-element .custom-prev-button {
  padding: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  top: auto;
  left: 0;
  right: 0;
}
.service_flow .inner-container .slider-element .custom-next-button:hover,
.service_flow .inner-container .slider-element .custom-prev-button:hover {
  opacity: 0.7;
}
.service_flow .inner-container .slider-element .custom-next-button:hover svg rect,
.service_flow .inner-container .slider-element .custom-prev-button:hover svg rect {
  fill: black;
  stroke: #adff2f;
}
.service_flow .inner-container .slider-element .custom-next-button:hover svg path,
.service_flow .inner-container .slider-element .custom-prev-button:hover svg path {
  stroke: #adff2f;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.service_flow .inner-container .slider-element .custom-prev-button {
  width: 91px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .slider-element .custom-prev-button {
    width: 91rem;
  }
}
.service_flow .inner-container .slider-element .custom-next-button {
  width: 91px;
}
@media screen and (max-width: 1900px) {
  .service_flow .inner-container .slider-element .custom-next-button {
    width: 91rem;
  }
}
.service_flow .deco {
  width: 100%;
  height: 430px;
  background: url("../img/t_deco.svg") no-repeat top center;
  background-size: cover;
  background-position: top;
  margin-top: 127px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .service_flow .deco {
    height: 430rem;
    margin-top: 127rem;
  }
}

.service_service {
  padding: 0;
  background-color: #000;
}
.service_service .container {
  padding: 93px 50px 90px;
}
@media screen and (max-width: 1900px) {
  .service_service .container {
    padding: 93rem 50rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service_service .container {
    padding: 80rem 30rem 80rem;
  }
}
.service_service .container .text {
  margin-top: 45px;
  width: 900px;
  margin-left: auto;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .service_service .container .text {
    margin-top: 45rem;
    width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .service_service .container .text {
    width: 100%;
    margin-top: 30rem;
  }
}
.service_service .service_list .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service_service .service_list .wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.service_service .service_list .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 42px;
  height: 85px;
  border-top: 1px solid #adff2f;
  border-right: 1px solid #adff2f;
}
@media screen and (max-width: 1900px) {
  .service_service .service_list .wrapper .item {
    padding: 0 42rem;
    height: 85rem;
  }
}
.service_service .service_list .wrapper .item .text {
  color: #adff2f;
}
@media screen and (max-width: 768px) {
  .service_service .service_list .wrapper .item .text {
    font-size: 18rem;
  }
}
.service_service .service_list .wrapper .item .btn {
  margin-top: 0;
  margin-left: auto;
}
.service_service .service_list .wrapper .item:nth-child(n+4) {
  border-bottom: 1px solid #adff2f;
}

.service {
  padding: 0;
  background-color: #000;
}
.service .content {
  padding-top: 109px;
}
@media screen and (max-width: 1900px) {
  .service .content {
    padding-top: 109rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content {
    padding-top: 90rem;
  }
}
.service .content .bg {
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .content .bg .img {
    height: 550rem;
    width: 100%;
  }
  .service .content .bg .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left -41rem bottom 0;
       object-position: left -41rem bottom 0;
  }
}
.service .content .bg .text {
  position: absolute;
  color: #fff;
  padding: 140px 50px 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1900px) {
  .service .content .bg .text {
    padding: 140rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service .content .bg .text {
    width: 100%;
  }
}
.service .content .bg .text .s_num {
  font-size: 15px;
  color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .service .content .bg .text .s_num {
    font-size: 15rem;
  }
}
.service .content .bg .text .item-ttl {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1900px) {
  .service .content .bg .text .item-ttl {
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .bg .text .item-ttl {
    padding-bottom: 20rem;
  }
}
.service .content .bg .text .item-ttl::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 272px;
  height: 3px;
  background-color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .service .content .bg .text .item-ttl::after {
    width: 272rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .bg .text .item-ttl::after {
    width: 131rem;
  }
}
.service .content .bg .text p {
  margin-top: 45px;
}
@media screen and (max-width: 1900px) {
  .service .content .bg .text p {
    margin-top: 45rem;
  }
}
.service .content .detail .container {
  padding: 79px 50px 0;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 1fr 3fr;
  grid-auto-flow: column;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container {
    padding: 79rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service .content .detail .container {
    padding: 60rem 30rem 0;
    grid-auto-flow: row;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 18rem;
  }
}
.service .content .detail .container .ttl-div {
  color: #adff2f;
}
.service .content .detail .container .ttl-div .acu {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .ttl-div .acu {
    font-size: 30rem;
  }
}
.service .content .detail .container .inner-container {
  width: 900px;
  margin-left: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container {
    width: 900rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .detail .container .inner-container {
    width: 579rem;
  }
}
.service .content .detail .container .inner-container .detail-Swiper .item .img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .detail-Swiper .item .img {
    margin-bottom: 24rem;
  }
}
.service .content .detail .container .inner-container .detail-Swiper .item .item-ttl {
  color: #adff2f;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .detail-Swiper .item .item-ttl {
    margin-bottom: 20rem;
    font-size: 24rem;
  }
}
.service .content .detail .container .inner-container .detail-Swiper .item .text {
  color: #fff;
}
.service .content .detail .container .inner-container .slider-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  gap: 18px;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .slider-element {
    margin-top: 40rem;
    gap: 18rem;
  }
}
.service .content .detail .container .inner-container .slider-element .custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  color: #a5ff00;
  font-size: 27px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .slider-element .custom-pagination {
    gap: 3rem;
    font-size: 27rem;
  }
}
.service .content .detail .container .inner-container .slider-element .custom-pagination .divider {
  width: 55px;
  height: 1px;
  background-color: #a5ff00;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .slider-element .custom-pagination .divider {
    width: 55rem;
  }
}
.service .content .detail .container .inner-container .slider-element .swiper-button-prev:after,
.service .content .detail .container .inner-container .slider-element .swiper-rtl .swiper-button-next:after,
.service .content .detail .container .inner-container .slider-element .swiper-button-next:after,
.service .content .detail .container .inner-container .slider-element .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.service .content .detail .container .inner-container .slider-element .custom-next-button,
.service .content .detail .container .inner-container .slider-element .custom-prev-button {
  padding: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  top: auto;
  left: 0;
  right: 0;
}
.service .content .detail .container .inner-container .slider-element .custom-next-button:hover,
.service .content .detail .container .inner-container .slider-element .custom-prev-button:hover {
  opacity: 0.7;
}
.service .content .detail .container .inner-container .slider-element .custom-next-button:hover svg rect,
.service .content .detail .container .inner-container .slider-element .custom-prev-button:hover svg rect {
  fill: black;
  stroke: #adff2f;
}
.service .content .detail .container .inner-container .slider-element .custom-next-button:hover svg path,
.service .content .detail .container .inner-container .slider-element .custom-prev-button:hover svg path {
  stroke: #adff2f;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.service .content .detail .container .inner-container .slider-element .custom-prev-button {
  width: 91px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .slider-element .custom-prev-button {
    width: 91rem;
  }
}
.service .content .detail .container .inner-container .slider-element .custom-next-button {
  width: 91px;
}
@media screen and (max-width: 1900px) {
  .service .content .detail .container .inner-container .slider-element .custom-next-button {
    width: 91rem;
  }
}
.service .content .equipment .container {
  padding: 79px 50px 0;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 1fr 3fr;
  grid-auto-flow: column;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .service .content .equipment .container {
    padding: 79rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service .content .equipment .container {
    padding: 79rem 30rem 0;
    grid-auto-flow: row;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 18rem;
  }
}
.service .content .equipment .container .ttl-div {
  color: #adff2f;
}
.service .content .equipment .container .ttl-div .acu {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .service .content .equipment .container .ttl-div .acu {
    font-size: 30rem;
  }
}
.service .content .equipment .container .items-list {
  width: 900px;
  margin-left: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  .service .content .equipment .container .items-list {
    width: 900rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .equipment .container .items-list {
    width: 579rem;
  }
}
.service .content .equipment .container .items-list .wrapper {
  display: grid;
  gap: 70px 30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (max-width: 1900px) {
  .service .content .equipment .container .items-list .wrapper {
    gap: 70rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .equipment .container .items-list .wrapper {
    gap: 70rem 19rem;
  }
}
.service .content .equipment .container .items-list .wrapper .item .item-ttl {
  margin-top: 24px;
  color: #adff2f;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  .service .content .equipment .container .items-list .wrapper .item .item-ttl {
    margin-top: 24rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .equipment .container .items-list .wrapper .item .item-ttl {
    font-size: 21rem;
  }
}
.service .content .equipment .container .items-list .wrapper .item .text {
  margin-top: 23px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .service .content .equipment .container .items-list .wrapper .item .text {
    margin-top: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .equipment .container .items-list .wrapper .item .text {
    font-size: 18rem;
  }
}
.service .content .product .container {
  padding: 63px 50px 0;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 1fr 3fr;
  grid-auto-flow: column;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container {
    padding: 63rem 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .service .content .product .container {
    padding: 63rem 30rem 0;
    grid-auto-flow: row;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 18rem;
  }
}
.service .content .product .container .ttl-div {
  color: #adff2f;
  position: relative;
}
.service .content .product .container .ttl-div .acu {
  font-size: 30px;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .ttl-div .acu {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .product .container .ttl-div .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
  }
}
.service .content .product .container .items-list {
  width: 900px;
  margin-left: auto;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .items-list {
    margin-left: 0;
    width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .product .container .items-list {
    width: auto;
    overflow-x: auto;
  }
}
.service .content .product .container .items-list .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .items-list .wrapper {
    gap: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .service .content .product .container .items-list .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow-x: auto;
  }
}
.service .content .product .container .items-list .wrapper .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .service .content .product .container .items-list .wrapper .item {
    width: 280rem;
  }
}
.service .content .product .container .items-list .wrapper .item .cat {
  font-size: 9px;
  min-width: 104px;
  padding: 4px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid #adff2f;
  color: #adff2f;
  background-color: transparent;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .items-list .wrapper .item .cat {
    min-width: 104rem;
    font-size: 9rem;
    margin-top: 20rem;
    padding: 4rem 30rem;
  }
}
.service .content .product .container .items-list .wrapper .item .item-ttl {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
  color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .items-list .wrapper .item .item-ttl {
    margin-top: 20rem;
    padding-bottom: 20rem;
  }
}
.service .content .product .container .items-list .wrapper .item .item-ttl::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 65px;
  height: 3px;
  background-color: #adff2f;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .items-list .wrapper .item .item-ttl::after {
    width: 65rem;
    bottom: -3rem;
  }
}
.service .content .product .container .items-list .wrapper .item p {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .service .content .product .container .items-list .wrapper .item p {
    margin-top: 20rem;
    margin-bottom: 50rem;
  }
}
.service .content .product .container .items-list .wrapper .item .btn {
  margin-left: auto;
  margin-top: auto;
}
.service.service_service05 .content {
  padding-bottom: 200px;
}
@media screen and (max-width: 1900px) {
  .service.service_service05 .content {
    padding-bottom: 200rem;
  }
}/*# sourceMappingURL=service.css.map */