@charset "utf-8";
:root{
    --color_main:#317B31;
    --color-jigyou:rgba(82,175,114,0.05);
    --color-header:#52AF72;
    --color_accent:#E4EB50;
    --font-noto:'Noto Sans JP', sans-serif;
    --font-oswald:'Oswald', sans-serif;
    --font-maru:'Zen Maru Gothic', sans-serif;
    --font-yugo:'"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;';
    scroll-behavior: smooth;
}


body{
    font-family:var(--font-noto);
}
.pc_none{
    display: none;
}
.section_h2_br{
    display: none;
}
main{
    padding-top: 60px;
}
header{
    position: fixed;
    z-index: 99;
    width: 100%;
}
.header{
    background-color: var(--color-header);
    font-family: var(--font-noto);
    font-weight: 600;
    height: 60px;
    position: relative;
}
.header_inner{
    max-width: 1400px;
    width: 90%;
    margin: auto;
    padding-top: 18px;
}
h1{
    display: block;
    background-color: var(--color-header);
    color: white;
}
.inlink{
    font-family:var(--font-noto);
    background-color: #E4EB50;
    color: #317B31;
    width: 324px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    -webkit-box-pack: justify;
    height: 100%;
    align-items: center;
    -webkit-box-align: center;
    padding: 15px;
}
.inlink:hover{
    background-color: white;
}
.inlink_text{
    display: -webkit-box;
display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
}
.inlink_text__left{
    font-size: 15px;
    margin-right: 1em;
    padding-bottom: 1px;
}
.link_arrow{
    width: 20px;
    height: 4px;
    border-bottom: 1px solid var(--color_main);
    border-right: 1px solid var(--color_main);
    transform: skew(45deg);
}

/* コンテンツエリア */
section{
    background: linear-gradient(to right,#F6FDE3, 20%,#E1F8F0);
}

/* メインビジュアル */
section.top_kv{
    height: 900px;
    width: 100%;
    background-image: url(../img/main_img_03.jpg);
    background-size: cover;
    background-position: left;
    position: relative;
}
section.top_kv img{
    position: absolute;
    right: 5%;
    top: 255px;
    width: 615px;
}

/* スクロールダウンエリア */
.section_scroll{
    position: relative;
    height: 258px;
}
.jisseki{
    position: absolute;
    top: -112px;
    right: 5%;
    background-image: url(../img/jisseki_bg.svg);
    height: 252px;
    width: 454px;
}
.jisseki_value{
    position: absolute;
    top: 20%;
    left: 12%;
    font-size: 112px;
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    font-family: var(--font-oswald);
    color: #6E450D;
}
.jisseki_update{
    position: absolute;
    top: 84%;
    right: 0%;
    font-size: 22px;
    font-family: var(--font-maru);
    font-weight: 500;
    color: #6E450D;

}
.scrolldown{
    text-align: center;
    font-family: var(--font-oswald);
    padding-top: 20px;
    color: var(--color-header);
    position: relative;
}
.arrow{
    position: absolute;
    top: 101px;
    left: 48%;
    display: inline-flex;
    transform: rotate(90deg) translateY(40%);}
.arrow::after{
    content: '';
  width: 100px;
  height: 15px;
  border-bottom: solid 1px var(--color-header);
  border-right: solid 1px var(--color-header);
  transform: skew(45deg);
}
.l-text{
    font-family: var(--font-oswald);
    color: var(--color-header);
    font-size: 16px;
}
.l-text__top{
    border-bottom: solid 2px var(--color-header);
    width: 240px;
    padding-left: 5em;

}
.l-text__bottom{
    padding-left: 5em;
}

.container{
    max-width: 1100px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 10;
}
.section01_container{
    background: url(../img/img01_shape.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.section_number{
    font-size: 80px;
    color: var(--color_main);
    border-bottom: solid 5px var(--color_main);
    font-family: var(--font-oswald);
    width: 75px;
}
h2{
    font-size: 42px;
    color: var(--color_main);
    font-family: var(--font-maru);
    font-weight: 500;
    margin: 20px 0 40px;
}
.text_area{
    background-color: white;
    padding:40px;
    max-width: 645px;
    border-radius: 20px;
    line-height: 30px;
    font-size: 17px;
    height: fit-content;
}
.section01_h3{
    margin-top: 80px;
    text-align: right;
    color: var(--color_main);
    font-size: 32px;
    font-family: var(--font-maru);
    font-weight: 500;
    margin-bottom: 40px;
}
.sticker_area{
    display: -webkit-box;
display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    column-gap: 1em;
    row-gap: 26px;
}
.sticker_area img{
    margin-top: 50px;
    width: 435px;
}

.section02{
    padding-top: 100px;
}
.section02_container{
    background: url(../img/img02_shape.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.ecotire_about__flex{
    display: -webkit-box;
display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -webkit-box-pack: start;
    column-gap: 30px;
    row-gap: 10px;
}
.merit{
    position: relative;
    text-align: center;
    margin-top: 100px;
    width: 670px;
    margin: 160px auto 80px;
}
.ecology{
    position: absolute;
    bottom: 10px;
    right: -200px;
}



.section03{
    padding-top: 80px;
    padding-bottom: 120px;
    background: white;
}
.icon_03_eco,.icon_04_eco,.icon_05_light{
    width: 80px;
}

.eco_flex{
    display: -webkit-box;
display: flex;
    align-items: end;
    -webkit-box-align: end;
    gap: 3px;
}
.section03_h2_sab{
    font-size: 22px;
    padding-left: 1em;
    white-space: nowrap;
}
.kenhp_link{
    text-align: center;
    padding-bottom: 120px;
}
.kenhp_link a{
    background-image: url(../img/kenhp_link_r6.svg);
    background-size: 100%;
    width: 100%;
    max-width: 560px;
    height: 100px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
}
.kenhp_link a:hover{
    background-image: url(../img/kenhp_link_r6_hv.svg);
    
}
.kenhp_link_pop{
    display: block;
    margin: auto;
    margin-bottom: 1em;
    max-width: 60%;
}
.tab{
    display: -webkit-box;
display: flex;
    font-family: var(--font-maru);
    font-weight:500;
    font-size: 22px;
}
.tab li{
    margin-right: 10px;
}
.tab li a{
    padding: 15px 25px;
    border-top: solid 1px var(--color_main);
    border-right: solid 1px var(--color_main);
    border-left: solid 1px var(--color_main);
    display: block;
    color: var(--color_main);
}
.tab li.active a {
    background-color: rgba(228, 235, 80, 0.55);
}
.tab li::after{
    content: '';
    display: block;
    width: 50px;
    margin: auto;
    border-top:solid 1px;
    height: 1px;
}
.jigyosyo_card_parent{
    display: none;
}
.is-active{
    display: block;
}
.jigyosyo_card{
    margin-top: 20px;
    display: -webkit-box;
display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    gap:36px 10px ;
}
.jigyosyo_card li{
    width: 48%;
    background-color: var(--color-jigyou);
    padding: 30px ;
    border-radius: 20px;
}
.jigyosyo_card li p:first-child{
    font-size: 18px;
    color: var(--color_main);
    font-weight: bold;
    margin-bottom: 10px;
}
.jigyosyo_card li p{
    position: relative;
    line-height: 24px;
}
.jigyosyo_card li p:nth-child(2)::before{
    content: url(../img/icon_home.svg);
    position: absolute;
    left: 0;
    top: 2px;
}
.jigyosyo_card li p:nth-child(3)::before{
    content: url(../img/icon_phone.svg);
    position: absolute;
    left: 0;
    top: 2px;
}
.jigyosyo_card li p:nth-child(4)::before{
    content: url(../img/icon_web.svg);
    position: absolute;
    left: 0;
    top: 2px;
}


.jigyosyo_card li p:nth-child(n+2){
    padding-left: 2em;
    overflow-wrap: break-word;
}

.btn-more,.btn-close{
    width: 360px;
    height: 60px;
    max-width: 100%;
    border-radius: 10px;
    margin:60px auto 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    cursor: hand;
}
.btn-more{
    background-color: #317B31;
}
.btn-close{
    background-color: #081408;

}

.section04{
    background: rgba(228, 235, 80, 0.3);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.gaiyou_area{
    background-color: white;
    border-radius: 20px;
    margin-bottom: 60px;
}
.gaiyou_content{
    display: -webkit-box;
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    row-gap: 18px;
    padding: 30px 75px;
    border-bottom: dashed 1px var(--color_main);
}
.gaiyou_content:last-child{
    border-bottom: none;
}
.gaiyou_content__body{
    max-width: 800px;
    width: 100%;
}
.gaiyou_content__head{
    font-size: 18px;
    color: var(--color_main);
    font-weight: 600;
}
.click_area{
    background-image: url(../img/click_area_bg.png);
    background-repeat: no-repeat;
    height: 288px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-position: center;
    text-align: center;
    padding-top: 40px;
}
.click_area:focus {
    outline: none;
  }
  .click_area{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
.click_area__inner{
    position: relative;
    display: inline-block;
}
.btn{
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    transition: all 0.2s ease;
    }
    .btn03:hover{
        border-color:transparent; 
      }
      .btn p{
    position: relative;
    z-index: 3;
    display: block;
    padding: 10px 90px;
    background: #fff;
    border-radius: 10px;
    color: #F07317;
    transition: all 0.3s ease;
    font-size: 28px;
    font-weight: 500;
}
.small_text{
    font-size: 18px;
}
.pushright:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: var(--color_main);
}
.pushright:hover p{
    background-color: #F07317;
    color: #fff;
    transform: translate(10px,10px);
}
.co2sakugen_hukutora{
    position: absolute;
    left: -150px;
    top: 55%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.hand{
    position: absolute;
    right: -180px;
    top: 55%;
    z-index: 10;
}
.circle_shape{
    position: absolute;
    left: -140px;
    top: 50%;
    transform: translate(-50%,-50%);

}
.circle_click{
    position: absolute;
    right: -150px;
    top: 5%;
}



.section_torikumi{
    background-image: url(../img/img_05_green.jpg);
    background-size: cover;
    height: auto;
    background-position: center,bottom;
    background-repeat: no-repeat;
}
.toumei{
    padding: 120px 0;
    background-color: rgba(255, 255, 255, 0.45);
}
.torikumi_h2{
    text-align: center;
}
.icon_05_light{
    vertical-align: sub;
}
.torikumi_content{
    display: -webkit-box;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    column-gap: 100px;
    row-gap: 25px;
}
.torikumi_content__block{
    background-color: #fff;
    border-radius: 50%;
    max-width: 500px;
    max-height: 500px;
    width: 90vw;
    height: 90vw;
    color: var(--color_main);
}
.torikumi_content__head{
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
    font-weight: 500;
}
.torikumi_content__body{
    font-size: 16px;
    line-height: 24px;
    width: 350px;
    margin: auto;
}


footer{
    background: #F6FDE3;
}
.link_area{
    display: -webkit-box;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    column-gap: 125px;
    padding-bottom: 115px;
}
.link_area__block{
    position: relative;
    padding-top:  165px;

}
.link_btn{
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: solid 1px #EA9043;
    width: 420px;
    text-align: center;
    padding: 20px;
    color: #EA9043;
    font-size: 22px;
    font-weight: bold;
}
.link_btn::before{
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left:-7px;
    right: -7px;
    border: solid 2px #EA9043;
}
.link_area__block a:hover{
    background-color: #F6FDE3;
    color: #EA9043;
}
.link_area__block a:hover::before{
    background: #EA9043;
    z-index: -1;
}
.link_decoration_left{
    position: absolute;
    left: 0;
    top: 56px;
}
.link_decoration_right{
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);

}

.footer_bg{
/*     height: 380px;
    background-image: url(../img/bg_img_footer.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
 */
    background-image: url(../img/circle-white.png);
    background-size:130%;
    background-position: 50% 0;
    text-align: center;
    color: var(--color_main);
}
.footer_body{
    text-align: center;
    padding-top: 100px;
    width: 382px;
    display: inline-block;
    position: relative;
    padding-bottom: 90px;
}
.footer-name{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.footer-en_name{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--color_main);
    font-weight: 600;
}
.footer_adress{
    line-height: 30px;
}
.ecotan_area{
    position: absolute;
    left: -270px;
    bottom: 0;
    padding-bottom: 120px;
    font-weight: bold;
    font-family: var(--font-maru);
}
.ecotan_area img{
    position: absolute;
    right: 44px;
}

.blue_bg{
    background: #4B98C7;
    color: white;
    border-radius: 41px;
    width: 50%;
    margin: 6px auto;
    font-weight: 500;
    padding: 1px;

}
.ecotan_area img{
    display: block;
    bottom: -1px;
    width: 116px;
}
.yellow_bg{
    background: #FFD900;
    border-radius: 41px;
    width: 70%;
    margin: 6px auto;
    font-weight: 500;
    padding: 1px;
}
.hukutora_area{
    position: absolute;
    bottom: 0;
    right: -270px;
    padding-bottom: 120px;
    font-weight: bold;
    font-family: var(--font-maru);
}
.hukutora_area img{
    position: absolute;
    bottom: -1px;
}
.hukutora_area img{
    display: block;
}
.footer_copyright{
    background: #225C22;
    padding: 10px;
    color: #fff;
}
#page-top {
    position: fixed;
    right: 10px;
    bottom:10px;
    z-index: 999;
      /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
  }
  /*　上に上がる動き　*/

#page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /*　下に下がる動き　*/
  
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 0;
    transform: translateY(100px);
    }
  }
@media screen and (max-width: 1100px){
    section.top_kv{
        background-size: cover;
        background-position: 30% 0;
        position: relative;
    }
    .scrolldown,.arrow{
        display: none;
    }
    .l-text{
        padding-top: 44px;
    }
    .sticker_area{
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-pack: center;
    }
    .section01_h3{
        margin-top: 80px;
        text-align: left;
        margin-bottom: 20px;
    }
    .sticker_area img{
        margin-top: 0;
    }
    .ecology{
        position: absolute;
        bottom: -4%;
        right: -10px;
        width: 50%;
    }

    .co2sakugen_hukutora{
        position: absolute;
        left: -100px;
        top: 55%;
        transform: translate(-50%,-50%);
        z-index: 10;
        width: 152px;
    }
    .hand{
        display: none;
    }
    .hukutora_area{
        right: -150px;
        font-size: 12px;
    }
    .ecotan_area{
        left: -170px;
        font-size: 12px;

    }
    }
@media screen and (max-width: 900px){
    .header_inner{
        max-width: 1400px;
        width: 90%;
        margin: auto;
        padding-top: 8px;
    }
    
    .inlink{
        width: 112px;
        padding: 5px;

    }
    .inlink_text__left{
        font-size: 12px;
        margin-right: 0;
    }
    .inlink_text_right{
        font-size: 12px;
    }
    .pc_none{
        display: block;
    }
    
}
@media screen and (max-width:768px){ 
    .sp_none{
        display: none;
    }

    section.top_kv{
        height: 300px;

    }
    section.top_kv img{
    right: 5%;
    top: 87px;
    width: 240px;
    }



    .section_scroll{
        height: 160px;
    }
    .jisseki{
        top: -35px;
        right: 5%;
        height: 142px;
        width: 256px;
        background-size: contain;
    }
    .jisseki_value{
        top: 20%;
        left: 12%;
        font-size: 66px;
        transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        font-family: var(--font-oswald);
        color: #6E450D;
    }
    .jisseki_update{
        top: 84%;
        right: 0%;
        font-size: 14px;
    
    }
    .l-text{
        font-size: 12px;
    }
    .l-text__top{
        width: 76px;
        padding-left: 1em;
        white-space: nowrap;
    }
    .l-text__bottom{
        padding-left: 1em;
        width: 76px;
    }
    

    .section01_container{
        background-repeat: no-repeat;
        padding-top: 130px;
        background-size: 280px;
    }
    .section_number{
        font-size: 49px;
        width: 44px;
    }
    h2{
        font-size: 24px;
        margin: 20px 0 40px;
        letter-spacing: -2px;
    }
    .text_area{
        font-size: 15px;
        padding:30px;
    }
    .section01_h3{
        margin-top: 40px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    


    .section02_container{
        background-repeat: no-repeat;
        padding-top: 130px;
        background-size: 280px;
    }
    .ecotire_about__flex p:nth-of-type(1){
        width: 130px;
    }
    .ecotire_about__flex p:nth-of-type(2){
        width: 100%;
        margin: auto;
    }
    .merit{
        width: 100%;
        margin: 30px auto 50px;
    }
    


    .section03{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .icon_03_eco,.icon_04_eco,.icon_05_light{
        width: 60px;
    }
    .tab{
        font-size: 14px;
    }
    .tab li a{
        padding: 13px 16px;
    }
    
    .tab li::after{
        width: 33px;
    }
    .jigyosyo_card li{
        width: 100%;
    }
    


    .section04{
        padding: 50px 0;
    }
    .gaiyou_content{
        padding: 28px 30px;
        border-bottom: dashed 1px var(--color_main);
    }
    .gaiyou_content__head,.gaiyou_content__body{
        font-size: 15px;
    }
    .click_area{
        padding-top: 20px;
    }
    .hukidashi{
        width: 215px;
    }
    .btn p{
        position: relative;
        z-index: 3;
        display: block;
        padding: 12px 50px;
        background: #fff;
        border-radius: 10px;
        color: #F07317;
        transition: all 0.3s ease;
        font-size: 16px;
    }
    .small_text{
        font-size: 14px;
    }
    
    .pushright:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 10px;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: var(--color_main);
    }
    .pushright:hover p{
        background-color: #F07317;
        color: #fff;
        transform: translate(10px,10px);
    }

    .co2sakugen_hukutora{
        position: absolute;
        left: 45px;
        top: auto;
        bottom: -166px;
        transform: translate(-50%,-50%);
        z-index: 10;
        width: 152px;
    }
    .hand{
        display: none;
    }
    .circle_shape{
        position: absolute;
        left: 0;
        top: auto;
        bottom: -170px;
        transform: translate(-50%,-50%);
    
    }
    .circle_click{
        position: absolute;
        right: -20%;
        bottom: -110px;
        top: auto;
    }
    .toumei{
        padding: 60px 0;
    }
    .torikumi_h2{
        text-align: left;
    }
    .torikumi_content__block{
        width: 400px;
        height: 400px;
    }
    .torikumi_content__head{
        font-size: 20px;
        line-height: 28px;
        padding-top: 22px;
        padding-bottom: 10px;
    }
    .torikumi_content__body{
        font-size: 15px;
        line-height: 20px;
        width: 270px;
        margin: auto;
    }
    

    .link_area{
        padding-bottom: 60px;
        padding-top:  56px;

    }
    .link_area__block{
        padding-top:  100px;
    
    }
    
    .link_area__block a{
        width: 260px;
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }
    .link_area__block a::before{
        top: -5px;
        bottom: -5px;
        left:-5px;
        right: -5px;
    }
    .link_decoration_left{
        position: absolute;
        left: 0;
        top: 0px;
        width: 180px;
    }
    .link_decoration_right{
        position: absolute;
        left: 50%;
        top: 38px;
        transform: translateX(-50%);
        width: 279px;
    }
    

    .footer_body{
        padding-top: 200px;
        width: 322px;
        padding-bottom: 20px;
    }
    .footer-name{
        margin-bottom: 4px;
        font-size: 14px;
    }
    .footer-en_name{
        font-size: 12px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px var(--color_main);
    }
    .footer_adress{
        line-height: 19px;
        font-size: 14px;
    }
    .ecotan_area{
        position: absolute;
        left: 0;
        bottom: auto;
        top: 40px;
        padding-bottom: 72px;
    }
    .ecotan_area img{
        display: block;
        width: 72px;
    }
    .hukutora_area{
        position: absolute;
        bottom: auto;
        top: 40px;
        right: 0;
        padding-bottom: 72px;

    }
    .hukutora_area img{
        display: block;
        width: 100px;
    }
    .footer_copyright{
        background: #225C22;
        padding: 10px;
        color: #fff;
        font-size: 12px;
    }
    #page-top{
        width: 60px;
    }

}

@media screen and (max-width:530px){ 
    .torikumi_content__block {
        width: 80vw;
        height: 80vw;
    }
    .torikumi_content__head {
        text-align: center;
        padding-top: 27px;
        padding-bottom: 14px;
    }
    .torikumi_content__body{
        font-size: 14px;
    }
}
@media screen and (max-width:520px){ 
    .section_h2_br{
        display: block;
    }
}
@media screen and (max-width:450px){ 
    header{
        font-size: 13px;
    }
    .section_torikumi .container{
        width: 100%;
    }
    .torikumi_content__block {
        width: 100vw;
        height: 100vw;
    }
    

}