@charset "UTF-8";

/*====================================
共通
=====================================*/
main{
  max-width: 100%;
}

/* h2 タイトル装飾 */
.news_tit__area h2,
.service_tit__area h2,
.about_tit__area h2{
    position: relative;
}

.news_tit__area h2::after,
.service_tit__area h2::after,
.about_tit__area h2::after{
    color: var(--blue);
    font-size: 0.5em;
    font-weight: 400;
    position: absolute;
    bottom: -1.5em;
}

@media screen and (min-width: 0px) {
    main{
        margin-right: 0em;
    }
}

@media screen and (min-width: 768px) {
    main{
        /* margin-right: calc(61px + 1em); */
    }
}

/*====================================
メインビジュアル
=====================================*/
.mainv_area{
    padding: 0;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
}

.mainv{
    width: 100%;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
}

/* .splide{
    height: 100%;
}

.splide__track{
    height: 100%;
} */

/* .splide__slide{
    overflow: hidden;
}

.splide__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* .mainv .splide__pagination{
    width: 8px;
    height: 100%;
    position: absolute;
    align-content: center;
    left: auto;
    right: 0.5rem;
}

.mainv .splide__pagination__page{
    margin: 5px;
    width: 4px;
    height: 40px;
    background: var(--white);
    border: solid 1px var(--white);
    border-radius: unset;
}

.mainv .splide__pagination__page.is-active{
    background: var(--blue);
    border: solid 1px var(--blue);
    transform: unset;
} */

/* .mainv_tx{
    margin: 0 1.5em;
    max-width: calc(100% - 3em);
    width: 100%;
    background-image: url(../img/top/mainv_tx.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    mix-blend-mode: hard-light;
    position: absolute;
    z-index: 1;
} */

.mainv_filter {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    /* background-color: #91c0c5; */
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
    mix-blend-mode: overlay;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}

/* .mainv_filter::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
    background-size: cover;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
} */

@media screen and (min-width: 0px) {
    
    .mainv_tx{
        bottom: 1em;
        height: 50%;
    }
}

@media screen and (min-width: 425px) {

}

@media screen and (min-width: 768px) {


}

@media screen and (min-width: 1024px) {
    /* .mainv_area{
        height: 100vh;
    }

    .mainv_filter {
        height: 100vh;
    } */

    .mainv_tx{
        bottom: 2em;
        height: 30%;
    }
}

/*====================================
お知らせ
=====================================*/
.frontpage_news{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_tit__area{
    display: flex;
    flex-wrap: wrap;
}

.news_tit__area h2::after{
    content: 'NEWS';
    left: 0;
}

.frontpage_news .bt_area{
    display: flex;
    justify-content: flex-start;
}

@media screen and (min-width: 0px) {
    .splide__slide img{
        object-position: 73%;
    }

    .frontpage_news{
        flex-wrap: wrap;
    }

    .news_tit__area,
    .news_area{
        width: 100%;
    }

    .news_tit__area{
        margin-bottom: 1.75em;
        justify-content: space-between;
        align-items: flex-start;
    }

    .news_tit__area h2{
        margin-bottom: 1.25em;
    }
}

@media screen and (min-width: 425px) {

}

@media screen and (min-width: 768px) {
    .splide__slide img{
        object-position: unset;
    }

    .frontpage_news{
        flex-wrap: nowrap;
    }

    .news_tit__area{
        width: calc(33.33% - 1em);
        align-content: space-around;
    }

    .frontpage_news .bt_area{
        width: 100%;
    }

    .news_area{
        width: calc(66.66% - 1em);
    }

}

@media screen and (min-width: 1024px) {
    .news_tit__area {
        margin-bottom: 0em;
    }
}

/*====================================
事業内容
=====================================*/
.service_area .inner{
    display: flex;
    flex-wrap: wrap;
}
.service_tit__area{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
}

.service_tit__area h2,
.service_tit__area p{
    display: inline-block;
}

.service_tit__area h2::after{
    content: 'SERVICE';
    left: 0;
}

.service_con__area{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.service_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    position: relative;
}

.service_tx__tit___area h3{
    margin-bottom: 2em;
    font-size: 1.5em;
    position: relative;
}

.service_tx__tit___area h3::after{
    content: '';
    width: 50px;
    height: 3px;
    /* border-radius: 20px; */
    background-color: var(--blue);
    position: absolute;
    bottom: -0.65em;
    left: 0;
}

.service_bt{
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
}

.service_content .content_tx__back{
    overflow: hidden;
}

.service_content.service_img__left .content_tx__back{
    width: 100%;
    background-image: url(../img/top/content_tx1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    right: -1em;
    z-index: 1;    
}

.service_content.service_img__right .content_tx__back{
    width: 100%;
    background-image: url(../img/top/content_tx2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    left: -1em;
    z-index: 1; 
}

@media screen and (min-width: 0px) {
    .service_area{
        overflow: hidden;
    }

    .service_tit__area{
        margin-bottom: 3em;
    }

    .service_img,
    .service_tx{
        width: 100%;
    }
    .service_content:nth-child(2){
        flex-direction: column-reverse;
    }

    .service_content.service_img__left .content_tx__back,
    .service_content.service_img__right .content_tx__back{
        height: 40px;
        position: absolute;
        top: -2em;
    }

    .service_bt{
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 768px) {
    .service_area{
        overflow: hidden;
    }
    
    .service_content:nth-child(2){
        flex-direction: unset;
    }

    .service_img{
        width: calc(55% - 1.25em);
    }
    .service_tx{
        width: calc(45% - 1.25em);
    }

    .service_content.service_img__left .content_tx__back,
    .service_content.service_img__right .content_tx__back{
        height: 100px;
        position: relative;
        top: unset;
    }
    
    .service_bt{
        flex-wrap: wrap;
    }

}

@media screen and (min-width: 1024px) {

    .service_bt{
        flex-wrap: nowrap;
    }
    .service_content.service_img__left .content_tx__back,
    .service_content.service_img__right .content_tx__back{
        top: -4em;
    }
}

@media screen and (min-width: 1024px) {
    .service_tit__area{
        margin-bottom: 5em;
    }
}

@media screen and (min-width: 1440px) {
    .service_content.service_img__left .content_tx__back,
    .service_content.service_img__right .content_tx__back{
        position: absolute;
        top: unset;
        bottom: 1em;
    }

}

/*====================================
背景固定
=====================================*/

@media screen and (min-width: 0px) {

}

@media screen and (min-width: 768px) {
    /* .sticky_area{
        width: 100%;
        height: 250vh;
        position: relative;
    } */
}


@media screen and (min-width: 1025px) {

}
/*====================================
動画
=====================================*/
.movie_area {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: -1;
}

@media screen and (min-width: 0px) {
    .movie video{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (min-width: 768px) {
    .movie video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .movie_area{
        /* position: -webkit-sticky;
        position: sticky; */
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        z-index: -1;
    }

    /* .movie_area.is_fixed {
        position: fixed;
    } */
}

@media screen and (min-width: 1025px) {
    .movie video{
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    .movie_area {
        display: block;
        top: 0;
        left: 0;
    }
}

/*====================================
私たちについて
=====================================*/
.about_area{
    margin-bottom: 0rem;
    padding: 6rem 1.5rem;
    position: relative;
    background-image: url(../img/top/mainv3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_content{
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 3.5em;
    border-radius: 2px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: rgb(255 255 255 / 40%);
    backdrop-filter: blur(5px);
    box-shadow: var(--shadow);
    position: relative;
    z-index: 1;
}

.about_tit__area{
    width: 100%
}

.about_tit__area h2{
    display: flex;
    justify-content: center;
}

.about_tit__area h2::after{
    content: 'ABOUT US';
    left: auto;
    right: auto;
}

.about_content p{
    margin-top: 1.5rem;
    line-height: 1.5;
    letter-spacing: 2px;
}
    
.about_are__back{
    width: 100%;
    height: 100%;
    background: rgb(202 250 255 / 35%);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.about_content .more_bt{
    background-color: rgb(255 255 255 / 80%);
}

.about_content .more_bt:hover{
    background: var(--blue);
}

@media screen and (min-width: 0px) {

    .about_content{
        padding: 3rem 1.5rem;
        gap: 2.5em;
    }
}

@media screen and (min-width: 768px) {

    .about_content{
        padding: 4rem 2rem;
    }
/* 
    .about_are__back::after{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background-image: -moz-linear-gradient( 270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
        background-image: -webkit-linear-gradient( 270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
        background-image: -ms-linear-gradient( 270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 20%, rgba(0,0,0,0.5) 25%, rgb(0,0,0) 75%);
        background-size: cover;
        mix-blend-mode: overlay;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.3;
    } */
}

@media screen and (min-width: 1025px) {
    .about_area{
        background-position: center;
    }
}