@charset "utf-8";
#contact .sec_inner{
    font-family: heisei-kaku-gothic-std;
}
#contact .sec1{
    text-align: center;
    padding-bottom: 0;
}
#contact .sec1 .sec_inner{
    margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
    #contact .sec_title {
        margin-bottom: 10%;
    }
}
#contact .sec1 .number_area{
    padding-bottom: 50px;
}
#contact .sec1 .number_area p.number{
    line-height: 1;
    font-size: 4rem;
    font-family: oswald;
    font-weight: 700;
    color: #fff;
    width: 400px;
    padding: 10px 0;
    margin: 30px auto 10px;
    background:#1872a8;
}
@media screen and (max-width: 1024px) {
    #contact .sec1 .sec_inner{
        margin-bottom:0;
    }
    #contact .sec1 .number_area{
        padding-bottom: 8%;
        border-bottom: 1px dotted #ccc;
    }
    #contact .sec1 .number_area p.number{
        font-size: 3rem;
        width: auto;
        padding: 3% 0;
        margin: 5% 4% 2%;
    }
}

#contact .sec2 .intro_wrap{
    width: 1000px;
    margin:70px auto 0;
}
#contact .sec2 .intro_wrap p.desc{
    text-align: center;
}
#contact .caution {
    color: #ff0000;
}
#contact .sec2 .intro_wrap .desc_box{
    background-color: #ececec;
    border-radius: 10px;
    padding:15px 64px;
    margin:30px 0 0;
}
#contact .sec2 .intro_wrap .desc_box strong{
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    #contact .sec2 .intro_wrap{
        width: 100%;
        max-width: 540px;
    }
    #contact .sec2 .intro_wrap p.desc{
        margin: 0;
        width: auto;
        text-align: left;
    }
    #contact .sec2 .intro_wrap .desc_box{
        margin:8% 0;
        padding: 15px 30px;
    }
}

#contact .sec2 .form_wrap{
    position: relative;
    width:1000px;
    margin:72px auto 0;
}
#contact .sec2 .form_wrap .table {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    background: #fff;
}

#contact .sec2 .form_wrap .table tr{
    border-top: 1px solid #ccc;
}

#contact .sec2 .form_wrap .table th {
    width: 25%;
    padding: 0 0 0 20px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
}
#contact .sec2 .form_wrap .table td {
    width: 75%;
    padding: 10px 15px 10px;
}
#contact .sec2 .form_wrap .table input,
#contact .sec2 .form_wrap .table textarea{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 1px 1px 1px #828282;
    color: #495057;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    margin: 5px 0;
    width: 100%;
    font-size: 1.4rem;
    height: 4rem;
}
#contact .sec2 .form_wrap .table p.r_btn{
    margin-right:20px;
}
#contact .sec2 .form_wrap .table p.r_btn input{
    width: auto;
    margin-right:5px;
    box-shadow: none;
}
#contact .sec2 .form_wrap .table input::placeholder{
    color: #ccc;
    font-size:1.2rem;
}
#contact .sec2 .form_wrap .table input.postalcode{
    width: 20%;
    margin: 5px 2%;
}
#contact .sec2 .form_wrap .table input.postalcode:first-child {
    margin-left:0;
}
#contact .sec2 .form_wrap .table input.postalcode:nth-child(2) {
    margin-right:0;
}
#contact .sec2 .form_wrap .table input.half {
    width: 30%;
    margin: 5px 2%;
}
#contact .sec2 .form_wrap .table input.half:first-of-type {
    margin-left:0;
}
#contact .sec2 .form_wrap .table input.half:last-of-type {
    margin-right:0;
}
#contact .sec2 .form_wrap .table select{
    display: inline-block;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 20%;
    box-shadow: inset 1px 1px 1px #828282;
    vertical-align: middle;
}
#contact .sec2 .form_wrap .table select#jobtype{
    width: 100%;
}
#contact .sec2 .form_wrap .table .align-item {
    display: flex;
    align-items: center;
}
#contact .sec2 .form_wrap .table .state{
    width: 60%;
}
#contact .sec2 .form_wrap .table .align-item label {
    display: inline;
    width: 25%;
    margin-left: 4%;
    margin-bottom: 0;
}
#contact .sec2 .form_wrap .table .align-item select {
    width: 100%;
    margin-right: 0;
}
#contact .sec2 .form_wrap .table .inline {
    display: flex;
    align-items: center;
}
#contact .sec2 .form_wrap .table textarea.inquiry{
    height: auto;
}
#contact .sec2 .form_wrap .btn-area {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    /* 20240208 追加 */
    gap: 20px;
}
#contact .sec2 .form_wrap .btn-area > button {
    margin: 0 10px;
}
#contact .sec2 .form_wrap .btn-area input {
    color: #000;
    border-radius: 0px;
    font-size: 14px;
}
#contact .sec2 .form_wrap .submit-btn {
    font-size: 1.4rem;
    background:#1872a8;
    padding: 15px 25px;
    color: #fff;
    min-width: 220px;
    text-align: center;
    position: relative;
    border: 0;
    font-weight: bold;
}
#contact .sec2 .form_wrap .submit-btn:disabled {
    opacity: .9;
    cursor: not-allowed;
}
#contact .sec2 .form_wrap .reset-btn {
    font-size: 1.4rem;
    background-color: #000;
    padding: 15px 25px;
    color: #fff;
    min-width: 220px;
    text-align: center;
    position: relative;
    border: 0;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    #contact .sec2 .form_wrap{
        width:auto;
    }
    #contact .sec2 .form_wrap .table{
        border-bottom: 0 none;
    }
    #contact .sec2 .form_wrap .table tr{
        border: none;
    }
    #contact .sec2 .form_wrap .table th {
        display: block;
        width: 100%;
        border: none;
        background: #f3f3f3;
        padding: 4% 2%;
    }
    #contact .sec2 .form_wrap .table td {
        display: block;
        width: 100%;
    }
    #contact .sec2 .form_wrap .table td p{
        margin-top: 3%;
    }
    #contact .sec2 .form_wrap .table .align-item input, #contact .sec2 .form_wrap .table .align-item select{
        width: 100%;
    }
    #contact .sec2 .form_wrap .table select{
        width: 100%;
        height:auto;
        padding: 1rem 0.75rem;
    }
    #contact .sec2 .form_wrap .table input, #contact .sec2 .form_wrap .table textarea{
        margin:5px 0;
    }
    #contact .sec2 .form_wrap .table input.half{
        width: 29%;
        margin: 0 2%;
    }
    #contact .sec2 .form_wrap .table input.postalcode{
        width: 47%;
    }
    #contact .sec2 .form_wrap .table .state{
        width: 100%;
        margin-top:6px;
    }
    #contact .sec2 .form_wrap .table .inline{
        display: block;
    }
    #contact .sec2 .form_wrap .btn-area {
        width: 80%;
        margin: 20px auto 0;
        flex-direction: column-reverse;
        align-items: center;
    }
    #contact .sec2 .form_wrap .btn-area > button {
        margin: 5px;
        width: 100%;
    }
    #contact .sec2 .form_wrap .btn-area {
        width: 80%;
        margin: 20px auto 0;
        flex-direction: column-reverse;
    }
    #contact .sec2 .form_wrap .btn-area > button {
        margin: 5px;
        width: 100%;
    }
}

#contact .form_wrap .privacy {
    border: 1px solid #000;
    height: 200px;
    overflow-y: scroll;
    overflow-x: auto;
    background: #fff;
    margin: 48px 30px 0;
}
#contact .form_wrap .privacy > .inner {
    padding: 15px;
}
#contact .form_wrap .privacy h2{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#contact .form_wrap .privacy p {
    margin: 0 2%;
    width: auto;
    font-size:1.2rem;
}
#contact .form_wrap .privacy .heading {
    font-weight: bold;
    margin:15px 0 5px;
    text-align: left;
    font-size:1.4rem;
}
#contact .form_wrap .privacy-check-wrapper {
    text-align: center;
    margin: 30px 0 0;
}
#contact .form_wrap .privacy-check-wrapper label {
    vertical-align: middle;
}
@media screen and (max-width: 1024px) {
    #contact .form_wrap .privacy {
        margin: 3% 6% 0;
    }
    #contact .form_wrap .privacy > .inner {
        padding:2%;
    }
}
