@charset "UTF-8";

:root {
  --shoco-white: #fff;
  --shoco-bg: #f7fbff;
  --shoco-blue-050: #e9f6fd;
  --shoco-blue-100: #d7effb;
  --shoco-blue: #0799dc;
  --shoco-blue-dark: #0879bb;
  --shoco-navy: #17324d;
  --shoco-navy-deep: #052b4e;
  --shoco-text: #202020;
  --shoco-muted: #5d6a76;
  --shoco-line: #d9e5ee;
  --shoco-red: #e62b3a;
  --shoco-red-dark: #c90017;
  --shoco-shadow: 0 18px 50px rgba(23, 50, 77, .15);
  --shoco-radius: 18px;
  --shoco-container: 1200px;
  --shoco-header-height: 76px;
}

.dojo-shoco-page,
.dojo-shoco-page * { box-sizing: border-box; }
.dojo-shoco-page { margin: 0; color: var(--shoco-text); background: var(--shoco-white); font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
.dojo-shoco-page img { max-width: 100%; height: auto; vertical-align: middle; }
.dojo-shoco-page a { color: inherit; text-decoration: none; }
.dojo-shoco-page button { font: inherit; }
.dojo-shoco-page h1,
.dojo-shoco-page h2,
.dojo-shoco-page h3,
.dojo-shoco-page p { margin-top: 0; }
.dojo-shoco-page .shoco-lp { overflow: clip; }
.shoco-container { width: min(calc(100% - 48px), var(--shoco-container)); margin-inline: auto; }
.shoco-visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.shoco-sp-only { display: none; }
.shoco-skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 18px; color: #fff; background: var(--shoco-navy); transform: translateY(-150%); }
.shoco-skip-link:focus { transform: translateY(0); }

.shoco-header { position: sticky; z-index: 100; top: 0; height: var(--shoco-header-height); border-bottom: 1px solid rgba(23, 50, 77, .12); background: rgba(255, 255, 255, .96); transition: box-shadow .25s ease; }
.shoco-header.is-scrolled { box-shadow: 0 8px 28px rgba(23, 50, 77, .08); }
.shoco-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.shoco-header__logo { display: inline-flex; width: 92px; align-items: center; }
.shoco-header__logo img { width: 100%; }
.shoco-header__nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 44px); font-size: 14px; font-weight: 700; letter-spacing: .04em; }
.shoco-header__nav > a:not(.shoco-button) { position: relative; padding: 24px 0; }
.shoco-header__nav > a:not(.shoco-button)::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; background: var(--shoco-blue); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.shoco-header__nav > a:not(.shoco-button):hover::after,
.shoco-header__nav > a:not(.shoco-button):focus-visible::after { transform: scaleX(1); }
.shoco-header__cta { min-width: 188px; min-height: 46px !important; padding: 10px 20px !important; }
.shoco-header__toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; }

.shoco-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; padding: 14px 30px; border: 2px solid transparent; border-radius: 8px; font-size: 16px; font-weight: 700; letter-spacing: .03em; line-height: 1.4; transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease; }
.shoco-button:hover { transform: translateY(-2px); }
.shoco-button:focus-visible { outline: 3px solid #ffce35; outline-offset: 3px; }
.shoco-button--primary { color: #fff !important; border-color: var(--shoco-red); background: var(--shoco-red); box-shadow: 0 10px 22px rgba(230, 43, 58, .2); }
.shoco-button--primary:hover { border-color: var(--shoco-red-dark); background: var(--shoco-red-dark); }
.shoco-button--outline { color: var(--shoco-red); border-color: var(--shoco-red); background: var(--shoco-white); }
.shoco-button--outline:hover { color: #fff; background: var(--shoco-red); }
.shoco-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.shoco-actions .shoco-button { min-width: 218px; }

.shoco-heading { position: relative; margin-bottom: 32px; color: var(--shoco-navy); font-size: clamp(36px, 4.3vw, 46px); font-weight: 800; line-height: 1.38; letter-spacing: .02em; }
.shoco-heading::after { display: block; width: 86px; height: 3px; margin-top: 24px; background: var(--shoco-blue); content: ""; }
.shoco-heading--center { text-align: center; font-size: clamp(28px, 3vw, 40px); }
.shoco-heading--center::after { margin-inline: auto; }

.shoco-hero { position: relative; min-height: 680px; background: #fff; }
.shoco-hero__inner { display: grid; min-height: 680px; align-items: center; grid-template-columns: .96fr 1.04fr; gap: 18px; padding-block: 72px 84px; }
.shoco-hero__copy { position: relative; z-index: 2; }
.shoco-hero__logo { display: block; margin-bottom: 22px; color: var(--shoco-blue-dark); background: none; font-size: 38px; font-weight: 800; line-height: 1.2; letter-spacing: -.04em; }
.shoco-hero__logo ruby { ruby-position: over; }
.shoco-hero__logo rt { color: var(--shoco-muted); font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: .12em; }
.shoco-hero h1 { margin-bottom: 26px; color: var(--shoco-text); font-size: clamp(38px, 3.8vw, 54px); font-weight: 800; line-height: 1.42; letter-spacing: .015em; white-space: nowrap; }
.shoco-hero__description { margin-bottom: 18px; color: #35404a; font-size: 17px; line-height: 2; }
.shoco-hero__service-note { max-width: 590px; margin-bottom: 28px; padding: 14px 18px; border-left: 4px solid var(--shoco-blue); border-radius: 0 8px 8px 0; color: var(--shoco-navy); background: var(--shoco-blue-050); font-size: 14px; line-height: 1.75; }
.shoco-hero__service-note strong,
.shoco-hero__service-note span { display: block; }
.shoco-hero__service-note strong { font-size: 15px; }
.shoco-hero__visual { position: relative; min-width: 0; min-height: 470px; }
.shoco-hero__screen { position: absolute; z-index: 2; top: 55px; right: -20px; width: 93%; border: 1px solid rgba(23, 50, 77, .1); border-radius: 16px; background: #fff; box-shadow: var(--shoco-shadow); }
.shoco-hero__mascot { position: absolute; z-index: 3; right: 56%; bottom: -28px; width: 270px; filter: drop-shadow(0 14px 14px rgba(23, 50, 77, .13)); }
.shoco-blob { position: absolute; display: block; background: var(--shoco-blue-100); }
.shoco-blob--hero { top: 0; right: -80px; width: 84%; height: 470px; border-radius: 45% 55% 35% 65% / 48% 35% 65% 52%; opacity: .75; transform: rotate(-5deg); }

.shoco-problems { padding: 78px 0 86px; border-top: 1px solid var(--shoco-line); background: #fff; }
.shoco-problems__list { display: grid; margin-top: 52px; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.shoco-problem { display: flex; align-items: flex-start; gap: 16px; }
.shoco-problem svg { width: 52px; min-width: 52px; padding: 10px; border-radius: 50%; color: var(--shoco-blue-dark); background: var(--shoco-blue-050); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.6; }
.shoco-problem h3 { margin-bottom: 8px; color: var(--shoco-navy); font-size: 18px; line-height: 1.45; }
.shoco-problem p { margin-bottom: 0; color: var(--shoco-muted); font-size: 14px; line-height: 1.7; }
.shoco-problems__answer { position: relative; margin: 70px 0 0; color: var(--shoco-blue-dark); font-size: clamp(28px, 3.2vw, 44px); font-weight: 800; line-height: 1.5; text-align: center; }
.shoco-problems__answer::before { display: block; width: 0; height: 0; margin: 0 auto 24px; border-top: 14px solid var(--shoco-blue-dark); border-right: 44px solid transparent; border-left: 44px solid transparent; content: ""; }

.shoco-about { padding: 108px 0 48px; background: #fff; }
.shoco-about__inner { position: relative; isolation: isolate; display: grid; align-items: center; grid-template-columns: .92fr 1.08fr; gap: 50px; }
.shoco-about__copy { position: relative; z-index: 2; }
.shoco-about__copy p { max-width: 560px; color: var(--shoco-muted); font-size: 18px; line-height: 2; }
.shoco-about__visual { position: relative; z-index: 1; min-height: 390px; }
.shoco-about__visual img { position: absolute; z-index: 2; right: 3%; bottom: -14px; width: 520px; mix-blend-mode: multiply; }
.shoco-blob--about { z-index: 0; right: 2%; bottom: 5px; width: 480px; height: 340px; border-radius: 63% 37% 47% 53% / 54% 49% 51% 46%; opacity: .75; pointer-events: none; }

.shoco-features { padding-top: 50px; background: #fff; }
.shoco-feature { display: grid; align-items: center; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: clamp(52px, 8vw, 110px); padding-block: 84px; }
.shoco-feature--image-right { grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); }
.shoco-feature--image-right .shoco-feature__media { order: 2; }
.shoco-feature__media { position: relative; }
.shoco-feature__media::before { position: absolute; z-index: 0; width: 58%; height: 110%; border-radius: 50%; background: var(--shoco-blue-050); content: ""; inset: -5% auto auto -8%; }
.shoco-feature--image-right .shoco-feature__media::before { right: -8%; left: auto; }
.shoco-feature__media img { position: relative; z-index: 1; width: 100%; border: 1px solid rgba(23, 50, 77, .12); border-radius: var(--shoco-radius); background: #fff; box-shadow: var(--shoco-shadow); }
.shoco-feature__number,
.shoco-feature-rail__list span { display: block; margin-bottom: 10px; color: var(--shoco-blue); font-size: 46px; font-weight: 500; line-height: 1; }
.shoco-feature__number::after,
.shoco-feature-rail__list span::after { display: block; width: 48px; height: 3px; margin-top: 14px; background: currentColor; content: ""; }
.shoco-feature__copy h3 { margin-bottom: 20px; color: var(--shoco-navy); font-size: clamp(27px, 2.6vw, 38px); line-height: 1.5; }
.shoco-feature__copy p { color: var(--shoco-muted); font-size: 17px; line-height: 2; }
.shoco-feature__copy .shoco-note { margin-top: 16px; font-size: 12px; line-height: 1.7; }
.shoco-feature-rail { margin-top: 40px; padding: 82px 0; background: var(--shoco-blue-050); }
.shoco-feature-rail__inner { display: grid; align-items: center; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 62px; }
.shoco-feature-rail__media img { width: 100%; border: 1px solid rgba(23, 50, 77, .12); border-radius: var(--shoco-radius); background: #fff; box-shadow: var(--shoco-shadow); }
.shoco-feature-rail__list { display: grid; gap: 34px; }
.shoco-feature-rail__list article { padding-bottom: 28px; border-bottom: 1px solid rgba(7, 153, 220, .3); }
.shoco-feature-rail__list article:last-child { padding-bottom: 0; border-bottom: 0; }
.shoco-feature-rail__list span { float: left; width: 74px; margin: 4px 18px 0 0; font-size: 34px; }
.shoco-feature-rail__list h3 { margin-bottom: 8px; color: var(--shoco-navy); font-size: 23px; line-height: 1.55; }
.shoco-feature-rail__list p { margin: 0; color: var(--shoco-muted); font-size: 14px; line-height: 1.8; }

.shoco-security { padding: 108px 0 88px; color: #fff; background: var(--shoco-navy-deep); }
.shoco-security .shoco-heading { color: #fff; }
.shoco-security__grid { display: grid; align-items: center; grid-template-columns: .72fr 1.28fr; gap: 72px; margin-top: 58px; }
.shoco-security__visual { position: relative; }
.shoco-security__visual::before { position: absolute; inset: 12% -8%; border: 1px solid rgba(55, 190, 255, .4); border-radius: 45% 55% 44% 56% / 54% 44% 56% 46%; content: ""; }
.shoco-security__visual img { position: relative; z-index: 1; width: 72%; margin: 0 auto; border-radius: 12px; box-shadow: 0 18px 42px rgba(0, 0, 0, .25); }
.shoco-security__groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.shoco-security__groups h3 { margin-bottom: 22px; padding-bottom: 16px; border-bottom: 2px solid var(--shoco-blue); font-size: 22px; }
.shoco-security__groups ul { margin: 0; padding: 0; list-style: none; }
.shoco-security__groups li { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .25); font-size: 14px; line-height: 1.7; }
.dojo-shoco-page .shoco-security__message { margin: 62px 0 0; font-size: clamp(18px, 2vw, 24px); font-weight: 700; letter-spacing: .03em; text-align: center; }

.shoco-cta { position: relative; overflow: hidden; background: #fff; }
.shoco-cta::before,
.shoco-cta::after { position: absolute; width: 360px; height: 360px; border-radius: 48% 52% 58% 42% / 44% 46% 54% 56%; background: var(--shoco-blue-050); content: ""; }
.shoco-cta::before { bottom: -190px; left: -130px; }
.shoco-cta::after { top: -220px; right: -120px; }
.shoco-cta__inner { position: relative; z-index: 1; display: grid; min-height: 460px; align-items: center; grid-template-columns: 1.25fr .75fr; gap: 50px; padding-block: 70px; }
.shoco-cta__copy > p { margin-bottom: 30px; color: var(--shoco-navy); font-size: 21px; font-weight: 700; }
.shoco-cta__inner > img { align-self: end; width: 430px; max-height: 390px; object-fit: contain; object-position: bottom; }

.shoco-form { padding: 96px 0 110px; background: var(--shoco-bg); }
.shoco-form__inner { display: grid; align-items: start; grid-template-columns: 320px minmax(0, 1fr); gap: 72px; }
.shoco-form__heading { position: sticky; top: calc(var(--shoco-header-height) + 28px); }
.shoco-form__heading p { color: var(--shoco-muted); font-size: 16px; line-height: 1.9; }
.shoco-form__embed { overflow: hidden; min-height: 680px; border: 1px solid var(--shoco-line); border-radius: var(--shoco-radius); background: #fff; box-shadow: var(--shoco-shadow); }
.shoco-form__embed iframe { display: block; width: 100%; min-height: 820px; border: 0; }
.shoco-form__placeholder { display: grid; min-height: 680px; place-items: center; padding: 40px; color: var(--shoco-muted); text-align: center; }
.shoco-form__placeholder p { margin: 0; }

.shoco-footer { color: #fff; background: var(--shoco-navy-deep); }
.shoco-footer__inner { display: grid; min-height: 120px; align-items: center; grid-template-columns: 120px 1fr auto; gap: 50px; }
.shoco-footer__brand img { width: 100px; filter: brightness(0) invert(1); }
.shoco-footer nav { display: flex; justify-content: center; gap: 38px; font-size: 13px; font-weight: 700; }
.shoco-footer a:hover { color: #73d1ff; }
.shoco-footer small { color: rgba(255, 255, 255, .7); font-size: 11px; }

@media (prefers-reduced-motion: reduce) {
  .dojo-shoco-page *, .dojo-shoco-page *::before, .dojo-shoco-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media (max-width: 980px) {
  :root { --shoco-header-height: 68px; }
  .shoco-header__toggle { position: relative; display: block; }
  .shoco-header__toggle span:not(.shoco-visually-hidden) { position: absolute; left: 8px; width: 28px; height: 2px; background: var(--shoco-navy); transition: transform .2s, opacity .2s; }
  .shoco-header__toggle span:nth-child(1) { top: 13px; }
  .shoco-header__toggle span:nth-child(2) { top: 21px; }
  .shoco-header__toggle span:nth-child(3) { top: 29px; }
  .shoco-header__toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
  .shoco-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .shoco-header__toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
  .shoco-header__nav { position: fixed; top: var(--shoco-header-height); right: 0; bottom: 0; left: 0; display: grid; align-content: start; gap: 0; padding: 24px; background: #fff; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .shoco-header__nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .shoco-header__nav > a:not(.shoco-button) { padding: 18px 4px; border-bottom: 1px solid var(--shoco-line); }
  .shoco-header__nav > a:not(.shoco-button)::after { display: none; }
  .shoco-header__cta { margin-top: 24px; }
  .shoco-menu-open { overflow: hidden; }
  .shoco-hero__inner { min-height: auto; grid-template-columns: 1fr; padding-top: 56px; }
  .shoco-hero__visual { min-height: 450px; }
  .shoco-hero__screen { right: 0; width: 90%; }
  .shoco-hero__mascot { right: auto; left: 0; width: 240px; }
  .shoco-problems__list { grid-template-columns: repeat(2, 1fr); }
  .shoco-about__inner { grid-template-columns: 1fr 1fr; }
  .shoco-feature,
  .shoco-feature--image-right { grid-template-columns: 1fr; gap: 44px; }
  .shoco-feature--image-right .shoco-feature__media { order: 0; }
  .shoco-feature-rail__inner { grid-template-columns: 1fr; }
  .shoco-feature-rail__list { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .shoco-feature-rail__list article { padding: 0 18px 0 0; border-right: 1px solid rgba(7, 153, 220, .3); border-bottom: 0; }
  .shoco-feature-rail__list article:last-child { border-right: 0; }
  .shoco-feature-rail__list span { float: none; width: auto; }
  .shoco-security__grid { grid-template-columns: 1fr; }
  .shoco-security__visual img { width: 260px; }
  .shoco-form__inner { grid-template-columns: 1fr; gap: 36px; }
  .shoco-form__heading { position: static; }
  .shoco-footer__inner { grid-template-columns: 90px 1fr; gap: 30px; padding-block: 26px; }
  .shoco-footer small { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .shoco-container { width: min(calc(100% - 40px), var(--shoco-container)); }
  .shoco-pc-only { display: none; }
  .shoco-sp-only { display: inline; }
  .shoco-header__logo { width: 76px; }
  .shoco-heading { font-size: 28px; line-height: 1.5; }
  .shoco-heading::after { width: 60px; margin-top: 18px; }
  .shoco-button { min-height: 54px; width: 100%; padding-inline: 20px; }
  .shoco-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .shoco-actions .shoco-button { min-width: 0; }
  .shoco-hero { min-height: auto; }
  .shoco-hero__inner { gap: 18px; padding-block: 44px 54px; }
  .shoco-hero__logo { margin-bottom: 18px; font-size: 32px; }
  .shoco-hero h1 { margin-bottom: 20px; font-size: clamp(34px, 10vw, 44px); line-height: 1.48; }
  .shoco-hero h1 { white-space: normal; }
  .shoco-hero__description { margin-bottom: 16px; font-size: 15px; line-height: 1.9; }
  .shoco-hero__service-note { margin-bottom: 24px; padding: 12px 14px; font-size: 13px; }
  .shoco-hero__service-note strong { font-size: 14px; }
  .shoco-hero__visual { min-height: 310px; margin-top: 12px; }
  .shoco-blob--hero { right: -70px; width: 100%; height: 300px; }
  .shoco-hero__screen { top: 32px; right: -34px; width: 100%; border-radius: 10px; }
  .shoco-hero__mascot { bottom: -4px; left: -28px; width: 150px; }
  .shoco-problems { padding-block: 62px; }
  .shoco-problems__list { margin-top: 38px; grid-template-columns: 1fr; gap: 26px; }
  .shoco-problem svg { width: 48px; min-width: 48px; }
  .shoco-problems__answer { margin-top: 50px; font-size: 26px; }
  .shoco-problems__answer::before { border-top-width: 10px; border-right-width: 30px; border-left-width: 30px; }
  .shoco-about { padding-top: 74px; }
  .shoco-about__inner { grid-template-columns: 1fr; }
  .shoco-about__copy p { font-size: 16px; line-height: 1.9; }
  .shoco-about__visual { min-height: 260px; }
  .shoco-about__visual img { right: -12%; width: 360px; }
  .shoco-blob--about { right: -12%; width: 320px; height: 240px; }
  .shoco-feature { padding-block: 62px; gap: 36px; }
  .shoco-feature__media img { border-radius: 11px; }
  .shoco-feature__number { font-size: 38px; }
  .shoco-feature__copy h3 { font-size: 26px; }
  .shoco-feature__copy p { font-size: 15px; line-height: 1.9; }
  .shoco-feature-rail { padding-block: 62px; }
  .shoco-feature-rail__inner { gap: 40px; }
  .shoco-feature-rail__list { grid-template-columns: 1fr; }
  .shoco-feature-rail__list article { padding: 0 0 26px; border-right: 0; border-bottom: 1px solid rgba(7, 153, 220, .3); }
  .shoco-feature-rail__list h3 { font-size: 22px; }
  .shoco-security { padding-block: 74px 64px; }
  .shoco-security__grid { gap: 48px; margin-top: 42px; }
  .shoco-security__visual img { width: 220px; }
  .shoco-security__groups { grid-template-columns: 1fr; gap: 34px; }
  .dojo-shoco-page .shoco-security__message { margin-top: 44px; text-align: left; }
  .shoco-cta__inner { min-height: auto; grid-template-columns: 1fr; padding-block: 68px 0; }
  .shoco-cta__copy > p { font-size: 17px; }
  .shoco-cta__inner > img { width: 320px; margin: 0 auto; }
  .shoco-form { padding-block: 68px 80px; }
  .shoco-form__embed { min-height: 620px; border-radius: 11px; }
  .shoco-form__embed iframe { min-height: 760px; }
  .shoco-form__placeholder { min-height: 620px; padding: 24px; }
  .shoco-footer__inner { display: flex; min-height: auto; flex-direction: column; align-items: flex-start; gap: 22px; padding-block: 40px; }
  .shoco-footer nav { display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
}
