/* サービス改修 */
.p-pageService__mainItemListBox+.p-pageService__mainItemListHead {
  margin-top: 24px;
}

.p-service__offerItem+li {
  margin-top: 80px;
}

.p-service__offerItemHead {
  display: flex;
  flex-direction: column-reverse;
}

.p-service__offerItemName {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-service__offerItemRead {
  font-size: .9375rem;
  margin-top: 8px;
}

.p-service__offerItemRead p+p {
  margin-top: 1em;
}

.p-service__offerItemVis {
  width: 100%;
  height: auto;
  margin-top: 16px;
  overflow: hidden;
  aspect-ratio: 1200 / 630;
}

.p-service__offerItemVis img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-service__offerItemPoint {
  width: 100%;
  background-color: #f6f6f9;
  padding: 20px 16px;
  margin-top: 20px;
  border-radius: 12px;
}

.p-service__offerItemPoint p+p {
  margin-top: 12px;
}

.p-service__offerItemPoint p {
  position: relative;
  padding-left: 13px;
  font-size: .8125rem;
  line-height: 1.4;
}

.p-service__offerItemPoint p::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3b56ce;
  position: absolute;
  top: 7px;
  left: 0;
}

.p-service__offerItemFoot {
  margin-top: 20px;
}

.p-service__offerItemInfo {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-service__offerItemBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.p-service__offerItemBtn a {
  width: 280px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b56ce;
  border: 1px solid #3b56ce;
  color: white;
  border-radius: 40px;
  font-size: .9375rem;
  line-height: 1;
  font-weight: 700;
}

.p-service__offerItemBtnIcon {
  font-size: 1.125rem;
  margin-top: 2px;
}

.p-service__offerItemBtn .c-picIconMail::before,
.p-service__offerItemBtn .c-picIconMail::after {
  transition: all .22s ease-out;
}

.p-service__offerItemBtnTxt {
  margin-left: 4px;
}

@media screen and (min-width:768px) {
  .p-pageService__mainItemListBox+.p-pageService__mainItemListHead {
    margin-top: 32px;
  }

  .p-service__offerItem+li {
    margin-top: 120px;
  }

  .p-service__offerItemHead {
    flex-direction: row;
  }

  .p-service__offerItemVis {
    width: calc(400 / 1040 * 100%);
    /* height: calc(266 / 400 * 100%); */
    margin-top: 0;
  }

  .p-service__offerItemMeta {
    width: calc(640 / 1040 * 100%);
    padding-left: clamp(24px,calc(var(--vw)*5 - 24px),40px);
  }

  .p-service__offerItemName {
    font-size: 1.5rem;
  }

  .p-service__offerItemRead {
    font-size: 1rem;
    margin-top: 16px;
  }

  .p-service__offerItemPoint {
    padding: 32px 24px;
    margin-top: 32px;
  }

  .p-service__offerItemPoint p {
    font-size: .9375rem;
  }

  .p-service__offerItemPoint p::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }

  .p-service__offerItemPoint p {
    padding-left: 15px;
  }

  .p-service__offerItemPoint p+p {
    margin-top: 16px;
  }

  .p-service__offerItemFoot {
    margin-top: 32px;
  }

  .p-service__offerItemInfo {
    font-size: 1.25rem;
  }

  .p-service__offerItemBtn {
    margin-top: 40px;
  }

  .p-service__offerItemBtn a {
    width: 320px;
    height: 58px;
    font-size: 1.125rem;
    transition: all .22s ease-out;
  }

  .p-service__offerItemBtnIcon {
    font-size: 1.5rem;
    margin-top: 3px;
  }

  .p-service__offerItemBtnTxt {
    margin-left: 8px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .p-service__offerItemBtn a:hover {
    background-color: white;
    color: #3b56ce;
  }
  .p-service__offerItemBtn a:hover .c-picIconMail::before,
  .p-service__offerItemBtn a:hover .c-picIconMail::after {
    background: url(../images/icon/icon-mail_primary.svg) no-repeat center / contain;
  }
}