@charset "UTF-8";
body {
  overflow-x: hidden;
  position: relative;
}

/*リセット
**************************************************/
.Stage {
  width: auto;
  min-width: 950px;
}

#mainScreen {
  text-align: left;
  width: 100%;
}

div.contents,
div.contentsArea {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*共通
**************************************************/
#teipen img {
  vertical-align: bottom;
}

#teipen a,
#teipen div,
#teipen section,
#teipen h2,
#teipen h3,
#teipen h4,
#teipen li,
#teipen p,
#teipen table,
#teipen td,
#teipen th,
#teipen ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*共通
**************************************************/
#teipen {
  width: 100%;
  min-width: 950px;
  margin: 45px auto 0;
  color: #000;
  /*チャンネル登録
  **************************************************/
  /*NG行動をチェック!
  **************************************************/
  /*コラボ
  **************************************************/
  /*キャラクター紹介
  **************************************************/
  /*ストーリー
  **************************************************/
  /*転職に役立つ動画
  **************************************************/
  /*シェア
  **************************************************/
  /*関連リンク
  **************************************************/
  /*フローティング要素
  **************************************************/
  /*ページトップボタン
  **************************************************/
}
#teipen .sp {
  display: none;
}
#teipen * {
  box-sizing: border-box;
  font-weight: normal;
  font-family: 'Noto Sans JP', "Lucida Grande", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
#teipen .inner {
  margin: 0 auto;
  width: 950px;
  padding: 70px 0 50px;
  text-align: center;
  position: relative;
}
#teipen h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
#teipen h2 em {
  font-style: normal;
  font-weight: 900;
}
#teipen p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#teipen .subscription {
  width: 100%;
  padding: 40px 0 50px;
  background-image: url("../img/bg_blue_02.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#teipen .subscription .btn_watch a {
  width: 300px;
  height: 100px;
  border-radius: 6px;
  display: flex;
  background: #000;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  background-image: url("../img/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left 20px center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.4;
  transition: all 0.2s;
}
#teipen .subscription .btn_watch a:hover {
  background-color: #7f7f7f;
}
#teipen .subscription .box_subscribe {
  padding: 20px 0 25px;
  width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#teipen .subscription .box_subscribe::before {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("../img/bg_slashed.png");
  background-size: 12px;
  z-index: -1;
}
#teipen .subscription .box_subscribe::after {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  border: 5px solid #000;
  z-index: -1;
}
#teipen .subscription .box_subscribe .mynavi {
  width: 280px;
  height: 70px;
  margin: 0 auto 20px;
  font-size: 30px;
  font-weight: normal;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: right;
  background-image: url("../img/logo_mynavi_02.png");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: left center;
}
#teipen .subscription .box_subscribe .btn_subscribe a {
  height: 80px;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: #ff0000;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 900;
  line-height: 80px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  width: 300px;
  padding-left: 26px;
  background-image: url(../img/icon_btn_arrow.svg);
  background-size: 30px auto;
  background-position: left 20px center;
}
#teipen .subscription .box_subscribe .btn_subscribe a:hover {
  background-color: #ff7f7f;
}
#teipen #sect01 {
  background-image: url(../img/bg_yellow01.png), url("../img/bg_orange_dotted.jpg");
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
}
#teipen #sect01 .inner {
  padding: 90px 0 60px;
}
#teipen #sect01 .mynavi_teikoupenguin {
  background: #fff;
  border: 8px solid #000;
  width: 600px;
  height: 80px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
#teipen #sect01 .mynavi_teikoupenguin::before {
  content: "";
  background-image: url("../img/yajirushi_down.png");
  background-repeat: no-repeat;
  background-size: auto calc(86px / 2);
  background-position: center bottom;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
}
#teipen #sect01 .mynavi_teikoupenguin img:nth-of-type(1) {
  position: absolute;
  top: 12px;
  left: 28px;
  width: 216px;
}
#teipen #sect01 .mynavi_teikoupenguin img:nth-of-type(2) {
  position: absolute;
  top: calc(50% - 28px / 2);
  left: calc(28px + 216px + 35px);
  width: 28px;
}
#teipen #sect01 .mynavi_teikoupenguin img:nth-of-type(3) {
  position: absolute;
  top: 12px;
  left: calc(28px + 216px + 35px + 28px + 30px);
  width: 222px;
}
#teipen #sect01 .check {
  background: #ff0000;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 55px;
  padding: 0 20px;
  border-radius: 20px;
}
#teipen #sect01 .check em {
  font-style: normal;
  font-weight: normal;
}
#teipen #sect01 h2 {
  position: absolute;
  top: 145px;
  left: 0;
  right: 0;
  margin: auto;
  width: 587px;
  z-index: 2;
}
#teipen #sect01 h2 img {
  width: 100%;
}
#teipen #sect01 .img_main {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#teipen #sect01 .img_main::before {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  background-image: url("../img/bg_slashed.png");
  background-size: 12px;
  z-index: -1;
}
#teipen #sect01 .img_main::after {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 8px solid #000;
  z-index: 1;
}
#teipen #sect01 .img_main img {
  width: 100%;
}
#teipen #sect02 {
  background-image: url("../img/bg_blue_01.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
#teipen #sect02 .inner {
  margin-bottom: 0;
  padding-bottom: 0;
}
#teipen #sect02 h2 {
  font-size: 28px;
}
#teipen #sect02 h2 em {
  font-size: 38px;
  letter-spacing: 0.025em;
}
#teipen #sect02 p {
  font-size: 16px;
  line-height: 1.88;
}
#teipen #sect02 .note {
  font-size: 12px;
  text-align: right;
}
#teipen #sect02 .subscription {
  background: none;
}
#teipen #sect02 .txt_fukidashi_01 {
  position: absolute;
  bottom: 220px;
  left: 10px;
  width: 261px;
}
#teipen #sect02 .img_bikkuri_panda {
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 245px;
}
#teipen #sect02 .img_bikkuri_pengin {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 258px;
}
#teipen #sect03 h3 {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#teipen #sect03 ul {
  width: 920px;
  font-size: 0;
  margin: 0 auto;
}
#teipen #sect03 ul li {
  vertical-align: top;
  display: inline-block;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
#teipen #sect03 ul li:nth-of-type(2n) {
  margin-right: 0;
}
#teipen #sect03 ul li .image {
  width: 100%;
  margin-bottom: 25px;
}
#teipen #sect03 ul li .name {
  margin-bottom: 12px;
  height: 28px;
  text-align: center;
}
#teipen #sect03 ul li .name img {
  width: auto;
  height: 100%;
}
#teipen #sect03 ul li .text {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
#teipen #sect04 {
  background-image: url(../img/bg_yellow03.png), url(../img/bg_yellow02.png), url(../img/bg_yellow_black.png), url("../img/bg_orange_dotted.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 100% auto,100% auto,100% auto, auto;
  background-position: center bottom, center center, center top ,center;
}
#teipen #sect04 .inner {
  padding: 10px 0 20px;
}
#teipen #sect04 h2 {
  width: 334px;
  margin: 0 auto 38px;
}
#teipen #sect04 h2 img {
  width: 100%;
}
#teipen #sect04 .edition {
  width: 920px;
  padding: 30px 70px;
  margin: 0 auto;
  background: #fff;
}
#teipen #sect04 .edition .sub {
  text-align: center;
  margin-bottom: 20px;
}
#teipen #sect04 .edition .sub em {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 26px;
  line-height: 50px;
  font-style: normal;
  font-weight: 900;
  padding: 0 30px;
  width: auto;
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 0;
}
#teipen #sect04 .edition .sub em::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: block;
  background: #000;
  z-index: -1;
}
#teipen #sect04 .edition .sub em::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: block;
  background: #ff0000;
  z-index: -1;
}
#teipen #sect04 .edition h3 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 25px;
}
#teipen #sect04 .edition .youtube {
  width: calc(650px + 8px * 2);
  border: 8px solid #000;
  margin: 0 auto 48px;
  position: relative;
  padding-top: calc(367px);
}
#teipen #sect04 .edition .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#teipen #sect04 .edition .youtube.comingsoon {
  background: url(../img/youtube_thamnail_03.jpg);
  background-size: cover;
}
#teipen #sect04 .edition .balloon {
  margin: 0 auto 30px;
  padding-left: 140px;
  width: calc(650px + 8px * 2);
  position: relative;
}
#teipen #sect04 .edition .balloon .icon {
  width: 100px;
  position: absolute;
  left: 0;
  top: -3px;
}
#teipen #sect04 .edition .balloon p {
  width: 100%;
  border: 5px solid #000;
  padding: 20px;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
#teipen #sect04 .edition .balloon p::before {
  content: '';
  position: absolute;
  display: block;
  width: 36px;
  height: 32px;
  left: -35.5px;
  top: 18px;
  background-image: url("../img/yajirushi_left.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
#teipen #sect04 .subscription {
  width: 920px;
  margin: 0 auto 50px;
}
#teipen #sect04 .subscription .txt_fukidashi_02_penguin {
  position: absolute;
  bottom: 210px;
  right: -15px;
  width: 271px;
  z-index: 1;
}
#teipen #sect04 .subscription .img_touroku_pengin {
  position: absolute;
  bottom: 0;
  right: 12px;
  width: 245px;
}
#teipen #sect04 .subscription .txt_fukidashi_02_panda {
  position: absolute;
  bottom: 200px;
  left: -15px;
  width: 280px;
  z-index: 1;
}
#teipen #sect04 .subscription .img_kaigi_panda {
  position: absolute;
  bottom: 0;
  left: -25px;
  width: 300px;
}
#teipen #sect04 .subscription .txt_fukidashi_03 {
  position: absolute;
  bottom: 222px;
  right: -15px;
  width: 261px;
  z-index: 1;
}
#teipen #sect04 .subscription .img_pengin_large {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 285px;
}
#teipen #sect04 .subscription .img_flower_01 {
  position: absolute;
  top: -20px;
  left: 70px;
  width: calc(287px / 2);
}
#teipen #sect04 .subscription .img_flower_02 {
  position: absolute;
  top: -10px;
  right: 50px;
  width: calc(266px / 2);
}
#teipen #sect05 h2 {
  font-size: 34px;
}
#teipen #sect05 .inner {
  padding: 60px 0 0;
}
#teipen #sect05 .inner > p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 65px;
  text-align: center;
}
#teipen #sect05 ul {
  width: 950px;
  font-size: 0;
  text-align: left;
}
#teipen #sect05 ul li {
  vertical-align: top;
  display: inline-block;
  /*width: calc(300px - 5px * 2);*/
  width: calc(475px - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
}
#teipen #sect05 ul li:nth-of-type(2n) {
  margin-right: 0;
}
#teipen #sect05 ul li .youtube {
  width: 100%;
  border: 3px solid #000;
  margin: 0 auto 10px;
  position: relative;
  /*padding-top: calc(168px - 5px * 2);*/
  padding-top: calc((475px - 25px) / 320 * 178);
}
#teipen #sect05 ul li .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#teipen #sect05 ul li p {
  font-size: 16px;
  line-height: 1.5;
}
#teipen #sect05 .subscription {
  padding: 0;
  background-image: url("../img/bg_blue_03.jpg");
}
#teipen #sect05 .subscription .inner {
  padding: 56px 0 80px;
}
#teipen #sect05 .subscription .txt_fukidashi_02_panda {
  position: absolute;
  bottom: 255px;
  left: 0;
  width: 280px;
  z-index: 1;
}
#teipen #sect05 .subscription .img_yorokobi_panda {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 283px;
}
#teipen #sect05 .subscription .img_yorokobi_pengin {
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 269px;
}
#teipen #sect06 .inner {
  padding: 50px 0 180px;
}
#teipen #sect06 ul {
  font-size: 0;
}
#teipen #sect06 ul li {
  vertical-align: top;
  display: inline-block;
  width: 60px;
  margin-right: 15px;
}
#teipen #sect06 ul li:nth-of-type(4n) {
  margin-right: 0;
}
#teipen #sect06 ul li a {
  transition: all 0.2s;
}
#teipen #sect06 ul li a:hover {
  opacity: 0.75;
}
#teipen #sect06 ul li img {
  width: 100%;
}
#teipen #sect06 .img_kaiteiru_panda {
  position: absolute;
  bottom: 0;
  left: calc(50% - 145px / 2);
  width: 145px;
}
#teipen #sect06 .txt_fukidashi_04 {
  position: absolute;
  bottom: 55px;
  left: calc(50% + 50px);
  width: 160px;
}
#teipen #sect07 {
  background: #eee;
}
#teipen #sect07 .inner {
  padding: 40px 0;
}
#teipen #sect07 .ttl {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
}
#teipen #sect07 ul li {
  width: 100%;
  margin-bottom: 20px;
}
#teipen #sect07 ul li a {
  background: #fff;
  border-radius: 6px;
  padding: 10px 10px 10px 41px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
  position: relative;
  transition: all 0.2s;
  text-align: left;
  color: #000;
}
#teipen #sect07 ul li a:hover {
  text-decoration: underline;
  background: #fbfbfb;
}
#teipen #sect07 ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 20px;
  top: calc(50% - 3px);
}
#teipen #floating {
  position: fixed;
  top: -150px;
  right: 40px;
  border: 5px solid #000;
  background: #eee;
  padding: 10px 0 12px;
  opacity: 0;
  width: 210px;
  height: 127px;
  z-index: 999;
  /*
      //for iPad
      //.btn_close.ipad {
      .btn_close {
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        background-size: 14px auto;
        transition: none;
  
        &:hover {
          //background-color: #fff;
        }
      }
  */
}
#teipen #floating::before {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("../img/bg_slashed.png");
  background-size: 12px;
  z-index: -1;
}
#teipen #floating::after {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: -1;
}
#teipen #floating .btn_close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  display: block;
  border: 4px solid #000;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../img/cross.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  transition: all 0.2s;
}
#teipen #floating .btn_close:hover {
  background-color: #eee;
}
#teipen #floating .mynavi {
  width: 177px;
  height: 43px;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 43px;
  letter-spacing: 0.1em;
  color: #000;
  padding-left: 47px;
  background-image: url("../img/logo_mynavi_02.png");
  background-repeat: no-repeat;
  background-size: 43px;
  background-position: left center;
}
#teipen #floating .btn_subscribe a {
  height: 43px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  background-color: #ff0000;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 900;
  line-height: 43px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  width: 177px;
  padding-left: 26px;
  background-image: url(../img/icon_btn_arrow.svg);
  background-size: 20px auto;
  background-position: left 15px center;
}
#teipen #floating .btn_subscribe a:hover {
  background-color: #ff7f7f;
}
#teipen #floating.animated {
  animation: fadeDown 1s forwards;
}
@keyframes fadeDown {
  0% {
    top: -150px;
    opacity: 0;
  }
  100% {
    top: 65px;
    opacity: 1;
  }
}
#teipen #page_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  display: none;
}
#teipen #page_top a {
  background-color: #00aaeb;
  text-decoration: none;
  padding: 20px;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  display: block;
  position: relative;
  transition: all 0.2s;
}
#teipen #page_top a::after,
#teipen #page_top a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
}
#teipen #page_top a::before {
  background-image: url("../img/yajirushi_up.png");
  background-size: 39px auto;
  background-position: center top 15px;
  transition: all 0.2s;
}
#teipen #page_top a::after {
  background-image: url("../img/txt_top.png");
  background-size: 32px auto;
  background-position: center bottom 13px;
}
#teipen #page_top a:hover::before {
  top: -3px;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  #teipen #sect04 .edition .sub em {
    padding-top: 0.1em;
  }

  #teipen #sect07 ul li a {
    padding-top: calc(10px + 0.1em);
    padding-bottom: calc(10px - 0.1em);
  }

  #teipen .subscription .btn_subscribe a {
    padding-top: 0.1em;
  }

  #teipen #floating .btn_subscribe a {
    padding-top: 0.1em;
  }
}
