
.cp{
	display: none;
}


.content-top{
	padding-top: 60px;
}


@media screen and (max-width: 767px){
	.content-top{
		padding-top: 30px;
	}
}


#cp-wrap_top{
    background-image: url(../img_cp/mv.png?1210);
    background-position: top center;
    color: #FFFFFF;
    background-color: #44AADF;
    height: 80vw;
    background-size: 105vw auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 640px){
	#cp-wrap_top {
		background-size: 100% auto;
		height: auto;
		background-image: url(../img_cp/mv_sp.png?211210);
		background-position: center 0px;
	}
}
@media screen and (max-width: 1024px){
	#cp-wrap_top {
		padding-bottom: 188vmin;
		background-size: 100% auto;
		height: auto;
		background-image: url(../img_cp/mv_sp.png?211210);
		background-position: center 0px;
	}
}


/*plan*/
.cp__plan{
	height: 100%;
	
}

.cp__plan_inner_pc{
	width: 100%;
	margin: auto;
	text-align: center;
}
.cp__plan_inner_pc>img{
	max-width: 1000px;
	
	padding: 60px 0 80px;
	
	
}

.cp__plan_inner{
	display: none;
}
@media screen and (max-width: 768px) {
	.cp__plan_inner{
		display: block;
	}
	.cp__plan_inner_pc{
		display: none;
	}
}

.cp__plan_title{
	position: sticky;
	top: -10px;
	background-color: #ffffff;
	padding-top: 70px;
	
}
.cp__plan_detail{
}

/*cv*/
.ribbon__wrapper {
  display: block;
  position: relative;
  box-sizing: border-box;
}

.ribbon_content {
    position: absolute;
    top: -6px;
    right: 15px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }
@media screen and (max-width: 768px) {
	.ribbon_content{
		position: absolute;
		right: -3px;
	}
}

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  background: #696DE5;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #696DE5;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 14px;
}

.ribbon:after {
  right: 18px;
}



/*cdt*/
.cdt_wrapper {
  background-color: #f5eb0b;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cdt_wrapper {
    line-height: 2.5;
    font-size: 1.8rem;
    padding: 6px 20px;
  }
}

.cdt_wrapper small {
  font-size: .6em;
  padding: 0 .4em;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: .6em;
  display: inline-block;
  margin-right: .6em;
}

@media screen and (min-width: 768px) {
  .cdt_txt {
    font-size: .5em;
  }
}

.cdt_txt span {
 color: #02055b;
  display: block;
  line-height: 1;
}

.cdt_date {
  color: #02055b;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
	.cdt_date {
	  font-size: 1.6rem;
	}
}

.cdt_date>span:last-child{
	display: none;
}
.cdt_num {
  background-color: #ffffff;
  padding: 0 .15em;
}

@media screen and (min-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding: .3em .15em;
  }
}


/*cv_btn*/
.cp__btn_wrapper{
	position: relative;
}
.cp__btn {
	font-size: 3.2em;
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 1vw);
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 418px;
    height: 80px;
    color: #02055b;
}
@media screen and (max-width: 767px) {
  .cp__btn {
    font-size: 20px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70vw;
    height: 13vw;
  }
}
.cp__btn:hover {
  opacity: 1;
}
.cp__btn:hover::after {
  top: 10px;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.cp__btn::before {
  position: absolute;
  display: block;
  width: 418px;
  height: 60px;
  content: "";
  border: 2px solid #02055b;
}
@media screen and (max-width: 767px) {
  .cp__btn::before {
    width: 70vw;
    height: 13vw;
	  border: 1px solid #02055b;
  }
}
.cp__btn::after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 5px;
  display: block;
  width: 418px;
  height: 60px;
  content: "";
  transition: 0.3s;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .cp__btn::after {
    width: 70vw;
    height: 13vw;
  top: 3px;
  left: 3px;
  }
}

img.cv__btn_top{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-5vw);
    width: 320px;
	display: block;
    text-align: center;
    margin: auto;
	z-index: 1;
	animation: .5s bound-anim linear infinite alternate;
}
@media screen and (max-width: 767px) {
	img.cv__btn_top{
		transform: translateX(-50%,-22vw);
		animation: .5s bound-anim2 linear infinite alternate;
	}
	
}



/*animation*/
@keyframes bound-anim{
  0%{transform:translate(-50%,-5vw);}
  100%{transform: translate(-50%,-5.5vw);}
}

@keyframes bound-anim2{
  0%{transform:translate(-50%,-22vw);}
  100%{transform: translate(-50%,-24vw);}
}



/*skill*/

.skill__divide-bottom>a.pr_color{
	color: #5159DB;
}

@media screen and (max-width: 767px) {
		.skill__divide-bottom>a{
			font-size: 1.4rem;
		}
}


.skill{
/*display:none*/
  display: none;
  max-width: 1000px;
  margin: auto;
  margin-top:40px;
}
.skill__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  color: #5159DB;
	margin-top: 30px;
}

.skill__title-text{
	margin: 0 8px 10px;
}
@media screen and (max-width: 767px) {
  .skill__title {
	display: none;
  }
  .skill__title svg {
	display: none;
  }
}
.skill__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.skill__title svg:nth-of-type(2) {
  margin-left: 5px;
}

.skill__item-warp{
	display: flex;
	justify-content: space-between;
	position: relative;
    margin-top: 20px;
    padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.skill__item-warp{
		display: block;
		max-width: calc(100% - 20px);
		margin: auto;
	}
}
.skill__item-left{
	border: 1px solid #02055b;
    background-color: white;
}
@media screen and (max-width: 767px) {
	.skill__item-left{
		margin-bottom: 16px;
		margin-top: 24px;
	}
}
.skill__item-left>.skill__item-title{
	font-size: 2.2rem;
	font-weight: 700;
	padding: 12px 0;
	text-align: center;
	color: #ffffff;
	background-color: #5159DB;
}
@media screen and (max-width: 767px) {
	.skill__item-left>.skill__item-title{
		font-size: 1.8rem;
	}
}
.skill__item-subtitle{
	position: relative;
	display: flex;
	justify-content: center;
	padding: 16px 0;
	align-items: center;
}

.skill__item-subtitle.skill__blue::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,11px) rotate(45deg);
	width: 25px;
	height: 25px;
	background-color: #F7F5FF;
}

.skill__item-subtitle.skill__purple::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,11px) rotate(45deg);
	width: 25px;
	height: 25px;
	background-color: #F6F1FC;
}

.skill__blue{
	background-color: #F7F5FF;
	color: #5159DB;
}
.skill__purple{
	background-color: #F6F1FC;
	color: #8B51DB;
}

img.skill__item__icon{
	width: 48px;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	img.skill__item__icon{
		width: 36px;
	}
}
.skill__item-subtext{
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.skill__item-subtext{
		font-size: 1.4rem;
	}
}
.skill__item-right{
	border: 1px solid #02055b;
    background-color: white;
	margin-right: 22px;
}
@media screen and (max-width: 767px) {
	.skill__item-right{
		margin-left: 0;
	}
}
.skill__item-right>.skill__item-title{
	font-size: 2.2rem;
	font-weight: 700;
	padding: 12px 0;
	text-align: center;
	color: #ffffff;
	background-color: #8B51DB;
}
@media screen and (max-width: 767px) {
	.skill__item-right>.skill__item-title{
		font-size: 1.8rem;
	}
}
.skill__item-movie{
	padding: 42px 38px 0px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.skill__item-movie{
	 margin-top: 16px;
	padding: 12px 0% 0px;
	}
}
.skill__item-movie>a>img{
	width: 410px;
}
@media screen and (max-width: 767px) {
		.skill__item-movie>a>img{
			width: 100%;
			padding: 0 10px;
		}
}
@media screen and (max-width: 767px) {
		.skill__item-movie>iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 10px;
		}
}

.skill__bottom-text{
	position: relative;
	font-size: 1.6rem;
	color: #02055B;
	text-align: center;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
		.skill__bottom-text{
			margin-top: -28px;
			font-size: 1.4rem;
		}
}

.skill__bottom-text>span{
	display: block;
	line-height: 6;
}

.skill-arrow{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,0) rotate(90deg);
}
@media screen and (max-width: 767px) {
	.skill-arrow{
		width: 24px;
	}
}
.skill__bottom{	
	margin-bottom: 24px;
}
.skill__bottom-answer{
	font-size: 2.2rem;
    font-weight: 700;
    color: #02055B;
    text-align: center;
}

@media screen and (max-width: 767px) {
		.skill__bottom-answer{
			line-height: 1.5;
			font-size: 1.8rem;
		}
}
.skill__divide{
	display: flex;
	justify-content: center;
	align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #02055b;
    background-image: url("../img/skill_bg.png");
	background-size: cover;
	
}
@media screen and (max-width: 767px) {
		.skill__divide{
			display: block;
			position: relative;
			max-width: calc(100% - 20px);
			background-image: url(../img/skill_bg_sp.png);
		}
}

.skill__divide-center{
	text-align: center;
	padding: 0 22px;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.skill__divide-center{
		text-align: center;
		padding: 0 10px;
		margin-top: 12px;
	}
}
.skill__divide-title{
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	background-color: #8B51DB;
	padding: 6px 4px;
}
@media screen and (max-width: 767px) {
	.skill__divide-title{
		font-size: 1.4rem;
		padding: 12px 0px;
	}	
}
.skill__divide-title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%,6px) rotate(45deg);
    width: 14px;
    height: 14px;
    background-color: #8B51DB;
}
.skill__divide-text{
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #8B51DB;
	padding: 24px 0;
}
@media screen and (max-width: 767px) {
	.skill__divide-text{
		text-align: left;
		font-size: 1.2rem;
		letter-spacing: 0;
		padding-left: 4px;
		padding-bottom: 16px;
	}
}
.skill__divide-text>span{
	display: block;
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	padding-top: 6px;
}
@media screen and (max-width: 767px) {
	.skill__divide-text>span{
		font-size: 4.4vw;
		padding-top: 12px;
	}
}
@media screen and (max-width: 767px) {
		.skill__divide-left{
			display: none;
		}
}
@media screen and (max-width: 767px) {
		.skill__divide-right{
			position: absolute;
			right: 8px;
			bottom: 8px;
			width: 88px;
		}
}

.skill__divide-bottom {
    font-size: 1.6rem;
    margin: 14px auto 20px;
    /* margin-bottom: 20px; */
    text-align: center;
    color: #ffffff;
    background-color: #5159DB;
    border: solid 2px #ffffff;
    box-shadow: 6px 6px 0px #5159db7a;
    width: 420px;
    height: auto;
    padding: 20px;
    font-weight: 700;
    border-radius: 40px;
}


@media screen and (max-width: 767px) {
	.skill__divide-bottom{
		font-size: 1.5rem;
		line-height: 1.3;
		margin-bottom: 80px;
		width: calc(100% - 20px);
	}
	
}

#ae_color{
	    background-color: #8B51DB;
		box-shadow: 6px 6px 0px #8B51DB7a;
}

.skill__divide-bottom>a{
	display: inline;
    margin-top: 3px;
    text-align: center;
    color: #ffffff;
}

.skill__divide-bottom>a:hover{
    border-bottom: solid 1px #8B51DB;
}


