.box_intro {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.ttl-h3._large {
  font-size: 2.3rem;
}

.ttl-h3._large ._u_border {
  background: linear-gradient(transparent 75%, #B2E3DD 0%);
}

.box_management p + p {
  margin-top: 1em;
}

.box_vision {
  margin-top: 30px;
}

.box_vision dl {
  display: flex;
}

.box_vision dl + dl {
  margin-top: 15px;
}

.box_vision dl dt {
  width: 200px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}

.box_vision dl dt:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #00A08E;
  position: absolute;
  top: 0;
  left: 0;
}

.box_vision dl dd {
  width: calc(100% - 200px);
}

.colums-list02._align_c {
  align-items: center;
}

.mx700 {
  max-width: 700px;
}

@media (max-width: 767px) {
  .ttl-h3._large {
    font-size: 2rem;
  }
  .ttl-h3._large ._u_border {
    background: linear-gradient(transparent 80%, #B2E3DD 0%);
  }
  .box_vision dl {
    flex-direction: column;
  }
  .box_vision dl dt {
    width: 100%;
    padding-left: 35px;
  }
  .box_vision dl dd {
    width: 100%;
    padding-left: 35px;
  }
}
.page-philosophy {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-philosophy {
    font-size: 1.4rem;
  }
}
.page-philosophy p + p {
  margin-top: 1em;
}
.page-philosophy .ttl-h3 {
  margin-bottom: 1.5rem;
}
.page-philosophy h3.ttl-h3 + p {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .sp-pt0 {
    padding-top: 0;
  }
}
.ttl-phi {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 1.6rem 1.4rem;
  border-bottom: solid 2px #00A08E;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .ttl-phi {
    font-size: 1.8rem;
    width: calc(100% + 2rem);
    margin: 0 -1rem 2.4rem;
    padding: 0 1rem 0.5rem;
  }
}
.ttl-phi:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #FABF00;
  height: 2px;
  width: 6.4rem;
}

.list-vision {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .list-vision {
    flex-direction: column;
  }
  .list-vision-txt {
    width: calc(100% - 9.5rem);
  }
}
.list-vision li {
  width: calc((100% - 30px) / 4);
  background: #B2E3DD;
  border-radius: 10px;
  padding: 2rem 1.5rem;
}
@media (max-width: 767px) {
  .list-vision li {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 1/8rem 1.5rem;
  }
}
.list-vision li figure {
  text-align: center;
}
@media (max-width: 767px) {
  .list-vision li figure {
    width: 8rem;
  }
}
.list-vision li h4 {
  text-align: center;
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .list-vision li h4 {
    margin-top: 0;
    text-align: left;
  }
}/*# sourceMappingURL=philosophy.css.map */