/* ==========================================================
   Website Designer 共通リセット v1（2026-08-10）
   使い方: 新案件の style.css の【先頭】にこの内容を貼り込む。
   <link>で別ファイル読み込みにはしない（納品物は1CSSにまとめる）。
   変更したくなったら、このファイルを直してバージョンを上げること。
   案件側だけ直して満足しない（次の案件に伝わらない）。
   ========================================================== */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%; /* iPhone横向きで文字が勝手に拡大されるのを防ぐ */
}

body {
  margin: 0;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0; /* 余白はブラウザ任せにせず、必ず自分のクラスで指定する */
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; /* 点付きリストが必要な箇所だけ個別に戻す */
}

img, picture, video {
  display: block;
  max-width: 100%;
  height: auto; /* width/height属性を書いても比率が崩れないように */
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  font-weight: inherit;
}

/* フォーム部品はフォント・色を継承しない初期値なので必ず揃える */
input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* アニメーション酔いしやすい人への配慮（アクセシビリティ） */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ========== リセットここまで。以下に案件のスタイルを書く ========== */

*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:#172b36;background:#fff;font-family:"Hiragino Sans","Noto Sans JP",sans-serif;font-size:16px;line-height:1.95;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #df3b27;outline-offset:6px}img{display:block;max-width:100%;height:auto}p,h1,h2,h3,figure{margin:0}p+p{margin-top:1.2em}h1,h2,h3{font-feature-settings:"palt";line-height:1.5}header{position:sticky;top:0;background:#fffffff5;border-bottom:1px solid #cbdde5;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:16px max(5vw,22px);gap:20px}.brand{display:flex;align-items:center;gap:16px;font-size:13px;font-weight:600}.wordmark{display:flex;font-family:Arial,sans-serif;font-size:39px;line-height:1;font-weight:900;letter-spacing:-3px}.wordmark i{font-style:normal}.wordmark i:first-child{color:#007cb8}.wordmark i:nth-child(2){color:#df3b27}nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.nav-apply{color:#007cb8;border-bottom:2px solid #007cb8;padding:6px 0}.hero{max-width:1320px;margin:auto;padding:42px 40px 0}.hero-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:600;color:#007cb8;margin-bottom:12px}h1{font-size:32px;letter-spacing:.07em;font-weight:600}h1 span{color:#007cb8}.hero-copy{font-size:22px;font-weight:600;line-height:1.6}.banner{width:100%;height:auto}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:26px 0 35px;border-bottom:1px solid #cbdde5}.hero-bottom p{font-size:17px;font-weight:600;line-height:1.65}.hero-bottom p span{font-size:14px;font-weight:400}.button{display:flex;align-items:center;justify-content:space-between;gap:35px;min-height:60px;padding:15px 27px;background:#007cb8;color:#fff;font-size:17px;font-weight:600;transition:background .2s}.button:hover{background:#005d8d}.button span{font-size:24px;line-height:1}.section{max-width:1160px;margin:auto;padding:95px 30px;display:grid;grid-template-columns:200px minmax(0,1fr);gap:40px}.section-label{display:flex;gap:20px;font-size:13px;font-weight:600;color:#007cb8;letter-spacing:.05em;padding-top:12px}.section-label span{font-size:11px}.section h2{font-size:34px;font-weight:500;letter-spacing:.04em;margin-bottom:27px}.section h2 span,.apply h2 span{display:inline-block}.about-body>p:not(.eyebrow){max-width:630px}.schedule{margin-top:35px;border-top:1px solid #cbdde5;border-bottom:1px solid #cbdde5;padding:25px 0;display:flex;gap:35px;align-items:center}.schedule>span{font-size:13px}.schedule strong{font-size:16px}.schedule b{font-family:Arial,sans-serif;font-weight:400;font-size:32px;letter-spacing:.03em}.schedule p{margin-top:0;line-height:1.4}.schedule p span{font-size:13px;margin-left:25px}.benefits{max-width:none;background:#f0f8fc;padding-left:max(30px,calc((100% - 1100px)/2));padding-right:max(30px,calc((100% - 1100px)/2));grid-template-columns:200px minmax(0,1fr)}.intro{margin-bottom:36px}.benefit-row{border-top:1px solid #cbdde5;padding:28px 0;display:grid;grid-template-columns:45px 1fr 80px;gap:15px;align-items:start}.benefit-row:last-child{border-bottom:1px solid #cbdde5}.num{font-family:Arial,sans-serif;font-size:27px;font-weight:400;color:#007cb8;line-height:1.5}.benefit-row h3{font-size:21px;font-weight:600;margin-bottom:10px}.benefit-row p{font-size:15px;max-width:560px}.tag{font-size:12px;color:#007cb8;border:1px solid #aacad9;text-align:center;padding:3px 8px;margin-top:3px}.roles{list-style:none;padding:0;margin:0}.roles li{display:flex;gap:25px;padding:22px 0;border-top:1px solid #cbdde5}.roles li>span{font-family:Arial,sans-serif;font-size:14px;color:#007cb8;padding-top:4px}.roles h3{font-size:19px;font-weight:600;margin-bottom:5px}.roles p{font-size:15px}.role-note{border-left:3px solid #007cb8;padding:12px 0 12px 22px;margin-top:26px}.apply{background:#eaf6fc;padding:80px 30px 85px;border-top:5px solid #007cb8}.apply-inner{max-width:860px;margin:auto}.apply h2{font-size:42px;font-weight:500;letter-spacing:.04em;margin-bottom:23px}.application{display:flex;gap:70px;justify-content:space-between;border-top:1px solid #b3d0df;margin-top:35px;padding-top:32px}.application h3{font-size:16px;font-weight:600}.application ol{padding-left:23px;margin:14px 0;font-size:15px}.small{font-size:13px;line-height:1.8}.application .button{margin-top:26px;min-width:360px}.application figure{width:155px;flex-shrink:0;padding-top:15px}.application figcaption{font-size:12px;text-align:center;margin-top:10px}.application .link-note{margin-top:8px}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:40px 5vw}footer p{font-size:12px}footer>a:last-child{font-size:13px;white-space:nowrap}.skip{position:fixed;left:20px;top:-90px;background:white;padding:8px 20px;z-index:99}.skip:focus{top:10px}
@media(max-width:1000px){.section,.benefits{grid-template-columns:155px minmax(0,1fr);gap:25px}.hero{padding:30px 25px 0}footer{flex-wrap:wrap}.tag{display:none}.benefit-row{grid-template-columns:40px 1fr}}
@media(max-width:700px){html{scroll-padding-top:90px}header{padding:15px 20px}.brand{gap:9px;font-size:11px}.wordmark{font-size:32px}nav{gap:0;font-size:13px}nav>a:not(.nav-apply){display:none}.hero{padding:28px 20px 0}.hero-title{display:block;margin-bottom:22px}h1{font-size:27px}.hero-copy{margin-top:15px;font-size:20px}.hero-copy br{display:none}.hero-copy span{display:inline-block}.hero .banner{width:calc(100% + 40px);max-width:none;margin-left:-20px}.hero-bottom{display:block;padding:22px 0 28px}.hero-bottom p{font-size:16px}.hero-bottom .button{margin-top:19px}.button{font-size:16px;gap:20px;padding:15px 20px}.section,.benefits{display:block;padding:50px 24px}.section-label{padding-top:0;margin-bottom:23px}.section h2{font-size:26px;letter-spacing:.02em;margin-bottom:23px}.eyebrow{font-size:11px;letter-spacing:.04em}.about-body>.eyebrow{max-width:280px}.schedule{gap:20px}.schedule>span{font-size:12px}.schedule b{font-size:27px}.schedule p span{display:block;margin:8px 0 0}.benefit-row{gap:10px;padding:24px 0;grid-template-columns:32px 1fr}.benefit-row h3{font-size:19px}.num{font-size:23px}.intro br{display:none}.roles li{gap:17px;padding:21px 0}.roles h3{font-size:18px}.role-note{font-size:15px;padding-left:17px}.apply{padding:47px 24px 50px}.apply h2{font-size:31px}.application{display:block;margin-top:26px;padding-top:25px}.application .button{min-width:0}.application figure{display:none}footer{display:block;padding:30px 24px}footer p{margin:16px 0}footer>a:last-child{display:inline-block;padding:8px 0}body{line-height:1.9}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.participation{padding-top:0}.participation-item{border-top:1px solid #cbdde5;padding:28px 0}.participation-item h3{font-size:20px;font-weight:600;margin-bottom:16px}.term{font-size:25px;color:#007cb8;font-weight:500;margin-bottom:20px}.term span{display:inline-block;margin-right:12px}.accounts{margin:24px 0 0}.accounts>div{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:20px 0;border-top:1px solid #cbdde5}.accounts dt{font-weight:600;color:#007cb8}.accounts dd{margin:0;font-size:15px}@media(max-width:700px){.participation{padding-top:0}.term{font-size:23px}.accounts>div{display:block}.accounts dt{margin-bottom:8px}.participation-item h3{font-size:19px}}

.brand-logo{width:58px;height:58px;object-fit:contain;flex-shrink:0}.brand-name{display:flex;flex-direction:column;line-height:1.6;gap:2px}.brand-name b{font-size:15px;font-weight:600}.brand-name small{font-size:11px;font-weight:400}.circle-activities{margin-top:30px}.circle-activities h3{font-size:18px;font-weight:600;margin-bottom:12px}.circle-activities dl{margin:0}.circle-activities dl>div{display:grid;grid-template-columns:130px 1fr;gap:20px;border-top:1px solid #cbdde5;padding:17px 0}.circle-activities dt{color:#007cb8;font-size:15px;font-weight:600}.circle-activities dd{margin:0;font-size:15px}@media(max-width:700px){.brand-logo{width:46px;height:46px}.brand-name b{font-size:13px}.brand-name small{font-size:10px}.circle-activities dl>div{display:block}.circle-activities dt{margin-bottom:5px}html{scroll-padding-top:100px}}

/* 2026-09-21 本人承認済みシネマデザイン */
:root{--ink:#173b3c;--petrol:#103435;--gold:#dfc896;--paper:#f7f5ee;--line:#d2d9d1}
body{color:var(--ink);background:var(--paper)}
header{background:#f7f5eef5;border-color:var(--line);padding-top:11px;padding-bottom:11px}
.eyebrow,.section-label,.num,.circle-activities dt,.accounts dt,.term{color:#32645e}
.nav-apply{color:var(--petrol);border-color:var(--petrol)}
.button{background:var(--petrol);border:1px solid var(--petrol)}
.button:hover{background:#235550}
h2{font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,serif}
.section{padding-top:110px;padding-bottom:110px}
.section h2{font-size:38px;line-height:1.7}
.section-label{letter-spacing:.12em}
.benefits{background:#e8eee6}
.tag{color:#32645e;border-color:#acbeb1}
.role-note{border-color:#32645e}
.participation{padding-top:0}
.apply{background:var(--petrol);color:var(--paper);border-top:0;padding-top:100px;padding-bottom:100px}
.apply .eyebrow{color:var(--gold)}
.apply h2{font-size:48px;line-height:1.65}
.apply .button{background:var(--gold);border-color:var(--gold);color:#173b3c}
.apply .button:hover{background:#f0dfba}
.application{border-color:#4b6862}
.application ol{list-style:decimal}
.application figure img{background:white;padding:8px}
.schedule,.benefit-row,.benefit-row:last-child,.roles li,.participation-item,.accounts>div,.circle-activities dl>div{border-color:var(--line)}
.cinema-hero{position:relative;isolation:isolate;min-height:720px;height:min(850px,calc(100svh - 80px));background:var(--petrol);color:#fff;padding:85px max(6vw,30px);display:flex;align-items:center;overflow:hidden}
.cinema-hero .hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% center;z-index:-2}
.cinema-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,29,32,.56),rgba(5,29,32,.12) 55%,transparent 78%)}
.cinema-copy{max-width:660px}
.cinema-hero .eyebrow{color:#e5d1a8;font-size:12px;letter-spacing:.22em;margin-bottom:28px}
.cinema-hero h1{font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,serif;font-size:clamp(32px,3.8vw,60px);font-weight:500;line-height:1.6;letter-spacing:.07em;text-shadow:0 2px 22px #10343555}
.cinema-hero h1 span{display:block;color:inherit}
.cinema-recruit{font-size:22px;letter-spacing:.12em;margin:25px 0 12px}
.cinema-description{font-size:15px;line-height:2}
.cinema-hero .button{width:330px;max-width:100%;background:var(--gold);color:var(--ink);border-color:var(--gold);margin-top:30px}
.cinema-hero .button:hover{background:#f0dfba}
.term-band{background:#1c4945;color:var(--paper);padding:22px 5vw;display:flex;align-items:center;justify-content:center;gap:40px;font-size:14px}
.term-band strong{font-size:20px;font-weight:500;letter-spacing:.06em}
.term-band span{color:#d6dfd7}
@media(max-width:1000px){.cinema-hero{min-height:650px}.cinema-copy{max-width:530px}.section h2{font-size:33px}.term-band{gap:20px}}
@media(max-width:700px){.cinema-hero{height:auto;min-height:0;display:block;padding:280px 25px 48px}.cinema-hero .hero-art{height:360px;object-position:78% center}.cinema-hero::before{background:linear-gradient(0deg,#103435 0%,#103435 42%,transparent 78%)}.cinema-hero .eyebrow{font-size:10px;margin-bottom:17px;letter-spacing:.17em}.cinema-hero h1{font-size:clamp(27px,8vw,38px);letter-spacing:.03em;line-height:1.65}.cinema-recruit{font-size:19px;margin-top:20px}.cinema-description{font-size:14px}.cinema-hero .button{width:100%;margin-top:24px}.term-band{display:block;text-align:center;padding:20px}.term-band strong{display:block;font-size:19px;margin:5px 0}.term-band span{display:block;font-size:12px}.section{padding-top:65px;padding-bottom:65px}.section h2{font-size:28px}.participation{padding-top:0}.apply{padding:60px 24px}.apply h2{font-size:34px}}
/* Visual guide revision: large type, actual event images, explanatory diagrams */
body{font-size:18px;line-height:1.85}nav{font-size:16px}.brand-name b{font-size:17px}.brand-name small{font-size:14px}.eyebrow{font-size:14px}.cinema-hero{min-height:700px}.cinema-copy{max-width:780px}.cinema-hero .eyebrow{font-size:16px;letter-spacing:.08em}.cinema-hero h1{font-family:"Hiragino Sans","Noto Sans JP",sans-serif;font-size:clamp(42px,4.4vw,70px);font-weight:600;line-height:1.4;letter-spacing:.015em}.cinema-hero h1 .circle-title{font-size:29px;letter-spacing:.04em;margin-bottom:15px;font-weight:400}.cinema-description{font-size:20px;line-height:1.9;margin-top:25px}.cinema-hero .button{width:380px;font-size:20px}.term-band{font-size:17px}.term-band strong{font-size:24px}.visual-section{max-width:1240px;margin:auto;padding:85px 30px}.visual-heading{margin-bottom:38px;max-width:980px}.visual-heading h2{font-size:40px;line-height:1.55;margin-bottom:22px}.visual-heading>p:not(.eyebrow){font-size:20px;line-height:1.85}.event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.event{background:#fff;border:1px solid #d5ded7}.event>img{width:100%;aspect-ratio:16/9;object-fit:contain}.event>div{padding:23px}.event-label{font-size:14px;letter-spacing:.12em;color:#38655f}.event h3{font-size:26px;margin:8px 0 13px}.event p{font-size:18px;line-height:1.75}.event .example{font-size:15px;color:#435c58;border-top:1px solid #dbe2dc;padding-top:15px;margin-top:18px}.meet-strip{margin-top:32px;padding:28px 32px;background:#e5ede7;display:grid;grid-template-columns:1fr 1.5fr;gap:35px;align-items:center}.meet-strip>div{display:flex;flex-wrap:wrap;align-items:center;gap:5px 18px}.meet-strip strong{font-size:31px;display:block;width:100%;line-height:1.5}.meet-strip p{font-size:18px}.recruit-feature{background:#e9eee7}.recruit-poster{display:block;max-width:1000px;margin:auto;box-shadow:0 12px 30px #163c3c14}.recruit-poster img{width:100%}.poster-caption{text-align:center;font-size:15px;margin-top:14px}.benefit-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:35px auto 0;max-width:1000px}.benefit-chips>div{display:flex;align-items:center;gap:18px;border-top:2px solid #a7bab0;padding-top:22px}.benefit-chips span{font-size:42px;color:#387068;font-family:Georgia,serif}.benefit-chips h3{font-size:23px;font-weight:500}.work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.work-stage{background:#fff;border:1px solid #ccd9d0;padding:26px;position:relative}.work-stage:not(:last-child):after{content:'→';position:absolute;right:-25px;top:125px;font-size:28px;color:#32645e;z-index:1}.stage-head{display:flex;align-items:center;gap:16px;border-bottom:1px solid #ccd9d0;padding-bottom:15px}.stage-head>span{color:#548178;font-size:21px}.stage-head h3{font-size:27px}.work-art{width:210px;height:175px;display:block;margin:15px auto}.work-stage li+li{margin-top:24px}.work-stage h4{font-size:21px;line-height:1.6;margin:0 0 8px}.work-stage p{font-size:18px;line-height:1.7}.team-note{margin-top:30px;padding:28px;background:#e5ede7;display:flex;align-items:center;gap:25px}.team-note img{width:85px;height:85px}.team-note h3{font-size:23px;margin-bottom:8px}.team-note p{font-size:18px}.start-section{background:#e9eee7}.term-timeline{display:grid;grid-template-columns:repeat(3,1fr);margin-top:50px}.term-timeline li{position:relative;border-top:3px solid #779a8f;padding:30px 20px 0}.time-dot{position:absolute;width:19px;height:19px;border-radius:50%;background:#32645e;top:-11px;left:20px;border:4px solid #e9eee7;outline:2px solid #32645e}.term-timeline h3{font-size:25px;margin:8px 0 14px}.term-timeline p{font-size:18px;margin:0}.term-summary{font-size:23px;font-weight:600;margin-top:36px;background:#fff;padding:18px 24px;border-left:4px solid #32645e}.flex-note{max-width:850px;margin-top:20px}.account-heading{margin-top:50px;margin-bottom:25px}.account-heading h3{font-size:27px;margin-bottom:10px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.account-grid article{display:flex;align-items:center;gap:22px;padding:28px;background:#fff}.account-icon{width:62px;height:62px;background:#e6eee9;border-radius:16px;display:grid;place-items:center;flex-shrink:0;font-size:38px;font-family:Arial,sans-serif;font-weight:700;color:#32645e}.account-grid h3{font-size:24px;margin-bottom:10px}.account-grid p{font-size:18px;line-height:1.7}.apply h2{font-size:45px}.apply p,.application ol{font-size:18px}.application h3{font-size:23px}.application .small{font-size:16px}.button{font-size:20px}.application figure{width:180px}.application figcaption{font-size:15px}footer p,footer>a:last-child{font-size:15px}.mobile-only{display:none}
@media(max-width:950px) and (min-width:701px){.event-grid,.work-grid{gap:14px}.event>div,.work-stage{padding:18px}.event h3{font-size:23px}.work-stage:not(:last-child):after{display:none}.work-art{width:180px}.account-grid article{padding:20px;gap:15px}.account-icon{display:none}}
@media(max-width:700px){header{padding:12px 18px}.brand-name b{font-size:14px}.brand-name small{font-size:12px}nav{font-size:15px}.cinema-hero{min-height:0;padding:265px 24px 42px}.cinema-hero h1{font-size:clamp(31px,8.5vw,46px);line-height:1.5}.cinema-hero h1 .circle-title{font-size:20px;margin-bottom:12px}.cinema-hero .eyebrow{font-size:14px;letter-spacing:.04em}.cinema-description{font-size:18px;margin-top:22px}.cinema-description br{display:none}.cinema-hero .button{font-size:18px;width:100%}.term-band{font-size:16px}.term-band strong{font-size:22px}.term-band span{font-size:15px}.visual-section{padding:58px 22px}.visual-heading{margin-bottom:28px}.visual-heading h2{font-size:29px}.visual-heading>p:not(.eyebrow){font-size:18px}.eyebrow{font-size:13px}.event-grid,.work-grid{grid-template-columns:1fr;gap:26px}.event>div{padding:22px}.event h3{font-size:26px}.event .example{font-size:16px}.meet-strip{display:block;padding:24px;margin-top:26px}.meet-strip>div{margin-bottom:16px}.meet-strip p br{display:none}.recruit-poster{width:calc(100% + 20px);max-width:none;margin-left:-10px}.poster-caption{font-size:14px}.benefit-chips{grid-template-columns:1fr;gap:0;margin-top:25px}.benefit-chips>div{padding:18px 0;gap:24px;border-top:1px solid #a7bab0}.benefit-chips h3{font-size:22px}.benefit-chips h3 br{display:none}.benefit-chips span{font-size:32px}.work-stage{padding:23px}.work-stage:not(:last-child):after{content:'↓';top:auto;bottom:-32px;right:calc(50% - 12px)}.work-art{width:190px;height:155px;margin:8px auto}.work-stage li+li{margin-top:20px}.team-note{display:block;padding:25px}.team-note img{width:65px;height:65px;margin-bottom:18px}.team-note h3{font-size:23px}.term-timeline{grid-template-columns:1fr;margin-top:30px;margin-left:8px}.term-timeline li{border-top:0;border-left:3px solid #779a8f;padding:0 0 32px 28px}.term-timeline li:last-child{padding-bottom:0}.time-dot{left:-11px;top:3px}.term-timeline h3{font-size:24px;margin:6px 0 9px}.term-timeline p br{display:none}.term-summary{font-size:20px;padding:18px}.account-heading h3{font-size:25px}.account-grid{grid-template-columns:1fr;gap:18px}.account-grid article{padding:22px;gap:17px}.account-icon{width:48px;height:48px;font-size:30px}.account-grid h3{font-size:22px}.account-grid p br{display:none}.account-grid p{font-size:18px}.apply h2{font-size:32px}.application .button{font-size:18px}.application .small{font-size:16px}.pc-only{display:none}.mobile-only{display:block}footer p{font-size:15px}}
.visual-heading h2{font-weight:500}

.account-heading h3 span,.term-summary span{display:inline-block}

.cinema-description{max-width:610px}.cinema-description br+br{display:block}

/* Approved generated workflow illustrations, 2026-09-21 */
.work-scenes{display:grid;gap:46px}.work-scene{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;background:#fff;border:1px solid #d4ddd3;position:relative}.work-scene:not(:last-child):after{content:'↓';position:absolute;bottom:-42px;left:calc(50% - 12px);font-size:29px;color:#32645e}.work-scene>img{width:100%;height:auto;display:block}.work-scene>div{padding:30px}.work-scene .label{font-size:20px;font-weight:600;color:#32645e;margin-bottom:10px}.work-scene .num{font:34px Georgia,serif;color:#927039;margin-right:16px}.work-scene h3{font-size:28px;margin-bottom:24px;line-height:1.5}.work-scene h4{font-size:21px;line-height:1.6;margin:0 0 5px}.work-scene li p{font-size:18px;line-height:1.8}.work-scene li+li{margin-top:20px}@media(max-width:850px){.work-scene{grid-template-columns:1fr}.work-scene>img{max-height:480px;object-fit:contain;background:#f2ebdf}.work-scene>div{padding:26px}.work-scene h3{font-size:27px}}@media(max-width:700px){.work-scenes{gap:40px}.work-scene>div{padding:23px}.work-scene h3{font-size:26px}.work-scene .label{font-size:19px}.work-scene .num{font-size:29px}.work-scene:not(:last-child):after{bottom:-38px}}
