@charset "utf8";
/* PANNEL SUB CHILD */
@import url(./staff01.css);
/* END PANNER SUB CHILD */

.coming-soon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transform: skew(-21deg);
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg);
}

.coming-soon-line {
    width: 100%;
    z-index: 9999999;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.coming-soon img {
    z-index: 999999;
    display: block;
    margin: 0 auto;
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg);
}

.page-child-banner {
    height: 542px;
    background-image: url(../../img/recruit/recruit-1.jpg);
    background-position: center center;
}

.main {
    background-size: cover;
}

section.wrap-recruit {
    width: 100%;
    /* padding-bottom: 80px; */
    overflow: hidden;
    position: relative;
}

.tt-recruit-Japan {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 220px;
    font-size: 60px;
    color: #000000;
    line-height: 175%;
    letter-spacing: 0.5px;
}

.colums-rec-one-row {
    width: 100%;
    padding: 17px 0;
    font-size: 0;
    position: relative;
}

.rec-one-item {
    width: 24.175%;
    margin-right: 1.1%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.rec-one-item:last-child {
    margin-right: 0;
}

.item-img {
    border: 3px solid rgba(255, 255, 255, 0);
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    position: relative;
    box-sizing: border-box;
}

.item-img a {
    display: block;
    position: relative;
}

.item-img>a>img {
    width: 100%;
}

.item-img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.item-img:hover a::before {
    opacity: 1;
}

.item-img:hover {
    border: 3px solid #0000FF;
}

.item-img:hover .effect-hover-recruit {
    opacity: 1;
}

.effect-hover-recruit {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.effect-hover-recruit img {
    display: block;
    margin: 0 auto;
}

.item-desc {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 175%;
    padding-top: 6px;
    color: #231815;
    font-family: 'HGPMinchoE';
}

.colums-rec-two-row {
    width: 100%;
    padding-top: 90px;
    position: relative;
}

.tt-rec-two {
    min-width: 420px;
    display: inline-block;
    font-size: 45px;
    color: #231815;
    line-height: 120%;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #231815;
    padding-left: 50px;
    position: relative;
    margin: 0 0 0 55px;
}

.tt-rec-two::before {
    content: "";
    width: 20px;
    height: 53px;
    background: #231815;
    position: absolute;
    left: 10px;
    bottom: -2px;
    transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
}

.info-rec-2-row {
    width: 100%;
    margin-top: 20px;
    padding-top: 34px;
    padding-bottom: 10px;
    background: rgba(35, 24, 21, 0.1);
    position: relative;
}

.info-rec-2-row ul {
    width: 100%;
    padding-left: 20px;
    padding-right: 52px;
    position: relative;
}

.info-rec-2-row ul li {
    display: block;
    border-bottom: #0000FF 1px solid;
}

.info-rec-2-row ul li {
    font-size: 16px;
    padding: 9.5px 0;
    color: #000000;
    line-height: 175%;
    letter-spacing: 0.5px;
    font-family: "HGPMinchoE", 'Meiryo', sans-serif;
}

.info-rec-2-row ul li a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

.info-rec-2-row ul li:hover a {
    color: #0000FF;
}

.info-rec-2-row ul li .item-time-rec {
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    text-align: center;
}

.item-read-more {
    width: 100%;
    text-align: right;
    padding-top: 44px;
    padding-right: 33px;
    position: relative;
}

.item-read-more a {
    display: inline-block;
}

.colums-rec-three-row {
    width: 100%;
    padding-top: 62px;
    position: relative;
}

.info-rec-three {
    width: 100%;
    font-size: 0;
    padding-top: 45px;
    padding-left: 55px;
    position: relative;
}

.desc-three-rec {
    font-size: 18px;
    color: #231815;
    line-height: 175%;
    padding-left: 55px;
    padding-top: 10px;
    letter-spacing: 0.25px;
}

.info-rec-three-item table {
    width: 100%;
    position: relative;
}

.info-rec-three-item td {
    font-size: 16px;
    color: #231815;
    padding: 5px 0;
    line-height: 175%;
    vertical-align: middle;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #0000FF;
}

.info-rec-three-item tr:nth-child(5) td {
    padding: 15px 0;
}

.info-rec-three-item tr:first-child td {
    border-top: 1px solid #0000FF;
}

.info-rec-three-item td:first-child {
    width: 125px;
}

.info-rec-three-item {
    width: 100%;
    max-width: 1045px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}

/* .info-rec-three-item:last-child {
    width: 31.8%;
    margin-left: 2.2%;
} */

.info-rec-three-item:last-child li {
    margin-bottom: 25px;
}

.info-rec-three-item:last-child li:last-child {
    margin-bottom: 0;
}

.colums-rec-four-row {
    width: 100%;
    padding-top: 83px;
    position: relative;
}

.desc-three-rec.fisrt {
    padding-right: 33px;
}

.desc-three-rec.fisrt a {
    display: inline-block;
    float: right;
}

.desc-three-rec.fisrt a img {
    margin-top: -28px;
}

.info-rec-four {
    /* overflow: hidden; */
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
    font-size: 0;
    letter-spacing: normal;
}

.info-rec-four::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000FF;
    transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
}

/* 2019 */

.gallery {
    width: 100%;
    left: 16px;
    height: 257px;
    max-width: 1128px;
    margin: 0 auto;
    position: relative;
}

.imageContainer {
    transform: skew(-21deg);
    overflow: hidden;
    width: 25%;
    height: 257px;
    /* margin-left: -6px;
    margin-top: -3px; */
    display: inline-block;
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg);
    box-sizing: border-box;
    position: relative;
}

.imageContainer a.a-po {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 99;
}

.imageContainer:hover .image {
    z-index: 8;
}

.imageContainer .image {
    z-index: 5;
}

.imageContainer .image#img1 {
    background-image: url(../../img/recruit/recruit-11.png);
    left: -11px;
    height: 455px;
}

.imageContainer .image#img2 {
    background-image: url(../../img/recruit/recruit-12.png);
    left: -42px;
}

.imageContainer .image#img3 {
    background-image: url(../../img/recruit/recruit-13.png);
    left: -78px;
    top: -10px;
    width: 410px;
    height: 280px;
}

.imageContainer .image#img4 {
    background-image: url(../../img/recruit/recruit-14.png);
    left: -90px;
    width: 463px;
    height: 360px;
}

.imageContainer .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    overflow: hidden;
    left: -10px;
    width: 390px;
    height: 300px;
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg);
}

.imageContainer::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    border: 3px solid #0000FF;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.imageContainer:hover::before {
    opacity: 1;
}

.imageContainer:hover .img-hover-1 {
    opacity: 1;
}

.img-hover-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    opacity: 0;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}

.img-hover-1 img {
    display: block;
    margin: 0 auto;
    transform: skewX(21deg);
    -webkit-transform: skewX(21deg);
    -moz-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    -o-transform: skewX(21deg);
}

/* end */

.colums-rec-five {
    width: 100%;
    padding-top: 79px;
    position: relative;
}

.info-five-row {
    width: 100%;
    margin-top: 21px;
    background: rgba(35, 24, 21, 0.1);
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 60px;
    padding-left: 55px;
}

.info-five-row table {
    width: 100%;
    max-width: 1045px;
    position: relative;
}

.info-five-row table td {
    border-top: 1px solid #0000FF;
    vertical-align: middle;
    font-size: 16px;
    color: #231815;
    letter-spacing: 0.5px;
    line-height: 175%;
    padding: 3px 0;
}

.info-five-row table tr:last-child td {
    border-bottom: 1px solid #0000FF;
}

.info-five-row table td:first-child {
    width: 126px;
}

.info-btn-five {
    width: 100%;
    margin-top: 38px;
    text-align: center;
    position: relative;
}

.info-btn-five a {
    display: inline-block;
}

/* 2019 10 30 */

.icon-recruit {
    bottom: inherit !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.icon-recruit img {
    display: block;
    margin: 0 auto;
}

.info-btn-five img {
    display: block;
    margin: 0 auto;
}

.info-btn-five {
    max-width: 1015px;
    margin: 0 auto;
    margin-top: 41px;
    margin-bottom: 47px;
    position: relative;
}

.info-btn-five a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.a-link-five {
    position: absolute;
    left: 0;
    width: 50%;
    min-height: 150px;
}

.a-link-five.right {
    left: inherit;
    right: 0;
}

.show-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .icon-recruit img {
        width: 150px;
    }
    .show-sp {
        display: block;
    }
    .info-btn-five a {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .info-btn-five a:last-child {
        margin-bottom: 0;
    }
    .show-pc {
        display: none;
    }
    section.wrap-recruit {
        padding-bottom: 0 !important;
    }
    .info-btn-five {
        margin-bottom: 40px;
    }
}

/* end 2019 10 30 */

/* 2019 12 17 */

section.tool-recruit-02 {
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.tool-title-01 {
    width: 100%;
    position: relative;
    padding-bottom: 39px;
}

.tool-title-01 p {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    font-size: 16px;
    color: #231815;
    line-height: 120%;
    letter-spacing: 0.5px;
    padding: 19px 0;
}

.tool-recruit-list {
    width: 100%;
    margin-bottom: 50px;
    /* background: linear-gradient(90deg, rgba(0, 0, 102, 0) 0%, rgba(0, 0, 102, 1) 50%, rgba(0, 0, 102, 1) 100%); */
    position: relative;
}

.tool-recruit-list:nth-child(2n - 1) {
    /* background: linear-gradient(-90deg, rgba(0, 0, 102, 0) 0%, rgba(0, 0, 102, 1) 50%, rgba(0, 0, 102, 1) 100%); */
}

.tool-rec-item {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    min-height: 451px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
}

.tool-rec-item.bg-01 {
    background-image: url(../../img/recruit/191217/top-01.jpg);
}

.tool-rec-item.bg-02 {
    background-image: url(../../img/recruit/191217/top-02.jpg);
}

.tool-rec-item.bg-03 {
    background-image: url(../../img/recruit/191217/top-03.jpg);
}

.tool-rec-item.bg-04 {
    background-image: url(../../img/recruit/191217/top-04.jpg);
}

.cont-1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tool-rec-content {
    width: 100%;
    max-width: 50%;
    min-height: 451px;
    padding-left: 20px;
    float: right;
}

.tool-recruit-list:nth-child(2n - 1) .tool-rec-content {
    float: left;
    padding-left: 0;
    padding-right: 10px;
}

.tool-rec-content a {
    color: #fff;
    text-decoration: none;
}

.rec-tt40 {
    font-size: 40px;
    line-height: 175%;
    letter-spacing: 0.5px;
    padding-top: 12px;
    padding-bottom: 18px;
}

.rec-tt20 {
    font-size: 20px;
    letter-spacing: 0.25px;
    padding-left: 20px;
    border-left: 9px solid #fff;
    margin-bottom: 25px;
}

.rec-tt20 .tt16 {
    display: block;
    font-size: 16px;
    padding-top: 10px;
    letter-spacing: 0.24px;
    line-height: 160%;
}

.rec-content {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 180%;
    display: block;
}

.rec-btn {
    width: 100%;
    padding-top: 32px;
    text-align: right;
    position: relative;
}

.rec-btn a {
    display: inline-block;
    overflow: hidden;
}

.home-page-top {
    margin-bottom: 46px;
}

/* :end 12 17 */

@media screen and (max-width:1510px) {
    .tt-recruit-Japan {
        bottom: 150px;
    }
}

@media screen and (max-width:1200px) {
    .wrap-recruit {
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-desc {
        font-size: 18px;
    }
    .effect-hover-recruit img {
        width: 150px;
    }
    .info-rec-three {
        padding-left: 0;
    }
    .desc-three-rec.fisrt a {
        display: block;
        float: inherit;
    }
    .desc-three-rec.fisrt {
        padding-right: 0;
    }
    .desc-three-rec.fisrt a img {
        margin-top: 0;
    }
    .desc-three-rec {
        padding-left: 0;
    }
    .tt-rec-two {
        margin-left: 0;
    }
}

@media screen and (max-width:800px) {
    .coming-soon {
        display: none;
    }
    .rec-one-item {
        width: 49%;
        margin-bottom: 15px;
    }
    .rec-one-item:nth-child(2n) {
        margin-right: 0;
    }
    .item-desc {
        font-size: 18px;
        line-height: 160%;
    }
    .item-img>a>img {
        width: 100%;
    }
    .effect-hover-recruit img {
        width: auto;
    }
    .info-rec-four::before {
        background: none;
    }
    .gallery {
        width: 100%;
        left: 0;
        height: auto;
    }
    .imageContainer {
        margin-left: 0;
        margin-top: 0;
        width: 49% !important;
        margin-right: 2%;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        position: relative;
    }
    .imageContainer:nth-child(2n) {
        margin-right: 0;
    }
    .imageContainer .image {
        left: 0 !important;
        position: relative;
        width: 100%;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .img-hover-1 img {
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .img-hover-1 {
        top: 60%;
    }
    .info-five-row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .info-rec-three-item tr:nth-child(2) td:last-child br {
        display: none;
    }
}

@media screen and (max-width:790px) {
    .imageContainer::before, .img-hover-1 {
        opacity: 1;
    }
}

@media screen and (max-width:767px) {
    .page-child-banner {
        height: 600px;
        background-image: url(../../img/recruit/recruit-1-sp.jpg);
    }
    .tt-recruit-Japan {
        font-size: 50px;
        bottom: inherit;
        top: 63%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .colums-rec-two-row {
        padding-top: 10px;
    }
    .tt-rec-two {
        margin-left: 0;
    }
    .tt-rec-two {
        width: 100%;
        font-size: 35px;
        padding-left: 40px;
        min-width: auto;
        max-width: 420px;
    }
    .tt-rec-two::before {
        width: 15px;
        height: 40px;
        left: 7px;
    }
    .info-rec-2-row {
        padding-top: 10px;
    }
    .info-rec-2-row ul {
        padding-left: 10px;
        padding-right: 10px;
    }
    .info-rec-2-row ul li .item-time-rec {
        width: 100%;
        text-align: left;
    }
    .item-read-more {
        text-align: center;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .colums-rec-three-row {
        padding-top: 30px;
    }
    .desc-three-rec {
        padding-left: 0;
    }
    .info-rec-three {
        padding-top: 25px;
        padding-left: 0;
    }
    .info-rec-three-item {
        width: 100% !important;
    }
    .info-rec-three-item:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .colums-rec-four-row {
        padding-top: 40px;
    }
    .colums-rec-five {
        padding-top: 40px;
    }
    .info-five-row {
        padding: 10px;
    }
    .info-rec-three-item:last-child li img {
        display: block;
        margin: 0 auto;
    }
    section.wrap-recruit {
        padding-bottom: 40px;
    }
    .info-btn-five {
        margin-top: 15px;
    }
    .imageContainer .image {
        width: 100% !important;
    }
    .item-read-more img {
        max-width: 282px;
    }
}

@media screen and (max-width:500px) {
    .page-child-banner {
        height: 400px;
    }
    .tt-recruit-Japan {
        font-size: 30px;
    }
    .effect-hover-recruit img {
        width: 150px;
    }
    .info-five-row table td {
        width: 100% !important;
        float: left;
        border: none !important;
    }
    .info-five-row table td:first-child {
        background: rgba(0, 0, 255, 0.6);
        color: #fff;
        padding: 5px 10px;
    }
    .imageContainer {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .imageContainer {
        height: 220px;
    }
    .img-hover-1 img {
        width: 150px;
    }
}

@media screen and (max-width:412px) {
    .rec-one-item {
        width: 100%;
        margin-right: 0;
    }
    .info-rec-three-item td {
        width: 100% !important;
        float: left;
        border: none;
    }
    .info-rec-three-item td:first-child {
        background: rgba(0, 0, 255, 0.6);
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
    }
    .info-rec-three-item tr:nth-child(5) td {
        padding: 5px 10px;
    }
    .info-rec-three-item tr:first-child td {
        border-top: none;
    }
    .info-rec-three-item td br {
        display: none;
    }
    .info-rec-three-item tr:first-child td br, .info-rec-three-item tr:nth-child(4) td br {
        display: block;
    }
    .tt-rec-two {
        font-size: 32px;
    }
}


/* RWD 2019 12 18 */
@media screen and (max-width:1220px){
    .rec-tt40{
        font-size: 2.459vw;
    }

    .rec-content{
        font-size: 1.311vw;
        letter-spacing: 1px;
    }

    .tool-rec-content{
        padding-left: 0;
        padding-right: 10px;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-content{
        padding-left: 10px;
        padding-right: 0;
    }

    .tool-rec-item{
        background-position: left -8.197vw center;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-item{
        background-position: right -8.197vw center;
    }

    .tool-title-01{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .tt-rec-two{
        font-size: 3.689vw;
    }

    .colums-rec-two-row,section.tool-recruit-02{
        padding-top: 7.377vw;
    }

    .info-btn-five,.home-page-top{
        padding-left: 10px;
        padding-right: 10px;
    }

    .info-btn-five{
        margin-top: 3.279vw;
        margin-bottom: 3.279vw;
    }

    .item-desc{
        font-size: 18px;
    }
}

@media screen and (max-width:950px){
    .tool-rec-item{
        background-position: left -21.053vw center;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-item{
        background-position: right -21.053vw center;
    }

    .tool-recruit-list:last-child{
        margin-bottom: 2.105vw;
    }

    .info-btn-five{
        margin-top: 2.105vw;
        margin-bottom: 2.105vw;
    }

    .rec-tt40{
        padding-top: 25px;
    }

    .rec-content{
        font-size: 15px;
    }

    .rec-tt20{
        padding-left: 15px;
        border-left: 5px solid #fff;
    }

    .rec-tt20 .tt16{
        padding-top: 5px;
    }
}

@media screen and (max-width:800px){
    .rec-content{
        font-size: 14px;
    }

    .tool-rec-item{
        background-position: left -31.250vw center;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-item{
        background-position: right -31.250vw center;
    }

    .tool-rec-item{
        min-height: auto;
    }

    .tool-rec-content{
        min-height: 420px;
    }
}

@media screen and (max-width:750px){
    .wrap-recruit{
        padding-left: 0;
        padding-right: 0;
    }
    .item-desc{
        font-size: 16px;
    }

    .rec-tt40 br{
        display: none;
    }

    .colums-rec-one-row{
        padding-left: 5.333vw;
        padding-right: 5.333vw;
        padding-top: 25px;
    }

    .tt-rec-two{
        font-size: 30px;
        width: auto;
        padding-left: 30px;
        padding-right: 20px;
    }

    .tt-rec-two::before {
        width: 10px;
        height: 34px;
        left: 5px;
    }

    .row-tt{
        width: 100%;
        text-align: center;
        position: relative;
    }

    .info-rec-2-row{
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .tool-title-01{
        text-align: center;
        padding-bottom: 0;
    }

    /*.rec-content ,.rec-btn{*/
    .rec-content{
        display: none;
    }

    .tool-rec-content{
        min-height: auto;
    }

    .rec-tt40{
        font-size: 4.267vw;
        padding-top: 1.333vw;
        padding-bottom: 7.333vw;
        letter-spacing: 1.5px;
    }

    .tool-rec-content{
        max-width: 65%;
    }

    .rec-tt20{
        margin-left: 15px;
    }

    .tool-rec-item.bg-01 {
        background-image: url(../../img/recruit/191217/recruit-sp-01.jpg);
    }
    
    .tool-rec-item.bg-02 {
        background-image: url(../../img/recruit/191217/recruit-sp-02.jpg);
    }
    
    .tool-rec-item.bg-03 {
        background-image: url(../../img/recruit/191217/recruit-sp-03.jpg);
    }
    
    .tool-rec-item.bg-04 {
        background-image: url(../../img/recruit/191217/recruit-sp-04.jpg);
    }

    .tool-rec-item.bg-03 .tool-rec-content{
        max-width: 55%;
    }

    .tool-rec-item.bg-01 .tool-rec-content {
        padding-right: 9vw;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-content {
        padding-left: 9vw;
    }

    .tool-rec-item{
        background-position: left center;
        background-size: cover;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-item{
        background-position: right center;
    }

    .tool-rec-item.bg-02  .rec-tt40{
        padding-bottom: 2.667vw;
    }
}

@media screen and (max-width:480px){
    .colums-rec-one-row{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .item-read-more,.info-rec-2-row ul{
        padding-left: 0;
        padding-right: 0;
    }


    .rec-tt40{
        font-size: 19px;
    }


    .rec-tt20{
        margin-left: 0;
        font-size: 16px;
        padding-left: 10px;
        line-height: 100%;
    }

    .rec-tt20 .tt16{
        font-size: 14px;
    }

    .tool-rec-content{
        max-width: 60%;
    }
}

@media screen and (max-width:450px){
    .tool-rec-content{
        max-width: 100%!important;
        padding: 0 10px !important;
        padding-top: 270px !important;
    }

    .rec-tt40{
        padding-bottom: 20px !important;
    }

    .tool-recruit-list:nth-child(2n - 1) .tool-rec-item{
        background-size: initial;
        background-position: right -11.111vw top;
    }

    .tool-rec-item{
        background-size: auto;
        background-position: left -11.111vw top;
    }

    .tool-recruit-list{
        background-color: rgba(0, 0, 102, 1);
    }

    .tool-recruit-list{
        margin-bottom: 30px;
    }

    .tool-recruit-02{
        padding-left: 10px;
        padding-right: 10px;
    }

    .rec-tt20{
        margin-bottom: 15px;
    }
}

/* END */


