@charset 'utf-8';

<!--------------------------------------------------------------------------------------------------------------------------------------------------------------
ryoukin/kinou  
--------------------------------------------------------------------------------------------------------------------------------------------------------------->
<style>

         #c_33 #pg_body h1 {
      display: none;
    }

    #c_35 #pg_body h1 {
      display: none;
    }

    .plan_tab_wrap {
      width: 100%;
      margin: 20px auto 0;
    }

    input[type="radio"] {
      display: none;
    }

    .plan_tab_area {
      font-size: 0;
      margin: 0;
      text-align: center;
      border-bottom: 1px solid #333;
    }

    .plan_tab_area label {
      width: 30%;
      margin: 0 5px -1px;
      display: inline-block;
      padding: 12px 0;
      color: #777;
      background: #f6f6f6;
      text-align: center;
      font-size: 13px;
      cursor: pointer;
      transition: ease 0.2s opacity;
      border: 1px solid #666;
    }

    .plan_tab_area label span.ttlBox {
      font-size: 18px;
      margin: 0 20px 0 0;
      font-weight: bold;
    }

    .plan_tab_area label span.mttl {
      font-size: 14px;
      margin: 0 auto 6px;
      font-weight: bold;
      text-align: center;
      display: table;
      background: #777;
      color: #fff;
      padding: 8px 20px 5px;
      border-radius: 2em;
      ;
      line-height: 1.2;
    }

    .plan_tab_area label span.kakakuBox {
      font-size: 16px;
    }

    .plan_tab_area label:hover {
      opacity: 0.5;
    }

    .panel_area {
      background: #fff;
    }

    .plan_tab_panel {
      width: 100%;
      padding: 30px 0 10px;
      display: none;
    }

    .plan_tab_panel p {
      font-size: 14px;
      letter-spacing: 1px;
      text-align: center;
    }

    #plan_tab1:checked~.plan_tab_area .plan_tab1_label,
    #plan_tab2:checked~.plan_tab_area .plan_tab2_label,
    #plan_tab3:checked~.plan_tab_area .plan_tab3_label {
      background: #fff;
      color: #000;
      border-bottom: 1px solid #fff;
    }

    #plan_tab1:checked~.plan_tab_area .plan_tab1_label span.mttl,
    #plan_tab2:checked~.plan_tab_area .plan_tab2_label span.mttl,
    #plan_tab3:checked~.plan_tab_area .plan_tab3_label span.mttl {
      background: #333;
    }

    #plan_tab1:checked~.panel_area #panel1,
    #plan_tab2:checked~.panel_area #panel2,
    #plan_tab3:checked~.panel_area #panel3 {
      display: block;
    }

    @media screen and (max-width:767px) {
      h2 {
        font-size: 1.5em;
        line-height: 1.4;
      }

      .wrp_iframe iframe,
      .googlemap object,
      .googlemap embed {
        width: 100% !important;
        height: 100% !important;
      }
    }
  
    :root {
      --white: #ffffff;
      --bg: #f8f9fa;
      --bg2: #eef0f3;
      --bd: #e0e3e8;
      --bd2: #c4c9d4;
      --tx: #141820;
      --mid: #444c5a;
      --muted: #848e9e;
      --y: #f5c800;
      --yd: #c9a400;
      --ybg: #fffae3;
      --ybd: #e8cc50;
      --bk: #141820;
      --gn: #236b50;
      --gnbg: rgba(35, 107, 80, .08);
      --rd: #ac3428;
      --rdbg: rgba(172, 52, 40, .07);
      --navy: #1a2e4a;
      --sh0: 0 1px 3px rgba(0, 0, 0, .05);
      --sh1: 0 2px 12px rgba(0, 0, 0, .07);
      --sh2: 0 4px 24px rgba(0, 0, 0, .09);
      --r: 5px;
    }

    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      height: 56px;
      background: rgba(255, 255, 255, .96);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--bd);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 48px;
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: var(--bk);
      text-decoration: none;
    }

    .nav-logo-sq {
      width: 20px;
      height: 20px;
      background: var(--y);
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .nav-logo-sq span {
      font-size: 10px;
      font-weight: 700;
      color: var(--bk);
    }

    .nav-links {
      display: flex;
      gap: 24px;
    }

    .nav-links a {
      font-size: 13px;
      color: var(--muted);
      text-decoration: none;
      transition: color .15s;
    }

    .nav-links a:hover {
      color: var(--bk);
    }

    .nav-links a.cur {
      color: var(--bk);
      font-weight: 500;
    }

    .nav-cta {
      background: var(--bk);
      color: var(--white);
      padding: 7px 18px;
      border-radius: var(--r);
      font-size: 13px;
      text-decoration: none;
      transition: background .15s;
    }

    .nav-cta:hover {
      background: #2a3040;
    }

    .sec {
      padding: 20px 0 80px;
      margin-top: 20px;
    }

    .sec.bg {
      margin: 0 calc(50% - 50vw);
    }

    .sec-sm {
      padding: 20px 0 50px 0;
    }

    .sec-xs {
      padding: 24px 0;
    }

    .wh {
      background: var(--white);
    }

    .sec.wh {
      /* margin-top: 80px; */
    }

    .bg {
      background: var(--bg);
    }

    .bg2 {
      /* background: var(--bg2); */
    }

    .bk {
      background: var(--bk);
    }

    .w {
      max-width: 960px;
      margin: 0 auto;
      padding: 0;
    }

    .narrow {
      max-width: 680px;
      margin: 0 auto;
      padding: 0 48px;
    }

    .ey {
      font-size: 12px;
      letter-spacing: .2em;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .ey-y, .ey-m {
      color: var(--muted);
      margin-top: 50px;
    }

    .ey-w {
      color: rgba(255, 255, 255, .45);
    }

    .h1 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: clamp(26px, 4.5vw, 46px);
      font-weight: 900;
      line-height: 1.3;
      letter-spacing: -.01em;
      -webkit-text-stroke: 0.5px currentColor;
    }

    .h2 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: clamp(18px, 2.8vw, 28px);
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0.9px;
    }

    .h3 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
    }

    .body-text {
      font-size: 14px;
      color: var(--mid);
      line-height: 1.85;
    }

    .note {
      font-size: 13px;
      color: var(--mid);
      line-height: 1.7;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      padding: 14px 24px;
      border-radius: 50px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      cursor: pointer;
      transition: all .15s;
      border: none;
      white-space: nowrap;
      text-decoration: none;
    }

    .b-y {
      background: #c72830;
      color: var(--white);
      font-weight: 500;
     border-bottom: 2px solid #920012;
    }

    .b-y:hover {
      opacity: 0.8;
    }

    .b-bk {
      background: #c72830;
    }

    .b-bk:hover {
      opacity: .8;
    }

    .b-sm {
      font-size: 16px;
      font-weight: 600;
      color: #0059a9;
      background: #c72830;
      border-bottom: 2px solid #920012;
    }


    .d1 {
      transition-delay: .06s;
    }

    .d2 {
      transition-delay: .12s;
    }

    .d3 {
      transition-delay: .18s;
    }

    .sp-appeal {
      display: none;
      margin-top: 28px;
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: var(--r);
      overflow: hidden;
    }

    .sp-appeal-head {
      padding: 14px 16px 12px;
      background: var(--ybg);
      border-bottom: 1px solid var(--y);
    }

    .sp-appeal-shoulder {
      font-size: 13px;
      color: var(--bk);
      margin-bottom: 5px;
      line-height: 1.6;
      text-align: left;
    }

    .sp-appeal-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #0059a9;
      text-align: center;
      justify-content: center;
    }

    .sp-appeal-title::before {
      display: none;
    }

    .sp-appeal-rows {
      display: flex;
      flex-direction: column;
      padding: 0 16px;
    }

    .sp-appeal-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid var(--bd);
      font-size: 13px;
    }

    .sp-appeal-row:last-of-type {
      border-bottom: none;
    }

    .sp-appeal-k {
      font-size: 16px;
      color: var(--bk);
    }

    .sp-appeal-v {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: var(--bk);
    }

    .sp-appeal-g {
      color: var(--gn);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: 500;
    }

    .sp-appeal-y {
      color: var(--yd);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: 500;
    }

    .sp-appeal-foot {
      font-size: 13px;
      color: var(--muted);
      padding: 8px 16px 12px;
    }


    .appeal-bar {
      background: var(--ybg);
      border-top: none;
      border-bottom: none;
      padding: 80px 0 80px;
      margin: 0 calc(50% - 50vw);
    }

    .appeal-inner {
      display: flex;
      align-items: center;
      gap: 36px;
      flex-wrap: wrap;
    }

    .appeal-shoulder {
      font-size: 16px;
      color: var(--bk);
      letter-spacing: .04em;
      margin-bottom: 6px;
      line-height: 1.7;
    }

    .appeal-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--bk);
      white-space: nowrap;
    }

    .appeal-items {
      align-items: center;
      justify-content: center;
      padding: 24px 0 13px;
      gap: 7px;
      flex: 1;
      min-width: 90px;
      border-radius: 2px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .appeal-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 30px 20px;
      /* border-right: 1px solid rgba(0, 0, 0, .1); */
      gap: 10px;
      flex: 1;
      min-width: 90px;
      background: #fff;
      box-shadow: 0 2px 3px #F6EABC;
    }

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

    .appeal-v {
      font-size: 22px;
      font-weight: 600;
      color: var(--yd);
      white-space: nowrap;
    }

    .appeal-g {
      color: var(--yd);
      font-weight: 700;
    }

    .appeal-y {
      color: var(--yd);
    }

    .appeal-note {
      font-size: 9px;
      vertical-align: super;
      margin-left: 1px;
    }

    .appeal-foot {
      font-size: 13px;
      color: var(--muted);
    }


    .hero {
      margin-top: 56px;
      /* background: #ebf4ff; */
      padding: 30px 0 73px;
      margin: 0 calc(50% - 50vw);
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 280px;
      gap: 48px;
      align-items: center;
    }

    .hero-label {
      font-size: 12px;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 12px;
      font-weight: 500;
    }

    .hero-sub {
      font-size: 16px;
      color: var(--mid);
      margin: 12px 0 0;
    }

    .hero-sub strong {
      color: var(--bk);
      font-weight: 500;
    }

    .hero-ctas {
      display: flex;
      gap: 10px;
      margin-top: 28px;
      flex-wrap: wrap;
    }

    .hero-ctas a {
      color: var(--white);
    }

    .hero-ctas a::after {
      content: "";
    }

    .hero-inline {
      padding: 4px 0;
    }

    .hi-shoulder {
      font-size: 11px;
      color: var(--muted);
      letter-spacing: .04em;
      margin-bottom: 4px;
      text-align: center;
    }

    .hi-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: var(--bk);
      margin-bottom: 14px;
      padding-bottom: 8px;
      border-bottom: 2px solid var(--y);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-align: center;
    }

    .hi-title::before {
      content: '';
      display: inline-block;
      width: 3px;
      height: 17px;
      background: var(--y);
      border-radius: 2px;
      flex-shrink: 0;
    }

    .hi-rows {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .hi-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 0;
      border-bottom: 1px solid var(--bd);
      font-size: 13px;
    }

    .hi-row:last-child {
      border-bottom: none;
    }

    .hi-k {
      color: var(--muted);
      font-size: 12px;
    }

    .hi-v {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      color: var(--bk);
      font-weight: 600;
    }

    .hi-g {
      color: var(--gn);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 12px;
      font-weight: 500;
    }

    .hi-y {
      color: var(--yd);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 12px;
      font-weight: 500;
    }

    .hi-foot {
      font-size: 10px;
      color: var(--muted);
      margin-top: 8px;
    }

    .hcard-note {
      font-size: 9px;
      color: var(--muted);
      vertical-align: super;
      margin-left: 1px;
    }


    .price-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2%;
      overflow: visible;
    }

    .pc {
      background: var(--white);
      padding: 28px 22px;
      position: relative;
      border-top: 3px solid transparent;
      transition: background .15s;
    }

    .pc.pc-min {
      border: 0.5px solid #dcdcdc;
      box-shadow: 1px 1px 12px #efefef;
    }

    .pc.pc-main {
      background: #fffcee;
      border: 1px solid var(--ybg);
      box-shadow: 3px 1px 10px #dedede;
      border-top: 3px solid var(--y);
    }

    .pc.pc-enterprise {
      background: #FFF8DD;
      border: 1px solid #fef3cd;
      box-shadow: 3px 1px 10px #dedede;
      border-top: 3px solid var(--y);
    }

    .pc-badge {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      background: var(--y);
      color: var(--bk);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 3px 18px;
      border-radius: 20px;
      white-space: nowrap;
    }

    .pc-band {
      margin: -28px -22px 16px;
      background: var(--y);
      padding: 5px 22px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .08em;
      color: var(--bk);
      text-align: center;
    }

    .pc-tier {
      font-size: 12px;
      letter-spacing: .16em;
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: 700;
    }

    .pc-tier.sml{
      color: #8A8C8E;
    }

    .pc-tier.std {
      color: #267CA7;
    }

    .pc-tier.etp {
      color: #C85D5A;
    }



    .pc-name {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .pc-target {
      font-size: 12px;
      color: #666;
      margin-bottom: 18px;
      line-height: 1.5;
      font-family: roboto;
    }

    .pc-price-block {
      margin-bottom: 6px;
    }

    .pc-price-main {
      display: flex;
      align-items: baseline;
      gap: 3px;
      margin-bottom: 2px;
    }

    .pc-price-num {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 36px;
      color: var(--bk);
      font-weight: 600;
      line-height: 1;
    }

    .pc-price-yen {
      font-size: 18px;
    }

    .pc-price-unit {
      font-size: 13px;
      color: var(--mid);
    }

    .pc-price-note {
      font-size: 11px;
      color: #666;
    }

    .pc-per-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 8px 0 18px;
      padding: 6px 10px;
      background: rgba(255, 255, 255, .9);
      border-radius: 3px;
      flex-wrap: wrap;
    }

    .pc-per-row.sml {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 8px 0 18px 0;
      padding: 6px 10px;
      background: #f5f5f5;
      border-radius: 3px;
      flex-wrap: wrap;
    }

    .pc-per-row p {
      margin: 0 auto;
    }

    .pc a {
      color: var(--bk);
      font-weight: 500;
      font-size: 14px;
    }

    .pc-day {
      font-size: 13px;
      font-weight: 500;
      color: var(--mid);
    }

    .pc-day span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      color: var(--mid);
    }

    .pc-sep {
      font-size: 11px;
      color: var(--bd2);
    }

    .pc-mo {
      font-size: 12px;
      color: var(--yd);
      font-weight: 700;
    }

    .pc-mo span {
      color: var(--yd);
      font-weight: 700;
    }

    .pc-mo.last {
      line-height: 2.4;
    }

    .pc-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding-top: 14px;
      border-top: 1px solid var(--bd);
      margin-bottom: 16px;
    }

    .pc-feats li {
      font-size: 14px;
      color: var(--bk);
      display: flex;
      align-items: flex-start;
      gap: 6px;
      line-height: 1.5;
    }

    .pc-feats li::before {
      content: '';
      width: 15px;
      height: 15px;
      flex-shrink: 0;
      margin-top: 2px;
      background-size: 15px;
      background-image: url(https://www.anpi-system.net/_prt/_kinou/mark_y.svg);
    }

    .pc-btn {
      display: block;
      /* width: 100%; */
      padding: 9px;
      text-align: center;
      border-radius: 2px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      text-decoration: none;
      transition: all .15s;
      cursor: pointer;
    }

    .pcb-bk {
      background: var(--bk);
      color: var(--white);
      border: none;
    }

    .pcb-bk:hover {
      background: #2a3040;
    }

    .pcb-y {
      background: var(--y);
      color: var(--bk);
      border: none;
      font-weight: 500;
    }

    .pcb-y:hover {
      background: var(--yd);
    }

    .pcb-out {
      background: #ffd700;
      color: var(--bk);
      box-shadow: 0 2px 1px #e5b349;
      border-bottom: 1px solid #e5b349;
    }

    .pcb-out:hover {
      box-shadow: none;

    }

    .ed-btn {
    display: block;
    /* width: 100%; */
    padding: 9px;
    text-align: center;
    border-radius: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-decoration: none;
    transition: all .15s;
    cursor: pointer;
    }

    .ed-out {
      background: #ffd700;
      color: var(--bk);
      box-shadow: 0 2px 1px #e5b349;
      border-bottom: 1px solid #e5b349;
      margin-top: 16px;
    }
 
     .ed-out:hover {
     box-shadow:none;
}

    .reason-block {
      max-width: 680px;
    }

    .reason-block h2 {
      margin-bottom: 20px;
    }

    .reason-text {
      font-size: 14px;
      color: var(--mid);
      line-height: 2;
    }

    .reason-text p {
      margin-bottom: 16px;
    }

    .reason-text p:last-child {
      margin-bottom: 0;
    }

    .reason-text strong {
      color: var(--bk);
      font-weight: 500;
    }

    .reason-num {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: inherit;
      color: var(--bk);
      font-weight: 700;
    }

    .reason-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1%;
    }

    .reason-card {
      background: var(--white);
    padding: 36px 5%;
    border: 1px solid var(--bd);
    border-radius: 6px;
    box-shadow: 0 0px 9px #efefef;
    }

    .reason-card-label {
      font-size: 19px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--bk);
    margin-bottom: 21px;
    }

    .reason-card-body {
      font-size: 16px;
      color: var(--bk);
      line-height: 1.7;
    }

    .scale-intro {
      font-size: 16px;
      color: var(--bk);
      margin-bottom: 35px;
    }

    .scale-intro strong {
      color: var(--bk);
      font-weight: 500;
    }

      .stbl {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid var(--bd);
      border-radius: var(--r);
      overflow: hidden;
      font-size: 14px;
    }



    .stbl th {
      background: var(--bg2);
      padding: 11px 16px;
      text-align: left;
      font-size: 16px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--bk);
      font-weight: 600;
      border-bottom: 1px solid var(--bd);
      text-align: center;
    }

    .stbl td {
      background: var(--white);
      padding: 13px 16px;
      border-bottom: 1px solid var(--bd);
      color: var(--mid);
    }

    .stbl tr:last-child td {
      border-bottom: none;
    }

    .stbl .pn {
      font-weight: 500;
      color: var(--tx);
      text-align: center;
    }

    .stbl .pr {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      color: var(--bk);
      font-weight: 600;
      text-align: center;
    }

    .stbl .pp {
      font-size: 16px;
      text-align: center;
    }

    .stbl .pd {
      font-size: 16px;
      color: var(--bk);
      text-align: center;
    }

    .stbl tr.hl td {
      background: var(--ybg);
    }

    .stbl tr.hl .pr {
      color: var(--yd);
    }

  .ftbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--bd);
  font-size: 13px;
  overflow-x: auto;      
  white-space: nowrap;   
  -webkit-overflow-scrolling: touch; 
}

    .ftbl th {
      background: var(--bd);
      padding: 11px 16px;
      text-align: left;
      font-size: 16px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--bk);
      font-weight: 600;
      border-bottom: 1px solid var(--bd);
      text-align: center;
    }

    .ftbl th.ours {
      color: var(--bk);
      font-weight: 600;
      background: var(--y);
      text-align: center;
    }

    .ftbl td {
      background: var(--white);
      padding: 13px 16px;
      border-bottom: 1px solid rgba(0, 0, 0, .04);
      color: var(--bk);
      font-size: 16px;
    }

    .ftbl tr:last-child td {
      border-bottom: none;
    }

    .ftbl td.oc {
      color: var(--bk);
      font-weight: 600;
      background: var(--ybg);
    }

    .ftbl td.nc {
      color: var(--bk);
      opacity: .75;
      font-weight: 500;
    }

    .ftbl td.pt {
      font-size: 16px;
      color: var(--bk);
    }

    .trust-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      border: 1px solid var(--bd);
      border-radius: var(--r);
      overflow: hidden;
      margin-bottom: 24px;
    }

    .trust-card {
      background: var(--white);
      padding: 24px 20px;
      text-align: center;
    }

    .tc-num {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 30px;
      color: var(--bk);
      font-weight: 600;
      line-height: 1;
      margin-bottom: 6px;
    }

    .tc-sub {
      font-size: 13px;
      color: var(--mid);
      margin-bottom: 4px;
    }

    .tc-ann {
      font-size: 11px;
      color: var(--muted);
    }

    .awards {
      border: 1px solid var(--bd);
      border-radius: var(--r);
      background: var(--white);
      overflow: hidden;
    }

    .award-tier {
      padding: 18px 22px;
      border-bottom: 1px solid var(--bd);
    }

    .award-tier:last-child {
      border-bottom: none;
    }

    .award-tier-lbl {
      font-size: 10px;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 500;
      margin-bottom: 12px;
    }

    .award-leader {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 18px;
      background: var(--bk);
      border-radius: var(--r);
      margin-bottom: 12px;
    }

    .award-leader svg {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
    }

    .award-leader-txt {}

    .award-leader-title {
      font-size: 11px;
      color: rgba(255, 255, 255, .5);
    }

    .award-leader-name {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: var(--white);
    }

    .award-no1s {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .award-no1 {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 8px 14px;
      border: 1px solid var(--ybd);
      background: var(--ybg);
      border-radius: var(--r);
    }

    .award-no1 svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }

    .award-no1-lbl {
      font-size: 11px;
      color: var(--muted);
    }

    .award-no1-val {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      color: var(--bk);
      font-weight: 600;
    }

    .award-mid {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .award-item {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 10px 14px;
      border: 1px solid var(--bd);
      background: var(--bg);
      border-radius: var(--r);
      flex: 1;
      min-width: 180px;
    }

    .award-item svg {
      width: 26px;
      height: 26px;
      flex-shrink: 0;
    }

    .award-item-name {
      font-size: 13px;
      font-weight: 500;
      color: var(--tx);
    }

    .award-item-year {
      font-size: 11px;
      color: var(--muted);
    }

    .award-bot {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      align-items: center;
    }

    .cert-chip {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 6px 11px;
      border: 1px solid var(--bd);
      background: var(--bg);
      border-radius: var(--r);
      font-size: 12px;
      color: var(--mid);
    }

    .cert-chip svg {
      width: 13px;
      height: 13px;
      stroke: var(--yd);
      fill: none;
      stroke-width: 2;
      flex-shrink: 0;
    }

    .awards-note {
      font-size: 13px;
      color: var(--muted);
      margin-top: 17px;
      line-height: 1.7;
    }


    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .faq-item {
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: var(--r);
      overflow: hidden;
      margin-bottom: 2px;
    }

    .faq-q {
      padding: 16px 2%;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      color: var(--tx);
      user-select: none;
    }




    .faq-q:hover {
      background-color: rgba(255, 216, 31, .05);
    }

    .faq-q.open {
      background: #f5f5f5;
    }

    .faq-icon {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-left: 12px;
      color: var(--white);
      transition: transform .2s;
      background-color: #ffd81f;
      border-radius: 50px;
      padding: 4px;
    }

    .faq-item.open .faq-icon {
      transform: rotate(45deg);
    }

    #c_20 .faq-a,
    #c_11 .faq-a {
      display: none;
      padding: 20px 2%;
      font-size: 16px;
      color: var(--mid);
      line-height: 1.8;
      border-top: 1px solid var(--bd);
    }

    .faq-item.open .faq-a {
      display: block !important;
    }

    .mid-cta {
      background: var(--bk);
      border-radius: var(--r);
      padding: 40px 44px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .mid-cta h3 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 6px;
    }

    .mid-cta p {
      font-size: 13px;
      color: rgba(255, 255, 255, .5);
    }

    .mid-cta-btns {
      display: flex;
      gap: 10px;
      flex-shrink: 0;
    }

    .mid-cta-btns a {
      color: var(--white);
      font-weight: 500;
    }

    .b-w {
      background: var(--white);
      color: var(--bk);
      border: none;
    }

    .b-w:hover {
      background: #f0f2f5;
    }

    .b-wo {
      background: transparent;
      color: rgba(255, 255, 255, .7);
      border: 1.5px solid rgba(255, 255, 255, .2);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      padding: 9px 18px;
      border-radius: var(--r);
      cursor: pointer;
      transition: all .15s;
      white-space: nowrap;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
    }

    .b-wo:hover {
      background: rgba(255, 255, 255, .07);
    }

    .mid-cta-yellow {
      background: #ebf4ff;
      padding: 36px 2%;
      margin: 50px 0 35px;
    }

    .mid-cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .mid-cta-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #004583;
      margin: 0 0 6px 0;    }

    .mid-cta-desc {
      font-size: 16px;
      color: var(--bk);
    }

    .b-wo2 {
      background: #2e6f93;
      color: var(--white);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      padding: 14px 18px;
      border-radius: 50px;
      cursor: pointer;
      transition: all .15s;
      white-space: nowrap;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      font-weight: 600;
      justify-content: center;
      border-bottom: 2px solid #304E61;
    }

    .b-wo2:hover {
      opacity: .8;
    }

    .trial-box {
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: var(--r);
      padding: 30px 32px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 28px;
      align-items: center;
      box-shadow: var(--sh1);
    }

    .trial-checks {
      display: flex;
      flex-direction: column;
      gap: 7px;
      margin-top: 12px;
    }

    .trial-check {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: var(--mid);
    }

    .trial-check::before {
      content: '';
      width: 14px;
      height: 14px;
      flex-shrink: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23f5c800'/%3E%3Cpolyline points='3.5,7 5.8,9.5 10.5,4.5' stroke='%23141820' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-size: 14px;
    }

    .trial-btns {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .trial-note {
      font-size: 11px;
      color: var(--muted);
      margin-top: 7px;
    }

    .final-sec {
      background: #ebf4ff;
      padding: 80px 0;
      margin: 0 calc(50% - 50vw);
    }

    .final-inner {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 60px;
      align-items: center;
    }

    .final-inner h2 {
      text-align: left;
    }

    .final-label {
      font-size: 12px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 600;
      margin-bottom: 3px;
    }

    .final-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.2;
      color: #0059AA;
      margin-bottom: 18px;
    }

    .final-title-accent {
      color: #0059AA;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 48px;
      letter-spacing: -.01em;
    }

    .final-sub {
      font-size: 16px;
      color: var(--k);
      line-height: 1.7;
      margin-bottom: 17px;
      font-weight: 600;
    }


    .final-nums {
      gap: 8px;
      min-width: 160px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 22px;
    }

    .final-num-item {
      padding: 20px 3%;
    text-align: center;
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0 1px 1px #d2d2d2;
    }

    .final-num-divider {
      height: 1px;
      background: var(--bd);
    }

    .final-num {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 24px;
      font-weight: 600;
      color: var(--bk);
      line-height: 1;
    }

    .final-num-unit {
      font-size: 16px;
      color: var(--mid);
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      margin-left: 2px;
    }

    .final-num-label {
      font-size: 13px;
      color: var(--mid);
      margin-top: 5px;
    }

    .chips-row {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .chip {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      color: var(--muted);
    }

    .chip::before {
      content: '';
      width: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='5.5' fill='%23f5c800'/%3E%3Cpolyline points='2.5,6 4.5,8.5 9.5,3.5' stroke='%23141820' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-size: 12px;
    }


/*    footer {
      padding: 22px 48px;
      background: var(--white);
      border-top: 1px solid var(--bd);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }*/

    .foot-logo {
      display: flex;
      align-items: center;
      gap: 7px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: var(--bk);
      text-decoration: none;
    }

    .foot-logo-sq {
      width: 17px;
      height: 17px;
      background: var(--y);
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .foot-logo-sq span {
      font-size: 8px;
      font-weight: 700;
    }

    .foot-links {
      display: flex;
      gap: 20px;
    }

    .foot-links a {
      font-size: 12px;
      color: var(--muted);
      text-decoration: none;
    }

    .foot-copy {
      font-size: 11px;
      color: var(--muted);
    }

    .foot-note-txt {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.7;
      margin-top: 35px;
    }


    .rb {
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: 4px;
      padding: 40px 4%;
    }

    .rb-head-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      padding-bottom: 28px;
      margin-bottom: 28px;
      border-bottom: 1px solid var(--bd);
    }

  @media (max-width: 768px) {
    .rb-head-row {
      display: block;
      align-items: left;
    }
}


    .rb-head-left {
      flex: 1;
    }

    .rb-head-right {
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
    }

  @media (max-width: 768px) {
    .rb-head-right {
       display: block;
       margin-top: 27px;

}

  }


    .rb-head-right a {
      color: var(--bk);
      font-weight: 600;
      font-size: 16px;
    }

    .rb-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      align-items: stretch;
      gap: 0;
    }

    .rb-col {
      padding: 8px 26px;
      border-right: 1px solid var(--bd);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 200px;
    }

    .rb-col:first-child {
      padding-left: 1%;
    }

    .rb-col:last-child {
      border-right: none;
      padding-right: 0;
    }

    .rb-intro {
      padding-left: 0;
    }

    .rb-eyebrow {
      font-size: 13px;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 500;
      margin-bottom: 14px;
    }

    .rb-title {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: -.02em;
      color: #0059a9;
      margin-bottom: 19px;
      letter-spacing: 0.9px;
    }

    .rb-body {
      font-size: 16px;
      line-height: 1.8;
      color: var(--bk);
    }

    .rb-label {
      font-size: 15px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--bk);
      font-weight: 500;
      margin-bottom: 14px;
    }

    .rb-main {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.7;
      letter-spacing: 1.2px;
      color: var(--bk);
      margin-bottom: 8px;
    }

    .rb-main strong {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -.02em;
    }

    .rb-note {
      font-size: 13px;
      line-height: 1.7;
      color: var(--muted);
    }

    .rb-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 2px;
    }

    .rb-tag {
      display: inline-flex;
      align-items: center;
      height: 24px;
      padding: 0 9px;
      border-radius: 999px;
      background: var(--white);
      border: 0.5px solid var(--mid);
      font-size: 14px;
      color: var(--bk);
      white-space: nowrap;
      font-weight: 600;
    }

    .rb-cta-wrap {
      align-items: flex-end;
      justify-content: center;
      min-width: 140px;
      padding-left: 26px;
    }

    .rb-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      padding: 5px 30px;
      border-radius: 50px;
      background: #ffd700;
      color: var(--bk);
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
      transition: opacity .15s;
      white-space: nowrap;
      border-bottom: 2px solid #d5a707;
    }

    .rb-cta:hover {
      border-bottom:none;
    }

    .rb-cta-sub {
      margin-top: 8px;
      font-size: 11px;
      color: var(--muted);
      text-align: center;
    }


    .rev-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      border: 1px solid var(--bd);
      border-radius: var(--r);
      overflow: hidden;
    }

    .rev-card {
      background: var(--white);
      padding: 20px 20px 18px;
      border-top: 3px solid var(--y);
    }



    .rev-hint {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      color: var(--muted);
      margin-bottom: 10px;
      justify-content: flex-end;
    }

    .rev-hint svg {
      width: 16px;
      height: 11px;
      stroke: var(--muted);
    }

       .rev-scroll {
      display: flex;
      gap: 14px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 14px;
    }

    
 .rev-scroll::-webkit-scrollbar {
  height: 8px;
}

.rev-scroll::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 4px; 
}

.rev-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 4px;
}



    .rev-scroll a {
      flex: 0 0 300px;
    scroll-snap-align: start;
    border: 1px solid var(--bd);
    border-radius: 9px;
    padding: 31px 20px 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    background-color: var(--white);
    }

    .rev-conts {
    flex: 0 0 500px;
    scroll-snap-align: start;
    border: 1px solid var(--bd);
    border-radius: 9px;
    padding: 40px 3%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    background-color: var(--white);

    }

    .rev_heading {
        font-size: 12px;
        color: var(--muted);
        margin-bottom: 5px;
    }

    .rev-label {
      font-size: 19px;
      font-weight: 700;
      color: var(--bk);
      line-height: 1.7;
      margin-bottom: 17px;
    }

    .rev-text {
      font-size: 16px;
      color: var(--bk);
      line-height: 1.6;
      margin-bottom: 12px;
      flex: 1;
    }

    .rev-linktxt {
      text-align: right;
      font-size: 11px;
      margin-bottom: 12px;
    }

    .rev-footer {
    border-radius: 0 0 calc(var(--r) - 1px) calc(var(--r) - 1px);
    padding: 10px 14px;
    height: auto;
    border-top: 1px solid var(--bg2);
    text-align: center;
    }

    .rev-attr {
      font-size: 12px;
      color: var(--bk);
      font-weight: 700;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .rev-src {
      font-size: 10px;
      color: rgba(0, 0, 0, .5);
    }


    .ed-diff-copy {
      font-size: 14px;
      color: var(--tx);
      background: none;
      border: none;
      padding: 0;
      margin-bottom: 10px;
      line-height: 1.6;
    }

    .ed-diff-copy strong {
      color: var(--yd);
      font-weight: 700;
    }

    .ed-mid-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 16px 20px;
      margin: 16px 0;
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: var(--r);
      box-shadow: var(--sh0);
    }

    .ed-mid-cta-text {
      font-size: 14px;
      font-weight: 500;
      color: var(--tx);
    }

    .w .edt {

    }

    .ed-common {
      background: var(--ybg);
      /* border: 1px solid var(--bd); */
      border-radius: 2px;
      padding: 20px 3%;
      margin: 20px 0 30px;
    }

    .ed-common-label {
      font-size: 17px;
      color: var(--yd);
      font-weight: 600;
      margin-bottom: 12px;
    }

    .ed-common-sub {
      font-size: 15px;
      color: var(--mid);
      /* margin-bottom: 10px; */
      line-height: 1.6;
    }

    .rb-etags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 13px 0 0;
}

.rb-etag {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--white);
    border: 0.5px solid var(--muted);
    font-size: 14px;
    color: var(--bk);
    white-space: nowrap;
    font-weight: 500;
}

    .ed-main-grid {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 14px;
      scrollbar-width: none;
      margin-bottom: 12px;
    }

    .ed-main-grid::-webkit-scrollbar {
      display: none;
    }

    .ed-main-card {
      flex: 0 0 230px;
      scroll-snap-align: start;
      background: var(--white);
      padding: 18px 16px;
      border: 1px solid var(--bd);
      border-top: 3px solid var(--bd2);
      border-radius: var(--r);
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .ed-main-card.ed-upper {
      border-top-color: var(--bk);
    }

    .ed-main-card.ed-flagship {
      border-top-color: var(--y);
      background: var(--ybg);
    }

    .ed-main-card.ed-focus {
      border-top-color: var(--y);
      background: var(--ybg);
      outline: 2px solid var(--y);
      outline-offset: -1px;
      z-index: 1;
    }

    /* scroll wrap for fade hint */
    .ed-main-grid-wrap {
      position: relative;
    }

    .ed-main-grid-wrap::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 14px;
      width: 40px;
      background: linear-gradient(to right, transparent, var(--bg2));
      pointer-events: none;
    }

    .ed-main-rec {
      font-size: 10px;
      font-weight: 700;
      color: var(--yd);
      letter-spacing: .06em;
      margin-bottom: 4px;
    }

    .ed-main-tier {
      font-size: 9px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 3px;
    }

    .ed-main-name {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: var(--tx);
      margin-bottom: 2px;
    }

    .ed-main-use {
      font-size: 11px;
      color: var(--muted);
      margin-bottom: 10px;
      line-height: 1.4;
    }

    .ed-main-price-row {
      display: flex;
      align-items: baseline;
      gap: 3px;
      margin-bottom: 2px;
    }

    .ed-main-price {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 22px;
      color: var(--bk);
      font-weight: 600;
      line-height: 1;
    }

    .ed-main-unit {
      font-size: 11px;
      color: var(--mid);
    }

    .ed-main-per {
      font-size: 11px;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 2px;
    }

    .ed-main-per span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
    }

    .ed-main-per em {
      font-size: 10px;
      color: var(--muted);
      font-style: normal;
      font-weight: 300;
    }

    .ed-main-scale {
      font-size: 10px;
      color: var(--muted);
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid var(--bd);
    }

    .ed-main-feats-lbl {
      font-size: 9px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 5px;
    }

    .ed-main-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-bottom: 10px;
      flex: 1;
    }

    .ed-main-feats li {
      font-size: 12px;
      color: var(--mid);
      padding-left: 10px;
      position: relative;
      line-height: 1.4;
    }

    .ed-main-feats li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 4px;
      height: 4px;
      background: var(--y);
      border-radius: 50%;
    }

    .ed-main-checks {
      display: flex;
      flex-direction: column;
      gap: 3px;
    }

    .ed-chk {
      display: flex;
      align-items: center;
      padding: 4px 7px;
      border-radius: 3px;
      font-size: 11px;
    }

    .ed-chk-lbl {
      color: var(--muted);
    }

    .ed-chk-on {
      background: rgba(38, 112, 85, .07);
    }

    .ed-chk-on .ed-chk-lbl::after {
      content: " ✓";
      color: var(--gn);
      font-weight: 700;
    }

    .ed-chk-off {
      background: var(--bg);
    }

    .ed-chk-off .ed-chk-lbl {
      opacity: .45;
    }

    .ed-chk-off .ed-chk-lbl::after {
      content: " -";
      color: var(--bd2);
    }

    .ed-chk-hi {
      background: rgba(245, 200, 0, .12);
    }

    .ed-chk-hi .ed-chk-lbl::after {
      content: " ✓";
      color: var(--yd) !important;
    }

    .ed-fold-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      border: 1px solid var(--bd);
      border-radius: var(--r);
      padding: 9px 16px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 12px;
      color: var(--muted);
      cursor: pointer;
      transition: all .15s;
      width: 100%;
    }

    .ed-fold-btn:hover {
      border-color: var(--bd2);
      color: var(--bk);
    }

    .ed-fold-btn svg {
      width: 14px;
      height: 14px;
      margin-left: auto;
      transition: transform .2s;
    }

    .ed-fold-btn[aria-expanded="true"] svg {
      transform: rotate(180deg);
    }

    .ed-fold-content {
      padding-top: 10px;
      overflow: hidden;
    }

    .ed-mini-grid {
      display: flex;
      flex-wrap: nowrap;
      gap: 10px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      scrollbar-width: none;
      align-items: stretch;
    }

    .ed-mini-grid::-webkit-scrollbar {
      display: none;
    }

    .ed-mini-card {
      flex: 0 0 210px;
      min-width: 0;
      box-sizing: border-box;
      scroll-snap-align: start;
      background: var(--white);
      padding: 14px;
      border: 1px solid var(--bd);
      border-top: 2px solid var(--bd);
      border-radius: var(--r);
      display: flex;
      flex-direction: column;
    }

    .ed-mini-tier {
      font-size: 9px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 2px;
      flex-shrink: 0;
    }

    .ed-mini-name {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 2px;
      flex-shrink: 0;
    }

    .ed-mini-use {
      font-size: 11px;
      color: var(--muted);
      margin-bottom: 8px;
      flex-shrink: 0;
    }

    .ed-mini-price {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: var(--bk);
      margin-bottom: 2px;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .ed-mini-price span {
      font-size: 11px;
      color: var(--mid);
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 300;
    }

    .ed-mini-per {
      font-size: 11px;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 2px;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .ed-mini-per span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
    }

    .ed-mini-per em {
      font-size: 10px;
      color: var(--muted);
      font-style: normal;
      font-weight: 300;
    }

    .ed-mini-scale {
      font-size: 10px;
      color: var(--muted);
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid var(--bd);
      flex-shrink: 0;
    }

    .ed-mini-feats-lbl {
      font-size: 9px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 4px;
      flex-shrink: 0;
    }

    .ed-mini-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-bottom: 8px;
      flex: 1;
    }

    .ed-mini-feats li {
      font-size: 11px;
      color: var(--mid);
      padding-left: 9px;
      position: relative;
      line-height: 1.4;
    }

    .ed-mini-feats li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 3px;
      height: 3px;
      background: var(--y);
      border-radius: 50%;
    }

    .ed-mini-checks {
      display: flex;
      flex-direction: column;
      gap: 2px;
      flex-shrink: 0;
    }

    .ed-mini-checks .ed-chk {
      white-space: nowrap;
      overflow: hidden;
    }

    .ed7-wrap {
      position: relative;
    }

    /* .ed7-wrap::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 40px;
      background: linear-gradient(to right, transparent, var(--bg2));
      pointer-events: none;
    } */

   .ed7-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 14px;
  align-items: stretch;
}


    .ed7-scroll a {
      color: var(--bk);
    }


    .ed7-card {
      flex: 0 0 270px;
      min-width: 0;
      box-sizing: border-box;
      scroll-snap-align: start;
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: 3px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .ed7-card {
      box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    }

    .ed7-card.ed7-rec {
      outline: 2px solid var(--y);
      outline-offset: -1px;
    }

    .ed7-rec-lbl {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -1px);
      background: var(--y);
      color: var(--bk);
      font-size: 9px;
      font-weight: 700;
      letter-spacing: .08em;
      padding: 2px 10px;
      border-radius: 0 0 4px 4px;
      white-space: nowrap;
      z-index: 1;
    }

    .ed7-band {
      height: 4px;
      flex-shrink: 0;
    }

    .ed7-body {
      padding: 16px 7%;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .ed7-tier {
      font-size: 9px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 3px;
    }

    .ed7-name {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: var(--bk);
      margin-bottom: 4px;
    }

    .ed7-shoulder {
      font-size: 13px;
      color: var(--mid);
      font-weight: 500;
      margin-bottom: 13px;
      line-height: 1.5;
    }

    .ed7-price-row {
      display: flex;
      align-items: baseline;
      gap: 3px;
      margin-bottom: 3px;
    }

    .ed7-price {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 22px;
      color: var(--bk);
      font-weight: 600;
      line-height: 1;
    }

    .ed7-unit {
      font-size: 11px;
      color: var(--mid);
    }

    .ed7-per {
      font-size: 11px;
      font-weight: 700;
      color: var(--yd);
      /* margin-bottom: 2px; */
      white-space: nowrap;
    }

    .ed7-per span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
    }

    .ed7-per em {
      font-size: 11px;
      color: var(--mid);
      font-style: normal;
      font-weight: 300;
    }

    .ed7-scale {
      font-size: 11px;
      color: var(--mid);
      padding-bottom: 8px;
      margin-bottom: 8px;
      border-bottom: 1px solid var(--bd);
    }

    .ed7-feats-lbl {
      font-size: 11px;
      letter-spacing: .1em;
      color: var(--mid);
    }

    .ed7-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-bottom: 8px;
      flex: 1;
    }

    ul.ed7-feats li {
      list-style: none;
    }

    .ed7-feats li {
      font-size: 15px;
      color: var(--bk);
      padding-left: 12px;
      position: relative;
      line-height: 1.4;
      list-style: none;
    }

    .ed7-feats li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 4px;
      height: 4px;
      background: var(--y);
      border-radius: 50%;
    }

    .ed7-checks {
      display: flex;
      flex-direction: column;
      gap: 2px;
      flex-shrink: 0;
    }

    .ed7-chk {
      display: flex;
      align-items: center;
      padding: 4px 7px;
      border-radius: 2px;
      font-size: 11px;
      white-space: nowrap;
    }

    .ed7-chk span {
      color: var(--muted);
    }

    .ed7-on {
      background: var(--ybg);
      font-weight: 600;
    }

    .ed7-on span::after {
      content: " ✓";
      color: var(--gn);
      font-weight: 700;
    }

    .ed7-hi {
      background: var(--white);
    }

    .ed7-hi span::after {
      content: " ✓";
      color: var(--yd);
      font-weight: 700;
    }

    .ed7-off {
      background: var(--bg);
      font-weight: 600;
      color: var(--muted);
    }

    .ed7-off span {
      opacity: .45;
    }

    .ed7-off span::after {
      content: " -";
      color: var(--bd2);
    }

    .tintro-inner {
      background: var(--white);
      border: 1px solid var(--bd);
      /* border-left: 4px solid var(--y); */
      border-radius: 3px;
      padding: 28px 32px;
      box-shadow: var(--sh0);
    }

    .tintro-lead {
      font-size: 13px;
      letter-spacing: .18em;
      text-transform: uppercase;
      font-weight: 500;
      color: var(--muted);
      margin-bottom: 17px;
    }

    .tintro-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 28px;
      font-weight: 700;
      color: #0059a9;
      margin-bottom: 6px;
      line-height: 1.4;
      letter-spacing: 0.8px;
    }

    .tintro-sub {
      font-size: 13px;
      color: var(--mid);
      margin-bottom: 12px;
      line-height: 1.6;
    }

    .tintro-body {
      font-size: 14px;
      color: var(--mid);
      line-height: 1.85;
    }

    .tintro-list {
      list-style: none;
      margin: 10px 0 10px 4px;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .tintro-list li {
      font-size: 16px;
      color: var(--bk);
      padding-left: 14px;
      position: relative;
    }

    .tintro-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 5px;
      height: 5px;
      background: var(--y);
      border-radius: 50%;
    }

    .tintro-price-block {
      margin: 20px 0 20px;
      padding: 16px 20px;
      background: var(--ybg);
      border: 1px solid var(--ybd);
      border-radius: var(--r);
      display: inline-block;
    }

    .tintro-plan {
      font-size: 11px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 6px;
    }

    .tintro-price-row {
      display: flex;
      align-items: baseline;
      gap: 4px;
      margin-bottom: 3px;
    }

    .tintro-price {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 32px;
      color: var(--bk);
      font-weight: 600;
      line-height: 1;
    }

    .tintro-priceunit {
      font-size: 14px;
      color: var(--mid);
    }

    .tintro-per-mo {
      font-size: 12px;
      color: var(--muted);
      margin-left: 4px;
    }

    .tintro-per-day {
      font-size: 13px;
      color: var(--mid);
      margin-bottom: 6px;
    }

    .tintro-coffee {
      font-size: 13px;
      color: var(--yd);
      font-weight: 500;
    }

    .tintro-ctarow {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 4px;
    }


    .tfl-body {
      font-size: 13px;
      color: var(--mid);
      line-height: 1.8;
      margin-bottom: 12px;
    }

    .tfl-accent {
      color: var(--bk);
      font-weight: 500;
    }

    .tfl-block {
      background: var(--bg2);
      border-radius: var(--r);
      padding: 16px 16px 14px;
      margin: 16px 0;
    }

    .tfl-block-title {
      font-size: 12px;
      font-weight: 700;
      color: var(--bk);
      margin-bottom: 8px;
      letter-spacing: .04em;
    }

    .tfl-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-bottom: 10px;
    }

    .tfl-list li {
      font-size: 13px;
      color: #1a6fa8;
      padding-left: 14px;
      position: relative;
      line-height: 1.5;
    }

    .tfl-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 7px;
      width: 5px;
      height: 5px;
      background: var(--y);
      border-radius: 50%;
    }

    .tfl-duration {
      font-size: 12px;
      font-weight: 500;
      color: var(--yd);
    }

    .tfl-target {
      border-top: 1px solid var(--bd);
      padding-top: 14px;
    }

    .tfl-target-label {
      font-size: 10px;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--muted);
      margin-bottom: 6px;
    }

    .tfl-hint {
      font-size: 11px;
      color: var(--muted);
    }

    .trial-box-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .trial-form-left {
      padding-top: 4px;
    }

    .tf-form,
    .tf-thanks {
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: var(--r);
      padding: 24px 22px;
      box-shadow: var(--sh0);
    }

    .tf-head {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      color: var(--bk);
      margin-bottom: 16px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--y);
    }

    .tf-row {
      margin-bottom: 12px;
    }

    .tf-row-2col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 12px;
    }

    .tf-label {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: var(--tx);
      margin-bottom: 4px;
    }

    .tf-req {
      font-size: 10px;
      color: #e05;
      font-weight: 700;
      margin-left: 4px;
    }

    .tf-opt {
      font-size: 10px;
      color: var(--muted);
      margin-left: 4px;
    }

    .tf-input {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid var(--bd);
      border-radius: 4px;
      padding: 8px 10px;
      font-size: 13px;
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--tx);
      background: var(--white);
      transition: border-color .15s;
      -webkit-appearance: none;
      appearance: none;
    }

    .tf-input:focus {
      outline: none;
      border-color: var(--y);
      box-shadow: 0 0 0 2px rgba(245, 200, 0, .2);
    }

    .tf-select {
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 6l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 8px center;
      background-size: 14px;
      padding-right: 28px;
    }

    .tf-check-group {
      padding-top: 4px;
    }

    .tf-check-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: var(--mid);
      cursor: pointer;
    }

    .tf-check-label input {
      width: 15px;
      height: 15px;
      accent-color: var(--y);
      flex-shrink: 0;
    }

    .tf-divider {
      height: 1px;
      background: var(--bd);
      margin: 14px 0;
    }

    .tf-submit {
      width: 100%;
      padding: 11px;
      margin-top: 4px;
      background: var(--y);
      color: var(--bk);
      border: none;
      border-radius: var(--r);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background .15s;
    }

    .tf-submit:hover {
      background: var(--yd);
    }

    .tf-note {
      font-size: 11px;
      color: var(--muted);
      text-align: center;
      margin-top: 8px;
    }

    .tf-thanks {
      text-align: center;
      padding: 40px 22px;
    }

    .tf-thanks-icon {
      font-size: 32px;
      color: var(--y);
      margin-bottom: 12px;
    }

    .tf-thanks-title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .tf-thanks-body {
      font-size: 13px;
      color: var(--mid);
    }

    .tintro-2col {
      display: grid;
      grid-template-columns: 1fr 250px;
      gap: 40px;
      align-items: start;
      padding: 54px 4%;
    }

    .tintro-left {}

    .tintro-right {
      position: sticky;
      top: 116px;
    }

    .tintro-price-panel {
      background: #fdf8ec;
      border: 1px solid var(--ybd);
      border-radius: var(--r);
      padding: 36px 6%;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .tintro-price-panel .tintro-plan {
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 4px;
    }

    .tintro-price-panel .tintro-price-row {
      display: flex;
      align-items: baseline;
      gap: 3px;
    }

    .tintro-price-panel .tintro-price {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 32px;
      color: var(--bk);
      font-weight: 600;
      line-height: 1;
    }

    .tintro-price-panel .tintro-priceunit {
      font-size: 13px;
      color: var(--mid);
    }

    .tintro-per-mo-line {
      font-size: 12px;
      color: var(--yd);
      font-weight: 700;
      margin-top: 2px;
    }

    .tintro-price-panel .tintro-per-day {
      font-size: 12px;
      color: var(--mid);
      margin-top: 2px;
    }

    .tintro-price-panel .tintro-coffee {
      font-size: 11px;
      color: var(--yd);
      line-height: 1.5;
      margin-top: 6px;
      padding-top: 10px;
      border-top: 1px solid var(--ybd);
    }

    .tintro-panel-ctas {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 14px;
    }

    .tintro-cases {
      background: transparent;
      /* border: 1px solid var(--bd);
      border-left: 3px solid var(--bd2);
      border-radius: var(--r);
      padding: 16px 18px; */
      margin: 14px 0 0;
    }

    .tintro-cases-title {
      font-size: 14px;
      font-weight: 700;
      color: var(--mid);
      letter-spacing: .04em;
      margin-bottom: 10px;
    }

    .tintro-case {
      display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 9px;
    flex-wrap: wrap;
    background: #ebf4ff;
    border-radius: 1px;
    padding: 5px 1%;
    max-width: 413px;
    }

    .tintro-case-tag {
      font-size: 16px;
      font-weight: 500;
      color: var(--bk);
      background: var(--white);
      border-radius: 3px;
      padding: 1px 7px;
      white-space: nowrap;
    }

    .tintro-case-arrow {
      font-size: 12px;
      color: var(--muted);
      flex-shrink: 0;
    }

    .tintro-case-desc {
      font-size: 16px;
      color: var(--mid);
    }

    .tintro-cases-footer {
      font-size: 12px;
      color: var(--mid);
      font-weight: 500;
      margin-top: 10px;
      padding-top: 9px;
      border-top: 1px solid var(--bd);
    }

    .tintro-faq {
      margin: 16px 0 20px;
      border: 1px solid var(--ybd);
      border-radius: var(--r);
      overflow: hidden;
    }

    .tintro-faq-item {
      border-bottom: 1px solid var(--ybd);
    }

    .tintro-faq-item:last-child {
      border-bottom: none;
    }

    .tintro-faq-q {
      padding: 12px 16px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 13px;
      font-weight: 500;
      color: var(--tx);
      background: var(--ybg);
      user-select: none;
      gap: 12px;
    }

    .tintro-faq-q:hover {
      background: #fff8d0;
    }

    .tintro-faq-icon {
      width: 14px;
      height: 14px;
      flex-shrink: 0;
      color: var(--yd);
      transition: transform .2s;
    }

    .tintro-faq-item.open .tintro-faq-icon {
      transform: rotate(45deg);
    }

    .tintro-faq-a {
      display: none;
      padding: 12px 16px 14px;
      font-size: 13px;
      color: var(--mid);
      line-height: 1.8;
      background: var(--white);
      border-top: 1px solid var(--ybd);
    }

    .tintro-faq-item.open .tintro-faq-a {
      display: block;
    }

    .awards-unified {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 8px;
      margin-bottom: 10px;
    }

  .au-card {
  background: var(--white);
  border: 1px solid var(--ybd);
  border-radius: 1px;
  aspect-ratio: 1 / 1; 
  padding: 10% 4%; 
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; 
  gap: 6px;
  transition: border-color .15s, background .15s;
}

    .au-card:hover {
      border-color: var(--ybd);
      background: var(--ybg);
    }

    .au-card.au-leader {
      background: var(--bk);
      border-color: var(--y);
    }

    .au-card.au-leader:hover {
      background: #222530;
    }

    .au-icon svg {
      width: 32px;
      height: 32px;
    }

  .au-label {
  font-size: 14px;
  color: var(--bk);
  line-height: 1.3;
  text-align: center;
  margin-top: 3px;
  font-weight: 600;
  word-break: break-all; 
}

    .au-card.au-leader .au-label {
      color: rgba(255, 255, 255, .5);
    }


    .au-card.au-leader .au-name {
      color: var(--white);
    }

    .au-name.au-no1 {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 26px;
      color: var(--yd);
      font-weight: 600;
      line-height: 1;
    }

  .au-sub {
  font-size: 11px;
  color: var(--mid);
  line-height: 1.3;
}

    @media (max-width: 768px) {
     .awards-unified {
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px; 
  }
.au-label {
    font-size: 12px;
  }
  
  .au-sub {
    font-size: 10px;
  }
    }

@media (max-width: 480px) {
  .au-card {
    aspect-ratio: auto;
    min-height: 120px; 
  }
}

    @media (max-width: 768px) {
      .nav {
        padding: 0 20px;
      }

      .nav-links {
        display: none;
      }

      .w,
      .narrow {
        padding: 0 20px;
      }

      .hero-grid {
        grid-template-columns: 1fr;
      }

      .rb-row {
        grid-template-columns: 1fr;
      }

      .rb-col {
        min-height: auto;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid var(--bd);
      }

      .rb-col:first-child {

      }

      .rb-col:last-child {
        border-bottom: none;
      }

      .rb-cta-wrap {
        align-items: flex-start;
        padding-left: 0;
      }

      .rb-cta-sub {
        text-align: left;
      }

      .appeal-bar {
        display: none;
      }

      .sp-appeal {
        display: block;
      }

      .hcard-panel {
        display: none;
      }

      .price-cards {
        grid-template-columns: 1fr;
      }

      .trust-3 {
        grid-template-columns: 1fr;
      }

      .mid-cta {
        flex-direction: column;
        padding: 28px 22px;
      }

      .mid-cta-btns {
        flex-direction: column;
      }

      .mid-cta-inner {
        flex-direction: column;
        gap: 20px;
      }

      .mid-cta-btns {
        flex-direction: column;
      }

      .trial-box {
        grid-template-columns: 1fr;
      }

      .chips-row {
        gap: 14px;
      }

      footer {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }

      .pc-per-row {
        gap: 6px;
      }

      .stbl th,
      .stbl td {
        padding: 10px 12px;
      }

      .ed-card {
        flex: 0 0 200px;
      }

      .ed-scroll-wrap::after {
        width: 28px;
      }

      .ed-hint {
        display: none;
      }

      .rev-grid {
        grid-template-columns: 1fr;
      }

      .tintro-ctarow {
        flex-direction: column;
      }

      .reason-cards {
        grid-template-columns: 1fr;
      }

      .tintro-2col {
        grid-template-columns: 1fr;
      }

      .tintro-right {
        position: static;
      }

      .trial-box-form {
        grid-template-columns: 1fr;
      }

      .tf-row-2col {
        grid-template-columns: 1fr;
      }

      .ed7-card {
        flex: 0 0 195px;
      }

      .ed-main-grid {}

      .ed-main-card {
        flex: 0 0 200px;
      }

      .rev-scroll-card {
        flex: 0 0 240px;
      }

      .rev-scroll-wrap::after {
        width: 28px;
      }

      .final-inner {
        grid-template-columns: 1fr;
        gap: 36px;
      }

      .final-nums {
        flex-direction: row;
      }

      .final-num-divider {
        width: 1px;
        height: auto;
      }

      .final-title {
        font-size: 26px;
      }

      .final-title-accent {
        font-size: 36px;
      }
    }


    .est {
      max-width: 1100px;
      margin: 0 auto;
      background: var(--white);
      border: 1px solid var(--bd);
      border-radius: 12px;
      overflow: hidden
    }

    .est-header {
      padding: 36px 48px 28px;
      border-bottom: 1px solid var(--bd)
    }

    .est-ey {
      font-size: 10px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 10px
    }

    .est-title {
      font-size: 13px;
      color: var(--mid);
      margin-bottom: 4px
    }

    .est-catch {
      font-size: 22px;
      font-weight: 700;
      color: var(--bk);
      letter-spacing: -.02em;
      line-height: 1.25
    }

    .est-body {
      display: grid;
      grid-template-columns: 340px 1fr;
      min-height: 520px
    }

    .est-left {
      padding: 32px 36px;
      border-right: 1px solid var(--bd);
      display: flex;
      flex-direction: column;
      gap: 26px
    }

    .est-section-label {
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 500;
      margin-bottom: 10px
    }

    .est-presets {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-bottom: 10px
    }

    .est-preset {
      height: 34px;
      padding: 0 14px;
      border-radius: 4px;
      border: 1.5px solid var(--bd);
      background: var(--white);
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: var(--mid);
      cursor: pointer;
      transition: all .15s
    }

    .est-preset:hover {
      border-color: var(--yd);
      color: var(--bk)
    }

    .est-preset.active {
      background: var(--bk);
      border-color: var(--bk);
      color: var(--white)
    }

    .est-slider {
      width: 100%;
      -webkit-appearance: none;
      appearance: none;
      height: 3px;
      background: var(--bd);
      border-radius: 2px;
      outline: none;
      cursor: pointer;
      margin-top: 4px
    }

    .est-slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      background: var(--bk);
      border-radius: 50%;
      cursor: pointer;
      border: 2px solid var(--white);
      box-shadow: 0 1px 4px rgba(0, 0, 0, .18)
    }

    .est-slider-val {
      font-size: 12px;
      color: var(--mid);
      margin-top: 6px
    }

    .est-slider-val strong {
      font-size: 14px;
      color: var(--bk);
      font-weight: 700
    }

    .est-radios {
      display: flex;
      flex-direction: column;
      gap: 7px
    }

    .est-radio {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 9px 13px;
      border-radius: 6px;
      border: 1.5px solid var(--bd);
      cursor: pointer;
      transition: all .15s;
      font-size: 13px;
      color: var(--mid)
    }

    .est-radio:hover {
      border-color: var(--yd)
    }

    .est-radio.active {
      border-color: var(--bk);
      background: var(--bg);
      color: var(--bk)
    }

    .est-radio input {
      display: none
    }

    .est-radio-dot {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      border: 2px solid var(--bd);
      flex-shrink: 0;
      transition: all .15s;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .est-radio.active .est-radio-dot {
      border-color: var(--bk);
      background: var(--bk)
    }

    .est-radio.active .est-radio-dot::after {
      content: '';
      width: 4px;
      height: 4px;
      background: var(--white);
      border-radius: 50%
    }

    /* RIGHT */
    .est-right {
      display: flex;
      flex-direction: column;
      position: relative
    }

    .est-phase {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      transition: opacity .25s;
      overflow-y: auto
    }

    .est-phase.hidden {
      opacity: 0;
      pointer-events: none
    }

    /* PHASE 0: ゲート */
    .phase0-inner {
      display: flex;
      flex-direction: column;
      height: 100%
    }

    .phase0-blur {
      padding: 28px 36px 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 1
    }

    .blur-card {
      border: 1px solid var(--bd);
      border-radius: 8px;
      padding: 18px 20px;
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 4px;
      align-items: center
    }

    .blur-card-left {
      display: flex;
      flex-direction: column;
      gap: 3px
    }

    .blur-badge {
      font-size: 9px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 500
    }

    .blur-plan {
      font-size: 13px;
      font-weight: 700;
      color: var(--bd)
    }

    .blur-tags {
      display: flex;
      gap: 6px;
      flex-wrap: wrap
    }

    .blur-tag {
      font-size: 10px;
      color: var(--bd);
      border: 1px solid var(--bd);
      border-radius: 3px;
      padding: 1px 7px
    }

    .blur-price {
      text-align: right
    }

    .blur-num {
      font-size: 22px;
      font-weight: 700;
      color: var(--bd);
      letter-spacing: -.02em
    }

    .blur-per {
      font-size: 11px;
      color: var(--bd)
    }

    .blur-overlay {
      position: absolute;
      inset: 0;
      backdrop-filter: blur(3px);
      background: rgba(247, 248, 250, .55)
    }

    .blur-overlay-text {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: var(--muted)
    }

    .phase0-gate {
      padding: 20px 36px 32px
    }

    .gate-title {
      font-size: 15px;
      font-weight: 700;
      color: var(--bk);
      margin-bottom: 5px;
      line-height: 1.4;
      letter-spacing: -.01em
    }

    .gate-sub {
      font-size: 12px;
      color: var(--mid);
      margin-bottom: 18px;
      line-height: 1.6
    }

    .gate-fields {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 12px
    }

    .gate-field {
      display: flex;
      flex-direction: column;
      gap: 4px
    }

    .gate-label {
      font-size: 11px;
      color: var(--mid);
      font-weight: 500
    }

    .gate-input {
      border: 1.5px solid var(--bd);
      border-radius: 4px;
      padding: 9px 11px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      color: var(--bk);
      width: 100%;
      transition: border-color .15s
    }

    .gate-input:focus {
      outline: none;
      border-color: var(--yd)
    }

    .gate-input.err {
      border-color: #e00055
    }

    .gate-err {
      font-size: 11px;
      color: #e00055;
      display: none
    }

    .gate-err.show {
      display: block
    }

    .gate-submit {
      height: 46px;
      background: var(--bk);
      color: var(--white);
      border: none;
      border-radius: 6px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      letter-spacing: .04em;
      transition: background .15s;
      width: 100%
    }

    .gate-submit:hover {
      background: #2a3040
    }

    .gate-note {
      font-size: 11px;
      color: var(--muted);
      text-align: center;
      margin-top: 8px
    }


    .phase1-inner {
      padding: 28px 36px 36px;
      display: flex;
      flex-direction: column;
      gap: 14px
    }

    .result-sent {
      font-size: 11px;
      color: var(--gn);
      background: #f0faf5;
      border: 1px solid #c3e6d0;
      border-radius: 4px;
      padding: 8px 12px;
      margin-bottom: 4px
    }

    .result-head {
      font-size: 11px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--yd);
      font-weight: 700
    }


    .r-card {
      border: 1.5px solid var(--bd);
      border-radius: 8px;
      padding: 18px 20px;
      transition: all .15s;
      cursor: pointer;
      position: relative
    }

    .r-card:hover {
      border-color: var(--yd)
    }

    .r-card.rec {
      border-color: var(--bk);
      background: var(--bg)
    }

    .r-badge {
      position: absolute;
      top: -1px;
      left: 14px;
      background: var(--bk);
      color: var(--white);
      font-size: 9px;
      font-weight: 700;
      letter-spacing: .08em;
      padding: 2px 8px;
      border-radius: 0 0 4px 4px
    }

    .r-card-inner {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 8px;
      align-items: start
    }

    .r-card-left {
      padding-top: 10px
    }

    .r-card-tag {
      font-size: 10px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 500;
      margin-bottom: 5px
    }

    .r-card-edition {
      font-size: 14px;
      font-weight: 700;
      color: var(--bk);
      margin-bottom: 3px
    }

    .r-card-reason {
      font-size: 12px;
      color: var(--mid);
      line-height: 1.5;
      margin-bottom: 8px
    }

    .r-card-feats {
      display: flex;
      flex-wrap: wrap;
      gap: 5px
    }

    .r-feat {
      font-size: 10px;
      color: var(--mid);
      background: var(--bg2);
      border-radius: 3px;
      padding: 2px 7px;
      border: 1px solid var(--bd)
    }

    .r-card-price {
      text-align: right;
      padding-top: 10px
    }

    .r-per-day {
      font-size: 28px;
      font-weight: 700;
      color: var(--bk);
      letter-spacing: -.03em;
      line-height: 1
    }

    .r-per-day-unit {
      font-size: 12px;
      font-weight: 400;
      color: var(--mid)
    }

    .r-per-month {
      font-size: 15px;
      font-weight: 700;
      color: var(--yd);
      margin-top: 4px
    }

    .r-per-month-unit {
      font-size: 11px;
      font-weight: 400;
      color: var(--muted)
    }

    .r-total {
      font-size: 11px;
      color: var(--muted);
      margin-top: 3px
    }


    .r-common {
      background: var(--ybg);
      border: 1px solid var(--ybd);
      border-radius: 6px;
      padding: 14px 16px
    }

    .r-common-label {
      font-size: 10px;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 8px
    }

    .r-common-items {
      display: flex;
      flex-wrap: wrap;
      gap: 6px
    }

    .r-common-item {
      font-size: 11px;
      color: var(--bk);
      background: var(--y);
      border-radius: 3px;
      padding: 3px 9px;
      font-weight: 500
    }


    .r-note {
      font-size: 11px;
      color: var(--muted);
      line-height: 1.6;
      padding: 10px 14px;
      background: var(--bg2);
      border-radius: 4px
    }

    .r-assurance {
      padding: 12px 16px;
      border-left: 3px solid var(--bk)
    }

    .r-assurance strong {
      font-size: 13px;
      font-weight: 700;
      color: var(--bk);
      display: block;
      margin-bottom: 2px
    }

    .r-assurance span {
      font-size: 12px;
      color: var(--mid)
    }

    .r-test-banner {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      padding: 10px 14px;
      background: #f0f7ff;
      border: 1px solid #c8e0f8;
      border-radius: 6px
    }

    .r-test-icon {
      font-size: 16px;
      flex-shrink: 0;
      margin-top: 1px
    }

    .r-test-title {
      font-size: 12px;
      font-weight: 700;
      color: #1a5fa8;
      margin-bottom: 2px
    }

    .r-test-sub {
      font-size: 11px;
      color: #5a80a8;
      line-height: 1.5
    }

    .r-perk {
      background: var(--ybg);
      border: 1px solid var(--ybd);
      border-radius: 6px;
      padding: 14px 16px;
      margin-bottom: -2px
    }

    .r-perk-label {
      font-size: 10px;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--yd);
      font-weight: 700;
      margin-bottom: 4px
    }

    .r-perk-text {
      font-size: 13px;
      color: var(--bk);
      font-weight: 500;
      margin-bottom: 4px
    }

    .r-perk-items {
      display: flex;
      flex-direction: column;
      gap: 3px;
      margin-top: 6px
    }

    .r-perk-item {
      font-size: 11px;
      color: var(--mid);
      padding-left: 10px;
      position: relative;
      line-height: 1.5
    }

    .r-perk-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 4px;
      height: 4px;
      background: var(--y);
      border-radius: 50%
    }

    .r-cta-main {
      height: 48px;
      background: var(--y);
      color: var(--bk);
      border: none;
      border-radius: 6px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      transition: background .15s;
      width: 100%
    }

    .r-cta-main:hover {
      background: var(--yd)
    }

    .r-cta-sub {
      height: 38px;
      background: var(--white);
      color: var(--mid);
      border: 1.5px solid var(--bd);
      border-radius: 6px;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 13px;
      cursor: pointer;
      transition: all .15s;
      width: 100%
    }

    .r-cta-sub:hover {
      border-color: var(--bk);
      color: var(--bk)
    }

    @media(max-width:768px) {
      .est-body {
        grid-template-columns: 1fr
      }

      .est-left {
        border-right: none;
        border-bottom: 1px solid var(--bd);
        padding: 24px 20px
      }

      .est-header {
        padding: 24px 20px 20px
      }

      .phase0-blur,
      .phase1-inner {
        padding: 20px
      }

      .phase0-gate {
        padding: 16px 20px 24px
      }

      .faq-q {
        font-size:16px;
      }
    }




.ed7-wrap {
  width: 100%;
  overflow: hidden;
}

.ed7-scroll {
  display: flex;          
  overflow-x: auto;        
  overflow-y: hidden;    
  -webkit-overflow-scrolling: touch; 
  gap: 16px;             
  padding-bottom: 12px;   
}


.ed7-card {
  flex: 0 0 300px;      
  box-sizing: border-box;

}

.ed7-scroll::-webkit-scrollbar {
  height: 8px;              
}

.ed7-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;   
  border-radius: 4px;       
}

.ed7-scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 4px;
}


.ftbl-scroll {
  width: 100%;
  overflow-x: auto;     
  -webkit-overflow-scrolling: touch; 
  padding-bottom: 12px;    
}


.ftbl-scroll::-webkit-scrollbar {
  height: 8px;        
}

.ftbl-scroll::-webkit-scrollbar-thumb {
  background: #ccc;       
  border-radius: 4px;
}

.ftbl-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;   
border-radius: 4px;
}

.sec.by {
    margin: 0 calc(50% - 50vw);
}

.by {
    background: var(--ybg);
}
</style>


<!---------------------------------------------------------------------------------------------------------------------------------------------------------------
 ryoukin/kinou  end 
--------------------------------------------------------------------------------------------------------------------------------------------------------------->
<style>
<!-------------------------------------------------
会社案内
------------------------------------------------->
.phil-stat-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.phil-stat{
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.phil-stat-n{
  font-family: var(--fs);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--w);
  line-height: 1.1;
  margin-bottom: 8px;
}

.phil-stat-l{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.wed-common {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    padding: 20px 3%;
    margin: 40px 0 49px;
}

.final-num-com {
    gap: 8px;
    min-width: 160px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 22px;
}

/* story */
.story_conts {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.sc1{
    flex: 1;
}

.sc2{
    flex: 2;
}

.sig-name {
    margin-top: 5px;
    font-size: 15px;
}


/* story end*/

/* why */
.why_cates {
    display: flex;
    margin-bottom: 35px;
}

.why_conts1 {
    background-color: var(--bg2);
    padding: 23px 2%;
    flex: 1;
    max-width: 370px;
}

.why_conts1 h3 {
    font-size: 20px;
}

.why_conts2 {
    flex: 1;
    margin-left: 2%;
}

/* why end */


@media (max-width: 900px){
  .phil-stat-grid{
    gap: 10px;
  }
  .phil-stat{
    padding: 16px 12px;
  }
  .phil-stat-n{
    font-size: clamp(20px, 4vw, 26px);
  }
  .phil-stat-l{
    font-size: 11px;
  }
}

@media (max-width: 600px){
  .phil-stat-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .phil-stat{
    padding: 14px 8px;
    border-radius: 8px;
  }
  .phil-stat-n{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .phil-stat-l{
    font-size: 10.5px;
    line-height: 1.4;
  }
  .final-num-com {
    gap: 8px;
    min-width: 160px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 22px;
}
}



</style>
<!---------------------------------------------------
会社案内 end
--------------------------------------------------->




<style>
#voice_demo {
background-color:var(--ybg);
}
</style>

