/*--------------------------------------------------------------------------------
　▼ スライド
--------------------------------------------------------------------------------*/
.flexslider {
    border: none !important;
    margin: 0 !important;
    overflow: hidden;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.flexslider .slides .sp {
    display: none;
}

.flex-direction-nav a {
    font-size: 0;
    height: 70px;
    overflow: initial;
    width: 70px;
}

.flex-direction-nav a:before {
    color: #fff;
    font-weight: normal;
    height: 70px;
    text-shadow: none;
    width: 100%;
}

.flex-direction-nav .flex-prev {
    left: -100px;
}


/*--------------------------------------------------------------------------------
　▼ トップページ 高圧ガス工業株式会社のできること
--------------------------------------------------------------------------------*/
.top-service {
    padding: 50px 0;
}

.top-service .sub-title {
    font-size: 1.6rem;
    margin: 20px auto;
    text-align: center;
}

.top-service .list {
    padding: 30px 0 0;
    text-align: center;
}

.top-service .list > li {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin-right: 1.333%;
    padding: 2px;
    vertical-align: top;
    width: 24%;
}

.top-service .list > li:last-child {
    margin-right: 0;
}

.top-service .list > li > a {
    display: block;
    text-decoration: none;
}

.top-service .list > li p {
    color: #007AD2;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 0;
}


/*--------------------------------------------------------------------------------
　▼ トップページ 新着情報
--------------------------------------------------------------------------------*/
.news-contents {
    padding: 50px 0;
}

.tab-group {
    margin: 0 0 10px;
}

.tab-group li {
    border-bottom: 3px solid #939393;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.tab-group li:before {
    border-bottom: 10px solid #939393;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50% , 0);
    z-index: 2;
}

.tab-group li.active:before {
    border-bottom: 10px solid #007AD2;
}

.tab-group li a {
    color: #939393;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

.tab-group li.active {
    border-bottom: 3px solid #007AD2;
}

.tab-group li.active > a {
    color: #007AD2;
}

.panel-group .panel-news {
    display: none;
}

.news-list .news-txt {
    margin: 0 auto;
    max-width: 1000px;
    padding: 7px 0;
}

.news-list li:nth-child(odd) {
    background-color: rgba(0, 122, 210, 0.1);
}

.news-list li:nth-child(even) {
    background-color: rgba(0, 122, 210, 0.05);
}

.news-list li .news-cate {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}

.news-list li .cate01 {
    background-color: #007AD2;
}

.news-list li .cate02 {
    background-color: #004088;
}

.news-list li .day {
    color: #000;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}

.news-list li .news-title {
    color: #007AD2;
    display: inline-block;
    font-size: 1.6rem;
    text-decoration: none;
    vertical-align: middle;
    width: 70%;
}

.news-more {
    margin: 30px 0 0;
    text-align: center;
}

.news-more a {
    color: #007AD2;
    border: 2px solid #007AD2;
    border-radius: 25px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    min-width: 240px;
    padding: 11px;
    text-decoration: none;
}

.panel-news.active {
    display: inherit;
}


/*--------------------------------------------------------------------------------
　▼ SPECIAL CONTENTS
--------------------------------------------------------------------------------*/
.special-box {
    background-color: #007AD2;
    padding: 50px 0 70px;
}

.special-box .title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
}

.special-box .list > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.special-box .list > li:nth-child(3n - 1) {
    margin: 0 2%;
}

.special-box .list > li > a {
    display: block;
    text-decoration: none;
}

.special-box .list > li img {
    line-height: 0;
    width: 100%;
}

.special-box .list > li p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 0 0;
    text-align: center;
}


/*--------------------------------------------------------------------------------
　▼ 用途・事例紹介 top-case
--------------------------------------------------------------------------------*/
.top-case .list li {
    color: #fff;
    display: inline-block;
    line-height: 0;
    position: relative;
    vertical-align: top;
    text-align: center;
    width: 33.3333%;
}

.top-case .list li img {
    width: 100%;
}

.top-case .list li .case-box img {
    margin-bottom: 20px;
    width: 70px;
}

.case-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

.top-case .title {
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem
}

.top-case p {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 20px 0;
}

.top-case .for-case {
    display: block;
    text-align: center;
}

.top-case .for-case > a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
    min-width: 280px;
    padding: 11px;
    text-decoration: none;
}


/*--------------------------------------------------------------------------------
　▼ 採用情報 top-recruit
--------------------------------------------------------------------------------*/
.top-recruit {
    position: relative;
}

.top-recruit img {
    width: 100%;
}

.top-recruit .sp-img {
    display: none;
}

.recruit-in {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

.top-recruit .title {
    color: #004088;
    font-size: 2rem;
}

.top-recruit p {
    color: #004088;
    font-size: 1.4rem;
    padding: 30px 0 35px;
    text-align: center;
}

.top-recruit .for-recruit {
    display: block;
    text-align: center;
}

.top-recruit .for-recruit > a {
    background-color: #fff;
    border: 2px solid #004088;
    border-radius: 25px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    min-width: 280px;
    padding: 11px;
    text-decoration: none;
}


@media screen and (max-width:1024px) {
    .news-list li .news-cate {
        font-size: 1.2rem;
        padding: 5px 2px;
        vertical-align: top;
    }

    .news-list li .day {
        font-size: 1.2rem;
        vertical-align: top;
    }

    .news-list li .news-title {
        font-size: 1.4rem;
        vertical-align: top;
    }

    .news-list .news-txt {
        max-width: 100%;
        padding: 7px 20px;
    }

    .top-case .list li .case-box img {
        margin-bottom: 10px;
        width: 40px;
    }

    .top-case .title {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .top-case p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding: 10px 0;
    }

    .top-case .for-case > a {
        min-width: 0;
        margin: 0 auto;
        width: 85%;
    }

    .top-recruit .title {
        font-size: 1.6rem;
    }

    .top-recruit p {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 10px 0;
    }
}

@media screen and (max-width:767px) {

    .flexslider .slides > li {
        background-repeat: no-repeat;
        padding-top: 85%;
    }

    .flexslider .slides > li:nth-child(1) {
        background-image: url(../img/slide02.jpg);
        background-position: center;
        background-size: cover;
    }

    .flexslider .slides > li:nth-child(2) {
        background-image: url(../img/slide03.jpg);
        background-position: center;
        background-size: cover;
    }

    .flexslider .slides > li:nth-child(3) {
        background-image: url(../img/slide04.jpg);
        background-position: center;
        background-size: cover;
    }

    .flexslider .slides > li:nth-child(4) {
        background-image: url(../img/slide05.jpg);
        background-position: right center;
        background-size: cover;
    }

    .flexslider .slides > li:nth-child(5) {
        background-image: url(../img/slide06.jpg);
        background-position: center;
        background-size: cover;
    }

    /*.flexslider .slides > li:nth-child(6) {*/
    /*    background-image: url(../img/slide06.jpg);*/
    /*    background-position: center;*/
    /*    background-size: cover;*/
    /*}*/

    .flexslider .slides > li img {
        display: none;
    }

    .top-service .list > li > img {
        width: 100%;
    }

    /*--------------------------------------------------------------------------------
    　▼ トップページ 高圧ガス工業株式会社のできること
    --------------------------------------------------------------------------------*/
    .top-service {
        padding: 40px 0;
    }

    .top-service .sub-title {
        font-size: 1.4rem;
    }

    .top-service .list > li {
        display: inline-block;
        margin: 0 0 10px;
        width: 49%;
    }

    .top-service .list > li:nth-child(odd) {
        margin-right: 1%;
    }

    .top-service .list > li:nth-child(even) {
        margin-left: 1%;
    }

    .top-service .list > li > a {
        display: block;
        text-decoration: none;
    }

    .top-service .list > li p {
        font-size: 1.4rem;
    }


    /*--------------------------------------------------------------------------------
    　▼ トップページ 新着情報
    --------------------------------------------------------------------------------*/
    .news-contents {
        padding: 0 0 40px;
    }

    .tab-group li a {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    .news-more a {
        font-size: 1.4rem;
    }

    .news-list li .news-cate {
        vertical-align: middle;
        width: 30%;
    }

    .news-list li .day {
        padding-left: 10px;
        vertical-align: middle;
        width: auto;
    }

    .news-list li .news-title {
        display: block;
        padding: 5px 0;
        width: 100%;
    }

    /*--------------------------------------------------------------------------------
    　▼ SPECIAL CONTENTS
    --------------------------------------------------------------------------------*/
    .special-box {
        padding: 25px 0 40px;
    }

    .special-box .title {
        color: #fff;
        font-size: 1.6rem;
    }

    .special-box .list > li {
        display: block;
        width: 100%;
    }

    .special-box .list > li:nth-child(3n - 1) {
        margin: 20px 0;
    }

    .special-box .list > li p {
        font-size: 1.4rem;
    }

    /*--------------------------------------------------------------------------------
    　▼ 用途・事例紹介 top-case
    --------------------------------------------------------------------------------*/
    .top-case .list li {
        display: block;
        width: 100%;
    }

    .top-case .list li .case-box img {
        width: 70px;
    }

    .top-case p {
        font-size: 1.4rem;
        padding: 15px 0;
    }

    .top-case .for-case > a {
        line-height: 1.5rem;
        min-width: 280px;
        width: auto;
    }

    /*--------------------------------------------------------------------------------
    　▼ 採用情報 top-recruit
    --------------------------------------------------------------------------------*/
    .top-recruit .pc-img {
        display: none;
    }

    .top-recruit .sp-img {
        display: block;
    }

    .top-recruit .title {
        font-size: 1.8rem;
    }

    .top-recruit p {
        font-size: 1.2rem;
        line-height: 2rem;
        padding: 15px 0;
    }

    .top-recruit .for-recruit > a {
        font-size: 1.5rem;
    }

}

@media screen and (max-width:375px) {
    .news-list li .news-cate {
        vertical-align: middle;
        width: 20%;
    }

    .news-list li .day {
        padding-left: 10px;
        vertical-align: middle;
        width: auto;
    }

    .news-list li .news-title {
        display: block;
        padding: 5px 0 0;
        width: 100%;
    }
}