@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　sns
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_pc.jpg);  
}
.page-lower-ttl h1{
	max-width: 615px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 120px 0 0;
}
.intro h2{
	margin-bottom: 55px;
	font-size: 2.4rem;
	text-align: center;	
}
.intro .youtube{
	max-width: 1470px;
	margin: 0 auto;
	padding: 65px 20px 75px;
	background: url(../image/bg_youtbe_pc.jpg) no-repeat center center;
	background-size: cover;	
}
.intro .youtube h3{
	margin-bottom: 22px;
	text-align: center;	
	font-size: 2.2rem;
	font-weight: 500;
	color: #FFF;
}
.intro .youtube h3 strong{
	font-weight: bold;
	font-size: 2.4rem;
}
.intro .youtube .video{
	max-width: 864px;
	margin: 0 auto;
}
.intro .youtube .video-box{
	position: relative; 
	width: 100%;
	padding-bottom: 56.25%;
}
.intro .youtube iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

/* sns
-----------------------------------------------------------------*/
.sns{
	padding: 120px 0;	
}
.sns .sns-list{
	display: flex;
	flex-wrap: wrap;
}
.sns .sns-list > li{
	max-width: 370px;
	margin-left: 45px;
	padding: 50px 2.5%;
	border-radius: 10px;
	background: #E9EDF3;
}
.sns .sns-list > li:nth-child(3n+1){
	margin-left: 0;
}
.sns .sns-list > li:nth-child(n+4){
	margin-top: 45px;
}
.sns .sns-list > li .pic{
	max-width: 234px;
	margin: 0 auto 40px;
	border-radius: 10px;
	overflow: hidden;
}
.sns .sns-list > li h3{
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.4;
}
.sns .sns-list > li h3 .ja{
	font-size: 2.2rem;
	color: #0267B7;
}
.sns .sns-list > li h3 .en{
	display:block;
	font-size: 1.4rem;
	color: #AAB6C5;
	font-weight: 600;
}
.sns .sns-list > li:nth-child(11) h3{
	padding-top: 2.2em;
}

.sns .sns-list > li:nth-child(12) h3{
	padding-top: 2.2em;
}

.sns .sns-list > li .txt{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.sns .sns-list ul{
	display: flex;
	justify-content: center;
}
.sns .sns-list  ul li{
	margin: 0 5px;
}















/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

	.page-lower-ttl::after{
		background-image:url(../image/bg_page_ttl_sp.jpg);  
	}
	.page-lower-ttl h1{
		max-width: 290px;
	}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 35px 0 0;
	}
	.intro h2{
		margin-bottom: 15px;
		font-size: 1.3rem;
	}
	.intro .youtube{
		padding: 25px 30px 35px;
		background: url(../image/bg_youtbe_sp.jpg) no-repeat center center;
		background-size: cover;	
	}
	.intro .youtube h3{
		margin-bottom: 10px;	
		font-size: 1.6rem;
	}
	.intro .youtube h3 strong{
		font-size: 1.8rem;
	}
	.intro .youtube .video{
		max-width: 480px;
		margin: 0 auto;
	}

/* sns
-----------------------------------------------------------------*/
	.sns{
		padding: 35px 0;	
	}
	.sns .sns-list{
		display: block;
	}
	.sns .sns-list > li{
		display: flex;
		max-width: 670px;
		margin-left: 0;
		padding: 0;
		overflow: hidden;
	}
	.sns .sns-list > li:nth-child(even){
		flex-direction: row-reverse;
	}
	.sns .sns-list > li:nth-child(3n+1){
		margin-left: 0;
	}
	.sns .sns-list > li:nth-child(n+2){
		margin-top: 25px;
	}
	.sns .sns-list > li .pic{
		max-width: none;
		width: 45%;
		margin: 0;
		border-radius:0;
		background: no-repeat center center;
		background-size: cover;
	}
	.sns .sns-list > li .pic img{
		opacity: 0;
	}
	.sns .sns-list > li:nth-child(1) .pic{ background-image:url(../image/thumb_sns01_sp.jpg); }
	.sns .sns-list > li:nth-child(2) .pic{ background-image:url(../image/thumb_sns02_sp.jpg); }
	.sns .sns-list > li:nth-child(3) .pic{ background-image:url(../image/thumb_sns03_sp.jpg); }
	.sns .sns-list > li:nth-child(4) .pic{ background-image:url(../image/thumb_sns04_sp.jpg); }
	.sns .sns-list > li:nth-child(5) .pic{ background-image:url(../image/thumb_sns05_sp.jpg); }
	.sns .sns-list > li:nth-child(6) .pic{ background-image:url(../image/thumb_sns06_sp.jpg); }
	.sns .sns-list > li:nth-child(7) .pic{ background-image:url(../image/thumb_sns12_sp.jpg); }
	.sns .sns-list > li:nth-child(8) .pic{ background-image:url(../image/thumb_sns08_sp.png); }
	.sns .sns-list > li:nth-child(9) .pic{ background-image:url(../image/thumb_sns09_sp.jpg); }
	.sns .sns-list > li:nth-child(10) .pic{ background-image:url(../image/thumb_sns10_sp.png); }
	.sns .sns-list > li:nth-child(11) .pic{ background-image:url(../image/thumb_sns11_sp.jpg); }
	.sns .sns-list > li:nth-child(12) .pic{ background-image:url(../image/thumb_sns13_sp.jpg); }

	.sns .sns-list > li:nth-child(8) .pic,
	.sns .sns-list > li:nth-child(10) .pic{
		border-radius: 0 10px 10px 0;
		border: solid #E9EDF3;
		border-width: 2px 2px 2px 0;
	}
	.sns .sns-list > li:nth-child(7) .pic{
		border-radius: 0 10px 10px 0;
		border: solid #E9EDF3;
		border-width: 2px 2px 2px 0;
	}
	.sns .sns-list > li div{
		display: flex;
		flex-direction:column;
		justify-content: center;
		width: 55%;
		padding: 15px 10px;
	}
	.sns .sns-list > li h3{
		margin-bottom: 5px;
		text-align: center;
		line-height: 1.2;
	}
	.sns .sns-list > li h3 .ja{
		font-size: 1.6rem;
	}
	.sns .sns-list > li h3 .ja small{
		font-size: 1.3rem;
	}
	.sns .sns-list > li h3 .en{
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.sns .sns-list > li:nth-child(11) h3{
		padding-top: 0;
	}
	.sns .sns-list > li .txt{
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.sns .sns-list ul{
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.sns .sns-list ul li{
		margin: 0 3px;
	}
	#Page .sns .sns-list ul img{
		width: 45px;
	}
	.sns .sns-list > li:nth-child(1) ul,
	.sns .sns-list > li:nth-child(9) ul{
		margin-top: 0;
	}



}