/* ---------------------
  common
--------------------- */
.tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab {
    display: block;
  }
}

.fwsb {
  font-weight: 600;
}

.lh-1_75 {
  line-height: 1.75;
}

.f30 {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .f30 {
    font-size: 6vw;
  }
}

.f130 {
  font-size: 13rem;
}
@media screen and (max-width: 834px) {
  .f130 {
    font-size: 8rem;
  }
}

.fc-blue {
  color: #01184d;
}

.w-600 {
  max-width: 60rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 834px) {
  .w-600 {
    max-width: 100%;
    margin: 0 auto 0 0;
  }
}

/* ---------------------
  csv
--------------------- */
@media screen and (max-width: 834px) {
  .c-hg__en {
    line-height: 1.3;
  }
}

.csv-intro__img {
  margin: 0 auto;
  width: calc(100% - 4rem);
}

.csv-main {
  margin-top: 12rem;
}
@media screen and (max-width: 834px) {
  .csv-main {
    margin-top: 5rem;
  }
}
.csv-main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .csv-main .inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.csv-nav {
  position: sticky;
  top: 10rem;
  display: block;
  min-width: fit-content;
}
@media screen and (max-width: 834px) {
  .csv-nav {
    display: none;
    position: relative;
    top: auto;
  }
  .csv-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}
.csv-nav__item {
  font-weight: 500;
  color: #d9d9d9;
}
@media screen and (max-width: 834px) {
  .csv-nav__item {
    color: #222;
  }
}
.csv-nav__item.now {
  color: #222;
}
.csv-nav__item:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 834px) {
  .csv-nav__item:not(:first-child) {
    margin-top: 0;
  }
}

.csv-art {
  max-width: 98rem;
}

.csv-sec {
  padding-bottom: 12rem;
}
@media screen and (max-width: 834px) {
  .csv-sec {
    padding-bottom: 3rem;
  }
}
.csv-sec:not(:first-child) {
  padding-top: 13rem;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .csv-sec:not(:first-child) {
    padding-top: 3rem;
  }
}

.c-csv__ttl {
  margin-top: 3rem;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .c-csv__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-csv__ttl {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .c-csv__ttl {
    font-size: 1.9rem;
  }
}

.csv-policy .c-csv__ttl {
  letter-spacing: -2px;
}
@media screen and (max-width: 450px) {
  .csv-policy .c-csv__ttl {
    letter-spacing: normal;
  }
}
.csv-policy__img {
  margin: 5rem 0;
}
@media screen and (max-width: 834px) {
  .csv-policy__img {
    margin: 2rem 0;
  }
}

.csv-project {
  overflow: hidden;
}
.csv-project .f16 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .csv-project .f16 {
    margin-top: 2rem;
  }
}
.csv-project__img {
  margin-top: 3rem;
}
@media screen and (max-width: 834px) {
  .csv-project__img {
    margin-top: 2rem;
    width: 73.8rem;
  }
}

.csv-egs p.f16 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .csv-egs p.f16 {
    margin-top: 2rem;
  }
}
.csv-egs__list {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .csv-egs__list {
    margin-top: 4rem;
  }
}
.csv-egs__item:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .csv-egs__item:not(:first-child) {
    margin-top: 4rem;
  }
}
.csv-egs__ttl-wrap {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 600px) {
  .csv-egs__ttl-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.csv-egs__hg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
}
@media screen and (max-width: 600px) {
  .csv-egs__hg {
    gap: 1rem;
  }
  .csv-egs__hg .f32 {
    font-size: 2.4rem;
  }
}
.csv-egs__txt {
  width: 5rem;
  line-height: 2.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 600px) {
  .csv-egs__txt {
    width: 4rem;
    line-height: 2.4rem;
  }
}
.csv-egs__txt.-e {
  background-color: #00c9bd;
}
.csv-egs__txt.-s {
  background-color: #f55821;
}
.csv-egs__txt.-g {
  background-color: #007eff;
}
.csv-egs__sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 600px) {
  .csv-egs__sdgs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.csv-egs__sdgs img {
  max-width: 6rem;
}
.csv-egs__flex {
  margin-top: 1.5rem;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 834px) {
  .csv-egs__flex {
    padding-top: 1.5rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.csv-egs__cont {
  max-width: 68.9rem;
}
@media screen and (max-width: 834px) {
  .csv-egs__cont {
    max-width: 100%;
    width: 100%;
  }
}
.csv-egs__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4.6rem;
  padding-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .csv-egs__dl {
    width: 100%;
    gap: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .csv-egs__dl {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.csv-egs__dl:not(:first-child) {
  padding-top: 2.5rem;
  border-top: 1px dashed #e5e5e5;
}
@media screen and (max-width: 834px) {
  .csv-egs__dl:not(:first-child) {
    padding-top: 2rem;
  }
}
.csv-egs__dl .f16 {
  min-width: 22.4rem;
}

.csv-process p.f16 {
  margin-top: 3rem;
}
.csv-process__img {
  margin-top: 7rem;
}
@media screen and (max-width: 834px) {
  .csv-process__img {
    margin-top: 2rem;
    width: 75.1rem;
  }
}
@media screen and (max-width: 450px) {
  .csv-process__img {
    width: 46rem;
  }
}
.csv-process h3.f32 {
  margin-top: 9rem;
}
@media screen and (max-width: 834px) {
  .csv-process h3.f32 {
    margin-top: 5rem;
    line-height: 1.3;
  }
}
.csv-process__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 834px) {
  .csv-process__list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .csv-process__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.csv-process__item {
  padding: 2.6rem 3rem 3rem;
  background-color: #f7f7f7;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
}
@media screen and (max-width: 834px) {
  .csv-process__item {
    padding: 2rem;
  }
}
.csv-process__item .csv-egs__txt {
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .csv-process__item .csv-egs__txt {
    margin: 0 auto 0 0;
  }
}
.csv-process__item .f28 {
  margin: 1.5rem 0 3.5rem;
}
@media screen and (max-width: 700px) {
  .csv-process__item .f28 {
    width: fit-content;
    margin: -2.8rem auto 2rem 7rem;
  }
}
@media screen and (max-width: 450px) {
  .csv-process__item .f28 {
    font-size: 2.2rem;
    margin-top: -2.5rem;
    margin-left: 5.5rem;
  }
}
@media screen and (max-width: 700px) {
  .csv-process__item .tac {
    text-align: left;
  }
}
.csv-process__ttl {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #ececec;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.csv-process__ttl.-second {
  position: relative;
  margin-top: 5rem;
}
.csv-process__ttl.-second::before {
  position: absolute;
  content: "\e313";
  width: 2.6rem;
  aspect-ratio: 26/17;
  font-family: "Material Symbols Outlined";
  top: -5rem;
  left: calc(50% - 2.6rem);
  color: #d5d5d5;
  font-size: 5rem;
  line-height: 1;
}
.csv-process__dl {
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  border-top: 2px dotted #ccc;
}
.csv-process__dl dd {
  margin-top: 1rem;
  line-height: 1.78;
  min-height: 7.12em;
}
@media screen and (max-width: 700px) {
  .csv-process__dl dd {
    min-height: auto;
  }
}
.csv-process__value {
  margin-top: 2rem;
}
.csv-process__value.-e .material-symbols-outlined {
  color: #00c9bd;
}
.csv-process__value.-s .material-symbols-outlined {
  color: #f55821;
}
.csv-process__value.-g .material-symbols-outlined {
  color: #007eff;
}
.csv-process__value li {
  margin-bottom: 1rem;
}
.csv-process__value .material-symbols-outlined {
  margin-right: 5px;
  font-size: 1.4rem;
}

.js-scroll {
  overflow-x: hidden;
  white-space: nowrap;
  max-width: 90vw;
}