@charset "UTF-8";


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

topCss

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

/*-----------------------------
mainSlide
-----------------------------*/

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slider button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: -9999px;
}

.slide-border {
    text-align: right;
    margin: 15px 25px 0 0;
    position: relative;
}

.slide-border li {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    background: #8ba6ba;
    margin: 0 4px;
}

.slide-border li.slick-active {
    background: #1c4fe3;
}

@media screen and (max-width: 767px) {
    .slide-border {
        margin: 10px 10px 0 10px;
    }
}

/*-----------------------------
article
-----------------------------*/

article.topPage {
    padding: 80px 0 0 0;
    margin: -40px 0 0 0;
    background: url(../img/top/back.png) right top no-repeat, #eef1f5;
}

@media screen and (max-width: 767px) {
    article.topPage {
        padding: 50px 0 0 0;
    }
}


/*-----------------------------
h2.topH2
-----------------------------*/

.topH2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.topH2 span {
    font-size: 24px;
}

.topH2:before {
    display: block;
    content: '';
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #1c4fe3;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
}


@media screen and (max-width: 767px) {
    .topH2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .topH2 span {
        font-size: 20px;
    }
    .topH2:before {
        font-size: 12px;
    }
}

/*-----------------------------
リンク
-----------------------------*/

a.more {
    display: block;
    background: #fff;
    color: #136bc6;
    max-width: 310px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    padding: 8px 0;
}

a.more:hover {
    background: #136bc6;
    color: #fff;
}

@media screen and (max-width: 767px) {
    a.more {
        font-size: 13px;
        padding: 8px 0;
    }
}

/*-----------------------------
東名興産 について
-----------------------------*/

.about {
    overflow: hidden;
    margin-bottom: 50px;
}

.about .topH2:before {
    content: 'About';
}

.about .txt {
    width: 40%;
    padding-left: 5%;
    float: right;
}

.about .topH2 {
    text-align: left;
}

.about p {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    text-align: left;
    margin-bottom: 50px;
}

.about a.more {
    margin: 0;
    background: #362e58;
    color: #fff;
}

.about a.more:hover {
    background: #fff;
    color: #362e58;
}

.about figure {
    width: 60%;
    float: left;
}

.about figure img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .about {
        margin-bottom: 20px;
    }
    .about .txt {
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        margin-bottom: 30px;
        float: none;
    }

    .about p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .about p br {
        display: none;
    }

    .about figure {
        width: 100%;
        float: none;
    }

}



/*-----------------------------
事業案内
-----------------------------*/

.service {
    width: 90%;
    margin: 0 auto 90px;
}

.service .topH2:before {
    content: 'Service';
}

.service p {
    font-size: 16px;
    margin-bottom: 40px;
}

.service ul {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.service li h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.service li a.more {
    width: 155px;
}


.service li.clip01 {
    width: 50%;
    background: url(../img/top/service_back01.jpg) no-repeat;
    background-size: cover;
    padding: 110px 0 80px;
    float: left;
}

.service li.clip02 {
    width: 50%;
    background: url(../img/top/service_back02.jpg) no-repeat;
    background-size: cover;
    padding: 110px 0 80px;
    float: right;
}

/* chrome safari opera*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .service ul {
        position: relative;
        height: 295px;
    }

    .service li.clip01 {
        -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    }
    .service li.clip02 {
        -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    }

    .service li.clip01 {
        width: 55%;
        position: absolute;
        left: 0;
        float: none;
    }
    .service li.clip02 {
        width: 55%;
        position: absolute;
        right: 0;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .service {
        margin-bottom: 50px;
    }
    .service p {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: left;
    }
    .service br {
        display: none;
    }

    .service ul {
        height: auto;
    }

    .service li h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .service li {
        margin-bottom: 10px;
    }

    .service li.clip01,
    .service li.clip02 {
        padding: 50px 0;
        -webkit-clip-path: none;
        clip-path: none;
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        float: none;
    }

}

/*-----------------------------
施設案内
-----------------------------*/

.facilities {
    background: url(../img/top/facilities_back.jpg) no-repeat;
    background-size: cover;
}

.facilities .inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
}

.facilities .topH2 {
    color: #fff;
}

.facilities .topH2:before {
    content: 'About us';
    color: #7cd8ff;
}

.facilities p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}

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

    .facilities p {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: left;
    }

    .facilities br {
        display: none;
    }
}

/*-----------------------------
バナー
-----------------------------*/

ul.banner {
    padding: 50px 0;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

ul.banner li {
    float: left;
    width: 19%;
    margin-right: 1.2%;
}

ul.banner li:nth-last-child(1) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    ul.banner {
        padding: 30px 0;
    }

    ul.banner li {
        width: 49%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    ul.banner li:nth-child(even) {
        float: right;
    }

}
