@charset "utf-8";
/* =======================*
top
=======================*/
/* mv */
.careerTop .sub_mvBg {
    background: url(../img/career/career_mv.jpg) no-repeat right center /cover;
}
.career .sub_mv_inner span {
    display: block;
    position: absolute;
    background: #de812d;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 5px 20px;
    border-radius: 20px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    top: 0;
}
.career .sub_mv_ill01 {
    width: 225px;
    top: 21%;
    left: -2.5%;
}
.career .sub_mv_ill02 {
    width: 339px;
    bottom: -13%;
    right: -3.5%;
}
/* carrerTop_cont01 */
.carrerTop_cont01 {
    padding-bottom: 30px;
}
.carrerTop_cont01 .sub_ttl {
    width: 35%;
}
.carrerTop_cont01 .sub_ttl h2 {
    background: -o-linear-gradient(left, #e97710, #eb9a51);
    background: -webkit-gradient(linear, left top, right top, from(#e97710), to(#eb9a51));
    background: linear-gradient(90deg, #e97710, #eb9a51);
}
.carrerTop_cont01 p {
    width: 63%;
}
/* carrerTop_cont02 */
.carrerTop_cont02 {
    background: url(../img/career/career_bg.jpg) no-repeat top center /cover;
    padding: 50px 0;
    overflow-x: hidden;
}
.carrerTop_cont02 .sub_ttlCent h2 {
    background: -o-linear-gradient(left, #f0994a, #f6ca48);
    background: -webkit-gradient(linear, left top, right top, from(#f0994a), to(#f6ca48));
    background: linear-gradient(90deg, #f0994a, #f6ca48);
}
.carrerTop_cont02 ul li:not(:last-child) {
    margin-bottom: 40px;
}
.carrerTop_cont02 ul li figure {
    width: 50%;
    position: relative;
    z-index: 1;
}
.carrerTop_cont02 ul li.listWide figure {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.carrerTop_cont02 ul li:first-child figure::after {
    content: '';
    display: inline-block;
    background: url(../common/img/recruit_btnIll02.png) no-repeat top center / 100% auto;
    width: 190px;
    height: 190px;
    position: absolute;
    left: 5%;
    top: -10%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
}
.carrerTop_cont02 ul li:nth-child(2) figure::after {
    content: '';
    display: inline-block;
    background: url(../img/career/career_illOrange.png) no-repeat top center / 100% auto;
    width: 215px;
    height: 122px;
    position: absolute;
    right: -30%;
    top: 0;
}
.carrerTop_cont02 ul li:nth-child(3) figure::after {
    content: '';
    display: inline-block;
    background: url(../img/career/career_illOrange02.png) no-repeat top center / 100% auto;
    width: 160px;
    height: 160px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 3%;
    top: -14%;
}
.carrerTop_cont02 ul li.listWide:nth-child(3) figure::after {
    content: none;
}
.carrerTop_cont02 ul li figure img {
    border-radius: 5px;
}
.carrerTop_cont02 ul li .carrerTop_cont02Txt {
    width: 47%;
    margin-top: 10px;
}
.carrerTop_cont02 ul li .carrerTop_cont02Txt h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #de812d;
    margin-bottom: 15px;
    font-weight: 600;
}
/* careerTop_interview */
.careerTop_interview {
    padding: 60px 0 80px;
}
.careerTop_interview .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.careerTop_interviewTxt {
width: 49%;
position: relative;
z-index: 1;
}
.careerTop_interviewTxt .sub_ttl h2 {
    background: -o-linear-gradient(left, #ef858c, #f8c93b);
    background: -webkit-gradient(linear, left top, right top, from(#ef858c), to(#f8c93b));
    background: linear-gradient(90deg, #ef858c, #f8c93b);
}
.careerTop_interviewTxt .more_btn {
    margin-top: 50px;
}
.careerTop_interview figure {
    margin-left: calc(50% - 50vw);
    width: 45%;
    min-width: 45vw;
    position: relative;
}
.careerTop_interview figure::after {
    content: '';
    display: inline-block;
    background: url(../img/career/career_interview_ill.png) no-repeat top center / 100% auto;
    width: 281px;
    height: 106px;
    position: absolute;
    right: -8%;
    bottom: -17px;
}
/* =======================*
careerJob
=======================*/
.careerJob .sub_mvBg {
    background: url(../img/career/careerJob_mv.jpg) no-repeat right center /cover;
}
.careerJob_desc {
    padding-bottom: 60px;
}
.careerJob_desc table tr {
    border-bottom: 1px dotted #726f6d;
    text-align: left;
    vertical-align: top;
}
.careerJob_desc table tr:last-child {
    margin-bottom: 0;
}
.careerJob_desc table th, .careerJob_desc table td {
    padding: 20px 0;
    margin-bottom: 20px;
    line-height: 1.6;
}
.careerJob_desc table th {
    font-size: 18px;
    font-weight: 600;
    color: #de812d;
    width: 21%;
    padding-left: 30px;
}
.careerJob_desc table td {
    width: 75%;
}
.careerJob_desc table td span {
    display: inline-block;
    background-color: #de812d;
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.careerJob_desc table td span:nth-of-type(2) {
    margin-top: 30px;
}
.careerJob_desc table td p {
    margin-bottom: 15px;
}
.careerJob_desc table tr td p:last-of-type {
    margin-bottom: 0;
}
.careerJob_flow {
    background: url(../img/career/career_bg.jpg) no-repeat center /cover;
    padding: 50px 0;
}
.careerJob_flow .sub_ttlCent h2 {
    background: -webkit-gradient(linear, left top, right top, from(#f0994a), to(#f6ca48));
    background: -o-linear-gradient(left, #f0994a, #f6ca48);
    background: linear-gradient(90deg, #f0994a, #f6ca48);
}
.careerJob_flow ul li {
    width: 22.5%;
}
.careerJob_flow ul li figure {
    max-width: 135px;
    margin: 0 auto;
    position: relative;
}
.careerJob_flow ul li figure figcaption {
    font-size: 50px;
    position: absolute;
    top: -10%;
    left: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#e88123), to(#f6b276));
    background: -o-linear-gradient(left, #e88123, #f6b276);
    background: linear-gradient(90deg, #e88123, #f6b276);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 100;
    line-height: 1.3;
    letter-spacing: -.05rem;
}
.careerJob_flow ul li h3 {
    text-align: center;
    font-size: 20px;
    color: #de812d;
}
.careerJob_flow ul li p {
    line-height: 1.6;
}
/* =======================*
careerInt
=======================*/
.careerInt .sub_mvBg {
    background: url(../img/career/careerInt_mv.jpg) no-repeat left 20% center /cover;
}
.careerInt_cont {
    padding-bottom: 60px;
    overflow-x: hidden
}
.careerInt_contTop {
    margin: 0 auto 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.careerInt_contTop_img {
    margin-left: calc(50% - 50vw);
    max-width: 600px;
    width: 52%;
    min-width: 47vw;
    position: relative;
}
.careerInt_contTop_txt {
    width: 43%;
    padding-top: 125px;
    position: relative;
}
.careerInt_contTop_txtSub p {
    background-color: #de812d;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 0 35px;
    display: inline-block;
    border-radius: 50px;
}
.careerInt_contTop_txtSub span {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#e88123), to(#f6b276));
    background: -o-linear-gradient(left, #e88123, #f6b276);
    background: linear-gradient(90deg, #e88123, #f6b276);
    margin-left: 10px;
}
.careerInt_contTop_txt h3 {
    font-size: 46px;
    padding-left: 70px;
    position: relative;
    line-height: 1.3;
    margin-top: 15px
}
.careerInt_contTop_txt h3::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: inline-block;
width: 52px;
height: 1px;
background-color: #494949;
}
.careerInt_contTop_txt figure {
    max-width: 365px;
    margin: 55px 0 0 auto;
    position: relative;
}
.careerInt_cont01, .careerInt_cont02 {
    margin: 0 auto 40px;
}
.careerInt_cont01 figure {
    width: 50%;
}
.careerInt_cont01 figure img {
    border-radius: 5px;
}
.careerInt_cont01 .careerInt_cont01_txt {
    width: 47%;
    padding-top: 20px;
}
.careerInt_cont01 h3, .careerInt_cont02 h3, .careerInt_contLast h3 {
    color: #de812d;
    font-size: 24px;
    letter-spacing: .02rem;
}
.careerInt_contLast {
    background-color: #f7e7d9;
    border-radius: 10px;
    padding: 35px 50px;
    position: relative;
}
.careerInt_contLast::before {
    content: '';
    display: inline-block;
    background: url(../img/career/careerInt_illOrange.png) no-repeat top center / 100% auto;
    width: 131px;
    height: 111px;
    position: absolute;
    left: -5%;
    top: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.careerInt_contLast h3 {
    text-align: center;
}
/* それぞれ */
.careerInt_cont.cont01 .careerInt_contTop_img::after {
    content: '';
    display: inline-block;
    background: url(../img/career/careerInt_ill01.png) no-repeat top center / 100% auto;
    width: 280px;
    height: 163px;
    position: absolute;
    right: -25%;
    bottom: -15%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
} 
.careerInt_cont.cont01 .careerInt_contTop_txt::after {
    content: '';
    display: inline-block;
    background: url(../img/career/careerInt_illOrange.png) no-repeat top center / 100% auto;
    width: 131px;
    height: 111px;
    position: absolute;
    left: -20%;
    top: 0;
}
.careerInt_cont.cont01 .careerInt_contTop_txt figure::after {
    content: '';
    display: inline-block;
    background: url(../common/img/recruit_btnIll02.png) no-repeat top center / 100% auto;
    width: 154px;
    height: 153px;
    position: absolute;
    right: -13%;
    bottom: -10%;
}
.careerInt_cont.cont02 {
    background: url(../img/career/careerInt_bg.jpg) no-repeat top center /cover;
    padding-top: 60px;
}
.careerInt_cont.cont02 .careerInt_contTop_img {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
}
.careerInt_cont.cont02 .careerInt_contTop_img::after {
    content: '';
    display: inline-block;
    background: url(../img/career/careerInt_ill02.png) no-repeat top center / 100% auto;
    width: 258px;
    height: 170px;
    position: absolute;
    left: -8%;
    bottom: -5%;
} 
.careerInt_cont.cont02 .careerInt_contTop_txt::after {
    content: '';
    display: inline-block;
    background: url(../img/career/careerInt_illOrange.png) no-repeat top center / 100% auto;
    width: 131px;
    height: 111px;
    position: absolute;
    left: -20%;
    top: 0;
}
.careerInt_cont.cont02 .careerInt_contTop_txt figure::after {
    content: '';
    display: inline-block;
    background: url(../common/img/recruit_btnIll02.png) no-repeat top center / 100% auto;
    width: 154px;
    height: 153px;
    position: absolute;
    right: -20%;
    top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
/* =======================*
top
=======================*/
 /* mv */
 .career .sub_mv_inner h2 {
    font-size: 38px;
    letter-spacing: -.05rem;
 }
.career .sub_mv_ill01 {
    width: 160px;
    top: 21%;
    left: -8%;
}
.career .sub_mv_ill02 {
    width: 220px;
    bottom: -12%;
    right: -8%;
}
/* carrerTop_cont01 */
.carrerTop_cont01 {
    padding-bottom: 40px;
}
.carrerTop_cont01 .sub_ttl {
    width: 100%;
}
.carrerTop_cont01 p {
    width: 100%;
}
/* carrerTop_cont02 */
.carrerTop_cont02 {
    padding: 40px 0;
}
.carrerTop_cont02 ul li figure {
    width: 100%;
}
.carrerTop_cont02 ul li.listWide figure {
    width: 60%;
    max-width: 350px;
    margin: 0 auto;
}
.carrerTop_cont02 ul li:first-child figure::after {
    width: 120px;
    height: 120px;
    left: 5%;
    top: 0;
}
.carrerTop_cont02 ul li:nth-child(2) figure::after {
    width: 130px;
    height: 78px;
    right: -10%;
    top: -20%;
    z-index: -1;
}
.carrerTop_cont02 ul li:nth-child(3) figure::after {
    width: 100px;
    height: 100px;
}
.carrerTop_cont02 ul li .carrerTop_cont02Txt {
    width: 100%;
    margin: 10px auto 0;
}
.carrerTop_cont02 ul li .carrerTop_cont02Txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
/* careerTop_interview */
.careerTop_interview {
    padding: 40px 0 60px;
}
.careerTop_interviewTxt {
width: 100%;
}
.careerTop_interviewTxt .more_btn {
    margin: 20px 0 0 auto;
}
.careerTop_interview figure {
    width: 100%;
    margin-top: 30px;
}
.careerTop_interview figure::after {
    width: 164px;
        height: 63px;
        right: -5%;
        bottom: -17px;
}
/* =======================*
careerJob
=======================*/
.careerJob_desc {
    padding-bottom: 4ch;
}
.careerJob_desc table th, .careerJob_desc table td {
    padding: 10px 0;
    margin-bottom: 10px;
}
.careerJob_desc table th {
    font-size: 16px;
    width: 20%;
    padding: 10px 5px;
}
.careerJob_desc table td {
    width: 75%;
}
.careerJob_desc table td span {
    padding: 0 15px;
    margin-bottom: 5px;
}
.careerJob_desc table td span:nth-of-type(2) {
    margin-top: 20px;
}
.careerJob_desc table td p {
    margin-bottom: 10px;
}
.careerJob_flow {
    padding: 40px 0;
}
.careerJob_flow ul {
    max-width: 480px;
    margin: 0 auto;
}
.careerJob_flow ul li {
    width: 100%;
    margin: 0 auto 30px;
}
.careerJob_flow ul li:last-child {
    margin-bottom: 0;
}
.careerJob_flow ul li figure {
    max-width: 175px;
}
.careerJob_flow ul li figure figcaption {
    top: 0;
}
.careerJob_flow ul li h3 {
    font-size: 18px;
}
.careerJob_flow ul li p {
    text-align: center;
}
/* =======================*
careerInt
=======================*/
.careerInt_cont {
    padding-bottom: 40px;
}
.careerInt_contTop {
    margin: 0 auto 30px;
}
.careerInt_contTop_img {
    width: 95vw;
        min-width: unset;
}
.careerInt_contTop_txt {
    width: 100%;
    padding-top: 20px;
    z-index: 1;
}
.careerInt_contTop_txtSub p {
    font-size: 18px;
    padding: 0 20px;
    border-radius: 50px;
}
.careerInt_contTop_txtSub span {
    font-size: 20px;
}
.careerInt_contTop_txt h3 {
    font-size: 42px;
    padding-left: 55px;
    margin-top: 5px
}
.careerInt_contTop_txt h3::before {
width: 45px;
}
.careerInt_contTop_txt figure {
    max-width: 320px;
    margin: 20px 0 0 auto;
}
.careerInt_cont01, .careerInt_cont02 {
    margin: 0 auto 30px;
}
.careerInt_cont01 figure {
    width: 100%;
    margin: 10px auto 0;
}
.careerInt_cont01 .careerInt_cont01_txt {
    width: 100%;
    padding-top: 0;
}
.careerInt_cont01 h3, .careerInt_cont02 h3, .careerInt_contLast h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px
}
.careerInt_contLast {
    padding: 20px 5%;
}
.careerInt_contLast::before {
    width: 100px;
    height: 88px;
    top: 0;
}
.careerInt_contLast h3 {
    text-align: center;
}
/* それぞれ */
.careerInt_cont.cont01 .careerInt_contTop_img::after {
    width: 200px;
        height: 115px;
        right: -32%;
        bottom: -20%;
} 
.careerInt_cont.cont01 .careerInt_contTop_txt::after {
    width: 111px;
        height: 96px;
    left: -10%;
    z-index: -1;
}
.careerInt_cont.cont01 .careerInt_contTop_txt figure::after {
    width: 124px;
        height: 121px;
        right: -8%;
}
.careerInt_cont.cont02 {
    padding-top: 40px;
}
.careerInt_cont.cont02 .careerInt_contTop_img {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
}
.careerInt_cont.cont02 .careerInt_contTop_img::after {
    width: 172px;
    height: 113px;
    left: -3%;
} 
.careerInt_cont.cont02 .careerInt_contTop_txt::after {
    width: 111px;
        height: 96px;
    left: -10%;
    z-index: -1;
}
.careerInt_cont.cont02 .careerInt_contTop_txt figure::after {
    width: 124px;
    height: 121px;
    right: 0;
    top: 5%;
}
}