:root { --color-text: #222222; --color-sub: #666666; --color-blue: #00a7e1; --color-blue-dark: #0089bd; --color-light-blue: #dff5fb; --color-yellow: #ffe100; --color-bg: #f7fbfd; --color-line: rgba(0, 167, 225, 0.2); --width: 1120px; --ease: cubic-bezier(0.22, 1, 0.36, 1); --duration: 700ms; }
* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", sans-serif; font-size: 16px; line-height: 1.9; background: #ffffff; overflow-x: hidden; }
body::before { position: fixed; inset: 0; z-index: -3; content: ""; background: linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.72)), url("../img/head_background.webp") center center / cover no-repeat; }
body::after { position: fixed; inset: 0; z-index: -2; pointer-events: none; content: ""; background: radial-gradient(circle at 18% 12%, rgba(0, 167, 225, 0.08), transparent 20%); /* 黄色の影を戻す場合は、上のbackground末尾にカンマを追加して下記を有効化: radial-gradient(circle at 84% 26%, rgba(255, 225, 0, 0.12), transparent 16%) */ }
main { margin-left: 126px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3 { margin: 0; }
:focus-visible { outline: 3px solid var(--color-yellow); outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; white-space: nowrap; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); }
.site-header { position: fixed; top: 0; bottom: 0; left: 0; z-index: 50; display: flex; flex-direction: column; align-items: center; width: 126px; padding: 26px 16px; background: rgba(255, 255, 255, 0.94); border-right: 1px solid rgba(160, 184, 196, 0.45); box-shadow: 10px 0 32px rgba(0, 55, 85, 0.07); backdrop-filter: blur(16px); }
.site-header__brand { display: grid; gap: 8px; justify-items: center; font-size: 11px; font-weight: 700; line-height: 1.25; color: var(--color-blue-dark); text-align: center; letter-spacing: 0.08em; }
.site-header__brand img { width: 94px; height: 94px; border-radius: 0; }
.site-header__nav { display: grid; gap: 14px; width: 100%; margin-top: 48px; font-size: 13px; font-weight: 700; color: #333333; text-align: center; }
.site-header__nav a { position: relative; display: grid; min-height: 86px; padding: 10px 6px; font-weight: 900; background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(180deg, #00a7e1, #71d8f5) border-box; border: 1px solid transparent; place-items: center; transition: color 250ms var(--ease), background-color 250ms var(--ease), box-shadow 250ms var(--ease), transform 250ms var(--ease); }
.site-header__nav a::before { position: absolute; top: 50%; right: -17px; width: 3px; height: 0; content: ""; background: var(--color-blue); transform: translateY(-50%); transition: height 250ms var(--ease); }
.site-header__nav a:hover { color: var(--color-blue-dark); background: linear-gradient(#f7fbfd, #ffffff) padding-box, linear-gradient(180deg, #0089bd, #ffe100) border-box; box-shadow: 0 8px 18px rgba(0, 137, 189, 0.12); transform: translateY(-1px); }
.site-header__nav a:hover::before { height: 100%; }
.hero { position: relative; display: grid; min-height: 100svh; padding: 92px 20px 86px; overflow: hidden; place-items: center; text-align: center; background: transparent; }
.hero__bg { position: absolute; inset: 0; z-index: 0; background: transparent; }
.hero__bg::before { content: none; }
.hero__inner { position: relative; z-index: 1; width: min(920px, 100%); }
.hero__logo { position: absolute; top: -58px; right: 56px; width: 86px; height: 86px; margin: 0; border-radius: 50%; }
.hero__lead { display: grid; gap: 12px; justify-items: center; font-weight: 500; line-height: 1.1; color: #3d3d3d; letter-spacing: 0; }
.hero__lead-kanji { display: block; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif; font-size: clamp(74px, 9vw, 132px); font-weight: 500; line-height: 0.95; }
.hero__lead-text { display: block; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif; font-size: clamp(38px, 5vw, 66px); font-weight: 500; }
.hero__lead-punctuation { display: inline-block; margin-right: -0.5em; }
.hero__title { margin-top: 28px; font-size: clamp(42px, 5.6vw, 74px); font-weight: 900; line-height: 1; color: rgba(30, 30, 30, 0.35); letter-spacing: 0; }
.hero__copy { margin-top: 34px; font-size: clamp(20px, 1.85vw, 25px); font-weight: 700; line-height: 1.7; }
.hero__text { max-width: 760px; margin: 34px auto 0; color: #444444; text-align: left; }
.button { display: inline-flex; gap: 10px; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; margin-top: 24px; font-size: 14px; font-weight: 900; color: #ffffff; background: var(--color-blue); border-radius: 999px; box-shadow: 0 12px 26px rgba(0, 167, 225, 0.24); transition: background-color 250ms var(--ease), box-shadow 250ms var(--ease), transform 250ms var(--ease); }
.button::after { content: "→"; transition: transform 250ms var(--ease); }
.button:hover { background: var(--color-blue-dark); box-shadow: 0 16px 34px rgba(0, 137, 189, 0.32); transform: translateY(-2px); }
.button:hover::after { transform: translateX(4px); }
.button--small { min-height: 40px; padding: 9px 18px; font-size: 12px; color: var(--color-blue-dark); background: #ffffff; box-shadow: 0 8px 20px rgba(0, 55, 85, 0.12); }
.button--small:hover { color: #ffffff; background: var(--color-blue); }
.section { position: relative; padding: clamp(72px, 10vw, 140px) 20px; overflow: hidden; }
.section::before { position: absolute; top: -160px; left: 50%; z-index: -1; width: 190px; height: calc(100% + 320px); content: ""; background: linear-gradient(180deg, rgba(0, 167, 225, 0), rgba(0, 167, 225, 0.26), rgba(0, 167, 225, 0)); transform: translate(-50%, var(--section-shift, 0)) rotate(29deg); }
.section__inner { width: min(980px, 100%); margin: 0 auto; }
.section__inner--narrow { width: min(820px, 100%); text-align: center; }
.section-heading { margin-bottom: 48px; text-align: center; }
.section-heading span { display: block; margin-bottom: 10px; font-size: 15px; font-weight: 700; color: var(--color-blue); letter-spacing: 0.14em; }
.section-heading h2 { font-size: clamp(30px, 4.2vw, 52px); font-weight: 700; line-height: 1.35; }
.section-heading--boxed { width: min(560px, 100%); padding: 28px 22px; margin-right: auto; margin-left: auto; background: rgba(255, 255, 255, 0.82); border: 1px solid #b8c5cc; }
.section-heading--image { width: min(430px, 100%); padding: 0; background: transparent; border: 0; }
.section-heading--image img { width: 100%; border: 1px solid #aeb9be; }
.lead-section { padding-top: 88px; padding-bottom: 88px; background: #ffffff; }
.lead-section__title { font-size: clamp(28px, 4vw, 48px); font-weight: 700; line-height: 1.55; color: #545454; }
.lead-section__text { margin-top: 28px; font-weight: 500; }
.hero__message { margin-top: 68px; }
.hero__message .lead-section__title { font-size: clamp(25px, 3vw, 36px); }
.hero__message .lead-section__text { max-width: 720px; margin-right: auto; margin-left: auto; }
.products__list { display: grid; gap: 44px; }
.product-card { display: grid; grid-template-columns: 1fr 280px; gap: clamp(28px, 5vw, 70px); align-items: center; padding: 0 0 30px; border-bottom: 1px solid #d9e2e7; }
.product-card:nth-child(even) { grid-template-columns: 280px 1fr; }
.product-card:nth-child(even) .product-card__body { order: 2; }
.product-card h3 { position: relative; padding: 8px 18px; margin-bottom: 22px; font-size: clamp(25px, 3vw, 36px); font-weight: 700; border: 1px solid #8d9aa0; }
.product-card h3::after { position: absolute; right: -1px; bottom: -8px; left: 30px; height: 8px; content: ""; background: var(--color-light-blue); }
.product-card p { color: #333333; }
.product-card img { width: 280px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 18px 40px rgba(0, 55, 85, 0.12); }
.roles { overflow: visible; background: linear-gradient(180deg, #ffffff, var(--color-bg) 50%, #ffffff); }
.roles__statement { max-width: 900px; margin: 0 auto 54px; font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif; font-size: clamp(26px, 3.2vw, 45px); font-weight: 700; line-height: 1.65; color: #555555; text-align: center; }
.role-map { width: min(760px, 100%); margin: 0 auto 80px; }
.work-intro { padding-top: clamp(72px, 10vw, 132px); }
.role-bubbles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-bottom: 80px; }
.role-bubble { display: grid; min-height: 190px; padding: 34px 18px; font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: var(--color-blue); text-align: center; background: radial-gradient(circle at 45% 35%, #ffffff, #f8fbfc 62%, #e6edf0); border-radius: 50%; box-shadow: inset 0 8px 18px rgba(255, 255, 255, 0.8), 0 14px 28px rgba(0, 0, 0, 0.12); place-items: center; animation: float 5s ease-in-out infinite; }
.role-bubble small { display: block; margin-top: 8px; font-size: 13px; font-weight: 700; line-height: 1.55; color: #555555; }
.role-bubble:nth-child(2n) { animation-delay: -1.6s; }
.role-flow { display: grid; gap: 56px; }
.role-flow__item { display: grid; grid-template-columns: 38% 1fr; gap: 42px; align-items: center; padding: clamp(24px, 4vw, 44px); background: rgba(255, 255, 255, 0.78); box-shadow: 0 18px 50px rgba(0, 55, 85, 0.08); }
.role-flow__item--reverse { grid-template-columns: 1fr 38%; }
.role-flow__item--reverse img { order: 2; }
.role-flow__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.role-flow__label { display: inline-block; padding: 6px 15px; margin-bottom: 16px; font-weight: 700; color: var(--color-blue-dark); background: #ffffff; border: 1px solid #a9bec8; }
.role-flow h3 { margin-bottom: 16px; font-size: clamp(22px, 3vw, 34px); line-height: 1.5; }
.role-roadmap { position: relative; display: grid; gap: 42px; padding: 70px 0 30px; overflow: visible; }
.role-roadmap::before, .role-roadmap::after { position: absolute; top: -80px; bottom: -80px; z-index: 0; width: clamp(140px, 13vw, 210px); content: ""; pointer-events: none; }
.role-roadmap::before { left: calc(50% - 34vw); background: linear-gradient(180deg, rgba(0, 167, 225, 0), rgba(0, 167, 225, 0.95) 20%, rgba(0, 167, 225, 0.95) 82%, rgba(0, 167, 225, 0)); transform: rotate(28deg); transform-origin: 50% 38%; }
.role-roadmap::after { left: calc(50% + 24vw); background: linear-gradient(180deg, rgba(143, 181, 232, 0), rgba(143, 181, 232, 0.76) 25%, rgba(0, 167, 225, 0.78) 70%, rgba(0, 167, 225, 0)); transform: rotate(-31deg); transform-origin: 50% 58%; opacity: 0.68; }
.role-roadmap__line { position: absolute; z-index: 0; pointer-events: none; }
.role-roadmap__line--third { top: 36%; right: calc(50% - 39vw); width: clamp(110px, 11vw, 180px); height: 58%; background: linear-gradient(180deg, rgba(143, 181, 232, 0), rgba(143, 181, 232, 0.62) 20%, rgba(0, 167, 225, 0.72) 72%, rgba(0, 167, 225, 0)); transform: rotate(28deg); transform-origin: 50% 18%; }
.role-node { position: relative; z-index: 1; display: grid; grid-template-columns: 260px 120px minmax(0, 1fr); gap: 24px; align-items: center; min-height: 250px; padding: 20px 0; }
#role-tech-custom::before,
#role-admin::before { position: absolute; z-index: 0; content: ""; pointer-events: none; background-repeat: no-repeat; background-position: center; background-size: contain; }
#role-tech-custom::before { bottom: -150px; left: -150px; width: clamp(230px, 29vw, 360px); aspect-ratio: 557 / 948; background-image: url("../img/design-role-background-01.webp"); }
#role-admin::before { right: -150px; bottom: -120px; width: clamp(270px, 34vw, 430px); aspect-ratio: 731 / 561; background-image: url("../img/design-role-background-02.webp"); }
.role-node__photo-frame,
.role-node__avatar-wrap,
.role-node__body { position: relative; z-index: 1; }
.role-node--left { grid-template-columns: minmax(0, 1fr) 120px 260px; }
.role-node--left .role-node__photo-frame { order: 3; }
.role-node--left .role-node__avatar-wrap { order: 2; }
.role-node--left .role-node__body { order: 1; text-align: right; }
.role-node--no-photo { grid-template-columns: 120px minmax(0, 1fr); max-width: 760px; margin-left: auto; }
.role-node--left.role-node--no-photo { grid-template-columns: minmax(0, 1fr) 120px; margin-right: auto; margin-left: 0; }
.role-node--left.role-node--no-photo .role-node__avatar-wrap { order: 2; }
.role-node--left.role-node--no-photo .role-node__body { order: 1; }
.role-node__photo-frame { --photo-border: 8px; --photo-gap: clamp(34px, 4vw, 54px); width: 100%; aspect-ratio: 4 / 3; }
.role-node__photo-frame::before,
.role-node__photo-frame::after { position: absolute; bottom: 0; left: 0; z-index: 1; content: ""; pointer-events: none; background: var(--color-blue); }
.role-node__photo-frame::before { width: var(--photo-border); height: calc(100% - var(--photo-gap)); }
.role-node__photo-frame::after { width: calc(100% - var(--photo-gap)); height: var(--photo-border); }
.role-node__photo { position: absolute; top: 0; right: 0; width: calc(100% - var(--photo-border)); height: calc(100% - var(--photo-border)); object-fit: cover; box-shadow: 0 14px 24px rgba(0, 55, 85, 0.12); }
.role-node__avatar-wrap { display: grid; gap: 6px; justify-items: center; align-self: start; }
.role-node__avatar { width: 112px; height: 112px; object-fit: cover; border-radius: 50%; }
.role-node__avatar-wrap a { display: inline-grid; justify-items: center; min-width: 94px; padding: 3px 5px; font-size: 10px; font-weight: 900; line-height: 1.35; color: #164b64; text-align: center; border-top: 1px solid #333333; border-bottom: 1px solid #333333; }
.role-node__avatar-wrap a::after { display: inline-block; width: 16px; height: 16px; margin: 2px auto 0; content: ""; background: var(--color-blue) url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M8%203.8v7.2M5.2%208.2L8%2011l2.8-2.8'%20fill='none'%20stroke='white'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat; border-radius: 50%; }
.role-node__dept { position: relative; z-index: 0; display: inline-block; padding: 10px 24px 12px; margin-bottom: 14px; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700; line-height: 1.28; color: var(--color-blue-dark); }
.role-node__dept::before { position: absolute; top: 50%; left: -58px; z-index: -1; width: clamp(190px, 22vw, 270px); aspect-ratio: 600 / 399; content: ""; background: url("../img/role-title-background.webp") center / contain no-repeat; transform: translateY(-50%); pointer-events: none; }
.role-node--left .role-node__dept::before { right: -29px; left: auto; }
.role-node h3 { position: relative; z-index: 1; margin-bottom: 10px; font-size: clamp(19px, 2vw, 27px); font-weight: 900; line-height: 1.55; }
.role-node__body > p:last-child { font-size: 14px; font-weight: 500; line-height: 1.85; }
.people-gateway { background: #ffffff; }
.people-gateway__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.voice-teaser { padding: 24px 22px 28px; text-align: center; background: #ffffff; border: 1px solid #e2edf2; box-shadow: 0 18px 42px rgba(0, 55, 85, 0.08); }
.voice-teaser img { width: min(220px, 78%); aspect-ratio: 1; margin: 0 auto 20px; object-fit: cover; border: 14px solid var(--color-yellow); border-radius: 50%; animation: float 4.5s ease-in-out infinite; }
.voice-teaser h3 { margin-bottom: 10px; font-size: 22px; color: var(--color-blue-dark); }
.interviews { background: linear-gradient(180deg, #ffffff, #fafdff); }
.interviews .section__inner { position: relative; }
.interviews .section__inner::before, .interviews .section__inner::after { position: absolute; top: 210px; bottom: -90px; z-index: 0; width: clamp(140px, 13vw, 210px); content: ""; pointer-events: none; }
.interviews .section__inner::before { left: calc(50% - 34vw); background: linear-gradient(180deg, rgba(0, 167, 225, 0), rgba(0, 167, 225, 0.88) 20%, rgba(0, 167, 225, 0.88) 82%, rgba(0, 167, 225, 0)); transform: rotate(28deg); transform-origin: 50% 38%; }
.interviews .section__inner::after { left: calc(50% + 24vw); background: linear-gradient(180deg, rgba(143, 181, 232, 0), rgba(143, 181, 232, 0.7) 25%, rgba(0, 167, 225, 0.76) 70%, rgba(0, 167, 225, 0)); transform: rotate(-31deg); transform-origin: 50% 58%; opacity: 0.68; }
.interview-list { position: relative; z-index: 1; display: grid; gap: clamp(44px, 8vw, 92px); }
.interview-list::before { position: absolute; top: 18%; right: calc(50% - 39vw); bottom: 4%; z-index: 0; width: clamp(110px, 11vw, 180px); content: ""; pointer-events: none; background: linear-gradient(180deg, rgba(143, 181, 232, 0), rgba(143, 181, 232, 0.58) 20%, rgba(0, 167, 225, 0.7) 72%, rgba(0, 167, 225, 0)); transform: rotate(28deg); transform-origin: 50% 18%; }
.interview-card { position: relative; z-index: 1; padding-top: 66px; }
.interview-card__dept { position: absolute; top: 0; left: 50%; z-index: 2; min-width: 142px; padding: 8px 18px 8px; font-size: 1.4em; font-weight: 700; color: #333333; text-align: center; background: #ffffff; border: 1px solid #aeb9be; transform: translateX(-50%); }
.interview-card__main { position: relative; display: grid; grid-template-columns: 1fr 340px; gap: 34px; align-items: start; padding: 40px 54px 44px; margin-top: 40px; overflow: visible; background: rgba(255, 254, 247, 0.93); box-shadow: 0 18px 44px rgba(0, 55, 85, 0.08); }
#interview-recruit-message .interview-card__main { background: rgba(247, 255, 251, 0.93); }
.interview-card__headline { display: grid; align-content: start; min-height: 260px; }
.interview-card__headline span { position: absolute; top: -0.72em; left: 54px; z-index: 2; font-size: clamp(34px, 4vw, 48px); font-style: italic; font-weight: 700; line-height: 1; }
.interview-card h3 { margin-bottom: 22px; font-size: clamp(21px, 2.5vw, 31px); font-weight: 900; line-height: 1.55; }
.interview-card__name { display: grid; gap: 2px; justify-items: end; padding-bottom: 10px; margin-top: auto; font-size: 24px; font-weight: 700; line-height: 1.2; border-bottom: 1px solid #999999; }
.interview-card__name small { font-size: 14px; }
.interview-card__main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
#interview-recruit-message .interview-card__main img { aspect-ratio: auto; object-fit: contain; }
.interview-card__text { grid-column: 1 / -1; font-size: 14px; font-weight: 500; line-height: 2; }
.interview-card__schedule { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
.environment { background: #ffffff; }
.environment__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 54px; }
.environment-card { min-height: 210px; padding: 28px; background: var(--color-bg); border-top: 6px solid var(--color-blue); }
.environment-card h3 { margin-bottom: 12px; font-size: 22px; }
.schedule { width: min(720px, 100%); padding: clamp(24px, 4vw, 42px); margin: 0 auto; background: linear-gradient(135deg, rgba(223, 245, 251, 0.7), rgba(255, 255, 255, 0.92)); }
.schedule h3 { display: inline-block; padding: 7px 18px; margin-bottom: 22px; font-size: 22px; font-style: italic; border: 1px solid #8d9aa0; }
.schedule ol { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.schedule li { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; }
.schedule time { font-weight: 700; color: var(--color-blue-dark); }
.schedule span { position: relative; padding-left: 22px; }
.schedule span::before { position: absolute; top: 50%; left: 0; width: 9px; height: 9px; content: ""; background: var(--color-blue); border-radius: 50%; transform: translateY(-50%); }
.schedule--production { width: 100%; padding: clamp(22px, 4vw, 42px) clamp(14px, 3vw, 28px); overflow: hidden; background: none; }
.schedule--production h3 { display: block; padding: 0; margin: 0 0 24px; font-size: clamp(24px, 3vw, 34px); font-weight: 700; line-height: 1; color: #222222; text-align: center; border: 0; }
.schedule--production ol { gap: 0; }
.schedule--production li { position: relative; display: grid; grid-template-columns: minmax(190px, 1fr) minmax(260px, 324px) minmax(230px, 1fr); gap: 0; min-height: 74px; align-items: stretch; }
.schedule--production time { display: flex; grid-row: 1; grid-column: 2; align-items: center; justify-content: center; width: 100%; min-height: 74px; padding: 13px 16px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; line-height: 1; color: #1f1f1f; text-align: center; background: #dbe9f1; }
.schedule--production li:nth-child(even) time { background: #edf5f9; }
.schedule--production li + li time { border-top: 3px dashed #ffffff; }
.schedule--production span { position: static; padding: 0; }
.schedule--production span::before { content: none; }
.schedule--production .schedule__label { position: relative; align-self: center; font-size: clamp(17px, 2.1vw, 28px); font-weight: 900; line-height: 1.35; color: #1f1f1f; }
.schedule--production .schedule__label::before { position: absolute; top: 50%; width: 22px; height: 22px; content: ""; background: #4e9ed7; border-radius: 50%; transform: translateY(-50%); }
.schedule--production .schedule__label::after { position: absolute; top: 50%; width: 34px; height: 4px; content: ""; background: #4e9ed7; transform: translateY(-50%); }
.schedule--production .schedule__label small { display: block; padding-left: 16px; margin-top: 10px; margin-left: 8px; font-size: 0.82em; line-height: 1.45; border-left: 2px solid #555555; }
.schedule__item--right .schedule__label { grid-row: 1; grid-column: 3; justify-self: start; width: 100%; padding-left: 54px; text-align: left; }
.schedule__item--right .schedule__label::before { right: auto; left: -12px; }
.schedule__item--right .schedule__label::after { right: auto; left: 12px; }
.schedule__item--left .schedule__label { grid-row: 1; grid-column: 1; justify-self: end; width: 100%; padding-right: 54px; text-align: right; }
.schedule__item--left .schedule__label::before { right: -12px; left: auto; }
.schedule__item--left .schedule__label::after { right: 12px; left: auto; }
@media (min-width: 768px) { .schedule--production { padding: 24px 20px 30px; } .schedule--production h3 { width: fit-content; padding: 6px 16px; margin: 0 auto 18px; font-size: 27px; border: 1px solid #8d9aa0; } .schedule--production li { grid-template-columns: minmax(160px, 1fr) 230px minmax(190px, 1fr); min-height: 48px; } .schedule--production time { min-height: 48px; padding: 8px 10px; font-size: 18px; } .schedule--production .schedule__label { font-size: 16px; } .schedule--production .schedule__label::before { width: 15px; height: 15px; } .schedule--production .schedule__label::after { width: 24px; height: 3px; } .schedule--production .schedule__label small { padding-left: 10px; margin-top: 5px; font-size: 0.68em; } .schedule__item--right .schedule__label { padding-left: 36px; } .schedule__item--right .schedule__label::before { left: -8px; } .schedule__item--right .schedule__label::after { left: 8px; } .schedule__item--left .schedule__label { display: flex; align-self: stretch; align-items: center; justify-content: flex-end; padding-right: 36px; } .schedule__item--left .schedule__label::before { right: -8px; } .schedule__item--left .schedule__label::after { right: 8px; } }
.entry { color: #ffffff; background: linear-gradient(135deg, var(--color-blue-dark), var(--color-blue)); }
.entry::before { background: linear-gradient(180deg, rgba(255, 225, 0, 0), rgba(255, 225, 0, 0.36), rgba(255, 225, 0, 0)); }
.entry__inner { display: block; }
.entry .section-heading { margin-bottom: 26px; text-align: left; }
.entry .section-heading span { color: var(--color-yellow); }
.requirements { display: grid; gap: 12px; margin: 28px 0 0; }
.requirements div { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
.requirements dt { font-weight: 700; }
.requirements dd { margin: 0; }
.requirements dd p { margin-top: 8px; }
.requirements__list, .requirements__notes { display: grid; gap: 4px; padding: 0; margin: 6px 0 0; list-style: none; }
.requirements__list { margin-top: 0; }
.requirements__list li, .requirements__notes li { position: relative; padding-left: 1.15em; }
.requirements__list li::before { position: absolute; left: 0; content: "・"; }
.requirements__notes li::before { position: absolute; left: 0; content: "※"; }
.button--entry { color: var(--color-blue-dark); background: var(--color-yellow); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18); }
.button--entry:hover { color: #ffffff; background: #1b1b1b; }
.entry-photo-section { padding: 72px 20px; overflow: hidden; background: #ffffff; }
.entry__photo { width: min(980px, 100%); margin: 0 auto; }
.entry__photo img { width: 100%; height: auto; transform: rotate(2deg); }
.site-footer { padding: 44px 20px; text-align: center; background: #ffffff; }
.site-footer__inner { display: grid; gap: 8px; justify-items: center; }
.site-footer img { width: 72px; height: 72px; }
.site-footer p { font-weight: 700; }
.site-footer small { color: var(--color-sub); }
.js-scroll { opacity: 1; transform: none; }
.js-enabled .js-scroll { opacity: 0; transform: translateY(34px); transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease); }
.js-enabled .js-scroll.is-visible { opacity: 1; transform: translateY(0); }
.js-enabled .slide-left { transform: translateX(-46px); }
.js-enabled .slide-right { transform: translateX(46px); }
.js-enabled .slide-left.is-visible, .js-enabled .slide-right.is-visible { transform: translateX(0); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 1024px) { .product-card, .product-card:nth-child(even), .role-flow__item, .role-flow__item--reverse, .interview-card, .interview-card--reverse, .entry__inner { grid-template-columns: 1fr; } .product-card:nth-child(even) .product-card__body, .role-flow__item--reverse img, .interview-card--reverse img { order: 0; } .product-card img { width: min(280px, 75vw); justify-self: center; } .role-bubbles, .people-gateway__grid, .environment__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1024px) { .role-node, .role-node--left { grid-template-columns: 210px 100px 1fr; gap: 18px; } .role-node--left .role-node__body { text-align: right; } .role-node--no-photo { grid-template-columns: 100px minmax(0, 1fr); max-width: 700px; } .role-node--left.role-node--no-photo { grid-template-columns: minmax(0, 1fr) 100px; } .role-node__avatar { width: 96px; height: 96px; border-width: 10px; } .interview-card__main { grid-template-columns: 1fr 300px; padding: 34px 34px 38px; } }
@media (max-width: 767px) { body { font-size: 15px; line-height: 1.85; } main { margin-left: 0; } .site-header { right: 0; bottom: auto; flex-direction: row; justify-content: flex-start; width: 100%; min-height: 62px; padding: 8px 12px; overflow: hidden; border-right: 0; border-bottom: 1px solid rgba(160, 184, 196, 0.45); box-shadow: 0 8px 24px rgba(0, 55, 85, 0.08); } .site-header__brand { display: flex; flex: 0 0 auto; gap: 0; } .site-header__brand img { width: 44px; height: 44px; } .site-header__brand span { display: none; } .site-header__nav { display: flex; flex: 1 1 auto; flex-wrap: wrap; gap: 2px 18px; width: auto; min-width: 0; max-width: calc(100vw - 80px); margin: 0 0 0 12px; overflow: hidden; font-size: 10px; line-height: 1.35; white-space: normal; } .site-header__nav br { display: none; } .site-header__nav a { flex: 0 1 auto; min-height: 22px; padding: 2px 0; background: transparent; border: 0; box-shadow: none; transform: none; } .site-header__nav a + a::after { position: absolute; top: 50%; left: -12px; content: "｜"; color: #9ab4c0; transform: translateY(-50%); } .site-header__nav a::before { display: none; } .hero { min-height: 100svh; padding: 96px 18px 72px; text-align: center; } .hero__inner { width: 100%; } .hero__logo { position: static; width: 86px; height: 86px; margin: 0 auto 18px; } .hero__lead { gap: 8px; } .hero__lead-kanji { font-size: clamp(74px, 24vw, 96px); } .hero__lead-text { font-size: clamp(36px, 11vw, 46px); } .hero__title { font-size: clamp(38px, 11vw, 48px); } .hero__text { text-align: left; } .section { padding: 68px 18px; } .section::before { width: 90px; opacity: 0.55; } .section-heading { margin-bottom: 34px; text-align: left; } .section-heading--boxed { text-align: center; } .lead-section__title, .lead-section__text { text-align: left; } .product-card h3 { padding: 7px 12px; } .role-bubbles, .people-gateway__grid, .environment__grid { grid-template-columns: 1fr; } .role-bubble { width: min(260px, 86vw); min-height: 170px; margin: 0 auto; } .role-flow__item, .interview-card { padding: 20px; } .voice-teaser { padding: 22px 18px 26px; } .schedule li { grid-template-columns: 62px 1fr; gap: 10px; } .requirements div { grid-template-columns: 1fr; gap: 4px; } .entry .section-heading { text-align: left; } }
@media (max-width: 767px) { .hero__message { margin-top: 52px; } .role-map { margin-bottom: 54px; } .role-roadmap { gap: 34px; padding-top: 36px; } .role-roadmap::before, .role-roadmap::after { width: 88px; opacity: 0.45; } .role-roadmap::before { left: 4vw; } .role-roadmap::after { left: 72vw; } .role-roadmap__line--third { top: 42%; right: 3vw; width: 76px; opacity: 0.42; } .role-node, .role-node--left, .role-node--no-photo, .role-node--left.role-node--no-photo { grid-template-columns: 1fr; gap: 14px; min-height: auto; max-width: none; padding: 22px 0; margin-right: 0; margin-left: 0; text-align: left; } .role-node--left .role-node__photo-frame, .role-node--left .role-node__avatar-wrap, .role-node--left .role-node__body, .role-node--left.role-node--no-photo .role-node__avatar-wrap, .role-node--left.role-node--no-photo .role-node__body { order: initial; text-align: left; } .role-node__photo-frame { width: min(260px, 82vw); } .role-node__avatar-wrap { justify-items: start; } .role-node__avatar { width: 98px; height: 98px; } .role-node__dept br { display: none; } .interviews .section__inner::before, .interviews .section__inner::after { width: 88px; opacity: 0.45; } .interviews .section__inner::before { left: 4vw; } .interviews .section__inner::after { left: 72vw; } .interview-list::before { top: 24%; right: 3vw; width: 76px; opacity: 0.42; } .interview-card { padding: 56px 0 0; } .interview-card__dept { left: 0; transform: none; } .interview-card__main { grid-template-columns: 1fr; gap: 20px; padding: 28px 20px 30px; } .interview-card__headline { min-height: auto; } .interview-card__headline span { top: -0.72em; left: 20px; font-size: 34px; } .interview-card__main img { order: -1; } .interview-card__text { grid-column: auto; } }
@media (max-width: 767px) { #role-tech-custom::before { bottom: -76px; left: -62px; width: 190px; } #role-admin::before { right: -70px; bottom: -58px; width: 220px; } }
@media (max-width: 767px) { .role-node, .role-node--left, .role-node--no-photo, .role-node--left.role-node--no-photo { grid-template-columns: 98px minmax(0, 1fr); column-gap: 10px; align-items: start; } .role-node__photo-frame { grid-column: 1 / -1; } .role-node__avatar-wrap { grid-column: 1; } .role-node__body { display: contents; } .role-node__dept { grid-column: 2; align-self: center; justify-self: start; max-width: 100%; padding: 8px 12px 10px; margin-bottom: 0; font-size: clamp(23px, 6.8vw, 32px); white-space: nowrap; } .role-node__dept::before { left: -11px; width: 190px; } .role-node--left .role-node__dept::before { right: auto; left: -11px; } .role-node__body > h3, .role-node__body > p:last-child { grid-column: 1 / -1; text-align: left; } }
@media (max-width: 767px) { .schedule--production { padding: 22px 10px; } .schedule--production li { grid-template-columns: minmax(118px, 42%) minmax(0, 1fr); min-height: auto; } .schedule--production time { grid-column: 1; min-height: 62px; padding: 12px 8px; font-size: clamp(18px, 5.2vw, 25px); } .schedule--production .schedule__label { grid-column: 2; justify-self: start; padding: 0 0 0 34px; font-size: 15px; text-align: left; } .schedule--production .schedule__label::before { left: -11px; right: auto; width: 18px; height: 18px; } .schedule--production .schedule__label::after { left: 9px; right: auto; width: 22px; height: 3px; } .schedule__label small { padding-left: 10px; margin-top: 6px; font-size: 0.78em; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } .js-scroll, .slide-left, .slide-right { opacity: 1; transform: none; } }
