#shoho-log-main-lp {
  --header-height: 104px;
  --color-bg: #f5f5f5;
  --color-surface: #ffffff;
  --color-ink: #074c60;
  --color-ink-soft: #5a7a93;
  --color-blue: #316d9c;
  --color-teal: #0f7f94;
  --color-teal-dark: #0a7184;
  --color-sky: #e4f3ff;
  --color-line: #b8d5df;
  --color-accent: #ff6175;
  --font-sans: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --content-width: 1280px;
  --ease: 180ms ease;
}

#shoho-log-main-lp *,
#shoho-log-main-lp *::before,
#shoho-log-main-lp *::after {
  box-sizing: border-box;
}

#shoho-log-main-lp {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  overflow-x: clip;
}

#shoho-log-main-lp {
  margin: 0;
  padding-top: var(--header-height);
  min-width: 360px;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: var(--font-sans);
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: clip;
}

#shoho-log-main-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

#shoho-log-main-lp a {
  color: inherit;
  text-decoration: none;
}

#shoho-log-main-lp ul,
#shoho-log-main-lp ol,
#shoho-log-main-lp dl,
#shoho-log-main-lp dd {
  margin: 0;
  padding: 0;
}

#shoho-log-main-lp li {
  list-style: none;
}

#shoho-log-main-lp .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#shoho-log-main-lp .arrow-icon {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
  position: relative;
}

#shoho-log-main-lp .arrow-icon::after {
  position: absolute;
  right: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

#shoho-log-main-lp .arrow-icon--large {
  width: 52px;
}

#shoho-log-main-lp .section-title {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: clamp(22px, 16.8px + 1.2cqw, 28px);
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}

#shoho-log-main-lp .site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  height: var(--header-height);
  padding: 16px 16px 16px 99px;
  background: #f5f5f5;
}

#shoho-log-main-lp .site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  width: 156px;
  flex: 0 0 auto;
}

#shoho-log-main-lp .site-header__logo-mark {
  width: 33px;
  height: 51px;
  object-fit: contain;
}

#shoho-log-main-lp .site-header__logo-name {
  width: 87px;
  height: 20px;
  object-fit: contain;
}

#shoho-log-main-lp .site-header__nav {
  flex: 0 0 auto;
  margin-left: 545px;
}

#shoho-log-main-lp .site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 107px;
  width: 702px;
}

#shoho-log-main-lp .site-header__nav-list li:nth-child(1) {
  width: 137px;
}

#shoho-log-main-lp .site-header__nav-list li:nth-child(2) {
  width: 122px;
}

#shoho-log-main-lp .site-header__nav-list li:nth-child(3),
#shoho-log-main-lp .site-header__nav-list li:nth-child(4) {
  width: 61px;
}

#shoho-log-main-lp .site-header__nav-link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: color var(--ease);
}

#shoho-log-main-lp .site-header__nav-link:hover,
#shoho-log-main-lp .site-header__nav-link:focus-visible {
  color: var(--color-teal);
}

#shoho-log-main-lp .site-header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 304px;
  gap: 0;
  width: 304px;
  height: 72px;
  margin-left: 98px;
  padding: 0 40px 0 48px;
  border-radius: 999px;
  background: #186c83;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}

#shoho-log-main-lp .hero {
  --hero-scale: 1;
  display: grid;
  height: 936px;
  overflow: hidden;
  position: relative;
}

#shoho-log-main-lp .hero__media,
#shoho-log-main-lp .hero__shade,
#shoho-log-main-lp .hero__title {
  grid-area: 1 / 1;
}

#shoho-log-main-lp .hero__media {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

#shoho-log-main-lp .hero__image {
  position: absolute;
  left: -336px;
  top: -89px;
  width: 2256px;
  height: 1505px;
  max-width: none;
  object-fit: fill;
  transform: scaleX(-1);
}

#shoho-log-main-lp .hero__shade {
  z-index: 1;
  justify-self: start;
  width: 1248px;
  margin-left: 672px;
  background: linear-gradient(90deg, rgba(148, 199, 211, 0) 0%, rgba(148, 199, 211, 0.84) 100%);
  opacity: 0.99;
}

#shoho-log-main-lp .hero__title {
  z-index: 3;
  align-self: start;
  justify-self: start;
  width: 1080px;
  margin: 245px 0 0 664px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 4.1px;
  text-align: left;
  text-shadow: 3px 4px 7px rgba(0, 0, 0, 0.25);
}

#shoho-log-main-lp .hero__line {
  display: block;
}

#shoho-log-main-lp .hero__line--risk {
  width: 865px;
  margin: 47px 0 0 50px;
}

#shoho-log-main-lp .hero__line--solution {
  width: 865px;
  margin: 84px 0 0 50px;
}

#shoho-log-main-lp .hero__text-large,
#shoho-log-main-lp .hero__text-accent {
  font-size: 82px;
  line-height: 1.21;
}

#shoho-log-main-lp .hero__text-medium {
  font-size: 68px;
  line-height: 1.46;
  letter-spacing: 3.4px;
}

#shoho-log-main-lp .hero__text-accent {
  color: #eb4354;
}

#shoho-log-main-lp .intro {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 680px;
  gap: clamp(56px, 5cqw, 96px);
  width: min(var(--content-width), calc(100% - 96px));
  margin: 0 auto;
  padding: 190px 0 150px;
}

#shoho-log-main-lp .intro__body {
  padding-left: 36px;
}

#shoho-log-main-lp .intro__lead,
#shoho-log-main-lp .intro__text {
  margin: 0;
  font-size: 23.2px;
  font-weight: 800;
}

#shoho-log-main-lp .intro__title {
  display: grid;
  gap: 48px;
  margin: 62px 0 82px;
  font-size: clamp(40px, 30.4px + 1.5cqw, 48px);
  font-weight: 900;
  line-height: 1.15;
}

#shoho-log-main-lp .intro__title span {
  display: block;
}

#shoho-log-main-lp .intro__figure {
  min-height: 790px;
  margin: 0;
  position: relative;
}

#shoho-log-main-lp .intro__image {
  object-fit: cover;
  border-radius: 0 96px 0 96px;
}

#shoho-log-main-lp .intro__image--primary {
  position: relative;
  z-index: 2;
  width: 520px;
  height: 520px;
}

#shoho-log-main-lp .intro__image--secondary {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 394px;
}

#shoho-log-main-lp .solution {
  padding: 0 0 190px;
  background: linear-gradient(180deg, var(--color-bg) 0 300px, #eaf8fb 430px, #eaf8fb 100%);
  text-align: center;
}

#shoho-log-main-lp .solution__label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  font-size: clamp(28px, 1.875cqw, 36px);
  font-weight: 600;
}

#shoho-log-main-lp .solution__label span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  position: relative;
  isolation: isolate;
  border-radius: 50%;
  background: var(--color-teal);
  color: #fff;
  font-size: 10px;
}

#shoho-log-main-lp .solution__label span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 18px;
  height: 18px;
  background: var(--color-teal);
  content: "";
}

#shoho-log-main-lp .solution__tool {
  display: grid;
  align-items: start;
  justify-items: start;
  width: min(960px, 100%);
  height: 418px;
  margin: 0 auto 70px;
  overflow: hidden;
  position: relative;
  border-radius: 0 80px 0 80px;
  background: #94c7d3;
}

#shoho-log-main-lp .solution__tool picture {
  display: block;
  width: 89.545%;
  margin-top: 42px;
  margin-left: -1.719%;
}

#shoho-log-main-lp .solution__tool img {
  width: 100%;
  max-width: none;
  height: auto;
}

#shoho-log-main-lp .solution__cursor {
  position: absolute;
  left: 76.563%;
  top: 51.914%;
  z-index: 2;
  width: 9.281%;
  height: 22.474%;
  background: url("./assets/figma-export/Group 108.svg") center / contain no-repeat;
  pointer-events: none;
}

#shoho-log-main-lp .solution__quick {
  margin: 0 0 18px;
  color: var(--color-teal-dark);
  font-size: clamp(28px, 1.875cqw, 36px);
  font-weight: 600;
  line-height: 1.5;
}

#shoho-log-main-lp .solution__benefits {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  justify-content: center;
  gap: clamp(72px, 7cqw, 120px);
}

#shoho-log-main-lp .solution__benefit {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--color-teal-dark);
  font-size: 25.6px;
  font-weight: 900;
}

#shoho-log-main-lp .solution__benefit img {
  width: 220px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

#shoho-log-main-lp .solution__note {
  width: min(calc(660px + clamp(72px, 7cqw, 120px) + clamp(72px, 7cqw, 120px)), calc(100% - 96px));
  margin: 46px auto 0;
  color: var(--color-teal-dark);
  font-size: 22px;
  font-weight: 900;
  text-align: right;
}

#shoho-log-main-lp .products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}

#shoho-log-main-lp .products__title {
  position: absolute;
  left: clamp(48px, 8.2cqw, 160px);
  top: -96px;
  z-index: 2;
  display: grid;
  width: 319px;
  height: 96px;
  place-items: center;
  margin: 0;
  padding: 0;
  border-radius: 70px 70px 0 0;
  background: var(--color-teal);
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

#shoho-log-main-lp .product-card {
  display: grid;
  height: clamp(680px, 44.8cqw, 860px);
  overflow: hidden;
  color: #fff;
  position: relative;
}

#shoho-log-main-lp .product-card__media,
#shoho-log-main-lp .product-card__body,
#shoho-log-main-lp .product-card__link {
  grid-area: 1 / 1;
}

#shoho-log-main-lp .product-card__media {
  margin: 0;
}

#shoho-log-main-lp .product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#shoho-log-main-lp .product-card::after {
  grid-area: 1 / 1;
  z-index: 1;
  opacity: 0;
  content: "";
  transition: opacity var(--ease);
}

#shoho-log-main-lp .product-card--pic::after {
  background: linear-gradient(180deg, rgba(148, 199, 211, 0.3) 7.414%, rgba(148, 199, 211, 0.9) 62.818%, #94c7d3 100%);
}

#shoho-log-main-lp .product-card--mov::after {
  background: linear-gradient(180deg, rgba(49, 109, 156, 0.3) 7.414%, rgba(49, 109, 156, 0.9) 62.818%, #316d9c 100%);
}

#shoho-log-main-lp .product-card--pic .product-card__media img {
  object-position: center 42%;
}

#shoho-log-main-lp .product-card--mov .product-card__media img {
  object-position: center 40%;
}

#shoho-log-main-lp .product-card__body {
  z-index: 2;
  align-self: start;
  width: min(520px, 70%);
  margin: clamp(104px, 7.4cqw, 142px) 0 0 9.1667cqw;
  opacity: 0;
  transition: opacity var(--ease);
}

#shoho-log-main-lp .product-card__record {
  margin: 0 0 34px;
  font-size: clamp(20px, 1.6667cqw, 32px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

#shoho-log-main-lp .product-card__record strong {
  font-size: clamp(44px, 3.5417cqw, 68px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

#shoho-log-main-lp .product-card__features {
  display: grid;
  gap: 0;
  min-height: 156px;
  margin-bottom: 82px;
  font-size: clamp(16px, 1.25cqw, 24px);
  font-weight: 500;
  line-height: 52px;
}

#shoho-log-main-lp .product-card__name-jp {
  margin: 0;
  font-size: clamp(14px, 1.0417cqw, 20px);
  font-weight: 400;
}

#shoho-log-main-lp .product-card__name {
  margin: 6px 0 0;
  font-size: clamp(44px, 3.5417cqw, 68px);
  font-weight: 500;
  line-height: 1.08;
}

#shoho-log-main-lp .product-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  opacity: 0;
  transition: opacity var(--ease);
}

#shoho-log-main-lp .product-card:hover::after,
#shoho-log-main-lp .product-card:focus-within::after,
#shoho-log-main-lp .product-card:hover .product-card__body,
#shoho-log-main-lp .product-card:focus-within .product-card__body,
#shoho-log-main-lp .product-card:hover .product-card__link,
#shoho-log-main-lp .product-card:focus-within .product-card__link {
  opacity: 1;
}

#shoho-log-main-lp .product-card__link .arrow-icon {
  position: absolute;
  top: 50%;
  right: calc(clamp(48px, 6.1cqw, 118px) + 28px);
  width: 56px;
  height: 56px;
  background: transparent;
  border-top: 6px solid currentColor;
  border-right: 6px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

#shoho-log-main-lp .product-card__link .arrow-icon::after {
  content: none;
}

#shoho-log-main-lp .points {
  padding: 130px 0 67px;
}

#shoho-log-main-lp .points .section-title {
  font-size: clamp(28px, 1.875cqw, 36px);
  font-weight: 600;
  line-height: 1.22;
}

#shoho-log-main-lp .points__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, clamp(220px, 14.734cqw, 283px)));
  justify-content: center;
  column-gap: clamp(28px, 2.55cqw, 49px);
  row-gap: 72px;
  margin-top: 48px;
  padding: 0 24px;
}

#shoho-log-main-lp .points__item {
  text-align: center;
}

#shoho-log-main-lp .points__image {
  width: min(283px, 100%);
  height: auto;
  margin: 0 auto 32px;
  object-fit: contain;
}

#shoho-log-main-lp .points__title {
  margin: 0;
  color: var(--color-teal-dark);
  font-size: clamp(26px, 1.875cqw, 36px);
  font-weight: 700;
  line-height: 1.3889;
}

#shoho-log-main-lp .points__caption {
  margin: 15px 0 0;
  color: var(--color-teal-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 1101px) {
  #shoho-log-main-lp .points__item:nth-child(4) .points__title {
    display: inline-block;
    white-space: nowrap;
  }
}

#shoho-log-main-lp .promise {
  display: grid;
  justify-items: center;
  min-height: 940px;
  margin-top: 50px;
  overflow: hidden;
  padding: 0 0 53px;
  background: #f5f5f5 url("./assets/promise-bg.png") center 0 / cover no-repeat;
  position: relative;
}

#shoho-log-main-lp .promise__heading {
  margin-bottom: 0;
  color: #316d9c;
  font-size: clamp(28px, 1.875cqw, 36px);
  font-weight: 700;
  line-height: 1.3889;
}

#shoho-log-main-lp .promise__list {
  --promise-item-width: clamp(258px, 18.125cqw, 348px);
  --promise-item-height: clamp(198px, 13.9063cqw, 267px);

  position: relative;
  width: min(1109px, calc(100% - 48px));
  height: clamp(533px, 27.8125cqw, 534px);
  margin-top: -273px;
}

#shoho-log-main-lp .promise__item {
  position: absolute;
  display: grid;
  justify-items: center;
  width: var(--promise-item-width);
  height: var(--promise-item-height);
  color: var(--color-teal-dark);
  font-size: clamp(14px, 1.0417cqw, 20px);
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

#shoho-log-main-lp .promise__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 999px;
}

#shoho-log-main-lp .promise__item span {
  position: absolute;
  bottom: clamp(22px, 1.5625cqw, 30px);
  left: 50%;
  width: max-content;
  max-width: 88%;
  color: #5a7a93;
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
}

#shoho-log-main-lp .promise__item--quick {
  top: 0;
  left: 12.27%;
}

#shoho-log-main-lp .promise__item--wall {
  top: 0;
  left: 56.18%;
}

#shoho-log-main-lp .promise__item--prevention {
  top: clamp(227px, 15.7813cqw, 303px);
  left: 0;
}

#shoho-log-main-lp .promise__item--heart {
  top: clamp(228px, 15.8333cqw, 304px);
  left: 68.63%;
}

#shoho-log-main-lp .promise__item--dx {
  top: clamp(328px, 22.8125cqw, 438px);
  left: 34.83%;
}

#shoho-log-main-lp .promise__item--dx span {
  text-shadow: 0 0 31px #fff;
}

#shoho-log-main-lp .promise__message {
  position: absolute;
  top: clamp(330px, 22.9167cqw, 440px);
  left: 50%;
  z-index: 1;
  margin: 0;
  color: var(--color-teal-dark);
  font-size: clamp(30px, 1.875cqw, 36px);
  font-weight: 700;
  line-height: 1.3571;
  text-align: center;
  transform: translateX(-50%);
}

#shoho-log-main-lp .message {
  display: grid;
  grid-template: 1fr / 1fr;
  position: relative;
  z-index: 1;
  min-height: 767px;
  height: auto;
  margin-top: -30px;
  overflow: hidden;
  border-radius: 0 130px 0 130px;
}

#shoho-log-main-lp .message__media,
#shoho-log-main-lp .message__body {
  grid-area: 1 / 1;
  min-height: 0;
}

#shoho-log-main-lp .message__media {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
}

#shoho-log-main-lp .message__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: none;
}

#shoho-log-main-lp .message::after {
  grid-area: 1 / 1;
  content: none;
}

#shoho-log-main-lp .message__body {
  z-index: 1;
  align-self: start;
  width: min(560px, calc(100% - 48px));
  margin-top: clamp(130px, 8.5417cqw, 164px);
  margin-bottom: 110px;
  margin-left: clamp(48px, 16.5cqw, 320px);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

#shoho-log-main-lp .message__body p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

#shoho-log-main-lp .message__body p + p {
  margin-top: 34px;
}

#shoho-log-main-lp .faq {
  padding: 128px 0 88px;
}

#shoho-log-main-lp .faq__title {
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  width: min(480px, calc(100% - 48px));
  min-height: 104px;
  margin: 0 auto 72px;
  padding: 0 24px;
  border-radius: 44px;
  background: #fff;
  color: #111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.752;
  text-align: center;
}

#shoho-log-main-lp .faq__title::before,
#shoho-log-main-lp .faq__title::after {
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 50px;
  background: #fff;
  content: "";
}

#shoho-log-main-lp .faq__title::before {
  top: 0;
  left: 0;
}

#shoho-log-main-lp .faq__title::after {
  right: 0;
  bottom: 0;
}

#shoho-log-main-lp .faq__list {
  display: grid;
  gap: 34px;
  width: min(var(--content-width), calc(100% - 96px));
  margin: 0 auto;
}

#shoho-log-main-lp .faq__item {
  min-height: 192px;
  padding: 29px 64px 24px 59px;
  border-radius: 0 64px 0 64px;
  background: #fff;
}

#shoho-log-main-lp .faq__question,
#shoho-log-main-lp .faq__answer {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 36px;
  align-items: start;
  margin: 0;
  color: #000;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 2;
}

#shoho-log-main-lp .faq__question {
  padding-bottom: 18px;
  border-bottom: 1px solid #56b4c9;
  line-height: normal;
}

#shoho-log-main-lp .faq__answer {
  padding-top: 14px;
}

#shoho-log-main-lp .faq__question span {
  color: #56b4c9;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.752;
  text-align: center;
}

#shoho-log-main-lp .faq__answer span {
  color: #e58183;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1.752;
  text-align: center;
}

#shoho-log-main-lp .faq__answer p {
  margin: 0;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

#shoho-log-main-lp .contact {
  display: grid;
  grid-template-columns: 237px minmax(0, 606px) auto;
  align-items: center;
  justify-content: start;
  column-gap: 83px;
  width: min(1600px, calc(100% - 96px));
  min-height: 336px;
  margin: 80px auto 180px;
  padding: 80px clamp(48px, 8.3333cqw, 160px);
  border-radius: 85px;
  background: linear-gradient(117.1638deg, #94c7d3 10.019%, rgb(22, 110, 135) 94.679%);
  color: #fff;
}

#shoho-log-main-lp .contact__title {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
}

#shoho-log-main-lp .contact__subtitle {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}

#shoho-log-main-lp .contact__text {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.4;
}

#shoho-log-main-lp .contact__link {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-left: 68px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 2.2857;
  white-space: nowrap;
}

#shoho-log-main-lp .contact__link .arrow-icon {
  width: 48px;
  height: 35px;
  border-radius: 4px;
  background: #fff;
  color: rgb(22, 110, 135);
}

#shoho-log-main-lp .contact__link .arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
  content: "";
}

#shoho-log-main-lp .contact__link .arrow-icon::after {
  top: 13px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-color: currentColor;
}

#shoho-log-main-lp .site-footer {
  min-height: 626.83px;
  background: #19778a;
  color: #fff;
}

#shoho-log-main-lp .site-footer__inner {
  position: relative;
  width: min(1920px, 100%);
  height: 626.83px;
  margin: 0 auto;
}

#shoho-log-main-lp .site-footer__logo {
  position: absolute;
  top: 62.2px;
  left: 160px;
  display: inline-flex;
  align-items: center;
  gap: 32.91px;
}

#shoho-log-main-lp .site-footer__logo-mark {
  width: 42.09px;
  height: 61.51px;
  object-fit: contain;
}

#shoho-log-main-lp .site-footer__logo-name {
  width: 108.99px;
  height: auto;
  object-fit: contain;
}

#shoho-log-main-lp .site-footer__corporate {
  position: absolute;
  top: 177.04px;
  left: 160px;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

#shoho-log-main-lp .site-footer__corporate::after {
  display: inline-block;
  width: 5.57px;
  height: 12.19px;
  margin-left: 16px;
  background: url("./assets/footer-arrow.svg") center / contain no-repeat;
  vertical-align: -1px;
  content: "";
}

#shoho-log-main-lp .site-footer__nav {
  position: absolute;
  top: 177.04px;
  left: 480px;
}

#shoho-log-main-lp .site-footer__links {
  display: grid;
  gap: 33.49px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  list-style: none;
}

#shoho-log-main-lp .site-footer__sns {
  position: absolute;
  top: 422.03px;
  left: 1152px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 38.28px;
  border-radius: 999px;
  background: #fff;
  color: #186c83;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

#shoho-log-main-lp .site-footer__top {
  position: absolute;
  top: 391.41px;
  left: 1600px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  width: 160px;
  height: 68.9px;
  background: #fff;
  color: #186c83;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

#shoho-log-main-lp .site-footer__top span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg) translateY(3px);
}

#shoho-log-main-lp .site-footer__privacy {
  position: absolute;
  top: 555.06px;
  left: 1120px;
  margin: 0;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

#shoho-log-main-lp .site-footer__privacy::before {
  position: absolute;
  top: -41.63px;
  left: 0;
  width: 640px;
  height: 1px;
  background: currentColor;
  opacity: 0.65;
  content: "";
}

#shoho-log-main-lp .site-footer__copyright {
  position: absolute;
  top: 555.06px;
  left: 1592px;
  margin: 0;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 1599px) and (min-width: 721px) {
  #shoho-log-main-lp .site-footer {
    min-height: 39.1769cqw;
  }

  #shoho-log-main-lp .site-footer__inner {
    height: 39.1769cqw;
  }

  #shoho-log-main-lp .site-footer__logo {
    top: 3.8875cqw;
    left: 8.3333cqw;
    gap: 2.0569cqw;
  }

  #shoho-log-main-lp .site-footer__logo-mark {
    width: 2.6306cqw;
    height: 3.8444cqw;
  }

  #shoho-log-main-lp .site-footer__logo-name {
    width: 6.8119cqw;
  }

  #shoho-log-main-lp .site-footer__corporate {
    top: 11.065cqw;
    left: 8.3333cqw;
    font-size: 1.125cqw;
  }

  #shoho-log-main-lp .site-footer__nav {
    top: 11.065cqw;
    left: 25cqw;
  }

  #shoho-log-main-lp .site-footer__links {
    gap: 2.0931cqw;
    font-size: 1.125cqw;
  }

  #shoho-log-main-lp .site-footer__sns {
    top: 26.3769cqw;
    left: 60cqw;
    width: 2.5cqw;
    height: 2.3925cqw;
    font-size: 1.5cqw;
  }

  #shoho-log-main-lp .site-footer__top {
    top: 24.4631cqw;
    left: 83.3333cqw;
    gap: 2.25cqw;
    width: 10cqw;
    height: 4.3063cqw;
    font-size: 1.25cqw;
  }

  #shoho-log-main-lp .site-footer__privacy {
    top: 34.6913cqw;
    left: 58.3333cqw;
    font-size: 0.875cqw;
  }

  #shoho-log-main-lp .site-footer__privacy::before {
    top: -2.6019cqw;
    width: 40cqw;
  }

  #shoho-log-main-lp .site-footer__copyright {
    top: 34.6913cqw;
    left: 82.9167cqw;
    font-size: 1cqw;
  }
}

@media (max-width: 1599px) and (min-width: 721px) {
  #shoho-log-main-lp {
    --header-height: 6.5cqw;
  }

  #shoho-log-main-lp .site-header {
    height: 6.5cqw;
    padding: 1cqw 2.5cqw;
  }

  #shoho-log-main-lp .site-header__logo {
    gap: 2.25cqw;
    width: 9.75cqw;
  }

  #shoho-log-main-lp .site-header__logo-mark {
    width: 2.0625cqw;
    height: 3.1875cqw;
  }

  #shoho-log-main-lp .site-header__logo-name {
    width: 5.4375cqw;
    height: 1.25cqw;
  }

  #shoho-log-main-lp .site-header__nav {
    flex-basis: auto;
    margin-left: 22.75cqw;
    width: auto;
  }

  #shoho-log-main-lp .site-header__nav-list {
    gap: 5.5625cqw;
    width: 40.5cqw;
  }

  #shoho-log-main-lp .site-header__nav-list li:nth-child(1) {
    width: 8.5625cqw;
  }

  #shoho-log-main-lp .site-header__nav-list li:nth-child(2) {
    width: 7.625cqw;
  }

  #shoho-log-main-lp .site-header__nav-list li:nth-child(3),
#shoho-log-main-lp .site-header__nav-list li:nth-child(4) {
    width: 3.8125cqw;
  }

  #shoho-log-main-lp .site-header__nav-link {
    font-size: 0.875cqw;
    line-height: 1.0625cqw;
  }

  #shoho-log-main-lp .site-header__contact {
    flex-basis: 19cqw;
    width: 19cqw;
    height: 4.5cqw;
    margin-left: 3cqw;
    padding: 0 2.5cqw 0 3cqw;
    font-size: 1.125cqw;
  }

  #shoho-log-main-lp .site-header__contact .arrow-icon {
    width: 1.75cqw;
  }

  #shoho-log-main-lp .hero {
    height: 58.5cqw;
  }

  #shoho-log-main-lp .hero__image {
    left: -21cqw;
    top: -5.5625cqw;
    width: 141cqw;
    height: 94.0625cqw;
  }

  #shoho-log-main-lp .hero__shade {
    width: 65cqw;
    margin-left: 35cqw;
  }

  #shoho-log-main-lp .hero__title {
    width: 67.5cqw;
    margin: 15.3125cqw 0 0 30cqw;
    letter-spacing: 0.2563cqw;
    text-shadow: 0.1875cqw 0.25cqw 0.4375cqw rgba(0, 0, 0, 0.25);
  }

  #shoho-log-main-lp .hero__line--risk {
    width: 54.0625cqw;
    margin: 2.9375cqw 0 0 3.125cqw;
  }

  #shoho-log-main-lp .hero__line--solution {
    width: 54.0625cqw;
    margin: 5.25cqw 0 0 3.125cqw;
  }

  #shoho-log-main-lp .hero__text-large,
#shoho-log-main-lp .hero__text-accent {
    font-size: 5.125cqw;
  }

  #shoho-log-main-lp .hero__text-medium {
    font-size: 4.25cqw;
    letter-spacing: 0.2125cqw;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  #shoho-log-main-lp .site-header {
    padding-top: 16px;
    padding-right: clamp(16px, calc(70px - 2.8125cqw), 25px);
    padding-bottom: 16px;
    padding-left: clamp(40px, calc(18.4375cqw - 255px), 99px);
  }

  #shoho-log-main-lp .site-header__nav {
    margin-left: auto;
  }

  #shoho-log-main-lp .site-header__nav-list {
    gap: clamp(72px, 5.5729cqw, 107px);
    width: auto;
  }

  #shoho-log-main-lp .site-header__nav-list li:nth-child(1),
#shoho-log-main-lp .site-header__nav-list li:nth-child(2),
#shoho-log-main-lp .site-header__nav-list li:nth-child(3),
#shoho-log-main-lp .site-header__nav-list li:nth-child(4) {
    width: auto;
  }

  #shoho-log-main-lp .site-header__contact {
    flex-basis: 304px;
    width: 304px;
    height: 72px;
    margin-left: clamp(48px, 5.1042cqw, 98px);
    padding: 0 40px 0 48px;
    font-size: 18px;
  }

  #shoho-log-main-lp .hero__shade {
    width: 65cqw;
    margin-left: 35cqw;
  }

  #shoho-log-main-lp .hero__title {
    margin-left: clamp(480px, calc(57.5cqw - 440px), 664px);
  }

  #shoho-log-main-lp .site-footer__logo,
#shoho-log-main-lp .site-footer__corporate {
    left: 8.3333cqw;
  }

  #shoho-log-main-lp .site-footer__nav {
    left: 25cqw;
  }

  #shoho-log-main-lp .site-footer__sns {
    left: 60cqw;
  }

  #shoho-log-main-lp .site-footer__top {
    left: 83.3333cqw;
  }

  #shoho-log-main-lp .site-footer__privacy {
    left: 58.3333cqw;
  }

  #shoho-log-main-lp .site-footer__privacy::before {
    width: 40cqw;
  }

  #shoho-log-main-lp .site-footer__copyright {
    left: 82.9167cqw;
  }
}

@media (min-width: 1920px) {
  #shoho-log-main-lp .hero__image {
    top: -4.6354cqw;
    left: -17.5cqw;
    width: 117.5cqw;
    height: 78.3854cqw;
  }

  #shoho-log-main-lp .hero__shade {
    width: 65cqw;
    margin-left: 35cqw;
  }

  #shoho-log-main-lp .hero__title {
    margin-left: calc(50cqw - 296px);
  }
}

/* Legacy mobile reflow is intentionally disabled to preserve the desktop composition. */
@media (max-width: 0px) {
  #shoho-log-main-lp .site-header__nav {
    display: none;
  }

  #shoho-log-main-lp .site-header__contact {
    width: 220px;
    margin-left: auto;
  }

  #shoho-log-main-lp .intro {
    grid-template-columns: 1fr;
  }

  #shoho-log-main-lp .intro__body {
    padding-left: 0;
  }

  #shoho-log-main-lp .intro__figure {
    min-height: 640px;
  }

  #shoho-log-main-lp .products,
#shoho-log-main-lp .contact {
    grid-template-columns: 1fr;
  }

  #shoho-log-main-lp .products__title {
    left: 48px;
  }

  #shoho-log-main-lp .points__list {
    grid-template-columns: repeat(2, minmax(220px, 283px));
  }

  #shoho-log-main-lp .promise {
    min-height: auto;
    padding-bottom: 150px;
    background-position: center 80px;
  }

  #shoho-log-main-lp .promise__list {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    display: grid;
    width: min(760px, calc(100% - 48px));
    height: auto;
    gap: 40px 24px;
  }

  #shoho-log-main-lp .promise__item,
#shoho-log-main-lp .promise__item--quick,
#shoho-log-main-lp .promise__item--wall,
#shoho-log-main-lp .promise__item--prevention,
#shoho-log-main-lp .promise__item--heart,
#shoho-log-main-lp .promise__item--dx {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    top: auto;
    left: auto;
    width: min(100%, 280px);
    height: auto;
    justify-self: center;
  }

  #shoho-log-main-lp .promise__item img {
    height: auto;
  }

  #shoho-log-main-lp .promise__message {
    position: static;
    margin-top: 32px;
    transform: none;
  }

  #shoho-log-main-lp .site-footer {
    min-height: 39.1769cqw;
  }

  #shoho-log-main-lp .site-footer__inner {
    height: 39.1769cqw;
  }

  #shoho-log-main-lp .site-footer__logo {
    top: 3.8875cqw;
    left: 8.3333cqw;
    gap: 2.0569cqw;
  }

  #shoho-log-main-lp .site-footer__logo-mark {
    width: 2.6306cqw;
    height: 3.8444cqw;
  }

  #shoho-log-main-lp .site-footer__logo-name {
    width: 6.8119cqw;
  }

  #shoho-log-main-lp .site-footer__corporate {
    top: 11.065cqw;
    left: 8.3333cqw;
    font-size: 1.125cqw;
  }

  #shoho-log-main-lp .site-footer__nav {
    top: 11.065cqw;
    left: 25cqw;
  }

  #shoho-log-main-lp .site-footer__links {
    gap: 2.0931cqw;
    font-size: 1.125cqw;
  }

  #shoho-log-main-lp .site-footer__sns {
    top: 26.3769cqw;
    left: 60cqw;
    width: 2.5cqw;
    height: 2.3925cqw;
    font-size: 1.5cqw;
  }

  #shoho-log-main-lp .site-footer__top {
    top: 24.4631cqw;
    left: 83.3333cqw;
    gap: 2.25cqw;
    width: 10cqw;
    height: 4.3063cqw;
    font-size: 1.25cqw;
  }

  #shoho-log-main-lp .site-footer__privacy {
    top: 34.6913cqw;
    left: 58.3333cqw;
    font-size: 0.875cqw;
  }

  #shoho-log-main-lp .site-footer__privacy::before {
    top: -2.6019cqw;
    width: 40cqw;
  }

  #shoho-log-main-lp .site-footer__copyright {
    top: 34.6913cqw;
    left: 82.9167cqw;
    font-size: 1cqw;
  }
}

/* Legacy mobile reflow is intentionally disabled to preserve the desktop composition. */
@media (max-width: 0px) {
  #shoho-log-main-lp {
    --header-height: 64px;
  }

  #shoho-log-main-lp .site-header {
    height: 64px;
    padding: 0;
  }

  #shoho-log-main-lp .site-header__logo {
    position: absolute;
    left: 24px;
    top: 13px;
    gap: 0;
    width: 24px;
    height: 37px;
  }

  #shoho-log-main-lp .site-header__logo-mark {
    width: 24px;
    height: 37px;
  }

  #shoho-log-main-lp .site-header__logo-name {
    display: none;
  }

  #shoho-log-main-lp .site-header__nav,
#shoho-log-main-lp .site-header__contact {
    display: none;
  }

  #shoho-log-main-lp .site-header::after {
    position: absolute;
    right: 24.5px;
    top: 23.5px;
    width: 23px;
    height: 16px;
    background:
      linear-gradient(#074c60, #074c60) 0 0 / 23px 2px no-repeat,
      linear-gradient(#074c60, #074c60) 0 7px / 23px 2px no-repeat,
      linear-gradient(#074c60, #074c60) 0 14px / 23px 2px no-repeat;
    content: "";
  }

  #shoho-log-main-lp .hero {
    height: 576px;
  }

  #shoho-log-main-lp .hero__image {
    left: calc(50% - 389px);
    top: -50px;
    width: 1070px;
    height: 714px;
  }

  #shoho-log-main-lp .hero__shade {
    align-self: start;
    width: 100%;
    height: 542px;
    margin-top: 40px;
    margin-left: 0;
    background: linear-gradient(180deg, rgba(148, 199, 211, 0) 0%, rgba(148, 199, 211, 0.84) 100%);
    opacity: 0.99;
  }

  #shoho-log-main-lp .hero__title {
    display: none;
  }

  #shoho-log-main-lp .intro {
    position: relative;
    display: block;
    width: 100%;
    min-height: 578px;
    margin: 0;
    padding: 61px 0 0;
    overflow: hidden;
  }

  #shoho-log-main-lp .intro__body {
    position: relative;
    left: calc(50% - 180px);
    width: 260px;
    padding-left: 23px;
  }

  #shoho-log-main-lp .intro__lead,
#shoho-log-main-lp .intro__text {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
  }

  #shoho-log-main-lp .intro__text {
    width: 260px;
    white-space: normal;
  }

  #shoho-log-main-lp .intro__title {
    gap: 35px;
    margin: 41px 0;
    color: var(--color-teal-dark);
    font-size: 26px;
    font-weight: 900;
    line-height: normal;
  }

  #shoho-log-main-lp .intro__figure {
    position: absolute;
    left: calc(50% - 12px);
    top: 5px;
    width: 230px;
    min-height: 0;
    height: 344px;
    margin: 0;
  }

  #shoho-log-main-lp .intro__image--primary {
    width: 230px;
    height: 344px;
    border-radius: 0 72px 0 72px;
    object-position: center;
  }

  #shoho-log-main-lp .intro__image--secondary {
    display: none;
  }

  #shoho-log-main-lp .solution {
    position: relative;
    min-height: 843px;
    padding: 0;
    overflow: hidden;
    background: #f5f5f5;
    text-align: left;
  }

  #shoho-log-main-lp .solution::before {
    position: absolute;
    left: calc(50% - 274px);
    top: 129px;
    width: 454px;
    height: 775px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #e4f7ff 22%, #e4f7ff 100%);
    border-radius: 0 0 0 120px;
    content: "";
  }

  #shoho-log-main-lp .solution__label {
    position: absolute;
    left: calc(50% - 93px);
    top: 26px;
    z-index: 1;
    display: block;
    width: 168px;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }

  #shoho-log-main-lp .solution__label span {
    position: absolute;
    left: -21px;
    top: -26px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
  }

  #shoho-log-main-lp .solution__label span::before {
    width: 14px;
    height: 14px;
  }

  #shoho-log-main-lp .solution__tool {
    position: absolute;
    left: calc(50% - 156px);
    top: 78px;
    z-index: 1;
    width: 312px;
    height: 160px;
    margin: 0;
    border-radius: 0;
    background: #94c7d3;
  }

  #shoho-log-main-lp .solution__tool picture {
    width: 303px;
    margin-top: 24px;
    margin-left: -17px;
  }

  #shoho-log-main-lp .solution__tool img {
    width: 303px;
    height: auto;
    max-width: none;
  }

  #shoho-log-main-lp .solution__cursor {
    left: 238.875px;
    top: 82.68px;
    width: 28.957px;
    height: 35.959px;
  }

  #shoho-log-main-lp .solution__quick {
    position: absolute;
    left: calc(50% - 56px);
    top: 269px;
    z-index: 1;
    margin: 0;
    color: var(--color-teal-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
  }

  #shoho-log-main-lp .solution__benefits {
    position: absolute;
    left: calc(50% - 180px);
    top: 310px;
    z-index: 1;
    display: block;
    width: 360px;
    margin: 0;
    padding: 0;
  }

  #shoho-log-main-lp .solution__benefit {
    position: absolute;
    display: grid;
    width: 144px;
    justify-items: center;
    gap: 9px;
    color: var(--color-teal-dark);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }

  #shoho-log-main-lp .solution__benefit:nth-child(1) {
    left: 108px;
    top: 0;
  }

  #shoho-log-main-lp .solution__benefit:nth-child(2) {
    left: 24px;
    top: 215px;
  }

  #shoho-log-main-lp .solution__benefit:nth-child(3) {
    left: 192px;
    top: 215px;
  }

  #shoho-log-main-lp .solution__benefit img {
    width: 144px;
    height: auto;
  }

  #shoho-log-main-lp .solution__note {
    position: absolute;
    left: calc(50% - 116px);
    top: 758px;
    z-index: 1;
    width: 265px;
    margin: 0;
    color: var(--color-teal-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }

  #shoho-log-main-lp .products {
    display: block;
    height: 1011px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
  }

  #shoho-log-main-lp .products__title {
    left: calc(50% - 132px);
    top: 0;
    width: 264px;
    height: 61px;
    border-radius: 70px 70px 0 0;
    font-size: 20px;
    font-weight: 600;
  }

  #shoho-log-main-lp .product-card {
    position: absolute;
    left: calc(50% - 180px);
    width: 360px;
    height: 432px;
    min-height: 0;
  }

  #shoho-log-main-lp .product-card--pic {
    top: 100px;
  }

  #shoho-log-main-lp .product-card--mov {
    top: 579px;
  }

  #shoho-log-main-lp .product-card__media {
    position: absolute;
    inset: -40px -17px -38px -17px;
  }

  #shoho-log-main-lp .product-card--mov .product-card__media {
    inset: -50px -60px -34px 0;
  }

  #shoho-log-main-lp .product-card__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
  }

  #shoho-log-main-lp .product-card::after,
#shoho-log-main-lp .product-card__body,
#shoho-log-main-lp .product-card__link {
    opacity: 1;
  }

  #shoho-log-main-lp .product-card::after {
    position: absolute;
    inset: 0;
  }

  #shoho-log-main-lp .product-card__body {
    position: absolute;
    left: 32px;
    top: 160px;
    width: 260px;
    margin: 0;
  }

  #shoho-log-main-lp .product-card--mov .product-card__body {
    top: 160px;
  }

  #shoho-log-main-lp .product-card__record {
    margin: 0 0 23px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }

  #shoho-log-main-lp .product-card__record strong {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
  }

  #shoho-log-main-lp .product-card__features {
    min-height: 96px;
    margin: 0 0 18px 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
  }

  #shoho-log-main-lp .product-card__name-jp {
    margin: 0 0 0 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  #shoho-log-main-lp .product-card__name {
    margin: 4px 0 0 17px;
    font-size: 29px;
    font-weight: 600;
    line-height: normal;
  }

  #shoho-log-main-lp .product-card__link {
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
  }

  #shoho-log-main-lp .product-card__link .arrow-icon {
    top: 267px;
    right: auto;
    left: 304px;
    width: 18px;
    height: 18px;
    border-top-width: 3px;
    border-right-width: 3px;
    transform: rotate(45deg);
  }

  #shoho-log-main-lp .points {
    display: none;
  }

  #shoho-log-main-lp .promise {
    min-height: 1520px;
    padding: 920px 0 0;
    background: #f5f5f5 url("./assets/promise-bg.png") center 1060px / 560px auto no-repeat;
  }

  #shoho-log-main-lp .promise__heading {
    margin: 0;
    color: #316d9c;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
  }

  #shoho-log-main-lp .promise__list {
    --promise-item-width: 160px;
    --promise-item-height: 123px;

    position: absolute;
    left: 50%;
    top: 1080px;
    display: block;
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    z-index: 1;
  }

  #shoho-log-main-lp .promise__item,
#shoho-log-main-lp .promise__item--quick,
#shoho-log-main-lp .promise__item--wall,
#shoho-log-main-lp .promise__item--prevention,
#shoho-log-main-lp .promise__item--heart,
#shoho-log-main-lp .promise__item--dx {
    position: absolute;
    display: grid;
    width: var(--promise-item-width);
    height: var(--promise-item-height);
    color: #5a7a93;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
  }

  #shoho-log-main-lp .promise__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #shoho-log-main-lp .promise__item span {
    bottom: 14px;
    max-width: 92%;
    font-size: 12px;
    line-height: 1.1;
  }

  #shoho-log-main-lp .promise__item--quick {
    left: 16px;
    top: 0;
  }

  #shoho-log-main-lp .promise__item--wall {
    left: 184px;
    top: 0;
  }

  #shoho-log-main-lp .promise__item--prevention {
    left: -10px;
    top: 176px;
  }

  #shoho-log-main-lp .promise__item--heart {
    left: 210px;
    top: 176px;
  }

  #shoho-log-main-lp .promise__item--dx {
    left: 100px;
    top: 260px;
  }

  #shoho-log-main-lp .promise__message {
    top: 1194px;
    z-index: 2;
    width: 220px;
    color: #06487c;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }

  #shoho-log-main-lp .message {
    border-radius: 0 72px 0 72px;
  }

  #shoho-log-main-lp .message__body {
    width: calc(100% - 40px);
    margin-left: 20px;
  }

  #shoho-log-main-lp .faq__list {
    width: calc(100% - 40px);
  }

  #shoho-log-main-lp .faq__item {
    padding: 22px 20px;
  }

  #shoho-log-main-lp .faq__question,
#shoho-log-main-lp .faq__answer {
    grid-template-columns: 28px 1fr;
  }

  #shoho-log-main-lp .contact {
    width: calc(100% - 40px);
    gap: 28px;
    margin-bottom: 96px;
    padding: 40px 20px;
    border-radius: 48px 48px 0 48px;
  }

  #shoho-log-main-lp .site-footer {
    min-height: auto;
    padding: 56px 20px;
  }

  #shoho-log-main-lp .site-footer__inner {
    display: grid;
    width: min(100%, 320px);
    gap: 28px;
    height: auto;
  }

  #shoho-log-main-lp .site-footer__logo,
#shoho-log-main-lp .site-footer__corporate,
#shoho-log-main-lp .site-footer__nav,
#shoho-log-main-lp .site-footer__sns,
#shoho-log-main-lp .site-footer__top,
#shoho-log-main-lp .site-footer__privacy,
#shoho-log-main-lp .site-footer__copyright {
    position: static;
  }

  #shoho-log-main-lp .site-footer__logo {
    gap: 18px;
  }

  #shoho-log-main-lp .site-footer__logo-mark {
    width: 24px;
    height: 37px;
  }

  #shoho-log-main-lp .site-footer__logo-name {
    width: 70px;
  }

  #shoho-log-main-lp .site-footer__corporate,
#shoho-log-main-lp .site-footer__links {
    font-size: 14px;
  }

  #shoho-log-main-lp .site-footer__corporate {
    width: fit-content;
  }

  #shoho-log-main-lp .site-footer__links {
    gap: 18px;
  }

  #shoho-log-main-lp .site-footer__sns {
    width: 40px;
    height: 40px;
  }

  #shoho-log-main-lp .site-footer__top {
    width: 160px;
    height: 64px;
  }

  #shoho-log-main-lp .site-footer__privacy::before {
    display: none;
  }
}


/* WordPress theme integration */
#shoho-log-main-lp {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  container-type: inline-size;
  overflow-x: clip;
}

/* Preserve and scale the 1600px desktop composition on every narrower viewport. */
@media (max-width: 1599px) {
  #shoho-log-main-lp {
    width: 1600px;
    max-width: none;
    zoom: calc(100vw / 1600px);
  }
}

/* Match the visible 1920px heading size even while the desktop canvas is scaled. */
#shoho-log-main-lp .solution__label,
#shoho-log-main-lp p.solution__quick {
  font-size: 36px !important;
  font-weight: 600 !important;
  transform-origin: center;
}

@media (min-width: 721px) and (max-width: 1599px) {
  #shoho-log-main-lp .solution__label,
  #shoho-log-main-lp p.solution__quick {
    transform: scale(clamp(1, calc(1600px / 100vw), 1.5));
  }
}
