/* ==========================================================================

2026.03 add

========================================================================== */
.irBG {
  background: url("/assets/images/ir/bg_index.png") 50% 0 / contain no-repeat;
  @media screen and (max-width: 896px) {
    background: url("/assets/images/ir/bg_index_sp.png") 50% 22% / contain no-repeat;
  }
}
/* ir top */
.irTop-flex {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.irTop-flex_L, .irTop-flex_R {
  width: 50%;
}
.irTop-flex_R {
  display: flex;
  flex-wrap: wrap;
  gap: 50px calc(40/650*100%);
  .imgbtn {
    &:nth-child(1) {
      width: 100%;
    }
    &:nth-child(2) {
      width: calc(300/650*100%);
    }
    &:nth-child(3) {
      width: calc(310/650*100%);
    }
  }
  .imgbtn_m a {
    height: 160px;
  }
}
@media screen and (max-width: 896px) {
  .irTop-flex {
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
  .irTop-flex_L, .irTop-flex_R {
    width: 100%;
  }
  .irTop-flex_R {
    padding: calc(40/375*100vw) calc(25/375*100vw);
    gap: calc(60/375*100vw) 0;
    .imgbtn {
      width: 100% !important;
    }
    .imgbtn_m a {
      height: calc(125/375*100vw);
    }
  }
}

.irTop-panel_message, .irTop-panel_individual {
  display: flex;
  width: 100%;
  height: 370px;
  padding: 0 40px 30px 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex-shrink: 0;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.15;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  &:hover::before {
    opacity: 0;
  }
  @media screen and (max-width: 896px) {
    height: calc(318/375*100vw);
    padding: 0 calc(25/375*100vw) calc(20/375*100vw);
    &::before {
      content: none;
    }
  }
}
.irTop-panel_message {
  background-image: url("/assets/images/ir/index_message.jpg");
}
.irTop-panel_individual {
  background-image: url("/assets/images/ir/index_individual.jpg");
}
.imgbtn_m__midTerm {
  background-image: url("/assets/images/ir/index_midterm.jpg");
}
.imgbtn_m__highlight {
  background-image: url("/assets/images/ir/index_highlight.jpg");
}
.imgbtn_m__stock_price_info {
  background-image: url("/assets/images/ir/index_stock.jpg");
}
.imgbtn_m__bizModel {
  background-image: url("/assets/images/ir/index_bizModel.jpg");
  .el_btnInner.el_btnInner__m {
    max-width: fit-content;
  }
}
.imgbtn_m__dividend {
  background-image: url("/assets/images/ir/index_dividend.jpg");
}
.imgbtn_m__faq {
  background-image: url("/assets/images/ir/index_faq.jpg");
}
@media screen and (max-width: 896px) {
  .irTop-panel_message {
    background-image: url("/assets/images/ir/index_message_sp.jpg");
  }
  .irTop-panel_individual {
    background-image: url("/assets/images/ir/index_individual_sp.jpg");
  }
  .imgbtn_m__midTerm {
    background-image: url("/assets/images/ir/index_midterm_sp.jpg");
  }
  .imgbtn_m__highlight {
    background-image: url("/assets/images/ir/index_highlight_sp.jpg");
  }
  .imgbtn_m__stock_price_info {
    background-image: url("/assets/images/ir/index_stock_sp.jpg");
  }
  .imgbtn_m__bizModel {
    background-image: url("/assets/images/ir/index_bizModel_sp.jpg");
  }
  .imgbtn_m__dividend {
    background-image: url("/assets/images/ir/index_dividend_sp.jpg");
  }
  .imgbtn_m__faq {
    background-image: url("/assets/images/ir/index_faq_sp.jpg");
  }
}
.irTop-panelInner {
  width: 305px;
  padding: 20px 38px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  color: #393939;
  transition: all .3s;
  h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.8px;
    .fa-angle-right {
      font-size: 1.6rem;
      color: #4FBAA0;
      transition: all 0.2s cubic-bezier(.22, .61, .36, 1);
    }
  }
  p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.8px;
  }
  a:hover & {
    background: #fff;
    .fa-angle-right {
      transform: translateX(3px);
    }
  }
  @media screen and (max-width: 896px) {
    width: calc(325/375*100vw);
    padding: calc(28/375*100vw) calc(25/375*100vw);
    h2 {
      font-size: 1.8rem;
    }
    p {
      font-size: 1.3rem;
    }
  }
}

.irTop-newsArea {
  display: flex;
  align-items: flex-start;
  gap: 0 calc(40/1340*100%);
  .newsArea {
    padding: 0;
    background: none;
    width: calc(860/1340*100%);
  }
  .newsArea_ttl {
    margin-bottom: 20px;
  }
  @media screen and (max-width: 896px) {
    flex-direction: column;
    gap: calc(60/375*100vw);
    .newsArea {
      width: calc(355/375*100vw);
      margin: auto;
    }
  }
}

.newsTabs {
  border-bottom: 1px solid #393939;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  li {
    width: calc(296/860*100%);
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      bottom: -1px;
      height: 40px;
      border: 1px solid #393939;
      border-bottom: none;
      text-align: center;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: 0.8px;
      &.active {
        background: #E9EBF0;
        border-bottom-color: #E9EBF0;
        pointer-events: none;
      }
      &:hover {
        color: #4fbba0;
        background-color: #e6f5f2;
      }
    }
  }
  @media screen and (max-width: 896px) {
    li {
      width: calc(156/375*100vw);
      height: calc(40/375*100vw);
      a {
        font-size: 1.2rem;
      }
    }
  }
}

.newsList {
  margin: 18px 0;
}
.newsList_link {
  display: flex;
  align-items: center;
  gap: 0 20px;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid transparent;
  transition: .3s;
  position: relative;
  line-height: 1.7;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  &:hover {
    border: 1px solid #dddddd;
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 7%);
  }
}
.newsList_date {
  width: 9em;
  flex-shrink: 0;
}
.newsList_category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 3px;
  height: 26px;
  width: 120px;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 130%;
  letter-spacing: .8px;
  .newsList_item-yuho & {
    background-color: #4e70b9;
  }
  .newsList_item-press & {
    background-color: #4fbaa0;
  }
  .newsList_item-pr & {
    background-color: #eea971;
  }
  .newsList_item-tanshin & {
    background-color: #cf6666;
  }
  .newsList_item-announcement & {
    background-color: #eebffc;
    color: #87329c;
  }
  .newsList_item-ir & {
    background-color: #e1f3ef;
    color: #17394c;
  }
  .newsList_item-ir_material & {
    background-color: #bffcf6;
    color: #068376;
  }
}
.newsList_supplement {
  display: block;
  font-size: 80%;
  word-break: break-all;
}
.newsList_pdf {
  &::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #F12B00;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 896px) {
  .newsList {
    margin: calc(18/375*100vw) 0;
  }
  .newsList_link {
    flex-wrap: wrap;
    gap: calc(6/375*100vw) calc(20/375*100vw);
    padding: calc(12/375*100vw) calc(10/375*100vw);
    line-height: 1.64;
    font-size: 1.4rem;
  }
  .newsList_date {
    width: calc(120/375*100vw);
    font-weight: 700;
  }
  .newsList_category {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(9/375*100vw) calc(3/375*100vw);
    height: calc(26/375*100vw);
    width: calc(120/375*100vw);
  }
}

.irTop-docs {
  width: calc(440/1340*100%);
  padding: 40px 20px 50px;
  background: #F5F5F5;
  h2 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
  }
  @media screen and (max-width: 896px) {
    width: calc(325/375*100vw);
    margin: auto;
    padding: calc(30/375*100vw) calc(20/375*100vw);
  }
}
.irTop-docsList {
  margin-top: 18px;
  li {
    padding: 14px 0;
    a {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.7rem;
      transition: all .3s;
      &:hover {
        color: #007256;
      }
    }
  }
  @media screen and (max-width: 896px) {
    margin-top: calc(10/375*100vw);
    li {
      padding: calc(10/375*100vw) 0;
      a {
        font-size: 1.4rem;
        line-height: 178%;
      }
    }
  }
}
.irTop-docs_pdf {
  &::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: #F12B00;
    font-size: 1.6rem;
  }
}
.irTop-docs_DL {
  display: flex;
  width: fit-content;
  padding: 14px 20px;
  margin: 24px auto 0;
  justify-content: center;
  align-items: center;
  background: #177B63;
  color: #F5F5F5;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.8px;
  transition: all .3s;
  span {
    font-size: 1.2rem;
  }
  &::after {
    content: "\f019";
    color: #F5F5F5;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
  &:hover {
    background-color: #4fbaa0;
  }
  @media screen and (max-width: 896px) {
    padding: calc(10/375*100vw) calc(20/375*100vw) calc(12/375*100vw);
    font-size: 1.4rem;
    span {
      font-size: 1rem;
    }
    &::after {
      font-size: 1.6rem;
      line-height: 2rem;
    }
  }
}

section.bgGreen {
  background: linear-gradient(0deg, #E6F5F2 0%, #E6F5F2 100%), #A7DCCF;
  padding: 60px 0 100px;
  margin-top: 60px;
  @media screen and (max-width: 896px) {
    padding: 0 0 calc(80/375*100vw);
  }
}

.irTop-siteTree {
  padding-top: 80px;
  display: flex;
  gap: calc(40/1340*100%);
  .fa-angle-right {
    color: #4FBAA0;
    transition: all 0.2s cubic-bezier(.22, .61, .36, 1);
  }
  > li {
    width: 25%;
    > a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 8px;
      padding: 16px 8px;
      border-radius: 5px;
      color: #393939;
      font-size: 2rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.8px;
      transition: all 0.4s cubic-bezier(.17, .84, .44, 1);
      position: relative;
      .fa-angle-right {
        font-size: 1.6rem;
      }
      &::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #DFDFDF;
        position: absolute;
        bottom: -2px;
        left: 0;
      }
      &:hover {
        color: #4fbba0;
        background-color: #e6f5f2;
        .fa-angle-right {
          transform: translateX(5px);
        }
      }
    }
  }
  ul {
    padding: 20px 0 0 20px;
    a {
      display: block;
      padding: 6px 8px 6px 28px;
      border-radius: 4px;
      position: relative;
      .fa-angle-right {
        font-size: 1.3rem;
        position: absolute;
        top: 1.2rem;
        left: 8px;
      }
      &[target="_blank"]::after {
        display: inline-block;
        margin-left: 4px;
        content: '\f35d';
        font-family: "Font Awesome 5 Free";
        font-size: 1.3rem;
        font-weight: bold;
      }
      &[href*=".pdf"]::after {
        content: "\f1c1";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        color: #F12B00;
        font-size: 1.6rem;
      }
      &:hover {
        color: #4fbba0;
        background-color: #e6f5f2;
        .fa-angle-right {
          transform: translateX(5px);
        }
      }
    }
  }
  @media screen and (max-width: 896px) {
    padding: calc(60/375*100vw) calc(35/375*100vw) calc(20/375*100vw);
    flex-direction: column;
    gap: calc(30/375*100vw);
    > li {
      width: 100%;
      > a {
        font-size: 1.8rem;
      }
    }
    ul {
      padding: calc(10/375*100vw) 0 0 calc(20/375*100vw);
    }
  }
}

.irTop-schedule {
  text-align: center;
  h2 {
    a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 10px;
      transition: all 0.4s cubic-bezier(.17, .84, .44, 1);
      border-radius: 5px;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 150%;
      .fa-angle-right {
        font-size: 1.6rem;
        color: #4FBAA0;
        transition: all 0.2s cubic-bezier(.22, .61, .36, 1);
      }
      &:hover {
        color: #4fbba0;
        background-color: #e6f5f2;
        .fa-angle-right {
          transform: translateX(5px);
        }
      }
    }
  }
  @media screen and (max-width: 896px) {
    h2 {
      font-size: 2rem;
    }
  }
}

.irTop-schedule_img {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px auto 80px;
  @media screen and (max-width: 896px) {
    flex-direction: column;
    margin: calc(30/375*100vw) calc(25/375*100vw) calc(100/375*100vw);
  }
}


.library-latest {
  .bl_colmn__col4 {
    margin-top: 40px;
    align-items: flex-start;
  }
  .bl_colmn__col4>li {
      width: calc(25% - 40px);
      margin-bottom: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
  }
  .newsList_link {
    flex-direction: column;
    align-items: flex-start;
  }
  @media screen and (max-width: 896px) {
    .bl_colmn__col4>li {
      width: 100%;
    }
  }
}

/* index */
@media print, screen and (min-width: 897px) {
  .irIndex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 82px;
  }
  .irIndex-item {
    width: calc(50% - 41px);
    .el_lv1Heading {
      margin-top: 0;
    }
    &.irIndex-item_wide {
      width: 100%;
    }
  }
  .irIndex-btn {
    text-align: right;
  }
}

/* relatedPages_link__img の追加バリエーション */
@media print, screen and (min-width: 897px) {
  .PageBody .relatedPages_link__img .el_btn {
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 57px;
    height: 100%;
  }
}

/* linkArea内にテキストを入れる場合のスタイル */
@media print, screen and (min-width: 897px) {
  .linkArea-irInner {
    padding: 30px 90px;
    .el_lv2txt {
      margin-bottom: 20px;
    }
  }
}
@media screen and (max-width: 896px) {
  .linkArea__sp {
    width: 100%;
    padding: 25px;
    background-color: #e6f5f2;
    background: -webkit-gradient(linear, left top, right top, from(#a7dccf), color-stop(16%, #a7dccf), color-stop(16%, #e6f5f2), to(#e6f5f2));
    background: -o-linear-gradient(left, #a7dccf 0%, #a7dccf 16%, #e6f5f2 16%, #e6f5f2 100%);
    background: linear-gradient(90deg, #a7dccf 0%, #a7dccf 16%, #e6f5f2 16%, #e6f5f2 100%);
  }
}
/* strategy/shareholders */
@media screen and (max-width: 896px) {
  .el_lv2table__shareholder_1, .el_lv2table__shareholder_2 {
    min-width: 700px;
  }
}


/* strategy/governance */
.irlv3Heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0 25px;
  padding: 11px 0 12px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.25px;
  @media screen and (max-width: 896px) {
    margin: 10px 0 15px;
    font-size: 1.7rem;
  }
}
.irlv3Heading_number {
  padding-left: 12px;
  color: #4FBAA0;
}
.irlv4Heading {
  margin: 20px 0;
  color: #4FBAA0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.1px;
  @media screen and (max-width: 896px) {
    font-size: 1.6rem;
  }
}
.irlv5Heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.el_lv1ol li {
  align-items: flex-start;
}
.irNote li {
  counter-increment: note;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  line-height: 150%;
  color: #666;
  &::before {
    content: "注"counter(note)"：";
    flex-shrink: 0;
  }
  @media screen and (max-width: 896px) {
    font-size: 1.1rem;
  }
}
.irNote.irNote_kome li {
  &::before {
    content: "*"counter(note)"：";
    flex-shrink: 0;
  }
  @media screen and (max-width: 896px) {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 896px) {
  .el_lv2table__governance {
    min-width: 700px;
  }
}

/* individual */
.linkArea .bl_colmn__col5 {
  li {
    width: 100%;
  }
  @media print, screen and (min-width: 897px) {
    li {
      width: calc(20% - 20px);
      a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
      }
    }
  }
}

.individualNumber {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  @media screen and (max-width: 896px) {
    gap: 4vw;
    justify-content: center;
  }
}
.individualNumber-item {
  display: flex;
  width: calc((100% - 80px)/3);
  min-height: 270px;
  overflow: hidden;
  padding: 30px 10px 10px;
  border-radius: 16px;
  background: #E6F5F2;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  text-align: center;
  dt {
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 1.5rem;
  }
  dd {
    color: #007256;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.88rem;
    b {
      font-size: 4.8rem;
      font-family: Roboto;
      font-weight: 600;
    }
  }
  .individualNumber_supplement {
    font-size: 1.4rem;
  }
  @media screen and (max-width: 896px) {
    width: 100%;
    max-width: 340px;
    padding: 5vw 2vw;
    min-height: auto;
    dd {
      font-size: 1.6rem;
      line-height: 2rem;
      b {
        font-size: 4rem;
      }
    }
    .individualNumber_supplement {
      font-size: 1.2rem;
    }
  }
}

.individualGroupMovie {
  column-gap: 45px;
}

.individualFaq {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  dt {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    color: #4FBAA0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 1.1px;
    &::before {
      content: '\51';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 2.5rem;
      flex-shrink: 0;
    }
  }
  dd {
    color: #393939;
    line-height: 180%;
    letter-spacing: 0.8px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(57, 57, 57, 0.20);
  }
  @media screen and (max-width: 896px) {
    dt {
      font-size: 1.8rem;
      &::before {
        font-size: 2rem;
      }
    }
  }
}

.individual-speakMovie {
  width: calc(520 / 1140 * 100%);
  margin: 60px auto 27px;
  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  @media screen and (max-width: 896px) {
    width: 100%;;
    margin-top: 30px;
  }
}

.individualStrength {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.individualStrength-item {
  width: 351px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #E6F5F2;
  text-align: center;
  padding-top: 83px;
  flex-shrink: 0;
  dt {
    color: #007256;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.8px;
  }
  dd {
    margin-top: 20px;
  }
  @media screen and (max-width: 896px) {
    width: 90%;
    max-width: 370px;
    margin: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    dt {
      font-size: 1.8rem;
    }
  }
}

.individualResults {
  display: flex;
  @media print, screen and (min-width: 897px) {
    justify-content: space-between;
    .individualResults-graph {
      width: calc(529 / 1140 * 100%);
    }
    .individualResults-text {
      width: calc(561 / 1140 * 100%);
    }
  }
  @media screen and (max-width: 896px) {
    flex-direction: column;
    gap: 20px;
  }
}

.individualFuture {
  display: flex;
  @media print, screen and (min-width: 897px) {
    justify-content: space-between;
    gap: 50px;
    .individualFuture-img {
      width: calc(406 / 1140 * 100%);
      flex-shrink: 0;
    }
  }
  @media screen and (max-width: 896px) {
    flex-direction: column;
    gap: 20px;
  }
  .irNote li::before {
    content: "*";
  }
  .irNote.irNote_kome li {
  &::before {
    content: "*"counter(note)"：";
    flex-shrink: 0;
  }
  @media screen and (max-width: 896px) {
    font-size: 1.1rem;
  }
  }
}

.individualBenefits {
  display: flex;
  @media print, screen and (min-width: 897px) {
    justify-content: space-between;
    gap: 50px;
    .individualBenefits-img {
      width: calc(374 / 1140 * 100%);
      flex-shrink: 0;
    }
  }
  @media screen and (max-width: 896px) {
    flex-direction: column;
    gap: 20px;
  }
  .irNote li::before {
    content: "*";
  }
}

.individual-figcaption {
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
  margin-top: 10px;
  @media screen and (max-width: 896px) {
    font-size: 1.2rem;
    margin-top: .6rem;
  }
}

/* strategy/mid-term */
.midTermH2 {
  background: url("/assets/images/ir/mid-term_ttl.png") right 50% / cover no-repeat;
  padding: 14px 30px 14px 40px;
  margin: 100px 0 30px;
  font-size: 2.8rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  @media screen and (max-width: 896px) {
    background: url("/assets/images/ir/mid-term_ttl_sp.png") right 50% / cover no-repeat;
    margin: 40px 0 15px;
    padding: .5em 1em;
    font-size: 2rem;
  }
}

.midTermDocs {
  margin-top: 30px;
  padding: 30px 40px;
  background: #F5F5F5;
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    a {
      display: flex;
      padding: 13px 46px 13px 20px;
      align-items: center;
      gap: 6px;
      background: #177B63;
      color: #FFF;
      position: relative;
      transition: all .3s;
      .el_afterIcon.el_afterIcon--pdf {
        font-weight: 700;
        margin-right: 5px;
        &::after {
          color: #fff;
        }
      }
      &::after {
        content: "\f019";
        position: absolute;
        right: 20px;
        color: #F5F5F5;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        line-height: 26px;
      }
      .fileSize {
        font-size: 1.4rem;
      }
      &:hover {
        transform: translateY(3px);
      }
    }
  }
  @media screen and (max-width: 896px) {
    padding: 20px;
    ul {
      flex-direction: column;
      gap: 15px;
      li {
        width: 100%;
      }
    }
  }
}
.midTermSegment {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 896px) {
    flex-direction: column;
  }
}
.midTermSegment-item {
  flex-basis: calc(530 / 1140 * 100%);
  @media screen and (max-width: 896px) {
    width: 100%;
  }
}
.midTermSegmentImg {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
  @media screen and (max-width: 896px) {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.chartWrap{
  width:100%;
  margin:0 auto;
}

.chartData{
  display:none;
}

canvas{
  background:#fff;
  height: 330px;
  @media screen and (max-width: 896px) {
    height: 70vw;
  }
}


/* strategy/compliance */
.complianceTraining {
  display: flex;
  justify-content: center;
  gap: 35px;
  figure {
    max-width: calc((100% - 35px) / 2);
  }
  @media screen and (max-width: 896px) {
    flex-direction: column;
    gap: 20px;
  }
}