.project {
  background-color: #0080CB;
}
.project-hero {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 50vw 0 60.75vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../images/project/project-hero_bg_sp@2x.jpg");
  background-size: cover;
  background-color: #0080CB;
  font-size: 0;
  line-height: 0;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .project-hero {
    background-image: url("../images/project/project-hero_bg@2x.jpg");
    background-size: 2000px auto;
    padding: 15.0625vw 0 24.4375vw;
  }
}
@media (min-width: 768px) {
  .project-hero {
    background-size: cover;
  }
}
.project-hero__ttl {
  color: #fff;
  font-size: 15vw;
  line-height: 1.05;
  font-family: "Krona One", sans-serif;
  text-transform: uppercase;
  letter-spacing: -4.5px;
}
@media (min-width: 768px) {
  .project-hero__ttl {
    font-size: 5.625vw;
  }
}
.project-hero__txt {
  display: inline-block;
  margin-top: 2.5cqw;
  padding: 4px 10px;
  background-color: #fff;
  color: #0080CB;
  font-size: 4.5vw;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project-hero__txt {
    margin-top: 0.9375cqw;
    font-size: 1.5vw;
  }
}
.project-content {
  position: relative;
  container-type: inline-size;
  margin-top: -14%;
}
@media (min-width: 768px) {
  .project-content {
    margin-top: -13.5vw;
  }
}
.project-content::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: -1px;
  mask-image: url("../images/common/bg_sect_01_sp.svg");
  mask-position: center top;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .project-content::before {
    mask-image: url("../images/common/bg_sect_01.svg");
    mask-size: 2000px auto;
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .project-content::before {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.project-content::after {
  content: "";
  position: relative;
  display: block;
  margin-top: -1px;
  mask-image: url("../images/common/bg_sect_02_sp.svg");
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: cover;
  background-color: #fff;
  height: 14vw;
}
@media (min-width: 768px) {
  .project-content::after {
    mask-size: 2000px auto;
    mask-image: url("../images/common/bg_sect_02.svg");
    height: 260px;
  }
}
@media (min-width: 2000px) {
  .project-content::after {
    mask-size: 100% auto;
    height: 13cqw;
  }
}
.project-content__inner {
  background-color: #fff;
  padding-block: 40px;
}
@media (min-width: 768px) {
  .project-content__inner {
    padding-block: 0;
  }
}
.project-lead {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .project-lead {
    text-align: center;
  }
}
.project-lead__txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
.project-anchor {
  margin: 60px auto 80px;
  max-width: 1040px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .project-anchor {
    margin: 80px auto 120px;
  }
}
.project-plantengineering {
  border-radius: 40px 40px 0 0;
  background-color: #D5F1F9;
  padding: 80px 20px 50px;
}
@media (min-width: 768px) {
  .project-plantengineering {
    padding: 120px 20px 80px;
  }
}
.project-plantengineering__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.project-plantengineering__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-plantengineering__heading {
    margin-bottom: 60px;
  }
}
.project-plantengineering__category {
  display: inline-block;
  color: #fff;
  padding: 4px 16px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  background-color: #0080CB;
}
.project-plantengineering__ttl {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project-plantengineering__ttl {
    font-size: 2.5rem;
  }
}
.project-plantengineering__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #0080CB;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .project-plantengineering__en {
    font-size: 1rem;
  }
}
.project-plantengineering__item {
  padding-block: 30px;
}
@media (min-width: 768px) {
  .project-plantengineering__item {
    border-top: 1px solid #CDE0E6;
    padding-block: 40px;
  }
}
.project-plantengineering__item-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 60px;
}
@media (min-width: 768px) {
  .project-plantengineering__item-inner {
    grid-template-columns: 1fr 45.8333333333%;
  }
}
.project-plantengineering__item-no {
  color: #0080CB;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.project-plantengineering__item-ttl {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project-plantengineering__item-ttl {
    font-size: 2rem;
  }
}
.project-plantengineering__item-txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .project-plantengineering__item-txt {
    margin-top: 20px;
  }
}
.project-plantengineering__item-img {
  align-self: flex-start;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project-plantengineering__item-img {
    margin-top: 0;
  }
}
.project-plantengineering__item-img img {
  width: 100%;
}
.project-logistics {
  border-radius: 0 0 40px 40px;
  margin-top: 2px;
  background-color: #D9F3F2;
  padding: 80px 20px 50px;
}
@media (min-width: 768px) {
  .project-logistics {
    padding: 120px 20px 80px;
  }
}
.project-logistics__inner {
  max-width: 1200px;
  margin-inline: auto;
}
.project-logistics__heading {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-logistics__heading {
    margin-bottom: 60px;
  }
}
.project-logistics__category {
  display: inline-block;
  color: #fff;
  padding: 4px 16px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 700;
  background-color: #00B1AA;
}
.project-logistics__ttl {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project-logistics__ttl {
    font-size: 2.5rem;
  }
}
.project-logistics__en {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #00B1AA;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  .project-logistics__en {
    font-size: 1rem;
  }
}
.project-logistics__item {
  padding-block: 30px;
}
@media (min-width: 768px) {
  .project-logistics__item {
    border-top: 1px solid #CDE0E6;
    padding-block: 40px;
  }
}
.project-logistics__item-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 60px;
}
@media (min-width: 768px) {
  .project-logistics__item-inner {
    grid-template-columns: 1fr 45.8333333333%;
  }
}
.project-logistics__item-no {
  color: #00B1AA;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
}
.project-logistics__item-ttl {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project-logistics__item-ttl {
    font-size: 2rem;
  }
}
.project-logistics__item-txt {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 768px) {
  .project-logistics__item-txt {
    margin-top: 20px;
  }
}
.project-logistics__item-img {
  align-self: flex-start;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .project-logistics__item-img {
    margin-top: 0;
  }
}
.project-logistics__item-img img {
  width: 100%;
}
