@charset "UTF-8";
/* =====================
	トップページ
 ======================= */

.character-img {
  position: absolute;
}

.character-img .speech-bubble {
  font-size: 81.25%;
  font-weight: 500;
  position: absolute;
  transform: rotate(-7deg);
}

.character-img .speech-bubble .vertical {
  writing-mode: vertical-rl;
}

.sec-title {
  font-size: 100%;
}

.sec-title .ja-title {
  font-size: clamp(24px, 4.11vw, 4.11vw);
  font-weight: bold;
  color: var(--c_accent1);
}

.sec-title .ja-title .small-font {
  font-size: 78.48%;
}

.sec-title .eng-title {
  font-family: var(--font_eng);
  font-size: 112.5%;
  font-weight: 500;
  color: #db9e00;
}

.sec-subtitle {
  font-size: clamp(24px, 1.98vw, 1.98vw);
  font-weight: 800;
  color: var(--c_accent1);
}

.sec-subtitle .highlight {
  color: var(--c_white);
  background-color: #db9e00;
  padding: 0 0.2em 0.1em 0.2em;
}

.sec-title2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.08%;
}

.sec-title2 {
  font-size: 100%;
}

.sec-title2 .ja-title {
  font-size: clamp(24px, 2.6vw, 2.6vw);
  font-weight: bold;
}

.sec-title2 .eng-title {
  font-family: var(--font_eng);
  font-size: 112.5%;
  font-weight: 500;
  color: var(--c_accent1);
}

.article-list {
  display: flex;
  justify-content: space-between;
}

.article-item {
  width: 31.83%;
}

.article-img {
  aspect-ratio: 382 / 286;
  overflow: hidden;
  margin-bottom: 1.125em;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-meta {
  font-size: 87.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.71em;
}

.article-date {
  font-weight: normal;
}

.article-cate > span {
  font-weight: 600;
  color: var(--c_white);
  background-color: var(--c_accent1);
  padding: 0.29em 1.79em;
  border-radius: 999px;
}

.article-title {
  font-weight: normal;
}

/** ------------------------ mv ------------------------ **/
.mv {
  width: 100%;
  aspect-ratio: 1920 / 1185;
  position: relative;
  overflow: hidden;
}

.mv .mv-img {
  width: 85.78%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -50%;
  right: -15%;
}

.mv .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 18%;
  right: 18%;
}

.mv .mv-img img {
  transform: scale(1);
  animation: mvZoom 10s ease-out forwards;
}

@keyframes mvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.mv .mv-title {
  width: 100%;
  position: absolute;
  top: 60.34%;
  left: 0;
  font-size: 100%;
  line-height: 1.3;
  text-align: center;
}

.mv .mv-title .ja-title {
  font-size: clamp(24px, 2.5vw, 2.5vw);
  font-weight: 800;
}

.mv .mv-title .eng-title {
  font-family: var(--font_eng);
  font-size: clamp(24px, 6.56vw, 6.56vw);
  font-weight: 500;
}

.mv .character-img {
  width: 4.22%;
  top: -5%;
  left: 20.57%;
}

.mv .character-img .speech-bubble {
  bottom: 100%;
  left: 0;
}

/** ------------------------ problem ------------------------ **/
.problem {
  margin-bottom: 12.24%;
  padding: 6.25% 0;
  position: relative;
}

.problem::before {
  content: "";
  width: 91.98%;
  height: 100%;
  background-color: var(--c_white);
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.problem .problem-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problem .problem-img {
  width: 45.25%;
}

.problem .problem-text-area {
  width: 50%;
}

.problem .problem-text {
  width: 93.67%;
}

.problem .question {
  width: fit-content;
  font-size: 106.25%;
  font-weight: bold;
  color: var(--c_white);
  background-color: var(--c_accent1);
  padding: 0.18em 1.76em;
  margin-bottom: 0.41em;
}

.problem .problem-title {
  font-size: clamp(24px, 3.65vw, 3.65vw);
  font-weight: bold;
  line-height: 1.2;
  color: #DB9E00;
  margin-bottom: 0.34em;
}

.problem .problem-title .small-font {
  font-size: 84.29%;
}

.problem .problem-text p + p {
  margin-top: 1.5em;
}

.problem .year-2030 {
  font-family: var(--font_eng);
  font-size: clamp(24px, 12.08vw, 12.08vw);
  font-weight: bold;
  color: rgba(236, 192, 78, 0.27);
  position: absolute;
  top: -16%;
  right: 4.48%;
}

/** ------------------------ change ------------------------ **/
.change {
  margin-bottom: 8.44%;
  padding: 6.25% 0;
  position: relative;
}

.change::before {
  content: "";
  width: 77.14%;
  height: 100%;
  background-color: var(--c_white);
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}

.change .sec-title {
  width: 100%;
  position: absolute;
  top: -10%;
  right: 0;
}

.change .change-text-area {
  padding-left: 22.33%;
  position: relative;
}

.change .sec-subtitle {
  margin-bottom: 0.79em;
}

.change .change-text:first-of-type {
  margin-bottom: 3.75em;
}

.change .change-text p + p {
  margin-top: 1.5em;
}

.change .character-img {
  width: 6.56%;
  top: -6%;
  right: 22.55%;
  z-index: -10;
}

.change .character-img .speech-bubble {
  bottom: 94%;
  left: 0;
}

/** ------------------------ future ------------------------ **/
.future {
  margin-bottom: 8.54%;
}

.future .sec-title {
  text-align: center;
  margin-bottom: 3%;
}

.future .future-container {
  display: flex;
}

.future .future-neglect,
.future .future-restoration {
  width: 50%;
  aspect-ratio: 1;
  position: relative;
}

.future .future-neglect {
  background-color: var(--c_accent2);
  background-image: url(../img/home/future-neglect-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.future .future-restoration {
  background-color: var(--c_base);
  background-image: url(../img/home/future-restoration-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.future .future-neglect-title,
.future .future-restoration-title {
  width: 100%;
  font-size: clamp(24px, 2.66vw, 2.66vw);
  font-weight: bold;
  text-align: center;
  color: var(--c_white);
  position: absolute;
  top: 3.96%;
  left: 0;
}

.future .future-neglect-process {
  width: 84.79%;
  position: absolute;
  top: 15.73%;
  left: 50%;
  transform: translateX(-50%);
}

.future .future-neglect-process p {
  font-size: clamp(24px, 1.3vw, 1.3vw);
  font-weight: bold;
  text-align: center;
  color: #464646;
  background-color: var(--c_white);
  padding: 0.4em 0.5em;
  position: relative;
}

.future .future-neglect-process p:not(:last-of-type)::after {
  content: "";
  width: 0.84em;
  height: 3.12em;
  background-image: url(../img/home/future-neglect-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 9.34%;
  z-index: -10;
}

.future .future-neglect-process p:nth-of-type(1),
.future .future-neglect-process p:nth-of-type(3) {
  margin-bottom: 1.23%;
}

.future .future-neglect-process p:nth-of-type(1)::after,
.future .future-neglect-process p:nth-of-type(3)::after {
  bottom: -2.5em;
}

.future .future-neglect-process p:nth-of-type(2) {
  margin-bottom: 4.91%;
}

.future .future-neglect-process p:nth-of-type(2)::after {
  bottom: -1em;
}

.future .future-neglect-process ul {
  font-size: 137.5%;
  font-weight: bold;
  color: var(--c_white);
  padding-left: 13.27%;
  margin-bottom: 1.23%;
}

/** ------------------------ system ------------------------ **/
.system {
  padding: 6.25% 0;
  margin-bottom: 7.19%;
  position: relative;
}

.system::before {
  content: "";
  width: 84.9%;
  height: 100%;
  background-color: var(--c_white);
  border-top-right-radius: 550px;
  border-bottom-right-radius: 550px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.system .sec-title {
  margin-bottom: 5.42%;
}

.system .system-container {
  display: flex;
  justify-content: space-between;
}

.system .system-container + .system-container {
  margin-top: 2.42%;
}

.system .system-img {
  width: 44.67%;
}

.system .system-text-area {
  width: 50%;
  padding-top: 1.33%;
}

.system .sec-subtitle {
  margin-bottom: 0.79em;
}

.system .system-text {
  width: 78.33%;
}

.system .system-text p + p {
  margin-top: 1.5em;
}

.system .btn-wrapper {
  border-radius: initial;
}

.system .btn-pv-reborn-association {
  font-size: 125%;
  font-weight: bold;
  color: var(--c_white);
  width: 11.75em;
  padding: 0.4em 1em;
  background-color: #ff7540;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.8em;
}

.system .btn-pv-reborn-association:hover {
  opacity: 0.7;
}

.system .btn-pv-reborn-association::before {
  content: "";
  width: 2em;
  height: 1.8em;
  background-image: url(../img/home/system-pv-reborn-association.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.system .character-img {
  width: 10.73%;
  top: 0;
  right: 19.64%;
  z-index: -10;
}

.system .character-img .speech-bubble {
  bottom: 75%;
  left: -23%;
}

/** ------------------------ recycle ------------------------ **/
.recycle {
  margin-bottom: 6.09%;
  padding-top: 19.11%;
  background-image: url(../img/home/recycle-bg.png);
  background-repeat: no-repeat;
  background-size: 84.53%;
  background-position: center top;
  position: relative;
}

.recycle .sec-title {
  margin-bottom: 2.75em;
}

.recycle .recycle-text {
  width: 76.25%;
  margin-bottom: 3.17%;
}

.recycle .recycle-text p + p {
  margin-top: 1.5em;
}

.recycle .recycle-carousel {
  width: 100%;
}

.recycle .recycle-carousel-item {
  margin: 0 0.84em;
}

.recycle .recycle-carousel-item img {
  height: 394px;
}

.recycle .character-img {
  width: 6.09%;
  top: 39%;
  right: 25.16%;
  z-index: -10;
}

.recycle .character-img .speech-bubble {
  bottom: 95%;
  left: 0;
}

/** ------------------------ news ------------------------ **/
.news {
  margin-bottom: 6.09%;
}

.news .wrapper {
  position: relative;
}

/** ------------------------ column ------------------------ **/
.column {
  margin-bottom: 6.77%;
}

.column .wrapper {
  position: relative;
}

/** ------------------------ inquiry ------------------------ **/
.inquiry {
  margin-bottom: 6.67%;
}

.inquiry .sec-title2 {
  text-align: center;
  margin-bottom: 2.08%;
}

.inquiry .inquiry-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inquiry .inquiry-item {
  width: 33.33%;
  min-width: 550px;
  aspect-ratio: 640 / 400;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.45% 1em;
  position: relative;
}

.inquiry .inquiry-item:nth-child(1) {
  background-color: var(--c_base);
}

.inquiry .inquiry-item:nth-child(2) {
  background-color: #86b548;
  background-image: url(../img/home/inquiry-material.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: center;
}

.inquiry .inquiry-item:nth-child(3) {
  background-color: var(--c_accent1);
  background-image: url(../img/home/inquiry-work.png);
  background-repeat: no-repeat;
  background-size: 37.5%;
  background-position: center 65%;
}

.inquiry .inquiry-item-text {
  font-size: 162.5%;
  font-size: clamp(24px, 1.35vw, 1.35vw);
  font-weight: 800;
  text-align: center;
}

.inquiry .inquiry-item:nth-child(1) .inquiry-item-text {
  color: var(--c_accent1);
}

.inquiry .inquiry-item:nth-child(2) .inquiry-item-text,
.inquiry .inquiry-item:nth-child(3) .inquiry-item-text {
  color: var(--c_white);
}

.inquiry .inquiry-item-text p + p {
  margin-top: 0.5em;
}

.inquiry .character-img {
  bottom: 3%;
  z-index: 10;
}

.inquiry .inquiry-item:nth-child(1) .character-img {
  width: 26.25%;
  left: 2%;
}

.inquiry .inquiry-item:nth-child(2) .character-img {
  width: 24.38%;
  left: 5%;
}

.inquiry .inquiry-item:nth-child(3) .character-img {
  width: 19.53%;
  left: 8%;
}

/** ------------------------ about-us ------------------------ **/
.about-us {
  margin-bottom: 4.69%;
}

.about-us .sec-title2 {
  text-align: center;
  margin-bottom: 2.08%;
}

.about-us .about-us-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 3.125em;
}

.about-us .about-us-text-area {
  flex: 1;
}

.about-us .about-us-subtitle {
  font-size: clamp(24px, 1.72vw, 1.72vw);
  font-weight: 800;
  color: var(--c_accent1);
  margin-bottom: 1.15em;
}

.about-us .about-us-text {
  margin-bottom: 2.5em;
}

.about-us .about-us-text p + p {
  margin-top: 1.5em;
}

.about-us .about-us-img {
  width: 50%;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
  /** ------------------------ problem ------------------------ **/
  .problem::before {
    width: 98%;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
  }

  /** ------------------------ change ------------------------ **/
  .change::before {
    width: 98%;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .change .character-img .speech-bubble {
    bottom: 80%;
    left: -50%;
  }

  /** ------------------------ future ------------------------ **/
  .future .future-container {
    flex-direction: column;
  }

  .future .future-neglect,
  .future .future-restoration {
    width: 100%;
  }

  .future .future-neglect-process {
    width: 90%;
  }

  /** ------------------------ system ------------------------ **/
  .system::before {
    width: 98%;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
  }

  .system .character-img {
    top: 5%;
  }

  .system .character-img .speech-bubble {
    left: -30%;
  }

  /** ------------------------ recycle ------------------------ **/
  .recycle .character-img {
    right: 10%;
  }

  .recycle .recycle-carousel-item img {
    height: 250px;
  }

  /** ------------------------ about-us ------------------------ **/
  .about-us .about-us-container {
    flex-wrap: wrap;
    row-gap: 50px;
  }
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  .sec-title .ja-title {
    font-size: 24px;
  }

  .sec-title .eng-title {
    font-size: 14px;
  }

  .sec-subtitle {
    font-size: 16px;
  }

  .sec-title2-container {
    margin-bottom: 25px;
  }

  .article-list {
    flex-direction: column;
    row-gap: 50px;
    margin-bottom: 25px;
  }

  .article-item {
    width: 100%;
  }

  .article-meta {
    font-size: 14px;
  }

  /** ------------------------ mv ------------------------ **/
  .mv {
    aspect-ratio: 1 / 1.2;
  }

  .mv .mv-img {
    width: 110%;
    top: -20%;
    right: -25%;
  }

  .mv .mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mv .mv-title .eng-title {
    font-size: 32px;
  }

  .mv .character-img {
    width: 40px;
    left: 5%;
  }

  /** ------------------------ problem ------------------------ **/
  .problem {
    padding: 50px 0;
    margin-bottom: 100px;
  }

  .problem::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .problem .problem-container {
    flex-direction: column-reverse;
    row-gap: 50px;
  }

  .problem .problem-img {
    width: 100%;
  }

  .problem .problem-text-area {
    width: 100%;
  }

  .problem .question {
    font-size: 16px;
  }

  .problem .problem-title {
    font-size: 24px;
  }

  .problem .problem-text {
    width: 100%;
  }

  .problem .year-2030 {
    font-size: 80px;
    top: -5%;
  }

  /** ------------------------ change ------------------------ **/
  .change {
    padding: 50px 0;
    margin-bottom: 100px;
  }

  .change::before {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .change .sec-title {
    top: -5%;
  }

  .change .change-text-area {
    padding-left: 0;
  }

  .change .character-img {
    width: 60px;
    top: -10%;
    right: 0;
  }

  .change .character-img .speech-bubble {
    bottom: 60%;
  }

  /** ------------------------ future ------------------------ **/
  .future {
    margin-bottom: 100px;
  }

  .future .sec-title {
    margin-bottom: 50px;
  }

  .future .future-neglect {
    aspect-ratio: auto;
    height: 600px;
  }

  .future .future-restoration {
    aspect-ratio: 1 /1.1;
  }

  .future .future-neglect-process p {
    font-size: 16px;
  }

  .future .future-neglect-process ul {
    font-size: 14px;
  }

  /** ------------------------ system ------------------------ **/
  .system {
    padding: 50px 0;
    margin-bottom: 100px;
  }

  .system::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .system .sec-title {
    margin-bottom: 50px;
  }

  .system .system-container {
    flex-direction: column;
    row-gap: 25px;
  }

  .system .system-container + .system-container {
    margin-top: 100px;
  }

  .system .system-img {
    width: 100%;
  }

  .system .system-text-area {
    width: 100%;
    padding-top: 0;
  }

  .system .system-text {
    width: 100%;
  }

  .system .btn-pv-reborn-association {
    font-size: 16px;
  }

  .system .character-img {
    width: 80px;
    top: -2%;
    right: 8%;
  }

  .system .character-img .speech-bubble {
    bottom: 26%;
  }

  /** ------------------------ recycle ------------------------ **/
  .recycle {
    padding-top: 100px;
    margin-bottom: 100px;
    background-size: 100%;
  }

  .recycle .recycle-text {
    width: 90%;
    margin-bottom: 50px;
  }

  .recycle .character-img {
    width: 50px;
    top: 20%;
    right: 0;
  }

  .recycle .recycle-carousel-item img {
    height: 150px;
  }

  /** ------------------------ news ------------------------ **/
  .news {
    margin-bottom: 100px;
  }

  .news .btn-wrapper.sp-only {
    margin: 0 auto;
  }

  /** ------------------------ column ------------------------ **/
  .column {
    margin-bottom: 100px;
  }

  .column .btn-wrapper.sp-only {
    margin: 0 auto;
  }

  /** ------------------------ inquiry ------------------------ **/
  .inquiry {
    margin-bottom: 100px;
  }

  .inquiry .sec-title2 {
    margin-bottom: 25px;
  }

  .inquiry .inquiry-item {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    padding: 10px 5%;
  }

  .inquiry .inquiry-item-text {
    font-size: 16px;
  }

  .inquiry .inquiry-item:nth-child(1) .character-img {
    width: 25%;
  }

  /** ------------------------ about-us ------------------------ **/
  .about-us {
    margin-bottom: 100px;
  }

  .about-us .sec-title2 {
    margin-bottom: 25px;
  }

  .about-us .about-us-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-us .about-us-img {
    width: 100%;
  }
}
