@charset "UTF-8";
html {
-webkit-text-size-adjust: 100%;
}


body {
display: block;
margin: 0 auto;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/* 以下『test』専用 */


/* メインスライド--------------------------------------------- */


.mainslid{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: auto;
margin: 0;
margin-bottom: 100px;
}	
	
	
.slider{
}


.slider_img img {
width: 100%;
height: auto;
}


.mainslid-space {
	margin-top: 30px;
	margin-bottom: 300px;

	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	margin-top: 25px;
	margin-bottom: 25px;}

	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	margin-top: 20px;
	margin-bottom: 20px;}
}/*OK*/


/*.slick-prev{
margin-left: -30px;
align-items: center;
z-index: 1;
@media screen and (max-width: 720px) /*ウィンドウ幅が最大720pxまでの場合に適用*/
/*{
margin-top: -15px;
img {
width: auto;
max-width: 80%;
height: auto;
justify-content: center;
display: none}}
}*/

/*
.slick-next{
margin-right: -30px;
align-items: center;
z-index: 1;
@media screen and (max-width: 720px) /*ウィンドウ幅が最大720pxまでの場合に適用*/
/*{
margin-top: -15px;
img {
width: auto;
max-width: 80%;
height: auto;
justify-content: center;
display: none}}
}*/


/* ワークス--------------------------------------------- */


.works-box {
	display: flex;
    flex-flow: column;
    min-height: 100%;
}


.works-box-group{
	width: 100%;
	margin: 0 auto;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	background-size: cover;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	background-size: cover;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	background-size: cover;
	height: auto;}
}


.works-box-group-wrap {

}


/* パララックス--------------------------------------------- */


.parallax-group {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: auto;
    padding-bottom: 100px;
}


/* パララックス背景--------------------------------------------- */


.bg-01 {/* モバイルファースト式記述 */
    background-image: url(https://humanfactory.net/image/index_img/pbg_a.webp);
    
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
    {
	background-image: url(https://humanfactory.net/image/index_img/pbg_a_sp.webp);}
}

.bg-02 {
    background-image: url(https://humanfactory.net/image/index_img/pbg_b.webp);
    
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
    {
	background-image: url(https://humanfactory.net/image/index_img/pbg_b_sp.webp);}
}

.bg-03 {
    background-image: url(https://humanfactory.net/image/index_img/pbg_c.webp);
    
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
    {
	background-image: url(https://humanfactory.net/image/index_img/pbg_c_sp.webp);}
}

.bg-04 {
    background-image: url(https://humanfactory.net/image/index_img/pbg_d.webp);

	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
    {
	background-image: url(https://humanfactory.net/image/index_img/pbg_d_sp.webp);}
}

.bg-05 {
    background-image: url(https://humanfactory.net/image/index_img/pbg_e.webp);    

	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
    {
	background-image: url(https://humanfactory.net/image/index_img/pbg_e_sp.webp);}
}

.bg-06 {
    background-image: url(https://humanfactory.net/image/index_img/pbg_f.webp);

	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
    {
	background-image: url(https://humanfactory.net/image/index_img/pbg_f_sp.webp);}
}


/* ワークスタイトル--------------------------------------------- */


.works-title img {
	max-width: 900px;
	width: 100%;
	height: auto;
	margin-top: 100px;

	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 100vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 90vw;
	height: auto;}
}


/* デザインボックス--------------------------------------------- */


.design-box {
	width: 880px;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 100px;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 880px;
	.design_pc {display: block !important; }
	.design_tab {display: none !important; }
	.design_sp {display: none !important; }
}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 680px;
	width:90vw;
	.design_pc {display: none !important; }
	.design_tab {display: block !important; }
	.design_sp {display: none !important; }
}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 500px;
	width:80vw;
	.design_pc {display: none !important; }
	.design_tab {display: none !important; }
	.design_sp {display: block !important; }
}
}

.design_tab img {
	width: 100%;
	height: auto;
}

.design_sp img {
	width: 100%;
	height: auto;
}


.design-box_space {
	height: 50px;
}

/* キャッチコピー--------------------------------------------- */


.catch-group {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}/*OK*/


.catch {
display: inline-block;
text-align : center;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝", "Hiragino Mincho", "HG明朝", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight:  800;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
line-height: 22pt;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	font-size: 21pt;
	.catch_pc {display: block !important; }
	.catch_sp {display: none !important; }
}
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	font-size: 19pt;
	.catch_pc {display: block !important; }
	.catch_sp {display: none !important; }
}
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	font-size: 20pt;
	.catch_pc {display: none !important; }
	.catch_sp {display: block !important; }
}
}


/* ワークスライン--------------------------------------------- */


.works_line-group {
max-width: 920px;
margin-left: auto;
margin-right: auto;
}/*OK*/



.works_line-bl {
align-items: center;
margin-left: auto;
margin-right: auto;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 80vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 70vw;
	height: auto;}
}


.works_line{
border-bottom: 1px solid;
margin-right: auto;
margin-left : auto;
border-bottom-color: #606060;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 80vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 70vw;
	height: auto;}
}


/* ワークステキスト--------------------------------------------- */


.works_explanation-group {
display: flex;
max-width: 920px;
margin : 0 auto;
justify-content: space-between;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 80vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 70vw;
	height: auto;}
}


.works_explanation {
display: flex;
flex-wrap: wrap;
margin-right: auto;
margin-left : auto;
justify-content: space-between;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 80vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 70vw;
	height: auto;}
}


.works_text {
display: flex;
text-align : left;
justify-content: center;
margin-top: 25px;
margin-right: auto;
margin-left : auto;
font-weight: 100;
font-size: 13pt;
line-height: 30pt;
color: #606060;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	font-size: 13pt;
	line-height: 30pt;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	font-size: 13pt;
	line-height: 30pt;}
}


/* ポートフォリオ--------------------------------------------- */


.portfolio-container-box {
max-width: 920px;
max-height: 1000px;
margin-right: auto;
margin-left : auto;
align-items: center;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 800px;
	width: 80vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 680px;
	width: 70vw;
	height: auto;}
}


.portfolio-container-bl {
display: flex;
width: auto;
margin-top: 0px;
justify-content: center;
}


.portfolio-container-img img{
width: auto;
max-width: 100%;
height: auto;
}
	

/* --------------------------------------------- */


.parallax-box {
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}
@keyframes fadeIn {/*パララックス表示*/
  from {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}





/* SNSスペース--------------------------------------------- */


.sns-space-bottom {
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{ 
	margin-top: 100px;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	margin-top: 50px;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	margin-top: 20px;}
}/*OK*/


.sns-line-group{
max-width: 1260px;
margin-left: auto;
margin-right: auto;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{ 
	width: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	width: 90vw;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	width: 90vw;}
}/*OK*/


.sns-line{
border-bottom: 1px solid;
border-bottom-color: lightgray;
}/*OK*/


/* SNS--------------------------------------------- */


.sns-group{
display: flex;
margin-left: auto;
margin-right: auto;
align-items: center;
max-width: 920px;
height: 60px;
margin-bottom: 25px;
	
	@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 960px)/*ウィンドウ幅が（TAB）最大960pxまでの場合に適用*/
{
	max-width: 900px;
	width: 90vw;
	height: auto;}
	
	@media screen and (max-width: 767px)/*ウィンドウ幅が（SP）最大767pxまでの場合に適用*/
{
	max-width: 100%;
	width: 90vw;
	height: auto;}
}


.sns-bl{
display: flex;
justify-content: center;
width: 150px;
height: 40px;
margin-top: 20px;
margin-right: 0;
margin-left: auto;
}


.bt-sns{
width: 150px;
}