@charset "UTF-8";

/* ==========================
   Support Page
   support.html 専用
========================== */

.support-main{
  padding:0 0 90px;
  color:var(--main-color);
  background:#fff;
}

.support-sheet{
  width:min(860px,88%);
  margin:0 auto 64px;
  background:#fff;
  color:var(--main-color);
}

.support-title-box{
  margin:8px 0 10px;
  padding:8px 24px 9px;
  border:2px solid var(--main-color);
  border-radius:14px;
  text-align:center;
}

.support-title-box h1{
  margin:0;
  font-size:clamp(36px,5.2vw,62px);
  line-height:1.25;
  font-weight:500;
  letter-spacing:.22em;
}

.support-lead{
  margin:0 0 18px;
  text-align:center;
  font-size:16px;
  line-height:1.75;
  font-weight:500;
  letter-spacing:.06em;
}

.support-main-image{
  display:block;
  width:100%;
  height:auto;
  margin:0 auto 18px;
}

.support-main-image:first-of-type{
  width:74%;
  max-width:620px;
  margin:18px auto 26px;
}

.support-main-image:nth-of-type(2){
  width:100%;
  max-width:820px;
  margin:0 auto 18px;
}

.support-message{
  margin:10px 0 22px;
  text-align:center;
}

.support-message h2,
.support-operator h2,
.support-final{
  margin:0 0 8px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.45;
  font-weight:700;
  letter-spacing:.04em;
}

.support-message p{
  margin:0 0 5px;
  font-size:15px;
  line-height:1.75;
  font-weight:500;
}

.support-message .support-note{
  font-size:12px;
  line-height:1.55;
}

.support-device-row{
  display:grid;
  grid-template-columns:1.05fr .95fr .95fr;
  gap:16px;
  align-items:center;
  margin:16px 0 26px;
}

.support-device-text h2{
  display:inline-block;
  margin:0 0 9px;
  padding:5px 22px;
  background:var(--main-color);
  color:#fff;
  border-radius:999px;
  font-size:17px;
  line-height:1;
  font-weight:700;
}

.support-device-text ul,
.support-card ul{
  margin:0;
  padding:0;
  list-style:none;
}

.support-device-text li{
  position:relative;
  margin:0 0 6px;
  padding-left:1.1em;
  font-size:15px;
  line-height:1.75;
  font-weight:700;
}

.support-device-text li::before{
  content:"●";
  position:absolute;
  left:0;
  top:0;
}

.support-device-row img,
.support-operator img,
.support-flow img{
  display:block;
  width:100%;
  height:auto;
}

.support-operator{
  margin:0 0 20px;
  text-align:center;
}

.support-flow{
  margin:0 0 28px;
}

.support-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 28px;
  margin:0 0 34px;
}

.support-card{
  overflow:hidden;
  border:2px solid var(--main-color);
  border-radius:14px;
  background:#fff;
}

.support-card h2{
  margin:0;
  padding:10px 18px 11px;
  background:var(--main-color);
  color:#fff;
  font-size:22px;
  line-height:1.35;
  font-weight:700;
  text-align:center;
  letter-spacing:.04em;
}

.support-card ul{
  padding:18px 22px 20px;
}

.support-card li{
  position:relative;
  margin:0 0 8px;
  padding-left:1.25em;
  color:var(--main-color);
  font-size:15px;
  line-height:1.75;
  font-weight:500;
}

.support-card li::before{
  content:"□";
  position:absolute;
  left:0;
  top:0;
  color:var(--main-color);
  font-weight:700;
}

.support-final{
  margin:0 0 6px;
  text-align:center;
}

.support-final-note{
  margin:0;
  text-align:center;
  font-size:13px;
  line-height:1.6;
}

/* ==========================
   Service PDF Page
   service.html 専用
========================== */

.service-pdf-page{
  padding:0 0 90px;
  color:var(--main-color);
  background:#fff;
}

.service-pdf-sheet{
  width:min(860px,88%);
  margin:0 auto 64px;
  color:var(--main-color);
  background:#fff;
}

.service-pdf-title{
  margin:8px 0 10px;
  padding:8px 24px 9px;
  border:2px solid var(--main-color);
  border-radius:13px;
  text-align:center;
}

.service-pdf-title h1{
  margin:0;
  font-size:clamp(27px,3.1vw,38px);
  line-height:1.35;
  font-weight:700;
  letter-spacing:.06em;
}

.service-pdf-lead{
  margin:0 0 12px;
  text-align:center;
  font-size:15px;
  line-height:1.65;
  font-weight:500;
  letter-spacing:.03em;
}

.service-pdf-intro{
  display:grid;
  grid-template-columns:250px 1fr;
  gap:28px;
  align-items:center;
  margin:0 0 18px;
}

.service-pdf-intro__image{
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

.service-pdf-intro__image img{
  display:block;
  width:245px;
  max-width:100%;
  height:auto;
  margin:0;
}

.service-pdf-intro__text h2{
  margin:0 0 10px;
  font-size:clamp(25px,3vw,36px);
  line-height:1.28;
  font-weight:700;
  letter-spacing:.04em;
}

.service-pdf-intro__text p{
  margin:0 0 6px;
  font-size:14px;
  line-height:1.52;
  font-weight:500;
}

.service-pdf-menu{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:10px solid var(--main-color);
  margin:0 0 100px;
  background:var(--main-color);
}

.service-pdf-menu a{
  display:grid;
  grid-template-columns:110px 1fr 120px;
  align-items:center;
  min-height:145px;
  padding:18px 22px;
  background:#8e839d;
  color:#fff;
  text-decoration:none;
  border-right:6px solid var(--main-color);
  border-bottom:6px solid var(--main-color);
}

.service-pdf-menu a:nth-child(2n){
  border-right:0;
}

.service-pdf-menu a:nth-child(n+3){
  border-bottom:0;
}

.service-pdf-menu span{
  color:var(--main-color);
  font-size:56px;
  line-height:1;
  font-weight:500;
  letter-spacing:.14em;
}

.service-pdf-menu strong{
  color:#fff;
  font-size:31px;
  line-height:1.25;
  font-weight:500;
  letter-spacing:.08em;
}

.service-pdf-menu img{
  display:block;
  width:105px;
  height:100px;
  object-fit:contain;
  margin-left:auto;
  margin-right:8px;
}

.service-pdf-index-title{
  margin:0 0 10px;
  text-align:center;
  font-size:24px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.08em;
}

.service-pdf-section{
  position:relative;
  margin:0 0 100px;
  padding:0 0 4px;
}

.service-pdf-section-head{
  position:relative;
  display:block;
  margin:0 0 8px;
  padding:0 150px 10px 0;
}

.service-pdf-section-head::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--main-color);
  z-index:0;
}

.service-pdf-section-head > div{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-end;
  gap:14px;
  min-width:0;
  background:#fff;
  padding-right:16px;
  width:max-content;
  max-width:calc(100% - 20px);
}

.service-pdf-section-head span{
  font-size:44px;
  line-height:1;
  font-weight:700;
  letter-spacing:.24em;
}

.service-pdf-section-head h2{
  margin:0;
  font-size:clamp(28px,3.55vw,42px);
  line-height:1.1;
  font-weight:700;
  letter-spacing:.04em;
}

.service-pdf-section-head img{
    position:absolute;
    right:0;
    bottom:-34px;      /* ←罫線より下へ */
    width:180px;       /* ←大きさ */
    height:auto;
    background:#fff;
    padding-left:16px;
    z-index:2;
}


#service-consulting .service-pdf-section-head img{
  width:118px;
  bottom:-7px;
}

#service-media .service-pdf-section-head img{
    width:170px;
    height:auto;
    bottom:-28px;
    right:0;
    background:#fff;
    padding-left:18px;
}


#service-bpo .service-pdf-section-head img{
  width:130px;
  bottom:-9px;
}

#service-print .service-pdf-section-head img{
  width:122px;
  bottom:-12px;
}

.service-pdf-section > p{
  margin:0 0 7px;
  font-size:14px;
  line-height:1.55;
  font-weight:500;
}

.service-pdf-three-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:9px 0;
}

.service-pdf-three-cards article{
  min-height:auto;
  padding:0 8px 7px;
  border:1.5px solid var(--main-color);
  background:#fff;
}

.service-pdf-three-cards h3{
  margin:0 -8px 6px;
  padding:4px 7px;
  background:var(--main-color);
  color:#fff;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
  text-align:center;
  letter-spacing:.03em;
}

.service-pdf-three-cards p{
  margin:0;
  font-size:12.5px;
  line-height:1.45;
  font-weight:500;
}

/*=========================================
  PDF下部リンク
  （弘文がおすすめするDX!・アプリ紹介・サポートの詳細・実績例）
=========================================*/

.service-pdf-recommend,
.service-pdf-link{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:0;
  margin:-40px 0 44px;
  color:var(--main-color);
}

.service-pdf-recommend img,
.service-pdf-link img{
  margin-bottom: 100px;
    
    display:block;
  width:92px;
  height:auto;
  flex:none;
  position:relative;
  top:100px;
  margin-right:24px;
  z-index:2;
}

.service-pdf-recommend span,
.service-pdf-link span{
  display:block;
  position:relative;
  z-index:3;
  margin:0 0 0 -8px;
  padding:0;
  font-size:32px;
  font-weight:500;
  line-height:1;
  letter-spacing:.02em;
  color:var(--main-color);
  white-space:nowrap;
}

.service-pdf-icon-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:10px 0 8px;
}

.service-pdf-icon-cards article{
  display:grid;
  place-items:center;
  min-height:86px;
  padding:9px 8px 8px;
  background:var(--main-color);
  border-radius:7px;
  color:#fff;
  text-align:center;
}

.service-pdf-icon-cards img{
  display:block;
  width:68px;
  height:34px;
  object-fit:contain;
  margin:0 auto 4px;
}

.service-pdf-icon-cards h3{
  margin:0;
  font-size:16px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:.04em;
}

.service-pdf-media-list{
  margin:9px 0 5px !important;
  padding:5px 8px;
  border:1.5px solid var(--main-color);
  text-align:center;
  font-size:13px !important;
  line-height:1.45 !important;
}

@media(max-width:700px){
  .support-main,
  .service-pdf-page{
    padding-bottom:70px;
  }

  .support-sheet,
  .service-pdf-sheet{
    width:88%;
    margin-bottom:56px;
  }

  .support-title-box h1{
    font-size:32px;
    letter-spacing:.08em;
  }

  .support-lead,
  .service-pdf-lead{
    text-align:left;
    font-size:14px;
  }

  .support-device-row,
  .support-card-grid,
  .service-pdf-intro,
  .service-pdf-three-cards,
  .service-pdf-icon-cards{
    grid-template-columns:1fr;
  }

  .support-message{
    text-align:left;
  }

  .support-message h2,
  .support-operator h2{
    font-size:22px;
    text-align:center;
  }

  .support-card h2{
    font-size:19px;
  }

  .support-card li{
    font-size:14px;
  }

  .service-pdf-title h1{
    font-size:25px;
  }

  .service-pdf-intro__image img{
    width:160px;
  }

  .service-pdf-menu{
    grid-template-columns:1fr;
    border-width:5px;
  }

  .service-pdf-menu a,
  .service-pdf-menu a:nth-child(2n),
  .service-pdf-menu a:nth-child(n+3){
    grid-template-columns:70px 1fr 74px;
    min-height:96px;
    padding:12px 14px;
    border-right:0;
    border-bottom:4px solid var(--main-color);
  }

  .service-pdf-menu a:last-child{
    border-bottom:0;
  }

  .service-pdf-menu span{
    font-size:36px;
  }

  .service-pdf-menu strong{
    font-size:20px;
  }

  .service-pdf-menu img{
    width:66px;
    height:62px;
  }

  .service-pdf-section-head{
    padding-right:82px;
  }

  .service-pdf-section-head span{
    font-size:27px;
  }

  .service-pdf-section-head h2{
    font-size:21px;
  }

  .service-pdf-section-head img,
  #service-consulting .service-pdf-section-head img,
  #service-media .service-pdf-section-head img,
  #service-bpo .service-pdf-section-head img,
  #service-print .service-pdf-section-head img{
    width:68px;
    bottom:-7px;
  }

  .service-pdf-section > p{
    font-size:13.5px;
  }
}

@media(max-width:700px){
  .service-pdf-recommend,
  .service-pdf-link{
    margin:18px 0 34px;
  }

  .service-pdf-recommend img,
  .service-pdf-link img{
    width:68px;
    top:8px;
    margin-right:-18px;
  }

  .service-pdf-recommend span,
  .service-pdf-link span{
    font-size:23px;
    margin-left:-6px;
  }
}

/* =========================================================
   DX About Page
   dx_about.html 専用 完成版
   画像パス前提: assets/img/dx02/
========================================================= */

.dx02-main{
  padding:0 0 90px;
  color:var(--main-color);
  background:#fff;
}

.dx02-sheet{
  width:min(980px,88%);
  margin:0 auto 72px;
  background:#fff;
  color:var(--main-color);
}

.dx02-sheet img{
  display:block;
  max-width:100%;
  height:auto;
}

.dx02-logo-text{
  margin:0 0 3px;
  color:var(--main-color);
  font-size:26px;
  line-height:1;
  font-weight:500;
  letter-spacing:.38em;
  text-align:center;
}

.dx02-hero{
  padding:0 0 26px;
  text-align:center;
}

.dx02-hero h1{
  margin:0 0 12px;
  color:var(--main-color);
  font-size:clamp(56px,7vw,86px);
  line-height:1;
  font-weight:700;
  letter-spacing:.06em;
}

.dx02-hero__lead{
  margin:0 auto;
  max-width:920px;
}

.dx02-hero__lead p{
  margin:0;
  font-size:17px;
  line-height:1.75;
  font-weight:500;
}

/* 共通小見出し：PDFの角丸長方形 */
.dx02-problem h2,
.dx02-qa h2,
.dx02-schedule h2,
.dx02-can h2,
.dx02-merit h2,
.dx02-roadmap h2{
  box-sizing:border-box;
  width:100%;
  margin:0 auto 26px;
  padding:9px 24px 10px;
  border:2px solid var(--main-color);
  border-radius:10px;
  background:#fff;
  color:var(--main-color);
  text-align:center;
  font-size:clamp(30px,3.55vw,42px);
  line-height:1.22;
  font-weight:500;
  letter-spacing:.04em;
}

/* DXの過程で生じる課題 */
.dx02-problem{
  margin:34px 0 42px;
}

.dx02-problem-list{
  width:100%;
  max-width:900px;
  margin:0 auto;
}

.dx02-problem-row{
  display:grid;
  grid-template-columns:150px 150px 30px 118px 30px 150px 150px;
  gap:18px;
  align-items:center;
  margin:0 0 34px;
}

.dx02-problem-row:last-child{
  margin-bottom:0;
}

.dx02-problem-person{
  width:150px;
  height:150px;
  object-fit:contain;
}

.dx02-problem-text{
  margin:0;
  color:var(--main-color);
  font-size:18px;
  line-height:1.55;
  font-weight:500;
}

.dx02-problem-text--left{
  text-align:left;
}

.dx02-problem-text--right{
  text-align:left;
}

.dx02-problem-center{
  display:grid;
  justify-items:center;
  align-items:center;
  text-align:center;
}

.dx02-problem-center-icon{
  display:block;
  height:auto;
  margin:0 auto 8px;
}

.dx02-problem-center-icon--phone{
  width:98px;
}

.dx02-problem-center-icon--users{
  width:98px;
}

.dx02-problem-center-icon--head{
  width:94px;
}

.dx02-problem-center p{
  margin:0;
  color:var(--main-color);
  font-size:23px;
  line-height:1.35;
  font-weight:500;
}

.dx02-triangle{
  display:block;
  width:0;
  height:0;
  justify-self:center;
}

.dx02-triangle--right{
  border-top:21px solid transparent;
  border-bottom:21px solid transparent;
  border-left:25px solid var(--main-color);
}

.dx02-triangle--left{
  border-top:21px solid transparent;
  border-bottom:21px solid transparent;
  border-right:25px solid var(--main-color);
}

/* 私たちが考えるDX */
.dx02-support-panel{
  margin:42px 0 46px;
  padding:28px 30px 32px;
  background:var(--main-color);
  color:#fff;
  border-radius:0 0 30px 30px;
}

.dx02-support-panel h2{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(36px,4.5vw,52px);
  line-height:1.15;
  font-weight:700;
  letter-spacing:.07em;
}

.dx02-support-lead{
  margin:0 0 26px;
  padding:18px 22px;
  background:rgba(255,255,255,.42);
  color:#fff;
}

.dx02-support-lead p{
  margin:0 0 9px;
  font-size:16px;
  line-height:1.65;
  font-weight:500;
}

.dx02-support-lead p:last-child{
  margin-bottom:0;
}

.dx02-support-title{
  margin:0 0 26px;
  color:#fff;
  font-size:clamp(28px,3.3vw,42px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.08em;
}

.dx02-support-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  align-items:start;
}

.dx02-support-grid article{
  color:#fff;
  text-align:center;
}

.dx02-support-grid img{
  width:160px;
  height:160px;
  object-fit:contain;
  margin:0 auto 12px;
}

.dx02-support-grid h4{
  margin:0 0 12px;
  color:#fff;
  font-size:21px;
  line-height:1.35;
  font-weight:700;
}

.dx02-support-grid p{
  margin:0;
  color:#fff;
  text-align:left;
  font-size:13.5px;
  line-height:1.72;
  font-weight:500;
}

/* Q&A */
.dx02-qa{
  margin:44px 0 48px;
}

.dx02-qa h2{
  font-size:clamp(30px,3.3vw,40px);
}

.dx02-qa ul{
  margin:0 auto 22px;
  padding:0;
  max-width:880px;
  list-style:none;
}

.dx02-qa li{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.45;
  font-weight:500;
}

.dx02-qa::after{
  content:"";
  display:block;
  width:100%;
  height:2px;
  margin:18px auto 20px;
  background:linear-gradient(90deg,var(--main-color) 0 7px,transparent 7px calc(100% - 7px),var(--main-color) calc(100% - 7px));
  border-radius:999px;
  box-shadow:0 0 0 0 var(--main-color);
}

.dx02-qa-answer{
  text-align:center;
}

.dx02-qa-answer p{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.55;
  font-weight:700;
}

/* スケジュール */
.dx02-schedule{
  margin:50px 0 58px;
}

.dx02-schedule h2{
  margin-bottom:30px;
}

.dx02-schedule-flow{
  position:relative;
  width:820px;
  max-width:100%;
  height:720px;
  margin:0 auto;
}

.dx02-schedule-flow p{
  margin:0;
  color:var(--main-color);
  font-size:14px;
  line-height:1.55;
  font-weight:500;
  text-align:center;
}

/* 上段：導入文＋走る人 */
.dx02-schedule-lead{
  position:absolute;
  top:0;
  left:50%;
  width:380px;
  transform:translateX(-50%);
  text-align:center;
}

.dx02-schedule-lead img{
  position:absolute;
  right:-135px;
  top:-15px;
  width:124px;
}

/* 矢印 */
.dx02-schedule-arrow{
  position:absolute;
  left:50%;
  width:38px;
  height:auto;
  transform:translateX(-50%);
  z-index:3;
}

.dx02-schedule-arrow--1{ top:108px; }
.dx02-schedule-arrow--2{ top:232px; }
.dx02-schedule-arrow--3{ top:392px; }
.dx02-schedule-arrow--4{ top:540px; }

.dx02-schedule-step{
  position:absolute;
  text-align:center;
}

.dx02-schedule-step img{
  display:block;
  height:auto;
}

/* 1段目：OKの人＋文章
   文章を画像の右に置き、中央矢印を挟む形にする */
.dx02-schedule-step--contact{
  top:135px;
  left:70px;
  width:385px;
  display:grid;
  grid-template-columns:145px 1fr;
  gap:18px;
  align-items:center;
  text-align:left;
}

.dx02-schedule-step--contact img{
  width:142px;
  margin:0;
}

.dx02-schedule-step--contact p{
  text-align:left;
  white-space:nowrap;
}

/* 2段目：説明する人＋文章 */
.dx02-schedule-step--explain{
  top:285px;
  right:42px;
  width:392px;
  display:grid;
  grid-template-columns:1fr 145px;
  gap:16px;
  align-items:center;
}

.dx02-schedule-step--explain img{
  width:142px;
  margin:0;
}

/* 3段目：相談シーン＋文章 */
.dx02-schedule-step--advice{
  top:430px;
  left:28px;
  width:560px;
  display:grid;
  grid-template-columns:245px 1fr;
  gap:18px;
  align-items:center;
}

.dx02-schedule-step--advice img{
  width:240px;
  margin:0;
}

.dx02-schedule-step--advice p{
  text-align:left;
}

/* 4段目：開始・握手 */
.dx02-schedule-step--start{
  top:565px;
  right:28px;
  width:530px;
  display:grid;
  grid-template-columns:1fr 255px;
  gap:18px;
  align-items:center;
}

.dx02-schedule-step--start img{
  width:250px;
  margin:0;
}

.dx02-schedule-step--start p{
  text-align:center;
}

/* KOUBUNができること */
.dx02-can{
  margin:54px 0 58px;
}

.dx02-can h2{
  margin-bottom:22px;
}

.dx02-can-lead{
  margin:0 auto 28px;
  max-width:900px;
  text-align:center;
  font-size:18px;
  line-height:1.75;
  font-weight:500;
}

.dx02-can-body{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:34px;
  align-items:center;
}

.dx02-can ul{
  margin:0;
  padding:0;
  list-style:none;
}

.dx02-can li{
  position:relative;
  margin:0 0 12px;
  padding-left:1.1em;
  font-size:24px;
  line-height:1.35;
  font-weight:500;
}

.dx02-can li::before{
  content:"●";
  position:absolute;
  left:0;
  top:0;
}

.dx02-can img{
  width:420px;
  margin:0 auto;
}

/* 6つのメリット */
.dx02-merit{
  margin:56px 0 58px;
}

.dx02-merit h2{
  font-size:clamp(28px,3.15vw,38px);
}

.dx02-merit-lead{
  margin:0 0 22px;
  text-align:center;
  font-size:17px;
  line-height:1.7;
  font-weight:500;
}

.dx02-merit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:#1f98b4;
  color:#fff;
  padding:24px 28px;
     position: relative;
}

.dx02-merit-grid article{
  position:relative;
  min-height:175px;
  padding:0 18px 18px;
  color:#fff;
}

.dx02-merit-grid article:nth-child(-n+3){
  border-bottom:2px dashed rgba(255,255,255,.9);
  padding-bottom:20px;
  margin-bottom:20px;
}

.dx02-merit-grid article:not(:nth-child(3n)){
  border-right:2px dashed rgba(255,255,255,.9);
}

.dx02-merit-grid h3{
  margin:0 0 10px;
  color:#fff;
  font-size:20px;
  line-height:1.35;
  font-weight:700;
}

.dx02-merit-grid p{
  margin:0;
  color:#fff;
  font-size:13.5px;
  line-height:1.65;
  font-weight:500;
}

/* 道標 */
.dx02-roadmap{
  margin:58px 0 0;
  text-align:center;
}

.dx02-roadmap h2{
  font-size:clamp(28px,3.15vw,38px);
  margin-bottom:24px;
}

.dx02-roadmap-lead{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.6;
  font-weight:500;
}

.dx02-roadmap-visual{
  margin:0 auto 30px;
}

.dx02-roadmap-visual img{
  width:100%;
  margin:0 auto;
}

.dx02-roadmap-note{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.4;
  font-weight:500;
}

.dx02-roadmap-button{
  display:block;
  width:100%;
  box-sizing:border-box;
  margin:0 auto;
  padding:10px 24px 12px;
  background:var(--main-color);
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-size:clamp(34px,4.2vw,50px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.06em;
}

/* スマホ */
@media(max-width:700px){
  .dx02-main{
    padding-bottom:70px;
  }

  .dx02-sheet{
    width:88%;
    margin-bottom:56px;
  }

  .dx02-logo-text{
    font-size:18px;
  }

  .dx02-hero h1{
    font-size:44px;
  }

  .dx02-hero__lead{
    text-align:left;
  }

  .dx02-hero__lead p{
    font-size:13.5px;
  }

  .dx02-problem h2,
  .dx02-qa h2,
  .dx02-schedule h2,
  .dx02-can h2,
  .dx02-merit h2,
  .dx02-roadmap h2{
    font-size:25px;
    border-radius:8px;
  }

  .dx02-problem-row{
    grid-template-columns:86px 1fr;
    gap:12px;
    margin-bottom:22px;
  }

  .dx02-problem-person{
    width:86px;
    height:86px;
  }

  .dx02-problem-text{
    font-size:14px;
  }

  .dx02-triangle,
  .dx02-problem-center{
    display:none;
  }

  .dx02-support-panel{
    padding:22px 18px 24px;
  }

  .dx02-support-panel h2{
    font-size:30px;
  }

  .dx02-support-lead p{
    font-size:13.5px;
  }

  .dx02-support-grid{
    grid-template-columns:1fr;
  }

  .dx02-qa li,
  .dx02-qa-answer p{
    font-size:14px;
  }

  .dx02-schedule-flow{
    height:auto;
    display:grid;
    gap:18px;
  }

  .dx02-schedule-lead,
  .dx02-schedule-step,
  .dx02-schedule-step--explain,
  .dx02-schedule-step--advice,
  .dx02-schedule-step--start{
    position:static;
    transform:none;
    width:auto;
    display:block;
  }

  .dx02-schedule-lead img,
  .dx02-schedule-step img{
    position:static;
    width:150px;
    margin:10px auto;
  }

  .dx02-schedule-arrow{
    position:static;
    transform:none;
    margin:0 auto;
  }

  .dx02-can-body{
    grid-template-columns:1fr;
  }

  .dx02-can li{
    font-size:17px;
  }

  .dx02-can img{
    width:100%;
  }

  .dx02-merit-grid{
    grid-template-columns:1fr;
    padding:20px;
  }

  .dx02-merit-grid article,
  .dx02-merit-grid article:nth-child(-n+3),
  .dx02-merit-grid article:not(:nth-child(3n)){
    border:0;
    border-bottom:1px dashed rgba(255,255,255,.8);
    min-height:0;
    margin:0 0 16px;
    padding:0 0 16px;
  }

  .dx02-merit-grid article:last-child{
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
  }
}
.dx02-merit-icon{
    position:absolute;
    top:5px;
    right:18px;
    width:58px;
    height:58px;
    object-fit:contain;
}

.dx02-merit-grid article h3{
    padding-right:78px;
}