@charset "utf-8";
/*----------------------------------------------------------------------------------------------
  growth
----------------------------------------------------------------------------------------------*/

.l-sec-growth {
  background: #F7F2CB;
  padding: 100px 0;
  margin-top: 120px;
}

.l-sec-growth::before {
  content: "";
  display: block;
  background: #000;
  width: .5px;
  height: 150px;
  position: absolute;
  top: -75px;
  left: 50%;
}

.l-location_lifeinfo_sec.u-bg_yellow {
  background: #F7F2CB;
}

.growth01 {
  margin-right: 8.3%;
}

.growth02 {
  margin: -6% 6.5% 0 11.7%;
}

.growth03 {
  margin: 0 10% 0 22.8%;
}

.growth04 {
  margin-right: 10.4%;
}

.growth05 {
  margin-right: -5.2%;
}

.l-sec-growth-shisetsu {
  background: url(../../img/02location/v02_growth/shisetsu_bg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 70px;
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  padding: 80px 7.3%;
  margin-top: 100px;
  position: relative;
}

.shisetsu_kazari01 {
  position: absolute;
  width: 12.5%;
  top: -3%;
  right: 2%;
}

.shisetsu_kazari02 {
  position: absolute;
  width: 6.7%;
  bottom: -3%;
  right: 3%;
}


.growth-shisetsu-ttl01 {
  font-size: calc(28 / 1400 * 100vw);
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

.growth-shisetsu-ttl02 {
  font-size: calc(18 / 1400 * 100vw);
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-top: 3em;
}

.growth-shisetsu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 7.7%;
  margin-top: 20px;
}

.growth-shisetsu-list.u-under-line {
  border-bottom: 1px solid #000;
  margin-top: 30px;
  padding-bottom: 50px;
}


.shisetsu-item {
  width: calc(calc(100% - 15.4%) / 3);
}

.shisetsu-item-ttl {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}

.shisetsu-item-txt-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}

@media (max-width: 800px) {
  .l-sec-growth {
    padding: 50px 0 20px;
    margin-top: 80px;
  }

  .l-sec-growth::before {
    width: 0.5px;
    height: 70px;
    top: -35px;
  }

  .growth01 {
    margin-right: 0;
  }

  .growth02 {
    margin: 20px 0 0 0;
  }

  .growth03 {
    margin: 0 0 0 0;
  }

  .growth04 {
    margin-top: 20px;
    margin-right: 0;
  }

  .growth05 {
    margin-right: 0;
  }

  .l-sec-growth-shisetsu {
    padding: 30px 5%;
    border-radius: 20px;
    margin-top: 50px;
  }

  .shisetsu_kazari01 {
    position: absolute;
    width: 19.5%;
    top: -1%;
    right: 2%;
  }

  .shisetsu_kazari02 {
    position: absolute;
    width: 11.7%;
    bottom: -1%;
    right: 3%;
  }


  .growth-shisetsu-ttl01 {
    font-size: calc(28 / 800 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .growth-shisetsu-ttl02 {
    font-size: calc(18 / 800 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 3em;
  }

  .growth-shisetsu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 5%;
    margin-top: 20px;
  }

  .growth-shisetsu-list.u-under-line {
    border-bottom: 1px solid #000;
    margin-top: 30px;
    padding-bottom: 50px;
  }


  .shisetsu-item {
    width: calc(calc(100% - 5%) / 2);
  }

  .shisetsu-item-ttl {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 13px;
  }

  .shisetsu-item-txt-list {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 13px;
  }

}

@media (max-width: 600px) {
  .c-sec_ttl_lv01 img {
    width: 90%;
  }

  .growth-shisetsu-ttl01 {
    font-size: calc(28 / 500 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .growth-shisetsu-ttl02 {
    font-size: calc(18 / 500 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-top: 3em;
  }

  .shisetsu-item {
    width: 100%;
  }

  .shisetsu-item-ttl img {
    height: 14vw;
    width: auto;
  }

  .shisetsu-item-ttl._ttl_big img {
    height: 18.5vw;
    width: auto;
  }

}