@charset "utf-8";



/* topview --------------------------------------------------------------------------------------*/
#topview{
    width: 100%;
    margin-top: 50px;
}
#topview .topview_inner{
    width: 100%;
    height: 50vw;
    overflow: hidden;
    position: relative;
}
#topview .topview_inner_img{
    width: 100%;
    height: 100%;
}
#topview .topview_inner_img_sp{
    display: none;
}
#topview .topview_inner_img .topview_right{
    position: absolute;
    top: -200%;
    right: -50%;
    width: 55%;
    height: 50vw;
    opacity: 0;
    animation: slideIn 2s ease-out forwards;
}
#topview .topview_inner_img .topview_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        top: -200%;
        right: -50%;

    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        top: 0;
        right: 0;
    }
}
#topview .topview_inner_img .topview_left {
    position: absolute;
    top: 200%;
    left: -50%;
    width: 55%;
    height: 50vw;
    animation: slideInLeft 2s ease-out 0.5s forwards;
    opacity: 0;
}

#topview .topview_inner_img .topview_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        top: 200%;
        left: -50%;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        top: 0;
        left: 0;
    }
}

#topview .topview_inner_text h2{
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    opacity: 0;

    z-index: 1000;
    animation: slideInText 2s ease-out 2.5s forwards;
}
#topview .topview_logo{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 28vw;
    height: auto;
    opacity: 0;
    animation: slideInText 2s ease-out 3.5s forwards;
}
@keyframes slideInText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}   

@media all and (max-width: 769px) {
    #topview .topview_inner{
        height: 85vh;
    }
    #topview .topview_inner_img {
        display: none;
    }
    #topview .topview_inner_img_sp {
        display: block;
    }

    #topview .topview_inner_img_sp .topview_right {
        position: absolute;
        bottom: -50%;
        right: -200%;
        width: 100%;
        height: 45vh;
        clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
        /* opacity: 0; */
        animation: slideIn_sp 2s ease-out 1.0s forwards;
        z-index: 1000;
    }

    @keyframes slideIn_sp {
        0% {
            opacity: 0;
            bottom: 50%;
            right: -200%;
        }
        70% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            bottom: 0;
            right: 0;
        }
    }

    #topview .topview_inner_img_sp .topview_right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #topview .topview_inner_img_sp .topview_left {
        position: absolute;
        top: -50%;
        left: -200%;
        width: 100%;
        height: 50vh;
        clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
        /* opacity: 0; */
        animation: slideInLeft_sp 2s ease-out forwards;
        z-index: 1001;
    }
    @keyframes slideInLeft_sp {
        0% {
            opacity: 0;
            top: -50%;
            left: -200%;
        }

        70% {
            opacity: 0;
        }

        100% {
            opacity: 1;
            top: 0;
            left: 0;
        }
    }
    #topview .topview_inner_img_sp .topview_left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #topview .topview_inner_text h2 {
        font-size: 20px;
        z-index: 1002;
    }
    #topview .topview_logo {
        max-width: 600px;
        width: 70%;
        z-index: 1003;
    }
}



/* 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;
    }
}









