@charset "utf-8";




/* index.html
-------------------------------*/
.top_bg_g{
    padding-bottom: 150px;
    overflow: hidden;
    position: relative;
}
.top_bg_g:after{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: calc(50% - 400px);
    width: 1500px;
    height: calc(100% - 210px);
    background-color: rgba(0,160,102,0.1);
    content: "";
}
.top01{
    width: 100%;
    max-width: 1680px;
    padding-right: 120px;
    margin: auto;
    position: relative;
}

.top01 .txt{
    position: absolute;
    left: 900px;
    top: calc(50% - 95px);
    font-size: 55px;
    line-height: 1;
    color: #00a066;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.top01 .txt span.bg{
    display: inline-block;
    background-color: #fff;
    padding: 15px 30px 20px;
}
.top01 .txt span:first-child{
    margin-bottom: 10px;
}
.top01 .scroll{
    position: absolute;
    left: 1340px;
    bottom: 0;
    animation: fluffy 1s infinite;
}

@keyframes fluffy {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@media screen and (max-width:1420px){
    .top01{
        padding-right: 8.4vw;
    }
    .top01 .txt{
        left: 60vw;
        top: calc(50% - 6.6vw);
        font-size: 3.8vw;
    }
    .top01 .txt span.bg{
        padding: 1vw 2vw 1.4vw;
    }
    .top01 .txt span:first-child{
        margin-bottom: 0.7vw;
    }
    .top01 .scroll{
        left: 94vw;
    }
}
@media screen and (max-width:910px){
    .top_bg_g{
        padding-bottom: 80px;
    }
    .top_bg_g:after{
        left: 0;
        width: 100%;
        height: calc(100% - 100px);
    }
}
@media screen and (max-width:640px){
    .top_bg_g{
        padding-bottom: 60px;
    }
    .top01 .img img{
        width: 100%;
        height: 90vw;
        object-fit: cover;
    }
    .top01 .txt{
        left: auto;
        right: 10px;
        font-size: 8vw;
    }
    .top01 .txt span.bg {
        padding: 5px 10px 10px;
    }
    .top01 .txt span:first-child {
        margin-bottom: 10px;
    }
    .top01 .scroll{
        display: none;
    }
    
}

@media print{
    .top01 .txt{
        left: 50%;
        top: calc(50% - 95px);
    }
}






.top_ttl{
    margin-bottom: 60px;
}
.top_ttl .en{
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 100px;
    line-height: 1;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.07em;
}
.top_ttl .en span.bg{
    padding: 0;
    background: -moz-linear-gradient(left, #00a066, #3cb2ae);
    background: -webkit-linear-gradient(left, #00a066, #3cb2ae);
    background: linear-gradient(to right, #00a066, #3cb2ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_ttl .en:after{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #00a066;
    content: "";
}
.top_ttl .ja{
    font-size: 16px;
    font-weight: 500;
    padding-left: 21px;
    background: url(../img/common/ba-sla.png) left center no-repeat;
}
.top02{
    padding-top: 175px;
    position: relative;
}
.top02 .txt{
    width: 100%;
    max-width: 570px;
}
.top02 .txt ._in{
    width: 100%;
    padding-left: 40px;
}
.top02 .txt p{
    margin-bottom: 40px;
}
.top02 .img{
    position: absolute;
    left: 640px;
    top: 130px;
    width: 900px;
}
.top02 .img img{
    width: 100%;
    height: 566px;
    object-fit: cover;
    object-position: left;
}


.top03 {
    width: 90%;
    text-align: center;
    padding: 80px 0 10px;
    margin: auto;
}


@media screen and (max-width:910px){

    .top_ttl{
        margin-bottom: 40px;
    }
    .top_ttl .en{
        font-size: 80px;
    }
    .top02{
        padding-top: 80px;
    }
    .top02 .txt{
        width: 100%;
        max-width: initial;
        max-width: auto;
    }
    .top02 .txt ._in{
        width: 100%;
    }
    .top02 .txt p{
        margin-bottom: 20px;
    }
    .top02 .img{
        margin-top: 30px;
        position: static;
        width: 100%;
        text-align: center;
    }
    .top02 .img img{
        width: 100%;
        height: auto;
        object-fit: unset;
    }
}
@media screen and (max-width:640px){
    .top02{
        padding-top: 60px;
    }
    .top_ttl{
        margin-bottom: 30px;
    }
    .top_ttl .en{
        font-size: 70px;
    }

    
    .top02 .txt ._in{
        padding-left: 0;
    }
    .top03 {
        padding-top: 50px;
    }
    .top03 img{
        width: 100%;
        height: 130px;
        object-fit: cover;
        
    }
    
}





.top04{
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/top/bg1.jpg) center bottom repeat-x;
    position: relative;
}
.top04:before {
    content: "";
    display: block;
    width: 1px;
    height: 137px;
    background-color: #00A066;
    position: absolute;
    bottom: -68px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.top04::after{
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -68px;
    margin: 0 auto;
    animation: borderAnim 1.0s ease-in-out infinite;
}
@keyframes borderAnim {
    0% {
        bottom: 40px; 
    }
    100% {
        bottom: -68px; 
    } 
}

.top04 .item1{
    padding-bottom: 1px;
}
.top04 .item1 .top_ttl{
    width: 400px;
}
.top04 .item1 .txt{
    width: calc(100% - 400px);
    padding-top: 25px;
}
.top04 .item2 li{
    width: 31.8%;
    background-color: #fff;
}
.top04 .item2 li a{
    display: block;
}
.top04 .item2 li dl{
    width: 100%;
    padding: 30px;
}
.top04 .item2 li dt{
    display: inline-block;
    font-size: 21px;
    font-weight: 500;
    color: #00a066;
    padding-right: 70px;
    background: url(../img/top/more.png) right center no-repeat;
    margin-bottom: 5px;
}
.top04 .item3{
    padding-top: 55px;
    text-align: center;
}


@media screen and (max-width:910px){
    .top04{
        background-size: auto calc(100% - 440px);
    }
    
    .top04 .item1 .top_ttl{
        width: 100%;
    }
    .top04 .item1 .txt{
        width: 100%;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .top04 .item2 li dl{
        padding: 15px;
    }
    .top04 .item2 li dt{
        font-size: 19px;
        padding-right: 50px;
        background-size: 35px auto;
    }
    .top04 .item2 li dd{
        line-height: 1.5;
    }

    .top04 .item3{
        padding-top: 40px;
    }
}
@media screen and (max-width:640px){

    .top04 .item2 li{
        width: 48%;
        margin-bottom: 20px;
    }
    .top04 .item3 a{
        display: block;
        width: 100%;
        max-width: 400px;
        aspect-ratio:500 / 275;
        border: solid 3px #00a066;
        background-image: url(../img/soil/soil_01.jpg);
        background-position: -15px -3px;
        background-size:  auto 103%;
        background-repeat: no-repeat;
        margin: auto;
    }
    .top04 .item3{
        padding-top: 20px;
    }
    .top04 .item3 a img{
        display: none;
    }
}

@media screen and (max-width:450px){
    .top04 .item2 li{
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .top04 .item2 li img{
        width: 100%;
        aspect-ratio:16 / 9;
        object-fit: cover;
    }
}



.top05{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0,160,102,0.1);
}
.top05 ._in{
    position: relative;
}
.top05 .title-style1{
    text-align: left;
}
.ho2_1List {
    max-width: 1120px;
    margin: 0 auto 30px;
}
.ho2_1List li {
    padding-left: 15px;
    padding-right: 15px;
}
.ho2_1List .txt{
    padding-top: 8px;
}
.ho2_1List.slick-slider button.slick-prev{
    background-image: url('../img/top/prev.svg');
    width: 19px;
    height: 39px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ho2_1List.slick-slider button.slick-next{
    background-image: url('../img/top/next.svg');
    width: 19px;
    height: 39px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ho2_1List .slick-prev::before,
.ho2_1List .slick-next::before {
    content: '';
}
.ho2_1List .slick-dots li{
    padding: 0;
}
.ho2_1List .slick-dots {
    bottom: -50px;
}
.ho2_1List .slick-dots li button:before{
    font-size: 10px;
    color: #00a066;
}
.top05 .btn{
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:910px){
    .top05{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width:640px){
    .top05{
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .top05 .btn{
        position: static;
        padding-top: 50px;
    }
    .top05 .btn a{
        margin: auto;
    }
}

@media screen and (max-width:480px){
    .ho2_1List .slick-dots li{
        margin: 0;
    }
    
}





.top06{
    width: 100%;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
}

.top06:after{
    position: absolute;
    bottom: 0;
    right: calc(50% - 390px);
    width: 1400px;
    height: 616px;
    background-color: rgba(0,160,102,0.1);
    content: "";
}
.top06 ._in{
    position: relative;
    z-index: 3;
}
.top06 .txt{
    width: 700px;
    margin-left: auto;
}
.top06 .txt p{
    padding-right: 50px;
    margin-bottom: 50px;
}
.top06 .img{
    position: absolute;
    right: 760px;
    top: -65px;
    width: 780px;
}

@media screen and (max-width:910px){
    
    .top06{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top06:after{
        left: 0;
        right:auto;
        width: 70%;
        height: calc(100% - 200px);
    }
    .top06 .txt{
        width: 100%;
    }
    .top06 .txt p{
        padding-right: 0;
    }
    .top06 .img{
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
}
@media screen and (max-width:640px){
    .top06 .txt p{
        margin-bottom: 30px;
    }
}
@media screen and (max-width:460px){
    .top06{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .top06:after{
        height: calc(100% - 34vw);
    }
    .top06 .top_ttl .en {
        font-size: 13vw;
    }
}


.top07{
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
}
.top07 .sp{
    display: none;
}
@media screen and (max-width:910px){
    .top07{
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width:640px){
    .top07{
        padding-top:60px;
        padding-bottom: 60px;
    }
    .top07 .pc{
        display: none;
    }
    .top07 .sp{
        display: inline-block;
        max-width: 330px;
        height: auto;
    }
    
}




