@charset "UTF-8";
*{box-sizing:border-box}
html{font-size:62.5%;line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;padding:0;color:#332315;background:#fff;font-family:"Hiragino Kaku Gothic Pro","Meiryo",sans-serif!important;font-weight:400;font-size:16px;line-height:1.85;overflow-x:hidden}
img{display:block;width:100%;height:auto;vertical-align:bottom}
a{color:inherit;text-decoration:none;display:inline-block}
button,input,textarea,select{font:inherit}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p{margin:0}
button{cursor:pointer;background:none;border:0}
:root{
  --green:#90AF32;
  --green2:#B9CE70;
  --brown:#603410;
  --lightgreen:#f5f8ea;
  --gray:#f7faf0;
  --gray2:#fbfcf6;
  --text:#332315;
  --muted:#7b705e;
  --white:#fff;
  --line:#dfe9bd;
  --header-height:68px;
}

.site-header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background:rgba(255,255,255,.92);color:var(--green);z-index:1000;box-shadow:0 2px 12px rgba(144,175,50,.14);backdrop-filter:blur(10px)}
.site-header-inner{max-width:1200px;height:100%;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}
.site-logo{font-size:21px;line-height:1;font-weight:800;letter-spacing:.03em;white-space:nowrap}
.global-nav{display:flex;align-items:center;gap:13px;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}
.global-nav a{transition:.2s}.global-nav a:hover{opacity:.65}
.nav-toggle{display:none;width:32px;height:28px;position:relative;z-index:1002}
.nav-toggle span{display:block;height:2px;background:var(--green);margin:7px 0;transition:.25s}
.nav-toggle.is-open span:nth-child(1){transform:translateY(9px) rotate(45deg)}
.nav-toggle.is-open span:nth-child(2){opacity:0}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
main{padding-top:var(--header-height);overflow:hidden}

.hero{position:relative;background:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:32px max(24px,calc((100vw - 1320px)/2)) 42px;background:url("../assets/fv.png") no-repeat center center/cover;border-radius:28px;border:1px solid rgba(144,175,50,.22);z-index:0}
.hero-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.82) 38%,rgba(255,255,255,.25) 68%,rgba(255,255,255,.05) 100%);border-radius:inherit}
.hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;min-height:720px;display:flex;align-items:center;padding:76px 20px 90px}
.hero-copy{width:min(610px,100%)}
.hero h1{font-size:44px;line-height:1.28;margin-bottom:24px;letter-spacing:.045em;font-weight:900;color:var(--green)}
.hero-lead{font-size:22px;line-height:1.7;font-weight:800;margin-bottom:18px}
.hero-text{font-size:17px;line-height:1.95;font-weight:700;margin-bottom:22px}
.hero-notes{display:grid;gap:8px;margin:0 0 38px;font-size:14px;font-weight:800;color:#315c54}
.hero-notes li{position:relative;padding-left:20px}
.hero-notes li::before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:var(--green2)}
.hero-buttons{display:flex;gap:18px;flex-wrap:wrap}
.green-button,.white-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;min-width:180px;min-height:56px;padding:13px 28px;font-size:16px;font-weight:800;line-height:1.3;transition:.25s}
.green-button{background:linear-gradient(135deg,var(--green),var(--green2));color:#fff;box-shadow:0 10px 25px rgba(144,175,50,.24)}
.white-button{background:rgba(255,255,255,.90);color:var(--brown);border:2px solid var(--green)}
.green-button:hover,.white-button:hover{transform:translateY(-2px);opacity:.86}

.quick-nav-section{background:var(--gray);padding:54px 20px 58px}
.quick-nav-inner{width:60%;max-width:900px;margin:0 auto}
.quick-nav-label{text-align:center;color:var(--brown);font-size:14px;line-height:1;font-weight:900;letter-spacing:.14em;margin:0 0 24px}
.quick-nav{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.quick-nav a{display:flex;align-items:center;justify-content:flex-start;text-align:left;min-height:58px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--brown);font-size:14px;font-weight:900;padding:15px 18px;box-shadow:0 10px 22px rgba(96,52,16,.06);transition:.25s}
.quick-nav a span{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;margin-right:12px;order:-1}
.quick-nav a:hover{transform:translateY(-2px);border-color:var(--green);box-shadow:0 14px 28px rgba(144,175,50,.14)}

.section-heading{max-width:1200px;margin:0 auto 36px;padding:0 20px;text-align:center}
.section-en{display:block;color:#edf3d9;font-size:86px;font-weight:800;line-height:.9;letter-spacing:.02em}
.section-heading h2{font-size:34px;line-height:1.25;font-weight:800;margin-top:8px;color:var(--green)}
.section-lead{max-width:920px;margin:0 auto 64px;padding:0 20px;text-align:center;font-size:16px;line-height:2;font-weight:600}
.section-lead h3{font-size:24px;line-height:1.55;color:var(--green);margin:0 0 22px}
.section-lead p+p{margin-top:18px}
#problem,#service,#product,#voice,#question,#profile,#flow,#contact,#company{padding-top:100px;scroll-margin-top:78px}
@media screen and (min-width:768px){.section-lead p{text-align:left}}

.problem{position:relative;overflow:hidden;padding-bottom:100px;background:#fff;isolation:isolate}
.problem::before{content:"";position:absolute;top:190px;right:50%;width:1131.2px;height:1131.2px;border:80px solid rgba(144,175,50,.09);border-radius:50%;z-index:0;pointer-events:none}
.problem > *{position:relative;z-index:1}
.problem-list{max-width:760px;margin:55px auto 60px;padding:0 20px}
.problem-list li{position:relative;font-size:18px;line-height:1.75;margin:0 0 18px;padding-left:46px;font-weight:800}
.problem-list li span{background:linear-gradient(transparent 62%,#ecf3d3 62%)}
.problem-list li::before{content:"";position:absolute;left:0;top:8px;width:16px;height:8px;border-left:8px solid var(--green);border-bottom:8px solid var(--green);transform:rotate(-45deg)}
.problem .section-heading.js-fadein,.problem .section-lead.js-fadein,.problem-list li.js-fadein{opacity:0}
.problem .section-heading.js-fadein.is-active,.problem .section-lead.js-fadein.is-active{opacity:1;transform:none}
.problem-list li.u-fadeinProblem{transform:translateY(28px);transition:opacity .7s ease var(--delay,0s),transform .7s ease var(--delay,0s)}
.problem-list li.u-fadeinProblem.is-active{opacity:1;transform:translateY(0)}
.down-arrow{width:0;height:0;margin:0 auto 42px;border-left:48px solid transparent;border-right:48px solid transparent;border-top:36px solid var(--green)}
.problem-answer{text-align:center;max-width:920px;margin:0 auto;padding:0 20px}
.problem-answer h3{font-size:28px;margin:0 0 14px;color:var(--green)}
.problem-answer p{font-size:17px;font-weight:800;line-height:1.9}

.section-gray{background:var(--gray)}
.section-white{background:#fff}
.service,.product,.voice,.flow{padding-bottom:90px}
.stagger-wrap{position:relative;max-width:1200px;margin:0 auto;padding:20px 20px 90px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px;align-items:start}
.ksh-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 20px 42px rgba(96,52,16,.08)}
.ksh-card:nth-child(2){margin-top:54px}
.ksh-card:nth-child(3){margin-top:108px}
.ksh-card .num{font-size:46px;line-height:.9;margin:0 0 16px;font-weight:900;letter-spacing:.02em;color:var(--green)}
.ksh-card .num span{font-size:14px;margin-right:6px;vertical-align:middle;color:var(--muted)}
.ksh-card figure{margin:0 0 20px;overflow:hidden;border-radius:18px;aspect-ratio:4/3;background:#fff}
.ksh-card img{height:100%;object-fit:cover}
.ksh-card h3{font-size:20px;line-height:1.55;margin:0 0 14px;color:var(--green);font-weight:900}
.ksh-card p{font-size:15px;line-height:1.85;font-weight:600;margin:0 0 12px}
.ksh-card p:last-child{margin-bottom:0}

.product{position:relative;overflow:hidden}
.product::before{content:"";position:absolute;top:270px;left:55%;width:900px;height:900px;border:72px solid rgba(144,175,50,.07);border-radius:50%;pointer-events:none}
.product > *{position:relative;z-index:1}
.product-grid{max-width:1200px;margin:0 auto;padding:0 20px 100px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.product-card,.voice-card,.flow-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 14px 32px rgba(96,52,16,.07)}
.product-card figure{margin:0 0 16px;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:#f6fbfa}
.product-card img{height:100%;object-fit:contain;padding:8px;background:#fff}
.product-card h3{font-size:18px;line-height:1.45;color:var(--green);font-weight:900;margin-bottom:8px}
.product-card p{font-size:14px;line-height:1.75;font-weight:600;margin:0 0 10px}
.product-card .spec{color:#55746d;font-weight:900}
.product-card .price{margin-top:12px;padding-top:10px;border-top:1px solid var(--line);color:var(--green);font-weight:900}

.voice-grid{max-width:1120px;margin:0 auto;padding:0 20px 95px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.voice-card h3{font-size:15px;color:var(--green);font-weight:900;margin-bottom:12px}
.voice-card p{font-size:15px;line-height:1.85;font-weight:600}

.question{padding-bottom:98px}
.faq-list{max-width:920px;margin:68px auto 48px;padding:0 20px}
details{margin:0 0 24px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(31,122,104,.06)}
summary{list-style:none;cursor:pointer;background:var(--green);color:#fff;min-height:68px;display:flex;align-items:center;padding:18px 58px 18px 24px;font-size:18px;line-height:1.5;font-weight:800;position:relative}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:32px;line-height:1;color:#fff}
details[open] summary::after{content:"×"}
summary span,.answer span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:50%;background:#fff;color:var(--green);font-size:15px;margin-right:12px;line-height:1;font-weight:900}
.answer{display:flex;padding:26px 24px 30px;font-size:16px;line-height:1.75;font-weight:700}
.answer p{margin:0}

.profile{padding-bottom:0}
.profile-panel{max-width:1120px;margin:40px auto 80px;background:var(--gray);display:grid;grid-template-columns:1fr 360px;align-items:center;gap:48px;padding:62px;border-radius:24px}
.profile-text{font-size:17px;line-height:2;font-weight:700}
.profile-text p{margin:0 0 18px}
.profile-text p:nth-child(2){font-size:30px;color:var(--green);font-weight:900;line-height:1.35}
.profile-photo{height:auto;aspect-ratio:auto;overflow:hidden;border-radius:24px;box-shadow:0 18px 42px rgba(96,52,16,.12);background:#fff}
.profile-photo img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:24px;display:block}
.message-block{background:#fff;padding:0 20px 86px}
.message-block h3{text-align:center;font-size:28px;margin:0 0 40px;color:var(--green)}
.profile-points{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.message-card{background:#fff;padding:30px 28px;border-radius:20px;border:1px solid var(--line);box-shadow:0 12px 28px rgba(96,52,16,.06);font-size:15px;line-height:1.85}
.message-card h4{font-size:18px;line-height:1.55;color:var(--green);margin:0 0 14px}
.message-card p{margin:0 0 12px}

.flow-columns{max-width:1180px;margin:0 auto;padding:8px 20px 95px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;align-items:start}
.flow-column{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 14px 32px rgba(96,52,16,.06)}
.flow-column > h3{font-size:22px;line-height:1.45;color:var(--brown);font-weight:900;margin:0 0 22px;text-align:center}
.flow-grid{display:grid;grid-template-columns:1fr;gap:14px}
.flow-card{min-height:auto;display:flex;gap:18px;align-items:flex-start}
.flow-card span{display:inline-flex;align-items:center;justify-content:center;width:72px;min-width:72px;height:32px;border-radius:999px;background:var(--green);color:#fff;font-weight:900;font-size:12px;margin:0}
.flow-card h3{font-size:16px;line-height:1.65;color:var(--text);font-weight:900;margin-bottom:16px}
.flow-card p{font-size:14px;line-height:1.75;font-weight:700;color:var(--text);margin:0}

.contact{padding:0 20px 90px;background:#fff}
.contact .section-heading{padding-top:100px;margin-bottom:45px}
.contact-lead{max-width:860px;margin:0 auto 44px;text-align:center;line-height:1.9;font-weight:600}
.contact-form{max-width:920px;margin:0 auto;position:relative}
form#mail_form{max-width:920px;font-size:16px;background:transparent}
form#mail_form dl{margin:0;display:grid;grid-template-columns:280px minmax(0,1fr);border-top:1px solid #c6d9d4}
form#mail_form dl dt,form#mail_form dl dd{border-bottom:1px solid #c6d9d4;padding:22px 0;margin:0}
form#mail_form dl dt{display:flex;align-items:flex-start;gap:14px;text-align:left;padding-right:24px}
form#mail_form dl dd{padding-left:24px}
form#mail_form dl dt span.required,form#mail_form dl dt span.optional{display:inline-flex;align-items:center;justify-content:center;width:42px;height:28px;color:#fff;background:var(--green);border:1px solid var(--green);border-radius:4px;font-size:13px;padding:0;line-height:1;flex:0 0 42px}
form#mail_form dl dt span.optional{background:#fff;color:var(--green)}
form#mail_form dl dt em{font-style:normal;font-size:18px;line-height:1.45;color:#17342f;font-weight:800}
form#mail_form input[type="text"],form#mail_form input[type="email"],form#mail_form input[type="tel"]{width:100%;max-width:560px;height:44px;padding:8px 12px;border:1px solid #b7d4cd;border-radius:6px;background:#fff;font-size:16px}
form#mail_form textarea{width:100%;max-width:560px;min-height:210px;padding:10px 12px;border:1px solid #b7d4cd;border-radius:6px;background:#fff;font-size:16px;resize:vertical}
.checks{display:grid;gap:10px;font-size:16px;line-height:1.55}
.checks label{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:flex-start;font-weight:600}
.checks input{width:18px;height:18px;margin:.22em 0 0;accent-color:var(--green)}
#form_submit{clear:both;text-align:center;padding-top:45px;margin:0}
#form_submit_button{background:var(--green);color:#fff;border:0;border-radius:999px;min-width:220px;min-height:54px;padding:12px 28px;font-weight:800;transition:.25s}
#form_submit_button:hover{opacity:.86;transform:translateY(-2px)}
.form-hidden-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.info{position:relative;isolation:isolate;overflow:hidden;margin:0;padding:100px 20px;background:url("../assets/product-collage.png") no-repeat center center/cover}
.info::before{content:"";position:absolute;inset:0;z-index:0;background:rgba(255,255,255,.76);pointer-events:none}
.info > *{position:relative;z-index:1}
.info-overlay{width:100%;max-width:900px;margin:0 auto;padding:42px;background:rgba(255,255,255,.90);border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 50px rgba(96,52,16,.10)}
.info .section-heading{padding:0;margin-bottom:28px}
.company-table{width:100%;margin:34px auto 0;border-collapse:collapse;font-size:16px;line-height:1.75;background:rgba(255,255,255,.72)}
.company-table th,.company-table td{border-bottom:1px solid #bfd6d1;padding:15px 12px;text-align:left;vertical-align:top}
.company-table th{width:190px;font-weight:900;color:var(--green)}
.company-table td{font-weight:600}

.footer{background:var(--green);color:#fff;padding:72px 20px 68px}
.footer nav{width:210px;margin:0 auto 40px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left;font-size:16px;line-height:1.35;font-weight:800}
.footer p{width:210px;margin:0 auto;font-size:14px;text-align:left}
.page-top{position:fixed;right:0;bottom:0;background:var(--green);color:#fff;width:46px;height:46px;display:flex;align-items:center;justify-content:center;z-index:999;font-size:18px;opacity:0;pointer-events:none;transition:.3s}
.page-top.is-show{opacity:1;pointer-events:auto}
.fixed-cv-pc{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:990;display:flex;flex-direction:column;gap:10px}
.fixed-cv-pc a{writing-mode:horizontal-tb;min-width:132px;min-height:auto;padding:12px 18px;border-radius:999px;background:var(--green);color:#fff;font-weight:900;letter-spacing:.06em;text-align:center;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(144,175,50,.24)}
.fixed-cv-pc a:first-child{background:#fff;color:var(--green);border:2px solid var(--green)}
.fixed-cv-sp{display:none}

.js-fadein{opacity:0;transition:opacity .85s ease var(--delay,0s),transform .85s ease var(--delay,0s),filter .85s ease var(--delay,0s)}
.js-fadein.is-active{opacity:1;transform:none;filter:none}
.u-fadein{transform:translateY(25px)}
.u-fadeinUp{transform:translateY(55px)}
.u-fadeinLeft{transform:translateX(-45px)}
.u-fadeinRight{transform:translateX(45px)}

@media screen and (max-width:1240px){
  .site-header-inner,.hero-inner,.section-heading,.stagger-wrap,.product-grid,.voice-grid{max-width:calc(100% - 40px)}
  .global-nav{gap:9px}
  .site-logo{font-size:19px}
}

@media screen and (max-width:767px){
  :root{--header-height:58px}
  body{font-size:16px;line-height:1.85;padding-bottom:48px}
  .site-header{height:58px}
  .site-header-inner{height:58px;padding:0 14px}
  .site-logo{font-size:16px;max-width:calc(100vw - 76px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .nav-toggle{display:block}
  .global-nav{position:fixed;top:58px;left:0;right:0;height:calc(100dvh - 58px);overflow-y:auto;background:var(--green);color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:20px 28px 38px;transform:translateY(-120%);opacity:0;visibility:hidden;transition:.3s;font-size:16px;line-height:1.4}
  .global-nav.is-open{transform:translateY(0);opacity:1;visibility:visible}
  .global-nav a{width:100%;padding:10px 0}
  .nav-toggle.is-open span{background:#fff}
  .hero{min-height:650px}
  .hero-bg{inset:12px 12px 28px;border-radius:30px;background-position:58% center}
  .hero-bg:before{background:linear-gradient(180deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.76) 54%,rgba(255,255,255,.18) 100%)}
  .hero-inner{width:100%;max-width:430px;min-height:640px;padding:30px 30px 52px}
  .hero h1{font-size:clamp(28px,7vw,32px);line-height:1.35;margin-bottom:22px}
  .hero-lead{font-size:16px;line-height:1.7}
  .hero-text,.hero-notes{font-size:14px}
  .hero-buttons{gap:12px}
  .green-button,.white-button{min-width:145px;min-height:48px;font-size:14px;padding:11px 17px}
  .quick-nav-section{padding:38px 16px 42px}
  .quick-nav-inner{width:60%;max-width:60%;margin-left:auto;margin-right:auto}
  .quick-nav-label{margin-bottom:18px}
  .quick-nav{grid-template-columns:1fr;gap:10px}
  .quick-nav a{min-height:52px;border-radius:12px;font-size:14px;padding:12px 16px}
  .section-heading{max-width:430px;margin:0 auto 34px;padding:0 20px}
  .section-en{font-size:clamp(44px,14vw,58px);line-height:.95;white-space:normal}
  .section-heading h2{font-size:26px;line-height:1.35}
  .section-lead{width:auto;max-width:none;margin:0 16px 42px;padding:0;text-align:left;font-size:16px;line-height:1.9}
  .section-lead h3{font-size:21px}
  #problem,#service,#product,#voice,#question,#profile,#flow,#contact,#company{padding-top:68px}
  .problem{padding-bottom:66px}
  .problem::before{top:120px;right:38px;width:720px;height:720px;border-width:68px}
  .problem-list{width:100%;max-width:430px;margin:38px auto 44px;padding:0 28px}
  .problem-list li{font-size:16px;line-height:1.75;margin-bottom:18px;padding-left:38px}
  .problem-list li span{background:none}
  .problem-list li::before{top:5px}
  .down-arrow{border-left-width:36px;border-right-width:36px;border-top-width:28px;margin-bottom:30px}
  .problem-answer{max-width:430px;padding:0 22px}
  .problem-answer h3{font-size:24px}
  .problem-answer p{font-size:16px;line-height:1.8}
  .service,.product,.voice,.flow{padding-bottom:66px}
  .stagger-wrap,.product-grid,.voice-grid{display:block;width:100%;max-width:430px;margin:0 auto;padding:30px 20px 44px}
  .ksh-card,.product-card,.voice-card,.flow-card{width:100%;margin:0 0 28px!important;padding:20px}
  .ksh-card:last-child,.product-card:last-child,.voice-card:last-child,.flow-card:last-child{margin-bottom:0!important}
  .ksh-card figure,.product-card figure{aspect-ratio:4/3}
  .ksh-card h3{font-size:19px}
  .ksh-card p,.product-card p,.voice-card p{font-size:15px}
  .profile-panel{width:auto;max-width:none;margin:0 16px 56px;padding:28px 20px 38px;display:flex;flex-direction:column-reverse;gap:22px;background:var(--gray)}
  .profile-photo{height:auto;aspect-ratio:auto;border-radius:20px}
  .profile-photo img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:20px}
  .profile-text{font-size:16px;line-height:1.9}
  .profile-text p:nth-child(2){font-size:27px}
  .message-block{padding:0 18px 60px}
  .message-block h3{font-size:24px;margin-bottom:28px}
  .profile-points{display:block;max-width:430px}
  .message-card{padding:26px 20px 32px;margin:0 0 20px;font-size:16px;line-height:1.9}
  .flow-columns{display:block;width:100%;max-width:430px;margin:0 auto;padding:26px 16px 44px}
  .flow-column{padding:22px 18px;margin-bottom:24px}
  .flow-column:last-child{margin-bottom:0}
  .flow-column > h3{font-size:20px;text-align:left}
  .flow-grid{display:grid;gap:12px}
  .flow-card{display:block;padding:18px}
  .flow-card span{margin:0 0 10px}
  .question{padding-bottom:66px}
  .faq-list{width:auto;max-width:none;margin:46px 16px 36px;padding:0}
  details{margin-bottom:18px}
  summary{min-height:58px;padding:15px 46px 15px 15px;font-size:16px}
  .answer{padding:20px 15px 22px;font-size:16px;line-height:1.8}
  .contact{padding:0 16px 48px}
  .contact .section-heading{padding-top:58px;margin-bottom:34px}
  .contact-lead{max-width:430px;text-align:left;margin-bottom:34px}
  .contact-form,form#mail_form{width:100%;max-width:none}
  form#mail_form dl{display:block;border-top:0}
  form#mail_form dl dt,form#mail_form dl dd{border-bottom:0;padding:0;margin:0;text-align:left}
  form#mail_form dl dt{display:grid;grid-template-columns:45px 1fr;gap:12px;padding:18px 0 8px}
  form#mail_form dl dd{padding:0 0 18px;border-bottom:1px solid #c9d9d5}
  form#mail_form input[type="text"],form#mail_form input[type="email"],form#mail_form input[type="tel"],form#mail_form textarea{width:100%;max-width:none;font-size:16px;border-radius:6px}
  form#mail_form input[type="text"],form#mail_form input[type="email"],form#mail_form input[type="tel"]{height:42px}
  form#mail_form textarea{min-height:180px}
  .info{margin-top:0;padding:64px 0 80px;background-position:center top}
  .info-overlay{width:auto;max-width:none;padding:24px 20px;margin:0 16px;border-radius:20px}
  .info .section-heading{padding:0;margin-bottom:28px}
  .company-table{font-size:16px;line-height:1.75}
  .company-table th,.company-table td{display:block;width:100%!important;padding:7px 0}
  .company-table th{border-bottom:0;padding-top:16px}
  .company-table td{padding-bottom:16px}
  .footer{padding:58px 20px 62px}
  .footer nav{font-size:16px;margin-bottom:36px}
  .fixed-cv-pc{display:none}
  .fixed-cv-sp{position:fixed;left:0;bottom:0;width:calc(100% - 48px);height:48px;display:grid;grid-template-columns:1fr 1fr;z-index:1001}
  .fixed-cv-sp a{display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-size:14px;font-weight:800;line-height:1;border-right:1px solid rgba(255,255,255,.3)}
  .page-top{right:0;bottom:0;width:48px;height:48px;background:#fff;color:var(--green);border-left:1px solid rgba(0,0,0,.18);opacity:1;pointer-events:auto;z-index:1002}
}
