body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.content-header {
  flex-direction: column;
  width: 100%;
  background: url(../images/header_bg-sp.png) no-repeat center center/cover;
  min-height: 208px;
}

@media (min-width: 47.9375em) {
  .content-header {
    min-height: 240px;
    background: url(../images/header_bg.png) no-repeat center center/cover;
  }
}

.content-header h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}

@media (min-width: 47.9375em) {
  .content-header h1 {
    font-size: calc(30px + 10 * (100vw - 768px) / 392);
  }
}

@media (min-width: 72.5em) {
  .content-header h1 {
    font-size: 40px;
  }
}

.content-header p {
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

@media (min-width: 47.9375em) {
  .content-header p {
    font-size: calc(14px + 2 * (100vw - 768px) / 392);
  }
}

@media (min-width: 72.5em) {
  .content-header p {
    margin-top: 16px;
    font-size: 16px;
  }
}

.service {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 8px !important;
}

@media (min-width: 47.9375em) {
  .service {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
    padding-bottom: 48px !important;
  }
}

.service .service-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ebefff;
  width: 100%;
  border-radius: 32px;
  padding: 16px;
}

@media (min-width: 47.9375em) {
  .service .service-item {
    width: calc((100% - 56px) / 3);
    border-radius: 32px;
    padding: 24px;
  }
}

.service .service-item__title {
  text-align: left;
  margin: 0;
  margin-bottom: 3.0769230769vw;
}

@media (min-width: 47.9375em) {
  .service .service-item__title {
    margin-bottom: 16px;
  }
}

.service .service-item__title a {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  gap: 14px;
  font-size: 18px;
  padding-right: 26px;
}

@media (min-width: 47.9375em) {
  .service .service-item__title a {
    gap: 14px;
    font-size: calc(14px + 4 * (100vw - 768px) / 392);
    padding-right: 26px;
  }
}

@media (min-width: 47.9375em) and (hover: hover) and (pointer: fine) {
  .service .service-item__title a:hover {
    opacity: 1;
    color: #0c0b86 !important;
  }

  .service .service-item__title a:hover:after {
    background-image: url("../images/arrow-blue-right.svg");
  }
}

@media (min-width: 72.5em) {
  .service .service-item__title a {
    font-size: 18px;
  }
}

.service .service-item__title a .icon {
  width: 40px;
}

@media (min-width: 47.9375em) {
  .service .service-item__title a .icon {
    width: calc(30px + 10 * (100vw - 768px) / 392);
  }
}

@media (min-width: 72.5em) {
  .service .service-item__title a .icon {
    width: 40px;
  }
}

.service .service-item__title a .icon img {
  width: 100%;
  height: auto;
}

.service .service-item__title a:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  content: "";
  aspect-ratio: 1/1;
  background-image: url("../images/arrow-black-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
}

.service .service-item__list {
  width: 100%;
  flex-grow: 1;
  background-color: #fff;
  margin: 0;
  padding: 20px 18px;
  border-radius: 22px;
}

@media (min-width: 47.9375em) {
  .service .service-item__list {
    padding: 24px;
    border-radius: 22px;
  }
}

.service .service-item__list li {
  margin: 0;
}

.service .service-item__list li:not(:last-child) {
  margin-bottom: 14px;
}

.service .service-item__list li a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  gap: 6px;
}

@media (min-width: 47.9375em) and (hover: hover) and (pointer: fine) {
  .service .service-item__list li a:hover {
    opacity: 1;
    color: #0c0b86 !important;
  }

  .service .service-item__list li a:hover:before {
    background-image: url("../images/arrow-blue-right.svg");
  }
}

.service .service-item__list li a:before {
  flex-shrink: 0;
  content: "";
  aspect-ratio: 1/1;
  background-image: url("../images/arrow-black-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  margin-top: 2px;
}
