@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
/******************************************
fonts
******************************************/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.F_raj {
  font-family: "Rajdhani", sans-serif;
}

/******************************************
HTML一般設定
******************************************/
html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 480px) {
  html {
    /*font-size: 60%;*/
  }
}
@media screen and (max-width: 360px) {
  html {
    /*font-size: 54%;*/
  }
}

body {
  background-color: #000;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0em;
  color: #231815;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  /*&.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }*/
}
body.floatOn {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body .preload {
  opacity: 0;
  visibility: hidden;
}
body .preload.on {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  body .contents {
    padding-left: 130px;
    padding-right: 80px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #231815;
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

/******************************************
共通パーツ（背景）
******************************************/
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -1658px center;
  }
} /* 2000px使用した背景画像の横幅 */
@keyframes bgscroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 1658px center;
  }
}
@-webkit-keyframes bgscroll-2 {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left -9310px;
  }
} /* 2000px使用した背景画像の横幅 */
@keyframes bgscroll-2 {
  0% {
    background-position: left 0;
  }
  100% {
    background-position: left -9310px;
  }
}
@-webkit-keyframes bgscroll-3 {
  0% {
    background-position: right 0;
  }
  100% {
    background-position: right -4605px;
  }
} /* 2000px使用した背景画像の横幅 */
@keyframes bgscroll-3 {
  0% {
    background-position: right 0;
  }
  100% {
    background-position: right -4605px;
  }
}
#bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
}
#bg .bgslide {
  position: absolute;
  width: 100vw;
  height: 100%;
  background: url("../images/main_bg.png") repeat-x;
  background-position: center;
  background-size: 1658px;
  -webkit-animation: bgscroll 40s linear infinite;
  animation: bgscroll 40s linear infinite;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#bg .bg01 {
  width: 100vw;
  height: 100%;
  background-image: url("../images/bg01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  position: absolute;
  top: 5%;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #bg .bg01 {
    left: auto;
    right: -100px;
  }
}
@media screen and (max-width: 480px) {
  #bg .bg01 {
    top: 0;
    height: 700px;
    width: 130%;
    background-size: contain;
  }
}
#bg .bg02 {
  width: 100vw;
  height: 95vh;
  background-image: url("../images/bg02.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: top right;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#bg .bg03 {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg03.png");
  background-repeat: repeat-y;
  background-size: 55%;
  background-position: center left;
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-animation: bgscroll-2 300s linear infinite;
  animation: bgscroll-2 300s linear infinite;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#bg .bg04 {
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg04.png");
  background-repeat: repeat-y;
  background-size: 55%;
  background-position: center right;
  position: absolute;
  top: 0;
  right: -10%;
  -webkit-animation: bgscroll-3 300s linear infinite;
  animation: bgscroll-3 300s linear infinite;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#bg .bgcolor .black {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#bg .bgcolor .blue {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #004b78, #000017);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
#bg.mainPos .bgslide {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.mainPos .bg01 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.mainPos .bg02 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.mainPos .bgcolor .black {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.messagePos .bg01 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.messagePos .bg03 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.messagePos .bg04 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.messagePos .bgcolor .blue {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.themePos .bgslide {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.themePos .bg03 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.themePos .bg04 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.themePos .bgcolor .black {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.schedulePos .bg03 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.schedulePos .bg04 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.schedulePos .bgcolor .black {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.mentorPos .bg03 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.mentorPos .bg04 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.mentorPos .bgcolor .blue {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.faqPos .bg03 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.faqPos .bg04 {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#bg.faqPos .bgcolor .black {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/******************************************
共通パーツ（ボタン、タイトル部品単位）
******************************************/
h2 {
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 126px;
  line-height: 12.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  text-align: center;
}
h2 span {
  display: inline-block;
}
h2 span:before, h2 span:after {
  display: inline-block;
  content: "THEME";
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 100px;
    line-height: 10rem;
    letter-spacing: 0.05em;
  }
}

.description {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .description {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
}
@media screen and (max-width: 360px) {
  .description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
}

.grad {
  color: #51e28e;
  background: -webkit-linear-gradient(0deg, #00a3ea, #51e28e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.yellow_btn {
  font-size: 20px;
  font-size: 2rem;
  line-height: 64px;
  line-height: 6.4rem;
  letter-spacing: 0em;
  display: block;
  background-color: #ffff00;
  background: linear-gradient(135deg, transparent 8px, #ffff00 0) top left, linear-gradient(225deg, transparent 8px, #ffff00 0) top right, linear-gradient(315deg, transparent 8px, #ffff00 0) bottom right, linear-gradient(45deg, transparent 8px, #ffff00 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.yellow_btn span {
  position: relative;
}
.yellow_btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
}
.yellow_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  background: linear-gradient(135deg, transparent 8px, #FFFFFF 0) top left, linear-gradient(225deg, transparent 8px, #FFFFFF 0) top right, linear-gradient(315deg, transparent 8px, #FFFFFF 0) bottom right, linear-gradient(45deg, transparent 8px, #FFFFFF 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: 0;
  transition: 0.1s ease-in-out;
}
@media screen and (min-width: 769px) {
  .yellow_btn:hover:before {
    width: 100%;
  }
}

.black_btn {
  font-size: 20px;
  font-size: 2rem;
  line-height: 64px;
  line-height: 6.4rem;
  letter-spacing: 0em;
  display: block;
  background-color: #ffff00;
  background: linear-gradient(135deg, transparent 8px, #ffff00 0) top left, linear-gradient(225deg, transparent 8px, #ffff00 0) top right, linear-gradient(315deg, transparent 8px, #ffff00 0) bottom right, linear-gradient(45deg, transparent 8px, #ffff00 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  color: #ffff00;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.black_btn span {
  position: relative;
  z-index: 3;
}
.black_btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.black_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  background: linear-gradient(135deg, transparent 8px, #000 0) top left, linear-gradient(225deg, transparent 8px, #000 0) top right, linear-gradient(315deg, transparent 8px, #000 0) bottom right, linear-gradient(45deg, transparent 8px, #000 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transition: 0.1s ease-in-out;
  z-index: 1;
}
.black_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  background: linear-gradient(135deg, transparent 8px, #FFFFFF 0) top left, linear-gradient(225deg, transparent 8px, #FFFFFF 0) top right, linear-gradient(315deg, transparent 8px, #FFFFFF 0) bottom right, linear-gradient(45deg, transparent 8px, #FFFFFF 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: 0;
  height: calc(100% - 2px);
  transition: 0.1s ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .black_btn:hover {
    color: #000;
  }
  .black_btn:hover:before {
    width: calc(100% - 2px);
  }
}

.back_btn {
  font-size: 20px;
  font-size: 2rem;
  line-height: 64px;
  line-height: 6.4rem;
  letter-spacing: 0em;
  display: block;
  background-color: #000;
  background: linear-gradient(135deg, transparent 8px, #000 0) top left, linear-gradient(225deg, transparent 8px, #000 0) top right, linear-gradient(315deg, transparent 8px, #000 0) bottom right, linear-gradient(45deg, transparent 8px, #000 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.back_btn span {
  position: relative;
  z-index: 3;
}
.back_btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.back_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #FFFFFF;
  background: linear-gradient(135deg, transparent 8px, #FFFFFF 0) top left, linear-gradient(225deg, transparent 8px, #FFFFFF 0) top right, linear-gradient(315deg, transparent 8px, #FFFFFF 0) bottom right, linear-gradient(45deg, transparent 8px, #FFFFFF 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: 0;
  height: calc(100% - 2px);
  transition: 0.1s ease-in-out;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .back_btn:hover {
    color: #000;
  }
  .back_btn:hover:before {
    width: calc(100% - 2px);
  }
}

/******************************************
オープニングアニメーションとロゴの動き
******************************************/
.opAnime {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
  z-index: 10;
}
.opAnime.on {
  visibility: visible;
  opacity: 1;
}

.logo {
  width: 90%;
  max-width: 256px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*
  left: 50%;
  right: auto;
  margin: 0 auto 0 -128;
  */
  z-index: 11;
  opacity: 0;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 0, #fff 0) top left, linear-gradient(225deg, transparent 0, #fff 0) top right, linear-gradient(315deg, transparent 10px, #fff 0) bottom right, linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 10px 20px;
}
.logo p {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-in-out 0s;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
}
.logo p.on {
  visibility: visible;
  opacity: 1;
  transition: 0s 0s;
}
.logo.anime {
  /*アニメーション時中央配置*/
  transition: opacity 2s;
  opacity: 1;
  top: 40vh;
  max-width: 468px;
}
.logo.topslide {
  /*アニメーション時昇り龍*/
  transition: 2s;
  top: 0;
  max-width: 256px;
}
.logo.on {
  /*通常時*/
  opacity: 1;
  transition: 1s;
}
.logo.none {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
@media screen and (max-width: 480px) {
  .logo {
    max-width: 200px;
  }
  .logo p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
  }
  .logo.anime {
    max-width: 340px;
  }
  .logo.topslide {
    /*アニメーション時昇り龍*/
    transition: 2s;
    top: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 360px) {
  .logo {
    max-width: 180px;
  }
  .logo.anime {
    max-width: 300px;
  }
  .logo.topslide {
    max-width: 180px;
  }
}

/******************************************
グリッチアニメーション
******************************************/
.glitch-main {
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  color: #fff;
  animation: glitch 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.glitch-main:before, .glitch-main:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.glitch-main:before {
  color: #00ff00;
  z-index: -2;
}
@media screen and (min-width: 481px) {
  .glitch-main:before {
    animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
}
@media screen and (max-width: 480px) {
  .glitch-main:before {
    animation: glitch-left-2-sp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
}
.glitch-main:after {
  color: #ff00ff;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .glitch-main:after {
    animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
}
@media screen and (max-width: 480px) {
  .glitch-main:after {
    animation: glitch-left-sp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
}
.glitch-small {
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  color: #fff;
}
.glitch-small:before, .glitch-small:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.glitch-small:after {
  color: #00ff00;
  z-index: -2;
}
@media screen and (min-width: 481px) {
  .glitch-small:after {
    animation: glitch-left-small-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
}
@media screen and (max-width: 480px) {
  .glitch-small:after {
    animation: glitch-left-small-2-sp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
}
.glitch-small:before {
  color: #ff00ff;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .glitch-small:before {
    animation: glitch-left-small 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
}
@media screen and (max-width: 480px) {
  .glitch-small:before {
    animation: glitch-left-small-sp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
}
.glitch-big {
  animation: glitch 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  color: #fff;
}
.glitch-big-2, .glitch-big-3 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.glitch-big-2 {
  color: #00ff00;
  z-index: -2;
}
@media screen and (min-width: 481px) {
  .glitch-big-2 {
    animation: glitch-left-2 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
}
@media screen and (max-width: 480px) {
  .glitch-big-2 {
    animation: glitch-left-2-sp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }
}
.glitch-big-3 {
  color: #ff00ff;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .glitch-big-3 {
    animation: glitch-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
}
@media screen and (max-width: 480px) {
  .glitch-big-3 {
    animation: glitch-left-sp 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
}

@keyframes glitch-left {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-5px, 1px);
  }
  66% {
    transform: translate(3px, -3px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-sp {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-2.5px, 0.5px);
  }
  66% {
    transform: translate(1.5px, -1.5px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-2 {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-3px, -3px);
  }
  66% {
    transform: translate(5px, 1px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-2-sp {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-1.5px, -1.5px);
  }
  66% {
    transform: translate(2.5px, 0.5px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-small {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-3px, 1px);
  }
  66% {
    transform: translate(1px, -3px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-small-sp {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-1.5px, 0.5px);
  }
  66% {
    transform: translate(0.5px, -1.5px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-small-2 {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-1px, -3px);
  }
  66% {
    transform: translate(3px, 1px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch-left-small-2-sp {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-0.5px, -1.5px);
  }
  66% {
    transform: translate(1.5px, 0.5px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes glitch {
  0% {
    left: 0;
  }
  49% {
    left: 0;
    top: 0;
  }
  50% {
    left: 2px;
    top: 1px;
    opacity: 1;
  }
  51% {
    left: -2px;
    top: 0;
    opacity: 0.6;
  }
  52% {
    left: 1px;
    opacity: 1;
  }
  52% {
    left: 0;
  }
  to {
    left: 0;
  }
}
/******************************************
共通パーツ（ヘッダーフッター、セクション単位）
******************************************/
header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-content: center;
  align-items: center;
  /*opacity: 0;
  visibility: hidden;
  transition: .5s ease-in-out;
  &.on{
  	opacity: 1;
  	visibility: visible;
  }*/
}
header ul {
  width: 120px;
}
header ul li.head_logo {
  display: none;
}
header ul li a {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  opacity: 0.6;
  margin: 15px 0;
  width: 100%;
}
header ul li a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-right: 15px;
}
header ul li a span:nth-last-of-type(1) {
  display: none;
}
header ul li a span:nth-last-of-type(2) {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  header ul li a:hover {
    opacity: 1;
  }
  header ul li a:hover span:nth-last-of-type(1) {
    display: inline-block;
  }
  header ul li a:hover span:nth-last-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  header {
    display: none;
  }
}

.hum {
  z-index: 13;
  display: block;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
}
.hum span {
  display: none;
}
@media screen and (max-width: 1025px) {
  .hum a {
    display: none;
  }
  .hum span i {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0em;
  }
  .hum span:nth-of-type(1) {
    display: block;
  }
  .hum span:nth-of-type(2) {
    display: none;
  }
  .hum.on {
    color: #000;
  }
  .hum.on span:nth-of-type(1) {
    display: none;
  }
  .hum.on span:nth-of-type(2) {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .hum span i {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  .hum {
    right: 10px;
  }
}

.sp_header {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  padding: 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 12;
}
@media screen and (min-width: 1026px) {
  .sp_header {
    display: none;
  }
}
.sp_header .sp_logo {
  width: 200px;
  margin: 0 auto;
}
.sp_header ul {
  height: 70%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 50px;
}
.sp_header ul li {
  width: 100%;
  text-align: center;
}
.sp_header ul li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sp_header ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  letter-spacing: 0em;
  color: #C40003;
  display: block;
  position: relative;
}
.sp_header.on {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 480px) {
  .sp_header ul {
    margin-top: 20px;
    height: 60%;
  }
  .sp_header ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    letter-spacing: 0.1em;
  }
  .sp_header ul li span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
  }
}

#conv_btn {
  position: fixed;
  z-index: 9;
  width: 60px;
  height: 290px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*Aタグの場合*/
}
#conv_btn a {
  background-color: #ffff00;
  background: linear-gradient(135deg, transparent 8px, #ffff00 0) top left, linear-gradient(225deg, transparent 0, #ffff00 0) top right, linear-gradient(315deg, transparent 0, #ffff00 0) bottom right, linear-gradient(45deg, transparent 0, #ffff00 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  padding: 10px 16px;
  text-align: center;
  position: relative;
}
#conv_btn a span {
  position: relative;
}
#conv_btn a span img {
  width: 22px;
  position: relative;
}
#conv_btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  background: linear-gradient(135deg, transparent 8px, #FFFFFF 0) top left, linear-gradient(225deg, transparent 0, #FFFFFF 0) top right, linear-gradient(315deg, transparent 0, #FFFFFF 0) bottom right, linear-gradient(45deg, transparent 0, #FFFFFF 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: 0;
  transition: 0.1s ease-in-out;
}
@media screen and (min-width: 769px) {
  #conv_btn a:hover:before {
    width: 100%;
  }
}
#conv_btn .date {
  background-color: #414141;
  background: linear-gradient(135deg, transparent 0, #414141 0) top left, linear-gradient(225deg, transparent 0, #414141 0) top right, linear-gradient(315deg, transparent 0, #414141 0) bottom right, linear-gradient(45deg, transparent 8px, #414141 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  padding: 10px 20px;
  text-align: center;
}
#conv_btn a.date {
  position: relative;
}
#conv_btn a.date span {
  position: relative;
}
#conv_btn a.date span img {
  width: 22px;
  position: relative;
}
#conv_btn a.date:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  background: linear-gradient(135deg, transparent 0, #FFFFFF 0) top left, linear-gradient(225deg, transparent 0, #FFFFFF 0) top right, linear-gradient(315deg, transparent 0, #FFFFFF 0) bottom right, linear-gradient(45deg, transparent 8px, #FFFFFF 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: 0;
  transition: 0.1s ease-in-out;
}
@media screen and (min-width: 769px) {
  #conv_btn a.date:hover {
    color: #000;
  }
  #conv_btn a.date:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #conv_btn {
    display: none;
  }
}

footer {
  background: linear-gradient(90deg, #004b78, #000017);
}
footer .inner {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
footer .inner .policy {
  padding: 20px 0;
}
footer .inner .policy span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  color: #fff;
}
footer .inner .policy span:hover {
  opacity: 0.6;
  cursor: pointer;
}
footer .inner .bnr_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .inner .bnr_area a {
  width: 20%;
  border: solid 1px #c0c0c0;
  opacity: 1;
}
footer .inner .bnr_area a:hover {
  opacity: 0.6;
}
footer .inner .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  padding: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  footer .inner .bnr_area {
    justify-content: center;
    margin-bottom: -20px;
  }
  footer .inner .bnr_area a {
    width: 40%;
    margin: 0 5%;
    margin-bottom: 20px;
  }
  footer .inner .bnr_area a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 360px) {
  footer .inner .bnr_area {
    justify-content: center;
    margin-bottom: -20px;
  }
  footer .inner .bnr_area a {
    width: 80%;
    margin: 0 5%;
    margin-bottom: 20px;
  }
  footer .inner .bnr_area a:hover {
    opacity: 0.6;
  }
}

/******************************************
個別
******************************************/
#main {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
}
#main .inner {
  width: 100%;
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#main .inner p {
  font-weight: bold;
}
#main .inner p:nth-of-type(1) {
  /*@include text(50,60,0);*/
  font-size: 5vh;
  line-height: 1.2;
  transform: rotate(-5deg);
  color: #fff;
}
#main .inner p:nth-of-type(2) {
  /*@include text(122,122,50);*/
  font-size: 13vh;
  line-height: 1.2;
  font-family: "Rajdhani", sans-serif;
  transform: rotate(-5deg);
  margin-bottom: 40px;
  position: relative;
}
#main .inner p:nth-of-type(2):before, #main .inner p:nth-of-type(2):after {
  display: block;
  content: "MANGA TECH 2020";
}
#main .inner p:nth-of-type(3) {
  /*@include text(50,85,0);*/
  font-size: 5vh;
  line-height: 1.6;
  color: #fff;
}
#main .inner p:nth-of-type(3) span.ker {
  letter-spacing: -0.4em;
}
#main .inner a.bnr {
  display: block;
  max-width: 640px;
  margin: 4vh auto 0;
  background: -webkit-linear-gradient(0deg, #00a3ea, #51e28e);
  padding: 1px;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  #main {
    padding-left: 130px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  #main .inner p:nth-of-type(1) {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
    line-height: 6rem;
    letter-spacing: 0em;
  }
  #main .inner p:nth-of-type(2) {
    font-size: 120px;
    font-size: 12rem;
    line-height: 120px;
    line-height: 12rem;
    letter-spacing: 0.05em;
    margin-bottom: 100px;
  }
  #main .inner p:nth-of-type(3) {
    font-size: 40px;
    font-size: 4rem;
    line-height: 60px;
    line-height: 6rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  #main .inner p:nth-of-type(1) {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0em;
  }
  #main .inner p:nth-of-type(2) {
    font-size: 70px;
    font-size: 7rem;
    line-height: 70px;
    line-height: 7rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #main .inner p:nth-of-type(3) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0em;
  }
  #main .inner a.bnr {
    width: 90%;
    margin: 1vh auto 0;
  }
}
@media screen and (max-width: 360px) {
  #main .inner p:nth-of-type(1) {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  #main .inner p:nth-of-type(2) {
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
  }
  #main .inner p:nth-of-type(3) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
  }
}

#about {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 160px;
}
#about h2 span:before, #about h2 span:after {
  content: "ABOUT";
}

#message {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 160px;
}
#message h2 span:before, #message h2 span:after {
  content: "MESSAGE";
}
#message .description {
  display: block;
}
@media screen and (max-width: 480px) {
  #message .description {
    text-align: center;
  }
}
#message .inner {
  width: 100%;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
#message .inner .normal_text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  color: #fff;
}
#message .inner .big_text {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 80px;
  line-height: 8rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  transform: rotate(-5deg);
  margin: 40px 0 80px;
}
#message .inner p:nth-of-type(2) span {
  display: inline-block;
}
#message .inner p:nth-of-type(4) span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #message .inner .normal_text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 44px;
    line-height: 4.4rem;
    letter-spacing: 0em;
  }
  #message .inner .big_text {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 70px;
    line-height: 7rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 480px) {
  #message .inner .normal_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0em;
  }
  #message .inner .big_text {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0em;
    margin: 20px 0 40px;
  }
}

#theme {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 160px;
}
#theme h2 span:before, #theme h2 span:after {
  content: "THEME";
}
#theme .inner {
  width: 100%;
  max-width: 690px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#theme .inner .caption_text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  #theme .inner .caption_text {
    text-align: left;
  }
}

#schedule {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#schedule h2 span:before, #schedule h2 span:after {
  content: "SCHEDULE";
}
#schedule .inner {
  /*レスポンシブをかける単位の区切り*/
  width: 100%;
  max-width: 808px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  /*レスポンシブをかける単位の区切り*/
  /*レスポンシブをかける単位の区切り*/
  /*レスポンシブをかける単位の区切り*/
  /*レスポンシブをかける単位の区切り*/
  /*レスポンシブをかける単位の区切り*/
  /*レスポンシブをかける単位の区切り*/
}
#schedule .inner .firstsection {
  margin-top: 50px;
}
#schedule .inner .num {
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0.05em;
  font-family: "Rajdhani", sans-serif;
  color: #fff;
  text-align: center;
}
#schedule .inner .subtitle {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#schedule .inner .normal_text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #schedule .inner .num {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.05em;
  }
  #schedule .inner .subtitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  #schedule .inner .normal_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
  }
}
#schedule .inner .flex {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
#schedule .inner .flex .box {
  margin-bottom: 20px;
}
#schedule .inner .flex .box p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  line-height: 2.1rem;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
#schedule .inner .flex .box .square {
  width: 150px;
  height: 150px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/box_bg.png") no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
#schedule .inner .flex .box .square p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
#schedule .inner .flex .box .square p span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}
#schedule .inner .flex .arrow {
  display: block;
  width: 38px;
  height: 21px;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 5px;
  position: relative;
  top: 65px;
}
@media screen and (max-width: 768px) {
  #schedule .inner .flex .box {
    margin: 0 auto 20px;
  }
  #schedule .inner .flex .box .square {
    width: 140px;
    height: 140px;
  }
  #schedule .inner .flex .box .square p span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
  #schedule .inner .flex .arrow {
    width: 4%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #schedule .inner .flex {
    display: block;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #schedule .inner .flex .box {
    width: 200px;
  }
  #schedule .inner .flex .box .square {
    width: 200px;
    height: 200px;
  }
  #schedule .inner .flex .arrow {
    display: none;
  }
}
#schedule .inner .awards {
  margin-top: 40px;
  height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
#schedule .inner .awards .content {
  background-color: #002648;
  color: #fff;
  padding: 40px 0 50px;
}
#schedule .inner .awards .content .inner {
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
#schedule .inner .awards .content .inner .big_text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  text-align: center;
  font-weight: bold;
}
#schedule .inner .awards .content .inner ol {
  margin: 40px 0 20px;
}
#schedule .inner .awards .content .inner ol li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
#schedule .inner .awards .content .inner ol li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
#schedule .inner .awards .content .inner .caption {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
#schedule .inner .awards .content .inner .hukidashi {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  border: solid 1px #fff;
  padding: 20px 10px;
  text-align: center;
}
#schedule .inner .awards.on {
  height: auto;
}
@media screen and (max-width: 480px) {
  #schedule .inner .awards .content .inner {
    margin: 0 auto;
  }
  #schedule .inner .awards .content .inner .big_text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
    text-align: left;
  }
  #schedule .inner .awards .content .inner ol {
    padding-left: 0.5em;
    margin: 20px 0;
  }
  #schedule .inner .awards .content .inner ol li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  #schedule .inner .awards .content .inner .caption {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  #schedule .inner .awards .content .inner .hukidashi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
    text-align: left;
  }
}
#schedule .inner .toggleBtn {
  background-color: #ff0;
  padding: 0 20px;
  text-align: center;
}
#schedule .inner .toggleBtn span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
}
#schedule .inner .toggleBtn span:nth-child(1) {
  display: inline-block;
}
#schedule .inner .toggleBtn span:nth-child(2) {
  display: none;
}
#schedule .inner .toggleBtn i {
  transition: 0.2s ease-in-out;
  margin-left: 20px;
}
#schedule .inner .toggleBtn:hover {
  cursor: pointer;
}
#schedule .inner .toggleBtn.on span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
}
#schedule .inner .toggleBtn.on span:nth-child(1) {
  display: none;
}
#schedule .inner .toggleBtn.on span:nth-child(2) {
  display: inline-block;
}
#schedule .inner .toggleBtn.on i {
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  #schedule .inner .toggleBtn:hover {
    opacity: 0.6;
  }
}
#schedule .inner .secondsection {
  margin-top: 100px;
}
#schedule .inner .pile {
  width: 80%;
  max-width: 460px;
  margin: 20px auto 0;
}
#schedule .inner .pile p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff;
  text-align: center;
  position: relative;
}
#schedule .inner .pile p:after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #fff #fff;
  transform: rotate(225deg);
  top: 5px;
  right: -15px;
}
@media screen and (max-width: 480px) {
  #schedule .inner .flex_wrap {
    position: relative;
  }
  #schedule .inner .flex_wrap .flex {
    padding-left: 45px;
  }
  #schedule .inner .flex_wrap .pile {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    margin: auto;
  }
  #schedule .inner .flex_wrap .pile p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: center;
    height: 600px;
    border-right: solid 1px #fff;
    border-bottom: none;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  #schedule .inner .flex_wrap .pile p:after {
    transform: rotate(-45deg);
    top: auto;
    right: 4px;
    bottom: -14px;
  }
}
#schedule .inner .desc_box {
  position: relative;
  padding: 1px;
  margin-top: 80px;
}
#schedule .inner .desc_box .desc_top,
#schedule .inner .desc_box .desc_bottom {
  position: absolute;
  width: 100%;
  height: 130px;
}
#schedule .inner .desc_box .desc_top:before, #schedule .inner .desc_box .desc_top:after,
#schedule .inner .desc_box .desc_bottom:before,
#schedule .inner .desc_box .desc_bottom:after {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
}
#schedule .inner .desc_box .desc_top {
  top: 0;
  left: 0;
}
#schedule .inner .desc_box .desc_top:before {
  top: 0;
  left: 0;
  background: url("../images/desc_lt.png") no-repeat;
  background-size: contain;
}
#schedule .inner .desc_box .desc_top:after {
  top: 0;
  right: 0;
  background: url("../images/desc_rt.png") no-repeat;
  background-size: contain;
}
#schedule .inner .desc_box .desc_bottom {
  bottom: 0;
  left: 0;
}
#schedule .inner .desc_box .desc_bottom:before {
  bottom: 0;
  left: 0;
  background: url("../images/desc_lb.png") no-repeat;
  background-size: contain;
}
#schedule .inner .desc_box .desc_bottom:after {
  bottom: 0;
  right: 0;
  background: url("../images/desc_rb.png") no-repeat;
  background-size: contain;
}
#schedule .inner .desc_box .inner {
  background-color: #002648;
  border-radius: 40px;
  position: relative;
  color: #fff;
  padding: 45px 10px;
}
#schedule .inner .desc_box .inner .green {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #00AD00;
  text-align: center;
}
#schedule .inner .desc_box .inner .sub_text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
#schedule .inner .desc_box .inner ol {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding-left: 1.5em;
  margin-top: 30px;
  margin-bottom: 40px;
}
#schedule .inner .desc_box .inner ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  font-weight: normal;
}
#schedule .inner .desc_box .inner ol li:first-of-type {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  margin-bottom: 20px;
  position: relative;
  left: 5px;
}
#schedule .inner .desc_box .inner ol li:first-of-type span {
  border-bottom: solid 1px #fff;
}
#schedule .inner .desc_box .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 20px auto 0;
}
#schedule .inner .desc_box .inner .flex .box {
  width: 160px;
  text-align: center;
  padding: 0 5px;
}
#schedule .inner .desc_box .inner .flex .box a {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0em;
  margin-top: 5px;
  color: #fff;
  text-decoration: underline;
  display: block;
  text-align: center;
}
#schedule .inner .desc_box .inner .flex .box a:hover {
  text-decoration: none;
}
#schedule .inner .desc_box .inner .flex .box a i {
  margin-left: 5px;
}
#schedule .inner .desc_box .inner .flex .box .feature {
  width: 150px;
  height: 150px;
  background: url("../images/feature_bg.png") no-repeat;
  background-size: contain;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#schedule .inner .desc_box .inner .flex .box .feature p {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}
#schedule .inner .desc_box .inner .flex .box .feature p:nth-of-type(2) {
  width: 80px;
}
@media screen and (max-width: 480px) {
  #schedule .inner .desc_box .inner .green {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0.05em;
  }
  #schedule .inner .desc_box .inner .sub_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
  }
  #schedule .inner .desc_box .inner ol li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    font-weight: normal;
  }
}

#entry {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#entry h2 span:before, #entry h2 span:after {
  content: "ENTRY";
}
#entry .inner {
  width: 100%;
  max-width: 620px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#entry .inner .caption_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 20px;
}
#entry .inner .normal_text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
#entry .inner .btn_area {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 0;
}
#entry .inner .btn_area .black_btn {
  margin-bottom: 50px;
}
#entry .inner p.end {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.075em;
  color: #FF0000;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
#entry .inner p.end a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.075em;
  font-family: "Rajdhani", sans-serif;
  color: #ffff00;
  font-weight: bold;
}
#entry .inner p.end a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #entry .inner p.end {
    text-align: left;
  }
}

#orientation {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#orientation h2 span:before, #orientation h2 span:after {
  content: "ORIENTATION";
}
#orientation .inner {
  width: 100%;
  max-width: 580px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#orientation .inner .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
#orientation .inner .flex .flex_head {
  width: 140px;
  height: 48px;
  border: solid 1px #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.075em;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
#orientation .inner .flex .flex_cont {
  width: calc(100% - 140px);
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  color: #fff;
}
#orientation .inner p.end {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.075em;
  color: #FF0000;
  text-align: center;
  font-weight: bold;
}
#orientation .inner p.end a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 4.8rem;
  letter-spacing: 0.075em;
  font-family: "Rajdhani", sans-serif;
  color: #ffff00;
  font-weight: bold;
}
#orientation .inner p.end a:hover {
  text-decoration: underline;
}
#orientation .inner .btn_area {
  max-width: 320px;
  margin: 50px auto 0;
}
#orientation .inner .btn_area .yellow_btn:nth-of-type(1) {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #orientation .inner .flex .flex_head {
    width: 100%;
  }
  #orientation .inner .flex .flex_cont {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #orientation .inner p.end {
    text-align: left;
  }
}

#mentor {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#mentor h2 span:before, #mentor h2 span:after {
  content: "MENTOR";
}
#mentor .inner {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#mentor .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: -50px;
  margin-top: 50px;
}
#mentor .inner .flex .item {
  width: 170px;
  position: relative;
  padding-bottom: 40px;
  margin: 0 5px 50px;
}
#mentor .inner .flex .item .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  color: #fff;
}
#mentor .inner .flex .item .caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  color: #fff;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#mentor .inner .flex .item .black_btn {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: normal;
  color: #fff;
  background-color: #fff;
  background: linear-gradient(135deg, transparent 4px, #fff 0) top left, linear-gradient(225deg, transparent 4px, #fff 0) top right, linear-gradient(315deg, transparent 4px, #fff 0) bottom right, linear-gradient(45deg, transparent 4px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#mentor .inner .flex .item .black_btn:before {
  background-color: #fff;
  background: linear-gradient(135deg, transparent 4px, #fff 0) top left, linear-gradient(225deg, transparent 4px, #fff 0) top right, linear-gradient(315deg, transparent 4px, #fff 0) bottom right, linear-gradient(45deg, transparent 4px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#mentor .inner .flex .item .black_btn:after {
  background-color: #000;
  background: linear-gradient(135deg, transparent 4px, #000 0) top left, linear-gradient(225deg, transparent 4px, #000 0) top right, linear-gradient(315deg, transparent 4px, #000 0) bottom right, linear-gradient(45deg, transparent 4px, #000 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#mentor .inner .flex .item .black_btn i {
  right: 10px;
}
@media screen and (min-width: 769px) {
  #mentor .inner .flex .item:hover {
    cursor: pointer;
  }
  #mentor .inner .flex .item:hover .black_btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
    color: #000;
  }
  #mentor .inner .flex .item:hover .black_btn:before {
    width: calc(100% - 1px);
  }
}
#mentor .inner .flex .no_item {
  width: 170px;
  height: 0;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  #mentor .inner {
    width: 100%;
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #mentor .inner .flex .item {
    width: calc(48% - 10px);
  }
}

#faq {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#faq h2 span:before, #faq h2 span:after {
  content: "FAQ";
}
#faq .inner {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#faq .inner .faq_box {
  border-top: solid 1px #fff;
  padding: 30px 0;
}
#faq .inner .faq_box:last-of-type {
  border-bottom: solid 1px #fff;
}
#faq .inner .faq_box .line {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#faq .inner .faq_box .line p {
  color: #fff;
}
#faq .inner .faq_box .line p:nth-of-type(1) {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  letter-spacing: 0em;
  font-family: "Rajdhani", sans-serif;
  width: 22px;
}
#faq .inner .faq_box .line p:nth-of-type(2) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  width: calc(100% - 22px);
}
#faq .inner .faq_box .line p:nth-of-type(2) a {
  color: #fff;
  text-decoration: underline;
}
#faq .inner .faq_box .line:nth-of-type(1) {
  padding-right: 40px;
  position: relative;
}
#faq .inner .faq_box .line:nth-of-type(1):hover {
  cursor: pointer;
}
#faq .inner .faq_box .line:nth-of-type(1) p {
  color: #fff;
}
#faq .inner .faq_box .line:nth-of-type(1) p:nth-of-type(2) i {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: 0.2s ease-in-out;
}
#faq .inner .faq_box .line:nth-of-type(1).on p:nth-of-type(2) i {
  transform: rotate(180deg);
}
#faq .inner .faq_box .line:nth-of-type(2) {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}
#faq .inner .faq_box .line:nth-of-type(2).on {
  height: auto;
}
#faq .btn_area {
  max-width: 320px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  #faq .inner .faq_box .line {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #faq .inner .faq_box .line p {
    color: #fff;
  }
  #faq .inner .faq_box .line p:nth-of-type(1) {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-family: "Rajdhani", sans-serif;
    width: 22px;
  }
  #faq .inner .faq_box .line p:nth-of-type(2) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0em;
    width: calc(100% - 22px);
  }
}

#news {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#news h2 span:before, #news h2 span:after {
  content: "NEWS";
}
#news .inner {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -40px;
  margin-top: 20px;
}
#news .inner .news_box {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#news .inner .news_box:hover {
  opacity: 0.6;
}
#news .inner .news_box .img_box {
  width: 180px;
}
#news .inner .news_box .text_box {
  width: calc(100% - 180px);
  color: #fff;
  padding-left: 20px;
}
#news .inner .news_box .text_box .date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
#news .inner .news_box .text_box .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}
#news .inner .news_box .text_box .content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 480px) {
  #news .inner .news_box {
    display: block;
  }
  #news .inner .news_box .img_box {
    width: 180px;
    margin: 0 auto 20px;
  }
  #news .inner .news_box .text_box {
    width: 100%;
  }
  #news .inner .news_box .text_box .date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  #news .inner .news_box .text_box .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  #news .inner .news_box .text_box .content {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

#contact {
  overflow: hidden;
  width: 100%;
  padding-bottom: 160px;
}
#contact h2 span:before, #contact h2 span:after {
  content: "CONTACT";
}
#contact .inner {
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
#contact .inner .form {
  margin-top: 40px;
}
#contact .inner .form .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#contact .inner .form .flex p:nth-of-type(1) {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.075em;
  color: #fff;
  width: 190px;
}
#contact .inner .form .flex p:nth-of-type(2) {
  width: calc(100% - 190px);
  padding: 10px 0;
}
#contact .inner .form .flex p:nth-of-type(2) input {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.075em;
  padding: 0 10px;
  color: #000;
  display: block;
  width: 100%;
  height: 40px;
  border: solid 1px #c0c0c0;
}
#contact .inner .form .flex p:nth-of-type(2) textarea {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.075em;
  padding: 0 10px;
  color: #000;
  display: block;
  width: 100%;
  height: 160px;
  border: solid 1px #c0c0c0;
}
#contact .inner .form .btn {
  margin: 40px auto 0;
  max-width: 320px;
}
#contact .inner .form .btn button {
  border: none;
  width: 100%;
}
#contact .inner .form .btn button:hover {
  cursor: pointer;
}
#contact .inner .form .btn button:focus {
  outline: 0;
}
@media screen and (max-width: 480px) {
  #contact .inner .form .flex p:nth-of-type(1) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    line-height: 3.2rem;
    letter-spacing: 0.075em;
    color: #fff;
    width: 100%;
  }
  #contact .inner .form .flex p:nth-of-type(2) {
    width: 100%;
  }
}

#report_main {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-top: 60px;
}
#report_main span.url {
  visibility: hidden;
  height: 0;
  display: block;
}
#report_main .inner {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  flex-wrap: wrap;
}
#report_main .inner h1 {
  /*@include text(122,122,50);*/
  font-size: 8vh;
  line-height: 1.2;
  font-family: "Rajdhani", sans-serif;
  margin-bottom: 40px;
  position: relative;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #fff;
}
#report_main .inner .panel {
  width: 30%;
  margin: 0 1.5% 2%;
}
#report_main .inner .panel .img_wrap {
  background-color: #fff;
  margin-bottom: 5px;
}
#report_main .inner .panel .img_wrap img {
  transition: opacity 0.4s ease;
}
#report_main .inner .panel p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  #report_main .inner .panel:hover {
    cursor: pointer;
  }
  #report_main .inner .panel:hover .img_wrap img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1300px) {
  #report_main .inner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #report_main .inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #report_main {
    min-height: auto;
  }
  #report_main .inner {
    padding: 0;
  }
  #report_main .inner h1 {
    width: 50%;
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 5vh;
  }
  #report_main .inner .panel {
    width: 50%;
    margin: 0 0 10px;
    position: relative;
    height: auto;
    padding: 0 5px;
  }
  #report_main .inner .panel p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  #report_main .inner .panel .img_wrap {
    height: 18vh;
  }
  #report_main .inner .panel .img_wrap img {
    object-fit: cover;
    height: 18vh;
  }
}

#report {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 480px) {
  #report {
    padding-bottom: 0;
  }
}
#report h2 span:before, #report h2 span:after {
  content: "";
}
#report .wrap {
  padding: 100px 0;
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#report .wrap .inner {
  max-width: 600px;
  margin: 0 auto;
}
#report .wrap .inner p {
  margin-bottom: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
#report .wrap .inner p.right {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-top: 20px;
}
#report .wrap .inner .img_wrap {
  margin: 0 auto 20px;
  max-width: 460px;
  width: 100%;
}
#report .wrap .inner .panel_area {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#report .wrap .inner .panel_area .panel {
  width: 49%;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 4rem;
}
#report .wrap .inner .panel_area .panel p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}
#report .wrap .inner .panel_area .panel span.url {
  visibility: hidden;
  height: 0;
  display: block;
}
#report .wrap .inner .panel_area .panel .black_btn {
  width: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: normal;
  color: #fff;
  background-color: #000;
  background: linear-gradient(135deg, transparent 4px, #000 0) top left, linear-gradient(225deg, transparent 4px, #000 0) top right, linear-gradient(315deg, transparent 4px, #000 0) bottom right, linear-gradient(45deg, transparent 4px, #000 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#report .wrap .inner .panel_area .panel .black_btn:before {
  background-color: #fff;
  background: linear-gradient(135deg, transparent 4px, #fff 0) top left, linear-gradient(225deg, transparent 4px, #fff 0) top right, linear-gradient(315deg, transparent 4px, #fff 0) bottom right, linear-gradient(45deg, transparent 4px, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#report .wrap .inner .panel_area .panel .black_btn:after {
  background-color: #000;
  background: linear-gradient(135deg, transparent 4px, #000 0) top left, linear-gradient(225deg, transparent 4px, #000 0) top right, linear-gradient(315deg, transparent 4px, #000 0) bottom right, linear-gradient(45deg, transparent 4px, #000 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
#report .wrap .inner .panel_area .panel .black_btn i {
  right: 10px;
}
@media screen and (min-width: 769px) {
  #report .wrap .inner .panel_area .panel:hover {
    cursor: pointer;
  }
  #report .wrap .inner .panel_area .panel:hover .black_btn {
    color: #000;
  }
  #report .wrap .inner .panel_area .panel:hover .black_btn:before {
    width: calc(100% - 2px);
  }
}

/******************************************
下層ページ
******************************************/
.detail {
  padding: 80px 0 60px;
}
.detail .wrap {
  padding: 100px 0;
  width: 100%;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.detail .wrap .inner {
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.detail .wrap .inner .thumnail {
  display: block;
}
.detail .wrap .inner .heading .date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 0em;
  margin: 10px 0;
}
.detail .wrap .inner .heading h1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail .wrap .inner .content p {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 37px;
  line-height: 3.7rem;
  letter-spacing: 0em;
}
.detail .wrap .inner .content p img {
  width: auto;
  max-width: 100%;
  margin: 0 2px 10px;
}
.detail .wrap .inner .content p a {
  font-weight: bold;
  text-decoration: underline;
  color: #002648;
}
.detail .wrap .inner .content p a:hover {
  text-decoration: none;
}
.detail .wrap .inner .btn_area {
  max-width: 320px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .detail {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .detail .wrap {
    padding: 40px 10px;
  }
  .detail .wrap .inner .content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
}

/******************************************
フローティング
******************************************/
.float {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  transition: 0.5s ease-in-out;
}
.float .inner {
  width: 100%;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 120px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 60px 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.float .inner .mentor {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.float .inner .mentor.on {
  visibility: visible;
  height: auto;
  overflow: auto;
}
.float .inner .mentor .img_box {
  max-width: 340px;
  margin: 0 auto 20px;
}
.float .inner .mentor .text_box {
  max-width: 500px;
  margin: 0 auto;
}
.float .inner .mentor .text_box .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  margin: 0 0 10px;
}
.float .inner .mentor .text_box .caption {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.float .inner .mentor .text_box .normal_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-top: 10px;
}
.float .inner .privacypolicy {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.float .inner .privacypolicy.on {
  visibility: visible;
  height: auto;
  overflow: auto;
}
.float .inner .privacypolicy .title {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Rajdhani", sans-serif;
}
.float .inner .privacypolicy .normal_text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 35px;
  line-height: 3.5rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
.float .inner .privacypolicy .normal_text a {
  font-weight: bold;
  color: #002648;
  text-decoration: underline;
  display: inline-block;
}
.float .inner .privacypolicy .normal_text a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.float .inner .startup {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.float .inner .startup.on {
  visibility: visible;
  height: auto;
  overflow: auto;
}
.float .inner .startup .iframe_box {
  max-width: 500px;
  margin: 0 auto 20px;
}
.float .inner .startup .iframe_box .iframe_wrap {
  padding-top: 62.5%;
  position: relative;
}
.float .inner .startup .iframe_box .iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.float .inner .startup .text_box {
  max-width: 500px;
  margin: 0 auto;
}
.float .inner .startup .text_box .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.075em;
  font-weight: bold;
  margin: 0 0 10px;
}
.float .inner .startup .text_box .caption {
  font-size: 10px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.float .inner .startup .text_box .normal_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-top: 10px;
}
.float .inner .mentor .btn_area, .float .inner .privacypolicy .btn_area, .float .inner .startup .btn_area {
  max-width: 320px;
  margin: 20px auto 0;
  padding-bottom: 40px;
}
.float .inner .mentor .btn_area:hover, .float .inner .privacypolicy .btn_area:hover, .float .inner .startup .btn_area:hover {
  cursor: pointer;
}
.float .inner .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0em;
  width: 50px;
  height: 50px;
}
.float .inner .close:hover {
  cursor: pointer;
}
.float.on {
  opacity: 1;
  visibility: visible;
}
.float.on .inner {
  background-color: #fff;
}
.float .close_back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .float .inner {
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 100px 20px 0;
  }
  .float .inner .mentor .btn_area, .float .inner .privacypolicy .btn_area, .float .inner .startup .btn_area {
    padding-bottom: 80px;
  }
  .float .inner .mentor .btn_area:hover, .float .inner .privacypolicy .btn_area:hover, .float .inner .startup .btn_area:hover {
    cursor: pointer;
  }
  .float .inner .close {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 50px;
    font-size: 5rem;
    line-height: 50px;
    line-height: 5rem;
    letter-spacing: 0em;
    width: 50px;
    height: 50px;
  }
  .float .inner .close:hover {
    cursor: pointer;
  }
}

/******************************************
2026バナー
******************************************/
.bnr2026 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bnr2026 {
    padding: 40px 0 80px;
  }
}
.bnr2026_inner {
  max-width: 640px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .bnr2026_inner {
    width: 90%;
    max-width: none;
  }
}
.bnr2026_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
}
.bnr2026_link:hover {
  opacity: 0.3;
}
.bnr2026_bottomText {
  width: 100%;
  display: block;
  position: relative;
  padding: 5px 0;
  background-color: #00FF00;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .bnr2026_bottomText {
    display: flex;
    flex-direction: column;
    font-size: 18px;
  }
}
.bnr2026_bottomText > span {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .bnr2026_bottomText > span {
    position: static;
    transform: none;
  }
}/*# sourceMappingURL=layout_1001.css.map */