@charset "UTF-8";

.corporate_box_wrap {
  margin-bottom: 80px;
}
.corporate_box_wrap2 {
  margin-bottom: 120px;
}
.corporate_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corporate_box_img {
  width: 30.66%;
}
.corporate_box_img img {
  width: 100%;
}
.corporate_box_text {
  width: 65.93%;
}
.corporate_box_text01 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.corporate_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corporate_list {
  width: 23.08%;
  margin-bottom: 50px;
}
.corporate_list_link {
  display: block;
}
.corporate_list_link:hover {
  opacity: .75
}
.corporate_list_img {
  height: 152px;
  border-top: 3px solid #c30000;
  margin-bottom: 12px;
}
.corporate_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.corporate_list_text {
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  padding-left: 36px;
}
.corporate_list_text:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../../shared/v0010/img/arr.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1px;
}
.text01 {
  font-size: 1.5rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .text01 {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .corporate_box_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .corporate_box_text {
    width: 100%;
  }
  .corporate_box_text01 {
    margin-bottom: 15px;
  }
  .corporate_box_wrap {
    margin-bottom: 60px;
  }
  .corporate_box_wrap2 {
    margin-bottom: 100px;
  }
  .corporate_list {
    width: 47.76%;
    margin-bottom: 30px;
  }
  .corporate_list_text:before {
    width: 20px;
    height: 20px;
  }
  .corporate_list_text {
    font-size: 1.4rem;
    padding-left: 25px;
  }
  .corporate_list_img {
    height: 90px;
  }
}

