@charset "utf-8";

.main .sec:last-child{
  padding-bottom: 15rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

}



/*-------------------------------
	アーカイブ配信
-------------------------------*/

/*----- 導入 */
.Live-archive__category{
	width: 18rem;
	height: 6rem;
	margin-bottom: 4rem;
	border-radius: .6rem;
	font-weight: 700;
	font-size: 2.7rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--maincolor);
}
.Live-archive__category::before{
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Live-archive__category.-seminar{
	letter-spacing: .2em;
}
.Live-archive__category.-seminar::before{
	width: 2.5rem;
    height: 2.4rem;
	margin-right: 1.5rem;
	background-image: url(../images/common/icon_seminar-white.svg);
}
.Live-archive__category.-tournament{
	letter-spacing: .4em;
}
.Live-archive__category.-tournament::before{
	width: 1.9rem;
  height: 3rem;
	margin-right: 2rem;
	background-image: url(../images/common/icon_tournament-white.svg);
}
.Live-archive__title{
	font-size: 3.6rem;
	margin-bottom: 6rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}

.Live-archive__date{
  margin-bottom: 8rem;
  text-align: center;
}
.Live-archive__dateTtl{
  color: var(--maincolor);
  font-size: 2.4rem;
  line-height: calc(42/ 24);
  font-weight: 700;
}
.Live-archive__dateTxt{
  font-size: 2.4rem;
  line-height: calc(42/ 24);
  font-weight: 700;
}
.Live-archive__mainphoto{
  width: 100%;
  margin-bottom: 12rem;
}
.Live-archive__mainphoto img{
  width: 100%;
}

.Live-archive-nav{
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.Live-archive-nav__item{
  color: var(--subcolor);
  font-size: 2.8rem;
}
.Live-archive-nav__item:not(:last-child){
  margin-right: 1.3em;
}
.Live-archive-nav__item a{
  font-weight: 700;
}
.Live-archive-nav__item a::before{
  content: ">";
}

/*----- 動画コンテンツ */
/* 動画ベース */
.Live-archive-block{
  border-top: 2px solid var(--maincolor);
  width: 100%;
  padding-bottom: 10rem;
  padding-top: 3rem;
}
.Live-archive-block__title{
  width: 100%;
  font-size: 3.2rem;
  letter-spacing: .1em;
  margin-bottom: 2rem;
  line-height: 2;
  font-weight: 700;
}
.Live-archive-block__text{
  font-size: 2.4rem;
  margin-bottom: 6rem;
  line-height: 1.75;
}
.Live-archive-block__video{
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.Live-archive-block__video__image{
  width: 100%;
  height: 45rem;
  position: relative;
  z-index: 4000;
}
.Live-archive-block__video__image::before{
  content: "";
  width: 8.2rem;
  height: 5.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
  background-image: url(../images/common/icon_youtube-play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.Live-archive-block__video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Live-archive-block__video__iframe{
  width: 100%;
  height: 45rem;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 6000;
  cursor: pointer;
}
.Live-archive-block__video iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 発表No・バッジありレイアウト */
.Live-archive-block__item:not(:last-child){
  margin-bottom: 8rem;
}
.Live-archive-block__number-text{
  width: 100%;
  padding-left: 16rem;
  margin-bottom: 4rem;
  min-height: 15.1rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.Live-archive-block__number-text .Live-archive-block__text{
  margin-bottom: 0;
}
.Live-archive-block__badge{
  width: 12rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.Live-archive-block__badge img{
  width: 100%;
}
.Live-archive-block__number{
  color: var(--maincolor);
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.75;
  display: block;
}

/* 開会挨拶 */

/* 来賓挨拶 */

/* 講演会 */

/* 招待事例 */

/* 学校事例 */
.Live-archive-block.-school{
  padding-bottom: 18rem;
}
.Live-archive-block.-school .Live-archive-block__video.-comment{
  margin-top: 2rem;
}
.Live-archive-block.-school .Live-archive-block__video__title{
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.75;
}

/* 事例 */
.Live-archive-casestudy-wrap{
  margin-bottom: 22rem;
}
.Live-archive-casestudy:not(:last-child){
  margin-bottom: 18rem;
}
.Live-archive-casestudy__header{
  margin-bottom: 10rem;
}
.Live-archive-casestudy__header__title{
  background: var(--maincolor);
  width: 100%;
  height: 7rem;
  font-size: 2.7rem;
  margin-bottom: 6rem;
  border-radius: .6rem;
  letter-spacing: .1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;;
  color: #fff;
}
.Live-archive-casestudy__header__text{
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/* 運営事例 */

/* 改善事例 */
.Live-archive-block.-casestudy_group2{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__item{
  width: calc((100% - 3rem) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__number-text{
  padding-left: 12.3rem;
  margin-bottom: 3rem;
  min-height: 13.6rem;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__badge{
  width: 10.8rem;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video__title{
  font-size: 2rem;
  margin-bottom: .5rem;
  line-height: 1.75;
  font-weight: 700;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1{
  max-width: 100%;
  margin-bottom: 2rem;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1 .Live-archive-block__video__image,
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1 .Live-archive-block__video__iframe{
  height: 27rem;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1 .Live-archive-block__video__image::before{
  width: 4.9rem;
  height: 3.5rem;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2,
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3{
  max-width: 100%;
  width: calc((100% - 2rem) / 2);
  margin: unset;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2 .Live-archive-block__video__image,
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3 .Live-archive-block__video__image,
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2 .Live-archive-block__video__iframe,
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3 .Live-archive-block__video__iframe{
  height: 12.8rem;
}
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2 .Live-archive-block__video__image::before,
.Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3 .Live-archive-block__video__image::before{
  width: 4.7rem;
  height: 3.3rem;
}

/* その他の事例 */

/* 閉会挨拶 */
.Live-archive-block.-end{
  padding-bottom: 14rem;
}

/*----- 審査結果 */
.Live-archive-result{
  border-top: 2px solid var(--maincolor);
  padding-bottom: 16.8rem;
  padding-top: 3rem;
}
.Live-archive-result__title{
  font-size: 3.2rem;
  letter-spacing: .1em;
  margin-bottom: 2rem;
  line-height: 2;
  font-weight: 700;
}
.Live-archive-result__image-wrap{
  margin-bottom: 14rem;
}
.Live-archive-result__image{
  width: 100%;
}
.Live-archive-result__image:not(:last-child){
  margin-bottom: 4rem;
}
.Live-archive-result__image img{
  width: 100%;
}

/*----- 行事担当連絡先 */
.Live-archive-address{
  border: 4px solid var(--subcolor);
  padding: 6rem 10rem;
  margin-bottom: 15rem;
  letter-spacing: 0;
}
.Live-archive-address__title{
  color: var(--subcolor);
  font-size: 3rem;
  margin-bottom: 6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.Live-archive-address__name{
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.Live-archive-address__address{
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.75;
}
.Live-archive-address__contact{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.Live-archive-address__contact::before{
  content: attr(data-tag);
  width: 8.5rem;
  display: block;
}

/*----- ダウンロードボタン */
.Live-archive__button{
	width: 100%;
	max-width: 52rem;
	height: 14rem;
	margin-left: auto;
	margin-right: auto;
}
.Live-archive__button a{
	width: 100%;
	height: 100%;
	font-size: 2.6rem;
	border-radius: 26rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--subcolor);
}
.Live-archive__button a::after{
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	margin-left: 4rem;
	padding-left: .3rem;
	border: 2px solid #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: .9rem 1.5rem;
	background-image: url(../images/common/icon_arrow-white.svg);
	display: block;
	content: "";
}

/*----- 戻るボタン  */
.Live-archive-back{
	text-align: center;
}
.Live-archive-back a{
	padding-top: 0;
	padding-bottom: 0;
	font-size: 3.4rem;
	font-weight: 700;
	display: inline-block;
}
.Live-archive-back span{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.Live-archive-back span::after{
	width: 7.6rem;
	height: 7.6rem;
	border-radius: 50%;
	margin-left: 3.3rem;
	padding-left: .4rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.3rem 2.2rem;
	background-image: url(../images/common/icon_arrow-blue.svg);
	display: block;
	content: "";
	border: .4rem solid var(--subcolor);
}

/*----- アンケートボタン */
.fix-enquete{
  background-color: var(--subcolor);
  z-index: 9800;
  padding-top: 1rem;
  bottom: 8.5rem;
  right: 3rem;
  position: fixed;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 19.8rem;
  height: 19.8rem;
  line-height: 1.375;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.fix-enquete::after{
  margin-top: 1.6rem;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/common/enquete.svg);
  display: block;
  content: "";
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:768px) , print{

  .Live-archive__inner{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  /*----- 導入 */
  .Live-archive__category{
    width: 27rem;
    height: 9rem;
    margin-bottom: 5.6rem;
    border-radius: .9rem;
    font-size: 4rem;
  }
  .Live-archive__category.-seminar::before{
		width: 3.7rem;
		height: 3.5rem; 
  }
  .Live-archive__category.-tournament::before{
		width: 2.9rem;
		height: 4.4rem;
  }
  .Live-archive__title{
    font-size: 5rem;
    line-height: 1.5;
    margin-bottom: 9rem;
  }

  .Live-archive__date{
    margin-bottom: 6rem;
  }
  .Live-archive__dateTtl{
    font-size: 3.6rem;
    line-height: 1.75;
  }
  .Live-archive__dateTxt{
    font-size: 3rem;
    line-height: 2.1;
  }
  .Live-archive__mainphoto{
    margin-bottom: 14.2rem;
  }
  .Live-archive__mainphoto img{
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }

  .Live-archive-nav{
    margin-bottom: 3rem;
    justify-content: center;
  }
  .Live-archive-nav__item{
    font-size: 3.4rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
  .Live-archive-nav__item:not(:last-child){
    margin-right: 1em;
  }
  .Live-archive-nav__item:nth-of-type(1){
    margin-left: 10rem;
  }
  .Live-archive-nav__item:nth-of-type(2){
    margin-right: 10rem;
  }

  /*----- 動画コンテンツ */
  /* 動画ベース */
  .Live-archive-block{
    padding-bottom: 12rem;
    padding-top: 5rem;
  }
  .Live-archive-block__title{
    font-size: 4.4rem;
    margin-bottom: 4rem;
    line-height: calc(64 / 44);
  }
  .Live-archive-block__text{
    font-size: 3rem;
  }
  .Live-archive-block__video{
    max-width: calc(100% - 4rem);
  }
  .Live-archive-block__video__image{
    height: 34.3rem;
  }
  .Live-archive-block__video__iframe{
    height: 34.3rem;
  }

  /* 発表No・バッジありレイアウト */
  .Live-archive-block__number-text{
    max-width: calc(100% - 4rem);
    padding-left: 14rem;
    min-height: 22.7rem;
  }
  .Live-archive-block__number{
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }

  /* 開会挨拶 */
  .Live-archive-block.-start .Live-archive-block__title{
    margin-bottom: 2rem;
  }

  /* 来賓挨拶 */
  .Live-archive-block.-guest .Live-archive-block__title{
    margin-bottom: 2rem;
  }

  /* 講演会 */
  .Live-archive-block.-seminar .Live-archive-block__title{
    margin-bottom: 2rem;
  }

  /* 招待事例 */

  /* 学校事例 */
  .Live-archive-block.-school{
    padding-bottom: 16rem;
  }
  .Live-archive-block.-school .Live-archive-block__video.-comment{
    margin-top: 4rem;
  }
  .Live-archive-block.-school .Live-archive-block__video__title{
    font-size: 3.4rem;
  }

  /* 事例 */
  .Live-archive-casestudy-wrap{
    margin-bottom: 16rem;
  }
  .Live-archive-casestudy:not(:last-child){
    margin-bottom: 16rem;
  }
  .Live-archive-casestudy__header__title{
    height: 10.5rem;
    font-size: 4rem;
    margin-bottom: 8rem;
    border-radius: .9rem;
  }
  .Live-archive-casestudy__header__text{
    font-size: 4.8rem;
  }

  /* 運営事例 */

  /* 改善事例 */
  .Live-archive-block.-casestudy_group2 .Live-archive-block__item{
    width: 100%;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__number-text{
    margin-bottom: 4rem;
    padding-left: 14rem;
    min-height: 22.7rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__badge{
    width: 12rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video__title{
    font-size: 3rem;
    margin-bottom: .6rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1{
    max-width: calc(100% - 4rem);
    margin-bottom: 4rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1 .Live-archive-block__video__image,
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1 .Live-archive-block__video__iframe{
    height: 34.3rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video1 .Live-archive-block__video__image::before{
    width: 8.2rem;
    height: 5.8rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2,
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3{
    width: calc((100% - 6rem) / 2);
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2{
    margin-left: 2rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3{
    margin-right: 2rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2 .Live-archive-block__video__image,
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3 .Live-archive-block__video__image,
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2 .Live-archive-block__video__iframe,
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3 .Live-archive-block__video__iframe{
    height: 16.8rem;
  }
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video2 .Live-archive-block__video__image::before,
  .Live-archive-block.-casestudy_group2 .Live-archive-block__video.-video3 .Live-archive-block__video__image::before{
    width: 5.9rem;
    height: 4.2rem;
  }

  /* その他の事例 */

  /* 閉会挨拶 */
  .Live-archive-block.-end{
    padding-bottom: 16rem;
  }
  .Live-archive-block.-end .Live-archive-block__title{
    margin-bottom: 2rem;
  }

  /*----- 審査結果 */
  .Live-archive-result{
    padding-bottom: 16rem;
    padding-top: 5rem;
  }
  .Live-archive-result__title{
    font-size: 4.4rem;
    margin-bottom: 6rem;
    line-height: calc(64 / 44);
  }
  .Live-archive-result__image-wrap{
    margin-bottom: 12rem;
  }
  .Live-archive-result__image img{
    width: calc(100% + 4rem);
    transform: translateX(-2rem);
  }

  /*----- 行事担当連絡先 */
  .Live-archive-address{
    border: .6rem solid var(--subcolor);
    padding: 8rem 6.8rem;
    margin-bottom: 12rem;
  }
  .Live-archive-address__title{
    font-size: 4.6rem;
  }
  .Live-archive-address__name{
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .Live-archive-address__address{
    font-size: 3rem;
    margin-bottom: 4rem;
    line-height: 1.5;
  }
  .Live-archive-address__contact{
    font-size: 3rem;
    line-height: 1.25;
  }
  .Live-archive-address__contact::before{
    width: 13.5rem;
    
  }

  /*----- ダウンロードボタン */
  .Live-archive__button{
    max-width: 100%;
    height: 17.8rem;
  }
  .Live-archive__button a{
    font-size: 3.9rem;
    line-height: 1.5;
    border-radius: 8.9rem;
  }
  .Live-archive__button a::after{
    width: 7rem;
    height: 7rem;
    padding-left: .4rem;
    border: .3rem solid #fff;
    background-size: 1.2rem 2rem;
  }

  /*----- 戻るボタン  */
  .Live-archive-back a{
    font-size: 3.6rem;
  }
  .Live-archive-back span::after{
    width: 10rem;
    height: 10rem;
    margin-left: 3.8rem;
    padding-left: .6rem;
    background-size: 1.6rem 2.7rem;
  }

  /*----- アンケートボタン */
  .fix-enquete{
    bottom: 15.5rem;
    right: 2.6rem;
    width: 18.4rem;
    height: 18.4rem;
    font-size: 2.6rem;
    line-height: 1.25;
    padding-top: 2rem;
    opacity: 0;
  }
  .fix-enquete::after{
    margin-top: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .fix-enquete.on{
    opacity: 1;
  }

}