/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* =============================
Career
============================= */
.career section {
    overflow-x: hidden;
}
.career section .content-wrap {
    padding: 120px 0;
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 1500px) {
    .career section .content-wrap {
        padding: 100px 0;
    }
}
@media screen and (max-width: 736px) {
    .career section .content-wrap {
        padding: 40px 0;
    }
}

/* strengths
----------------------------- */

.career-strengths {
    padding-top: 0 !important;
}
.career-strengths .maincopy {
    margin: 60px 0 40px;
    text-align: left;
    padding-left: 22px;
}
@media screen and (max-width: 736px){
    .career-strengths .maincopy {
        margin: 0 0 30px;
        padding-left: 0;
    }
}

.career-strengths .maincopy > div > h3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#fdf4e5), to(#fdf4e5));
    background-image: -o-linear-gradient(left, #fdf4e5, #fdf4e5);
    background-image: linear-gradient(90deg, #fdf4e5, #fdf4e5);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 97% 40%;
    color: #323232;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 1500px) {
    .career-strengths .maincopy > div > h3 {
        font-size: 27px;
    }
}

@media screen and (max-width: 1024px) {
    .career-strengths .maincopy > div > h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 736px){
    .career-strengths .maincopy > div > h3 {
        background-size: 97% 30%;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 1.8;
    }
}

.career-strengths .maincopy > div > h3 span {
    color: #EF9300;
}

.career-strengths .text-primary {
    padding-left: 22px;
}
@media screen and (max-width: 736px){
    .career-strengths .text-primary {
        padding-left: 0;
        font-size: 15px;
    }
}
.career-strengths ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
}
@media screen and (max-width: 736px){
    .career-strengths ul.list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 40px;
    }
}
.career-strengths ul.list li.item {
    width: 30%;
}
@media screen and (max-width: 736px){
    .career-strengths ul.list li.item {
        width: 100%;
        margin-bottom: 40px;
    }
    .career-strengths ul.list li.item:last-child {
        margin-bottom: 0;
    }
}
.career-strengths ul.list li.item .ttl {
    text-align: center;
    padding-top: 95%;
    margin-bottom: 1em;
    font-size: 21px;
    letter-spacing: .1em;
    line-height: 1.2;
}
@media screen and (max-width: 1500px) {
    .career-strengths ul.list li.item .ttl {
        font-size: 18px;
    }
}
@media screen and (max-width: 736px) {
    .career-strengths ul.list li.item .ttl {
        font-size: 17px;
    }
}
.career-strengths ul.list li.item:nth-child(1) .ttl {
    background: center top / 90% auto no-repeat url('/image/company/recruit/career/image01.png');
}
.career-strengths ul.list li.item:nth-child(2) .ttl {
    background: center top / 90% auto no-repeat url('/image/company/recruit/career/image02.png');
}
.career-strengths ul.list li.item:nth-child(3) .ttl {
    background: center top / 90% auto no-repeat url('/image/company/recruit/career/image03.png');
}
@media screen and (max-width: 736px) {
    .career-strengths ul.list li.item:nth-child(1) .ttl {
        padding-top: 68%;
        background: center top / 72% auto no-repeat url('/image/company/recruit/career/image01-sp.png');
    }
    .career-strengths ul.list li.item:nth-child(2) .ttl {
        padding-top: 63%;
        background: center top / 72% auto no-repeat url('/image/company/recruit/career/image02-sp.png');
    }
    .career-strengths ul.list li.item:nth-child(3) .ttl {
        padding-top: 74%;
        background: center top / 72% auto no-repeat url('/image/company/recruit/career/image03-sp.png');
    }
}
.career-strengths ul.list li.item .text {
    text-align: justify;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2.28;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
@media screen and (max-width: 1500px) {
    .career-strengths ul.list li.item .text {
        font-size: 13px;
    }
}
@media screen and (max-width: 736px){
    .career-strengths ul.list li.item .text {
        letter-spacing: .05em;
        line-height: 2;
    }
}

/* working
----------------------------- */

.career-working {
    position: relative;
    z-index: 1;
}
.career-working::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: rgba(239,147,0,.1);
    z-index: 0;
}
.career-working ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 736px){
    .career-working ul.list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.career-working ul.list li.item {
    width: calc((100% - 60px) / 4);
    background-color: #fff;
    border-radius: 10px;
    padding: 3.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
    .career-working ul.list li.item {
        width: calc((100% - 30px) / 4);
        padding: 2.8%;
    }
}
@media screen and (max-width: 736px){
    .career-working ul.list li.item {
        width: 100%;
        border-radius: 7px;
        padding: 20px;
        margin-bottom: 10px;
        position: relative;
    }
    .career-working ul.list li.item:last-child {
        margin-bottom: 0;
    }
}
.career-working ul.list li.item .image {
    padding-top: 85.3%;
}
@media screen and (max-width: 736px){
    .career-working ul.list li.item .image {
        position: absolute;
        top: 20px;
        right: 20px;
        width: calc(100% - 40px);
        padding-top: 72px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
.career-working ul.list li.item:nth-child(1) .image {
    background: center top / 80% auto no-repeat url('/image/company/recruit/career/image04.png');
}
.career-working ul.list li.item:nth-child(2) .image {
    background: center top / 80% auto no-repeat url('/image/company/recruit/career/image05.png');
}
.career-working ul.list li.item:nth-child(3) .image {
    background: center top / 80% auto no-repeat url('/image/company/recruit/career/image06.png');
}
.career-working ul.list li.item:nth-child(4) .image {
    background: center top / 80% auto no-repeat url('/image/company/recruit/career/image07.png');
}
@media screen and (max-width: 736px){
    .career-working ul.list li.item:nth-child(1) .image {
        background: right top / auto 100% no-repeat url('/image/company/recruit/career/image04-sp.png');
    }
    .career-working ul.list li.item:nth-child(2) .image {
        background: right top / auto 100% no-repeat url('/image/company/recruit/career/image05-sp.png');
    }
    .career-working ul.list li.item:nth-child(3) .image {
        background: right top / auto 100% no-repeat url('/image/company/recruit/career/image06-sp.png');
    }
    .career-working ul.list li.item:nth-child(4) .image {
        background: right top / auto 100% no-repeat url('/image/company/recruit/career/image07-sp.png');
    }
}
.career-working ul.list li.item .ttl {
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: .8em;
    margin-top: auto;
    text-align: center;
    min-height: calc(2em * 1.6);
    vertical-align: text-bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.career-working ul.list li.item .ttl span {
    font-size: 21px;
    color: #EF9300;
}
.career-working ul.list li.item .ttl span.alp {
    font-size: 25px;
    display: inline-block;
    padding: 0 .2em;
}
@media screen and (max-width: 1500px) {
    .career-working ul.list li.item .ttl {
        font-size: 15px;
    }
    .career-working ul.list li.item .ttl span {
        font-size: 19px;
    }
    .career-working ul.list li.item .ttl span.alp {
        font-size: 24px;
    }
}
@media screen and (max-width: 736px){
    .career-working ul.list li.item .ttl {
        text-align: left;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        min-height: 0;
        margin-bottom: 20px;
        line-height: 1.75;
    }
}
.career-working ul.list li.item .text {
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.87;
    text-align: justify;
    font-weight: 500;
}


/* outline
----------------------------- */

.career-outline ul.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
}
@media screen and (max-width: 736px){
    .career-outline ul.btn-wrap {
        margin-bottom: 15px;
    }
}
.career-outline ul.btn-wrap li.btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 2px solid #323232;
    color: #323232;
    font-weight: 500;
    font-size: 16px;
    border-radius: 20px;
    letter-spacing: .1em;
    line-height: 1;
    padding: 10px 20px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
@media screen and (max-width: 1500px) {
    .career-outline ul.btn-wrap li.btn {
        font-size: 14px;
        border-radius: 19px;
    }
}
@media screen and (max-width: 736px){
    .career-outline ul.btn-wrap li.btn {
        font-size: 13px;
        border-radius: 17px;
        padding: 8px 15px;
        margin: 0 5px 5px 0;
    }
}
.career-outline ul.btn-wrap li.btn:hover {
    border: 2px solid #EF9300;
    color: #fff;
    background-color: #EF9300;
    cursor: pointer;
}
.career-outline ul.btn-wrap li.btn.active {
    border: 2px solid #EF9300;
    color: #EF9300;
    pointer-events: none;
}
.career-outline .table{
    margin-bottom: 0;
}


.contact-add {
    margin-bottom: 30px;
}
.contact-add a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    cursor: pointer;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media screen and (max-width: 1500px) {
    .contact-add a {
        font-size: 60px;
    }
}
@media screen and (max-width: 1024px) {
    .contact-add a {
        font-size: 40px;
    }
}
@media screen and (max-width: 736px){
    .contact-add a {
        font-size: 19px;
        margin-bottom: 25px;
    }
}
.contact-add a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .6;
}
