html {
  scroll-behavior: smooth;
}

body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

.r-25 h1.midh1 {
  color: #35363B;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.28;
}
@media screen and (min-width:768px), print {
  .r-25 h1.midh1 {
    font-size: clamp(20px, 2vw, 42px);
  }
}
@media screen and (max-width:767.9px) {
  .r-25 h1.midh1 {
    font-size: 23px;
    line-height: 1.58;
  }
}
.r-25 .mainvis p {
  color: #36373C;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  line-height: 1.55;
}
@media screen and (min-width:768px), print {
  .r-25 .mainvis p {
    font-size: clamp(12px, 1vw, 18px);
    margin-top: clamp(10px, 2.1vw, 40px);
  }
}
@media screen and (max-width:767.9px) {
  .r-25 .mainvis p {
    font-size: 12px;
    line-height: 1.45;
    margin-top: 20px;
  }
}
.r-25 .mainvis p strong {
  color: #36373C;
  font-size: 24px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  line-height: 1.16; /* 116.667% */
}
@media screen and (min-width:768px), print {
  .r-25 .mainvis p strong {
    font-size: clamp(20px, 1.6vw, 24px);
  }
}
@media screen and (max-width:767.9px) {
  .r-25 .mainvis p strong {
    font-size: 16px;
    line-height: 1.31;
  }
}
.r-25 .mainvis {
  margin-bottom: 120px;
}
@media screen and (min-width:768px), print {
  .r-25 .mainvis {
    justify-content: center;
  }
  .r-25 .mainvis .text-area {
    width: 30%;
  }
}
@media screen and (max-width:767.9px) {
  .r-25 .mainvis {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25 .normal-ph-area {
    margin: 20px 0;
  }
}

.tp01:has(.r-25-contentsInr) {
  overflow: visible;
}

.r-25-heading {
  width: 100%;
  margin-bottom: 80px;
  display: block;
  border-bottom: 6px solid #c00;
  padding-bottom: 12px;
}
@media screen and (max-width:767.9px) {
  .r-25-heading {
    padding-bottom: 6px;
    margin-bottom: 40px;
  }
}
.r-25-heading span {
  color: #35363B;
  font-family: "Honda Global JP";
  font-size: 40px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 51.2px; /* 128% */
}
@media screen and (max-width:767.9px) {
  .r-25-heading span {
    font-size: 21px;
    line-height: 1.8;
  }
}
.r-25-heading.u-mt100 {
  margin-top: 100px;
}
@media screen and (max-width:767.9px) {
  .r-25-heading.u-mt100 {
    margin-top: 60px;
  }
}

@media screen and (min-width:768px), print {
  .r-25-contentsInr {
    display: flex;
    position: relative;
    gap: 60px;
    width: calc(100% - 30px);
    max-width: 1080px;
    margin: auto;
    align-items: flex-start;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1080px) {
  .r-25-contentsInr {
    gap: 30px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsInr {
    padding-bottom: 100px;
  }
}

.r-25-contentsMain {
  width: calc(100% - 268px - 60px);
}
@media screen and (max-width: 1080px) {
  .r-25-contentsMain {
    width: calc(100% - 268px - 30px);
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsMain {
    width: 100%;
    padding: 0 15px;
  }
}
.r-25-contentsMain h2 {
  color: #35363B;
  font-size: 34px;
  font-style: normal;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 51.2px; /* 150.588% */
}
@media screen and (max-width:767.9px) {
  .r-25-contentsMain h2 {
    font-size: 18px;
    line-height: 2.1;
    margin: 40px auto 0;
  }
}
.r-25-contentsMain h2::before {
  content: none;
}
.r-25-contentsMain p {
  color: #36373C;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px; /* 187.5% */
}
@media screen and (max-width:767.9px) {
  .r-25-contentsMain p {
    font-size: 14px;
    line-height: 1.9;
    margin: 20px auto;
  }
}

@media screen and (min-width:768px), print {
  .r-25-contentsSide {
    width: 268px;
    position: sticky;
    top: 140px;
    left: 0;
    height: auto;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide {
    position: sticky;
    bottom: 60px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.r-25-contentsSide .head {
  margin-top: 0;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head {
    background-color: #fff;
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #CCC;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 115px;
    height: 45px;
  }
}
.r-25-contentsSide .head span {
  color: #36373C;
  font-size: 31px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 30px; /* 96.774% */
  margin-bottom: 16px;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head span {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 45px;
  }
}
.r-25-contentsSide .head .close {
  display: none;
}
@media screen and (min-width:768px), print {
  .r-25-contentsSide .head .close {
    display: none;
  }
}
.r-25-contentsSide .head .open {
  display: block;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head .open {
    display: inline-flex;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head.is-active {
    flex-direction: column-reverse;
    align-items: flex-end;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head.is-active .list {
    display: flex;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head.is-active .close {
    display: inline-flex;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .head.is-active .open {
    display: none;
  }
}
.r-25-contentsSide .list {
  margin-bottom: 20px;
  width: 100%;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width:768px), print {
  .r-25-contentsSide .list {
    border: 1px solid #CCC;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .list {
    display: none;
    gap: 4px;
    margin-bottom: 0;
    padding: 27.5px;
  }
}
.r-25-contentsSide .list li {
  display: flex;
  gap: 14px;
  align-items: center;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .list li {
    gap: 7px;
  }
}
.r-25-contentsSide .list li::before {
  content: "";
  width: 6px;
  height: 12px;
  background: url("/jp/sustainability/integratedreport/images/arrow.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.r-25-contentsSide .list li a {
  color: #36373C;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.37;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .list li a {
    font-size: 14px;
    line-height: 27px; /* 192.857% */
  }
}
.r-25-contentsSide .list li a:hover {
  color: #C00;
  opacity: 1;
  transition: 0.3s;
}
.r-25-contentsSide .backTop {
  border: 1px solid #CCC;
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 17px 20px;
  transition: 0.3s;
  background-color: #fff;
  color: #C00;
  font-size: 20px;
  font-weight: normal;
  line-height: 26px; /* 130% */
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .backTop {
    font-size: 15px;
    display: inline-flex;
    gap: 15px;
    padding: 0;
    width: 115px;
    height: 45px;
    justify-content: center;
    align-items: center;
  }
}
.r-25-contentsSide .backTop:hover {
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width:768px), print {
  .r-25-contentsSide .backTop:hover {
    background-color: #c00;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }
  .r-25-contentsSide .backTop:hover::before {
    filter: brightness(0) invert(1);
    transition: 0.3s;
  }
}
.r-25-contentsSide .backTop::before {
  content: "";
  width: 26px;
  height: 31px;
  background: url("/jp/sustainability/integratedreport/images/backTop.svg") no-repeat center/contain;
  flex-shrink: 0;
  transition: 0.3s;
}
@media screen and (max-width:767.9px) {
  .r-25-contentsSide .backTop::before {
    width: 19px;
    height: 22px;
  }
}

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

@media screen and (min-width:768px), print {
  .pcHide {
    display: none;
  }
}

.r-25-top .in-top .container-wrap.red {
  background: #C00;
}
.r-25-top .in-top .top-hed h2 {
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
@media screen and (max-width:767.9px) {
  .r-25-top .in-top .top-hed h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-top .in-top h3.links::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-top .integratedreport p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
  }
}
.r-25-top .integratedreport h3 {
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
@media screen and (min-width:768px), print {
  .r-25-top .in-top .inhead {
    padding: 40px 0;
    align-items: flex-start;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-top .in-top .inhead {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-top .in-top .inner {
    padding: 24px 15px 30px 15px;
  }
}
.r-25-top .inhead, .r-25-top .in-read {
  color: #fff;
}
@media screen and (min-width:768px), print {
  .r-25-top .inhead, .r-25-top .in-read {
    margin: 25px 0;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-top .inhead, .r-25-top .in-read {
    margin: 25px 0 0;
  }
}
.r-25-top .inhead h1, .r-25-top .in-read h1 {
  font-size: 52px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 110%;
}
@media screen and (max-width:767.9px) {
  .r-25-top .inhead h1, .r-25-top .in-read h1 {
    font-size: 31px;
    line-height: 1.35;
    margin-top: 10px;
  }
}
.r-25-top .inhead h1 span, .r-25-top .in-read h1 span {
  display: block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 110%;
}
@media screen and (max-width:767.9px) {
  .r-25-top .inhead h1 span, .r-25-top .in-read h1 span {
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
  }
}
.r-25-top .inhead p, .r-25-top .in-read p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width:767.9px) {
  .r-25-top .inhead p, .r-25-top .in-read p {
    line-height: 2;
  }
}
.r-25-top .inhead-lnik {
  border: 1px solid #fff;
}
.r-25-top .inhead-lnik a {
  color: #fff;
}
@media screen and (min-width:768px), print {
  .r-25-top .flx-ph-item.txt p {
    font-size: 16px;
  }
}

.r-25-report {
  background: #FAFAFA;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.r-25-report .pdf-download {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767.9px) {
  .r-25-report .pdf-download {
    flex-direction: column;
    gap: 30px;
  }
}
.r-25-report .pdf-download .img {
  width: 345px;
}
@media screen and (max-width:767.9px) {
  .r-25-report .pdf-download .img {
    width: 278px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-report .pdf-download .img h4 {
    margin-top: 0;
    font-size: 20px;
    font-weight: normal;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    text-align: center;
    margin-bottom: 15px;
  }
}
.r-25-report .index-text {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width:767.9px) {
  .r-25-report .index-text {
    margin-top: 50px;
  }
}
.r-25-report .index-text h4 {
  font-size: 26px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
@media screen and (max-width:767.9px) {
  .r-25-report .index-text h4 {
    font-size: 20px;
  }
}
.r-25-report .index-text p {
  font-size: 20px;
  font-weight: normal;
  margin-top: 0px;
}
@media screen and (min-width:768px), print {
  .r-25-report .index-text p {
    margin-bottom: 56px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-report .index-text p {
    font-size: 16px;
  }
}
.r-25-report .dwn-list > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px clamp(40px, 4vw, 80px);
}
@media screen and (min-width:768px), print {
  .r-25-report .dwn-list > ul {
    padding-bottom: 45px;
  }
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list > ul {
    padding-bottom: 13px;
    gap: 20px;
    flex-direction: column;
  }
}
.r-25-report .dwn-list > ul > li {
  width: calc(50% - 40px);
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list > ul > li {
    width: 100%;
  }
}
.r-25-report .dwn-list > ul > li > .dwn-list-card {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}
.r-25-report .dwn-list > ul > li > .dwn-list-card:hover {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
.r-25-report .dwn-list-card {
  width: 100%;
}
.r-25-report .dwn-list-card .head {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 2px solid #c00;
  padding-bottom: 13px;
}
.r-25-report .dwn-list-card .head:hover {
  text-decoration: none;
  opacity: 1;
}
.r-25-report .dwn-list-card .head:hover .text {
  color: #C00;
}
.r-25-report .dwn-list-card .head:hover .circle {
  background-color: #C00;
}
.r-25-report .dwn-list-card .head:hover .circle::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(77deg) brightness(106%) contrast(98%);
}
.r-25-report .dwn-list-card .head:hover .size {
  color: #C00;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head {
    padding-bottom: 10px;
  }
}
.r-25-report .dwn-list-card .head::before {
  content: "";
  width: 41px;
  height: 26.5px;
  flex-shrink: 0;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head::before {
    width: 30px;
    height: 19.5px;
  }
}
.r-25-report .dwn-list-card .head[data-num="1"]::before {
  background: url(/jp/sustainability/integratedreport/images/01.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head[data-num="2"]::before {
  background: url(/jp/sustainability/integratedreport/images/02.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head[data-num="3"]::before {
  background: url(/jp/sustainability/integratedreport/images/03.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head[data-num="4"]::before {
  background: url(/jp/sustainability/integratedreport/images/04.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head[data-num="5"]::before {
  background: url(/jp/sustainability/integratedreport/images/05.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head[data-num="6"]::before {
  background: url(/jp/sustainability/integratedreport/images/06.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head[data-num="7"]::before {
  background: url(/jp/sustainability/integratedreport/images/07.svg) no-repeat center/contain;
}
.r-25-report .dwn-list-card .head .text {
  font-size: 26px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  line-height: 1.15;
  margin: 0;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head .text {
    font-size: 21px;
  }
}
.r-25-report .dwn-list-card .head .ico {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head .ico {
    gap: 5px;
  }
}
.r-25-report .dwn-list-card .head .circle {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c00;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head .circle {
    width: 40px;
    height: 40px;
  }
}
.r-25-report .dwn-list-card .head .circle::before {
  content: "";
  width: 22px;
  height: 24px;
  background: url(/jp/sustainability/integratedreport/images/pdf.png) no-repeat center/contain;
  filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(5861%) hue-rotate(1deg) brightness(87%) contrast(114%);
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head .circle::before {
    width: 16px;
    height: 21px;
  }
}
.r-25-report .dwn-list-card .head .size {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .head .size {
    font-size: 12px;
  }
}
.r-25-report .dwn-list-card .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .body {
    gap: 6px;
  }
}
.r-25-report .dwn-list-card .body li {
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  gap: 3px;
}
@media screen and (max-width:767.9px) {
  .r-25-report .dwn-list-card .body li {
    font-size: 15px;
    line-height: 1.3;
  }
}
.r-25-report .dwn-list-card .body li::before {
  content: "-";
}

.r-25-dwn-btn {
  max-width: 400px;
  width: 100%;
  height: auto;
  border: 2px solid #C00;
}
@media screen and (max-width:767.9px) {
  .r-25-dwn-btn {
    max-width: 315px;
  }
}
.r-25-dwn-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  min-height: 65px;
}
@media screen and (max-width:767.9px) {
  .r-25-dwn-btn a {
    min-height: 51px;
  }
}
.r-25-dwn-btn a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  flex-shrink: 0;
  background: url(/jp/sustainability/integratedreport/images/pdf.png) no-repeat center/contain;
  filter: brightness(0) saturate(100%) invert(11%) sepia(86%) saturate(5861%) hue-rotate(1deg) brightness(87%) contrast(114%);
}
.r-25-dwn-btn a:hover {
  text-decoration: none;
  background-color: #c00;
}
.r-25-dwn-btn a:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7494%) hue-rotate(77deg) brightness(106%) contrast(98%);
}
.r-25-dwn-btn a:hover .inr p, .r-25-dwn-btn a:hover .inr span {
  color: #fff;
}
.r-25-dwn-btn a:hover .inr p.red, .r-25-dwn-btn a:hover .inr span.red {
  color: #fff;
}
.r-25-dwn-btn a .inr {
  width: calc(100% - 22px - 5px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r-25-dwn-btn a .inr p {
  margin: 0;
  width: auto;
  color: #36373C;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.r-25-dwn-btn a .inr p.red {
  color: #C00;
  font-size: 24px;
}
@media screen and (max-width:767.9px) {
  .r-25-dwn-btn a .inr p.red {
    font-size: 16px;
  }
}
.r-25-dwn-btn a .inr span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width:767.9px) {
  .r-25-dwn-btn a .inr span {
    font-size: 12px;
  }
}

.r-25-backnumber {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width:767.9px) {
  .r-25-backnumber {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.r-25-backnumber .title h4 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  margin-top: 0;
}
@media screen and (max-width:767.9px) {
  .r-25-backnumber .title h4 {
    font-size: 16px;
  }
}
.r-25-backnumber .list ul {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 32px auto 0;
}
@media screen and (min-width:768px), print {
  .r-25-backnumber .list ul {
    width: calc(100% - 30px);
    justify-content: center;
    gap: clamp(20px, 3.5vw, 150px);
  }
}
@media screen and (max-width:767.9px) {
  .r-25-backnumber .list ul {
    flex-direction: column;
    padding: 0 15px;
    gap: 65px;
    margin-top: 16px;
  }
}
.r-25-backnumber .list ul li {
  display: flex;
  flex-direction: column;
  gap: 66px;
  width: 300px;
}
@media screen and (max-width:767.9px) {
  .r-25-backnumber .list ul li {
    width: 100%;
    gap: 20px;
  }
}
.r-25-backnumber .list ul li .img {
  width: 100%;
}
.r-25-backnumber .list ul li .img img {
  width: 100%;
}
@media screen and (max-width:767.9px) {
  .r-25-backnumber .r-25-dwn-btn {
    margin: auto;
  }
}

@media screen and (min-width:768px), print {
  .modaal-image img {
    width: 113vh !important;
  }
}

.modalImg {
  cursor: pointer;
}

body.modaal-noscroll #l-header {
  display: none !important;
}/*# sourceMappingURL=report2025.css.map */