/* ==========================================================
1. Foundation
========================================================== */

html,
body {
  width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
    background: #f5f5f5;
}

body,
#container {
  min-height: 100%;
    background: #f5f5f5;
}

#container {
  width: 100%;
    overflow-x: clip;
}

#shoho-log-pic-lp {
  --header-height: 108px;
    --color-bg: #f5f5f5;
    --color-teal: #186c83;
    --color-teal-dark: #074c60;
    --color-blue: #316d9c;
    --color-panel: #dceff8;
    --ease: 180ms ease;
    font-family: "Inter", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #183a47;
    background: var(--color-bg);
}

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

#shoho-log-pic-lp {
  scroll-behavior: smooth;
}

#shoho-log-pic-lp {
  min-width: 1280px;
    margin: 0;
    padding-top: var(--header-height);
    overflow-x: hidden;
    background: var(--color-bg);
}

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

:where(#shoho-log-pic-lp) a {
  color: inherit;
    text-decoration: none;
}

#shoho-log-pic-lp ul,
#shoho-log-pic-lp ol {
  margin: 0;
    padding: 0;
    list-style: none;
}

#shoho-log-pic-lp {
  width: 100%;
    min-width: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    container-type: inline-size;
    overflow-x: clip;
}

.shoho-log-lp {
  --lp-header-height: 108px;
    --lp-bg: #f5f5f5;
    --lp-teal: #186c83;
    --lp-teal-dark: #074c60;
    --lp-blue: #316d9c;
    --lp-panel: #dceff8;
}



/* ==========================================================
2. Accessibility
========================================================== */

#shoho-log-pic-lp .shoho-skip-link {
  position: fixed;
    top: 8px;
    left: 8px;
    z-index: 2000;
    padding: 10px 14px;
    border-radius: 4px;
    background: #fff;
    color: #074c60;
    transform: translateY(-160%);
}

#shoho-log-pic-lp .shoho-skip-link:focus {
  transform: translateY(0);
}

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

/* ==========================================================
3. Hero
========================================================== */

#shoho-log-pic-lp .pic-hero {
  position: relative;
    width: 100%;
    height: 932px;
    overflow: hidden;
    background: #d9edf3;
}

#shoho-log-pic-lp .pic-hero__media,
#shoho-log-pic-lp .pic-hero__shade {
  position: absolute;
    inset: 0;
}

#shoho-log-pic-lp .pic-hero__media img {
  position: absolute;
    top: -117px;
    left: -198px;
    width: 2139px;
    height: 1426px;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

#shoho-log-pic-lp .pic-hero__shade {
  left: 35%;
    width: 65%;
    background: linear-gradient(90deg, rgba(148, 199, 211, 0) 0%, rgba(148, 199, 211, 0.84) 100%);
}

#shoho-log-pic-lp .pic-hero__inner {
  position: relative;
    width: min(1600px, calc(100% - 96px));
    height: 100%;
    margin: 0 auto;
}

#shoho-log-pic-lp .pic-hero__title {
  position: absolute;
    top: 142px;
    left: 0;
    width: 528px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    text-shadow: none;
    white-space: nowrap;
}

#shoho-log-pic-lp .pic-hero__title span {
  display: block;
}

#shoho-log-pic-lp .pic-hero__title-small {
  font-size: 48px;
}

#shoho-log-pic-lp .pic-hero__title-large {
  font-size: 64px;
}

#shoho-log-pic-lp .pic-hero__lead {
  position: absolute;
    right: 0;
    bottom: 257px;
    width: 576px;
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0;
    text-align: right;
}

#shoho-log-pic-lp .pic-hero__product {
  position: absolute;
    right: 0;
    bottom: 164px;
    width: 605px;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: right;
    text-shadow: none;
}

#shoho-log-pic-lp .pic-hero__product span {
  font-size: 64px;
}

#shoho-log-pic-lp .pic-hero__product strong {
  margin-left: 12px;
    color: #fff;
    font-size: 96px;
}

/* ==========================================================
4. Overview
========================================================== */

#shoho-log-pic-lp .pic-overview {
  position: relative;
    width: 1280px;
    min-height: 752px;
    margin: 0 auto;
}

#shoho-log-pic-lp .pic-overview__image {
  position: absolute;
    top: 160px;
    left: 0;
    width: 552px;
    height: 592px;
    overflow: hidden;
    border-radius: 0 96px 0 96px;
    background: #fff;
}

#shoho-log-pic-lp .pic-overview__image img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#shoho-log-pic-lp .pic-overview__body {
  position: absolute;
    top: 180px;
    left: 640px;
    width: 640px;
}

#shoho-log-pic-lp .pic-overview__title {
  margin: 0 0 60px;
    color: var(--color-teal-dark);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
}

#shoho-log-pic-lp .pic-overview__body p {
  margin: 0;
    color: var(--color-teal-dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}

/* ==========================================================
5. Movie
========================================================== */

#shoho-log-pic-lp .pic-movie {
  width: 960px;
    margin: 160px auto -478px;
    padding-bottom: 160px;
    position: relative;
    z-index: 2;
}

#shoho-log-pic-lp .pic-movie__title {
  width: 809px;
    margin: 0 auto 16px;
    color: #074c60;
    font-size: 28px;
    font-weight: 700;
    line-height: 2.2;
    text-align: center;
}

#shoho-log-pic-lp .pic-movie__frame {
  position: relative;
    width: 809px;
    height: 455px;
    margin: 0 auto;
    background: #d9d9d9;
}

#shoho-log-pic-lp .pic-movie__frame iframe {
  display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ==========================================================
6. Product Features
========================================================== */

#shoho-log-pic-lp .pic-features {
  position: relative;
    min-height: 3787px;
    padding-top: 507px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(220, 239, 248, 0) 0%, #dceff8 10%, #dceff8 100%);
}

#shoho-log-pic-lp .pic-features__heading {
  position: relative;
    display: grid;
    width: 960px;
    height: 116px;
    place-items: center;
    margin: 0 auto 181px;
    border-radius: 66px;
    background: #fff;
}

#shoho-log-pic-lp .pic-features__heading::before,
#shoho-log-pic-lp .pic-features__heading::after {
  position: absolute;
    z-index: 0;
    width: 100px;
    height: 56px;
    background: #fff;
    content: "";
}

#shoho-log-pic-lp .pic-features__heading::before {
  top: 0;
    left: 0;
}

#shoho-log-pic-lp .pic-features__heading::after {
  right: 0;
    bottom: 0;
}

#shoho-log-pic-lp .pic-features__heading h2 {
  position: relative;
    z-index: 1;
    margin: 0;
    color: var(--color-teal-dark);
    font-size: 32px;
    font-weight: 700;
    line-height: 2.2;
}

#shoho-log-pic-lp .pic-feature {
  position: relative;
    width: 1280px;
    height: 560px;
    margin: 0 auto;
}

#shoho-log-pic-lp .pic-feature + .pic-feature {
  margin-top: 42px;
}

#shoho-log-pic-lp .pic-feature__number {
  position: absolute;
    top: 0;
    left: 17px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50% 50% 0 50%;
    background: var(--color-teal);
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

#shoho-log-pic-lp .pic-feature__text {
  position: absolute;
    top: 3px;
    left: 120px;
    width: 464px;
    color: var(--color-teal-dark);
}

#shoho-log-pic-lp .pic-feature__text h3 {
  margin: 0 0 34px;
    color: var(--color-teal-dark);
    font-size: 28px;
    font-weight: 800;
    line-height: 2.2;
}

#shoho-log-pic-lp .pic-feature__text p {
  margin: 0;
    color: var(--color-teal-dark);
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
}

#shoho-log-pic-lp .pic-feature__image {
  position: absolute;
    right: 0;
    top: -60px;
    width: 609px;
    height: 504px;
    object-fit: contain;
}

#shoho-log-pic-lp .pic-feature--simple .pic-feature__image,
#shoho-log-pic-lp .pic-feature--search .pic-feature__image,
#shoho-log-pic-lp .pic-feature--delete .pic-feature__image {
  width: 609px;
}

#shoho-log-pic-lp .pic-feature--rename .pic-feature__image {
  top: -60px;
    width: 609px;
}

/* ==========================================================
7. Installation
========================================================== */

#shoho-log-pic-lp .pic-install {
  position: relative;
    width: 1280px;
    margin: 160px auto 0;
}

#shoho-log-pic-lp .pic-install__image {
  width: 608px;
    height: 368px;
    overflow: hidden;
    border-radius: 0 72px 0 72px;
}

#shoho-log-pic-lp .pic-install__image img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

#shoho-log-pic-lp .pic-install__body {
  position: absolute;
    top: 42px;
    left: 720px;
    width: 488px;
    color: var(--color-teal-dark);
}

#shoho-log-pic-lp .pic-install__title {
  margin: 0 0 32px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}

#shoho-log-pic-lp .pic-install__copy p {
  margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.4;
}



/* ==========================================================
8. Introduction Flow
========================================================== */

#shoho-log-pic-lp .pic-flow {
  width: 1280px;
    margin: 160px auto 0;
}

#shoho-log-pic-lp .pic-flow h2 {
  margin: 0 0 56px;
    color: var(--color-teal-dark);
    font-size: 28px;
    font-weight: 600;
    line-height: 2.2;
    text-align: center;
}

#shoho-log-pic-lp .pic-flow__list {
  display: grid;
    grid-template-columns: repeat(4, 240px);
    gap: 107px;
}

#shoho-log-pic-lp .pic-flow__list li {
  position: relative;
    color: var(--color-teal-dark);
}

#shoho-log-pic-lp .pic-flow__list img {
  width: 240px;
    height: 240px;
    object-fit: contain;
}

#shoho-log-pic-lp .pic-flow__list span {
  display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin: 38px 0 0;
    border-radius: 50% 50% 0 50%;
    background: var(--color-teal);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#shoho-log-pic-lp .pic-flow__list h3 {
  margin: 12px 0 5px;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.2;
}

#shoho-log-pic-lp .pic-flow__list p {
  margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
}

/* ==========================================================
9. FAQ
========================================================== */

#shoho-log-pic-lp .pic-faq-contact-area {
  display: flow-root;
  background: #dceff8;
}

.shoho-log-lp .pic-faq {
  padding: 160px 0 0;
    background: linear-gradient(180deg, #f5f5f5 0%, #edf8fb 22%, #dceff8 100%);
}

.shoho-log-lp .pic-faq__title {
  position: relative;
    display: grid;
    width: 480px;
    height: 104px;
    place-items: center;
    margin: 0 auto 70px;
    border-radius: 44px;
    background: #fff;
    color: #074c60;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.752;
    text-align: center;
    white-space: nowrap;
}

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

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

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

.shoho-log-lp .pic-faq__title > * {
  position: relative;
    z-index: 1;
}

.shoho-log-lp .pic-faq__list {
  display: grid;
    width: 1280px;
    gap: 34px;
    margin: 0 auto;
}

.shoho-log-lp .pic-faq__item {
  position: relative;
    min-height: 192px;
    padding: 29px 60px 26px;
    border-radius: 64px;
    background: #fff;
    color: #074c60;
}

.shoho-log-lp .pic-faq__item::before,
.shoho-log-lp .pic-faq__item::after {
  position: absolute;
    z-index: 0;
    width: 65px;
    height: 78px;
    background: #fff;
    content: "";
}

.shoho-log-lp .pic-faq__item::before {
  top: 0;
    left: 0;
}

.shoho-log-lp .pic-faq__item::after {
  right: 0;
    bottom: 0;
}

.shoho-log-lp .pic-faq__item dt,
.shoho-log-lp .pic-faq__item dd {
  position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    padding-left: 102px;
    color: #074c60;
}

.shoho-log-lp .pic-faq__item dt {
  padding-bottom: 0;
    border-bottom: 0;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19px;
}

.shoho-log-lp .pic-faq__item dt::after {
  position: absolute;
    top: 51px;
    left: -28px;
    right: -20px;
    height: 1px;
    background: #94c7d3;
    content: "";
}

.shoho-log-lp .pic-faq__item dd {
  margin-top: 54px;
    padding-top: 0;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 42px;
}

.shoho-log-lp .pic-faq__item span {
  position: absolute;
    left: 0;
    display: block;
    width: 102px;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.752;
}

.shoho-log-lp .pic-faq__item dt span {
  top: -10px;
    color: #56b4c9;
}

.shoho-log-lp .pic-faq__item dd span {
  top: 5px;
    color: #e58183;
}

/* Items 5–8 use a content-height divider for longer questions. */
.shoho-log-lp .pic-faq__item:nth-child(n + 5) dt {
  padding-bottom: 18px;
  border-bottom: 1px solid #94c7d3;
}

.shoho-log-lp .pic-faq__item:nth-child(n + 5) dt::after {
  content: none;
}

.shoho-log-lp .pic-faq__item:nth-child(n + 5) dd {
  margin-top: 14px;
}

/* PC / tablet: minimum text size */
@media (min-width: 721px) {
  #shoho-log-pic-lp .pic-overview__body p,
  #shoho-log-pic-lp,
  #shoho-log-pic-lp .pic-feature__text p,
  #shoho-log-pic-lp,
  #shoho-log-pic-lp .pic-install__copy p,
  #shoho-log-pic-lp .pic-flow__list span,
  #shoho-log-pic-lp .pic-flow__list p,
  .shoho-log-lp .pic-faq__item dt,
  .shoho-log-lp .pic-faq__item dd {
    font-size: 24px !important;
  }
}

/* Match the main page FAQ alignment and card spacing. */
@media (min-width: 721px) {
  .shoho-log-lp .pic-faq__item {
    padding: 29px 64px 24px 59px;
    border-radius: 0 64px 0 64px;
  }

  .shoho-log-lp .pic-faq__item dt,
  .shoho-log-lp .pic-faq__item dd {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 36px;
    align-items: start;
    margin: 0;
    padding-left: 0;
    font-size: 24px !important;
    line-height: 2;
  }

  .shoho-log-lp .pic-faq__item dt,
  .shoho-log-lp .pic-faq__item:nth-child(n + 5) dt {
    padding-bottom: 18px;
    border-bottom: 1px solid #56b4c9;
    line-height: normal;
  }

  .shoho-log-lp .pic-faq__item dt::after,
  .shoho-log-lp .pic-faq__item:nth-child(n + 5) dt::after {
    content: none;
  }

  .shoho-log-lp .pic-faq__item dd,
  .shoho-log-lp .pic-faq__item:nth-child(n + 5) dd {
    margin-top: 0;
    padding-top: 14px;
  }

  .shoho-log-lp .pic-faq__item span {
    position: static;
    width: auto;
    font-size: 24px !important;
    line-height: 1.752;
    text-align: center;
  }
}
