.p-company-post-unit {
  
  
  margin-top: 65px;
}
.p-company-post-unit__text {
  margin-top: 1.5em;
}
.p-company-post-unit__desc {
  margin-top: 1.5em;
}
.p-company-post-unit.is_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_2col {
    margin-top: 20px;
  }
}
.p-company-post-unit.is_2col .p-company-post-unit__item {
  width: 47.1%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_2col .p-company-post-unit__item {
    width: 100%;
  }
}
.p-company-post-unit.is_reverse .p-company-post-unit__item:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_reverse .p-company-post-unit__item:first-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-company-post-unit.is_reverse .p-company-post-unit__item:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_reverse .p-company-post-unit__item:last-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-company-post-unit.is_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_3col {
    margin-top: 20px;
  }
}
.p-company-post-unit.is_3col .p-company-post-unit__item {
  width: 31.4%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_3col .p-company-post-unit__item {
    width: 100%;
  }
}
.p-company-post-unit.is_4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.p-company-post-unit.is_4col::before, .p-company-post-unit.is_4col::after {
  content: "";
  display: block;
  width: 23.6%;
}
.p-company-post-unit.is_4col::before {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-company-post-unit.is_4col::after {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_4col {
    margin-top: 20px;
  }
}
.p-company-post-unit.is_4col .p-company-post-unit__item {
  width: 23.6%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_4col .p-company-post-unit__item {
    width: 47.1%;
  }
}
.p-company-post-unit.is_arrange .p-company-post-unit__item {
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_arrange .p-company-post-unit__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-company-post-unit.is_arrange .p-company-post-unit__image {
    width: 40%;
  }
  .p-company-post-unit.is_arrange .p-company-post-unit__text {
    width: 55%;
    margin-top: 0;
  }
}
.p-company-post-unit figure img {
  width: 100%;
}
.p-company-post-unit__subtitle {
  font-size: clamp(13px, 3.46vw, 18px) !important;
  font-weight: bold !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.4;
  color: #333 !important;
  margin-top: 1em !important;
}
.p-company-post-unit__subtitle::before, .p-company-post-unit__subtitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-company-post-unit__subtitle::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.p-company-post-unit__subtitle::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-company-post-unit__subtitle {
    margin-top: 0;
  }
}
.p-company-post-unit__bold {
  font-size: clamp(13px, 3.46vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  color: #999;
  margin-top: 6px !important;
}
.p-company-post-unit__bold::before, .p-company-post-unit__bold::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-company-post-unit__bold::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
.p-company-post-unit__bold::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

/* btob 専用スタイル */
.p-company-post-unit {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: revert;
    font-weight: revert;
  }

  p {
    margin-top: 1em;
  }
}

.p-company-post-unit figure img {
  height: auto;
}

.company-post-design {
  p {
    line-height: 1.6;
  }
}