@charset "UTF-8";

.inner {
  max-width: 1350px;
}

.alliance {
  margin-top: 100px;
  padding-top: 0 !important;
  padding-bottom: 110px;
  background: url(/entrepreneurship-education/img/ambassador-bg.png) no-repeat center top / 100% 100%;
}

.alliance h2 {
  margin-bottom: 40px;
}

.alliance .sub-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin: 35px 0 20px;
}

.sec {
  position: relative;
  padding-top: 120px;
}

.text {
  font-size: 1.8rem;
  margin-top: 20px;
}

.back-btn {
  margin-top: 140px;
}

.cs {
  font-size: 2.2rem;
  font-weight: 500;
}


/* fv
------------------------------------- */

.alliance .fv {
  display: flex;
  align-items: center;
  gap: 7%;
  font-weight: 900;
  color: #fff;
  width: 100%;
  padding-left: 3%;
  aspect-ratio: 1366 / 400;
  background: url(/entrepreneurship-education/img/alliance/alliance-head-bg.jpg) no-repeat center / cover;
}

.alliance .fv h1 {
  font-size: 3.8vw;
  line-height: 1.5;
  -webkit-text-stroke: 3px #111;
  text-stroke: 3px #111;
  paint-order: stroke;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
}

.alliance .fv h1 span {
  display: block;
  font-size: 0.5em;
}

.alliance .fv p {
  font-size: 2.4vw;
  margin-top: 5%;
  -webkit-text-stroke: 3px #111;
  text-stroke: 3px #111;
  paint-order: stroke;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
}

.alliance .fv .jetall-logo {
  width: 25%;
}


/* topics
------------------------------------- */

.topics {
  margin-bottom: 140px;
}

.topics__title {
  width: 144px;
}

.topics__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.topics__list li a {
  display: flex;
  gap: 30px;
  padding: 15px 30px;
  background-color: rgb(255 255 255 / .65);
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.topics__list li a .date {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2px;
}

.topics__list li a .title {
  flex: 1;
  font-size: 1.8rem;
}


/* side menu
------------------------------------- */

.main-container {
  display: flex;
}

.main-container__side {
  width: 200px;
  padding-top: 120px;
}

.main-container__side .side-menu {
  position: sticky;
  top: 140px;
  z-index: 1;
}

.main-container__side .side-menu p {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1874d0;
  margin: 35px 0 20px;
  padding-top: 35px;
}

.main-container__side .side-menu p::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #111;
}

.main-container__side .side-menu p::after {
  position: absolute;
  content: '';
  top: 45px;
  left: -12px;
  width: 8px;
  height: 8px;
  background-color: #1874d0;
  border-radius: 50%;
}

.main-container__side ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main-container__side ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #7c7c7c;
}

.main-container__side ul li.is-current {
  position: relative;
}

.main-container__side ul li.is-current::before {
  position: absolute;
  content: '';
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-color: #ee5772;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.main-container__side ul li.is-current a {
  color: #ee5772;
}


/* outline
------------------------------------- */

.main-container__body {
  flex: 1;
}

.main-container__body .top-bg {
  position: relative;
}

.main-container__body .top-bg::before {
  position: absolute;
  content: '';
  top: 0;
  left: calc(-50vw + 50% - 100px);
  width: 100vw;
  height: 100%;
  background: url(/entrepreneurship-education/img/bg-pink.png) no-repeat center / 120% 100%;
}

.outline {
  margin-top: 0;
}

.outline__title {
  width: 80px;
}

.outline__figure {
  background-color: #fff;
  width: 70%;
  margin: 40px auto 0;
  padding: 30px 50px;
}


/* howto
------------------------------------- */

.howto__title {
  width: 164px;
}

.howto__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.howto__list li {
  font-size: 1.8rem;
}

.howto__box {
  margin-top: 40px;
  padding: 20px 30px;
  background-color: rgb(255 255 255 / .65);
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.howto__box > *:first-child {
  margin: 0;
}

.howto__box a {
  text-decoration: underline;
}

.howto .btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.howto .btns .btn {
  line-height: 1.34;
  width: min(100%, 650px);
  margin: auto;
}

.howto .btn.grad-green {
  line-height: 1.34;
  background-image: url(/entrepreneurship-education/img/head-grad-green.png);
}


/* effect
------------------------------------- */

.effect__title {
  width: 244px;
}


/* group
------------------------------------- */

.group__title {
  width: 798px;
}

.group-info {
  position: relative;
  width: 53%;
  min-height: 350px;
}

.group-info__body {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: rgb(255 255 255 / .65);
  border-radius: 15px;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.2);
}

.group-info .sub-title {
  margin-top: 0 !important;
}

.group .map {
  margin-top: -350px;
  margin-bottom: 60px;
}

.group-info__content {
  display: none;
}

.group-info__content.tokyo {
  display: block;
}

.group-info__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.group-info__list li a {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
}


/* about-logo
------------------------------------- */

.about-logo__title {
  width: 366px;
}

.about-logo__content {
  display: flex;
  align-items: center;
  gap: 5%;
  background-color: rgb(255 255 255 / .65);
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.2);
}

.about-logo__name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid #111;
}


/* event
------------------------------------- */

.event {
  padding-bottom: 180px;
}

.event__title {
  width: 498px;
}

.event__content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2%;
}

.event__items {
  width: 32%;
  background-color: rgb(255 255 255 / .65);
  border-radius: 8px;
  box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.event__items .image {
  vertical-align: bottom;
}

.event__items .image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.event__name {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 15px;
}

.mfp-content {
  width: min(90%, 1000px) !important;
}

.event-popup {
  margin: auto;
  background-color: #fff;
}

.event-popup h3 {
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 15px 40px;
  background: url(/entrepreneurship-education/img/head-grad-blue.png) no-repeat center / 100% 100%;
}

.event-popup__content {
  padding: 40px;
  max-height: 75vh;
  overflow: auto;
}

.event-popup__content .image {
  width: min(100%, 600px);
  margin: auto;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}


/* relation
------------------------------------- */

.relation__title {
  width: 155px;
}

.relation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
}

.relation__list li {
  width: 32%;
}

.relation__list li a img {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}


/* sub
------------------------------------- */

.alliance-sub {
  padding: 170px 0 110px;
  background: url(/entrepreneurship-education/img/ambassador-bg.png) top center / 100% 100% no-repeat;
}

.all-sub-title {
  width: min(100%, 856px);
}

.all__content {
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
}

.all__content > *:first-child {
  margin-top: 0;
}

.all__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
}



/* responsive
------------------------------------- */

@media (768px < width < 1080px) {
  .group__title {
    width: 510px;
  }
}

@media (width < 768px) {
  .sec {
    padding-top: 70px;
  }

  .text {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .back-btn {
    margin-top: 80px;
  }

  .alliance {
    margin-top: 50px;
  }

  .alliance h2 {
    margin-bottom: 30px;
  }

  .alliance .sub-title {
    font-size: 1.8rem;
    margin: 30px 0 15px;
  }

  .cs {
    font-size: 1.4rem;
  }

  .alliance .fv {
    gap: 4%;
    aspect-ratio: 7 / 5;
    background-position: center right 40%;
  }

  .alliance .fv h1 {
    font-size: min(6.4vw, 4rem);
    -webkit-text-stroke: 2px #111;
    text-stroke: 2px #111;
  }

  .alliance .fv h1 span {
    font-size: 0.46em;
    margin-top: 0.5em;
  }

  .alliance .fv p {
    font-size: 4.5vw;
    margin-top: 10%;
    -webkit-text-stroke: 2px #111;
    text-stroke: 2px #111;
  }

  .topics {
    margin-bottom: 0;
    padding-top: 50px;
  }

  .topics__title {
    width: 80px;
  }

  .main-container {
    display: block;
  }

  .topics__list li a {
    flex-direction: column;
    gap: 5px;
    padding: 15px 20px;
    border-radius: 8px;
  }

  .topics__list li a .date {
    font-size: 1.4rem;
  }

  .topics__list li a .title {
    font-size: 1.6rem;
  }

  .main-container__side {
    position: sticky;
    top: -30px;
    width: auto;
    margin: 0 calc(50% - 50vw);
    padding-top: 70px;
    z-index: 10;
  }

  .main-container__side .side-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  
  .main-container__side ul {
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 15px 20px 15px 35px;
  }

  .main-container__side .side-menu ul:last-child {
    padding-left: 10px;
  }

  .main-container__side ul li {
    flex-shrink: 0;
  }

  .main-container__side ul li a {
    font-size: 1.4rem;
  }

  .main-container__body .top-bg::before {
    left: calc(-50vw + 50%);
    background-size: auto 100%;
  }

  .outline {
    padding-top: 60px;
  }

  .outline__title {
    width: 48px;
  }

  .outline__figure {
    width: 100%;
    margin-top: 25px;
    padding: 15px;
  }

  .howto {
    padding-top: 40px;
  }

  .howto__title {
    width: 98px;
  }

  .howto .btns {
    gap: 15px;
    margin-top: 30px;
  }

  .howto .btns .btn {
    font-size: 1.3rem;
  }

  .howto__list li {
    font-size: 1.6rem;
  }

  .howto__box {
    margin-top: 30px;
    padding: 15px 20px;
    border-radius: 8px;
  }

  .effect__title {
    width: 146px;
  }

  .group__title {
    width: 310px;
  }

  .group-info {
    width: 74%;
    min-height: 120px;
  }
  
  .group-info__body {
    padding: 15px;
    border-radius: 8px;
  }

  .group-info__list li a {
    font-size: 1.4rem;
  }

  .group-info__content .sub-title {
    font-size: 1.6rem;
  }

  .group-info__content .text {
    font-size: 1.4rem;
  }

  .group .map {
    margin-top: -110px;
    margin-bottom: 30px;
  }

  .about-logo__title {
    width: 220px;
  }

  .about-logo__content {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    border-radius: 8px;
  }

  .about-logo__content .logo {
    width: 60%;
  }

  .about-logo__name {
    font-size: 1.8rem;
  }

  .event {
    padding-bottom: 120px;
  }

  .event__title {
    width: 298px;
  }

  .event__items {
    width: 100%;
  }

  .event__name {
    font-size: 1.6rem;
  }

  .event-popup h3 {
    font-size: 1.8rem;
    padding: 10px 30px;
  }

  .event-popup__content {
    padding: 20px;
  }

  .relation__title {
    width: 93px;
  }

  .relation__list {
    gap: 12px 3%;
  }

  .relation__list li {
    width: 48.5%;
  }

  .all-sub-title {
    width: 260px;
  }

  .all__content {
    margin-top: 30px;
    padding: 20px;
  }

  .all__content h3 {
    font-size: 1.8rem;
  }
}