/* =========================
   CLEARNIZE PAGE
   白・グレー・深緑・ゴールド
========================= */

/* PC */

.clearnize-page{
  --green:#14523d;
  --green-dark:#0f3f30;
  --gold:#b7923a;
  --gray:#f6f6f3;
  --line:#dedbd2;
  --text:#1d1d1d;

  font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  color:var(--text);
  background:#fff;
  line-height:1.8;
}

.clearnize-page *{
  box-sizing:border-box;
}

.clearnize-section,
.clearnize-partner{
  padding:80px 6%;
}

.clearnize-title{
  text-align:center;
  margin-bottom:38px;
}

.clearnize-title p{
  color:var(--gold);
  font-size:13px;
  letter-spacing:.18em;
  margin:0 0 6px;
  font-weight:600;
}

.clearnize-title h2{
  font-size:34px;
  line-height:1.45;
  font-weight:500;
  margin:0;
  color:var(--text);
}

.clearnize-title h2::after{
  content:"";
  display:block;
  width:40px;
  height:1px;
  background:var(--gold);
  margin:16px auto 0;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-section,
  .clearnize-partner{
    padding:50px 18px;
  }

  .clearnize-title{
    margin-bottom:28px;
  }

  .clearnize-title p{
    font-size:11px;
  }

  .clearnize-title h2{
    font-size:25px;
    line-height:1.45;
  }

}


/* =========================
   ① FV
========================= */

/* PC */

.clearnize-hero{
  background:#fff;
}

.clearnize-hero__inner{
  min-height:650px;
  display:grid;
  grid-template-columns:1fr 1fr;
}

.clearnize-hero__text{
  padding:100px 7%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.clearnize-hero h1{
  font-size:54px;
  line-height:1.45;
  font-weight:500;
  margin:0 0 26px;
  letter-spacing:.05em;
}

.clearnize-hero h1 span{
  color:var(--green);
}

.clearnize-hero p{
  font-size:16px;
  margin:0 0 32px;
}

.clearnize-hero__buttons{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.clearnize-btn{
  min-width:170px;
  height:50px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
}

.clearnize-btn--gold{
  color:#fff;
  background:var(--gold);
  border:1px solid var(--gold);
}

.clearnize-btn--green{
  color:#fff;
  background:var(--green);
  border:1px solid var(--green);
}

.clearnize-btn--outline{
  color:var(--green);
  background:#fff;
  border:1px solid var(--green);
}

.clearnize-hero__image{
  position:relative;
  overflow:hidden;
}

.clearnize-hero__image::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.8),rgba(255,255,255,0));
  z-index:1;
}

.clearnize-hero__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-hero__inner{
    display:flex;
    flex-direction:column;
    min-height:auto;
  }

  .clearnize-hero__text{
    padding:42px 20px 24px;
  }

  .clearnize-hero h1{
    font-size:34px;
    line-height:1.35;
  }

  .clearnize-hero p{
    font-size:14px;
  }

  .clearnize-hero__buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .clearnize-btn{
    min-width:auto;
    height:46px;
    font-size:13px;
  }

  .clearnize-btn--gold{
    grid-column:1 / 3;
  }

  .clearnize-hero__image{
    height:260px;
  }

}


/* =========================
   ② 悩み
========================= */

/* PC */

.clearnize-worry{
  background:#fff;
}

.clearnize-worry__grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.worry-item{
  min-height:130px;
  padding:24px 18px;
  border-right:1px solid var(--line);
  display:grid;
  grid-template-columns:56px 1fr;
  align-items:center;
  gap:14px;
}

.worry-item:nth-child(4n){
  border-right:none;
}

.worry-item img{
  width:52px;
  height:52px;
  object-fit:contain;
}

.worry-item p{
  margin:0;
  font-size:15px;
  font-weight:600;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-worry__grid{
    grid-template-columns:repeat(2,1fr);
    gap:0;
  }

  .worry-item{
    min-height:auto;
    padding:18px 10px;
    border:none;
    border-right:1px solid var(--line);
    display:flex;
    align-items:center;
    gap:10px;
    text-align:left;
  }

  .worry-item:nth-child(2n){
    border-right:none;
  }

  .worry-item img{
    width:56px;
    height:56px;
    margin:0;
    flex-shrink:0;
  }

  .worry-item p{
    margin:0;
    font-size:13px;
    line-height:1.6;
    font-weight:500;
  }

}


/* =========================
   ③ 選ばれる理由
========================= */

/* PC */

.clearnize-reason{
  background:#fff;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}

.clearnize-reason__grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.reason-item{
  text-align:center;
  padding:28px 24px;
  border-right:1px solid #e5e5e5;
}

.reason-item:last-child{
  border-right:none;
}

.reason-item span{
  display:block;
  color:var(--green);
  font-size:42px;
  line-height:1;
  margin-bottom:12px;
}

.reason-item img{
  width:58px;
  height:58px;
  object-fit:contain;
  margin-bottom:14px;
}

.reason-item h3{
  color:var(--text);
  font-size:19px;
  font-weight:500;
  margin:0 0 10px;
}

.reason-item p{
  color:var(--text);
  font-size:14px;
  margin:0;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-reason__grid{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .reason-item{
    display:grid;
    grid-template-columns:40px 48px 1fr 16px;
    align-items:center;
    gap:10px;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
    text-align:left;
  }

  .reason-item img{
    grid-column:1;
    grid-row:1 / 3;
    width:36px;
    height:36px;
    margin:0;
  }

  .reason-item span{
    grid-column:2;
    grid-row:1 / 3;
    font-size:26px;
    color:var(--gold);
    line-height:1;
    margin:0;
    text-align:center;
  }

  .reason-item h3{
    grid-column:3;
    grid-row:1;
    font-size:16px;
    line-height:1.4;
    margin:0;
    color:var(--text);
  }

  .reason-item p{
    grid-column:3;
    grid-row:2;
    font-size:12px;
    line-height:1.55;
    margin:2px 0 0;
    color:var(--text);
  }

  .reason-item::after{
    content:"›";
    grid-column:4;
    grid-row:1 / 3;
    color:var(--gold);
    font-size:24px;
    line-height:1;
  }

}
/* =========================
④ 保有資格・許認可
========================= */

.clearnize-license{
background:#fff;
}

.license-lead{
max-width:760px;
margin:0 auto 50px;
text-align:center;
line-height:2;
color:#555;
}

.license-grid{
max-width:1100px;
margin:0 auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.license-card{
background:#f8f8f6;
border:1px solid var(--line);
padding:40px 30px;
text-align:center;
transition:.3s;
}

.license-card:hover{
transform:translateY(-6px);
}

.license-card img{
width:72px;
height:72px;
object-fit:contain;
margin-bottom:20px;
}

.license-card h3{
color:var(--green);
font-size:22px;
margin:0 0 16px;
}

.license-number{
display:inline-block;
margin:0 0 18px;
padding:8px 14px;
background:#fff;
border:1px solid var(--gold);
border-radius:30px;
color:var(--green);
font-size:13px;
font-weight:700;
}

.license-card p{
margin:0;
color:#666;
line-height:1.9;
font-size:14px;
}

/* =========================
スマホ
========================= */

@media(max-width:600px){

.license-grid{
grid-template-columns:1fr;
gap:16px;
}

.license-card{
padding:24px 16px;
text-align:center;
}

.license-card img{
width:56px;
height:56px;
object-fit:contain;
margin-bottom:14px;
}

.license-card h3{
font-size:16px;
line-height:1.5;
margin:0 0 10px;
}

.license-number{
font-size:11px;
padding:6px 10px;
margin-bottom:12px;
}

.license-card p{
font-size:12px;
line-height:1.7;
}

.license-lead{
font-size:14px;
line-height:1.8;
margin-bottom:30px;
}

}

/* =========================
   ④ サービス一覧
========================= */

/* PC */

.clearnize-service{
  background:#fff;
}

.clearnize-service__grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.service-card{
  background:#fff;
  border:1px solid var(--line);
  padding:10px 10px 22px;
}

.service-card figure{
  margin:0 0 18px;
  height:150px;
  overflow:hidden;
}

.service-card figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.service-card h3{
  color:var(--green);
  font-size:19px;
  line-height:1.5;
  margin:0 12px 8px;
}

.service-card p{
  font-size:14px;
  margin:0 12px 14px;
}

.service-card a{
  color:var(--green);
  font-size:13px;
  text-decoration:none;
  margin-left:12px;
  font-weight:600;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-service__grid{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .service-card{
    padding:8px 8px 16px;
  }

  .service-card figure{
    height:100px;
    margin-bottom:12px;
  }

 .clearnize-service .service-card h3{
    font-size:15px !important;
    line-height:1.45;
    margin:0 6px 6px;
    font-weight:700;
}

  .service-card p{
    font-size:12px;
    line-height:1.6;
    margin:0 6px 10px;
  }

  .service-card a{
    font-size:12px;
    margin-left:6px;
  }

}


/* =========================
   ⑤ 料金
========================= */

/* PC */

.clearnize-price{
  background:var(--gray);
}

.clearnize-price-table-wrap{
  max-width:1100px;
  margin:0 auto;
  background:#fff;
  border:none;
}

.clearnize-price-table{
  width:100%;
  border-collapse:collapse;
  text-align:center;
  border:1px solid var(--line);
}

.clearnize-price-table th{
  background:#fff;
  color:var(--green);
  font-size:20px;
  font-weight:700;
  padding:18px 12px;
  border:1px solid var(--line);
}

.clearnize-price-table td{
  font-size:18px;
  padding:18px 12px;
  border:1px solid var(--line);
}

.clearnize-price-table td:last-child{
  color:var(--gold);
  font-size:22px;
  font-weight:700;
}

.clearnize-price-note{
  max-width:1100px;
  margin:24px auto 0;
  font-size:15px;
  line-height:1.9;
  text-align:center;
}

/* ポイント */

.price-points{
  max-width:900px;
  margin:24px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid var(--line);
}

.price-points span{
  text-align:center;
  color:var(--green);
  font-size:14px;
  font-weight:600;
  padding:14px;
  border-right:1px solid var(--line);
}

.price-points span:last-child{
  border-right:none;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-price-table th{
    font-size:13px;
    padding:12px 6px;
  }

  .clearnize-price-table td{
    font-size:13px;
    padding:12px 6px;
  }

  .clearnize-price-table td:last-child{
    font-size:15px;
  }

  .clearnize-price-note{
    font-size:12px;
    line-height:1.8;
    text-align:left;
  }

  .price-points{
    grid-template-columns:repeat(2,1fr);
  }

  .price-points span{
    font-size:12px;
    padding:10px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }

  .price-points span:nth-child(2n){
    border-right:none;
  }

  .price-points span:nth-last-child(-n+2){
    border-bottom:none;
  }

}
/* =========================
   ⑥ 作業事例
========================= */

/* PC */

.clearnize-works{
  background:#fff;
}

.clearnize-works__grid{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.work-card{
  border:1px solid var(--line);
  background:#fff;
}

.work-before-after{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
}

.work-before-after::after{
  content:"→";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  font-size:22px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:5;
}

.work-before-after figure{
  position:relative;
  margin:0;
  height:220px;
  overflow:hidden;
}

.work-before-after figure img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.work-before-after figure span{
  position:absolute;
  left:10px;
  bottom:10px;
  color:#fff;
  font-size:12px;
  font-weight:700;
  padding:5px 12px;
  border-radius:30px;
}

.work-before-after figure:first-child span{
  background:#777;
}

.work-before-after figure:last-child span{
  background:var(--green);
}

.work-body{
  padding:20px;
}

.work-card h3{
  color:var(--green);
  font-size:24px;
  text-align:center;
  margin:0 0 18px;
}

/* エリア・間取り・作業時間 */

.work-info{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:18px;
}

.work-info span{
  background:#f7f7f7;
  border-radius:8px;
  text-align:center;
  padding:10px;
  color:var(--green);
  font-weight:700;
}

.work-info small{
  display:block;
  font-size:11px;
  color:#888;
  margin-bottom:4px;
}

/* 金額 */

.work-price{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:20px;
}

.work-price div{
  border:1px solid var(--line);
  border-radius:10px;
  padding:14px 10px;
  text-align:center;
}

.work-price small{
  display:block;
  color:#888;
  font-size:11px;
  margin-bottom:8px;
}

.work-price strong{
  font-size:22px;
  color:var(--gold);
}

.work-price .buy{
  color:#4f8f6a;
}

.work-price .total{
  color:var(--green);
}

/* コメント */

.work-comment{
  background:#fafafa;
  border-radius:12px;
  padding:18px;
}

.work-comment h4{
  color:var(--green);
  font-size:18px;
  margin:0 0 10px;
}

.work-comment p{
  margin:0;
  line-height:1.9;
  font-size:14px;
}

/* =========================
   スマホ
========================= */

@media(max-width:768px){

  .clearnize-works__grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .work-before-after figure{
    height:180px;
  }

  .work-before-after::after{
    width:36px;
    height:36px;
    font-size:18px;
  }

  .work-body{
    padding:16px;
  }

  .work-card h3{
    font-size:22px;
    margin-bottom:16px;
  }

  .work-info{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .work-info span{
    font-size:13px;
    padding:10px 6px;
  }

  .work-info small{
    font-size:10px;
  }

  .work-price{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
  }

  .work-price div{
    padding:12px 6px;
  }

  .work-price small{
    font-size:10px;
  }

  .work-price strong{
    font-size:18px;
  }

  .work-comment{
    padding:16px;
  }

  .work-comment h4{
    font-size:17px;
  }

  .work-comment p{
    font-size:13px;
    line-height:1.8;
  }

}
/* =========================
   ⑦ 対応エリア
========================= */

/* PC */

.clearnize-area{
  background:#fff;
}

.clearnize-area__layout{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.1fr 1fr;
  gap:36px;
  align-items:center;
}

.area-lead{
  font-size:17px;
  font-weight:600;
  line-height:1.9;
  margin:0 0 24px;
}

.area-buttons{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.area-buttons span{
  border:1px solid var(--line);
  color:var(--green);
  text-align:center;
  font-weight:700;
  padding:13px 10px;
  background:#fff;
}

.area-note{
  margin:18px 0 0;
  padding:12px;
  background:#f8f8f6;
  color:#555;
  font-size:13px;
  line-height:1.8;
  text-align:center;
}

.area-map{
  margin:0;
}

.area-map img{
  width:100%;
  height:auto;
  display:block;
}

.area-right h3{
  color:var(--gold);
  font-size:18px;
  margin:0 0 14px;
  padding-bottom:12px;
  border-bottom:1px solid var(--line);
}

.area-accordion{
  display:grid;
  gap:10px;
}

.area-accordion details{
  border-bottom:1px solid var(--line);
  background:#fff;
}

.area-accordion summary{
  cursor:pointer;
  list-style:none;
  position:relative;
  padding:14px 36px 14px 0;
  color:var(--green);
  font-size:16px;
  font-weight:700;
  transition:color .3s ease;
}

.area-accordion summary::-webkit-details-marker{
  display:none;
}

.area-accordion summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold);
  font-size:22px;
  transition:transform .3s ease;
}

.area-accordion details[open] summary{
  color:var(--gold);
}

.area-accordion details[open] summary::after{
  content:"−";
}

/* 開閉部分 */

.area-cities{
  display:grid;
  grid-template-rows:0fr;
  padding:0;
  overflow:hidden;
  transition:grid-template-rows .35s ease, padding .35s ease;
}

.area-accordion details[open] .area-cities{
  grid-template-rows:1fr;
  padding:0 0 14px;
}

.area-cities p{
  min-height:0;
  margin:0;
  font-size:13px;
  line-height:1.8;
  opacity:0;
  transform:translateY(-8px);
  overflow:hidden;
  transition:opacity .35s ease, transform .35s ease;
}

.area-accordion details[open] .area-cities p{
  opacity:1;
  transform:translateY(0);
}

/* スマホ */

@media(max-width:600px){

  .clearnize-area__layout{
    grid-template-columns:1fr;
    gap:24px;
  }

  .area-lead{
    text-align:center;
    font-size:14px;
    line-height:1.8;
  }

  .area-buttons{
    grid-template-columns:repeat(2,1fr);
  }

  .area-map{
    max-width:320px;
    margin:0 auto;
  }

  .area-right h3{
    text-align:center;
  }

  .area-accordion summary{
    padding:15px 40px 15px 0;
    font-size:16px;
  }

  .area-cities p{
    font-size:13px;
  }

}
/* =========================
   ⑧ ご利用の流れ
========================= */

/* PC */

.clearnize-flow{
  background:var(--gray);
}

.clearnize-flow__grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.flow-card{
  background:#fff;
  border:1px solid var(--line);
  text-align:center;
  padding:26px 16px;
  position:relative;
}

.flow-card span{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--green-dark);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.flow-card img{
  width:58px;
  height:58px;
  object-fit:contain;
  margin:16px auto 12px;
}

.flow-card h3{
  color:var(--green);
  font-size:17px;
  margin:0 0 8px;
}

.flow-card p{
  font-size:13px;
  margin:0;
}

/* スマホ */

@media(max-width:600px){

  .clearnize-flow__grid{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .flow-card{
    display:grid;
    grid-template-columns:40px 48px 1fr 16px;
    align-items:center;
    gap:10px;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
    text-align:left;
  }

  .flow-card img{
    grid-column:1;
    grid-row:1 / 3;
    width:36px;
    height:36px;
    margin:0;
  }

  .flow-card span{
    grid-column:2;
    grid-row:1 / 3;
    position:static;
    transform:none;
    width:auto;
    height:auto;
    border-radius:0;
    background:none;
    color:var(--gold);
    font-size:26px;
    line-height:1;
    display:block;
    text-align:center;
  }

  .flow-card h3{
    grid-column:3;
    grid-row:1;
    color:var(--text);
    font-size:16px;
    line-height:1.4;
    margin:0;
  }

  .flow-card p{
    grid-column:3;
    grid-row:2;
    font-size:12px;
    line-height:1.55;
    margin:2px 0 0;
  }

  .flow-card::after{
    content:"›";
    grid-column:4;
    grid-row:1 / 3;
    color:var(--gold);
    font-size:24px;
    line-height:1;
  }

}


/* =========================
   ⑨ FAQ
========================= */

/* PC */

.clearnize-faq{
  background:#fff;
}

.faq-list{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px 28px;
}

.faq-list details{
  border:1px solid var(--line);
  background:#fff;
}

.faq-list summary{
  cursor:pointer;
  padding:16px 18px;
  color:var(--green);
  font-size:15px;
  font-weight:600;
}

.faq-list p{
  padding:0 18px 16px;
  margin:0;
  font-size:14px;
}

/* スマホ */

@media(max-width:600px){

  .faq-list{
    grid-template-columns:1fr;
    gap:8px;
  }

  .faq-list summary{
    font-size:14px;
    padding:14px 16px;
  }

}


/* =========================
   ⑩ 提携ネットワーク
========================= */

/* PC */

.clearnize-partner{
  background:var(--green-dark);
}

.clearnize-partner .clearnize-title h2{
  color:#fff;
}

.partner-grid{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.partner-card{
  background:#fff;
  padding:30px 24px;
  text-align:center;
  border-radius:8px;
  transition:.3s;
}

.partner-card:hover{
  transform:translateY(-4px);
}

.partner-card img{
  width:70px;
  height:70px;
  object-fit:contain;
  margin-bottom:16px;
}

.partner-card h3{
  color:var(--green);
  font-size:20px;
  margin:0 0 12px;
}

.partner-card p{
  font-size:14px;
  line-height:1.8;
  margin:0;
  color:#555;
}

.partner-note{
  max-width:900px;
  margin:30px auto 0;
  text-align:center;
  color:#fff;
  font-size:14px;
  line-height:1.9;
}

/* スマホ */

@media(max-width:600px){

  .partner-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .partner-card{
    padding:24px 18px;
  }

  .partner-card img{
    width:56px;
    height:56px;
  }

  .partner-card h3{
    font-size:17px;
  }

  .partner-card p{
    font-size:13px;
  }

  .partner-note{
    font-size:12px;
    line-height:1.8;
  }

}