@charset "utf-8";

/* mainimg */
.mainimg{
  text-align: center;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.mainvisuallogo{
  max-width: 20%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
#entrepreneur_head{
  background: #F7F7F7;
}
#entrepreneur_head .inner{
  max-width: 1200px;
}
.sponsor_list{
  background: #000;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 0;
}
.sponsor_contents{
  text-align: center;
  margin-top: 20px;
}
.sponsor_contents:nth-child(1){
  margin-top: 0;
}
.sponsor_contents dl{
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 10px;
}
.sponsor_contents dl dd{
  margin: 0 10px;
  padding: 0 10px;
}
.sponsor_contents dl dd img{
  max-height: 70px;
  width: auto;
}
.sponsorwide dl{
  display: flex;
}

/* entrepreneur_ui */
.entrepreneur_ui{
  padding: 30px 0;
}
.language_btns{
  max-width: 1600px;
  margin: 0 auto 20px;
  text-align: right;
  font-size: 0;
  padding: 0 10px;
}
.language_btns a,.language_btns span{
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
  text-decoration: none;
}
.language_btns a{
  text-decoration: underline;
}
.language_btns a:hover{
  text-decoration: none;
}
.pagecontents_links{}
.pagecontents_links ul{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
.pagecontents_links li{
  display: inline-block;
  border-right: 1px solid #666;
}
.pagecontents_links li:first-child{
  border-left: 1px solid #666;
}
.pagecontents_links li a{
  text-decoration: none;
  display: block;
  padding: 0 30px;
}
.pagecontents_links li a:hover{
  text-decoration: underline;
}
.etpsection{
  font-family: "Noto Sans JP", sans-serif;
}
.etp_image{
  margin-top: 20px;
  text-align: center;
}
.etp_info{
  text-align: center;
}
.etp_textttl{
  font-size: 18px;
  margin: 20px 0;
}

/* entrepreneur */
#entrepreneur{
}
.etpsection{
  padding: 100px 0;
}
.etp_ttl{
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.etp_ttl::before{
  background: rgba(255,255,255,0.2);
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}
.bgcg .etp_ttl::before{
  background: rgba(247,247,247,0.2);
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}
.etp_ttlread{
  text-align: center;
  font-size: 24px;
}
.etp_ttltext{
  text-align: center;
  margin: 20px 0 40px;
}
.etp_boxttl{
  overflow: hidden;
  margin-top: 30px;
  letter-spacing: 2px;
}
.etp_boxttl.crown{
  padding-top: 30px;
  overflow: hidden;
}
.etp_boxttl .ttlin{
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  height: 60px;
  text-align: center;
  position: relative;
}
.etp_boxttl span{
  font-size: 16px;
  margin-left: 1em;
}
.etp_boxttl.ttlfont_s .ttlin{
  font-size: 20px;
}
.etp_boxttl.crown .ttlin{
  padding: 5px;
  align-items: end;
  margin-top: 45px;
}
.etp_boxttl .ttlin::before{
  background: rgba(255,255,255,0.2);
  content: "";
  display: block;
  width: 200%;
  height: 120px;
  position: absolute;
  left: -50%;
  bottom: -90px;
  transform: rotate(3deg);
}
.etp_boxttl.crown .ttlin::after{
  background: url("../img/crown.png") no-repeat top center;
  background-size: 84px 52px;
  content: "";
  display: block;
  width: 84px;
  height: 52px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.etp_label{
  margin-top: 20px;
  text-align: center;
}
#finallist .etp_label{
  height: 100%;
  display: flex;
  width: 100%;
}
.etp_label .labelin{
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
.etp_label .labelin::before{
  background: rgba(255,255,255,0.2);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.etp_label .labelin div{
  background: url("../img/labeldecoration_left.png") no-repeat left center,url("../img/labeldecoration_right.png") no-repeat right center;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  height: 70px;
  padding: 8px 50px;
}
.etp_label .labelin div span{
  font-size: 16px;
  display: block;
  width: 100%;
}
.etp_label h5{
  font-size: 18px;
  margin: 10px 0 20px;
}
.etp_label p{
  margin-bottom: 20px;
}
.etp_contentlist.halflist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.etp_contentlist.halflist .etpcontent_inner{
  width: 49%;
  max-width: 500px;
  margin-bottom: 30px;
}
.etp_contentlist.halflist .etpcontent_inner.wide{
  width: 100%;
  max-width: 100%;
}
.etp_info p{
  padding: 0 10px;
}
.etp_notetext{
  width: 100%;
  margin-top: 20px;
}
.aboutcontents{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.aboutlogo{
  padding-left: 30px;
}
.aboutinfo{
  margin:30px 0 0 50px;
  line-height: 160%;
  flex: 1;
}
.sign{
  margin-top: 30px;
  text-align: right;
}

/*guideline*/
.guideline_contents{}
.guideline_contents h3{
  background: #222;
  color: #FFF;
  margin: 50px 0 30px;
  padding: 10px 15px;
}
.guideline_contents p,.guideline_contents ul,.guideline_contents ol,.guideline_contents a,.guideline_contents h4,.guideline_contents h5{
  margin-top: 20px;
}
.guideline_contents ol{
  margin-top: 10px;
  margin-left: 0.8em;
}
.guideline_contents ul li,.guideline_contents ol li,.guideline_contents h5,.guideline_contents h4{
  position: relative;
  padding-left: 1.2em;
}
.guideline_contents ul li::before,.guideline_contents h4::before{
  position: absolute;
  left: 0;
  display: inline-block;
  content: "●";
}
.guideline_contents h5::before{
  position: absolute;
  left: 0;
  display: inline-block;
  content: "◆";
}
.guideline_contents ol li::before{
  position: absolute;
  left: 0;
  display: inline-block;
  content: "・";
}
.guideline_contents h5 + ul{
  margin-top: 5px;
}
.guideline_contents a{
  background: #FFF;
  border: 1px solid #888;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 50px;
  position: relative;
  text-decoration: none;
}
.guideline_contents a::before{
  content: "≫";
  margin-right: 15px;
}
.guideline_contents a:hover{
  background: #222;
  color: #FFF;
}
/* flow */
.flow{
  display: flex;
  position: relative;
  margin-top: 50px;
}
.flow::before{
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flowstep{
  background: url("../img/flowarw.png") no-repeat right center;
  background-size: auto 100%;
  color: #FFF;
  width: 25%;
  padding:10px 70px 10px 20px;
  position: relative;
  z-index: 1;
}
.flowstep:nth-child(4){
  background: none;
  padding:10px 0px 10px 20px;
}
.flowstep h3{
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding-right: 75px;
}
.flowstep h3 strong{
  font-size: 42px;
}
.flowstep p{
  font-size: 18px;
}
.flowstep p.stepdetail_text{
  font-size: 13px;
  margin-top: 10px;
}
.step01{
  background: url("../img/ico_step01.png") no-repeat right center;
}
.step02{
  background: url("../img/ico_step02.png") no-repeat right center;
}
.step03{
  background: url("../img/ico_step03.png") no-repeat right center;
}
.step04{
  background: url("../img/ico_step04.png") no-repeat right center;
}

/*schedule*/
.scwap{
  margin-left: 10px;
  border-left: 5px solid #888;
  padding: 30px 0 30px;
}
.schedule_detail{
  background: url("../img/ico_schedule.png") no-repeat left center;
  background-size: 26px 26px;
  padding-left: 26px;
  margin-left: -16px;
  margin-top: 30px;
}
.schedule_detail:nth-child(1){
  margin-top: 0;
}
.scinner{
  background: #D5D2D2;
  padding: 10px;
  position: relative;
  margin-left: 15px;
}
.scinner::before {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  left: -16px;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-right: solid 18px #D5D2D2;
}
.scdate{
  font-size: 20px;
  padding: 5px 15px;
}
.scinner p{
  background: #FFF;
  margin-top: 10px;
  padding: 10px 15px;
}
.category_detail{
  padding: 30px 20px;
}
.category_head{
  display: flex;
  margin: 0 10px 20px;
  align-items: center;
}
.category_img{
  width: 100px;
  margin-right: 30px;
}
.category_ttl{
  flex: 1;
}
.category_ttl h5 strong{
  font-size: 18px;
}
.category_detail p{
  font-size: 14px;
}
#category .etp_label{
  margin-top: 0;
}

/*entry*/
#entry{
  background: linear-gradient(180deg, #000 0%, #000 40%, #555555 100%);
  color: #FFF;
}
#entry .etp_ttl::before {
  background: rgba(0,0,0,0.2);
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}
.entrybtn{
  max-height: 800px;
  width: 90%;
  margin: 50px auto;
}
.entrybtn a{
  color: #FFF;
  display: flex;
  font-size: 24px;
  height: 100px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.entrybtn a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.entrybtn a::before {
  background: rgba(255,255,255,0.2);
  content: "";
  display: block;
  width: 200%;
  height: 120px;
  position: absolute;
  bottom: -70px;
  left: -50%;
  transform: rotate(6deg);
}
.entrybtn a.graybtn{
  background: #909495;
}
.entrylimit{
  background: #FFF;
  color: #B20000;
  font-size: 18px;
  border: 2px solid #B20000;
  max-width: 460px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 20px;
  text-align: center;
}

/*sponsor*/
#sponsor .etp_contentlist{
  margin-top: 10px;
}
.sponsor_logolist{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sponsor_logolist .spologo{
  display: inline-flex;
  align-items: center;
  margin: 30px 35px 0px;
}
.spologo img{
  max-height: 70px;
  width: auto;
} 

/* archive */
.archivelist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archivedetail{
  width: 32%;
  max-width: 320px;
  margin-bottom: 20px;
}
.archivelist::after{
  content: "";
  width: 32%;
  max-width: 320px;
}
.archivedetail a{
  text-decoration: none;
}
.archivedetail p{
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 1601px){
  .pagecontents_links li a{
    text-decoration: none;
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1301px){
  .pagecontents_links ul{
    flex-wrap: wrap;
  }
  .pagecontents_links ul li{
    margin: 5px 0;
  }
}
@media screen and (max-width: 1101px){
  .flow{
    display: block;
    width: 80%;
    margin: 50px auto 0;
  }
  .flow::before{
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flowstep{
    text-align: center;
    background: none;
    background-size: auto 100%;
    color: #FFF;
    width: 100%;
    padding:10px 20px 10px 20px;
    position: relative;
    z-index: 1;
    border-bottom: 20px solid #FFF;
  }
  .flowstep:nth-child(4){
    padding:10px 20px 10px 20px;
  }
  .flowstep p br{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .entrepreneur_ui {
    padding: 30px 0 0;
  }
  .sponsor_contents dl{
    margin-bottom: 20px;
    margin-left: 0;
  }
  .sponsor_contents dt{
    width: 100%;
    padding: 10px;
  }
  .sponsor_contents dl dd{
    margin: 1%;
    padding: 1%;
  }
  /* ui */
  .pagecontents_links ul{
    border-top: 1px solid #666;
    display: flex;
    justify-content: flex-start;
    align-items: unset;
  }
  .pagecontents_links ul li,.pagecontents_links li:first-child{
    border-left:none;
    border-right:none;
    border-bottom: 1px solid #666;
    width: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .pagecontents_links ul li:nth-child(2n){
    border-left: 1px solid #666;
  }
  .pagecontents_links ul li a{
    display: block;
    padding: 10px;
  }
  
  /* parts */
  .etp_ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .etpsection {
    padding: 50px 0;
  }
  .etp_boxttl.crown {
    padding-top: 15px;
    overflow: hidden;
  }
  .etp_boxttl {
    margin-top: 15px;
  }
  .etp_boxttl.crown .ttlin::after {
    background: url("../img/crown.png") no-repeat top center;
    background-size: 42px 26px;
    width: 42px;
    height: 26px;
    top: -22px;
  }
  .etp_boxttl.crown .ttlin {
    align-items: center;
    padding: 0px;
    margin-top: 22px;
  }
  .etp_boxttl .ttlin {
    font-size: 22px;
  }
  .etp_label .labelin {
    padding: 5px 10px;
  }
  .etp_label .labelin div {
    background: url("../img/labeldecoration_left.png") no-repeat left center,url("../img/labeldecoration_right.png") no-repeat right center;
    background-size: 15px 35px,15px 35px;
    font-size: 18px;
    padding: 8px 25px;
  }
  .etp_contentlist.halflist .etpcontent_inner {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .etp_textttl {
    margin: 10px 0;
  }
  .etp_ttlread {
    font-size: 20px;
  }
  .etp_ttltext {
    margin: 10px 10px 20px;
  }
  .etp_boxttl .ttlin {
    display: flex;
    justify-content: center;
    font-size: 22px;
    padding: 5px;
    flex-wrap: wrap;
  }
  .etp_boxttl.ttlfont_s .ttlin{
    font-size: 18px;
  }
  .etp_boxttl span {
    display: block;
    margin-left: 0;
  }
  .note.tar{
    text-align: left !important;
  }
  /* about */
  .aboutcontents {
    display: block;
    margin-top: 20px;
  }
  .aboutlogo {
    padding: 0px;
    text-align: center;
  }
  .aboutlogo img{
    width: 120px;
  }
  .aboutinfo {
    margin: 15px 10px;
  }
  /* flow */
  .flow {
    width: 100%;
    margin: 25px auto 0;
  }
  .flowstep h3 {
    font-size: 26px;
  }
  /* schedule */
  .scdate {
    font-size: 18px;
    padding: 5px 10px;
  }
  /* category */
  .category_ttl h5{
    font-size: 13px;
  }
  .category_ttl h5 strong{
    font-size: 16px;
  }
  /* entry */
  .entrybtn {
    width: 100%;
    margin: 25px auto;
  }
  .entrybtn a {
    font-size: 20px;
    height: 80px;
  }
  .entrylimit {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 15px;
    padding: 10px;
  }
  /* archive */
  .archivedetail {
    width: 48%;
    max-width: 48%;
    margin-bottom: 15px;
  }
}