h1{
background: url(/horikiri-hifuka/wp-content/uploads/2025/02/kyujin-bk.jpg) no-repeat;
  background-size: cover;
  height: 500px;
  animation: zoom02 2s cubic-bezier(.61,1,.88,1);
  animation-fill-mode: forwards;
  border: 10px solid #fedfbf !important;
  color: #fff;
  background-position: right top;
  font-family: "Noto Serif Japanese",serif;
}
@keyframes zoom02 {
  0% {
      transform: scale(1.2);
  }
  100% {
      transform: scale(1);
  }
}
.l-mainContent__inner{
width: 100%;
  overflow: hidden;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
    border-bottom: none;
}
.c-pageTitle__inner {
  background: #a482627a;
      position: absolute;
      top: 50%;
      left: 30px;
      transform: translateY(-50%) translateX(0%);
      margin: auto;
      line-height: 2;
      font-size:3vw;
    }
    .c-pageTitle__inner::before {
        color: #777;
        content: '＼直接ご応募の方限定／';
        top: -4.5vw;
        position: absolute;
        font-size: 2.6vw;
    }

    .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
        padding: 0;
        border-left: unset;
      }
.ribbon11-wrapper {  
  display: block;
  position: relative;
margin: 0 auto 30px 20px;
  padding: 15px;
  width: 95%;
background: #f8ede3;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.ribbon11 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: calc(100% + 20px);
  font-size: 22px;
  color: white;
  background: #d3b5a3;
width: 106.5%;
margin: 0 0 0 -35px !important;
}
.ribbon11:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a49083;
width: unset !important;
}
.post_content h3 {
  border: none;
    padding: 10px;
}
.ribbon11-wrapper ul{  
  padding-left: 0;
}
.ribbon11-wrapper li{  
    list-style: none;
    padding: 8px 8px 8px 40px;
    border-radius: 10px;
    }
    .ribbon11-wrapper li::after{  
      content: '';
      display: block;
      position: absolute;
      top: 15px;
      left: 13px;
      width: 14px;
      height: 7px;
      border-left: 2px solid #d3b5a3;
      border-bottom: 2px solid #d3b5a3;
      transform: rotate(-45deg);
    }
    
    .ribbon11-wrapper li:before{  
        content: '';
        border: 1px solid #d3b5a3;
        display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      width:20px;
      height:20px;
      border-radius: 2px;
      }
      .fb{
        color: #d9475b;
  font-weight: bold;
      }
.waku{
    padding: 30px;

}
      .shitakukin-content {
        padding: 20px 0;
      }
      
      
      .shitakukin-table {
        margin: 25px 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      }
      
 /* テーブルコンテナのスタイル */
.table-container {
    position: relative;
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    background: #fff;
  }
  
  .shitakukin-table {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .table-header {
    display: flex;
    background: #d3b5a3;
    color: white;
    font-weight: bold;
  }
  
  .header-cell {
    padding: 12px 15px;
    text-align: center;
  }
  
  .header-cell:nth-child(1) {
    width: 50%;
    min-width: 100px;
  }
  
  .header-cell:nth-child(2) {
    width: 50%;
    min-width: 80px;
  }
  
 /* .header-cell:nth-child(3) {
    width: 55%;
    min-width: 220px;
  }:*/
  
  .table-row {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f8ede3;
  }
  
  .table-row:last-child {
    border-bottom: none;
  }
  
  .table-row.highlight {
    background: #fff9f4;
  }
  
  .cell {
    padding: 15px;
  }
  
  .cell.days {
    width: 50%;
    min-width: 100px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #f8ede3;
  }
  
  .cell.amount {
    width: 50%;
    min-width: 80px;
    font-weight: bold;
    font-size: 20px;
    color: #d9475b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #f8ede3;
  }
  
 /* .cell.benefits {
    width: 55%;
    min-width: 220px;
    line-height: 1.6;
    font-size: 15px;
  }*/
  
  /* スクロールヒントのスタイル */
  .scroll-hint {
    display: none;
    text-align: center;
    padding: 8px;
    background: rgba(211, 181, 163, 0.1);
    color: #a49083;
    font-size: 14px;
    border-top: 1px dashed #f8ede3;
  }
  
  .hint-icon {
    display: inline-block;
    animation: scroll-hint 1.5s infinite;
    margin-right: 5px;
  }
  
  @keyframes scroll-hint {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
  }
  
  .shitakukin-notes {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
    border-left: 5px solid #d3b5a3;
  }
  
  .shitakukin-notes h4 {
    color: #a49083;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
  }
  

  .shitakukin-cta {
    background: #a49083;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
  }
  
  .cta-emphasis {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
  }
  
  .large-text {
    font-size: 24px;
    padding: 0 5px;
  }
  

      
      .shitakukin-notes {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        margin: 25px 0;
        border-left: 5px solid #d3b5a3;
      }
      
      .shitakukin-notes h4 {
        color: #a49083;
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 18px;
      }
      

      
      .shitakukin-cta {
        background: #a49083;
        color: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        margin-top: 30px;
      }
      
      .cta-emphasis {
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
      }
      
      .large-text {
        font-size: 24px;
        padding: 0 5px;
      }
      
  /* レスポンシブ対応 */
  @media screen and (max-width: 768px) {
   /* .table-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; 
    }
    
    .shitakukin-table {
      min-width: 500px;
    }:*/
    
    .scroll-hint {
      display: block;
    }
    
    .table-header, .table-row {
      flex-direction: row;
    }
    
    .header-cell, .cell {
      width: auto;
    }
    .shitakukin-cta {
        text-align: left;
      }
  }

@media screen and (max-width: 768px) {
    .c-pageTitle__inner {
        font-size: 4.5vw;
        width: 65%;
        top: 70%;
        line-height: 1.7;
      }
      .c-pageTitle__inner::before {
        font-size: 3.8vw;
        top: -6.5vw;
      }
      h1{
        height: 450px;
        background-position: 80% top;
      }

}
.sp480{
  display: none;
}
@media only screen and (max-width: 480px) {
  .sp480{
    display: block;
  }
  .kieru {
    display: none;
  }
  .ribbon11 {
    width: 93vw;
  }
  .c-pageTitle__inner {
    font-size: 6.3vw;
    width: 92%;
    top: unset;
    bottom: 15px;
    left: 15px;
    transform: translateY(0%) translateX(0%);
  }
  .c-pageTitle__inner::before {
    font-size: 5.5vw;
    top: -9.5vw;
  }
  h1{
    height: 400px;
  }
}
.more-button {
  display: inline-flex;
  align-items: center;
  padding: 13px 38px;
  background-color: #51b431;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  border: 2px solid #51b431;
  transition: all 0.3s ease;
}

.more-button .arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 10px;
}

.more-button:hover {
  color: #51b431;
  background: #fff;
  /* border設定を削除（すでに設定済み） */
}

.more-button:hover .arrow {
  border-top: 2px solid #51b431;
  border-right: 2px solid #51b431;
}

.more-button.shiro{
  background-color: #ffffff;
  color: #333;
  border: none;
  border: 2px solid #fff;
}

.more-button.shiro .arrow {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.more-button.shiro:hover {
  color: #fff;
  background: #51b431;
  border: 2px solid #fff;
}

.more-button.shiro:hover .arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
