.creation {
  position: relative;
  z-index: 1;
}
.creation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .creation-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.creation-content-desc {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .creation-content-desc {
    width: 100%;
  }
}
.creation-content-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .creation-content-text {
    font-size: 1.6rem;
  }
}
.creation-content-text + .creation-content-text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .creation-content-text + .creation-content-text {
    margin-top: 2.5rem;
  }
}
.creation-content-fig img {
  width: 65.8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .creation-content-fig img {
    width: 100%;
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.guarantee .page-heading-text {
  margin-bottom: 5rem;
}
.guarantee .--gryBg {
  background: #E4E4E4;
}
.guarantee-contents {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guarantee-contents {
    background: #E4E4E4;
  }
}
.guarantee-contents-title {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  text-align: center;
  max-width: 120rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.guarantee-contents-title > span {
  display: block;
}
.guarantee-contents-title:nth-of-type(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-title:nth-of-type(2) {
    margin-top: 6rem;
  }
}
.guarantee-contents-wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-wrap {
    padding: 7rem 0;
  }
}
.guarantee-contents-list {
  max-width: 120rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 4rem 0.5rem;
  }
}
.guarantee-contents-list.--col_3 {
  gap: 7rem 5rem;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-list.--col_3 {
    gap: 4rem 0.5rem;
  }
}
.guarantee-contents-list.--col_4 {
  gap: 6rem 2rem;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-list.--col_4 {
    gap: 4rem 0.5rem;
  }
}
.--col_3 .guarantee-contents-item {
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .--col_3 .guarantee-contents-item {
    width: 15.5rem;
  }
}
.--col_4 .guarantee-contents-item {
  width: 26rem;
}
@media screen and (max-width: 768px) {
  .--col_4 .guarantee-contents-item {
    width: 15.5rem;
  }
}
.guarantee-contents-item .__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0.5rem 2rem;
  background: #524B40;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-item .__label {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
  }
}
.guarantee-contents-item .__title {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-item .__title {
    font-size: 1.4rem;
    min-height: 5rem;
    margin-bottom: 1rem;
  }
}
.guarantee-contents-item .__icon {
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 19rem;
  height: 19rem;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-item .__icon {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.5rem;
  }
}
.guarantee-contents-item .__icon img {
  width: 9rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-item .__icon img {
    width: 4rem;
  }
}
.guarantee-contents-item .__icon .__year {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  top: 1rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guarantee-contents-item .__icon .__year {
    font-size: 1.8rem;
    top: 0;
  }
}

.structure-content {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .structure-content {
    margin-top: 4rem;
  }
}
.structure-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .structure-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.structure-content-item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .structure-content-item {
    width: calc(50% - 0.75rem);
  }
}
.structure-content-item .__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26rem;
  height: 26rem;
  padding-top: 6rem;
  margin: 0 auto 2rem;
  border-radius: 50%;
  -webkit-box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.25);
  background: radial-gradient(circle at 30% 30%, #eee8d4 0%, #eee8d4 65%, #d3bd76 100%);
}
@media screen and (max-width: 768px) {
  .structure-content-item .__circle {
    width: 16rem;
    height: 16rem;
    padding-top: 4rem;
    margin: 0 auto 1rem;
  }
}
.structure-content-item .__image {
  width: auto;
  height: 6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .structure-content-item .__image {
    height: 4rem;
    margin-bottom: 1rem;
  }
}
.structure-content-item .__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .structure-content-item .__title {
    font-size: 1.6rem;
  }
}
.structure-content-item .__text {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .structure-content-item .__text {
    font-size: 1.2rem;
  }
}
.structure-content-dl + .structure-content-dl {
  margin-top: 4rem;
}
.structure-content-dl dt {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1px solid;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .structure-content-dl dt {
    font-size: 1.8rem;
  }
}
.structure-content-dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .structure-content-dl dd {
    font-size: 1.4rem;
  }
}

.support-content {
  padding: 6rem 10rem;
  background: #fff;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .support-content {
    padding: 4rem 2rem;
    margin-top: 3rem;
  }
}
.support-content .__title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .support-content .__title {
    margin-bottom: 2.5rem;
  }
}
.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .support-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
}
.support-list::before {
  content: "";
  background: #524B40;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .support-list::before {
    width: 1px;
    height: 100%;
  }
}
.support-list li {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 1px solid #524B40;
  background: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .support-list li {
    width: 100%;
    height: 6rem;
    border-radius: 9.9rem;
  }
}
.support-list li > span {
  font-size: 2rem;
  line-height: 1.2;
  font-size: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .support-list li > span {
    font-size: 1.8rem;
  }
}
.support-text {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .support-text {
    margin-top: 4rem;
  }
}

.best-value-cta {
  padding: 5rem;
  background: #E4E4E4;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .best-value-cta {
    padding: 3rem 2rem;
    margin-top: 4rem;
  }
}
.best-value-cta .__text {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .best-value-cta .__text {
    font-size: 1.6rem;
  }
}

.power {
  position: relative;
  z-index: 1;
}

.power .container {
  position: relative;
  z-index: 1;
}

.power__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .power__main-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    margin-bottom: 4rem;
  }
}

.power__main-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .power__main-item {
    width: 100%;
  }
}

.power__main-img {
  margin-bottom: 2rem;
}

.power__main-text h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

.water-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .water-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.water-content-fig {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .water-content-fig {
    width: 100%;
    height: auto;
  }
}
.water-content-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.water-content-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.water-content-desc .__title {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .water-content-desc .__title {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}

.power__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .power__sub-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.power__sub-item {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .power__sub-item {
    width: calc(33.33% - 1.333rem);
  }
}

.power__sub-item:last-child .power__sub-img::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .power__sub-item:nth-child(3) .power__sub-img::after {
    display: none;
  }
}

.power__sub-img {
  position: relative;
}

.power__sub-img::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -1rem;
  border-right: 1px dotted #524b40;
}

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

.power__sub-text h3 {
  font-weight: normal;
  font-size: 1.4rem;
}