.section-info.section-info-high {
  border: 0px !important;
}
/**--------------------
  carousel_image
--------------------**/
.corp-page-carousel {
  width: 100%;
  background: url("/corp/set/data/ir/img/p/img-carousel-bg_wp.webp") no-repeat center;
  background-size: cover;
}
.corp-page-carousel * {
  box-sizing: border-box;
}
.corp-page-carousel-inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 37px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: flex-start;
}

.corp-page-carousel-title-area {
  width: calc(100% - 850px);
  height: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  line-height: 1.2;
  transform: translateY(-16px);
}
.corp-page-carousel-title {
  font-size: 300%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.corp-page-carousel-title-en {
  font-size: 33.3%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.corp-page-carousel-news-area {
  width: 850px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corp-page-carousel-news {
  width: 550px;
}
.corp-page-carousel-news-item {
  width: 100%;
  height: 120px;
  margin-bottom: 1px;
  padding-left: 25px;
  border-left: 4px solid #357eec;
  background: #fff;
  position: relative;
  display: none;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
  cursor: pointer;
  color: #333;
  transition: filter  0.2s;
}
.corp-page-carousel-news-item:hover {
  text-decoration: none;
  filter: brightness(0.8);
  color: #333;
}
.corp-page-carousel-news-item::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(45deg);
}
.corp-page-carousel-news-item:visited {
  color: #333;
  text-decoration: none;
}
.corp-page-carousel-news-item:active {
  color: #333;
  text-decoration: none;
}
.corp-page-carousel-news-item:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
.corp-page-carousel-news-title {
  width: 100%;
  margin: 0;
  padding-right: 50px;
  font-size: 112.5%;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.corp-page-carousel-news-date {
  width: 100%;
  font-size: 88.888%;
  line-height: 24px;
  margin: 0;
  font-weight: normal;
}

/** レイアウト用 **/
/* 3列 */
.corp-page-carousel-news-layout-3-line .corp-page-carousel-news-item:nth-child(1),
.corp-page-carousel-news-layout-3-line .corp-page-carousel-news-item:nth-child(2),
.corp-page-carousel-news-layout-3-line .corp-page-carousel-news-item:nth-child(3){
  display: flex;
}
/* 2列 */
.corp-page-carousel-news-layout-2-line .corp-page-carousel-news-item:nth-child(1) {
  height: 240px;
}
.corp-page-carousel-news-layout-2-line .corp-page-carousel-news-item:nth-child(1),
.corp-page-carousel-news-layout-2-line .corp-page-carousel-news-item:nth-child(2) {
  display: flex;
}
/* 2列(half) */
.corp-page-carousel-news-layout-2-line-half .corp-page-carousel-news-item:nth-child(1),
.corp-page-carousel-news-layout-2-line-half .corp-page-carousel-news-item:nth-child(2) {
  height: 180px;
  display: flex;
}
/* 1列 */
.corp-page-carousel-news-layout-1-line .corp-page-carousel-news-item:nth-child(1) {
  height: 362px;
  display: flex;
}

/* 背景画像(白) */
.corp-page-carousel-news-item-background-image-wh {
  background: url("/corp/set/data/ir/img/p/img-carousel-news-wh_wp.webp") no-repeat left 73%;
  background-size: 100%;
}
/* 背景画像(黒) */
.corp-page-carousel-news-item-background-image-bk {
  background: url("/corp/set/data/ir/img/p/img-carousel-news-bk_wp.webp") no-repeat left 73%;
  background-size: 100%;
  color: #fff;
}
.corp-page-carousel-news-item-background-image-bk.corp-page-carousel-news-item:hover {
  color: #fff;
}
.corp-page-carousel-news-item-background-image-bk.corp-page-carousel-news-item::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.corp-page-carousel-news-item-background-image-bk.corp-page-carousel-news-item:visited {
  color: #FFF;
  text-decoration: none;
}
.corp-page-carousel-news-item-background-image-bk.corp-page-carousel-news-item:active {
  color: #FFF;
  text-decoration: none;
}
.corp-page-carousel-news-item-background-image-bk.corp-page-carousel-news-item:focus {
  color: #FFF;
  text-decoration: none;
  outline: none;
}
/* Font-size */
.corp-page-carousel-news-item-font-size-s {
  font-size: 112.5%;
}
.corp-page-carousel-news-item-font-size-s .corp-page-carousel-news-date {
  font-size: 88.888%;
  padding-top: 5px;
}
.corp-page-carousel-news-item-font-size-m {
  font-size: 150%;
  line-height: 1.2;
}
.corp-page-carousel-news-item-font-size-m .corp-page-carousel-news-date {
  font-size: 66.666%;
  padding-top: 5px;
}
.corp-page-carousel-news-item-font-size-l {
  font-size: 175%;
  line-height: 1.6;
}
.corp-page-carousel-news-item-font-size-l .corp-page-carousel-news-date {
  font-size: 57.142%;
  padding-top: 5px;
}


.corp-page-carousel-links {
  width: 280px;
}
.corp-page-carousel-links-item {
  width: 100%;
  height: 120px;
  margin-bottom: 1px;
  padding-left: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 112.5%;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
  position: relative;
}
.corp-page-carousel-links-item::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  top: 54px;
  right: 20px;
  transform: rotate(45deg);
}
.corp-page-carousel-links-item:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.corp-page-carousel-links-item:visited {
  color: #fff;
  text-decoration: none;
}
.corp-page-carousel-links-item:active {
  color: #fff;
  text-decoration: none;
}
.corp-page-carousel-links-item:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.corp-page-carousel-links-item.corp-page-carousel-links-item_ceo {
  background: url("/corp/set/data/ir/img/p/img-carousel-links-ceo_wp.webp") no-repeat center;
  background-size: cover;
}
.corp-page-carousel-links-item.corp-page-carousel-links-item_beyond-carrier {
  background: url("/corp/set/data/ir/img/p/img-carousel-links-beyond-carrier_wp.webp") no-repeat center;
  background-size: cover;
}
.corp-page-carousel-links-item.corp-page-carousel-links-item_external-director {
  background: url("/corp/set/data/ir/img/p/img-carousel-links-external-director_wp.webp") no-repeat center;
  background-size: cover;
}
.corp-page-carousel-links-item.corp-page-carousel-links-item_shareholder-return {
  background: url("/corp/set/data/ir/img/p/img-carousel-links-shareholder-return_wp.webp") no-repeat center;
  background-size: cover;
}

.corp-page-carousel-stock-quote {
  width: 100%;
  margin-top: 19px;
}
.corp-page-carousel-stock-quote_link {
  display: block;
  background: rgba(0,0,0,0.3);
  transition: opacity 0.2s;
}
.corp-page-carousel-stock-quote_link:hover {
  opacity: 0.8;
}
.corp-page-carousel-stock-quote_image {
  width: 100%;
}

@media screen and (max-width: 1280px){
  .corp-page-carousel-inner {
    width: 100%;
    padding: 37px 2vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .corp-page-carousel-title-area {
    width: calc(100% - 66.4vw);
    padding: 0 2vw 3.9vw 0;
  }
  .corp-page-carousel-title {
    width: 18.75vw;
    font-size: 3.75vw;
  }
  .corp-page-carousel-title-en {
    font-size: 1.25vw;
  }
  
  .corp-page-carousel-news-area {
    max-width: 66.4vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .corp-page-carousel-news {
    width: calc(100% - 23.4vw);
  }
  .corp-page-carousel-news-item {
    height: 9.375vw;
    padding-left: 1.95vw;
  }

  .corp-page-carousel-news-title {
    width: 100%;
    padding-right: 3.9vw;
  }
  
  /** レイアウト用 **/

  /* 2列 */
  .corp-page-carousel-news-layout-2-line .corp-page-carousel-news-item:nth-child(1) {
    height: 18.91vw;
  }

  /* 2列(half) */
  .corp-page-carousel-news-layout-2-line-half .corp-page-carousel-news-item:nth-child(1),
  .corp-page-carousel-news-layout-2-line-half .corp-page-carousel-news-item:nth-child(2) {
    height: 14vw;
  }
  /* 1列 */
  .corp-page-carousel-news-layout-1-line .corp-page-carousel-news-item:nth-child(1) {
    height: 28.35vw;
  }

  /* Font-size */
  .corp-page-carousel-news-item-font-size-s {
    font-size: 1.4vw;
  }
  .corp-page-carousel-news-item-font-size-s .corp-page-carousel-news-date {
    font-size: 1.25vw;
  }
  .corp-page-carousel-news-item-font-size-m {
    font-size: 1.875vw;
    line-height: 1.6;
  }
  .corp-page-carousel-news-item-font-size-m .corp-page-carousel-news-date {
    font-size: 1.25vw;
  }
  .corp-page-carousel-news-item-font-size-l {
    font-size: 2.18vw;
    line-height: 1.6;
  }
  .corp-page-carousel-news-item-font-size-l .corp-page-carousel-news-date {
    font-size: 1.25vw;
  }
  
  .corp-page-carousel-links {
    width: 21.8vw;
  }
  .corp-page-carousel-links-item {
    height: 9.375vw;
    padding-left: 1.5vw;
    font-size: 1.4vw;
  }
  .corp-page-carousel-links-item::after {
    width: 7px;
    height: 7px;
    top: 4.25vw;
    right: 1.5vw;
  }
}

/**--------------------
  IRニュース
--------------------**/
.corp-page-layout-irnews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 950px;
  margin: 0 auto;
  gap: 0 20px;
}
.corp-page-layout-irnews_item {
  position: relative;
}
.corp-page-layout-irnews_item:first-child {
  max-width: calc(100% - 436px);

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.corp-page-layout-irnews_item:last-child {
  width: 416px;
  min-width: 416px;
}

.corp-page-button-irnews, .corp-page-button-stock-price, .corp-page-button-ir-document {
  display: inline-block;
  padding: 10px 60px 11px 50px;
  border: 2px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 112.5%;
  line-height: 1.38889;
  font-weight: bold;
  letter-spacing: normal;
  box-sizing: border-box;
  min-width: 300px;
  border-color: #c7c7ce;
  background-color: transparent;
  color: #333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}

.corp-page-button-irnews:after, .corp-page-button-stock-price:after, .corp-page-button-ir-document:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 26px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corp-page-button-irnews:hover, .corp-page-button-stock-price:hover, .corp-page-button-ir-document:hover, .corp-page-button-irnews:active, .corp-page-button-stock-price:active, .corp-page-button-ir-document:active, .corp-page-button-irnews:focus, .corp-page-button-stock-price:focus, .corp-page-button-ir-document:focus {
  text-decoration: none;
  opacity: 0.6;
  color: #333;
}

.corp-page-tab-irnews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.corp-page-tab-irnews_item {
  width: 50%;
  font-size: 125%;
  line-height: 3;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f3f3f7;
  border-top: 4px solid #f3f3f7;
  border-bottom: 4px solid #e6e6ee;
  margin-left: 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-page-tab-irnews_item:first-child {
  margin-left: 0;
}

.corp-page-tab-irnews_item:hover, .corp-page-tab-irnews_item:active, .corp-page-tab-irnews_item:focus {
  opacity: 0.6;
}

.corp-page-tab-irnews_item-active {
  border-top: 4px solid #357eec;
  border-bottom: 4px solid #fff;
  background-color: #fff;
}

.corp-page-tab-irnews_item-active:hover, .corp-page-tab-irnews_item-active:active, .corp-page-tab-irnews_item-active:focus {
  opacity: 1;
  cursor: default;
}


.corp-page-tab-irnews_link-rss:hover, .corp-page-tab-irnews_link-rss:active, .corp-page-tab-irnews_link-rss:focus {
  text-decoration: none;
  color: #333;
  opacity: 0.6;
}
.corp-page-list-irnews {
  max-height: 402px;
  display: none;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.corp-page-list-irnews-active {
  display: block;
}

.corp-page-list-irnews_container {
  background-color: #fff;
  height: 402px;
  overflow: hidden;
}

.corp-page-list-irnews_container--large {
  height: 622px;
}

.corp-page-list-irnews_container--large .corp-page-list-irnews {
  min-height: 622px;
}
.corp-page-list-irnews_item {
  border-bottom: 2px solid #f1f1f5;
}
.corp-page-link-irnews {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 145px 0 30px;
  min-height: 130px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}

.corp-page-link-irnews:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  width: 14px;
  height: 13px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/corp/set/data/ir/img/shared/icon-link_wp.webp);
}

.corp-page-link-irnews:hover, .corp-page-link-irnews:active, .corp-page-link-irnews:focus {
  text-decoration: none;
  opacity: 0.6;
}

.corp-page-link-irnews-pdf:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 37px;
  width: 22px;
  height: 29px;
  background-image: url(/corp/set/data/ir/img/shared/icon-pdf_wp.webp);
}

.corp-page-link-irnews-xls:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 37px;
  width: 22px;
  height: 29px;
  background-image: url(/corp/set/data/ir/img/shared/icon-xls_wp.webp);
}

.corp-page-link-irnews-movie:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 40px;
  width: 20px;
  height: 18px;
  background-image: url(/corp/set/data/ir/img/shared/icon-movie.svg);
}

.corp-page-link-irnews-softbank:after {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 44px;
  width: 9px;
  height: 15px;
  background-image: url(/corp/set/data/ir/img/shared/icon-arrow-right_wp.webp);
}

.corp-page-link-irnews-notlink:after {
  display: none;
}

.corp-page-link-irnews-notlink:hover, .corp-page-link-irnews-notlink:active, .corp-page-link-irnews-notlink:focus {
  opacity: 1;
}
.corp-page-link-irnews_text-wrap {
  margin: 0;
}
.corp-page-link-irnews_date {
  font-size: 87.5%;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
}

.corp-page-link-irnews_label {
  font-size: 75%;
  line-height: 1.5;
  color: #fff;
  padding: 3px 12px;
  margin-left: 12px;
  background: #84919d;
  border-radius: 13px;
  vertical-align: middle;
}

.corp-page-link-irnews_text {
  width: 100%;
  display: block;
  font-size: 100%;
  line-height: 1.5;
  color: #333;
  margin-top: 15px;
  max-width: 660px;
  word-break: break-all;
}

.corp-page-button-irnews_container {
  padding: 34px 0 44px;
  height: 123px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(200,200,200,0.4);
  position: relative;
}
.corp-page-tab-irnews_link-rss {
  width: 24px;
  height: 24px;
  position: relative;
  color: #333;
  font-size: 75%;
  line-height: 1.33333;
  font-weight: bold;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  bottom: 48px;
  right: 30px;
}
.corp-page-tab-irnews_link-rss:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(/corp/set/data/ir/img/shared/icon-rss_wp.webp);
  background-size: 100%;
  background-repeat: no-repeat;
}

[data-sb-page-calendar-list='true'] .corp-page-link-irnews_label {
  visibility: hidden;
}

.corp-page-box-stock-price {
  width: 100%;
  padding: 35px 40px 35px;
  min-height: 439px;
  box-sizing: border-box;
  background-color: #fff;
}

.corp-page-box-stock-price-after {
  padding: 35px 40px 35px;
  min-height: 291px;
}

.corp-page-box-stock-price_title {
  font-size: 125%;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdce6;
}

.corp-page-box-stock-price_title-small {
  font-size: 60%;
  line-height: 2.33333;
  font-weight: normal;
  vertical-align: middle;
}

.corp-page-box-stock-price_text {
  font-size: 87.5%;
  line-height: 2;
  text-align: center;
  padding: 35px 0 25px;
  border-bottom: 1px solid #dcdce6;
}

.corp-page-box-stock-price_text-after {
  padding: 15px 0 7px;
}

.corp-page-box-stock-price_text-small {
  font-size: 85.71429%;
  line-height: 2.33333;
  font-weight: normal;
  vertical-align: middle;
}

.corp-page-box-stock-price_text-large {
  font-size: 242.85714%;
  line-height: 1;
  font-weight: bold;
  margin-left: 4px;
}

.corp-page-button-stock-price {
  padding: 12px 40px 12px 30px;
  min-width: 300px;
}

.corp-page-button-stock-price_container {
  padding: 30px 0 0;
}

.corp-page-box-notice {
  padding: 40px 40px 36px;
  min-height: 300px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 16px;
}

.corp-page-box-notice_title {
  font-size: 125%;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdce6;
}

.corp-page-box-notice_text {
  font-size: 100%;
  line-height: 1.5;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dcdce6;
  letter-spacing: -0.01em;
  margin: 0;
}

.corp-page-box-ir-document {
  padding: 20px 0 0;
  min-height: 520px;
  box-sizing: border-box;
  background-color: #fff;
  border-top: 4px solid #357eec;
}
.corp-page-box-ir-document *{
  box-sizing: border-box;
}
.corp-page-box-ir-document input[type="checkbox"]{
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 0;
  background: #dcdce6;
  border: none;
  outline: none;
}
.corp-page-box-ir-document_all-check {
  width: 100%;
  height: 30px;
  font-size: 87.5%;
  line-height: 1.4;
  text-align: right;
  padding: 0 30px 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.corp-page-box-ir-document_title {
  font-size: 125%;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}

.corp-page-box-ir-document_subtitle {
  margin-bottom: 5px;
  font-size: 93.75%;
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
}

.corp-page-section-ir-document-container {
  height: 592px;
  overflow-y: scroll;
}
.corp-page-section-ir-document-wrap {
  padding: 15px 30px 10px;
  border-bottom: 2px solid #f1f1f5;
}
.corp-page-section-ir-document-wrap:first-child {
  padding-top: 10px;
}
.corp-page-box-ir-document_list {
  text-align: left;
}

.corp-page-box-ir-document_list-item {
  font-size: 87.5%;
  line-height: 1.5;
  padding: 5px 80px 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.corp-page-box-ir-document_list-item label{
  width: 260px;
}
.corp-page-box-ir-document_list-item_link {
  width: 260px;
  color: #333;
  -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.corp-page-box-ir-document_list-item_link:hover,
.corp-page-box-ir-document_list-item_link:visited {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}
.corp-page-box-ir-document_list-item_link:active {
  color: #333;
  text-decoration: none;
}
.corp-page-box-ir-document_list-item_link:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}
.corp-page-box-ir-document_link {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  width: 40px;
  height: 27px;
  box-sizing: border-box;
}

.corp-page-box-ir-document_link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 23px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.corp-page-box-ir-document_link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.corp-page-box-ir-document_link-pdf:after {
  background-image: url(/corp/set/data/ir/img/shared/icon-pdf_wp.webp);
}

/* .corp-page-box-ir-document_link-xls {
  border-right: 1px solid #b9bfc7;
} */

.corp-page-box-ir-document_link-xls:after {
  background-image: url(/corp/set/data/ir/img/shared/icon-xls_wp.webp);
}

.corp-page-button-ir-document_container {
  padding-bottom: 10px;
}
.corp-ir-page-box-document-01_file_last {
  padding: 35px 0 44px;
  height: 123px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(200,200,200,0.4);
  position: relative;
}
.corp-ir-page-box-document-01_file_last .corp-button-large-02 {
  width: 340px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 40px;
  min-height: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 100%;
  font-weight: bold;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background: #0b5bce;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
  background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
  border: none;
  color: #fff
}
.corp-ir-page-box-document-01_file_last .corp-button-large-02::after {
  width: 14px;
  height: 15px;
  position: absolute;
  top: 17px;
  right: 25px;
  content: "";
  background: url(/corp/set/data/ir/img/shared/icon-download_wp.webp) no-repeat center bottom;
  background-size: contain;
}
.corp-ir-page-box-document-01_file_last .corp-button-large-02:hover {
  opacity: 0.8;
}
/**--------------------
  IRメニュー
--------------------**/
.corp-page-container-irmenu {
  background: #f6f6f9
}
.corp-title-irmenu {
  font-size: 200%;
  line-height: 1.875;
  font-weight: bold;
}

.corp-title-irmenu-small {
  display: block;
  font-size: 50%;
  line-height: 1.25
}

.corp-list-irmenu_container {
  margin-bottom: 55px;
}
.corp-list-irmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
  margin: 40px auto 0;
  width: 1280px;
  max-width: 100%;
  
}

.corp-list-irmenu_item {
  position: relative;
  height: auto;
  width: 410px;
  max-width: calc((100% - 50px) / 3);
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  margin: 0;
}

.corp-list-irmenu_item:nth-child(4) {
  width: 845px;
  max-width: calc((100% - 50px) / 3 * 2 + 25px);
}
.corp-list-irmenu_item:nth-child(4) .corp-accordion-irmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 

.corp-list-irmenu_item:nth-child(4) .corp-box-irmenu_link {
  width: 40.4%;
}

.corp-box-irmenu {
  padding: 23px 20px 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.corp-box-irmenu_title {
  display: block;
  width: 100%;
  min-height: 120px;
  border-bottom: 1px solid #dcdce6;
  box-sizing: border-box;
  margin-bottom: 13px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s
}

.corp-box-irmenu_title:hover,.corp-box-irmenu_title:active,.corp-box-irmenu_title:focus {
  text-decoration: none;
  color: #333;
  opacity: 0.6
}

.corp-box-irmenu_title-image {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0 auto
}

.corp-box-irmenu_title-image-policy {
  width: 56px
}

.corp-box-irmenu_title-image-documents {
  width: 63px;
  padding: 0;
}

.corp-box-irmenu_title-image-financial {
  width: 49px
}

.corp-box-irmenu_title-image-stock {
  width: 54px;
}

.corp-box-irmenu_title-image-governance {
  width: 63px
}

.corp-box-irmenu_title-text {
  color: #333;
  font-size: 125%;
  line-height: 1.4;
  font-weight: bold;
  padding: 18px 0 ;
  margin: 0 auto;
  position: relative
}

.corp-box-irmenu_link {
  display: block;
  font-size: 100%;
  line-height: 1.5;
  color: #5f5f5f;
  text-align: left;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 10px 35px 10px 10px;
  display: flex;
  align-items: center;
  margin: 0;
}

.corp-box-irmenu_link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.corp-box-irmenu_link:hover,.corp-box-irmenu_link:active,.corp-box-irmenu_link:focus {
  text-decoration: none;
  color: #5f5f5f;
  opacity: 0.6
}

/**--------------------
  個人投資家の皆さまへ
--------------------**/

.corp-title-individual-investor {
  margin-bottom: 30px;
  font-size: 150%;
  line-height: 1.875;
  font-weight: bold;
}
.corp-list-individual-investor_container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-between;
  gap: 25px 21px;
}

.corp-list-individual-investor-item {
  width: 301px;
  max-width: 32%;
  height: 230px;
  display: block;
  position: relative;
  transition: 0.2s opacity;
}
.corp-list-individual-investor-item.full-width {
  width: 1280px;
  max-width: 100%;
}
@media screen and (max-width: 1280px){
  .corp-list-individual-investor-item {
    height: auto;
  }
}
.corp-list-individual-investor-item img{
  width: 100%;
}
.corp-list-individual-investor-item:hover {
  opacity: 0.8;
}
.corp-list-individual-investor-item-text {
  max-width: 84%;
  margin: 0;
  position: absolute;
  left: 29px;
  bottom: 15px;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  line-height: 26px;
}
.corp-list-individual-investor-item-text::after {
  content: '';
  position: absolute;
  bottom: 9px;
  right: -16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.corp-page-button-individual-investor {
  width: 340px;
  display: block;
  margin: 0 auto 60px;
  padding: 12px 60px 12px 50px;
  border: 2px solid;
  border-radius: 25px;
  text-align: center;
  font-size: 100%;
  line-height: 1.38889;
  font-weight: bold;
  letter-spacing: normal;
  box-sizing: border-box;
  border-color: #c7c7ce;
  background-color: transparent;
  color: #333;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.corp-page-button-individual-investor:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 26px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.corp-page-button-individual-investor:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #333;
}
.corp-page-button-individual-investor:visited {
  text-decoration: none;
  color: #333;
}
.corp-page-button-individual-investor:active {
  text-decoration: none;
  color: #333;
}
.corp-page-button-individual-investor:focus {
  text-decoration: none;
  color: #333;
  outline: none;
}
.corp-list-access-ranking_container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 10px;
  background: #e6e6ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.corp-list-access-ranking_container *{
  box-sizing: border-box;
}
.corp-title-access-ranking {
  width: 330px;
  max-width: 26%;
  padding: 0 30px;
  margin: 0;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
}
.corp-list-access-ranking {
  width: 930px;
  padding: 12px 21px 12px 38px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative
}

.corp-page-list-pickup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 39px;
}
.corp-page-list-pickup_item {
  width: 416px;
  max-width: calc((100% - 39px) / 2);
  border-bottom: 1px solid #dcdce6;
  display: flex;
  align-items: center;
}
.corp-page-list-pickup_item:nth-child(1) {
  order: 1;
}
.corp-page-list-pickup_item:nth-child(2) {
  order: 3;
}
.corp-page-list-pickup_item:nth-child(3) {
  order: 5;
  border-bottom: none;
}
.corp-page-list-pickup_item:nth-child(4) {
  order: 2;
}
.corp-page-list-pickup_item:nth-child(5) {
  order: 4;
}

.corp-page-link-pickup {
  width: 100%;
  display: flex;
  font-size: 100%;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
  color: #333;
  padding: 15px 14% 15px 0;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  align-items: center;
}
.corp-page-link-pickup:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corp-page-link-pickup:hover, .corp-page-link-pickup:active, .corp-page-link-pickup:focus {
  text-decoration: none;
  color: #333;
  opacity: 0.6;
}
.corp-page-link-pickup_index {
  padding-right: 20px;
}
.corp-page-box-pickup_date {
  font-size: 87.5%;
  position: absolute;
  bottom: 28px;
  right: 20px;
}

.corp-list-others {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  gap: 0 19px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.corp-list-others-item {
  width: 305px;
  display: flex;
  align-items: center;
  font-size: 100%;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  color: #333;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #dcdce6;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.corp-list-others-item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.corp-list-others-item:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.6;
}
.corp-list-others-item:visited {
  text-decoration: none;
  color: #333;
}
.corp-list-others-item:active {
  text-decoration: none;
  color: #333;
}
.corp-list-others-item:focus {
  text-decoration: none;
  color: #333;
  outline: none;
}
.corp-page-bg-gray {
  background-color: #e6e6ee;
}

.corp-page-bg-light-gray {
  background-color: #f6f6f9;
}

.corp-page-container {
  padding: 78px 0 80px;
  min-width: 950px;
  text-align: center;
  overflow: hidden;
}

.corp-page-container-panels {
  padding-bottom: 0;
}

.corp-page-container-irnews {
  padding-top: 80px;
  padding-bottom: 107px;
}

.corp-page-container-pickup {
  margin-bottom: 80px;
}

.corp-page-container_inner {
  margin: 0 auto;
  max-width: 1280px;
}

/**--------------------
  外部評価・イニシアチブ
--------------------**/
.corp-title-awards {
  margin-bottom: 50px;
  font-size: 200%;
  line-height: 1.875;
  font-weight: bold;
}
.corp-title-awards *{
  box-sizing: border-box;
}

.corp-title-awards-small {
  display: block;
  font-size: 50%;
  line-height: 1.25;
}

.corp-page-awards-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.corp-page-awards-col3 + .corp-page-awards-col3 {
  margin: 0 auto 60px;
}

.corp-page-awards-col3_item {
  width: 300px;
  max-width: 24%;
  min-height: 120px;
  padding: 0 15px;
  border-right: 1px solid #dcdce6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    box-sizing: border-box;
}
.corp-page-awards-col3_item.corp-page-awards-no-text .corp-page-awards-col3-txt {
  display: none;
}

@media screen and (max-width: 1280px){
  .corp-page-awards-col3_item {
    font-size: 1.2vw;
  }
  .corp-page-awards-col3_item {
    width: 33%;
  }
  .corp-page-awards-no-text.corp-page-awards-col3_item {
    width: 24%;
    padding: 0;
  }
}

.corp-page-awards-col3_item:nth-child(4),
.corp-page-awards-col3_item:last-child {
  border: none;
}

.corp-page-awards-col3_item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.corp-page-awards-col3_item:visited {
  text-decoration: none;
}
.corp-page-awards-col3_item:active {
  text-decoration: none;
}
.corp-page-awards-col3_item:focus {
  text-decoration: none;
  outline: none;
}

.corp-page-awards-col3_item[target="_blank"] {
  position: relative;
}

.corp-page-awards-col3_item[target="_blank"]::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: url(/corp/set/data/ir/img/p/icon-window-bk_wp.webp) no-repeat center bottom;
  background-size: contain;
}

.corp-page-awards-col3_contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.corp-page-awards-col3-image {
  display: block;
}

.corp-page-awards-col3-txt {
  display: block;
  color: #333;
  font-size: 87.5%;
  line-height: 1.5;
  text-align: left;
  padding-left: 23px;
}
.corp-page-awards-note {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 75%;
  text-align: left;
}
.corp-page-awards-note-title {
  margin: 0;
}
.corp-page-awards-note-list {
  padding-left: 13px;
  line-height: 1.66667;
  position: relative;
}
.corp-page-awards-note-list::before {
  width: 15px;
  height: 15px;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.corp-page-awards-note-list:first-child {
  margin-bottom: 3px;
}
.corp-text-irdate {
  position: absolute;
  width: 100%;
  right: 0;
  font-size: 87.5%;
  line-height: 2.57143;
  margin-top: -140px
}

.corp-text-irdate-inner {
  width: 1280px;
  max-width: 100%;
  min-width: 950px;
  margin: 0 auto;
  text-align: right
}
.corp-list-button-01 {
  margin: 0!important;
}

.corp-page-section-socialmedia {
  padding-bottom: 200px;
}
.corp-page-socialmedia-list-icon {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.corp-page-socialmedia-list-icon_item {
  flex-basis: 50px;
}
.corp-page-socialmedia-list-icon_link {
  transition: opacity 0.2s;
}
.corp-page-socialmedia-list-icon_link:hover {
  opacity: 0.8;
}
.corp-page-socialmedia-list-icon_image {
  width: 100%;
}
.corp-page-socialmedia-list-text {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 0 40px;
  font-size: 87.5%;
}
.corp-page-socialmedia-list-icon-text_link {
  position: relative;
  transition: opacity 0.2s;
  padding-right: 15px;
}
.corp-page-socialmedia-list-icon-text_link, .corp-page-socialmedia-list-icon-text_link:hover, .corp-page-socialmedia-list-icon-text_link:active, .corp-page-socialmedia-list-icon-text_link:focus {
  color: #5f5f5f;
  text-decoration: none;
}
.corp-page-socialmedia-list-icon-text_link:hover {
  opacity: 0.8;
}
.corp-page-socialmedia-list-icon-text_link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
