.join-form-page{
    background-image: url(../img/president/common/drink_bg2.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color:#000;
    padding:5% 20%;
}
.wpcf7 .screen-reader-response{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    margin:-1px !important;
    padding:0 !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    border:0 !important;
}
.join-form-hero{
    text-align:center;
    margin-bottom:50px;
}
.join-form-hero__title{
    color:#d4af37;
    font-size:34px;
    font-weight:700;
    letter-spacing:.08em;
}
.join-form-hero__lead{
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
}
.join-form-box{
    background:#ffffff;
    border:1px solid #e5e5e5;
    border-radius:14px;
    padding:42px;
    max-width:760px;
    margin:0 auto;
    box-shadow:0 10px 30px rgba(0,0,0,.18);
}
.join-form-box *,
.join-form-box *::before,
.join-form-box *::after{
    box-sizing:border-box;
}
.join-form-page fieldset{
    border:0;
    margin:0;
    padding:0;
    min-inline-size:auto;
}
.join-form-page hr{
    display:none;
}
.join-form-box .input_wrap{
    margin-bottom:22px;
}
.join-form-box label{
    display:block;
    color:#222;
    font-size:14px;
    margin-bottom:8px;
    font-weight:600;
}
.hissu{
    display:inline-block;
    background:#d4af37;
    color:#000;
    font-size:11px;
    padding:3px 7px;
    border-radius:4px;
    margin-right:8px;
    font-weight:700;
}
.req{
    color:#222;
}
.join-form-box input,
.join-form-box textarea,
.join-form-box select{
    width:100%;
    max-width:100%;
    background:#ffffff;
    border:1px solid #cfcfcf;
    border-radius:8px;
    padding:14px;
    color:#000;
    font-size:14px;
    line-height:1.5;
    transition:.2s;
}
.join-form-box input:focus,
.join-form-box textarea:focus,
.join-form-box select:focus{
    outline:none;
    border-color:#d4af37;
    box-shadow:0 0 0 2px rgba(212,175,55,.18);
}
.join-form-box textarea{
    min-height:160px;
    resize:vertical;
}
.join-form-box ::placeholder{
    color:#999;
}
.join-form-box .form-note{
    font-size:12px;
    color:#666;
    margin-top:6px;
}
.join-form-box .checkbox{
    display: flex;
    justify-content: center;
}
.join-form-box .wpcf7-form-control.wpcf7-acceptance{
    display:inline-block;
}
.join-form-box .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label{
    display:inline-flex !important;
    align-items:center !important;
    gap:12px;
    margin:0;
    line-height:1.7;
    font-size:14px;
    color:#222;
    white-space:normal;
}
.join-form-box .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"]{
    width:18px;
    height:18px;
    margin:0 !important;
    flex:0 0 18px;
    accent-color:#d4af37;
}
.join-form-box .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label{
    display:inline;
}
.join-form-box .checkbox a{
    color:#c9a227;
    text-decoration:underline;
    text-underline-offset:3px;
}
.join-form-box .checkbox a:hover{
    opacity:.85;
}
.btn_submit{
    margin-top:30px;
}
.submit-btn{
    width:100%;
    background:linear-gradient(135deg,#d4af37,#f1d77a);
    color:#000;
    border:none;
    padding:16px;
    border-radius:999px;
    font-weight:700;
    font-size:16px;
    cursor:pointer;
    transition:.25s;
}
.submit-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 20px rgba(212,175,55,.25);
}
/* ---------- CF7 エラー ---------- */
.wpcf7-not-valid{
    border-color:#e74c3c !important;
}
.wpcf7-not-valid-tip{
    color:#e74c3c;
    font-size:12px;
    margin-top:6px;
}
.wpcf7-response-output{
    display: none;
    margin-top:22px;
    border-radius:8px;
    padding:14px;
    background:#fff;
    font-size:14px;
}

@media (max-width: 900px){
  .join-form-page{
    padding:60px 16px;
    background-size:80%;
  }
  .join-form-box{
    padding:22px;
  }
  .join-form-hero__title{
    font-size:26px;
  }
}
