@charset "utf-8";
.c-contact-hero{
    background: url("../img/bg/contact_top_bg.webp") center/cover no-repeat;
    position: relative;
    height: 50vh;
    min-height: 360px;
    overflow: hidden;
}
.hero-inner{
    width: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero-inner .contact_text{
    text-align: center;
    font-size: clamp(18px, calc(18px + 6 * ((100vw - 580px) / 188)), 24px);
    line-height: 2;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding-top: 60px;
}
.hero-inner .title_color p,
.hero-inner .title_color h2{
    color: #333;
    text-shadow: none;
}
.hero-inner .title_color .sec_h2::after{
    background-color: #333;
    box-shadow: none;
}
.privacy_text_color a{
    color: #D52121;
}
@media(max-width:580px){
    .c-contact-hero{
        padding-top: 75px;
    }
}
.cf7-steps{
    display:flex;
    justify-content:center;
    gap:32px;
    margin: 0 auto 40px ;
    list-style:none;
    padding:150px 0 0;
}
.cf7-steps .step{
    position:relative;
    text-align:center;
    font-size:13px;
    letter-spacing: 0.2em;
    line-height: 2;
    color:#999;
}
.cf7-steps .step::before{
    content:"";
    display:block;
    margin:0 auto 6px;
    width:26px;
    height:26px;
    border-radius:50%;
    background:#ccc;
    transition:.3s;
}
.cf7-steps .step:not(:first-child)::after{
    content:"";
    position:absolute;
    top:13px;
    right: 5px;
    width:62px;
    height:2px
    ;background:#ccc;
    z-index:-1;
}
html[lang^="en"] .cf7-steps .step:not(:first-child)::after{
    right: 50px;
    width: 110px;
}
.cf7-steps.step-1 .step:nth-child(1)::before,
.cf7-steps.step-2 .step:nth-child(-n+2)::before,
.cf7-steps.step-3 .step::before{
    background:#00BCD4;
}
.cf7-steps.step-2 .step:nth-child(-n+2),
.cf7-steps.step-3 .step{
    color:#222;
}
.hidden-email-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;}
.wpcf7{
    max-width: min(695px,90vw);
    margin: 0 auto;
    width: 100%;
}
.wpcf7-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    padding-bottom: 200px;
}
.wpcf7-form .c-field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: normal;
}
.wpcf7-form-control,
.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
    width: 100%;
}
.wpcf7-form-control,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
    border: 1px solid #44CFCF;
    padding: 10px;
}
.c-field__req{
    font-size: 0.875rem;
    color: #D52121;
    letter-spacing: 0.1em;
    line-height: 2;
}
.c-accept{
    margin: 0 auto;
}
.c-accept .wpcf7-list-item label{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.c-accept .wpcf7-form-control{
    border: none;
}
.c-accept .wpcf7-form-control input{
    width: auto;
}
.step1-btn{
    width: 100%;
    margin: 0 auto;
    max-width: 370px;
    padding-top: 20px;
}
.step1-btn input{
    border: none;
    background: #382A25;
    color: #fff;
    padding: 16px 30px;
}
/* 確認画面 */
.confirm-table{
    max-width: min(695px, 90vw);
    margin: 0 auto;
    width: 100%;
}
.confirm-table dd,
.confirm-table dt{
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-left: 8px;
}
.confirm-table dt{
    background-color: #E2FBFF;
    padding: 2px 0 3px 8px;
}
.confirm-table dd{
    padding-bottom: 10px;
}
.b_or_g{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.back_btn input,
.go_btn input{
    color: #fff;
    border: none;
    background: #382A25;
    transition: filter .3s ease-in;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 10px 20px;
}
.back_btn input:hover,
.go_btn input:hover{
    filter: brightness(1.1);
}
/* ありがとう */
.c-thanks-box{
    max-width: min(1200px, 90vw);
    margin: 0 auto;
    text-align: center;
    background: #E2FBFF;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 40px;
}
.c-thanks-box p{
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2;
    font-weight: normal;
}
.c_thanks_cta{
    margin-bottom: 150px;
}

.c-input-select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:#fff;
    padding-right:48px;
}
.select-box{
    position:relative;
    display:block;
    width: 100%;
}

.select-box::after{
    content:"";
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%) rotate(0deg);
    width:22px; height:22px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpolyline points='5 8 11 14 17 8' fill='none' stroke='%23B0B0B0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
    transition:transform .3s ease;
    pointer-events:none;
}

.select-box:focus-within::after{
    transform:translateY(-50%) rotate(180deg);
}
.select-box.open::after{
    transform:translateY(-50%) rotate(180deg);
}