@charset "UTF-8";
.ir__nav {
  margin-top: 10rem;
}
.ir__nav .wrapper {
  background-color: #EBEEF5;
  padding: 3rem 10rem;
}
@media only screen and (max-width: 767px) {
  .ir__nav .wrapper {
    padding: 4.5rem 4rem;
    width: 100%;
  }
}
.ir__nav .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .ir__nav .list {
    justify-content: space-between;
    gap: 2.5rem 0;
  }
}
.ir__nav .item {
  border-left: 2px solid #00b1dd;
  color: #00b1dd;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item {
    width: 44%;
  }
}
.ir__nav .item.parent {
  display: flex;
  align-items: center;
  border-left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item.parent {
    align-items: flex-start;
  }
}
.ir__nav .item.parent > span {
  border-left: 2px solid #00b1dd;
  padding: 0.2rem 7rem 0.2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item.parent > span {
    padding: 0.4rem 0rem 0.4rem 2.5rem;
    white-space: nowrap;
    width: 24rem;
  }
}
.ir__nav .item.parent > span::after {
  display: none;
}
.ir__nav .item.parent .sublist {
  display: flex;
  align-items: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item.parent .sublist {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem 0;
    width: calc(100% - 24rem);
  }
}
@media only screen and (max-width: 767px) {
  .ir__nav .item.parent .sublist.half .subitem {
    width: 44%;
  }
  .ir__nav .item.parent .sublist.half .subitem:nth-of-type(2n) {
    text-align: right;
  }
}
.ir__nav .item.parent .sublist a {
  padding: 0.2rem 3rem 0.2rem 0;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item.parent .sublist a {
    padding: 0.4rem 0rem;
  }
}
.ir__nav .item.parent .sublist span::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.ir__nav .item a {
  display: block;
  padding: 0.2rem 7rem 0.2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item a {
    padding: 0.4rem 0rem 0.4rem 2.5rem;
  }
}
.ir__nav .item span {
  position: relative;
  padding-right: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item span {
    padding-right: 2.5rem;
  }
}
.ir__nav .item span::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #00b1dd;
  border-right: 2px solid #00b1dd;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
}
@media only screen and (max-width: 767px) {
  .ir__nav .item span::after {
    top: 0.3rem;
    height: 1.6rem;
    width: 1.6rem;
  }
}
.ir .guide__links .item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .item {
    display: block;
  }
}
.ir .guide__links .item:hover .text::after {
  right: 3rem;
}
@media print, screen and (min-width: 768px) {
  .ir .guide__links .item:nth-of-type(odd) .text {
    order: -2;
  }
}
.ir .guide__links .item:not(:first-child) {
  margin-top: 4rem;
}
.ir .guide__links .item:first-child {
  background: rgb(0, 177, 221);
  background: linear-gradient(90deg, rgba(0, 177, 221, 0.8) 0%, rgba(0, 135, 195, 0.8) 52%, rgba(0, 64, 151, 0.8) 100%);
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .item:first-child {
    background: linear-gradient(90deg, rgba(0, 177, 221, 0.8) 0%, rgba(0, 177, 221, 0.8) 52%, rgba(3, 119, 185, 0.8) 100%);
  }
}
.ir .guide__links .item:nth-child(2) {
  background: rgb(53, 146, 199);
  background: linear-gradient(90deg, rgb(53, 146, 199) 0%, rgb(53, 146, 199) 52%, rgb(51, 102, 172) 100%);
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .item:nth-child(2) {
    background: linear-gradient(90deg, rgb(53, 146, 199) 0%, rgb(51, 102, 172) 52%, rgb(51, 102, 172) 100%);
  }
}
.ir .guide__links .img {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .img {
    width: 100%;
  }
}
.ir .guide__links .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width: 54%;
  padding: 0 10%;
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .text {
    padding: 6.5rem 7rem;
    width: 100%;
  }
}
.ir .guide__links .text::after {
  right: 4rem;
  background-image: url("../../assets/img/common/icon-arrow-white.svg");
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .text::after {
    right: 3rem;
  }
}
.ir .guide__links .text .title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .ir .guide__links .text .title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.ir .guide__news {
  background-color: #F5F8FA;
  margin-top: 10rem;
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .ir .guide__news {
    margin-top: 12rem;
    padding: 12rem 0;
  }
}
.ir .guide__news .wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ir .guide__news .wrapper {
    width: 100%;
  }
}
.ir .guide__news .newsList__cat {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .ir .guide__news .newsList__cat {
    padding: 0 9% 5rem 9%;
  }
}
.ir .guide__news .btnType01 {
  position: absolute;
  right: 0;
  bottom: -14rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__news .btnType01 {
    bottom: -18rem;
    left: 0;
    margin: auto;
    width: 62rem;
  }
}
.ir .guide__news .newsList__cat.tandem {
  display: block;
}
.ir .guide__news .newsList__cat.tandem .title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__news .newsList__cat.tandem .title {
    margin-bottom: 4rem;
  }
}
.ir .guide__library {
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .titleType01 {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .wrapper {
    width: 100%;
  }
}
.ir .guide__library .wrap {
  padding: 8rem 8rem 0;
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .wrap {
    padding: 5rem 9% 0 9%;
  }
}
.ir .guide__library .link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.ir .guide__library .link .btnType02 {
  width: 23.5%;
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .link .btnType02 {
    width: 100%;
  }
  .ir .guide__library .link .btnType02:not(:first-child) {
    margin-top: 4rem;
  }
}
.ir .guide__library .btnType01 {
  margin: 5rem auto;
  width: 57rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .btnType01 {
    height: 13rem;
    width: 100%;
  }
}
.ir .guide__library .btnType01:hover span::before {
  background-image: url("../../assets/img/common/icon-download-navy.svg");
}
.ir .guide__library .btnType01:hover span::after {
  right: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .btnType01:hover span::after {
    right: 4rem;
  }
}
.ir .guide__library .btnType01 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5rem;
  margin: auto;
  background-image: url("../../assets/img/common/icon-download-white.svg");
  background-size: cover;
  height: 2.8rem;
  width: 3.4rem;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .ir .guide__library .btnType01 span::before {
    left: 4rem;
    height: 3.55rem;
    width: 4.5rem;
  }
}
.ir .guide__library .btnType01 span::after {
  transform: rotate(90deg);
}
.ir .guide__detail {
  margin-top: 10rem;
}
.ir .guide__detail .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ir .guide__detail .item {
  color: #004097;
  background-color: #D9EBF4;
  text-align: center;
  padding: 3rem;
  width: 31%;
}
@media only screen and (max-width: 767px) {
  .ir .guide__detail .item {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 6.5rem 4rem 6.5rem 8rem;
  }
  .ir .guide__detail .item:not(:first-child) {
    margin-top: 4rem;
  }
}
.ir .guide__detail .item .icon {
  margin: auto;
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__detail .item .icon {
    margin: 0 4rem 0 0;
  }
}
.ir .guide__detail .item .caption {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 2rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .ir .guide__detail .item .caption {
    margin-top: 0;
    font-size: 3.4rem;
  }
}
.ir .guide__detail .item .note {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .ir .guide__detail .item .note {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ir .news__list .newsList__cat {
    padding: 0 6% 5rem 6%;
  }
}
.ir .news__list .newsList__content {
  padding-bottom: 4rem;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .ir .news__list .newsList__content {
    padding: 5rem 6%;
  }
}
.ir .news .donwload {
  margin-top: 10rem;
  text-align: center;
}
.ir .news .donwload .btnType01 {
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .news .donwload .btnType01 {
    margin-bottom: 4rem;
  }
}
.ir .managementInfo__content:not(:first-child) {
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo__content:not(:first-child) {
    margin-top: 11rem;
  }
}
.ir .managementInfo__content .titleType01 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo__content .titleType01 {
    margin-bottom: 7rem;
  }
}
.ir .managementInfo__content .titleType03 + * {
  margin-top: 4rem;
}
.ir .managementInfo .message .note p:not(:first-of-type) {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .message .note p:not(:first-of-type) {
    margin-top: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .message .wrapper__content {
    display: flex;
    flex-direction: column;
  }
}
.ir .managementInfo .message .img {
  float: right;
  width: 30rem;
  margin: 0 0 2rem 4rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .message .img {
    order: 2;
    float: unset;
    width: 42rem;
    margin: 5rem auto 0;
  }
}
.ir .managementInfo .message .img .name {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .message .img .name {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
}
.ir .managementInfo .message .img .name span {
  font-weight: bold;
  display: inline-block;
  font-size: 2.6rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .message .img .name span {
    font-size: 4.4rem;
    margin-left: 4rem;
  }
}
.ir .managementInfo .strategy__content {
  padding: 5rem 0;
  border-bottom: 1.5px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content {
    padding: 7rem 0;
  }
}
.ir .managementInfo .strategy__content:first-child {
  padding-top: 0;
}
.ir .managementInfo .strategy__content .list .item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item {
    display: block;
    position: relative;
  }
}
.ir .managementInfo .strategy__content .list .item:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item:not(:first-child) {
    margin-top: 4rem;
  }
}
.ir .managementInfo .strategy__content .list .item.food .label {
  background-color: #EC6571;
}
.ir .managementInfo .strategy__content .list .item.food .info {
  background-color: #F6BABF;
}
.ir .managementInfo .strategy__content .list .item.food .subtitle {
  color: #e63746;
}
.ir .managementInfo .strategy__content .list .item.food .subitem::before {
  color: #e63746;
}
.ir .managementInfo .strategy__content .list .item.it .label {
  background-color: #E6891E;
}
.ir .managementInfo .strategy__content .list .item.it .label span {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item.it .label span {
    text-orientation: upright;
  }
}
.ir .managementInfo .strategy__content .list .item.it .info {
  background-color: #F4CA9A;
}
.ir .managementInfo .strategy__content .list .item.it .subtitle {
  color: #e35700;
}
.ir .managementInfo .strategy__content .list .item.it .subitem::before {
  color: #e35700;
}
.ir .managementInfo .strategy__content .list .item.life .label {
  background-color: #E6D21E;
}
.ir .managementInfo .strategy__content .list .item.life .info {
  background-color: #F4EB9A;
}
.ir .managementInfo .strategy__content .list .item.life .subtitle {
  color: #E38200;
}
.ir .managementInfo .strategy__content .list .item.life .subitem::before {
  color: #E38200;
}
.ir .managementInfo .strategy__content .list .item.material .label {
  background-color: #519850;
}
.ir .managementInfo .strategy__content .list .item.material .info {
  background-color: #B1D1B0;
}
.ir .managementInfo .strategy__content .list .item.material .subtitle {
  color: #288027;
}
.ir .managementInfo .strategy__content .list .item.material .subitem::before {
  color: #288027;
}
.ir .managementInfo .strategy__content .list .item.medicine .label {
  background-color: #96C23A;
}
.ir .managementInfo .strategy__content .list .item.medicine .info {
  background-color: #D0E3A6;
}
.ir .managementInfo .strategy__content .list .item.medicine .subtitle {
  color: #829614;
}
.ir .managementInfo .strategy__content .list .item.medicine .subitem::before {
  color: #829614;
}
.ir .managementInfo .strategy__content .list .item .img {
  width: 21rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item .img {
    margin-left: auto;
    width: calc(100% - 8rem);
    height: 29rem;
  }
}
.ir .managementInfo .strategy__content .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.ir .managementInfo .strategy__content .list .item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  width: 13rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item .label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 8rem;
    font-size: 3.2rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
  }
}
.ir .managementInfo .strategy__content .list .item .info {
  width: calc(100% - 34rem);
  padding: 2rem 1.8rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item .info {
    margin-left: auto;
    width: calc(100% - 8rem);
    padding: 3rem 2.6rem;
  }
}
.ir .managementInfo .strategy__content .list .item .info .subtitle {
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item .info .subtitle {
    font-size: 3rem;
  }
}
.ir .managementInfo .strategy__content .list .item .info .sublist {
  margin-top: 1rem;
  line-height: 1.8;
}
.ir .managementInfo .strategy__content .list .item .info .subitem {
  position: relative;
  padding-left: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .strategy__content .list .item .info .subitem {
    padding-left: 3.4rem;
  }
}
.ir .managementInfo .strategy__content .list .item .info .subitem::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.ir .managementInfo .governance .note {
  margin: 2rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .governance .note {
    margin: 3.2rem 0 8rem;
  }
}
.ir .managementInfo .governance .textLink .text {
  width: 45rem;
}
.ir .managementInfo .governance .textLink::after {
  right: 6rem;
}
@media only screen and (max-width: 767px) {
  .ir .managementInfo .governance .textLink::after {
    bottom: 0;
    left: -6rem;
    top: 4rem;
    right: 0;
  }
}
.ir .report__content {
  border-bottom: 1.5px solid #ccc;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__content {
    padding-bottom: 8rem;
  }
}
.ir .report__content:not(:first-child) {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__content:not(:first-child) {
    margin-top: 8rem;
  }
}
.ir .report__content .title {
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #004097;
  background: rgb(0, 177, 211);
  background: linear-gradient(90deg, rgba(0, 177, 211, 0.15) 0%, rgba(0, 64, 151, 0.15) 100%);
}
@media only screen and (max-width: 767px) {
  .ir .report__content .title {
    font-size: 3.8rem;
    line-height: 9rem;
    height: 9rem;
  }
}
.ir .report__content .list {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__content .list {
    margin-top: 6rem;
  }
}
.ir .report__content .list .item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ir .report__content .list .item {
    display: block;
  }
}
.ir .report__content .list .item:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__content .list .item:not(:first-child) {
    margin-top: 4rem;
  }
}
.ir .report__content .list .item .time {
  margin: 0 2rem 0.6rem 0;
  white-space: nowrap;
  color: #808080;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__content .list .item .time {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.ir .report__content .list .item .headline {
  flex-grow: 2;
}
.ir .report__content .list .item .pdfBtn {
  display: block;
}
.ir .report__text {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__text {
    margin-top: 8rem;
  }
}
.ir .report__text .download .btnType01 {
  margin: auto;
}
.ir .report__text .download .note {
  text-align: center;
  margin-top: 2rem;
}
.ir .report__text .text {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__text .text {
    margin-top: 5rem;
  }
}
.ir .report__text .text .note {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .report__text .text .note {
    margin-bottom: 3rem;
  }
}
.ir .report__text .text .logo {
  width: 23rem;
  margin: 4rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .ir .report__text .text .logo {
    width: 35rem;
    margin: 4rem 0 0 0;
  }
}
.ir .securities .zaimu-download {
  margin: 0 auto;
  background-color: #00b1dd;
  height: 8rem;
  width: 45rem;
}
@media only screen and (max-width: 767px) {
  .ir .securities .zaimu-download {
    height: 13rem;
    width: 60rem;
  }
}
.ir .securities .zaimu-download::after {
  border: 1px solid #00b1dd;
}
.ir .securities .zaimu-download:hover {
  color: #00b1dd;
}
.ir .securities .zaimu-download:hover span::before {
  background-image: url("../../assets/img/common/icon-pdf.svg");
}
.ir .securities .zaimu-download:hover span::after {
  right: 2rem;
  background-image: url("../../assets/img/common/icon-arrow-blue.svg");
}
@media only screen and (max-width: 767px) {
  .ir .securities .zaimu-download:hover span::after {
    right: 4rem;
  }
}
.ir .securities p.zaimu-data {
  margin: 4rem 0;
}
.ir .stockInfo__content {
  margin-bottom: 10rem;
}
.ir .stockInfo__content .stock__about {
  width: 82%;
  margin: 0 auto;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .ir .stockInfo__content .stock__about {
    width: 90%;
  }
}
.ir .stockInfo__content .stock__about dl {
  display: flex;
  flex-wrap: wrap;
}
.ir .stockInfo__content .stock__about dl:first-child {
  border-top: 1.5px solid #ccc;
}
.ir .stockInfo__content .stock__about dl dt {
  border-bottom: 1.5px solid #ccc;
  padding: 3rem 0;
  width: 30%;
  color: #004097;
  font-weight: 400;
}
.ir .stockInfo__content .stock__about dl dd {
  border-bottom: 1.5px solid #ccc;
  padding: 3rem 0;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .ir .stockInfo__content .stock__about dl dd {
    padding-left: 5rem;
  }
}
.ir .stockInfo__content p.caption {
  padding-top: 4rem;
}
.ir .stockInfo__content p.caption::before {
  content: "※ ";
}
@media only screen and (max-width: 767px) {
  .ir .stockInfo__content p.caption {
    width: 90%;
    margin: 0 auto;
  }
  .ir .stockInfo__content p.caption::before {
    margin-left: -3rem;
  }
}
.ir .stockInfo .stockInfo_distribution__graph {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ir .stockInfo .stockInfo_distribution__graph {
    margin: 0;
  }
}
.ir .stockInfo .stockInfo_distribution__graph .img--graph {
  width: 82%;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .ir .stockInfo .stockInfo_distribution__graph .img--graph {
    width: 100%;
  }
}
.ir .shareholders__age {
  padding-top: 0.5rem;
  padding-bottom: 3rem;
}
.ir .shareholders__age .list {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.ir .shareholders__age .list li {
  border: 0;
}
.ir .shareholders__age .list li + li {
  border-left: 1px solid #CCC;
}
.ir .shareholders__content {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .ir .shareholders__content {
    width: 86%;
    padding-bottom: 3rem;
  }
}
.ir .shareholders__content .list {
  margin-top: 0;
}
.ir .shareholders__content h2.title.shareholders__title {
  font-weight: 600;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .ir .shareholders__content h2.title.shareholders__title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    height: 10rem;
    padding-top: 1.7rem;
  }
}
.ir .shareholders__info {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .shareholders__info {
    padding-bottom: 8rem;
    margin-top: 5rem;
  }
}
.ir .shareholders__info tr {
  display: flex;
  margin-bottom: 1rem;
}
.ir .shareholders__info tr th {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .ir .shareholders__info tr th {
    vertical-align: middle;
    width: 27%;
  }
}
.ir .shareholders__documents {
  width: 82%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.ir .shareholders__documents .list {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .ir .divident__wrapper {
    overflow-x: scroll;
  }
}
.ir .divident__table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #00b1dd;
}
@media only screen and (max-width: 767px) {
  .ir .divident__table {
    width: 211%;
  }
}
.ir .divident__table thead tr {
  background-color: #00b1dd;
  color: #fff;
  text-align: center;
}
.ir .divident__table thead th {
  padding: 1rem;
  background-color: #0377b9;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ir .divident__table thead .tr-01 td {
  padding: 1rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ir .divident__table thead .tr-01 td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .ir .divident__table thead .tr-01 td {
    padding: 2.1rem;
  }
}
.ir .divident__table thead .tr-02 td {
  padding: 1rem;
  border-right: 1px solid #fff;
}
.ir .divident__table thead .tr-02 td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .ir .divident__table thead .tr-02 td {
    padding: 2.1rem;
  }
}
.ir .divident__table tbody tr {
  background-color: #cceff8;
}
.ir .divident__table tbody tr.undefind {
  background-color: #e5f7fc;
}
.ir .divident__table tbody th {
  width: 14%;
  padding: 2rem 1rem;
  background-color: #0377b9;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 2rem;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .ir .divident__table tbody th {
    width: 11%;
    line-height: 4rem;
  }
}
.ir .divident__table tbody th.border-none {
  border-bottom: 0;
}
.ir .divident__table tbody td {
  text-align: right;
  vertical-align: middle;
  padding: 2rem 1rem;
  border-right: 1px solid #00b1dd;
  border-bottom: 1px solid #00b1dd;
}
.ir .divident__text {
  width: 90%;
  margin: 0 auto;
}
.ir .calendar__img {
  width: 82%;
  margin: 0 auto;
  margin-bottom: -3rem;
}
@media only screen and (max-width: 767px) {
  .ir .calendar__img {
    width: 90%;
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .ir .calendar__about dl dt {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .ir .calendar__about dl dd {
    width: 70%;
  }
}
.ir .calendar__about p.text {
  margin-top: 7rem;
}
.ir .middleLongTermStrategies__content {
  margin-bottom: 4rem;
}
.ir .middleLongTermStrategies__content:last-child {
  border: 0;
}
.ir .middleLongTermStrategies__content .titleType03_middle {
  margin-bottom: 4rem;
}
.ir .middleLongTermStrategies__title {
  display: block;
  margin-bottom: 8rem;
}
.ir .middleLongTermStrategies__title .titleType01--en::after {
  top: auto;
  right: auto;
  left: 0;
  margin: 0;
  height: 2px;
  width: 3.5rem;
}
.ir .middleLongTermStrategies__title .titleType01--en {
  padding-bottom: 2rem;
}
.ir .middleLongTermStrategies__title .titleType01--ja {
  margin-top: 2rem;
}
.ir .middleLongTermStrategies .list_middle {
  background-color: #f5f8fa;
  padding: 5rem;
}
.ir .middleLongTermStrategies__btn {
  margin-top: 5rem;
}
.ir .middleLongTermStrategies__btn .btnType02_middle {
  margin: 0 auto;
  width: 50%;
  height: 6rem;
}
@media only screen and (max-width: 767px) {
  .ir .middleLongTermStrategies__btn .btnType02_middle {
    width: 80%;
    height: 8rem;
  }
}
.ir .middleLongTermStrategies__btn .btn-icon_middle {
  width: 3.5rem;
  padding: 0.5rem;
  margin-left: 0.5rem;
}
.ir .middleLongTermStrategies__btn .btn-text_middle {
  font-size: 2rem;
  padding-left: 24%;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .ir .middleLongTermStrategies__btn .btn-text_middle {
    font-size: 2.3rem;
    padding-left: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .ir .highlights__figure {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8rem 4%;
  }
}
.ir .highlights__figure li {
  width: 43%;
}
@media only screen and (max-width: 767px) {
  .ir .highlights__figure li {
    width: 100%;
  }
}
.ir .highlights__figure p.figure-title {
  color: #004097;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .ir .highlights__figure p.figure-title {
    font-size: 4rem;
    margin: 6rem 0 4rem 4rem;
  }
}
.ir .highlights__text {
  margin-top: 8rem;
}
.ir .legal-notice__content {
  width: 83%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ir .legal-notice__content {
    width: 90%;
  }
}
.ir .legal-notice__title {
  margin-bottom: 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ir .legal-notice__title {
    margin-bottom: 5rem;
  }
}
.ir .legal-notice__title .title-number {
  display: inline-block;
  font-size: 5.5rem;
  font-weight: 600;
  color: #004097;
  margin-right: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  top: -0.7rem;
}
@media only screen and (max-width: 767px) {
  .ir .legal-notice__title .title-number {
    font-size: 2.5em;
    top: 0rem;
  }
}
.ir .legal-notice__title .title-text {
  display: inline-block;
  margin-left: 8rem;
}
@media only screen and (max-width: 767px) {
  .ir .legal-notice__title .title-text {
    margin-left: 11rem;
    width: 83%;
  }
}
.ir .legal-notice__content:last-child {
  border: 0;
}
.ir .electronic__list {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list {
    padding-bottom: 4rem;
  }
}
.ir .electronic__list li + li {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list li + li {
    margin-top: 7rem;
  }
}
.ir .electronic__list_text {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list_text {
    width: 95%;
    padding-left: 6rem;
  }
}
.ir .electronic__list_text::before {
  content: url(../img/ir/electronic/list-img.svg);
  display: block;
  width: 1.8rem;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list_text::before {
    width: 3rem;
  }
}
.ir .electronic__list_btn a {
  width: 49rem;
  margin-top: 3rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list_btn a {
    line-height: 4rem;
    width: 92%;
    height: 12rem;
    margin-top: 5rem;
  }
}
.ir .electronic__list_btn__list_btn_text {
  padding-left: 5%;
  font-weight: 600;
}
.ir .electronic__list_btn p.btn-text {
  position: relative;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list_btn p.btn-text {
    line-height: 1.8;
  }
}
.ir .electronic__list_btn p.btn-text::after {
  content: url(../img/common/icon-pdf.svg);
  display: inline-block;
  width: 2.5rem;
  margin-left: 1rem;
  line-height: 3;
  position: absolute;
  top: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .ir .electronic__list_btn p.btn-text::after {
    width: 2.8rem;
    line-height: 1.7;
    top: 5.5rem;
  }
}/*# sourceMappingURL=ir.css.map */