@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
/*メインスライド*/
#top .module-section{
    position: relative;
}
#top .top-slide-jp, #top .top-slide-en{
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 5.2rem;
    top: 32%;
    left: 10%;
    font-weight: bold;
}
#top .top-slide-en{
    font-size: 42.7rem;
    font-family: "Archivo Narrow", serif;
    font-weight: bold;
    font-style: italic;
    top: auto;
    bottom: -13%;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0;
    color: transparent;
    -webkit-text-stroke: 4px rgb(255, 255, 255);
}
#top .top-slide-cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A02B40;
}
@media screen and (max-width: 768px) {
    #top .top-slide-jp{
        font-size: 2.6rem;
        top: 40%;
        left: 6%;
    }
    #top .top-slide-en{
        font-size: 9rem;
        -webkit-text-stroke: 2px rgb(255, 255, 255);
        bottom: -3%;
    }
    #top .main-slider-image{
        height: 50rem;
        background-position: 75%;
    }

}


/*お知らせ*/
#news{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
    background-color: #F6F6F1;
}
#news .w800{
    position: relative;
    z-index: 2;
}
#news h2{
    text-align: center;
    margin: -60px auto 40px;
}
#news .link-btn{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    background: #00A02B;
    display: inline-block;
    padding: 4px;
    width: 300px;
    height: 100px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.05em;
    transition: 0s;
}
#news .link-btn .tit-l{
    font-family: "Archivo Narrow", serif;
    position: relative;
}
#news .link-btn .tit-l::after{
    content: "";
    display: inline-block;
    background: url("../images/common/arrow-icon.svg") no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%) translateX(100%);
    -webkit- transform: translateY(-50%) translateX(100%);
}
#news .link-btn .tit-s{
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    margin-top: -2px;
}
#news .link-btn:hover{
  background: #FFF;
  color: #00A02B;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  opacity: 1;
}
#news .link-btn:hover .tit-l::after {
  background: url("../images/common/arrow-icon_gln.svg") no-repeat;
}

#news .list-item{
    margin-bottom: 20px;
}
#news .list-item:last-of-type {
    margin-bottom: 0;
}
#news .list-item .item-txt{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#news .list-item a:hover{
    opacity: inherit;
}
#news .list-item a:hover .tit{
    color: #00A02B;
    text-decoration: underline;
    opacity: inherit;
}
#news .list-item .item-txt .date{
    font-size: 1.8rem;
    color: #999999;
    font-weight: bold;
}
#news .list-item .item-txt .cat{
    font-size: 1.5rem;
    color: #00A02B;
    border: solid 1px #00A02B;
    border-radius: 13px;
    padding: 2px 20px;
    margin: 0 20px 0 10px; 
}
@media screen and (max-width: 768px) {
    #news{
        max-width: none;
        position: static;
        padding-bottom: 30px;
    }
    #news h2{
        margin-top: 0;
    }
    #news .link-btn{
        width: 100%;
        top: 18%;
        left: 70%;
    }
    #news .list-item .item-txt{
        align-items: flex-end;
        margin-top: 5px;
    }
    #news .list-item .item-txt .date{
        font-size: 1.2rem;
    }
    #news .list-item .item-txt .cat{
        font-size: 1.2rem;
        padding: 2px 16px;
        margin: 0 7px; 
    }
    #news .list-item .item-txt .tit{
        width: 100%;
    }
    #news .sec-list{
        margin: 35px 10px 0;
    }
}
/*藤木サッシのビジョン*/
#top-vision{
    background: url("../images/common/bg_square.svg") no-repeat;
    background-position: -104rem 51%;
    background-size: 100%;
    padding-bottom: 250px;
}
#top-vision .vision-txt{
    text-align: center;
    margin: 0 auto 100px;
    font-size: 2rem;
    padding-top: 70px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 48%, rgba(255,255,255,0) 100%);
}
#top-vision .vision-txt .c-title2{
    color: #00A02B;
    font-size: 1.8rem;
    font-weight: bold;
}
#top-vision .vision-txt .li-height-txt{
    line-height: 2.2;
}
#top-vision .vision-txt .c-title2-01,#top-vision .vision-txt .c-title2-02{
    font-size: 9rem;
    font-family: "Archivo Narrow", serif;
    font-weight: lighter;
}
#top-vision .vision-txt .c-title2-01{
    color: #FFF;
    background: #00A02B;
    font-style: italic;
    margin-right: 17px;
    position: relative;
    top: 0;
    padding: 0 15px;
    z-index: 2;
    
}
#top-vision .vision-txt .c-title2-01::before{
    /*content: "";
    background: #00A02B;
    padding: 0 15px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;*/
}
#top-vision .vision-slider{
    display: flex;
    position: relative;
}
#top-vision .vision-slider:hover .vision-slider-images{
    /*animation-play-state: paused;*/
}
#top-vision .vision-slider .tate-txt{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3.6rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: max-content;
}
#top-vision .vision-slider .tate-txt .tate-bg-wh{
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 5px 0;
}
#top-vision .vision-slider .tate-txt .tate-no{
    text-combine-upright: all;
    position: relative;
    left: -3px;
}
/*スライダー（丸く切る）*/
#top-vision .vision-slider-images{
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    animation: loop-list 50s linear infinite;
    padding-right: 4rem;
}
#top-vision .vision-slider-images .vision-slider-img{
    width: 30rem;
}
#top-vision .vision-slider-images .vision-slider-img img{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

@keyframes loop-list {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


@media screen and (max-width: 768px) {
    #top-vision{
        background-position: -46rem 65%;
        background-size: 190%;
        padding-bottom: 70px;
    }
    #top-vision .vision-txt{
        margin: 0 auto 50px;
        padding: 70px 10px 50px;
        font-size: 1.6rem;
    }
    #top-vision .vision-txt .c-title2{
        font-size: 1.4rem;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    #top-vision .vision-txt .c-title2-01,#top-vision .vision-txt .c-title2-02{
        font-size: 4.3rem;
    }
    #top-vision .vision-txt .c-title2-01{
        margin-right: 10px;
        padding: 0 8px;
    }
    #top-vision .vision-slider .tate-txt{
        font-size: 2.5rem;
    }
    /*スライダー（丸く切る）*/
    #top-vision .vision-slider-images {
        gap: 2rem;
        padding-right: 2rem;
    }
    #top-vision .vision-slider-images .vision-slider-img{
        width: 15rem;
    }
    #top-vision .vision-slider-images .vision-slider-img img{
    }
}

/*採用情報*/
#top-recruit{
}
#top-recruit .top-recruit-bg{
    background-color: #00A02B;
    background-image: url("../images/common/bg_square_gln.svg");
    background-repeat: no-repeat;
    background-position: 100rem -10%;
    background-size: 100%;
    color: #fff;
    padding-bottom: 36rem;
    /*padding-bottom: 10rem;*//* 社員ブログ非表示用 */
}
#top-recruit .recruit-flex{
    text-align: right;
    margin: 0 auto;
    max-width: 1200px;
    height: 64rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
#top-recruit .recruit-img{
    position: absolute;
    width: 96rem;
}
#top-recruit h2{
    font-size: 6rem;
    font-family: "Archivo Narrow", serif;
    position: relative;
    display: flex;
    align-items: center;
}
#top-recruit h2 span{
    font-size: 2.2rem;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-left: 30px;
}
#top-recruit .recruit-tit{
    font-size: 12rem;
    line-height: 0.5;
    padding: 130px 0 55px;
    display: block;
}
#top-recruit .recruit-tit a{
    color: #fff;
    position: relative;
}
#top-recruit .recruit-tit a:hover{
    color: #FFCC00;
    opacity: 1;
}
#top-recruit .recruit-tit a::before,#top-recruit .recruit-tit a::after{
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 12rem;
    height: 22rem;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s;
}
#top-recruit .recruit-tit a::before{
    background-image: url("../images/common/brackets_yel_bfr.svg");
    left: 0;
}
#top-recruit .recruit-tit a::after{
    background-image: url("../images/common/brackets_yel_aftr.svg");
    right: 0;
}
#top-recruit .recruit-tit a:hover::before,#top-recruit .recruit-tit a:hover::after{
    opacity: 1;
    transition: .3s;
}
#top-recruit .recruit-tit a:hover::before {
    left: -12%;
}
#top-recruit .recruit-tit a:hover::after{
    right: -15%;
}
#top-recruit .recruit-tit span::before{
    content: "";
    display: inline-block;
    background: url("../images/common/arrow-icon_wht.svg") no-repeat;
    width: 22px;
    height: 22px;
    padding-right: 10px;
    position: relative;
    bottom: -3px;
}
#top-recruit .recruit-tit a:hover span::before{
    background: url("../images/common/arrow-icon_yel.svg") no-repeat;
}
#top-recruit .recruit-menu{
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}
#top-recruit .recruit-menu li {
  margin-bottom: 10px;
}
#top-recruit .recruit-menu li a{
    padding: 14px 20px;
    border-radius: 37px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    transition: .3s;
}
#top-recruit .recruit-menu li a::after{
    content: "";
    display: inline-block;
    background: url("../images/common/arrow-icon.svg") no-repeat;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    position: relative;
    right: 0;
    transition: .3s;
}
#top-recruit .recruit-menu li a:hover{
    color: #00A02B;
    background: #fff;
    opacity: 1;
}
#top-recruit .recruit-menu li a:hover::after{
    right: -5px;
}

@media screen and (max-width: 768px) {
    #top-recruit .top-recruit-bg{
        padding-bottom: 17rem;
        /*padding-bottom: 1rem;*//* 社員ブログ非表示用 */
    }
    #top-recruit h2{
        flex-direction: column;
    }
    #top-recruit .recruit-flex{
        max-width: none;
        height: auto;
        justify-content: flex-start;
        margin: 0 10px 50px;
    }
    #top-recruit .recruit-img{
        position: static;
        width: 100%;
    }
    #top-recruit .recruit-tit{
        font-size: 8rem;
        padding: 50px 0 30px;
    }
    #top-recruit .recruit-tit a:hover {
    }
    #top-recruit .recruit-tit a::before, #top-recruit .recruit-tit a::after {
      content: none;
    }
    #top-recruit .recruit-menu{
        font-size: 2.2rem
    }
    #top-recruit .recruit-menu li a{
        
    }
}
/*社員ブログ*/
#top-recruit .top-staff-blog{
    margin: -24rem auto 0;
    position: relative;
    /*display: none;*//* 社員ブログ非表示用 */
}
#top-recruit .top-staff-blog .koblog{
}
#top-recruit .top-staff-blog h2{
  color: #FFF;
}
#top-recruit .top-staff-blog .link-btn{
    text-align: right;
    color: #00A02B;
    margin: 10px auto 0;
}
#top-recruit .top-staff-blog .link-btn a{
    text-align: right;
    color: #00A02B;
    font-size: 1.8rem;
}
#top-recruit .top-staff-blog .link-btn::after{
    content: "";
    display: inline-block;
    background: url("../images/common/arrow-icon_gln.svg") no-repeat;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    position: relative;
    bottom: -4px;
}
#top-recruit .top-staff-blog .link-btn a:hover{
    opacity: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #top-recruit{
        padding-bottom: 20rem;
    }
    #top-recruit .top-staff-blog{
        margin: 0 10px;
        position: relative;
    }
    #top-recruit .top-staff-blog .koblog{
        transform: translateY(-25%) translateX(0);
        padding: 0;
    }
}
/*事業実績*/
#top-works{
    background: url(../images/common/bg_square.svg) no-repeat;
    background-position: -90rem -46%;
    /*background-size: 100%;*/
    text-align: center;
    margin-top: -47rem;
    padding-top: 47rem;
    /*padding-top: 37rem;*//* 社員ブログ非表示用 */
}
#top-works h2{
    font-size: 12rem;
    font-family: "Archivo Narrow", serif;
    color: #00A02B;
    padding: 180px 0 40px;
    line-height: 0.5;
    text-align: center;
}
#top-works h2 span{
    font-size: 2.2rem;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top-works h3{
    font-size: 3.4rem;
    color: #00A02B;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#top-works h3::before, #top-works h3::after{
    content: "";
    display: inline-block;
    background: url("../images/common/brackets_gln_bfr.svg") no-repeat;
    background-size: contain;
    width: 6rem;
    height: 8rem;

}
#top-works h3::after{
    background: url("../images/common/brackets_gln_aftr.svg") no-repeat;
    background-size: contain;
}

#top-works .works-flex-01, #top-works .works-flex-02{
    margin: 40px 0 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#top-works .works-flex-01 .works-flex-detail{
    width: 24.6%;
    margin-right: 0.5%;
    position: relative;
}
#top-works .works-flex-01 .works-flex-detail:last-child, #top-works .works-flex-02 .works-flex-detail:last-child{
    margin-right: 0;
}
#top-works .works-flex-01 div a, #top-works .works-flex-02 div a{
    display: inline-block;
    color: #fff;
    overflow: hidden;
}
#top-works .works-flex-01 div a:hover, #top-works .works-flex-02 div a:hover{
    opacity: inherit;
}
#top-works .works-flex-01 div a img, #top-works .works-flex-02 div a img{
    transition: .3s;
}
#top-works .works-flex-01 div a:hover img, #top-works .works-flex-02 div a:hover img{
    transform: scale(1.2);
}
#top-works .works-flex-01 div .gr-bg-tit, #top-works .works-flex-02 div .gr-bg-tit{
    font-size: 2.7rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
    transition: .3s;
    position: relative;
    top: 0;
}
#top-works .works-flex-01 div a:hover .gr-bg-tit, #top-works .works-flex-02 div a:hover .gr-bg-tit{
}
#top-works .works-flex-01 div .gr-bg, #top-works .works-flex-02 div .gr-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    background: #00A02BD9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72%;
    height: calc(((3rem * 1.15) * 1) + (20px * 2));
    transition: .3s;
}
#top-works .works-flex-01 div .gr-bg.two-line, #top-works .works-flex-02 div .gr-bg.two-line{
    height: calc(((3rem * 1.15) * 2) + (20px * 2));
}
#top-works .works-flex-02 div .gr-bg {
    width: 40%;
}
#top-works .works-flex-01 div a:hover .gr-bg, #top-works .works-flex-02 div a:hover .gr-bg{
    width: 100%;
    height: 100%;
}
#top-works .works-flex-01 div .gr-bg-tit::after, #top-works .works-flex-02 div .gr-bg-tit::after{
    content: "";
    display: inline-block;
    background: url("../images/common/arrow-icon.svg") no-repeat;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}
#top-works .works-flex-01 div .gr-bg-txt, #top-works .works-flex-02 div .gr-bg-txt{
    font-size: 1.8rem;
    opacity: 0;
    height: 0;
    transition: .3s;
    white-space: nowrap;
}
#top-works .works-flex-01 div a:hover .gr-bg-txt, #top-works .works-flex-02 div a:hover .gr-bg-txt{
    opacity: 1;
    height: 41.38px;
}
#top-works .works-flex-02 div{
    width: 49.7%;
    margin-right: 0.6%;
    position: relative;
}


@media screen and (max-width: 1366px) {
    #top-works .works-flex-01 div .gr-bg-tit, #top-works .works-flex-02 div .gr-bg-tit{
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    #top-works{
        background-position: -46rem -10%;
        background-size: 190%;
        padding-top: 140px;
        margin-top: -47rem; /*社員ブログ非表示用*/
    }
    #top-works h2{
        font-size: 8rem;
        padding: 70px 0 20px;
    }
    #top-works h3{
        font-size: 3rem;
    }
    .sp-mg10{
        margin-left: 10px;
        margin-right: 10px;
    }
    #top-works .works-flex-01, #top-works .works-flex-02{
        flex-direction: column;
    }
    #top-works .works-flex-01 .works-flex-detail, #top-works .works-flex-02 .works-flex-detail{
        width: 100%;
        height: 180px;
        margin-right: 0;
        display: flex;
    }
    #top-works .works-flex-02 .works-flex-detail{
        width: 100%;
        height: auto;
    }
    #top-works .works-flex-01 .works-flex-detail .gr-bg-tit, #top-works .works-flex-02 .works-flex-detail .gr-bg-tit{
        font-size: 2.5rem;
    }
    #top-works .works-flex-01 div .gr-bg, #top-works .works-flex-02 div .gr-bg{
        width: 100%;
        height: 100%;
        padding: 10px;
        background: #00A02B94;
    }
    #top-works .works-flex-01 div .gr-bg.two-line, #top-works .works-flex-02 div .gr-bg.two-line {
        height: 100%;
    }
/*
    #top-works .works-flex-01 div:nth-of-type(2n) .gr-bg{
        background: #00a02b96;
    }
*/
    #top-works .works-flex-01 div .gr-bg-txt, #top-works .works-flex-02 div .gr-bg-txt{
        font-size: 1.4rem;
        line-height: 1.4;
        display: block;
        opacity: 1;
        height: auto;
    }
}
