@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
FOOTER
-----------------------------------------*/
/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #entrepreneurs {
    background: #f4f3f3;
  }
  #entrepreneurs .nav_three ul {
    display: flex;
    justify-content: center;
  }
  #entrepreneurs .nav_three ul li {
    position: relative;
    width: 300px;
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  #entrepreneurs .nav_three ul li {
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  #entrepreneurs .nav_three ul li:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(0, -50%);
  }
  #entrepreneurs .nav_three ul li.active2022 a {
    color: #cf5095;
  }
  #entrepreneurs .nav_three ul li a {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) and (max-width: 850px) {
  #entrepreneurs .nav_three ul li a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  #entrepreneurs .sec h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #entrepreneurs .sec__lead {
    text-align: center;
    font-size: 1.6rem;
  }
  #entrepreneurs .sec ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  #entrepreneurs .sec ul::after {
    content: "";
    width: 30%;
    display: block;
  }
  #entrepreneurs .sec ul li {
    width: 30%;
    margin-bottom: 50px !important;
    position: relative;
  }
  #entrepreneurs .sec ul li .img span {
    bottom: -15px;
    padding: 5px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) and (min-width: 1000px) {
  #entrepreneurs .sec ul li .img span {
    bottom: -20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  #entrepreneurs .sec ul li .long_span {
    font-feature-settings: 'palt';
  }
}

@media screen and (min-width: 769px) and (min-width: 1000px) {
  #entrepreneurs .sec ul li .long_span {
    min-width: 260px;
  }
}

@media screen and (min-width: 769px) {
  #entrepreneurs .sec ul li .txt {
    text-align: justify;
    padding: 35px 15px 90px;
  }
  #entrepreneurs .sec ul li .txt .more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #entrepreneurs .sec__center {
    justify-content: center !important;
  }
  #entrepreneurs .sec__center::after {
    content: none !important;
  }
}

@media screen and (max-width: 768px) {
  #entrepreneurs {
    background: #f4f3f3;
  }
  #entrepreneurs .nav_three ul {
    display: flex;
    justify-content: center;
    position: relative;
  }
  #entrepreneurs .nav_three ul::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
  }
  #entrepreneurs .nav_three ul li {
    position: relative;
    width: 50%;
    text-align: center;
  }
  #entrepreneurs .nav_three ul li.active2022 a {
    color: #cf5095;
  }
  #entrepreneurs .nav_three ul li a {
    font-size: 1.3rem;
    font-weight: bold;
  }
  #entrepreneurs .sec h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #entrepreneurs .sec__lead {
    text-align: center;
    font-size: 1.6rem;
  }
  #entrepreneurs .sec ul {
    margin-top: 40px;
    position: relative;
  }
  #entrepreneurs .sec ul li {
    width: 100%;
    margin-bottom: 50px !important;
    position: relative;
  }
  #entrepreneurs .sec ul li .img span {
    bottom: -15px;
    padding: 5px;
    line-height: 1.2;
    min-width: 260px;
  }
  #entrepreneurs .sec ul li .long_span {
    font-feature-settings: 'palt';
    min-width: 260px;
  }
  #entrepreneurs .sec ul li .txt {
    text-align: justify;
    padding: 35px 15px 90px;
  }
  #entrepreneurs .sec ul li .txt .more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #entrepreneurs .sec__center {
    justify-content: center !important;
  }
  #entrepreneurs .sec__center::after {
    content: none !important;
  }
}
