@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2 supports variations"), url("../assets/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 500 600 700;
}
section.project-content {
  margin: clamp(60px, 15vw, 244px) auto 0;
  padding: clamp(40px, 9vw, 125px) 0 0 0;
  width: clamp(100px, 84.6%, 1200px);
  max-width: 500px;
}
section.project-content .bg-h2 {
  position: relative;
  margin-bottom: clamp(32px, 3vw, 40px);
}
section.project-content .bg-h2 h2 {
  position: absolute;
  bottom: 0;
  left: -0.13em;
  font-size: clamp(80px, 22vw, 300px);
  letter-spacing: 0;
  line-height: 65%;
  opacity: 0.34;
  text-transform: uppercase;
  z-index: -1;
}
section.project-content .bg-h2 h3 {
  font-size: clamp(20px, 2.5vw, 40px);
  line-height: 100%;
}
section.project-content h4 {
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 1.5em;
}
section.project-content p {
  line-height: 200%;
  margin-bottom: 2em;
}
section.project-content picture img {
  border-radius: clamp(24px, 4vw, 49px);
}
@media screen and (min-width: 801px) {
  section.project-content {
    width: calc((100vw - clamp(100px, 84.6%, 1200px)) / 2 + clamp(100px, 84.6%, 1200px));
    max-width: 100%;
    margin-right: 0;
    align-items: flex-start;
    justify-content: space-between;
  }
  section.project-content .bg-h2 h3 {
    margin-top: 1.5em;
  }
  section.project-content p {
    line-height: 275%;
    margin-bottom: 0;
  }
  section.project-content .text-col {
    width: 45vw;
    max-width: 700px;
  }
  section.project-content .img-col {
    width: 43vw;
  }
  section.project-content .img-col picture img {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
  }
}

section.product-3 {
  width: clamp(100px, 84.6%, 1290px);
  margin-bottom: clamp(60px, 10vw, 150px);
}
section.product-3 h3 {
  font-family: "toppan-bunkyu-gothic-pr6n", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-weight: demibold;
  letter-spacing: 0.08em;
  margin-bottom: 2em;
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
  letter-spacing: 0.08em;
}
section.product-3 .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.product-3 .card-container .post-card {
  width: 42%;
  min-width: 240px;
  background-color: unset;
  padding: 0;
  margin: 0 5px 32px;
}
section.product-3 .card-container .post-card img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
section.product-3 .card-container .post-card .card-date,
section.product-3 .card-container .post-card .card-headline {
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0.9em 0 0;
  width: 100%;
}
section.product-3 .card-container .post-card .card-date {
  line-height: 100%;
}
section.product-3 .card-container .point-card {
  width: 42%;
  min-width: 240px;
  background-color: unset;
  box-sizing: border-box;
  padding: 2em 5px;
  margin: 0 5px 32px;
  border: clamp(3px, 0.5vw, 5px) solid #000000;
  border-radius: 1.1em;
}
section.product-3 .card-container .point-card .point-no {
  font-family: "din-2014", YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 700;
  width: 92px;
  min-width: 92px;
  height: 92px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #EF8348;
  -webkit-text-stroke: 1px #000000;
  color: #ffffff;
}
section.product-3 .card-container .point-card .point-no h4 {
  line-height: 100%;
}
section.product-3 .card-container .point-card .point-no .highlight {
  line-height: 100%;
  font-size: clamp(24px, 3vw, 36px);
}
section.product-3 .card-container .point-card h4.title {
  margin: 1.5em auto 1em;
}
section.product-3 .card-container .point-card p {
  line-height: 200%;
}
section.product-3.point h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 801px) {
  section.product-3 .card-container .post-card {
    width: 28.3%;
    max-width: 340px;
  }
  section.product-3 .card-container .post-card .card-headline {
    font-size: 18px;
  }
  section.product-3 .card-container .point-card {
    width: 28.3%;
    max-width: 300px;
    min-height: 360px;
  }
  section.product-3 .card-container .point-card p {
    line-height: 275%;
  }
}

section.plastic-pc {
  margin-bottom: clamp(60px, 6vw, 80px);
}

section.point {
  margin: clamp(60px, 6vw, 80px) auto clamp(120px, 15vw, 200px);
  width: clamp(100px, 84.6%, 1200px);
}
section.point .h2-title-group {
  margin-bottom: clamp(32px, 4vw, 56px);
}
section.point .h2-title-group h2 {
  font-size: clamp(4rem, 10vw, 10rem);
}
section.point .content-col {
  max-width: 500px;
}
section.point .content-col .img-col {
  margin-bottom: 32px;
}
section.point .content-col .text-col h4 {
  font-size: clamp(16px, 2vw, 24px);
  margin-bottom: 1em;
}
section.point .content-col .text-col p {
  line-height: 200%;
}
@media screen and (min-width: 801px) {
  section.point .content-col {
    max-width: unset;
    justify-content: space-between;
  }
  section.point .content-col .img-col {
    margin-bottom: 0px;
    width: 50%;
  }
  section.point .content-col .text-col {
    width: 48%;
    max-width: 500px;
  }
  section.point .content-col .text-col p {
    line-height: 275%;
  }
}

section.project {
  margin: 30px auto 110px;
  width: clamp(100px, 84.6%, 1200px);
}
section.project h3 {
  font-family: "toppan-bunkyu-gothic-pr6n", "Noto Sans JP", Noto Sans JP, YuGothic, "Yu Gothic", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
  font-weight: demibold;
  letter-spacing: 0.08em;
  margin-bottom: 2.2em;
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
  letter-spacing: 0.08em;
}
section.project .project-card {
  max-width: 543px;
  margin-bottom: 60px;
}
section.project .project-card h4 {
  text-transform: uppercase;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 100%;
  margin: 1.5em 0 1.2em;
}
section.project .project-card p {
  line-height: 200%;
  margin-bottom: 2em;
}
@media screen and (min-width: 801px) {
  section.project .content-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  section.project .content-container .project-card {
    margin-bottom: 0;
    width: 48%;
    height: 100%;
  }
  section.project .content-container .project-card p {
    line-height: 275%;
  }
}

/*# sourceMappingURL=project.css.map */
