.unmargin {
    margin-bottom: 0 !important;
}
.h25 {
    height: 25px;
}
.h8px{
    height: 8px;
}
h4.card-title {
    font-size: 1.25rem;
}
.font-14{
    font-size: 14px !important;
}
.Apply-head {
    margin: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Apply-logo {
    margin-right: 20px;
    width: 25%;
    display: flex;
    justify-content: center;
}
.Apply-logo > img {
    max-width: 170px;
    max-height: 43px;
}
.Apply-companyName {
    font-size: 16px;
}

.Apply-content {
    display: flex;
    flex-direction: column;
}

.Apply-formContainer {
    padding-top: 6px;
    display: flex;
    justify-content: center;
}

.Apply-formContainer > .container {
    display: flex;
    flex-direction: column;
}

.Apply-formTitle {
    font-size: 18px;
    font-weight: bold;
    margin-left: 50px;
}
.Apply-formTitle .sp{
    display: none;
}
.Apply-formTitle .pc{
    display: block;
    border-bottom: none ;
}
.Apply-formTitle > p {
    border-bottom: 1px solid #707070;
    max-width: max-content;
    padding: 0 9.5px 2px 9.5px;
    margin-bottom: 16px;
    font-size: 18px;
}
.Apply-formGroup:first{
    margin-top: 0px;
}
.Apply-formGroup{
    margin-top: 21px;
    margin-bottom: 21px;
    text-align: left;
    position: relative;
    display: flex;
    padding-left: 35px;
    justify-content: center;
    max-width: 710px;
}
.Message-errorGroup{
    margin: 0px;
}
.Apply-formGroup-label {
    padding-right: 10px;
    width: 37%;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.Apply-formGroup-label-error{
    margin-left: 27px;
    font-size: 10px;
}
.Apply-formGroup > input, .Apply-formGroup > textarea, .Apply-formGroup > select {
    padding-left: 5px;
    
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 0;
    height: 35px;
    border: 1px solid #B5B2B2;
    border-radius: 5px;
    box-shadow: none ;
}
.Apply-formGroup > .Apply-formGroupRadio{
    padding-left: 5px;
    font-size: 18px;
    border: none;
    outline: none;
    height: 35px;
    display: flex;
    margin-left: 8px;

}
.Apply-formGroupRadio > label {
    margin-right: 45px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.Apply-formGroupRadio input[type="radio"] {
    margin-right: 5px;
    width: 19px;
    height: 19px;
    border: 1px solid #C6C4C4;  
    box-shadow: none !important;
}

.Apply-formGroup > input:focus, .Apply-formGroup > textarea:focus, .Apply-formGroup > select:focus{
    box-shadow: 0px 0px 5px #00000029;
} 
.Apply-formGroup-note {
    text-align: left;
    font-size: 12px;
    color: #212529;
    margin-left: 40px;
    font-size: 10px;
}
.Apply-policy {
    margin-top: 46px;
    color: #000000;
    text-align: center;
}
.Apply-policy-text {
    color: #212529;
    font-size: 14px;
    font-weight: bold;
}
.Apply-policy a {
    color: #5f3dff;
    text-decoration: none;
}
.Apply-agree{
    text-align: center;
}
.Apply-agreeGroup {
    display: inline-flex;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    justify-content: center;
}
.Apply-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.Apply-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.Apply-checkmark{
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    transform: translateY(-50%);
    box-shadow: 0px 0px 5px #00000029;
    border: 1px solid #B5B2B2;  
}

.Apply-checkbox input:checked ~ .Apply-checkmark:after {
    content: "";
    display: inline-block;
}
.Apply-checkbox .Apply-checkmark:after {
    width: 7px;
    height: 16px;
    border: solid #5f3dff;
    border-width: 0 3px 3px 0;
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}
.Apply-privacyPolicy.signup {
    padding: 40px 0 50px 0;
}
.Apply-button-submit {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #22758F;
    text-decoration: none;
    text-align: center;
    border: 1px solid #22758F;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 15px 0;
    width: 300px;
    font-size: 20px;
}
.Apply-button-submit:hover {
    color: #22758F;
    background: #fff;
    border: 1px solid #22758F;
}
.Apply-button-submit.disabled {
    color: #fff;
    background: #999;
    border: 1px solid #999;
    cursor: default;
}

.ApplyJob-title {
    background-color: white;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #707070;
    border-left: 8px solid #0281AA;
}

.ApplyJob-title p {
    font-size: 18px;
    margin-bottom: 0 !important;
    color: #000000;
    font-weight: bold;
    padding: 8px 0px 4px 16px;
}

.ApplyJob-description {
    padding: 10px 40px;
    word-wrap: normal;
}
.ApplyJob-description p {
    word-wrap: break-word;      
    white-space: -moz-pre-wrap; 
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.ApplyJob-intro_lb {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.ApplyJob-intro_desc.desc2 {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.Gender-inputSpan{
    font-size: 18px;
    font-weight: bold;
}

option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}
select:required:invalid {
    color: gray;
    background-color: white;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/arrow-down.png'), linear-gradient(to right, white, white);
    background-repeat: no-repeat, no-repeat;
    background-position-x: 95%, 100%;
    background-position-y: 50%, 100%;
    background-size: 9px 6px, 100% 100%;
    border: 1px solid #b5b2b2;
    border-radius: 2px;
    min-width: 50px;
    padding-left: 5px;
    padding-right: 10px;
    height: 36px;
    border-radius: 5px;
    color: black;
  }

.custom-select option{
    color: black;
}
.Birthday-selectGroup{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-around;
}
.Birthday-selectGroup span{
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
}
.Job-intro-sp{
    display: none;
}
.HeaderApplyJob-intro{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 470px;
    
}
.OverviewJob-container{
    margin: 10px 0px;
    font-family: 'Noto Sans JP', sans-serif;
}
.OverviewJob-title{
    font-weight: bold;
    font-size: 18px;
    color: #0383AD;
    margin-bottom: 0px;
}
.OverviewJob-title p {
    margin-bottom: 0px;
    font-family: 'Noto Sans JP', sans-serif ;
}
.OverviewJob-description{
    padding-left: 6px 0px;
    word-wrap: normal;
}
.OverviewJob-intro_lb{
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.OverviewJob-intro_desc{
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 34px;
    border-top: solid 1px #DFDFDF;
    margin-left: 0px !important;
    margin-right: 0px !important;

}
.OverviewJob-intro_desc:last-child{
    border-bottom: solid 1px #DFDFDF;
}
.OverviewJob-intro_desc .title{
    display: flex;
    padding-left: 0px;
    align-items: center;
    padding-right: 0px;
}
.OverviewJob-intro_desc .title .ic{
    width: 22px;
    height: 22px;
    background-color: #0383AD;
    display: block;
    margin-right: 6px;
    border-radius: 50%;
}
.OverviewJob-intro_desc .title .text{
    font-size: 15px;
    color: #0383AD;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif ;
}
.OverviewJob-intro_desc .content{
    font-size: 20px;
    font-weight: 500;
}
.ic-location {
    background: url('../images/ic-location.svg') no-repeat center ; 
    background-size:  9px 13px;
}
.ic-money {
    background: url('../images/ic-money.svg') no-repeat center ; 
    background-size:  13px 13px;
}
.ic-term {
    background: url('../images/ic-term.svg') no-repeat center ; 
    background-size:  13px 13px;
}
.Apply-head-sp{
    display: none ;
}
.select-year{
    width: 96px;
    padding-left: 21px;
}
.select-month , .select-day{
    width: 50px;
    padding-left: 10px;
}
@media (min-width:320px)  and (max-width: 767px){ 
    .Apply-head{
        max-width: 375px;
        align-items: center;
        padding-left: 11px;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
        justify-content: flex-start;
    }
    .Apply-logo{
        font-size: 10px;
        width: 30%;
    }
    .Apply-formContainer {
        padding-top: 4px;
    }
    .Apply-companyName {
        font-size: 10px;
    }
    .FormContainer{
        width: 350px;
    }
    .Apply-formGroup {
        padding-left: 18px;
        margin-bottom: 8px;
        justify-content: flex-start;
        margin-top: 0px;
    }
    .Apply-formGroup > .Apply-formGroupRadio {
        height: 24px;
        margin: 0px 0;
        padding-left: 22px;
    }
    .Apply-logo > img {
        max-width: 110px;
        max-height: 30px;
    }
    .Apply-formTitle {
        font-size: 18px;
        font-weight: bold;
        margin-left: 4px;
        text-align: start;
        margin-left: 20px;
    }
    .Apply-formTitle p {
        font-size: 16px;
        margin-bottom: 7px;
    }
    
    .Apply-formGroup > input, .Apply-formGroup > textarea, .Apply-formGroup > select {
        width: 233px;
        height: 36px;
    }
    .Apply-formGroup > input::placeholder{
        font-size: 10px;
        color: #999999;
        padding-left: 6px;
        position: relative;
        top: 0px;
    }
    
    .Apply-formGroup-note {
        margin-left: 30%;
        font-size: 9px;
        width: 200px;
    }
    .Message-errorGroup{
        margin-bottom: 10px;
    }
    .Apply-policy {
        margin-top: 11px;
    }
    .Apply-agreeGroup{
        padding-top: 12px;
        padding-bottom: 0px;
    }
    .Apply-privacyPolicy.signup {
        padding: 18px 0 34px 0;
    }
    .Apply-formGroup-label {
        font-size: 14px;
    }
    .Apply-policy-text {
        font-size: 12px;
    }

    .ReceiveMoney-intro{
        padding: 0px 20px 0px 22px;
    }
    .ApplyJob-description {
        padding: 10px 15px;
    }
    .SignUp-email {
        padding-left: 0px;
    }
    .SignUp-email>.Apply-formGroup-label{
        width: 33%;
        margin-right: 3px;
        padding-right: 0px !important;
        font-size: 14px !important;
    }
    .Apply-formGroup-label-error {
        width: 200px;
        margin-left: 30%;
    }
    .Content-container{
        margin-bottom: 23px;
    }
    
    .ReceiveMoney-to_search_page > a{
        width: 154px;
        height: 50px;
    }
    .ReceiveMoney-to_search_page > a:first-child {
        font-size: 15px;
    }
    .ReceiveMoney-to_search_page > a:last-child {
        font-size: 10px;
    }
    .Apply-formGroup-label {
        width: 30%;
    }
    .pl-15{
        padding-left: 13px;
    }
    .Gender-inputSpan{
        font-size: 14px;
    }
    .OverviewJob-container{
        margin: 10px 0px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .OverviewJob-title{
        font-weight: bold;
        font-size: 18px;
        color: #0383AD;
        margin-bottom: 0px;
    }
    .OverviewJob-title p {
        margin-bottom: 0px;
    }
    .OverviewJob-description{
        padding-left: 6px 0px;
        word-wrap: normal;
    }
    .OverviewJob-intro_lb{
        color: black;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .OverviewJob-intro_desc{
        margin-bottom: 0;
        color: #000;
        font-size: 14px;
        line-height: 34px;
        border-top: solid 1px #DFDFDF;
        margin-left: 0px !important;
        margin-right: 0px !important;

    }
    .OverviewJob-intro_desc:last-child{
        border-bottom: solid 1px #DFDFDF;
    }
    .OverviewJob-intro_desc .title{
        display: flex;
        padding-left: 0px;
        align-items: center;
        padding-right: 0px;
    }
    .OverviewJob-intro_desc .title .ic{
        width: 22px;
        height: 22px;
        background-color: #0383AD;
        display: block;
        margin-right: 6px;
        border-radius: 50%;
    }
    .OverviewJob-intro_desc .title .text{
        font-size: 15px;
        color: #0383AD;
        font-weight: bold;
    }
    .OverviewJob-intro_desc .content{
        font-size: 14px;
        font-weight: 500;
    }
    .ic-location {
        background: url('../images/ic-location.svg') no-repeat center ; 
        background-size:  9px 13px;
    }
    .ic-money {
        background: url('../images/ic-money.svg') no-repeat center ; 
        background-size:  13px 13px;
    }
    .ic-term {
        background: url('../images/ic-term.svg') no-repeat center ; 
        background-size:  13px 13px;
    }
    .Apply-formArea{
        background-color: #E6EEF1;
        padding-top: 18px;
        margin-bottom: 30px;
    }
    .Apply-button-submit{
        background-color: #22758F;
        border: 1px solid #22758F;
        padding: 18px 0;
    }
    .ApplyJob-img{
        padding-right: 0px;
        padding-left: 0px;
    }
    .Birthday-selectGroup{
        width: 233px;
    }
    .Job-intro{
        padding: 0px 16px 0px 16px;
    }
    .Job-intro-sp{
        display: block;
    }
    .PcHeader-job-wrap{
        display: none;
    }
     .Apply-head-sp{
        max-width: 375px;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        padding-left: 16px;
    }
    .Header-container{
        flex: 1;
        background: url(../../common/images/logo_full_text.png), url(../../common/images/text-logo.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 85px 45px, 85px 50px !important;
        background-position: left 15px top 7px, left 55px top -9px !important;
    }
    .Header-area {
        height: 65px !important;
        padding-top: 4px !important;
    }
    .select-year{
        width: 65px;
        padding-left: 10px;
    }
    .select-month , .select-day{
        width: 50px;
        padding-left: 10px;
    }
    .ApplyJob-description p{
        font-size: 14px;
        line-height: 24px;
    }
    .Apply-formTitle .pc{
        display: none;
    }
    .Apply-formTitle .sp{
        display: block;
    }
}

@media (min-width:768px)  and (max-width: 1024px){
    .Apply-formTitle , .Apply-formGroup > input, .Apply-formGroup > textarea, .Apply-formGroup > select,.Apply-formGroup > .Apply-formGroupRadio,.Apply-formGroup-note{
        width: 423px;
    }
    .Apply-formGroup-note {
        margin-left: 30%;
    }
    .mobile-none{
        display: none;
    }
    .Apply-formGroup-label-error {
        margin-left: 30%;
        width: 423px;
    }
    .Apply-formArea {
        background-color: #E6EEF1;
        margin-bottom: 40px;
    }
    .Birthday-selectGroup {
        width: 423px;
        justify-content: flex-start;
    }
}
@media (min-width:1025px) {
    .Apply-formTitle , .Apply-formGroup > input, .Apply-formGroup > textarea, .Apply-formGroup > select,.Apply-formGroup > .Apply-formGroupRadio,.Apply-formGroup-note{
        width: 423px;
    }
    .Apply-head{
        margin: 18px 0px;
        display: flex;
        padding-left: 73px;
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start;
    }
    .Header-company_name{
        max-width: 350px;
    }
    .Apply-formGroup-label-error {
        margin-left: 40px;
        font-size: 10px;
        width: 423px;
    }
    .ApplyJob-intro{
        display: flex;
        flex-wrap: wrap;
    }
    .ApplyJob-box{
        flex: 0 0 50%;
        margin-bottom: 24px;
    }
    .ApplyJob-img{
        padding: 0px;
    }
    .ApplyJob-title{
        border-bottom: none;
    }
    .Job-btn{
        background-color: #E6EEF1;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .job-suggest-label{
        text-align: center;
        border-bottom: none;
        border-left: none;
    }
    .Apply-formArea{
        background-color: #E6EEF1;
        margin-bottom: 40px;
    }
    .Birthday-selectGroup{
        width: 423px;
        justify-content: flex-start;
    }
    .Birthday-selectGroup select{
        margin-right: 8px;
    }
    .Birthday-selectGroup span{
        margin-right: 20px;
        font-weight: 500;
        font-size: 14px;
    }
    .ReceiveMoney-back_to_top > a{
        background: #22758F;
        border: 1px solid #22758F;
    }
    .ApplyJob-title{
        border-left: 8px solid #22758F;
    }
    .Footer-copyright{
        background-color: #22758F !important;
    }
    .carousel-card .carousel{
        width: 413px;
        height: 275px;
    }
    .Apply-head-sp{
        display: none ;
    }
    .OverviewJob-intro_desc .content{
        max-height: 40px;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .OverviewJob-title{
        font-size: 24px;
    }
    .OverviewJob-intro_desc{
        font-size: 20px;
    }
    .OverviewJob-intro_box{
        width: 405px;
    }
    .OverviewJob-intro_lb{
        height: 85px;
        line-height: 29px;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 20px;
        overflow: hidden;
    }
    .Job-intro-pc{
        margin-top: 36px;
    }
    .OverviewJob-intro_desc .title .ic{
        width: 26px;
        height: 26px;
    }
    .OverviewJob-intro_desc .title .text{
        font-size: 20px;
        
    }
    .OverviewJob-intro_desc{
        line-height: 40px;
    }
    .JobInfor-container{
        max-width: 1054px;
    }
}
