
/* topページ共通 */

/* top FV */
.top__fv {
    width: 100%;
    position: relative;
    margin-bottom: 15vw;
}
.top__fv__slick__item {
    height: 133vw;
    position: relative;
}
.top__fv__slick__item img.dispNon--sp {
    display: none;
} 
.top__fv__slick__item img.dispNon--pctab {
    display: block;
} 
.top__fv__slick__item img {
    width: 100%;
}
.add-animation {
   animation: zoomUp 20s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5); /* 拡大率 */
  }
}
.top__fv__copy {
    width: 86.7%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.top__fv__txt__wrap {
    width: 100%;
    height: 24vw;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    left: 0;
    bottom: 7.73vw;
}
.top__fv__txt {
    font-size: 2.8rem;
    letter-spacing: .25em;
    line-height: 2.1em;
    position: absolute;
    top: 50%;
    left: 6.65%;
    transform: translateY(-52%);
}
.top__fv__txt span {
    font-size: .85em;
}
.top__fv__scroll {
    width: 5.33vw;
    height: 21.3vw;
    background-color: #004916;
    position: absolute;
    right: 0;
    bottom: .5vw;
}
.top__fv__scroll__txt {
    font-size: 2.4rem;
    font-weight: 300;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
}
.top__fv__scroll__arrow {
    width: 45%;
    position: absolute;
    bottom: 3vw;
    left: 50%;
    margin-left: -22.5%;
}

/* 共通 */
.top__sec {
    margin-bottom: 15vw;
}
.top__sec.top__info {
    margin-bottom: 0;
}
.top__sec__ttl {
    font-size: 5rem;
    line-height: 1.1em;
    font-weight: 900;
    color: #004916;
    position: relative;
    padding-bottom: 2.5vw;
    font-family: "Noto Sans JP", sans-serif;
}
.top__sec__ttl span {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
}
.top__sec__ttl::after {
    content: "";
    width: 12.6vw;
    height: 1vw;
    background-color: #004916;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* about */
.top__about .flex {
    flex-wrap: wrap;
    align-items: flex-end;
}
.top__about__txt {
    font-size: 2.8rem;
    font-weight: 300;
    margin-top: 7.7vw;
    line-height: 2.3em;
    color: #2a2a2a;
    letter-spacing: -.02em;
    margin-bottom: 15vw;
}
.top__about__txt, .top__about__img {
    width: 100%;
}
.top__about__img {
    position: relative;
    padding-bottom: 4vw;
}
.top__about__img__01, .top__about__img__02 {
    width: 63vw;
    margin: 0 auto;
    position: relative;
}
.top__about__img__01 {
    margin-bottom: 8vw;
    z-index: 3;
}
.top__about__img__02 {
    z-index: 2;
}
.top__about__img__02::after {
    content: "";
    width: 61vw;
    height: 61vw;
    background: url("../img/top/top__about__bg.png") no-repeat bottom right;
    background-size: 100% auto;
    position: absolute;
    bottom: -4vw;
    right: -4vw;
    z-index: -1;
}


/* topics */
.top__topics__wrap {
    width: 100%;
    position: relative;
    padding: 9vw 0;
}
.top__topics__wrap::after {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #d2edd2;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.top__topics__list li {
    margin-bottom: 7.5vw;
}
.top__topics__list li:last-child {
    margin-bottom: 0;
}
.top__topics__list a {
    width: 100%;
    height: 31.2vw;
}
.top__topics__list__img, .top__topics__list__desc {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.top__topics__list__img img {
    width: 100%;
}
.top__topics__list__desc {
    background-color: #fff;
    padding: 6vw 0;
    box-sizing: border-box;
}
.top__topics__ttl {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: .5em;
}
.top__topics__list__desc__btn {
    width: 83%;
    background-color: #00913a;
    margin: 0 auto;
    text-align: center;
}
.top__topics__list__desc__btn span {
    display: inline-block;
    color: #fff;
    font-size: 2.2rem;
    padding: .6em 0;
    background: url("../img/arrow_w_right.png") no-repeat center right;
    background-size: auto 30%;
    padding-right: 1.3em;
}

/* works */
.top__sec.top__works {
    padding-bottom: 15vw;
    margin-bottom: 0;
}
.top__works__list {
    margin-top: 8vw;
}
.top__works__list {
    flex-wrap: wrap;
}
.top__works__list li {
    width: 50vw;
}
.top__works__list li a {
    display: block;
    width: 100%;
    position: relative;
}
.top__works__ttl {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    background-color: rgba(0,0,0,.3);
    text-align: center;
    color: #fff;
    font-size: 3.8rem;
    font-weight: 600;
    padding: .6em 0;
}
.top__sec__more {
    width: 77vw;
    background: url("../img/arrow_w_right.png") no-repeat center right 3rem #00913a;
    background-size: 1rem auto;
    text-align: center;
    font-size: 2.8rem;
    color: #fff;
    margin: 16vw auto 0;
    padding: 3.5vw 0;
}


/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 01 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 751px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
@media (min-width: 751px) {

    /* topページ共通 */

    /* top FV */
    .top__fv {
        margin-bottom: 10vw;
    }
    .top__fv__slick__item {
        height: 45vw;
    }
    .top__fv__slick__item img.dispNon--sp {
        display: block;
    } 
    .top__fv__slick__item img.dispNon--pctab {
        display: none;
    } 
    .top__fv__txt__wrap {
        width: calc( 5% + 20vw );
        height: 100%;
        bottom: auto;
        top: 0;
        left: 2.5%;
    }
    .top__fv__txt {
        font-size: 1.8rem;
        line-height: 2.5em;
        top: 9vw;
        left: 50%;
        writing-mode: vertical-rl;
        letter-spacing: .5em;
        transform: translate(-50%,0);
    }    
    .top__fv__copy {
        width: 47%;
        left: 60%;
    }
    .top__fv__scroll {
        width: 6vw;
        height: 6vw;
        position: absolute;
        right: auto;
        left: 50%;
        margin-left: -3vw;
        bottom: -3vw;
    }
    .top__fv__scroll__txt {
        font-size: 1.5rem;
        writing-mode: horizontal-tb;
        position: absolute;
        top: 2vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .top__fv__scroll__arrow {
        width: 30%;
        position: absolute;
        bottom: 1.5vw;
        left: 50%;
        margin-left: -15%;
    }
    
    /* 共通 */
    .top__sec {
        margin-bottom: 10vw;
    }
    .top__sec.top__info {
        margin-bottom: 0;
    }
    .top__sec__ttl {
        font-size: 4rem;
        padding-bottom: 2vw;
    }
    .top__sec__ttl span {
        font-size: 2rem;
    }
    .top__sec__ttl::after {
        width: 5.6vw;
        height: .5vw;
    }

    /* about */
    .top__about .flex {
        position: relative;
        align-items: flex-end;
    }
    .top__about__txt {
        font-size: 1.4rem;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 2.3em;
        letter-spacing: -.02em;
    }
    .top__about__txt {
        width: 68%;
        margin-right: 5%;
    }
    .top__about__txt .txt {
        margin-top: 2.5vw;
    }
    .top__about__img {
        width: 27%;
    }
    .top__about__img {
        padding-bottom: 0;
    }
    .top__about__img__02::after {
        width: 32vw;
        height: 32vw;
        bottom: -1.7vw;
        right: -1.7vw;
    }
    .top__about__img__01, .top__about__img__02 {
        width: 100%;
    }
    .top__about__img__01 {
        margin-bottom: 2vw;
    }

    /* topics */
    .top__topics__wrap {
        padding: 0 0 5vw;
    }
    .top__topics__wrap::after {
        width: 100%;
        height: 77%;
        top: auto;
        bottom: 0;
    }
    .top__topics__list {
        display: flex;
        justify-content: center;
        position: relative;
        width: 80%;
        margin: 5vw auto 0;
    }
    .top__topics__list li {
        width: 31%;
        margin-bottom: 0;
    }
    .top__topics__list li:nth-child(2) {
        margin: 0 3.5%;
    }
    .top__topics__list a {
        height: auto;
        flex-wrap: wrap;
    }
    .top__topics__list__img {
        width: 100%;
    }
    .top__topics__list__desc {
        width: 100%;
        height: auto;
    }
    .top__topics__list__desc {
        padding: 2vw 0 4vw;
    }
    .top__topics__ttl {
        font-size: 2rem;
        margin-bottom: 3vw;
    }
    .top__topics__list__desc__btn {
        width: 70%;
        background: url("../img/arrow_w_right.png") no-repeat center right 2rem #00913a;
        background-size: .6vw auto;
    }
    .top__topics__list__desc__btn span {
        font-size: 1.6rem;
        background-image: none;
        padding-right: 0;
    }

    /* works */
    .top__sec.top__works {
        padding-bottom: 10vw;
    }
    .top__works__list {
        margin: 8vw auto 0;
        width: 90%;
    }
    .top__works__list li {
        width: 25%;
    }
    .top__works__ttl {
        font-size: 2.5rem;
    }
    .top__sec__more {
        width: 35vw;
        background: url("../img/arrow_w_right.png") no-repeat center right 1.5rem #00913a;
        background-size: .8rem auto;
        font-size: 1.6rem;
        margin: 6vw auto 0;
        padding: 1em 0;
    }

    
    
    
    
    


}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 02 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1025px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (min-width: 1025px) {
    
    /* top FV */
    .top__fv {
        margin-bottom: 150px;
    }
    .top__fv__slick__item {
        height: 630px;
        position: relative;
    }
    .top__fv__slick__item img.dispNon--sp {
        display: block;
        width: auto;
        height: 630px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    } 
    .top__fv__txt__wrap {
        width: 280px;
        height: 100%;
        left: 0;
    }
    .top__fv__txt {
        font-size: 2rem;
        line-height: 2.5em;
        top: 135px;
    }    
    .top__fv__copy {
        left: 64%;
    }
    .top__fv__scroll {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        bottom: -30px;
    }
    .top__fv__scroll:hover {
        bottom: -34px;
    }
    .top__fv__scroll__txt {
        font-size: 15px;
        top: 12px;
    }
    .top__fv__scroll__arrow {
        bottom: 12px;
    }
    
    /* 共通 */
    .top__sec {
        margin-bottom: 150px;
    }
    .top__sec__ttl {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    .top__sec__ttl::after {
        width: 56px;
        height: 5px;
    }

    /* about */
    .top__about__txt {
        font-size: 1.4rem;
    }
    .top__about__txt {
        width: 68%;
        margin-right: 5%;
    }
    .top__about__txt .txt {
        margin-top: 30px;
    }
    .top__about__img__02::after {
        width: 310px;
        height: 310px;
        bottom: -15px;
        right: -15px;
    }
    .top__about__img__01 {
        margin-bottom: 20px;
    }

    /* topics */
    .top__topics__wrap {
        padding-bottom: 50px;
    }
    .top__topics__list {
        margin-top: 50px;
    }
    .top__topics__list__img {
        transition: all 0.8s ease;
    }
    .top__topics__list a:hover .top__topics__list__img img {
        transform: scale(1.15,1.15);
    }
    .top__topics__list__desc {
        padding: 30px 0 50px;
    }
    .top__topics__ttl {
        margin-bottom: 30px;
    }
    .top__topics__list__desc__btn {
        background-size: 8px auto;
        transition: all 0.8s ease;
    }
    .top__topics__list a:hover .top__topics__list__desc__btn {
        background-color: #004916;
    }
    .top__topics__list__desc__btn span {
        font-size: 1.6rem;
        background-image: none;
        padding-right: 0;
    }

    /* works */
    .top__sec.top__works {
        padding-bottom: 100px;
    }
    .top__works__list {
        margin-top: 80px;
    }
    .top__works__list li {
        width: 25%;
    }
    .top__works__list__img {
        position: relative;
        transition: all 0.8s ease;
        overflow: hidden;
    }
    .top__works__ttl, .top__sec__more {
        transition: all 0.8s ease;
    }
    .top__works__list a:hover .top__works__list__img img {
        transform: scale(1.15,1.15);
    }
    .top__works__list a:hover .top__works__ttl {
        background-color: rgba(0, 0, 0, .5);
        padding: 1em 0;
    }
    .top__sec__more {
        width: 350px;
        background-size: 8px auto;
        font-size: 1.6rem;
        margin: 60px auto 0;
        padding: 13px 0;
    }
    .top__sec__more:hover {
        background-color: #004916;
    }




}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 03 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1200px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/

@media (min-width: 1200px) {
    .top__fv__txt__wrap {
        left: calc(( 100% - 1200px) / 2);
    }
    .top__fv__txt {
        font-size: 20px;
    }    
   .top__fv__copy {
        width: 658px;
        left: 60%;
    }
    /* about */
    .top__about__txt {
        font-size: 1.6rem;
    }
   .top__about__img__02::after {
        width: 420px;
        height: 420px;
        bottom: -20px;
        right: -20px;
    }
    
    /* topics */
    .top__topics__list {
        width: 900px;
    }
    .top__topics__list__desc {
        padding: 30px 0 50px;
    }
    .top__topics__ttl {
        font-size: 2.2rem;
    }

    /* works */
    .top__works__list {
        width: 1100px;
    }

}

/* ----------------------------------------------------------------------------------------------------*/
/* breakpoint 04 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
/* 1250px以上〜 -------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------*/
    
@media (min-width: 1251px) {

    /* works */
    .top__works__list {
        width: 1200px;
    }
}