@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　group
 * 
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.bg-container{
	background:var(--grey05);
  opacity: 1;
}
.scroll::before{
	background: var(--grey05);
	backdrop-filter: blur(20px);
  opacity: 0.9;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* group
-----------------------------------------------------------------*/
.group{
	padding: 80px 0 130px;
}
.group h2{
	margin-bottom: 40px;
}
.group-company-list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.group-company-list li:nth-child(n+2){
	margin-top: 50px;
}
.group-company-list .pic{
	width: 50%;
	padding: 77px 6%;
	background: var(--grey03);
}
.group-company-list .txt-area{
	width: 46%;
}
.group-company-list h3{
	margin-bottom: 25px;
}
.group-company-list h3 span{
	display: block;
	font-size: 1.9rem;
	font-weight: 500;
}
.group-company-list h3 small{
	display: block;
}
.group-company-list .btn-detail{
	margin-top: 20px;
}
.group-company-list .btn-detail a{
	margin-left: auto;
}


/* policy
-----------------------------------------------------------------*/
.policy{
	padding: 100px 0 180px;
}
.policy h2{
	margin-bottom: 40px;
}
.policy h2 + .txt{
	margin-bottom: 50px;
}
.policy-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.policy-list li{
	width: calc(50% - 2px);
	padding: 50px 20px;
	background: var(--white);
	text-align: center;	
}
.policy-list li:nth-child(n+3){
	margin-top: 4px;
}
.policy-list h3{
	margin: 10px 0;
	font-size: 1.9rem;
	font-weight: 500;
}
.policy-list .txt{
	max-width: 440px;
	margin-inline: auto;
	text-align: left;
}
















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  
  #Gnav{
    background: var(--grey05);
  }

/* group
-----------------------------------------------------------------*/
  .group{
    padding: 40px 0 20px;
  }
  .group h2{
    margin-bottom: 25px;
  }
  .group-company-list li{
    display: block;
  }
  .group-company-list li:nth-child(n+2){
    margin-top: 40px;
  }
  .group-company-list .pic{
    width: 100%;
    margin-bottom: 15px;
    padding: 10vw 5.3vw;
  }
  .group-company-list .txt-area{
    width: 100%;
  }
  .group-company-list h3{
    margin-bottom: 10px;
  }
  .group-company-list h3 span{
    font-size: 2rem;
  }
  .group-company-list h3 small{
    margin-top: 2px;
    font-size: 1rem;
  }
  .group-company-list .txt{
    text-align: justify;  
  }
  .group-company-list .btn-detail{
    margin-top: 5px;
  }


/* policy
-----------------------------------------------------------------*/
  .policy{
    padding: 40px 0 80px;
  }
  .policy h2{
    margin-bottom: 20px;
  }
  .policy h2 + .txt{
    margin-bottom: 20px;
    text-align: justify;
  }
  .policy-list{
    display: block;
  }
  .policy-list li{
    width: 100%;
    padding: 25px 40px;
  }
  .policy-list li:nth-child(n+2){
    margin-top: 2px;
  }
  .policy-list li .icon{
    width: 60px;
    margin-inline: auto;
  }
  .policy-list h3{
    margin: 10px 0;
    font-size: 2rem;
    font-weight: 500;
  }
  .policy-list .txt{
    text-align: justify;
  }



}