@charset "utf-8";
/* IR style */

/* ========================================
	IR 共通
======================================== */
.ir-section {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 65px;
}

.ir-section._mb70 {
  margin-bottom: 70px;
}
.ir-section h2 {
  margin-bottom: 1.5em;
}
.ir-section h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.ir-section * + h3 {
  margin-top: 1.5em;
}
.ir-section p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

._iconExit {
  display: inline-block;
  background-image: url(/wp-content/themes/fa-theme/assets/5c20c52aa8f712ea9b14.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 15px;
  margin-left: 0.8em;
}
.icon-arrow {
  display: inline-block;
  background-image: url(/wp-content/themes/fa-theme/assets/afdac019b7fac872a7a8.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1em;
  width: 1em;
}
ul.link-arrow li a {
  display: inline-block;
  background-image: url(/wp-content/themes/fa-theme/assets/afdac019b7fac872a7a8.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left 0.5em;
  padding-left: 2em;
  text-decoration: none;
}
.btn-arrow {
  background-color: #e52411;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 0;
}
.btn-arrow::before,
.btn-arrow::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.btn-arrow::before {
  background-color: #f54f42;
  transition: 0.3s;
  transform-origin: left;
  transform: scaleX(0);
}
.btn-arrow::after {
  background-image: url(/wp-content/themes/fa-theme/assets/06af0e0eb8200327d170.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
a:hover .btn-arrow::before {
  transform: scaleX(1);
}

@media (min-width: 768px) {
  .ir-section {
    margin-top: 65px;
  }
  .ir-section h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .ir-section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
  .ir-section a {
    transition: 0.3s;
  }

  .ir-section a:hover {
    color: #e52411;
  }

  ul.link-arrow li a:hover {
    background-position: 6px 0.5em;
  }
}

.indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-1hem {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indent-2em {
  padding-left: 2em;
  text-indent: -2em;
}
.indent-2hem {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.indent-3em {
  padding-left: 3em;
  text-indent: -3em;
}
.indent-3hem {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}

/* eirリスト */

.s_eirList {
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 0 1px;
}

.s_eirList_item {
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 0;
  padding: 0;
}
.s_eirItem {
  flex-wrap: wrap;
  padding: 25px 0 24px;
  text-decoration: none;
  position: relative;
}
.eirItem_title_link::after {
  background-color: #e52411;
  content: '';
  height: 1px;
  width: 100%;
  transition: transform 0.4s ease-in-out;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: 1;
  transform-origin: right top;
  transform: scale(0, 1);
}
.eirItem_title_link:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.s_eirModule_date_time {
  color: #777;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  vertical-align: top;
}
.s_eirModule_category_icon {
  background: none;
  color: #e52411;
  display: inherit;
  font-family: 'Zen Kaku Gothic New', 'YuGothic', 'Yu Gothic Medium', 'Yu Gothic', 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-bottom: 8px;
  padding: 0;
  text-align: inherit;
  width: auto;
}
.s_eirList_item_titleBox {
  margin: 0;
  width: 100%;
}
.s_eirModule_title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
}
.s_eirModule_type_icon-pdf {
  background-color: transparent;
  background-image: url('/wp-content/themes/fa-theme/assets/img/ir/ic_pdf.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 18px;
  width: 20px;
  position: relative;
  top: -2px;
}
.s_eirModule_type_icon-xls,
.s_eirModule_type_icon-xlsx{
  background-color: transparent;
  background-image: url('/wp-content/themes/fa-theme/assets/img/ir/ic_xls.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 18px;
  width: 20px;
  position: relative;
  top: -2px;
}
.s_eirItem[target='_blank'] .s_eirModule_type_icon-url {
  background-color: transparent;
  background-image: url('/wp-content/themes/fa-theme/assets/5c20c52aa8f712ea9b14.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 16px;
  width: 16px;
  text-indent: -9999px;
  position: relative;
  top: -2px;
}
.s_eirList_item.eirItem_child {
  border-width: 0;
}
.s_eirList_item.eirItem_child .s_eirItem {
  margin-bottom: 0;
  padding-top: 0;
}
.eirItem_child .eirItem_head {
  height: 0;
}

@media (min-width: 768px) {
  .s_eirModule_date_time {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
  .s_eirModule_category_icon {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6428571429;
  }
  .s_eirModule_title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .s_eirList_item.eirItem_child .s_eirItem {
    padding: 10px 0 20px;
  }
}

/* ========================================
	IR TOPページ
======================================== */
.ir-btn-L a {
  background: #edebe7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(18px, 1.84vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  height: 8.3em;
  width: 100%;
  padding-left: 7.2%;
  text-decoration: none;
  position: relative;
}
.ir-btn-L a img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.ir-btn-L a .icon-arrow {
  height: 0.9em;
  width: 0.9em;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.6%;
  transition: 0.3s;
}
.ir-btn-M a {
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: clamp(17px, 1.53vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  height: 6em;
  width: 100%;
  padding-left: 7.5%;
  text-decoration: none;
  position: relative;
}
.ir-btn-M a .btn-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ir-index .c-grid__item {
  border: 1px solid #e6e6e6;
  padding: clamp(30px, 3vw, 40px);
  padding-top: clamp(30px, 3.4vw, 45px);
}
.ir-index-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 71px;
  width: 71px;
  margin: 0 auto;
}
.ir-index h3 {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.ir-index ul li a {
  background-position: left 0.3em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.ir-index ul li a:hover {
  background-position: 5px 0.3em;
}

@media (min-width: 768px) {
  .ir-top .ir-section + .ir-section {
    margin-top: 90px;
  }
  .ir-btn-L a {
    font-size: 24px;
    padding: 0 0x 0 7.2%;
  }
  .ir-btn-L a:hover .icon-arrow {
    transform: translateX(6px);
  }
}
.ir-btn-L .c-grid__item:nth-child(2) {
  position: relative;
}
.ir-btn-L .c-grid__item:nth-child(2) a {
  padding-right: 20px;
}
.ir-btn-L .c-grid__item:nth-child(2) span {
  display: block;
  width: 70;
}

.ir-btn-L .c-grid__item:nth-child(2) img {
  position: absolute;
  height: 80%;
  right: 3%;
  bottom: 8%;
}

/* ========================================
	IRニュース
======================================== */

.s_yearController {
  margin-top: -5px;
  display: inline-block;
  position: relative;
}
.s_yearController::after {
  background-image: url('/wp-content/themes/fa-theme/assets/img/common/icon_select.svg');
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 7px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.s_eirSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f4f4f4;
  border: none;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue',
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  padding: 13px 40px 13px 15px;
}
.s_eirTab {
  justify-content: flex-start;
}
.s_eirTab li {
  background: none;
  border: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.75;
  margin-right: 15px;
  padding-right: 22px;
  padding-top: 5px;
  width: auto;
  position: relative;
}
.s_eirTab li::before {
  content: '/';
  display: inline-block;
  position: absolute;
  right: 0;
}
.s_eirTab li:last-of-type::before {
  display: none;
}
.s_eirTab li a {
  background: none !important;
  display: block;
  padding: 0 0 1px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.s_eirTab li a::before {
  background-color: #e52411;
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: right top;
  transform: scale(0, 1);
}
.s_eirTab li.active a {
  pointer-events: none;
  color: #e52411;
  font-weight: 700;
}
.s_eirTab li.active a::before {
  transform: translateX(0);
}

.s_eirTab li:hover a {
  color: inherit;
}

@media (min-width: 768px) {
  .s_newsTypeController {
    margin-bottom: 40px;
  }
  .s_eirTab li {
    margin-right: 18px;
    padding-right: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .s_eirTab li a {
    padding-bottom: 10px;
    transition: 0s;
  }
  .s_eirTab li a::before {
    transition: transform 0.2s ease-in-out;
  }
  .s_eirTab li:hover a {
    color: #e52411;
    font-weight: 700;
  }
  .s_eirTab li:hover a::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* ========================================
	株主･投資家の皆様へ
======================================== */

.ir-message .p-profile__body p + p {
  margin-top: 1.5em;
}
.president-sign {
  margin-top: 2em;
  text-align: right;
}
.president-sign p {
  display: inline-block;
  text-align: left;
}

@media (min-width: 768px) {
}

/* ========================================
	コーポレート・ガバナンス
======================================== */

.eir[class*='area_governance'] .s_eirList {
  border-width: 0;
}
.eir[class*='area_governance'] .s_eirList_item {
  text-align: left;
}
.eir[class*='area_governance'] .s_eirItem::after {
  display: none;
}
.img-governance {
  margin: 40px auto 0;
  max-width: 1000px;
}

/* ========================================
	財務ハイライト
======================================== */

.qir .qirContent_table table,
.qir .qirContent_table th,
.qir .qirContent_table td {
  border-color: #e6e6e6;
}
.qir .qirContent_table thead th,
.qir .qirContent_table tbody th {
  background-color: #f4f4f4;
  color: #111;
  font-weight: 700;
}
.qirBox_carefulNote_list_item:nth-of-type(2) {
  display: none;
}
.qirContent_legend_list .qirContent_legend_list_item {
  margin-left: 20px;
}
.qirContent_legend_label {
  display: flex;
  align-items: center;
}

/* ========================================
	株式情報
======================================== */

@media (min-width: 768px) {
  .stock-table .c-table .c-table__wrap {
    grid-template-columns: 195px 1fr;
  }
}

/* ========================================
	IRカレンダー
======================================== */

.ir-calendar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.ir-calendar .col {
  width: calc(50% - 3px);
}
.ir-calendar img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .ir-calendar {
    display: block;
    margin-bottom: 40px;
  }
  .ir-calendar .col {
    width: 100%;
  }
  .ir-calendar .col + .col {
    margin-top: 20px;
  }
}

/* ========================================
	よくあるご質問
======================================== */

.ir-faq .ir-section h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .ir-faq .ir-section h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
