.home-greetings__unit {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  padding: 0px 10px;
  margin: 0 auto;
  background-image: url(https://img21.shop-pro.jp/PA01462/024/etc/back01.png?cmsp_timestamp=20201230000920);
  background-repeat: no-repeat;
  background-position: right top;
}
.home-greetings__unit-img {
  width: 40%;
}
.home-greetings__unit-img figure {
  margin: 1em 10px;
}
.home-greetings__unit-txt {
  width: 60%;
  order:1;
}
.home-greetings__unit-txt h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #334c2d;
}
.home-greetings__unit-txt p {
  line-height: 1.8;
}
.home-greetings__unit-txt span {
  text-align: right;
  padding: 1em 0;
  display: block;
}
.customer-voice-bg {
  background: url(https://img21.shop-pro.jp/PA01462/024/etc/aboutneem.jpg?cmsp_timestamp=20201227004206) center no-repeat;
  background-size: cover;
}
.customer-voice__items {
  padding: 10px 10px 0;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.customer-voice__items li {
  position: relative;
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 49%;
  border: 1px solid #f1f1f1;
}
.customer-voice__items img {
  width: 100%;
}
.bg-wrapin p {
  line-height: 1.8;
  text-align: left;
}
.p-posted-review-f__title {
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.safesecure__unit {
  padding: 20px 10px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.safesecure__unit li {
  position: relative;
  margin: 1% auto;
  display: initial;
  height: 130px;
  background-size: cover;
  background-position: center center;
  width: 30%;
  padding: 1%;
}
.safesecure__unit li span {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  position: inherit;
  font-family: 'Open Sans', sans-serif;
}
.safesecure__unit h3 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.safesecure__unit h3::after {
  font-size: 10px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #ccc;
  background: #ccc
  content:"検査済み"
}
.safesecure__unit li:nth-child(1) {
  background-image: url(https://img21.shop-pro.jp/PA01462/024/etc/aboutneem.jpg?cmsp_timestamp=20201226162142);
}
.safesecure__unit li:nth-child(2) {
  background-image: url(https://img21.shop-pro.jp/PA01462/024/etc/safeand.jpg?cmsp_timestamp=20201226164240);
}
.safesecure__unit li:nth-child(3) {
  background-image: url(https://img21.shop-pro.jp/PA01462/024/etc/voice.jpg?cmsp_timestamp=20201226165311);
}
.safesecure__unit li:nth-child(4) {
  background: #;
  width: 100%;
  height: auto;
}
.safesecure__unit li a {
  font-size: 13px;
  padding-right: 1em;
}
.safesecure__unit a:hover {
  opacity: .66;
}
/*! 工程表 */
ul {
padding: 0;
}
li {
list-style-type: none;
}
dd {
margin-left: 0;
}

.flow {
border-top: 2px solid #699e60;
border-bottom: 2px solid #699e60;
line-height: initial;
}
.flow > li {
padding: 30px;
}
.flow > li:not(:last-child) {
border-bottom: 2px solid #699e60;
position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
content: "";
border: solid transparent;
position: absolute;
top: 100%;
left: 5%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
border-width: 22px;
border-top-color: #699e60;
}
.flow > li:not(:last-child)::after {
border-width: 18px;
border-top-color: #fff;
}
.flow > li dl {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.flow > li dl dt {
font-size: 18px;
font-weight: 600;
color: #699e60;
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
margin-right: 2vw;
text-align: center;
}
.flow > li dl dt .icon {
font-size: 12px;
color: #fff;
background: #699e60;
padding: 5px 10px;
margin-bottom: 10px;
display: block;
border-radius: 20px;
}
.india::before {
  content: url(https://file003.shop-pro.jp/PA01462/024/img/india.svg);
  display: block;
  margin-right: 1em;
  width: 22px;
}
.japan::before {
  background-image: url(https://file003.shop-pro.jp/PA01462/024/img/japan.svg);
  background-size: cover;
  display: block;
  margin-right: 1em;
}
.fp-news li dt {
  width: 15%;
}

@media screen and (max-width: 599px) {
  .home-greetings__unit {
    background-position: left bottom;
  }
  .home-greetings__unit-img {
    width: 100%;
  }
  .home-greetings__unit-txt {
    width: 100%;
    padding: 0 20px;
  }
  .customer-voice__items li {
    position: relative;
    margin: 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
  }
  .p-posted-review-f__title {
    display: block;
    margin-bottom: 15px;
  }
  .safesecure__unit li {
    height: auto;
    width: 100%;
    padding: 10px;
  }
  .flow > li {
    padding: 10px 20px;
  }
  .flow > li dl dt {
    font-size: 16px;
    flex-basis: 20%;
    margin-right: 12px;
  }
  .fp-news li dt  {
    width: 100%;
  }
}
