.breadcrumb_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.cls-1 {
  fill: none;
  stroke: #009a5c;
  stroke-miterlimit: 10;
  stroke-width: 1.4px;
}

.project {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .project {
    padding: 6rem 4rem 0;
  }
  .catch {
    width: 66rem;
    margin: 0 auto;
  }
}
.project_ttl {
  text-align: center;
  margin-bottom: 7.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.project_ttl .small {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .project_ttl {
    margin-top: 10rem;
    margin-bottom: 6rem;
    font-size: 4.4rem;
  }
  .project_ttl .small {
    font-size: 3rem;
  }
}
.project_item {
  position: relative;
}
.project_item .project_item_left {
  width: 37rem;
  position: relative;
}
.project_item .project_item_right {
  width: 70.4rem;
  position: absolute;
  top: 0;
  right: 0;
}
.project_item .project_item_ttl {
  text-align: center;
  width: 27.3rem;
  height: 27.3rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto 4rem;
  z-index: 2;
  position: relative;
}
.project_item .project_item_ttl svg {
  width: 6.7rem;
  margin: 0 auto;
}
.project_item .project_item_ttl .num {
  display: block;
  line-height: 1;
  font-size: 5.6rem;
}
.project_item .project_item_ttl .txt {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.02em;
}
.project_item .project_item_subttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding: 1rem 0;
  color: #fff;
  margin-left: 3rem;
  position: relative;
}
.project_item .project_item_subttl span {
  position: relative;
  z-index: 2;
}
.project_item .project_item_subttl:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.project_item .project_item_left_under {
  background: #fff;
  padding: 3rem 3rem 0;
  z-index: 2;
  position: relative;
}
.project_item .project_item_lead {
  font-size: 1.9rem;
  line-height: 1.55;
  letter-spacing: 0;
}
.project_item .project_item_txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6428571429;
}

@media screen and (max-width: 767px) {
  .project_item {
    margin-bottom: 7rem;
  }
  .project_item .project_item_left {
    width: 100%;
    position: relative;
  }
  .project_item .project_item_right {
    width: 100%;
    top: 30rem;
  }
  .project_item .project_item_ttl {
    width: 33.6rem;
    height: 33.6rem;
    margin-bottom: 43rem;
  }
  .project_item .project_item_ttl svg {
    width: 8.2rem;
  }
  .project_item .project_item_ttl .num {
    font-size: 6.8rem;
  }
  .project_item .project_item_ttl .txt {
    font-size: 3.5rem;
  }
  .project_item .project_item_subttl {
    font-size: 3.4rem;
    padding: 1rem 3rem;
    margin-left: 0;
    display: inline-block;
  }
  .project_item .project_item_left_under {
    padding: 3rem 0 0;
  }
  .project_item .project_item_lead {
    font-size: 3rem;
  }
  .project_item .project_item_txt {
    margin-top: 3rem;
    font-size: 2.7rem;
  }
}
#project02 .project_item_left,
#project04 .project_item_left {
  margin-left: auto;
}
#project02 .project_item_right,
#project04 .project_item_right {
  right: auto;
  left: 0;
}
#project02 .project_item_subttl,
#project04 .project_item_subttl {
  margin-left: 0;
}

#project01 .project_item_ttl {
  border: 1px solid #009a5c;
}
#project01 .project_item_ttl .num {
  color: #009a5c;
}
#project01 .cls-1 {
  stroke: #009a5c;
}
#project01 .project_item_subttl:after {
  background-color: #009a5c;
}
#project01 .project_item_lead {
  color: #009a5c;
}

#project02 {
  margin-top: -4rem;
}
#project02 .project_item_ttl {
  border: 1px solid #009a9e;
}
#project02 .project_item_ttl .num {
  color: #009a9e;
}
#project02 .project_item_right {
  padding-top: 13rem;
}
#project02 .project_item_ttl {
  margin-bottom: 9.5rem;
}
#project02 .cls-1 {
  stroke: #009a9e;
}
#project02 .project_item_subttl:after {
  background-color: #009a9e;
}
#project02 .project_item_lead {
  color: #009a9e;
}

@media screen and (max-width: 767px) {
  #project02 {
    margin-top: 0;
  }
  #project02 .project_item_right {
    padding-top: 0;
  }
  #project02 .project_item_ttl {
    margin-bottom: 43rem;
  }
}
#project03 {
  margin-top: 8rem;
}
#project03 .project_item_ttl {
  border: 1px solid #d04090;
}
#project03 .project_item_ttl .num {
  color: #d04090;
}
#project03 .project_item_right {
  padding-top: 8rem;
}
#project03 .cls-1 {
  stroke: #d04090;
}
#project03 .project_item_subttl:after {
  background-color: #d04090;
}
#project03 .project_item_lead {
  color: #d04090;
}

@media screen and (max-width: 767px) {
  #project03 {
    margin-top: 0;
  }
  #project03 .project_item_right {
    padding-top: 0;
  }
  #project03 .project_item_ttl {
    margin-bottom: 43rem;
  }
}
#project04 {
  margin-top: 5rem;
  padding-bottom: 9rem;
}
#project04 .project_item_ttl {
  border: 1px solid #71b92b;
}
#project04 .project_item_ttl .num {
  color: #71b92b;
}
#project04 .project_item_right {
  padding-top: 8rem;
}
#project04 .project_item_ttl {
  margin-bottom: 5rem;
}
#project04 .cls-1 {
  stroke: #71b92b;
}
#project04 .project_item_subttl:after {
  background-color: #71b92b;
}
#project04 .project_item_lead {
  color: #71b92b;
}

@media screen and (max-width: 767px) {
  #project04 {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 24rem;
  }
  #project04 .project_item_right {
    padding-top: 0;
  }
  #project04 .project_item_ttl {
    margin-bottom: 43rem;
  }
}
.bnr_link {
  padding: 9rem 0;
  border-top: 1px solid #e4e6e6;
}
.bnr_link .bnr_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bnr_link a {
  width: 46.5rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .bnr_link {
    padding: 15rem 4rem;
  }
  .bnr_link a {
    width: 100%;
  }
  .bnr_link a + a {
    margin-top: 3rem;
  }
}