@charset "utf-8";

.companies-lead {
  text-align: center;
  line-height: 2.4;
}
.contents-title {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .contents-title {
    margin-top: 40px;
  }
}
.contents-inner {
  max-width: 1480px;
}

/* ------------------------------------------------------------------------------
     採択企業一覧
-------------------------------------------------------------------------------*/
.companies-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .companies-list {
    display: block;
    margin-top: 40px;
  }
}
.companies-list > li {
  border: 2px solid #000;
}
@media screen and (min-width:768px) {
  .companies-list > li {
    width: 47.3%;
    padding: 50px 30px;
    border: 2px solid #000;
  }
}
@media screen and (max-width:767px) {
  .companies-list > li {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width:767px) {
  .companies-list > li + li {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .companies-list > li:nth-child(even) {
    margin-left: 5.4%;
  }
}
@media screen and (min-width:768px) {
  .companies-list > li:nth-child(n+3) {
    margin-top: 5.4%;
  }
}
.companies-logo {
  min-height: 80px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .companies-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width:768px) {
  .companies-logo2 img {
    display: inline-block;
    width: 48%;
  }
}
@media screen and (max-width:767px) {
  .companies-logo2 img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .companies-logo2 img + img {
    margin-top: 20px;
  }
}
.companies-marker {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .companies-marker {
    margin-top: 15px;
  }
}
.companies-marker .marker {
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .companies-marker .marker {
    font-size: 16px;
  }
}
.companies-name {
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .companies-name {
    margin-top: 10px;
    font-size: 16px;
  }
}
.companies-text {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .companies-text {
    font-size: 14px;
  }
}
.companies-button {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .companies-button {
    margin-top: 30px;
  }
}
.companies-button .button-02 {
  max-width: 400px;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width:1000px) {
  .companies-button .button-02 {
    font-size: 14px;
  }
}
.companies-button.no-active .button-02 {
  background: #ddd;
}
.companies-button.no-active .button-02::after {
  display: none;
}
.button-05 {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  font-size: 18px;  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  color: #000;
  text-align: center;
}
@media screen and (max-width:767px) {
  .button-05 {
    width: 250px;
    font-size: 16px;
  }
}
.companies-anchor {
  display: flex;
  margin: 38px -60px 0;
  padding: 40px 60px 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width:767px) {
  .companies-anchor {
    margin: 28px 0 0;
    padding: 30px 0 0;
  }
}
.companies-anchor > li {
  width: 47.3%;
}
.companies-anchor > li:nth-child(even) {
  margin-left: 5.4%;
}
.companies-anchor > li > a {
  position: relative;
  display: block;
  padding: 24px 50px;
  border: 1px solid #000;
  border-radius: 17px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .companies-anchor > li > a {
    padding: 18px 20px;
    border-radius: 14px;
    font-size: 18px;
  }
}
@media screen and (max-width:370px) {
  .companies-anchor > li > a {
    padding: 18px 12px;
    font-size: 14px;
  }
}
.companies-anchor > li > a::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  right: 32px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .companies-anchor > li > a::after {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}
