@charset "UTF-8";
/* sustainability.scss */
/* 共通セクションスタイル */
.press-section, .message-section, .materiality-section, .policy-section {
  margin: 0 auto 4rem auto;
  padding: 2rem 0;
  color: #000000;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .press-section, .message-section, .materiality-section, .policy-section {
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 1rem 0;
  }
}

/* 共通見出しスタイル */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.sp_none {
  display: block;
}
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.tb_none {
  display: block;
}
@media (max-width: 1023px) {
  .tb_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

main.main {
  margin-top: 10rem;
  border-bottom: 1px solid #15217A;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  main.main {
    margin-top: 80px;
  }
}

.kv {
  position: relative;
  width: 1200px;
  height: 340px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .kv {
    width: 100%;
    height: auto;
  }
}
.kv .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 340px;
  border-radius: 0 0 0 50px;
  background-image: url(../img/sustainability/kv@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
@media (max-width: 1023px) {
  .kv .kv-bg {
    width: 100%;
    height: 100%;
  }
}
.kv .kv-text {
  position: relative;
  z-index: 1;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 4px 14px rgb(0, 0, 0);
  padding-top: 134px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .kv .kv-text {
    width: 100%;
    text-align: center;
    text-shadow: 1px 4px 10px #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.94444rem;
    padding-top: 0;
    padding: 3rem 0;
  }
}
@media (max-width: 1023px) {
  .kv .kv-text {
    padding: 6rem 0;
  }
}

.policy-section__header {
  margin-bottom: 40px;
}

.policy-section__title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.27;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #157A6D;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .policy-section__title {
    font-size: 2.22222rem;
  }
}

.policy-section__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.19;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .policy-section__subtitle {
    font-size: 0.66667rem;
  }
}

.policy-section__wrapper {
  position: relative;
}
.policy-section__wrapper figure {
  overflow: hidden;
  width: 48.11111rem;
  margin: 0rem 0 0 auto;
  z-index: 1;
}
.policy-section__wrapper figure img {
  margin-top: 7rem;
  border-radius: 0rem 2.77778rem 0rem 2.77778rem;
}
@media (max-width: 1023px) {
  .policy-section__wrapper figure img {
    margin-top: 15rem;
    max-width: 90%;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .policy-section__wrapper figure img {
    margin-top: 0;
    height: 100%;
    width: auto;
    max-width: max-content;
  }
}
@media (max-width: 767px) {
  .policy-section__wrapper figure {
    padding-top: 2rem;
    width: 100%;
    height: calc(100% + 2rem);
    position: absolute;
    top: 0;
  }
}

.policy-section__content {
  background: rgba(21, 122, 109, 0.9);
  backdrop-filter: blur(3px);
  max-width: 80%;
  padding: 3rem;
  position: absolute;
}
@media (max-width: 1023px) {
  .policy-section__content {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .policy-section__content {
    max-width: calc(100% - 20px);
    height: auto;
    margin-left: -20px;
    padding: 2rem;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
  }
}
.policy-section__content p {
  color: #FFF;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 167%;
}
@media (max-width: 767px) {
  .policy-section__content p {
    font-size: 0.77778rem;
    line-height: 180%;
  }
}

.materiality-section__header {
  margin-bottom: 40px;
}

.materiality-section__title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.27;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #157A6D;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .materiality-section__title {
    font-size: 2.22222rem;
  }
}

.materiality-section__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.19;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .materiality-section__subtitle {
    font-size: 0.66667rem;
  }
}

.materiality-section__items {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 5rem auto;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .materiality-section__items {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .materiality-section__items {
    margin-bottom: 2rem;
  }
}

.materiality-item {
  background: #E8F4F2;
  border-radius: 30px;
  padding: 2rem;
  flex: 1;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .materiality-item {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .materiality-item {
    max-width: 100%;
    flex: auto;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .materiality-item:last-child {
    margin-bottom: 0;
  }
}
.materiality-item h4 {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.33;
  text-align: center;
  margin: 2rem auto 1rem;
  color: #157A6D;
  position: relative;
  display: flex;
  justify-content: center;
  height: 2.5em;
  align-items: center;
}
@media (max-width: 1023px) {
  .materiality-item h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .materiality-item h4 {
    font-size: 1.3rem;
    height: auto;
    margin-top: 1rem;
  }
}
.materiality-item h4::before {
  content: "1";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: #157A6D;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  left: 50%;
  right: 50%;
  top: -4rem;
}
@media (max-width: 1023px) {
  .materiality-item h4::before {
    top: -3rem;
  }
}
.materiality-item:nth-child(2) h4::before {
  content: "2";
}
.materiality-item:nth-child(3) h4::before {
  content: "3";
}
.materiality-item figure {
  margin: 2rem auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.materiality-item figure img {
  max-width: 136px;
}
@media (max-width: 767px) {
  .materiality-item figure {
    width: 4.44444rem;
  }
  .materiality-item figure img {
    max-width: 70px;
  }
}

.materiality-item p {
  font-size: 0.88889rem;
  line-height: 180%;
  text-align: left;
}

.materiality-section__sdgs-logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1rem;
}

.sdgs-icon {
  width: 63px;
  height: 63px;
}

.materiality-section__support-text {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}

.materiality-section__sdgs-logo {
  display: block;
  margin: 0 auto;
  width: 254px;
  height: auto;
}

/* message-section styles */
.message-section__header {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .message-section__header {
    margin-bottom: 1rem;
  }
}

.message-section__title-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.message-section__main-title {
  font-weight: 800;
  font-size: 72px;
  line-height: 1.27;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #157A6D;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .message-section__main-title {
    font-size: 2.22222rem;
  }
}

.message-section__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.19;
  color: #000000;
  margin: 0;
}
@media (max-width: 767px) {
  .message-section__subtitle {
    font-size: 0.66667rem;
  }
}

.message-section__content {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .message-section__content {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .message-section__content {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}

.message-section__photo img {
  width: 384px;
  height: auto;
  border-radius: 0 30px 0 30px;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .message-section__photo img {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .message-section__photo img {
    width: 100%;
  }
}

.message-section__text {
  max-width: calc(100% - 384px - 5rem);
}
@media (max-width: 1023px) {
  .message-section__text {
    max-width: calc(100% - 250px - 3rem);
  }
}
@media (max-width: 767px) {
  .message-section__text {
    max-width: 100%;
  }
}

.message-section__name {
  font-size: 0.88889rem;
  margin-top: 1rem;
  text-align: right;
}

.message-section__message p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.94444rem;
  /* 194.444% */
  margin-bottom: 1rem;
}

/* press-section styles */
.press-section {
  background: #E8F4F2;
  border-radius: 1.66667rem;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .press-section {
    padding: 2rem 0;
  }
}
.press-section__wrapper {
  margin: auto;
  width: 100%;
  max-width: 44.44444rem;
}
.press-section__wrapper hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #00973B;
  margin: 0 auto;
  padding: 0;
}
.press-section__header {
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .press-section__header {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
}
.press-section__title {
  text-align: center;
  font-size: 1.44444rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}
@media (max-width: 767px) {
  .press-section__title {
    font-size: 0.95rem;
    font-weight: 600;
  }
}
.press-section--accordion {
  --press-accordion-max-height: 160rem;
}
.press-section--accordion .press-section__title {
  cursor: pointer;
  position: relative;
  display: block;
  padding-bottom: 1rem;
  transition: color 0.3s ease;
  color: #1D2088;
  text-decoration: underline;
  z-index: 1;
}
.press-section--accordion .press-section__title span.small {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .press-section--accordion .press-section__title span.small {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .press-section--accordion .press-section__title span.small br {
    display: none;
  }
}
@media (max-width: 767px) {
  .press-section--accordion .press-section__title {
    padding-right: 2.5rem;
    text-align: left;
    padding: 1rem;
  }
  .press-section--accordion .press-section__title br {
    display: none;
  }
}
.press-section--accordion .press-section__title::before, .press-section--accordion .press-section__title::after {
  content: none;
}
.press-section--accordion .press-section__title:focus-visible {
  outline: 2px solid #157A6D;
  outline-offset: 4px;
}
.press-section--accordion .press-section__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.press-section--accordion.is-open .press-section__content {
  max-height: var(--press-accordion-max-height, 160rem);
  opacity: 1;
  pointer-events: auto;
}
.press-section--accordion .press-section__title--open {
  color: #111;
  text-decoration: none;
}
.press-section__topics {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .press-section__topics {
    justify-content: flex-start;
  }
}
.press-section__topics-label {
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #157A6D;
  line-height: 1rem;
  padding: 0.4rem 1rem;
}
@media (max-width: 767px) {
  .press-section__topics-label {
    font-size: 0.6rem;
    padding: 0.4rem 0.6rem;
    line-height: 1.2;
  }
}
.press-section__topics-date {
  font-weight: 800;
  font-size: 0.8rem;
  color: #157A6D;
  background: #FFFFFF;
  align-self: center;
  line-height: 1rem;
  padding: 0.4rem 1rem;
}
@media (max-width: 767px) {
  .press-section__topics-date {
    font-size: 0.6rem;
    padding: 0.4rem 0.6rem;
    line-height: 1.2;
  }
}
.press-section__content {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.press-section__title-wrapper {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #1D2088;
  border-radius: 1rem;
  padding: 1rem 0.5rem;
}
.press-section__title-wrapper::after {
  content: "▲";
  display: block;
  position: absolute;
  bottom: 1rem;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  line-height: 1;
  color: #1D2088;
  transition: color 0.3s ease, bottom 0.3s ease;
  z-index: 0;
}
@media (max-width: 767px) {
  .press-section__title-wrapper {
    padding: 0;
  }
}
.press-section__date {
  font-weight: 700;
  font-size: 0.88889rem;
  color: #157A6D;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .press-section__date {
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
  }
}
.press-section--accordion.is-open .press-section__title-wrapper::after {
  content: "▼";
  color: #157A6D;
}
.press-section .press-section--accordion:not(.is-open) .press-section__title {
  color: #1D2088;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
}
.press-section .press-section--accordion:not(.is-open) .press-section__title-wrapper {
  border: 1px solid #1D2088;
  border-color: #1D2088;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 767px) {
  .press-section .press-section--accordion:not(.is-open) .press-section__title-wrapper {
    padding: 1.2rem;
    border-radius: 1.2rem;
  }
}
.press-section__photo figure {
  border-radius: 1.1rem;
  overflow: hidden;
}
.press-section__photo figure img {
  display: block;
}
.press-section__photo--wide {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .press-section__photo--wide {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.press-section__photo--wide figure {
  width: 100%;
}
.press-section__photo--wide figure img {
  width: 100%;
  height: auto;
}
.press-section__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .press-section__gallery {
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    gap: 0.75rem;
  }
}
.press-section__gallery-item {
  border-radius: 1.1rem;
  overflow: hidden;
}
.press-section__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.press-section__texts h4 {
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}
@media (max-width: 767px) {
  .press-section__texts h4 {
    font-size: 0.9rem;
  }
}
.press-section__texts p {
  margin-bottom: 1rem;
  font-size: 0.88889rem;
  font-style: normal;
  line-height: 180%;
}
@media (max-width: 767px) {
  .press-section__texts p {
    font-size: 0.8rem;
  }
}
.press-section__texts p.lead {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .press-section__texts p.lead {
    font-size: 0.9rem;
  }
}
.press-section__texts p:last-child {
  margin-bottom: 0;
}
.press-section__texts p a {
  color: #0099D9;
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* fade-in animation */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

/*# sourceMappingURL=sustainability.css.map */
