@charset "utf-8";



/* topview --------------------------------------------------------------------------------------*/
#topview {
    margin: 15px auto 0;
    width: 100%;
}

#topview .wrap{
    position: relative;
    width: 100%;
    margin: 0 auto;
}



#topview .slide_logo{
    position: absolute;
    top: 19%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
    /* -webkit- transform: translateY(-50%) translateX(-50%);
    background: linear-gradient(to right, rgba(51, 153, 0, 0.1) , rgba(51, 153, 0, 0.8) , rgba(51, 153, 0, 0.1)); */
    padding: 15px;
}
#topview .slide_logo img{
    width: 30vw;
    display: flex;
    justify-content: center;
    margin: 0 auto 3rem;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.7));
}
#topview .slide_logo h3{
    font-size: 6rem !important;
    color: #fff;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.3));
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}
/* #topview .slide_logo p{
    font-size: 2.2vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.7));
} */
#topview .slide_text{
    width: 70%;
    margin: 0 auto;
    color: #fff;
}
#topview .slide_text p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
#topview .slide_text h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
#topview .slide_in{
    position: absolute;
    bottom: 10rem;
    left: 50%;
    width: 3rem;
    opacity:0;
    animation-name:sample01;
    animation-duration:2s; 
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
@keyframes sample01 {
    0% {
    opacity: 0;
    transform: translateY(-30px) translateX(-50%);;
    }
    1% {
    opacity: 0;
    transform: translateY(-30px) translateX(-50%);;
    }
    50%{
        opacity: 1;
        transform: translateY(0) translateX(-50%);;
    }
    100% {
    opacity:0;
    transform: translateY(30px) translateX(-50%);;
    } 
}
/* #topview .slide_in:hover{
    bottom: 0.8rem;
} */
#topview video{
    width: 100%;
}
#topview .slide-img>img {
    width: 100%;
}
#topview .slide_in a{
    display: flex;
    justify-content: center;
}
#topview .slide_in a:hover img{
    opacity: 1;
    
}
#topview .slide_in img{
    width: 1.3rem;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 3));
    
}

.good_design{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.good_design figure{
    width: 120px;
}
.good_design p{
    width: calc(100% - 140px);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
}


@media all and (max-width: 769px) {
    #topview {
        margin: 12px auto 0;
    }
    #topview .slide_text {
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }
    #topview .slide_in img{
        
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #topview .slide_logo h3{
        font-size: 5rem !important;
    }
    #topview video{
        width: 100%;
    }
    #topview .slide_movie{
        position: relative;
        top: 0%;
        left: 50%;
        width: 150%;
        transform: translateX(-50%);
        -webkit- transform: translateX(-50%);
    }
    #topview .slide_logo{
        top: 20%;
        padding: 5px 20px;
    }
    #topview .slide_logo img{
        width: 75%;
        margin: 0 auto 3.5rem;
    }

    #topview .slide_in{
        bottom: 1.5rem;
    }
    #topview .slide_in:hover{
        bottom: 1.5rem;
    }
    #topview .slide-img>img {
        width: 100%;
        object-fit: cover;
        height: 85rem;
    }
    /* #topview .slide_logo {
        background: linear-gradient(to right, rgba(51, 153, 0, 0.1), rgba(51, 153, 0, 0.8), rgba(51, 153, 0, 0.8), rgba(51, 153, 0, 0.1));
    } */
    .good_design p{
        font-size: 12px;
    }
}
@media all and (max-width: 600px) {
    #topview .slide-img>img {
        width: 100%;
        object-position: 50% 50%;
        height: 45rem;
    }
    #topview .slide_logo img{
        width: 70%;
        margin: 0 auto 1.5rem;
    }
    #topview .slide_text p {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    #topview .slide_text h2 {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
    }

    .good_design{
        background-color: rgba(0, 0, 0, 0.7);
        position: relative;
        gap: 8px;
        padding: 10px;
    }
    .good_design figure{
        width: 90px;
    }
    .good_design p{
        width: calc(100% - 98px);
    }

}
/* service -----------------------------------------------------------------------------*/
#service{
    /* background-color: #f2f2f2; */
    padding: 0;
}
/* .concept_company{
    width: 100%;
    margin: 0 auto 16rem;
}
.concept_company ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
#service .heading>h2{
    font-family: "din";
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
#service .heading>h3{
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 2.5rem;
    color: #73c8b2;
}
#service .heading>p{
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 6rem;
}
@media all and (max-width: 769px) {
    #service .heading>h2{
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }
    #service .heading>h3{
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 1.8rem;
    }
    #service .heading>p{
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
}
#service .service_main{
    max-width: 120rem;
    margin: 0 auto ;
    text-align: center;
}
#service .service_main div{
    max-width: 100rem;
    margin: 0 auto ;
}
#service .service_main ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
}
#service .service_main>ul>li{
    width: 31%;
}
#service .service_main .extension{
    overflow: hidden;
    margin-bottom: 1.5rem;
}
#service .extension img{
    transition: .3s;
    -webkit-transition: .3s;
    width: 100%;
}

#service .service_main .service_content:hover .extension img{
  transform: scale(1.1);
}

#service .service_main ul li p{
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0 !important;
    opacity: 1;
}
#service .service_main .service_content:hover p{
    opacity: 0.5;
}
#service .service_main .button{
    margin: 0 auto;
}
#service .post1,#service .post2,#service .post3{
    opacity:0;
}
#service .post1.on,#service .post2.on,#service .post3.on{
    opacity:0;
    animation-name:bottomfide;
    animation-duration:1s;
    animation-fill-mode: forwards;
}
@keyframes bottomfide {
0% {
 opacity: 0;
 transform: translateY(50px);
}
100%{
    opacity: 1;
    transform: translateX(0);
  }
} 


@media all and (max-width: 1500px) {
    #service{
        padding: 0 4%;
    }
}
@media all and (max-width: 769px) {
    #service{
        padding: 0 4%;
        margin-bottom: 9rem;
    }
    #service h3{
        margin-bottom: 3rem !important;
    }
    #service .service_main ul{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        margin-bottom: 3rem;
    }
    #service .service_main ul li{
        width: 100%;
    }
    #service .service_main ul li p{
        font-size: 1.6rem;
        margin-bottom: 2rem !important;
    }
    #service .service_main ul li:last-child p{
        font-size: 1.6rem;
        margin-bottom: 0rem !important;
    }
    #service .service_main>ul>li{
        margin: 0;
    }
    #service .service_main>ul>li:first-child{
        margin: 0;
    }
    #service .service_main>ul>li:last-child{
        margin: 0;
    }
    #service .post1,#service .post2,#service .post3{
        opacity:1;
    }
    #service .post1.on,#service .post2.on,#service .post3.on{
        opacity:1;
        animation-name:bottomfide;
        animation-duration:0s;
        animation-fill-mode: forwards;
    }
    #service .extension img{
        transition: none;
        -webkit-transition: none;
        width: 100%;
    }

    #service .service_main .service_content:hover .extension img{
    transform: scale(1);
    }
}

/* works -----------------------------------------------------------------------------*/
#works{
    text-align: center;
}
#works .heading>h2{
    font-family: "din";
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
#works .heading>h3{
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 6rem;
    color: #73c8b2;
}
#works .heading>p{
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 5rem;
}
@media all and (max-width: 769px) {
    #works .heading>h2{
        /* padding-top: 6rem; */
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }
    #works .heading>h3{
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 5rem;
    }
    #works .heading>p{
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
}
#works .works_main img{
    width: 100%;
    /* object-position: right top; */
}

#works .swiper-slide .slide_in .in_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    transform: translate3d(0,0,100);
}
#works .swiper-slide .slide_in:hover .in_hover{
    opacity: 1;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.2);
}
@keyframes flip-in-hor-top {
	0% {
		transform: translateY(2rem);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
#works .swiper-slide .slide_in .in_hover h4{
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
    width: 75%;
    margin: 0 auto;
    z-index: 1000;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.8));
}
#works .swiper-slide .slide_in:hover .in_hover h4,#works .swiper-slide .slide_in:hover .in_hover>p,
#works .swiper-slide .slide_in:hover .in_hover .button{
    animation: flip-in-hor-top 0.3s linear 0s;
    z-index: 1000;
}
#works .swiper-slide .slide_in .in_hover>p{
    font-size: 1.7rem;
    margin-bottom: 5rem;
    color: #fff;
    text-align: center;
    z-index: 1000;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.8));
}
#works .swiper-slide .slide_in .in_hover img{
    width: 100%;
    object-fit: cover;
}
#works .swiper-slide .slide_in .in_hover .button{
    border: solid 0.1rem #fff;
    width: 24rem;
    margin: 0 auto;
    border-radius: 4rem;
    z-index: 1000;
}
#works .swiper-slide .slide_in .in_hover .button p{
    color: #fff;
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.8));
}
#works .swiper-slide .slide_in .in_hover .button:hover{
    background-color: #73c8b2;
    border: solid 0.1rem #73c8b2;
}
#works .swiper-slide .slide_in .in_hover .button:hover p{
    filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0));
}
#works .swiper-slide .slide_in li:last-child{
    overflow: hidden;

}
#works .swiper-slide .slide_in li:last-child img{
  transition: .3s;
  -webkit-transition: .3s;
}

#works .swiper-slide .slide_in:hover li:last-child img{
  transform: scale(1.1);
}
#works .works_main>a.button{
    margin: 9rem auto 0;

}
#works .swiper-button-prev{
    border-radius: 0 5rem 5rem 0;
    height: 10rem;
    width: 5rem;
    background-color: rgba(0, 0, 0, 0.5);
    top:56%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    left: 0;

}
#works .swiper-button-next{
    border-radius: 5rem 0 0 5rem;
    height: 10rem;
    width: 5rem;
    background-color: rgba(0, 0, 0, 0.5);
    top:56%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);

    right: 0;
}

#works .swiper-button-prev:after,#works .swiper-button-next:after{
    font-size: 1.6rem;
    color: #fff;
}
#works .swiper-button-prev:after{
    content: '←';
}
#works .swiper-button-next:after{
    content: '→';
}
#works .swiper-slide img{
    width: 100%;
    object-fit: cover;
    height: 25vw;
}

@media all and (max-width: 769px) {
    #works{
        background-color: #e6eaea;
        border-bottom: solid 0.1rem #e6eaea;
    }
    #works .swiper-slide{
        background-color: #fff;
    }

    #works .swiper-slide .slide_in .in_hover{
        position: static;
        top: 50%;
        left: 50%;
        transform: translateY(0%) translateX(0%);
        -webkit- transform: translateY(0%) translateX(0%);
        width: 100%;
        opacity: 1;
    }
    #works .swiper-slide .slide_in .in_hover h4{
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        padding-top: 4rem;
        margin-bottom: 1rem;
        color: #5a5a5a;
        filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0));
    }
    #works .swiper-slide .slide_in .in_hover>p{
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
        color: #5a5a5a;
        filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0));
    }
    #works .swiper-slide .slide_in img{
        width: 100%;
        object-fit: cover;
        height: 40rem;
    }
    #works .swiper-slide .slide_in .in_hover .button{
        border: solid 0.1rem #5a5a5a;
        width: 13rem;
        margin: 0 auto 4rem;
        border-radius: 4rem;
        justify-content: space-between;
        padding-left: 2rem;
    }
    #works .swiper-slide .slide_in .in_hover .button p{
        color: #5a5a5a;
        font-size: 1.1rem !important;
        filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0));
    }
    #works .works_main>a.button{
        margin: 3.5rem auto 0

    }
    #works .swiper-button-prev{
        height: 6rem;
        width: 3rem;
        justify-content: flex-start;
        padding-left: 0.4rem;
        top: 63%;

    }
    #works .swiper-button-next{
        height: 6rem;
        width: 3rem;
        justify-content: flex-end;
        padding-right: 0.4rem;
        top: 63%;
    }

    #works .swiper-button-prev:after,#works .swiper-button-next:after{
        font-size: 1.4rem;
        color: #fff;
    }
    #works .swiper-slide .slide_in .in_hover .button:hover{
        background-color: #fff;
        border: solid 0.1rem #5a5a5a;
    }
    #works .swiper-slide .slide_in:hover .in_hover h4,#works .swiper-slide .slide_in:hover .in_hover>p,
    #works .swiper-slide .slide_in:hover .in_hover .button{
        animation: none;
        z-index: 1000;
    }
    #works .swiper-slide .slide_in li:last-child img{
    transition: 0s;
    -webkit-transition: 0s;
    }

    #works .swiper-slide .slide_in:hover li:last-child img{
    transform: scale(1);
    }
}
@media all and (max-width: 600px) {
    #works .swiper-slide .slide_in img{
        height: 21.7rem;
    }
}
/* news -----------------------------------------------------------------------------*/
#news{
    min-height: 1%;

}
#news .heading>h2{
    font-family: "din";
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
#news .heading>h3{
    font-weight: 700;
    font-size: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: solid 1px #5a5a5a;
    color: #73c8b2;
    max-width: 119rem;
    margin: 0 auto 6rem;
    width: 85%;
}
#news .heading>p{
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 5rem;
}
@media all and (max-width: 769px) {
    #news .heading>h2{
        /* padding-top: 5rem; */
        font-size: 1.2rem;
        margin-bottom: 0.3rem;
    }
    #news .heading>h3{
        font-weight: 700;
        font-size: 2.2rem;
        margin-bottom: 2.8rem;
        width: 100%;
    }
    #news .heading>p{
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
}
#news h2,#news h3{
    text-align: center;
}
#news .news_main{
    max-width: 140rem;
    margin: 0 auto;
    width: 100％;
}
#news .news_main .swiper-custom-parent{
    width: 100%;
    position: relative;
    margin-bottom: 6rem;
}
#news .news_main .swiper-container3{
    width: 85%;
}
#news .news_main h4{
    font-size: 1.4rem;
    margin: 0.5rem;
    color: #5a5a5a;
}
#news .news_main .slide_in p{
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #5a5a5a;
}
#news .news_main img{
    width: 100%;
}
#news .extension{
    overflow: hidden;
}
#news .extension img{
    transition: .3s;
    -webkit-transition: .3s;
}

#news .extension:hover img{
  transform: scale(1.1);
}
#news .button{
    margin: 0 auto;
}
#news .swiper-button-prev,#news .swiper-button-next{
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    background-color: #e6eaea;
    top:41.5%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#news .swiper-button-prev:hover,#news .swiper-button-next:hover{
    background-color: #73c8b2;
}

#news .swiper-button-prev:after,#news .swiper-button-next:after{
    font-size: 1.6rem;
    color: #5a5a5a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#news .swiper-button-prev:hover:after,#news .swiper-button-next:hover:after{
    color: #fff;
}
#news .swiper-button-prev:after{
    content: '←';
}
#news .swiper-button-next:after{
    content: '→';
}

#news .news_numbar{
    max-width: 120rem;
    position: relative;
    margin: 0 auto 6rem;
}
#news .number_inn{
    display: flex;
    justify-content: center;
    align-items: center;
}
#news .number_inn>a{
    width: 22%;
    margin: 0 1.5%;
}
/* #news .number_inn>a:first-child{
    margin: 3%;
} */
@media all and (max-width: 1400px) {
    #news .news_main .news_img{
        height: 20vw;
    }
}
@media all and (max-width: 769px) {
    #news{
        margin-bottom: 0rem;
        border-bottom: none;
        padding-top: 0;
    }
    #news .news_numbar{
        display: none;
    }
    #news .news_main{
        margin: 0 4%;
        width: 92%;
    }
    #news .swiper-custom-parent,#news .news_number{
        display: none;
    }
    #news .sp_news{
        margin-bottom: 4rem;
        width: 100%;
    }
    #news .sp_news li{
        padding-bottom: 1.8rem;
        border-bottom: solid 0.1rem #e6eaea;
        margin-bottom: 1.8rem;
    }
    #news .sp_news li:last-child{
        margin-bottom: 0rem;
        border-bottom: none;
    }
    #news .sp_news li a{
        display: flex;
        justify-content: space-between;
    }
    #news .sp_news li a .news_img{
        width: 35%;
        height: auto;
    }
    #news .sp_news li .news_text{
        width: 60%;
    }
    #news .news_main h4{
        font-size: 1.3rem;
        margin: 0 0 0.5rem 0;
    }
    #news .news_main p{
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 0;
    }
    #news .button{
        margin: 0 auto;
    }
}
@media all and (max-width: 600px) {
    #news .news_main h4{
        font-size: 1.2rem;
    }
    #news .news_main p{
        font-size: 1.4rem;
        font-weight: 700;
    }
}

/* banner -----------------------------------------------------------------------------*/
#banner .banner_main{
    max-width: 180rem;
    width: 100%;
    margin: 0 auto;
}
#banner .banner_main ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#banner .banner_main ul.banner_oruta{
    justify-content: center;
}
#banner .banner_main ul.banner_oruta li{
    width: 35%;
    margin: 0 1.5rem;
}
#banner .banner_main ul li{
    width: 31%;
}
#banner .banner_main ul img{
    width: 100%;
}
@media all and (max-width: 1800px) {
    #banner{
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media all and (max-width: 769px) {
    #banner{
        margin-bottom: 0;
        padding-bottom: 8rem;
        border-bottom: solid 0.1rem #e6eaea;
    }
    #banner .banner_main ul li{
        width: 100%;
        margin-bottom: 1rem;
    }
    #banner .banner_main ul li:last-child{
        margin-bottom: 0;
    }
    #banner .banner_main ul{
        flex-direction: column;
    }
    #banner .banner_main ul.banner_oruta li {
        width: 90%;
        margin: 0 auto;
    }
    #banner .banner_main ul.banner_oruta li:first-child {
        margin: 0 auto 3rem;
    }
}









