/* ------------------------
      共通リセット
    ------------------------ */
    body, h1, h2, h3, p, ul {
      margin: 0;
      padding: 0;
    }

    body {
      font-family: sans-serif;
      line-height: 1.6;
    }

    .pc-only {
      display: block;
    }
    
    .sp-only {
      display:none;
    }

    /* デフォルトでは改行しない */
    .sp-br {
      display: none;
    }

    #service,
    #knowhow,
    #sinsei {
      scroll-margin-top: 90px; /* リンク時に上から120px余白 */
    }

    html {
      scroll-behavior: smooth;
    }


    /* ------------------------
      ヘッダー全体
    ------------------------ */
    .site-header {
      background-color: #fff;
      height: 76px;
      display: flex;
      align-items: center;
      width: 100%;
      color: #000000;
      position: fixed;
      z-index: 10;
    }

    .header-inner {
      width: 100%;
      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;
    }

    #main-top {
      background-image: url('./images/top_back.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; /* 横100% × 縦50% */
      padding-top: 76px;
      margin: 0 auto;
    }

    img.fv-image {
      display: block;   /* imgをブロック要素に変換 */
      margin: 20px auto 35px auto;   /* 左右中央寄せ */
      width: 50%;      
    }
    
    img.seo {
      display: block;   /* imgをブロック要素に変換 */
      margin: 20px auto 70px auto;   /* 左右中央寄せ */
      width: 50%;      
    }

    img.graph {
      display: block;   /* imgをブロック要素に変換 */
      margin: 40px auto;   /* 左右中央寄せ */
      width: 40%;      
    }

    .header-contact img {
      width: 200px;   /* 幅を200pxに指定 */
      height: auto;   /* アスペクト比を維持 */
      display: block; /* 不要な余白を防ぎ中央寄せしやすく */
      margin: 0 auto; /* 画像を中央に配置したい場合 */
    }

    /* ------------------------
      ナビゲーション共通
    ------------------------ */
    .main-nav ul {
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0;
      gap: 25px;
    }

    .main-nav {
      display: flex;       /* 横並び */
      flex-direction: row; /* PCは横方向 */
      list-style: none;
      gap: 20px;
    }

    .main-nav a {
      color: #000000;
      text-decoration: none;
      font-weight: bold;
      padding: 5px 10px;
      display: block;
      font-size: 15px;
    }

    .main-nav ul {
      display: flex;
      list-style: none;
      gap: 20px;
    }

    /* ハンバーガーメニューのデザイン */
    .hamburger {
      display: none;
      width: 30px;
      height: 22px;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      margin-top: 11px;
    }

    .hamburger span {
      display: block;
      height: 3px;
      background: #A52B29;
      border-radius: 2px;
    }

    .section-title {
      display: flex;             /* 横並びにして線と文章を整列 */
      align-items: center;       /* 縦中央揃え */
      justify-content: center;   /* 中央寄せ */
      gap: 10px;                 /* 線と文章の間隔 */
      font-size: 28px;
      color: #A52B29;
      margin: 60px 0;
      flex-wrap: wrap;           /* 文章が2行になっても中央寄せ */
    }

    .section-title::before,
    .section-title::after {
      width: 30%; 
      border-bottom: 2px solid #A52B29;
      margin: auto 10px;         /* 線と文章の間隔 */
    }

    .section-title span {
      font-weight: 600;
      display: block;            /* 文章を複数行にできる */
      text-align: center;        /* 中央揃え */
      line-height: 1.4;
    }

    /* 見出しの前後に実線を追加 */
    .section-title::before,
    .section-title::after {
      content: "";
      display: inline-block;
      width: 12%;   
      border-bottom: 3px solid #A52B29; 
      vertical-align: middle;
      margin: 0 10px;       /* 見出しとの間隔 */
    }

    .contact-buttons{
      width: 200px;
    }

    .free-btn {
      display: block;       /* imgをブロックにする */
      margin: 100px auto;
    }

    #free-btn {
      text-align: center;    /* 親で中央寄せ */
      margin-bottom: 50px;
    }

    .free-btn2 {
      display: block;        /* 下の余白を消す */
      width: 450px;          /* 画像サイズに合わせる */
      margin: 0;             /* 上下の余白は親で調整 */
    }

    .free-btn2 a {
      width: 450px;          /* 画像サイズに合わせる */
      padding: 0;            /* aタグの余白を消す */
    }

    #free-btn a {
      display: inline-block;  /* 画像サイズに合わせる */
      padding: 0;             /* aタグの余白を消す */
    }

    .sec4-1_seo1{
      width: 100%;
      margin:0 auto 30px auto!important;
      background-color: #E8E6D8;
      padding: 50px 0 30px 0;
    }

    .sec4-1_seo1 img{
      width: 50%;
    }

    .free-btn2 {
      display: block;        /* 下の余白を消す */
      width: 450px;          /* 画像サイズに合わせる */
      margin: 0px auto;        /* 中央寄せ */
    }

    .free-btn2 a {
      width: 450px;          /* 画像サイズに合わせる */
      padding: 0;            /* aタグの余白を消す */
    }

    /* sec1 */

    .two-column {
      display: flex;
      gap: 8vw;           /* カラム間のスペース */
      justify-content: center;   /* カラムを中央寄せ */
      padding: 20px 20px 50px 20px;             /* 全体の内側余白 */
    }

    .two-column h2{
      text-align: center;
    }

    .column {
      width: 489px;              /* カラムの固定幅 */
      height: auto;             /* カラムの固定高さ */
      background-color: #E8E6D8;
      border-radius: 48px;
      padding: 20px 45px;             /* カラム内の余白 */
      box-sizing: border-box;    /* padding込みでサイズ固定 */
    }

    .column h2 {
      color: #A52B29;
      margin-bottom: 15px;
      font-size: 20px;
    }

    .column ul {
      color: #000;
      list-style: disc;
      padding-left: 20px;
    }

    .column li {
      margin-bottom: 10px;
    }


    /* sec2 */

    /* section2タイトルのみ赤、下に画像 */
    .sec2-two-column {
      display: flex;
      justify-content: center;
      margin: 20px 0;
      flex-wrap: wrap;
      gap: 30px;
    }

    .sec2-column {
      background: none;       /* 背景なし */
      border-radius: 0;       /* ボーダーなし */
      width: auto;
      height: auto;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;    /* 中央寄せ */
    }

    .sec2-column h2 {
      color: #A52B29;        /* タイトル赤 */
      text-align: center;
      margin-bottom: 30px;
      font-size: 20px;
    }

    .sec2-column img {
      width: 100%;
      max-width: 450px;      /* 必要に応じて調整 */
      height: 350px;
      margin-bottom: 50px;
    }

    .sec2-column2,
    .sec2-column2.left,
    .sec2-column2.right {
      justify-content: center;
      flex-wrap: wrap; /* スマホ時は縦並びに */
      min-width: 200px;                /* 最小幅 */
      color: #A52B29;
      font-size: 16px;
      line-height: 1.8;
      padding: 30px 50px;
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: 500;
    }

    /* 左右のテキストに個別のマージン調整が必要なら */
    .sec2-column2.left {
      text-align: center;
      background-color: #E8E6D8; /* 背景色 */
      border-radius: 10px;      /* 角丸 */
    }

    .sec2-column2.right {
      text-align: center;
      background-color: #E8E6D8; /* 背景色 */
      border-radius: 10px;      /* 角丸 */
    }

    .sec2-last {
      background-color: #A52B29;  /* 赤背景 */
      border-radius: 0;           /* 角丸なし */
      padding: 20px 50px;         /* 上下20px、左右50px */
      color: #ffffff;              /* div内の文字色は白 */
      font-size: 20px;             /* ベース文字サイズ */
      line-height: 1.8;            /* 行間 */
      width: 60%;
      text-align: center;
      margin: 40px auto;
    }

    .sec2-span {
      color: #FFE65A;              /* span文字色は黄色 */
      font-size: 20px;             /* span文字サイズ */
    }


    /* sec3 */

    #sec3 {
      background-color: #FBEFEF;
      padding: 30px 0; /* 上下70px、左右0 */
    }

    .sec3-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 334px); /* PCは3列固定 */
      gap: 30px; /* アイテムの間隔 */
      justify-content: center; /* 全体を中央寄せ */
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .sec3-wrapper-item {
      width: 334px;
      height: 309px;
      background: #fff;
      color: #000;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      padding: 20px;
      box-sizing: border-box;
      text-align: center;
    }

    .sec3-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .sec3-wrapper-item p {
      font-size: 14px;
      line-height: 1.4;
      margin-top: 10px;
    }

    .sec3-wrapper-item img {
      max-width: 100%;
      height: auto;
      margin: 10px 0;
    }

    /* sec4 */

    .sec4-last {
      background-color: #A52B29;  /* 赤背景 */
      border-radius: 0;           /* 角丸なし */
      padding: 20px 50px;         /* 上下20px、左右50px */
      color: #ffffff;              /* div内の文字色は白 */
      font-size: 20px;             /* ベース文字サイズ */
      line-height: 1.8;            /* 行間 */
      width: 60%;
      text-align: center;
      margin: 40px auto 100px auto;
    }

    .sec4-span {
      color: #FFE65A;              /* span文字色は黄色 */
      font-size: 20px;             /* span文字サイズ */
    }

    /* 全体2カラム（PC時） */
    .sec4-two-column {
      display: grid;
      grid-template-columns: 1fr 1fr; /* 左右2分割 */
      gap: 40px;                      /* カラム間の余白 */
      align-items: center;             /* 縦位置を揃える */
      width: 60%;
      margin: 70px auto 0 auto;
    }

    /* 左カラム */
    .sec4-left {
      text-align: center;
    }

    .sec4-left .sec4-title {
      background-color: #FFE65A;  /* タイトルだけ黄色 */
      color: #A52B29;             /* 赤字 */
      font-size: 18px;
      padding: 10px 50px;   
      display: inline-block;
      margin-bottom: 30px;
      border-radius: 60px;
    }

    .sec4-left .sec4-item {
      max-width: 500px;           /* 画像サイズ調整 */
      height: auto;
      display: block;
      margin: 0 auto;        /* 中央寄せ＋下マージン */
    }

    .sec4-left .sec4-column2 {
      color: #A52B29; 
      font-weight: 600;
      font-size: 14px;
    }

    
    .sec4-left  {
      margin-top: 30px;
      color: #A52B29; 
      font-weight: 600;
      font-size: 14px;
    }

    /* 右カラム */
    .sec4-right {
      position: relative;
      text-align: center;
    }

    .sec4-right .sec4-item2 {
      width: 200px;               /* 丸画像サイズ */
      height: 200px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
    }

    .sec4-right .sec4-etc {
      position: absolute;
      top: 43%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #000;                /* 黒字 */
      font-size: 24px;
      font-weight: bold;
    }

    .sec4-text-s{
      font-weight: bold;
      text-align: center;
      width: 60%;
      margin: 30px auto 0 auto;
    }


    .sec4-1_seo1 {
      text-align: center;
    }

    .sec4-1_seo1 img {
      display: inline-block;
    }

    /* sec5 */

    #sec5 {
      background-color: #E8E6D8;
      padding: 30px 0;
      position: relative; /* 相対基準 */
    }

    .sec5-span {
      color: #A52B29;       /* 赤字 */
      font-size: 28px;      /* 32px */
      font-weight: bold;    /* 太字 */
    }

    .sec5-title {
      color: #A52B29;      /* 赤字 */
      font-size: 22px;     /* 22px */
      font-weight: bold;   /* 太字 */
      border-bottom: #A52B29 1px solid;
      margin-bottom: 10px;
    }

    .sec5-text-s{
      text-align: center;
      margin: 0 auto;
      font-weight: 600;
    }

    .sec5-wrapper-item p{
      text-align: left;
    }

    .sec5-02-item2 .sec5-title{
      margin-bottom: 20px;
    }

    .sec5-hyou_box {
      width: 50%;
      margin: 30px auto; /* 全体を中央寄せ */
    }

    .sec5-hyou_box img {
      display: block;     /* インライン要素をブロック化 */
      margin: 0 auto 50px; /* 画像を中央寄せ＋下に余白 */
      width: 100%;        /* 親要素（70%幅）の中で100%表示 */
      height: auto;       /* 比率維持 */
    }

    /* sec5全体ラッパー */
    .sec5-wrapper {
      display: grid;
      grid-template-rows: repeat(3, auto); /* 3段に分ける */
      gap: 80px; /* 段間の余白 */
      width: 60%;
      margin: 30px auto 120px auto;
      background-color: #fff;
      border-radius: 30px;
      padding: 30px 0;
    }

    /* 1つの横並び塊 */
    .sec5-wrapper-item {
      display: flex;
      justify-content: space-between; /* アイテム同士を横並び */
      align-items: center;
      gap: 0px;                      /* アイテム間の余白 */
      flex-wrap: wrap;                /* 幅狭い場合は折り返す */
    }

    /* 左側の item */
    .sec5-wrapper-item > div:nth-child(1) {
      flex: 1; /* 自動幅 */
      text-align: center;
    }

    /* 中央の item2（幅60%） */
    .sec5-wrapper-item > div:nth-child(2) {
      flex: 0 0 50%; /* 幅固定60% */
      text-align: left; /* 説明は左寄せ */
    }

    /* 右側の item3 */
    .sec5-wrapper-item > div:nth-child(3) {
      flex: 1; /* 自動幅 */
      text-align: center;
      position: relative; /* 中央文字配置用 */
    }

    /* 個々のアイテム */
    .sec5-01-item,
    .sec5-01-item2,
    .sec5-01-item3,
    .sec5-02-item,
    .sec5-02-item2,
    .sec5-02-item3,
    .sec5-03-item,
    .sec5-03-item2,
    .sec5-03-item3 {
      flex: 1;                 /* 横幅均等 */
      text-align: center;      /* 中央寄せ */
    }

    /* 画像のレスポンシブ */
    .sec5-wrapper-item img {
      max-width: 100%;
      height: auto;
    }

    .sec5-01-item3,
    .sec5-02-item3,
    .sec5-03-item3 {
      position: relative;   /* テキストを画像上に配置するため */
      text-align: center;
      display: inline-block; 
    }

    .sec5-01-item1 img,
    .sec5-02-item1 img,
    .sec5-03-item1 img {
      width: 120px;       /* 固定サイズ */
      height: 120px;
      display: block;
      margin: 0 auto;
    }

    .sec5-01-item3 img,
    .sec5-02-item3 img,
    .sec5-03-item3 img {
      width: 150px;       /* 固定サイズ */
      height: 150px;
      display: block;
      margin: 0 auto;
    }

    .sec5-01-item3 p,
    .sec5-02-item3 p{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); /* 中央に配置 */
      margin: 0;
      color: #A52B29;           /* テキスト色 */
      font-weight: bold;     /* 太字 */
      font-size: 35px;       /* お好みで調整 */
      line-height: 1.2;      /* 改行のバランス */
      text-align: center;
    }
    
    .sec5-03-item3 p {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); /* 中央に配置 */
      margin: 0;
      color: #A52B29;           /* テキスト色 */
      font-weight: bold;     /* 太字 */
      font-size: 22px;       /* お好みで調整 */
      line-height: 1.2;      /* 改行のバランス */
      text-align: center;
    }

    .sec5-03-item4 {
      position: absolute;
      right: 16%;      /* 右端 */
      bottom: -50px; /* 下にはみ出す量を調整 */
    }

    .sec5-03-item4 img.sec5-img {
      width: 220px;  /* 任意サイズ */
      height: auto;
      display: block;
    }
  
    .section5-title {
      text-align: center;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-size: 28px;
      color: #A52B29;
      margin: 40px 0 10px 0;
      flex-wrap: wrap;
      position: relative; /* 擬似要素の基準にする */
      border-bottom: none; /* 元のボーダーを消す */
    }

    /* 擬似要素でボーダーを作る */
    .section5-title::after {
      content: "";
      display: block;
      width: 150px;             /* ボーダーの長さ */
      height: 3px;              /* 線の太さ */
      background-color: #A52B29; /* 線の色 */
      margin: 0 auto 30px auto;           /* 中央寄せ */
      margin-top: 5px;          /* 文章との間隔 */
    }

    .sec5-text-p{
      margin-bottom: 80px;
      font-weight: 500;
    }

    .sec5-1-h1 img {
      display: block;       /* ブロック要素にして中央寄せ可能に */
      margin: 0 auto;       /* 左右の余白を自動で中央寄せ */
      width: 500px;      
      height: auto;         /* アスペクト比を維持して縮小 */
    }


   /* sec6 */

  
   /* セクション全体 */
    #sec6 {
      width: 100%;          /* 横幅60% */
      margin: 0 auto;      /* 中央寄せ */
      text-align: center;  /* 保険で中央寄せ */
    }

   .sec6 {
      position: relative; /* relativeを追加 */
      display: inline-block; /* 画像サイズに合わせる */
      width: 100%;         /* 画像サイズを親に合わせる */
      padding: 120px 0 0 0;
    }

    .sec6-2 img {
      width: 450px;
    }

    .sec6 img.sec6-item {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .sec6 p {
      position: absolute;
      top: 48%;
      left: 50%;
      width: 750px;
      transform: translate(-50%, -50%); /* 中央配置 */
      margin: 0;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      line-height: 1.8;
    }

    .sec6-item{
      display: flex;
      align-items: center;     /* 縦中央 */
      justify-content: center; /* 横中央 */
      gap: 40px;               /* 画像とテキストの間隔 */
      width: 60%;              /* セクション幅を60%に */
      margin: 0 auto 60px auto;          /* 中央寄せ */
    }

    .sec6-span{
      color: #FFD700;
      font-weight: 600;
      font-size: 36px;
    }

    .sec6-text {
      font-weight: 600;
      font-size:25px;
    }
    
    .calendar {
      width: 60%;       /* 好きなサイズに */
      margin: 20px auto;     /* 中央寄せ */
      text-align: center; /* 中身を真ん中 */
      padding-bottom: 50px;
    }

    /* footer */

    footer {
      background: #A52B29;
      color: #fff;
      text-align: center;
      padding: 20px 0;
      margin-top: 0px;
      /* height: 186px; */
      font-size: 16px;
      font-weight: 300;
    }

    .site-footer {
      background-color: #A52B29;
      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: 4px 0 0 0;
      line-height: 1.5;
    }

    .footer-copy {
      text-align: center;
      margin-top: 12px;
      font-size: 12px;
      margin-bottom: 0px;
    } 


    /* 1200px以下（タブレット） */
    @media screen and (max-width: 1200px) {

      .two-column{
        gap:20px;
      }

      .column{
        padding: 15px 20px;
      }

      .sec2-column img{
        max-width: 300px;
        height: 250px;
      }

      .sec2-column2, .sec2-column2.left, .sec2-column2.right{
        padding: 15px 30px;
      }

      .sec3-wrapper {
        grid-template-columns: repeat(2, 334px); /* 2列 */
        justify-content: center;
      }

      .sec4-two-column{
        width: 90%;
        gap: 10px;
      }

      .sec4-last{
        width: 80%;
      }

      .sec5-wrapper{
        width: 95%;
        padding: 20px 7px;
      }

      .sec5-wrapper-item > div:nth-child(2){
        flex: 0 0 60%;
      }

      .sec5-hyou_box {
        width: 70%;
        margin: 30px auto; /* 全体を中央寄せ */
      }

      .sec5-hyou_box img {
        margin: 0 auto 50px; /* 画像を中央寄せ＋下に余白 */
      }
      
      .sec4-left .sec4-item{
        max-width: 380px;
      }

      .sec4-1_seo1 img{
        width: 70%;
      }

      .sec4-right .sec4-item2{
        width: 160px;
        height: 160px;
      }

      .sec6-item{
        width: 90%;
        gap: 20px;
      }

      .sec5-03-item3 p{
        font-size: 18px;
      }

      .sec6-2 img{
        width: 370px;
      }

      .sec6 p{
        font-size: 20px;
      }

      .sec6-span{
        font-size: 28px;
      }

      .free-btn2{
        width: 370px;
      }

    }

    /* 768px以下（スマホ） */
    @media screen and (max-width: 768px) {
    
      .pc-only {
        display: none;
      }

      .sp-only {
        display: block;
      }


      .main-nav {
        display: none;         /* 初期非表示 */
        flex-direction: row; /* 縦方向 */
        position: absolute;
        top: 60px;
        right: 0;
        background: #A52B29;
        width: 150px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        z-index: 1000;
      }
      
      .main-nav a {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        padding: 8px 10px;
        font-size: 14px;
      }

      .main-nav a:hover {
        color: #FFD700; /* ホバー時にゴールド色に変更 */
        transition: 0.3s;
      }

      .site-header {
        height: 60px;
      }

      .main-nav.active {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 15px;       
        padding: 20px;
        margin: 0 auto;
      }

      /* ここが重要：ulを横並びに */
      .main-nav ul {
        display: block;
        gap: 25px;           /* メニュー間の間隔 */
        margin: 0;
        padding: 0;
      }

      .main-nav li {
        list-style: none;
      }

      .hamburger {
        display: flex;
        z-index: 1100;
        margin: 0;
      }

      img.fv-image {
        display: block;   /* imgをブロック要素に変換 */
        margin: 0 auto;   /* 左右中央寄せ */
        width: 95%;       /* サイズ調整 */
      }

      img.seo {
        display: block;   /* imgをブロック要素に変換 */
        margin: 30px auto;   /* 左右中央寄せ */
        width: 95%;      
      }

      img.graph {
        display: block;   /* imgをブロック要素に変換 */
        margin: 30px auto;   /* 左右中央寄せ */
        width: 95%;      
      }

      .free-btn {
        display: none;
      }

      #free-btn {
        text-align: center;    /* 親で中央寄せ */
        margin-bottom: 30px;
      }

      .free-btn2 {
        display: block;        /* 下の余白を消す */
        width: 250px;          /* 画像サイズに合わせる */
        margin: 40px auto 0 auto;        /* 中央寄せ */
      }

      .section-title {
        position: relative;
        text-align: center;
        font-size: 17px; /* お好みで調整 */
        margin: 20px 0 30px 0;  /* 上下余白 */
        color: #A52B29;
        gap: 0px;
      }

      /* 見出しの前後に実線を追加 */
      .section-title::before,
      .section-title::after {
        content: "";
        display: inline-block;
        width: 10px;   
        border-bottom: 2px solid #A52B29; 
        vertical-align: middle;
        margin: 0 5px;      /* 見出しとの間隔 */
      }


     /* sec1 */

      .two-column {
        flex-direction: column;
        gap: 20px;               /* スマホは間隔を狭く */
        align-items: center;
        padding: 0;
        padding-bottom: 15px;
      }

      .column {
        width: 92%;              /* 幅を画面に合わせる */
        height: auto;            /* 高さは自動調整 */
        padding: 10px 15px;
      }

      .column li{
        font-size: 14px;
      }

      .column h2{
        margin-bottom: 5px;
        font-size: 16px;
      }

     /* sec2 */

     .sec2-column h2{
      font-size: 15px;
      margin-bottom: 15px;
      margin-top: 15px;
     }

     .sec2-column img{
      width: 90%;
      height: auto;
      margin-bottom: 20px;
     }

     .sec2-column2, .sec2-column2.left, .sec2-column2.right{
      padding: 10px 20px;
      font-size: 14px;
      margin-bottom: 0px;
     }

     .sec2-last{
      margin-top: 0;
      padding: 10px 15px;
      line-height: 1.5;
      font-size: 15px;
      width: 85%;
     }

     .sec2-span{
      font-size: 16px;
     }

     .sec2-two-column{
      margin-bottom: 0;
     }
       
     /* sec3 */

     
      #sec3 {
        background-color: #FBEFEF;
        padding: 10px 0; /* 上下70px、左右0 */
      }

      .sec3-wrapper {
        grid-template-columns: 1fr;
        gap: 20px; /* アイテムの間隔 */
        margin-bottom: 30px;
      }

      .sec3-wrapper-item {
          margin: 0 auto; /* 念のため */
      }

      .sec3-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
      }

      .sec3-wrapper-item p {
        font-size: 14px;
        line-height: 1.3;
      }
       
      /* sec4 */

      .sec4-left .sec4-title{
        padding: 10px 30px;
        font-size: 15px;
      }


      .sec4-two-column {
        grid-template-columns: 1fr;
        gap: 20px 0;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0px;
      }

      .sec4-left .sec4-item {
        margin: 0 auto;
        width: 90%;
      }

      .sec4-right .sec4-item2{
        width: 100px;
        height: 100px;
      }

      .sec4-right .sec4-etc{
        font-size: 18px;
        top:33%;
      }

      .sec4-1_seo1 img{
        width: 95%;
      }  

      .sec4-last{
        padding: 3px 5px;
        line-height: 1.5;
        font-size: 15px;
        width: 92%;
        margin-top: 0;
        margin-bottom: 30px;
      }

      .sec4-span{
        font-size: 16px;
      }

      .sec4-text-s{
        text-align: center;
        width: 90%;
        margin: 30px auto ;
        text-align: left;
      }


      /* sec5 */

      #sec5{
        padding-top: 10px;
      }

      .sec5-span{
        font-size: 15px;
      }

      .sec5-title{
        font-size: 16px;
      }

      .sec5-wrapper-item p{
        font-size: 14px;
      }

      .sec5-1-h1 img {
        width: 300px;
      }

      .sec5-wrapper-item {
        display: block;
      }

      .sec5-hyou_box {
        width: 95%;
      }
      
      .sec5-wrapper{
        width: 90%;
        gap: 40px;
      }

      .sec5-01-item,
      .sec5-02-item,
      .sec5-03-item
      {
        width: 100%;
      }

      .sec5-01-item img,
      .sec5-02-item img,
      .sec5-03-item img
      {
        height: 50px;
      }

      .sec5-01-item3,
      .sec5-02-item3,
      .sec5-03-item3{
        width: 100%;
      }

      .sec5-01-item3 img,
      .sec5-02-item3 img,
      .sec5-03-item3 img {
        width: 100px;       /* 固定サイズ */
        height: 100px;
        margin: 15px auto 0 auto;
      }

      .sec5-01-item3 p, .sec5-02-item3 p{
        font-size: 20px;
        top:55%;
      }

      .sec5-03-item3 p{
        font-weight: 600;
        top:55%;
      }

      .section5-title {
        font-size: 17px;
      }

      .sec5-03-item4 img.sec5-img{
        width: 200px;
      }

      .sec5-text-p{
        margin-bottom: 60px;
        font-size: 14px;
        width: 95%;
        margin: 0 auto;;
      }

      /* sec6 */

      .sec6-item{
        display: block;
        width: 97%;
        margin-bottom: 0px;
      }

      .sec6-item img{
        width: 80%;
        margin-bottom: 15px;
      }

      .sec6 {
        width: 100%;
        padding-top: 80px;
      }

      .sec6 p{
        font-size: 14px;
        width: 85%;
        line-height: 1.3;
        top: 68%;
        left: 50%;
      }

      .sec6-span{
        font-size: 16px;
      }

      .sec6-text{
        font-size: 15px;
      }

      

      /* footer */

      footer{
        padding: 15px 0 10px 0;
      }
      
      .site-footer{
        height: auto;
      }

      .footer-inner {
        display: block;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        padding: 0;
        height: 100%;
      }

      .footer-left .footer-logo {
      max-height: 50px; /* ロゴサイズ調整 */
      }

      .footer-center {
        text-align: left;
      }

      .footer-center .company-address {
        font-size: 12px;
        width: 90%;
        margin: 0 auto;
      }

      .footer-center{
        width: 100%;
        text-align: left;
      }

      .footer-copy {
        text-align: center;
        margin-top: 10px;
        font-size: 9px;
        margin-bottom: 0px;
      }

      .sec2-two-column2 {
        flex-direction: column; /* 縦並び */
        gap: 30px;              /* カラム間隔を縮小 */
      }

      .calendar{
        width: 99%;       /* 好きなサイズに */
        margin: 0 auto;     /* 中央寄せ */
        text-align: center; /* 中身を真ん中 */
        padding-bottom: 50px;
      }

#timerex_calendar {
  width: 100% !important;  /* ウィジェットの幅を親に合わせる */
  height: auto;
  min-height: 400px;       /* 必要に応じて高さ調整 */
}

      .sp-br {
        display: block;
      }

    }