@charset "utf-8";
/*
*----Slider Hero Style----
.heroSlider-wrap{
    height: 70vh;
    width: 100%;
    overflow: hidden;
}
.heroSlider-wrap .slider,
.heroSlider-wrap .slider >*{
    height: 100%;
}
.heroSlider-wrap .slider li{
    width: 100%;
    height: 100%;
}
.heroSlider-wrap .slider li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

/*
*----Header Style----*/
.top-header{
    width: 100%;
    height: 768px;
    padding-top: 87px;
    background-image: url('../images/top/top-mv.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.top-site-ttl{
    color: #fff;
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1;
    padding-left: 60px;
}
.top-site-ttl .top-site-ttl_en{
    font-size: 2.4rem;
    display: inline-block;
    transform: translateY(-30%);
}
.top-header_catch{
    background-image: url(../images/top/circle_half.svg);
    width: 365px;
    height: 492px;
    background-repeat: no-repeat;
    /* margin-left: auto; */
    position: absolute;
    right: 0;
    bottom: -13%;
}
.top-header_catch p{
    writing-mode: vertical-rl;
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .3em;
    transform: translate(45%, 15%);
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
    padding: 0 116px 50px 40px;
}
.top-header_catch p span{
    display: inline-block;
    text-indent: 1.3em;
}
/*.top-header_catch{
    background-color: var(--primary-color);
    width: 492px;
    height: 492px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -9%;
    bottom: -15%;
}
.top-header_catch p{
    writing-mode: vertical-rl;
    font-family: var(--main-font);
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .3em;
    transform: translate(20%, 1%);
    position: relative;
    z-index: 20;
    background-color: var(--primary-color);
    padding: 0 200px 76px 40px;
    border-radius: 0 50% 50% 0;
}
.top-header_catch p span{
    display: inline-block;
    text-indent: 1.3em;
}*/
.top-gallerySlide-wrap{
    max-width: 100%;
    transform: translateY(380px);
    /*height: 220px;*/
    /*min-width: 1100px;*/
    /*width: 80.568%;*/
    overflow: hidden;
}
.top-gallerySlide-wrap .slider,
.top-gallerySlide-wrap .slider >*{
    height: 100%;
}
.top-gallerySlide-wrap .slider li{
    width: 220px;
    height: 220px;
    margin: 0 10px;
}
.top-gallerySlide-wrap .slider li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.header-bottom-border-img{
    background-image: url('../images/common/header-bottom.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -10;
    bottom: -117px;
    width: 100%;
    height: 254px;
}
@media(max-width: 820px){
    .top-header{
        height: 50vh;
        /*background-position: right -250px bottom 20px;*/
    }
    .top-site-ttl{
        font-size: 2.9rem;
        padding: 0 38px;
        /*text-align: center;*/
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
    .top-site-ttl .top-site-ttl_en{
        font-size: 1.4rem;
    }
    /*.top-header_catch{
        display: none;
        width: 327px;
        height: 327px;
        right: -40%;
        bottom: -40%;
    }
    .top-header_catch p{
        font-size: 2.1rem;
        transform: translate(-85%, -9%);
    }*/
    .top-gallerySlide-wrap{
        min-width: unset;
        width: 100%;
        height: unset;
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
    }
    .top-gallerySlide-wrap .slider li{
        width: 110px;
        height: 110px;
    }
}

/*
*----お知らせ Style----*/
.infoLists-section{
    margin-top: 290px;
    margin-bottom: 200px;
}
.infoLists-section-ttl{
    font-size: 6.4rem;
    line-height: 1.5;
    letter-spacing: 3px;
    width: fit-content;
    margin: 0 auto 50px;
    position: relative;
}
.infoLists-section-ttl::after{
    content: url('../images/top/fujisan.svg');
    position: absolute;
    top: -1.5em;
    left: 50%;
}
.infoLists{
    display: grid;
    gap: 30px;
    margin-bottom: 36px;
}
.infoLists-item{
    font-size: 1.6rem;
    line-height: 1.5;
}
.infoLists-item a{
    display: flex;
    gap: 80px;
}
.infoLists-item a:hover{
    text-decoration: underline;
}
.infoLists-ly_moreBtn{
    text-align: right;
}
@media(max-width: 820px){
    .sp_catch-section{
        height: 200px;
        background-color: var(--primary-color);
        position: relative;
        z-index: -10;
    }
    /*.sp_catchCopy{
        writing-mode: vertical-rl;
        font-family: var(--main-font);
        font-size: 2.1rem;
        font-weight: bold;
        letter-spacing: 3px;
        position: relative;
        top: 47%;
        height: 100%;
        line-height: 1.8;
        margin: 0 auto;
    }*/
    .sp_catchCopy {
        writing-mode: vertical-rl;
        font-family: var(--main-font);
        font-size: 2.1rem;
        font-weight: bold;
        letter-spacing: 3px;
        position: absolute;
        top: 47%;
        left: 50%;
        height: 100%;
        line-height: 1.8;
        transform: translateX(-50%);
    }
    .sp_catchCopy span{
        display: inline-block;
        text-indent: calc( 1em + 3px);
    }
    .infoLists-section{
        margin-top: 195px;
        margin-bottom: 107px;
    }
    .infoLists-section-ttl{
        font-size: 3.2rem;
        transform: translateX(-30%);
    }
    .infoLists-section-ttl::after{
        content: '';
        background-image: url(../images/top/fujisan.svg);
        width: 200px;
        height: 96.27px;
        background-size: cover;
    }
    .infoLists-item a{
        flex-direction: column;
        gap: 10px;
    }
    .infoLists-ly_moreBtn{
        text-align: center;
    }
}

/*
*----概要文セクション Style----*/
.summary-section{
    background-color: var(--primary-color);
    padding-top: 100px;
    padding-bottom: 300px;
    position: relative;
    margin-bottom: 200px;
}
.summary-section::before{
    /*content: url(../images/common/border.svg);
    position: absolute;
    top: -20%;
    left: -20%;
    width: 100%;
    z-index: -1;*/
    content: '';
    display: block;
    width: 100%;
    height: 326px;
    background-image: url(../images/top/border_half.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -20%;
    z-index: -1;
}
.summary-section-ttl{
    font-size: 6rem;
    letter-spacing: 5px;
    width: fit-content;
    margin: 0 auto 100px;
}
.summary-section-txt{
    font-size: 2rem;
    line-height: 2;
    text-align: right;
    color: var(--secondary-color);
}
.sp_ly_summary-section-img{
    display: contents;
}
.summary-section-img{
    display: inline-block;
    position: absolute;
    bottom: -15%;
    left: 60px;
    width: clamp(400px, 58.5651537335vw, 800px);
}
.summary-section-img img{
    max-width: 100%;
}
@media(max-width: 820px){
    .summary-section{
        padding-bottom: 225px;
        margin-bottom: 100px;
    }
    .summary-section::before{
        content: '';
        background-image: url(../images/common/border_sp.svg);
        /* background-size: cover; */
        /* background-position: right; */
        /* display: block; */
        top: -76px;
        left: 0px;
        width: 100%;
        height: 228.5px;
    }
    .summary-section-ttl{
        font-size: 3.2rem;
        line-height: 1.5;
        width: 100%;
        margin: 0 0 30px;
    }
    .summary-section-txt{
        font-size: 1.6rem;
        text-align: initial;
        line-height: 1.8;
        color: var(--base-color);
    }
    .sp_ly_summary-section-img{
        display: block;
        width: 84.7%;
        height: 255.82px;
        max-width: 333px;
        margin-top: 46px;
        margin-right: auto;
        margin-left: auto;
        background-image: url(../images/top/town.png);
        background-size: cover;
        position: absolute;
        right: 0;
        background-color: transparent;
    }
    .summary-section-img{
        display: none;
    }
}

/*
*----事業紹介セクション Style----*/
.businesses-section{
    padding-bottom: 100px;
}
.ly_businesses-section-top{
    width: 94.6%;
    /*max-width: 1306px;*/
    margin-left: auto;
    display: flex;
    gap: 46px;
    justify-content: space-between;
    margin-bottom: 100px;
    overflow-x: hidden;
}
.businesses-section-top-txt{
    display: flex;
    flex-direction: column;
    /*min-width: 501.55px;*/
    width: calc( 50% - 46px);
}
.businesses-section-ttl{
    font-size: 6.4rem;
    letter-spacing: 3px;
}
.businesses-section-ttl_sub{
    font-size: 10rem;
}
.businesses-section-top-sec{
    margin-top: auto;
}
.businesses-section-ttl2{
    font-size: 4.8rem;
}
.businesses-section-top-sec .businesses-section-ttl2{
    margin-bottom: 45px;
}
.businesses-section-top-sec p{
    line-height: 2;
}
/*.businesses-section-top-img{
    width: 50%;
}*/
.businesses-section-top-img a{
    width: 660px;
    max-width: 100%;
    height: 560px;
    overflow: hidden;
    border-radius: 40px 0px 0px 40px;
}
.businesses-section-top-img img{
    transition: all .4s;
}
.businesses-section-top-img:hover img{
    transform: scale(1.1);
}
.ly_businesses-section-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(calc( 50% - 23px ), 600px));
    gap: 66px 46px;
}
/*.ly_businesses-section-grid.ly_content{
    width: 1246px;
}*/
.businesses-section-gridItem{
    display: flex;
    flex-direction: column;
}
.businesses-section-gridItem-img img{
    width: 100%;
    object-fit: cover;
    transition: all .4s; 
}
.businesses-section-gridItem:hover .businesses-section-gridItem-img img{
    transform: scale(1.1);
}
.businesses-section-gridItem-img{
    width: 100%;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    margin-bottom: 30px;
}
.businesses-section-gridItem-sec .businesses-section-ttl2{
    margin-bottom: 22px;
}
.businesses-section-gridItem-sec p{
    line-height: 2;
}
@media(max-width: 820px){
    .businesses-section {
        padding-bottom: 50px;
    }
    .ly_businesses-section-top{
        width: 84.7%;
        max-width: 694.54px;
        margin-right: auto;
        margin-bottom: 50px;
        display: block;
        overflow-x: unset;
    }
    .businesses-section-top-txt{
        width: 100%;
    }
    .businesses-section-ttl{
        font-size: 3.2rem;
    }
    /*.ly_businesses-section-grid.ly_content{
        width: 84.7%;
    }*/
    .ly_businesses-section-grid{
        grid-template-columns: repeat(1, 100%);
        gap: 50px;
    }
    .businesses-section-gridItem-img{
        /*height: 172px;*/
        margin-bottom: 20px;
    }
    .businesses-section-ttl2{
        font-size: 2.4rem;
    }
    .businesses-section-gridItem-sec .businesses-section-ttl2 {
        margin-bottom: 20px;
    }
    .businesses-section-gridItem-sec p {
        line-height: 1.5;
    }
}

/*
*----テキスト流れ Style----*/
.textSlider-wrap{
    margin-bottom: 166px;
    max-width: 100%;
    overflow: hidden;
}
.slideTxt{
    font-size: clamp(50px,7.3vw,100px);
    text-align: center;
    line-height: 1.4;
    margin: 0 .4em;
}
@media(max-width: 820px){
    .textSlider-wrap{
        margin-bottom: 70px;
    }
}

/*
*----ブログ Style----*/
.blogs-section{
    background-color: var(--primary-color);
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.blogs-section::before{
    content: '';
    background-image: url(../images/top/town_small.png);
    background-size: cover;
    display: inline-block;
    width: clamp(257.17px, 37.6530014641vw, 514.34px);
    height: clamp(96.5px, 14.1288433382vw, 193px);
    position: absolute;
    top: -55px;
    right: 18.8%;
}
.ly_blogs-section-ttl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.blogs-section-ttl{
    font-size: 6.4rem;
}
.blogs-section-ttl_sub{
    font-size: 10rem;
    mix-blend-mode: multiply;
}
.blogs-section-blogLists{
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 380px));
    gap: 50px;
    margin-bottom: 50px;
}
.blogs-section-blogItem{
    padding-bottom: 14px;
    border-bottom: 4px solid var(--point-color);
}
.blogs-section-blogItem .blogs-section-blogItem-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ly_blogItem-thumbnail{
    /*width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;*/
    margin-bottom: 80px;
    position: relative;
}
.blogItem-thumbnail{
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.ly_blogItem-thumbnail .blogItem-thumbnail img{
    width: 100%;
    object-fit: cover;
    transition: all .4s;
    min-height: 300px;
}
.blogs-section-blogItem .blogItem-inner-link:hover .ly_blogItem-thumbnail img{
    transform: scale(1.1);
}
.circleTime{
    background-color: #fff;
    font-size: 1.6rem;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    border: solid 3px #CCCCCC;
    display: grid;
    align-content: center;
    justify-items: center;
}
.circleTime span{
    font-size: 3.2rem;
    line-height: 1.2;
}
.ly_blogItem-thumbnail .circleTime{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}
.blogItem-ttl{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.blogItem-catKind{
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    justify-content: end;
}
.blogItem-catKind a:hover{
    text-decoration: underline;
}
.blogs-section-ly_btn{
    text-align: center;
}
@media(max-width: 820px){
    .blogs-section{
        padding-bottom: 50px;
    }
    .blogs-section::before{
        background-size: cover;
        width: 224.39px;
        height: 84.2px;
        top: -34px;
        /*right: 30px;*/
        right: 7.65%;
    }
    .ly_blogs-section-ttl{
        display: block;
        margin-bottom: 60px;
    }
    .blogs-section-ttl{
        font-size: 3.2rem;
    }
    .blogs-section-blogLists{
        grid-template-columns: repeat(3, 280px);
        gap: 25px;
        width: 100%;
        overflow-x: scroll;
    }
    .blogs-section-blogItem{
        padding-bottom: 10px;
    }
    .ly_blogItem-thumbnail{
        margin-bottom: 58px;
    }
    .circleTime{
        width: 75px;
        height: 75px;
        font-size: 1.2rem;
    }
    .circleTime span{
        font-size: 2.4rem;
    }
    .blogItem-ttl{
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.5;
    }
    .blogItem-catKind{
        font-size: 1.1rem;
    }
}

/*
*----求人情報 Style----*/
.recruitInfo-section{
    width: 100%;
    height: 300px;
    background-image: url(../images/top/recruit-bunner.jpg);
    background-position: top;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 55px;
    border-bottom: solid 20px var(--point-color);
}
.recruitInfo-section .ly_section >*{
    text-align: right;
}
.recruitInfo-section-ttl{
    font-size: 6.4rem;
    line-height: 1.5;
}
.recruitInfo-section-txt{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.detailBtn{
    background-color: var(--point-color);
    font-size: 2rem;
    font-weight: bold;
    padding: 11px 0 10px;
    min-width: 200px;
    border-radius: 25px;
    text-align: center;
}
.detailBtn:hover{
    text-decoration: underline;
    opacity: unset;
    filter: brightness(.9) contrast(1.2);
}
@media(max-width: 820px){
    .recruitInfo-section{
        background-image: url(../images/top/recruit-bunner_sp@2x.jpg);
        border-bottom: unset;
        padding-top: 20px;
        padding-bottom: unset;
        height: 169px;
        background-position: center;
    }
    .recruitInfo-section-ttl{
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
    .recruitInfo-section-txt{
        font-size: 1.6rem;
    }
    .recruitInfo-section  .recruitInfo-section-ly_btn{
        text-align: unset;
    }
    .detailBtn{
        font-size: 1.6rem;
    }
    .recruitInfo-section-ly_btn .detailBtn{
        width: 100%;
    }
}

/*
*----ボーダー Style----*/
.top-section-border{
    width: 100%;
    height: 10px;
    border-top: solid 10px var(--primary-color);
    background-color: var(--point-color);
    border-bottom: solid 5px var(--primary-color);
}
@media(max-width: 820px){
    .top-section-border{
        border-top: solid 30px var(--primary-color);
    }
}

/*
*----バナーセクション Style----*/
.top-bnr-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.top-bnr-section-ly_items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.top-bnr-section-imgWrap{
    width: 310px;
    overflow: hidden;
}
.top-bnr-section-imgWrap img{
    width: 100%;
    object-fit: cover;
    /*transition: all .4s;*/
}
/*.top-bnr-section-imgWrap:hover >img{
    transform: scale(1.1);
}*/
@media(max-width: 820px){
    .top-bnr-section{
        padding-top: 50px;
    }
    .top-bnr-section-ly_items{
        gap: 30px;
    }
    .top-bnr-section-imgWrap{
        width: 150px;
    }
}
.pc-member{
}
.pc-member a{
    margin: 2rem 0 0 60px;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #FC7474;
    color: #FC7474;
}
@media(max-width: 820px){
    .pc-member{
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }
    .pc-member a{
        margin: 2rem 0;
    }
}