:root{
  --navy:#1A1836;
  --blue:#173d7d;
  --gold:#d4bf3f;
  --red:#e53c48;
  --text:#1b1b1b;
  --light:#f5f7fb;
}
*{box-sizing:border-box}
body{margin:0;font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;font-style: normal;color:var(--text);line-height:1.9;background:#fff;font-size:14px}
a{text-decoration:none;color:inherit}
.site-header{background:#fff;display:flex;align-items:center;border-bottom:1px solid #eee;padding: 10px 0;}
p{font-size:20px;}
.header-inner{width:min(100%,960px);margin:auto;padding:0 24px}
.logo{width: 200px;}
.logo img {width: 100%;}
.container{width:min(100% - 40px,960px);margin-inline:auto}
.hero{background:var(--navy);color:#fff;text-align:center;padding:25px 0 25px}
.hero .label,.cta-section .label{display:inline-block;background:#fff;color:#111;padding:14px 0 14px 14px;font-weight:900;font-size:25px;line-height:1.4;position:relative;}
.label::before {content: "";position: absolute;inset: 0;padding: 3px;background: linear-gradient(90deg,#918027 0%,#EADC95 50%,#928127 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.label span{background: linear-gradient(
  90deg,
  #918027 0%,
  #EADC95 50%,
  #928127 100%
);padding:13px 17px;margin-left:6px}
.hero-sub{font-weight:900;margin:15px 0 4px;font-size:40px;color:#ffffff;}
.hero h1,.cta-section h2{font-size:52px;line-height:1.45;margin:0;letter-spacing:.04em;font-weight:900;
  background: linear-gradient(
    90deg,
    #918027 0%,
    #EADC95 50%,
    #928127 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}
.hero h1 em,.cta-section h2 em{
  background: linear-gradient(
    90deg,
    #CC3535 25%,
    #FFD1C6 47%,
    #CC3535 73%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
font-style:normal}
.lead{text-align:center;padding:26px 0 18px}
.lead h2{font-size:30px;line-height:1.7;margin:0 0 12px;font-weight:900;color:var(--navy);}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;font-weight:700;border-radius:0;min-width:270px;padding:15px 40px 15px 30px;line-height:1.2;color:var(--navy);font-size:28px;background: linear-gradient(
  90deg,
  #918027 0%,
  #EADC95 50%,
  #928127 100%
);}
.btn span {position: relative;display: inline-block;width: 42px;height: 42px;background: #fff;border-radius: 60px;}
.btn span::before,
.btn span::after {content: "";position: absolute;top: calc(50% - 2px);right:9px;width: 21px;height: 4px;background-color: #000000;transform-origin: calc(100% - 2px) 50%;}
.btn span::before {transform: rotate(45deg);}
.btn span::after {transform: rotate(-45deg);}
.note{font-size:20px;font-weight:900;margin-top:8px;color:var(--navy);}
.section{padding:38px 0}
.bar-title{background:var(--navy);color:#fff;padding:15px 30px;font-size:33px;line-height:1.45;margin:0 0 22px;font-weight:700;}
.profile-block{display:grid;grid-template-columns:210px 1fr;gap:42px;margin-bottom:22px}
.profile-card{font-size:20px;font-weight:600}
.portrait{width:210px;}
.portrait img{width:100%;}
.quote-box,.example-box,.model-box{background:#fff;border:2px solid var(--gold);box-shadow:0 0 0 12px #f1f1f1,0 3px 8px rgba(0,0,0,.25);padding:18px 24px;margin:26px 7px}
.quote-box p{font-weight:700;margin:10px 0;padding-left:24px;position:relative}
.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: var(--navy);
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right:10px;
  background: var(--navy);
}
.dli-check-circle > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid #ffffff;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.example-box p{margin:12px 0;font-weight:700;}
.example-box strong{background:var(--navy);color:#fff;padding:3px 9px;display:inline-block;margin-bottom:3px;font-weight:700;}
.circle-row{display:flex;justify-content:center;gap:14px;margin:25px 0}
.circle-row div{width:184px;height:184px;border-radius:50%;background:#d8f7fb;display:grid;place-items:center;font-weight:800;color:#12223a;font-size:30px;}
.compare-table{width:100%;border-collapse:collapse;margin-top:18px;background:#fff}
.compare-table th{background:#11132b;color:#fff;font-size: 22px;font-weight: 700;}
.compare-table td {font-size: 18px;font-weight: 400;color:var(--navy)}
.compare-table th,.compare-table td{border:5px solid #ffffff;padding:12px 16px;vertical-align:top;}
.compare-table tr {background:#EFEFEF;}
.compare-table tbody th{background:#EFEFEF;color:var(--navy);width:300px}
.model-box h3{font-size:26px;background:var(--navy);color:#fff;padding:0px 16px;display:inline-block;margin-bottom:3px;font-weight:700;}
.model-box span {font-size:20px;color:var(--navy);font-weight:700;margin-right:10px;}
.model-box-inner {display: flex;}
.model-box p.before_sales{padding:10px;font-weight:700;color:var(--navy);background:var(--gold);writing-mode: vertical-rl;line-height: 19px;letter-spacing: 4px;font-size: 18px;height:220px;}
.model-box ol{margin:0;padding-left:24px;font-weight:700;}
.model-box ol li {font-size:20px;margin-bottom:15px;}
.model-box ol ul {margin-top:10px;}
.model-box ol ul li {font-size:18px;}
.dli-check-number {
  display: inline-block;
  vertical-align: middle;
  color: var(--navy);
  line-height: 1;
  position: relative;
  width: 30px;
  height: 30px;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right:10px;
  background: var(--navy);
}
.dli-check-number > span {
  width: 11px;
  height: 22px;
  color:#ffffff;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
ol ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
    line-height: 1.5;
    margin-left:60px;
    font-size:18px;
}
ol ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: var(--navy);
  border-radius: 50%;
  margin-right: 8px;
}
.diagram{width:910px;margin:40px auto;}
.diagram img{width:100%;}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px;margin-bottom: 46px;}
.service-card{position:relative;background:#F5F5F5;border:1px solid #e5e5e5;box-shadow:0 3px 9px rgba(0,0,0,.22);padding:18px 24px;min-height:180px;box-sizing: border-box;min-width: 0;border-radius:10px;}
.service-card b{position:absolute;top:8px;left:10px;background:#0d1a47;color:#fff;border-radius:50%;width:30px;height:30px;font-size:18px;line-height:26px;text-align: center;font-weight: 700;}
.service-card .icon{font-size:36px;height:164px;display:grid;place-items:center;color:#0d1a47;width:90%;margin:0 auto;}
.service-card .icon img{width:100%;}
.service-card p{font-weight:700;font-size:18px;line-height:1.65;margin:0}
.cta-section{background:#fff;padding:46px 0 68px}
.cta-inner{background:var(--navy);color:#fff;text-align:center;padding:34px 20px 38px}
.cta-inner p{font-size: 40px;font-weight: 900;line-height: 1.6;margin: 20px 0;}
.cta-inner p.note{font-size:20px;font-weight:900;margin-top:8px;color:#fff;}
.cta-inner h3{font-size: 40px;font-weight: 900;line-height: 1.6;margin: 20px 0;}
.line{width:260px;height:2px;background:#fff;margin:18px auto}
.fixed-cv{position:fixed;right:22px;bottom:22px;z-index:10;background:linear-gradient(
    90deg,
    #918027 0%,
    #EADC95 50%,
    #928127 100%
  );color:#fff;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.25);padding:13px 18px;display:flex;align-items:center;gap:12px;border-radius:999px;font-size:18px;color:var(--navy)}
.fixed-cv span {position: relative;display: inline-block;width: 42px;height: 42px;background: #fff;border-radius: 60px;}
.fixed-cv span::before,
.fixed-cv span::after {content: "";position: absolute;top: calc(50% - 2px);right:9px;width: 21px;height: 4px;background-color: #000000;transform-origin: calc(100% - 2px) 50%;}
.fixed-cv span::before {transform: rotate(45deg);}
.fixed-cv span::after {transform: rotate(-45deg);}
.footer{background: #1d4381;padding: 20px 0;}
.footer-inner{width: 96%;max-width: 1280px;margin: 0 auto;display: flex;justify-content: space-between;}
.footer-inner ul {display: flex;}
.footer-inner ul li{color: #ffffff;font-size: 14px;margin-right: 16px;}
.footer-inner ul li a:visited{color: #ffffff;}

@media(min-width:501px){
  .sp {display:none;}
}
@media(max-width:500px){
  body{font-size:13px}
  .container{width:min(100% - 28px,760px)}
  .hero .label, .cta-section .label {font-size:16px;font-weight:700;}
  .hero-sub{font-size:20px}
  .hero h1,.cta-section h2{font-size:36px}
  .lead h2{font-size:18px}
  .btn{padding: 10px 20px 10px 20px;font-size:20px;}
  .btn span{width: 32px;height: 32px;}
  .btn span::before, .btn span::after{width: 15px;height: 3px;}
  .note{font-size:16px;}
  .bar-title{font-size:22px;padding:10px 20px;}
  .profile-block{grid-template-columns:1fr;gap:12px;}
  .portrait{margin:auto;width: 160px;}
  .profile-card{text-align:center}
  .profile-card p{font-size:16px;}
  .profile-text p{font-size:16px;}
  .section{padding-top:20px;}
  .quote-box, .example-box, .model-box {padding: 10px 14px;}
  .quote-box p{margin-left:0;}
  .circle-row{gap:7px}
  .circle-row div{width:108px;height:108px;font-size:18px}
  .compare-table,.compare-table tbody,.compare-table tr,.compare-table th,.compare-table td{display:block;width:100%}
  .compare-table tbody th{width:100%;}
  .compare-table th{font-size:18px;}
  .model-box h3 {font-size: 22px;}
  .model-box ol {padding-left: 14px;}
  .model-box ol li {font-size: 16px;}
  .model-box span {font-size: 16px;}
  .dli-check-number {width: 23px;height: 23px;}
  .model-box p.before_sales {height: 390px;text-align: center;}
  .model-box ol ul li {font-size: 16px;margin-left: 20px;}
  .service-grid{grid-template-columns:1fr;gap:22px}
  .container.cta-inner{width:100%;padding: 25px 0;}
  .diagram{display:none}.fixed-cv{left:16px;right:16px;bottom:14px;justify-content:center;border-radius:8px}
  .cta-section{padding-bottom:0;}
  .cta-inner .hero-sub{font-weight:900;margin:15px 0 4px;font-size:20px;color:#ffffff;}
  .cta-inner h1{font-size:36px;line-height:1.45;margin:0;letter-spacing:.04em;font-weight:900;
  background: linear-gradient(
    90deg,
    #918027 0%,
    #EADC95 50%,
    #928127 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}
  .cta-inner h1 em{
    background: linear-gradient(
      90deg,
      #CC3535 25%,
      #FFD1C6 47%,
      #CC3535 73%
    );-webkit-background-clip: text;background-clip: text;color: transparent;font-style:normal}
  .cta-inner h3 {font-size: 24px;}
  .cta-inner p.note{font-size:16px;}
  .footer{margin-bottom:100px;}
}
