.fv {
    position: relative;
    height: 719px;
    overflow: hidden;
}
/*
.fv::before{
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    width: 200vw;
    height: 90%;
    background: rgba(12, 121, 71, .85);
    transform: skewX(-45deg);
    z-index: 2;
}
.fv::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200vw;
    height: 90%;
    background: rgba(12, 121, 71, .85);
    transform: skewX(-45deg);
    z-index: 2;
}
*/
@keyframes frame1{
    0%{
        right: 50%;
    }
    100%{
        right: 110%;
    }
}
/*
.fv::before{
    animation-name: frame1;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
*/
@keyframes frame2{
    0%{
        left: 50%;
    }
    100%{
        left: 110%;
    }
}
/*
.fv::after{
    animation-name: frame2;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
*/
.fv .keyword {
    position: absolute;
    top: 400px;
    left: 0;
    display: block;
    width: 528px;
    min-height: 145px;
    padding: 25px 0;
    background: #fff;
    font-size: 100px;
    font-weight: 600;
    text-align: center;
}
.fv .keyword span {
    color: #0C7947;
    font-weight: 400;
	padding: 0 20px;
}
.fv .keyword::before {
    content: 'IT factory';
    position: absolute;
    top: 9px;
    left: 15px;
    display: block;
    width: 210px;
    height: 127px;
    color: #0C7947;
    font-size: 40px;
    font-family: "Damion", Regular;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1.2px;
    text-align: left;
    transform: rotate(333deg);
    z-index: 1;
    filter: drop-shadow(3px 1px 0px rgb(217, 217, 217));
}

.fv .txt {
    position: absolute;
    top: 250px;
    left: 0;

    font-size: 24px;
    font-weight: 700;
}
.fv .txt > span {
    /*display: inline-block;*/
	display: table-cell;
    padding: 10px 30px 12px;
    margin: 0 0 10px;
    background: #fff;
}

.fv .slick-slide img{
    width: 100%;
    height: 720px;
    object-fit: cover;
}

.fv .slide-dots{
    position: absolute;
    bottom: 40px;
    right: 5%;
    display: flex;
    z-index: 3;
}
.fv .slide-dots li{
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 3px;
    background: #fff;
    cursor: pointer;
}
.fv .slide-dots li.slick-active{
    background: #FF6026;
}
.fv .slide-dots li button{
    text-indent: -9999px;
}

.fv .txt_fl{
	width: 528px;
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    .fv {
        position: relative;
        height: 600px;
        overflow: hidden;
    }
    @keyframes frame1{
        0%{
            right: 50%;
        }
        100%{
            right: 120%;
        }
    }
    @keyframes frame2{
        0%{
            left: 50%;
        }
        100%{
            left: 120%;
        }
    }
    .fv .keyword {
        position: absolute;
        top: 400px;
        left: 0;
        display: block;
        width: 70%;
        min-height: 70px;
        padding: 20px 0;
        background: #fff;
        font-size: /*51px*/clamp(3.188rem, -1.198rem + 16.95vw, 6.938rem);
        font-weight: 600;
        text-align: center;
    }
    .fv .keyword::before {
        content: 'IT factory';
        position: absolute;
        top: -3px;
        display: block;
        width: 150px;
        height: 90px;
/*        background: url(../img/top/fv_smartfactory.png) no-repeat;
        background-size: 130px;*/
        font-size: 31px;
        letter-spacing: 1.0px;
    }
    .fv .txt {
        position: absolute;
        top: 250px;
        left: 0;
        font-size: /*16px*/clamp(1rem, 0.415rem + 2.26vw, 1.5rem);
    }
    .fv .slick-slide img{
        width: 100%;
        height: 600px;
        object-fit: cover;
    }

}

/* 強み
-------------------------------------------------------------- */

.sect-feature {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 80px;
    padding: 150px 0 0;
    background: url(../img/top/bg_feature.png) no-repeat;
    background-size: 100% 145%;

}
.sect-feature .box {
    width: 520px;
    padding: 30px 50px 0;
    background: #fff;
}
.sect-feature .ttl {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
}
.sect-feature .btn {
    width: 290px;
    height: 60px;
    padding: 18px 0 0 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    .sect-feature {
        max-width: 600px;
        margin: 40px auto 40px;
        padding: 140px 0 0;
        background: url(../img/top/feature_img_sp.png) no-repeat;background: url(../img/top/bg_feature.png) no-repeat;
        background-size: contain;
    }
    .sect-feature .box {
        width: 100%;
        max-width: 414px;
        padding: 20px 30px 0;
    }
    .sect-feature .ttl {
        margin: 0 0 35px;
        font-size: 16px;
        font-weight: 700;
        line-height: 36px;
    }
    .sect-feature .btn {
        width: 100%;
        max-width: 315px;
        height: 60px;
        margin: 0px auto 0;
        padding: 18px 0 0 23px;
    }
}

/* サービス
-------------------------------------------------------------- */
.sect-services {
    padding: 0 0 162px;
    background: url(../img/top/bg_service.png) no-repeat;
    background-attachment: fixed;
}
.sect-services .title-area {
    padding: 85px 0 190px;
    background: url(../img/common/bg_title.png) no-repeat;
    background-size: cover;
}
.sect-services .title-area .flex{
    justify-content: space-between;
}
.sect-services .box-area {
    position: relative;
    justify-content: center;
    gap: 75px;
}
.sect-services .box-area .box{
    position: relative;
    top: -110px;
}
.sect-services .box-area .box a {
    display: block;
    width: 410px;
    padding: 20px;
    background: #fff;
}
.sect-services .box-area .box a figure img{
    width: 100%;
    aspect-ratio: 370 / 230;
}
.sect-services .box-area .box .ttl {
    position: relative;
    top: -2px;
    display: inline-block;
    padding: 15px 50px 10px 0px;
    background: #fff;
    color: #0C7947;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sect-services .box-area .box .ttl::after {
    content: '';
    position: absolute;
    right: 15px;
    top: calc( 50% - 5px );
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0C7947;
    border-top: 2px solid #0C7947;
    transform: rotate( 45deg );
}
.sect-services .box-area .box .icon {
    position: absolute;
    top: -30px;
    left: -30px;
    display: block;
    width: 96px;
    height: 96px;
    padding: 15px 0 0;
    background: #888;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.sect-services .box-area .box .icon img{
    width: 54px;
    height: 60px;
}
.sect-services .box-area .box .txt {
    position: relative;
    top: -10px;
}
/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
    .sect-services .title-area {
        padding: 50px 0 50px;
    }
    .sect-services .title-area .txt{
        position: absolute;
        top: 150px;
        color: #fff;
        z-index: 1;
    }
    .sect-services .box-area {
        gap: 20px;
    }
    .sect-services .box-area {
        padding: 40px 20px 40px;
    }
    .sect-services .box-area .box{
        position: relative;
        top: 0;
    }
    .sect-services .box-area .box a {
        width: 100%;
        max-width: 410px;
    }
    .sect-services .box-area .box .icon {
        position: absolute;
		top: -20px;
        left: -18px;
        right: inherit;
    }
}

/* 事例
-------------------------------------------------------------- */
.sect-works {
    padding: 85px 0 170px;
    margin: 0 0 15px;
    background: #F2F2F2;
}
.sect-works .title-area {
    padding: 0 0 80px;
    justify-content: space-between;
}

.sect-works .box a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.sect-works .box .num {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 97px;
    height: 97px;
    padding: 14px 0 0;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    text-align: center;
}
.sect-works .box figure {
    width: 30vw;
    max-width: 400px;
    height: 30vw;
    max-height: 400px;
}
.sect-works .box .data {
    width: calc(100% - 400px);
    padding: 50px 80px 30px;
}
.sect-works .box .data .ttl {
    margin: 0 0 30px;
    padding: 0 45px 0 0;
    color: #0C7947;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.sect-works .box .data .txt {
    font-size: 15px;
    line-height: 20px;
}
.sect-works .btn {
    position: absolute;
    right: 0;
    top: 45px;
    width: 290px;
    height: 60px;
    padding: 18px 0 0 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.works_slide {
    margin: 0 auto;
    max-width: 1980px;
    width: 100%;
}
.works_slide .box {
    margin: 0 25px;
}
.works_slide .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.works_slide .slide-arrow{
    position: absolute;
    top: calc(50% - 33px);
    display: block;
    width: 66px;
    height: 66px;
    z-index: 1;
}
.works_slide .prev-arrow{
    left: 10%;
    background: url(../img/common/slide_arrow_l.png) no-repeat;
    background-size: 66px;
}
.works_slide .next-arrow{
    right: 10%;
    background: url(../img/common/slide_arrow_r.png) no-repeat;
    background-size: 66px;
}
.works_slide .slide-dots{
    position: absolute;
    bottom: -60px;
    left: calc(50% - 500px);
    display: flex;
}
.works_slide .slide-dots li{
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 6px;
    background: #888888;
    cursor: pointer;
}
.works_slide .slide-dots li.slick-active{
    background: #FF6026;
}
.works_slide .slide-dots li button{
    text-indent: -9999px;
}

/* PC調整用サイズ----------------------------- */
@media screen and (max-width: 1800px) and (min-width: 1700px) {

.sect-works .box .data {
    padding: 50px 30px;
}
    
}
/* PC調整用サイズ----------------------------- */
@media screen and (max-width: 1699px) {
.sect-works .box .data {
    width: calc(100% - 30vw);
}
}

@media screen and (max-width:1380px) and (min-width:1180px) {
	.sect-services .box-area .box a{
		width: 340px;
		height: 370px;
	}
	.sect-services > .box-area{
		max-height: 300px;
	}
	
	.sect-services .box-area .box .ttl{
		padding: 15px 80px 10px 0px;
		font-size: 18px;
	}
	
}

/* タブレット（iPad Air）以下サイズ------------- */
@media screen and (max-width: 1024px) {

.sect-works .box figure {
    width: 100%;
    max-width: 100%;
    height: 40vw;
    padding: 30px 20px 0;
}
.sect-works .box .data {
    width: 100%;
    padding: 30px 20px;
}
/*
.fv::before{
    height: 80%;
}
.fv::after{
    height: 80%;
}
*/

}
/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {

.sect-works {
    padding: 55px 0 60px;
    margin: 0 0 15px;
}
.sect-works .box .num {
    width: 12vw;
    height: 12vw;
    min-width: 50px;
    min-height: 50px;
    padding: 2% 0 0;
    font-size: clamp(1.813rem, 0.518rem + 6.47vw, 3.625rem);
}
.sect-works .box .data .ttl {
    margin: 0 0 20px;
    padding: 0 0 0;
    font-size: 15px;
    line-height: 22px;
}
.sect-works .box .data .txt {
    font-size: 14px;
}
.works_slide .box {
    margin: 0 10px;
}
    
.sect-works .btn {
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 315px;
    height: 60px;
    margin: 60px auto 0;
    padding: 18px 0 0 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.works_slide .slide-arrow{
    position: absolute;
    top: calc(50% - 33px);
    display: block;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.works_slide .prev-arrow{
    left: 3%;
    background: url(../img/common/slide_arrow_l.png) no-repeat;
    background-size: 40px;
}
.works_slide .next-arrow{
    right: 3%;
    background: url(../img/common/slide_arrow_r.png) no-repeat;
    background-size: 40px;
}
.works_slide .slide-dots{
    position: absolute;
    bottom: -20px;
    left: inherit;
    display: flex;
    justify-content: center;
    width: 100%;
}
.works_slide .slide-dots li{
    width: 50px;
    height: 5px;
    margin: 0 5px;
}    
    
}

/* お知らせ
-------------------------------------------------------------- */
.sect-news {
    padding: 80px 0;
    margin: 0 0 0px;
    background: #F2F2F2;
}
.sect-news .flex {
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 0;
    background: linear-gradient( 90deg, #2EB142 50%, #F2F2F2 50% );
}
.sect-news .ttl {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.sect-news .ttl span {
    display: block;
    font-size: 38px;
    font-weight: 800;
}
.sect-news .list-area {
    position: relative;
    width: 70%;
}
.sect-news .news-list {
    padding: 60px 60px 40px;
    background: #fff;
}
.sect-news .news-list li {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 22px;
}
.sect-news .news-list .cate {
    display: inline-block;
    width: 86px;
    height: 21px;
    margin: 0 20px 0 0;
    padding: 3px 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.sect-news .news-list .date {
    display: inline-block;
    margin: 0 20px 0 0;
}
.sect-news .list-area .btn {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 158px;
    height: 60px;
    padding: 18px 0 0 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

/* スマホサイズ------------------------------- */
@media screen and (max-width:768px) {
.sect-news {
    padding: 0 0 30px;
}
.sect-news .flex {
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 0 0;
    background: linear-gradient( 180deg, #2EB142 50%, #F2F2F2 50% );
}
.sect-news .list-area {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.sect-news .news-list {
    padding: 30px 20px;
}
    .sect-news .news-list li a,
    .sect-news .news-list li div{
        display: block;
    }
.sect-news .list-area .btn {
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 315px;
    height: 60px;
    margin: 30px auto 0;
    padding: 18px 0 0 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
/*
.fv::before{
    height: 70%;
}
.fv::after{
    height: 70%;
}
*/

}
@media screen and (max-width:600px) {

	.fv .keyword::before{
		transform: rotate(345deg);
	}
	.sect-feature .box {
        padding: 20px 30px 0;
    }
}
}

.sect-services > .box-area {
	max-height: auto;
}

@media (min-width: 1395px) {
  .sect-services > .box-area {
	  max-height: 310px !important;
	}

}