@charset 'UTF-8';

/* 事業・サービスーsp
      ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.page-top__text {
  margin: 20px 0 60px;
}

.page-top__img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

/* アンカーボタン */
.page-top__anchor {
  background-color: var(--color14);
  margin: 0 0 100px;
  padding: 28px 0;
}

.page-top__anchor-list {
}

.page-top__anchor-item {
  margin: 0 0 28px;
}

.page-top__anchor-list .page-top__anchor-item:last-of-type {
  margin: 0;
}

.page-top__anchor-link {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: var(--color03);
  padding: 0 0 0 35px;
  position: relative;
}

.page-top__anchor-link:hover {
  opacity: 0.8;
}

.page-top__anchor-link::before {
  display: inline-block;
  content: "";
  width: 12.72px;
  height: 7.78px;
  background-image: url(../../images/common/anchor-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 記事一覧 */
.page-service {
  margin: 0 0 120px;
  scroll-margin-top: 100px;
}

.page-service__ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--color03);
  margin: 0 0 50px;
  padding: 0 0 28px 77px;
  border-bottom: solid 1px var(--color06);
}

.page-service__ttl--01,
.page-service__ttl--02,
.page-service__ttl--03 {
  position: relative;
}

.page-service__ttl--01::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../images/service/service-section-icon01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.page-service__ttl--02::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../images/service/service-section-icon02.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.page-service__ttl--03::before {
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../../images/service/service-section-icon03.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.page-service__sub-ttl {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 0;
}

.page-service__sub-ttl-color {
  color: var(--color02);
}

@media screen and (min-width: 577px) {
  /* 事業・サービスーtb
          ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top__text {
    margin: 40px 0 120px;
  }

  /* アンカーボタン */
  .page-top__anchor {
    margin: 0 0 200px;
    padding: 56px 0;
  }

  .page-top__anchor-item {
    margin: 0 0 56px;
  }

  .page-top__anchor-link {
    font-size: 28px;
    padding: 0 0 0 70px;
  }

  .page-top__anchor-link::before {
    display: inline-block;
    content: "";
    width: 25.44px;
    height: 15.56px;
  }

  /* 記事一覧 */
  .page-service {
    margin: 0 0 240px;
    scroll-margin-top: 200px;
  }

  .page-service__ttl {
    font-size: 48px;
    padding: 0 0 56px 154px;
  }

  .page-service__ttl--01::before {
    width: 120px;
    height: 120px;
    top: -6px;
    left: 0;
  }

  .page-service__ttl--02::before {
    width: 120px;
    height: 120px;
    top: -6px;
    left: 0;
  }

  .page-service__ttl--03::before {
    width: 120px;
    height: 120px;
    top: -6px;
    left: 0;
  }

  .page-service__sub-ttl {
    font-size: 30px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 769px) {
  /* 事業・サービスーpc
        ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .page-top {
    padding: 200px 0 180px;
    margin: 0;
  }

  .page-top__box {
    position: relative;
  }

  .page-top__anchor {
    position: absolute;
    bottom: -240px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    width: 100%;
    padding: 52px 70px;
  }

  .page-top__anchor-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 63px;
    -moz-column-gap: 63px;
    column-gap: 63px;
  }

  .page-top__anchor-item {
    margin: 0;
  }

  .page-top__anchor-link {
    font-size: 16px;
    padding: 0 40px 0 0;
  }

  .page-top__anchor-link:hover {
    opacity: 0.8;
  }

  .page-top__anchor-link::before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 12px;
    left: auto;
    right: 0;
  }

  .page-service__ttl {
    font-size: 32px;
    padding: 0 0 48px 113px;
    margin: 0 0 50px;
  }

  .page-service__ttl--01::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .page-service__ttl--02::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .page-service__ttl--03::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .page-service__ttl--01::after {
    display: inline-block;
    content: "";
    width: 373px;
    height: 373px;
    background-image: url(../../images/service/service-ring01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    right: -215px;
    z-index: -1;
  }

  .page-service__ttl--02::after {
    display: inline-block;
    content: "";
    width: 302px;
    height: 302px;
    background-image: url(../../images/service/service-ring02.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    right: 170px;
    z-index: -1;
  }

  .page-service__ttl--03::after {
    display: inline-block;
    content: "";
    width: 211px;
    height: 211px;
    background-image: url(../../images/service/service-ring03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: -105px;
    z-index: -1;
  }

  .page-service__sub-ttl {
    font-size: 20px;
    margin: 24px 0 0;
  }

  .page-service__ttl--01::before {
    width: 80px;
    height: 80px;
    top: 6px;
  }

  .column-article__list {
    margin: 0;
  }

  .page-service {
    margin: 0 0 120px;
    padding: 180px 0 0;
    overflow: hidden;
  }
}
