@charset "utf-8";
/* CSS Document */

.grid {
	display: grid;
	/* gap: 10px; */
	grid-template-columns: 1fr 1fr;
	justify-content: space-evenly;
	max-width: 100vw;
	justify-items: center;
}


/*h1*/
.h1  {
	padding-top: 78px;
	color: #707070;
	background: rgba(51,228,234,.84);
	background: linear-gradient(180deg, rgba(51,228,234,.84) 0%, rgba(154,213,216,.49) 100%);
}
.h1::after {
	content: none;
}


.secA {
	margin: 80px 0 146px;
}
.secA__lead {
	font-size: 23px;
	text-align: center;
	margin-bottom: 87px;
}

.secA .flex {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 110px;
}
.item-secA__tit {
	font-size:  24px;
	text-align: center;
}
.item-secA__txt {
	font-size:  14px;
	line-height: 24px;
	margin: 8px 0 30px;
}
.item-secA {
	width: 85%;
	margin: 0 3rem;
}


.row {
	display: flex;
	justify-content: space-evenly;
	text-align: center;
}
.sample-layout {
	width: 50%;
	margin: 0 3rem;
}
.sample-title {
	font-size: 24px;
}
.sample-content {
	font-size: 14px;
    line-height: 24px;
}
.sample-movie, iframe {
	width: 100%;
	height: 400px;
}




/* @media screen and (max-width: 1200px) {
	.grid {
		gap: 5px;
	}
	.item-secA {
		margin: 0;
	}
}
@media screen and (max-width: 1085px) {

} */

@media screen and (max-width: 869px) {
	.row {
		display: block;
	}
	.sample-layout {
		margin: 0 auto;
		width: 80%;
	}
	.sample-movie {
		margin-bottom: 3rem;
	}
	.sample-title {
		word-wrap: break-word;
	}
}


/*===========================================
    SP
 ===========================================*/


@media screen and (max-width: 1000px) {


	/*h1*/
	.h1  {
		padding-top: 25px;
	}

	.h1__tit {
		line-height: 24px;
	}
	.h1__txt {
	font-size: 	35px;
	line-height: 32px;
	margin-bottom: 10px;
	}


	.secA {
		margin: 42px 0 92px;
	}
	.secA__lead {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 49px;
	}

	.secA .flex {
		display: block;
		margin-bottom: 0;
	}

	.secA .flex img {
		width: 230px;
	}
	.item-secA__tit {
		margin-top: 43px;
	}
	.item-secA__txt {
		margin: 8px 0 23px;
	}
}