@charset "UTF-8";
#global {
  padding: 5rem 0 10rem;
}

@media screen and (max-width: 724px) {
  #global {
    padding: 3rem 0 8rem;
  }
}
.global__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 1010px) {
  .global__contents {
    -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;
    gap: 3rem;
  }
}
.global__map {
  width: 62rem;
}

@media screen and (max-width: 724px) {
  .global__map {
    width: 100%;
  }
}
.global__info {
  width: 55rem;
}

@media screen and (max-width: 724px) {
  .global__info {
    width: 100%;
  }
}
.global__info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.global__info__item {
  width: calc((100% - 2rem) / 2);
  height: 8.4rem;
  padding: 1.5rem 2rem 1rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.8rem;
}
.global__info__item dt {
  font-size: 1.8rem;
}
.global__info__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}
.global__info__item dd strong {
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 724px) {
  .global__info__item {
    height: auto;
  }
  .global__info__item dt {
    font-size: 1.6rem;
  }
  .global__info__item dd {
    font-size: 1.5rem;
  }
  .global__info__item dd strong {
    font-size: 2rem;
  }
}
.global__info__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  line-height: 1.875;
}
.global__info__base dt {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global__info__base dt::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.9rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  vertical-align: middle;
}
.global__info__base.-housing dt::before {
  background-color: #0068B6;
}
.global__info__base.-lifeline dt::before {
  background-color: #009B73;
}
.global__info__base.-plastic dt::before {
  background-color: #ED781E;
}
.global__info__base.-corporate dt::before {
  background-color: #541B85;
}
.global__info__base dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.global__info__base dd span {
  width: 8.2rem;
}

@media screen and (max-width: 724px) {
  .global__info__base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
  }
  .global__info__base dd {
    margin-left: auto;
  }
}
.global__info__base__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.2rem;
}
.global__info__base__sum dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}
.global__info__base__sum dt span {
  margin-left: 3.2rem;
  font-size: 2.8rem;
  font-weight: 600;
}
.global__info__base__sum dd {
  font-size: 1.4rem;
  color: #909090;
}
.global__info__base__sum dd::before {
  content: "※";
  margin-right: 0.6rem;
}

@media screen and (max-width: 724px) {
  .global__info__base__sum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#overview {
  padding-bottom: 13rem;
}

@media screen and (max-width: 724px) {
  #overview {
    padding-bottom: 8rem;
  }
}
.overview__table {
  width: 100%;
  border: 0.1rem solid #C2D4E8;
  font-size: 1.5rem;
}
.overview__table th {
  width: 26.4rem;
  padding: 1.2rem;
  border: 0.1rem solid #C2D4E8;
  background-color: #F2F6FA;
  vertical-align: middle;
}
.overview__table td {
  padding: 1.2rem;
  border: 0.1rem solid #C2D4E8;
}

@media screen and (max-width: 1010px) {
  .overview__table {
    font-size: 1.3rem;
  }
  .overview__table th {
    width: 13rem;
  }
}
.table__link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.5rem;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-style: solid;
  border-color: transparent #38485F;
}

.btn--prime.-company {
  text-align: center;
}
.btn--prime.-company::before {
  display: none;
}

#sustainability {
  padding: 5rem 0 13rem;
}

@media screen and (max-width: 724px) {
  #sustainability {
    padding: 3rem 0 8rem;
  }
}
.sustainability__block {
  margin-bottom: 10rem;
}
.sustainability__block:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 724px) {
  .sustainability__block {
    margin-bottom: 5rem;
  }
  .sustainability__block:last-of-type {
    margin-bottom: 0;
  }
}
.sustainability__contents__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  margin-top: 4rem;
}

@media screen and (max-width: 1140px) {
  .sustainability__contents__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sustainability__content {
  width: 63rem;
  min-height: 42rem;
  padding: 3rem;
  border: 0.1rem solid #BABABA;
}
.sustainability__content:last-child {
  width: 53rem;
  padding: 2rem 3rem 3rem;
}

@media screen and (max-width: 1140px) {
  .sustainability__content:last-child {
    width: 63rem;
  }
}
@media screen and (max-width: 724px) {
  .sustainability__content {
    width: 100%;
    min-height: auto;
    min-height: initial;
  }
  .sustainability__content:last-child {
    width: 100%;
  }
}
.sustainability__content__title {
  padding-left: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1.9rem;
  font-weight: 700;
  color: #054A97;
}

.sustainability__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 5rem;
}

.sustainability__content__item {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.38;
}
.sustainability__content__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.7rem;
  height: 10.7rem;
  margin-bottom: 0.8rem;
  background-color: #F5F9FD;
  border-radius: 50%;
}
.sustainability__content__item:first-child figure img {
  width: 5.4rem;
}
.sustainability__content__item:nth-child(2) figure img {
  width: 5.2rem;
}
.sustainability__content__item:nth-child(3) figure img {
  width: 5.7rem;
}
.sustainability__content__item:nth-child(4) figure img {
  width: 5.4rem;
}
.sustainability__content__item:last-child figure img {
  width: 5.8rem;
}

.text__link {
  font-size: 1.5rem;
}

.sustainability__body {
  overflow: hidden;
}

.img--right {
  width: 46rem;
  float: right;
  margin-left: 4rem;
}

@media screen and (max-width: 1140px) {
  .img--right {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 2.8rem;
  }
}
.products__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
  border-width: 0.1rem 0 0 0.1rem;
  border-style: solid;
  border-color: #D9DCE0;
}

@media screen and (max-width: 724px) {
  .products__link__list {
    margin-top: 3rem;
  }
}
.products__link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 50%;
  padding: 2rem 2.5rem;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #D9DCE0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__link__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  border: 0.1rem solid #D9DCE0;
  overflow: hidden;
}
.products__link__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__link__item:hover {
  opacity: 0.8;
}
.products__link__item:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 724px) {
  .products__link__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem;
  }
  .products__link__item figure {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 724px) {
  .products__link__body {
    display: contents;
  }
}
.products__link__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 724px) {
  .products__link__title {
    width: calc(100% - 8rem);
  }
}
.products__link__text {
  font-size: 1.5rem;
  color: #222;
}

@media screen and (max-width: 724px) {
  .products__link__text {
    width: 100%;
  }
}
.btn--prime {
  text-align: center;
}

#hppc__about {
  padding: 5rem 0 10rem;
}

.hppc__about__img {
  width: 100%;
  margin-top: 4rem;
}

.hppc__about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-top: -7rem;
}

@media screen and (max-width: 959px) {
  .hppc__about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 724px) {
  .hppc__about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
}
.hppc__about__item {
  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: 20rem;
}

@media screen and (max-width: 724px) {
  .hppc__about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    width: 100%;
  }
}
.hppc__about__icon {
  width: 14rem;
  height: 14rem;
  padding: 2rem;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
}

@media screen and (max-width: 724px) {
  .hppc__about__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8rem;
    height: 8rem;
    padding: 0;
  }
}
.hppc__about__text dt {
  margin: -1rem 0 1rem;
  font-size: 1.8rem;
  text-align: center;
}
.hppc__about__text dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 724px) {
  .hppc__about__text dt {
    margin-top: 0;
    text-align: left;
  }
}
#strength {
  padding-bottom: 10rem;
}

.strength__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}

@media screen and (max-width: 724px) {
  .strength__list {
    gap: 4.2rem;
  }
}
.strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 959px) {
  .strength__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.strength__img {
  width: 46rem;
  min-height: 26rem;
}
.strength__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 959px) {
  .strength__img {
    width: 100%;
    min-height: initial;
    min-height: auto;
    height: 35rem;
  }
}
@media screen and (max-width: 724px) {
  .strength__img {
    height: 18.9rem;
  }
}
.strength__text {
  width: 68rem;
}
.strength__text dt {
  margin-bottom: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: 400;
  color: #054A97;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.strength__text .section__top__link {
  position: static;
  margin-top: 2rem;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .strength__text {
    width: 100%;
  }
  .strength__text dt {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
}