.content-page-sp {
  min-height: 100vh;
  background: #f2f0e8;
}

.content-sp-header {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  padding: 18px 15px 12px;
}

.content-sp-header__top,
.content-sp-header__logo,
.content-sp-header__menu,
.content-sp-header__tabs,
.content-sp-header__tab {
  display: flex;
  align-items: center;
}

.content-sp-header__top {
  justify-content: space-between;
}

.content-sp-header__logo {
  gap: 10px;
}

.content-sp-header__logo-img {
  width: 61px;
  height: 34px;
  object-fit: cover;
}

.content-sp-header__tagline {
  max-width: 200px;
  font-size: 10px;
  line-height: 1.2;
  color: #1e1e1e;
}

.content-sp-header__menu {
  flex-direction: column;
  gap: 2px;
  width: 36px;
  color: #1e1e1e;
  font-size: 9px;
}

.content-sp-header__menu img {
  width: 32px;
  height: 33px;
}

.content-sp-header__tabs {
  margin-top: 10px;
  gap: 5px;
  padding: 5px;
  background: #f2f0e8;
  border-radius: 40px;
}

.content-sp-header__tab {
  flex: 1;
  min-width: 0;
  justify-content: center;
  gap: 5px;
  min-height: 50px;
  padding: 10px;
  border-radius: 40px;
  color: #797979;
  font-size: 14px;
  line-height: 1.2;
}

.content-sp-header__tab--active {
  background: #ff1100;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content-sp-header__tab img {
  width: 16px;
  height: 16px;
}

.content-sp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 50px;
  padding: 0 15px;
  font-size: 12px;
  color: #696b68;
}

.content-sp-breadcrumb a {
  text-decoration: underline;
}

.content-sp-breadcrumb img {
  width: 12px;
  height: 12px;
}

.content-sp-hero {
  position: relative;
  height: 122px;
  overflow: hidden;
  background: #ff1100;
}

.content-sp-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #f2f0e8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content-sp-hero__decor {
  position: absolute;
  left: 50px;
  top: -4px;
  width: 274px;
  height: 136px;
  object-fit: cover;
  opacity: 0.6;
  mix-blend-mode: hard-light;
}

.content-sp-hero h1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
}

.content-sp-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 15px 60px;
}

.content-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #ebe9dc;
  border-radius: 10px;
  padding: 20px;
  overflow-wrap: anywhere;
}

.content-card h2,
.content-card h3,
.content-card p,
.content-card li,
.content-card small,
.owner-intro h2 {
  overflow-wrap: anywhere;
  word-break: break-all;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.section-title__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff1100;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.section-title__icon--blue {
  background: #106ec6;
}

.section-title__icon > img {
  display: block;
  width: 24px;
  height: 24px;
}

.section-title__icon-graphic {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
}

.section-title h2 {
  min-width: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.section-title__badge {
  flex-shrink: 0;
  border-radius: 4px;
  background: #ff1100;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
}

.section-lead,
.info-card p,
.reason-card__body p,
.owner-section p,
.owner-reason-card p,
.proposal-list p,
.flow-list p,
.service-list p,
.faq-answer,
.faq-list p,
.related-faq p {
  font-size: 16px;
  line-height: 1.8;
}

.howto-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.howto-card__visual {
  overflow: hidden;
}

.howto-card__visual img {
  width: 100%;
  height: auto;
}

.howto-card__mock {
  display: grid;
  grid-template-columns: 1fr 96px;
  gap: 12px;
}

.howto-card__mock-pc,
.howto-card__mock-sp {
  position: relative;
  height: 190px;
  overflow: hidden;
  border: 1px solid #dcd8c0;
  background: #f2f0e8;
}

.howto-card__mock-sp {
  height: 190px;
}

.howto-card__mock-pc span,
.howto-card__mock-sp span {
  position: absolute;
  display: block;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.howto-card__mock-pc span:nth-child(1) {
  left: 22px;
  top: 24px;
  width: 132px;
  height: 44px;
  background: #ff1100;
}

.howto-card__mock-pc span:nth-child(2) {
  left: 22px;
  right: 22px;
  top: 82px;
  height: 42px;
}

.howto-card__mock-pc span:nth-child(3) {
  left: 40px;
  right: 40px;
  bottom: 28px;
  height: 44px;
  border: 3px solid #00e738;
  background: rgba(0, 231, 56, 0.2);
}

.howto-card__mock-sp span:nth-child(1) {
  left: 14px;
  right: 14px;
  top: 35px;
  height: 54px;
  background: #ff1100;
}

.howto-card__mock-sp span:nth-child(2) {
  left: 0;
  right: 0;
  bottom: 45px;
  height: 44px;
  border: 3px solid #00e738;
  border-radius: 0;
  background: rgba(0, 231, 56, 0.2);
}

.howto-card__steps {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

.howto-card__steps > p:first-child {
  margin-bottom: 12px;
  color: #ff1100;
}

.howto-card__steps ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.howto-card__note {
  margin-top: 16px;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reason-card {
  display: flex;
  gap: 18px;
}

.reason-card__body {
  flex: 1 1 0;
  min-width: 0;
}

.reason-card__visual,
.owner-intro__visual,
.owner-reason-card__visual,
.proposal-list__visual,
.flow-list__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f2f0e8;
  color: #3c3c3c;
  font-weight: 700;
  overflow: hidden;
}

.reason-card__visual {
  width: 110px;
  height: 110px;
}

.reason-card--photo {
  flex-direction: column;
}

.reason-card--photo .reason-card__visual {
  width: 100%;
  height: 187px;
  background: #fff;
}

.reason-card__visual img,
.info-card__image img,
.owner-reason-card__visual img,
.flow-list__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason-card--photo .reason-card__visual img {
  object-fit: cover;
}

.reason-card__number {
  color: #ff1100;
  font-family: Montserrat, 'Noto Sans JP', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.reason-card h2,
.owner-reason-card h3,
.proposal-list h3,
.flow-list h3,
.service-list h3,
.info-card h3 {
  margin: 8px 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.accent-list {
  margin-top: 16px;
  padding-left: 22px;
  list-style: disc;
  color: #ff1100;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.info-card__image {
  height: 199px;
  margin-top: 20px;
  overflow: hidden;
}

.info-card__image img {
  object-fit: cover;
}

.facility-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.facility-list h3 {
  color: #ff1100;
}

.owner-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.owner-intro > p {
  color: #ff1100;
  font-size: 18px;
  font-weight: 700;
}

.owner-intro h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.owner-intro__visual {
  height: 256px;
  background: transparent;
}

.owner-intro__visual img {
  display: block;
  width: 320px;
  max-width: 100%;
  height: 256px;
  object-fit: contain;
}

.owner-card-grid,
.proposal-list,
.flow-list,
.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.owner-reason-card__visual {
  height: 140px;
  margin-bottom: 20px;
  background: #fff;
}

.owner-reason-card__visual img {
  width: 253px;
  height: 140px;
}

.owner-reason-card small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.8;
}

.owner-section__center-title {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.owner-section__lead {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
}

.proposal-list__visual {
  position: relative;
  height: 240px;
  border-radius: 20px;
  background: #f2f0e8;
}

.proposal-list__visual img {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.proposal-list h3 {
  margin-top: -12px;
  padding: 16px;
  border: 1px solid #ebe9dc;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.flow-list article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flow-list__visual {
  height: 168px;
  border-radius: 8px;
  background: #fff;
}

.flow-list span {
  display: inline-flex;
  margin-bottom: 8px;
  border-radius: 17px;
  background: #ff1100;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
}

.service-list article {
  border-top: 1px solid #ebe9dc;
  padding-top: 20px;
}

.service-list h3 {
  border-radius: 5px;
  background: #ff1100;
  color: #fff;
  padding: 10px 14px;
}

.service-list__recommend {
  margin-top: 16px;
}

.service-list__recommend > p {
  border-radius: 4px;
  background: #f2f0e8;
  font-weight: 700;
  padding: 10px;
}

.service-list__recommend ul {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.8;
}

.service-list__recommend li {
  display: flex;
  gap: 6px;
}

.service-list__recommend li img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.service-list__visual {
  position: relative;
  height: 175px;
  margin-top: 20px;
  overflow: hidden;
  background: #fff;
}

.service-list__visual--border {
  border: 1px solid #c9caca;
}

.service-list__visual img {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.content-sp-primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 30px;
  border-radius: 5px;
  background: #ff1100;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.faq-category-tabs {
  display: grid;
  gap: 8px;
}

.faq-category-tabs a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 5px;
  background: #fff;
  color: #000;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
}

.faq-category-tabs__item--active {
  background: #ff1100 !important;
  color: #fff !important;
}

.faq-category-tabs__arrow {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: #696b68;
  -webkit-mask: url('/img/v2/caret-down.svg') center / contain no-repeat;
  mask: url('/img/v2/caret-down.svg') center / contain no-repeat;
}

.faq-category-tabs__item--active .faq-category-tabs__arrow {
  background: #fff;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.faq-list h2 {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
}

.faq-list__items {
  border-radius: 10px;
  background: #fff;
  padding: 0 16px;
}

.faq-list__items a,
.related-faq a {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #dcd8c0;
  padding: 18px 0;
}

.faq-list__items a:last-child,
.related-faq a:last-child {
  border-bottom: 0;
}

.faq-list__items span,
.faq-question span,
.related-faq span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff1100;
  color: #fff;
  font-family: Montserrat, 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.faq-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-question {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #dcd8c0;
  padding-bottom: 18px;
}

.faq-question h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.faq-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 46px;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
}

.related-faq {
  margin-top: 20px;
}

.related-faq h2 {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.related-faq h2 img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.content-sp-cta {
  display: grid;
  gap: 10px;
  padding: 0 15px 30px;
}

.content-sp-cta a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.content-sp-cta span {
  font-size: 15px;
}

.content-sp-cta strong {
  font-size: 20px;
}

.content-sp-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ff1100;
  color: #fff;
  padding: 50px 20px 40px;
}

.content-sp-footer img {
  width: 109px;
}

.content-sp-footer p {
  font-size: 14px;
}

.content-sp-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  line-height: 1.4;
}

.content-sp-footer small {
  font-size: 10px;
}
