@charset "UTF-8";
/*---------------------------------------
 * IRレポート用追加CSS
 ---------------------------------------*/
/* ページ共通ヘッダー非表示 */
.c-title {
  display: none !important;
}

/* 共通フッター上のマージン調整 */
@media print, screen and (min-width: 768px) {
  .l-footer {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 80px !important;
  }
}

/* PC/SP表示切替 再定義 */
@media print, screen and (min-width: 768px) {
  [data-sitetype="2024"] .u-hide--pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .u-hide--sp {
    display: none;
  }
}

/* IRレポート内の共通クラス */
[data-sitetype="2024"] .c-ir-report-section {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-section {
    padding: 48px 0;
  }
}
[data-sitetype="2024"] .c-ir-report-section__anchor-point {
  position: absolute;
  top: 40px;
}
[data-sitetype="2024"] .c-ir-report-section__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-section__inner {
    padding: 0 20px;
  }
}
[data-sitetype="2024"] .c-ir-report-section__title .en {
  display: block;
}
[data-sitetype="2024"] .c-ir-report-section__title .en img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-section__title .en {
    text-align: center;
  }
}
[data-sitetype="2024"] .c-ir-report-section__title .ja {
  display: block;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-section__title .ja {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
  }
}
[data-sitetype="2024"] .c-ir-report-comment {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment {
    flex-wrap: wrap;
    justify-content: center;
  }
}
[data-sitetype="2024"] .c-ir-report-comment__person {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment__person {
    width: 100%;
    max-width: 320px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
}
[data-sitetype="2024"] .c-ir-report-comment__person img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment__person img {
    width: 80px;
  }
}
[data-sitetype="2024"] .c-ir-report-comment__name {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment__name {
    width: calc(100% - 96px);
    text-align: left;
  }
}
[data-sitetype="2024"] .c-ir-report-comment__name .label {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.6;
}
[data-sitetype="2024"] .c-ir-report-comment__name .name {
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment__name .name {
    white-space: normal;
  }
}
[data-sitetype="2024"] .c-ir-report-comment__text {
  position: relative;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  background-color: #FDF5F5;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment__text {
    padding: 24px 16px;
    font-size: 14px;
  }
}
[data-sitetype="2024"] .c-ir-report-comment__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 24px;
  height: 24px;
  background-color: #FDF5F5;
  border-radius: 4px;
  transform: translateY(-50%) rotate(45deg) skew(-10deg, -10deg);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .c-ir-report-comment__text::before {
    top: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg) skew(-10deg, -10deg);
  }
}
[data-sitetype="2024"] .c-ir-report-comment__text p {
  margin-bottom: 8px;
}
[data-sitetype="2024"] .c-ir-report-comment__text p:last-child {
  margin-bottom: 0;
}

/* ここから、IRレポート内の個別クラス */
[data-sitetype="2024"] .p-ir-report__mv {
  width: 100%;
  height: 519px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__mv {
    height: 500px;
  }
}
[data-sitetype="2024"] .p-ir-report__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
[data-sitetype="2024"] .p-ir-report__anchor {
  padding: 24px 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__anchor {
    padding: 16px 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  }
}
[data-sitetype="2024"] .p-ir-report__anchor-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__anchor-inner {
    padding: 0 20px;
  }
}
[data-sitetype="2024"] .p-ir-report__anchor-list {
  display: flex;
  justify-content: center;
  gap: 80px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__anchor-list {
    flex-wrap: wrap;
    gap: 8px 16px;
    max-width: 400px;
    margin: 0 auto;
  }
}
[data-sitetype="2024"] .p-ir-report__anchor-list > li a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s color ease;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__anchor-list > li a {
    position: relative;
    display: block;
    width: 159px;
    height: 55px;
    padding-top: 24px;
    padding-right: 12px;
    font-size: 14px;
    text-align: center;
    border-bottom: solid 1px #DBDBDB;
  }
}
[data-sitetype="2024"] .p-ir-report__anchor-list > li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #333;
  -webkit-mask-image: url("../img/ir/report/icon-arrow_down.svg");
          mask-image: url("../img/ir/report/icon-arrow_down.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.2s background-color ease;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__anchor-list > li a::after {
    position: absolute;
    top: 27px;
    right: 4px;
  }
}
[data-sitetype="2024"] .p-ir-report__anchor-list > li a:hover {
  color: #ff0000;
}
[data-sitetype="2024"] .p-ir-report__anchor-list > li a:hover::after {
  background-color: #ff0000;
}
[data-sitetype="2024"] .p-ir-report__interview {
  background: linear-gradient(180deg, #F3F3F3 0%, #FAFAFA 100%);
}
[data-sitetype="2024"] .p-ir-report__interview-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-bottom: 42px;
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__interview-columns {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-columns {
    margin-bottom: 24px;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-header {
  width: 380px;
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__interview-header {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-header {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__interview-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-title .en img {
    width: 111px;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-description {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__interview-description {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-description {
    font-size: 14px;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-image {
  position: relative;
  width: calc(100% - 460px);
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__interview-image {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-list {
  list-style: none;
}
[data-sitetype="2024"] .p-ir-report__interview-list > li {
  margin-bottom: 32px;
  padding: 40px 48px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-list > li {
    margin-bottom: 24px;
    padding: 32px 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-list > li:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__interview-question {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0 0 24px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-question {
    padding-bottom: 16px;
    font-size: 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-question::before {
  content: "";
  display: block;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: #62C0B4;
  background-image: url("../img/ir/report/icon-question.svg");
  background-repeat: no-repeat;
  background-position: 54% 54%;
  background-size: 14px 15px;
  border-radius: 50%;
}
[data-sitetype="2024"] .p-ir-report__interview-question::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #62C0B4;
  border-radius: 1px;
}
[data-sitetype="2024"] .p-ir-report__interview-answer {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__interview-answer {
    font-size: 14px;
  }
}
[data-sitetype="2024"] .p-ir-report__interview-answer p {
  margin-bottom: 24px;
}
[data-sitetype="2024"] .p-ir-report__interview-answer p:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__interview-figure {
  margin-bottom: 24px;
  text-align: center;
}
[data-sitetype="2024"] .p-ir-report__interview-figure:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__feature {
  background: #fff;
}
[data-sitetype="2024"] .p-ir-report__feature-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-columns {
    display: block;
    margin-bottom: 48px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-columns .c-ir-report-comment {
  width: 100%;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-columns .c-ir-report-comment {
    margin-top: 8px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-columns .c-ir-report-comment__text {
  background-color: #fff;
  border: solid 1px #333;
}
[data-sitetype="2024"] .p-ir-report__feature-columns .c-ir-report-comment__text::before {
  display: none;
}
[data-sitetype="2024"] .p-ir-report__feature-header {
  width: 172px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-title {
    text-align: center;
  }
  [data-sitetype="2024"] .p-ir-report__feature-title .en img {
    width: 58px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-description {
  width: calc(100% - 252px);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-description {
    width: 100%;
    max-width: none;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-description-heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 424px;
  height: 86px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-description-heading {
    width: 326px;
    height: 67px;
    margin: 0 auto 8px;
    font-size: 18px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-description-heading::before, [data-sitetype="2024"] .p-ir-report__feature-description-heading::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-description-heading::before, [data-sitetype="2024"] .p-ir-report__feature-description-heading::after {
    width: 40px;
    height: 40px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-description-heading::before {
  top: 0;
  left: 0;
  background-image: url("../img/ir/report/icon-double_quotes_l.svg");
}
[data-sitetype="2024"] .p-ir-report__feature-description-heading::after {
  bottom: 0;
  right: 0;
  background-image: url("../img/ir/report/icon-double_quotes_r.svg");
}
[data-sitetype="2024"] .p-ir-report__feature-question {
  position: relative;
  margin-bottom: 40px;
  padding-left: 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-question {
    margin-bottom: 24px;
    padding-left: 32px;
    font-size: 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-question::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 32px;
  border-top: solid 1px #333;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-question::before {
    top: 12px;
    left: 0;
    width: 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-content {
  padding: 56px;
  background-color: #FDFAF2;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-content {
    padding: 32px 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-content-heading {
  margin-top: 80px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-content-heading {
    margin-top: 32px;
    font-size: 18px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-content-heading:first-child {
  margin-top: 0;
}
[data-sitetype="2024"] .p-ir-report__feature-content-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-content-text {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-content-text:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__feature-graph-wrapper {
  margin-bottom: 40px;
  padding: 48px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #bbb;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-graph-wrapper {
    margin-bottom: 24px;
    padding: 32px 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-graph-wrapper:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__feature-graph-wrapper-heading {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-graph-wrapper-heading {
    margin-bottom: 24px;
    font-size: 16px;
  }
  [data-sitetype="2024"] .p-ir-report__feature-graph-wrapper-heading.--small {
    font-size: 12px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-figure {
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-figure {
    margin-bottom: 24px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-figure img {
    width: 100%;
    max-width: 480px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-figure-heading {
  margin-bottom: 24px;
  color: #F08300;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-figure-heading {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-figure-table img {
    max-width: 289px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-figcaption {
  margin-top: 16px;
  text-align: left;
}
[data-sitetype="2024"] .p-ir-report__feature-figcaption-list {
  list-style: none;
}
[data-sitetype="2024"] .p-ir-report__feature-figcaption-list > li {
  margin-left: 1.3em;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  text-indent: -1.3em;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-figcaption-list > li {
    font-size: 8px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-figcaption-list > li:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__feature-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-photo {
    gap: 16px;
    margin-bottom: 24px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-photo:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__feature-photo .caption {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-photo .caption {
    font-size: 14px;
  }
}
[data-sitetype="2024"] .p-ir-report__feature-photo img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__feature-photo img {
    width: 464px;
  }
}
[data-sitetype="2024"] .p-ir-report__new {
  background: #FDF5F5;
}
[data-sitetype="2024"] .p-ir-report__new-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-title .en img {
    width: 33px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-list {
  list-style: none;
}
[data-sitetype="2024"] .p-ir-report__new-item {
  margin-bottom: 40px;
  padding: 56px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-item {
    margin-bottom: 24px;
    padding: 32px 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-item:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__new-item-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  background-color: #ED7980;
  border-radius: 17px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-item-label {
    font-size: 14px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-item-heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-item-heading {
    font-size: 18px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-item-link {
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-item-link {
    margin-bottom: -16px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-item-link a {
  color: #333;
  text-decoration: none;
}
[data-sitetype="2024"] .p-ir-report__new-item-link a:hover {
  text-decoration: underline;
}
[data-sitetype="2024"] .p-ir-report__new-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-images {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-images.--three {
  gap: 24px 40px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-images.--three {
    gap: 8px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-images.--three img {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-images.--three img {
    width: 296px;
    max-width: calc(50% - 4px);
  }
}
[data-sitetype="2024"] .p-ir-report__new-images.--two {
  gap: 24px 48px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-images.--two {
    gap: 8px;
  }
}
[data-sitetype="2024"] .p-ir-report__new-images.--two img {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-images.--two img {
    width: 460px;
    max-width: 100%;
  }
}
[data-sitetype="2024"] .p-ir-report__new-images .caption {
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__new-images .caption {
    font-size: 12px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics {
  background: #fff;
}
[data-sitetype="2024"] .p-ir-report__topics-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__topics-title .en img {
    width: 50px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics-list {
  list-style: none;
}
[data-sitetype="2024"] .p-ir-report__topics-item {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__topics-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__topics-item {
    margin-bottom: 40px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics-item:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__topics-item:nth-child(even) {
  flex-direction: row-reverse;
}
[data-sitetype="2024"] .p-ir-report__topics-item-content {
  width: 50%;
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__topics-item-content {
    width: 100%;
    margin-bottom: 16px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics-item-num {
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__topics-item-num {
    margin-bottom: 8px;
  }
  [data-sitetype="2024"] .p-ir-report__topics-item-num.--01 img {
    width: 72px;
  }
  [data-sitetype="2024"] .p-ir-report__topics-item-num.--02 img {
    width: 75px;
  }
  [data-sitetype="2024"] .p-ir-report__topics-item-num.--03 img {
    width: 74px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics-item-title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__topics-item-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics-item-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__topics-item-text {
    font-size: 14px;
  }
}
[data-sitetype="2024"] .p-ir-report__topics-item-image {
  width: 460px;
  width: calc(50% - 80px);
}
@media screen and (max-width: 959px) {
  [data-sitetype="2024"] .p-ir-report__topics-item-image {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
[data-sitetype="2024"] .p-ir-report__backnumber {
  background: #FAFAFA;
}
[data-sitetype="2024"] .p-ir-report__backnumber-columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__backnumber-columns {
    display: block;
  }
}
[data-sitetype="2024"] .p-ir-report__backnumber-header {
  width: 360px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__backnumber-header {
    width: 100%;
  }
}
[data-sitetype="2024"] .p-ir-report__backnumber-title .ja {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__backnumber-title .ja {
    font-size: 24px;
  }
}
[data-sitetype="2024"] .p-ir-report__backnumber-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 68px;
  width: 712px;
  max-width: calc(100% - 360px);
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__backnumber-content {
    gap: 24px;
    width: 100%;
    max-width: none;
  }
}
[data-sitetype="2024"] .p-ir-report__backnumber-list {
  list-style: none;
}
@media screen and (max-width: 767px) {
  [data-sitetype="2024"] .p-ir-report__backnumber-list {
    width: 100%;
  }
}
[data-sitetype="2024"] .p-ir-report__backnumber-list > li {
  margin-bottom: 24px;
}
[data-sitetype="2024"] .p-ir-report__backnumber-list > li:last-child {
  margin-bottom: 0;
}
[data-sitetype="2024"] .p-ir-report__backnumber-list > li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: 0.2s color ease;
}
[data-sitetype="2024"] .p-ir-report__backnumber-list > li a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../img/ir/report/icon-list_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
[data-sitetype="2024"] .p-ir-report__backnumber-list > li a:hover {
  color: #ff0000;
}
