/*! destyle.css v1.0.15 | MIT License | nicolas-cusan/destyle.css */
*,::before,::after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;vertical-align:bottom}embed,object,iframe{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:none;appearance:none}button[disabled],[type=button][disabled],[type=reset][disabled],[type=submit][disabled]{cursor:default}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:none}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}template,[hidden]{display:none}
/* 共通セクション */
body{color:#333;font-family:-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",HelveticaNeue,游ゴシック体,YuGothic,游ゴシック Medium,"Yu Gothic Medium","Hiragino Sans",ヒラギノ角ゴシック,"Hiragino Kaku Gothic ProN",sans-serif;min-width:320px}a{color:#555}img{max-width:100%;height:auto;vertical-align:middle}p{color:#555;font-size:14px;line-height:1.8em;margin:0 auto 32px;width:90%;max-width:900px}h1{font-size:24px;text-align:center}h2{font-size:18px;line-height:1.8;padding-top:80px;margin:0 auto 32px;width:90%;max-width:900px;letter-spacing:.2em}h3{font-size:16px;line-height:1.5;margin:0 auto 24px;width:90%;max-width:900px;letter-spacing:.2em}.mincho{font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif}.new-line{display:inline-block}.link-button a{align-items:center;border:1px solid #999;border-radius:3px;display:flex;font-weight:500;justify-content:space-around;margin:60px auto 0;max-width:300px;padding:10px 25px;position:relative;transition:.3s ease-in-out}.link-button a:after{content:"";position:absolute;right:2rem;top:50%;width:6px;height:6px;border-top:solid 2px currentColor;border-right:solid 2px currentColor;transform:translateY(-50%) rotate(45deg);transition:right .3s}.link-button a:hover{background:#d9c69b;color:#fff}.link-button a:hover:after{right:1.4rem}.scroll-fade{opacity:0;transition:.8s ease-in-out}.scroll-fade.on{opacity:1}.maini-content{padding-top:50px}.section-title{text-align:center;margin-bottom:1.5em;font-size:22px;line-height:1.5;color:#333;width:100%;max-width:100%;padding-top:100px}.sub-title{display:block;font-size:16px;font-family:'游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;font-weight:500;color:#75653b;letter-spacing:.12em;margin-bottom:.5em}.section-description{text-align:center;max-width:800px;margin:-1em auto 3em;font-size:15px;line-height:1.8;width:90%}.br.pc-only{display:none}@media screen and (min-width:768px){.br.sp-only{display:none}}.header-inner{display:flex;align-items:center;justify-content:space-between;background:#FFF;height:50px;position:fixed;top:0;left:0;width:100%;z-index:1001;padding:0 5%}.header-logo img{height:16px;width:auto}.nav-toggle{display:block;position:relative;width:30px;height:24px;z-index:1002}.nav-toggle span{display:block;position:absolute;left:0;width:100%;height:2px;background-color:#333;transition:all .3s ease-in-out}.nav-toggle span:nth-child(1){top:0}.nav-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.nav-toggle span:nth-child(3){bottom:0}.nav-toggle.show span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.nav-toggle.show span:nth-child(2){opacity:0}.nav-toggle.show span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}.nav{background:rgba(255,255,255,.98);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:fixed;top:0;left:0;width:100%;height:100%;padding:80px 5%;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;overflow-y:auto;z-index:1000;text-align:center}.nav.show{opacity:1;visibility:visible}.nav-inq{display:inline-flex;align-items:center;gap:12px;margin:0 auto 15px;padding:12px 60px;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);text-decoration:none;transition:all .3s ease}.nav-inq:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:#d3c6a6}.nav-inq-icon{flex-shrink:0;width:36px;height:36px;background-color:#fdfbf7;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d3c6a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");background-size:30px;background-position:center;background-repeat:no-repeat}.nav-inq-text{display:block;text-align:left}.nav-inq-none{display:block;font-size:14px;color:#888;margin-bottom:2px}.nav-inq-p{display:block;font-weight:700;font-size:20px;color:#333;word-break:keep-all}.nav-img-p{font-weight:bold;font-size:15px;margin:20px auto 10px}.nav-img{margin:10px 0}.nav-img img{width:70%;max-width:220px;margin:0 auto}.nav-tel{margin:20px 0}.nav-tel-p{font-size:14px;margin-bottom:4px}.nav-tel-no a{font-size:28px;font-weight:700;color:#333}.nav-list{border-top:1px solid #eee;padding-top:25px;margin-top:25px}.nav-list li{padding:0;margin-bottom:18px}.nav-list a{font-weight:700;font-size:16px;color:#333}.font-very-small{font-size:.75em;font-weight:400;opacity:.8}.banner-nav{border-top:1px solid #eee;padding-top:25px;margin-top:25px}.banner-sns{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.banner-sns a{display:block;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;width:100%;max-width:300px}.banner-sns a:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.banner-sns img{width:100%;display:block}.realtime-users-popup,.inquiry-button-wrapper,.pagetop-button-wrapper{position:fixed;z-index:998;transition:opacity .5s ease-in-out,visibility .5s ease-in-out;opacity:0;visibility:hidden;pointer-events:none}.realtime-users-popup{bottom:80px;right:0}.inquiry-button-wrapper{bottom:20px;left:0;width:100%;display:flex;justify-content:center}body.sticky-buttons-active .realtime-users-popup,body.sticky-buttons-active .inquiry-button-wrapper,body.sticky-buttons-active .pagetop-button-wrapper{opacity:.85;visibility:visible;pointer-events:auto}.pagetop-button-wrapper{bottom:19px;right:20px;z-index:999}.realtime-users-popup{background-color:#e9e3d3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:8px 12px;border-top-left-radius:5px;border-bottom-left-radius:5px;box-shadow:0 4px 20px rgba(0,0,0,.1);font-size:11px;color:#333;line-height:1.4;text-align:center}.inquiry-button{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fdb813;color:#fff;font-weight:700;font-size:14px;height:44px;padding:0 25px;border-radius:22px;box-shadow:0 4px 15px rgba(0,0,0,.15);text-decoration:none;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.pagetop-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.user-n{color:#c94a4a;font-size:13px;font-weight:900}.inquiry-button::after{content:'';position:absolute;top:-50%;left:-100%;width:20%;height:200%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.4) 50%,rgba(255,255,255,0) 100%);transform:rotate(25deg);animation:shine 5s infinite ease-out;animation-delay:1s}@keyframes shine{0%{left:-100%}15%{left:150%}100%{left:150%}}.pagetop-button-arrow{width:10px;height:10px;border-top:2px solid #333;border-right:2px solid #333;transform:translateX(0) translateY(20%) rotate(-45deg)}.inquiry-button-wrapper:hover,.pagetop-button-wrapper:hover{opacity:1}.inquiry-button:hover,.pagetop-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}body.footer-visible .realtime-users-popup,body.footer-visible .inquiry-button-wrapper,body.footer-visible .pagetop-button-wrapper{opacity:0;visibility:hidden;pointer-events:none}footer{background-color:#333;color:#999}.story{padding:80px 0 20px;overflow-x:hidden}.story-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;width:90%;max-width:1100px;margin:0 auto}.story-text-group{width:100%}.story-text-group:first-child{display:flex;flex-direction:row-reverse;justify-content:center;gap:1.5rem}.story-paragraphs,.story-text-group:nth-child(2){display:flex;flex-direction:row-reverse;justify-content:center;gap:.5rem;height:45vh;min-height:337px}.story h2,.story p{writing-mode:vertical-rl;text-orientation:mixed;color:#ccc;margin:0;padding:0;width:auto!important;height:100%}.story h2{letter-spacing:.3em;height:auto}.story p{font-size:12px;margin-bottom:16px;letter-spacing:.1em}.footer-wrap{display:block;margin:60px auto 40px;width:90%;max-width:900px}.footer-logo{display:flex;justify-content:center;margin:0 auto 40px}.footer-logo img{padding:0 20px;width:150px}.footer-logo img:first-child{border-right:.5px solid #999}.footer-sns{display:flex;align-items:center;justify-content:center;margin:32px auto 40px}.footer-sns img{height:auto;padding:0 20px;width:76px}.footer-sns img:hover{opacity:.3;transition:.3s}.footer-menu{margin:0 auto 16px;width:90%;max-width:900px;text-align:center}.footer-menu ul{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 15px;font-size:12px}.footer-menu li{padding:0;margin:4px}.footer-menu a{color:#bbb;padding:4px 12px;border-radius:3px;transition:background-color .2s;display:inline-flex;align-items:center;min-height:44px}.footer-menu a:hover{background-color:#444;color:#fff}.copyright{color:#a5a5a5;font-size:10px;padding-bottom:10px;text-align:center;width:100%;margin-bottom:0}@media screen and (min-width:768px){.story-content-wrapper{flex-direction:row-reverse;justify-content:center;align-items:flex-start;gap:12px}.story-text-group{width:auto;max-width:48%}.story-paragraphs,.story-text-group:nth-child(2){height:45vh;min-height:337px}}.final-cta-section{padding:80px 0;background-color:#fdfbf7}.final-cta-section .container{width:90%;max-width:800px;margin:0 auto}.cta-buttons{display:grid;grid-template-columns:1fr;gap:20px;margin-top:40px}.cta-button{display:flex;align-items:center;padding:20px;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px rgba(0,0,0,.05)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.cta-button.phone{background-color:#fff;border:2px solid #d3c6a6;color:#333}.cta-button.mail{background-color:#827268;color:#fff}.button-icon{flex-shrink:0;width:40px;height:40px;margin-right:20px;background-size:24px;background-repeat:no-repeat;background-position:center;border-radius:50%;display:flex;align-items:center;justify-content:center}.phone-icon{background-color:#fdfbf7;border:1px solid #e0e0e0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d3c6a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E")}.mail-icon{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d3c6a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}.button-text{text-align:left;flex-grow:1}.button-label{font-size:13px;display:block;margin-bottom:2px}.button-main{font-size:22px;font-weight:bold;display:block;line-height:1.2}.cta-button.mail .button-main{font-size:18px}.button-sub{font-size:12px;display:block;margin-top:2px}@media screen and (min-width:768px){.cta-buttons{grid-template-columns:1fr 1fr}}


/* ==========================================================================
   SOTORIE パートナー募集ページ 専用スタイル
   - Base Styles (Mobile First)
   - Desktop Overrides (min-width: 768px)
========================================================================== */

/* ===============================================
   1. ヒーローセクション
=============================================== */
.page-header-partners {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: 120px 5%;
  color: #fff;
  background-color: #1a1a1a;
  text-align: center;
}
.page-header-bg-image,
.page-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header-bg-image {
  z-index: 1;
}
.page-header-bg-image img,
.page-header-bg-image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-header-overlay {
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
}
.page-header-content {
  position: relative;
  z-index: 3;
}
.page-header-partners .page-title {
  font-size: clamp(2rem, 6vw, 3rem);
  margin-bottom: 0.8em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.page-header-partners .section-description {
  color: rgba(255,255,255,0.9);
  text-shadow: 0 1px 5px rgba(0,0,0,0.5);
  max-width: 650px;
}
.page-header-partners .sub-title {
  color: rgba(255,255,255,0.8);
}

/* ===============================================
   2. 課題提起セクション
=============================================== */
.problem-solution-section {
  padding: 100px 5%;
}
.problem-solution-section .container {
  text-align: center;
}
.problem-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 1em 3em;
  text-align: left;
}
.problem-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
  font-size: 1rem;
  line-height: 1.8;
}
.problem-list span {
  color: #c9b99a;
  font-size: 1.2em;
  line-height: 1.6;
  margin-right: 0.4em;
}
.solution-message {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 500;
}
.solution-message strong {
  font-size: 1.2em;
}

/* ===============================================
   3. メリットセクション
=============================================== */
.merits-section {
  padding: 100px 5%;
  background-color: #fdfbf7;
}
.merits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 60px;
}
.merit-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}
.merit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/common/concrete-texture.webp');
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
}
.merit-number {
  position: absolute;
  top: 0;
  right: 0.2em;
  z-index: 1;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #75653b;
  opacity: 0.1;
}
.merit-item h3,
.merit-item p {
  position: relative;
  z-index: 2;
}
.merit-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.merit-item p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
}

/* ===============================================
   4. パートナー様の声セクション
=============================================== */
.voice-section {
  padding: 100px 5%;
  background-color: #fdfbf7;
}
.voice-section .section-lead {
  text-align: center;
}
.voice-list {
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
.voice-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05);
}
.voice-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.voice-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.voice-info {
  font-size: 0.9rem;
}
.voice-company {
  display: block;
  font-weight: 700;
}
.voice-name {
  color: #777;
}
.voice-text p {
  font-size: 0.9rem;
  line-height: 1.9;
}

/* ===============================================
   5. 仕組みセクション
=============================================== */
.scheme-section {
  padding: 100px 5%;
  background-color: #fff;
}
.scheme-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 800px;
  margin: 60px auto 0;
}
.scheme-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #f0ede6;
}
.scheme-box p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 2em;
}
.scheme-box .cost-list,
.scheme-box .role-list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cost-list dt,
.role-list dt {
  font-weight: 700;
  color: #333;
  margin-top: 1.5em;
}
.cost-list dd,
.role-list dd {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-top: 0.5em;
  padding-left: 1em;
  border-left: 3px solid #d3c6a6;
}

/* ===============================================
   6. パートナー種別セクション
=============================================== */
.types-section {
  padding: 100px 5%;
  background-color: #fdfbf7;
}
.types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 60px;
}
.type-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.12);
}
.type-label {
  display: inline-block;
  background-color: #75653b;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.3em 0.8em;
  border-radius: 4px;
  margin-bottom: 1.5em;
}
.type-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.type-description {
  font-size: 1rem;
  margin-bottom: 2em;
}
.type-details dt {
  font-weight: 700;
  margin-top: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}
.type-details dd {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  margin-top: 0.8em;
}

/* ===============================================
   7. 流れセクション
=============================================== */
.steps-section {
  padding: 100px 5%;
  background-color: #fdfbf7;
}
.steps-list {
  max-width: 700px;
  margin: 60px auto 0;
  counter-reset: step-counter;
  padding-left: 30px; /* Mobile First: for number circle */
}
.steps-list li {
  position: relative;
  padding: 0 0 40px 40px;
  border-left: 2px solid #e0e0e0;
}
.steps-list li::before {
  content: "0" counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: -21px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #d3c6a6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: sans-serif;
}
.steps-list li:last-child {
  border-left-color: transparent;
}
.steps-list h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.steps-list p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
}

/* ===============================================
   8. FAQセクション
=============================================== */
.faq-section {
  padding: 100px 5%;
}
.faq-list {
  max-width: 800px;
  margin: 60px auto 0;
}
.faq-list details {
  border-bottom: 1px solid #e0e0e0;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none; /* for Firefox */
}
.faq-list summary::-webkit-details-marker {
  display: none; /* for Chrome/Safari */
}
.faq-list summary::after {
  content: '+';
  font-size: 1.5em;
  font-weight: 400;
  transition: transform 0.2s;
}
details[open] > summary::after {
  transform: rotate(45deg);
}
.faq-list p {
  padding: 0 10px 30px;
  line-height: 1.9;
}

/* ===============================================
   9. 最終行動喚起 (CTA) セクション
=============================================== */
.final-cta-section {
  padding: 100px 5%;
  background-color: #fdfbf7;
  text-align: center;
}
.final-cta-section h2 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 1.6;
  margin-bottom: 0.8em;
  color: #333;
}
.final-cta-section p {
  max-width: 800px;
  margin: 0 auto 2.5em;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
.final-cta-section .cta-button {
  display: inline-block;
  background-color: #75653b;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 18px 60px;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.final-cta-section .cta-button:hover {
  background-color: #fff;
  color: #75653b;
  border-color: #75653b;
  transform: translateY(-3px);
}


/* ==========================================================================
   Desktop Overrides (min-width: 768px)
========================================================================== */
@media screen and (min-width: 768px) {

  /* --- Merits --- */
  .merits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* --- Voice --- */
  .voice-list {
    grid-template-columns: 1fr 1fr;
  }

  /* --- Scheme --- */
  .scheme-content {
    grid-template-columns: 1fr 1fr;
  }
  .scheme-box p {
    min-height: 5.7rem; /* to align vertical rhythm (1.9 * 3 lines) */
  }

  /* --- Types --- */
  .types-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* --- Steps --- */
  .steps-list {
    padding-left: 0; /* Reset mobile padding */
  }
}