.ttl_02{
	text-align: center;
}
.ttl_02_jp{
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 1em; 
	color: #0045aa;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
}
.ttl_02_en{
	font-family: "Montserrat", sans-serif;
	font-size: 90px;
	line-height: 1em;
	display: block;
	margin-bottom: 15px;
}
.text_animation {
	background: url(img/top_advaned_logo.jpg) repeat-x 50%;
	background-size: auto 180px;
	animation: text_animation 16s linear infinite;
	height: 180px;
	width: 100%;
	position: absolute;
	top: 60px;
	opacity: 0.04;
	mix-blend-mode: multiply
}
@keyframes text_animation{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -2500px 0;
		/*画像のサイズは8300*/
	}
}
.top_advantage_bg_animation{
	z-index: -100;
	top: 300px;
	width: 100%;
	height: auto;
	left: 0;
	opacity: 0.3
}
.top_advantage{
	padding: 70px 0;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.top_advantage:after{
	content: "";
	display: block;
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;
}
.top_advantage:before{
	content: "";
	display: block;
	height: calc( 100% - 150px );
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	z-index: -1;
}
.top_advantage_list{
	padding: 40px 0
}
.top_advantage_list img{
	width: 75px;
	margin: 0 auto 5px;
}
.top_advantage_list > *{
	text-align: center;
	margin-right: 15px;
}
.top_advantage_list > *:nth-child(1){
	width: 180px;
}
.top_advantage_list > *:nth-child(1) .top_advantage_txt,
.top_advantage_list > *:nth-child(1) img{
	transform: translateX(-20px)
}
.top_advantage_list > *:nth-child(2){
	width: 250px;
}
.top_advantage_list > *:nth-child(2) .top_advantage_txt,
.top_advantage_list > *:nth-child(2) img{
	transform: translateX(-20px)
}
.top_advantage_list > *:nth-child(3){
	width: 190px;
}
.top_advantage_list > *:nth-child(3) .top_advantage_txt,
.top_advantage_list > *:nth-child(3) img{
	transform: translateX(-27px)
}
.top_advantage_list > *:nth-child(4){
	width: 190px;
}
.top_advantage_list > *:nth-child(4) .top_advantage_txt,
.top_advantage_list > *:nth-child(4) img{
	transform: translateX(-27px)
}
.top_advantage_list > *:first-child{
	margin-left: auto;
}
.top_advantage_list > *:last-child{
	margin-right: auto;
}
.top_advantage_txt{
	display: inline-block;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
}
.top_advantage_list02{
	margin: 0 auto;
}
.top_advantage_list02 > *{
	width: calc( 50% - 10px );
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	padding: 20px 20px 10px;
	position: relative;
	overflow: hidden;
	background: url(https://jdp-council.jp/wp-content/themes/jdp/img/top_event_school_list.jpg);
	background-size: cover
}
.top_advantage_list02 > *:nth-child(2n){
	margin-left: 20px;
}
.top_advantage_list02 h3{
	font-size: 21px;
	line-height: 1.6em;
	margin-bottom: 8px;
	position: relative;
	padding-top: 30px;
	letter-spacing: 0;
	margin-bottom: 6px;
}
/*
.top_advantage_list02 > *:after{
	content: "01";
	position: absolute;
	bottom: 0;
	right: -20px;
	text-align: right;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 190px;
	line-height: 1em;
	color: #FFF;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.323),-1px 1px 0 rgba(0, 0, 0, 0.323),1px -1px 0 rgba(0, 0, 0, 0.323),-1px -1px 0 rgba(0, 0, 0, 0.323);
	z-index: -1;
	opacity: 0.3;
}
.top_advantage_list02 > *:nth-child(2):after{
	content: "02";
}
.top_advantage_list02 > *:nth-child(3):after{
	content: "03";
}
.top_advantage_list02 > *:nth-child(4):after{
	content: "04";
}
.top_advantage_list02 > *:nth-child(5):after{
	content: "05";
}
.top_advantage_list02 > *:nth-child(6):after{
	content: "06";
}
*/
.top_advantage_list02 h3:before{
	content: "Point.01";
	font-family: "Montserrat", sans-serif;
	position: absolute;
	top: 0;
	color: #0045AA;
	font-size: 13px;
	line-height: 1.6em;
}
.top_advantage_list02 > *:nth-child(2) h3:before{
	content: "Point.02";
}
.top_advantage_list02 > *:nth-child(3) h3:before{
	content: "Point.03";
}
.top_advantage_list02 > *:nth-child(4) h3:before{
	content: "Point.04";
}
.top_advantage_list02 > *:nth-child(5) h3:before{
	content: "Point.05";
}
.top_advantage_list02 > *:nth-child(6) h3:before{
	content: "Point.06";
}
.counter{
	font-family: "Montserrat", sans-serif;
	font-size: 90px;
	font-weight: bold;
	line-height: 1em;
	color: #0045AA;
	display: inline-block;
	transform: translateY(8px) translateX(-2px);
	letter-spacing: -0.03em;
	background: linear-gradient(#0045AA 0%, #0045AA 50%, #3378dc 51%,#0045AA 70% ,#0045AA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top_advantage_count{
	margin-top: -10px;
}
.top_advantage_count_txt{
	font-weight: bold;
	letter-spacing: 0em;
}
.top_advantage_chuki{
	display: block;
	text-align: right;
	font-size: 12px;
	padding-right: 18px;
}

@media only screen and (max-width: 1150px) {
  .top_advantage{
	padding: 40px 0;
  }
}

@media only screen and (max-width: 1020px) {
  .top_advantage{
	padding: 40px 0 30px;
  }
  .top_advantage_list{
	padding: 20px 0 30px
  }
  .top_advantage_list img{
	width: 60px;
  }
  .top_advantage_list > *{
	text-align: center;
	margin-right: 10px;
  }
  
  .top_advantage_list > *:nth-child(1){
	width: 180px;
  }
  .top_advantage_list > *:nth-child(1) .top_advantage_txt,
  .top_advantage_list > *:nth-child(1) img{
	transform: translateX(-20px)
  }
  .top_advantage_list > *:nth-child(2){
	width: 200px;
  }
  .top_advantage_list > *:nth-child(2) .top_advantage_txt,
  .top_advantage_list > *:nth-child(2) img{
	transform: translateX(-20px)
  }
  .top_advantage_list > *:nth-child(3){
	width: 150px;
  }
  .top_advantage_list > *:nth-child(3) .top_advantage_txt,
  .top_advantage_list > *:nth-child(3) img{
	transform: translateX(-27px)
  }
  .top_advantage_list > *:nth-child(4){
	width: 170px;
  }
  .top_advantage_list > *:nth-child(4) .top_advantage_txt,
  .top_advantage_list > *:nth-child(4) img{
	transform: translateX(-27px)
  }
  
  .counter{
	font-size: 60px;
  }
  .top_advantage_txt{
	font-size: 15px;
  }
  .top_advantage_list02 > *{
	width: calc( 50% - 5px );
	margin-bottom: 10px;
	padding: 10px 15px 10px;
  }
  .top_advantage_list02 > *:nth-child(2n){
	margin-left: 10px;
  }
  .top_advantage_list02 h3{
	font-size: 18px;
	line-height: 1.6em;
  }
  .top_advantage_list02 h3:before{
	font-size: 11px;
	top: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .top_advantage_list > *:nth-child(1){
	width: 160px;
  }
  .top_advantage_list > *:nth-child(2){
	width: 180px;
  }
  .top_advantage_list > *:nth-child(3){
	width: 140px;
  }
  .top_advantage_list > *:nth-child(4){
	width: 140px;
  }
  .counter{
	font-size: 50px;
  }
  .top_advantage_count_txt{
	transform: translateY(5px)
  }
  .top_advantage_list{
	padding: 0 0 10px
  }
  .top_advantage_list02 > *{
	width: 100%;
  }
  .top_advantage_list02 > *:nth-child(2n){
	margin-left: auto;
  }
	.ttl_02_en{
		font-size: 35px;
	}
}
@media only screen and (max-width: 720px) {
  .top_advantage_list > *:nth-child(1){
	width: 40%;
	margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(2){
	width: 40%;
	margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
	width: 40%;
	margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(4){
	width: 40%;
	margin: 0 auto 0 0;
  }
  .counter{
	font-size: 73px;
  }
}
@media only screen and (max-width: 510px) {
  .top_advantage_list{
	margin: 30px auto;
  }
  .top_advantage_list > *:nth-child(1){
	width: calc( 50% - 10px );
	margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(2){
	width: calc( 50% - 10px );
	margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
	width: calc( 50% - 10px );
	margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(4){
	width: calc( 50% - 10px );
	margin: 0 auto 0 0;
  }
  .counter{
	font-size: 60px;
  }
}
@media only screen and (max-width: 470px) {
  .top_advantage_list{
	margin: 30px auto 20px;
  }
  .top_advantage_list > *:nth-child(1){
	width: calc( 50% - 30px );
	margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(2){
	width: calc( 50% - 30px );
	margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
	width: calc( 50% - 30px );
	margin: 0 0 20px auto;
  }
  .top_advantage_list > *:nth-child(4){
	width: calc( 50% - 30px );
	margin: 0 auto 0 0;
  }
  .counter{
	font-size: 50px;
  }
  .top_advantage_list > *:nth-child(1) .top_advantage_txt,
  .top_advantage_list > *:nth-child(1) img{
	transform: translateX(0)
  }
  .top_advantage_list > *:nth-child(2) .top_advantage_txt,
  .top_advantage_list > *:nth-child(2) img{
	transform: translateX(0)
  }
  .top_advantage_list > *:nth-child(3) .top_advantage_txt,
  .top_advantage_list > *:nth-child(3) img{
	transform: translateX(0)
  }
  .top_advantage_list > *:nth-child(4) .top_advantage_txt,
  .top_advantage_list > *:nth-child(4) img{
	transform: translateX(0)
  }
}
@media only screen and (max-width: 400px) {
  .top_advantage_list{
	margin: 30px auto 20px;
  }
  .top_advantage_list > *:nth-child(1){
	width: calc( 50% - 5px );
	margin: 0 0 10px auto;
  }
  .top_advantage_list > *:nth-child(2){
	width: calc( 50% - 5px );
	margin: 0 auto 0 0;
  }
  .top_advantage_list > *:nth-child(3){
	width: calc( 50% - 5px );
	margin: 0 0 10px auto;
  }
  .top_advantage_list > *:nth-child(4){
	width: calc( 50% - 5px );
	margin: 0 auto 0 0;
  }
  .counter{
	font-size: 50px;
  }
}