body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff;
}

@media (max-width: 767px) {
  .is_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .is_sp {
    display: none;
  }
}
/*entrepreneur_top*/
.entrepreneur_top {
  margin-top: 150px;
  height: 200px;
  line-height: 200px;
  background: url(../image/entrepreneur_top.png) center/cover;
}
@media (max-width: 767px) {
  .entrepreneur_top {
    margin-top: 180px;
  }
}

.entrepreneur_top_title {
  text-align: start;
  color: #fff;
  font-size: 40px;
}
@media (max-width: 767px) {
  .entrepreneur_top_title {
    font-size: 28px;
  }
}

/*entrepreneur_top end*/
/*entrepreneur_main*/
.entrepreneur_main {
  margin-top: 60px;
}

.entrepreneur_main_item {
  margin-top: 40px;
}

/*entrepreneur_main end*/
/*entrepreneur_yell*/
.entrepreneur_yell {
  margin-top: 40px;
}

.entrepreneur_yell_items {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .entrepreneur_yell_items {
    display: block;
  }
}

.entrepreneur_yell_item {
  width: calc(100% - 40px)/3;
  border: 1px solid #000;
}
.entrepreneur_yell_item:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .entrepreneur_yell_item {
    width: 100%;
  }
  .entrepreneur_yell_item:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}

.entrepreneur_yell_image img {
  text-align: center;
  width: 100%;
  height: 300px;
  padding: 20px 10px 0;
}

.entrepreneur_yell_company {
  font-size: 20px;
  text-align: center;
  padding: 10px 10px 0;
}

.entrepreneur_yell_name {
  font-size: 20px;
  text-align: center;
  padding: 5px 10px 0;
}

.entrepreneur_yell_explanation {
  padding: 10px 10px 10px;
}

/*entrepreneur_yell end*/