.startup-section--container {
  padding-top: 100px; }
  @media (max-width: 428px) {
    .startup-section--container {
      padding-top: 0; } }
.startup-section--desc {
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin-top: 30px; }
  @media (max-width: 428px) {
    .startup-section--desc {
      margin-top: 20px; } }

.startup-ttl {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 400px;
  margin-top: 20px;
  position: relative;
  background-image: url(../../img/startup-ttl.jpg); }
  @media (max-width: 428px) {
    .startup-ttl {
      height: 150px;
      margin-top: 0;
      margin-bottom: 60px; } }
  .startup-ttl--en {
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.1em;
    font-size: 99px;
    font-weight: bold;
    line-height: 1.2;
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 428px) {
      .startup-ttl--en {
        font-size: 40px;
        width: 220px;
        bottom: -55px;
        left: 20px;
        transform: none; } }
  .startup-ttl--top {
    color: #fff; }
  .startup-ttl--bottom {
    color: #C4B37B; }
  .startup-ttl--ja {
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(270px);
    letter-spacing: 0.1em; }
    @media (max-width: 428px) {
      .startup-ttl--ja {
        font-size: 14px;
        bottom: -45px;
        left: 240px;
        transform: none; } }

.startup-trouble {
  background-color: #C4B37B;
  border-radius: 20px;
  margin-top: 50px;
  padding: 60px 0 80px;
  position: relative; }
  @media (max-width: 428px) {
    .startup-trouble {
      margin-top: 30px;
      padding: 40px 10px; } }
  .startup-trouble:before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    right: 60px;
    width: 86px;
    height: 143px;
    background-image: url("../../img/startup-trouble01.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 428px) {
      .startup-trouble:before {
        top: -20px;
        right: 10px;
        width: 60px;
        height: 100px; } }
  .startup-trouble:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 38px;
    left: 60px;
    width: 99px;
    height: 153px;
    background-image: url("../../img/startup-trouble02.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 428px) {
      .startup-trouble:after {
        bottom: -20px;
        left: 10px;
        width: 60px;
        height: 93px; } }
  .startup-trouble--ttl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    line-height: 1.76; }
    @media (max-width: 428px) {
      .startup-trouble--ttl {
        font-size: 16px; } }
  .startup-trouble--desc {
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 3;
    margin-top: 50px; }
    @media (max-width: 428px) {
      .startup-trouble--desc {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px; } }

.startup-support {
  padding-top: 80px; }
  .startup-support--list {
    margin-top: 40px;
    background-color: #F8F7F5;
    border-radius: 20px;
    padding: 60px 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 374px;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 428px) {
      .startup-support--list {
        padding: 20px 20px 160px 20px;
        height: 600px;
        margin-top: 30px; } }
    .startup-support--list:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 25px;
      right: 200px;
      width: 208px;
      height: 137px;
      background-image: url("../../img/startup-support-list.png");
      background-repeat: no-repeat;
      background-size: contain; }
      @media (max-width: 428px) {
        .startup-support--list:before {
          right: 50%;
          transform: translateX(50%);
          width: 170px;
          height: 112px; } }
  .startup-support--item {
    font-size: 14px;
    line-height: 2; }
    @media (max-width: 428px) {
      .startup-support--item {
        font-size: 13px;
        font-feature-settings: "palt"; } }

.startup-support_message {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex; }
  @media (max-width: 428px) {
    .startup-support_message {
      display: block;
      padding-top: 50px;
      padding-bottom: 50px; } }
  .startup-support_message--photo {
    width: 207px;
    margin-right: 30px; }
    @media (max-width: 428px) {
      .startup-support_message--photo {
        margin: auto; } }
  .startup-support_message--name {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2; }
    @media (max-width: 428px) {
      .startup-support_message--name {
        text-align: center;
        margin-top: 10px; } }
  .startup-support_message--text {
    width: calc(100% - 207px - 30px); }
    @media (max-width: 428px) {
      .startup-support_message--text {
        width: 100%; } }
  .startup-support_message--ttl {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76; }
    @media (max-width: 428px) {
      .startup-support_message--ttl {
        margin-top: 20px;
        text-align: center; } }
  .startup-support_message--comment {
    font-size: 14px;
    line-height: 2;
    margin-top: 1em; }
    .startup-support_message--comment:first-of-type {
      margin-top: 30px; }
      @media (max-width: 428px) {
        .startup-support_message--comment:first-of-type {
          margin-top: 20px; } }

.startup-offer {
  background-color: #C4B37B;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 428px) {
    .startup-offer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .startup-offer--list {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 200px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 428px) {
      .startup-offer--list {
        padding: 20px 15px; } }
  .startup-offer--group {
    width: calc((100% - 120px) / 4);
    margin-right: 30px;
    margin-top: 34px; }
    @media (max-width: 428px) {
      .startup-offer--group {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        margin-top: 15px; } }
    .startup-offer--group:nth-of-type(4n) {
      margin-right: 0; }
    .startup-offer--group:nth-of-type(-n+4) {
      margin-top: 0; }
      @media (max-width: 428px) {
        .startup-offer--group:nth-of-type(-n+4) {
          margin-top: 15px; } }
    @media (max-width: 428px) {
      .startup-offer--group:nth-of-type(-n+2) {
        margin-top: 0; } }
    @media (max-width: 428px) {
      .startup-offer--group:nth-of-type(2n) {
        margin-right: 0; } }
  .startup-offer--term {
    font-weight: bold;
    line-height: 1.87;
    text-align: center; }
    @media (max-width: 428px) {
      .startup-offer--term {
        font-size: 15px; } }
    .startup-offer--term:before {
      content: "";
      width: 100%;
      height: 138px;
      display: block;
      margin-bottom: 20px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
      @media (max-width: 428px) {
        .startup-offer--term:before {
          height: 80px;
          margin-bottom: 5px; } }
    .startup-offer--term-01:before {
      background-image: url(../../img/startup-offer-group01.png); }
    .startup-offer--term-02:before {
      background-image: url(../../img/startup-offer-group02.png); }
    .startup-offer--term-03:before {
      background-image: url(../../img/startup-offer-group03.png); }
    .startup-offer--term-04:before {
      background-image: url(../../img/startup-offer-group04.png); }
    .startup-offer--term-05:before {
      background-image: url(../../img/startup-offer-group05.png); }
    .startup-offer--term-06:before {
      background-image: url(../../img/startup-offer-group06.png); }
    .startup-offer--term-07:before {
      background-image: url(../../img/startup-offer-group07.png); }
    .startup-offer--term-08:before {
      background-image: url(../../img/startup-offer-group08.png); }
    .startup-offer--term-09:before {
      background-image: url(../../img/startup-offer-group09.png); }
    .startup-offer--term-10:before {
      background-image: url(../../img/startup-offer-group10.png); }
  .startup-offer--desc {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px; }
    @media (max-width: 428px) {
      .startup-offer--desc {
        line-height: 1.6;
        margin-top: 10px; } }

.startup-flow {
  padding-top: 80px;
  padding-bottom: 120px; }
  @media (max-width: 428px) {
    .startup-flow {
      padding-top: 40px;
      padding-bottom: 80px; } }
  .startup-flow--list {
    margin-top: 88px; }
    @media (max-width: 428px) {
      .startup-flow--list {
        margin-top: 40px; } }
  .startup-flow--group {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 2px solid #A2A2A2;
    position: relative; }
    @media (max-width: 428px) {
      .startup-flow--group {
        display: block;
        padding: 30px 0; } }
    .startup-flow--group:first-of-type {
      padding-top: 0; }
    .startup-flow--group:last-of-type {
      padding-bottom: 0;
      border-bottom: none; }
      .startup-flow--group:last-of-type:before, .startup-flow--group:last-of-type:after {
        content: none; }
    .startup-flow--group:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 14px solid #A2A2A2;
      position: absolute;
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%); }
    .startup-flow--group:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 14px solid #fff;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%); }
  .startup-flow--term {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76;
    width: 316px;
    position: relative;
    padding-left: 80px;
    box-sizing: border-box; }
    @media (max-width: 428px) {
      .startup-flow--term {
        width: 100%;
        padding-left: 60px; } }
    .startup-flow--term:before {
      color: #40668B;
      font-weight: bold;
      line-height: 1.46;
      font-size: 30px;
      position: absolute;
      top: -5px;
      left: 0;
      font-family: "Josefin Sans", sans-serif;
      letter-spacing: 0.1em;
      letter-spacing: 0.05em; }
    .startup-flow--term-01:before {
      content: "01"; }
    .startup-flow--term-02:before {
      content: "02"; }
    .startup-flow--term-03:before {
      content: "03"; }
    .startup-flow--term-04:before {
      content: "04"; }
    .startup-flow--term-05:before {
      content: "05"; }
    .startup-flow--term-06:before {
      content: "06"; }
    .startup-flow--term-07:before {
      content: "07"; }
    .startup-flow--term-08:before {
      content: "08"; }
    .startup-flow--term-09:before {
      content: "09"; }
    .startup-flow--term-10:before {
      content: "10"; }
    .startup-flow--term-11:before {
      content: "11"; }
  .startup-flow--desc {
    font-size: 14px;
    line-height: 2;
    width: calc(100% - 316px); }
    @media (max-width: 428px) {
      .startup-flow--desc {
        width: 100%;
        margin-top: 20px; } }
