/* p-sec01
---------------------------------------------------------------------------- */
.p-sec01 {
  padding-block: 8rem 10rem;
}

.p-sec01-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  margin-bottom: 5rem;
}

.p-sec01-wrapper {
  display: flex;
  gap: 0 6rem;
}

.p-sec01-img {
  width: 38rem;
}

.p-sec01-img img {
  width: 100%;
  height: 44rem;
  object-fit: cover;
  object-position: center;
}

.p-sec01-img figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.5rem;
}

.p-sec01-wrap {
  flex: 1;
}

.p-sec01-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}

.p-sec01-wrap-txt em {
  font-weight: 700;
  color: #073190;
}

.p-sec01-wrap-txt._right {
  text-align: right;
  margin-top: 1em;
}

.p-sec01-banner {
  margin-top: 10rem;
}

.p-sec01-group {
  margin-top: 7rem;
}

.p-sec01-group-ttl {
  padding-block: 0.7rem;
  padding-inline: 3rem;
  background-color: #DFE9FF;
  border-bottom: 0.3rem solid #073190;
  display: flex;
  gap: 0 1rem;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.p-sec01-group-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1rem;
  background-color: #073190;
  clip-path: polygon(50% 1rem, 0% 0%, 2rem 0%);
}

.p-sec01-group-ttl span {
  width: 4.4rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/images/en/ir/investor/icn_video.svg);
}

.p-sec01-group-ttl em {
  flex: 1;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #073190;
}

.p-sec01-group-video {
  width: 96rem;
  aspect-ratio: 960/540;
  margin-top: 3rem;
  margin-inline: auto;
}

.p-sec01-group-video img,
.p-sec01-group-video video,
.p-sec01-group-video iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec01 {
    padding-block: 13.3333333333vw 18.6666666667vw;
  }
  .p-sec01-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec01-wrapper {
    flex-direction: column;
    gap: 7.2vw;
  }
  .p-sec01-img {
    width: 68vw;
    margin-inline: auto;
  }
  .p-sec01-img img {
    height: 78.6666666667vw;
  }
  .p-sec01-img figcaption {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-sec01-wrap-txt {
    font-size: 4.2666666667vw;
  }
  .p-sec01-wrap-txt._right {
    margin-top: 6.6666666667vw;
  }
  .p-sec01-banner {
    width: 100%;
    margin-top: 12vw;
  }
  .p-sec01-group {
    margin-top: 13.3333333333vw;
  }
  .p-sec01-group-ttl {
    padding-block: 2.6666666667vw;
    padding-inline: 8vw;
    border-width: 0.8vw;
    gap: 0 2.6666666667vw;
  }
  .p-sec01-group-ttl::after {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    clip-path: polygon(50% 2.6666666667vw, 0% 0%, 5.3333333333vw 0%);
  }
  .p-sec01-group-ttl span {
    width: 11.7333333333vw;
    height: 8vw;
  }
  .p-sec01-group-ttl em {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
  .p-sec01-group-video {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
/* p-sec02
---------------------------------------------------------------------------- */
.p-sec02 {
  padding-bottom: 10rem;
}

.p-sec02-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}

.p-sec02-wrapper {
  display: flex;
  gap: 0 4rem;
  margin-top: 4rem;
}

.p-sec02-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-sec02-wrap-ttl {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
}

.p-sec02-wrap-box {
  margin-top: 1.7rem;
  flex-grow: 1;
}

.p-sec02-wrap-table {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-sec02-wrap-table th {
  text-align: center;
  vertical-align: middle;
}

.p-sec02-wrap-table td {
  vertical-align: middle;
}

.p-sec02-wrap-table thead th {
  background-color: #073190;
  color: #fff;
  height: 6.5rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 700;
}

.p-sec02-wrap-table thead tr:first-child th:first-child {
  width: 20.6896551724%;
  border-right: 0.1rem solid currentColor;
}

.p-sec02-wrap-table thead tr:first-child th:last-child {
  width: 79.1379310345%;
}

.p-sec02-wrap-table tbody tr {
  border-bottom: 0.1rem solid #BEBEBE;
}

.p-sec02-wrap-table tbody th {
  border-right: 0.1rem solid #BEBEBE;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 700;
  color: #073190;
  background-color: #E9F6FF;
  padding-block: 1.7rem;
  padding-inline: 1.7rem;
}

.p-sec02-wrap-table tbody td {
  padding-block: 1.7rem;
  padding-inline: 2rem;
}

.p-sec02-wrap-table tbody td li {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 400;
}

.p-sec02-wrap-btn {
  margin-top: 2rem;
  margin-inline: auto;
}

.p-sec02-btn-pdf-wrap {
  width: fit-content;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-sec02 {
    padding-bottom: 18.6666666667vw;
  }
  .p-sec02-txt {
    font-size: 4.2666666667vw;
  }
  .p-sec02-wrapper {
    flex-direction: column;
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
  .p-sec02-wrap {
    width: 100%;
  }
  .p-sec02-wrap-box {
    margin-top: 1.8666666667vw;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .p-sec02-wrap-box::-webkit-scrollbar {
    display: none;
  }
  @-moz-document url-prefix() {
    .p-sec02-wrap-box {
      scrollbar-width: none;
    }
  }
  .p-sec02-wrap-table {
    width: 114.6666666667vw;
  }
  .p-sec02-wrap-table thead th {
    height: 17.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.4375;
  }
  .p-sec02-wrap-table thead tr:first-child th:first-child {
    width: 25.3488372093%;
    border-right-width: 0.2666666667vw;
  }
  .p-sec02-wrap-table thead tr:first-child th:last-child {
    width: 74.4186046512%;
  }
  .p-sec02-wrap-table tbody tr {
    border-width: 0.2666666667vw;
  }
  .p-sec02-wrap-table tbody th {
    border-right-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    padding-block: 4.6666666667vw;
    padding-inline: 4.5333333333vw;
  }
  .p-sec02-wrap-table tbody td {
    padding-block: 4.6666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-sec02-wrap-table tbody td li {
    font-size: 3.7333333333vw;
  }
  .p-sec02-wrap-btn {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-sec02-btn-pdf-wrap {
    margin-top: 5.3333333333vw;
  }
}
/* p-sec03
---------------------------------------------------------------------------- */
.p-sec03 {
  padding-bottom: 10rem;
}

.p-sec03-wrapper {
  display: flex;
  align-items: center;
  gap: 0 6rem;
}

.p-sec03-wrap {
  flex: 1;
}

.p-sec03-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}

.p-sec03-link {
  color: #073190;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-sec03-link:hover {
    text-decoration: none;
  }
}

.p-sec03-button {
  margin-top: 4rem;
}

.p-sec03-img {
  width: 45rem;
  aspect-ratio: 450/300;
}

.p-sec03-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec03 {
    padding-bottom: 18.6666666667vw;
  }
  .p-sec03-wrapper {
    flex-direction: column;
    align-items: initial;
    gap: initial;
  }
  .p-sec03-wrap {
    display: contents;
  }
  .p-sec03-wrap-ttl {
    order: 1;
  }
  .p-sec03-txt {
    font-size: 4.2666666667vw;
    margin-top: 4.5333333333vw;
    order: 3;
  }
  .p-sec03-button {
    margin-top: 6.6666666667vw;
    order: 4;
  }
  .p-sec03-img {
    width: 100%;
    aspect-ratio: 335/223;
    order: 2;
  }
}
/* p-sec04
---------------------------------------------------------------------------- */
.p-sec04 {
  padding-bottom: 10rem;
}

.p-sec04-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  gap: 0 6rem;
}

.p-sec04-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  margin-bottom: 4rem;
}

.p-sec04-stock {
  display: grid;
  grid-template-columns: 23rem auto;
  gap: 0 3rem;
  width: 58rem;
  height: 23.6rem;
  padding-block: 1.5rem 3rem;
  padding-inline: 3rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
  border-top: 0.6rem solid #073190;
}

.p-sec04-stock-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 0.75rem;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: #073190;
  margin-bottom: 0.8rem;
}
.p-sec04-stock-ttl::before {
  content: "";
  width: 2.6rem;
  aspect-ratio: 1;
  background-image: url(/assets/images/en/common/icn_graph.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-sec04-stock-date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 500;
  color: #808080;
  margin-bottom: 1.8rem;
}

.p-sec04-stock-list-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BEBEBE;
}
.p-sec04-stock-list-inner:not(:last-of-type) {
  margin-bottom: 1.3rem;
}

.p-sec04-stock-term {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}

.p-sec04-stock-desc {
  font-size: 2.8rem;
  line-height: 1.2857142857;
  font-weight: 700;
  font-family: "Roboto";
  text-align: right;
}
.p-sec04-stock-desc._small {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}

.p-sec04-stock-chart-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 1rem;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: 700;
  color: #073190;
  margin-bottom: 1rem;
}
.p-sec04-stock-chart-ttl::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-top: 0.2rem solid;
  border-right: 0.2rem solid;
  rotate: 45deg;
}

.p-sec04-stock-chart-img {
  width: 26rem;
  aspect-ratio: 260/147;
}
.p-sec04-stock-chart-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-sec04 {
    padding-bottom: 18.6666666667vw;
  }
  .p-sec04-inner {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw 0;
  }
  .p-sec04-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec04-stock {
    grid-template-columns: 1fr;
    gap: 5.8666666667vw 0;
    width: 89.3333333333vw;
    height: 117.6vw;
    padding-block: 4.5333333333vw 8vw;
    padding-inline: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.16);
    border-top: 1.6vw solid #073190;
  }
  .p-sec04-stock-ttl {
    gap: 0 2vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 1.8666666667vw;
  }
  .p-sec04-stock-ttl::before {
    width: 6.9333333333vw;
  }
  .p-sec04-stock-date {
    font-size: 3.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
  .p-sec04-stock-list-inner {
    padding-bottom: 2.4vw;
  }
  .p-sec04-stock-list-inner:not(:last-of-type) {
    margin-bottom: 3.4666666667vw;
  }
  .p-sec04-stock-term {
    font-size: 4.2666666667vw;
  }
  .p-sec04-stock-desc {
    font-size: 7.4666666667vw;
  }
  .p-sec04-stock-desc._small {
    font-size: 6.4vw;
  }
  .p-sec04-stock-chart-ttl {
    gap: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-sec04-stock-chart-ttl::before {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    border-top: 0.5333333333vw solid;
    border-right: 0.5333333333vw solid;
  }
  .p-sec04-stock-chart-img {
    width: 100%;
    aspect-ratio: 295/166;
    margin-inline: auto;
  }
}
/* p-sec05
---------------------------------------------------------------------------- */
.p-sec05 {
  padding-bottom: 10rem;
}

.p-sec05-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
  margin-bottom: 3rem;
}

.p-sec05-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-sec05 {
    padding-bottom: 13.3333333333vw;
  }
  .p-sec05-txt {
    font-size: 4.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-sec05-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw 0;
  }
}
