@charset "UTF-8";
/* =========================================================
   14-service-lp.css — /services/web/ image-based LP
   ========================================================= */

body:has(.lib-imglp),
#body_wrap.lib-image-lp-page {
  background: #f7f3ec;
}

body:has(.lib-imglp) .l-header,
body:has(.lib-imglp) .l-fixHeader,
body:has(.lib-imglp) .l-footer,
body:has(.lib-imglp) .lib-footer,
body:has(.lib-imglp) .p-breadcrumb,
body:has(.lib-imglp) .c-pageTitle,
#body_wrap.lib-image-lp-page .l-header,
#body_wrap.lib-image-lp-page .l-fixHeader,
#body_wrap.lib-image-lp-page .l-footer,
#body_wrap.lib-image-lp-page .lib-footer,
#body_wrap.lib-image-lp-page .p-breadcrumb,
#body_wrap.lib-image-lp-page .c-pageTitle {
  display: none;
}

body:has(.lib-imglp) .l-mainContent,
body:has(.lib-imglp) .l-mainContent__inner,
body:has(.lib-imglp) .l-content,
body:has(.lib-imglp) .l-article,
body:has(.lib-imglp) .post_content,
#body_wrap.lib-image-lp-page .l-mainContent,
#body_wrap.lib-image-lp-page .l-mainContent__inner,
#body_wrap.lib-image-lp-page .l-content,
#body_wrap.lib-image-lp-page .l-article,
#body_wrap.lib-image-lp-page .post_content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:has(.lib-imglp) .post_content > *,
#body_wrap.lib-image-lp-page .post_content > * {
  margin-top: 0;
  margin-bottom: 0;
}

body:has(.lib-imglp) .lib-cursor.is-ready,
#body_wrap.lib-image-lp-page .lib-cursor.is-ready {
  display: none;
}

.lib-imglp {
  --lib-imglp-width: 941px;
  --lib-imglp-focus: #052984;
  min-height: 100svh;
  background: #f7f3ec;
  color: #0a0a0a;
  font-family: var(--font-body, "Noto Sans JP", sans-serif);
}

.lib-imglp *,
.lib-imglp *::before,
.lib-imglp *::after {
  box-sizing: border-box;
}

.lib-imglp__stack {
  width: min(100%, var(--lib-imglp-width));
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 52px rgba(54, 43, 26, 0.08);
  position: relative;
}

.lib-imglp__slice {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.lib-imglp__slice::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 941 / 1672;
  background-image: var(--bg);
  background-image: -webkit-image-set(var(--bg) 1x, var(--bg-2x) 2x);
  background-image: image-set(var(--bg) 1x, var(--bg-2x) 2x);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100%;
  pointer-events: none;
}

.lib-imglp__slice + .lib-imglp__slice {
  margin-top: -1px;
}

.lib-imglp__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
  vertical-align: bottom;
}

.lib-imglp__hotspot {
  position: absolute;
  z-index: 3;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  display: block;
  border-radius: 18px;
  color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(5, 41, 132, 0.16);
}

.lib-imglp__hotspot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.lib-imglp__hotspot:focus {
  outline: none;
}

.lib-imglp__hotspot:focus-visible {
  outline: 3px solid var(--lib-imglp-focus);
  outline-offset: 3px;
  background: rgba(5, 41, 132, 0.08);
}

.lib-imglp__anchor {
  position: absolute;
  top: var(--y);
  left: 0;
  width: 1px;
  height: 1px;
  scroll-margin-top: 18px;
}

.lib-imglp__sr,
.lib-imglp__hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  body:has(.lib-imglp),
  #body_wrap.lib-image-lp-page {
    background: #fff;
  }

  .lib-imglp__stack {
    width: 100%;
    box-shadow: none;
  }

  .lib-imglp__hotspot {
    border-radius: 10px;
  }

  .lib-imglp__hotspot:focus-visible {
    outline-width: 2px;
    outline-offset: 1px;
  }
}
