@charset "UTF-8";
.l-inner {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}

.l-basic-wrapper {
  background-color: inherit;
}

.l-color-wrapper {
  background-color: var(--bg-c);
}

figure {
  margin: 0;
}

.parts-wrapper {
  color: #222222;
}
.parts-wrapper a {
  text-decoration: none;
}
.parts-wrapper li {
  list-style-type: none;
}
.parts-wrapper h1,
.parts-wrapper h2,
.parts-wrapper h3,
.parts-wrapper h4,
.parts-wrapper h5,
.parts-wrapper h6 {
  line-height: 1.4;
}
.parts-wrapper h2 {
  font-size: 2rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h2 {
    font-size: 4rem;
  }
}
.parts-wrapper h4 {
  font-size: 1.8rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h4 {
    font-size: 3.2rem;
  }
}
.parts-wrapper h5 {
  font-size: 1.8rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h5 {
    font-size: 2.4rem;
  }
}
.parts-wrapper h6 {
  font-size: 1.4rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h6 {
    font-size: 1.8rem;
  }
}
.parts-wrapper .text {
  font-size: 1.4rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .text {
    font-size: 1.6rem;
  }
}

.is-hidden {
  display: none;
}

/*----------パーツ 接頭辞「c-」------------*/
.c-title-bg__inner {
  width: 95%;
  max-width: 160rem;
  margin: 0 auto;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
.c-title-bg__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #033535;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.c-title-bg__contents {
  width: 80%;
  max-width: 110rem;
  padding-block: 6rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .c-title-bg__contents {
    width: 90%;
    padding-block: 20rem;
  }
}

.parts-wrapper h2.c-title-bg__title {
  font-size: 2.6rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h2.c-title-bg__title {
    font-size: 6.5rem;
  }
}

.parts-wrapper h5.c-title-bg__sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h5.c-title-bg__sub-title {
    font-size: 3rem;
  }
}

.c-title-bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-title-bg__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-title-bg.c-color-pattern--green {
  color: #033535;
}

.c-title-bg.c-color-pattern--white {
  color: #fff;
}

.c-title-bg-loop {
  overflow: hidden;
  margin-top: -0.1rem;
}

.c-title-bg-loop {
  overflow: hidden;
  position: relative;
}

.c-title-bg-loop__loop {
  display: flex;
  white-space: nowrap;
  gap: 4rem;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: loopTitle;
}
@media screen and (min-width: 737px) {
  .c-title-bg-loop__loop {
    gap: 5rem;
  }
}

.c-title-bg-loop__text {
  font-weight: bold;
  font-size: 7.1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 737px) {
  .c-title-bg-loop__text {
    font-size: 10rem;
  }
}

.c-title-bg-loop__text.u-c-white {
  color: #fff;
}

.c-title-bg-loop__text.u-c-green {
  color: #118858;
}

.c-title-h1 {
  padding-block: 4rem 6rem;
  color: #fff;
  max-width: 180rem;
  margin: 0 auto;
  width: 95%;
  position: relative;
}
@media screen and (min-width: 737px) {
  .c-title-h1 {
    padding-block: 16.5rem 20rem;
  }
}
.c-title-h1 .l-inner {
  width: 83%;
}
@media screen and (min-width: 737px) {
  .c-title-h1 .l-inner {
    width: 90%;
  }
}
.c-title-h1::after {
  content: "";
  aspect-ratio: 3604/842;
  width: 100%;
  background-image: url("../img/common/mv-white.webp");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-title-h1__main {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 737px) {
  .c-title-h1__main {
    font-size: 3.2rem;
  }
}

.c-title-h1__container {
  position: relative;
  z-index: 1;
}

.c-title-h1__bg {
  border-radius: 3rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-title-h1__bg .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-title-h1.c-color-pattern--green {
  color: #033535;
}

.c-title-h1.c-color-pattern--white {
  color: #fff;
}

.parts-wrapper .c-title-h2 {
  text-align: center;
  letter-spacing: 0.05em;
}

.parts-wrapper .c-title-h2__main {
  margin-top: 0.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h2__main {
    margin-top: 1.6rem;
  }
}

.c-title-h2.c-color-pattern--green {
  color: #033535;
}

.c-title-h2.c-color-pattern--white {
  color: #fff;
}

.parts-wrapper .c-title-h2-en__main {
  font-size: 2.2rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h2-en__main {
    font-size: 4rem;
  }
}

.parts-wrapper .c-title-h2-en__sub {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h2-en__sub {
    margin-top: 1rem;
    padding-left: 3rem;
    font-size: 1.8rem;
  }
}
.parts-wrapper .c-title-h2-en__sub::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border: solid 0.2rem #222;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h2-en__sub::before {
    width: 2rem;
    height: 2rem;
    border: solid 0.3rem #222;
  }
}

.c-title-h2-en.c-color-pattern--green {
  color: #033535;
}
.c-title-h2-en.c-color-pattern--green .c-title-h2-en__sub::before {
  border: solid 0.2rem #033535;
}
@media screen and (min-width: 737px) {
  .c-title-h2-en.c-color-pattern--green .c-title-h2-en__sub::before {
    border: solid 0.3rem #033535;
  }
}

.c-title-h2-en.c-color-pattern--white {
  color: #fff;
}
.c-title-h2-en.c-color-pattern--white .c-title-h2-en__sub::before {
  border: solid 0.2rem #fff;
}
@media screen and (min-width: 737px) {
  .c-title-h2-en.c-color-pattern--white .c-title-h2-en__sub::before {
    border: solid 0.3rem #fff;
  }
}

.parts-wrapper .c-title-h2-center__main {
  font-size: 2rem;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h2-center__main {
    font-size: 4rem;
  }
}

.c-title-h2-center.c-color-pattern--green {
  color: #033535;
}

.c-title-h2-center.c-color-pattern--white {
  color: #fff;
}

.c-title-h3 {
  text-align: center;
  letter-spacing: 0.05em;
}

.parts-wrapper .c-title-h3__main {
  font-size: 2rem;
  margin-top: 0.8rem;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h3__main {
    font-size: 3.2rem;
    margin-top: 1.2rem;
  }
}

.parts-wrapper .c-title-h3__sub {
  font-size: 1.4rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-h3__sub {
    font-size: 1.8rem;
  }
}

.c-title-h3.c-color-pattern--green {
  color: #033535;
}

.c-title-h3.c-color-pattern--white {
  color: #fff;
}

.c-title-h4 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: solid 0.2rem #033535;
}
@media screen and (min-width: 737px) {
  .c-title-h4 {
    padding-bottom: 1.4rem;
    gap: 1.5rem;
  }
}
.c-title-h4 img {
  aspect-ratio: 40/32;
  width: 2.5rem;
}
@media screen and (min-width: 737px) {
  .c-title-h4 img {
    width: 4rem;
  }
}

.c-title-icon {
  overflow: hidden;
}

.c-title-icon__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/345;
  width: 100%;
}
@media screen and (min-width: 737px) {
  .c-title-icon__image {
    aspect-ratio: 1920/585;
  }
}
.c-title-icon__image .image {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translateY(0);
  will-change: transform;
  transition: transform 1s ease-out;
}

.c-title-icon__number {
  aspect-ratio: 338/208;
  width: 76%;
  max-width: 33.8rem;
  border-radius: 50%;
  position: relative;
  margin-top: calc(clamp(72px, 11vw, 84px) * -1);
  margin-inline: auto;
}
@media screen and (min-width: 737px) {
  .c-title-icon__number {
    width: unset;
    margin-top: -7.7rem;
  }
}
.c-title-icon__number .icon {
  display: block;
  aspect-ratio: 62/71;
  width: 24%;
  max-width: 6.2rem;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 17%;
}
@media screen and (min-width: 737px) {
  .c-title-icon__number .icon {
    width: 33%;
    margin-top: 5rem;
  }
}

.c-title-icon__title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: calc(clamp(40px, 8vw, 55px) * -1);
  position: relative;
}
@media screen and (min-width: 737px) {
  .c-title-icon__title {
    margin-top: -4rem;
  }
}

.c-title-icon.c-color-pattern--green {
  background-color: #EEF5F3;
}
.c-title-icon.c-color-pattern--green .c-title-icon__number {
  background-color: #EEF5F3;
}
.c-title-icon.c-color-pattern--green .c-title-icon__number .icon {
  background-image: url("../img/icons/merit-01.png");
}
.c-title-icon.c-color-pattern--green .c-title-icon__title {
  color: #118858;
}

.c-title-icon.c-color-pattern--blue {
  background-color: #E7F1FB;
}
.c-title-icon.c-color-pattern--blue .c-title-icon__number {
  background-color: #E7F1FB;
}
.c-title-icon.c-color-pattern--blue .c-title-icon__number .icon {
  background-image: url("../img/icons/merit-02.png");
}
.c-title-icon.c-color-pattern--blue .c-title-icon__title {
  color: #004284;
}

.c-title-icon.c-color-pattern--purple {
  background-color: #F4EEFE;
}
.c-title-icon.c-color-pattern--purple .c-title-icon__number {
  background-color: #F4EEFE;
}
.c-title-icon.c-color-pattern--purple .c-title-icon__number .icon {
  background-image: url("../img/icons/merit-03.png");
}
.c-title-icon.c-color-pattern--purple .c-title-icon__title {
  color: #4C1285;
}

.c-title-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.c-title-num__icon {
  background-color: #033535;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 737px) {
  .c-title-num__icon {
    width: 5.1rem;
    height: 5.1rem;
    font-size: 2rem;
  }
}
.c-title-num__icon .number {
  margin-top: 0.4rem;
}

.c-title-num__title {
  color: #033535;
}

.c-title-overview__mv {
  position: relative;
  padding-block: 4rem 8rem;
  color: #fff;
  width: 90%;
  max-width: 160rem;
  margin: 0 auto;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 737px) {
  .c-title-overview__mv {
    padding-block: 19.5rem 24rem;
    margin-bottom: 12rem;
  }
}
.c-title-overview__mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #033535;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-title-overview__inner {
  overflow: hidden;
}

.c-title-overview__mv-text {
  padding-inline: 4rem;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 737px) {
  .c-title-overview__mv-text {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 1441px) {
  .c-title-overview__mv-text {
    padding-left: 20rem;
  }
}

.parts-wrapper h2.c-title-overview__title {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h2.c-title-overview__title {
    font-size: 6.5rem;
  }
}

.parts-wrapper h5.c-title-overview__sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 0.5rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper h5.c-title-overview__sub-title {
    font-size: 3rem;
    margin-top: 1rem;
  }
}

.c-title-overview__list {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 737px) {
  .c-title-overview__list {
    gap: 2rem;
    margin-top: 3rem;
    width: 50%;
  }
}

.c-title-overview__item {
  display: flex;
}
.c-title-overview__item .image {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 737px) {
  .c-title-overview__item .image {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.c-title-overview__item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #222222;
  font-size: 0.5rem;
  white-space: nowrap;
  padding: 1rem;
}
@media screen and (min-width: 737px) {
  .c-title-overview__item .text {
    font-size: 1.2rem;
    padding: 1.6rem;
  }
}

.c-title-overview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.c-title-overview__text {
  width: 85%;
  max-width: 118rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-block: 2rem;
  border-radius: 0 1rem 0 0;
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .c-title-overview__text {
    padding-block: 6rem 12rem;
    border-radius: 0 3rem 0 0;
    margin-top: -32rem;
  }
}
@media screen and (min-width: 1441px) {
  .c-title-overview__text {
    width: 100%;
  }
}
.c-title-overview__text .text {
  max-width: 76rem;
  padding-inline: clamp(59px, 15vw, 77px) 3rem;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .c-title-overview__text .text {
    padding-inline: clamp(115px, 10vw, 132px) 3rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1441px) {
  .c-title-overview__text .text {
    padding-inline: clamp(272px, 19vw, 360px) 3rem;
  }
}

.parts-wrapper .c-title-full {
  font-family: "Josefin Sans", "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-title-full {
    font-size: 6.5rem;
  }
}

.c-title-full.c-color-pattern--green {
  color: #033535;
}

.c-title-full.c-color-pattern--white {
  color: #fff;
}

.c-text {
  line-height: 2;
  font-size: 1.6rem;
}
.c-text.-sm {
  font-size: 1.8666666667vw;
}
@media screen and (min-width: 737px) {
  .c-text.-sm {
    font-size: 1rem;
  }
}
.c-text.-md {
  font-size: 1.2rem;
}
@media screen and (min-width: 737px) {
  .c-text.-md {
    font-size: 1.8rem;
  }
}
.c-text.-lg {
  font-size: 1.8rem;
}
@media screen and (min-width: 737px) {
  .c-text.-lg {
    font-size: 2.5rem;
  }
}
.c-text.-big {
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 737px) {
  .c-text.-big {
    font-size: 2.8rem;
  }
}

.c-text-button {
  position: relative;
  padding-block: 5rem;
  padding-inline: 2rem;
}
@media screen and (min-width: 737px) {
  .c-text-button {
    padding-block: 13rem 14.5rem;
  }
}

.c-text-button__inner {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 1;
}

.c-text-button__text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-top: 2rem;
}
@media screen and (min-width: 737px) {
  .c-text-button__text {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

.c-text-button__head-button {
  width: fit-content;
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (min-width: 737px) {
  .c-text-button__head-button {
    margin-top: 4rem;
  }
}

.c-text-button__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 1rem auto 0;
}
@media screen and (min-width: 737px) {
  .c-text-button__list {
    column-gap: 2.7rem;
    row-gap: 3.2rem;
    margin: 2.8rem auto 0;
  }
}

.c-text-button__link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-block: 1.7rem;
  padding-inline: 4rem 6rem;
  display: flex;
  align-items: center;
  border-radius: 5rem;
  border: solid 0.1rem rgba(255, 255, 255, 0.01);
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  min-width: 30.5rem;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-text-button__link {
    font-size: 1.6rem;
    min-width: unset;
    padding-block: 2.7rem;
    padding-inline: 5.4rem 7.7rem;
  }
}
.c-text-button__link img {
  position: absolute;
  top: 50%;
  right: 3.4rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
}
@media screen and (min-width: 737px) {
  .c-text-button__link img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-text-button__link:hover {
  border: solid 0.1rem #fff;
}

.c-text-button__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.c-text-img-both {
  position: relative;
  z-index: 0;
}

.c-text-img-both__inner {
  padding: 4rem 2rem;
}
@media screen and (min-width: 737px) {
  .c-text-img-both__inner {
    padding: unset;
    padding-top: 7rem;
  }
}

.parts-wrapper .c-text-img-both__title {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-text-img-both__title {
    font-size: 4rem;
  }
}

.parts-wrapper .c-text-img-both__text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2;
  margin-top: 4.5rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-text-img-both__text {
    font-size: 2rem;
    margin-top: 7rem;
  }
}

.c-text-img-both__image-01,
.c-text-img-both__image-02 {
  position: relative;
  z-index: -1;
  overflow: hidden;
  aspect-ratio: 355/195;
  width: 95%;
}
@media screen and (min-width: 737px) {
  .c-text-img-both__image-01,
  .c-text-img-both__image-02 {
    position: absolute;
    width: 28%;
  }
}
.c-text-img-both__image-01 img,
.c-text-img-both__image-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-text-img-both__image-01 {
  top: 0;
  right: 0;
  border-radius: 2rem 0 0 2rem;
  margin-left: auto;
}
@media screen and (min-width: 737px) {
  .c-text-img-both__image-01 {
    aspect-ratio: 534/382;
    max-width: 53.4rem;
    margin-left: unset;
  }
}

.c-text-img-both__image-02 {
  bottom: 15%;
  left: 0;
  border-radius: 0 2rem 2rem 0;
  margin-right: auto;
}
@media screen and (min-width: 737px) {
  .c-text-img-both__image-02 {
    aspect-ratio: 520/355;
    max-width: 52rem;
  }
}

.c-text-img-both.c-color-pattern--green .c-text-img-both__inner {
  color: #033535;
}

.c-text-img-both.c-color-pattern--white .c-text-img-both__inner {
  color: #fff;
}

.c-text-img-list {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.c-text-img-list .c-title-h3__main {
  font-size: 2rem;
}
@media screen and (min-width: 737px) {
  .c-text-img-list .c-title-h3__main {
    font-size: 3rem;
  }
}

.c-text-img-list__inner {
  width: 90%;
  max-width: 100rem;
  margin: 0 auto;
}

.c-text-img-list__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
  max-width: 88.8rem;
  margin: 5rem auto 0;
  line-height: 2;
}
@media screen and (min-width: 737px) {
  .c-text-img-list__list {
    gap: 11rem;
    margin: 7rem auto 0;
  }
}

.c-text-img-list__item {
  width: 21rem;
}
@media screen and (min-width: 737px) {
  .c-text-img-list__item {
    width: calc((100% - 22rem) / 3);
  }
}

.c-text-img-list__lower {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 737px) {
  .c-text-img-list__lower {
    margin-top: 2rem;
  }
}
.c-text-img-list__lower .title {
  font-size: 2.7rem;
  font-weight: bold;
  border-bottom: solid 0.2rem #fff;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (min-width: 737px) {
  .c-text-img-list__lower .title {
    font-size: 3rem;
  }
}
.c-text-img-list__lower .text {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.c-text-img-list__annotation {
  margin-top: 4rem;
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width: 737px) {
  .c-text-img-list__annotation {
    margin-top: 7rem;
  }
}

.c-wysiwyg {
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
}
.c-wysiwyg ul,
.c-wysiwyg ol {
  margin-bottom: 2rem;
}
.c-wysiwyg ol {
  padding-left: 1rem;
}
.c-wysiwyg ul li {
  list-style-type: none;
  position: relative;
  padding-left: 2rem;
}
.c-wysiwyg ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #118858;
  background: linear-gradient(180deg, rgb(17, 136, 88) 0%, rgb(207, 232, 232) 100%);
  border-radius: 0.6rem;
  position: absolute;
  top: 1.4rem;
  left: 0;
}
@media screen and (min-width: 737px) {
  .c-wysiwyg ul li::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.c-wysiwyg ol li {
  list-style-type: decimal;
}
.c-wysiwyg .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.c-wysiwyg table {
  border-collapse: separate;
  border-spacing: 0.2rem;
}
.c-wysiwyg table,
.c-wysiwyg thead,
.c-wysiwyg tbody,
.c-wysiwyg tr,
.c-wysiwyg th,
.c-wysiwyg td {
  border: solid 0.1rem var(--main-c);
}
.c-wysiwyg th {
  vertical-align: middle;
}
.c-wysiwyg p + *,
.c-wysiwyg h1 + *,
.c-wysiwyg h2 + *,
.c-wysiwyg h3 + *,
.c-wysiwyg h4 + *,
.c-wysiwyg h5 + * {
  margin-top: 1rem;
}
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5 {
  font-weight: bold;
}
.c-wysiwyg img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.c-wysiwyg img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.c-wysiwyg img.aligncenter {
  display: block;
  margin: 0 auto;
}

.c-banner__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 737px) {
  .c-banner__list {
    flex-direction: unset;
    gap: 1.8rem;
  }
}

.c-banner__item {
  flex: 1;
  aspect-ratio: 305/188;
  width: 90%;
}
@media screen and (min-width: 737px) {
  .c-banner__item {
    aspect-ratio: 591/290;
    width: unset;
  }
}

.c-banner__link {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-banner__link:hover {
  opacity: 0.8;
}
.c-banner__link:hover .icon {
  transform: translateX(0.5rem) rotate(-90deg);
}
.c-banner__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0A6048;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.c-banner__link .icon {
  width: 0.8rem;
  height: 1.4rem;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-banner__link .icon {
    width: 1.4rem;
    height: 2rem;
  }
}

.parts-wrapper .c-banner__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
  width: 100%;
  margin-bottom: 1.8rem;
  margin-inline: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-banner__title {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 3.4rem;
    margin-inline: 2.6rem 3.2rem;
  }
}

.c-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-banner-full__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 737px) {
  .c-banner-full__list {
    flex-direction: unset;
  }
}

.c-banner-full__item {
  flex: 1;
}

.c-banner-full__link {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  padding-top: 11rem;
  box-sizing: border-box;
}
@media screen and (min-width: 737px) {
  .c-banner-full__link {
    padding-top: clamp(200px, 20vw, 380px);
  }
}
.c-banner-full__link:hover {
  opacity: 0.8;
}
.c-banner-full__link:hover .icon {
  transform: translateX(0.5rem) rotate(-90deg);
}
.c-banner-full__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #033535;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
}

.c-banner-full__contents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  margin-bottom: 2.2rem;
  margin-inline: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .c-banner-full__contents {
    margin-bottom: 6rem;
    margin-inline: 6rem;
  }
}
.c-banner-full__contents .icon {
  width: 1rem;
  height: 4rem;
  transform: rotate(-90deg);
  transition: 0.3s;
  margin-bottom: -0.8rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 737px) {
  .c-banner-full__contents .icon {
    width: clamp(14px, 2vw, 28px);
    height: clamp(25px, 5vw, 40px);
    margin-bottom: 0;
    margin-right: 0;
  }
}

.c-banner-full__text {
  font-family: "Josefin Sans", "NotoSansCJKjp", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.c-banner-full__text .title {
  font-size: 1.8rem;
}
@media screen and (min-width: 737px) {
  .c-banner-full__text .title {
    font-size: clamp(36px, 4vw, 50px);
  }
}
.c-banner-full__text .text {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 737px) {
  .c-banner-full__text .text {
    font-size: clamp(20px, 2vw, 32px);
    margin-top: 2rem;
  }
}

.c-banner-full__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-button {
  border: solid 0.1rem #033535;
  background-color: #033535;
  color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 30.5rem;
  border-radius: 6rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
  padding-block: 1.7rem;
  padding-inline: 4rem 6rem;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-button {
    min-width: 26.5rem;
    font-size: 1.6rem;
    padding-block: 2.5rem;
    padding-inline: 6rem 7.4rem;
  }
}
.c-button .icon-arrow {
  background-image: url("../img/icons/arrow-white.svg");
  background-size: cover;
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  right: 2rem;
  top: 50%;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-button .icon-arrow {
    width: 1.2rem;
    height: 2rem;
    right: 3.4rem;
  }
}
.c-button:hover {
  background-color: #fff;
  color: #033535;
}
.c-button:hover .icon-arrow {
  background-image: url("../img/icons/arrow-green.svg");
}

.c-button.-parts {
  padding-block: 2.7rem;
}
.c-button.-parts .icon-arrow {
  right: 3rem;
}

.c-button-anchor {
  padding-inline: 2rem;
}

.c-button-anchor__list {
  max-width: 165rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.c-button-anchor .c-button {
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-button-anchor .c-button .icon-arrow {
  background-image: url("../img/icons/arrow-green.svg");
  width: 0.7rem;
  height: 1.2rem;
  transform: translateY(-50%) rotate(0deg);
}
.c-button-anchor .c-button:hover {
  background-color: #033535;
  color: #fff;
}
.c-button-anchor .c-button:hover .icon-arrow {
  background-image: url("../img/icons/arrow-white.svg");
}

.c-image {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}

.c-image-cont {
  padding-inline: 2rem;
}

.c-card-img__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 737px) {
  .c-card-img__list {
    flex-direction: unset;
    column-gap: 4.6rem;
    row-gap: 6rem;
  }
}

.c-card-img__item {
  width: 100%;
}
@media screen and (min-width: 737px) {
  .c-card-img__item {
    width: calc((100% - 9.2rem) / 3);
  }
}

.c-card-img__image {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 368/209;
}
.c-card-img__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card-img__body {
  margin-top: 2rem;
}
@media screen and (min-width: 737px) {
  .c-card-img__body {
    margin-top: 3rem;
  }
}

.parts-wrapper .c-card-img__title {
  font-size: 1.8rem;
}
.parts-wrapper .c-card-img__title + .c-card-img__text {
  margin-top: 1rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-card-img__title + .c-card-img__text {
    margin-top: 2rem;
  }
}

.parts-wrapper .c-card-img__text {
  font-size: 1.6rem;
  line-height: 2;
}

.c-list-image {
  background-color: #fff;
  padding: 3rem 2.5rem;
  border-radius: 3rem;
}
@media screen and (min-width: 737px) {
  .c-list-image {
    padding: 10.5rem;
  }
}

.c-list-image__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 737px) {
  .c-list-image__item {
    flex-direction: unset;
    gap: 3vw;
  }
}

.c-list-image__item:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 737px) {
  .c-list-image__item:not(:last-child) {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 737px) {
  .c-list-image__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.c-list-image__contents {
  flex: 1;
  letter-spacing: 0.05em;
}
.c-list-image__contents .title {
  padding-left: 2.2rem;
  position: relative;
}
@media screen and (min-width: 737px) {
  .c-list-image__contents .title {
    padding-left: 3rem;
  }
}
.c-list-image__contents .title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 737px) {
  .c-list-image__contents .title::before {
    width: 1.9rem;
    height: 1.9rem;
    top: 0.7rem;
  }
}
.c-list-image__contents .text {
  line-height: 2;
}
.c-list-image__contents .title + .text {
  margin-top: 1.2rem;
}
@media screen and (min-width: 737px) {
  .c-list-image__contents .title + .text {
    margin-top: 2.6rem;
  }
}

.c-list-image__image {
  aspect-ratio: 368/242;
  width: 100%;
  height: 100%;
  max-width: 36.8rem;
}
@media screen and (min-width: 737px) {
  .c-list-image__image {
    width: 38%;
  }
}
.c-list-image__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-list-image.c-color-pattern--green .c-list-image__item:not(:last-child) {
  border-bottom: solid 0.1rem #D9E8E4;
}
.c-list-image.c-color-pattern--green .title::before {
  border: solid 0.2rem #118858;
}

.c-list-image.c-color-pattern--blue .c-list-image__item:not(:last-child) {
  border-bottom: solid 0.1rem #C9DAEB;
}
.c-list-image.c-color-pattern--blue .title::before {
  border: solid 0.2rem #004284;
}

.c-list-image.c-color-pattern--purple .c-list-image__item:not(:last-child) {
  border-bottom: solid 0.1rem #D9CAF1;
}
.c-list-image.c-color-pattern--purple .title::before {
  border: solid 0.2rem #4C1285;
}

.c-mv-slider {
  overflow: hidden;
  position: relative;
  aspect-ratio: 375/760;
}
@media screen and (min-width: 737px) {
  .c-mv-slider {
    aspect-ratio: 1920/945;
  }
}
.c-mv-slider::after {
  content: "";
  aspect-ratio: 375/167;
  width: 100%;
  background-image: url("../img/common/mv-green-sp.webp");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 737px) {
  .c-mv-slider::after {
    aspect-ratio: 1920/459;
    background-image: url("../img/common/mv-green.webp");
  }
}

.c-mv-slider__contents {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 737px) {
  .c-mv-slider__contents {
    top: 27%;
  }
}
.c-mv-slider__contents .logo {
  aspect-ratio: 230/115;
  width: 17rem;
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .c-mv-slider__contents .logo {
    width: clamp(150px, 12vw, 230px);
  }
}

.c-mv-slider__title {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (min-width: 737px) {
  .c-mv-slider__title {
    font-size: clamp(40px, 4vw, 70px);
  }
}

.c-mv-slider__slide {
  height: 100%;
}

.c-mv-slider__item {
  aspect-ratio: 375/760;
}
@media screen and (min-width: 737px) {
  .c-mv-slider__item {
    aspect-ratio: 1920/945;
  }
}

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

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.c-slider {
  padding-left: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 737px) {
  .c-slider {
    padding: 0;
  }
}

.c-slider__inner {
  width: 100%;
}
@media screen and (min-width: 737px) {
  .c-slider__inner {
    width: 95%;
    max-width: 156rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1441px) {
  .c-slider__inner {
    width: 82%;
  }
}

.c-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2rem);
  max-width: 120rem;
}
@media screen and (min-width: 737px) {
  .c-slider__head {
    width: 90%;
    padding-right: 0;
  }
}

.c-slider__wrapper {
  position: relative;
}

.c-slider__container {
  margin-top: 2rem;
}
@media screen and (min-width: 737px) {
  .c-slider__container {
    margin-top: 4.4rem;
  }
}
@media screen and (min-width: 737px) {
  .c-slider__container .slick-list {
    padding: 0 5% 0 0;
    overflow: visible;
  }
}
@media screen and (min-width: 1441px) {
  .c-slider__container .slick-list {
    padding: 0 20.5% 0 0;
  }
}

.c-slider__item {
  margin-right: 2rem;
  padding: 2rem 2rem 3rem;
  background-color: #EEF5F3;
  border-radius: 3rem;
  box-sizing: border-box;
}
@media screen and (min-width: 737px) {
  .c-slider__item {
    margin-right: 4rem;
    padding: 3rem 3rem 6rem;
  }
}

@media screen and (min-width: 737px) {
  .c-slider__contents {
    padding-inline: 2rem 0;
  }
}

.c-slider__image {
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 518/333;
}
.c-slider__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parts-wrapper .c-slider__title {
  line-height: 1.3;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-slider__title {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}

.parts-wrapper .c-slider__text {
  margin-top: 1.6rem;
  padding-right: 1rem;
  height: 21.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-slider__text {
    margin-top: 2rem;
    padding-right: 1.6rem;
  }
}
.parts-wrapper .c-slider__text::-webkit-scrollbar {
  width: 0.6rem;
}
.parts-wrapper .c-slider__text::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0.5rem;
}
.parts-wrapper .c-slider__text::-webkit-scrollbar-thumb {
  background-color: #033535;
  border-radius: 0.5rem;
}
.parts-wrapper .c-slider__text .text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-slider__text .text {
    line-height: 2;
  }
}

.c-slider__item .c-button {
  font-size: 1rem;
  margin: 3rem auto 0;
  width: 100%;
  min-width: unset;
  padding-block: 1.2rem;
  padding-inline: 1.8rem 4rem;
}
@media screen and (min-width: 737px) {
  .c-slider__item .c-button {
    font-size: 1.6rem;
    width: fit-content;
    padding-block: 1.7rem;
    padding-inline: 4rem 6rem;
  }
}

.c-slider__button {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.c-slider__arrow-prev,
.c-slider__arrow-next {
  width: 0.7rem;
  height: 0.7rem;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-slider__arrow-prev,
  .c-slider__arrow-next {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.c-slider__arrow-prev:hover,
.c-slider__arrow-next:hover {
  opacity: 1;
}

.c-slider__arrow-prev {
  border-left: solid 0.2rem #033535;
  border-bottom: solid 0.2rem #033535;
  transform: rotate(45deg);
}

.c-slider__arrow-next {
  border-top: solid 0.2rem #033535;
  border-right: solid 0.2rem #033535;
  transform: rotate(45deg);
}

.dots-wrap {
  display: flex;
  gap: 0.7rem;
  margin: 0;
}
@media screen and (min-width: 737px) {
  .dots-wrap {
    gap: 1rem;
  }
}

.dots-wrap li {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #033535;
  border-radius: 0.3rem;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .dots-wrap li {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
  opacity: 1;
}

.dots-wrap li.slick-active {
  width: 1.5rem;
}
@media screen and (min-width: 737px) {
  .dots-wrap li.slick-active {
    width: 2.2rem;
  }
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.swipe-hint {
  width: 12.4rem;
  height: 12.4rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.swipe-hint.visible {
  opacity: 1;
  pointer-events: auto;
}
.swipe-hint.hidden {
  opacity: 0;
  pointer-events: none;
}

.c-slider.c-color-pattern--white .c-slider__item {
  background-color: #fff;
}

.c-graph-co2 {
  background-image: url("../img/common/graph-o2-bg.webp");
  background-size: cover;
  padding-block: 5rem;
  padding-inline: 2rem;
  color: #fff;
}
@media screen and (min-width: 737px) {
  .c-graph-co2 {
    padding-block: 10rem 12rem;
  }
}

.c-graph-co2__inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__inner {
    width: 90%;
  }
}

.parts-wrapper .c-graph-co2__title {
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-graph-co2__title {
    font-size: 4rem;
  }
}
.parts-wrapper .c-graph-co2__title .sub {
  font-size: 2.4rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.1em;
}

.c-graph-co2__contents {
  background-color: rgba(190, 229, 212, 0.2);
  backdrop-filter: blur(2rem);
  -webkit-backdrop-filter: blur(2rem);
  border-radius: 2rem;
  padding-block: 3rem 4rem;
  padding-inline: 1.6rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__contents {
    padding: 7rem 10.6rem;
    margin-top: 4rem;
  }
}

.c-graph-co2__upper {
  display: flex;
  align-items: flex-end;
  gap: 2.3rem;
  letter-spacing: 0.05em;
}
.c-graph-co2__upper .unit {
  font-size: 1.4rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__upper .unit {
    font-size: 2.8rem;
  }
}

.c-graph-co2__image {
  max-width: 7.5rem;
  width: 4.7rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__image {
    width: 8%;
  }
}

.c-graph-co2__sub-title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: solid 0.2rem #fff;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__sub-title {
    font-size: 3.2rem;
    padding-bottom: 1rem;
  }
}

.c-graph-co2__start {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__start {
    font-size: 2.4rem;
    padding-left: 2.5rem;
  }
}
.c-graph-co2__start .year {
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__start .year {
    margin-bottom: 1.5rem;
  }
}

.c-graph-co2__goal {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__goal {
    font-size: 3.4rem;
  }
}
.c-graph-co2__goal .year {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__goal .year {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.c-graph-co2__graph {
  flex: 1;
}

.c-graph-co2__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__head {
    flex-direction: unset;
    gap: 2.4rem;
    margin-left: -8%;
  }
}

.c-graph-co2__graph-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.4rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__graph-text {
    margin-top: 0;
  }
}

.c-graph-co2__amount {
  border-radius: 5rem;
  margin-top: 1rem;
  margin-inline: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__amount {
    margin-top: 2.2rem;
    width: 89%;
  }
}

.c-graph-co2__bar {
  flex: 1;
  height: 4.6rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4.2rem;
  overflow: hidden;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__bar {
    height: 8.4rem;
  }
}

.c-graph-co2__fill {
  height: 100%;
  width: 0%;
  border-radius: 5rem;
  background: #129898;
  background: linear-gradient(90deg, rgb(18, 152, 152) 0%, rgb(207, 232, 232));
  transition: width 1s ease;
}

.c-graph-co2__value {
  font-size: 2.2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 737px) {
  .c-graph-co2__value {
    font-size: 3.4rem;
  }
}
.c-graph-co2__value .unit {
  font-size: 1.8rem;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__value .unit {
    font-size: 2.8rem;
  }
}

.c-graph-co2__annotation {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 2.5rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 737px) {
  .c-graph-co2__annotation {
    line-height: 2;
    margin-top: 4rem;
    width: 89%;
  }
}

.c-report-pdf {
  position: relative;
  padding: 5rem 2rem;
  background-image: url("../img/common/report-bg.webp");
  background-size: cover;
}
@media screen and (min-width: 737px) {
  .c-report-pdf {
    padding: 12rem 2rem 14.5rem;
  }
}

.c-report-pdf__head {
  color: #fff;
}
@media screen and (min-width: 737px) {
  .c-report-pdf__head {
    padding-left: 4.3%;
  }
}

.parts-wrapper .c-report-pdf__title {
  font-size: 2.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-report-pdf__title {
    font-size: 6.5rem;
  }
}

.parts-wrapper .c-report-pdf__sub-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (min-width: 737px) {
  .parts-wrapper .c-report-pdf__sub-title {
    font-size: 3.1rem;
    margin-top: 1rem;
  }
}

.c-report-pdf__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 1rem;
  padding-right: 1rem;
  margin: 2.8rem auto 0;
  height: 28rem;
  max-width: 120rem;
  overflow-y: auto;
}
@media screen and (min-width: 737px) {
  .c-report-pdf__list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin: 10rem auto 0;
    padding-right: 3rem;
    height: 21rem;
  }
}
.c-report-pdf__list::-webkit-scrollbar {
  width: 0.6rem;
}
.c-report-pdf__list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0.5rem;
}
.c-report-pdf__list::-webkit-scrollbar-thumb {
  background-color: #033535;
  border-radius: 0.5rem;
}

.c-report-pdf__link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-block: 1.7rem;
  padding-inline: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 0.1rem rgba(255, 255, 255, 0.01);
  border-radius: 1rem;
  font-weight: 500;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-report-pdf__link {
    font-size: 1.6rem;
    padding-block: 2.4rem;
    padding-inline: 3rem 2.4rem;
  }
}
.c-report-pdf__link:hover {
  border: solid 0.1rem #fff;
}
.c-report-pdf__link .icon {
  aspect-ratio: 32/35;
  width: 2.4rem;
}
@media screen and (min-width: 737px) {
  .c-report-pdf__link .icon {
    width: 3.2rem;
  }
}

.c-report-pdf__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.c-report-pdf__bg .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-news {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 737px) {
  .c-news {
    flex-direction: unset;
  }
}
.c-news .c-button {
  margin: 0 auto;
  margin-top: 3rem;
  min-width: 15rem;
  padding-block: 1.1rem;
  padding-inline: 2rem 4rem;
}
@media screen and (min-width: 737px) {
  .c-news .c-button {
    margin: unset;
    padding-block: 2rem;
    padding-inline: 5.4rem 7.5rem;
    margin-top: 3rem;
    min-width: unset;
  }
}
.c-news .icon-arrow {
  background-image: url("../img/icons/arrow-white.svg");
  background-size: cover;
  display: block;
  width: 0.8rem;
  height: 1.3rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-news .icon-arrow {
    right: 3.4rem;
    width: 1.2rem;
    height: 2rem;
  }
}

.c-news-head {
  width: 24%;
  max-width: 28rem;
  padding-right: 2rem;
}
.c-news-head .title {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 737px) {
  .c-news-head .title {
    font-size: 4.5rem;
  }
}
.c-news-head .sub-title {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 737px) {
  .c-news-head .sub-title {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}

.c-news-contents {
  flex: 1;
  margin-top: 2rem;
}
@media screen and (min-width: 737px) {
  .c-news-contents {
    margin-top: 0;
  }
}

.c-news-list {
  border-bottom: solid 0.1rem #033535;
}

.c-news-item {
  border-top: solid 0.1rem #033535;
}

.c-news-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 2.2rem;
  padding-inline: 2rem 4rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-news-link {
    padding-block: 3rem;
    padding-inline: 2.6rem 2rem;
  }
}
.c-news-link:hover {
  background-color: #EEF5F3;
}
.c-news-link:hover .date,
.c-news-link:hover .title {
  color: #033535;
}
.c-news-link:hover .icon-arrow {
  background-image: url("../img/icons/arrow-green.svg");
}
.c-news-link .article {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 737px) {
  .c-news-link .article {
    flex-direction: unset;
    align-items: center;
    gap: 3.6vw;
  }
}
.c-news-link .date {
  width: 7rem;
  font-size: 1.2rem;
  color: #707070;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-news-link .date {
    font-size: 1.4rem;
  }
}
.c-news-link .title {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #3D3D3D;
  transition: 0.3s;
}
@media screen and (min-width: 737px) {
  .c-news-link .title {
    font-size: 1.6rem;
    width: 76%;
  }
}
.c-news-link .icon-arrow {
  background-image: url("../img/icons/arrow-black.svg");
  width: 0.8rem;
  height: 1.4rem;
}

.c-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  max-width: 103.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .c-point__list {
    gap: 5rem;
    width: 100%;
  }
}

.c-point__item {
  width: 21.5rem;
}
@media screen and (min-width: 737px) {
  .c-point__item {
    flex: 1;
    width: unset;
  }
}
.c-point__item .number {
  display: block;
  aspect-ratio: 102/111;
  width: 33%;
  max-width: 10.2rem;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-point__link {
  transition: 0.3s;
}
.c-point__link:hover {
  opacity: 0.8;
}
.c-point__link:hover .icon {
  transform: translateX(-50%) translateY(1rem);
}

.c-point__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: 500;
  background-size: cover;
  aspect-ratio: 1/1;
}
.c-point__text .title {
  margin-top: 4rem;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 737px) {
  .c-point__text .title {
    margin-top: 5.5rem;
    font-size: 3rem;
  }
}
.c-point__text .sub-title {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 737px) {
  .c-point__text .sub-title {
    margin-top: 1.8rem;
    font-size: 2rem;
  }
}
.c-point__text .text {
  font-size: 1rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 737px) {
  .c-point__text .text {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.c-point__text .icon {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 1rem;
}
@media screen and (min-width: 737px) {
  .c-point__text .icon {
    bottom: 3rem;
    width: unset;
  }
}

.c-point__item:first-child .number {
  background-image: url("../img/icons/merit-link-01.png");
}
.c-point__item:first-child .c-point__text {
  background-image: url("../img/common/bg-merit-01.png");
}

@media screen and (min-width: 737px) {
  .c-point__item:nth-child(2) {
    margin-top: 6rem;
  }
}
.c-point__item:nth-child(2) .number {
  background-image: url("../img/icons/merit-link-02.png");
}
.c-point__item:nth-child(2) .c-point__text {
  background-image: url("../img/common/bg-merit-02.png");
}

.c-point__item:last-child .number {
  background-image: url("../img/icons/merit-link-03.png");
}
.c-point__item:last-child .c-point__text {
  background-image: url("../img/common/bg-merit-03.png");
}

.c-point__content {
  position: relative;
  padding-top: 5.5rem;
}
@media screen and (min-width: 737px) {
  .c-point__content {
    padding-top: 7.7rem;
  }
}

.no-link {
  pointer-events: none;
  cursor: default;
}

.c-related-sdgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 86%;
  margin: 0 auto;
}
@media screen and (min-width: 737px) {
  .c-related-sdgs {
    flex-direction: unset;
    width: unset;
  }
}

.c-related-sdgs__head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  overflow: hidden;
  flex-grow: 1;
  width: 100%;
  border-radius: 2rem 2rem 0 0;
  padding-block: 2rem;
}
@media screen and (min-width: 737px) {
  .c-related-sdgs__head {
    max-width: 14.8rem;
    width: 28%;
    border-radius: 2rem 0 0 2rem;
    padding-block: 0;
  }
}
.c-related-sdgs__head .title {
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-related-sdgs__contents {
  border-radius: 0 0 2rem 2rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 737px) {
  .c-related-sdgs__contents {
    border-radius: 0 2rem 2rem 0;
    padding: 0;
    display: block;
  }
}

.c-related-sdgs__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 737px) {
  .c-related-sdgs__list {
    flex-direction: unset;
    justify-content: unset;
    flex-wrap: wrap;
    gap: 2.5rem;
    padding: 3rem 6.4rem;
  }
}

.c-related-sdgs__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.c-related-sdgs__image {
  width: 5.6rem;
  height: 5.6rem;
}
.c-related-sdgs__image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-related-sdgs__text {
  font-size: 1.4rem;
  white-space: nowrap;
}

.c-related-sdgs.c-color-pattern--green .c-related-sdgs__head {
  background-color: #118858;
}
.c-related-sdgs.c-color-pattern--green .c-related-sdgs__contents {
  border: solid 0.1rem #118858;
}

.c-related-sdgs.c-color-pattern--blue .c-related-sdgs__head {
  background-color: #004284;
}
.c-related-sdgs.c-color-pattern--blue .c-related-sdgs__contents {
  border: solid 0.1rem #004284;
}

.c-related-sdgs.c-color-pattern--purple .c-related-sdgs__head {
  background-color: #4C1285;
}
.c-related-sdgs.c-color-pattern--purple .c-related-sdgs__contents {
  border: solid 0.1rem #4C1285;
}

.c-spacer1 {
  padding-top: 1vw;
}
@media screen and (min-width: 737px) {
  .c-spacer1 {
    padding-top: 1rem;
  }
}

.c-spacer2 {
  padding-top: 2vw;
}
@media screen and (min-width: 737px) {
  .c-spacer2 {
    padding-top: 2rem;
  }
}

.c-spacer3 {
  padding-top: 3vw;
}
@media screen and (min-width: 737px) {
  .c-spacer3 {
    padding-top: 3rem;
  }
}

.c-spacer4 {
  padding-top: 4vw;
}
@media screen and (min-width: 737px) {
  .c-spacer4 {
    padding-top: 4rem;
  }
}

.c-spacer5 {
  padding-top: 5vw;
}
@media screen and (min-width: 737px) {
  .c-spacer5 {
    padding-top: 5rem;
  }
}

.c-spacer6 {
  padding-top: 6vw;
}
@media screen and (min-width: 737px) {
  .c-spacer6 {
    padding-top: 6rem;
  }
}

.c-spacer7 {
  padding-top: 7vw;
}
@media screen and (min-width: 737px) {
  .c-spacer7 {
    padding-top: 7rem;
  }
}

.c-spacer8 {
  padding-top: 8vw;
}
@media screen and (min-width: 737px) {
  .c-spacer8 {
    padding-top: 8rem;
  }
}

.c-spacer9 {
  padding-top: 9vw;
}
@media screen and (min-width: 737px) {
  .c-spacer9 {
    padding-top: 9rem;
  }
}

.c-spacer10 {
  padding-top: 10vw;
}
@media screen and (min-width: 737px) {
  .c-spacer10 {
    padding-top: 10rem;
  }
}

/*---------ヘルパークラス　接頭辞「u-」-------------*/
.u-spacer1 {
  padding-top: 1vw;
}
@media screen and (min-width: 737px) {
  .u-spacer1 {
    padding-top: 1rem;
  }
}

.u-spacer2 {
  padding-top: 2vw;
}
@media screen and (min-width: 737px) {
  .u-spacer2 {
    padding-top: 2rem;
  }
}

.u-spacer3 {
  padding-top: 3vw;
}
@media screen and (min-width: 737px) {
  .u-spacer3 {
    padding-top: 3rem;
  }
}

.u-spacer4 {
  padding-top: 4vw;
}
@media screen and (min-width: 737px) {
  .u-spacer4 {
    padding-top: 4rem;
  }
}

.u-spacer5 {
  padding-top: 5vw;
}
@media screen and (min-width: 737px) {
  .u-spacer5 {
    padding-top: 5rem;
  }
}

.u-spacer6 {
  padding-top: 6vw;
}
@media screen and (min-width: 737px) {
  .u-spacer6 {
    padding-top: 6rem;
  }
}

.u-spacer7 {
  padding-top: 7vw;
}
@media screen and (min-width: 737px) {
  .u-spacer7 {
    padding-top: 7rem;
  }
}

.u-spacer8 {
  padding-top: 8vw;
}
@media screen and (min-width: 737px) {
  .u-spacer8 {
    padding-top: 8rem;
  }
}

.u-spacer9 {
  padding-top: 9vw;
}
@media screen and (min-width: 737px) {
  .u-spacer9 {
    padding-top: 9rem;
  }
}

.u-spacer10 {
  padding-top: 10vw;
}
@media screen and (min-width: 737px) {
  .u-spacer10 {
    padding-top: 10rem;
  }
}

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-taj {
  text-align: justify !important;
}

.u-eng {
  font-family: "Josefin Sans", sans-serif !important;
}

.u-f-bold {
  font-weight: bold !important;
}

.u-c-main {
  color: #033535;
}

.u-c-black {
  color: #222222;
}

.u-c-white {
  color: #ffffff;
}

.u-sp {
  display: block !important;
}
@media screen and (min-width: 737px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}
@media screen and (min-width: 737px) {
  .u-pc {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */