@charset "UTF-8";
/*******************************

TopCss

*******************************/

/*-----------------------------
mainimg
-----------------------------*/
.mainimg {
    position: relative;
}

.mainimg .img img {
    width: 100%;
}

.mainimg .txt {
    position: absolute;
    height: 350px;
    top: 0;
    bottom: 0;
    left: 20%;
    margin: auto;
}

.mainimg .txt span {
    display: block;
    color: #fff;
    text-align: left;
    margin-top: 50px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .mainimg .txt {
        width: 60%;
        height: auto;
        top: 15%;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: left;
    }

    .mainimg .txt span {
        margin-top: 20px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .mainimg .txt {
        width: 50%;
    }
    .mainimg .txt span {
        margin-top: 10px;
    }
}

/*-----------------------------
back
-----------------------------*/
.back {
    background: url(../img/top/top_back.jpg) no-repeat;
    background-size: 100%;
    padding: 150px 0 0 0;
    margin-top: -5%;
    overflow: hidden;
}

.back > p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 180%;
    font-weight: 600;
    letter-spacing: .3em;
    margin-bottom: 130px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .back {
        padding: 70px 0 0 0;
    }
    .back > p {
        margin-bottom: 50px;
        font-size: 150%;
        letter-spacing: .1em;
    }
}

/*-----------------------------
sec
-----------------------------*/
.sec {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1125px;
    margin-bottom: 150px;
}

.sec .wrap-common {
    position: absolute;
    max-width: 480px;
    height: 280px;
    padding: 30px 3% 0;
    background: #fff;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.10);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.10);
}

.sec h2 {
    text-align: left;
    font-size: 150%;
    font-weight: 600;
    margin-bottom: 30px;
}

.sec .btn {
    float: left;
    margin-bottom: 0;
}

.sec01 {
    float: left;
}

.sec01 .img {
    float: left;
}

.sec01 .wrap-common {
    right: 20px;
}

.sec02 {
    float: right;
    clear: both;
}

.sec02 .img {
    float: right;
}

.sec02 .wrap-common {
    left: 20px;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
.sec, .sec .img, .sec img {
        width: 100%;
    max-width: 100%;
    }
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .sec {
        margin-bottom: 50px;
    }

    .sec01 {
        background: url(../img/top/banner_service.jpg) no-repeat;
        background-size: cover;
        padding: 50px 0;
    }
    .sec02 {
        background: url(../img/top/banner_company.jpg) no-repeat;
        background-size: cover;
        padding: 50px 0;
    }

    .sec .img {
        display: none;
    }

    .sec .wrap-common {
        position: relative;
        width: 80%;
        height: auto;
        padding: 30px 3%;
        margin: 0 auto;
        right: auto!important;
        left: auto!important;
        top: auto;
        bottom: auto;
    }

    .sec h2 {
        margin-bottom: 15px;
        text-align: center;
    }
    .sec p {
        text-align: center;
    }

    .sec .btn {
        float: none;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sec {
        margin-bottom: 30px;
    }
}





/*-----------------------------
recruit-wrap
-----------------------------*/
.recruit-wrap {
    position: relative;
    overflow: hidden;
}

.recruit-wrap,
.recruit-wrap a {
    color: #fff;
}

.recruit-wrap a {
    display: block;
    padding: 120px 0 65px;
}

.recruit-wrap h2 {
    font-size: 180%;
    text-align: center;
    font-weight: 600;
}

.recruit-wrap p {
    text-align: center;
    font-weight: 600;
    margin: 40px 0 20px;
}

.recruit-wrap .inner {
    position: relative;
    z-index: 1;
}

.recruit-wrap .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
}

.recruit-wrap a:hover .img img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
    .recruit-wrap a {
        padding: 80px 0 30px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .recruit-wrap a {
        padding: 50px 0 30px;
    }
    .recruit-wrap h2 {
        width: 70%;
        margin: 0 auto;
    }
    .recruit-wrap p {
        margin: 20px 0 0;
    }
    .recruit-wrap p br {
        display: none;
    }
}

/*-----------------------------
news
-----------------------------*/
.news {
    padding: 140px 0 90px;
    overflow: hidden;
}

.news .inner {
    width: 30%;
    text-align: left;
}

.news .inner h2 {
    font-size: 150%;
    margin-bottom: 20px;
}

.news .inner a {
    font-size: 90%;
    text-decoration: underline;
    color: #102d5c;
    letter-spacing: .1em;
}

.news .list-news {
    width: 70%;
}

.list-news .list-news-item {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.list-news .list-news-item a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
}

.list-news .list-news-item a:hover .ttl {
    text-decoration: underline;
}

.tag-news,
.list-news time,
.list-news .ttl {
    display: inline-block;
}

.tag-news {
    white-space: nowrap;
    font-size: 90%;
    line-height: 1.2;
    border: 1px solid #000;
    padding: 3px 5px;
    margin-right: 20px;
}

.list-news time {
    margin-right: 20px;
}

.list-news .ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .news {
        padding: 70px 0 50px;
        overflow: hidden;
    }

    .news .inner {
        width: 100%;
        text-align: left;
        text-align: center;
        margin-bottom: 50px;
    }

    .news .list-news {
        width: 100%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .news {
        padding: 40px 0 10px;
    }

    .news .inner a {
        font-size: 112.5%;
    }

    .list-news .list-news-item a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tag-news,
    .list-news time,
    .list-news .ttl {
        font-size: 112.5%;
    }
    .list-news .ttl {
        margin-top: 10px;
        margin-right: 0;
    }
    .tag-news {
        padding: 1px 10px;
    }
}
