  @charset "UTF-8";
/* -------------------------------------------------------------------------
common
-------------------------------------------------------------------------- */
.c-heading-b {
  margin-top: 0;
}
.index-section {
  position: relative;
}
.index-section__inner {
  width: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-section__inner {
  max-width: initial;
  padding-left: 32px;
  padding-right: 32px;
  }
}
@media screen and (max-width: 519px) {
  .c-link-block--col4 {
  grid-template-columns: repeat(1, 1fr);
  }
}
.c-link-block__item__link:hover .c-link-block__item__image::after {
  border: none;
}
/* -------------------------------------------------------------------------
¥á¥¤¥ó¥¤¥á©`¥¸
-------------------------------------------------------------------------- */
.index-hero {
  position: relative;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
}
.index-hero::before {
  content: "";
  display: block;
  padding-top: calc(100% * (658 / 1920));
}
@media screen and (max-width: 1099px) {
  .index-hero::before {
    padding-top: calc(100% * (572 / 1099));
  }
}
@media screen and (max-width: 519px) {
  .index-hero::before {
    padding-top: calc(100% * (720 / 519));
  }
}
.index-hero__inner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  position: absolute;
  bottom: 0;
}
@media print,
(min-width: 960px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .index-hero__inner {
    height: calc(100% - 108px);
    padding-top: 108px;
  }
}
@media screen and (max-width: 519px) {
  .index-hero__inner {
    height: calc(100% - 80px);
    padding-top: 80px;
  }
}
.index-hero--typeLayer02 .index-hero__inner {
  height: 100%;
  padding-top: 0;
}
.index-hero--typeLayer02 {
  margin-top: 24px;
}
@media screen and (max-width: 519px) {
  .index-hero--typeLayer02 {
    margin-top: 0;
  }
}
.index-hero__content {
  position: relative;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1099px) {
  .index-hero__content {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}
.index-hero__contentInner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 1099px) {
  .index-hero__contentInner {
    justify-content: flex-end;
    width: 100%;
    padding: 32px;
  }
}
@media screen and (max-width: 519px) {
  .index-hero__contentInner {
    padding: 24px 16px;
  }
}
.index-hero__title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.index-hero__title::before {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: calc(-1px + (1 - 1.5) * 0.6em);
  content: "";
}
.index-hero__title::after {
  display: block;
  width: 0;
  height: 1px;
  margin-top: calc(-1px + (1 - 1.5) * 0.4em);
  content: "";
}
@media screen and (max-width: 1099px) {
  .index-hero__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .index-hero__title {
    font-size: 2.6rem;
  }
}
.index-hero--typeTextColor02 .index-hero__title {
  color: #000;
  text-shadow: 0 0 10px #fff;
}
.index-hero--typeTextColor02--large .index-hero__title {
  color: #000;
  text-shadow: 0 0 10px #fff;
}
@media screen and (max-width: 1099px) {
  .index-hero--typeTextColor02--large .index-hero__title {
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
}
@media screen and (min-width: 520px) and (max-width: 1099px) {
  .index-hero--typeTextColor02--medium .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}
@media screen and (max-width: 520px) {
  .index-hero--typeTextColor02--small .index-hero__title {
    color: #000;
    text-shadow: 0 0 10px #fff;
  }
}
.index-hero__image {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 260px;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .index-hero__image {
    min-height: 418px;
  }
}
.index-hero__image img {
  width: 100%;
  height: auto;
}
/* -------------------------------------------------------------------------
ÐÂ×ÅÇéˆó
-------------------------------------------------------------------------- */
.news_list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.news_list li {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  font-size: 16px;
  border-bottom: 1px solid #b3b3b3;
  height: 100%;
  padding: 3% 0;
}
.news_list li:hover {
  opacity: .5;
}
.news_list li::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url(/assets/img/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}
.news_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_list .date {
  width: 130px;
  font-weight: bold;
  font-size: 16px;
}
.news_list .news-label {
  width: 110px;
  font-size: 16px;
  margin-right: auto;
}
.news_list p {
  width: 90%;
  margin-right: auto;
}
/* -------------------------------------------------------------------------
¥Ô¥Ã¥¯¥¢¥Ã¥×
-------------------------------------------------------------------------- */
.recommen {
  width: 100%;
  position: relative;

}
.recommen h5.c-heading-e {
  font-size: 16px;
  text-align: left;
  margin-top: 12px;
}
/* swiper-------- */
.swiper {
  max-width: 1280px;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-button-prev {
  left: -40px !important;
}
.swiper-button-next {
  right: -40px !important;
}
.swiper2.swiper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper2.swiper .swiper--wrapper2 {
  width: 100%;
  height: 300px;
}
.swiper2.swiper .swiper-slide2 {
width: 100%;
height: 100%;
position: relative;
}
.swiper-slide2 a{
  position: relative; 
  display: block;    
  height: auto;
  z-index: auto;  
}
.swiper-slide2 a:hover figure img {
  opacity: .5;
}
.swiper-slide2 a:hover + figure img{
opacity: .5;
display: block;
}
.swiper-slide2 a:hover figure {
  border: 1px solid #222;
  border-right: 2px solid #222;
  transition: .5s;
  box-sizing: border-box;
}
.swiper-slide2 figure{
border:1px solid #fff;
border-right: 2px solid #fff;
box-sizing: border-box;
}
.swiper-slide2 figure img{
transition: .5s;
backface-visibility: hidden;
box-sizing: border-box;
}
.swiper-wrapper a:hover{
text-decoration: none!important;
}
.recommen .swiper-button-prev2 {
  position: absolute;
  left: 0px !important;
}
.recommen .swiper-button-next2 {
  position: absolute;
  right: 0px !important;
}
.recommen .swiper-button-next2,
.recommen .swiper-button-prev2 {
  bottom: 0px !important;
  position: absolute;
  top: unset;
  width: unset;
  height: unset;
  margin-top: unset;
}
.recommen .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}
.recommen [class^="swiper-button-"]::after {
  font-size: 20px;
}
.recommen [class^="swiper-button-"] {
  color: #000;
}
.recommen .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  background-color:#000;
  }

/* New!-------- */
.latest figure {
  position: relative;
}
.latest figure::after {
  content: "NEW";
  background: #ffe600;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  font-size: 20px;
  z-index: 99;
  font-weight: bold;
}
/* -------------------------------------------------------------------------
¥È¥Ã¥×¥á¥Ã¥»©`¥¸
-------------------------------------------------------------------------- */
.index-section.index-section--type1 {
  background-color: #f3f3f3;
}
.message h2 {
  width: 70%;
}
.message .c-media-block {
  margin-top: 0;
}
.message .c-media-block__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index2 .index-section.index-section--type1.message {
  background: #fffbd6 url(/company/sustainability/img/2023/pic_02.png)no-repeat right 0% top 1% / 15%
}
.message .message_sub{
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
.message  .message_sub{
  margin-bottom: 0!important;
}
.message .c-media-block__body {
  justify-content: flex-start;
  margin-top: 30px;
  }
  }

/* -------------------------------------------------------------------------
¥Ë¥³¥ó¤Î¥µ¥¹¥Æ¥Ê¥Ó¥ê¥Æ¥£
-------------------------------------------------------------------------- */
.sus .index-section--type2 {
  background: url(/company/sustainability/img/2023/bg_sus.jpg)no-repeat center center / cover
}
.sus .index-section__inner {
  padding: 130px 80px;
}
.sus .c-heading-b {
  margin: 0;
}
.sus .index-section--type2+.index-section__inner {
  padding-top: 40px;
}
.sus .c-link-block--col3 img {
  border: 1px solid #000;
}
/* sus_box-------- */
.sus_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.sus_box_item{
  width: 48%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  padding: 40px;
  box-sizing: border-box;
}
.sus_box_item.business{
  background: #f2ecc5;
}
.sus_box_item.env{
  background: #e6f1d7;
}
.sus_box_item.scl{
  background: #fcefe7;
}
.sus_box_item.gvn{
  background: #e4e6f4;
}
.img_box{
  width: 100%;
  height: 11vw;
  max-height: 187px;
}
.img_box::after{
  content: "";
  width: 100%;
  height: 11vw;
  max-height: 187px;
  background: url(/company/sustainability/img/2025/bg_business.jpg)no-repeat center center / cover;
  position: absolute;
  bottom:0;
  left:0;
  border-radius: 0 0 10px 10px;
}
.sus_box_item.env .img_box::after{
  background: url(/company/sustainability/img/2025/bg_env.jpg)no-repeat center center / cover;
}
.sus_box_item.scl .img_box::after{
  background: url(/company/sustainability/img/2025/bg_scl.jpg)no-repeat center center / cover;
}
.sus_box_item.gvn .img_box::after{
  background: url(/company/sustainability/img/2025/bg_gvn.jpg)no-repeat center center / cover;
}
.sus_box_item h3{
  margin-bottom: 20px;
}
.sus_box_item h3 a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
}
.sus_box_item h3 a::after{
  content: "";
  display: inline-block;
  width: .5em;
  height: .6em;
  margin: 0 0 0 .5em;
  vertical-align: middle;
  background: url(/assets/img/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}
.sus_box_item h3 a img{
  width: 50px;
  margin-right: 10px;
}
.sus_box_item ul a{
  position: relative;
  font-size: clamp(15.2px, 1.3vw, 18px);
  line-height: 1.8em;
}
.sus_box_item ul a::after{
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  margin: 0 0 0.2em 0.5em;
  vertical-align: middle;
  background: url(/assets/img/icon_angle-right.svg) no-repeat 0 0;
  background-size: contain;
}

/* -------------------------------------------------------------------------
×¢Ä¿¥³¥ó¥Æ¥ó¥Ä
-------------------------------------------------------------------------- */
.feature{
  background: #f3f3f3;
}
.feature .c-hero-split__content{
  background: #fff;
}
.feature .c-hero-split__title span{
  font-size: 16px;
  display: block;
}
.feature .c-link-block__item__image{
  border:1px solid #ededed;
}
.feature .c-link-block__item a:hover > .c-link-block__item__image{
  border:1px solid #000;
}

/* -------------------------------------------------------------------------
¤½¤ÎËû
-------------------------------------------------------------------------- */
.initiatives img {
  border: 1px solid #ededed;
}
.initiatives .c-link-block__item__link:hover img {
  border: 1px solid #222;
}
.initiatives .c-link-block-row {
  margin-top: 0;
}
/* ======================================================================
TAB°æ
====================================================================== */
@media screen and (max-width: 1099px){
  .index-hero__inner::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #fff, #333);
    mix-blend-mode: multiply;
    z-index: 2;
  }
  .index-hero__content {
    position: relative;
    z-index: 10;
  }
  .news .c-grid {
  display: block;
  }
  .new > div:first-child{
  margin-bottom: 60px;
  }
  .news_list li{
  padding: 24px 0;
  }
  .sp_mt40{
    margin-top: 40px;
  }
  .message .c-grid__col2-1 {
    grid-template-columns: repeat(1fr, 2);
  }
  .message .c-media-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .sus .index-section--type2 .index-section__inner {
    padding: 100px 32px;
  }
  .sus .index-section__inner{
    padding-inline: 40px;
    padding-bottom:80px;
  }
  .sus_box_item{
    width: 100%;
  }
  .img_box,
  .img_box::after {
    height: 30vw;
    max-height: 287px;
  }
  .sus_box_item{
    padding: 30px;
  }
}
/* ======================================================================
SP°æ
====================================================================== */
@media screen and (max-width: 519px){ 
  /* ----------------------------------
  common
  ------------------------------------- */
  .index-section__inner {
    max-width: initial;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 84px;
    padding-bottom: 84px;
  }
  /* ----------------------------------
  main image
  ------------------------------------- */
  .index-hero__inner::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #fff, #333);
    mix-blend-mode: multiply;
    z-index: 2;
  }
  .index-hero__content {
    position: relative;
    z-index: 10;
  }
  /* ----------------------------------
  ÐÂ×ÅÇéˆó
  ------------------------------------- */
  .news_list li {
    display: block;
    padding: 10px 0;
    min-height: unset;
  }
  .news_list .date {
    display: block;
    margin-bottom: 10px;
  }
  .news_list p {
    width: 95%;
    margin-left: unset;
    margin-top: 10px;
  }
  .news_list li::after {
    position: absolute;
    right: 20px;
    top: 45%;
  }
  .news .c-grid .c-grid__item:nth-child(2) .c-media-block__media {
    display: none;
  }
  .news .c-media-block {
    margin-top: 20px;
  }
  .news .c-media-block__body {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }
  .news .c-media-block__text {
    padding-right: 30px;
    position: relative;
  }
  .news .c-media-block__text::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    display: inline-block;
    width: 0.5em;
    height: 1em;
    margin: 0 0 0.2em 0.5em;
    vertical-align: middle;
    background: url(/assets/img/icon_angle-right.svg) no-repeat 0 0;
    background-size: contain;
  }
  .news .c-grid {
    display: block;
  }
  /* ----------------------------------
  ¥Ô¥Ã¥¯¥¢¥Ã¥×
  ------------------------------------- */
  .swiper2.swiper {
    position: relative;
  }
  .recommen .swiper-pagination {
    position: relative;
  }
  .recommen .swiper-button-next2,
  .recommen .swiper-button-prev2 {
    top: unset !important;
  }
  /* ----------------------------------
  ¥È¥Ã¥×¥á¥Ã¥»©`¥¸
  ------------------------------------- */
  .index2 .index-section.index-section--type1.message {
    background: #fffbd6 url(/company/sustainability/img/2023/pic_02.png)no-repeat right 10% top 1% / 25%
  }
  /* ----------------------------------
  ¥Ë¥³¥ó¤Î¥µ¥¹¥Æ¥Ê¥Ó¥ê¥Æ¥£
  ------------------------------------- */
  .sus .index-section__inner{padding: 40px 32px 100px 32px ;}
  .sus .index-section--type2 .index-section__inner{
  padding: 100px 32px;
  }
  .sus .c-grid__col4 .c-grid__item:nth-child(1),.sus .c-grid__col4 .c-grid__item:nth-child(2){
  margin-bottom:40px;
  }
  .img_box, .img_box::after {
    height: 26vw;
  }
  .sus_box_item{
    padding: 20px;
  }
  .sus_box_item ul a{
    font-size: clamp(14px, 1.3vw, 15px);
  }
}
/* button play/pause */
.swiper-pagination.swiper-pagination1.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto
}
.b2b-top-pickup-slider__toggle {
    display: flex;
    justify-content: center;
    width: 12px;
    height: 14px;
    padding: 0;
    border: none;
    font-size: 0;
    margin-left: 8px;
    margin-top: 7px;
    background: none;
}

.b2b-top-pickup-slider__toggle-play::before,
.b2b-top-pickup-slider__toggle-pause::before {
    content: "";
    display: block;
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.b2b-top-pickup-slider__toggle-play::before {
    width: 0;
    height: 0;
    border-left: 8px solid black;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.b2b-top-pickup-slider__toggle-pause::before {
    background-image: url("/company/sustainability/img/icon_pause.svg");
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    position: initial;
}
.container-control {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-control.container-control2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}