/* ========== title ========== */
.c-title-main span {
  font-size: clamp(48px, 12vw, 120px) !important;
}

.c-block-body {
  margin-top: 0;
}

.c-block-body .c-text {
  max-width: 764px;
  width: 100%;
  margin-top: 32px;
}

.c-block p {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
}

.c-block-link {
  margin-top: 38px;
}

.c-block-link a {
  background: #272727 url(../../images/service/arrow-link.webp) center right 20.51px no-repeat;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 288px;
}

.s .c-block-link a {
  background: #272727 url(../../images/service/arrow-link.webp) center right 12.64px no-repeat;
}

.service-link-block {
  margin-top: 80px;
}

.service-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 15px;
}

.service-link-list li {
  min-width: 0;
  width: 100%;
}

.service-link-list a {
  text-decoration: none;
}

.service-link-box {
  background-color: #fff;
  border: #f1f1f1 solid 1px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.service-link-box dt img {
  object-fit: cover;
  aspect-ratio: 283 / 160;
  height: auto;
  width: 100%;
}

.service-link-title {
  line-height: 100% !important;
  letter-spacing: -1%;
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700 !important;
}

.service-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fd0200;
  border-radius: 999px;
  height: 36px;
  width: 84px;
  line-height: 36px;
  margin-top: 18px;
  margin-left: auto;
}

.s .c-block-title {
  display: block;
  line-height: 1;
}

.s .c-block-title:after {
  content: attr(data-sub);
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}

.s .c-block-title {
  padding-bottom: 10px;
}

.s .c-block-body {
  margin-top: 18px !important;
}

.s .c-block-flex > div {
  width: 100%;
}
.s .c-date-block h4 {
  font-size: 20px;
  line-height: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.s .c-block-link a {
  background-size: 16px;
  font-size: 10px;
  margin-left: 0;
  line-height: 40px;
  height: 40px;
  width: 178px;
}
.s .c-img img {
  height: auto;
  width: 100%;
}

.s .c-text-block.c-text {
  margin-top: -7px;
}

.s .service-link-block {
  margin-top: 60px;
}

.s .service-link-list {
  display: block;
}

.s .service-link-list li {
  margin-bottom: 20px;
}

.s .service-link-list dl {
  max-width: 69.23076923076923vw;
  max-height: 71.02564102564102vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 20px;
}

.s .service-link-title {
  font-size: 18px;
}
