.ServicePage {
  padding-top: min(3.5rem /* 56px (基準16px) */, 3.889vw /* 56px (基準1440px) */);
  background-color: #fffdf8;
  color: #3d3d3d;
}

.s .ServicePage {
  padding-top: 3.563rem /* 57px (基準16px) */;
}

.ServicePage-inner {
  padding-top: 4rem /* 64px (基準16px) */;
  padding-bottom: 5rem /* 80px (基準16px) */;
  width: min(68.75rem /* 1100px (基準16px) */, 76.389vw /* 1100px (基準1440px) */);
  margin: 0 auto;
}

.s .ServicePage-inner {
  width: 90%;
  padding-bottom: 3.75rem /* 60px (基準16px) */;
}

.ServicePage-title {
  max-width: 21.25rem /* 340px (基準16px) */;
  width: 90%;
  margin: 0 auto;
}

.ServicePage-description {
  width: 62%;
  margin: 0 auto;
  margin-top: 5rem /* 80px (基準16px) */;
  line-height: 1.8;
}

.s .ServicePage-description {
  margin-top: 3.75rem /* 60px (基準16px) */;
  width: 100%;
}

.ServicePage-descriptionLead {
  text-align: center;
}

.ServicePage-descriptionText {
  margin-top: 1.5rem /* 24px (基準16px) */;
  font-size: 0.813rem /* 13px (基準16px) */;
}

.ServicePage-benefitList {
  width: 100%;
  margin: 0 auto;
}

.ServicePage-sectionTitle {
  text-align: center;
  line-height: 1.8;
  color: #bb4953;
  font-weight: 400;
  font-size: 1rem /* 16px (基準16px) */;
  margin-top: 5rem /* 80px (基準16px) */;
}

.s .ServicePage-sectionTitle {
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.ServicePage-sectionTitle._border {
  position: relative;
}

.ServicePage-sectionTitle._border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem /* 20px (基準16px) */;
  height: 0.063rem /* 1px (基準16px) */;
  background-color: #bb4953;
}

.ServicePage-benefitList {
  margin-top: 2.5rem /* 40px (基準16px) */;
}

.s .ServicePage-benefitList {
  margin-top: 1.5rem /* 24px (基準16px) */;
}

.ServicePage-otherItem {
  display: flex;
  align-items: center;
  column-gap: 2.25rem /* 36px (基準16px) */;
  padding: 1.5rem /* 24px (基準16px) */ 0;
  line-height: 1.8;
  border-bottom: 1px solid #bb4953;
}

.s .ServicePage-otherItem {
  column-gap: 0.5rem /* 8px (基準16px) */;
}

.ServicePage-otherItem:last-child {
  border-bottom: none;
}

.ServicePage-otherItemIcon {
  width: 5rem /* 80px (基準16px) */;
  height: 5rem /* 80px (基準16px) */;
  object-fit: contain;
}

.ServicePage-otherList {
  width: 42.5rem /* 680px (基準16px) */;
  margin: 0 auto;
  margin-top: 2.5rem /* 40px (基準16px) */;
}

.s .ServicePage-otherList {
  width: 100%;
}

.ServicePage-otherItemTitle {
  color: #bb4953;
}

.ServicePage-otherItemText {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 0.813rem /* 13px (基準16px) */;
  margin-top: 0.5rem /* 8px (基準16px) */;
}

.ServicePage-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #bb4953;
  row-gap: 2rem /* 32px (基準16px) */;
  margin-top: 5rem /* 80px (基準16px) */;
  padding: 2.5rem /* 40px (基準16px) */ 0;
}

.s .ServicePage-contact {
  margin: 0 auto;
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.ServicePage-contactText {
  width: 18.75rem /* 300px (基準16px) */;
  margin: 0 auto;
  text-align: center;
  color: #bb4953;
}

.ServicePage-contactLead {
  font-size: 1.25rem /* 20px (基準16px) */;
}

.ServicePage-contactDescription {
  margin-top: 1rem /* 16px (基準16px) */;
  font-size: 0.813rem /* 13px (基準16px) */;
}

.ServicePage-contactButton .action-links {
  flex-shrink: 0;
}

.s .ServicePage-contactButton .action-links {
  margin-top: 2rem /* 32px (基準16px) */;
  max-width: 18.75rem /* 300px (基準16px) */;
}

.ServicePage-contactButton .action-links__item {
  color: #fff !important;
  background-color: #bb4953;
}

.ServicePage .more-link {
  margin-top: 5rem /* 80px (基準16px) */;
}

.s .ServicePage .more-link {
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.ServicePage-links {
  width: 100%;
  max-width: 45.25rem /* 724px (基準16px) */;
  margin: 0 auto;
  margin-top: 5rem /* 80px (基準16px) */;
}

.s .ServicePage-links {
  margin-top: 3.75rem /* 60px (基準16px) */;
  max-width: none;
}

.ServicePage-linksItems {
  margin-top: 1.625rem /* 26px (基準16px) */;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 21.875rem /* 350px (基準16px) */);
  gap: 1.5rem /* 24px (基準16px) */;
}

.s .ServicePage-linksItems {
  grid-template-columns: repeat(auto-fill, minmax(21.875rem /* 350px (基準16px) */, 1fr));
}

.s .ServicePage ._pc {
  display: none;
}
