@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
@media screen and (max-width: 767px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#service .section-inner .description {
  margin-top: 60px;
  color: #333333;
}
#service .service-box {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #service .service-box {
    padding-top: 80px;
  }
}
#service .service-box .num {
  position: relative;
}
#service .service-box .num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  border-top: 1px solid #333333;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #service .service-box .num::after {
    left: 35px;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-box .service-title {
    margin-bottom: 20px;
  }
}
#service .service-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #service .service-box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service .service-box .flex .service-thumb {
  width: 58%;
}
@media screen and (max-width: 767px) {
  #service .service-box .flex .service-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
#service .service-box .flex .service-content {
  width: 38%;
}
@media screen and (max-width: 767px) {
  #service .service-box .flex .service-content {
    width: 100%;
  }
}
#service .service-box .flex .service-content .service-text {
  line-height: 2;
}
#service .service-box .flex .service-content .cate-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 20px;
}
@media screen and (max-width: 767px) {
  #service .service-box .flex .service-content .cate-list {
    margin-top: 20px;
  }
}
#service .service-box .flex .service-content .cate-list .cate-item {
  text-align: center;
  width: calc(50% - 10px);
  margin-top: 10px;
  border: 1px solid #333333;
  padding: 5px 20px;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
@media screen and (max-width: 767px) {
  #service .service-box .flex .service-content .cate-list .cate-item {
    padding: 5px 0px;
  }
}
#service .service-box:nth-of-type(even) .num,
#service .service-box:nth-of-type(even) .service-title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #service .service-box:nth-of-type(even) .num,
  #service .service-box:nth-of-type(even) .service-title {
    text-align: left;
  }
}
#service .service-box:nth-of-type(even) .num {
  position: relative;
}
#service .service-box:nth-of-type(even) .num::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  left: unset;
  border-top: 1px solid #333333;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #service .service-box:nth-of-type(even) .num::after {
    right: unset;
    left: 40px;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  #service .service-box:nth-of-type(even) .service-title {
    margin-bottom: 20px;
  }
}
#service .service-box:nth-of-type(even) .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  #service .service-box:nth-of-type(even) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section:nth-of-type(odd) {
  background-color: inherit;
}