.objDisable {
    display: none;
}


.careers_panel {
    height: 130px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}


.ja-jp .careers_panel {
    height: 147px;
}





.currentJobOpenings {
    margin-top: 60px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 20px;
}

.recruitmentLocation {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.recruitmentLocation .officePhoto {
    background-color: #eee;
    width: 48%;
}

.recruitmentLocation .location {
    background-color: #eee;
    width: 44%;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.recruitmentLocation .location h3 {
    margin-bottom: 16px;
}

.recruitmentLocation .location a {
    margin: 12px 0;
    display: inline-block;
    text-decoration: none;

    background-color: #13aa52;
    border: 1px solid #13aa52;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}


.recruitmentLocation .location a:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
}




.themePic {
    width: 100%;
    height: 220px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: relative;
}


.themePic .shape {
    width: 85px;
    height: 300px;
    position: absolute;
    background-color: #13aa52;
    transform: rotate(20deg);
    left: 437px;
    top: -40px;
}


.themePic .description {
    width: 50%;
    padding: 26px;
    box-sizing: border-box;
    background-color: #13aa52;
    color: #fff;
    line-height: 26px;
    position: relative;
    z-index: 10;
    letter-spacing: 1px;
}



.en-us .themePic .description {
    line-height: 19px;
    letter-spacing: 0;
}

.en-us .themePic .description .title {
    line-height: 21px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: -10px;
}

.ja-jp {
    letter-spacing: 1px;
}

.ja-jp .currentJobOpenings {
    letter-spacing: 2px;
}



.themePic .description .title {
    font-weight: bold;
    font-size: 21px;
}

.themePic .picture {
    width: 50%;
    background-image: url('../images/empty_seat.jpeg');
    background-size: cover;
    background-position: 50% 100%;
}

.jobDetail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jobDetail .lv1 {
    width: 30%;
}

.jobDetail .lv1.full {
    width: 100%;
}

.jobDetail .lv2 {
    width: 100%;
}

.jobDetail .lv3 {
    width: 100%;
}



.jobDetail .lv1 h2 {
    font-size: 30px;
    margin-bottom: 24px;
}

.jobDetail .lv2 h3 {
    margin-bottom: 10px;
}

.jobDetail .lv3 h3 {
    margin-bottom: 10px;
    color: #2717f3;
}


.jobDetail .lv2 ul {
    padding: 0 20px;
    list-style-type: disc;
    line-height: 23px;
}

.jobDetail .lv2 ul + h3 {
    border-top: 1px dotted #ccc;
    margin-top: 24px;
    padding-top: 24px;
}

.jobDetail + .jobDetail {
    border-top: 1px dotted #ccc;
    margin-top: 24px;
    padding-top: 24px;
}



#page1 section#content {
    /*
    background-image: url(),linear-gradient(0deg,#FBFBFB,#f7f7f7);
    */
    background-color: #f7f7f7;
}

table tbody tr td {
    background-color: transparent;
}

.govAward {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    border-top: 1px solid #e6e6e6;
    width: 88%;
    padding-top: 30px;
}

.govAward img {
    height: 120px;

}



@media print {
        
    cufontext {
        font-size: 18px;
    }
}