@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');


.body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}

.-mincho {
  font-family: "Zen Old Mincho", serif;
}


.fv_center {
  width: 60%;
  margin: auto;
}

.fv_center img {
  width: 100%;
}

.tkfg2025__fv__bg{
  background: url(/img/tkfg2025_bg.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}

.tkfg2026__fv__bg{
  background: url(/img/tkfg2026_bg.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}



.tkfg2025__fv {
  height: 770px;
}

.tkfg2025__fv__txt__img{
  width: 700px;
  position: absolute;
  top: 160px;
  right: 0;
  left: 0;
  margin: auto;
}

.fv__apply__btn {
  position: absolute;
  top: 600px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
  padding: 16px 100px;
  border-radius: 90px;
  background: linear-gradient(-45deg, #FFA85D, #F25627);
  box-shadow: 0px 5px 10px #00000033;
}

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

    .tkfg2026__fv__bg{
  background: url(/img/tkfg2026_bg_sp.jpg) no-repeat top;
}

  .fv_center {
    width: 100%;
    margin: auto;
  }

  .fv_center img {
    width: 100%;
  }

  .tkfg2025__fv__txt__img{
    width: 330px;
    top: 260px;
  }

  .fv__apply__btn {
    top: 500px;
  }
}

.logo_slider{
  background-color: #fff;

    width: 100%;
    padding: 2rem 10%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }



.about__tkf {
  background-color: #fff;
}

.about__tkf__content {
  display: flex;
  flex-direction: row;
  border: 3px solid #153170;
  border-radius: 30px;
  padding: 30px;
}

.about__tkf__content img {
  width: 360px;
  margin-right: 50px;
}

.about__tkf__txt__ttl {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.8em;
  color: #153170;
}

.about__tkf__txt__ttl span {
  font-size: 32px;
}

.about__tkf__txt__box {
  background-color: #f1f1f1;
  padding: 18px 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .about__tkf__content {
    flex-direction: column-reverse;
  }
  
  .about__tkf__content img {
    width: 100%;
    margin: 20px auto 0px;
  }
}


.about__map {
  background-color: #f1f1f1;
  padding: 80px 10%;
}

.about__map img {
  width: 60%;
  height: auto;
  object-fit: scale-down;
}


.about__map__ttl {
  font-size: 26px;
  margin-bottom: 50px;
}

.about__map__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #153170;
}
.about__map__school__flex{
  display: flex;
  flex-direction: column;
  width: 40%;
}
.about__map__school__ttl{
  font-size: 22px;
  padding-bottom: 12px;
}

.about__map__line{
  height: 1px;
  width: 100px;
  margin: auto;
  background-color: #153170;
}

.about__map__school{
  width: 100%;
  padding: 10px 10px;
}

.about__map__school__grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 130px);
  gap: 30px;
  justify-content: space-around;
  margin: 30px 0px;
}

@media screen and (max-width: 767px) {
  .about__map {
    padding: 40px 5%;
  }

  .about__map__content {
    flex-direction: column;
  }
  
  .about__map img {
    width: 100%;
  }
  
  
  .about__map__ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about__map__school__flex{
    width: 100%;
  }
  .about__map__school__ttl{
    font-size: 22px;
    padding-bottom: 12px;
  }
  
  .about__map__school{
    width: 100%;
    padding: 10px 0;
  }  
  .about__map__school__grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
    gap: 20px;
    justify-content: space-around;
    margin: 30px 0px;
  }
}


.about__feature {
  background-color: #15307071;
}

.about__feature__txt {
  color: #fff;
  margin-top: 60px;
  font-size: 26px;
  font-weight: 600;
  line-height: 2em;
}


@media screen and (max-width: 767px) {
  .about__feature__txt {
    margin: 60px auto 20px;
    font-size: 16px;
    text-align: center;
  }
}

.about{
  background-color: #fff;
  padding-top: 60px;
}

.mentor_company{
  background-color: #f1f1f1;
  padding-top: 60px;
}


.mentor_company_box{
  background: #fff;
  margin-top: 60px;
}


.top_event_box {
  /* border: solid 1px #dddddd;
  width: 300px;
  height: fit-content; */
  padding: 10px 20px 15px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}


.top_event_explanation_box {
  width: 95%;
  padding: 20px 0px 0px;
  font-weight: 700;
  line-height: 3rem;
}





/* 8月 ウルプネカ東京 */

.tokyo2025__fv__bg {
  background: url(/img/tokyo2025_bg.png) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}

.event__fv {
  height: 770px;
}

.event__fv__txt__img {
  width: 700px;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
}

.event__fv__txt__img__2026 {
  width: 700px;
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
}

.event__fv__date {
  position: absolute;
  top: 420px;
  right: 0;
  left: 0;
  margin: auto;

  width: 450px;
  border-top: 2px solid #fff;
  padding: 10px 0;
  border-bottom: 2px solid #fff;

  font-size: 40px;
  font-weight: 800;
  text-shadow: 0px 0px 6px #170707;
  text-align: center;
}

.event__fv__date__2026 {
  position: absolute;
  top: 440px;
  right: 0;
  left: 0;
  margin: auto;

  width: 450px;
  border-top: 2px solid #fff;
  padding: 10px 0;
  border-bottom: 2px solid #fff;

  font-size: 40px;
  font-weight: 800;
  /* color: #001F62; */
  text-shadow: 1px 5px 15px #000000;
  text-align: center;
}


.event__fv__date span {
  font-size: 16px;
}

.event__fv__date__2026 span {
  font-size: 16px;
}

.event__fv__txt__2026{
  position: absolute;
  top: 520px;
  right: 0;
  left: 0;
  margin: auto;

  font-size: 40px;
  font-weight: 800;
  /* color: #001F62; */
  text-shadow: 1px 5px 15px #000000;
  text-align: center;
}

.event__fv__apply__btn {
  position: absolute;
  top: 510px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
  padding: 16px 100px;
  border-radius: 90px;
  background: linear-gradient(-45deg, #FFA85D, #F25627);
  box-shadow: 0px 5px 10px #00000033;
}

.event__fv__apply__btn__2026 {
  position: absolute;
  top: 580px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
  padding: 16px 100px;
  border-radius: 90px;
  background: linear-gradient(-45deg, #FFA85D, #F25627);
  box-shadow: 0px 5px 10px #00000033;
}

.event__apply__btn {
  font-size: 18px;
  padding: 16px 100px;
  border-radius: 90px;
  background: linear-gradient(-45deg, #FFA85D, #F25627);
  box-shadow: 0px 5px 10px #00000033;
}

.event__fv__company {
  position: absolute;
  top: 580px;
  right: 0;
  left: 0;
  margin: auto;

  width: 100%;
  background-color: #17070771;
  height: 190px;
  padding-top: 80px;
  font-size: 30px;
  font-style: italic;
}

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


.event__fv {
  height: 720px;
}

.event__fv__txt__img {
  width: 350px;
  top: 280px;
}

.event__fv__date {
  top: 440px;
  width: fit-content;
  font-size: 30px;
}

.event__fv__date__2026 {
  top: 460px;
  width: fit-content;
  font-size: 30px;
}

.event__fv__txt__2026 {
    top: 520px;
  font-size: 30px;
}


.event__fv__date span {
  font-size: 12px;
}

.event__fv__date__2026 span {
  font-size: 12px;
}

.event__fv__apply__btn {
  top: 520px;
}


.event__fv__company {
  top: 420px;
  width: 100%;
  height: 300px;
  padding-top: 100px;
  font-size: 20px;
  font-style: italic;
}

}




.event__company {
  background-color: #153170;
}

.event__company__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 160px);
  gap: 30px;
  justify-content: space-around;

  margin: 60px auto 0;
}

.event__company__box {
  width: 160px;
}

.event__company__img {
  width: 100%;
  height: 110px;
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
}

.event__company__img img {
  width: 90%;
  max-height: 90px;
  object-fit: contain;
}


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

.event__company__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 20px;
  justify-content: space-around;

  margin: 40px auto 0;
}

.event__company__box {
  width: 100px;
}

.event__company__img {
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
}

.event__company__img img {
  width: 90%;
  max-height: 70px;
}
}

.event__explain {
  margin: 40px auto 40px;
}

.event__tokyo_2025__about {
  /* background: url(/img/event_tokyo_what.jpg) no-repeat center;
  background-size: cover; */

  background-color: #f1f1f1;
}

.event__tokyo_2025__about .util-title {
  font-size: 26px;
}

.event__tokyo_2025__about .about__contents {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 60px;
}


.event__tokyo_2025__about .about__info__wrap {
  background-color: #ffffff;
  width: 30%;
  max-width: 280px;
  height: auto;
  padding: 30px 10px 10px !important;
  border-radius: 10px;
  border: 4px solid #153170;
}

.event__tokyo_2025__about img {
  margin-top: 20px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

#about__info__wrap4 img {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 45px;
}

.event__tokuten__area {
  width: 600px;
  margin: 60px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 10px #170707;
}

#event__tokyo_2025__scedule{
  width: 100%;
  height: 380px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .event__tokyo_2025__about .util-title {
    font-size: 18px;
  }
  
  .event__tokyo_2025__about .about__contents {
    width: 100%;
    margin: 20px auto;
  }
  
  
  .event__tokyo_2025__about .about__info__wrap {
    background-color: #ffffff91;
    width: 90%;
    height: 320px;
    padding: 30px 20px !important;
  }
  
  .event__tokuten__area {
    width: 95%;
    margin: 60px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 10px #170707;
  }
}

.event__tokutaisei {
  background-color: #fff;
}

.event__tokutaisei__2026 {
  background-color: none;
}

.event__tokutaisei__2026__box{
  background-color: #ffffffc0;
  width: 70%;
  margin: auto;
  padding: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 20px;
}

.event__tokutaisei__txt{
  margin: 60px auto;
  line-height: 2em;
  font-size: 16px;
}

.event__tokutaisei__txt a{
  color: #305fcd;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .event__tokutaisei__2026__box{
  background-color: #ffffffc0;
  width: 90%;
  margin: auto;
  padding: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 20px;
}
}


.event__info__table {
  background-color: #f1f1f1;
}

.event__info__table table{
  width: 70%;
  max-width: 800px;
  margin: 60px auto 0px;
}

.event__info__table td, .event__info__table th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  word-break: normal;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
  padding: 16px 20px;
  font-weight: 600;
}

.event__info__table th {
  background-color: #153170;
  text-align: left;
  vertical-align: top;
  color: #fff;
  padding: 16px 20px;
}


@media screen and (max-width: 767px) {
  .event__info__table table{
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0px;
  }  
}


.event__apply_box {
  width: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 30px;
  line-height: 5rem;
}

@media screen and (max-width: 767px) {
  .event__apply_box {
    width: 95%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 5rem;
  }
}

footer{
  background-color: #153170;
}

header .btn{
  border-radius: 90px;
  background: linear-gradient(-45deg, #FFA85D, #F25627);
  box-shadow: 0px 5px 10px #00000033;

}


.oncampus2025__fv__bg {
  background: url(/img/oncampus2025_bg.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}

#oncampus__bg{
  background-color: #B79F5E;
}



.scholarship2025__fv__bg {
  background: url(/img/scholarship_bg.jpg) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}

.scholarship__ttl{
  margin: 60px 0 0;
  font-size: 40px;
  font-weight: 800;
  text-shadow: 0px 4px 6px #211818;
}

.scholarship__explain h2{
  border-left: 4px solid #153170;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 0px;
}


.scholarship__explain{
  background-color: #f8f8f8;
}


.scholarship__explain__txt{
  margin: 25px auto 80px;
  line-height: 2em;
  font-size: 16px;
  padding-left: 26px;
}

.scholarship__explain__flow{
  margin-top: 20px;
  max-width: 600px;
}

.txt__second{
  margin-left: 60px;
}

.annotation{
  font-size: 12px;
  color: #525252;
}


@media screen and (max-width: 767px) {
  .scholarship2025__fv__bg {
  height: 40vh;
}
  .scholarship__ttl{
    margin: 100px 0 0;
  }
  
  .scholarship__explain h2{
    border-left: 4px solid #153170;
    padding-left: 10px;
    font-size: 24px;
    margin-bottom: 0px;
  }
  
  
  .scholarship__explain__txt{
    margin: 30px auto 80px;
    line-height: 2em;
    font-size: 16px;
    padding-left: 0px;
  }
  
  .scholarship__explain__flow{
    margin-top: 20px;
    max-width: 600px;
  }
  .txt__second{
    margin-left: 10px;
  }
}



h3, .company{
  background-color: #153170
}

.-d-blue{
  color: #153170;
}

.apply_box{
  background: #ffffff90;
}

.btn__blue{
  background: linear-gradient(-45deg, #2782f2, #061b86);
}



.onlinepitch2025__fv__bg {
  background: url(/img/onlinepitch2025_bg.png) no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
}


.onlinepitch2025__fv__bg .event__fv__txt__img {
  width: 700px;
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  margin: auto;
}