@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  height: 705rem;
  position: relative;
  box-sizing: border-box;
  padding: 128rem 0 0 100rem;
}
@media screen and (max-width: 768px) {
  .fv {
    height: auto;
    padding: 58rem 0 0;
  }
}
.fv::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  max-height: 705rem;
  height: 100%;
  background-image: url("../images/shareholder-investor/fv.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .fv__img {
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__inner {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    padding-bottom: 35rem;
  }
}
.fv .fv__inner h1 {
  color: #fff;
  font-size: 48rem;
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 18rem;
    padding-left: 20rem;
  }
}
.fv .fv__inner h4 {
  position: relative;
  color: #fff;
  font-size: 34rem;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    margin-top: 9rem;
    padding-left: 20rem;
  }
}
.fv .fv__inner .news__info {
  width: 949rem;
  max-width: calc(100% - 100rem);
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: 69rem;
  left: 100rem;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .news__info {
    bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info {
    width: calc(100% - 40rem);
    height: auto;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 22rem auto 0;
  }
}
.fv .fv__inner .news__info h3 {
  padding: 18rem 52rem 18rem 52rem;
  border-bottom: 1rem solid #D9D9D9;
  font-size: 20rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info h3 {
    padding: 18rem 15rem;
    font-size: 18rem;
  }
}
.fv .fv__inner .news__info .text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25rem;
  padding: 26rem 52rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info .text {
    display: block;
    position: relative;
    align-items: baseline;
    gap: 14rem;
    padding-top: 20rem;
    padding-bottom: 20rem;
    padding-right: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fv .fv__inner .news__info .text:is(a):hover {
    opacity: 0.7;
  }
}
.fv .fv__inner .news__info .text img {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info .text img {
    position: absolute;
    left: 20rem;
  }
}
.fv .fv__inner .news__info .text img.img_pdf {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info .text img.img_pdf {
    position: relative;
    left: auto;
    display: inline;
  }
}
.fv .fv__inner .news__info .text time {
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info .text time {
    font-size: 15rem;
    margin-bottom: 14rem;
    display: block;
  }
}
.fv .fv__inner .news__info .text p {
  padding-left: 9rem;
  color: #3D3D3D;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .news__info .text p {
    display: inline;
    font-size: 15rem;
    padding-left: 0;
  }
}
.fv .fv__inner .stock__info {
  width: 397rem;
  height: 261rem;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  right: 100rem;
  top: 128rem;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info {
    width: calc(100% - 100rem);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 266rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv__inner .stock__info {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 60rem;
  }
}
.fv .fv__inner .stock__info .stock__inner {
  position: relative;
}
.fv .fv__inner .stock__info .stock__inner::before {
  content: "";
  position: absolute;
  background-image: url("../images/shareholder-investor/info-bg.svg");
  width: 132rem;
  height: 38rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  left: 0;
  top: 0;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info .stock__inner::before {
    width: 94rem;
    height: 27rem;
    background-image: url("../images/shareholder-investor/sp-bg-info.webp");
  }
}
.fv .fv__inner .stock__info .stock__inner .title {
  color: #fff;
  font-size: 18rem;
  font-weight: 500;
  position: relative;
  padding-top: 5rem;
  padding-left: 27rem;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info .stock__inner .title {
    font-size: 13rem;
    padding-top: 4rem;
    padding-left: 18rem;
  }
}
.fv .fv__inner .stock__info .stock__inner .code {
  text-align: center;
  color: #B4B4B4;
  font-size: 18rem;
  font-weight: 500;
  margin-top: -16rem;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info .stock__inner .code {
    font-size: 13rem;
    padding-top: 10rem;
  }
}
.fv .fv__inner .stock__info .stock__inner span {
  color: #0691D9;
  font-size: 65rem;
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info .stock__inner span {
    font-size: 46rem;
  }
}
.fv .fv__inner .stock__info .stock__inner .market {
  text-align: center;
  font-size: 23rem;
  font-weight: 500;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info .stock__inner .market {
    font-size: 16rem;
  }
}
.fv .fv__inner .stock__info .stock__inner a {
  width: calc(100% - 52rem);
  margin: auto;
  background-color: #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  height: 69rem;
  margin-top: 10rem;
  transition: opacity 0.3s;
}
@media screen and (max-width:1099px) {
  .fv .fv__inner .stock__info .stock__inner a {
    height: 49rem;
    font-size: 14rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fv .fv__inner .stock__info .stock__inner a:hover {
    opacity: 0.7;
  }
}
.fv .fv__inner .stock__info .stock__inner a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #fff;
  border-bottom: 2rem solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 33rem;
  top: 50%;
}

.news {
  margin-top: 106rem;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 50rem;
    box-sizing: border-box;
  }
}
.news .ir__news {
  max-width: 1200rem;
  padding: 0 20rem;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .news .ir__news {
    flex-direction: column;
    align-items: baseline;
  }
}
.news .ir__news .news__left {
  width: 210rem;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__left {
    width: 100%;
  }
}
.news .ir__news .news__left h3 {
  padding-left: 33rem;
  position: relative;
  height: 55rem;
  display: flex;
  align-items: center;
}
.news .ir__news .news__left h3::before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 55rem;
  top: 0;
  left: 0;
  background-color: #0691D9;
}
.news .ir__news .news__left a {
  margin-top: 33rem;
  font-size: 24rem;
  color: #0691D9;
  position: relative;
  font-weight: 600;
  display: block;
  transition: opacity 0.3s;
  padding-right: 20rem;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__left a {
    font-size: 15rem;
    margin-top: 20rem;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news .ir__news .news__left a:hover {
    opacity: 0.7;
  }
}
.news .ir__news .news__left a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__left a::before {
    right: auto;
    top: 50%;
    left: 110rem;
  }
}
.news .ir__news .news__right {
  width: 894rem;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__right {
    width: 100%;
  }
}
.news .ir__news .news__right .news__list .news__item {
  position: relative;
  width: 100%;
  padding: 13rem 0;
  border-bottom: 1rem solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__right .news__list .news__item {
    padding: 15rem 0;
  }
}
.news .ir__news .news__right .news__list .news__item a {
  width: inherit;
  display: flex;
  align-items: center;
  gap: 36rem;
  transition: opacity 0.3s;
  padding-right: 60rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__right .news__list .news__item a {
    display: block;
    padding-right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news .ir__news .news__right .news__list .news__item a:hover {
    opacity: 0.7;
  }
}
.news .ir__news .news__right .news__list .news__item a time {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__right .news__list .news__item a time {
    display: block;
    font-size: 15rem;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768.1px) {
  .en .news .ir__news .news__right .news__list .news__item a time {
    flex: none;
    width: 9.5em;
  }
}

.news .ir__news .news__right .news__list .news__item a p {
  font-size: 18rem;
  color: #3D3D3D;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__right .news__list .news__item a p {
    display: inline;
    font-size: 15rem;
  }
}
.news .ir__news .news__right .news__list .news__item a img {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .news .ir__news .news__right .news__list .news__item a img {
    display: inline;
  }
}
.news .ir__latest {
  max-width: 1200rem;
  padding: 0 20rem;
  box-sizing: border-box;
  margin: auto;
  margin-top: 90rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30rem;
}
@media screen and (max-width: 768px) {
  .news .ir__latest {
    flex-direction: column;
    align-items: baseline;
  }
}
.news .ir__latest .news__left {
  width: 210rem;
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__left {
    width: 100%;
  }
}
.news .ir__latest .news__left h3 {
  padding-left: 33rem;
  position: relative;
  height: 55rem;
  display: flex;
  align-items: center;
}
.news .ir__latest .news__left h3::before {
  content: "";
  position: absolute;
  width: 12rem;
  height: 55rem;
  top: 0;
  left: 0;
  background-color: #0691D9;
}
.news .ir__latest .news__right {
  width: 894rem;
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__right .news__list .sp-info {
    display: flex;
    flex-wrap: wrap;
  }
  .news .ir__latest .news__right .news__list .sp-info p {
    width: -moz-max-content;
    width: max-content;
    font-size: 15rem;
    line-height: 30rem;
  }
  .news .ir__latest .news__right .news__list .sp-info img {
    width: 17rem;
    padding-top: 7rem;
    padding-left: 3rem;
    height: 17rem;
  }
}
.news .ir__latest .news__right .news__list .news__item {
  width: 100%;
  padding: 13rem 0;
  border-bottom: 1rem solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__right .news__list .news__item {
    padding: 15rem 0;
  }
}
.news .ir__latest .news__right .news__list .news__item a {
  width: inherit;
  transition: opacity 0.3s;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__right .news__list .news__item a {
    height: auto;
    font-size: 15rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news .ir__latest .news__right .news__list .news__item a:hover {
    opacity: 0.7;
  }
}
.news .ir__latest .news__right .news__list .news__item a .item__left {
  display: inline;
}
.news .ir__latest .news__right .news__list .news__item a .item__left p {
  color: #3D3D3D;
  display: inline;
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__right .news__list .news__item a .item__left img {
    width: 23rem;
  }
}
.news .ir__latest .news__right .news__list .news__item a .item__right {
  display: inline;
  width: -moz-max-content;
  width: max-content;
}
.news .ir__latest .news__right .news__list .news__item a .item__right img {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .news .ir__latest .news__right .news__list .news__item a .item__right img {
    display: inline;
  }
}
.news .download {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26rem;
  margin-top: 35rem;
  margin-left: auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .news .download {
    justify-content: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news .download:hover {
    opacity: 0.7;
  }
}
.news .download p {
  font-size: 24rem;
  font-weight: 600;
  color: #0691D9;
}
@media screen and (max-width: 768px) {
  .news .download p {
    font-size: 15rem;
  }
}
.news .download img {
  width: 27rem;
}
@media screen and (max-width: 768px) {
  .news .download img {
    width: 18rem;
  }
}

.glance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 80rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .glance {
    flex-direction: column;
    gap: 20rem;
    margin-top: 50rem;
  }
}
.glance a {
  width: 70%;
  display: block;
  height: 251rem;
  transition: opacity 0.3s;
  max-width: 890rem;
}
@media screen and (max-width: 768px) {
  .glance a {
    width: 100%;
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .glance a:hover {
    opacity: 0.7;
  }
}
.glance a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .glance a img {
    width: 100%;
  }
}
.glance .glance__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 251rem;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .glance .glance__list {
    width: 100%;
  }
}
.glance .glance__list .glance__item {
  max-width: 359rem;
  height: 72rem;
}
@media screen and (max-width: 768px) {
  .glance .glance__list .glance__item {
    max-width: 100%;
  }
}
.glance .glance__list .glance__item a {
  width: inherit;
  height: inherit;
  box-sizing: border-box;
  border: 2rem solid #0691D9;
  background-color: #fff;
  position: relative;
  color: #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18rem;
  font-weight: 600;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .glance .glance__list .glance__item a {
    font-size: 18rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .glance .glance__list .glance__item a:hover {
    opacity: 0.7;
  }
}
.glance .glance__list .glance__item a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 1rem solid #0691D9;
  border-bottom: 1rem solid #0691D9;
  transform: translateY(-50%) rotate(-45deg);
  right: 21rem;
  top: 50%;
}

.info {
  max-width: 1200rem;
  margin: auto;
  width: 100%;
  margin-top: 124rem;
  padding: 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .info {
    margin-top: 50rem;
  }
}
.info .info__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .info .info__list {
    gap: 20rem;
  }
}
.info .info__list .info__item {
  background-color: #fff;
  box-sizing: border-box;
  padding: 22rem 26rem;
  height: 537rem;
  flex: 1 1 33%;
  max-width: 33%;
}
@media screen and (max-width: 768px) {
  .info .info__list .info__item {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    height: auto;
    padding-bottom: 40rem;
  }
}
.info .info__list .info__item:nth-child(1), .info .info__list .info__item:nth-child(2), .info .info__list .info__item:nth-child(4) {
  border-right: 1rem solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .info .info__list .info__item:nth-child(1), .info .info__list .info__item:nth-child(2), .info .info__list .info__item:nth-child(4) {
    border-right: none;
  }
}
.info .info__list .info__item:nth-child(1), .info .info__list .info__item:nth-child(2), .info .info__list .info__item:nth-child(3) {
  border-bottom: 1rem solid #D5D5D5;
}
@media screen and (max-width: 768px) {
  .info .info__list .info__item:nth-child(1), .info .info__list .info__item:nth-child(2), .info .info__list .info__item:nth-child(3) {
    border-bottom: none;
  }
}
.info .info__list .info__item .item__title {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.info .info__list .info__item .item__title img {
  width: 111rem;
  height: 111rem;
}
.info .info__list .info__item .item__title h3 {
  font-size: 28rem;
  font-weight: 600;
  line-height: 40rem;
  word-break: break-all;
}
.info .info__list .info__item .list {
  margin-top: 44rem;
  display: flex;
  flex-direction: column;
  gap: 30rem;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100% - 135rem);
}
.info .info__list .info__item .list .item {
  max-width: 100%;
}
.info .info__list .info__item .list .item a {
  font-size: 18rem;
  font-weight: 500;
  color: #3D3D3D;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  transition: opacity 0.3s;
  box-sizing: border-box;
  padding-right: 27rem;
  letter-spacing: 0;
}
@media (hover: hover) and (pointer: fine) {
  .info .info__list .info__item .list .item a:hover {
    opacity: 0.7;
  }
}
.info .info__list .info__item .list .item a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid #0691D9;
  border-bottom: 2rem solid #0691D9;
  right: 0rem;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
}

.others__info {
  background-color: #E4EDF4;
  padding: 81rem 0;
  margin-top: 100rem;
}
@media screen and (max-width: 768px) {
  .others__info {
    margin-top: 50rem;
    padding: 50rem 0;
  }
}
.others__info .info__list {
  max-width: 1200rem;
  margin: 0 auto;
  padding: 0 20rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .others__info .info__list {
    flex-direction: column;
  }
}
.others__info .info__list .info__item {
  width: calc(33.3333% - 17rem);
  height: 83rem;
}
@media screen and (max-width: 768px) {
  .others__info .info__list .info__item {
    width: 100%;
  }
}
.others__info .info__list .info__item:nth-child(1) a img {
  width: 27rem;
}
.others__info .info__list .info__item:nth-child(2) a img {
  width: 35rem;
}
.others__info .info__list .info__item:nth-child(3) a img {
  width: 30rem;
}
.others__info .info__list .info__item a {
  width: 100%;
  height: inherit;
  border: 1rem solid #0691D9;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  padding: 0 65rem;
}
@media (hover: hover) and (pointer: fine) {
  .others__info .info__list .info__item a:hover {
    opacity: 0.7;
  }
}
.others__info .info__list .info__item a::before {
  content: "";
  position: absolute;
  right: 18rem;
  width: 9rem;
  height: 9rem;
  border-right: 1rem solid #0691D9;
  border-bottom: 1rem solid #0691D9;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.others__info .info__list .info__item a img {
  position: absolute;
  left: 27rem;
  top: 50%;
  transform: translateY(-50%);
}
.others__info .info__list .info__item a p {
  font-size: 18rem;
  color: #0691D9;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .others__info .info__list .info__item a p {
    font-size: 15rem;
  }
}

.sustainability {
  max-width: 1200rem;
  margin: auto;
  margin-top: 80rem;
  position: relative;
  padding: 0 20rem;
  padding-bottom: 200rem;
  box-sizing: border-box;
  padding-left: 20rem;
  padding-right: 20rem;
}
@media screen and (max-width: 768px) {
  .sustainability {
    width: 100%;
    padding-bottom: 100rem;
  }
}
.sustainability a {
  display: block;
  width: inherit;
  height: 100%;
  transition: opacity 0.3s;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .sustainability a:hover {
    opacity: 0.7;
  }
}
.sustainability img {
  width: 100%;
}

body.en .news .ir__news .news__left a {
  padding-right: 15rem;
  box-sizing: border-box;
}
@media screen and (max-width:1099px) {
  body.en .fv {
    height: 800rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .fv {
    height: auto;
  }
}
@media screen and (max-width:1099px) {
  body.en .fv::before {
    max-height: 800rem;
  }
}
@media screen and (max-width: 768px) {
  body.en .fv::before {
    max-height: none;
  }
}
body.en .fv .fv__inner .stock__info .stock__inner .title {
  padding-left: 20rem;
}
@media screen and (max-width: 768px) {
  body.en .news .ir__news .news__left a::before {
    left: 120rem;
  }
}
body.en .fv .fv__inner .stock__info .stock__inner::before {
  width: 150rem;
}
@media screen and (max-width:1099px) {
  body.en .fv .fv__inner .stock__info .stock__inner::before {
    width: 123rem;
  }
}
body.en .fv .fv__inner .stock__info .stock__inner .code {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  body.en .fv .fv__inner .stock__info .stock__inner .code {
    padding-top: 0;
  }
}
body.en .fv .fv__inner .stock__info {
  height: 289rem;
}
@media screen and (max-width: 768px) {
  body.en .fv .fv__inner .stock__info {
    height: 220rem;
  }
}
body.en .info .info__list .info__item {
  height: auto;
  padding-bottom: 30rem;
}
body.en .info .info__list .info__item .list {
  height: auto;
}
body.en .info .info__list .info__item .item__title h3 {
  font-size: 20rem;
  word-break: normal;
}
/*# sourceMappingURL=shareholder-investor.css.map */