@charset "UTF-8";

.lp_html * {
  box-sizing: border-box;
}

.lp_html .report_box {
  max-width: 1240px;
  display: flex;
  margin: 0 auto 50px;
  padding: 40px;
  border: 2px solid #140a9a;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.lp_html .report_box>div,
.lp_html .message>div {
  width: 48%;
}

.lp_html .report_box>div img {
  width: 100%;
}

.lp_html .report_box h2 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}

.lp_html .report_box a {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 6px;
  background-color: #ffc82f;
  color: #2a3238;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color 0.1s linear;
  cursor: pointer;
  margin-top: 1.5rem;
}
.lp_html .report_box a:hover {
  background-color: #ffd359;
}
.lp_html .report_box a.questionary {
  background-color: #140a9a;
  color: #fff;
  margin-top: 4rem;
}
.lp_html .report_box a.questionary:hover  {
  background-color: #403DAE;
}

.lp_html .report_box a::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-left: 3px;
  background: url(/assets/images/ico_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: " ";
}

.lp_html .report_box a.questionary::after {
  display: inline-block;
  width: 33px;
  height: 40px;
  margin-top: -1px;
  margin-left: 12px;
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/ico_questionary.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: " ";
}

.lp_html .report_box p {
  margin-top: 1.5rem;
  font-size: 19px;
  letter-spacing: 0.95px;
  line-height: normal;
}

.lp_html .report_box_note2 {
  margin: 0 auto;
  width: 300px;
}


/* ----------------------------------- */
.lp_html .message {
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  justify-content: space-between;
}

.lp_html .message h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 28px;
}

.lp_html .message div:first-child .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/ceo.jpg)no-repeat center center / cover;
}

.lp_html .message div:last-child .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/cfo.jpg)no-repeat center center / cover;
}

.lp_html .img_box {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  transition: .5s;
}

.lp_html .img_box::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
}

.lp_html .img_box::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 4px solid #ffc82f;
  border-right: 4px solid #ffc82f;
  content: "";
  background: none;
}

.lp_html .img_box:hover {
  opacity: .5;
}

.lp_html .img_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.lp_html .img_box .txt_box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  width: 100%;
}

.lp_html .img_box .txt_box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.lp_html .img_box .txt_box p span:first-child {
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
}

.lp_html .img_box .txt_box p span:last-child {
  font-size: 28px;
  white-space: nowrap;
}

/* ----------------------------------- */
.lp_html .reports_bg {
  margin-bottom: 50px;
  padding: 25px 0;
  position: relative;
}

.lp_html .reports_bg::after {
  content: "";
  background: #e2f2ff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -4;
}

.lp_html .reports {
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.lp_html .reports>div {
  width: 32%;
  position: relative;
  margin: 25px 0;
  padding: 0 0 20px 0;
}

.lp_html .reports>div::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
}

.lp_html .reports .txt_box {
  font-size: 18px;
}

.lp_html .reports .txt_box p::after,
.lp_html .reports ul a::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -4px;
  margin-left: 3px;
  background: url(/assets/images/ico_pdf.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: " ";
}

.lp_html .reports ul {
  margin: 20px 20px 0 20px;
  padding: 0 0 0 20px;
}

.lp_html .reports ul li {
  list-style: disc;
}

.lp_html .reports ul li+li {
  margin-top: 8px;
}

.lp_html .reports ul a {
  font-size: 16px;
  line-height: 1.2em;
  color: #000;
  text-decoration: none;
}

.lp_html .reports ul a:hover {
  text-decoration: underline;
}

.lp_html .reports ul+p {
  font-weight: bold;
  color: #140a9a;
  margin: 0 0 .5em 20px;
  font-size: 16px;
}

.lp_html .reports ul+p+ul {
  margin: 0 0 1em 3em
}

.lp_html .reports .img_box .txt_box::before {
  background: #140a9a;
}

.lp_html .reports .sustainability .img_box+ul {
  margin-bottom: 20px;
}

.lp_html .note {
  text-align: right;
  max-width: 1240px;
  margin: 0 auto 25px;
}

.lp_html .note2 {
  font-size: 14px !important;
}

.lp_html .introduction .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/introduction.jpg)no-repeat center bottom 42px / cover;
}

.lp_html .value .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/value.jpg)no-repeat center center / cover;
}

.lp_html .strategy .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/strategy.jpg)no-repeat center center / cover;
}

.lp_html .sustainability .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/sustainability.jpg)no-repeat center center / cover;
}

.lp_html .governance .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/governance.jpg)no-repeat center center / cover;
}

.lp_html .data .img_box::before {
  background: url(/ja/-/media/HOME/ir/library/annual/2025/ja/data.jpg)no-repeat center center / cover;
}

@media screen and (max-width: 1440px) {

  .lp_html .report_box,
  .lp_html .message,
  .lp_html .reports {
    max-width: unset;
    margin: 0 calc(53px + 47*(100vw - 769px) / 671) 50px;
  }

  .lp_html .reports {
    max-width: unset;
    margin: 0 calc(53px + 47*(100vw - 769px) / 671);
  }

  .lp_html .note {
    max-width: unset;
    margin: 0 calc(53px + 47*(100vw - 769px) / 671) 25px;
  }

  .lp_html .img_box .txt_box p span:first-child {
    font-size: 16px;
  }

  .lp_html .img_box .txt_box p span:last-child {
    font-size: 22px;
  }

}

@media screen and (max-width: 999px) {

  .lp_html .reports>div {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {

  .lp_html .report_box,
  .lp_html .message {
    display: block;
    margin: 0 8vw 50px;
  }

  .lp_html .reports {
    display: block;
    margin: 0 8vw;
  }

  .lp_html .note {
    text-align: left;
    margin: 0 8vw 25px;
  }

  .lp_html .report_box>div,
  .lp_html .message>div,
  .lp_html .reports>div {
    width: 100%;
  }

  .lp_html .message>div+div {
    margin-top: 50px;
  }

  .lp_html .report_box h2 {
    font-size: 24px;
  }

  .lp_html .report_box img {
    margin-bottom: 27px;
  }

  .lp_html .report_box p {
    font-size: 14px;
  }

  .lp_html .report_box a {
    width: 100%;
    height: 50px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .lp_html .report_box_note2 {
   width: 100%;
  }

  .lp_html .note {
    font-size: 14px;
  }

}

@media screen and (max-width: 390px) {
      .lp_html .report_box a {
        font-size: 1rem;
    }
.lp_html .report_box a.questionary::after {
   width: 24px;
   height: 28px;
   margin-left: 4px;
}

}