/* --------------------------------------------------------
* 全体設定
* -------------------------------------------------------*/
.ir-cont {
  margin-top: 100px;
  margin-bottom: 150px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768.98px) {
  .ir-cont {
    margin-top: 13.333333333333334vw;
    margin-bottom: 13.333333333333334vw;
  }
}
.ir-img {
  width: 100%;
}
.ir-txt_right {
  text-align: right;
}
.ir_head {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 769px) {
  .ir_head {
    margin: 180px 0 130px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ir_head {
    margin: 150px 0 130px;
  }
}
@media screen and (max-width: 768.98px) {
  .ir_head {
    margin: 10.666666666666666vw auto;
  }
}
.ir_headContainer {
  text-align: center;
}
.ir_headTitle {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
}
@media print, screen and (min-width: 769px) {
  .ir_headTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 768.98px) {
  .ir_headTitle {
    font-size: 6.4vw;
  }
}
.company-common_aboutus {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  overflow: hidden;
  position: relative;
  transition: opacity 1s;
  will-change: opacity;
}
.company-common_aboutusContents {
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .company-common_aboutusContents {
    padding: 100px 50px 150px;
  }
}
@media screen and (max-width: 768.98px) {
  .company-common_aboutusContents {
    padding: 16vw 5.333333333333333vw;
  }
}
.company-common_aboutusTitle {
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 769px) {
  .company-common_aboutusTitle {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .company-common_aboutusTitle {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768.98px) {
  .company-common_aboutusTitle {
    font-size: 5.333333333333333vw;
    letter-spacing: normal;
  }
}
.company-common_aboutusLinks {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .company-common_aboutusLinks {
    gap: 13px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768.98px) {
  .company-common_aboutusLinks {
    gap: 3.466666666666667vw;
    margin-top: 13.333333333333334vw;
  }
}
@media screen and (min-width: 1025px) {
  .company-common_aboutusLinksNode {
    flex-basis: calc(25% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  .company-common_aboutusLinksNode {
    flex-basis: 100%;
  }
}
.company-common_aboutusAnchor {
  align-items: center;
  background-color: #fff;
  color: #1e1e1e;
  display: flex;
  font-weight: 500;
  justify-content: center;
  opacity: 0.9;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.4, 0.8, 0.74, 1);
}
@media print, screen and (min-width: 769px) {
  .company-common_aboutusAnchor {
    border-radius: 10px;
    font-size: 20px;
    height: 100px;
  }
}
@media screen and (max-width: 768.98px) {
  .company-common_aboutusAnchor {
    border-radius: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    height: 21.333333333333332vw;
  }
}
@media screen and (min-width: 1025px) and (pointer: fine) {
  .company-common_aboutusAnchor:hover {
    background-color: #1e1e1e;
    color: #fff;
  }
}
.company-common_aboutusAnchorContainer {
  display: block;
  text-align: center;
}
.company-common_aboutusImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  right: 0;
  transition: transform 1s cubic-bezier(0.4, 0.8, 0.74, 1);
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .company-common_aboutusImage {
    background-image: url("/assets/img/company/common/banner-aboutus-2000.jpg");
    bottom: -100px;
    top: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .company-common_aboutusImage {
    background-image: url("/assets/img/company/common/banner-aboutus-750.jpg");
    bottom: -120px;
    top: -100px;
  }
}
/* --------------------------------------------------------
* ナビ
* -------------------------------------------------------*/
.c-tab_02-ir .c-tab_02-list {
  padding-inline: 30px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  min-width: 200px;
}
@media screen and (max-width: 768.98px) {
  .c-tab_02-ir .c-tab_02-list {
    width: 100%;
    margin-right: 0;
    padding-right: 10.666666666666666vw;
    font-size: 4vw;
  }
}
.c-tab_02-ir .c-tab_02-list:after {
  content: "";
  height: 1px;
}
.c-tab_02-ir .c-tab_02-list a {
  color: #0c0c0c;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: underline;
}
/* --------------------------------------------------------
* IRトップ
* -------------------------------------------------------*/
.ir-top_card {
  position: relative;
}
.ir-top_card img {
  position: relative;
}
.ir-top_card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ir-top_cardText {
  bottom: 30px;
  display: flex;
  position: absolute;
  right: 30px;
  font-size: 46px;
  color: #fff;
  font-weight: 600;
  padding-right: 120px;
  line-height: 100px;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ir-top_cardText {
    font-size: 40px;
    font-weight: 600;
    padding-right: 100px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768.98px) {
  .ir-top_cardText {
    font-size: 5.866666666666666vw;
    font-weight: 600;
    padding-right: 10vw;
    line-height: 7vw;
    bottom: 5vw;
    right: 5vw;
  }
}
.ir-top_cardLink {
  transition: 500ms;
  opacity: 1;
}
.ir-top_cardAnchor {
  align-items: center;
  bottom: 30px;
  display: flex;
  position: absolute;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 768.98px) {
  .ir-top_cardAnchor {
    bottom: 3vw;
    right: 3vw;
  }
}
.ir-top_cardAnchorArrowContainer {
  align-items: center;
  border: solid 2px #fff;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ir-top_cardAnchorArrowContainer {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 768.98px) {
  .ir-top_cardAnchorArrowContainer {
    height: 9.333333333333334vw;
    width: 9.333333333333334vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ir-top_cardAnchorArrow:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  .ir-top_cardAnchorArrow:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  .ir-top_cardAnchorArrow:nth-of-type(2) {
    width: 5.333333333333333vw;
  }
}
@media print and (pointer: fine), screen and (pointer: fine) and (min-width: 769px) {
  .ir-top_cardAnchorArrow:nth-of-type(1) {
    display: block;
    opacity: 0;
    transform: translateX(-50px);
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out, opacity 0.3s ease;
  }
}
@media print and (pointer: fine), screen and (pointer: fine) and (min-width: 769px) {
  .ir-top_cardAnchorArrow:nth-of-type(2) {
    transform: translateX(-15px);
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out 0.2s, opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 1025px) and (pointer: fine) {
  .ir-top_card_link:hover .ir-top_cardAnchorArrow:nth-of-type(1) {
    opacity: 1;
    transform: translateX(15px);
  }
  .ir-top_card_link:hover .ir-top_cardAnchorArrow:nth-of-type(2) {
    opacity: 0;
    transform: translateX(50px);
  }
}
@media screen and (max-width: 768.98px) and (pointer: fine) {
  .ir-top_cardAnchorArrow:nth-of-type(2) {
    transform: translateX(0);
    transition: unset;
    width: 5.333333333333333vw;
  }
}
.ir-top_news {
  margin-top: 70px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_news {
    margin-top: 13.333333333333334vw;
  }
}
.ir-top_ttl {
  font-size: 26px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768.98px) {
  .ir-top_ttl {
    font-size: 5.333333333333333vw;
  }
}
.ir-top_newsBtn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768.98px) {
  .ir-top_newsBtn {
    margin-top: 13.333333333333334vw;
  }
}
.ir-top_main {
  background: #f9f9f9;
  padding: 1px;
}
.ir-top_mainBody {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_mainBody {
    flex-wrap: wrap;
    gap: 2vw;
  }
}
.ir-top_mainCont {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_mainCont {
    padding: 8vw 5.333333333333333vw;
  }
}
.ir-top_subttl {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_subttl {
    font-size: 5.333333333333333vw;
  }
}
.ir-top_mainList {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_mainList {
    font-size: 4.266666666666667vw;
    gap: 0.8vw;
    margin-top: 5.333333333333333vw;
  }
}
.ir-top_mainList li a {
  color: #0c0c0c;
  text-decoration: underline;
}
.ir-top_mainList li a:hover {
  text-decoration: none;
}
.ir-top_mainHighlight {
  margin-top: 70px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_mainHighlight {
    margin-top: 10.666666666666666vw;
  }
}
.ir-top_mainTab {
  margin-top: 70px;
}
@media screen and (max-width: 768.98px) {
  .ir-top_mainTab {
    margin-top: 10.666666666666666vw;
  }
}
.ir-top_mainTab .c-tab_02 {
  justify-content: center;
}
/* --------------------------------------------------------
* IRニュース
* -------------------------------------------------------*/
.eir_pdfNote_item {
  font-size: 14px;
}
@media screen and (max-width: 768.98px) {
  .eir_pdfNote_item {
    font-size: 3.466666666666667vw;
  }
}
.s_newsTypeController {
  margin-bottom: 60px !important;
}
.s_eirTab li a {
  font-size: 15px !important;
}
@media screen and (max-width: 768.98px) {
  .s_eirTab li a {
    font-size: 3.466666666666667vw !important;
  }
}
/* --------------------------------------------------------
* 株主・投資家の皆様へ
* -------------------------------------------------------*/
.ir-message_img {
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768.98px) {
  .ir-message_img {
    margin: 0 auto 10.666666666666666vw;
  }
}
/* --------------------------------------------------------
* 株式情報
* -------------------------------------------------------*/
.ir-overview_list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #e2e3e3;
}
.ir-overview_list-ttl,
.ir-overview_list .ir-overview_list-txt {
  padding: 35px 0;
  border-bottom: solid 1px #e2e3e3;
}
@media screen and (max-width: 768.98px) {
  .ir-overview_list-ttl,
  .ir-overview_list .ir-overview_list-txt {
    padding: 0 5.333333333333333vw;
    border-bottom: none;
  }
}
.ir-overview_list-ttl {
  width: 23.333333333333332%;
  font-weight: bold;
  vertical-align: top;
  padding-right: 20px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768.98px) {
  .ir-overview_list-ttl {
    width: 100%;
    padding-top: 5.333333333333333vw !important;
    padding-bottom: 2.666666666666667vw !important;
  }
}
.ir-overview_list-txt {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  width: 76.66666666666667%;
  margin: 0;
}
@media screen and (max-width: 768.98px) {
  .ir-overview_list-txt {
    width: 100%;
    padding-bottom: 5.333333333333333vw !important;
    border-bottom: solid 1px #e2e3e3 !important;
  }
}
/* --------------------------------------------------------
* IRカレンダー
* -------------------------------------------------------*/
.eirCalendarNote {
  margin: 100px 0 0 !important;
}
@media screen and (max-width: 768.98px) {
  .eirCalendarNote {
    margin: 13.333333333333334vw 0 0 !important;
  }
}
/* --------------------------------------------------------
* FAQ
* -------------------------------------------------------*/
.ir-faq_tab .c-tab_02-list {
  width: auto;
  font-size: 17px;
}
@media screen and (max-width: 768.98px) {
  .ir-faq_tab .c-tab_02-list {
    width: 100%;
    font-size: 4vw;
  }
}
.faqList {
  padding: 0 40px;
}
@media screen and (max-width: 768.98px) {
  .faqList {
    padding: 0 5.333333333333333vw;
  }
}
.faqList_ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 75px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqList_ttl {
    font-size: 24px;
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqList_ttl {
    font-size: 4.8vw;
    margin: 0 0 5.333333333333333vw 0;
  }
}
.faqList_item {
  border-bottom: 1px solid #e2e3e3;
  margin: 0;
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
.faqList_item-q {
  position: relative;
  margin: 0;
  border-top: 1px solid #e2e3e3;
}
.faqList_item-q:before {
  content: "Q";
  font-size: 44px;
  color: #fff;
  background: #333;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqList_item-q:before {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqList_item-q:before {
    font-size: 5.866666666666666vw;
    width: 9.333333333333334vw;
    height: 9.333333333333334vw;
    line-height: 1.6;
  }
}
.faqList_item-q:first-child {
  border-top: none;
}
.faqList_item-q--txt {
  margin: 0 0 0 100px;
  padding: 50px 0;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqList_item-q--txt {
    padding: 30px 50px 30px 0;
    margin: 0 0 0 70px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqList_item-q--txt {
    margin: 0 0 0 13.333333333333334vw;
    padding: 5.333333333333333vw 8vw 5.333333333333333vw 0;
    font-size: 3.733333333333333vw;
  }
}
.faqList_item-a {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}
.faqList_item-a:before {
  content: "A";
  font-size: 44px;
  color: #333;
  background: #e2e3e3;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqList_item-a:before {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqList_item-a:before {
    font-size: 5.866666666666666vw;
    width: 9.333333333333334vw;
    height: 9.333333333333334vw;
    line-height: 1.6;
  }
}
.faqList_item-a--txt {
  margin: 0 0 0 100px;
  padding: 50px 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqList_item-a--txt {
    padding: 30px 0;
    margin: 0 0 0 70px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqList_item-a--txt {
    margin: 0 0 0 13.333333333333334vw;
    padding: 5.333333333333333vw 8vw 5.333333333333333vw 0;
    font-size: 3.733333333333333vw;
  }
}
.faqAccordion_head {
  position: relative;
  z-index: 1;
  margin: auto;
  transition: 0.4s;
  cursor: pointer;
}
.faqAccordion_head .faqAccordion_icon:before,
.faqAccordion_head .faqAccordion_icon:after {
  background-color: #6d6d6d;
}
.faqAccordion_head.is-open .faqAccordion_icon:before {
  transition-duration: 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0;
  top: 0;
}
.faqAccordion_head.is-open .faqAccordion_icon:after {
  transition-duration: 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .faqAccordion_head:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqAccordion_head:hover {
    opacity: 1;
  }
}
.faqAccordion_head-outer {
  display: flex;
}
.faqAccordion_icon {
  display: block;
  width: 40px;
  height: 40px;
  transition-duration: 0.2s;
  position: absolute;
  right: 40px;
  top: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqAccordion_icon {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqAccordion_icon {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    right: 0;
  }
}
.faqAccordion_icon:before,
.faqAccordion_icon:after {
  display: flex;
  content: '';
  background-color: #0c0c0c;
  width: 40px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqAccordion_icon:before,
  .faqAccordion_icon:after {
    width: 30px;
    height: 3px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqAccordion_icon:before,
  .faqAccordion_icon:after {
    width: 4.266666666666667vw;
    height: 0.533333333333333vw;
  }
}
.faqAccordion_icon:before {
  width: 4px;
  height: 40px;
  left: 18px;
  top: -18px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqAccordion_icon:before {
    width: 3px;
    height: 30px;
    left: 13px;
    top: -13px;
  }
}
@media screen and (max-width: 768.98px) {
  .faqAccordion_icon:before {
    width: 0.533333333333333vw;
    height: 4.266666666666667vw;
    left: 1.866666666666667vw;
    top: -1.866666666666667vw;
  }
}
.faqAccordion_inner {
  display: none;
}
