#constructionflow .contents {
  max-width: 116.2rem;
}
#constructionflow .contents > h2 {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
#constructionflow .contents p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: var(--regular);
  margin: 3rem 0;
}
#constructionflow .contents > p {
  text-align: center;
  margin: 0 0 7.7rem;
}
#constructionflow .flow_block {
  position: relative;
  padding: 2.3rem 0 4.6rem;
  text-align: center;
  background: var(--color-lght-green);
  border: 0.2rem solid var(--color-green);
  border-radius: 1.7rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
#constructionflow .flow_block:not(:last-of-type):before,
#constructionflow .flow_block:not(:last-of-type)::after {
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.6rem 0.95rem 0 0.95rem;
  border-color: var(--color-green) transparent transparent transparent;
}
#constructionflow .flow_block:not(:last-of-type)::after {
  bottom: -1.1rem;
  border-color: var(--color-lght-green) transparent transparent transparent;
}
#constructionflow .flow_block + .flow_block {
  margin-top: 5rem;
}
#constructionflow .flow_block .num {
  width: max-content;
  padding: 0.5rem 2.4rem 0.3rem;
  background: var(--color-green);
  border-radius: 5rem;
  color: var(--color-white);
  font-family: var(--font-en);
  margin: 0 auto 2rem;
  line-height: 1;
}
#constructionflow .flow_block h3 {
  font-size: 2.2rem;
  font-weight: var(--medium);
  letter-spacing: 0.05em;
  margin: 0 auto 2.2rem;
}
#constructionflow .flow_block p {
  margin: 0;
}
#constructionflow .flow_block .list {
  display: flex;
  justify-content: center;
  gap: 2.9rem;
  margin: 3.4rem 0 0;
}
#constructionflow .flow_block .list li {
  position: relative;
  width: 25.3rem;
  background: var(--color-white);
  padding: 1.8rem 1.8rem 1.8rem 7.3rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
#constructionflow .flow_block .list li img {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
#constructionflow .flow_block .list li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#constructionflow .flow_fukidashi {
  position: relative;
  margin: 5.6rem 16rem 4.5rem auto;
  width: 45.8rem;
  background: var(--color-orange);
  padding: 2.4rem 3.5rem;
  border-radius: 1rem;
  color: var(--color-white);
}
#constructionflow .flow_fukidashi p {
  margin: 0;
}
#constructionflow .flow_fukidashi p strong {
  font-size: 2.2rem;
  font-weight: var(--medium);
}
#constructionflow .flow_fukidashi::after {
  position: absolute;
  right: -16rem;
  bottom: -10rem;
  content: "";
  display: block;
  width: 19.9rem;
  height: 27rem;
  background: url(../img/common/flow_fukidashi_img.png) center/contain no-repeat;
}
#constructionflow .flow_fukidashi::before {
  position: absolute;
  top: 2.8rem;
  right: -2.7rem;
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 1.4rem 0 1.4rem 2.8rem;
  border-color: transparent transparent transparent var(--color-orange);
}
.button_sq {
  position: relative;
  display: flex;
  align-items: center;
  background: #06C755 url(../img/common/icon_arrow.svg) center right 3rem/1.2rem auto no-repeat;
  border-radius: 1rem;
  width: 35rem;
  margin: 3.5rem auto 0;
  padding-left: 8.9rem;
  color: var(--color-white);
  height: 7.5rem;
  box-shadow: 0 0.2rem 0.6rem rgb(0 0 0 / 0.1);
}
.button_sq::before {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background: url(../img/common/icon_line.png) center/contain no-repeat;
  transform: translateY(-50%);
}
.button_sq span {
  font-size: 1.8rem;
  text-align: left;
}
.button_sq span small {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.note_wrap {
  text-align: center;
  margin-top: 6rem;
  border-radius: 1rem;
  padding: 4.5rem 4rem;
  border: 0.3rem solid var(--color-green);
}
.note_wrap h3 {
  font-size: 2.4rem;
  color: var(--color-green);
  margin: 0 0 3.5rem;
}
#constructionflow .contents .note_wrap p.box {
  background: var(--color-lght-green);
  border-radius: 0.8rem;
  padding: 2.7rem 10rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0;
}
#constructionflow .contents.pd_20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
#constructionflow .contents .note {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
#constructionflow .contents .note_wrap p.box + .note {
  margin: 1.8rem 0 0;
}
#constructionflow .df_flex2 {
  gap: 2.5rem 1.8rem;
}
#constructionflow .df_flex2 li {
  width: calc(20% - (1.8rem * 4 / 5));
}
#constructionflow .df_flex2 li a {
  font-size: 1.6rem;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  #constructionflow:not(.flow) .contents {
    padding-bottom: 0;
  }
  #constructionflow .contents > h2 {
    font-size: 1.8rem;
  }
  #constructionflow .contents > p {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 5.7rem;
  }
  #constructionflow .flow_block {
    padding: 3.5rem 1.8rem;
  }
  #constructionflow .flow_block h3 {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
  #constructionflow .contents p {
    font-size: 1.3rem;
    text-align: left;
  }
  #constructionflow .flow_block .list {
    margin: 4.2rem auto 0;
    width: 25.9rem;
    gap: 1.2rem;
    flex-wrap: wrap;
  }
  #constructionflow .flow_block .list li {
    width: 100%;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    padding: 1.5rem 2.9rem 1.5rem 5.7rem;
  }
  #constructionflow .flow_fukidashi {
    width: 100%;
    margin: 4rem 0 4.9rem;
    padding: 3.5rem 1.7rem 5.4rem;
  }
  #constructionflow .flow_fukidashi::before {
    content: none;
  }
  #constructionflow .flow_fukidashi p strong {
    font-size: 1.6rem;
  }
  #constructionflow .flow_fukidashi::after {
    width: 17.3rem;
    height: 15rem;
    right: -2rem;
    bottom: -4.9rem;
    background: url(../img/common/flow_fukidashi_img.png) center top / 100% auto no-repeat;
  }
  #constructionflow .flow_block + .flow_block {
    margin-top: 4rem;
  }
  .button_sq {
    width: 100%;
    padding-left: 7rem;
    background-position: center right 2rem;
    margin-top: 1.8rem;
  }
  .button_sq span {
    font-size: 1.6rem;
  }
  .button_sq small {
    font-size: 1.3rem;
  }
  .button_sq::before {
    left: 1.4rem;
  }
  .note_wrap {
    padding: 2.7rem 1rem;
    margin-top: 7.5rem;
  }
  .note_wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 1.7rem;
  }
  .note_wrap p {
    margin: 1.7rem 0 !important;
  }
  #constructionflow .contents .note_wrap p.box {
    padding: 2.5rem 1.5rem;
    font-size: 1.3rem;
  }
  #constructionflow .contents .note_wrap p.box strong:not(:first-of-type) {
    margin-top: 2rem;
    display: inline-block;
  }
  #constructionflow .contents .note_wrap p.box + .note {
    font-size: 1.2rem;
    margin: 1.5rem 0 0 !important;
  }
  #constructionflow .df_flex2 {
    gap: 1.3rem;
  }
  #constructionflow .df_flex2 li {
    width: calc(50% - 0.65rem) !important;
  }
  #constructionflow .df_flex2 li a {
    font-size: 1.3rem;
    height: 15.3rem;
    padding: 0 1rem;
  }
  #constructionflow .df_flex2 li a img {
    width: 4rem;
  }
  #constructionflow .flow_block .list li:not(:first-of-type) img {
    width: 2.7rem;
  }
}