@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

/*****************
 top-view 
 *****************/

.top {
    position: relative;
    top: 60px;
    height: 100vh;
    width: 100%;
}

.slide-media {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    z-index: -1;
}


/* 画像が画面いっぱいに表示されるように */
.top .swiper-slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    /* 画像が画面を覆うように */
    opacity: 0;
    transform: scale(1);
    /* 初期状態では拡大しない */
    transition: transform 8s ease-out, opacity 2s ease-out;
    /* ゆっくり拡大とフェードのトランジション */
}

/* スライドがアクティブになったときに画像が拡大し、表示される */
.top .swiper-slide-active img {
    opacity: 1;
    /* 画像を表示 */
    transform: scale(1.3);
    /* わずかに拡大 */
}


.top .slide-title {
    position: absolute;
    z-index: 10;
    top: 52%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin: auto;
    color: #fff;
    font-weight: bold;
    width: 600px;
    /* font-weight: inherit; */
    font-size: 35px;
    letter-spacing: 6px;
    line-height: 80px;
    text-shadow: rgb(112, 112, 112) 3px 0 5px;
    -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: #fff;
}



.top .slide-title-1 {
    position: absolute;
    z-index: 10;
    top: 52%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin: auto;
    color: #333;
    font-weight: bold;
    width: 600px;
    /* font-weight: inherit; */
    font-size: 35px;
    letter-spacing: 6px;
    line-height: 80px;
    text-shadow: rgb(112, 112, 112) 3px 0 5px;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: #333;
}



.top h2{
    position: absolute;
    z-index: 10;
        top: 70%;
        left: 15%;
        transform: skew(-8deg, -8deg);
        font-family: "Shadows Into Light", serif;
        letter-spacing: 2px;
        color: #fff;
}







/* スライドメディアのフェードイン */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-media {
    animation: slideIn 1.5s ease-out;
}




.top_recruit_btn {
    position: absolute;
    bottom: 74px;
    right: 53px;
    z-index: 30;
    width: 122px;
    height: 108px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}

.top_recruit_btn span {
    font-size: 25px;
}

.top_recruit_img {
    position: absolute;
    bottom: 80px;
    right: 40px;
    z-index: 20;
    background-image: urL("../img/top/top_view_circle.webp");
    background-size: cover;
    text-align: center;
    width: 150px;
    height: 150px;
    animation: rotation1 15s linear infinite;
}

@keyframes rotation1 {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}




.scroll-down .scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: serif;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    z-index: 10;
}



.gradient-line {
    width: 1.5px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #fff);
    animation: extend 2.5s infinite;
    margin-inline: auto;
}

@keyframes extend {

    0%,
    100% {
        height: 50px;
    }

    50% {
        height: 250px;
    }
}



@media screen and (max-width:820px) {

    .top {
            height: 70vh;
            overflow: hidden;

        }

.top .swiper-slide img {
    height: 100vh;
}
    .top .slide-title {
        top: 25%;
        left: 40%;
        width: 350px;
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 50px;
    }


        .top .slide-title-1 {
            /* background-color: red; */
        top: 25%;
            left: 45%;
            width: 290px;
            font-size: 20px;
            letter-spacing: 2px;
            line-height: 50px;
        }



.top h2{
    font-size: 16px;
    top: 38%;
    left: 10%;
    -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: #fff;
}

    .top_recruit_btn {
        bottom: 65px;
        right: 24px;
    }

    .top_recruit_btn span {
        font-size: 20px;
    }

    .top_recruit_img {
        bottom: 80px;
        right: 20px;
        width: 130px;
        height: 130px;
    }


.scroll-down .scroll {
    display: none;
}




}


/* top-view-Swiper */

.top .swiper {
    width: 100%;
    height: 100vh;

}

.top .swiper-wrapper {
    position: fixed;
    z-index: -10;
}


.top .top-view .swiper-pagination-bullet {
    display: block;
    width: 3px;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.4);
}

.top .top-view .swiper-pagination-bullet:not(:first-child) {
    margin-top: 0.8rem;
}

.top .top-view .swiper-pagination-bullet-active {
    background-color: var(--color-theme);
}



/****************
 news 
 ****************/

.news {
    padding: 50px 0 100px;
    background-color: #fff;
}

.news h2 {
    font-size: 30px;
    text-align: center;
    margin: 80px auto 50px;
    color: #333;
    line-height: 50px;
}

.news h2 span {
    font-size: 15px;
    color: #333;
}

.news-swiper {
    width: 100%;
    height: auto;
    max-height: 250px;
    /* 常時4記事分の高さ */
    overflow: hidden;
}

.news-swiper .swiper-wrapper{

    width: fit-content;
    margin: auto;
    align-items: center;
}
.news-swiper .swiper-wrapper .swiper-slide li {
    list-style: none;
    margin: 0px auto 5px ;
    /* display: flex; */
    font-size: 15px;
    align-items: center;
    letter-spacing: 1px;
    /* width: fit-content; */
    /* width: 550px; */
    display: flex;
    align-items: center;
   
}

.news_time_cate {
    display: flex;
    margin: 0px 0 5px;
}

.news_time {
    color: gray;
    margin-right: 5px;
}

.news_cate {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 1px 0.5rem 0px 1.3rem;
    color: #fff;
    border-radius: 100vh 0 0 100vh;
    background: #00AFCC;
    margin: 0 20px;
}

.news_cate:before {
    position: absolute;
    top: calc(65% - 7px);
    left: 10px;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #fff;
}


.news_link{
    margin: 50px auto 0;
    text-align: center;
}

.news_link a{
    color: #00AFCC;
    font-size: 18px;
    width: 200px;
    margin: 20px auto;
    /* padding: 2px; */
    justify-content: center;
}
.news_link a:hover{
    border-bottom: 0.5px solid #00AFCC;
    padding: 10px;
}



@media screen and (max-width:820px) {
    .news {
        padding: 40px 0 60px;
    }

    .news h2 {
        font-size: 25px;
        margin: 30px auto 50px;
        line-height: 25px;
    }

    .news h2 span {
        font-size: 13px;
    }


        .news_cate {
                font-size: 10px;
                    padding: 2px 0.8rem 3.5px 1.8rem;
            margin: 0px;
        }


.news_cate:before {
    top: 9px;
    left: 8px;
    width: 2px;
    height: 2px;
}


  .news-swiper .swiper-wrapper{
    width: 90%;
  }
   .news-swiper .swiper-wrapper .swiper-slide li {
        font-size: 13px;
display:block;
        width: 100%;
        margin: 0px auto 10px;
    }

.news_link a {
    font-size: 15px;
}

}



@media screen and (max-width:520px){
.news-swiper .swiper-wrapper .swiper-slide li {
        font-size: 13px;

        width: 90%;
    }

}






/****************
 location-swiper
 ****************/

.top-location {
    position: relative;
    z-index: 100;
    padding: 140px 0 0;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
    font-size: 15px;
    background-color: #f0f7f9;
}

.top-location h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: inherit;
    /* text-shadow: #a9a9a9 1px 0 10px; */
}

.location-swiper {
    /* background-color: red; */
    width: 100%;
    margin: 0 auto;
}

.location-swiper .swiper-wrapper {
    display: flex;
}

.location-swiper .swiper-slide {
    width: 300px;
    height: auto;
    opacity: 0.5;
    transform: scale(0.8);
    transition: opacity 0.3s, transform 0.3s;
}

.location-swiper .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.location-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 820px) {
    .top-location {
        padding: 50px 0 0;
        font-size: 13px;
    }

    .top-location h2 {
        width: 80%;
        margin: auto;
        font-size: 18px;
    }

    .location-swiper .swiper-slide {
        width: 200px;
        height: auto;
    }

    .location-swiper .swiper-slide img {
        height: 140px;
    }
}












/****************
 business & president
 ****************/


/* セクション全体のスタイル */
.section_back {
    background-image: url("../img/top/top_back.webp");
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.section_back h2 {
    font-size: 30px;
    margin: 0 0 80px 100px;
    color: #021E5D;
    font-weight: bold;
}

.section_back h2 span {
    font-size: 15px;
    /* font-weight: inherit; */
    font-weight: normal;
    margin: 0 0 0 20px;
}

.flex {
    display: flex;
}


@media screen and (max-width:820px){

.section_back {
        padding: 50px 0;
    }

    .section_back h2 {
        font-size: 25px;
        margin: 0 0 30px 20px;
    }

    .section_back h2 span {
        font-size: 13px;
    }

}
/* 事業案内のスタイル */

.business-item {
    width: 50%;
    height: 250px;
    margin: 10px 5px 0px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.center{
    margin: auto;
}

.business-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.president-message h2,
.business-overview h2{
    color: #333;
}
.business-item:hover img {
    transform: scale(1.1);
}

.business-item .bu_text {
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 18px;
    color: #fff;
    padding: 10px 40px 10px 20px;
    background-color: #00AFCC;
    text-align: left;
    line-height: 30px;

}


.business-item .bu_text span {
    font-size: 15px;
    margin: 0 0 0 3px;
}

@media screen and (max-width:820px) {

    .business-item {
        width: 90%;
        height: 130px;
        margin: 10px auto;
    }

    .business-overview .flex {
        display: block;
    }

    .business-item .bu_text {
        font-size: 15px;
        padding: 10px 30px 10px 10px;
        line-height: 25px;
    }

    .business-item .bu_text span {
        font-size: 13px;
        margin: 0 0 0 3px;
    }
}





/* 代表メッセージセクション */
.president-message {
    padding: 100px 0 0;
}

.president-message .flex {
    justify-content: space-between;
    align-items: center;
    width: 86%;
    margin: 80px auto 0;
    gap: 20px;
}

.president-message .message-content {
    width: 50%;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 30px;
}

.president_img {
    width: 500px;
}

.president-message img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.president-message .message-content p {
    font-size: 25px;
    color: #fff;
    background-color: #00AFCC;
    max-width: 600px;
    margin: 0 0 30px 0;
    padding: 10px;
    letter-spacing: 5px;
}


.president-message .message-content div {
    width: 100%;
    line-height: 40px;
    font-weight: bold;
}

.president-message .message-content div .right{
    margin:  0 0 0 auto;
    width: fit-content;
}
.president-message .message-content div .btn {
    text-align: right;
    width: fit-content;
    border: 0.5px solid #333;
    padding: 20px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}






@media screen and (max-width:850px) {

    .president-message {
        padding: 60px 0px 40px;
        width: 90%;
        height: fit-content;
        margin: auto;
    }


    .president-message .flex {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: 50px auto 0;
    }

        .president_img {
            width: 100%;
            margin: auto;
        }


    .president-message .message-content {
        width: 100%;
        height: 350px;
        display: flex;
        font-size: 13px;
        line-height: 25px;
    }



    .president-message .message-content p {
        font-size: 23px;
        max-width: 270px;
        margin: 20px 0 0;
    }
    .president-message .message-content div {
        width: 100%;
        margin: 0 auto;
        font-weight: inherit;
    font-size: 15px;
    }
.president-message .message-content div .right{
    padding: 5px 10px;
    margin: auto;
}
    .president-message .message-content div .btn {
        
        /* padding: 5px 1px; */
        margin: auto;
        text-align: center;
        width: 200px;
    }


}






/****************
top_youtube
 ****************/


#top_youtube {
    background-color: #fff;
    padding: 120px 0;
    text-align: center;
}


#top_youtube .flex {
    justify-content: center;
    text-align: left;
    margin: 0 0 80px 0;

}


.top_youtube_text {
    margin: 0 0px 0 40px;
    width: 600px;
}


#top_youtube .youtube iframe {
    width: 800px;
    height: 450px;
    margin: 0 0 60px 0;

}

#top_youtube .btn {
    border: 0.5px solid #333;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}






@media screen and (max-width:820px) {


    #top_youtube {
        background-color: #fff;
        padding: 50px 0;
        text-align: center;
    }


    #top_youtube .flex {
        display: block;
        justify-content: center;
        text-align: center;
        width: 90%;
        margin: auto;

    }


    .top_youtube_text {
        margin: 20px auto 0px;
        font-size: 15px;
        width: 100%;
        line-height: 40px;
    }

    #top_youtube .youtube iframe {
        width: 90%;
        height: fit-content;
        margin: 20px 0;

    }




}








/****************
about&recruit
 ****************/


.ar_box {
    width: 50%;
    padding: 100px 45px;
    text-align: center;
    align-items: center;
    
}


.ar_box h2 {
    font-size: 30px;
    line-height: 25px;
    margin: 0px auto 50px;
}



.ar_box h2 span {
    font-size: 15px;
}

.ar_text {
    line-height: 40px;
    margin: 0px auto 30px;
}

.top_about {
    color: #fff;
    background-color: #00AFCC;
}

.top_recruit {
    background-image: url("../img/top/top_recruit.webp");
    background-size: cover;
    background-position: center;
    color: #fff;
}


.ar_box .btn {
    border: 0.5px solid #fff;
    padding: 10px 20px;
    margin: 50px auto 80px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


@media screen and (max-width: 1220px) {
    #ar_set {
        display: block;
    }

    .ar_box {
        width: 100%;
        padding: 40px 0;
        text-align: center;
    }

    .ar_box h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 10px auto 30px;
    }

    .ar_box h2 span {
        font-size: 13px;
    }

    .ar_text {
        display: none;
    }

    .ar_box .btn {
        margin: 0 auto;
    }
}




















/****************
sdgs
 ****************/


#top_sdgs {
    background-color: #fff;
    padding: 100px 0 80px;
    text-align: center;
}



#top_sdgs h2 {
    font-size: 30px;
    line-height: 35px;
}



#top_sdgs h2 span {
    font-size: 15px;
    color: #00AFCC;
}



#top_sdgs .sdgs_title {
    color: #00AFCC;
    font-size: 30px;
    margin: 50px auto;
}

#top_sdgs .sdgs_text {
    width: 800px;
    margin: auto;
    line-height: 30px;
    margin: 50px auto 100px;

}


#top_sdgs .btn {
    /* margin: 150px auto; */
    /* background-color:#001850 ; */
    color: #333;
    padding: 10px 50px;
    border: 0.5px solid #333;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}




#top_sdgs .flex {
    justify-content: center;
    margin: 100px auto;
}


#top_sdgs .flex img{
    width: 250px;
    height: auto;
    object-fit:fill;
}





@media screen and (max-width:820px) {
    #top_sdgs {
        background-color: #fff;
        padding: 40px 0 40px;
        text-align: center;
    }



    #top_sdgs h2 {
        font-size: 25px;
        line-height: 25px;
    }



    #top_sdgs h2 span {
        font-size: 13px;
    }


    #top_sdgs .sdgs_title {
        color: #00AFCC;
        font-size: 20px;
        margin: 30px auto 0px;
        /* background-color: red; */
        width: 85%;
    }


    #top_sdgs .sdgs_text {
        width: 90%;
        margin: auto;
        line-height: 30px;
        margin: 30px auto 50px;
font-size: 13px;
    }

    #top_sdgs .flex img {
        width: 40%;
        height: auto;
    }




    #top_sdgs .flex {
        justify-content: center;
        margin: 50px auto 20px;
        width: 90%;
    }


    #top_sdgs .flex img {
        width: 50%;
        height: auto;
    }


 .btn {
    font-size: 13px;
}
}



/****************
top-contact
 ****************/

#top_contact {
    background-color: #00AFCC;
    color: #fff;
    text-align: center;
    padding: 120px 0;
}



#top_contact h2 {
    font-size: 30px;
    line-height: 35px;

}

#top_contact h2 span {
    font-size: 15px;
}

.top_contact_text {
    margin: 50px auto 0;
    font-size: 18px;

}

#top_contact .flex {
    margin: 50px auto 0;
    justify-content: center;

}

.contact {
    /* background-color: red; */
    width: 470px;
    margin: 0 10px;
    padding: 0 30px;
    font-size: 30px;
    letter-spacing: 3px;
}

.contact span {
    font-size: 18px;
    letter-spacing: 1px;
}

.contact p {
    font-size: 15px;
    /* color: #333; */
    letter-spacing: 1px
}

#top_contact .tel {
    background-color: #fff;
    color: #333;
    letter-spacing: 2px;
    border-radius: 10px;
}

#top_contact .tel {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 25px;

}

#top_contact .tel img {
    width: 80px;
    margin: 0 20px 0 0;
}



@media screen and (max-width:820px) {


    /* トプコンタクトs */




    #top_contact {
        padding: 40px 0;
    }



    #top_contact h2 {
        font-size: 25px;
        line-height: 25px;

    }

    #top_contact h2 span {
        font-size: 13px;
    }


    .top_contact_text {
        margin: 50px auto 0;
        font-size: 15px;
        width: 80%;
    }


    #top_contact .flex {
        margin: 40px auto 0;
        justify-content: center;
        display: block;

    }

    .contact {

        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
        font-size: 25px;
        letter-spacing: 2px;
    }


    #top_contact .tel {
        background-color: #fff;
        color: #333;
        letter-spacing: 2px;
        border-radius: 10px;
        text-align: center;
    }

    #top_contact .tel {
        font-size: 18px;
        padding: 10px;

    }

    #top_contact .tel img {
        width: 35px;
        margin: 0 10px 0 0;
    }

}






/* トップビュー */
.l-section {
    border-top: 1px solid #eee;
    position: relative;
    z-index: -100;
}

.l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

[class*=swiper]:focus {
    outline: none;
}

.slide-media,
.thumb-media {
    position: relative;
    z-index: -100;
    overflow: hidden;
}

.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.swiper-button-prev,
.swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

.mv01 {
    margin-bottom: 16rem;
}

.mv01 .l-inner {
    padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.mv01 .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 3.2rem;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
}

.mv01 .swiper-pagination-bullet {
    display: block;
    width: 3px;
    height: 4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
    margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
    background-color: var(--color-theme);
}

.mv01 .slide-media {
    height: 800px;
}

.mv01 .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}

/* .mv01 .slide-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
} */

.mv01 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
    animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        -webkit-filter: blur(300px);
        filter: blur(300px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes mv01-fadeIn {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
        -webkit-filter: blur(300px);
        filter: blur(300px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@media only screen and (max-width: 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }

    .l-inner {
        padding: 0 4rem;
    }

    .pc {
        display: none !important;
    }

    .mv01 {
        margin-bottom: 8rem;
    }

    .mv01 .slide-media {
        height: max(70vh, 70vw);
    }
}

@media only screen and (max-width: 599px) {
    html {
        font-size: 50%;
    }

    .pc-tab {
        display: none !important;
    }

    .mv01 .slide-title {
        font-size: 2.8rem;
        right: 4rem;
        margin-left: 6rem;
    }
}

@media only screen and (min-width: 1025px) {
    .tab-sp {
        display: none !important;
    }

    .swiper-button-prev::before,
    .swiper-button-next::before {
        -webkit-transition: var(--transition);
        transition: var(--transition);
    }

    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media only screen and (min-width: 600px) {
    .sp {
        display: none !important;
    }
}


