@charset "UTF-8";
/* ==========================================================================//
//
// 事業商会
//
// ========================================================================== */
/* lead
---------------------------------------------------------- */
.sec_lead {
  padding: 50px 0 40px;
}
@media all and (min-width: 751px) {
  .sec_lead {
    padding: 80px 0;
  }
}
.sec_lead .copy {
  position: relative;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_lead .copy {
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_lead .copy {
    font-size: 22px;
  }
}
.sec_lead .copy span {
  display: inline;
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1px 6px 3px;
}
.sec_lead .image {
  margin-top: -16px;
}
@media all and (min-width: 751px) {
  .sec_lead .image {
    margin-top: -24px;
  }
}
.sec_lead .image img {
  border: 1px solid #222222;
  border-radius: 15px;
}
@media all and (min-width: 751px) {
  .sec_lead .image img {
    border-width: 2px;
    border-radius: 30px;
  }
}
.sec_lead .text {
  letter-spacing: 0.02em;
  line-height: 2.28;
  margin-top: 24px;
}
@media all and (min-width: 751px) {
  .sec_lead .text {
    font-size: 16px;
    line-height: 2;
  }
}

/* service
---------------------------------------------------------- */
.sec_service {
  position: relative;
  border-top: 1px solid #707070;
  padding: 40px 0 70px;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_service {
    padding: 20px 0 120px;
    border-top-width: 2px;
  }
}
.sec_service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 292px;
  background-color: #a3ced6;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 25px, rgba(255, 255, 255, 0.5) 25px, rgba(255, 255, 255, 0.5) 26px), repeating-linear-gradient(to right, transparent 0, transparent 25px, rgba(255, 255, 255, 0.5) 25px, rgba(255, 255, 255, 0.5) 26px);
  border-bottom: 1px solid #707070;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_service::before {
    height: 295px;
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px), repeating-linear-gradient(to right, transparent 0, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px);
    border-bottom-width: 2px;
  }
}
.sec_service .ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 0;
}
@media all and (min-width: 751px) {
  .sec_service .ttl_wrap {
    gap: 4px 33px;
  }
}
@media all and (min-width: 751px) and (max-width: 830px) {
  .sec_service .ttl_wrap {
    gap: 8px 0;
  }
}
.sec_service .ttl_wrap .sec_ttl {
  width: min(240px, 80%);
}
@media all and (min-width: 751px) {
  .sec_service .ttl_wrap .sec_ttl {
    width: min(280px, 40%);
  }
}
@media all and (max-width: 830px) {
  .sec_service .ttl_wrap .sec_ttl {
    width: 100%;
    text-align: center;
  }
  .sec_service .ttl_wrap .sec_ttl img {
    width: min(216px, 100%);
  }
}
.sec_service .ttl_wrap .deco {
  width: auto;
  height: 90px;
}
@media all and (min-width: 751px) {
  .sec_service .ttl_wrap .deco {
    height: 154px;
  }
}
@media all and (min-width: 751px) and (max-width: 1060px) {
  .sec_service .ttl_wrap .deco {
    height: 96px;
  }
}
@media all and (max-width: 830px) {
  .sec_service .ttl_wrap .deco_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media all and (max-width: 830px) {
  .sec_service .ttl_wrap .deco_r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec_service .list {
  counter-reset: number;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_service .list {
    margin-top: 10px;
  }
}
.sec_service .item {
  counter-increment: number 1;
  background-color: #fff;
  border: 1px solid #222222;
  border-radius: 15px;
}
@media all and (min-width: 751px) {
  .sec_service .item {
    border: 1.5px solid #222222;
    border-radius: 30px;
  }
}
.sec_service .item:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_service .item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sec_service .item .head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  border-bottom: 1px solid #222222;
  padding: 17px;
}
@media all and (min-width: 751px) {
  .sec_service .item .head_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    padding: 20px;
  }
}
.sec_service .item .head_wrap::before {
  content: counter(number, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #a3ced6;
  -webkit-text-stroke: 1px #222222;
}
@media all and (min-width: 751px) {
  .sec_service .item .head_wrap::before {
    font-size: 36px;
  }
}
.sec_service .item .head_wrap .ttl {
  font-size: 22px;
  letter-spacing: 0.06em;
}
@media all and (min-width: 751px) {
  .sec_service .item .head_wrap .ttl {
    font-size: 26px;
  }
}
.sec_service .item.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_service .item.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_service .block {
  padding: 24px 20px 30px;
}
@media all and (min-width: 751px) {
  .sec_service .block {
    padding: 36px 6.5% 50px;
  }
}
.sec_service .block:not(:last-child) {
  border-bottom: 1px solid #222222;
}
.sec_service .block .block_ttl {
  text-align: center;
  font-size: 18px;
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  .sec_service .block .block_ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.sec_service .block .block_ttl span {
  display: inline;
  background-color: #222222;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 1px 10px 3px;
}
@media all and (min-width: 751px) {
  .sec_service .block .block_ttl span {
    padding: 1px 14px 3px;
  }
}
.sec_service .block .block_inner.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.sec_service .block .block_inner.js_scroll.scroll_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec_service .tech_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
}
@media all and (min-width: 751px) {
  .sec_service .tech_list {
    gap: 20px 40px;
  }
}
.sec_service .tech_list > li {
  width: 84px;
  text-align: center;
}
@media all and (min-width: 751px) {
  .sec_service .tech_list > li {
    width: 90px;
  }
}
.sec_service .tech_list > li p {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media all and (min-width: 751px) {
  .sec_service .tech_list > li p {
    margin-top: 8px;
  }
}
.sec_service .tech_examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 22px 8px;
}
@media all and (max-width: 750px) {
  .sec_service .tech_examples {
    width: min(400px, 100%);
    margin-inline: auto;
  }
}
@media all and (min-width: 861px) {
  .sec_service .tech_examples {
    gap: 10px;
  }
}
.sec_service .tech_examples > li {
  width: calc((100% - 8px) / 2);
}
@media all and (min-width: 861px) {
  .sec_service .tech_examples > li {
    width: calc((100% - 30px) / 4);
  }
}
.sec_service .tech_examples > li .image img {
  border: 1px solid #222222;
  border-radius: 10px;
}
.sec_service .tech_examples > li p {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media all and (min-width: 751px) {
  .sec_service .tech_examples > li p {
    margin-top: 9px;
  }
}
.sec_service .text_center {
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  .sec_service .text_center {
    text-align: center;
    line-height: 2;
  }
}
.sec_service .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media all and (min-width: 751px) {
  .sec_service .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 23px;
  }
}
@media all and (min-width: 751px) {
  .sec_service .row_wrap .image {
    width: 43.8%;
  }
}
.sec_service .row_wrap .image img {
  border-radius: 10px;
  border: 1px solid #222222;
}
@media all and (min-width: 751px) {
  .sec_service .row_wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.sec_service .row_wrap .texts p {
  line-height: 2.14;
}
@media all and (min-width: 751px) {
  .sec_service .row_wrap .texts p {
    line-height: 1.85;
  }
}