@charset "utf-8";
/* =======================*
top
=======================*/
/* mv */
.newTop .sub_mvBg {
    background: url(../img/newgraduate/new_mv.jpg) no-repeat right center /cover;
}
.newgraduate .sub_mv_inner span {
    display: block;
    position: absolute;
    background: #c6444c;
    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;
}
.newgraduate .sub_mv_ill01 {
    width: 317px;
    top: 12%;
    left: -10%;
}
.newgraduate .sub_mv_ill02 {
    width: 305px;
    bottom: -28%;
    right: -2%;
}
/* newTop_cont01 */
.newTop_cont01 {
    padding-bottom: 30px;
}
.newTop_cont01 .sub_ttl {
    width: 35%;
}
.newTop_cont01 .sub_ttl h2 {
    background: -o-linear-gradient(left, #da2c37, #ef858c);
    background: -webkit-gradient(linear, left top, right top, from(#da2c37), to(#ef858c));
    background: linear-gradient(90deg, #da2c37, #ef858c);
}
.newTop_cont01 p {
    width: 61%;
}
/* newTop_cont02 */
.newTop_cont02 {
    background: url(../img/newgraduate/new_bg.jpg) no-repeat top center /cover;
    padding: 50px 0;
    overflow-x: hidden;
}
.newTop_cont02 .sub_ttlCent 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);
}
.newTop_cont02 ul li:first-child {
    margin-bottom: 40px;
}
.newTop_cont02 ul li figure {
    width: 50%;
    position: relative;
    z-index: 1;
}
.newTop_cont02 ul li:first-child figure::after {
    content: '';
    display: inline-block;
    background: url(../common/img/recruit_btnIll01.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;
}
.newTop_cont02 ul li:nth-child(2) figure::after {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/new_illPink.png) no-repeat top center / 100% auto;
    width: 215px;
    height: 122px;
    position: absolute;
    right: -30%;
    top: 0;
}
.newTop_cont02 ul li figure img {
    border-radius: 5px;
}
.newTop_cont02 ul li .newTop_cont02Txt {
    width: 47%;
    margin-top: 10px;
}
.newTop_cont02 ul li .newTop_cont02Txt h3 {
    font-size: 24px;
    color: #c6444c;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 600;
}
/* newTop_interview */
.newTop_interview {
    padding: 60px 0 80px;
}
.newTop_interview .flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.newTop_interviewTxt {
width: 49%;
position: relative;
z-index: 1;
}
.newTop_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);
}
.newTop_interviewTxt .more_btn {
    margin-top: 50px;
}
.newTop_interview figure {
    margin-left: calc(50% - 50vw);
    width: 45%;
    min-width: 45vw;
    position: relative;
}
.newTop_interview figure::after {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/new_interview_ill.png) no-repeat top center / 100% auto;
    width: 224px;
    height: 111px;
    position: absolute;
    right: -8%;
    bottom: -17px;
}
/* =======================*
newJob
=======================*/
.newJob .sub_mvBg {
    background: url(../img/newgraduate/newJob_mv.jpg) no-repeat right center /cover;
}
.newJob_desc {
    padding-bottom: 60px;
}
.newJob_desc table tr {
    border-bottom: 1px dotted #726f6d;
    text-align: left;
    vertical-align: top;
}
.newJob_desc table tr:last-child {
    margin-bottom: 0;
}
.newJob_desc table th, .newJob_desc table td {
    padding: 20px 0;
    margin-bottom: 20px;
    line-height: 1.6;
}
.newJob_desc table th {
    font-size: 18px;
    font-weight: 600;
    color: #c6444c;
    width: 21%;
    padding-left: 30px;
}
.newJob_desc table td {
    width: 75%;
}
.newJob_desc table td span {
    display: inline-block;
    background-color: #c6444c;
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.newJob_desc table td span:nth-of-type(2) {
    margin-top: 30px;
}
.newJob_desc table td p {
    margin-bottom: 15px;
}
.newJob_desc table tr td p:last-of-type {
    margin-bottom: 0;
}
.newJob_flow {
    background: url(../img/newgraduate/newJob_bg.jpg) no-repeat center /cover;
    padding: 50px 0;
}
.newJob_flow .sub_ttlCent 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);
}
.newJob_flow ul li {
    width: 22.5%;
}
.newJob_flow ul li figure {
    max-width: 135px;
    margin: 0 auto;
    position: relative;
}
.newJob_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(#da2c37), to(#ef858c));
    background: -o-linear-gradient(left, #da2c37, #ef858c);
    background: linear-gradient(90deg, #da2c37, #ef858c);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 100;
    line-height: 1.3;
    letter-spacing: -.05rem;
}
.newJob_flow ul li h3 {
    text-align: center;
    font-size: 20px;
    color: #c6444c;
}
.newJob_flow ul li p {
    line-height: 1.6;
}
/* =======================*
newInt
=======================*/
.newInt .sub_mvBg {
    background: url(../img/newgraduate/newInt_mv.jpg) no-repeat left 20% center /cover;
}
.newInt_cont {
    padding-bottom: 60px;
    overflow-x: hidden
}
.newInt_contTop {
    margin: 0 auto 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.newInt_contTop_img {
    margin-left: calc(50% - 50vw);
    max-width: 600px;
    width: 52%;
    min-width: 47vw;
    position: relative;
}
.newInt_contTop_txt {
    width: 43%;
    padding-top: 125px;
    position: relative;
}
.newInt_contTop_txtSub p {
    background-color: #c6444c;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 0 35px;
    display: inline-block;
    border-radius: 50px;
}
.newInt_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(#da2c37), to(#ef858c));
    background: -o-linear-gradient(left, #da2c37, #ef858c);
    background: linear-gradient(90deg, #da2c37, #ef858c);
    margin-left: 10px;
}
.newInt_contTop_txt h3 {
    font-size: 46px;
    padding-left: 70px;
    position: relative;
    line-height: 1.3;
    margin-top: 15px
}
.newInt_contTop_txt h3::before {
content: '';
position: absolute;
left: 0;
top: 50%;
display: inline-block;
width: 52px;
height: 1px;
background-color: #494949;
}
.newInt_contTop_txt figure {
    max-width: 365px;
    margin: 55px 0 0 auto;
    position: relative;
}
.newInt_cont01, .newInt_cont02 {
    margin: 0 auto 40px;
}
.newInt_cont01 figure {
    width: 50%;
}
.newInt_cont01 figure img {
    border-radius: 5px;
}
.newInt_cont01 .newInt_cont01_txt {
    width: 47%;
    padding-top: 20px;
}
.newInt_cont01 h3, .newInt_cont02 h3, .newInt_contLast h3 {
    color: #c6444c;
    font-size: 24px;
    letter-spacing: .02rem;
}
.newInt_contLast {
    background-color: #f6e7e8;
    border-radius: 10px;
    padding: 35px 50px;
    position: relative;
}
.newInt_contLast::before {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/newInt_illPink.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%);
}
.newInt_contLast h3 {
    text-align: center;
}
/* それぞれ */
.newInt_cont.cont01 .newInt_contTop_img::after {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/newInt_ill01.png) no-repeat top center / 100% auto;
    width: 225px;
    height: 141px;
    position: absolute;
    right: -25%;
    bottom: -15%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
} 
.newInt_cont.cont01 .newInt_contTop_txt::after {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/newInt_illPink.png) no-repeat top center / 100% auto;
    width: 131px;
    height: 111px;
    position: absolute;
    left: -20%;
    top: 0;
}
.newInt_cont.cont01 .newInt_contTop_txt figure::after {
    content: '';
    display: inline-block;
    background: url(../common/img/recruit_btnIll01.png) no-repeat top center / 100% auto;
    width: 154px;
    height: 153px;
    position: absolute;
    right: -13%;
    bottom: -10%;
}
.newInt_cont.cont02 {
    background: url(../img/newgraduate/newInt_bg.jpg) no-repeat top center /cover;
    padding-top: 60px;
}
.newInt_cont.cont02 .newInt_contTop_img {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
}
.newInt_cont.cont02 .newInt_contTop_img::after {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/newInt_ill02.png) no-repeat top center / 100% auto;
    width: 252px;
    height: 183px;
    position: absolute;
    left: -8%;
    bottom: -5%;
} 
.newInt_cont.cont02 .newInt_contTop_txt::after {
    content: '';
    display: inline-block;
    background: url(../img/newgraduate/newInt_illPink.png) no-repeat top center / 100% auto;
    width: 131px;
    height: 111px;
    position: absolute;
    left: -20%;
    top: 0;
}
.newInt_cont.cont02 .newInt_contTop_txt figure::after {
    content: '';
    display: inline-block;
    background: url(../common/img/recruit_btnIll01.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 */
 .newgraduate .sub_mv_inner h2 {
    font-size: 38px;
        line-height: 1;
        letter-spacing: 0;
        margin-bottom: 5px;
 }
 .newgraduate .sub_mv_inner span {
    top: -5px;
}
.newgraduate .sub_mv_ill01 {
    width: 200px;
    top: 10%;
    left: -14%;
}
.newgraduate .sub_mv_ill02 {
    width: 180px;
    bottom: -18%;
    right: -9%;
}
/* newTop_cont01 */
.newTop_cont01 {
    padding-bottom: 40px;
}
.newTop_cont01 .sub_ttl {
    width: 100%;
}
.newTop_cont01 p {
    width: 100%;
}
/* newTop_cont02 */
.newTop_cont02 {
    padding: 40px 0;
}
.newTop_cont02 ul li figure {
    width: 100%;
}
.newTop_cont02 ul li:first-child figure::after {
    width: 120px;
    height: 120px;
    left: 5%;
    top: 0;
}
.newTop_cont02 ul li:nth-child(2) figure::after {
    width: 130px;
    height: 78px;
    right: -10%;
    top: -20%;
    z-index: -1;
}
.newTop_cont02 ul li .newTop_cont02Txt {
    width: 100%;
    margin: 10px auto 0;
}
.newTop_cont02 ul li .newTop_cont02Txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
/* newTop_interview */
.newTop_interview {
    padding: 40px 0 60px;
}
.newTop_interviewTxt {
width: 100%;
}
.newTop_interviewTxt .more_btn {
    margin: 20px 0 0 auto;
}
.newTop_interview figure {
    width: 100%;
    margin-top: 30px;
}
.newTop_interview figure::after {
    width: 164px;
        height: 82px;
        right: -5%;
        bottom: -17px;
}
/* =======================*
newJob
=======================*/
.newJob_desc {
    padding-bottom: 4ch;
}
.newJob_desc table th, .newJob_desc table td {
    padding: 10px 0;
    margin-bottom: 10px;
}
.newJob_desc table th {
    font-size: 16px;
    width: 20%;
    padding: 10px 5px;
}
.newJob_desc table td {
    width: 75%;
}
.newJob_desc table td span {
    padding: 0 15px;
    margin-bottom: 5px;
}
.newJob_desc table td span:nth-of-type(2) {
    margin-top: 20px;
}
.newJob_desc table td p {
    margin-bottom: 10px;
}
.newJob_flow {
    padding: 40px 0;
}
.newJob_flow ul {
    max-width: 480px;
    margin: 0 auto;
}
.newJob_flow ul li {
    width: 100%;
    margin: 0 auto 30px;
}
.newJob_flow ul li:last-child {
    margin-bottom: 0;
}
.newJob_flow ul li figure {
    max-width: 175px;
}
.newJob_flow ul li figure figcaption {
    top: 0;
}
.newJob_flow ul li h3 {
    font-size: 18px;
}
.newJob_flow ul li p {
    text-align: center;
}
/* =======================*
newInt
=======================*/
.newInt_cont {
    padding-bottom: 40px;
}
.newInt_contTop {
    margin: 0 auto 30px;
}
.newInt_contTop_img {
    width: 95vw;
        min-width: unset;
}
.newInt_contTop_txt {
    width: 100%;
    padding-top: 20px;
    z-index: 1;
}
.newInt_contTop_txtSub p {
    font-size: 18px;
    padding: 0 20px;
    border-radius: 50px;
}
.newInt_contTop_txtSub span {
    font-size: 20px;
}
.newInt_contTop_txt h3 {
    font-size: 42px;
    padding-left: 55px;
    margin-top: 5px
}
.newInt_contTop_txt h3::before {
width: 45px;
}
.newInt_contTop_txt figure {
    max-width: 320px;
    margin: 20px 0 0 auto;
}
.newInt_cont01, .newInt_cont02 {
    margin: 0 auto 30px;
}
.newInt_cont01 figure {
    width: 100%;
    margin: 10px auto 0;
}
.newInt_cont01 .newInt_cont01_txt {
    width: 100%;
    padding-top: 0;
}
.newInt_cont01 h3, .newInt_cont02 h3, .newInt_contLast h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px
}
.newInt_contLast {
    padding: 20px 5%;
}
.newInt_contLast::before {
    width: 100px;
    height: 88px;
    top: 0;
}
.newInt_contLast h3 {
    text-align: center;
}
/* それぞれ */
.newInt_cont.cont01 .newInt_contTop_img::after {
    width: 180px;
        height: 115px;
        right: -32%;
        bottom: -20%;
} 
.newInt_cont.cont01 .newInt_contTop_txt::after {
    width: 111px;
        height: 96px;
    left: -10%;
    z-index: -1;
}
.newInt_cont.cont01 .newInt_contTop_txt figure::after {
    width: 124px;
        height: 121px;
        right: -8%;
}
.newInt_cont.cont02 {
    padding-top: 40px;
}
.newInt_cont.cont02 .newInt_contTop_img {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
}
.newInt_cont.cont02 .newInt_contTop_img::after {
    width: 182px;
    height: 133px;
    left: -3%;
} 
.newInt_cont.cont02 .newInt_contTop_txt::after {
    width: 111px;
        height: 96px;
    left: -10%;
    z-index: -1;
}
.newInt_cont.cont02 .newInt_contTop_txt figure::after {
    width: 124px;
    height: 121px;
    right: 0;
    top: 5%;
}
}