@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');

/* CSS Document */
html {
    font-size: 62.5%;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
body {
    color: #ffffff;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 2.4rem;
}


@media screen and (min-width:768px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .sp_none {
        display: none;
    }
}

/*-------------　共通　-------------*/
.main {
    background-color: #2D385E;
}

.inner {
    width: 98%;
    max-width: 1060px;
    margin: auto;
}

h2 {
    text-align: center;
    margin: 80px auto 60px;
    font-size: 200%;
}

@media screen and (max-width: 767px) {
    h2 {
        margin: 50px auto 40px;
        font-size: 180%;
        line-height: 150%;
    }
}



/*-------------　ヘッダー　-------------*/
header {
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}

.header_inner {
    padding: 0 24px;
    display: flex;
    /*ロゴとハンバーガーメニューを横に並べる*/
    justify-content: space-between;
    height: inherit;
    /*親要素の高さを継承*/
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}

.header_inner a {
    z-index: 10000;
}

.header_logo {
    max-width: 100%;
    /*object-fit: contain;*/
    margin: 5px 0 0 10px;
    display: block;
    max-height: 70px
}

.header_nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: auto;
    transform: translateY(-100%);
    /* background-color: rgba(255, 255, 255, 0.93); */
    transition: ease .4s;
    text-align: right;
    padding: 30px 0 50px 90px;
    /* box-shadow: -5px 5px 15px #fdf1ef; */
}

.nav_items {
    margin: 50px 0 0 0;
    padding: 0;
    color: #ffffff;
    font-weight: 600;
}

.nav_items a,
.nav_items a:hover,
.nav_items a:visited {
    text-decoration: none;
    color: #ffffff;
}

.nav_items a:hover {
    text-decoration: underline;
}

.nav_items_item {
    margin: 0 30px 20px 0;
}

/* background-color: #FF4F14;
border-radius: 10px;
padding: 5px 10px;
color: #FFF;
position: relative;
margin: 20px 20px 20px 0;
display: inline-block;
font-weight: 600;
} */

@media screen and (min-width: 1100px) {
    header {
        height: 90px;
    }

    .header_nav {
        position: static;
        transform: initial;
        /* 継承 */
        background-color: inherit;
        height: inherit;
        display: flex;
        box-shadow: none;
        padding: 0 0 0 30px;
        /* justify-content: end;
    width: 50%; */
    }

    .nav_items {
        margin: 27px 20px 0 40px;
        display: flex;
        position: static;
        transform: none;
    }


    .header_inner {
        justify-content: right;
        height: 45px;
    }

    .header_inner img {
        height: 150%;
    }
}

@media screen and (max-width: 1099px) {
    .nav_items_item {
        padding: 0 0 20px 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #CCC;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    header {
        background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }
}

@media screen and (max-width: 767px) {
    .header_inner img {
        height: 40px;
    }

    header {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        height: 50px;
    }

    .nav_items {
        background: rgba(0, 0, 0, 0.5);
        margin: 39px 0 50px;
        padding: 40px 0 0 0;
        color: #ffffff;
        font-weight: 600;
    }

    .header_nav {
        padding: 0;
    }

    .nav_items_item {
        margin: 0 30px 20px 0;
        width: 100%;
        padding-right: 20px;
    }
}


/*------------- ハンバーガーメニュー -------------*/
.header_hamburger {
    width: 45px;
    height: 100%;
}

.hamburger {
    background-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent;
    /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
}

.hamburger span {
    width: 100%;
    height: 2px;
    position: relative;
    transition: ease .4s;
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
    background-color: #fff;
}

.hamburger span:nth-child(2) {
    margin: 8px 0;
    background-color: #fff;
}

.hamburger span:nth-child(3) {
    top: 0;
    background-color: #fff;
}

.header_nav.active {
    transform: translateY(-12%);
    /*クリック後activeになると元の位置に*/
}

.hamburger.active span:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    /*activeになったら透明*/
}

.hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
    /*回転させて×に*/
}

@media screen and (min-width: 1050px) {
    #js-hamburger {
        display: none;
    }
}



/* CSS Document */
.h1_title {
    display: flex;
}

.h1_rs {
    color: #FFF;
}

.top_mainvisual {
    height: 100%;
    width: 100%;
}

/*--------.page_roof-------------*/
.page_roof {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

#left_slider {
    width: 50%;
}

#right_slider {
    width: 50%;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 759.9px) {
    .page_roof {
        height: 35vh;
        top: 50px;
    }
}

/*-------------　コンテンツ　-------------*/


/*-------------　導入部分　-------------*/

.intro_inner {
    max-width: 75%;
    margin: 70px auto;
    text-align: center;

}

.intro_detail {
    display: inline-block;
    text-align: left;
}

.intro_dl {
    margin: 35px;
}

.intro_dl dt {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 15px;
}

.intro_dl dd {
    font-size: 16px;
}

.planner_wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/planner_bg.jpg);
    background-position: 50% 55%;
    background-attachment: fixed;
    height: 500px;
    object-fit: cover;
}

.planner_wrapper .inner {
    height: 100%;
}

.planner_container {
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.planner_container .description {
    /*margin: 0 0 0 auto;*/
    width: 40%;
    line-height: 200%;
    font-weight: lighter;
}

@media screen and (max-width: 767px) {
    .intro_inner {
        max-width: 90%;
        padding-top: 10px
    }

    .intro_dl {
        margin: 0 10px 40px;
    }

    .intro_dl dt {
        font-size: 20px;
    }

    .planner_wrapper {
        background-position: 50% 55%;
        background-attachment: fixed;
        background-size: cover;
    }

    .planner_container {
        justify-content: center;
    }

    .planner_container .description {
        width: 80%;
        margin: auto;
    }
}

/*-------------　取扱商品　-------------*/

#product {
    margin: 60px 0 100px 0;
}

.product_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.product_container {
    width: 40%;
    margin: 20px;
    position: relative;
}

.product_container dl {
    position: absolute;
    color: white;
    top: 10%;
    left: 15%;
    width: 70%;
}

.product_img {
    width: 100%;
    background-color: black;
    display: inline-block;
    opacity: 0.5;
    height: 280px;
}

#product dt {
    font-size: 120%;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 15px 0;

}

@media screen and (max-width: 767px) {
    .product_container {
        width: 90%;
    }

    .product_img {
        height: 220px;
        object-fit: cover;
    }

    #product dt {
        font-size: 120%;
        margin-bottom: 10px;
        border-bottom: 1px solid rgb(255, 255, 255);
        padding: 0 0 5px;
    }

    #product dd {
        font-size: 90%;
    }

}

/*-------------　取り組み　-------------*/

#attempt img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    flex-wrap: wrap;
    display: flex;
    margin: 0 auto;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.3)); */
    background-color: #000;
    opacity: 0.4;
}

.attempt_container,
.hygiene_container {
    position: relative;
    margin: 100px 0 70px;

}

.attempt_wrapper {
    position: absolute;
    display: flex;
    top: 40px;
    left: 0;
    right: 0;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    height: 100%;
}

.h2_left {
    margin: 40px auto 30px 30px;
}

.attempt_wrapper .description {
    position: absolute;
    top: 30%;
    left: 50%;
    line-height: 200%;
}

@media screen and (max-width: 767px) {
    #attempt img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        flex-wrap: wrap;
        display: flex;
        margin: 0 auto;
        /* background-image: linear-gradient(rgba(0, 0, 0, 0.3)); */
        background-color: #000;
        opacity: 0.4;
    }

    .h2_left {
        margin: 0;
    }

    .attempt_wrapper .description {
        width: 100%;
        top: 20%;
        left: 0;
    }
}


/*-------------　リサイクル　-------------*/
#recicle {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/recicle_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    object-fit: cover;
    /* height: 700px; */
    width: 100%;
}

#recicle .inner {
    margin: 70px auto;
    padding: 60px 0;
}

.recicle_text {
    width: 45%;
}

.p_bold {
    font-size: 120%;
    font-weight: 800;
    margin-bottom: 20px;
}

#recicle h2 {
    margin: 40px;
    text-align: left;
    max-width: 40%;
}

.beside {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.beside img {
    width: 45%;
    max-height: 500px;
    margin-left: 20px;
    object-fit: contain;
}

.recicle_4r {
    background-color: rgba(25, 70, 40, 0.7);
    padding: 30px;
    line-height: 180%;
    margin-top: 30px;
}

.recicle_4r li {
    color: #D1FFC1;
    font-size: 200%;
    margin-bottom: 20px;
}

.small_4r {
    color: #fff;
    font-size: 60%;
}

.mean_4r {
    font-size: 70%;
}

@media screen and (max-width: 767px) {
    #recicle .inner {
        padding: 60px 20px;
    }

    #recicle h2 {
        margin: 0 0 40px;
        max-width: 100%;
    }

    .beside {
        display: block;
        margin: 0;
    }

    .recicle_text {
        width: 100%;
    }

    .beside img {
        width: 100%;
        margin: 30px 0;
    }
}


/*-------------　会社概要　-------------*/
.company_boss {
    /* display: flex; */
    margin: 0 auto 150px;
    justify-content: center;
}

.company_boss img {
    height: 40px;
    right: 20%;
    position: absolute;
    margin: 20px;
}

.company_boss p {
    /* margin: auto px; */
    text-align: center;
    margin: 0 auto;
    line-height: 250%;
}

.company_profile {
    width: 40%;
    justify-content: center;
    margin: 0 auto;
}

.company_profile dl {
    display: flex;
}

.company_profile dt {
    width: 30%;
}

.history {
    width: 60%;
    justify-content: center;
    margin: 0 auto;
}

.history dl {
    display: flex;
}

.history dt {
    width: 30%;
}

.history dd {
    width: 70%;
}

#company iframe {
    width: 100%;
    margin: 50px auto;
}

@media screen and (max-width: 767px) {
    .company_boss {
        display: block;
        text-align: center;
        margin-bottom: 120px;
    }

    .company_boss p {
        margin: 20px auto 0;
        width: 82%;
        line-height: 150%;
    }

    .company_boss img {
        height: 30px;
        right: 10%;
    }

    .company_profile {
        width: 85%;
        justify-content: center;
        margin: 0 auto;
    }

    .company_profile dd {
        width: 70%;
    }

    .history {
        width: 85%;
        justify-content: center;
        margin: 0 auto;
    }
}

/*-------------　NEWS　-------------*/

#news h2 {
    margin-bottom: 40px;
}

#news time {
    display: block;
    margin: 0 0 10px 0;
}

#news li {
    margin-bottom: 30px;
    border-bottom: solid #CCCCCC;
    padding: 15px 0;
}

#news p span {
    font-weight: bold;
}

#news h3 {
    color: #fedd64;
    padding: 0;
    font-size: 2rem;
    margin: 0 0 5px;
    font-weight: bold;
}

.news_hide {
    display: none;
}

button.news_more {
    margin: 20px auto;
    display: block;
    background-color: #FFF;
    padding: 8px 15px;
    border-radius: 30px;
    border: solid 1.5px #ffffff;
    font-size: 16px;
    color: #205eb0;
    transition: .3s;
    -webkit-transition: .3s;
}

button.news_more::after {
    content: "もっと見る▼";
    transition: .2s;
    -webkit-transition: .2s;
}

button.news_more.on-click::after {
    content: "閉じる▲";
}

@media(max-width:768px) {
    /* .news_inner {
        max-width: 1160px;
        margin: 0 auto;
    } */

    ol {
        margin: 0 20px 80px;
    }
}

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

#footer {
    background-color: #eeeeee;
    color: #555;
}

.footer_wrapper {
    display: flex;
    width: 80%;
    max-width: 850px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0 0 0;
}

.footernav_items {
    margin: 20px 0 0 0;
    color: #000;
}


.footer_wrapper img {
    height: 70%;
}

.footer_company {
    font-size: 1.5rem;
    padding: 0 0 30px 0;
    font-weight: 600;
    text-align: center;
}

.footernav_items_item {
    margin-bottom: 10px;
}

@media screen and (min-width:768px) {
    .footer_unit {
        max-width: 1060px;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .footernav_items {
        margin: 0;
        width: 60%;
    }

    .footer_wrapper {
        padding: 20px 0 0 0;
    }
}

/*-------------　ボタン　-------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-gradient {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(40%, #6FBA2C),
            to(#39b693));
    background-image: -webkit-linear-gradient(left, #6FBA2C 40%, #39b693 100%);
    background-image: linear-gradient(90deg, #41abd8 40%, #39b693 100%);
    margin: 80px auto 100px;
    width: 250px;
    display: flex;
    justify-content: center;
}

a.btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#6FBA2C),
            color-stop(#39b693),
            to(#0d8777));

    background-image: -webkit-linear-gradient(left, #6FBA2C, #39b693, #0d8777);

    background-image: linear-gradient(90deg, #6FBA2C, #39b693, #0d8777);
}

a.btn-gradient span {
    position: relative;
    z-index: 1;
}

a.btn-gradient:hover {
    color: #fff;
}

a.btn-gradient:hover:after {
    opacity: 0;
}

@media screen and (max-width: 767px) {
    a.btn-gradient {
        margin: 30px auto 50px;
    }
}