@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Collegiate+One:ital@0;1&family=Handjet:wght,ELSH@100..900,2&family=M+PLUS+1+Code:wght@100..700&family=Noto+Sans+JP:wght@100..900&display=swap');

.fontAlumni {
  font-family: "Alumni Sans Collegiate One", sans-serif;
}
.fontHandjet {
  font-family: "Handjet", sans-serif;
}
.fontMPLUS1Code {
  font-family: "M PLUS 1 Code", monospace;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
 color: #000000;

  font-family: "Noto Sans JP", sans-serif;

font-size: 13px;
 *font-size:small;
 *font:x-small;
 text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1200px;
}


img {
  max-width: 100%;
  width: 100%;
  height: auto;
	vertical-align: bottom;
}

.relative-wrap {
	position: relative;
}

.posiRe01 {
  position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(/coding/common/img/spacer.gif);
}


/*-----------------------*/

.anc {
	position: relative;
}
.ancIn {
	position: absolute;
	/*top: -69px;*/
}

#top {
	/*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}
.spTable {
	display: none !important;
}

.contIn1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.contIn1000 {
  width: 1000px;
	margin: 0px auto;
	position: relative;
}

.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

.weightN {
  font-weight: normal;
}
.weightM {
  font-weight: 500;
}
.weightSB {
  font-weight: 600;
}
.weightB {
  font-weight: bold;
}
.weightEB {
  font-weight: 800;
}
.weightBlack {
  font-weight: 900;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {

	/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

	/*-----------------------*/

	.anc {
		position: relative;
	}
	.ancIn {
		position: absolute;
		/*top: -79px;*/
	}

	#top {
		/*padding-top: 79px;*/
	}

	/*-----------------------*/

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}
	.spTable {
		display: table !important;
	}

	.contIn1200 {
		width: auto;
	}
  .contIn1000 {
    width: auto;
  }


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerBlock01 {
  box-sizing: border-box;
  height: 144px;
  padding: 32px 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.headerFlex01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 80px;
  border: 6px solid #000000;
  border-radius: 100px;
}
.headerLogo01 {
  padding-left: 55px;
}

.headerNaviFlex01 {
  display: flex;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}
.headerNavi01 {
  display: flex;
  margin-right: 28px;
}
.headerNavi01 li {
}
.headerNavi01 li .div01 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 68px;
  padding: 10px 12px;
  cursor: pointer;
  position: relative;
}

.headerNavi01 li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 68px;
  padding: 10px 12px;
}
.headerBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5a22;
  box-sizing: border-box;
  width: 150px;
  height: 68px;
  border-radius: 0px 100px 100px 0px;
  transition-duration: 0.3s;
}
.headerBtn01 a:hover {
  background-color: #007BE7;
  transition-duration: 0.3s;
}

.headerNavi01 li .div01:hover .naviDounBox01 {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.4s;
}

.naviDounBox01 {
  padding-top: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.naviDounBox01In {
  background-color: #ffffff;
  display: inline-block;
  border: 6px solid #000000;
  border-radius: 20px;
  padding: 34px 38px 34px 54px;
}
.naviDounBox01In li a {
  white-space: nowrap;
  height: auto;
  padding-right: 42px;
  position: relative;
}
.naviDounBox01In li a::after {
  content: "";
  background-image: url("/coding/common/img/news_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 19px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

  .headerBlock01 {
    box-sizing: border-box;
    height: auto;
    padding: 14px 10px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
  }
  .headerFlex01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    box-sizing: border-box;
    height: 60px;
    border: 6px solid #000000;
    border-radius: 100px;
  }
  .headerLogo01 {
    padding-left: 18px;
    box-sizing: content-box;
    width: 158px;
  }

  .headerNaviFlex01 {
    display: none;
    /*display: flex;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;*/
  }
  .headerNavi01 {
    display: flex;
    margin-right: 28px;
  }
  .headerNavi01 li {
  }
  .headerNavi01 li .div01 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 68px;
    padding: 10px 12px;
    cursor: pointer;
    position: relative;
  }

  .headerNavi01 li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 68px;
    padding: 10px 12px;
  }
  .headerBtn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5a22;
    box-sizing: border-box;
    width: 150px;
    height: 68px;
    border-radius: 0px 100px 100px 0px;
    transition-duration: 0.3s;
  }
  .headerBtn01 a:hover {
    background-color: #007BE7;
    transition-duration: 0.3s;
  }

  .headerNavi01 li .div01:hover .naviDounBox01 {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.4s;
  }

  .naviDounBox01 {
    padding-top: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .naviDounBox01In {
    background-color: #ffffff;
    display: inline-block;
    border: 6px solid #000000;
    border-radius: 20px;
    padding: 34px 38px 34px 54px;
  }
  .naviDounBox01In li a {
    white-space: nowrap;
    height: auto;
    padding-right: 42px;
    position: relative;
  }
  .naviDounBox01In li a::after {
    content: "";
    background-image: url("/coding/common/img/news_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 19px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  /*--メニュー用 01-----------------------*/

  .headerMenuWrap01 {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    visibility: hidden;
    opacity: 1;
    /*transition-duration: 0.6s;*/
    transition: all 0.6s;
    overflow: hidden;
  }
  .headerMenuWrap01.contOpen {
    visibility: visible;
    opacity: 1;
    /*transition-duration: 0.2s;*/
    transition: all 0.6s;
  }

  .headerMenuBg01 {
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 0;
    transition: all 0.6s;
  }
  .contOpen .headerMenuBg01 {
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    transition: all 0.6s;
  }

  .menuSp01 {
    width: 30px;
    z-index: 100;
    margin-right: 24px;
  }

  .menuContSp01 {
    /*width: 100%;*/
    width: 84%;
    height: auto;
    box-sizing: border-box;
    padding: 0px;
    position: absolute;
    right: -540px;
    top: 30px;
    transition: all 0.6s;
    z-index: 1;
  }
  .contOpen .menuContSp01 {
    right: 8%;
    transition: all 0.6s;
  }
  .menuContSp01 a {
    display: block;
  }

  /*--メニュー用 02----------------*/

  .menuContIn01 {
    padding: 20px 18px 28px;
    text-align: left;
    background-color: #ffffff;
    border: 6px solid #000000;
    border-radius: 20px;
  }
  .menuFlex01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .menuImg01 {
    width: 204px;
  }
  .menuImg02 {
    width: 28px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .menuFlex02 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0px;
    padding: 0px 15px;
  }
  .menuFlex02 li {
    width: 100%;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: bold;
  }

  .menuSpAcCont01 {
    display: none;
  }
  .menuSpAcCont01 > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0px;
    padding-left: 30px;
    margin-top: 15px;
  }
  
  .menuLinkBtn01 {
    margin-top: 24px;
  }
  .menuLinkBtn01 a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 6px 40px 6px 20px;
    background-color: #FF5A22;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
  }
  .menuLinkBtn01 a::after {
    content: "";
    background-image: url("/coding/common/img/news_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 19px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuSpLink01 {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0px;
    margin-top: 35px;
    padding: 0px 15px;
  }
  .menuSpLink01 li {
    width: 100%;
  }
  .menuSpLink01 li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #727272;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .outLink a::after {
    content: "";
    background-image: url("/coding/common/img/outlink_icon01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  
  
  /*---------------------*/




}


/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.mainWrap01 {
  background-color: #007BE7;
  padding-bottom: 140px;
}

.mainvisualBlock01 {
  padding: 20px;
}
.mainvisual01 {
  background-image: url("/coding/common/img/mainvisual01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 748px;
}

.mainTit01 {
  padding-top: 235px;
}
.contH201 {
  font-size: 90px;
  line-height: 0.8em;
  color: #D80C18;
}

.mainText01 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 10px;
}

.strokeText01 {
  -webkit-text-stroke: 8px #ffffff;
  text-stroke: 8px #ffffff;
  paint-order: stroke;
  
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));
  /*text-shadow: 8px 8px 0px #000;*/
}

.strokeText02 {
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  paint-order: stroke;
  
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
  /*text-shadow: 3px 3px 0px #000;*/
}

/*----------------*/

/* スライダー全体 */
.main_slider-wrapper {
  padding-bottom: 20px;
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
/* スライド3枚のグループ */
.main_slider {
  animation: scroll-left 50s infinite linear .5s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド（枚数） */
.main_slide {
  /*width: calc(100vw / 2);*/
	/*width: calc(750px / 1.1);*/
	width: 220px;
	margin-right: 12px;
}
/* スライドの画像 */
.main_slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*-----------------*/

.main_slider-wrapper {
  margin-top: -60px;
}

.main_slide {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 4px solid #000000;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
}

/*--------------------*/

.mainBtn01 {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 20px;
  display: flex;
  margin-top: 56px;
}
.mainBtn01 .box02 {
  background-color: rgba( 255,255,255,0.2 );
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100px;
  flex-shrink: 0;
  border-left: 2px solid #ffffff;
}
.mainBtn01 .box02 .p01 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom: 11px;
}

.mainBtn01 .box01 {
  width: 100%;
  text-align: left;
}
.mainBtnBox01 {
  border-bottom: 2px solid #ffffff;
  padding: 0px 0px 0px 160px;
}
.mainText02 {
  color: #F81900;
  font-size: 100px;
  line-height: 1.0em;
}
.mainBtnBox02 {
  padding: 25px 25px 25px 160px;
  display: flex;
  align-items: center;
  color: #ffffff;
  
}
.mainBtnBox02 .boxText01 {
  font-size: 52px;
  line-height: 1.1em;
  font-weight: bold;
  width: 100%;
}
.mainBtnBox02 .boxText02 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  width: 400px;
  flex-shrink: 0;
}

.mainBtnDeco01 {
  width: 242px;
  position: absolute;
  left: -82px;
  top: 50%;
  transform: translateY(-50%);
}
.mainBtnDeco02 {
  width: 238px;
  position: absolute;
  left: -82px;
  top: 50%;
  transform: translateY(-50%);
}
.mainBtnDeco03 {
  width: 247px;
  position: absolute;
  left: -82px;
  top: 50%;
  transform: translateY(-50%);
}

/*-----------------------*/

.tiktokBlock01 {
  background-image: url("/coding/common/img/tiktok_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 32px auto;
  padding: 105px 0px 130px;
}
.contH301 {
  font-size: 106px;
  line-height: 0.8em;
  color: #0034DD;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.contTiktokWrap01 {
  width: 1000px;
  margin: 0px auto 80px;
  position: relative;
}
.tiktokFlex01 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.tiktokFlex01 li {
  width: 33%;
}

.tiktokDeco01 {
  width: 554px;
  position: absolute;
  left: -200px;
  top: -170px;
}
.tiktokDeco02 {
  width: 354px;
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
}
.tiktokDeco03 {
  width: 264px;
  position: absolute;
  left: -200px;
  bottom: -90px;
}

.tiktokBtn01 img {
  width: 315px;
  height: auto;
}

/*-----------------------*/

.newsBlock01 {
  background-color: #03AE18;
  padding: 100px 0px 120px;
}
.newsContWrap01 {
  width: 680px;
  margin: auto;
}
.contH301.newsH301 {
  color: #FFA007;
  margin-bottom: 24px;
}
.newsListWrap01 {}
.newsListWrap01 li {
  border-bottom: 1px solid #000000;
}
.newsListWrap01 li a {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
  box-sizing: border-box;
  min-height: 74px;
  padding: 12px 20px;
}
.newsListWrap01 li a .p01 {
  font-size: 20px;
  line-height: 1.2em;
  padding-right: 28px;
  flex-shrink: 0;
}
.newsListWrap01 li a .p02 {
  width: 100%;
}
.newsListWrap01 li a::after {
  content: "";
  background-image: url("/coding/common/img/news_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: block;
  width: 19px;
  height: 15px;
}

.contBtn01 {
  text-align: center;
  margin-top: 60px;
}
.contBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 320px;
  height: 60px;
  margin: auto;
  padding-left: 20px;
  border: 4px solid #ffffff;
  border-radius: 100px;
  background-color: #000000;
  box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
  color: #ffffff;
  font-size: 30px;
  line-height: 1.0em;
  transition-duration: 0.3s;
}
.contBtn01 a::after {
  content: "";
  background-image: url("/coding/common/img/main_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 38px;
  height: 33px;
  display: inline-block;
  margin-left: 38px;
}

.contBtn01 a:hover {
  border: 4px solid #000000;
  background-color: #ffffff;
  color: #000000;
  transition-duration: 0.3s;
}
/*.contBtn01 a:hover::after {
  background-image: url("/coding/common/img/main_btn_ar01_black.png");
}*/

.boxShadow01 {
  box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
}






/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

  .mainWrap01 {
    background-color: #007BE7;
    padding-bottom: 60px;
  }

  .mainvisualBlock01 {
    padding: 10px;
  }
  .mainvisual01 {
    background-image: url("/coding/common/img/mainvisual01_sp_02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 126vw;
  }

  .mainTit01 {
    padding-top: 52vw;
    padding-left: 5.866vw;
  }
  .contH201 {
    font-size: 50px;
    line-height: 0.8em;
    color: #D80C18;
  }

  .mainText01 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 10px;
  }

  .strokeText01 {
    -webkit-text-stroke: 8px #ffffff;
    text-stroke: 8px #ffffff;
    paint-order: stroke;

    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));
    /*text-shadow: 8px 8px 0px #000;*/
  }

  .strokeText02 {
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    paint-order: stroke;

    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 1));
    /*text-shadow: 3px 3px 0px #000;*/
  }

  /*----------------*/

  /* スライダー全体 */
  .main_slider-wrapper {
    padding-bottom: 20px;
    display: flex; /* スライドのグループを横並び */
    overflow: hidden; /* はみ出たスライドを隠す */
  }
  /* スライド3枚のグループ */
  .main_slider {
    animation: scroll-left 50s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
  }
  /* スライド（枚数） */
  .main_slide {
    /*width: calc(100vw / 2);*/
    /*width: calc(750px / 1.1);*/
    width: 220px;
    margin-right: 12px;
  }
  /* スライドの画像 */
  .main_slide img {
    display: block;
    width: 100%;
  }

  /*-----------------*/

  .main_slider-wrapper {
    margin-top: -60px;
  }

  .main_slide {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 4px solid #000000;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
  }

  /*--------------------*/

  .mainBtn01 {
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .mainBtn01 .box02 {
    background-color: rgba( 255,255,255,0.2 );
    display: block;
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
    border-left: none;
    border-top: 2px solid #ffffff;
    position: relative;
  }
  
  .mainBtn01 .box02 .inSp01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 15px;
  }
  
  .mainBtn01 .box02 .p01 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 0px;
  }

  .mainBtn01 .box01 {
    width: 100%;
    text-align: left;
    position: relative;
  }
  .mainBtnBox01 {
    border-bottom: 2px solid #ffffff;
    padding: 0px 0px 0px 60px;
  }
  .mainText02 {
    color: #F81900;
    font-size: 50px;
    line-height: 1.0em;
    position: relative;
    z-index: 1;
  }
  .mainBtnBox02 {
    padding: 12px 20px 20px 20px;
    display: block;
    color: #ffffff;

  }
  .mainBtnBox02 .boxText01 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    width: auto;
    margin-bottom: 4px;
  }
  .mainBtnBox02 .boxText02 {
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
    width: auto;
    flex-shrink: 0;
  }

  .mainBtnDeco01 {
    width: 120px;
    position: absolute;
    left: -20px;
    top: -10px;
    transform: translateY(0);
    z-index: 0;
  }
  .mainBtnDeco02 {
    width: 110px;
    position: absolute;
    left: -40px;
    top: 0px;
    transform: translateY(0);
  }
  .mainBtnDeco03 {
    width: 133px;
    position: absolute;
    left: -44px;
    top: -20px;
    transform: translateY(0);
  }

  .mainSpBlock01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*-----------------------*/

  .tiktokBlock01 {
    background-image: url("/coding/common/img/tiktok_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 32px auto;
    padding: 40px 0px 70px;
  }
  .contH301 {
    font-size: 106px;
    line-height: 0.8em;
    color: #0034DD;
    margin-bottom: 48px;
  }

  .contTiktokWrap01 {
    width: auto;
    margin: 0px auto 50px;
    position: relative;
  }
  .tiktokFlex01 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 5px;
    padding-left: 20px;
  }
  .tiktokFlex01 li {
    width: 100%;
  }

  .tiktokDeco01 {
    width: 374px;
    position: absolute;
    left: 0px;
    top: -150px;
  }
  .tiktokDeco02 {
    display: none;
    /*width: 354px;
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);*/
  }
  .tiktokDeco03 {
    width: 156px;
    position: absolute;
    left: 0px;
    bottom: -156px;
  }

  .tiktokBtn01 {
    position: relative;
  }
  .tiktokBtn01 img {
    width: 315px;
    height: auto;
  }

  /*-----------------------*/

  .newsBlock01 {
    background-color: #03AE18;
    padding: 40px 20px 40px;
  }
  .newsContWrap01 {
    width: auto;
    margin: auto;
  }
  .contH301.newsH301 {
    color: #FFA007;
    margin-bottom: 24px;
  }
  .newsListWrap01 {}
  .newsListWrap01 li {
    border-bottom: 1px solid #000000;
  }
  .newsListWrap01 li a {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.2em;
    box-sizing: border-box;
    min-height: 74px;
    padding: 12px 0px 12px 10px;
  }
  .newsListWrap01 li a .p01 {
    font-size: 20px;
    line-height: 1.2em;
    padding-right: 0px;
    flex-shrink: 0;
    width: 100%;
  }
  .newsListWrap01 li a .p02 {
    width: 94%;
    box-sizing: border-box;
    padding-right: 20px;
  }
  .newsListWrap01 li a::after {
    content: "";
    background-image: url("/coding/common/img/news_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: block;
    width: 5.67%;
    height: 15px;
    flex-shrink: 0;
  }

  .contBtn01 {
    text-align: center;
    margin-top: 40px;
  }
  .contBtn01 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 320px;
    height: 60px;
    margin: auto;
    padding-left: 20px;
    border: 4px solid #ffffff;
    border-radius: 100px;
    background-color: #000000;
    box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
    color: #ffffff;
    font-size: 30px;
    line-height: 1.0em;
    transition-duration: 0.3s;
  }
  .contBtn01 a::after {
    content: "";
    background-image: url("/coding/common/img/main_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 38px;
    height: 33px;
    display: inline-block;
    margin-left: 38px;
  }

  .contBtn01 a:hover {
    border: 4px solid #000000;
    background-color: #ffffff;
    color: #000000;
    transition-duration: 0.3s;
  }
  /*.contBtn01 a:hover::after {
    background-image: url("/coding/common/img/main_btn_ar01_black.png");
  }*/

  .boxShadow01 {
    box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
  }



}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerBlock01 {
  position: relative;
  background-color: #F6F6F3;
  padding: 60px 0px 25px;
}

.pagetopBtn01 {
  width: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.footerFlex01 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.footerLogo01 {
  width: 190px;
  margin-bottom: 24px;
}
.footerSnsFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 17px;
}
.footerSnsFlex01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.footerFlex02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 20px;
}
.footerLink01 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: bold;
}
.footerLink01 .s01 {
  font-size: 16px;
}

/*-------------------*/

.headerNavi01.footerNavi01 {
  display: flex;
  margin-right: 0px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 24px;
}
.headerNavi01.footerNavi01 li {
  margin-right: 24px;
}
.headerNavi01.footerNavi01 li .div01 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: auto;
  padding: 4px 0px;
  cursor: pointer;
  position: relative;
}

.headerNavi01.footerNavi01 li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: auto;
  padding: 4px 0px;
}

.headerNavi01.footerNavi01 li .div01:hover .naviDounBox01 {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.4s;
}

.footerNavi01 .naviDounBox01 {
  padding-top: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
.footerNavi01 .naviDounBox01In {
  background-color: #ffffff;
  display: inline-block;
  border: 6px solid #000000;
  border-radius: 20px;
  padding: 10px 24px 10px 24px;
}
.footerNavi01 .naviDounBox01In li a {
  white-space: nowrap;
  height: auto;
  padding-right: 42px;
  position: relative;
}
.footerNavi01 .naviDounBox01In li a::after {
  content: "";
  background-image: url("/coding/common/img/news_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 19px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.footerFlex03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px auto auto;
}
.footerCopy01 {
  font-size: 11px;
  line-height: 1.2em;
}
.footerLink02 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
}





/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

  .footerBlock01 {
    position: relative;
    background-color: #F6F6F3;
    padding: 20px 20px;
  }

  .pagetopBtn01 {
    width: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .footerFlex01 {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  .footerLogo01 {
    width: 190px;
    margin-bottom: 0px;
  }
  .footerSnsFlex01 {
    display: flex;
    align-items: center;
    gap: 0px 17px;
  }
  .footerSnsFlex01 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }

  .footerFlex02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 20px;
  }
  .footerLink01 {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
  }
  .footerLink01 .s01 {
    font-size: 16px;
  }

  /*-------------------*/

  .headerNavi01.footerNavi01 {
    display: flex;
    margin-right: 0px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 24px;
  }
  .headerNavi01.footerNavi01 li {
    margin-right: 24px;
  }
  .headerNavi01.footerNavi01 li .div01 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    padding: 4px 0px;
    cursor: pointer;
    position: relative;
  }

  .headerNavi01.footerNavi01 li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    padding: 4px 0px;
  }

  .headerNavi01.footerNavi01 li .div01:hover .naviDounBox01 {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.4s;
  }

  .footerNavi01 .naviDounBox01 {
    padding-top: 15px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .footerNavi01 .naviDounBox01In {
    background-color: #ffffff;
    display: inline-block;
    border: 6px solid #000000;
    border-radius: 20px;
    padding: 10px 24px 10px 24px;
  }
  .footerNavi01 .naviDounBox01In li a {
    white-space: nowrap;
    height: auto;
    padding-right: 42px;
    position: relative;
  }
  .footerNavi01 .naviDounBox01In li a::after {
    content: "";
    background-image: url("/coding/common/img/news_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 19px;
    height: 15px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .footerFlex03 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto auto;
  }
  .footerCopy01 {
    font-size: 11px;
    line-height: 1.2em;
  }
  .footerLink02 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
  }



}


/*-------------------------------------------
  下層 会社情報
--------------------------------------------*/

.detailContBlock01 {
  background-color: #007BE7;
  padding: 225px 0px 160px;
}

.detailH201 {
  color: #F81900;
  font-size: 100px;
  line-height: 1.0em;
  margin: 10px auto
}
.detailTitText01 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
.detailTitWrap01 {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.detailTitDeco01 {
  width: 186px;
  position: absolute;
  left: -136px;
  top: -44px;
}

.detailContBox01 {
  text-align: left;
  background-color: #ffffff;
  border: 6px solid #000000;
  border-radius: 20px;
  padding: 80px 150px;
  margin-top: 80px;
}
.detailH301 {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 40px;
}
.text16_175_n {
  font-size: 16px;
  line-height: 1.75em;
}
.detailDihyou01 {
  text-align: right;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 40px;
}

.detailTable01 {
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
.detailTable01 th {
  padding: 40px 0px;
  border-bottom: 1px solid #000000;
  width: 130px;
  text-align: left;
  vertical-align: middle;
}
.detailTable01 td {
  padding: 40px 0px;
  border-bottom: 1px solid #000000;
  text-align: left;
  vertical-align: middle;
}

.accessMap01 {
  margin-top: 14px;
}



@media screen and (max-width:767px) {

  .detailContBlock01 {
    background-color: #007BE7;
    padding: 116px 20px 80px;
  }

  .detailH201 {
    color: #F81900;
    font-size: 80px;
    line-height: 1.0em;
    margin: 10px auto
  }
  .detailTitText01 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .detailTitWrap01 {
    position: relative;
    display: block;
    margin-left: 78px;
    margin-bottom: 55px;
    text-align: left;
  }
  .detailTitDeco01 {
    width: 146px;
    position: absolute;
    left: -88px;
    top: -34px;
  }

  .detailContBox01 {
    text-align: left;
    background-color: #ffffff;
    border: 6px solid #000000;
    border-radius: 20px;
    padding: 24px 24px 44px;
    margin-top: 40px;
  }
  .detailH301 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .text16_175_n {
    font-size: 16px;
    line-height: 1.75em;
  }
  .detailDihyou01 {
    text-align: right;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: 40px;
  }

  .detailTable01 {
    width: 100%;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
  }
  .detailTable01 th {
    display: block;
    padding: 30px 0px 10px;
    border-bottom: none;
    width: auto;
    text-align: left;
    vertical-align: middle;
  }
  .detailTable01 td {
    display: block;
    padding: 0px 0px 30px;
    border-bottom: 1px solid #000000;
    text-align: left;
    vertical-align: middle;
  }

  .accessMap01 {
    margin-top: 40px;
  }
  .accessMap01 iframe {
    width: 100%;
    height: 380px;
  }



}


/*-------------------------------------------
  下層 クリエイター事業
--------------------------------------------*/

.tvstaffMainBlock01 {
  background-image: url("/coding/common/img/tvstaff/tvstaff_main_bg01.png");
  background-repeat: no-repeat;
  background-position: left 54% top 170px;
  background-size: 1213px auto;
  padding-top: 140px;
}
.hText01 {
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3em;font-weight: bold;
  margin-bottom: 16px;
}

.contH202 {
  margin-top: 60px;
  font-size: 60px;
  /*font-size: 78px;*/
  line-height: 1.2em;
  font-weight: bold;
  color: #F81900;
}
.contH202 .s01 {
  font-size: 94px;
  font-weight: normal;
}

.strokeText03 {
  -webkit-text-stroke: 4px #ffffff;
  text-stroke: 4px #ffffff;
  paint-order: stroke;
  
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));
  /*text-shadow: 3px 3px 0px #000;*/
}

.mainTextBox01 {
  padding-left: 74px;
  text-align: center;
  color: #ffffff;
  margin: 15px auto auto;
}
.tvstaffMainText01 {
  font-size: 36px;
  line-height: 1.6em;
  font-weight: bold;
}
.tvstaffMainText01 .s01 {
  display: inline-block;
  position: relative;
}
.tvstaffMainText01 .s01::before {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_tit_deco01_left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 45px;
  height: 60px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.tvstaffMainText01 .s01::after {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_tit_deco01_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 46px;
  height: 60px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.tvstaffText01 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
}
.tvstaffTextBox01 {
  width: 554px;
  margin: 5px auto auto;
}

.tvstaffMainFlex01 {
  display: flex;
  justify-content: center;
  gap: 0px 80px;
  margin-top: 40px;
  margin-bottom: 74px;
}
.tvstaffMainFlex01 li {
  min-width: 112px;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.tvstaffMainFlex01 li .num01 {
  color: #F81900;
  font-size: 100px;
  line-height: 1.0em;
  margin-top: -5px;
  margin-bottom: -10px;
}
.tvstaffS01 {
  white-space: nowrap;
  position: absolute;
  left: 100%;
}

.tvstaffMainBox01 {
  position: relative;
  background-color: #ffffff;
  border: 6px solid #000000;
  border-radius: 20px;
  padding: 44px 48px 38px;
  margin-top: 65px;
}

.tvstaffFuki01 {
  border: 6px solid #000000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 23px;
  line-height: 1.0em;
  font-weight: bold;
  box-sizing: border-box;
  height: 70px;
  width: 498px;
  position: absolute;
  left: -30px;
  top: -52px;
}
.tvstaffFuki01::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 35px;
  height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
}

.tvstaffFuki02 {
  font-size: 50px;
  line-height: 1.0em;
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: -42px;
}

.box01 .tvstaffFuki01 {
  background-color: #FEC200;
}
.box01 .tvstaffFuki01::after {
  background-image: url("/coding/common/img/tvstaff/tvstaff_fuki_ar01.png");
}
.box01 .tvstaffFuki02 {
  color: #FEC200;
}

.box02 .tvstaffFuki01 {
  background-color: #03AE18;
}
.box02 .tvstaffFuki01::after {
  background-image: url("/coding/common/img/tvstaff/tvstaff_fuki_ar02.png");
}
.box02 .tvstaffFuki02 {
  color: #03AE18;
}

.box03 .tvstaffFuki01 {
  background-color: #FF1586;
}
.box03 .tvstaffFuki01::after {
  background-image: url("/coding/common/img/tvstaff/tvstaff_fuki_ar03.png");
}
.box03 .tvstaffFuki02 {
  color: #FF1586;
}

.strokeText04 {
  -webkit-text-stroke: 8px #000000;
  text-stroke: 8px #000000;
  paint-order: stroke;
  
  /*filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));*/
  /*text-shadow: 3px 3px 0px #000;*/
}

.tvstaffCyusyaku01 {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
  margin-top: 10px;
}

/*-------------------------*/

.tvstaff .tiktokBlock01 {
  background-image: none;
  background-color: #FF5B22;
}

/*-------------------------*/

.tvstaffBlock01 {
  background-color: #007BE7;
  padding: 110px 0px 0px;
}

.hgroup01 {
  position: relative;
  text-align: center;
}

.h3Deco01 {
  padding-left: 15px;
  position: relative;
}
.h3Deco01 img {
  width: 200px;
  height: 185px;
}
.contH302 {
  color: transparent;
  font-size: 106px;
  line-height: 1.0em;
  letter-spacing: 0.2em;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 46px;
  white-space: nowrap;
}

.strokeText05 {
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  paint-order: stroke;
  
  /*filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));*/
  /*text-shadow: 3px 3px 0px #000;*/
}

.tvstaffTalkMovie01 {
  position: relative;
  width: 680px;
  margin: -62px auto auto;
  border-radius: 28px;
  overflow: hidden;
}
.tvstaffTalkMovie01 iframe {
  width: 100%;
  height: 380px;
}

.tvstaffAncBox01 {
  background-image: url("/coding/common/img/tvstaff/tvstaff_box_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 32px auto;
  border: 6px solid #000000;
  border-radius: 20px;
  padding: 36px;
  margin-top: 120px;
}
.tvstaffAncList01 {
  display: inline-block;
  text-align: left;
  font-size: 20px;
  line-height: 2.0em;
}
.tvstaffAncList01 a {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.tvstaffAncList01 a:link {	color: #000000;	text-decoration: none;}
.tvstaffAncList01 a:visited {	color: #000000;	text-decoration: none;}
.tvstaffAncList01 a:hover {	color:#000000;	text-decoration: underline;}
.tvstaffAncList01 a:active {	color:#000000;	text-decoration: none;}

.tvstaffAncList01 a::before {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_link_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
  display: inline-block;
}

.tvstaffAncBlock01 {
  margin-top: 80px;
  margin-bottom: 135px;
}

.tvstaffHBox01 {
  position: relative;
  margin-top: -62px;
}
.tvstaffFuki03 {
  background-color: #ffffff;
  border: 6px solid #000000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 680px;
  height: 86px;
  margin: auto auto 20px;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: bold;
  position: relative;
}
.tvstaffFuki03::after {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_tit_fuki_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 47px;
  height: 31px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.tvstaffHText01 {
  font-size: 62px;
  line-height: 1.3em;
  font-weight: bold;
}

.tvstaffTextBox02 {
  text-align: left;
  width: 680px;
  margin: 40px auto 40px;
}

/*----------------------*/

.tvstaffFlex01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0px;
  margin-bottom: 80px;
}
.tvstaffFlex01 .flexBox01 {
  width: 478px;
}

.tvstaffImg01 {
  width: 120px;
  flex-shrink: 0;
}

.tvstaffFuki04 {
  background-color: #ffffff;
  border: 6px solid #000000;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.3));
}
.tvstaffFuki04::before {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_int_fuki_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 66px;
  height: 49px;
  position: absolute;
  left: 68px;
  bottom: -24px;
}
.tvstaffFuki04In {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px 22px;
  text-align: left;
  font-weight: bold;
  position: relative;
  min-height: 120px;
}

.tvstaffFlex02 {
  margin-top: 36px;
  display: flex;
  align-items: flex-end;
  gap: 0px 28px;
  padding-left: 42px;
  text-align: left;
}

.tvstaffDeco01 {
  width: 363px;
  position: absolute;
  left: -220px;
  top: -230px;
}
.tvstaffDeco02 {
  width: 224px;
  position: absolute;
  right: -100px;
  bottom: 36px;
}

/*---------------------*/

.tvstaffIntFlex01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.tvstaffIntFlex01 a {
  box-sizing: border-box;
  display: block;
  border: 4px solid #000;
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 12px 16px;
  width: 320px;
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
}
.tvstaffIntFlex01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.tvstaffIntImg01 {
  margin-bottom: 12px;
}
.tvstaffIntImg01 img {
  width: 288px;
  height: 216px;
  object-fit: cover;
}
.tvstaffIntP01 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 5px;
}

/*-----------------------*/

.tvstaffBlock02 {
  background-color: rgba( 255,255,255,0.2 );
  padding: 110px 0px 120px;
}
.leterSp_0 {
  letter-spacing: 0em;
}
.tvstaffBoxFlex01 {
  display: flex;
  justify-content: center;
  gap: 0px 54px;
}
.tvstaffBoxFlex01 li {
  width: 190px;
}
.tvstaffBoxFlex01 li a {
  display: block;
  text-align: left;
  position: relative;
}
.tvstaffBoxFlex01 li a::after {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_link_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}

.person01 {
  text-align: center;
  margin-bottom: 8px;
}
.person01 img {
  width: auto;
  height: 125px;
}
.tvstaffBoxFlex01 li a dt {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
}
.tvstaffBoxFlex01 li a dd {
  font-size: 16px;
  line-height: 1.3em;
}

.tvstaffFaqFlex01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.tvstaffFaqBlock01 {
  margin-top: 85px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
}

.tvstaffFaqFuki01 {
  background-color: #ffffff;
  border: 6px solid #000000;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.3));
}
.tvstaffFaqFuki01::before {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_faq_fuki_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 46px;
  height: 66px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.tvstaffFaqFuki01In {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px 30px;
  text-align: left;
  font-weight: bold;
  position: relative;
  min-height: 116px;
  box-sizing: border-box;
  width: 478px;
  display: flex;
  align-items: center;
}

.tvstaffFaqFuki01.fuki02 {
  background-color: #000000;
}
.tvstaffFaqFuki01.fuki02::before {
  background-image: url("/coding/common/img/tvstaff/tvstaff_faq_fuki_ar02.png");
  left: auto;
  right: -24px;
}
.fuki02 .tvstaffFaqFuki01In {
  background-color: #000000;
  color: #ffffff;
}
.tvstaffFaqDeco01 {
  width: 186px;
  position: absolute;
  top: -54px;
  right: -32px;
}
.tvstaffFaqTextBox01 {
  text-align: left;
  margin-top: 48px;
}

.tvstaffFaqAcBlock01 {
  margin-top: 80px;
  text-align: left;
}
.tvstaffFaqAc01 {
  background-color: #ffffff;
  border: 4px solid #000000;
  border-radius: 10px;
  margin-top: 12px;
  text-align: left;
  font-weight: bold;
}
.tvstaffFaqAc01 .ac {
  padding: 18px 60px 18px 30px;
  position: relative;
}
.tvstaffFaqAc01 .ac::after {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_link_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.tvstaffFaqAc01 .ac.open::after {
  transform: translateY(-50%) scaleY(-1);
}

.tvstaffFaqAcCont01 {
  display: none;
}
.tvstaffFaqAcCont01In {
  padding: 0px 60px 18px 30px;
}

.tvstaffH401 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}

.tvstaffFaqBtnWrap01 {
  text-align: center;
  margin-top: 30px;
}
.tvstaffFaqBtnWrap01 img {
  width: 332px;
  height: auto;
}

.contBtn02 {
  position: relative;
  text-align: center;
  margin-top: -40px;
}
.contBtn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 434px;
  height: 60px;
  margin: auto;
  padding-left: 20px;
  border: 4px solid #ffffff;
  border-radius: 100px;
  background-color: #000000;
  box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
  color: #ffffff;
  font-size: 26px;
  line-height: 1.0em;
  font-weight: bold;
  transition-duration: 0.3s;
}
.contBtn02 a::after {
  content: "";
  background-image: url("/coding/common/img/tvstaff/tvstaff_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 38px;
  height: 33px;
  display: inline-block;
  margin-left: 38px;
}

.contBtn02 a:hover {
  border: 4px solid #000000;
  background-color: #ffffff;
  color: #000000;
  transition-duration: 0.3s;
}

/*---------------------------*/

.tvstaffBlock03 {
  padding: 110px 0px 120px;
}
.tvstaffFlowBox01 {
  border: 2px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  text-align: left;
}
.tvstaffFlowBox01 .flowBox01 {
  position: relative;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  padding: 20px 34px 20px 100px;
}
.tvstaffFlowBox01 .flowBox01 .num01 {
  color: #F81900;
  font-size: 80px;
  line-height: 1.0em;
  font-weight: normal;
  position: absolute;
  left: 20px;
  top: -28px;
}
.tvstaffFlowBox01 .flowBox02 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  padding: 20px 34px 20px 40px;
}

.tvstaffHowFlex01 {
  display: flex;
  gap: 0px 36px;
  text-align: left;
  margin-top: 94px;
}
.tvstaffHowFlex01 .box01 {
  width: 460px;
}

.tvstaffDl01 dt {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 20px;
}
.tvstaffDl01 dd {
  font-size: 16px;
  line-height: 1.6em;
}

.flexReverse {
  flex-direction: row-reverse;
}

.tvstaffHowBlock01 {
  margin-top: 150px;
}

.tvstaffH301 {
  text-align: center;
  font-size: 62px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 60px;
}
.tvstaffCareerBox01 {
  background-image: url("/coding/common/img/tvstaff/tvstaff_box_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 32px auto;
  border: 6px solid #000000;
  border-radius: 20px;
  position: relative;
  margin-top: 70px;
}
.tvstaffCareerBoxIn01 {
  padding: 30px 10px 30px 175px;
  border-bottom: 5px solid #000000;
}

.tvstaffCareerText01 {
  text-align: center;
  font-size: 32px;
  line-height: 1.4em;
  font-weight: bold;
}
.tvstaffCareerFlex01 {
  display: flex;
}
.careerBox01 {
  box-sizing: border-box;
  width: 520px;
  flex-shrink: 0;
  border-right: 5px solid #000000;
  padding: 10px 30px 40px 20px;
  position: relative;
}
.tvstaffCareerName01 {
  display: flex;
  text-align: left;
  gap: 0px 18px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
  position: absolute;
  left: 85px;
  top: 32px;
  z-index: 1;
}
.tvstaffCareerName01 img {
  width: 148px;
  height: auto;
}
.tvstaffCareerName01 p {
  padding-top: 80px;
}

.tvstaffCareerFlex02 {
  display: flex;
}
.tvstaffCareerFlex02.top {
  height: 94px;
}

.tvstaffCareerFlex02 .box01 {
  box-sizing: border-box;
  width: 134px;
  flex-shrink: 0;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.tvstaffCareerFlex02 .box02 {
  box-sizing: border-box;
  width: 20px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}
.tvstaffCareerFlex02 .box02::before {
  content: "";
  width: 4px;
  height: calc( 100% + 10px );
  background-color: #000000;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.tvstaffCareerFlex02:last-child .box02::before {
  display: none;
}

.tvstaffCareerFlex02 .box03 {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding-left: 14px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
}

.careerBox02 {
  padding: 100px 0px 40px 40px;
}

.tvstaffCareerDl01 {
  text-align: left;
  margin-bottom: 20px;
}
.tvstaffCareerDl01 dt {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 7px 10px;
  position: relative;
}
.tvstaffCareerDl01 dt::before {
  content: "";
  height: 100%;
  width: calc( 100% + 18px );
  background-color: #007BE7;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tvstaffCareerDl01 dd {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
  padding: 15px 15px 0px 10px;
}

.tvstaffCareerDeco01 {
  width: 278px;
  position: absolute;
  right: -64px;
  bottom: -30px;
}
.tvstaffCareerDeco02 {
  width: 236px;
  position: absolute;
  right: -50px;
  bottom: -38px;
}
.tvstaffCareerDeco03 {
  width: 265px;
  position: absolute;
  right: -47px;
  bottom: -20px;
}
.tvstaffCareerDeco04 {
  width: 244px;
  position: absolute;
  right: -30px;
  bottom: -7px;
}
.tvstaffCareerDeco05 {
  width: 190px;
  position: absolute;
  right: -30px;
  bottom: -15px;
}

/*-----------------------*/

.tvstaffBlock04 {
  background-color: #FEC200;
  padding: 110px 0px 120px;
}
.tvstaffHText02 {
  font-size: 42px;
  line-height: 1.3em;
  font-weight: bold;
}
.tvstaffDownloadImg01 img {
  width: 417px;
  height: auto;
}
.contBtn01.contBtn03 a {
  font-size: 22px;
  width: 434px;
}

/*-----------------------*/

.tvstaffBlock05 {
  background-color: #03AE18;
  padding: 110px 0px 120px;
}
.tvstaffEntryBox01 {
  background-image: url("/coding/common/img/tvstaff/tvstaff_box_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 32px auto;
  border: 4px solid #000000;
  border-radius: 20px;
  padding: 62px 160px 70px;
  margin-top: 44px;
}
.tvstaffEntryDl01 {
  margin-top: 40px;
}
.tvstaffEntryDl01:first-child {
  margin-top: 0px;
}
.tvstaffEntryDl01 dt {
  text-align: center;
  background-color: #000000;
  padding: 4px 20px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 40px;
}
.tvstaffEntryDl01 dd {
  display: flex;
  gap: 0px 22px;
}
.tvstaffEntryDl01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}




@media screen and (max-width:767px) {

  .contPd_0_18 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tvstaffMainBlock01 {
    background-image: url("/coding/common/img/tvstaff/tvstaff_main_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center top 84px;
    background-size: 100% auto;
    padding-top: 100px;
  }
  .hText01 {
    text-align: center;
    color: #ffffff;
    font-size: 8vw;
    line-height: 1.3em;font-weight: bold;
    margin-bottom: 4.266vw;
  }

  .contH202 {
    margin-top: 6.933vw;
    font-size: 7.466vw;
    line-height: 1.5em;
    font-weight: bold;
    color: #F81900;
  }
  .contH202 .s01 {
    font-size: 13.333vw;
    font-weight: normal;
  }

  .strokeText03 {
    -webkit-text-stroke: 4px #ffffff;
    text-stroke: 4px #ffffff;
    paint-order: stroke;

    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));
    /*text-shadow: 3px 3px 0px #000;*/
  }

  .mainTextBox01 {
    padding-left: 0px;
    text-align: center;
    color: #ffffff;
    margin: 7.5vw auto auto;
  }
  .tvstaffMainText01 {
    font-size: 6.133vw;
    line-height: 1.6em;
    font-weight: bold;
  }
  .tvstaffMainText01 .s01 {
    display: inline-block;
    position: relative;
    margin-bottom: 2.666vw;
  }
  .tvstaffMainText01 .s01::before {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_tit_deco01_left.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 23px;
    height: 30px;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tvstaffMainText01 .s01::after {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_tit_deco01_right.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 23px;
    height: 30px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .tvstaffText01 {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .tvstaffTextBox01 {
    width: auto;
    margin: 5.333vw auto auto;
    text-align: left;
  }

  .tvstaffMainFlex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 38px 30px;
    margin-top: 40px;
    margin-bottom: 74px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tvstaffMainFlex01 li {
    min-width: 20%;
    position: relative;
    text-align: center;
    color: #ffffff;
  }
  .tvstaffMainFlex01 li .num01 {
    color: #F81900;
    font-size: 100px;
    line-height: 1.0em;
    margin-top: -5px;
    margin-bottom: -10px;
  }
  .tvstaffS01 {
    white-space: nowrap;
    position: relative;
    left: 0px;
    font-size: 12px;
  }

  .tvstaffMainBox01 {
    position: relative;
    background-color: #ffffff;
    border: 6px solid #000000;
    border-radius: 20px;
    padding: 36px 15px 15px;
    margin-top: 65px;
  }

  .tvstaffFuki01 {
    border: 6px solid #000000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 23px;
    line-height: 1.0em;
    font-weight: bold;
    box-sizing: border-box;
    height: 60px;
    width: 95vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -52px;
  }
  .tvstaffFuki01::after {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 35px;
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
  }

  .tvstaffFuki02 {
    display: none;
    /*font-size: 50px;
    line-height: 1.0em;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: -42px;*/
  }

  .box01 .tvstaffFuki01 {
    background-color: #FEC200;
  }
  .box01 .tvstaffFuki01::after {
    background-image: url("/coding/common/img/tvstaff/tvstaff_fuki_ar01.png");
  }
  .box01 .tvstaffFuki02 {
    color: #FEC200;
  }

  .box02 .tvstaffFuki01 {
    background-color: #03AE18;
  }
  .box02 .tvstaffFuki01::after {
    background-image: url("/coding/common/img/tvstaff/tvstaff_fuki_ar02.png");
  }
  .box02 .tvstaffFuki02 {
    color: #03AE18;
  }

  .box03 .tvstaffFuki01 {
    background-color: #FF1586;
  }
  .box03 .tvstaffFuki01::after {
    background-image: url("/coding/common/img/tvstaff/tvstaff_fuki_ar03.png");
  }
  .box03 .tvstaffFuki02 {
    color: #FF1586;
  }

  .strokeText04 {
    -webkit-text-stroke: 8px #000000;
    text-stroke: 8px #000000;
    paint-order: stroke;

    /*filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));*/
    /*text-shadow: 3px 3px 0px #000;*/
  }


  .tvstaffCyusyaku01 {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
    margin-top: 10px;
  }

  .tvstaffSpLogoWrap01 {
    height: 270px;
    overflow: auto;
  }

  /*-------------------------*/

  .tvstaff .tiktokBlock01 {
    background-image: none;
    background-color: #FF5B22;
  }

  /*-------------------------*/
  
  .contSpPd_0_20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tvstaffBlock01 {
    background-color: #007BE7;
    padding: 35px 0px 0px;
  }

  .hgroup01 {
    position: relative;
    text-align: center;
  }

  .h3Deco01 {
    padding-left: 15px;
    position: relative;
  }
  .h3Deco01 img {
    width: 108px;
    height: 100px;
  }
  .contH302 {
    color: transparent;
    font-size: 52px;
    line-height: 1.0em;
    letter-spacing: 0.2em;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 26px;
    white-space: nowrap;
  }

  .strokeText05 {
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    paint-order: stroke;

    /*filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 1));*/
    /*text-shadow: 3px 3px 0px #000;*/
  }

  .tvstaffTalkMovie01 {
    position: relative;
    width: auto;
    margin: -34px auto auto;
    border-radius: 28px;
    overflow: hidden;
  }
  .tvstaffTalkMovie01 iframe {
    width: 100%;
    height: 188px;
  }

  .tvstaffAncBox01 {
    background-image: url("/coding/common/img/tvstaff/tvstaff_box_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 32px auto;
    border: 6px solid #000000;
    border-radius: 20px;
    padding: 24px 18px;
    margin-top: 36px;
  }
  .tvstaffAncList01 {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 2.0em;
  }
  .tvstaffAncList01 a {
    display: flex;
    align-items: center;
    gap: 0px 10px;
  }
  .tvstaffAncList01 a:link {	color: #000000;	text-decoration: none;}
  .tvstaffAncList01 a:visited {	color: #000000;	text-decoration: none;}
  .tvstaffAncList01 a:hover {	color:#000000;	text-decoration: underline;}
  .tvstaffAncList01 a:active {	color:#000000;	text-decoration: none;}

  .tvstaffAncList01 a::before {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_link_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0;
  }

  .tvstaffAncBlock01 {
    margin-top: 38px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tvstaffHBox01 {
    position: relative;
    margin-top: -37px;
  }
  .tvstaffFuki03 {
    background-color: #ffffff;
    border: 6px solid #000000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    height: 44px;
    margin: auto auto 20px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    position: relative;
  }
  .tvstaffFuki03::after {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_tit_fuki_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 26px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
  }
  .tvstaffHText01 {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: bold;
  }

  .tvstaffTextBox02 {
    text-align: left;
    width: auto;
    margin: 10px auto 50px;
  }

  /*----------------------*/

  .tvstaffFlex01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0px;
    margin-bottom: 80px;
  }
  .tvstaffFlex01 .flexBox01 {
    width: 478px;
  }

  .tvstaffImg01 {
    width: 120px;
    flex-shrink: 0;
  }

  .tvstaffFuki04 {
    background-color: #ffffff;
    border: 6px solid #000000;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.3));
  }
  .tvstaffFuki04::before {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_int_fuki_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 66px;
    height: 49px;
    position: absolute;
    left: 68px;
    bottom: -24px;
  }
  .tvstaffFuki04In {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px 22px;
    text-align: left;
    font-weight: bold;
    position: relative;
    min-height: 120px;
  }

  .tvstaffFlex02 {
    margin-top: 22px;
    display: flex;
    align-items: flex-end;
    gap: 0px 18px;
    padding-left: 0px;
    text-align: left;
  }

  .tvstaffDeco01 {
    display: none;
    width: 363px;
    position: absolute;
    left: -220px;
    top: -230px;
  }
  .tvstaffDeco02 {
    display: none;
    width: 224px;
    position: absolute;
    right: -100px;
    bottom: 36px;
  }

  /*---------------------*/

  .tvstaffIntFlex01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
  }
  .tvstaffIntFlex01 a {
    box-sizing: border-box;
    display: block;
    border: 4px solid #000;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 12px 16px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
  }
  .tvstaffIntFlex01 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }

  .tvstaffIntImg01 {
    margin-bottom: 12px;
  }
  .tvstaffIntImg01 img {
    width: 100%;
    height: 216px;
    object-fit: cover;
  }
  .tvstaffIntP01 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
  }

  /*-----------------------*/

  .tvstaffBlock02 {
    background-color: rgba( 255,255,255,0.2 );
    padding: 50px 20px 58px;
  }
  .leterSp_0 {
    letter-spacing: 0em;
  }
  .tvstaffBoxFlex01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 65px 0px;
    padding-bottom: 40px;
  }
  .tvstaffBoxFlex01 li {
    width: 190px;
  }
  .tvstaffBoxFlex01 li a {
    display: block;
    text-align: left;
    position: relative;
  }
  .tvstaffBoxFlex01 li a::after {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_link_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
  }

  .person01 {
    text-align: center;
    margin-bottom: 8px;
  }
  .person01 img {
    width: auto;
    height: 125px;
  }
  .tvstaffBoxFlex01 li a dt {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .tvstaffBoxFlex01 li a dd {
    font-size: 16px;
    line-height: 1.3em;
  }

  .tvstaffFaqFlex01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  .tvstaffFaqBlock01 {
    margin-top: 35px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  .tvstaffFaqFuki01 {
    background-color: #ffffff;
    border: 6px solid #000000;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.3));
    width: 196px;
  }
  .tvstaffFaqFuki01::before {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_faq_fuki_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 46px;
    height: 66px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tvstaffFaqFuki01In {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px 15px;
    text-align: left;
    font-weight: bold;
    position: relative;
    min-height: 116px;
    box-sizing: border-box;
    width: auto;
    display: flex;
    align-items: center;
  }

  .tvstaffFaqFuki01.fuki02 {
    background-color: #000000;
  }
  .tvstaffFaqFuki01.fuki02::before {
    background-image: url("/coding/common/img/tvstaff/tvstaff_faq_fuki_ar02.png");
    left: auto;
    right: -24px;
  }
  .fuki02 .tvstaffFaqFuki01In {
    background-color: #000000;
    color: #ffffff;
  }
  .tvstaffFaqDeco01 {
    width: 148px;
    position: absolute;
    top: auto;
    bottom: 0px;
    right: -32px;
  }
  .tvstaffFaqTextBox01 {
    text-align: left;
    margin-top: 48px;
  }

  .tvstaffFaqAcBlock01 {
    margin-top: 80px;
    text-align: left;
  }
  .tvstaffFaqAc01 {
    background-color: #ffffff;
    border: 4px solid #000000;
    border-radius: 10px;
    margin-top: 12px;
    text-align: left;
    font-weight: bold;
  }
  .tvstaffFaqAc01 .ac {
    padding: 15px 40px 15px 15px;
    position: relative;
  }
  .tvstaffFaqAc01 .ac::after {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_link_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tvstaffFaqAc01 .ac.open::after {
    transform: translateY(-50%) scaleY(-1);
  }

  .tvstaffFaqAcCont01 {
    display: none;
  }
  .tvstaffFaqAcCont01In {
    padding: 0px 40px 15px 15px;
  }

  .tvstaffH401 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: center;
  }

  .tvstaffFaqBtnWrap01 {
    text-align: center;
    margin-top: 30px;
  }
  .tvstaffFaqBtnWrap01 img {
    width: 224px;
    height: auto;
  }

  .contBtn02 {
    position: relative;
    text-align: center;
    margin-top: -40px;
  }
  .contBtn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: auto;
    padding-left: 20px;
    border: 4px solid #ffffff;
    border-radius: 100px;
    background-color: #000000;
    box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
    color: #ffffff;
    font-size: 26px;
    line-height: 1.0em;
    font-weight: bold;
    transition-duration: 0.3s;
  }
  .contBtn02 a::after {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 30px;
    height: 26px;
    display: inline-block;
    margin-left: 15px;
  }

  .contBtn02 a:hover {
    border: 4px solid #000000;
    background-color: #ffffff;
    color: #000000;
    transition-duration: 0.3s;
  }

  /*---------------------------*/

  .tvstaffBlock03 {
    padding: 58px 20px 60px;
  }
  .tvstaffFlowBox01 {
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    text-align: left;
  }
  .tvstaffFlowBox01 .flowBox01 {
    position: relative;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    border-bottom: 2px solid #ffffff;
    padding: 5px 25px 10px 25px;
  }
  .tvstaffFlowBox01 .flowBox01 .num01 {
    color: #F81900;
    font-size: 80px;
    line-height: 1.0em;
    font-weight: normal;
    position: absolute;
    left: 2px;
    top: -38px;
  }
  
  .indSp01 {
    text-indent: 2em;
  }
  
  .tvstaffFlowBox01 .flowBox02 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    padding: 20px 20px 20px 25px;
  }

  .tvstaffHowFlex01 {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 0px;
    text-align: left;
    margin-top: 24px;
  }
  .tvstaffHowFlex01 .box01 {
    width: 100%;
  }

  .tvstaffDl01 dt {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .tvstaffDl01 dd {
    font-size: 16px;
    line-height: 1.6em;
  }

  .flexReverse {
    flex-direction: row-reverse;
  }

  .tvstaffHowBlock01 {
    margin-top: 50px;
  }

  .tvstaffH301 {
    text-align: center;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .tvstaffCareerBox01 {
    background-image: url("/coding/common/img/tvstaff/tvstaff_box_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 32px auto;
    border: 6px solid #000000;
    border-radius: 20px;
    position: relative;
    margin-top: 40px;
  }
  .tvstaffCareerBoxIn01 {
    padding: 15px 10px 10px 10px;
    border-bottom: 5px solid #000000;
  }

  .tvstaffCareerText01 {
    text-align: left;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
  }
  .tvstaffCareerFlex01 {
    display: block;
  }
  .careerBox01 {
    box-sizing: border-box;
    width: auto;
    flex-shrink: 0;
    border-right: none;
    padding: 0px 10px 15px 10px;
    position: relative;
  }
  .tvstaffCareerName01 {
    display: flex;
    text-align: left;
    gap: 0px 18px;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .tvstaffCareerName01 img {
    width: 100px;
    height: auto;
  }
  
  .careerSpImg01 {
    flex-shrink: 0;
  }
  
  .tvstaffCareerName01 p {
    padding-top: 0px;
  }

  .tvstaffCareerFlex02 {
    display: flex;
  }
  .tvstaffCareerFlex02.top {
    height: 44px;
  }

  .tvstaffCareerFlex02 .box01 {
    box-sizing: border-box;
    width: 122px;
    flex-shrink: 0;
    text-align: right;
    padding-right: 10px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: -0.08em;
  }
  .tvstaffCareerFlex02 .box02 {
    box-sizing: border-box;
    width: 20px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.4em;
    position: relative;
  }
  .tvstaffCareerFlex02 .box02::before {
    content: "";
    width: 4px;
    height: calc( 100% + 10px );
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
  }
  .tvstaffCareerFlex02:last-child .box02::before {
    display: none;
  }

  .tvstaffCareerFlex02 .box03 {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
  }

  .careerBox02 {
    padding: 0px 0px 60px 14px;
  }

  .tvstaffCareerDl01 {
    text-align: left;
    margin-bottom: 20px;
  }
  .tvstaffCareerDl01 dt {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 7px 10px;
    position: relative;
  }
  .tvstaffCareerDl01 dt::before {
    content: "";
    height: 100%;
    width: calc( 100% + 30px );
    background-color: #007BE7;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .tvstaffCareerDl01 dd {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 15px 15px 0px 10px;
  }

  .tvstaffCareerDeco01 {
    width: 150px;
    position: absolute;
    right: -50px;
    bottom: -40px;
  }
  .tvstaffCareerDeco02 {
    width: 140px;
    position: absolute;
    right: -50px;
    bottom: -38px;
  }
  .tvstaffCareerDeco03 {
    width: 132px;
    position: absolute;
    right: -47px;
    bottom: -40px;
  }
  .tvstaffCareerDeco04 {
    width: 122px;
    position: absolute;
    right: -30px;
    bottom: -15px;
  }
  .tvstaffCareerDeco05 {
    width: 95px;
    position: absolute;
    right: -30px;
    bottom: -15px;
  }

  /*-----------------------*/

  .tvstaffBlock04 {
    background-color: #FEC200;
    padding: 58px 20px 60px;
  }
  .tvstaffHText02 {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .tvstaffDownloadImg01 img {
    width: 100%;
    height: auto;
  }
  .contBtn01.contBtn03 a {
    font-size: 17px;
    width: 100%;
  }

  .contBtn01.contBtn03 a::after {
    margin-left: 10px;
    width: 30px;
    height: 26px;
  }

  /*-----------------------*/

  .tvstaffBlock05 {
    background-color: #03AE18;
    padding: 58px 20px 60px;
  }
  .tvstaffEntryBox01 {
    background-image: url("/coding/common/img/tvstaff/tvstaff_box_bg01.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 32px auto;
    border: 4px solid #000000;
    border-radius: 20px;
    padding: 20px 20px 24px;
    margin-top: 28px;
  }
  .tvstaffEntryDl01 {
    margin-top: 15px;
  }
  .tvstaffEntryDl01:first-child {
    margin-top: 0px;
  }
  .tvstaffEntryDl01 dt {
    text-align: center;
    background-color: #000000;
    padding: 4px 20px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .tvstaffEntryDl01 dd {
    display: flex;
    gap: 0px 10px;
  }
  .tvstaffEntryDl01 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }

  /*--2026/07/07 修正---------------------------*/

  .acBtn01 {
    position: relative;
    text-align: center;
    margin-top: 40px;
  }
  .acBtn01 p {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: auto;
    padding-left: 20px;
    border: 4px solid #ffffff;
    border-radius: 100px;
    background-color: #000000;
    box-shadow: 6px 6px 16px 0px rgba( 0,0,0,0.4 );
    color: #ffffff;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: bold;
    transition-duration: 0.3s;
  }
  .acBtn01 p::after {
    content: "";
    background-image: url("/coding/common/img/tvstaff/tvstaff_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 28px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
  }

  .acBtn01 p .s01 {
    display: block;
  }
  .acBtn01 p .s02 {
    display: none;
  }

  .open .acBtn01 p::after {
    transform: translateY(-50%) scaleY(-1);
  }
  .open .acBtn01 p .s01 {
    display: none;
  }
  .open .acBtn01 p .s02 {
    display: block;
  }

  .acContSp01 {
    display: none;
  }


}

@media screen and (min-width:768px) {
  .accordionWrap .acUp {
    display: none;
  }
  .acContSp01 {
    display: block !important;
  }
}



/*-------------------------------------------
  下層 先輩インタビュー一覧
--------------------------------------------*/

.contPager01 {
  display: flex;
  align-items: center;
  gap: 0px 38px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 30px 0px;
}
.contPager01 li {
  position: relative;
}
.contPager01 li::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba( 217,217,217,0.5 );
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
}
.contPager01 li:first-child::before {
  display: none;
}

/*-------------------------*/

.listPagerWrap01 {
  margin-top: 80px;
}
.listPager01 {
  display: flex;
  justify-content: center;
  gap: 0px 20px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
}
.listPager01 .ar01 img {
  width: 28px;
  height: 24px;
}

.listPager01 a {
  color: #ffffff;
  display: block;
  position: relative;
}

.listPager01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.listPager01 .active {
  position: relative;
}
.listPager01 .active::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50% , -50% )
}


/*-------------------------*/

.wp-pagenavi {
  margin-top: 80px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0px 5px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
}
.wp-pagenavi .ar01 img {
  width: 28px;
  height: 24px;
}

.wp-pagenavi a {
  color: #ffffff;
  position: relative;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.wp-pagenavi a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.wp-pagenavi span {
  border: none;
  color: #ffffff;
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.wp-pagenavi .current {
  position: relative;
  border-radius: 50px;
  background-color: #000000;
}
/*.wp-pagenavi .current::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50% , -50% )
}*/

.previouspostslink {
  background-image: url("/coding/common/img/pager_plev01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  width: 28px;
}
.nextpostslink {
  background-image: url("/coding/common/img/pager_next01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9999px;
  width: 28px;
}




@media screen and (max-width:767px) {

  .listPagerWrap01 {
    margin-top: 40px;
  }

  .wp-pagenavi {
    margin-top: 40px;
  }


}


/*-------------------------------------------
  下層 先輩インタビュー詳細
--------------------------------------------*/

.detailUl01 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px 30px;
  font-size: 16px;
  line-height: 1.0em;
}
.textDeco01 {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: 500;
  padding: 4px 6px 6px;
  border-radius: 5px;
}

.detailHeader01 {
  width: 680px;
  margin: auto;
  text-align: left;
}
.detailH202 {
  font-size: 32px;
  line-height: 1.5em;
  font-weight: bold;
}

/*------------------*/

.detailThumbnail01 {
  margin-bottom: 5px;
}
.detailThumbnail01 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.detailThumbnailWrap01 {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

/*------------------*/

.detailWpContWrap01 {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
}

.detailWpContWrap01 dl {
  margin-top: 30px;
}
.detailWpContWrap01 dl dt {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}

.detailWpContWrap01 h2 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}

.detailWpContWrap01 h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
}
.detailWpContWrap01 h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
}

/*----------------------*/

.detailPagerWap01 {
  margin-top: 80px;
}
.detailPagerWap01 .ul01 {
  display: flex;
  justify-content: space-between;
}
.detailPagerWap01 .ul01 li {
  width: 46.5%;
}
.detailPagerWap01 .ul01 li a {
  display: flex;
  border: 6px solid #000000;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 104px;
}

.detailPagerWap01 .ul01 li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.detailPagerWap01 .ul01 li a::after {
  content: "";
  background-image: url("/coding/common/img/pager_plev02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 102px;
}

.detailPagerThumbnail01 {
  flex-shrink: 0;
}
.detailPagerThumbnail01 img {
  width: 120px;
  height: 100%;
  min-height: 82px;
  object-fit: cover;
}

.detailPagerWap01 .boxIn01 {
  padding: 7px 25px 10px;
  font-size: 10px;
  line-height: 1.5em;
  text-align: left;
}
.detailPagerWap01 .boxIn01 .p01 {
  font-weight: bold;
  margin-bottom: 6px;
}
.detailPagerWap01 .boxIn01 {
}
.detailPagerWap01 .boxIn01 .p03 {
  font-weight: 500;
  margin-top: 5px;
}

.detailPagerWap01 .ul01 li.next a {
  flex-direction: row-reverse;
}
.detailPagerWap01 .ul01 li.next a::after {
  background-image: url("/coding/common/img/pager_next02.png");
  left: auto;
  right: 102px;
}

.contBtn01.btn03 a {
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.contBtn01.btn03 a::after {
  display: none;
}





@media screen and (max-width:767px) {

  .detailUl01 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px 30px;
    font-size: 16px;
    line-height: 1.0em;
  }
  .textDeco01 {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.0em;
    font-weight: 500;
    padding: 4px 6px 6px;
    border-radius: 5px;
  }

  .detailHeader01 {
    width: auto;
    margin: auto;
    text-align: left;
  }
  .detailH202 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
  }

  /*------------------*/

  .detailThumbnail01 {
    margin-bottom: 5px;
  }
  .detailThumbnail01 img {
    width: 100%;
    height: 154px;
    object-fit: cover;
    border-radius: 20px;
  }
  .detailThumbnailWrap01 {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }

  /*------------------*/

  .detailWpContWrap01 {
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 500;
  }

  .detailWpContWrap01 dl {
    margin-top: 30px;
  }
  .detailWpContWrap01 dl dt {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
  }

  .detailWpContWrap01 h2 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
  }

  .detailWpContWrap01 h3 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
  }
  .detailWpContWrap01 h4 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
  }

  /*----------------------*/

  .detailPagerWap01 {
    margin-top: 40px;
  }
  .detailPagerWap01 .ul01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 13px;
  }
  .detailPagerWap01 .ul01 li {
    width: 100%;
  }
  .detailPagerWap01 .ul01 li a {
    display: flex;
    border: 6px solid #000000;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }

  .detailPagerWap01 .ul01 li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }

  .detailPagerWap01 .ul01 li a::after {
    content: "";
    background-image: url("/coding/common/img/pager_plev02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 102px;
  }

  .detailPagerThumbnail01 {
    flex-shrink: 0;
  }
  .detailPagerThumbnail01 img {
    width: 120px;
    height: 100%;
    min-height: 82px;
    object-fit: cover;
  }

  .detailPagerWap01 .boxIn01 {
    padding: 5px 10px 8px 25px;
    font-size: 10px;
    line-height: 1.5em;
    text-align: left;
  }
  .detailPagerWap01 .boxIn01 .p01 {
    font-weight: bold;
    margin-bottom: 6px;
  }
  .detailPagerWap01 .boxIn01 .p03 {
    font-weight: 500;
    margin-top: 5px;
  }

  .detailPagerWap01 li.next .boxIn01 {
    padding-left: 10px;
    padding-right: 25px;
  }
  .detailPagerWap01 .ul01 li.next a {
    flex-direction: row-reverse;
  }
  .detailPagerWap01 .ul01 li.next a::after {
    background-image: url("/coding/common/img/pager_next02.png");
    left: auto;
    right: 102px;
  }

  .contBtn01.btn03 a {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contBtn01.btn03 a::after {
    display: none;
  }



}


/*-------------------------------------------
  下層 ニュース
--------------------------------------------*/

.newsFlex01 {
  display: flex;
}

/*------------------*/

.detailPagerWap02 {
  margin-top: 80px;
}
.detailPagerWap02 .ul01 {
  display: flex;
  justify-content: space-between;
}

.detailPagerWap02 .ul01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 4px solid #000000;
  border-radius: 80px;
  padding: 5px 10px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
  position: relative;
  transition-duration: 0.3s;
}
.detailPagerWap02 .ul01 a:hover {
  background-color: #000000;
  border: 4px solid #ffffff;
  color: #ffffff;
  transition-duration: 0.3s;
}

.detailPagerWap02 .ul01 a::after {
  content: "";
  background-image: url("/coding/common/img/pager_plev03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.detailPagerWap02 .ul01 .next a::after {
  background-image: url("/coding/common/img/pager_next03.png");
  left: auto;
  right: 16px;
}

.contBtn01.newsBtnWrap01 {
  /*margin-top: -55px;*/
  position: relative;
  margin-top: 0px;
}
.contBtn01.newsBtnWrap01 a {
  /*margin-top: -55px;*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
}

/*------------------*/

.nav-links {
  margin-top: 80px;
}
.nav-links {
  display: block;
  /*justify-content: space-between;*/
}
.nav-links::after {
  content: "";
  display: block;
  clear: both;
}

.nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 4px solid #000000;
  border-radius: 80px;
  padding: 5px 10px;
  width: 250px;
  height: 50px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 500;
  position: relative;
  transition-duration: 0.3s;
}
.nav-links a:hover {
  background-color: #000000;
  border: 4px solid #ffffff;
  color: #ffffff;
  transition-duration: 0.3s;
}

.nav-links a::after {
  content: "";
  background-image: url("/coding/common/img/pager_plev03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-links .nav-next a::after {
  background-image: url("/coding/common/img/pager_next03.png");
  left: auto;
  right: 16px;
}

.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}



@media screen and (max-width:767px) {

  .newsFlex01 {
    display: flex;
    flex-wrap: wrap;
  }

  /*------------------*/

  .detailPagerWap02 {
    margin-top: 40px;
  }
  .detailPagerWap02 .ul01 {
    display: flex;
    justify-content: space-between;
  }
  .detailPagerWap02 .ul01 li {
    width: 48%;
  }
  
  .detailPagerWap02 .ul01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 4px solid #000000;
    border-radius: 80px;
    padding: 5px 10px 5px 28px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    position: relative;
    transition-duration: 0.3s;
  }
  .detailPagerWap02 .ul01 a:hover {
    background-color: #000000;
    border: 4px solid #ffffff;
    color: #ffffff;
    transition-duration: 0.3s;
  }

  .detailPagerWap02 .ul01 a::after {
    content: "";
    background-image: url("/coding/common/img/pager_plev03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .detailPagerWap02 .ul01 .next a {
    padding: 5px 28px 5px 10px;
  }
  .detailPagerWap02 .ul01 .next a::after {
    background-image: url("/coding/common/img/pager_next03.png");
    left: auto;
    right: 16px;
  }

  .contBtn01.newsBtnWrap01 {
    /*margin-top: -55px;*/
    position: relative;
    margin-top: 20px;
    height: 60px;
  }
  .contBtn01.newsBtnWrap01 a {
    /*margin-top: -55px;*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
  }

  /*------------------*/

  .nav-links {
    margin-top: 40px;
  }
  .nav-links {
    display: block;
    /*justify-content: space-between;*/
  }
  .nav-links::after {
    content: "";
    display: block;
    clear: both;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 4px solid #000000;
    border-radius: 80px;
    padding: 5px 10px;
    width: 165px;
    height: 50px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    position: relative;
    transition-duration: 0.3s;
  }
  .nav-links a:hover {
    background-color: #000000;
    border: 4px solid #ffffff;
    color: #ffffff;
    transition-duration: 0.3s;
  }

  .nav-links a::after {
    content: "";
    background-image: url("/coding/common/img/pager_plev03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-links .nav-next a::after {
    background-image: url("/coding/common/img/pager_next03.png");
    left: auto;
    right: 16px;
  }

  .nav-previous {
    float: left;
  }
  .nav-next {
    float: right;
  }




}


/*-------------------------------------------
  下層 お問い合わせ
--------------------------------------------*/

.detail_w680 {
  width: 680px;
  margin: auto;
}

.contactBox01 {
  text-align: left;
  margin-top: 24px;
}
.contactBox01 dt {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}
.contactHisu01 {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.0em;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 5px;
  margin-left: 9px;
}

.contactInput01 {
    background: none;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 20px;
}

.contactSelect01 {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  height: 52px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 20px;
  position: relative;
  background-image: url("/coding/common/img/select_ar01.png");
  background-repeat: no-repeat;
  background-position: center right 26px;
  background-size: 25px auto;
}

.contTextarea01 {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    background: transparent;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 20px;
  position: relative;
}

.contactBtnWrap01 {
  margin-top: 80px;
}

.contactBtn01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 370px;
  height: 60px;
  padding: 4px 20px 4px 10px;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 100px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  position: relative;
  transition-duration: 0.3s;
}
.contactBtn01::after {
  content: "";
  background-image: url("/coding/common/img/main_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 38px;
  height: 33px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.contactBtn01:hover {
  border: 4px solid #000000;
  background-color: #ffffff;
  color: #000000;
  transition-duration: 0.3s;
}




@media screen and (max-width:767px) {

  .detail_w680 {
    width: auto;
    margin: auto;
  }

  .contactBox01 {
    text-align: left;
    margin-top: 24px;
  }
  .contactBox01 dt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .contactHisu01 {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.0em;
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
    margin-left: 9px;
  }

  .contactInput01 {
      background: none;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px 20px;
  }

  .contactSelect01 {
        -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 100%;
    height: 52px;
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px 20px;
    position: relative;
    background-image: url("/coding/common/img/select_ar01.png");
    background-repeat: no-repeat;
    background-position: center right 26px;
    background-size: 25px auto;
  }

  .contTextarea01 {
        -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      resize: none;
      background: transparent;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 100%;
    height: 200px;
    font-size: 16px;
    line-height: 1.2em;
    padding: 10px 20px;
    position: relative;
  }

  .contactBtnWrap01 {
    margin-top: 40px;
  }

  .contactBtn01 {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 4px 20px 4px 10px;
    margin: auto;
    border: 4px solid #ffffff;
    border-radius: 100px;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    position: relative;
    transition-duration: 0.3s;
  }
  .contactBtn01::after {
    content: "";
    background-image: url("/coding/common/img/main_btn_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 38px;
    height: 33px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contactBtn01:hover {
    border: 4px solid #000000;
    background-color: #ffffff;
    color: #000000;
    transition-duration: 0.3s;
  }


}


/*-------------------------------------------
  下層 内容確認
--------------------------------------------*/

.detailH302 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 24px;
}

.confirmBlock01 {
  margin: 60px auto;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  border-top: 1px solid #000000;
}
.confirmBlock01 li {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #000000;
  text-align: left;
}
.confirmBlock01 li .p01 {
  width: 190px;
  flex-shrink: 0;
}

.button01 {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
  box-sizing: border-box;
  width: 120px;
  height: 30px;
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 60px;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: 500;
}
.button02 {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    background: transparent;
  box-sizing: border-box;
  width: 120px;
  height: 30px;
  background-color: #000000;
  border: 3px solid #000000;
  color: #ffffff;
  border-radius: 60px;
  font-size: 14px;
  line-height: 1.0em;
  font-weight: 500;
}
.confirmBtnWrap01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 44px;
}
.confirmBtnWrap01 .wpcf7-spinner {
  display: none !important;
}



@media screen and (max-width:767px) {

  .detailH302 {
    text-align: left;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 24px;
  }

  .confirmBlock01 {
    margin: 30px auto;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    border-top: 1px solid #000000;
  }
  .confirmBlock01 li {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #000000;
    text-align: left;
  }
  .confirmBlock01 li .p01 {
    width: 100%;
    flex-shrink: 0;
  }

  .button01 {
        -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
      background: transparent;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 60px;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
  }
  .button02 {
        -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0;
      background: transparent;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    background-color: #000000;
    border: 3px solid #000000;
    color: #ffffff;
    border-radius: 60px;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
  }
  .confirmBtnWrap01 {
    display: flex;
    justify-content: center;
    gap: 0px 20px;
  }



}


/*-------------------------------------------
  下層 完了画面
--------------------------------------------*/

.thanksH201 {
  margin-bottom: 80px;
}
.contText01 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
}



@media screen and (max-width:767px) {

  .thanksH201 {
    margin-bottom: 40px;
  }
  .contText01 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    text-align: left;
  }



}


/*-------------------------------------------
  下層 プライバシーポリシー
--------------------------------------------*/

.privacyBlock01 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  margin-top: -30px;
}
.privacyBlock01 h3 {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

.privacyBlock01 ul {
  list-style: disc;
  list-style-position: inside;
}
.privacyBlock01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.privacyTextBox01 {
  margin-top: 80px;
}




@media screen and (max-width:767px) {

  .privacyBlock01 {
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    margin-top: -15px;
  }
  .privacyBlock01 h3 {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .privacyBlock01 ul {
    list-style: disc;
    list-style-position: inside;
  }
  .privacyBlock01 li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .privacyTextBox01 {
    margin-top: 40px;
  }

  .privacyTit01 .detailTitText01 {
    white-space: nowrap;
    margin-left: -44px;
  }
  .privacyTit01 .detailTitDeco01 {
    top: 0px;
  }


}


/*-------------------------------------------
  下層 404
--------------------------------------------*/

.thanksH201.box404 {
  margin-top: 50px;
}


@media screen and (max-width:767px) {

  .thanksH201.box404 {
    margin-top: 40px;
    text-align: left;
  }



}


/*-------------------------------------------
  下層 タレント支援事業
--------------------------------------------*/

.detailTitText02 {
  color: #ffffff;
  font-size: 52px;
  line-height: 1.3em;
  font-weight: bold;
}
.detailTitFlex01 {
  width: 820px;
  display: flex;
  align-items: center;
  gap: 0px 44px;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.detailTitFlex01 .detailTitText02 {
  flex-shrink: 0;
}
.titWrap02 .detailTitDeco01 {
  width: 250px;
  left: -210px;
  top: 0px;
}
.titWrap02.detailTitWrap01 {
  padding-left: 140px;
}

.workAncFlex01 .contBtn02 a::after {
  width: 28px;
  height: 24px;
  display: inline-block;
  margin-left: 0px;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.contBtn02.contBtn03 a::after {
  content: "";
  background-image: url("/coding/common/img/work/work_btn_external01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 0px;
  transition-duration: 0.3s;
}
.contBtn02.contBtn03 a:hover::after {
  background-image: url("/coding/common/img/work/work_btn_external01_on.png");
  transition-duration: 0.3s;
}

.workAncFlex01 {
  display: flex;
  gap: 34px;
  margin-top: 30px;
}
.workAncFlex01 li {
  width: 100%;
}
.workAncFlex01 li a {
  width: 100%;
  font-size: 16px;
  line-height: 1.3em;
  padding-left: 10px;
  padding-right: 10px;
}

/*---------------------*/

.tvstaffHowBlock01.workBlock01 {
  margin-top: 60px;
}

.tvstaffCareerBox01.workBox01 {
  padding: 70px 120px;
  margin: 60px auto;
}
.workFigure01 {
  margin-top: 60px;
}
.text24 {
  font-size: 24px;
}
.workTextBox01 {
  text-align: center;
  margin: 14px auto 45px;
}
.workUl01 {
  display: inline-block;
  text-align: left;
  margin-top: 25px;
}
.workUl01 li {
  position: relative;
  font-size: 20px;
  line-height: 1.6em;
  padding-left: 32px;
}
.workUl01 li::before {
  content: "";
  background-image: url("/coding/common/img/work/work_check01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 20px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 4px;
}

/*------------------*/

.workContBox01 {
  margin-top: 80px;
}

.workH301 {
  font-size: 36px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 50px;
}
.workH301 .s01 {
  display: inline-block;
  position: relative;
}
.workH301 .s01::before {
  content: "";
  background-image: url("/coding/common/img/work/work_tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 65px;
  height: 77px;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
}
.workH301 .s01::after {
  content: "";
  background-image: url("/coding/common/img/work/work_tit_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 65px;
  height: 77px;
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}

.workFlex01 {
  display: flex;
  gap: 0px 20px;
}
.workFlex01 li {
  width: 33%;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 25px 15px;
  color: #ffffff;
}
.workFlex01 li .img01 {
  width: 228px;
  margin: auto auto 10px;
}
.workFlex01 li dt {
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 13px;
}
.workFlex01 li dt .s01 {
  font-size: 16px;
}
.workFlex01 li dd {
  text-align: left;
  font-size: 16px;
  line-height: 1.3em;
}

/*----------------------*/

.workH302 {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.workSlideWrap01 {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.workSlideWrap01 .main_slider-wrapper {
  margin-top: 45px;
  margin-bottom: 70px;
  overflow: visible;
}

.tvstaffCareerBox01.workBox02 {
  padding: 60px;
  text-align: left;
  margin-top: 20px;
}
.hgroup02 {
  margin-bottom: 20px;
}
.contH401 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold;
}
.workText01 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
}
.workFlex02 {
  display: flex;
  gap: 0px 45px;
}
.workFlex02 .box01 {
  width: 216px;
  flex-shrink: 0;
}
.workFlex02 .box02 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0px;
}

.contBtn01.contBtn04 a {
  font-weight: bold;
}
.contBtn01.contBtn04 a::after {
  width: 28px;
  height: 25px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}

/*-------------------------*/

.workContBox02 {
  margin-top: 84px;
}

.workBtn01 {
  text-align: center;
}
.workBtn01 img {
  width: 367px;
  height: auto;
}

.workH401 {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 40px;
}
.workH401 .s01 {
  display: inline-block;
  position: relative;
  padding: 0px 4em;
}
.workH401 .s01::before {
  content: "";
  background-image: url("/coding/common/img/work/work_tit_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 19px;
  height: 33px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
}
.workH401 .s01::after {
  content: "";
  background-image: url("/coding/common/img/work/work_tit_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 19px;
  height: 33px;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}

.workBlock02 {
  padding: 110px 0px 90px;
}

.workSlideWrap01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}



@media screen and (max-width:767px) {

  .detailTitText02 {
    color: #ffffff;
    font-size: 52px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .detailTitFlex01 {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0px;
    color: #ffffff;
    text-align: left;
    margin-left: -78px;
  }
  .detailTitFlex01 .detailTitText02 {
    flex-shrink: 0;
  }
  .titWrap02 .detailTitDeco01 {
    width: 250px;
    left: -166px;
    top: 0px;
  }
  .titWrap02.detailTitWrap01 {
    padding-left: 0px;
  }

  .workAncFlex01 .contBtn02 a::after {
    width: 28px;
    height: 24px;
    display: inline-block;
    margin-left: 0px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contBtn02.contBtn03 a::after {
    content: "";
    background-image: url("/coding/common/img/work/work_btn_external01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-left: 0px;
    transition-duration: 0.3s;
  }
  .contBtn02.contBtn03 a:hover::after {
    background-image: url("/coding/common/img/work/work_btn_external01_on.png");
    transition-duration: 0.3s;
  }

  .workAncFlex01 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .workAncFlex01 li {
    width: 100%;
  }
  .workAncFlex01 li a {
    width: 100%;
    font-size: 16px;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*---------------------*/

  .tvstaffHowBlock01.workBlock01 {
    margin-top: 60px;
  }

  .tvstaffCareerBox01.workBox01 {
    padding: 30px 20px;
    margin: 20px auto;
  }
  .workFigure01 {
    margin-top: 20px;
  }
  .text24 {
    font-size: 16px;
  }
  
  .workSpLeft {
    text-align: left;
  }
  .workSpLeft .mb30 {
    margin-bottom: 10px !important;
  }
  .workTextBox01 {
    text-align: center;
    margin: 14px auto 22px;
  }
  .workUl01 {
    display: inline-block;
    text-align: left;
    margin-top: 25px;
  }
  .workUl01 li {
    position: relative;
    font-size: 20px;
    line-height: 1.6em;
    padding-left: 32px;
  }
  .workUl01 li::before {
    content: "";
    background-image: url("/coding/common/img/work/work_check01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 20px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: 4px;
  }

  /*------------------*/

  .workContBox01 {
    margin-top: 40px;
  }

  .workH301 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .workH301 .s01 {
    display: inline-block;
    position: relative;
  }
  .workH301 .s01::before {
    content: "";
    background-image: url("/coding/common/img/work/work_tit_deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 65px;
    height: 77px;
    position: absolute;
    left: -50px;
    top: 0px;
    transform: translateY(0%);
  }
  .workH301 .s01::after {
    content: "";
    background-image: url("/coding/common/img/work/work_tit_deco01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 65px;
    height: 77px;
    position: absolute;
    right: -50px;
    top: 0px;
    transform: translateY(0%) scaleX(-1);
  }

  .workFlex01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .workFlex01 li {
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 25px 15px;
    color: #ffffff;
  }
  .workFlex01 li .img01 {
    width: 228px;
    margin: auto auto 10px;
  }
  .workFlex01 li dt {
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .workFlex01 li dt .s01 {
    font-size: 16px;
  }
  .workFlex01 li dd {
    text-align: left;
    font-size: 16px;
    line-height: 1.3em;
  }

  /*----------------------*/

  .workH302 {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }

  .workSlideWrap01 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .workSlideWrap01 .main_slider-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: visible;
  }

  .tvstaffCareerBox01.workBox02 {
    padding: 30px;
    text-align: left;
    margin-top: 20px;
  }
  .hgroup02 {
    margin-bottom: 20px;
  }
  .contH401 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .workText01 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
  }
  .workFlex02 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .workFlex02 .box01 {
    width: 100%;
    flex-shrink: 0;
  }
  .workFlex02 .box02 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0px;
  }
  
  .contBtn01.contBtn04 {
    margin-top: 0px;
  }

  .contBtn01.contBtn04 a {
    font-weight: bold;
  }
  .contBtn01.contBtn04 a::after {
    width: 28px;
    height: 25px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  /*-------------------------*/

  .workContBox02 {
    margin-top: 84px;
  }

  .workBtn01 {
    text-align: center;
  }
  .workBtn01 img {
    width: 367px;
    height: auto;
  }

  .workH401 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .workH401 .s01 {
    display: inline-block;
    position: relative;
  }
  .workH401 .s01::before {
    content: "";
    background-image: url("/coding/common/img/work/work_tit_deco02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 19px;
    height: 33px;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .workH401 .s01::after {
    content: "";
    background-image: url("/coding/common/img/work/work_tit_deco02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 19px;
    height: 33px;
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
  }

  .workBlock02 {
    padding: 50px 20px 60px;
  }


}


/*-------------------------------------------
  下層 映像制作事業
--------------------------------------------*/

.movieBox01 {
  margin: 75px auto;
}
.tvstaffMainText01.movie {
  font-size: 30px;
  color: #ffffff;
}

.movieFigure01 {
  margin-top: 30px;
}
.movieFigure01 img {
  max-width: 200%;
  width: 1012px !important;
  height: auto;
}

.movieText01 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
}



@media screen and (max-width:767px) {
  
  .leterSp_02 {
    letter-spacing: 0.2em;
    font-size: 40px;
  }

  .detailTitDeco01.movie {
    left: -194px;
  }

  .movieBox01 {
    margin: 40px auto 55px;
  }
  .tvstaffMainText01.movie {
    font-size: 30px;
    color: #ffffff;
  }
  .tvstaffMainText01.movie .s01 {
    text-align: left;
  }
  .tvstaffMainText01.movie .s01::before {
    width: 45px;
    height: 60px;
    left: -50px;
    top: -15px;
    transform: translateY(0%);
  }
  .tvstaffMainText01.movie .s01::after {
    width: 45px;
    height: 60px;
    right: -45px;
    top: auto;
    bottom: 0px;
    transform: translateY(0%);
  }

  .movieFigure01 {
    margin-top: 30px;
  }
  .movieFigure01 img {
    max-width: 200%;
    width: 100% !important;
    height: auto;
  }

  .movieText01 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 24px;
  }

/*--2026/07/07 修正-----------------------*/

  .tvmovie .contH302 {
    font-size: 44px;
    letter-spacing: 0.1em;
  }



}


/*-------------------------------------------
  下層 
--------------------------------------------*/



@media screen and (max-width:767px) {



}





/*-----*/
