/* ==========================================================================
 *  top.css
 * ========================================================================== */
.latestIR__title {
  margin: 0;
  padding: 0 30px 0 57px;
  font-size: 1.38rem;
  background: transparent url(/ir/library/img/ico_library.svg) no-repeat left
    center;
  background-size: 40px 50px;
  white-space: nowrap;
}

.latestIR__period {
  display: block;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: normal;
}

.latestInfo__detail {
  flex: 1;
  min-width: 1px;
}

.latestInfo__detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.backnumber__link {
  text-align: right;
}

.rankIR__title {
  margin: 0;
  padding: 0 30px 0 50px;
  font-size: 1.38rem;
  background: transparent url(/ir/img/top/ico_ranking.svg) no-repeat left center;
  background-size: 40px 50px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .latestIR__title {
    width: 100%;
    padding-bottom: 23px;
    border-right: none;
  }

  .latestIR__download,
  .latestIR__download .button {
    width: 100%;
  }

  .latestInfo__detail {
    width: 100%;
    padding: 0;
  }

  .latestInfo__detail li + li {
    margin-top: 5px;
  }

  .backnumber__link {
    text-align: center;
  }

  .rankIR__title {
    width: 100%;
    border-right: none;
  }
}

.pickup-ttl {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 1em;
  line-height: 1.3;
  font-weight: bold;
}

.pickup-ttl span {
  display: block;
  font-size: 1rem;
  color: #006cb7;
  margin-bottom: 1.8em;
}

.pickup-ttl span::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #006cb7;
  left: 0;
  top: 26px;
}

@media only screen and (max-width: 767px) {
  .pickup-ttl span::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pickup-ttl {
    width: 100%;
    text-align: center;
  }
}

.t-link {
  display: flex;
  flex-wrap: wrap;
}

.t-link__item {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .t-link__item {
    width: 100%;
  }

  .t-link__item + .t-link__item {
    margin-top: 20px;
  }
}

.t-link__link {
  display: block;
  width: 100%;
  height: 157px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .t-link__link {
    height: 140px;
  }
}

.t-link__link img {
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  width: 100%;
}

.t-link__link:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.t-link__link:hover::before {
  opacity: 0;
}

.t-link__link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  transition-delay: 3s;
}

.t-link__text-box {
  white-space: nowrap;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 10%;
  text-align: center;
  z-index: 10;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  transform: translateY(-50%);
  color: #fff;
}

.t-link__text-box p {
  text-align: left;
}

.t-link__sttl {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.tab-content {
  background-color: #e4f1fa;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.tab-content img {
  width: 27%;
}

.tab-content .btn-txt {
  padding: 0 30px 0 24px;
  width: 73%;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-direction: column;
}

.tab-content .btn-txt p {
  margin: 0;
  padding: 0;
  border: none;
}

.tab-content__wrap {
  /* max-width: 1040px;
    margin: 0 auto;
    padding: 60px 0; */
}

a.common-btn-2 {
  color: #444444;
}

a.common-btn-2:hover {
  /* color: #006cb7; */
}

.common-btn-2 {
  background: #fff;
  max-width: calc(33% - 0.55rem);
  width: 100%;
  /*border: 1px solid #C8C8C8;*/
  position: relative;
  display: block;
  transition-duration: 0.1s;
  box-sizing: border-box;
  margin-top: 20px;
  /*padding: 30px;*/
  color: #444444;
  text-decoration: none;
  padding: 20px 0;
  margin-right: 10px;
  border: 1px solid #fff;
}

.common-btn-2:nth-child(1),
.common-btn-2:nth-child(2),
.common-btn-2:nth-child(3) {
  margin-top: 0;
}

.common-btn-2:nth-child(3n) {
  margin-right: 0;
}

.common-btn-2:hover {
  /*background-color: #006CB7;*/
  border: 1px solid #006cb7;
}

.common-btn-2::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cb7;
  border-right: 2px solid #006cb7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-btn-2:hover::after {
  /*border-top: 2px solid #fff;*/
  /*border-right: 2px solid #fff;*/
}

.common-btn-2 p {
  margin: 0;
  padding: 20px;
}

.common-btn-2 span {
  /* margin-bottom: -28px; */
  font-size: 18px;
  font-weight: bold;
  color: #006cb7;
}

.common-btn-2:hover span {
  color: #006cb7;
}

@media only screen and (max-width: 1170px) {
  .common-btn-2 {
    max-width: 100%;
    margin-right: 0;
  }

  .common-btn-2:nth-child(1),
  .common-btn-2:nth-child(2),
  .common-btn-2:nth-child(3) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .common-btn-2::after {
    top: calc(25% - 6px);
  }

  .search-content .common-btn-2::after {
    top: 50%;
  }
}

.common-btn-2 .btn-txt {
  width: 90%;
}

/*==================================================

矢印

==================================================*/
.arrow_WT:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 13%;
  background: transparent url(/img/common/arrow_wt.png) no-repeat left top;
  transform: translateY(-50%);
}

.ir_content_list {
  width: 100%;
  margin: 0 0 16px 0;
}

@media only screen and (max-width: 767px) {
  .ir_content_list {
    width: 90%;
    margin: 0 auto;
  }
}

.ir_content {
  background: #fff;
  height: 385px;
  padding: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .ir_content {
    height: auto;
  }
}

.ir_heading {
  background: #fff;
  height: 100px;
  padding: 20px 30px;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
  color: #006cb7;
}

.ir_heading:hover {
  background: #006cb7;
  color: #fff;
}

.ir_heading_a {
  font-size: 1.3rem;
  /* margin-top: 10px; */
  margin-left: 60px;
  position: relative;
  line-height: 1.3;
  font-weight: 700;
}

.ir_heading_a_title {
  margin-top: 80px;
}

.ir_heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.ir_heading:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cb7;
  border-right: 2px solid #006cb7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ir_heading:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  .ir_mt_sp {
    margin-top: 1rem !important;
  }
}

.heading01 {
  height: 120px;
}

.heading01.ir_heading:before {
  width: 60px;
  height: 60px;
  background: url(/ir/img/ico_policy.svg) no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

@media only screen and (max-width: 767px) {
  .heading01.ir_heading:before {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}

.heading01.ir_heading:hover:before {
  width: 60px;
  height: 60px;
  background: url(/ir/img/ico_policy_wt.svg) no-repeat;
}

.heading01 > .ir_heading_a_ttl {
  margin-top: 70px;
  margin-left: 54px;
}

@media only screen and (max-width: 767px) {
  .heading01 > .ir_heading_a_ttl {
    margin-top: 15px;
    margin-left: 60px;
  }
}

.heading02 {
  height: 120px;
}

.heading02.ir_heading:before {
  width: 55px;
  height: 55px;
  background: url(/ir/img/ico_stock.svg) no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

@media only screen and (max-width: 767px) {
  .heading02.ir_heading:before {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}

.heading02.ir_heading:hover:before {
  width: 55px;
  height: 55px;
  background: url(/ir/img/ico_stock_wt.svg) no-repeat;
}

.heading02 > .ir_heading_a_ttl {
  margin-top: 70px;
  margin-left: 54px;
}

@media only screen and (max-width: 767px) {
  .heading02 > .ir_heading_a_ttl {
    margin-top: 15px;
    margin-left: 60px;
  }
}

.heading03 {
  height: 120px;
}

.heading03.ir_heading:before {
  width: 55px;
  height: 55px;
  background: url(/ir/img/ico_ir_library.svg) no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

@media only screen and (max-width: 767px) {
  .heading03.ir_heading:before {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
}

.heading03.ir_heading:hover:before {
  width: 55px;
  height: 55px;
  background: url(/ir/img/ico_ir_library_wt.svg) no-repeat;
}

.heading03 > .ir_heading_a_ttl {
  margin-top: 70px;
  margin-left: 35px;
}

@media only screen and (max-width: 767px) {
  .heading03 > .ir_heading_a_ttl {
    margin-top: 15px;
    margin-left: 60px;
  }
}

.heading04 {
  height: 120px;
}

.heading04.ir_heading:before {
  width: 55px;
  height: 55px;
  background: url(/ir/img/ico_Investor.svg) no-repeat;
  content: "";
  position: absolute;
  top: 42%;
  left: 47%;
  transform: translate(-50%, -65%);
}

@media only screen and (max-width: 767px) {
  .heading04.ir_heading:before {
    position: absolute;
    top: 45%;
    left: 25px;
    transform: translateY(-50%);
  }
}

.heading04.ir_heading:hover:before {
  width: 55px;
  height: 55px;
  background: url(/ir/img/ico_Investor_wt.svg) no-repeat;
}

.heading04 > .ir_heading_a_ttl {
  margin-top: 70px;
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  .heading04 > .ir_heading_a_ttl {
    margin-top: 15px;
    margin-left: 60px;
  }
}

.heading05.ir_heading:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_highlight.svg) no-repeat;
}

.heading05.ir_heading:hover:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_highlight_wt.svg) no-repeat;
}

.heading06.ir_heading:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_calendar.svg) no-repeat;
}

.heading06.ir_heading:hover:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_calendar_wt.svg) no-repeat;
}

.heading07.ir_heading:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_question.svg) no-repeat;
}

.heading07.ir_heading:hover:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_question_wt.svg) no-repeat;
}

.heading08.ir_heading:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_ir_disclaimer.svg) no-repeat;
}

.heading08.ir_heading:hover:before {
  width: 67px;
  height: 67px;
  background: url(/ir/img/ico_ir_disclaimer_wt.svg) no-repeat;
}

.link_list {
  list-style: none;
  /* text-decoration: none; */
}

.link_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cb7;
  border-right: 2px solid #006cb7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_item {
  position: relative;
}

.link_item a {
  color: #444;
  text-decoration: none;
}

.link_item:hover a {
  color: #006cb7;
  text-decoration: none;
}

.esg {
  background: url(/ir/img/esg_ir.png) no-repeat;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-size: 100vw;
}

@media only screen and (max-width: 767px) {
  .esg {
    background: url(/ir/img/esg_ir_sp.png) no-repeat center;
    background-size: 60vh;
    width: 100vw;
    max-width: 100vw;
  }
}

.esg_content {
  /* width: 100%; */
  /* margin: 0 auto; */
  max-width: 1040px;
  margin: 0 auto;
  padding: 125px 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .esg_content {
    max-width: 90%;
  }
}

.esg_title {
  text-align: left;
  color: #fff;
}

.ir_linkbox {
  background: #fff;
  height: 100px;
  padding: 20px 30px;
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
  color: #006cb7;
}

.ir_linkbox:hover {
  background: #006cb7;
  color: #fff;
}

.ir_linkbox_a {
  font-size: 1.3rem;
  position: relative;
  font-weight: 700;
}

.ir_linkbox:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cb7;
  border-right: 2px solid #006cb7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ir_linkbox:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contact_heading {
  font-size: 1.2rem;
  font-weight: 700;
}

.report_img_content {
  width: 320px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
}

.report_img {
  transition-duration: 0.3s;
}

.report:hover .report_img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

.report.link:after {
  /* content: ""; */
}

.report:after {
  /* content: ""; */
  display: inline-block;
  width: 21px;
  height: 21px;
  position: absolute;
  /* left: 0; */
  margin-left: 0.5rem;
  background: transparent url(/img/common/ico_external.svg) no-repeat left top;
  -webkit-transform: translateY(24%);
  transform: translateY(24%);
}

.report .link {
  font-size: 0.85rem;
  position: relative;
  color: #444;
}

.report:hover .link {
  color: #006cb7;
}

.report .link:after {
  right: -20px;
  position: absolute;
}

.footer_list {
  border-top: 1px solid #c8c8c8;
  /* margin-left: calc(((100vw - 100%) / 2) * -1); */
  /* margin-right: calc(((100vw - 100%) / 2) * -1); */
  /* display: flex; */
  margin-top: 80px;
  /* align-items: center; */
}

.footer_list ul {
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 300px;
  list-style: none;
  padding-left: 0;
}

.footer_list li {
  position: relative;
}

.footer_list li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006cb7;
  border-right: 2px solid #006cb7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_list a {
  color: #444;
  text-decoration: none;
}

.footer_list a:hover {
  color: #006cb7;
}

.h1_ir {
  background: url(/ir/img/main_ir.png) no-repeat;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-size: 100vw;
  margin-top: -46px;
}

@media only screen and (max-width: 767px) {
  .h1_ir {
    background: url(/ir/img/main_ir_sp.png) no-repeat;
  }
}

.mv_content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 45px 0;
  display: flex;
  align-items: center;
}

.ir_box {
  background: #fff;
  height: 66px;
  /* padding: 20px 30px; */
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
}

.mv_list {
  padding-left: 0;
  list-style: none;
}

.ir_box img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .ir_box img {
    width: auto;
    height: auto;
    max-height: 120px;
  }
}

.ir_box .ir_linkbox_a {
  margin-left: 20px;
}

.mv_item02 {
  margin-top: 10px;
}

.mv_item02 .ir_linkbox {
  height: 70px;
}

.mv_item02 .ir_linkbox:after {
  border: none;
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 0.5rem;
  background: transparent url(/img/common/ico_external.svg) no-repeat left top;
  -webkit-transform: translateY(24%);
  transform: translateY(24%);
}

.mv_item03 .ir_linkbox {
  flex-direction: column;
  align-items: flex-start;
  height: 140px;
  /* color: #444; */
}

.mv_item03 p {
  margin: 0;
}

.mv_item03 {
  margin-top: 10px;
}

.mv_item03 .ir_linkbox_a {
  /* color: #006CB7; */
}

.mv_list_cover {
  padding: 0px;
  background: none;
}

@media only screen and (max-width: 767px) {
  .mv_list_cover {
    padding: 20px;
    background: #f2f2f2;
    margin-top: 80px !important;
  }
}

.ir_heading_h1 {
  color: #fff;
  width: 90%;
  max-width: 90%;
  margin: 0;
}

.mv_list li {
  border: 1px solid #c8c8c8;
}

.mv_list li:nth-child(2) {
  border: none;
}

@media only screen and (max-width: 767px) {
  .ir_heading_h1 {
    width: 90%;
    max-width: 90%;
    margin: 30px auto 0;
  }

  .ir_box .ir_linkbox_a {
    font-size: 1rem;
    margin: 0 20px;
  }

  .ir_box {
    height: auto;
  }

  .ir_linkbox_a {
    font-size: 1.2rem;
  }

  .mv_item03 .ir_linkbox {
    height: 160px;
  }

  .esg_title {
    text-align: center;
  }

  .footer_list ul {
    justify-content: space-around;
  }
}

.bk {
  color: #444;
}

.ir_linkbox:hover .bk {
  color: #fff;
}

.none-sp {
  display: block;
}

@media only screen and (max-width: 767px) {
  .none-sp {
    display: none;
  }
}

.none-pc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .none-pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mv_content02 .mv_item03 .ir_linkbox:after {
    right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .tab-content__wrap
    .ir_content_list:nth-of-type(2)
    .grid__width--4-1:not(:nth-child(1)) {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mainContents div:nth-of-type(4) > .boxedArticle {
    margin-bottom: 16px;
  }
}

.ir_top_button {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0rem 2.3rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  background-color: #006cb7;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ir_top_button:hover {
  color: #fff;
  background-color: #004b8b;
}

.ir_top_button:visited {
  color: #fff;
}

.mt-8 {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .w-100 {
    width: 100%;
  }
}

.ir_button_esg {
  position: relative;
  display: inline-block;
  width: 95%;
  padding: 0 2.3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  /* background-color: #006cb7; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .ir_button_esg {
    width: 100%;
  }
}

.ir_button_esg:hover {
  color: #fff;
  /* background-color: #004b8b; */
}

.ir_button_esg:visited {
  color: #fff;
}

.ir_button_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.border-right {
  border-right: 1px solid #c8c8c8;
}

@media only screen and (max-width: 767px) {
  .border-right {
    border-right: none;
  }
}

.real-time {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #c8c8c8;
}

.real-time_img {
  width: 95%;
}

.real-time_link {
  margin-top: 20px;
  margin-bottom: 10px;

  border-top: 1px solid #c8c8c8;
}

.mr-0 {
  margin-right: 0px;
}

/* 追加した */
@media only screen and (max-width: 767px) {
  .new_button_wrap {
    flex-direction: column;
    width: 100% !important;
  }
  .new_button_wrap .new_button {
    width: 100% !important;
  }
}
.bg_color {
  background-color: #eb8006 !important;
}
.bg_color:hover {
  background-color: #f59f32 !important;
}

/* タイトル */
.heading--h1 {
  background-image: url(/technical/img/technical_pickup.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.heading--h1__category {
  color: #fff;
}
@media (max-width: 767px) {
  .heading--h1 {
    background-position: right 31% center;
  }
}
