
.concept_wrap {
	padding: 0 50px;
	background: #fff;
}

.concept01 {
	padding: 100px 0;
	text-align: center;
}

.concept__title{
	font-size: 64px;
	font-weight: bold;
}

.concept01 p {
	padding: 100px 0;
	font-size: 20px;
	line-height: 2.0;
	font-weight: bold;
}

.concept01 p span {
	display: inline-block;
}

.concept01 .photo img {
	width: 100%;
}


#passing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#passing li {
	position: relative;
	width: 49.5%;
	margin: 0 0 15px;
}

#passing li img {
	width: 100%;
}

@-webkit-keyframes passing-bar {
	0% {
		left: 0;
		right: auto;
		width: 0;
	}

	50% {
		left: 0;
		right: auto;
		width: 100%;
	}

	51% {
		left: auto;
		right: 0;
		width: 100%;
	}

	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}

@keyframes passing-bar {
	0% {
		left: 0;
		width: 0;
	}

	50% {
		left: 0;
		width: 100%;
	}

	51% {
		left: 0;
		width: 100%;
	}

	100% {
		left: 100%;
		width: 0;
	}
}

@-webkit-keyframes passing-txt {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes passing-txt {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* css */
.passing-box {
	display: block;
	text-align: center;
}

.passing-bar {
	position: relative;
	/*display: inline-block;
	　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1; */
	/* 任意の値 */
	/* background: -moz-linear-gradient(left, #00A0E9, #7ECEF4);
	background: -webkit-linear-gradient(top, #00A0E9, #7ECEF4);
	background: linear-gradient(to right, #00A0E9, #7ECEF4);
} */

.passing-txt {
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.5;
}
.passing-txt img{
	border-radius: 10px;
}

.active .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}

.active .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation: passing-txt 0s ease .5s 1 normal forwards;
}


.youtube{
	width:100%;
	max-width:815px;
	aspect-ratio:16 / 9;
}

.btn_0{
	width: 100%;
	max-width:550px;
    margin: 100px auto 0;
    padding: 19px 0;
    font-size: 16px;
    line-height: 2;
    border-radius: 35px;
    border: 1px solid #141B4D;
}

@media all and (min-width:960px) and (max-width:1440px) {

	/*	.concept01 h3 img			{ display:block; width:41.388vw; height:auto; margin:0 auto;}*/
	.concept01 p {}
}

@media screen and (max-width:959px) {
	.concept_wrap {
		padding: 0 0 50px 0;
		padding: 0 0 -webkit-calc(7.825vw + 24.96px) 0;
		padding: 0 0 calc(7.825vw + 24.96px) 0;
	}

	.concept__title{
	font-size: 32px;
	font-weight: bold;
}

	.concept01 {
		padding: 20px 0;
		/* padding: -webkit-calc(7.705vw + 16.1px) 0;
		padding: calc(7.705vw + 16.1px) 0; */
	}

	.concept01 h3 {}

	.concept01 h3 img {
		display: block;
		width: 80vw;
		max-width: 596px;
		height: auto;
		margin: 0 auto;
	}

	.concept01 p {
		padding: 55px 0 50px;
		/* padding: -webkit-calc(6.849vw + 14.32px) 0 0;
		padding: calc(6.849vw + 14.32px) 0 0; */
		font-size: 16px;
		/* font-size: -webkit-calc(1.252vw + 6.99px);
		font-size: calc(1.252vw + 6.99px); */
		line-height: 2;
	}
	.passing-txt{
		width: 70.82153%;
		aspect-ratio: 250 / 73.77;

		margin: auto;
	}
	.concept01 div.photo img {
		margin-top: 40px;
	}

	#passing li {
		width: 100%;
		margin-bottom: 5px;
	}
}
