  /* ------------------------
    共通リセット
  ------------------------ */
  body, h1, h2, h3, p, ul {
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Sans', sans-serif;
  }

  html{
    min-width: 350px;
  }

  body {
    line-height: 1.6;
    min-width: 350px;
  }

  .pc-only {
    display: block!important;
  }
  
  .sp-only {
    display:none!important;
  }



  /* ------------------------
    ヘッダー全体
  ------------------------ */
  .site-header {
    background-color: #fff;
    height: 76px;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000000;
    position: fixed;
    z-index: 10;
  }

  .header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 76px; */
  }

  /* ロゴ */
  .logo img {
    height: 50px;
    margin-top: 5px;
  }

  .header_text{
    font-weight: 400;
    margin-left:15px;
  }

  #main-top {
    position: relative;
    width: 100%;
    height: 35vw;
    background: url("./images/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-top: 72px;
    z-index: 1;
  }

  .FV1 {
    display: block;
    width: 100%!important;
    height: auto;
    min-width: 350px;
  }
  /* ▼ ここで文字を重ねる */
  .fv_h1 {
    position: absolute;
    top: 38%;        /* 上から50%（中央あたり） */
    left: 50%;
    transform: translate(-50%, -50%); /* 完全中央に寄せる */
    text-align: center;

    font-family: "Hiragino Sans", sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 1.3;

    background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
    padding: 4px 10px;
    margin-bottom:50px;
  }

  /* ▼ ここで文字を重ねる */
  .fv_h1_2 {
    position: absolute;
    top: 48%;        /* 上から50%（中央あたり） */
    left: 50%;
    transform: translate(-50%, -50%); /* 完全中央に寄せる */
    text-align: center;
    margin-top: 10px;

    font-family: "Hiragino Sans", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.3;

    background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
    padding: 4px 10px;
  }


  .fv_h2{
    position: absolute;
    top:67%;     /* 上から50%（中央あたり） */
    left: 50%;
    transform: translate(-50%, -50%); /* 完全中央に寄せる */

    text-align: center;
    font-size:24px;
  }

  /* fv.png の上に重ねるために absolute */
  .fv_col {
    position: absolute;
    bottom: 12px; /* 位置は調整可能 */
    left: 50%;
    transform: translateX(-50%);
    
    display: flex;
    gap: 20px;

    z-index: 10;
  }

  /* 各ボックス */
  .fv_col_text {
    width: 230px;
    background: #fff;
    padding: 20px 10px;
    text-align: center;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 0; /* 角丸なし */
    line-height: 1.4;
    font-size: 1.4em;
  }

  /* span の赤字 */
  .fv_col_text span {
    color: #FA4A42;
    font-weight: 700;
  }

  /* fv.png の下にボタンを重ねる */
  .fv_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32%;
    
    background: #F7B400;
    color: #06214D;
    padding: 20px 50px;
    
    border-radius: 58px;
    text-align: center;
    font-family: "Hiragino Sans", sans-serif;
    font-size: 24px;
    line-height: 1.4;

    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    display: inline-block;
    z-index: 20;
  }

  /* fv_btn_text（上の白字） */
  .fv_btn_text {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-shadow: 0 0 16px rgba(0,0,0,0.25);
    display: block;
    margin-bottom: 4px;
  }

  /* fv_btn_text2（下の青字） */
  .fv_btn_text2 {
    color: #06214D;
    font-size: 32px;
    font-weight: 700;
  }

  .fv_btn:hover {
    transform: translateX(-50%) translateY(-5px); /* ふわっと持ち上がる */
    box-shadow: 0 12px 20px rgba(0,0,0,0.3);
    filter: brightness(1.2); /* 光らせる */
  }


  .fv-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .fv-image {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 70%;
  }

    /* footer */

    footer {
      text-align: center;
      padding: 20px 0 0 0;
      margin-top: 0px;
      /* height: 186px; */
      font-size: 16px;
      font-weight: 300;
      /* margin-bottom: 69px; */
    }

    .site-footer {
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: sans-serif;
    }

    .footer-inner {
      align-items: center;
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }

    .footer-left .footer-logo {
      max-height: 80px; /* ロゴサイズ調整 */
    }

    .footer-center{
      width: 95%;
      margin: 0 auto;
      text-align: center;
    }

    .footer-center .company-address {
      font-size: 16px;
      margin: 0;
      line-height: 1.5;
      text-align: center;
    }

    .footer-copy {
      background-color: #F7B400;
      text-align: center;
      font-size: 12px;
      margin-bottom: 0px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    } 

    .footer-copy {
      align-items: center; /* 縦位置を中央揃え */
      font-size: 12px;
      color: #000000;
      padding: 20px 0;
    }

    .footer-copy a {
      color: inherit;
      text-decoration: underline;
    }

    .footer-copy a:hover {
      opacity: 0.8;
    }

    .footer-copy2{
      height: 18px;
      width: 100%;
      background-color: #FAE313;
    }

    .company-address{
      display: none;
    }

    .footer-left .footer-logo{
      margin-top: 20px;
      margin-bottom: 20px;
    }


    /* #sec2 */
    #sec2 {
      background: #F7B400;
      position: relative;
      padding: 100px 0; /* 上下スペース調整 */
      text-align: center;
    }

    /* 白い四角 */
    .sec2-box {
      width: 70%;
      margin: 15% auto 50px auto;
      background: #fff;
      border-radius: 30px;
      padding: 40px 30px 150px 30px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .sec2-box h2{
      color: #06214D;
      font-weight: 400;
      margin-bottom: 30px;
      font-size: 32px;
    }

    .sec2_item img{
      width: 40px;
    }

    .sec2_list{
      max-width:55%;
      margin: 0 auto;
      text-align: left;
      font-size: 24px;

      display: flex;
      flex-direction: column; /* 縦並び */
      gap: 10px;              /* アイテム間のスペース */
    }

    .sec2_item {
      display: flex;
      align-items: center;    /* アイコンとテキストを上下中央揃え */
      gap: 12px;              /* アイコンとテキストの間隔 */
    }

    .sec2_icon {
      width: 40px;            /* アイコン幅固定 */
      height: 40px;           /* アイコン高さ固定 */
      object-fit: contain;    /* アイコンの縦横比を保持 */
    }

    .sec2_item span {
      line-height: 1.4;       /* テキスト行間の調整 */
    }

    /* 画像を白四角の上に重ねる */
    .sec2-img {
      position: absolute;
      top: -40px; /* 四角の上に被せる量 */
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; /* 白四角より上に表示 */
      max-width: 200px; /* 必要に応じてサイズ調整 */
    }

    .sec2_item3{
       width: 100%;
       margin-top: 10px;
    }

    .sec2-bg {
      width: 100%;
      overflow: hidden;    /* はみ出しを隠す場合 */
    }

    .sec2_front {
      position: absolute;
      bottom: -1px;           /* 下端に固定 */
      width: 100%;         /* 横幅いっぱい */
      z-index: 5;          /* 他要素との重なり順 */
    }

    .sec2_front img {
      width: 100%;         /* 画像も横幅100% */
      display: block;
    }

    /* 左側に配置、幅200px */
    .sec2_front_right {
      right: 13%; /* 左端 */
      top: 330px;  /* 必要に応じて上下位置調整 */
      width: 250px;
      height: auto;
    }

    /* 右側に配置、幅250px */
    .sec2_front_left {
      left: 13%; /* 右端 */
      top: 480px;
      width: 200px;
      height: auto;
    }

    /* 中央下に配置、幅500px */
    .sec2_front_under {
      left: 50%; /* 横中央 */
      transform: translateX(-50%); /* 中央揃え */
      bottom: 100px; /* 下端 */
      width: 500px;
      height: auto;
    }

    /* デフォルトの画像サイズ調整 */
    .sec2_front img {
      display: block;
      width: 100%;
      height: auto;
    }

    /* section3 全体 */
    #sec3 {
      text-align: center; /* すべて中央揃え */
      background-image: url(images/sec3_bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 60px 20px;
    }

    /* sec3_box 内テキスト */
    #sec3 .sec3_box p {
      font-size: 24px;
      margin: 0;
      color:#06214D;
    }

    #sec3 .sec3_text {
      font-size: 32px;
      background-color: #F5F5F5;
      display: inline-block; /* 幅をテキストに合わせる */
      padding: 10px 20px;
      margin: 0 0 30px 0;
      color:#06214D;
    }

    #sec3 .sec3_text_span {
      color: #FA5B53;
    }

    /* sec3_column 横並び3カラム */
    #sec3 .sec3_column {
      display: flex;
      justify-content: center; /* 横中央揃え */
      gap: 20px; /* カラム間の余白 */
      flex-wrap: wrap; /* スマホで折り返す */
      margin-top: 20px;
    }

    /* 各カラム */
    #sec3 .sec3_col {
      background-color: #F7B400;
      width: 330px;
      color:#06214D;
      padding: 5px 20px 35px 20px;
      box-sizing: border-box;
      text-align: left; /* 数字だけ左寄せ、テキストは中央寄せにしたい場合は内部調整 */
    }

    /* カラム内の番号 */
    #sec3 .sec3_num {
      font-size: 40px;
      text-align: left;
      margin: 0 0 10px 0;
      color: #fff;
    }

    /* カラム内の本文 */
    #sec3 .sec3_col p {
      font-size: 22px;
      text-align: center; /* 数字以外は中央揃え */
    }

    #sec3 h2{
      color:#06214D;
      font-size: 32px;
      font-weight: 400;
    }

    p.sec3_point {
      padding-top: 50px;
    }

    p.sec3_flow {
      padding-top: 50px;
      font-size: 20px;
      color:#06214D;
    }

    .sec3_flow_img img {
      max-width: 1100px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }



    /* section4 全体 */
    #sec4 {
      position: relative; /* オーバーレイを重ねるために必要 */
      text-align: center;
      background-image: url(images/sec4_bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 60px 20px;
      z-index: 1;
    }

    /* 白い半透明カバー */
    #sec4::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8); /* 白 + 透明度50% */
      z-index: -1; /* 背景より上、内容より下に配置 */
    }

    .sec4_text{
      color:#F7B400;
      font-size: 22px;
    }

    .sec4_flow_img img{
      width: 60%;
      margin: 0 auto;
    }

    /* 横3つの親コンテナ */
    .sec4_column {
      display: flex;
      justify-content: center;
      gap: 30px; /* カラムの余白 */
      flex-wrap: wrap; /* スマホで折り返し */
      margin-top: 40px;
      align-items: stretch; /* ← 各カラムの高さをそろえる */
    }

    /* 個別カラム */
    .sec4_col {
      position: relative;
      background: #fff;
      width: 25%; /* 3列 */
      min-width: 280px; /* スマホで崩れ防止 */
      padding: 25px 25px 30px 25px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      text-align: center;
      line-height: 1.7;
      display: flex;
      flex-direction: column; /* 縦並び */
    }

    /* Case のラベル */
    .sec4_case {
      position: absolute;
      top:-10px;
      width: 60%;
      left: 50%;
      transform: translateX(-50%);

      display: inline-block;
      background: #F7B400;
      color: #fff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      text-align: center;
    }

    /* UP の部分 */
    .up {
      color: #e60033;
      font-size: 14px;
    }

    /* ％ の部分 */
    .num {
      color: #e60033;
      font-size: 22px;
    }

    #sec4 h2{
      font-size: 24px;
      color:#06214D;
      font-weight:350;
      margin-top:20px;
    }

    #sec4 h3{
      font-size: 18px;
      color:#000;
      font-weight:350;
      margin-bottom: 15px;
    }

    #sec4 p{
      font-size: 15px;
      color:#000;
      font-weight:350;
      margin-bottom: 15px;
    }

    #sec4 h4{
      font-size: 16px;
      color:#000;
      font-weight:350;
      margin-top: 0;
    }

    .tiawase_flex {
      justify-content: center;
      color:#06214D;
      display: flex;
      align-items: center;  /* 文字の高さ揃え */
      gap: 5px;             /* 隙間（お好みで調整） */
      margin: 0 0 20px 0;
      font-size: 24px;
    }

    /* 画像の外枠（下に固定したいエリア） */
    .sec4_col_img {
      margin-top: auto; /* ← これが重要！画像を一番下に押し下げる */
      width: 100%;
    }

    /* 画像がカラム内にきれいに収まる */
    .sec4_col_img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      object-fit: cover;
    }

  /* section5 */

  #sec5 {
    position: relative; /* オーバーレイを重ねるために必要 */
    text-align: center;
    background-image: url(images/sec5_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    z-index: 1;
  }

  /* 白い半透明カバー */
  #sec5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 188, 32, 0.9); /* 白 + 透明度50% */
    z-index: -1; /* 背景より上、内容より下に配置 */
  }

  .sec5_img img{
    width: 85%;
    margin: 0px auto 30px auto;
    border-radius: 30px;
    padding:20px 10px 50px 10px;
    box-sizing: border-box;
    z-index: 1;
  }

  #sec5 h3{
    font-weight: 300;
    color: #fff;
  }

  .sec5_text{
    font-size: 24px;
    color:#06214D;
    margin-bottom: 20px;
  }
  
  .sec5_text span{
    font-size: 28px;
    color:#06214D;
  }

  .sec5_img{
    position: relative;
  }

  /* リスト全体 */
  .sec5_list {
    font-size: 20px;
    display: flex;
    flex-direction: column; /* 縦に並べる */
    gap: 12px; /* 各アイテムの間隔 */
  }

  .sec5_text2{
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 上寄せ */
    gap: 20px;
    color: #fff;
    box-sizing: border-box;
    z-index: 2; /* 画像の上に表示 */
    font-size: 28px;
    color:#06214D;
  }

  .sec5_text2 h2{
    line-height: 1.2; 
    margin-bottom: 10px;
  }

  .koutei{
    background-color: #06214D;
    color: #fff;
    padding: 5px 50px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 350;
  }

  .sec5_text2 .service{
    font-size: 16px;
    color:#06214D;
    font-weight: 350;
  }

  .sec5_item{
    margin-bottom: 10px;
  }

  /* section6 */

  #sec6 {
    position: relative; /* オーバーレイを重ねるために必要 */
    text-align: center;
    background-image: url(images/sec6_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    z-index: 1;
  }

  /* 半透明カバー */
  #sec6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.6); /* 白 + 透明度50% */
    z-index: -1; /* 背景より上、内容より下に配置 */
  }

  .sec6_h1 h1{
    color: #fff;
    font-weight: 350;
    font-size: 28px;
  }

  .sec6_h1 h2{
    color: #F7B400;
    font-weight: 350;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec6_text{
    color: #fff;
    margin-bottom: 20px;
  }

  #sec6 h3{
    color: #fff;
    font-weight: 350;
    font-size: 16px;
  }

  

  /* テーブル */
  .price-table {
    width: 70%;
    margin: 0 auto 30px auto;
    border-collapse: collapse;
    font-size: 18px;
  }

  .price-table th,
  .price-table td {
    padding: 10px;
    text-align: left;
  }

  /* ヘッダー */
  .price-table th {
    background: #06214D;
    font-weight: 350;
    color: #fff;
  }

  /* 1列目 */
  .price-table td:nth-child(1) {
    background: #D6D9DE;
    color: #06214D;
  }

  /* 2列目 */
  .price-table td:nth-child(2) {
    background: #fff;
    color: #06214D;
  }

  /* 3列目 */
  .price-table td:nth-child(3) {
    background: #D6D9DE;
    color: #06214D;
  }



  /* セクション全体を中央揃え */
  #sec7 {
    text-align: center;
    padding: 60px 20px;
  }

  /* まずは */
  .sec7_h1 h1 {
    background: #06214D;
    color: #fff;
    width: 300px;
    margin: 0 auto 10px; /* 中央寄せ＋下に余白 */
    padding: 8px 0;
    font-size: 20px;
    border-radius: 6px;
  }

  /* 現状を整理するところから ▼ */
  .sec7_h1 h2 {
    color: #06214D;
    font-size: 24px;
    margin-bottom: 30px;
  }

  /* ボタン画像（350px） */
  .fv_btn img {
    width: 350px;
    display: block;
    margin: 0 auto;
  }

  /* 説明テキスト */
  .sec7_text {
    color: #06214D;
    font-size: 16px;
    margin-top: 15px;
  }

  .fv_btn img:hover {
    transform: scale(1.03);
    transition: 0.3s;
  }

  .sec7_item {
    width: 550px;
    display: block;
    margin: 0 auto;
  }

  /* ホバー時：光る + 少し拡大 */
  .sec7_item:hover {
    transform: scale(1.05); /* 拡大 */
    filter: brightness(1.2); /* 光らせる */
  }





/* 1500px以下（スマホ） */
@media screen and (max-width: 1500px) {
  
  /* #sec2 */
  #sec2 {
    background: #F7B400;
    position: relative;
    padding: 100px 0; /* 上下スペース調整 */
    text-align: center;
  }

  /* 白い四角 */
  .sec2-box {
    width: 80%;
    margin: 15% auto 30px auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 10px 150px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }

  .sec2-box h2{
    color: #06214D;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 32px;
  }

  .sec2_item img{
    width: 40px;
  }

  .sec2_list{
    max-width:60%;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;

    display: flex;
    flex-direction: column; /* 縦並び */
    gap: 10px;              /* アイテム間のスペース */
  }

  .sec2_item {
    display: flex;
    align-items: center;    /* アイコンとテキストを上下中央揃え */
    gap: 12px;              /* アイコンとテキストの間隔 */
  }

  .sec2_icon {
    width: 40px;            /* アイコン幅固定 */
    height: 40px;           /* アイコン高さ固定 */
    object-fit: contain;    /* アイコンの縦横比を保持 */
  }

  .sec2_item span {
    line-height: 1.4;       /* テキスト行間の調整 */
  }

  /* 画像を白四角の上に重ねる */
  .sec2-img {
    position: absolute;
    top: -40px; /* 四角の上に被せる量 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* 白四角より上に表示 */
    max-width: 200px; /* 必要に応じてサイズ調整 */
  }

  .sec2_item3{
      width: 100%;
      margin-top: 10px;
  }

  .sec2-bg {
    width: 100%;
    overflow: hidden;    /* はみ出しを隠す場合 */
  }

  .sec2_front {
    position: absolute;
    width: 100%;         /* 横幅いっぱい */
    z-index: 5;          /* 他要素との重なり順 */
  }

  .sec2_front img {
    width: 100%;         /* 画像も横幅100% */
    display: block;
  }

  /* 左側に配置、幅200px */
  .sec2_front_right {
    right: 5%; /* 左端 */
    top: 330px;  /* 必要に応じて上下位置調整 */
    width: 230px;
    height: auto;
  }

  /* 右側に配置、幅250px */
  .sec2_front_left {
    left: 5%; /* 右端 */
    top: 480px;
    width: 180px;
    height: auto;
  }

  /* 中央下に配置、幅500px */
  .sec2_front_under {
    left: 50%; /* 横中央 */
    transform: translateX(-50%); /* 中央揃え */
    bottom: 100px; /* 下端 */
    width: 480px;
    height: auto;
  }

  /* デフォルトの画像サイズ調整 */
  .sec2_front img {
    display: block;
    width: 100%;
    height: auto;
  }



  /* section5 */

  .sec5_img img{
    width: 90%;
    margin: 0px auto 30px auto;
    border-radius: 30px;
    padding:20px 10px 50px 10px;
    box-sizing: border-box;
    z-index: 1;
  }

  #sec5 h3{
    font-weight: 300;
    color: #fff;
  }

  .sec5_text{
    font-size: 24px;
    color:#06214D;
    margin-bottom: 20px;
  }
  
  .sec5_text span{
    font-size: 28px;
    color:#06214D;
  }

  .sec5_img{
    position: relative;
  }

  /* リスト全体 */
  .sec5_list {
    font-size: 20px;
    display: flex;
    flex-direction: column; /* 縦に並べる */
    gap: 12px; /* 各アイテムの間隔 */
  }

  .sec5_text2{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 上寄せ */
    gap: 20px;
    color: #fff;
    box-sizing: border-box;
    z-index: 2; /* 画像の上に表示 */
    font-size: 28px;
    color:#06214D;
  }

  .sec5_text2 h2{
    line-height: 1.2; 
    margin-bottom: 5px;
  }

  .koutei{
    background-color: #06214D;
    color: #fff;
    padding: 5px 50px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 350;
  }

  .sec5_text2 .service{
    font-size: 16px;
    color:#06214D;
    font-weight: 350;
  }

  .sec5_item{
    margin-bottom: 5px;
  }

    

  }


  /* 1200px以下（スマホ） */
  @media screen and (max-width: 1200px) {

    /* ▼ ここで文字を重ねる */
    .fv_h1 {
      position: absolute;
      top: 42%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 300;
      font-size: 32px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
    }

    /* ▼ ここで文字を重ねる */
    .fv_h1_2 {
      position: absolute;
      top: 52%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 400;
      font-size: 40px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
    }


    .fv_h2{
      position: absolute;
      top: 68%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */

      text-align: center;
      font-size: 18px;
    }

    /* fv.png の上に重ねるために absolute */
    .fv_col {
      position: absolute;
      bottom: 20px; /* 位置は調整可能 */
      left: 50%;
      transform: translateX(-50%);
      
      display: flex;
      gap: 20px;

      z-index: 10;
    }

    /* 各ボックス */
    .fv_col_text {
      width: 170px;
      background: #fff;
      padding: 10px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border-radius: 0; /* 角丸なし */
      line-height: 1.4;
      font-size: 1em;
    }

    /* span の赤字 */
    .fv_col_text span {
      color: #FA4A42;
      font-weight: 700;
    }

    /* fv.png の下にボタンを重ねる */
    .fv_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -32%;
      
      background: #F7B400;
      color: #06214D;
      padding: 20px 50px;
      
      border-radius: 58px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-size: 18px;
      line-height: 1.4;

      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
      display: inline-block;
      z-index: 20;
    }

    /* fv_btn_text（上の白字） */
    .fv_btn_text {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      text-shadow: 0 0 16px rgba(0,0,0,0.25);
      display: block;
      margin-bottom: 4px;
    }

    /* fv_btn_text2（下の青字） */
    .fv_btn_text2 {
      color: #06214D;
      font-size: 22px;
      font-weight: 700;
    }


    /* #sec2 */
    #sec2 {
      background: #F7B400;
      position: relative;
      padding: 100px 0; /* 上下スペース調整 */
      text-align: center;
    }

    /* 白い四角 */
    .sec2-box {
      width: 80%;
      margin: 15% auto 30px auto;
      background: #fff;
      border-radius: 30px;
      padding: 40px 10px 150px 10px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .sec2-box h2{
      color: #06214D;
      font-weight: 400;
      margin-bottom: 30px;
      font-size: 32px;
    }

    .sec2_item img{
      width: 35px;
    }

    .sec2_list{
      max-width:70%;
      margin: 0 auto;
      text-align: left;
      font-size: 22px;

      display: flex;
      flex-direction: column; /* 縦並び */
      gap: 10px;              /* アイテム間のスペース */
    }

    .sec2_item {
      display: flex;
      align-items: center;    /* アイコンとテキストを上下中央揃え */
      gap: 12px;              /* アイコンとテキストの間隔 */
    }

    .sec2_icon {
      width: 40px;            /* アイコン幅固定 */
      height: 40px;           /* アイコン高さ固定 */
      object-fit: contain;    /* アイコンの縦横比を保持 */
    }

    .sec2_item span {
      line-height: 1.4;       /* テキスト行間の調整 */
    }

    /* 画像を白四角の上に重ねる */
    .sec2-img {
      position: absolute;
      top: -40px; /* 四角の上に被せる量 */
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; /* 白四角より上に表示 */
      max-width: 200px; /* 必要に応じてサイズ調整 */
    }

    .sec2_item3{
       width: 100%;
       margin-top: 10px;
    }

    .sec2-bg {
      width: 100%;
      overflow: hidden;    /* はみ出しを隠す場合 */
    }

    .sec2_front {
      position: absolute;
      width: 100%;         /* 横幅いっぱい */
      z-index: 5;          /* 他要素との重なり順 */
    }

    .sec2_front img {
      width: 100%;         /* 画像も横幅100% */
      display: block;
    }

    /* 左側に配置、幅200px */
    .sec2_front_right {
      right: 2%; /* 左端 */
      top: 330px;  /* 必要に応じて上下位置調整 */
      width: 200px;
      height: auto;
    }

    /* 右側に配置、幅250px */
    .sec2_front_left {
      left: 2%; /* 右端 */
      top: 450px;
      width: 180px;
      height: auto;
    }

    /* 中央下に配置、幅500px */
    .sec2_front_under {
      left: 50%; /* 横中央 */
      transform: translateX(-50%); /* 中央揃え */
      bottom: 100px; /* 下端 */
      width: 450px;
      height: auto;
    }

    /* デフォルトの画像サイズ調整 */
    .sec2_front img {
      display: block;
      width: 100%;
      height: auto;
    }


    /* section3 全体 */
    #sec3 {
      text-align: center; /* すべて中央揃え */
      background-image: url(images/sec3_bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 60px 20px;
    }

    /* sec3_box 内テキスト */
    #sec3 .sec3_box p {
      font-size: 24px;
      margin: 0;
      color:#06214D;
    }

    #sec3 .sec3_text {
      font-size: 32px;
      background-color: #F5F5F5;
      display: inline-block; /* 幅をテキストに合わせる */
      padding: 10px 20px;
      margin: 0 0 30px 0;
      color:#06214D;
    }

    #sec3 .sec3_text_span {
      color: #FA5B53;
    }

    /* sec3_column 横並び3カラム */
    #sec3 .sec3_column {
      display: flex;
      justify-content: center; /* 横中央揃え */
      gap: 20px; /* カラム間の余白 */
      flex-wrap: wrap; /* スマホで折り返す */
      margin-top: 20px;
    }

    /* 各カラム */
    #sec3 .sec3_col {
      background-color: #F7B400;
      width: 250px;
      color:#06214D;
      padding: 5px 10px 25px 10px;
      box-sizing: border-box;
      text-align: left; /* 数字だけ左寄せ、テキストは中央寄せにしたい場合は内部調整 */
    }

    /* カラム内の番号 */
    #sec3 .sec3_num {
      font-size: 40px;
      text-align: left;
      margin: 0 0 10px 0;
      color: #fff;
    }

    /* カラム内の本文 */
    #sec3 .sec3_col p {
      font-size: 22px;
      text-align: center; /* 数字以外は中央揃え */
    }

    #sec3 h2{
      color:#06214D;
      font-size: 32px;
      font-weight: 400;
    }

    p.sec3_point {
      padding-top: 50px;
    }

    p.sec3_flow {
      padding-top: 50px;
      font-size: 20px;
      color:#06214D;
    }

    .sec3_flow_img img {
      max-width: 1100px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }


    /* section4 全体 */
    #sec4 {
      position: relative; /* オーバーレイを重ねるために必要 */
      text-align: center;
      background-image: url(images/sec4_bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 50px 20px;
      z-index: 1;
    }

    /* 白い半透明カバー */
    #sec4::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8); /* 白 + 透明度50% */
      z-index: -1; /* 背景より上、内容より下に配置 */
    }

    .sec4_text{
      color:#F7B400;
      font-size: 20px;
    }

    .sec4_flow_img img{
      width: 70%;
      margin: 0 auto;
    }

    /* 横3つの親コンテナ */
    .sec4_column {
      display: flex;
      justify-content: center;
      gap: 20px; /* カラムの余白 */
      flex-wrap: wrap; /* スマホで折り返し */
      margin-top: 30px;
      align-items: stretch; /* ← 各カラムの高さをそろえる */
    }

    /* 個別カラム */
    .sec4_col {
      position: relative;
      background: #fff;
      width: 25%; /* 3列 */
      min-width: 200px; /* スマホで崩れ防止 */
      padding: 25px 15px 30px 15px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      text-align: center;
      line-height: 1.5;
      display: flex;
      flex-direction: column; /* 縦並び */
    }

    /* Case のラベル */
    .sec4_case {
      position: absolute;
      top:-10px;
      width: 60%;
      left: 50%;
      transform: translateX(-50%);

      display: inline-block;
      background: #F7B400;
      color: #fff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      text-align: center;
    }

    /* UP の部分 */
    .up {
      color: #e60033;
      font-size: 14px;
    }

    /* ％ の部分 */
    .num {
      color: #e60033;
      font-size: 22px;
    }

    #sec4 h2{
      font-size: 22px;
      color:#06214D;
      font-weight:350;
      margin-top:20px;
    }

    #sec4 h3{
      font-size: 16px;
      color:#000;
      font-weight:350;
      margin-bottom: 15px;
    }

    #sec4 p{
      font-size: 14px;
      color:#000;
      font-weight:350;
      margin-bottom: 15px;
    }

    #sec4 h4{
      font-size: 16px;
      color:#000;
      font-weight:350;
      margin-top: 0;
    }

    .tiawase_flex {
      justify-content: center;
      color:#06214D;
      display: flex;
      align-items: center;  /* 文字の高さ揃え */
      gap: 5px;             /* 隙間（お好みで調整） */
      margin: 0 0 20px 0;
      font-size: 22px;
    }

    /* 画像の外枠（下に固定したいエリア） */
    .sec4_col_img {
      margin-top: auto; /* ← これが重要！画像を一番下に押し下げる */
      width: 100%;
    }

    /* 画像がカラム内にきれいに収まる */
    .sec4_col_img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      object-fit: cover;
    }


    /* section5 */

    #sec5{
      padding: 40px 0;
    }

    .sec5_img img{
      width: 100%;
      margin: 0px auto 30px auto;
      border-radius: 30px;
      padding:20px 10px 50px 10px;
      box-sizing: border-box;
      z-index: 1;
    }

    #sec5 h3{
      font-weight: 300;
      color: #fff;
      font-size: 16px;
    }

    .sec5_text{
      font-size: 20px;
      color:#06214D;
      margin-bottom: 20px;
    }
    
    .sec5_text span{
      font-size: 24px;
      color:#06214D;
    }

    .sec5_img{
      position: relative;
    }

    /* リスト全体 */
    .sec5_list {
      font-size: 18px;
      display: flex;
      flex-direction: column; /* 縦に並べる */
      gap: 12px; /* 各アイテムの間隔 */
    }

    .sec5_text2{
      position: absolute;
      top: 100px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* 上寄せ */
      gap: 20px;
      color: #fff;
      box-sizing: border-box;
      z-index: 2; /* 画像の上に表示 */
      font-size: 24px;
      color:#06214D;
    }

    .sec5_text2 h2{
      line-height: 1.2; 
      margin-bottom: 5px;
    }

    .koutei{
      background-color: #06214D;
      color: #fff;
      padding: 5px 50px;
      border-radius: 50px;
      font-size: 22px;
      font-weight: 350;
    }

    .sec5_text2 .service{
      font-size: 16px;
      color:#06214D;
      font-weight: 350;
    }

    .sec5_item{
      margin-bottom: 0;
    }

 /* section6 */

  #sec6 {
    position: relative; /* オーバーレイを重ねるために必要 */
    text-align: center;
    background-image: url(images/sec6_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 10px;
    z-index: 1;
  }

  /* 半透明カバー */
  #sec6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.6); /* 白 + 透明度50% */
    z-index: -1; /* 背景より上、内容より下に配置 */
  }

  .sec6_h1 h1{
    color: #fff;
    font-weight: 350;
    font-size: 24px;
  }

  .sec6_h1 h2{
    color: #F7B400;
    font-weight: 350;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec6_text{
    color: #fff;
    margin-bottom: 20px;
  }

  #sec6 h3{
    color: #fff;
    font-weight: 350;
    font-size: 16px;
  }


  /* テーブル */
  .price-table {
    width: 90%;
    margin: 0 auto 30px auto;
    border-collapse: collapse;
    font-size: 16px;
  }

  .price-table th,
  .price-table td {
    padding: 10px;
    text-align: left;
  }

  /* ヘッダー */
  .price-table th {
    background: #06214D;
    font-weight: 350;
    color: #fff;
  }

  /* 1列目 */
  .price-table td:nth-child(1) {
    background: #D6D9DE;
    color: #06214D;
  }

  /* 2列目 */
  .price-table td:nth-child(2) {
    background: #fff;
    color: #06214D;
  }

  /* 3列目 */
  .price-table td:nth-child(3) {
    background: #D6D9DE;
    color: #06214D;
  }






  }




  /* 960px以下（スマホ） */
  @media screen and (max-width: 960px) {

    /* ▼ ここで文字を重ねる */
    .fv_h1 {
      position: absolute;
      top: 42%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 300;
      font-size: 28px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
    }

    /* ▼ ここで文字を重ねる */
    .fv_h1_2 {
      position: absolute;
      top: 52%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;
      margin-top: 2px;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
    }


    .fv_h2{
      position: absolute;
      top: 68%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */

      text-align: center;
      font-size: 16px;
    }

    /* fv.png の上に重ねるために absolute */
    .fv_col {
      position: absolute;
      bottom: 20px; /* 位置は調整可能 */
      left: 50%;
      transform: translateX(-50%);
      
      display: flex;
      gap: 20px;

      z-index: 10;
    }

    /* 各ボックス */
    .fv_col_text {
      width: 160px;
      background: #fff;
      padding: 10px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border-radius: 0; /* 角丸なし */
      line-height: 1.4;
      font-size: 0.95em;
    }

    /* span の赤字 */
    .fv_col_text span {
      color: #FA4A42;
      font-weight: 700;
    }

    /* fv.png の下にボタンを重ねる */
    .fv_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -32%;
      
      background: #F7B400;
      color: #06214D;
      padding: 20px 50px;
      
      border-radius: 58px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-size: 16px;
      line-height: 1.4;

      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
      display: inline-block;
      z-index: 20;
    }

    /* fv_btn_text（上の白字） */
    .fv_btn_text {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      text-shadow: 0 0 16px rgba(0,0,0,0.25);
      display: block;
      margin-bottom: 4px;
    }

    /* fv_btn_text2（下の青字） */
    .fv_btn_text2 {
      color: #06214D;
      font-size: 20px;
      font-weight: 700;
    }

    
    .fv-image {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      max-width: 80%;
    }


    /* #sec2 */
    #sec2 {
      background: #F7B400;
      position: relative;
      padding: 100px 0; /* 上下スペース調整 */
      text-align: center;
    }

    /* 白い四角 */
    .sec2-box {
      width: 90%;
      margin: 15% auto 30px auto;
      background: #fff;
      border-radius: 30px;
      padding: 40px 10px 100px 10px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .sec2-box h2{
      color: #06214D;
      font-weight: 400;
      margin-bottom: 30px;
      font-size: 24px;
    }

    .sec2_item img{
      width: 30px;
    }

    .sec2_list{
      max-width:75%;
      margin: 0 auto;
      text-align: left;
      font-size: 18px;

      display: flex;
      flex-direction: column; /* 縦並び */
      gap: 10px;              /* アイテム間のスペース */
    }

    .sec2_item {
      display: flex;
      align-items: center;    /* アイコンとテキストを上下中央揃え */
      gap: 12px;              /* アイコンとテキストの間隔 */
    }

    .sec2_icon {
      width: 30px;            /* アイコン幅固定 */
      height: 30px;           /* アイコン高さ固定 */
      object-fit: contain;    /* アイコンの縦横比を保持 */
    }

    .sec2_item span {
      line-height: 1.4;       /* テキスト行間の調整 */
    }

    /* 画像を白四角の上に重ねる */
    .sec2-img {
      position: absolute;
      top: -40px; /* 四角の上に被せる量 */
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; /* 白四角より上に表示 */
      max-width: 200px; /* 必要に応じてサイズ調整 */
    }

    .sec2_item3{
       width: 100%;
       margin-top: 10px;
    }

    .sec2-bg {
      width: 100%;
      overflow: hidden;    /* はみ出しを隠す場合 */
    }

    .sec2_front {
      position: absolute;
      width: 100%;         /* 横幅いっぱい */
      z-index: 5;          /* 他要素との重なり順 */
    }

    .sec2_front img {
      width: 100%;         /* 画像も横幅100% */
      display: block;
    }

    /* 左側に配置、幅200px */
    .sec2_front_right {
      display: none;
    }

    /* 右側に配置、幅250px */
    .sec2_front_left {
      display: none;
    }

    /* 中央下に配置、幅500px */
    .sec2_front_under {
      left: 50%; /* 横中央 */
      transform: translateX(-50%); /* 中央揃え */
      bottom: 100px; /* 下端 */
      width: 350px;
      height: auto;
    }

    /* デフォルトの画像サイズ調整 */
    .sec2_front img {
      display: block;
      width: 100%;
      height: auto;
    }


    /* section3 全体 */
    #sec3 {
      text-align: center; /* すべて中央揃え */
      background-image: url(images/sec3_bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 40px 10px;
    }

    /* sec3_box 内テキスト */
    #sec3 .sec3_box p {
      font-size: 22px;
      margin: 0;
      color:#06214D;
    }

    #sec3 .sec3_text {
      font-size: 28px;
      background-color: #F5F5F5;
      display: inline-block; /* 幅をテキストに合わせる */
      padding: 10px 20px;
      margin: 0 0 30px 0;
      color:#06214D;
    }

    #sec3 .sec3_text_span {
      color: #FA5B53;
    }

    /* sec3_column 横並び3カラム */
    #sec3 .sec3_column {
      display: flex;
      justify-content: center; /* 横中央揃え */
      gap: 20px; /* カラム間の余白 */
      flex-wrap: wrap; /* スマホで折り返す */
      margin-top: 20px;
    }

    /* 各カラム */
    #sec3 .sec3_col {
      background-color: #F7B400;
      width: 200px;
      color:#06214D;
      padding: 5px 7px 22px 7px;
      box-sizing: border-box;
      text-align: left; /* 数字だけ左寄せ、テキストは中央寄せにしたい場合は内部調整 */
    }

    /* カラム内の番号 */
    #sec3 .sec3_num {
      font-size: 30px;
      text-align: left;
      margin: 0 0 10px 0;
      color: #fff;
    }

    /* カラム内の本文 */
    #sec3 .sec3_col p {
      font-size: 20px;
      text-align: center; /* 数字以外は中央揃え */
    }

    #sec3 h2{
      color:#06214D;
      font-size: 28px;
      font-weight: 400;
    }

    p.sec3_point {
      padding-top: 50px;
    }

    p.sec3_flow {
      padding-top: 50px;
      font-size: 18px;
      color:#06214D;
    }

    .sec3_flow_img img {
      max-width: 1100px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }



    /* section5 */

    .sec5_img img{
      width: 100%;
      margin: 0px auto 30px auto;
      border-radius: 30px;
      padding:20px 10px 50px 10px;
      box-sizing: border-box;
      z-index: 1;
    }

    #sec5 h3{
      font-weight: 300;
      color: #fff;
    }

    .sec5_text{
      font-size: 16px;
      color:#06214D;
      margin-bottom: 10px;
    }
    
    .sec5_text span{
      font-size: 20px;
      color:#06214D;
    }

    .sec5_img{
      position: relative;
    }

    /* リスト全体 */
    .sec5_list {
      font-size: 16px;
      display: flex;
      flex-direction: column; /* 縦に並べる */
      gap: 7px; /* 各アイテムの間隔 */
    }

    .sec5_text2{
      position: absolute;
      top: 90px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* 上寄せ */
      gap: 10px;
      color: #fff;
      box-sizing: border-box;
      z-index: 2; /* 画像の上に表示 */
      font-size: 20px;
      color:#06214D;
    }

    .sec5_text2 h2{
      line-height: 1.2; 
      margin-bottom: 5px;
    }

    .koutei{
      background-color: #06214D;
      color: #fff;
      padding: 5px 50px;
      border-radius: 50px;
      font-size: 20px;
      font-weight: 350;
    }

    .sec5_text2 .service{
      font-size: 14px;
      color:#06214D;
      font-weight: 350;
    }

    .sec5_item{
      margin-bottom: 0;
    }




  }




  /* 768px以下（スマホ） */
  @media screen and (max-width: 768px) {

    #main-top {
      padding-top: 60px;
    }

  
    /* ▼ ここで文字を重ねる */
    .fv_h1 {
      position: absolute;
      top: 40%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 300;
      font-size: 24px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
    }

    /* ▼ ここで文字を重ねる */
    .fv_h1_2 {
      position: absolute;
      top: 50%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 400;
      font-size: 26px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
    }

    .fv_h2{
      position: absolute;
      top: 70%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */

      text-align: center;
      font-size: 13px;
    }

    /* fv.png の上に重ねるために absolute */
    .fv_col {
      position: absolute;
      bottom: 5px; /* 位置は調整可能 */
      left: 50%;
      transform: translateX(-50%);
      
      display: flex;
      gap: 10px;

      z-index: 10;
    }

    /* 各ボックス */
    .fv_col_text {
      width: 100px;
      background: #fff;
      padding: 7px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border-radius: 0; /* 角丸なし */
      line-height: 1.2;
      font-size: 0.75em;
    }

    /* span の赤字 */
    .fv_col_text span {
      color: #FA4A42;
      font-weight: 700;
    }

    /* fv.png の下にボタンを重ねる */
    .fv_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -37%;
      
      background: #F7B400;
      color: #06214D;
      padding: 10px 20px;
      
      border-radius: 30px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-size: 14px;
      line-height: 1.2;

      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
      display: inline-block;
      z-index: 20;
    }

    /* fv_btn_text（上の白字） */
    .fv_btn_text {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      text-shadow: 0 0 16px rgba(0,0,0,0.25);
      display: block;
      margin-bottom: 4px;
    }

    /* fv_btn_text2（下の青字） */
    .fv_btn_text2 {
      color: #06214D;
      font-size: 16px;
      font-weight: 700;
    }

    .fv-image {
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      max-width: 95%;
    }

    .site-header {
      height: 60px;
    }

    .header_text{
      font-size: 10px;
    }


    .site-footer{
      height: auto;
    }


    /* #sec2 */
    #sec2 {
      background: #F7B400;
      position: relative;
      padding: 100px 0 80px 0; /* 上下スペース調整 */
      text-align: center;
    }

    /* 白い四角 */
    .sec2-box {
      width: 80%;
      margin: 12% auto 0px auto;
      background: #fff;
      border-radius: 30px;
      padding: 20px 10px 50px 10px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .sec2-box h2{
      color: #06214D;
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 22px;
    }

    .sec2_item img{
      width: 30px;
    }

    .sec2_list{
      max-width:80%;
      margin: 0 auto;
      text-align: left;
      font-size: 16px;

      display: flex;
      flex-direction: column; /* 縦並び */
      gap: 12px;              /* アイテム間のスペース */
    }

    .sec2_item {
      display: flex;
      align-items: center;    /* アイコンとテキストを上下中央揃え */
      gap: 5px;              /* アイコンとテキストの間隔 */
    }

    .sec2_icon {
      width: 25px;            /* アイコン幅固定 */
      height: 25px;           /* アイコン高さ固定 */
      object-fit: contain;    /* アイコンの縦横比を保持 */
    }

    .sec2_item span {
      line-height: 1.4;       /* テキスト行間の調整 */
    }

    /* 画像を白四角の上に重ねる */
    .sec2-img {
      position: absolute;
      top: -40px; /* 四角の上に被せる量 */
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; /* 白四角より上に表示 */
      max-width: 200px; /* 必要に応じてサイズ調整 */
    }

    .sec2_item3{
       width: 100%;
       margin-top: 10px;
    }

    .sec2-bg {
      width: 100%;
      overflow: hidden;    /* はみ出しを隠す場合 */
    }

    .sec2_front {
      position: absolute;
      width: 100%;         /* 横幅いっぱい */
      z-index: 5;          /* 他要素との重なり順 */
    }

    .sec2_front img {
      width: 100%;         /* 画像も横幅100% */
      display: block;
    }

    /* 左側に配置、幅200px */
    .sec2_front_right {
      display: none;
    }

    /* 右側に配置、幅250px */
    .sec2_front_left {
      display: none;
    }

    /* 中央下に配置、幅500px */
    .sec2_front_under {
      left: 50%; /* 横中央 */
      transform: translateX(-50%); /* 中央揃え */
      bottom: 20px; /* 下端 */
      width: 250px;
      height: auto;
    }

    /* デフォルトの画像サイズ調整 */
    .sec2_front img {
      display: block;
      width: 100%;
      height: auto;
    }



    
    /* section3 全体 */
    #sec3 {
      text-align: center; /* すべて中央揃え */
      background-image: url(images/sec3_bg.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 30px 10px;
    }

    /* sec3_box 内テキスト */
    #sec3 .sec3_box p {
      font-size: 18px;
      margin: 0;
      color:#06214D;
    }

    #sec3 .sec3_text {
      font-size: 24px;
      background-color: #F5F5F5;
      display: inline-block; /* 幅をテキストに合わせる */
      padding: 10px 20px;
      margin: 0 0 30px 0;
      color:#06214D;
    }

    #sec3 .sec3_text_span {
      color: #FA5B53;
    }

    /* sec3_column 横並び3カラム */
    #sec3 .sec3_column {
      display: flex;
      justify-content: center; /* 横中央揃え */
      gap: 15px; /* カラム間の余白 */
      flex-wrap: wrap; /* スマホで折り返す */
      margin-top: 20px;
    }

    /* 各カラム */
    #sec3 .sec3_col {
      background-color: #F7B400;
      width: 180px;
      color:#06214D;
      padding: 5px 7px 22px 7px;
      box-sizing: border-box;
      text-align: left; /* 数字だけ左寄せ、テキストは中央寄せにしたい場合は内部調整 */
    }

    /* カラム内の番号 */
    #sec3 .sec3_num {
      font-size: 25px;
      text-align: left;
      margin: 0 0 10px 0;
      color: #fff;
    }

    /* カラム内の本文 */
    #sec3 .sec3_col p {
      font-size: 16px;
      text-align: center; /* 数字以外は中央揃え */
    }

    #sec3 h2{
      color:#06214D;
      font-size: 24px;
      font-weight: 400;
    }

    p.sec3_point {
      padding-top: 30px;
    }

    p.sec3_flow {
      padding-top: 30px;
      font-size: 14px;
      color:#06214D;
    }

    .sec3_flow_img img {
      max-width: 1100px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }





    
    /* section5 */

    .sec5_img img{
      width: 100%;
      margin: 0px auto 30px auto;
      border-radius: 30px;
      padding:0;
      box-sizing: border-box;
      z-index: 1;
    }

    #sec5 h3{
      font-weight: 300;
      color: #fff;
      font-size: 14px;
    }

    .sec5_text{
      font-size: 16px;
      color:#06214D;
      margin-bottom: 10px;
    }
    
    .sec5_text span{
      font-size: 20px;
      color:#06214D;
    }

    .sec5_img{
      position: relative;
    }

    /* リスト全体 */
    .sec5_list {
      font-size: 90%;
      display: flex;
      flex-direction: column; /* 縦に並べる */
      gap: 5px; /* 各アイテムの間隔 */
    }

    .sec5_text2{
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* 上寄せ */
      gap: 0px;
      color: #fff;
      box-sizing: border-box;
      z-index: 2; /* 画像の上に表示 */
      font-size: 18px;
      color:#06214D;
    }

    .sec5_text2 h2{
      line-height: 1; 
      margin-bottom: 5px;
    }

    .koutei{
      background-color: #06214D;
      color: #fff;
      padding: 5px 40px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 350;
    }

    .sec5_text2 .service{
      font-size: 12px;
      color:#06214D;
      font-weight: 350;
    }

    .sec5_item{
      margin-bottom: 0;
    }




    /* セクション全体を中央揃え */
    #sec7 {
      text-align: center;
      padding: 60px 20px;
    }

    /* まずは */
    .sec7_h1 h1 {
      background: #06214D;
      color: #fff;
      width: 250px;
      margin: 0 auto 10px; /* 中央寄せ＋下に余白 */
      padding: 8px 0;
      font-size: 18px;
      border-radius: 6px;
    }

    /* 現状を整理するところから ▼ */
    .sec7_h1 h2 {
      color: #06214D;
      font-size: 18px;
      margin-bottom: 20px;
    }

    /* ボタン画像（350px） */
    .fv_btn img {
      width: 300px;
      display: block;
      margin: 0 auto;
    }

    /* 説明テキスト */
    .sec7_text {
      color: #06214D;
      font-size: 16px;
      margin-top: 10px;
    }

    .fv_btn img:hover {
      transform: scale(1.03);
      transition: 0.3s;
    }

    .sec7_item {
      width: 400px;
      display: block;
      margin: 0 auto;
    }

    /* ホバー時：光る + 少し拡大 */
    .sec7_item:hover {
      transform: scale(1.05); /* 拡大 */
      filter: brightness(1.2); /* 光らせる */
    }


  }


  
  /* 650px以下（スマホ） */
  @media screen and (max-width: 650px) {
    
    /* section5 */

    .sec5_img img{
      width: 100%;
      margin: 0px auto 30px auto;
      border-radius: 30px;
      padding:0;
      box-sizing: border-box;
      z-index: 1;
    }

    #sec5 h3{
      font-weight: 300;
      color: #fff;
      font-size: 14px;
    }

    .sec5_text{
      font-size: 16px;
      color:#06214D;
      margin-bottom: 10px;
    }
    
    .sec5_text span{
      font-size: 20px;
      color:#06214D;
    }

    .sec5_img{
      position: relative;
    }

    /* リスト全体 */
    .sec5_list {
      font-size: 80%;
      display: flex;
      flex-direction: column; /* 縦に並べる */
      gap: 2px; /* 各アイテムの間隔 */
    }

    .sec5_text2{
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* 上寄せ */
      gap: 0px;
      color: #fff;
      box-sizing: border-box;
      z-index: 2; /* 画像の上に表示 */
      font-size: 16px;
      color:#06214D;
    }

    .sec5_text2 h2{
      line-height: 1; 
      margin-bottom: 5px;
    }

    .koutei{
      background-color: #06214D;
      color: #fff;
      padding: 4px 40px;
      border-radius: 50px;
      font-size: 14px;
      font-weight: 350;
    }

    .sec5_text2 .service{
      font-size: 12px;
      color:#06214D;
      font-weight: 350;
    }

    .sec5_item{
      margin-bottom: 0;
    }


  }



    /* 485px以下（スマホ） */
  @media screen and (max-width: 485px) {

    #main-top {
      padding-top: 60px;
    }

  
    /* ▼ ここで文字を重ねる */
    .fv_h1 {
      position: absolute;
      top: 46%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
            width: 60%;
    }

    /* ▼ ここで文字を重ねる */
    .fv_h1_2 {
      position: absolute;
      top: 58%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */
      text-align: center;

      font-family: "Hiragino Sans", sans-serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 1.3;

      background: linear-gradient(to bottom, transparent 60%, #FCE50A 40%);
      padding: 4px 10px;
      width: 60%;
    }

    .fv_h2{
      position: absolute;
      top: 78%;        /* 上から50%（中央あたり） */
      left: 50%;
      transform: translate(-50%, -50%); /* 完全中央に寄せる */

      text-align: center;
      font-size: 12px;
      width: 100%;
    }

    /* fv.png の上に重ねるために absolute */
    .fv_col {
      position: absolute;
      bottom: -20px; /* 位置は調整可能 */
      left: 50%;
      transform: translateX(-50%);
      
      display: flex;
      gap: 10px;

      z-index: 10;
    }

    /* 各ボックス */
    .fv_col_text {
      width: 100px;
      background: #fff;
      padding: 5px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border-radius: 0; /* 角丸なし */
      line-height: 1.2;
      font-size: 0.8em;
    }

    /* span の赤字 */
    .fv_col_text span {
      color: #FA4A42;
      font-weight: 700;
    }

    /* fv.png の下にボタンを重ねる */
    .fv_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -60%;
      
      background: #F7B400;
      color: #06214D;
      padding: 10px 20px;
      
      border-radius: 30px;
      text-align: center;
      font-family: "Hiragino Sans", sans-serif;
      font-size: 14px;
      line-height: 1.2;

      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
      display: inline-block;
      z-index: 20;
      width: 65%;
    }

    /* fv_btn_text（上の白字） */
    .fv_btn_text {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      text-shadow: 0 0 16px rgba(0,0,0,0.25);
      display: block;
      margin-bottom: 4px;
    }

    /* fv_btn_text2（下の青字） */
    .fv_btn_text2 {
      color: #06214D;
      font-size: 18px;
      font-weight: 700;
    }

    .fv-image {
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      max-width: 90%;
    }

    .site-header {
      height: 60px;
    }

    .header_text{
      font-size: 10px;
    }

    .site-footer{
      height: auto;
    }

    .footer-copy {
      align-items: center;
      font-size: 10px;
      color: #000000;
      padding: 20px 0;
    }

    .footer-left img{
       width: 50%;
    }

    .logo img{
      height: 30px;
    }

    .header_text{
      margin-left: 5px;
    }

    
    /* #sec2 */
    #sec2 {
      background: #F7B400;
      position: relative;
      padding: 100px 0 60px 0; /* 上下スペース調整 */
      text-align: center;
    }

    /* 白い四角 */
    .sec2-box {
      width: 90%;
      margin: 12% auto 0px auto;
      background: #fff;
      border-radius: 30px;
      padding: 20px 10px 50px 10px;
      box-sizing: border-box;
      position: relative;
      z-index: 1;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .sec2-box h2{
      color: #06214D;
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 20px;
    }

    .sec2_item img{
      width: 30px;
    }

    .sec2_list{
      max-width:100%;
      margin: 0 auto;
      text-align: left;
      font-size: 14px;

      display: flex;
      flex-direction: column; /* 縦並び */
      gap: 12px;              /* アイテム間のスペース */
    }

    .sec2_item {
      display: flex;
      align-items: center;    /* アイコンとテキストを上下中央揃え */
      gap: 5px;              /* アイコンとテキストの間隔 */
    }

    .sec2_icon {
      width: 25px;            /* アイコン幅固定 */
      height: 25px;           /* アイコン高さ固定 */
      object-fit: contain;    /* アイコンの縦横比を保持 */
    }

    .sec2_item span {
      line-height: 1.4;       /* テキスト行間の調整 */
    }

    /* 画像を白四角の上に重ねる */
    .sec2-img {
      position: absolute;
      top: -40px; /* 四角の上に被せる量 */
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; /* 白四角より上に表示 */
      max-width: 200px; /* 必要に応じてサイズ調整 */
    }

    .sec2_item3{
       width: 100%;
       margin-top: 0px;
    }

    .sec2-bg {
      width: 100%;
      overflow: hidden;    /* はみ出しを隠す場合 */
    }

    .sec2_front {
      position: absolute;
      width: 100%;         /* 横幅いっぱい */
      z-index: 5;          /* 他要素との重なり順 */
    }

    .sec2_front img {
      width: 100%;         /* 画像も横幅100% */
      display: block;
    }

    /* 左側に配置、幅200px */
    .sec2_front_right {
      display: none;
    }

    /* 右側に配置、幅250px */
    .sec2_front_left {
      display: none;
    }

    /* 中央下に配置、幅500px */
    .sec2_front_under {
      left: 50%; /* 横中央 */
      transform: translateX(-50%); /* 中央揃え */
      bottom: 20px; /* 下端 */
      width: 250px;
      height: auto;
    }

    /* デフォルトの画像サイズ調整 */
    .sec2_front img {
      display: block;
      width: 100%;
      height: auto;
    }


    /* section3  */

    /* sec3_box 内テキスト */
    #sec3 .sec3_box p {
      font-size: 13px;
      margin: 0;
      color:#06214D;
    }

    #sec3 .sec3_text {
      font-size: 16px;
      background-color: #F5F5F5;
      display: inline-block; /* 幅をテキストに合わせる */
      padding: 10px 20px;
      margin: 0 0 10px 0;
      color:#06214D;
    }

    #sec3 .sec3_text_span {
      color: #FA5B53;
    }

    /* sec3_column 横並び3カラム */
    #sec3 .sec3_column {
      display: flex;
      justify-content: center; /* 横中央揃え */
      gap: 10px; /* カラム間の余白 */
      flex-wrap: wrap; /* スマホで折り返す */
      margin-top: 20px;
    }

    /* 各カラム */
    #sec3 .sec3_col {
      background-color: #F7B400;
      width: 70%;
      color:#06214D;
      padding: 2px 7px 28px 7px;
      box-sizing: border-box;
      text-align: left; /* 数字だけ左寄せ、テキストは中央寄せにしたい場合は内部調整 */
    }

    /* カラム内の番号 */
    #sec3 .sec3_num {
      font-size: 25px;
      text-align: left;
      margin: 0;
      color: #fff;
    }

    /* カラム内の本文 */
    #sec3 .sec3_col p {
      font-size: 16px;
      text-align: center; /* 数字以外は中央揃え */
    }

    #sec3 h2{
      color:#06214D;
      font-size: 18px;
      font-weight: 400;
    }

    p.sec3_point {
      padding-top: 15px;
    }

    p.sec3_flow {
      padding-top: 30px;
      font-size: 14px;
      color:#06214D;
    }

    .sec3_flow_img img {
      max-width: 1100px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }



    /* section4 全体 */
    #sec4 {
      padding: 30px 10px;
      z-index: 1;
    }

    .sec4_text{
      color:#F7B400;
      font-size: 18px;
    }

    .sec4_flow_img img{
      width: 90%;
      margin: 0 auto;
    }

    /* 横3つの親コンテナ */
    .sec4_column {
      display: flex;
      justify-content: center;
      gap: 20px; /* カラムの余白 */
      flex-wrap: wrap; /* スマホで折り返し */
      margin-top: 30px;
      align-items: stretch; /* ← 各カラムの高さをそろえる */
    }

    /* 個別カラム */
    .sec4_col {
      position: relative;
      background: #fff;
      width: 90%; /* 3列 */
      min-width: 200px; /* スマホで崩れ防止 */
      padding: 25px 15px 30px 15px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      text-align: center;
      line-height: 1.5;
      display: flex;
      flex-direction: column; /* 縦並び */
    }

    /* Case のラベル */
    .sec4_case {
      position: absolute;
      top:-10px;
      width: 60%;
      left: 50%;
      transform: translateX(-50%);

      display: inline-block;
      background: #F7B400;
      color: #fff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      text-align: center;
    }

    /* UP の部分 */
    .up {
      color: #e60033;
      font-size: 14px;
    }

    /* ％ の部分 */
    .num {
      color: #e60033;
      font-size: 22px;
    }

    #sec4 h2{
      font-size: 22px;
      color:#06214D;
      font-weight:350;
      margin-top:20px;
    }

    #sec4 h3{
      font-size: 16px;
      color:#000;
      font-weight:350;
      margin-bottom: 15px;
    }

    #sec4 p{
      font-size: 15px;
      color:#000;
      font-weight:350;
      margin-bottom: 15px;
    }

    #sec4 h4{
      font-size: 16px;
      color:#000;
      font-weight:350;
      margin-top: 0;
    }

    .tiawase_flex {
      justify-content: center;
      color:#06214D;
      display: flex;
      align-items: center;  /* 文字の高さ揃え */
      gap: 5px;             /* 隙間（お好みで調整） */
      margin: 0 0 20px 0;
      font-size: 22px;
    }

    /* 画像の外枠（下に固定したいエリア） */
    .sec4_col_img {
      margin-top: auto; /* ← これが重要！画像を一番下に押し下げる */
      width: 100%;
    }

    /* 画像がカラム内にきれいに収まる */
    .sec4_col_img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 8px;
      object-fit: cover;
    }


    

    
    /* section5 */

    #sec5{
      padding: 15px 0;
    }

    .sec5_img img{
      width: 100%;
      margin: 0px auto 30px auto;
      border-radius: 30px;
      padding:0;
      box-sizing: border-box;
      z-index: 1;
    }

    #sec5 h3{
      font-weight: 300;
      color: #fff;
      font-size: 12px;
    }

    .sec5_text{
      font-size: 14px;
      color:#06214D;
      margin-bottom: 10px;
      line-height: 1;
    }
    
    .sec5_text span{
      font-size: 18px;
      color:#06214D;
    }

    .sec5_img{
      position: relative;
    }

    /* リスト全体 */
    .sec5_list {
      font-size: 11px;
      display: flex;
      flex-direction: column; /* 縦に並べる */
      gap: 2px; /* 各アイテムの間隔 */
    }

    .sec5_text2{
      position: absolute;
      top: 40px;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* 上寄せ */
      gap: 5px;
      color: #fff;
      box-sizing: border-box;
      z-index: 2; /* 画像の上に表示 */
      font-size: 18px;
      color:#06214D;
    }

    .sec5_text2 h2{
      line-height: 0.6; 
      margin-bottom: 0px;
    }

    .koutei{
      background-color: #06214D;
      color: #fff;
      padding: 3px 30px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 350;
    }

    .sec5_text2 .service{
      font-size: 10px;
      color:#06214D;
      font-weight: 350;
    }

    .sec5_item{
      margin-bottom: 0;
    }

    /* section6 */

    .sec6_h1 h1{
      color: #fff;
      font-weight: 350;
      font-size: 20px;
    }

    .sec6_h1 h2{
      color: #F7B400;
      font-weight: 350;
      font-size: 18px;
      margin-bottom: 20px;
    }

    .sec6_text{
      color: #fff;
      margin-bottom: 15px;
      font-size: 14px;
    }

    #sec6 h3{
      color: #fff;
      font-weight: 350;
      font-size: 13px;
    }

    /* テーブル */
    .price-table {
      width: 100%;
      margin: 0 auto 0px auto;
      border-collapse: collapse;
      font-size: 12px;
    }

    .price-table th,
    .price-table td {
      padding: 5px 8px;
      text-align: left;
    }

    .table-wrap {
      width: 100%;
      margin-bottom: 20px;
      overflow-x: auto;      /* 横スクロール */
      -webkit-overflow-scrolling: touch; /* スムーズスクロール */
      scrollbar-width: thin; /* 細いスクロールバー（Firefox） */
    }

    .price-table {
      width: 150%;        /* ここで横幅180% */
      border-collapse: collapse;
      margin: 10px auto 0px auto;
    }

    

    /* セクション全体を中央揃え */
    #sec7 {
      text-align: center;
      padding: 40px 10px 10px 10px;
    }

    /* まずは */
    .sec7_h1 h1 {
      background: #06214D;
      color: #fff;
      width: 220px;
      margin: 0 auto 10px; /* 中央寄せ＋下に余白 */
      padding: 8px 0;
      font-size: 16px;
      border-radius: 6px;
    }

    /* 現状を整理するところから ▼ */
    .sec7_h1 h2 {
      color: #06214D;
      font-size: 16px;
      margin-bottom: 20px;
    }

    /* ボタン画像（350px） */
    .fv_btn img {
      width: 300px;
      display: block;
      margin: 0 auto;
    }

    /* 説明テキスト */
    .sec7_text {
      color: #06214D;
      font-size: 12px;
      margin-top: 10px;
    }

    .fv_btn img:hover {
      transform: scale(1.03);
      transition: 0.3s;
    }

    .sec7_item {
      width: 300px;
      display: block;
      margin: 0 auto;
    }

    /* ホバー時：光る + 少し拡大 */
    .sec7_item:hover {
      transform: scale(1.05); /* 拡大 */
      filter: brightness(1.2); /* 光らせる */
    }




    
    
  }

