@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  max-height: 377rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 138rem;
  }
}
.fv img {
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 768px) {
  .fv img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 30rem;
  }
}
.fv .fv__inner h1 {
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #fff;
  font-size: 34rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
  margin-top: calc(var(--fs) * 16);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 5rem;
  }
}
.fv .report {
  position: absolute;
  max-width: 524rem;
  width: 55%;
  max-height: 135rem;
  padding: 30rem 0;
  box-sizing: border-box;
  border: 4rem solid #fff;
  background-color: rgba(255, 255, 255, 0.76);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15rem rgba(0, 0, 0, 0.1);
  right: 42rem;
  bottom: 42rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .fv .report {
    width: 258rem;
    height: 91rem;
    right: auto;
    bottom: -142rem;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fv .report:hover {
    opacity: 0.7;
  }
}
.fv .report p {
  font-size: 24rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .report p {
    font-size: 15rem;
    margin-top: -30rem;
  }
}
.fv .report p::before {
  content: "";
  position: absolute;
  width: 38rem;
  height: 38rem;
  background-color: rgb(11, 145, 217);
  border-radius: 50%;
  right: -70rem;
}
@media screen and (max-width: 768px) {
  .fv .report p::before {
    width: 28rem;
    height: 28rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35rem;
  }
}
.fv .report p::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  transform: rotate(-45deg);
  right: -55rem;
  top: 13rem;
}
@media screen and (max-width: 768px) {
  .fv .report p::after {
    width: 9rem;
    height: 9rem;
    border-right: 1rem solid #fff;
    border-bottom: 1rem solid #fff;
    right: auto;
    top: 38rem;
    left: 49%;
    transform: translateX(-50%) rotate(-45deg);
  }
}

.info {
  max-width: 1200rem;
  width: 100%;
  margin: auto;
  margin-top: 106rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .info {
    margin-top: 50rem;
    position: relative;
    padding: 0;
  }
}
.info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info .title {
    justify-content: center;
  }
}
.info h2 {
  font-size: 26rem;
  font-weight: 600;
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .info h2 {
    font-size: 18rem;
    margin-bottom: 0;
  }
}
.info .backnumber {
  font-size: 20rem;
  color: rgb(11, 145, 217);
  position: relative;
  padding-right: 20rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .info .backnumber {
    position: absolute;
    right: 20rem;
    top: 60rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .info .backnumber:hover {
    opacity: 0.7;
  }
}
.info .backnumber::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-right: 2rem solid rgb(11, 145, 217);
  border-bottom: 2rem solid rgb(11, 145, 217);
  transform: translateY(-50%) rotate(-45deg);
  right: 0rem;
  top: 59%;
}
.info .info__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .info .info__list {
    padding: 0 20rem;
    box-sizing: border-box;
    margin-top: 78rem;
  }
}
.info .info__list .info__item {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1rem solid rgb(228, 228, 228);
}
@media screen and (max-width: 768px) {
  .info .info__list .info__item {
    height: auto;
  }
}
.info .info__list .info__item a {
  box-sizing: border-box;
  padding: 34rem 56rem;
  display: block;
  width: inherit;
  height: inherit;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .info .info__list .info__item a {
    padding: 20rem 18rem 11rem 18rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .info .info__list .info__item a:hover {
    opacity: 0.7;
  }
}
.info .info__list .info__item .item__top {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.info .info__list .info__item .item__top time {
  font-size: 16rem;
  color: #B4B4B4;
  font-weight: 400;
}
.info .info__list .info__item .item__top span {
  font-weight: 400;
  font-size: 16rem;
  color: #539869;
}
.info .info__list .info__item .item__bottom p {
  display: inline;
  font-size: 18rem;
  color: #3D3D3D;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .info .info__list .info__item .item__bottom p {
    font-size: 15rem;
    width: -moz-max-content;
    width: max-content;
    line-height: 28rem;
    width: 95%;
  }
}
.info .info__list .info__item .item__bottom img {
  width: 1em;
  height: 1em;
}

.sustainability__list {
  margin-top: 100rem;
  background: transparent linear-gradient(270deg, #0E9DEA 0%, #0574AF 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  .sustainability__list {
    margin-top: 50rem;
  }
}
.sustainability__list .sustainability__list--inner {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 50rem 0;
}
.sustainability__list .sustainability__list--inner .links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30rem;
       column-gap: 30rem;
  row-gap: 46rem;
  flex-wrap: wrap;
  padding: 0 20rem;
}
@media screen and (max-width: 768px) {
  .sustainability__list .sustainability__list--inner .links {
    row-gap: 13rem;
    padding: 0 20rem;
  }
}
.sustainability__list .sustainability__list--inner .links .link {
  flex: 1 1 31%;
  max-width: 31%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sustainability__list .sustainability__list--inner .links .link {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.sustainability__list .sustainability__list--inner .links .link a {
  box-sizing: border-box;
  padding: 19rem 19rem 60rem;
  display: block;
  width: inherit;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .sustainability__list .sustainability__list--inner .links .link a:hover {
    opacity: 0.7;
  }
}
.sustainability__list .sustainability__list--inner .links .link img {
  width: 100%;
  vertical-align: bottom;
}
.sustainability__list .sustainability__list--inner .links .link p {
  color: #0691D9;
  font-size: 18rem;
  font-weight: 600;
  margin-top: 21rem;
  position: relative;
  padding-right: 40rem;
}
.sustainability__list .sustainability__list--inner .links .link p::before {
  content: "";
  position: absolute;
  width: 38rem;
  height: 38rem;
  background-color: #0B91D9;
  border-radius: 50%;
  right: 0;
  top: -4rem;
}
.sustainability__list .sustainability__list--inner .links .link p::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  right: 15rem;
  transform: rotate(-45deg);
  top: 8rem;
}

.assessment {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 100rem;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .assessment {
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.assessment .assessment__inner {
  padding: 0 20rem;
}
.assessment .title {
  text-align: center;
}
.assessment .title h2 {
  font-size: 33rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .assessment .title h2 {
    font-size: 18rem;
  }
}
.assessment .title p {
  margin-top: 10rem;
  font-size: 18rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .assessment .title p {
    font-size: 15rem;
  }
}
.assessment .title p::before {
  content: "";
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
  width: 36rem;
  height: 3rem;
  background-color: #0691D9;
}
.assessment h3 {
  font-size: 28rem;
  font-weight: 600;
  text-align: center;
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  .assessment h3 {
    font-size: 18rem;
    margin-top: 50rem;
  }
}
.assessment .assessment__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 22rem;
       column-gap: 22rem;
  row-gap: 39rem;
  margin-top: 50rem;
}
@media screen and (max-width: 768px) {
  .assessment .assessment__list {
    justify-content: center;
    row-gap: 25rem;
    margin-top: 20rem;
  }
}
.assessment .assessment__list .assessment__item {
  flex: 1 1 32%;
  max-width: calc(33.3333% - 15rem);
  background-color: #E4EDF4;
}
@media screen and (max-width: 768px) {
  .assessment .assessment__list .assessment__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.assessment .assessment__list .assessment__item:nth-child(4) .bg__cover {
  width: 100%;
  height: 195rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assessment .assessment__list .assessment__item:nth-child(4) .bg__cover img {
  width: 161rem;
}
.assessment .assessment__list .assessment__item a {
  padding-bottom: 50rem;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 19rem;
  transition: opacity 0.3s;
  position: relative;
  padding-bottom: 80rem;
  max-height: 365rem;
  box-shadow: 0 0 15rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .assessment .assessment__list .assessment__item a {
    max-height: 100%;
  }
}
.assessment .assessment__list .assessment__item a::before {
  content: "";
  position: absolute;
  width: 38rem;
  height: 38rem;
  background-color: #fff;
  border-radius: 50%;
  right: 20rem;
  bottom: 20rem;
}
.assessment .assessment__list .assessment__item a::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-right: 2rem solid #0B91D9;
  border-bottom: 2rem solid #0B91D9;
  transform: rotate(-45deg);
  right: 34rem;
  bottom: 32rem;
}
@media (hover: hover) and (pointer: fine) {
  .assessment .assessment__list .assessment__item a:hover {
    opacity: 0.7;
  }
}
.assessment .assessment__list .assessment__item a img {
  width: 100%;
}
.assessment .assessment__list .assessment__item a p {
  font-size: 18rem;
  font-weight: 600;
  margin-top: 21rem;
}

body.en .assessment .assessment__list {
  align-items: stretch;
}
body.en .assessment .assessment__list .assessment__item {
  height: auto;
}
body.en .assessment .assessment__list .assessment__item a {
  max-height: 100%;
}
/*# sourceMappingURL=sutainability.css.map */