



.bold{
	font-size: 20px;
	margin-bottom: 30px;
}

.p{
	font-size: 16px;
}

.mini-btn-wrap{
	margin-top: 40px;
}

.mini-btn::before{
	top: -1px;
}

.Fuature01-sentence-box .mini-btn-wrap{
    display: flex;
    justify-content: end;
}
/*テキストマーカー*/

.txt-marker span{
	background-color: #E1E1E1;
	padding: 2px 4px;
	margin: 0 10px 10px 0px;
	display: block;
	font-size: 14px;
}

.line-menu{
    display: flex;
	flex-wrap: wrap;
}

#line-menu a {
	color: #646464!important;
}

.txt-marker{
	color: #646464;
	display: flex;
	flex-wrap: wrap;
}

.txt-small{
	margin-top: 30px;
	margin-bottom: 10px;
	color: rgb(139, 137, 137);
}
/*テキストマーカー終わり*/



.Fuature-top-title{
	margin-bottom: 20px;
}

/*‐NO.1future｜moveqの特長*/

.Fuature01-conteiner {
	margin-top: 25px;
	padding: 50px;
    background-color: white;
}

.Fuature01-sentence-box{
	width: 62.83%;
}



.Fuature01-sentence-picture{
	display: flex; 
	justify-content: space-between;
}

.Fuature01-conteiner .mini-btn-wrap{
	text-align:center!important;

}

.Fuature01-sentence-box-header-hed{
	margin-bottom: 20px;
	font-weight: 300;
}

.Fuature01-img{
	flex-shrink: 0;
	width: 27.17%;
    
	margin: 0 0 0 50px;
	text-align:right!important;
}

/*おわり*/

.kankaku{
	margin-bottom: 30px;
}

/*NO.2 Flow|WEBサイト制作の流れ*/

.no2-img{
	margin-bottom: 80px
}

.nmber-img{
	flex-shrink: 0;
	width: 50px;
    
}

.create-section{
	margin-top: 30px;
	margin-bottom: 30px;
	align-items: center;
	display: flex; 
	justify-content: space-between;
}

.no2-title .bold{
	margin-bottom: 0px;
}

.no2-title{
	width: 16%;
}

.create07-section{
	margin-top: 30px;
	margin-bottom: 30px;
	align-items: center;
	display: flex; 
	justify-content: space-between;
}

.no2-txt-block{
	margin-left: 30px;
}

.no2-txt-block .bold{
	margin-bottom: 0px;
}

.sb-txt-title{
	font-size: 12px;
	color: #646464;
}

.no2-txt{
	width: 72%;
}

.create-section{
	padding-bottom: 30px;
	border-bottom: 1px solid #c8c8c8;;
}




/*suraider*/


/* topics */
#topicspage .content-wrap .topics-wrap{
    width: 100%;
    margin: auto;
    max-width: 1000px;
}
#topicspage .topics-wrap .topics-item{
    display: block;
    position: relative;
    transition: .3s;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    padding: 2.5em 0;
    gap: 3%;
    margin: 1em 0;
}
#topicspage .topics-wrap .topics-item::before{
    content: '';
    background: url(../img/tab_icon.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
#topicspage .topics-wrap .topics-item:last-child{
    border-bottom: none!important;
}
#topicspage .topics-wrap .topics-item .img-area{
    width: 40%;
    height: 160px;
}
#topicspage .topics-wrap .topics-item .img-area img{
    max-width: 100%;
    max-height: 100%;
    width: auto;

}
#topicspage .topics-wrap .topics-item:hover{
    filter: opacity(40%);
}
.topics-item .txt-area{
    padding-right: 7%;
}
.topics-item .txt-area .date {
    font-size: 14px;
    color: var(--l-gray);
}
.topics-item .txt-area .topics-ttl {
    font-weight: bold;
    font-size: 20px;
    color: var(--black);
}
.topics-item .txt-area .topics-ttl-en {
    color: var(--l-gray);
    font-size: 12px;
}
.topics-item .txt-area .samary {
    color: var(--l-gray);
    font-size: 14px;
    margin-top: 1em;
}

/* work-single */
.WebProduction{
    position: relative;
}
.WebProduction::before{
    content: '';
    background: url(../under_img/website_icon.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 0;
    left: 0;
    position: absolute;

}
#works-single .wide-wrap .content-area{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;

}
.content-area .img-area{
    width: 53.85%;
    
}
.content-area .txt-area{
    width: 40.75%;
    
}
.content-area .txt-area .small-ttl{
    margin: 5px 0;

}
.content-area .txt-area .outline-area,.detail-area{
    border-bottom: 2px solid var(--l-gray);
}
.outline-area .category-txt{
    margin-bottom: 1em;

}
.outline-area .category-txt span{
    position: relative;
    font-weight: 600;
    padding-left: 40px;

}

.outline-area .site-name{
    font-size: 24px;
    font-weight: 600;
}

.outline-area .area{
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0;
}
.outline-area .area span{
    color: #646464;
    margin-right: 10px;
    background: #E1E1E1;
    padding: 2px 5px;

}
.outline-area .detail-txt{
    margin: 3em 0;

}
.detail-area table{
    color: var(--l-gray);
    margin: 20px 0 2em;

}
.detail-area table tr th{
    text-align: left;
    font-weight: normal;
    padding-bottom: 15px;

}
.keyword-area span{
    color: var(--l-gray);
    border: 1px solid var(--l-gray);
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
    margin-bottom: 10px;

}
#works-single{
    padding: 0% 0 10%;

}
.sab-slide-area {
    margin-top: 2em;
}
.sab-slide-area .slick-track {
    transform:unset!important;/* サムネイルのスライドを停止する */
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.sab-slide-area .slick-slide{
    display: block!important;
    float: none !important;
    flex: 0 0 16.66%;
    cursor: pointer;
    
}

.sab-slide-area .slick-slide:hover{
    filter: brightness(0.7);

}

.sab-slide-area img{
    margin-bottom: 10px;
    margin-right: 10px;
}

.sab-slide-area .slick-current {
    border: 2px solid var(--black); /* 現在のスライドだけ黒い枠 */
}
/* ボタンカスタマイズ */
.slick-prev,.slick-next{
    z-index: 1;
    transition: .3s;

}
.slick-prev:hover{
    filter: brightness(0.7);

}
.slick-next:hover{
    filter: brightness(0.7);

}

.slick-prev {
    left: 25px;
    

}
.slick-next {
    right: 25px;

}
.slick-next:before, .slick-prev:before {
    font-size: 30px;
    color: #ffff;
}
.slick-arrow::before {
    filter: opacity(100%);
}
.slick-next:before {
    content: '';
    background-image: url(../under_img/slider_arw_n.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    position: absolute;
}
.slick-prev:before {
    content: '';
    background-image: url(../under_img/slider_arw_p.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    position: absolute;
}



@media screen and (max-width:768px) {
    #topicspage .topics-wrap .topics-item {
        flex-direction: column;
    }
    #topicspage .topics-wrap .topics-item .img-area {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2em;
    }
    #topicspage .topics-wrap .topics-item {
        padding: 2em 0 5em;
        margin: 2em 0;
    }
    .topics-item .txt-area {
        padding-right: 0;
    }
    #topicspage .topics-wrap .topics-item::before {
        top: auto;
        right: 0;
        bottom: 30px;
        margin: auto;
    }
    #works-single .wide-wrap .content-area {
        flex-direction: column;
        position: relative;
        padding-top: 200px;
    }
    .content-area .img-area {
        width: 100%;
    }
    .content-area .txt-area {
        width: 100%;
    }
    .creative-name-area {
        position: absolute;
        top: 0;
        left: 0;
    }


}




@media screen and (max-width:500px) {
    .outline-area .site-name {
        font-size: 20px;
    }
    .outline-area .area span {
        font-size: 14px;
    }
    #works-single {
        padding: 0% 0 15%;
    }

}


.table-wrap table tr{
	border-bottom: 0px!important;
}

.detail-area .th{
	width: 50%!important;
}

.wide-wrap .mini-btn-wrap{
	text-align: right;
}

.create07-btn .mini-btn-wrap{
	text-align: right;
}








/*大谷レスポンシブ*/

@media screen and (max-width:1400px) {
    .Fuature01-img{
        width: 35%;
    }
}

@media screen and (max-width:1100px){
    .create-section{
        display:block;
        }
    
        .create07-section{
        display:block;
        }
    
        .no2-title{
            display: flex;
            width: auto;
            align-items: center;
            padding-left: 10px;
        }
    
        .nmber-img{
            float: left;
        }
    
        .sb-txt-title{
            padding-left: 10px;
        }
    
        .no2-txt{
        width: 100%;
        margin-top: 30px;
        }
}

@media screen and (max-width:1000px){
    .fv-con-wrap .page-ttl h1 {
        font-size: 100px;
    }

    .Fuature01-conteiner{
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        }
    
        .Fuature01-sentence-box{
            width: 100%;
            margin-top: 30px;
        }
    
        .Fuature01-sentence-picture{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        }
    
        .Fuature01-img{
            width: 100%;
            margin: 0;
        }
    
        .Fuature01-conteiner .mini-btn-wrap {
            text-align: right!important;
        }

    
}


@media  screen and (max-width:768px) {
    .pc { display: none !important;}
    .sp { display: block !important;}
    
    .fv-con-wrap .page-ttl h1 {
    font-size: 72px;
    }

	.Fuature01-conteiner{
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        }
    
        .Fuature01-sentence-box{
            width: 100%;
            margin-top: 30px;
        }
    
        .Fuature01-sentence-picture{
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        }
    
        .Fuature01-img{
            width: 100%;
            margin: 0;
        }
    
        .Fuature01-conteiner .mini-btn-wrap {
            text-align: right!important;
        }







    .month{
        color: #7D7D7D;
        font-size: 14px;
        }

    .create-section{
        display:block;
        }
    
        .create07-section{
        display:block;
        }
    
        .no2-title{
            display: flex;
            width: auto;
            align-items: center;
            padding-left: 10px;
            padding-top: 4px;
        }
    
        .nmber-img{
            float: left;
        }
    
        .sb-txt-title{
            padding-left: 10px;
        }
    
        .no2-txt{
        width: 100%;
        margin-top: 30px;
        }
    }


@media screen and (max-width:500px) {
    .pc { display: none !important;}
    .sp { display: block !important;}



/*no.1*/

.fv-con-wrap .page-ttl h1 {
    font-size: 50px;
}

	.Fuature01-conteiner{
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    }

    .Fuature01-sentence-box{
        width: 100%;
        margin-top: 30px;
    }

	.Fuature01-sentence-picture{
	display: flex;
	align-items: center;
    flex-direction: column-reverse;
	}

    .Fuature01-img{
        width: 100%;
        margin: 0;
    }

    .Fuature01-conteiner .mini-btn-wrap {
        text-align: right!important;
    }

    /*NO.２*/

    .month{
        color: #7D7D7D;
        font-size: 14px;
        }
    
    .create-section{
    display:block;
    }

    .create07-section{
    display:block;
    }

    .no2-title{
        display: flex;
        width: auto;
        align-items: center;
        padding-left: 10px;
    }

    .nmber-img{
        float: left;
    }

    .sb-txt-title{
        padding-left: 10px;
    }

    .no2-txt{
    width: 100%;
    margin-top: 30px;
    }
}
