@charset "utf-8";
#ledseminar *{
	margin: 0;
	padding: 0;
}

#ledseminar {
    width: 100%;
    font-size: 16px;
	font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	line-height: 1.8;
	letter-spacing: 0.05rem;
    color: #333;
}


#ledseminar img{
	width: 100%;
	margin: 0 auto;
}

#ledseminar a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#ledseminar .txtlink{
	width: 280px;
	margin: 0 auto;
	padding-top: 2rem;
}

#ledseminar .txtlink a{
	display: inline-block;
	position: relative;
}

@media (max-width: 767px) {
#ledseminar .txtlink a{
	font-size: 16px;
}	
}


#ledseminar .txtlink a::after{
	content: "\f105";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

#ledseminar .txtlink a:hover{
	text-decoration: underline;
}

#ledseminar .sbtn{
	width: 280px;
	margin: 0 auto;
	padding-top: 2rem;
}

@media (max-width: 1024px) {
#ledseminar .sbtn{
	width: 100%;
}
}

@media (max-width: 767px) {
#ledseminar .sbtn{
	width: 100%;
}	
}

#ledseminar .sbtn a{
	display: inline-block;
    width: 100%;
    background: #F5A9B3;
    color: #FFF;
    font-size: 16px;
    padding: 1rem;
    border-radius: 50px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.4;
}

@media (max-width: 767px) {
#ledseminar .sbtn a{
	font-size:16px;
	padding: 1.8rem;
}	
}

#ledseminar .sbtn a::after{
	content: "\f105";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
}

#ledseminar .sbtn a.arrow::after{
	content: "\f107";
    display: block;
    font-family: FontAwesome;
}



#ledseminar .kv{
	width: 100%;
	background: url("../img/kv_bg.png") center no-repeat;
	display: block;
	background-size: 100%;
	height: auto;
	overflow: hidden;
}

@media (max-width: 767px) {
#ledseminar .kv{
	width: 100%;
	background: url("../img/kv_bg_sp.png") top no-repeat;
	display: block;
	background-size: 100%;
	height: auto;
	overflow: hidden;
}	
}

#ledseminar h1{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 8rem 0;
	text-align: center;
}

@media (max-width: 1024px) {
#ledseminar h1{
	max-width:32%;
	padding: 4rem 0;
}	
}

@media (max-width: 767px) {
#ledseminar h1{
	max-width:90%;
	padding: 28rem 0 4rem;
}	
}

#ledseminar h1 .sbtn{
	width: 65%;
	margin: 0 auto;
	padding-top: 4rem;
	display: block;	
}
@media (max-width: 767px) {
#ledseminar h1 .sbtn{
	width: 90%;
	padding-top: 2rem;
}	
}

#ledseminar h1 .sbtn a{
	font-size: 1.8rem;	
}

@media (max-width: 767px) {
#ledseminar h1 .sbtn a{
	font-size: 2.4rem;
    font-weight: 500;
}	
}

#ledseminar .kv_leadttl{
    font-size: 2.8rem;
    background-image: -moz-linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background-image: -webkit-linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background-image: linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background-size: 100% 30%;
    background-repeat: no-repeat;
    background-position: bottom;
}

#ledseminar .sec1{
	background: url("../img/sec1_bg.png") , -moz-linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background: url("../img/sec1_bg.png") , -webkit-linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background: url("../img/sec1_bg.png") , linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
	background-size:100% 100% , 200% 200%;
	animation: bggradient 10s ease infinite;
}

@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


@media (max-width: 767px) {
#ledseminar .sec1{
	background: url("../img/sec1_bg_sp.png") , -moz-linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background: url("../img/sec1_bg_sp.png") , -webkit-linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
    background: url("../img/sec1_bg_sp.png") , linear-gradient(-90deg, #FFE4E4, #F2E8EE, #DFEDFC);
	background-size:100% 100% , 200% 200%;
	animation: bggradient 10s ease infinite;
}	
}


#ledseminar .inner{
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10rem 2rem;	
}

@media (max-width: 767px) {
#ledseminar .inner{
	max-width: 100%;
	padding: 6rem 2rem;
}	
}

#ledseminar h2{
	font-size: 4rem;
	padding-bottom:6rem;
	line-height: 1.2;
}

@media (max-width: 767px) {
#ledseminar h2{
	padding-bottom:4rem;
}	
}

#ledseminar h2 .ttl1{
	display: block;
    width: 14%;
    margin: 0 auto;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
#ledseminar h2 .ttl1{
	width: 30%;
}	
}

#ledseminar .sec2 h2 .ttl1{
	padding-bottom: 4rem;
	width: 18%;
	
}


#ledseminar .txtblock_bg{
	width: 100%;
	background: url("../img/tokumotoyuko.png") right no-repeat;
	display: block;
	overflow: hidden;
	background-size: 440px;
}

@media (max-width: 767px) {
#ledseminar .txtblock_bg{
	background: url(../img/tokumotoyuko.png) top center no-repeat;
	background-size: 308px;
}	
}

#ledseminar .txtblock{
	width: calc(100% - 440px + 4rem);
}

@media (max-width: 767px) {
#ledseminar .txtblock{
	width: 100%;
	padding-top: 324px;
}	
}

#ledseminar .txtblock .logo{
	width: 123px;
	margin: 6rem auto;
}

@media (max-width: 767px) {
#ledseminar .txtblock .logo{
	width: 60px;
	margin:0 auto;
	padding-bottom: 2rem;
}	
}

#ledseminar .tokumoto{
	text-align: left;
	background: #FFFBF3;
	padding: 4rem;
	letter-spacing: 0.08em;
}
@media (max-width: 767px) {
#ledseminar .tokumoto{
	padding: 5rem;
}
}

#ledseminar .tokumoto dt{
	font-weight: 700;
	border-bottom: 1px solid #333;
}

#ledseminar .tokumoto dt span{
	font-size: 3rem;
}

#ledseminar .tokumoto dd:nth-child(n+2){
	font-size: 1.4rem;
	line-height: 1.8;
}

@media (max-width: 767px) {
#ledseminar .tokumoto dd:nth-child(n+2){
	font-size: 14px;	
}
}

#ledseminar .tokumoto dd.first{
	padding-top: 1rem!important;
	padding-bottom: 3rem!important;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
#ledseminar .tokumoto dd.first{
	font-size: 16px;	
}
}




#ledseminar .sec2 .inner{
	position: relative;
}



#ledseminar .sec2  .txtlink{
	position: absolute;
	bottom: 12rem;
	right: -3rem;	
}

@media (max-width: 767px) {
#ledseminar .sec2  .txtlink{
	bottom: 1rem;
	right: -7rem;	
}
}

#ledseminar .sec3{
	width: 100%;
	background: url("../img/point_bg.png") center no-repeat;
	display: block;
	overflow: hidden;

}

#ledseminar .sec3 ul{
	display: flex;
	margin: 4rem auto 0;
	justify-content: space-between;
	font-weight: 600;
}

@media (max-width: 767px) {
#ledseminar .sec3 ul{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}	
}
#ledseminar .sec3 li{
	border-radius: 50%;
    margin: 0 auto;
    width: 218px;
    height: 218px;
    background: #FFE4E4;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	line-height: 1.6;
    padding-top: 3rem;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
#ledseminar .sec3 li{
    width: 180px;
    height: 180px;
}	
}
@media (max-width: 767px) {
#ledseminar .sec3 li{
    width: 158px;
    height: 158px;
	margin: 1rem;
	font-size: 2rem;
    line-height: 1.6;
}	
}
#ledseminar .sec3 li:nth-child(even){
    background: #FFF6F6;
}
#ledseminar .sec3 li::before{
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../img/point_icon01.svg") no-repeat;
	background-size: contain;
	position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
#ledseminar .sec3 li::before{
	top: 20px;
	width: 28px;
	height: 28px;
}	
}

#ledseminar .sec3 li:nth-child(2)::before{
	background: url("../img/point_icon02.svg") no-repeat!important;
    width: 38px;
	height: 38px;
}
#ledseminar .sec3 li:nth-child(3)::before{
	background: url("../img/point_icon03.svg") no-repeat!important;
    width: 38px;
	height: 38px;
}
#ledseminar .sec3 li:nth-child(4)::before{
	background: url("../img/point_icon04.svg") no-repeat!important;
    width: 38px;
	height: 38px;
}
#ledseminar .sec4 h3{
	text-align: left;
	width: 96%;
	margin: 0 auto;
}

#ledseminar .sec4 h3 .icon{
	background: #FFB786;
    font-size:1.8rem;
    vertical-align: middle;
    margin-right: 2rem;
	display: inline-block;
	width: 12%;
	text-align: center;
}

@media (max-width: 767px) {
#ledseminar .sec4 h3 .icon{
	display: block;
	width: 30%;
}	
}



#ledseminar .sec4 li:nth-child(2) .icon{
	background: #E998B1;
}

#ledseminar .sec4 li{
	border-bottom: 1px solid #333;
	margin-bottom: 4rem;
}

#ledseminar .sec4 li.last{
	margin-bottom: 0;
}

#ledseminar .sec4 h3 .match{
	font-size: 1.6rem;
    padding-left: 2rem;
    text-align: right!important;
    font-weight: 400;
}

@media (max-width: 767px) {
#ledseminar .sec4 h3 .match{
	text-align: left!important;
	display: block;
	padding: 0;
}	
}

#ledseminar .sec4 .fbox{
	display: flex;
    margin: 0 auto;
    padding-bottom: 4rem;
	padding-top: 2rem;
	justify-content: space-around;
	width: 96%;
}

@media (max-width: 767px) {
#ledseminar .sec4 .fbox{
	flex-direction: column;
}	
}



#ledseminar .sec4 .seminar_img{
	width: 450px;
}

@media (max-width: 767px) {
#ledseminar .sec4 .seminar_img{
	width: 100%;
}
}

#ledseminar .sec4 .seminar_img img{
	border-radius: 10px;
}

#ledseminar .sec4 .seminar_txt{
	width: calc(100% - 450px + 2rem);
    padding-left: 4rem;
}

@media (max-width: 767px) {
#ledseminar .sec4 .seminar_txt{
	width: 100%;
	padding: 0;
	padding-top: 2rem;
}
}

#ledseminar .sec4 .seminar_time{
	position: relative;
	padding-right: 2rem;
}
#ledseminar .sec4 .seminar_time::after{
    content: "";
    width: 1px;
    height: 50%;
    background-color: #000;
    position: absolute;
    top: 1rem;
	right: 1rem;
}

#ledseminar .sec4 .seminar_price2{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ledseminar .sec4 .seminar_txt_top{
	display: flex;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
    margin-bottom: 1rem;
}

/*@media (max-width: 767px) {
#ledseminar .sec4 .seminar_txt_top{
	font-size: 18px;
}
}*/

#ledseminar .sec4 .seminar_txt_bottom{
	text-align: left;
	font-size: 1.4rem;
}

@media (max-width: 767px) {
#ledseminar .sec4 .seminar_txt_bottom{
	font-size: 14px;
}
}

#ledseminar .sec4 .forrowup{
	width: 430px;
	margin: 0 auto;
	padding: 6rem 0;
}

@media (max-width: 767px) {
#ledseminar .sec4 .forrowup{
	width: 100%;
}
}

#ledseminar .sec4 .forrowup_txt{
	width: 840px;
	margin: 0 auto;
	padding: 6rem 0;
}
@media (max-width: 1024px) {
#ledseminar .sec4 .forrowup_txt{
	width: 100%;
}
}
@media (max-width: 767px) {
#ledseminar .sec4 .forrowup_txt{
	width: 100%;
}
}

#ledseminar .sec4 .forrowup_lead_txt{
	font-weight: 700;
	font-size: 4rem;
	padding-bottom: 6rem;
}

#ledseminar .line{
	background: linear-gradient(transparent 50%, #FFF381 30%);
}

#ledseminar .sm{
	font-size: 1.8rem;
}

#ledseminar .sm2{
	font-size: 1.2rem;
	padding-bottom: 1rem;
}




#ledseminar .notes{
	font-size: 1.2rem;
	text-align: left;
}
#ledseminar .sec4 .inner .notes{
	padding-top: 5px;
}
@media (max-width: 767px) {
#ledseminar .notes{
	font-size: 12px;
}
}

#ledseminar .sec5{
	background: rgba(155,173,200,0.3);
}

#ledseminar .sec5 .inner{
	padding: 6rem 2rem;
}

@media (max-width: 767px) {
#ledseminar .sec5 .inner{
	padding-left: 2rem;
    padding-right: 2rem;
}
}

/*==================================================
動作
===================================*/

.delay-time02{
animation-delay: 0.8s;
}

.delay-time04{
animation-delay: 1.4s;
}



/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.box{
    opacity: 0;
}

/* fadeIn */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}







	

