.sec_integrated {
    padding: 6rem 0;
}
.integrated_sec_ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 1.5em;
  padding-left: .5em;
}
.integrated_sec_ttl span {
  display: block;
  height: 68%;
  padding: 0 1em;
  margin-right: 1.5em;
  background-color: #e8cb52;
  border-top-left-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
}
.integrated_sec_ttl span::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.75em 0 0 1em;
  border-color: transparent transparent transparent #e8cb52;
  position: absolute;
  top: 0;
  left: 100%;
}
.integrated_sec_txt.fw_bold {
  margin-top: 1em;
  line-height: 1.4;
}

.growth_kv {
    margin-top: 6rem;
    text-align: center;
    background: #f7f7f7;
}

#sec01 h4 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1b8488;
}
#sec01 .img_area {
    margin-bottom: 10rem;
}

h5.person_name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1b8488;
    margin: 2rem 0 0;
}

h5.person_name:after {
    content: "";
    display: block;
    width: 4rem;
    height: 1px;
    background-color: #1b8488;
    position: relative;
    bottom: 0.7em;
    right: -4rem;
}
.growth_wrapper {
    margin: 0rem 0 5em;
}

@media screen and (min-width: 1400px) {
/*  #integrated_head {
    height: 450px
  }*/
}
@media screen and (max-width: 767px) {
  #integrated_head.type02 .person_area .head_txt {
    right: 8.4%;
    top: 56%
  }
  .integrated_sec_ttl.line2 {
    font-size: 4.2vw
  }
  .topic_ttl {
    font-size: 4vw
  }
  .topic_ttl span {
    right: .5em
  }
.sec_integrated {
    padding: 4rem 0;
}
.growth_kv {
    margin-top: 3rem;
    text-align: center;
    background: #f7f7f7;
}

#sec01 h4 {
    font-size: 5.5vw;
    font-weight: bold;
    color: #1b8488;
}
#sec01 .img_area {
    margin-bottom: 5rem;
    text-align: center;
}

h5.person_name {
    font-size: 4vw;
    font-weight: bold;
    color: #1b8488;
    margin: 2rem 0 0;
}

h5.person_name:after {
    content: "";
    display: block;
    width: 4rem;
    height: 1px;
    background-color: #1b8488;
    position: relative;
    bottom: 0.7em;
    right: -4rem;
}
.growth_wrapper {
    margin: 0rem 0 2em;
}
} /*# sourceMappingURL=topic2.css.map */