@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#self .about .box {
	margin-bottom: 20px;
}
#self .about .box .img {
	width: 370px;
}
#self .about .box .info {
	width: 680px;
}
#self .about .box .info .txt {
	line-height: 1.9;
	margin-bottom: 25px;
	letter-spacing : 1.4px;
}
#self .about ul.imgs {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 525px);
	margin-top: 50px;
}
#self .about ul.imgs li {
	background: rgba(136, 221, 219, 0.15);
	text-align: center;
	color: #0abab5;
	line-height: 3.5;
}
#self .story::before {
	background: #f5f5f5;
}
#self .story h3 {
	font-size: 45px;
	color: #222;
	font-weight: 400;
	margin-bottom: 80px;
}
#self .story .box {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 80px;
}
#self .story .box::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background: #0abab5;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#self .story .box h4 {
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 2.5px;
	color: #0ABAB5;
	margin-bottom: 30px;
}
#self .story .box .txt {
	line-height: 1.9;
	margin-bottom: 25px;
	letter-spacing : 1.4px;
}
#self .story .name span {
	font-size: 20px;
}
#self .story ul.imgs {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 80px;
}
#self .story dl dt {
	font-size : 20px;
	letter-spacing : 2px;
	color : #0ABAB5;
	background : rgba(136, 221, 219, 0.15);
	padding: 21px 0;
}
#self .story dl dd {
	aspect-ratio: 16 / 9;
	width: 100%;
}
#self .story dl dd iframe {
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#self .about .box .img {
		order: 2;
	}
	#self .about .box .info {
		order: 1;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#self .about .box {
		margin-bottom: 0;
	}
	#self .about .box .img {
		margin: 0 auto 15px;
	}
	#self .about .box .info {
		width: 100%;
		margin-bottom: 0;
	}
	#self .about .box .info .txt {
		margin-bottom: 20px;
		line-height: 1.7;
		letter-spacing: 0;
	}
	#self .about ul.imgs {
		margin-top: 30px;
		grid-template-columns: repeat(2, 48%);
	}
	#self .about ul.imgs li {
		line-height: 2.5;
	}
	#self .story h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	#self .story .box {
		padding: 30px 15px 15px;
	}
	#self .story .box::before {
		height: 30px;
		top: -15px;
	}
	#self .story .box h4 {
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	#self .story .box .txt {
		margin-bottom: 20px;
		line-height: 1.7;
		letter-spacing: 0;
	}
	#self .story ul.imgs  {
		width: 550px;
		margin: 30px auto;
	}
	#self .story ul.imgs li img {
		width: auto;
		height: 250px;
	}
	#self .story dl dt {
		letter-spacing: 0;
		font-size: 18px;
		padding: 10px 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#self .about .box .img {
		width: 100%;
	}
	#self .story ul.imgs {
		width: 305px;
	}
	#self .story ul.imgs li img {
		height: 137px;
	}
}
@media only screen and (max-width: 320px){
	#self .story h3 {
		font-size: 20px;
	}
	#self .story .box h4 {
		font-size: 17px;
	}
	#self .story ul.imgs {
		width: 100%;
	}
	#self .story ul.imgs li img {
		height: 115px;
	}
}