@charset "utf-8";

.ir_top_message {
  width: 800px;
  margin: 0 auto;
  vertical-align: top;
}
.ir_topmessage-fig {
  text-align: center;
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0 0 36px;
  table-layout: fixed;
  float: left;
  width: auto;
  margin-right: 30px;
}

.ir__content {
  & .sec_title1 {
    margin-bottom: 38px;
  }
}
.sp {
  & .ir__content {
    & .sec_title1 {
      margin-bottom: 42px;
    }
  }
}


/* ------------------------------
ニュース
------------------------------ */
.ir__eirSec_con {
  display: flex;
  justify-content: space-between;
}
.ir__eirSec_con_controller {
  flex-shrink: 0;
  width: 288px;
}
.ir__eirSec_con_controller {
  & .title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #9f7356;
    margin-bottom: 31px;
  }
}
.ir__eirSec_con_tab {
  width: 100%;
}
.ir__eirSec_con_pulldown {
  width: 100%;
}
.ir__eirSec_con_main {
  flex-grow: 1;
}

.sp {
  & .ir__eirSec_con {
    flex-direction: column;
  }
  & .ir__eirSec_con_controller {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    width: 100%;
  }
  & .ir__eirSec_con_tab {
    width: 50%;
  }
  & .ir__eirSec_con_controller:has(.ir__eirSec_con_tab) .ir__eirSec_con_pulldown {
    width: 50%;
  }
  & .ir__content .title {
    margin-bottom: 16px;
  }
}


/* ------------------------------
IRTOP
------------------------------ */
.pc {
  & .top_page:has(.irTop__head) {
    padding-top: 0;
  }
}
.irTop__head {
  padding: 212px 0 295px;
}
.irTop__head_img {
  pointer-events: none;
  position: absolute;
  inset: -32px -84px auto auto;
  width: 400px;
  height: 400px;
  z-index: 1;

  & img {
    width: 100%;
  }
}
.tablet,
.sp {
  & .irTop__head_img {
    display: none;
  }
}

.irTop__newsSec {
  & .ir__eirSec_con {
    margin-top: 70px;
  }
  & .button1 {
    margin-left: auto;
    margin-top: 67px;
    width: 402px;
    max-width: 100%;

    & a {
      font-size: 20px;
    }
  }
}
.sp {
  .irTop__newsSec {
    & .ir__eirSec_con {
      margin-top: 0;
    }
    & .button1 {
      margin-left: 0;
      margin-top: 35px;
      width: max-content;
      max-width: 100%;

      & a {
        font-size: 16px;
      }
    }
  }
}

.irTop__managementSec {
  margin-top: 100px;
}
.irTop__managementSec_link {
  display: grid;
  gap: 25px 37px;
  grid-template-columns: 65.5% 1fr;
  grid-template-rows: repeat(2, 1fr);
  margin-top: 20px;
}
.irTop__managementSec_link_item {
  background: #F6F6F6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 44px 40px;
  transition: color .2s cubic-bezier(0.33, 1, 0.68, 1);

  &:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
    position: relative;

    &::before {
      background-color: #fff;
      background-image: url(/wp-content/themes/proni/ir/img/index_img02.svg);
      background-repeat: no-repeat;
      background-size: 34px 62px;
      background-position: center;
      border-radius: 50%;
      content: "";
      display: block;
      position: absolute;
      right: 67px;
      width: 156px;
      height: 156px;
    }
  }
  &:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  &:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }

  & .arrow {
    margin-left: 20px;
    width: 32px;
    height: 32px;
  }
  &:hover {
    color: #e10000;
    opacity: 1;
  }
}
.sp {
  & .irTop__managementSec {
    margin-top: 80px;
  }
  & .irTop__managementSec_link {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
  & .irTop__managementSec_link_item {
    justify-content: space-between;
    font-size: 16px;
    letter-spacing: 0;
    padding: 32px;
    width: 100%;

    &:nth-child(1) {
      &::before {
        display: none;
      }
    }

    & .arrow {
      margin-left: 16px;
      width: 24px;
      height: 24px;
    }
  }
}

.irTop__cardSec {
  margin-top: 117px;
}
.irTop__cardSec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
  margin-top: 20px;
}
.irTop__cardSec_list_item {
  background: #FFF;
  border: 2px solid #F6F6F6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 50px 28px 36px;
  width: calc((100% - (37px * 2)) / 3);

  & .arrow {
    width: 32px;
    height: 32px;
  }
}
a.irTop__cardSec_list_item {
  transition: color .42s cubic-bezier(0.22, 1, 0.36, 1);

  & .arrow {
    align-self: flex-end;
    margin-top: auto;
  }
  &:hover {
    color: #e10000;
    opacity: 1;
  }
}
.irTop__cardSec_list_ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.irTop__cardSec_list_icon {
  background: #F6F6F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  text-align: center;
  width: 96px;
  height: 96px;
}
.irTop__cardSec_list_linkList {
  border-top: 2px solid #F6F6F6;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 36px;
}
.irTop__cardSec_list_linkList_item {
  width: calc((100% - 30px) / 2);

  & a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: color .42s cubic-bezier(0.22, 1, 0.36, 1);

    &:hover {
      color: #e10000;
      opacity: 1;
    }
  }
}
.sp {
  & .irTop__cardSec {
    margin-top: 80px;
  }
  & .irTop__cardSec_list {
    gap: 16px;
    margin-top: 0;
  }
  & .irTop__cardSec_list_item {
    padding: 20px 32px 24px;
    width: 100%;

    & .arrow {
      width: 24px;
      height: 24px;
    }
  }
  & .irTop__cardSec_list_ttl {
    font-size: 16px;
    letter-spacing: .8px;
    margin-bottom: 15px;
  }
  & .irTop__cardSec_list_icon {
    width: 5rem;
    height: 5rem;
  }
  & .irTop__cardSec_list_linkList {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    padding-top: 15px;
  }
  & .irTop__cardSec_list_linkList_item {
    width: 100%;

    & a {
      font-size: 14px;
      letter-spacing: 0;
    }
  }
}

.irTop__btnSec {
  margin-top: 100px;
  padding-bottom: 240px;
}
.irTop__btnSec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 37px;
}
.irTop__btnSec_list_item {
  width: calc((100% - (37px * 2)) / 3);

  & a {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.sp {
  & .irTop__btnSec {
    margin-top: 80px;
    padding-bottom: 130px;
  }
  & .irTop__btnSec_list {
    gap: 16px;
  }
  & .irTop__btnSec_list_item {
    width: 100%;

    & a {
      font-size: 16px;
      letter-spacing: 0;
    }
  }
}


/* ------------------------------
トップメッセージ
------------------------------ */
.irMessage__conBox {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 128px;
}
.irMessage__imgBox {
  flex-shrink: 0;
  width: 31.42%;
}
.irMessage__imgBox_item {
  & + & {
    margin-top: 57px;
  }
  & img {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
  }
}
.irMessage__imgBox_info {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 20px;
}
.irMessage__imgBox_info_name {
  display: block;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.25;
}
.irMessage__imgBox_info_name_en {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 6px;
  color: #9f7356;
  display: inline-block;
  font-family: "Schibsted Grotesk", sans-serif;
}
.irMessage__txtBox {
  & .ir__txt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
  }
}
.sp {
  & .irMessage__conBox {
    flex-direction: column;
    gap: 71px;
  }
  & .irMessage__txtBox {
    & .ir__txt {
      font-size: 16px;
      letter-spacing: .8px;
    }
  }
  & .irMessage__imgBox {
    width: 100%;
  }
  & .irMessage__imgBox_item {
    display: flex;
    align-items: center;
    gap: 28px;

    & img {
      flex-shrink: 0;
      width: calc(100% - 136px);
    }
  }
  .irMessage__imgBox_info {
    margin-top: 0;
  }
}


/* ------------------------------
コーポレートガバナンス
------------------------------ */
.irGovernance__conBox {
  & .ir__txt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: 2;
  }
  & .ir__ttlH4 {
    &::after {
      display: none;
    }
  }
}
.irGovernance__img {
  margin-top: 38px;

  & img {
    width: 100%;
  }
}
.sp {
  .irGovernance__conBox {
    & .ir__txt {
      font-size: 14px;
      letter-spacing: .7px;
    }
  }
  & .irGovernance__img {
    margin-top: 42px;
  }
}


/* ------------------------------
IRカレンダー
------------------------------ */
.irCalendar__img {
  display: flex;
  gap: 3px;
  margin-bottom: 38px;

  & img {
    width: calc((100% - 3px) / 2);
  }
}
.sp {
  & .irCalendar__img {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 42px;

    & img {
      width: 100%;
    }
  }
}


/* ------------------------------
よくあるご質問
------------------------------ */
.irFaq__list {
  & + & {
    margin-top: 57px;
  }
}
.irFaq__list_q {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
  padding-left: 30px;
  position: relative;

  &::before {
    color: #e10000;
    content: "Q";
    display: block;
    position: absolute;
    left: 0;
  }
}
.irFaq__list_a {
  padding-left: 30px;
  position: relative;

  &::before {
    color: #b6b6b6;
    content: "A";
    display: block;
    position: absolute;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}
.sp {
  & .irFaq__list_q {
    font-size: 16px;
    letter-spacing: .8px;
  }
  & .irFaq__list_a {  
    &::before {
      font-size: 16px;
      letter-spacing: .8px;
    }
  }
}


/* ------------------------------
汎用
------------------------------ */
.ir__taC {
  text-align: center;
}
.ir__taL {
  text-align: left;
}
.ir__taR {
  text-align: right;
}


/* ------------------------------
section
------------------------------ */
.ir__sec {
  & + & {
    margin-top: 112px;
  }
}
.sp {
  & .ir__sec {
    & + & {
      margin-top: 75px;
    }
  }
}


/* ------------------------------
title
------------------------------ */
.ir__ttlH4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.25;
  position: relative;
  padding-top: 11px;
  margin-bottom: 1.8em;

  &::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: #f6f6f6;
  }
}
.sp {
  & .ir__ttlH4 {
    font-size: 16px;
    letter-spacing: .8px;
  }
}


/* ------------------------------
text
------------------------------ */
.ir__txt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;

  & + & {
    margin-top: 1.8em;
  }
  &.button1 {
    max-width: 100%;
  }
}
.sp {
  & .ir__txt {
    font-size: 16px;
    letter-spacing: .8px;
  }
}
.ir__sec {
  & .ir__txt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: 2;
    width: 100%;
    max-width: 832px;
    margin-left: auto;

    & + & {
      margin-top: 2.4em;
    }
  }
}


/* ------------------------------
text link
------------------------------ */
.ir__txtLink {
  color: #e10000;
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #e10000;
  transition: text-decoration .16s cubic-bezier(0.33, 1, 0.68, 1);
  word-break: break-all;

  &:hover {
    opacity: 1;
    text-decoration-color: rgba(225, 0, 0, 0);
  }
}


/* ------------------------------
table
------------------------------ */
.ir__tbl_tr {
  display: flex;
    align-items: start;
    min-height: 114px;
}
.ir__tbl_th {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 1.5;
  width: 288px;
  position: relative;
  padding: 28px 32px 30px 0;

  &::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: #e10000;
    z-index: 1;
  }
}
.ir__tbl_td {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  width: calc(100% - 288px);
  position: relative;
  padding: 28px 0 30px;

  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: #f6f6f6;
  }
}

.sp {
  & .ir__tbl_tr {
    flex-direction: column;
    min-height: auto;
  }
  & .ir__tbl_th {
    font-size: 14px;
    letter-spacing: .7px;
    width: 100%;
    padding: 20px 0 0;

    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      inset: 0 auto auto 0;
      background-color: #f6f6f6;
    }
  }
  & .ir__tbl_td {
    font-size: 16px;
    letter-spacing: .8px;
    flex-direction: column;
    width: 100%;
    padding: 20px 0 34px;

    &::before {
      display: none;
    }
  }
}