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

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

/*==============================All*/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #666;
    font-family: "Karla", sans-serif;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

p {
    color: #fff;
    margin: 100;
    padding: 100;
    /* font-weight: 900; */
}

a {
    color: #666;
    text-decoration: none;
}

h1 {
    color: blue;
    margin: 0;
    padding-left: 15px;
    font-weight: 900;
    line-height: 70px;
    font-family: "Karla", sans-serif;
    text-align: center;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}

dt {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

figure {
    margin: 0;
    padding: 0;
}

input {
    cursor: pointer;
}

main {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: radial-gradient(rgb(255, 255, 255), rgba(202, 255, 251, 0.66) 100%, rgba(68, 244, 255, 0.83));
}

section::before {
    content: "";
    display: block;
}

.btn a {
    display: inline-block;
    box-sizing: border-box;
    width: 260px;
    height: 60px;
    border: 1px solid #666;
    font-size: 1.6rem;
    text-align: center;
    line-height: 60px;
}

.sp {
    display: none;
}

/*---------------------------ヘッダー*/

#page-header {
    box-sizing: border-box;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin: 20px 25px;
    border-radius: 10px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1080px) {
    #header {
        height: 64px;
        background-color: #fff;
        border-radius: 8px;
    }
}

.eco-hed {
    display: flex;
}

.ef-logo {
    width: 50px;
    height: 50px;
    margin: 13px 0 13px 50px;
}

#page-header .header-nav {
    display: flex;
    line-height: 50px;
    padding: 0 50px 0 0;
    font-size: 1.6rem;
    letter-spacing: .1em;
}

#page-header .header-nav ul li {
    line-height: 70px;
    margin-left: 40px;
}

.header-nav .menu {
    display: flex;
}

/* -------------------- */

/* ▼サブメニューの装飾 */

/* -------------------- */

.menu .detail {
    display: none;
    /* ★1:標準では非表示にする */
    margin-left: -100px;
    /* ★2:サブメニュー外側の余白(ゼロ) */
    padding: 0px;
    /* ★3:サブメニュー内側の余白(ゼロ) */
    position: absolute;
    /* ★4:絶対配置にする */
    border-radius: 10px;
    /* 項目の角を10px丸くする */
}

/* ---------------------------------- */

/* ▼サブメニューがある場合に開く処理 */

/* ※サブメニューが1階層しか存在しない場合の記述 */

/* ---------------------------------- */

.menu li:hover .detail {
    display: block;
    /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* ▼サブメニュー項目の装飾 */

/* ------------------------ */

.menu .detail li {
    /* ※A */
    width: 270px;
    /* サブメニュー1項目の横幅(350px) */
    border-top: 1px solid #333;
    /* 項目上側の枠線(灰色で1pxの実線) */
    background-color: #fff;
    /* 背景の色　*/
    text-align: center;
}

.menu .detail li a {
    /* ※B */
    line-height: 10px;
    /* サブメニュー1項目の高さ(25px) */
    text-align: center;
    /* 文字列の配置(左寄せ) */
    padding-left: 5px;
    /* 文字列前方の余白(5px) */
    font-weight: normal;
    /* 太字にはしない */
    font-size: 1.3rem;
}

.menu .detail li a:hover {
    /* ※C */
    background-color: #ffff80;
    /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
    color: #005500;
    /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

.sp {
    display: none;
}

/*---------------------------フッター*/

footer {
    width: 100%;
    height: 420px;
    background-color: #777777;
    color: #fff;
}

footer .inner {
    display: flex;
    max-width: 160em;
    overflow: hidden;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 13px;
}

footer .footer-blk {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin-left: 10rem;
}

footer .details {
    display: flex;
}

.footer-blk li a {
    color: #fff;
}

.footer-blk .address {
    text-align: left;
    padding: 0;
}

.footer-blk ul li {
    font-size: 1.6rem;
}

.footer-blk .mail {
    padding: 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #fff;
    width: 50%;
    margin-right: 10rem;
}

.contents {
    display: flex;
    text-align: left;
    color: #fff;
    padding: 0;
    width: 100%;
}

.contents li {
    display: inline-block;
    text-align: left;
    width: 16rem;
}

footer .footer-nav li::after {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto 10px;
    content: "";
}

.footer-nav li a:hover {
    color: #333;
}

footer .footer-nav li a {
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    position: relative;
}

.footer-nav li:hover .fot-detail {
    display: inline-block;
}

.footer-nav .fot-detail li {
    width: 270px;
    text-align: left;
}

.contents li:last-child {
    text-align: right;
}

.fot-detail li:last-child {
    text-align: left;
}

.fot-detail {
    padding: 0;
    margin: 10px 0;
}


.footer-nav .fot-detail li a {
    text-align: center;
    font-weight: normal;
    font-size: 1.3rem;
}

.footer-nav .fot-detail li a:hover {
    color: #333;
}

.sp {
    display: none;
}

.company {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}

.logo {
    margin: 0;
    text-align: left;
}

.logo img {
    margin-bottom: 5px;
    width: 65px;
    height: 55px;
}

h4 {
    font-size: 2.5rem;
    font-family: "Karla", sans-serif;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin: 0
}

.copyright {
    margin: 5px 0;
    text-align: center;
    font-family: "Karla", sans-serif;
}

/*-IE9ハック-*/

@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
    footer .footer-nav ul {
        margin: -60px 0 0 -280px;
    }
}

/*-----------SNSアイコン-----*/
.social-list {
    display: flex;
    justify-content: right;
    height: 40px;
    padding-bottom: 10px;
}

.social-list li {
    margin: 5px;
}

.social-list li img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

/*----------------------------ホーム*/

.img-frame {
    position: relative;
    top: -100px;
    width: 100%;
    height: 900px;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .img-frame {
        width: 100%;
        height: 200px;
    }
}

.kv {
    position: relative;
    height: 600px;
}

/*---------------------------会社概要*/

.concept {
    max-width: 110rem;
    padding: 100px 0 50px;
    margin: 0 auto;
    position: relative;
}

.petbottle {
    width: 80rem;
    height: auto;
}

.petbottle img {
    opacity: 50%;
    max-width: 720px;
}

.profile {
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    position: absolute;
    top: 28rem;
    right: 0;
    font-size: 2.3rem;
    line-height: 1.5;
}

.principle {
    margin: 15px 0 0 20px;
    line-height: 1.8;
}

.button2 {
    font-family: "Karla", sans-serif;
    margin: 20px 23px 18px;
}

.btn2 {
    width: 100%;
    max-width: 250px;
    font-family: "Karla", sans-serif;
    border: solid 1.5px #fff;
    border-radius: 8px;
    display: block;
    font-size: 1.7rem;
    padding: 10px 30px 10px 10px;
    position: relative;
    text-align: center;
}

.btn2::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 26px;
    right: 50px;
}

.btn2::after {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    right: 50px;
    transform: rotate(35deg);
}

.btn2:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: solid 1.5px #333;
}

a.btn2 {
    color: #FFf;
}

/*----------------------------商品紹介*/

#product {
    width: 100%;
    margin: 50px 0;
}

#home #product h2 {
    margin: 25px 0;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
}

.container {
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    width: 1100px;
}

.one-flex {
    display: flex;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    position: relative;
    /*相対位置*/
}

.container .n01 {
    position: relative;
    background-image: url(images/デジポット回収機.jpeg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: top;
    width: 100%;
    margin: 0;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
    transition: all 0.75s ease;
    transform: scale(1);
}

.n01:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.n01 .button3 {
    margin: 8.5rem 5rem;
    text-align: center;
}

.button3 .btn3 {
    position: relative;
    z-index: 100;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
}

.button3 .btn3:hover {
    color: navy;
}

.set-flex {
    display: flex;
    width: 100%;
    height: 250px;
    margin: 10px 0;
}

.container .n02 {
    background-image: url(images/RECYC.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-size: cover;
    background-position: 10% 30%;
    width: 50%;
    margin: 0 10px 0 0;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
    transition: all 0.75s ease;
    transform: scale(1);
}

.n02 .button4 {
    text-align: center;
    line-height: 1.3;
    margin: 73px 0;
}

.container .n02:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.button4 .btn4 {
    position: relative;
    z-index: 100;
    font-size: 4rem;
    font-weight: bold;
    color: #fff
}

.button4 .btn4:hover {
    color: navy;
}

.container .n03 {
    background-image: url(images/移動式廃棄物処理車.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-position: 25% 5%;
    width: 50%;
    margin: 0 0 0 10px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
    transition: all 0.75s ease;
    transform: scale(1);
}

.container .n03:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.n03 .button4 {
    text-align: center;
    margin: 85px 0;
}

.container .n04 {
    background-image: url(images/固形機GPシリーズ.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-position: 25% 10%;
    width: 50%;
    margin: 0 10px 0 0;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
    transition: all 0.75s ease;
    transform: scale(1);
}

.container .n04:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.n04 .button4 {
    text-align: center;
    margin: 85px 0;
}

.container .n05 {
    background-image: url(images/固形機一体型シュレッダー.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    background-position: 25% 55%;
    width: 50%;
    margin: 0 0 0 10px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
    transition: all 0.75s ease;
    transform: scale(1);
}

.container .n05:hover {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

.n05 .button4 {
    text-align: center;
    margin: 85px 0;
}

/*----------------------------新着情報*/

.information {
    margin: 130px 0 0;
}

.information .news {
    color: #666;
    font-family: "Karla", sans-serif;
    text-align: center;
    font-size: 2.5rem;
    margin: -20px 0 15px;
}

.news_a {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    font-size: 17px;
}

.news_day {
    display: block;
    border-radius: 8px;
    border: 1px solid #666;
    padding: 5px 20px 4px 20px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 200px;
}

.news_text {
    display: block;
    padding-top: 6px;
    text-align: justify;
    float: left;
    margin-left: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.news_wrap {
    width: 1100px;
    margin: auto;
    padding: 0 0 30px;
}

.news_b {
    font-size: 1.5rem;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    text-align: right;
}

.news_b a {
    display: inline-block;
}

.information h2 {
    margin: 25px 0;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
}

/*----------------------------商品紹介*/

.question {
    overflow: hidden;
    padding: 150px 0 200px;
    /* max-width: 1600px; */
}

.location {
    max-width: 1600px;
    width: 82%;
    position: relative;
    background-image: url(images/forest2.jpg);
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    margin: 0 auto;
    box-shadow: 0 0 20px #40BA8D;
    border-radius: 1.5rem;
}

.contact-blk {
    height: 40rem;
    display: flex;
    padding: 0 50px;
}

.rightblk {
    /* width: 30%; */
    margin: 80px 0 70px 40px;
}

.leftblk {
    /* width: 70%; */
    margin: 50px 0 50px 30px;
}

.ttl-1 {
    display: flex;
    flex-direction: column;
}

.font-en {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.5;
    padding-left: 5px;
    font-family: "Karla", sans-serif;
}

.font-ja {
    font-size: 3.5rem;
    line-height: 1;
}

.font-text {
    font-size: 2rem;
    color: #666;
    padding: 15px 0;
    margin: 0;
}

.tel-num {
    font-size: 3rem;
    color: #666;
    margin: 5px 0;
}

.tel-num a {
    padding: 12px;
    border: 1px solid #666;
    font-family: "Karla", sans-serif;
}

.fax-num {
    font-size: 3rem;
    color: #666;
    margin: 5px 0;
}

.num-option {
    font-size: 3.2rem;
    color: #666;
    margin: 5px 0 5px 5px;
}

.fax-font {
    padding: 10px;
    border: 1px solid #666;
    font-family: "Karla", sans-serif;
}

.con-btn {
    margin: 10px 0;
    width: 350px;
    display: flex;
    position: relative;
    border: 1px solid #666;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.75s ease;
    transform: scale(1);
}

.con-btn:hover {
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, 0.7);
}

.con-btn a {
    display: flex;
    text-align: center;
}

.mail-con {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.7;
    padding: 15px 85px 15px 115px;
    color: #fff;
}

.mail-con:hover {
    font-weight: bold;
}

.con-btn img {
    position: absolute;
    top: 24px;
    left: 70px;
    width: 25px;
    height: 25px;
    filter: brightness(0) invert(1);
}


/* ==========================================================
   スマホ版 レスポンシブCSS
   ========================================================== */
@media screen and (max-width: 768px) {

    html {
        font-size: 55%;
    }

    /* -----------------------------------
       ヘッダー
    ----------------------------------- */
    .ef-logo {
        width: 50px;
        height: 0;
        margin: 13px 0 10px 30px;
    }

    .eco-hed h1 {
        font-size: 2.3rem;
        color: blue;
        padding-left: 12px;
        line-height: 70px;
    }

    #page-header {
        height: 70px;
        padding: 0 10px;
        margin: 0;
        border-radius: 0;
    }

    #page-header .header-nav {
        padding: 60px 0;
        background-image: linear-gradient(58deg, #9cffaa, #9dfffb);
        width: 100%;
    }

    .sp {
        display: block;
    }

    /* PCナビは消す */
    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: #fff;
        padding-top: 80px;
        transition: 0.4s;
        z-index: 9999;
    }

    .header-nav.open {
        right: 0;
    }

    .header-nav .menu {
        display: flex;
        flex-direction: column;
    }

    #page-header .header-nav ul li {
        margin-left: 20px;
        padding: 10px 0;
    }

    .header-nav .menu li a {
        font-size: 1.5em;
        padding: 10px 0;
        display: block;
        line-height: 2.3;
    }

    .menu .detail {
        display: block;
        margin-left: 0;
        padding: 0px;
        position: relative;
        border-radius: 0;
    }

    .menu li:hover .detail {
        display: block;
        /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
    }


    .menu .detail li {
        border-top: 0px;
        background-color: initial;
        text-align: left;
    }

    .menu .detail li a {
        line-height: 1.3;
        text-align: left;
        padding-left: 5px;
        font-weight: normal;
        font-size: 1.4em;
    }

    /* .menu .detail li a:hover {
    /* ※C 
    background-color: #ffff80;
    /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色)
    color: #005500;
    /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色)
} */

    /* ハンバーガーアイコン */
    #nav-toggle {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        z-index: 10000;
    }

    #nav-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background: #333;
        border-radius: 3px;
        margin: 7px 0;
        transition: 0.3s;
    }

    /* 開いた時のアニメーション */
    #nav-toggle.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    #nav-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    #nav-toggle.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    /* -----------------------------------
       スライダー
    ----------------------------------- */
    .swiper {
        height: 40vh;
        max-height: 300px;
    }

    .swiper-backface-hidden .swiper-slide {
        height: 750px;
    }

    /* -----------------------------------
       コンセプト
    ----------------------------------- */
    .concept {
        padding: 40px 10px;
        text-align: center;
        position: relative;
    }

    .petbottle {
        width: 100%;
    }
    
    .petbottle img {
        width: 100%;
        height: 30vh;
        object-fit: contain;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .profile {
        position: static;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
        margin-top: 20px;
        font-size: 1.8rem;
    }

    .btn2 {
        max-width: 90%;
        font-size: 1.6rem;
        padding: 10px;
    }

    /* -----------------------------------
       商品紹介
    ----------------------------------- */
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .one-flex,
    .set-flex {
        flex-direction: column;
        height: auto;
    }

    .item {
        height: 200px;
        width: 100% !important;
        margin: 6px 0 !important;
    }

    .button3 .btn3,
    .button4 .btn4 {
        font-size: 2.4rem;
    }

    /* -----------------------------------
       新着情報
    ----------------------------------- */
    .news_wrap {
        width: 100%;
        padding: 0 20px;
    }

    .news_a {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .news_day {
        width: auto;
        margin-bottom: 8px;
    }

    /* -----------------------------------
       お問い合わせ
    ----------------------------------- */
    .contact-blk {
        flex-direction: column;
        padding: 30px 10px;
        height: auto;
    }

    .rightblk,
    .leftblk {
        margin: 0;
        width: 100%;
    }

    .mail-con {
        font-size: 2rem;
        padding: 12px;
    }

    /* -----------------------------------
       フッター
    ----------------------------------- */
    footer {
        height: auto;
        padding: 20px 0 10px;
    }

    footer .inner {
        flex-direction: column;
        padding-top: 0;
    }

    .footer-blk,
    .footer-nav {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }

    .contents {
        flex-direction: column;
    }

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

    .social-list {
        justify-content: center;
    }
}