@charset "utf-8";

body#wrap{
  position: relative;
}

/* ハンバーガーメニューボタン（SP用） */
.hamburger {
  display: none;
}

.header-inner {
  transition: all 0.3s ease;
}

.header-inner.scrolled {
  background: rgba(0, 0, 0, 0.6); /* 背景色を設定 */
  backdrop-filter: blur(8px); /* ぼかし効果を追加 */
}

header{}
.header-inner{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 74px;
  margin: 0 auto;
}
.header-logo{
  width: 126px;
  margin: 27px 0 0 0;
}
.header-logo a{}
.header-logo a img{
  width: 100%;
}
.header-menu{
  width: 65%;
}
.header-menu ul{
  display: flex;
  justify-content: space-between;
  margin: 34px 0;
}
.header-menu ul li{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.header-menu ul li a{
  color: #fff;
}


.container {
  max-width: 1600px;
  margin: auto;
  margin-left: 9vw;
}

.pcbr{display: block !important;}
.spbr{display: none !important;}

.container{
  position: relative;
}

.kv.relative{}
.kv.relative .main-btn{
  position: absolute;
  top: 37vw;
  width: 19.4vw;
  left: 10vw;
}
.kv.relative .main-btn a{
  transition: all 0.3s ease-in-out;
}
.kv.relative .main-btn a:hover{opacity: 0.7;}
.kv.relative .main-btn a img{
  width: 100%;
}
.kv.relative .extension{
  position: absolute;
  top: 45vw;
  width: 19.4vw;
  left: 10vw;
  text-align: center;
  border: 2px solid #fff;
  padding: 15px 10px;
}
.kv.relative .extension p{
  font-weight: bold;
}

.kv.relative .extension2{
  position: absolute;
  top: 37vw;
  width: 35.4vw;
  font-size: 17px;
  line-height: 1.8em;
  left: 10vw;
  text-align: left;
}
.kv.relative .extension2 p{
  font-weight: bold;
}

.btn-wrap.d-none.d-md-block{
  opacity: 0;
  transition: 1s;
}
.btn-wrap.d-none.d-md-block.animate8.fixed1{
  opacity: 1;
  transition: 1s;
}

/*============================
#about
============================*/
div#about{
  width: 90%;
  margin: 0 0 270px 0;
  display: block;
  position: relative;
}

/*============================
#about.d-flex
============================*/
#about.d-flex{
}
.about-content{
  padding-top: 210px;
}
.about-wrap{
}
.about-wrap h2{
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 60px;
}
.about-wrap h2 img{width: 820px;}

#about .about-txt{
  margin-left: -13vw;
  background: #202020;
  width: calc(100% + 13vw);
  padding-left: 13vw;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
}
#about .about-txt p {
  font-size: 1.46vw;
  line-height: 2.6em;
}
.zukei_wrap.relative.d-none.d-md-block{
}
.absolute.shikaku1{
}
.absolute.shikaku2{
}
.absolute.shikaku3{
}
.absolute.shikaku4{
}

/*============================
#category
============================*/
#category{
  margin-bottom: 155px;
}
.category-content{
  width: 90%;
  display: block;
  margin: 0;
}
.category-wrap{
  position: relative;
}
.category-wrap h2{
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
}
.category-wrap h2 span{color: #38C6D9;}
.category-wrap h3{
  position: absolute;
  right: 0;
  top: -0.5vw;
  color: #272727;
  line-height: 1.2em;
  text-align: right;
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}

.category-list{
  z-index: 10;
}
.category-list-item{
  position: relative;
  z-index: 10;
}
.category-list-item ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  width: 95%;
  margin-bottom: 33px;
  position: relative;
  z-index: 10;
}
.category-list-item ul.center{
  display: flex;
  justify-content: center;
}

.category-list-item li{
  background-color: #000;
  width: 47%;
  max-width: max-content;
  margin-bottom: 30px;
  padding: 45px 0 80px;
  box-sizing: border-box;
  border: 3px solid #fff;
  position: relative;
}
.category-list-item li span{
  position: absolute;
  top: -14px;
  left: -48px;
  padding: 11px 16px;
  color: #000;
  font-size: 33px;
  font-weight: bold;
}
.category-list-item li h3{
  font-size: 1.9vw;
  padding: 15px 0 0;
}
.category-list-item li p{
  font-size: 1.33vw;
  text-align: left;
  margin: 10px 0 30px;
  line-height: 1.7em;
  padding: 0 45px;
}
.category-list-item li .more-img-wrap{
  position: absolute;
  bottom: 27px;
}
.category-list-item li .more-img-wrap .more-img{
  font-size: 1.56vw;
  padding: 9px 40px 11px;
  transition: all 0.3s ease-in-out;
}
.category-list-item li .more-img-wrap .more-img:hover{
  transform: scale(1.1);
}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 13px;
  border-left-color: currentColor;
  border-right: 0;
  position: relative;
  top: -2px;
  padding-right: 10px;
}

.relative.course-btn.course-btn-01{
}
.relative.course-btn.course-btn-01 h3{color: #F82B51;}
.relative.course-btn.course-btn-01 span{background-color: #F82B51;}

.relative.course-btn.course-btn-02{
}
.relative.course-btn.course-btn-02 h3{color: #1ADDE2; font-size: 22px;}
.relative.course-btn.course-btn-02 span{background-color: #1ADDE2;}

.relative.course-btn.course-btn-03{
}
.relative.course-btn.course-btn-03 h3{color: #F82B51;}
.relative.course-btn.course-btn-03 span{background-color: #F82B51;}

.relative.course-btn.course-btn-04{
}
.relative.course-btn.course-btn-04 h3{color: #1ADDE2;}
.relative.course-btn.course-btn-04 span{background-color: #1ADDE2;}

.relative.course-btn.course-btn-05{
}
.relative.course-btn.course-btn-05 h3{color: #F82B51;}
.relative.course-btn.course-btn-05 span{background-color: #F82B51;}

.title-head-number{
}
.more-img-wrap{
}
.more-img{
}
#category .box-01{
  z-index: 1;
  width: 83%;
  height: 290px;
  position: absolute;
  top: 30vw;
  right: 0;
  background: #202020;
}
#category .box-02{
  z-index: 1;
  width: 83%;
  height: 257px;
  position: absolute;
  bottom: -5vw;
  left: -9vw;
  background: #202020;
}

span.btn-submit-modal-in{
  font-size: 1.4vw;
  border-style: solid;
  color: #fff;
  border-width: 3px;
  border-top-color: #F82B51;
  border-left-color: #F82B51;
  border-right-color: #1ADDE2;
  border-bottom-color: #1ADDE2;
  padding: 9px 40px 11px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  display: block;
}
span.btn-submit-modal-in:hover{
  transform: scale(1.1);
}

/*============================
#requirements
============================*/
#requirements{
  margin-bottom: 150px;
}
.requirements-content{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.requirements-wrap{
  position: relative;
}
.requirements-wrap h2{
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 15vw;
}
.requirements-wrap h2 span{color: #38C6D9;}
.requirements-wrap h3{
  position: absolute;
  right: 0;
  top: 0;
  color: #272727;
  /* color: #fff; */
  line-height: 1.2em;
  text-align: right;
  font-size: 5.0vw;
  letter-spacing: 0.1em;
}
#requirements{
}
.requirements-content{
}
.requirements-wrap{
}
.requirements-inner{
  margin-bottom: 85px;
}
.requirements-inner strong{
  display: block;
  text-align: center;
  font-size: 2.1vw;
}
.requirements-bg{
  width: 87%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 70px;
  background: #202020;
}
.requirements-bg p{
  font-size: 1.33vw;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}
.requirements-bg a{color: #fff;}

/*============================
#method
============================*/
#method{
  margin-bottom: 173px;
}
.method-content{
  width: 90%;
  display: block;
  margin: 0;
}
.method-wrap{
  position: relative;
}
.method-wrap h2{
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 13vw;
  line-height: 1.5em;
}
.method-wrap h2 span{color: #38C6D9;}
.method-wrap h3{
  position: absolute;
  right: 0;
  top: 0;
  color: #272727;
  /* color: #fff; */
  line-height: 1.2em;
  text-align: right;
  font-size: 5.0vw;
  letter-spacing: 0.1em;
}
#method{
}
.method-content{
}
.method-wrap{
}
.method-inner{
  margin-bottom: 43px;
}
.method-inner strong{
  display: block;
  text-align: center;
  font-size: 2.1vw;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
.method-inner strong a{
  color: #fff;
  position: relative;
  border-bottom: 2px solid #fff;
}

.method-bg{
  width: 87%;
  display: block;
  margin: 0 auto 75px;
  box-sizing: border-box;
  padding: 17px 70px 37px;
  background: #202020;
}
.method-bg p{
  font-size: 1.33vw;
  line-height: 1.85em;
  letter-spacing: 0.05em;
}
.method-bg p a{
  color: #fff;
  text-decoration: underline;
}

.method-wrap{
}
.method-inner{
}
.method-bg{
}
.method-btn{
  min-width: 456px;
  width: 43%;
  display: block;
  margin: 0 auto;
  padding-left: 25px;
}
.method-btn a{
  width: 100%;
  display: block;
  background: url(../img/method_btn.png) no-repeat top center;
  background-size: contain;
  text-align: center;
  font-size: 1.56vw;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  padding: 2.2vw 0px;
  position: relative;
  left: -10px;
  box-sizing: border-box;
  height: auto;
}

/*============================
#work
============================*/
#work{
}
.work-content{
  width: 90%;
  display: block;
  margin: 0 auto 240px;
}
.work-wrap{
}

.work-wrap{
  position: relative;
}
.work-wrap h2{
  font-size: 4.2vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 10vw;
  padding-bottom: 3px;
  line-height: 1.5em;
}
.work-wrap h2 span{color: #38C6D9;}

.gp{margin-bottom: 195px;}
.gp h4{
  font-size: 5.2vw;
  position: relative;
  left: -10px;
  letter-spacing: 0em;
}
.gp h4 span{color: #FA2851;}
.gp .txt-parts{
  font-size: 1.7vw;
  position: relative;
  top: -15px;
  margin-bottom: 59px;
}
.gp .txt-parts b{
  font-size: 3.2vw;
}
.gp .txt-parts b.txt-red{
  font-size: 2.3vw;
  color: #FA2851;
}

.work-wrap .flex-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.work-wrap .flex-wrap .left-box{
  display: block;
  width: 32%;
  box-sizing: border-box;
  padding: 0 0 0 3vw;
  margin-right: 11vw;
  z-index: 10;
}
.work-wrap .flex-wrap .left-box video{
  background:url(../img/bg_video_top.png) no-repeat top left,url(../img/bg_video_bottom.png) no-repeat bottom right;
  background-size: 183px,193px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 55px 35px 46px 48px;
}
.work-wrap .flex-wrap .left-box img{
  width: 100%;
}

.work-wrap .flex-wrap .right-box{
  width: calc(100% - 585px);
  padding-top: 43px;
  z-index: 10;
}
.work-wrap .flex-wrap .right-box h5{
  font-size: 3.2vw;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.work-wrap .flex-wrap .right-box h5 span{
  font-size: 1.46vw;
  font-weight: 400;
  display: inline-block;
}

.work-wrap .flex-wrap .right-box p{
    font-size: 1.32vw;
    letter-spacing: 0.03em;
    line-height: 2em;
    margin: 0;
}
.work-wrap .flex-wrap .right-box .detail-box{
  margin-top: 26px;
  width: 100%;
  background: #1E1E1E;
  box-sizing: border-box;
  padding: 8px 0 10px;
}

.work-wrap .flex-wrap .right-box .detail-box dl{
  margin: 0;
  box-sizing: border-box;
  padding: 1px 28px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.work-wrap .flex-wrap .right-box .detail-box dl dd{
  font-size: 1.04vw;
  letter-spacing: 0.03em;
  line-height: 2.2em;
  margin: 0;
  width: 50%;
}
.work-wrap .flex-wrap .right-box .detail-box dl dt{
  font-size: 1.04vw;
  letter-spacing: 0.03em;
  line-height: 2.2em;
  margin: 0;
  width: 50%;
  text-indent: -1em;
  padding-left: 1em;
}

.work-wrap .flex-wrap .box-bg{
  width: 50%;
  min-height: 440px;
  height: 33vw;
  background: #202020;
  margin-left: -9vw;
  position: absolute;
  top: 0.9vw;
  z-index: 1;
}

.detail-box{
}

.department{margin-bottom: 180px;}
.department h4{
  font-size: 52px;
  position: relative;
  left: -10px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.department h4 span{color: #FA2851;}
.department .txt-parts{
  font-size: 1.56vw;
  position: relative;
  top: 0;
  left: -10px;
  margin-bottom: 51px;
}
.department .txt-parts b{
  font-size: 3.2vw;
}
.department .txt-parts b.txt-red{
  font-size: 1.9vw;
  color: #FA2851;
  margin-bottom: 12px;
  display: block;
}
.department h4 b.txt-red{
  font-size: 52px;
  color: #FA2851;
}
.department .txt-parts p{
  margin: 0;
  font-size: 1.46vw;
  letter-spacing: 0.03em;
}
.work-wrap .department .flex-wrap .left-box video {
  background: url(../img/bg_video_top.png) no-repeat top left;
  background-size: 183px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 55px 35px 46px 48px;
}

/*============================
#nomination
============================*/
#nomination{
  margin-bottom: 238px;
}
.nomination-content{
  width: 90%;
  display: block;
  margin: 0;
}
.nomination-wrap{
  position: relative;
}
.nomination-wrap h2{
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 34px;
  line-height: 1.5em;
}
.nomination-wrap h2 span{color: #38C6D9;}
.nomination-wrap h3{
  position: absolute;
  right: 0;
  top: 0;
  color: #272727;
  /* color: #fff; */
  line-height: 1.2em;
  text-align: right;
  font-size: 5.0vw;
  letter-spacing: 0.1em;
}
#nomination{
}
.nomination-content{
}
.nomination-wrap{
}
.nomination-inner{
  margin-bottom: 38px;
}
.nomination-inner strong{
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 2.1vw;
  letter-spacing: 0.10em;
  line-height: 1.8em;
}
.nomination-bg{
  width: 87%;
  display: block;
  margin: 0 auto 75px;
  box-sizing: border-box;
  padding: 8px 40px 13px 70px;
  background: #202020;
}
.nomination-bg p{
  font-size: 1.33vw;
  line-height: 2.1em;
  letter-spacing: 0.05em;
  margin: 0;
}

.nomination-wrap{
}
.nomination-inner{
}
.nomination-bg{
}
.nomination-btn{
  min-width: 456px;
  width: 43%;
  display: block;
  margin: 0 auto;
  padding-left: 25px;
}
.nomination-btn a{
  width: 100%;
  display: block;
  background: url(../img/method_btn.png) no-repeat top center;
  background-size: contain;
  text-align: center;
  font-size: 1.75vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  position: relative;
  left: -10px;
  padding: 3.2vw 0px;
  box-sizing: border-box;
  height: auto;
}

/*============================
#qa
============================*/
#qa{}

#qa{
  margin-bottom: 173px;
}
.qa-content{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.qa-wrap{
  position: relative;
}
.qa-wrap h2{
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 70px;
  line-height: 0.8em;
  padding-bottom: 0px;
}
.qa-wrap h2 span{color: #38C6D9;}
.qa-wrap h2 small{
  font-size: 1.6vw;
  display: inline-block;
  margin-left: 15px;
}
.qa-inner{
  margin-bottom: 43px;
}
.faq-list-wrapper{
  width: 87%;
  display: block;
  margin: 0 auto 75px;
  box-sizing: border-box;
}
.faq-list{}
.faq-item{margin-bottom: 20px;}
.faq-item-title{
  padding: 30px 30px 32px 30px;
  background: #202020;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 20px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq-item-title p{
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 20px;
  width: calc(100% - 50px);
}
.faq-item-title span{}
.faq-item-open{}
.faq-item-body{
  display: none;
}
.faq-item-body-inner{
  padding: 30px 30px 12px 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-radius: 20px;
  align-items: flex-start;
}
.faq-item-body-inner p{
  width: calc(100% - 35px);
  padding-left: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.faq-item-body-inner p a{
  color: #fff;
  text-decoration: underline;
}

.title-Q{
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-Q b{
  position: relative;
  font-size: 18px;
  top: -2px;
  font-weight: bold;
  color: #000;
}
.title-A{
  width: 30px;
  height: 30px;
  background: #fb2c53;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
}
.title-A b{
  position: relative;
  font-size: 18px;
  top: -2px;
  font-weight: bold;
  color: #fff;
}

.faq-item-title span.faq-item-open {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.faq-item-title span.faq-item-open::before,
.faq-item-title span.faq-item-open::after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}

.faq-item-title span.faq-item-open::before {
  width: 2px;
  height: 16px;
  left: 7px;
  top: 0;
}

.faq-item-title span.faq-item-open::after {
  width: 16px;
  height: 2px;
  left: 0;
  top: 7px;
}

.faq-item-title.is-open span.faq-item-open::before {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-item-title.is-open span.faq-item-open::after {
  transform: rotate(180deg);
} 





/*============================
#judge
============================*/
#judge{
}
.judge-content{
}

#judge{
  margin-bottom: 173px;
}
.judge-content{
  width: 90%;
  display: block;
  margin: 0;
}
.judge-wrap{
  position: relative;
}
.judge-wrap h2{
  font-size: 4.4vw;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #fff;
  margin-bottom: 220px;
  line-height: 0.8em;
  padding-bottom: 0px;
}
.judge-wrap h2 span{color: #38C6D9;}
.judge-wrap h2 small{    font-size: 1vw;}
.judge-wrap h3{
  position: absolute;
  right: 0;
  top: -10px;
  color: #272727;
  line-height: 1.1em;
  text-align: right;
  font-size: 5.0vw;
  letter-spacing: 0.1em;
}
#judge{
}
.judge-content{
}
.judge-wrap{
}
.judge-inner{
  margin-bottom: 43px;
}
.judge-inner strong{
  display: block;
  text-align: center;
  font-size: 2.1vw;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

.judge-wrap{
}
.judge-list{
}
.judge-list-item{
  width: 86%;
  display: block;
  margin: 0 auto;
}
.judge-list-item ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.judge-list-item ul li{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 49%;
  margin-bottom: 107px;
}

.judge-list-item ul li .photo{
  width: 150px;
  margin-right: 30px;
}
.judge-list-item ul li .photo img{width: 100%;}
.judge-list-item ul li .txt{
  box-sizing: border-box;
  padding: 17px 0 0 0;
  width: calc(100% - 200px);
}
.judge-list-item ul li .txt h5{
  margin: 0 0px 8px;
  font-size: 1.8vw;
}
.judge-list-item ul li .txt h5 small{
  font-size: 1vw;
  display: inline-block;
  margin-left: 15px;
}
.judge-list-item ul li .txt p{
  margin: 0 0 4px;
  font-size: 1vw;
}
.judge-list-item ul li .txt p b{
  font-size: 1vw;
  display: inline-block;
}

/*============================
#tiktok_loading_container.tiktok_loading_container
============================*/
#tiktok_loading_container.tiktok_loading_container{
}
.tiktok_loading_wrapper{
}

/*============================
#loader.loader
============================*/
#loader.loader{
}
.circle.left-circle{
}
.circle.right-circle{
}

/*============================
#tiktok_logo
============================*/
#tiktok_logo{
}

/*============================
footer
============================*/
footer{
  position: relative;
  padding-bottom: 110px;
}
footer .py-4 img{width: 302px;}



.close.btn-close-modal{
  position: absolute;
  top: -60px;
  right: -60px;
  margin: 0;
}
.close.btn-close-modal p{
  margin: 0;
  font-size: 45px;
}

.requirements-parts{}
.requirements-parts h5{
  font-size: 26px;
  text-align: center;
  display: block;
  margin-bottom: 100px;
}
.requirements-parts ul{
  width: 70%;
  display: block;
  margin: 70px auto 100px;
  position: relative;
}
.requirements-parts ul:before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 28px;
  z-index: 1;
}
.requirements-parts ul li{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 67px;
  position: relative;
  z-index: 2;
}
.requirements-parts ul li .txt-parts{
  width: calc(100% - 15%);
  display: flex;
  justify-content: flex-start;
}
.requirements-parts ul li strong{
  background: #20d8e5;
  color: #000;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: bold;
  margin-right: 50px;
}
.requirements-parts ul li:nth-child(2) strong{background: #fb2c53;}
.requirements-parts ul li:nth-child(3) strong{background: #20d8e5;}
.requirements-parts ul li:nth-child(4) strong{background: #fb2c53;}

.requirements-parts ul li strong b{}
.requirements-parts ul li p{}
.requirements-parts ul li p.title{
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 260px);
  margin: 0;
}
.requirements-parts ul li p.title small{}
.requirements-parts ul li p.period{
  font-size: 19px;
  font-weight: bold;
  margin:0;
}


/* #category-content{
  margin-top: -50px;
  padding-top: 50px;
} */


.yearold-btn{
  margin-top: 100px;
}
.yearold-btn-cont{
  width: 40%;
  display: block;
  margin: 0 auto;
  background: #343434;
}
.yearold-btn-cont span{
  display: block;
}
.yearold-btn-cont span a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  display: block;
  transition: transform 0.3s ease;
}
.yearold-btn-cont span a:hover{
  transform: scale(1.1);
  transition: transform 0.3s ease; 
}


/* 1001edit */
.soon-thm{
  width: 330px;
  background: #000;
  padding-bottom: 10px;
}
.soon-thm img{width: 100%;}
.soon-thm small{
  display: block;
  text-align: center;
  padding-top: 10px;
  font-size: 12px;
  color: #fff;
}


/* タブレット・PC用のスタイル */
@media(max-width: 768px) {

  /* 1001edit */
  .soon-thm{
    margin: auto;
    display: block;
  }

  .attention-message.end{
    top: 36vw;
    width: 100%;
    border: none;
  }

  .pcbr{display: none !important;}
  .spbr{display: block !important;}

  .yearold-btn{ margin-top: 50px;}
  .yearold-btn-cont{
    width: 90%;
  }
  .yearold-btn-cont span{}
  .yearold-btn-cont span a{
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 13px;
  }
  .yearold-btn-cont span a:hover{
    transform: none;
  }

  .container{
    width: 100%;
    margin: 0;
  }

  .container div#about{
    width: 90%;
    margin: 0 auto 15%;
    display: block;
    position: relative;
  }

  .about-content {
    padding-top: 40px;
  }

  .about-wrap h2 {
    margin-bottom: 30px;
  }
  #about .about-txt{
    padding: 5%;
    margin-bottom: 20%;
    margin: 0;
    width: 100%;
  }
  #about .about-txt p {
    font-size: 13px;
    line-height: 2.0em;
    margin: 0 auto;
  }
  .category-content {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-wrap {
    margin-bottom: 20%;
  }
  .category-wrap h2 {
    font-size: 32px;
  }
  .category-wrap h3 {
    position: relative;
    right: 0;
    top: 0;
    font-size: 24px;
  }
  #category .box-01 {
    width: 90%;
    height: 100vw;
    top: 35vw;
    right: 0;
    overflow: hidden;
  }
  #category .box-02 {
    z-index: 1;
    width: 90%;
    height: 100vw;
    position: absolute;
    bottom: -15vw;
    left: -1vw;
    overflow: hidden;
  }
  .category-list-item ul{
    display: block;
    margin: 0 auto;
  }
  .category-list {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-list #course{
    margin: 0 auto;
  }
  .category-list-item li{
    padding: 25px 20px 25px;
    width: 90%;
    margin: 0 auto 15%;
  }
  .category-list-item li h3 {
    font-size: 22px;
    padding: 5px 0 10px;
  }
  .category-list-item li p {
    font-size: 13px;
    text-align: left;
    margin: 5% 0 15%;
    line-height: 1.7em;
    padding: 0;
  }
  .category-list-item li .more-img-wrap .more-img {
    font-size: 14px;
  }
  .category-list-item li span {
    position: absolute;
    top: -24px;
    left: -22px;
    padding: 7px 9px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
  }

  #requirements {
    margin-bottom: 25%;
  }
  .requirements-wrap {
    margin-bottom: 15%;
  }
  .requirements-wrap h2 {
    font-size: 32px;
    margin-bottom: 3%;
  }
  .requirements-wrap h3 {
    position: relative;
    right: 0;
    top: 0;
    font-size: 24px;
  }
  .requirements-inner {
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .requirements-inner strong {
    display: block;
    text-align: center;
    line-height: 1.8em;
    font-size: 17px;
  }
  .requirements-bg {
    width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 5% 5%;
    background: #202020;
  }
  .requirements-bg p {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }

  .about-wrap .fade_anime {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  #method {
    margin-bottom: 25%;
  }
  .method-wrap {
    margin-bottom: 15%;
  }
  .method-wrap h2 {
    font-size: 32px;
    margin-bottom: 3%;
  }
  .method-wrap h3 {
    position: relative;
    right: 0;
    top: 0;
    font-size: 24px;
  }
  .method-inner {
    margin-bottom: 10%;
    margin-top: 10%;
  }
  .method-inner strong {
    display: block;
    text-align: center;
    line-height: 1.8em;
    font-size: 17px;
  }
  .method-bg {
    width: 100%;
    display: block;
    margin: 0 auto 10%;
    box-sizing: border-box;
    padding: 5% 5%;
    background: #202020;
  }
  .method-bg p {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }

  .method-btn,
  .nomination-btn {
    min-width: auto;
    width: 70%;
    padding-left: 3%;
  }
  .method-btn a {
    margin: 0 auto;
    width: 100%;
    display: block;
    background: url(../img/method_btn_top.png) no-repeat top left, url(../img/method_btn_bottom.png) no-repeat bottom right;
    background-size: 93%, 93%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding: 8% 0%;
    position: relative;
    left: 0;
    box-sizing: border-box;
    height: auto;
  }

  #work {
    margin-bottom: 25%;
  }
  .work-wrap {
    margin-bottom: 15%;
  }
  .work-wrap h2 {
    font-size: 32px;
    margin-bottom: 10%;
  }
  .gp h4 {
    font-size: 34px;
    position: relative;
    left: 0;
    letter-spacing: 0em;
  }
  .gp .txt-parts {
    font-size: 13px;
    position: relative;
    top: 0;
    margin-bottom: 10%;
  }
  .gp .txt-parts b {
    font-size: 24px;
  }
  .gp .txt-parts b.txt-red {
    font-size: 13px;
    color: #FA2851;
  }
  .work-wrap .flex-wrap {
    display: block;
  }
  .work-wrap .flex-wrap .left-box {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-right: 0;
    z-index: 10;
  }
  .work-wrap .flex-wrap .box-bg{display: none;}
  .work-wrap .flex-wrap .left-box video {
    background: url(../img/bg_video_top.png) no-repeat top left, url(../img/bg_video_bottom.png) no-repeat bottom right;
    background-size: 183px, 193px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
  }
  #work .work-wrap .flex-wrap .right-box {
    width: 100%;
    padding-top: 5%;
    z-index: 10;
  }
  #work.work-wrap .flex-wrap .right-box h5 {
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5%;
  }
  #work .work-wrap .flex-wrap .right-box p {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 2em;
    margin: 0;
    padding: 5%;
    background: #2c2c2c;
  }
   #work .work-wrap .flex-wrap .right-box .detail-box {
    margin-top: 5%;
    width: 100%;
    background: #2c2c2c;
    box-sizing: border-box;
    padding: 3%;
  }
   #work .work-wrap .flex-wrap .right-box .detail-box dl {
    margin: 0 0 3%;
    box-sizing: border-box;
    padding: 0;
    display: block;
  }
  #work .work-wrap .flex-wrap .right-box .detail-box dl dd {
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.7em;
    margin: 0;
    width: 100%;
  }
  #work .work-wrap .flex-wrap .right-box .detail-box dl dt {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    letter-spacing: 0.03em;
    line-height: 1.7em;
    margin: 0;
    width: 100%;
  }

  .gp {
    margin-bottom: 20%;
  }
  .department {
    margin-bottom: 20%;
  }
  .department h4 {
    font-size: 34px;
    position: relative;
    left: 0;
    letter-spacing: 0em;
  }
  .department h4 b.txt-red {
    font-size: 34px;
    color: #FA2851;
  }
  .department .txt-parts {
    font-size: 13px;
    position: relative;
    top: 0;
    margin-bottom: 10%;
  }
  .department .txt-parts {
    font-size: 17px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10%;
  }
  .department .txt-parts b {
    font-size: 24px;
  }
  .department .txt-parts b.txt-red {
    font-size: 18px;
    color: #FA2851;
  }
  .department .txt-parts p {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.5em;
  }
  .work-wrap .department .flex-wrap .left-box video{
    background: url(../img/bg_video_top.png) no-repeat top left;
    background-size: 183px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
  }
  .work-wrap .flex-wrap .right-box h5 {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
  }

  #nomination {
    margin-bottom: 25%;
  }
  .nomination-wrap h2{
    font-size: 30px;
    margin-bottom: 10%;
  }
  .nomination-inner strong {
    text-align: left;
    font-size: 20px;
  }
  .nomination-bg{
    padding: 0% 0;
    margin-bottom: 15%;
    background: none;
    width: 100%;
  }
  .nomination-bg p{
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.1em;
  }

  .nomination-btn a {
    margin: 0 auto;
    width: 100%;
    display: block;
    background: url(../img/method_btn_top.png) no-repeat top left, url(../img/method_btn_bottom.png) no-repeat bottom right;
    background-size: 93%, 93%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    padding: 13% 0%;
    position: relative;
    left: 0;
    box-sizing: border-box;
    height: auto;
  }


  #qa {
    margin-bottom: 100px;
  }
  .qa-wrap h2 {
    font-size: 32px;
    margin-bottom: 3%;
  }

  .qa-wrap h3 {
    position: relative;
    right: 0;
    top: 0;
    font-size: 24px;
    margin-bottom: 15%;
  }
  .qa-wrap h2 small {
    font-size: 13px;
    padding-left: 10px;
    margin-left: 0;
  }
  .faq-list-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  .faq-item-body-inner {
    padding: 20px 20px 12px 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 20px;
    align-items: flex-start;
  }
  .faq-item-title {padding: 20px 20px 22px 20px;}
  .faq-item-title p {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding-left: 15px;
    width: calc(100% - 60px);
    line-height: 1.6em;
  }
  .faq-item-body-inner p {
    width: calc(100% - 30px);
    padding-left: 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
  .title-Q b {
    position: relative;
    font-size: 16px;
  }
  .title-A b {
    position: relative;
    font-size: 16px;
  }


  .judge-wrap h2 {
    font-size: 32px;
    margin-bottom: 3%;
  }

  .judge-wrap h3 {
    position: relative;
    right: 0;
    top: 0;
    font-size: 24px;
    margin-bottom: 15%;
  }
  .judge-wrap h2 small {
    font-size: 11px;
    padding-left: 10px;
  }
  .judge-list-item{
    width: 100%;
  }
  .judge-list-item ul{
    display: block;
  }
  .judge-list-item ul li{
    width: 100%;
    margin-bottom: 15%;
  }
  .judge-list-item ul li .photo {
    width: 120px;
    margin-right: 30px;
  }
  .judge-list-item ul li .photo img{
    width: 100%;
  }
  .judge-list-item ul li .txt {
    width: calc(100% - 150px);
  }
  .judge-list-item ul li .txt h5{
    font-size: 18px;
  }
  .judge-list-item ul li .txt p {
    font-size: 14px;
    font-weight: 600;
  }
  .judge-list-item ul li .txt p b {
    font-size: 14px;
    font-weight: 600;
  }
  .judge-list-item ul li .txt h5 small {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
  }
  #judge {
    margin-bottom: 20%;
  }
  
  #work .work-wrap .flex-wrap .right-box .continue1{
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(0 0 0) 100%);
    padding-top: 40px;
    position: relative;
    margin-top: -63px;
  }

  #work .work-wrap .flex-wrap .right-box .continue2,
  #work .work-wrap .flex-wrap .right-box .continue3,
  #work .work-wrap .flex-wrap .right-box .continue4,
  #work .work-wrap .flex-wrap .right-box .continue5,
  #work .work-wrap .flex-wrap .right-box .continue6{
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(0 0 0) 100%);
    padding-top: 40px;
    position: relative;
    margin-top: -63px;
  }
  .detail-box1{
    height: 100px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    z-index: 0;
  }
  .detail-box1.active {
    height: 210px;
    transition: 1s;
  }

  .detail-box2{
    height: 100px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    z-index: 0;
  }
  .detail-box2.active {
    height: 380px;
    transition: 1s;
  }

  .detail-box3{
    height: 100px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    z-index: 0;
  }
  .detail-box3.active {
    height: 380px;
    transition: 1s;
  }

  .detail-box4{
    height: 100px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    z-index: 0;
  }
  .detail-box4.active {
    height: 460px;
    transition: 1s;
  }

  .detail-box5{
    height: 100px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    z-index: 0;
  }
  .detail-box5.active {
    height: 380px;
    transition: 1s;
  }

  .detail-box6{
    height: 100px;
    overflow: hidden;
    transition: 1s;
    position: relative;
    z-index: 0;
  }
  .detail-box6.active {
    height: 330px;
    transition: 1s;
  }

  .kv.relative .main-btn{display: none;}
  .header-logo {
    width: 20%;
    margin: 3% 0 3% 0;
  }
  .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
    z-index: 1000;
  }

  /* ハンバーガーメニューボタン */
  .hamburger {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    top: 25px;
  }

  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 9px;
  }

  .hamburger span:nth-child(3) {
    bottom: 0;
  }

  /* ハンバーガーメニューが開いているときの状態 */
  .hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* SPメニュー */
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 80px;
    transform: translateY(-100%);
    transition: all 0.3s;
  }

  .header-menu.active {
    transform: translateY(0);
  }

  .header-menu ul {
    flex-direction: column;
    align-items: center;
  }

  .header-menu li {
    margin: 20px 0;
  }

  .header-menu a {
    color: #fff;
    font-size: 18px;
  }

  .sp-btn-sticky{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    transition: all 0.3sease;
    margin-bottom: 50px;
  }

  .sp-btn-sticky-fixed {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transition: opacity 1s ease; /* トランジションを追加 */
  }

  .sp-btn-sticky-fixed.visible {
    opacity: 1;
  }

  .close.btn-close-modal {
    position: absolute;
    top: 0px;
    right: 10px;
    margin: 0;
  }
  .close.btn-close-modal p{
    font-size: 35px;
  }

  .bg-gray.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .modal6.active {
    z-index: 1000;
  }

  html.course_flag {
    overflow: hidden !important;
  }

  .requirements-parts{}
  .requirements-parts h5{
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 100px;
  }
  .requirements-parts ul{
    width: 100%;
    display: block;
    margin: 70px auto 70px;
    position: relative;
  }
  .requirements-parts ul:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 34px;
    z-index: 1;
  }
  .requirements-parts ul li{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
  }
  .requirements-parts ul li strong{
    background: #20d8e5;
    color: #000;
    padding: 20px 25px;
    font-size: 30px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 1em;
  }
  
  .requirements-parts ul li:nth-child(2) strong{background: #fb2c53;}
  .requirements-parts ul li:nth-child(3) strong{background: #20d8e5;}
  .requirements-parts ul li:nth-child(4) strong{background: #fb2c53;}

  .requirements-parts ul li .txt-parts {
    width: calc(100% - 30%);
    justify-content: space-between;
    align-items: center;
  }
  .requirements-parts ul li strong b{}
  .requirements-parts ul li p{}
  .requirements-parts ul li p.title{
    font-size: 18px;
    font-weight: bold;
    width: 60%;
    /* padding: 0 5% 0 0; */
    box-sizing: border-box;
  }
  .requirements-parts ul li p.title small{
    font-size: 11px;
  }
  .requirements-parts ul li p.period{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: 35%;
  }

  .category-list-item li .more-img-wrap {
    position: absolute;
    bottom: 17px;
  }


}

@media(max-width: 1600px) {
  .container {
    max-width: 1600px;
    margin: auto;
    margin: 0;
  }
  div#about{
    width: 90%;
    margin: 0 auto 0;
    display: block;
    position: relative;
  }
  .requirements-content {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .method-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .work-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .nomination-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .judge-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-content {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-list{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-list-item ul{
    margin: 0 auto;
    width: 100%;
  }
  .work-wrap .flex-wrap .right-box {
    width: calc(100% - 50%);
    padding-top: 43px;
    z-index: 10;
  }
}
@media(min-width: 1600px) {
  .container {
    max-width: 100%;
    margin: auto;
    margin: 0 auto;
  }
  div#about{
    width: 90%;
    margin: 0 auto 0;
    display: block;
    position: relative;
  }
  .requirements-content {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .method-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .work-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .nomination-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .judge-content{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-content {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-list{
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .category-list-item ul{
    margin: 0 auto;
    width: 100%;
  }
  .work-wrap .flex-wrap .right-box {
    width: calc(100% - 50%);
    padding-top: 43px;
    z-index: 10;
  }

  
  .close.sp_close{display: none;}
  .new_btn2.active .close.sp_close{display: block;}

  .oubo3.text-center.sp-btn-sticky{
    margin-bottom: 60px;
  }

  
}

  @media(max-width: 1180px) {
    .header-menu ul li{
      font-size: 1.8vw;
    }
  }


#about .shikaku1{
  top: 11vw;
  right: 8vw;
  left: auto;
  width: 2.8vw;
  height: 0;
}
#about .shikaku1.active{height: 90px;}
#about .shikaku2{
  top: 15vw;
  right: 2.6vw;
  left: auto;
  width: 0;
  height: 86px;
}
#about .shikaku2.active{width: 6.8vw;}
#about .shikaku3{
  top: 18.4vw;
  right: 12.4vw;
  left: auto;
  width: 5.4vw;
  height: 0;
}
#about .shikaku3.active{height: 80px;}
#about .shikaku4{
  top: 21.6vw;
  right: 14vw;
  left: auto;
  width: 0;
  height: 94px;
}
#about .shikaku4.active{width: 9.8vw;}

#work .shikaku1{
  top: 2vw;
  right: 8vw;
  left: auto;
  width: 6.8vw;
  height: 0;
}
#work .shikaku1.active{height: 115px;}
#work .shikaku2{
  top: 6vw;
  right: 4.6vw;
  left: auto;
  width: 0;
  height: 86px;
  z-index: 3;
}
#work .shikaku2.active{width: 5.8vw;}

footer .shikaku1{
  top: 11vw;
  left: 9vw;
  width: 0;
  height: 95px;
  z-index: 1;
}
footer .shikaku1.active{width: 8.7vw;}
footer .shikaku2{
  top: 16vw;
  left: 7.6vw;
  width: 0;
  height: 73px;
  z-index: 2;
}
footer .shikaku2.active{width: 5vw;}
footer .shikaku3{
  top: 19.4vw;
  left: 0;
  width: 0;
  height: 0;
  z-index: 3;
}
footer .shikaku3.active{height: 70px; width: 5.4vw;}
footer .shikaku4{
  top: 21.4vw;
  left: 4vw;
  width: 0;
  height: 0;
  z-index: 4;
}
footer .shikaku4.active{width: 2.5vw;height: 70px;}