@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..600&display=swap");
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75em;
  color: #000; }

input,
button {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75em;
  color: #000; }

.yumin {
  font-size: 16px;
  font-family: "游明朝",  serif;
  font-weight: 500;
  line-height: 1.75em; }

.mega {
  font-size: 4em; }

.mega-a {
  font-size: 2.5em; }

.no-font {
  font-size: 2.5em; }

.top-te {
  font-size: 28px; }

.semi-middle {
  font-size: 20px; }

.middle {
  font-size: 20px; }

.middle-log {
  font-size: 24px; }

.min {
  font-size: 16px; }

.macro {
  font-size: 12px; }

@media screen and (max-width: 900px) {
  .mega {
    font-size: 2.5em; }

  .mega-a {
    font-size: 2.5em; }

  .semi-middle {
    font-size: 16px; } }
@media screen and (max-width: 540px) {
  body {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.75em; }

  .mega {
    font-size: 2.5em; }

  .top-te {
    font-size: 24px; }

  .middle {
    font-size: 16px; }

  .semi-middle {
    font-size: 12px; }

  .mega-a {
    font-size: 24px; }

  .min {
    font-size: 12px; } }
@keyframes scroll-anim {
  0% {
    top: 0; }
  25% {
    top: 25%; }
  50% {
    top: 0; }
  75% {
    top: -25%; }
  100% {
    top: 0; } }
html,
body {
  width: 100%;
  height: 100%; }

header {
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

section {
  display: block;
  position: relative;
  z-index: 0;
  padding: 80px 0; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  max-width: 1920px;
  margin: auto; }

.mainvisual {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../images/back-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .mainvisual .main-box {
    position: absolute;
    width: 500px;
    height: 100%;
    background-color: #142342;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-image: url(../images/triangle-color.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0; }
    .mainvisual .main-box .con-box {
      position: relative;
      display: flex;
      flex-direction: column; }
      .mainvisual .main-box .con-box .vertical-text {
        writing-mode: tb;
        text-align: center;
        color: #fff;
        line-height: 27px;
        font-size: 20px;
        letter-spacing: 7px;
        margin: 0 auto; }
      .mainvisual .main-box .con-box .futuer {
        max-width: 200px;
        margin: 25px auto; }
      .mainvisual .main-box .con-box .logo {
        width: 100%;
        max-width: 350px;
        margin: 0 auto; }
      .mainvisual .main-box .con-box .main-text {
        color: #fff;
        letter-spacing: 1px;
        margin: 30px auto;
        font-size: 2em; }
      .mainvisual .main-box .con-box .condition-text {
        color: #fd8126; }
      .mainvisual .main-box .con-box .condition-box {
        display: flex;
        justify-content: center; }
        .mainvisual .main-box .con-box .condition-box .cond {
          color: #fff;
          margin: 0 auto;
          padding: 5px 0;
          position: relative;
          width: 40%; }
          .mainvisual .main-box .con-box .condition-box .cond::after {
            content: "";
            position: absolute;
            border-bottom: 2px solid #fd8126;
            width: 100%;
            bottom: 0;
            left: 0; }
  .mainvisual .form-link {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    margin: 15px auto;
    padding: 14px 2.5em;
    background-color: #ff6b00;
    box-shadow: 2px 2px 4px rgba(30, 30, 30, 0.358);
    z-index: 100; }
    .mainvisual .form-link:hover {
      background-color: #1D2942;
      transition: all .3s linear; }
    .mainvisual .form-link.active {
      display: none; }

#thanks-page .mainvisual {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../images/back-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #thanks-page .mainvisual .main-box {
    position: absolute;
    width: 650px;
    height: auto;
    padding: 20px 0;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: none;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #142342; }
    #thanks-page .mainvisual .main-box .thanks-box span {
      display: block;
      margin: 20px 0 10px 0;
      color: #142342;
      font-size: 18px;
      font-weight: 600; }
    #thanks-page .mainvisual .main-box .thanks-box .logo-bk {
      max-width: 200px;
      margin: auto; }
    #thanks-page .mainvisual .main-box .thanks-box h2 {
      font-size: 2em;
      font-weight: 600;
      padding-bottom: 20px;
      color: #ff6b00;
      letter-spacing: 5px;
      position: relative; }
    #thanks-page .mainvisual .main-box .thanks-box p {
      color: #142342;
      margin: 20px 0; }
    #thanks-page .mainvisual .main-box .thanks-box a {
      width: 50%;
      margin: 20px auto;
      display: block;
      font-size: 20px;
      border-radius: 50px;
      padding: 15px;
      background-color: #ff6b00;
      color: #fff;
      transition: all .3s linear; }
      #thanks-page .mainvisual .main-box .thanks-box a:hover {
        filter: brightness(0.8); }

#concept {
  background-color: #fff;
  position: relative;
  padding: 60px 0; }
  #concept::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #F0F1F3;
    background: linear-gradient(44deg, #f0f1f3 0%, white 99%);
    clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 30% 100%);
    top: 0;
    left: 0;
    z-index: -1; }
  #concept .concept-box {
    padding: 30px 0; }
    #concept .concept-box .caption {
      display: block;
      margin: 10px auto;
      text-align: center;
      color: #fd8126;
      letter-spacing: 3px; }
    #concept .concept-box .concept-text {
      text-align: center;
      line-height: 1.4em;
      color: #142342;
      line-height: 1.3em; }
    #concept .concept-box .three-point {
      margin-top: 30px; }
      #concept .concept-box .three-point .point {
        width: 100%;
        max-width: 450px;
        background: linear-gradient(90deg, #1d2942 0%, #001439 100%);
        padding: 10px 20px;
        margin: 10px auto;
        position: relative; }
        #concept .concept-box .three-point .point span {
          color: #fff;
          padding-left: 30px; }
        #concept .concept-box .three-point .point::after {
          position: absolute;
          content: "";
          height: 100%;
          width: 50px;
          background-color: #fd8126;
          top: 0;
          left: 0;
          clip-path: polygon(0% 0%, 100% 0%, 20% 100%, 0% 100%); }

.text-top {
  text-align: center; }
  .text-top .title {
    color: #fff;
    letter-spacing: 5px;
    line-height: 1; }
  .text-top .sab-title {
    max-width: 120px;
    margin-top: 10px; }
  .text-top .title-white {
    color: #fff; }
  .text-top .sab-title-black {
    color: #333; }

#entrepreneur {
  background: #1D2942;
  background: linear-gradient(90deg, #1d2942 0%, #001439 99%); }
  #entrepreneur .cont-box {
    display: flex;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px; }
    #entrepreneur .cont-box .cont-item {
      width: calc(33% - 2em);
      margin: auto; }
  #entrepreneur .swiper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    position: relative; }
    #entrepreneur .swiper .swiper-wrapper .swiper-slide {
      position: relative;
      cursor: pointer; }
      #entrepreneur .swiper .swiper-wrapper .swiper-slide:hover {
        filter: opacity(0.5); }
      #entrepreneur .swiper .swiper-wrapper .swiper-slide::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        border-top: 40px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 40px solid #ffffff; }
      #entrepreneur .swiper .swiper-wrapper .swiper-slide::before {
        position: absolute;
        content: "";
        background-image: url(../images/Magnifying-glass_icono.svg);
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        bottom: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        z-index: 1; }
      #entrepreneur .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev, #entrepreneur .swiper .swiper-wrapper .swiper-slide.swiper-slide-next, #entrepreneur .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1; }
    #entrepreneur .swiper .swiper-button-next,
    #entrepreneur .swiper .swiper-button-prev {
      color: #fff; }
    #entrepreneur .swiper:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 5%;
      height: 100%;
      background: linear-gradient(to right, #1d2942, transparent);
      z-index: 10; }
    #entrepreneur .swiper:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 5%;
      height: 100%;
      background: linear-gradient(to left, #1d2942, transparent);
      z-index: 9; }
  #entrepreneur .swip-btn {
    display: flex;
    max-width: 1000px;
    margin: auto;
    padding-top: 8%; }
    #entrepreneur .swip-btn .swip-btn-df {
      width: calc(48% - 1em);
      background: linear-gradient(90deg, #fd9726 0%, #fd8126 52%);
      padding: 5px;
      margin: auto;
      transition: all .3s linear; }
      #entrepreneur .swip-btn .swip-btn-df .swip-text-box {
        border: .2em solid #fff; }
        #entrepreneur .swip-btn .swip-btn-df .swip-text-box .text-item {
          color: #fff;
          text-align: center;
          padding: 15px 0;
          line-height: 35px;
          text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.278);
          font-size: 22px; }
        #entrepreneur .swip-btn .swip-btn-df .swip-text-box .bottom-btn {
          background-color: #fff; }
          #entrepreneur .swip-btn .swip-btn-df .swip-text-box .bottom-btn img {
            max-width: 35px;
            padding: 10px 0 5px 0; }
      #entrepreneur .swip-btn .swip-btn-df:hover {
        filter: brightness(0.7); }

#about {
  background: #1D2942;
  background: linear-gradient(90deg, #1d2942 0%, #001439 99%);
  position: relative;
  padding: 60px 0; }
  #about::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/world-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: color-burn; }
  #about .content-box {
    padding: 30px 0;
    margin-top: 50px;
    background-color: #fff; }
    #about .content-box .content-item {
      width: 100%;
      max-width: 480px;
      margin: auto; }
  #about .about-all {
    display: flex;
    color: #fff;
    margin: 50px auto 0;
    max-width: 1000px; }
    #about .about-all .about-left {
      width: calc(48% - 1em);
      margin: auto; }
      #about .about-all .about-left .col-a {
        padding: 50px 0; }
        #about .about-all .about-left .col-a .col-b {
          padding: 5px 10px;
          position: relative;
          z-index: 0;
          display: flex; }
          #about .about-all .about-left .col-a .col-b .lf-text {
            max-width: 100px;
            margin: 0; }
          #about .about-all .about-left .col-a .col-b::after {
            content: "";
            position: absolute;
            width: 50px;
            height: 100%;
            background-color: #fd8126;
            top: 0;
            left: 0;
            z-index: -1;
            clip-path: polygon(0% 0%, 100% 0%, 20% 100%, 0% 100%); }
        #about .about-all .about-left .col-a .text-box {
          display: flex;
          flex-direction: column;
          padding: 30px 10px 0; }
          #about .about-all .about-left .col-a .text-box .eng-text {
            margin-top: 30px; }
      #about .about-all .about-left .ambition-box {
        position: relative; }
        #about .about-all .about-left .ambition-box::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 2px;
          top: 0;
          left: 0;
          background: #767D8C;
          background: linear-gradient(-90deg, #767d8c 0%, #001439 100%); }
    #about .about-all .about-right {
      width: calc(48% - 1em);
      margin: 0 auto; }
      #about .about-all .about-right .col-a {
        padding: 50px 0; }
        #about .about-all .about-right .col-a .col-b {
          padding: 5px 10px;
          position: relative;
          z-index: 0;
          display: flex; }
          #about .about-all .about-right .col-a .col-b .lf-text {
            max-width: 100px;
            margin: 0; }
          #about .about-all .about-right .col-a .col-b::after {
            content: "";
            position: absolute;
            width: 50px;
            height: 100%;
            background-color: #fd8126;
            top: 0;
            left: 0;
            z-index: -1;
            clip-path: polygon(0% 0%, 100% 0%, 20% 100%, 0% 100%); }
        #about .about-all .about-right .col-a .mark {
          display: flex;
          padding: 20px 10px;
          align-items: center;
          position: relative; }
          #about .about-all .about-right .col-a .mark .number {
            color: #fd8126;
            max-width: 60px;
            margin: 0; }
          #about .about-all .about-right .col-a .mark .mark-box {
            display: flex;
            flex-direction: column;
            padding-left: 40px; }
            #about .about-all .about-right .col-a .mark .mark-box .eng-text {
              margin-top: 30px; }
          #about .about-all .about-right .col-a .mark::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            top: 0;
            left: 0;
            background: #767D8C;
            background: linear-gradient(-90deg, #767d8c 0%, #001439 100%); }
        #about .about-all .about-right .col-a .mark-re::after {
          display: none; }

#member-attributes {
  background: #1D2942;
  background: linear-gradient(90deg, #1d2942 0%, #001439 99%);
  position: relative;
  padding: 60px 0; }
  #member-attributes .member-box {
    display: flex;
    max-width: 1000px;
    margin: 50px auto; }
    #member-attributes .member-box .member-item {
      width: calc(33% - 1em);
      margin: auto; }

#program {
  background-color: #fd8126; }
  #program .program-box {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto; }
    #program .program-box .program-item {
      display: flex;
      max-width: 1000px;
      margin: 50px auto; }
      #program .program-box .program-item img {
        width: calc(48% - 1em);
        margin: auto; }
      #program .program-box .program-item .pro-text-box {
        color: #fff;
        width: calc(48% - 1em);
        margin: 0 auto; }
        #program .program-box .program-item .pro-text-box .pro-title {
          padding: 10px;
          position: relative;
          z-index: 0;
          display: flex; }
          #program .program-box .program-item .pro-text-box .pro-title .jpan-text {
            padding-left: 30px; }
            #program .program-box .program-item .pro-text-box .pro-title .jpan-text br {
              display: none; }
          #program .program-box .program-item .pro-text-box .pro-title .eng-text {
            max-width: 100px;
            margin: 0; }
          #program .program-box .program-item .pro-text-box .pro-title::after {
            position: absolute;
            content: "";
            height: 100%;
            width: 50px;
            background: linear-gradient(90deg, #244050 0%, #002134 100%);
            clip-path: polygon(0% 0%, 100% 0%, 20% 100%, 0% 100%);
            top: 0;
            left: 0;
            z-index: -1; }
        #program .program-box .program-item .pro-text-box .pro-text {
          padding: 0 10px;
          margin-top: 30px; }

.popup {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.656);
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100vh; }
  .popup.active {
    display: block; }
  .popup .popup-box {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .popup .popup-box .return-box {
      width: 100%;
      height: 50px;
      position: relative;
      max-width: 1000px;
      left: 50%;
      top: 5%;
      transform: translate(-50%, -5%); }
      .popup .popup-box .return-box .return {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0%;
        left: 100%;
        transform: translate(-100%, 0%);
        border-radius: 50px;
        cursor: pointer;
        transition: all .2s linear; }
        .popup .popup-box .return-box .return:hover span {
          filter: brightness(0.6); }
        .popup .popup-box .return-box .return span {
          transition: all .3s linear;
          width: 80%;
          height: 3px;
          top: 50%;
          left: 10%;
          position: absolute;
          background-color: #fff;
          border-radius: 10px; }
          .popup .popup-box .return-box .return span:nth-of-type(1) {
            top: 50%;
            transform: rotate(45deg); }
          .popup .popup-box .return-box .return span:nth-child(2) {
            display: none; }
          .popup .popup-box .return-box .return span:nth-last-of-type(1) {
            top: 50%;
            transform: rotate(-45deg); }
    .popup .popup-box .pop-title {
      color: #fff;
      text-align: center;
      line-height: 40px;
      letter-spacing: 5px;
      margin-bottom: 30px;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.573); }
    .popup .popup-box .pop-sab {
      color: #fff;
      text-align: center;
      margin-bottom: 10px;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.573); }
    .popup .popup-box .four-item {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: auto; }
      .popup .popup-box .four-item .item-df {
        width: calc(48% - 1em);
        margin: 10px auto;
        background-color: #fff;
        padding: 5px;
        display: flex;
        align-items: center; }
        .popup .popup-box .four-item .item-df img {
          max-width: 130px;
          margin: 0 20px 0 0; }
        .popup .popup-box .four-item .item-df s .pop-te {
          font-weight: bold; }

.pop-btn {
  display: flex;
  margin: auto;
  padding-top: 30px; }
  .pop-btn .pop-btn-df {
    width: 50%;
    background: linear-gradient(90deg, #fd9726 0%, #fd8126 52%);
    padding: 5px;
    margin: auto;
    transition: all .3s linear;
    cursor: pointer; }
    .pop-btn .pop-btn-df .pop-text-box {
      border: .2em solid #fff; }
      .pop-btn .pop-btn-df .pop-text-box .text-item {
        color: #fff;
        text-align: center;
        padding: 15px 0;
        line-height: 35px;
        text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.278);
        font-size: 22px; }
      .pop-btn .pop-btn-df .pop-text-box .bottom-btn {
        background-color: #fff; }
        .pop-btn .pop-btn-df .pop-text-box .bottom-btn img {
          max-width: 35px;
          padding: 10px 0 5px 0; }
    .pop-btn .pop-btn-df:hover {
      filter: brightness(0.7); }
  .pop-btn.entre-btn {
    padding: 10px 0 10px;
    background-color: #fff;
    position: relative; }
    .pop-btn.entre-btn::after {
      position: absolute;
      content: "";
      height: 15px;
      width: 100%;
      top: -15px;
      left: 0;
      z-index: -1;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.074)); }
    .pop-btn.entre-btn .pop-btn-entre {
      width: 70%;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.259); }

.swiper-entre .swiper-wrapper {
  height: 100%;
  max-height: 330px;
  /*  max-height: 75vh;
  max-height: 75dvh; */ }
.swiper-entre .swiper-pagination {
  right: 0; }
.swiper-entre .swiper-pagination-bullet-active {
  background-color: #ff6b00; }

.entrepreneur-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.656);
  width: 100%;
  height: 100%;
  z-index: 110; }
  .entrepreneur-pop .entre-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2em);
    max-width: 650px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    position: relative; }
    .entrepreneur-pop .entre-box .hei-scroll {
      width: 100%;
      max-height: 350px;
      height: 100%;
      overflow-y: scroll;
      /* 縦スクロール */
      scroll-snap-type: y mandatory;
      /* スクロールスナップ */
      scrollbar-width: none;
      /* Firefox用 */
      position: relative;
      padding: 1em 0; }
      .entrepreneur-pop .entre-box .hei-scroll .entre-card {
        padding-top: 20px;
        margin: 0 auto 30px;
        display: flex; }
        .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-img {
          width: calc(40% - 2em);
          margin: auto; }
          .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-img img {
            max-width: 250px; }
        .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-text-box {
          width: calc(60% - 2em);
          margin: auto; }
          .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-text-box .ceo-name {
            font-size: 22px;
            margin-bottom: .7em;
            font-weight: bold; }
          .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-text-box .entre-message {
            line-height: 25px; }
    .entrepreneur-pop .entre-box .return-box {
      width: 100%;
      height: 50px;
      position: absolute;
      margin: auto;
      max-width: 650px;
      top: -5em; }
      .entrepreneur-pop .entre-box .return-box .return {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0%;
        left: 100%;
        transform: translate(-100%, 0%);
        border-radius: 50px;
        cursor: pointer;
        transition: all .2s linear; }
        .entrepreneur-pop .entre-box .return-box .return:hover span {
          filter: brightness(0.6); }
        .entrepreneur-pop .entre-box .return-box .return span {
          transition: all .3s linear;
          width: 80%;
          height: 3px;
          top: 50%;
          left: 10%;
          position: absolute;
          background-color: #fff;
          border-radius: 10px; }
          .entrepreneur-pop .entre-box .return-box .return span:nth-of-type(1) {
            top: 50%;
            transform: rotate(45deg); }
          .entrepreneur-pop .entre-box .return-box .return span:nth-child(2) {
            display: none; }
          .entrepreneur-pop .entre-box .return-box .return span:nth-last-of-type(1) {
            top: 50%;
            transform: rotate(-45deg); }
  .entrepreneur-pop .scroll-ico-box {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(47, 55, 75, 0.9);
    border-radius: 120px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none; }
    .entrepreneur-pop .scroll-ico-box .scroll-icon {
      display: block;
      width: 50px;
      height: 50px;
      position: relative; }
      .entrepreneur-pop .scroll-ico-box .scroll-icon:before {
        content: "";
        background: url(../images/hand-arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: .5;
        left: 0;
        top: 0;
        z-index: 0; }
      .entrepreneur-pop .scroll-ico-box .scroll-icon:after {
        content: "";
        background: url(../images/hand.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        animation: scroll-anim 3s linear infinite; }
    .entrepreneur-pop .scroll-ico-box .sc-text {
      margin-top: .5em;
      color: #fff; }

#form {
  background: #1D2942;
  background: linear-gradient(90deg, #1d2942 0%, #001439 99%); }
  #form .form-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto; }
    #form .form-box .form-cap {
      text-align: center;
      padding: 20px 0;
      font-size: 12px; }
      #form .form-box .form-cap .form-cap-b {
        color: #fd8126; }
    #form .form-box .form-title {
      display: block;
      text-align: center;
      color: #142342; }
    #form .form-box fieldset {
      width: 100%;
      max-width: 400px;
      margin: 50px auto;
      display: block; }
      #form .form-box fieldset .radio-btn {
        margin: 20px 10px; }
        #form .form-box fieldset .radio-btn #huey {
          width: 15px;
          height: 15px;
          border: 1px solid;
          border-radius: 10px; }
          #form .form-box fieldset .radio-btn #huey:active {
            background-color: #3377ff; }
    #form .form-box .input {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 400px;
      margin: auto; }
      #form .form-box .input input {
        padding: 5px 0;
        border: 1px solid #c9c9c9;
        margin-bottom: 20px;
        border-radius: 5px; }
      #form .form-box .input textarea {
        padding: 5px 0;
        border: 1px solid #c9c9c9;
        margin-bottom: 20px;
        border-radius: 5px; }
    #form .form-box .btn {
      display: block;
      padding: 10px;
      text-align: center;
      margin: 10px auto 20px;
      background-color: #fd8126;
      color: #fff;
      transition: all .3s linear; }
      #form .form-box .btn:hover {
        background-color: #142342; }

footer {
  background: linear-gradient(90deg, #1d2942 0%, #001439 99%); }
  footer .cpr {
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 70px; }

.wpcf7-list-item {
  margin: 0 0 10px 1em; }

.heading {
  text-align: center; }

.heading-b {
  color: #fd8126; }

.gai {
  text-align: center;
  margin: 30px 0;
  color: #fd8126; }
  .gai br {
    display: none; }

.p-tag {
  display: block;
  text-align: center;
  margin: auto; }

.from-text p {
  width: 100%;
  display: block;
  max-width: 640px;
  margin: 70px auto 70px; }

.license p {
  max-width: 530px;
  margin: auto;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background-color: #fd8126; }
  .license p br {
    display: none; }

.cf7 dt {
  margin-bottom: 20px; }

.wpcf7-textarea {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  color: #000;
  font-size: 16px; }

.cont {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px; }

.radio-box {
  display: flex;
  flex-direction: column;
  margin: 20px 0; }

.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 50px; }

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
  margin-top: 30px; }

.cf7__list dt {
  width: 35%;
  padding-top: 15px;
  text-align: left; }

.cf7__list dd {
  width: 65%; }

/* 必須・任意 */
.cf7__required,
.cf7__optional {
  margin-right: 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 12px;
  vertical-align: 1px; }

.cf7__required {
  background: #fd8126; }

.cf7__optional {
  background: #878d8e; }

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
  width: calc(100% - 40px);
  padding: 15px 20px;
  background: #f4f4f4; }

/* ドロップダウンメニュー */
.cf7__list dd select {
  position: relative; }

.cf7__list dd .event-select {
  width: 100%;
  padding: 19px 20px;
  background: #f4f4f4;
  color: #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif; }
  .cf7__list dd .event-select.changed {
    color: #000 !important; }

option {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500; }

span:has(select):after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: ""; }

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
  margin-top: 20px; }

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
  text-align: left; }

.cf7__list dd .wpcf7-list-item:nth-child(n + 2) {
  margin-top: 18px; }

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer; }

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #3377ff;
  background: #3377ff;
  border-radius: 3px; }

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: ""; }

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%; }

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3377ff;
  content: ""; }

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #a5a5a5; }

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #a5a5a5; }

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #a5a5a5; }

/* 送信ボタン */
.cf7__button {
  margin: 0 auto;
  text-align: center;
  padding-left: 70px; }

input[type="submit"] {
  width: 260px;
  height: 60px;
  background: #fd8126;
  color: #fff;
  transition: opacity 0.6s; }

input[type="submit"]:hover {
  opacity: 0.6; }

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle; }

@media screen and (max-width: 930px) {
  #entrepreneur .swip-btn {
    display: flex;
    flex-direction: column-reverse; }
    #entrepreneur .swip-btn .swip-btn-df {
      width: 100%;
      max-width: 500px;
      margin: auto; }
    #entrepreneur .swip-btn .swip-btn-right {
      margin-bottom: 20px; }

  .popup .popup-box {
    width: 70%; }
    .popup .popup-box .return-box {
      width: 100%;
      top: 2%; }
      .popup .popup-box .return-box .return {
        width: 50px;
        height: 50px;
        position: absolute; }
    .popup .popup-box .pop-title {
      margin-bottom: 0; }
      .popup .popup-box .pop-title .title {
        font-size: 20px; }
    .popup .popup-box .pop-sab {
      margin-bottom: 5px;
      font-size: 16px; }
    .popup .popup-box .pop-btn {
      display: flex;
      flex-direction: column;
      padding-top: 0; }
      .popup .popup-box .pop-btn .pop-btn-df {
        width: 100%;
        max-width: 330px;
        margin: 5px auto; }
        .popup .popup-box .pop-btn .pop-btn-df .pop-text-box .text-item {
          padding: 10px 0;
          line-height: 30px;
          font-size: 20px; }
        .popup .popup-box .pop-btn .pop-btn-df img {
          max-width: 35px; }
      .popup .popup-box .pop-btn .pop-btn-left {
        margin-bottom: 20px; }
    .popup .popup-box .four-item {
      flex-direction: column; }
      .popup .popup-box .four-item .item-df {
        width: 100%;
        max-width: 420px;
        margin: 5px auto; } }
@media screen and (max-width: 900px) {
  #concept .concept-box .three-point .point {
    max-width: 350px; } }
@media screen and (max-width: 760px) {
  .mainvisual {
    animation: main-visu 10s ease-out forwards; }

  .swiper-entre .swiper-wrapper {
    max-height: 65vh; }

  .pop-btn.entre-btn {
    padding: 10px 0 10px;
    background: #fff; }
    .pop-btn.entre-btn .pop-text-box .text-item {
      padding: 10px 0;
      line-height: 1.5em;
      font-size: 20px; }
    .pop-btn.entre-btn .pop-text-box .bottom-btn img {
      max-width: 25px; }
    .pop-btn.entre-btn .pop-btn-entre {
      width: 90%;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.259); }

  .entrepreneur-pop {
    display: none;
    position: fixed; }
    .entrepreneur-pop .entre-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff; }
      .entrepreneur-pop .entre-box .hei-scroll .entre-card {
        flex-direction: column; }
        .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-img {
          width: calc(100% - 2em);
          margin: auto; }
          .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-img img {
            max-height: 250px;
            max-width: 400px;
            object-fit: scale-down; }
        .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-text-box {
          width: calc(100% - 2em);
          margin: 1em auto; }
          .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-text-box .ceo-name {
            font-size: 20px;
            margin-bottom: .7em;
            font-weight: bold; }
          .entrepreneur-pop .entre-box .hei-scroll .entre-card .entre-text-box .entre-message {
            line-height: 25px; }

  #thanks-page .mainvisual {
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url(../images/back-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    #thanks-page .mainvisual .main-box {
      position: absolute;
      width: 450px;
      height: auto;
      padding: 20px 0;
      background-color: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: none;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #142342; }
      #thanks-page .mainvisual .main-box .thanks-box span {
        display: block;
        margin: 20px 0 10px 0;
        color: #142342;
        font-size: 18px;
        font-weight: 600; }
      #thanks-page .mainvisual .main-box .thanks-box .logo-bk {
        max-width: 130px;
        margin: auto; }
      #thanks-page .mainvisual .main-box .thanks-box h2 {
        font-size: 1.5em;
        font-weight: 600;
        padding-bottom: 20px;
        color: #ff6b00;
        letter-spacing: 5px;
        position: relative; }
      #thanks-page .mainvisual .main-box .thanks-box p {
        color: #142342;
        margin: 20px 0; }
      #thanks-page .mainvisual .main-box .thanks-box a {
        width: 80%;
        margin: 20px auto;
        display: block;
        font-size: 20px;
        border-radius: 50px;
        padding: 10px;
        background-color: #ff6b00;
        color: #fff;
        transition: all .3s linear; }
        #thanks-page .mainvisual .main-box .thanks-box a:hover {
          filter: brightness(0.8); }

  #about .about-all {
    flex-direction: column; }
    #about .about-all .about-left {
      width: calc(100% - 10em); }
      #about .about-all .about-left .col-a .text-box {
        padding: 30px 10px 0 50px; }
    #about .about-all .about-right {
      width: calc(100% - 10em); }
      #about .about-all .about-right .col-a .mark {
        padding: 30px 10px 0 50px; }

  #program .program-box .program-item {
    flex-direction: column;
    margin: 30px auto; }
    #program .program-box .program-item img {
      width: calc(100% - 5em); }
    #program .program-box .program-item .pro-text-box {
      width: calc(100% - 5em);
      margin-top: 30px; }

  .cont {
    max-width: 450px; } }
@media screen and (max-width: 540px) {
  .mainvisual .form-link {
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-align: center; }
  .mainvisual .main-box {
    width: 250px; }
    .mainvisual .main-box .con-box .vertical-text {
      font-size: 16px; }
    .mainvisual .main-box .con-box .futuer {
      max-width: 180px;
      margin: 15px auto; }
    .mainvisual .main-box .con-box .logo {
      max-width: 180px; }
    .mainvisual .main-box .con-box .main-text {
      font-size: 20px;
      margin: 20px auto; }
    .mainvisual .main-box .con-box .condition-box {
      flex-direction: column; }
      .mainvisual .main-box .con-box .condition-box .cond {
        width: 50%; }

  #thanks-page .mainvisual {
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url(../images/back-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    #thanks-page .mainvisual .main-box {
      position: absolute;
      width: 330px;
      height: auto;
      padding: 20px 0;
      background-color: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-image: none;
      border-radius: 10px;
      box-shadow: 0px 0px 15px #142342; }
      #thanks-page .mainvisual .main-box .thanks-box span {
        display: block;
        margin: 20px 0 10px 0;
        color: #142342;
        font-size: 18px;
        font-weight: 600; }
      #thanks-page .mainvisual .main-box .thanks-box .logo-bk {
        max-width: 130px;
        margin: auto; }
      #thanks-page .mainvisual .main-box .thanks-box h2 {
        font-size: 1.5em;
        font-weight: 600;
        padding-bottom: 20px;
        color: #ff6b00;
        letter-spacing: 5px;
        position: relative; }
      #thanks-page .mainvisual .main-box .thanks-box p {
        color: #142342;
        margin: 20px 0; }
      #thanks-page .mainvisual .main-box .thanks-box a {
        width: 80%;
        margin: 20px auto;
        display: block;
        font-size: 18px;
        border-radius: 50px;
        padding: 10px;
        background-color: #ff6b00;
        color: #fff;
        transition: all .3s linear; }
        #thanks-page .mainvisual .main-box .thanks-box a:hover {
          filter: brightness(0.8); }

  #concept .concept-box .three-point .point {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px 10px 10px 20px; }

  #entrepreneur .cont-box {
    flex-direction: column;
    width: calc(100% - 5em); }
    #entrepreneur .cont-box .cont-item {
      width: calc(100% - 1em);
      margin: 10px; }
  #entrepreneur .swip-btn {
    display: flex; }
    #entrepreneur .swip-btn .swip-btn-df {
      width: 100%;
      max-width: 100%;
      margin: auto;
      box-sizing: border-box; }
      #entrepreneur .swip-btn .swip-btn-df .swip-text-box .text-item {
        padding: 15px 0;
        line-height: 25px;
        font-size: 18px; }
      #entrepreneur .swip-btn .swip-btn-df .swip-text-box .bottom-btn img {
        max-width: 25px; }
    #entrepreneur .swip-btn .swip-btn-right {
      margin-bottom: 20px; }

  .popup .popup-box {
    width: 100%; }
    .popup .popup-box .return-box {
      top: 0;
      width: 100%;
      max-width: 330px; }
      .popup .popup-box .return-box .return {
        top: 0%;
        left: 100%; }
    .popup .popup-box .pop-title .title {
      font-size: 18px; }
    .popup .popup-box .pop-sab {
      font-size: 14px; }
    .popup .popup-box .four-item .item-df {
      max-width: 330px; }
      .popup .popup-box .four-item .item-df img {
        max-width: 100px; }
    .popup .popup-box .pop-btn .pop-btn-df {
      max-width: 330px; }
      .popup .popup-box .pop-btn .pop-btn-df img {
        max-width: 25px; }
      .popup .popup-box .pop-btn .pop-btn-df .pop-text-box .text-item {
        font-size: 16px;
        line-height: 1.5em; }

  #about .content-box .content-item {
    max-width: 360px; }
  #about .about-all {
    flex-direction: column; }
    #about .about-all .about-left {
      width: calc(100% - 5em); }
      #about .about-all .about-left .col-a .text-box {
        padding: 30px 10px 0 50px; }
    #about .about-all .about-right {
      width: calc(100% - 5em); }
      #about .about-all .about-right .col-a .mark {
        padding: 20px 10px 10px 30px; }
        #about .about-all .about-right .col-a .mark .mark-box {
          padding-left: 25px; }
          #about .about-all .about-right .col-a .mark .mark-box .eng-text {
            margin-top: 20px; }

  #member-attributes .member-box {
    flex-direction: column; }
    #member-attributes .member-box .member-item {
      width: calc(100% - 5em);
      margin: 10px auto; }

  #program .program-box {
    width: calc(100% - 5em); }
    #program .program-box .program-item {
      flex-direction: column;
      margin: 20px auto 40px; }
      #program .program-box .program-item img {
        width: 100%; }
      #program .program-box .program-item .pro-text-box {
        width: 100%;
        margin-top: 25px; }
        #program .program-box .program-item .pro-text-box .pro-text {
          padding: 0 10px;
          margin-top: 10px; }
        #program .program-box .program-item .pro-text-box .pro-title .jpan-text br {
          display: block; }

  .entrepreneur-pop .entre-box .hei-scroll {
    max-height: 60vh;
    max-height: 60dvh; }
  .entrepreneur-pop .entre-box .pop-btn .pop-btn-df .pop-text-box .text-item {
    font-size: 14px;
    line-height: 1.5em; }

  #form .form-box fieldset {
    max-width: 330px; }
  #form .form-box .input {
    max-width: 330px; }

  .cont {
    max-width: 330px; }

  .cf7__list {
    flex-direction: column; }

  .cf7__list dt {
    width: 100%; }

  .cf7__list dd {
    width: 100%; }

  .cf7__list dd:nth-of-type(n + 1) {
    margin-top: 0; }

  .cf7__button {
    padding-left: 0; }

  .gai {
    margin: 10px 0; }
    .gai br {
      display: block; }

  .license p br {
    display: block; }

  .from-text p {
    width: 100%;
    display: block;
    max-width: 640px;
    margin: 40px auto 70px; } }
@media screen and (max-width: 376px) {
  .mainvisual .main-box {
    justify-content: center; } }
@media screen and (max-width: 760px) {
  @keyframes main-visu {
    0% {
      background-position: 50% 50%; }
    100% {
      background-position: 65% 0; } } }
@media screen and (max-width: 540px) {
  @keyframes main-visu {
    0% {
      background-position: 50% 50%; }
    100% {
      background-position: 70% 0; } } }
.slidein {
  transform: translateY(20%);
  transition: all .7s linear;
  opacity: 0; }

.scrollin {
  transform: translateY(0);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
