@charset "UTF-8";
/*!
global > color
------------------------------
*/
:root {
  --cl-main: #243D5F;
  --cl-border: #DDE1E5;
  --cl-bg-gray: #F6F6F6;
  --cl-text-dark: #333;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --base-font-ja: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
      "Yu Gothic", "メイリオ", sans-serif;
  --font-en: "Inter", sans-serif;
  --font-en02: "Afacad", sans-serif;
  --font-en03: "Plus Jakarta Sans", sans-serif;
  --font-mplus: "M PLUS 1", sans-serif;
  --base-font-weight: 500;
  --base-color-txt: #243d5f;
  --header-height-pc: 107px;
  --space-component: 24px;
  --space-h1-content: 60px;
  --space-h2-top: 48px;
  --space-title-text: 20px;
  --space-text: 16px;
  --space-title-title: 32px;
  --space-image-text: 12px;
}
@media screen and (min-width: 768px) {
  :root {
    --space-component: 40px;
    --space-h1-content: 100px;
    --space-h2-top: 80px;
    --space-title-text: 32px;
    --space-text: 24px;
    --space-title-title: 48px;
    --space-image-text: 20px;
  }
}

/*!
global > mixin
------------------------------
*/
.p_sustainability .btn_child_link[href$=".pdf"]:after {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_child_link[href$=".pdf"]:after {
    font-size: clamp(0.75rem, 0.1488095238vw + 0.6785714286rem, 0.8125rem);
  }
}

.p_sustainability .mv_slider .item_tag, .p_sustainability .mv_slider_ref .item_title, .p_sustainability .news_list .item_date, .p_sustainability .action_slider_item .item_tags {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider .item_tag, .p_sustainability .mv_slider_ref .item_title, .p_sustainability .news_list .item_date, .p_sustainability .action_slider_item .item_tags {
    font-size: 0.875rem;
  }
}

.p_sustainability .mv_slider .item_more, .p_sustainability .initiatives_list .item_sub_caption {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider .item_more, .p_sustainability .initiatives_list .item_sub_caption {
    font-size: 0.9375rem;
  }
}

.p_sustainability .btn_viewmore, .p_sustainability .news_list .item_txt {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_viewmore, .p_sustainability .news_list .item_txt {
    font-size: 1rem;
  }
}

.p_sustainability .action_gallery_item .item_name {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_gallery_item .item_name {
    font-size: 1.0625rem;
  }
}

.p_sustainability .about_leading_sub, .p_sustainability .about_themes_list_item .item_name, .p_sustainability .action_slider_item .item_title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_leading_sub, .p_sustainability .about_themes_list_item .item_name, .p_sustainability .action_slider_item .item_title {
    font-size: 1.125rem;
  }
}

.p_sustainability .about_intro {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_intro {
    font-size: clamp(1rem, 0.744047619vw + 0.6428571429rem, 1.3125rem);
  }
}

.p_sustainability .about_themes_title, .p_sustainability .news_heading {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_themes_title, .p_sustainability .news_heading {
    font-size: 1.5rem;
  }
}

.p_sustainability .about_leading, .p_sustainability .about_themes_list_item .item_photo::before {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_leading, .p_sustainability .about_themes_list_item .item_photo::before {
    font-size: clamp(1.25rem, 0.8928571429vw + 0.8214285714rem, 1.625rem);
  }
}

.p_sustainability .sus_heading2 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .sus_heading2 {
    font-size: 1.75rem;
  }
}

.p_sustainability .mv_slider .item_title {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider .item_title {
    font-size: clamp(1.625rem, 1.3392857143vw + 0.9821428571rem, 2.1875rem);
  }
}

.p_sustainability .sus_heading {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .sus_heading {
    font-size: clamp(1.625rem, 1.4880952381vw + 0.9107142857rem, 2.25rem);
  }
}

.p_sustainability .initiatives_list .item_photo figcaption {
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives_list .item_photo figcaption {
    font-size: 2.5rem;
  }
}

.p_sustainability_materiality .declaration_heading {
  max-width: 1003px;
  margin-top: 26px;
  margin-inline: auto;
}
.p_sustainability_materiality .declaration_heading img {
  mix-blend-mode: multiply;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p_sustainability_materiality .declaration_anchor {
    margin-top: 80px;
  }
}
.p_sustainability_materiality .materiality_more {
  margin-top: 32px;
}
.p_sustainability {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_sustainability {
    padding-top: 0;
  }
}
.p_sustainability .patt_shape_01 {
  aspect-ratio: 0.75;
  background-image: url("./../images/sustainability/icon_dec_01.svg");
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .patt_shape_01 {
    width: 4.5833333333vw;
  }
}
.p_sustainability .patt_shape_02 {
  aspect-ratio: 0.8510638298;
  background-image: url("./../images/sustainability/icon_dec_02.svg");
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .patt_shape_02 {
    width: 2.7777777778vw;
  }
}
.p_sustainability .patt_shape_03 {
  aspect-ratio: 0.8936170213;
  background-image: url("./../images/sustainability/icon_dec_03.svg");
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .patt_shape_03 {
    width: 2.9166666667vw;
  }
}
.p_sustainability .btn_child_link {
  --border-color: #3b5c52;
  --btn-text-color: #3b5c52;
  font-weight: 700;
  width: 100%;
  position: relative;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_child_link {
    max-width: 100%;
    min-height: 1px;
    height: 72px;
  }
}
.p_sustainability .btn_child_link::after, .p_sustainability .btn_child_link::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.p_sustainability .btn_child_link::before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 1;
  right: 28px;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_child_link::before {
    right: 43px;
  }
}
.p_sustainability .btn_child_link::after {
  background: #3b5c52;
  border-radius: 99px;
  right: 21px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_child_link::after {
    width: 23px;
    right: 33px;
  }
}
.p_sustainability .btn_child_link[href$=".pdf"] {
  padding-right: 92px;
}
.p_sustainability .btn_child_link[href$=".pdf"]::before {
  display: none;
}
.p_sustainability .btn_child_link[href$=".pdf"]:after {
  content: "pdf";
  width: 64px;
  height: 25px;
  background-color: #3b5c52;
  border-radius: 99px;
  font-family: var(--font-en02);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
  color: #fff;
  padding-inline: 4px;
  text-transform: uppercase;
}
.p_sustainability .btn_viewmore {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #fff;
  width: 144px;
  height: 36px;
  background-color: #3b5c52;
  border-radius: 99px;
  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;
  position: relative;
  padding: 0px 20px 2px 4px;
}
.p_sustainability .btn_viewmore vs-icon {
  width: 16px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 99px;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
.p_sustainability .btn_viewmore vs-icon::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
  left: 5px;
  rotate: 45deg;
  border-top: 1px solid #3b5c52;
  border-right: 1px solid #3b5c52;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_viewmore.md {
    width: 240px;
    height: 56px;
    padding: 0px 35px 2px 28px;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_viewmore.md vs-icon {
    width: 23px;
    right: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_viewmore.md vs-icon::after {
    width: 5px;
    height: 5px;
    top: 9px;
    left: 8px;
  }
}
.p_sustainability .btn_viewmore.lg {
  width: 350px;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_viewmore.lg vs-icon {
    width: 23px;
    right: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .btn_viewmore.lg vs-icon::after {
    width: 5px;
    height: 5px;
    top: 9px;
    left: 8px;
  }
}
.p_sustainability .shape {
  margin: 0;
}
.p_sustainability .shape img {
  margin: 0;
}
.p_sustainability .sus_heading {
  font-family: var(--font-mplus);
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #3b5c52;
  text-align: center;
}
.p_sustainability .sus_heading::after {
  content: "";
  width: 75px;
  height: 5px;
  background-image: url("./../images/sustainability/img_about_title_dot.webp");
  background-size: 100%;
  display: block;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}
.p_sustainability .sus_heading2 {
  font-family: var(--font-mplus);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #3b5c52;
  text-align: center;
}
.p_sustainability .mv {
  position: relative;
}
.p_sustainability .mv .c_hero__bread {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.p_sustainability .mv .c_bread * {
  color: #fff;
}
.p_sustainability .mv .c_bread a:after {
  background-color: #fff;
}
.p_sustainability .mv_slider *:not(.l_container) {
  margin: 0;
  padding: 0;
}
.p_sustainability .mv_slider .item_photo {
  position: relative;
  aspect-ratio: 1.3333333333;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider .item_photo {
    aspect-ratio: 1.8922470434;
    max-height: 761px;
  }
}
.p_sustainability .mv_slider .item_photo::after {
  content: "";
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.p_sustainability .mv_slider .item_photo img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider .item_photo img {
    height: 100%;
  }
}
.p_sustainability .mv_slider .item_content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider .item_content {
    bottom: 125px;
  }
}
.p_sustainability .mv_slider .item_tag {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
.p_sustainability .mv_slider .item_tag > span {
  color: #fff;
  padding: 2px 10px;
  border-radius: 99px;
}
.p_sustainability .mv_slider .item_title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  color: #fff;
  max-width: 707px;
}
.p_sustainability .mv_slider .item_more {
  font-weight: 700;
  line-height: 1.2666666667;
  letter-spacing: 0.11em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.p_sustainability .mv_slider .item_more::after {
  content: "";
  width: 23px;
  aspect-ratio: 1;
  background-image: url("./../images/common/icon_arrow_circle.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
.p_sustainability .mv_slider_item {
  position: relative;
}
.p_sustainability .mv_slider_ref {
  max-width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  translate: 0 -40px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref {
    translate: 0 -56px;
  }
}
.p_sustainability .mv_slider_ref *:not(.l_container) {
  margin: 0;
}
.p_sustainability .mv_slider_ref .item_photo {
  width: 84px;
  max-width: 100%;
  aspect-ratio: 1.3548387097;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref .item_photo {
    width: clamp(84px, (1025px - 100vw) * 1000, 100%);
  }
}
.p_sustainability .mv_slider_ref .item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.p_sustainability .mv_slider_ref .item_title {
  font-weight: 700;
  color: #3b5c52;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref .item_title {
    width: clamp(100% - 84px - 12px, (1025px - 100vw) * 1000, 100%);
  }
}
.p_sustainability .mv_slider_ref_wrap {
  width: calc(100% - 73px);
}
.p_sustainability .mv_slider_ref_list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p_sustainability .mv_slider_ref_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 16px 11px;
  border-bottom: 3px solid #3b5c52;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref_item {
    width: 20%;
    border-bottom-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    border-bottom: 3px solid rgba(59, 92, 82, 0.2);
  }
  .p_sustainability .mv_slider_ref_item:hover {
    border-bottom-color: #3b5c52;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref_item.is_active {
    border-bottom-color: #3b5c52;
    pointer-events: none;
  }
}
.p_sustainability .mv_slider_ref_item::after {
  content: "";
  width: 1px;
  height: 59px;
  background-color: #bababa;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.p_sustainability .mv_slider_ref_controller {
  width: 73px;
  position: relative;
}
.p_sustainability .mv_slider_ref_controller_state {
  width: 28px;
  height: 28px;
  background-color: #3b5c52;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 45%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .mv_slider_ref_controller_state {
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    cursor: pointer;
  }
  .p_sustainability .mv_slider_ref_controller_state:hover {
    opacity: 0.6;
  }
}
.p_sustainability .mv_slider_ref_controller_state.is_pause::before {
  scale: 0.8;
  opacity: 0;
}
.p_sustainability .mv_slider_ref_controller_state.is_pause::after {
  width: 6px;
  opacity: 1;
}
.p_sustainability .mv_slider_ref_controller_state::before, .p_sustainability .mv_slider_ref_controller_state::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
.p_sustainability .mv_slider_ref_controller_state::after {
  width: 18px;
  height: 10px;
  background-image: linear-gradient(to right, #fff 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 4px, #fff 2px);
  opacity: 0;
}
.p_sustainability .mv_slider_ref_controller_state::before {
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-left: 8px solid #fff;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
}
.p_sustainability .about {
  position: relative;
  z-index: 1;
  padding-top: 95px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about {
    padding-top: 95px;
  }
}
.p_sustainability .about_patt {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.p_sustainability .about_patt .shape {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_patt .shape:nth-child(1) {
    top: 22px;
    left: 17.5%;
    scale: -1 1;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_patt .shape:nth-child(2) {
    top: 334px;
    left: 78.1%;
    scale: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_patt .shape:nth-child(3) {
    top: 678px;
    left: 22.4%;
    scale: 1.4;
  }
}
.p_sustainability .about_patt .shape:nth-child(4) {
  width: 100px;
  aspect-ratio: 1;
  background-color: #ebf7f1;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_patt .shape:nth-child(4) {
    top: 192px;
    right: 5.4%;
  }
}
.p_sustainability .about_patt .shape:nth-child(5) {
  width: 100px;
  aspect-ratio: 1;
  background-color: #ebf7f1;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_patt .shape:nth-child(5) {
    top: 700px;
    left: 3.4%;
  }
}
.p_sustainability .about_decoration {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p_sustainability .about_decoration .shape {
  position: absolute;
}
.p_sustainability .about_decoration .shape:nth-child(1) {
  width: 30vw;
  max-width: 432px;
  aspect-ratio: 3.4285714286;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_decoration .shape:nth-child(1) {
    top: -27px;
    right: -100px;
  }
}
.p_sustainability .about_decoration .shape:nth-child(2) {
  width: 22.5694444444vw;
  max-width: 325px;
  aspect-ratio: 1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_decoration .shape:nth-child(2) {
    top: 236px;
    left: 3.2%;
  }
}
.p_sustainability .about_decoration .shape:nth-child(3) {
  width: 23.125vw;
  max-width: 333px;
  aspect-ratio: 1;
  right: 0;
  bottom: clamp(54%, (548px - 100vw) * 1000, 59%);
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_decoration .shape:nth-child(3) {
    right: 2.8%;
    bottom: 429px;
    bottom: clamp(429px, (1088px - 100vw) * 1000, 730px);
  }
}
.p_sustainability .about_decoration .shape img {
  width: 100%;
}
.p_sustainability .about_intro {
  font-family: var(--font-mplus);
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.09em;
  color: #034a8a;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_intro {
    font-size: 1.321875rem;
  }
}
.p_sustainability .about_title {
  margin-top: 8px;
}
.p_sustainability .about_title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.p_sustainability .about_title img:nth-child(1) {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_title img:nth-child(1) {
    width: 816px;
  }
}
.p_sustainability .about_title img:nth-child(2) {
  width: 75px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}
.p_sustainability .about_leading_sub {
  font-family: var(--font-mplus);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-align: center;
  color: #3b5c52;
  margin: 30px 0 0;
}
.p_sustainability .about_leading {
  font-family: var(--font-mplus);
  font-weight: 800;
  line-height: 1.9;
  letter-spacing: 0.11em;
  text-align: center;
  color: #3b5c52;
}
.p_sustainability .about_txt {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.1;
  text-align: center;
  color: #3b5c52;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_txt {
    font-size: 1.125rem;
  }
}
.p_sustainability .about_more {
  max-width: 392px;
  margin-top: 35px;
  margin-inline: auto;
}
.p_sustainability .about_themes {
  margin-top: 87px;
}
.p_sustainability .about_themes_title {
  font-family: var(--font-mplus);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3b5c52;
}
.p_sustainability .about_themes_list {
  counter-reset: counta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
  margin-top: 32px;
}
.p_sustainability .about_themes_list_item {
  --color-accent: #024a8a;
  counter-increment: counta;
}
@media screen and (min-width: 768px) {
  .p_sustainability .about_themes_list_item {
    width: 141px;
  }
}
.p_sustainability .about_themes_list_item:nth-child(2) {
  --color-accent: #f0831e;
}
.p_sustainability .about_themes_list_item:nth-child(3) {
  --color-accent: #00b2bb;
}
.p_sustainability .about_themes_list_item:nth-child(4) {
  --color-accent: #e9474d;
}
.p_sustainability .about_themes_list_item:nth-child(5) {
  --color-accent: #42b153;
}
.p_sustainability .about_themes_list_item:nth-child(6) {
  --color-accent: #b963a3;
}
.p_sustainability .about_themes_list_item .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_sustainability .about_themes_list_item .item_photo {
  aspect-ratio: 1;
  background-color: var(--color-accent);
  border-radius: 99px;
  position: relative;
  margin-bottom: 11px;
}
.p_sustainability .about_themes_list_item .item_photo::before {
  font-weight: 700;
  color: var(--color-accent);
  content: counter(counta);
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 99px;
  position: absolute;
  top: -7px;
  left: -3px;
  border: 3px solid var(--color-accent);
  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;
}
.p_sustainability .about_themes_list_item .item_photo img {
  width: 100%;
}
.p_sustainability .about_themes_list_item .item_name {
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-accent);
  text-align: center;
  margin: 0;
}
.p_sustainability .about_themes_more {
  margin-top: 98px;
}
.p_sustainability.is-en .about {
  padding-top: 63px;
}
.p_sustainability.is-en .about_decoration .shape:nth-child(3) {
  bottom: -36px;
}
.p_sustainability .news {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news {
    padding-top: 107px;
    padding-bottom: 110px;
  }
}
.p_sustainability .news::before {
  content: "";
  width: 100%;
  background-color: #ebf7f1;
  position: absolute;
  z-index: -2;
  top: 160px;
  bottom: 0;
}
.p_sustainability .news::after {
  content: "";
  width: 125.5222222222vw;
  min-width: 1807.52px;
  aspect-ratio: 2.1615881368;
  background-color: #ebf7f1;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  translate: -50% -3.3%;
}
.p_sustainability .news_patt {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p_sustainability .news_patt .shape {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_patt .shape:nth-child(1) {
    top: 79px;
    left: 100px;
    scale: -1.6 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_patt .shape:nth-child(2) {
    top: 489px;
    right: 21px;
    scale: -1 1;
  }
}
.p_sustainability .news_wrap {
  position: relative;
  margin-top: 56px;
}
.p_sustainability .news_wrap + .news_wrap {
  margin-top: 44px;
}
.p_sustainability .news_heading {
  font-family: var(--font-mplus);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b5c52;
}
.p_sustainability .news_list {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #3b5c52;
  margin-top: 15px;
  padding: 2px 16px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_list {
    padding: 2px 32px;
  }
}
.p_sustainability .news_list .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3b5c52;
  line-height: 1.2;
  padding-block: 16px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_list .item_link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 22px;
    padding-bottom: 25px;
  }
}
.p_sustainability .news_list .item_date {
  font-family: var(--font-en03);
  font-weight: 400;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_list .item_date {
    width: 100px;
  }
}
.p_sustainability .news_list .item_tags {
  width: 156px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_sustainability .news_list .item_txt {
  margin: 0;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_list .item_txt {
    width: calc(100% - 156px - 100px);
  }
}
.p_sustainability .news_list_item + .news_list_item {
  border-top: 1px solid #3b5c52;
}
.p_sustainability .news_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .news_more {
    position: absolute;
    top: -1px;
    right: 0;
    margin-top: 0;
  }
}
.p_sustainability.is-en .news {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .p_sustainability.is-en .news {
    padding-top: 168px;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability.is-en .news::before {
    top: 400px;
  }
}
.p_sustainability.is-en .news::after {
  translate: -50% 7%;
}
.p_sustainability .initiatives {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 95px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives {
    padding-top: 95px;
  }
}
.p_sustainability .initiatives_patt {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p_sustainability .initiatives_patt .shape {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives_patt .shape:nth-child(1) {
    top: 176px;
    right: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives_patt .shape:nth-child(2) {
    top: 629px;
    left: 54px;
    scale: -1.2 1.2;
  }
}
.p_sustainability .initiatives_decoration {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p_sustainability .initiatives_decoration .shape {
  position: absolute;
}
.p_sustainability .initiatives_decoration .shape:nth-child(1) {
  width: 21.3333333333vw;
  max-width: 170px;
  aspect-ratio: 1.2230215827;
  top: -40px;
  left: -17px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives_decoration .shape:nth-child(1) {
    width: 11.8055555556vw;
    top: -89px;
  }
}
.p_sustainability .initiatives_decoration .shape:nth-child(2) {
  width: 21.3333333333vw;
  max-width: 164px;
  aspect-ratio: 0.841025641;
  top: 100%;
  right: -29px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives_decoration .shape:nth-child(2) {
    width: 11.3888888889vw;
    top: 723px;
  }
}
.p_sustainability .initiatives_decoration .shape img {
  width: 100%;
}
.p_sustainability .initiatives_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}
.p_sustainability .initiatives_list .item {
  background-color: #fff;
  border: 1px solid #3b5c52;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_sustainability .initiatives_list .item {
    width: calc(33.33% - 13.3333333333px);
    width: clamp(33.33% - 13.3333333333px, (1160px - 100vw) * 1000, 50% - 10px);
  }
}
.p_sustainability .initiatives_list .item_photo {
  width: 100%;
  aspect-ratio: 1.4621212121;
  position: relative;
  margin: 0;
}
.p_sustainability .initiatives_list .item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_sustainability .initiatives_list .item_photo figcaption {
  font-family: var(--font-en02);
  font-weight: 700;
  line-height: 1.3;
  color: #3b5c52;
  background-color: #fff;
  border-top-right-radius: 16px;
  position: absolute;
  left: 0;
  bottom: -4px;
  padding: 4px 26px 0 23px;
}
.p_sustainability .initiatives_list .item_photo figcaption::first-letter {
  text-transform: uppercase;
  color: var(--ft);
}
.p_sustainability .initiatives_list .item_context {
  padding: 1px 70px 24px 27px;
}
.p_sustainability .initiatives_list .item_sub_caption {
  font-family: var(--font-mplus);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b5c52;
}
.p_sustainability .initiatives_list .item_list {
  margin-top: 18px;
}
.p_sustainability .initiatives_list .item_list li {
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #3b5c52;
  position: relative;
  padding-left: 13px;
}
.p_sustainability .initiatives_list .item_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--ft);
  border-radius: 9px;
  position: absolute;
  top: 1em;
  left: -1px;
}
.p_sustainability .initiatives_list .item p {
  margin: 0;
}
.p_sustainability .initiatives_list .item .initiatives_list__more_link vs-icon {
  width: 38px;
  aspect-ratio: 1;
  background-color: #3b5c52;
  border-radius: 99px;
  position: absolute;
  bottom: 19px;
  right: 24px;
}
.p_sustainability .initiatives_list .item .initiatives_list__more_link vs-icon::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  rotate: 45deg;
  translate: -50% -50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p_sustainability .initiatives_related {
  margin-top: 84px;
}
.p_sustainability .initiatives_related_more {
  margin-top: 26px;
}
.p_sustainability .initiatives_related_more .btn_child_link {
  height: 72px;
  min-height: 1px;
  line-height: 1.5;
}
.p_sustainability .initiatives_related_more .btn_child_link[href$=".pdf"] {
  height: 100px;
}
.p_sustainability .initiatives_related_more .btn_child_link[href$=".pdf"] span {
  position: relative;
  padding-left: 28px;
}
.p_sustainability .initiatives_related_more .btn_child_link[href$=".pdf"] span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 99px;
  position: absolute;
  top: 50%;
  left: 8px;
  translate: 0 -50%;
}
.p_sustainability .initiatives_related_more .mt-be-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_sustainability .initiatives_related_more .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p_sustainability .action {
  position: relative;
  z-index: 0;
  margin-top: 202px;
  padding-bottom: 146px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action {
    margin-top: 202px;
    padding-bottom: 150px;
  }
}
.p_sustainability .action::before {
  content: "";
  width: 100%;
  background-color: #ebf7f1;
  position: absolute;
  z-index: -2;
  bottom: 0;
  top: 100px;
}
.p_sustainability .action::after {
  content: "";
  width: 69.4444444444vw;
  min-width: 1000px;
  aspect-ratio: 2.1615881368;
  background-color: #ebf7f1;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  translate: -50% -20%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action::after {
    width: 125.5222222222vw;
    min-width: 1807.52px;
    translate: -50% -13.3%;
  }
}
.p_sustainability .action_patt {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p_sustainability .action_patt .shape {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_patt .shape:nth-child(1) {
    top: 753px;
    left: 9.3%;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_patt .shape:nth-child(2) {
    left: 14.8%;
    bottom: 442px;
    scale: -1 1;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_patt .shape:nth-child(3) {
    right: 8.3%;
    bottom: 445px;
  }
}
.p_sustainability .action_decoration {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p_sustainability .action_decoration .shape {
  position: absolute;
}
.p_sustainability .action_decoration .shape:nth-child(1) {
  width: 26.6666666667vw;
  max-width: 252px;
  aspect-ratio: 1.4318181818;
  top: -100px;
  left: 8px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_decoration .shape:nth-child(1) {
    width: 17.5vw;
    top: -134px;
    left: 23px;
  }
}
.p_sustainability .action_decoration .shape:nth-child(2) {
  width: 26.6666666667vw;
  max-width: 117px;
  aspect-ratio: 1.2315789474;
  top: 618px;
  right: 10px;
  rotate: 8deg;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_decoration .shape:nth-child(2) {
    width: 8.125vw;
    top: 708px;
    right: 12.3%;
  }
}
.p_sustainability .action_decoration .shape:nth-child(3) {
  width: 26.6666666667vw;
  max-width: 141px;
  aspect-ratio: 1.1949152542;
  left: 20px;
  bottom: 36px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_decoration .shape:nth-child(3) {
    width: 9.7916666667vw;
    left: 4.7%;
    bottom: 376px;
  }
}
.p_sustainability .action_decoration .shape img {
  width: 100%;
}
.p_sustainability .action_slider {
  width: 240px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_slider {
    width: 620px;
  }
}
.p_sustainability .action_slider .slick-list {
  overflow: visible;
}
.p_sustainability .action_slider_item {
  border: 1px solid #3b5c52;
  border-radius: 12px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
.p_sustainability .action_slider_item_01, .p_sustainability .action_slider_item_03, .p_sustainability .action_slider_item_05 {
  translate: 0 30px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_slider_item_01, .p_sustainability .action_slider_item_03, .p_sustainability .action_slider_item_05 {
    translate: 0 76px;
  }
}
.p_sustainability .action_slider_item .item_link {
  display: block;
  position: relative;
}
.p_sustainability .action_slider_item .item_photo {
  aspect-ratio: 0.6481481481;
  position: relative;
  margin: 0;
}
.p_sustainability .action_slider_item .item_photo::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.p_sustainability .action_slider_item .item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_sustainability .action_slider_item .item_context {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_slider_item .item_context {
    padding: 17px 20px;
  }
}
.p_sustainability .action_slider_item .item_tags {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
.p_sustainability .action_slider_item .item_tags > span {
  background-color: var(--badge-color);
  border-radius: 99px;
  display: inline-block;
  padding: 1px 9px;
}
.p_sustainability .action_slider_item .item_title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 12px;
}
.p_sustainability .action_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_more {
    margin-top: 139px;
  }
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_more > a {
    width: 240px;
    height: 56px;
  }
}
.p_sustainability .action_gallery {
  margin-top: 64px;
}
.p_sustainability .action_gallery_list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_gallery_list .mt-be-column {
    width: clamp(25% - 15px, (1025px - 100vw) * 1000, 50% - 10px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p_sustainability .action_gallery_item {
  display: block;
  overflow: hidden;
  border: 1px solid #3b5c52;
  border-radius: 12px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.p_sustainability .action_gallery_item::after {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_gallery_item:hover {
    opacity: 0.7;
  }
}
.p_sustainability .action_gallery_item > figure {
  width: 100%;
  aspect-ratio: 1.6764705882;
  margin: 0;
}
.p_sustainability .action_gallery_item > figure img {
  width: 100%;
}
.p_sustainability .action_gallery_item .item_name {
  font-weight: 700;
  line-height: 1.6;
  color: #3b5c52;
  padding: 12px 16px 23px;
  position: relative;
  padding-right: 28px;
}
@media screen and (max-width: 767px) {
  .p_sustainability .action_gallery_item .item_name {
    padding: 6px 20px 28px;
  }
}
.p_sustainability .action_gallery_item .item_name::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #3b5c52;
  mask-image: url("../images/common/icon_out_link02.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/common/icon_out_link02.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
}
.p_sustainability .action_gallery_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.p_sustainability .action_gr_comp {
  margin-top: 83px;
}
.p_sustainability .action_gr_comp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_gr_comp_list .mt-be-column {
    width: calc(33.33% - 13.3333333333px);
  }
}
.p_sustainability .action_gr_comp_list a {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.p_sustainability .action_gr_comp_list a::after {
  content: "";
  width: 15px;
  background-image: url("./../images/common/icon_out_link02.svg");
  background-size: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 47%;
  right: 20px;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p_sustainability .action_gr_comp_list a::after {
    right: 30px;
    right: clamp(15px, 100vw - 1024px, 30px);
  }
}
.p_sustainability .action_gr_comp_list img {
  width: 100%;
  margin: 0;
}
.p_sustainability .banner {
  position: relative;
  z-index: 0;
}
.p_sustainability .banner_decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p_sustainability .banner_decoration .shape {
  position: absolute;
}
.p_sustainability .banner_decoration .shape:nth-child(1) {
  width: 26.6666666667vw;
  max-width: 196px;
  aspect-ratio: 2.2272727273;
  top: -23px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .banner_decoration .shape:nth-child(1) {
    width: 13.6111111111vw;
    right: 175px;
  }
}
.p_sustainability .banner_decoration .shape:nth-child(2) {
  width: 26.6666666667vw;
  max-width: 194px;
  aspect-ratio: 1.7168141593;
  left: 20px;
  bottom: -21px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .banner_decoration .shape:nth-child(2) {
    width: 13.4722222222vw;
    left: 92px;
  }
}
.p_sustainability .banner_decoration .shape img {
  width: 100%;
}
.p_sustainability .banner_more {
  width: calc(100vw - 40px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .p_sustainability .banner_more {
    width: 642px;
    padding-block: 90px;
  }
}
.p_sustainability .banner_more > a {
  display: block;
}
.p_sustainability .banner_more img {
  width: 100%;
  margin: 0;
}

.p_sustainability_priority {
  max-width: 980px;
  margin: 0 auto;
}

.p_sustainability_priority__heading {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__heading {
    margin-bottom: 54px;
  }
}

.p_sustainability_priority__list {
  counter-reset: counta;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__list {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 60px;
  }
}

.p_sustainability_priority__list_item {
  --color-accent: #ccc;
  margin: 0 0 20px;
  counter-increment: counta;
}
.p_sustainability_priority__list_item:nth-child(1) {
  --color-accent: #024a8a;
}
.p_sustainability_priority__list_item:nth-child(2) {
  --color-accent: #f0831e;
}
.p_sustainability_priority__list_item:nth-child(3) {
  --color-accent: #00b2bb;
}
.p_sustainability_priority__list_item:nth-child(4) {
  --color-accent: #e9474d;
}
.p_sustainability_priority__list_item:nth-child(5) {
  --color-accent: #42b153;
}
.p_sustainability_priority__list_item:nth-child(6) {
  --color-accent: #b963a3;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__list_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 60px);
            flex: 1 1 calc(50% - 60px);
    margin-bottom: 0;
  }
}

.p_sustainability_priority__label {
  margin: 0 0 11px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: var(--font-mplus);
  color: var(--color-accent);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__label {
    font-size: 1.5rem;
  }
}

.p_sustainability_priority__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px;
}

.p_sustainability_priority__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  position: relative;
  aspect-ratio: 1;
  margin: 10px 0;
  background-color: var(--color-accent);
  border-radius: 100%;
}
.p_sustainability_priority__image::before {
  font-size: 4vw;
  line-height: 3.5vw;
  font-weight: 700;
  color: var(--color-accent);
  content: counter(counta);
  width: 31%;
  height: 31%;
  background-color: #fff;
  border-radius: 99px;
  position: absolute;
  top: -7px;
  left: -3px;
  border: 2px solid;
  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;
}
.p_sustainability_priority__image figure {
  margin: 0;
}
.p_sustainability_priority__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__image::before {
    font-size: 2vw;
    border: 3px solid;
  }
}
@media screen and (min-width: 1040px) {
  .p_sustainability_priority__image::before {
    font-size: 1.5rem;
  }
}

.p_sustainability_priority__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  color: #3b5c52;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__text {
    font-size: 1.125rem;
  }
}

.p_sustainability_priority__button {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p_sustainability_priority__button {
    padding: 0;
  }
}

.p_sustainability_note {
  font-family: var(--font-mplus);
  font-weight: 700;
  font-size: 0.9375rem;
  color: #3b5c52;
  text-align: right;
}

.p_sustainability_bread {
  padding: 0 0 15px;
  background: #fff;
}

.p_sustainability_related__heading {
  margin-bottom: 20px;
}

.p_sustainability_related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p_sustainability_related__list_item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p_sustainability_related__list_item {
    width: calc(33.33% - 13.3333333333px);
  }
}
.p_sustainability_related__list_item a {
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.p_sustainability_related__list_item a::after {
  content: "";
  width: 15px;
  background-image: url("./../images/common/icon_out_link02.svg");
  background-size: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 47%;
  right: 20px;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p_sustainability_related__list_item a::after {
    right: 30px;
    right: clamp(15px, 100vw - 1024px, 30px);
  }
}
.p_sustainability_related__list_item img {
  width: 100%;
  margin: 0;
}

.img_action_shape_01_wrap {
  position: relative;
  height: 150px;
  max-width: 1310px;
  margin: 0 auto;
}

.img_action_shape_01 {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 180px;
}
.img_action_shape_01 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .img_action_shape_01 {
    bottom: -42px;
    left: -40px;
    width: 255px;
  }
}