.inner_wrap{
  margin: 0 auto;
  max-width: 1162px;
  padding: 180px 50px;
}
._center{
  text-align: center;
}
.tit_txt{
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.txt_sub{
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  margin-top: 24px;
}
.txt_ps{
  color: #777;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 60px;
  text-align: center;
}
.cont{
  margin-top: 60px;
}
.tit_txt strong{
  color: #1BAEF5;
}
.tit_sub{
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  margin-top: 16px;
}
.btn_group{
  text-align: center;
  margin-top: 60px;
}
.btn_cta {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 48px 0 52px;
	height: 56px;
	color: #fff;
	background: #222;
	font-size: 18px;
	font-weight: 600;
	text-indent: 12px;
	border-radius: 8px;
  opacity: 0;
  animation: btnAni .8s ease .2s forwards;
}
.btn_cta::after {
	content: "";
	display: inline-block;
	margin-left: 2px;
	width: 24px;
	height: 24px;
	background: #fff;
	mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
	-webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
	mask-position: center;
	mask-size: 100%;
}
.reverse_btn{
  background: #1BAEF5;
  color: #fff;
}
.white_btn{
  background: #fff;
  color: #222;
}
.white_btn:after{
  background: #222;
}
.sec_visual{
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/bg_visual.png) 50% 50% no-repeat;
  background-size: cover;
}
.sec_visual .tit{
  animation: titAni .8s ease;
}
.sec_visual .tit_sub{
  font-size: 18px;
}
@keyframes titAni {
  0%{
    opacity: 0;
    transform: translate(0, 60%);
  }
  100%{
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes btnAni {
  0%{
    opacity: 0;
    transform: translate(-60%, 0);
  }
  100%{
    opacity: 1;
    transform: translate(0, 0);
  }
}
.sec_visual .tit{

}
.sec_visual .tit_txt{
  font-size: 52px;
}
.sec_visual .tit_img{
  width: 350px;
}
.sec_visual .inner_wrap{
  padding: 71px 50px 356px;
}
.sec_visual .btn_group{
  margin-top: 32px;
}
.event_target{
  background: #1BAEF5;
  color: #fff;
}
.event_target ul{
  display: flex;
  gap: 24px;
}
.event_target ul li{
  transform: translate(0,60px);
  opacity: 0;
  transition: .5s ease;
}
.event_target ul li.__ani{
  transform: translate(0,0);
  opacity: 1;
}
.event_target ul li p{
  border-top: 2px solid rgba(255,255,255,0.5);
  padding-top: 24px;
  margin-top: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}
.event_benefit{
  padding-top: 140px;
}
.event_benefit .inner_wrap{
  padding-top: 0;
}
.event_benefit .tit_txt{
  position: sticky;
  top: 72px;
  padding: 40px 0 20px;
  background: #fff;
  border-bottom: 1px solid #E4E4E4;
  z-index: 20;
}
.benefit_wrap + .benefit_wrap{
  margin-top: 180px;
}
.benefit_wrap:nth-child(3){
  margin-top: 241px;
}
.benefit_wrap .tit span{
  color: #1BAEF5;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  display: block;
  margin-bottom: 8px;
}
.benefit_wrap .cont{
  text-align: left;
}
.benefit_wrap .cont .benefit_tit{
  display: flex;
  justify-content: space-between;
}
.benefit_wrap .img_box{
  position: relative;
  width: 519px;
  overflow: hidden;
  border-radius: 16px;
  font-size: 0;
  line-height: 0;
}
.slide_tit{
  display: flex;
  justify-content: space-between;
}
.benefit_tit{
  text-align: left;
}
.benefit_wrap:first-child{
  margin-top: 60px;
}
.benefit_wrap .img_slide{
  display: none;
  padding-bottom: 43px;
}
.benefit_wrap .img_slide.active{
  display: block;
}
.benefit_wrap .img_slide .swiper-slide{
  border-radius: 16px;
  overflow: hidden;
}
.benefit_wrap .img_slide .swiper-pagination-progressbar{
  top: auto;
  left: 65px;
  bottom: 15px;
  width: calc(100% - 59px);
  border-radius: 25px;
  background: rgba(34,34,34,0.15);
}
.benefit_wrap .img_slide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  border-radius: 4px;
  background: #6d757c;
}
.img_slide .swiper-wrapper{
  justify-content: flex-start;
}
.img_slide .swiper-pagination-fraction{
  display: inline-flex;
  position: absolute;
  font-size: 18px;
  line-height: 1.7;
  bottom: 0;
}
.benefit_tab{
  display: flex;
  gap: 12px;
  width: 307px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.benefit_tab li a{
  display: block;
  border-radius: 8px;
  height: 40px;
  width: 147px;
  background: #f1f4f8;
  color: rgba(34,34,34,0.5);
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit_tab li a.active{
  background: #1BAEF5;
  color: #fff;
}
.swiper-button-prev,.swiper-button-next{
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
  backdrop-filter: blur(5px);
  border-radius: 50px;
  overflow: hidden;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0.5;
}
.swiper-button-prev::after,.swiper-button-next::after{
  display: none;
}
.swiper-button-prev{
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/ico_arrow_prev.png) 50% 50% no-repeat;
  background-size: 36px auto;
}
.swiper-button-next{
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/ico_arrow_next.png) 50% 50% no-repeat;
  background-size: 36px auto;
}
.benefit_box{
  display: flex;
  margin-top: 24px;
  border-radius: 16px;
  background: linear-gradient(0deg, #FFF 0%, #FAFAFA 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
  padding: 24px 30px;
  transform: translate(0,60px);
  opacity: 0;
  transition: .5s ease;
}
.benefit_box.__ani{
  transform: translate(0,0);
  opacity: 1;
}
.benefit_box p{
  color: #222;
  font-size: 16px;
  line-height: 140%;
}
.benefit_box p strong{
  font-weight: 700;
  display: block;
}
.benefit_wrap:nth-child(2n) .tit{
  text-align: right;
}
.benefit_wrap:nth-child(2n) .cont .benefit_tit{
  flex-direction: row-reverse;
}
.benefit_wrap:nth-child(2n) .img_box{
  border-radius: 16px;
  /* 
  background: #00398C;
  height: 400px;
  */
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefit_check{
  display: flex;
  gap: 24px;
  justify-content: center;
}
.benefit_check .benefit_box:before{
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/ico_check.png) 50% 50% no-repeat;
  background-size: 27px auto;
}
.benefit_check .benefit_box{
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: calc(50% - 10px);
}
.benefit_check .benefit_box strong{
  color: #1BAEF5;
}
.benefit_check .benefit_box p{
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  opacity: 0.5;
}
.event_support{
  background: #222;
  color: #fff;
}
.event_support .cont {
  display: flex;
  text-align: center;
  gap: 21px;
}
.event_support .cont p{
  font-size: 20px;
}
.event_support .cont li{
  transform: translate(0,60px);
  opacity: 0;
  transition: all .5s ease;
}
.event_support .cont li.__ani{
  transform: translate(0,0);
  opacity: 1;
}
.event_support .cont li:nth-child(2){
  transition-delay: .1s;
}
.event_support .cont li:nth-child(3){
  transition-delay: .2s;
}
.event_support .cont li:nth-child(4){
  transition-delay: .3s;
}
.event_support .cont li strong{
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; 
}
.event_support .cont li p::before{
  content: '';
  display: block;
  width: 100%;
  height: 27px;
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/line_arrow.png) 50% 100% no-repeat;
  background-size: contain;
}
.event_support .cont li:last-child p::before{
  background-image: none;
  border-bottom: 2px solid #9a9a9a;
  margin-bottom: 5px;
  height: 20px;
}
.event_cloud{
  background: linear-gradient(0deg, #C9EDFF 50%, #FFF 100%);
}
.event_cloud .tit{
  position: relative;
}
.event_cloud .img_box{
  position: absolute;
  right: 0;
  top: -92px;
  width: 579px;
  z-index: 1;
}
.event_cloud .img_box{
  animation: cloudAni 1.5s linear alternate infinite;
}
@keyframes cloudAni {
  0%{
    transform: translateY(-25px);
  }
  1000%{
    transform: translateY(0);
  }
}
.event_cloud .inner_wrap{
  max-width: 1380px;
}
.event_cloud .cont{
  border-radius: 16px;
  background: #FFF;
  text-align: center;
  padding: 60px;
  position: relative;
  z-index: 2;
}
.event_cloud .cont .ico_box{
  display: flex;
  justify-content: center;
  gap: 60px;
}
.event_cloud .cont .ico_box li{
  width: 136px;
}
.event_cloud .cont .ico_box li strong{
  color: #1BAEF5;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
}
.event_cloud .cont .ico_box li p{
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}
.event_review li .talk:after{
  content: '';
  width: 25px;
  height: 223px;
  display: block;
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/ico_talk.png) 50% 50% no-repeat;
  background-size: 25px 23px;
}
.event_review li:nth-child(2n) .talk:after{
  position: absolute;
  top: 0;
  right: -25px;
  transform: rotate(180deg);
}
.event_review li:nth-child(2n-1) .talk:after{
  left: -25px;
  position: absolute;
  top: 0;
}
.event_review li{
  display: flex;
}
.event_review li + li{
  margin-top: 40px;
}
.event_review li .talk::before{
  content: '';
  display: block;
  width: 156px;
  height: 28px;
  background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/ico_star.png) 50% 50% no-repeat;
  background-size: 156px 28px;
}
.event_review li:nth-child(2n){
  flex-direction: row-reverse;
}
.event_review .cont{
  flex-direction: column;
}
.event_review .talk{
  border-radius: 16px;
  background: #F1F4F8;
  position: relative;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1.7;
  padding: 32px;
  width: calc(100% - 300px);
}
.event_review .cont li> img{
  width: 300px;
}
.event_review .talk span{
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  color: rgba(34,34,34,0.5);
  display: block;
  text-align: right;
}
.event_office{
  background: #f1f4f8;
}
.event_office .tit_txt{
  text-align: center;
  margin-bottom: 80px;
}
.herb-list .swiper-slide{
  text-align: left;
}
.swiper-pagination-num{
  color: #d6d8d9;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%; 
  margin-top: 12px;
  display: block;
  position: absolute;
}
.swiper-pagination-current,.current{
  color: #6D757C;
  margin-right: 3px;
}
.swiper-pagination-total{
  color: #d6d8d9;
  margin-left: 3px;
}
@media (min-width: 961px) {
  .btn_cta{
    transition: all .3s ease;
  }
  .btn_cta:hover{
    background: #1BAEF5;
  }
  .btn_cta::after{
    transition: all .3s ease;
  }
  .reverse_btn:hover{
    background: #222;
    color: #fff;
  }
  .reverse_btn:hover:after{
    background: #fff;
  }
  .white_btn:hover::after{
    background: #fff;
  }
  .white_btn:hover{
    background: #222;
    color: #fff;
  }
  .review_slide .swiper-pagination-num,.event_office .swiper-pagination-num{
    display: none;
  }
}
@media (max-width: 960px) {
  .tit_sub{
    font-size: 16px;
  }
  .btn_cta{
    font-size: 16px;
    padding: 0 28px 0 34px;
  }
  .tit_txt{
    font-size: 28px;
  }
  .tit_sub{
    font-size: 18px;
  }
  .txt_ps{
    font-size: 16px;
    margin-top: 24px;
  }
  .txt_sub{
    font-size: 18px;
  }
  .cont{
    margin-top: 40px;
  }
  .inner_wrap{
    padding: 130px 20px;
  }
  .btn_group{
    margin-top: 40px;
  }
  .sec_visual{
    background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/bg_visual_mo.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .benefit_wrap .tit{
    width: 100%;
  }
  .sec_visual .tit_txt{
    font-size: 32px;
    margin-bottom: -10px;
  }
  .benefit_tab{
    gap: 8px;
    width: 100%;
  }
  .benefit_tab li{
    width: calc(50% - 4px);
  }
  .benefit_tab li a{
    font-size: 16px;
    width: 100%;
  }
  .tit_txt strong{
    display: block;
  }
  .sec_visual .tit_sub{
    font-size: 16px;
    font-weight: 400;
  }
  .sec_visual .tit_img{
    width: 205px;
  }
  .event_target ul{
    gap: 40px;
    flex-direction: column;
  }
  .benefit_wrap .img_slide .swiper-slide{
    border-radius: 8px;
  }
  .event_target ul li p{
    border-top: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .event_target ul li:last-child p{
    border-bottom: none;
    padding-bottom: 0;
  }
  .sec_visual .inner_wrap{
    padding: 40px 50px 176px;
  }
  .benefit_wrap .cont{
    margin-top: 0;
  }
  .benefit_wrap{
    text-align: center;
  }
  .benefit_wrap .img_box{
    width: 100%;
    margin-top: 24px;
    padding-bottom: 39px;
  }
  .benefit_wrap:nth-child(3) .img_box{
    padding-bottom: 0;
  }
  .benefit_wrap .tit{
    text-align: center;
    margin: 0 auto;
  }
  .benefit_wrap .tit span{
    font-size: 22px;
  }
  .benefit_wrap .tit h3{
    font-size: 26px;
  }
  .benefit_wrap .img_slide .swiper-pagination-progressbar{
    height: 2px;
    bottom: 13px;
  }
  .img_slide .swiper-pagination-fraction{
    font-size: 16px;
    font-weight: 400;
  }
  .event_benefit{
    padding-top: 100px;
  }
  .event_benefit .inner_wrap{
    padding-top: 40px;
  }
  .event_benefit .tit_txt{
    top: 60px;
    padding-top: 30px;
  }
  .benefit_wrap:first-child{
    margin-top: 0;
  }
  .benefit_tab{
    margin: 24px auto 0;
  }
  .benefit_box{
    flex-wrap: wrap;
    padding: 22px 17.5px 32px;
    gap: 24px 20px;
  }
  .benefit_wrap:nth-child(2n) .benefit_box{
    padding: 20px;
  }
  .benefit_box li{
    width: calc(50% - 10px);
    font-size: 0;
  }
  .benefit_box li img{
    height: 70px;
  }
  .slide_tit, .benefit_wrap:nth-child(2n) .cont .benefit_tit{
    align-items: center;
    flex-direction: column;
  }
  .benefit_wrap:nth-child(2n) .tit{
    text-align: center;
  }
  .benefit_wrap:nth-child(2n) .img_box{
    /* height: 258px; */
  }
  .benefit_check{
    flex-direction: column;
    margin-top: 24px;
  }
  .benefit_check .benefit_box{
    text-align: center;
    width: 100%;
    font-size: 22px;
    gap: 4px;
    padding: 24px;
    margin-top: 0;
  }
  .benefit_check .benefit_box p{
    font-size: 16px;
  }
  .benefit_wrap .cont .benefit_tit{
    flex-direction: column;
  }
  .benefit_wrap:nth-child(2n) .img_box{
    padding-bottom: 0;
  }
  .benefit_wrap + .benefit_wrap{
    margin-top: 130px;
  }
  .event_support .cont{
    flex-wrap: wrap;
    gap: 40px 21px;
  }
  .event_support .cont li{
    width: calc(50% - 12px);
  }
  .event_support .cont li:last-child p::before{
      height: 9px;
      border-bottom: 1px solid #9a9a9a;
      margin-bottom: 7px;
  }
  .event_support .cont p{
    font-size: 14px;
    margin-top: 0;
  }
  .event_support .cont li strong{
    font-size: 18px;
  }
  .event_support .cont li p::before{
    background: url(/wp-content/themes/fastfive/assets/event/240829_it_program/img/line_arrow_mo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 162px;
    height: 16px;
    margin: 0 auto;
  }
  .event_cloud .cont{
    margin-top: 149px;
  }
  .event_cloud .cont .ico_box{
    flex-wrap: wrap;
    gap: 24px 8px;
  }
  .txt_sub + .txt_sub{
    margin-top: 16px;
  }
  .event_cloud .cont .ico_box li{
    width: calc(50% - 4px);
  }
  .event_cloud .cont{
    padding: 60px 20px;
  }
  .event_cloud .cont .ico_box li img{
    width: 100px;
  }
  .event_cloud .cont .ico_box li strong{
    font-size: 24px;
    display: block;
  }
  .event_cloud .cont .ico_box li p{
    font-size: 18px;
  }
  .event_cloud .img_box{
    right: -20px;
    width: 326px;
    top: 214px;
  }
  .event_cloud .tit_sub{
    position: relative;
    z-index: 2;
  }
  .event_cloud .cont .ico_box + .txt_sub{
    margin-top: 40px;
  }
  .event_review li,.event_review li:nth-child(2n){
    flex-direction: column;
  }
  .event_review li .talk::before{
    width: 121px;
    height: 21px;
    margin: 0 auto;
    background-size: 121px auto;
  }
  .event_review li .talk:after{
    display: none;
  }
  
  .event_review .review_slide{
    width: 335px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .event_review .review_slide li{
    width: 335px;
  }
  .event_review .review_slide .swiper-pagination-progressbar{
    top: auto;
    bottom: 23px;
    left: 60px;
    position: absolute;
    width: calc(100% - 56px);
    border-radius: 6px;
    height: 2px;
  }
  .event_review .review_slide .cont{
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 0;
  }
  .event_review .talk{
    font-size: 18px;
    text-align: center;
    padding-top: 75px;
    width: 100%;
  }
  .event_review .talk span{
    font-size: 16px;
    text-align: center;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #222;
    border-radius: 6px;
  }
  .swiper-pagination-fraction{
    display: inline-flex;
    font-size: 16px;
  }
  .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: auto;
    bottom: 15px;
    width: calc(100% - 102px);
    left: 56px;
    border-radius: 25px;
  }
  .swiper-pagination-fraction{
    margin-top: 12px;
  }
  .event_review .cont li > img{
    height: auto;
    width: 134px;
    margin: 0 auto -46px;
    position: relative;
    z-index: 1;
  }
  .event_office .tit_txt{
    margin-bottom: 40px;
  }
  .event_office .inner_wrap{
    padding: 90px 0 110px;
  }
  .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{
    height: 2px;
    bottom: 23px;
    left: 60px;
  }
  .herb-swiper0{
    padding-bottom: 50px;
  }
  .swiper-button-prev, .swiper-button-next{
    display: none;
  }
}