@charset "UTF-8";
/* [ サスティナビリティ ] sustainability.css */
main > .sustainability .page-ttlbox .page-ttl-c {
  background-image: url("../img/sustainability/bg_sustainability.jpg");
}
@media only screen and (width <= 1024px) {
  main > .sustainability .page-ttlbox .page-ttl-c {
    background-image: url("../img/sustainability/bg_sustainability_sp.jpg");
  }
}

.environment .page-ttlbox .page-ttl-d {
  background-image: url("../img/sustainability/environment/bg_environment.jpg");
}
@media only screen and (width <= 1024px) {
  .environment .page-ttlbox .page-ttl-d {
    background-image: url("../img/sustainability/environment/bg_environment_sp.jpg");
  }
}

.social .page-ttlbox .page-ttl-d {
  background-image: url("../img/sustainability/social/bg_social.jpg");
}
@media only screen and (width <= 1024px) {
  .social .page-ttlbox .page-ttl-d {
    background-image: url("../img/sustainability/social/bg_social_sp.jpg");
  }
}

.sdgs .page-ttlbox .page-ttl-d {
  background-image: url("../img/sustainability/sdgs/bg_sdgs.jpg");
}
@media only screen and (width <= 1024px) {
  .sdgs .page-ttlbox .page-ttl-d {
    background-image: url("../img/sustainability/sdgs/bg_sdgs_sp.jpg");
  }
}

.governance .page-ttlbox .page-ttl-d {
  background-image: url("../img/sustainability/governance/bg_governance.jpg");
}
@media only screen and (width <= 1024px) {
  .governance .page-ttlbox .page-ttl-d {
    background-image: url("../img/sustainability/governance/bg_governance_sp.jpg");
  }
}

.employee .page-ttlbox .page-ttl-d {
  background-image: url("../img/sustainability/employee/bg_employee.jpg");
}
@media only screen and (width <= 1024px) {
  .employee .page-ttlbox .page-ttl-d {
    background-image: url("../img/sustainability/employee/bg_employee_sp.jpg");
  }
}

.content .content-wrap {
  width: 100%;
}
.content .content-wrap .content-item {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*==================================================*
 *  [ サスティナビリティ ]
 *==================================================*/
main > .sustainability .content {
  padding-bottom: 0;
}
main > .sustainability section {
  padding-top: 80px;
  padding-bottom: 80px;
}
main > .sustainability .csr-link {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 40px;
}
main > .sustainability .csr-link a {
  display: block;
  width: calc((100% - 40px) / 2);
  padding-bottom: 8px;
  border-bottom: 1px solid #E5E5E5;
}
main > .sustainability .csr-link a .csr-image {
  width: 100%;
  height: auto;
  aspect-ratio: 30/17;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}
main > .sustainability .csr-link a .csr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
@media (hover: hover) {
  main > .sustainability .csr-link a:hover {
    color: #3053F8;
  }
  main > .sustainability .csr-link a:hover .csr-image img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@media only screen and (width <= 1024px) {
  main > .sustainability section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main > .sustainability .csr-link {
    flex-direction: column;
    gap: 32px;
  }
  main > .sustainability .csr-link a {
    width: 100%;
  }
}

/*==================================================*
 *  [ サスティナビリティ - 環境活動 ]
 *==================================================*/
.environment .content {
  padding-top: 80px;
  padding-bottom: 0;
}
.environment section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.environment .em-txtarea-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.environment .em-txtarea-wrap .more-btn {
  align-self: flex-end;
}
.environment .fsc-table {
  width: 100%;
  min-width: 1240px;
  border-collapse: collapse;
}
.environment .fsc-table thead tr {
  background: #CACDD9;
}
.environment .fsc-table thead tr th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  border: 1px solid #E5E5E5;
  padding: 0.5em;
}
.environment .fsc-table tbody tr {
  background: #fff;
}
.environment .fsc-table tbody tr td {
  font-size: 1.6rem;
  line-height: 1.8;
  border: 1px solid #E5E5E5;
  padding: 0.5em;
}
@media only screen and (width <= 1024px) {
  .environment .content {
    padding-top: 40px;
  }
  .environment section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .environment .dcard-half .dcard-h-wrap .dcard-h-ttl {
    order: 2;
  }
  .environment .dcard-half .dcard-h-wrap .dcard-h-image {
    order: 1;
  }
  .environment .dcard-half .dcard-h-wrap .dcard-h-txtarea {
    order: 3;
  }
}

/*==================================================*
 *  [ サスティナビリティ - 社会貢献活動 ]
 *==================================================*/
.social .content {
  padding-top: 80px;
  padding-bottom: 0;
}
.social section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.social .txt-spt {
  font-size: 1.8rem;
  line-height: 1.4;
}
.social .support-wrap {
  display: flex;
  align-items: stretch;
  gap: 24px 40px;
}
.social .support-wrap .support-txtarea {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.social .support-wrap .support-txtarea .inter {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0;
}
.social .support-wrap .support-image {
  width: calc((100% - 40px) / 2);
}
.social .support-wrap .support-image img {
  width: 100%;
  border-radius: 8px;
}
.social .jrc-wrap, .social .meal-wrap {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.social .jrc-wrap .jrc-txtarea, .social .jrc-wrap .meal-txtarea, .social .meal-wrap .jrc-txtarea, .social .meal-wrap .meal-txtarea {
  width: calc((100% - 40px) / 2);
}
.social .jrc-wrap .jrc-image, .social .jrc-wrap .meal-image, .social .meal-wrap .jrc-image, .social .meal-wrap .meal-image {
  width: calc((100% - 40px) / 2);
}
.social .jrc-wrap .jrc-image img, .social .jrc-wrap .meal-image img, .social .meal-wrap .jrc-image img, .social .meal-wrap .meal-image img {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (width <= 1024px) {
  .social .content {
    padding-top: 40px;
  }
  .social section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .social .flex-triple .ft-item {
    align-items: center;
  }
  .social .flex-triple .ft-item img {
    width: 100%;
    max-width: 500px;
  }
  .social .support-wrap {
    flex-direction: column-reverse;
  }
  .social .support-wrap .support-txtarea {
    width: 100%;
    gap: 16px;
  }
  .social .support-wrap .support-image {
    width: 100%;
  }
  .social .jrc-wrap, .social .meal-wrap {
    flex-direction: column;
  }
  .social .jrc-wrap .jrc-txtarea, .social .jrc-wrap .meal-txtarea, .social .meal-wrap .jrc-txtarea, .social .meal-wrap .meal-txtarea {
    width: 100%;
  }
  .social .jrc-wrap .jrc-image, .social .jrc-wrap .meal-image, .social .meal-wrap .jrc-image, .social .meal-wrap .meal-image {
    width: 100%;
  }
}

/*==================================================*
 *  [ サスティナビリティ - 社会貢献活動 ]
 *==================================================*/
.sdgs .content {
  padding-top: 80px;
  padding-bottom: 0;
}
.sdgs section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sdgs .subpage-sec-ttl .sec-subtxt {
  letter-spacing: 0.02em;
}
.sdgs .sdgs-list {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.sdgs .sdgs-list:last-child {
  margin-bottom: 0;
}
.sdgs .sdgs-list .sdgs-txtarea {
  width: calc(100% - 240px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sdgs .sdgs-list .sdgs-image {
  width: 200px;
}
.sdgs .sdgs-list .sdgs-image img {
  width: 100%;
}
.sdgs .mirai-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.sdgs .mirai-wrap .mirai-image {
  width: 100%;
  max-width: 470px;
}
.sdgs .mirai-sdgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 36px;
}
.sdgs .mirai-sdgs img {
  width: 160px;
}
.sdgs .mirai-ex {
  display: flex;
  gap: 24px 40px;
  margin-bottom: 60px;
}
.sdgs .mirai-ex:last-child {
  margin-bottom: 0;
}
.sdgs .mirai-ex .me-image {
  width: 32.2%;
}
.sdgs .mirai-ex .me-image img {
  width: 100%;
  border-radius: 8px;
}
.sdgs .mirai-ex .me-txtarea {
  width: calc(100% - (32.2% + 40px));
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (width <= 1024px) {
  .sdgs .content {
    padding-top: 40px;
  }
  .sdgs section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sdgs .sdgs-list {
    flex-direction: column-reverse;
  }
  .sdgs .sdgs-list .sdgs-txtarea {
    width: 100%;
  }
  .sdgs .sdgs-list .sdgs-image {
    align-self: center;
  }
  .sdgs .mirai-sdgs {
    gap: min(36px, 9vw);
  }
  .sdgs .mirai-ex {
    flex-direction: column;
  }
  .sdgs .mirai-ex .me-image {
    width: 100%;
  }
  .sdgs .mirai-ex .me-txtarea {
    width: 100%;
    gap: 16px;
  }
}

/*==================================================*
 *  [ サスティナビリティ - ガバナンス ]
 *==================================================*/
.governance section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.governance .corp-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.governance .corp-image img {
  max-width: 960px;
  width: 100%;
}
.governance .corp-image .more-btn {
  align-self: flex-end;
}
.governance .compl-wrap {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.governance .compl-wrap .compl-txtarea {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.governance .compl-wrap .compl-txtarea .more-btn {
  align-self: flex-end;
}
.governance .compl-wrap .compl-image {
  width: calc((100% - 40px) / 2);
}
.governance .compl-wrap .compl-image img {
  width: 100%;
  border-radius: 8px;
}
.governance .compl-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.governance .qcard-wrap .qcard-image img {
  border-radius: 8px;
}
.governance .bcp-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border: 1px solid #333;
  border-radius: 8px;
}
.governance .bcp-wrap .bcp-list dt {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
.governance .bcp-wrap .bcp-list dd {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (width >= 1025px) {
  .governance .dcard-half .dcard-h-wrap {
    grid-row-gap: 0;
  }
}
@media only screen and (width <= 1024px) {
  .governance section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .governance .compl-wrap {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .governance .compl-wrap .compl-txtarea {
    width: 100%;
  }
  .governance .compl-wrap .compl-image {
    width: 100%;
  }
  .governance .compl-wrap:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .governance .bcp-wrap {
    padding: 20px;
  }
}

.employee .content {
  padding-top: 80px;
  padding-bottom: 0;
}
.employee section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.employee .flex-wrap {
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.employee .flex-wrap:nth-of-type(n + 2) {
  margin-top: 80px;
}
.employee .flex-wrap.invert {
  flex-direction: row-reverse;
}
.employee .flex-wrap .flex-txtarea {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.employee .flex-wrap .flex-txtarea .flex-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.employee .flex-wrap .flex-txtarea .flex-txt .more-btn {
  align-self: flex-end;
}
.employee .flex-wrap .flex-image {
  width: calc((100% - 40px) / 2);
}
.employee .flex-wrap .flex-image img {
  width: 100%;
  border-radius: 8px;
}
.employee .plan-detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.employee .plan-detail .plan-list dd {
  margin-top: 8px;
}
@media only screen and (width <= 1024px) {
  .employee .content {
    padding-top: 40px;
  }
  .employee section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .employee .flex-wrap {
    flex-direction: column-reverse;
  }
  .employee .flex-wrap.invert {
    flex-direction: column-reverse;
  }
  .employee .flex-wrap .flex-txtarea {
    width: 100%;
  }
  .employee .flex-wrap .flex-image {
    width: 100%;
  }
}