/* CSS Document */

/* =========================================================
For /ir/report/report2026/index.html
========================================================= */
/* ---------------------------------------------------------
Background Illustrations
--------------------------------------------------------- */
#ir_press section.press_01::before {
  top: 1220px;
}
#ir_press section.press_01::after {
  top: 1950px;
}

/* ---------------------------------------------------------
press_01
--------------------------------------------------------- */
@media (min-width: 769px) {
  .press_01_main_img .ttl {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
  }
}

/* ---------------------------------------------------------
press_03: Feature 01
--------------------------------------------------------- */
.press_03_01 {
  width: 100%;
  margin-bottom: 40px
}
.press_03_01 .subttl {
  color: var(--color-red);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-block: 40px;
}
.press_03_01_main-img {
  position: relative;
  margin-bottom: 35px;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 912 / 470;
}
.press_03_01_main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.press_03_01_main-img .ttl {
  padding: 25px;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: var(--color-white);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px 0 0 10px;
}
.press_03_01_main-img .ttl p:first-child {
  font-size: 12px;
  padding-bottom: 0.8rem;
}
.press_03_01_intro {
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: bold;
  background: var(--color-red);
  padding: 20px;
  border-radius: 15px;
  max-width: 816px;
}
.press_03_qa_container {
  margin-top: 60px;
}
.press_03_qa_block:not(:last-child) {
  margin-bottom: 60px;
}
.press_03_qa_block::after {
  content: "";
  display: block;
  clear: both;
}
.press_03_01 h4.press_03_qa_q {
  color: var(--color-text);
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 25px 0;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}
.press_03_01 h4.press_03_qa_q::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-red);
  color: var(--color-white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: var(--font-en);
  font-weight: bold;
  line-height: 1;
  font-size: 1.6rem;
  margin: 2px 15px 0 0;
  flex-shrink: 0;
}
#ir_press .press_03_qa_block p {
  text-align: justify;
}
.press_03_img_float {
  float: right;
  width: 45%;
  margin: 0 0 10px 40px;
}
.press_03_img_float img {
  width: 100%;
  height: auto;
  display: block;
}
.press_03_qa_block:first-of-type .press_03_img_float img {
  border: 1px solid var(--color-text);
  box-sizing: border-box;
}
.press_03_img_float .press_03_caption {
  font-size: 1.1rem;
  text-align: right!important;
  margin-top: 5px;
  margin-bottom: 0 !important;
  color: var(--color-text);
  font-weight: bold;
}
.press_03_img_float .press_03_caption::after {
  content: "\25B2";
  margin-left: 5px;
  font-size: 1em;
}
@media only screen and (max-width : 1240px) {
  .press_03_01_main-img .ttl {
    font-size: 2vw;
  }
}
@media only screen and (max-width : 768px) {
  .press_03 h3 {
    font-size: 1.8rem;
  }
  .press_03_01_main-img .ttl {
    font-size: 2.5vw;
    padding: 10px 0 0 10px;
    top: auto;
    transform: initial;
    bottom: 0;
    border-radius: 10px 0 0 0;
  }
  .press_03_01_main-img .ttl p:first-child {
    font-size: 1rem;
    padding-bottom: 0.4rem;
  }
  .press_03_01_intro {
    font-size: 1.8rem;
  }
  .press_03_qa_block:not(:last-child) {
    margin-bottom: 50px;
  }
  .press_03_01 h4.press_03_qa_q {
    font-size: 1.6rem;
  }
  .press_03_01 h4.press_03_qa_q::before {
    margin-right: 10px;
  }
  .press_03_qa_a {
    display: flex;
    flex-direction: column;
  }
  .press_03_qa_a .press_03_txt_wrap {
    order: 1;
    margin-bottom: 20px;
  }
  .press_03_qa_a .press_03_img_float {
    order: 2;
    float: none;
    width: 100%;
    margin: 0;
  }
  .press_03_img_float .press_03_caption {
    font-size: 2.5vw;
  }
  .press_03_img_float {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* ---------------------------------------------------------
press_03: Feature 02
--------------------------------------------------------- */
.press_03_02 {
  margin-top: 80px;
}
.press_03_02 h3 {
  margin-bottom: 60px;
}
.press_03_02_content_wrap {
  position: relative;
  padding: 60px 0;
  width: 100%;
  margin-bottom: 100px;
}
.press_03_02_content_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 260px);
  height: 100%;
  background-image: url(../img/ir/report2026/press_03_02_bg.png);
  background-repeat: repeat;
  background-size: auto;
  z-index: 0;
}
.press_03_02_intro_card {
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 50px 40px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.press_03_02_bubble {
  position: absolute;
  top: -15%;
  left: -5%;
  background-color: var(--color-red);
  color: var(--color-white);
  width: 160px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 2rem;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
  z-index: 2;
}
.press_03_02_bubble::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0px 0px 30px;
  border-color: transparent transparent transparent var(--color-red);
  transform: rotate(15deg);
  z-index: -3;
}
.press_03_02_intro_text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--color-text);
}
.press_03_02_features_ttl {
  background-color: var(--color-red);
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 30px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.press_03_02_features_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.press_03_02_features_item {
  width: 30%;
  text-align: center;
}
.press_03_02_features_item h5 {
  font-size: 1.8rem;
  color: var(--color-red);
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-red);
  padding-bottom: 5px;
  display: block;
}
.press_03_02_features_item p {
  font-size: 1.3rem;
  line-height: 1.6;
}
p.press_03_02_msg {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-red);
  text-align: center;
  margin-bottom: 50px!important;
  line-height: 1.6;
}
.press_03_02_qa_block {
  margin-bottom: 80px;
}
.press_03_02_qa_title {
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  filter: drop-shadow(0 5px 5px rgba(0,0,0,0.15));
}
.press_03_02_qa_title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: var(--color-red) transparent transparent transparent;
  margin-top: 15px;
}
.press_03_02_qa_title .num {
  background-color: var(--color-white);
  color: var(--color-red);
  font-weight: bold;
  font-family: var(--font-en);
  font-size: 1.8rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.press_03_02_qa_title h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.press_03_02_qa_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.press_03_02_graph_area {
  width: 45%;
  position: relative;
}
.press_03_02_graph_area figure img {
  width: 100%;
  height: auto;
  display: block;
}
.press_03_02_voices_area {
  width: 50%;
}
.voices_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.voices_ttl::before, .voices_ttl::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: var(--color-text);
  margin-inline: 30px;
}
.voices_ttl::before {
  transform: rotate(45deg);
}
.voices_ttl::after {
  transform: rotate(-45deg);
}
.voices_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice_item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.voice_icon {
  width: 100px;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice_icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
}
.voice_role {
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: bold;
}
.voice_txt {
  background-color: var(--color-light-gray);
  border-radius: 20px;
  padding: 20px;
  position: relative;
  flex-grow: 1;
  margin-top: 10px;
}
.voice_txt::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent var(--color-light-gray) transparent transparent;
}
.voice_txt p {
  font-size: 15px;
  text-align: justify;
}
.press_03_02_qa_content_full {
  width: 100%;
}
.voices_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 4%;
}
.q3_block .voice_item {
  width: 48%;
}
.q3_block .voice_txt {
  margin-top: 0;
  height: 100%;
  box-sizing: border-box;
}
.press_03_02_footer_wrap {
  margin-bottom: 60px;
  padding: 60px 0;
}
.press_03_02_footer_card p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.press_03_02_footer_card p:last-child {
  margin-bottom: 0;
}
.text_highlight {
  color: var(--color-red);
  font-size: 1.3em;
  font-family: var(--font-en);
  font-weight: bold;
}
.press_03_02_last_message {
  text-align: center;
}
.press_03_02_last_message p {
  display: inline;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-red);
  border-bottom: 1px solid var(--color-red);
}
@media only screen and (max-width: 960px) {
  .press_03_02_content_wrap::before {
    width: calc(100% + 36px);
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .press_03_02 {
    margin-top: 60px;
  }
  .press_03_02_content_wrap {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .press_03_02_intro_card {
    padding: 50px 20px 30px;
  }
  .press_03_02_bubble {
    width: 130px;
    height: 80px;
    font-size: 1.4rem;
    top: -5%;
    left: -5%;
  }
  .press_03_02_intro_text {
    font-size: 1.6rem;
  }
  .press_03_02_features_list {
    flex-direction: column;
    align-items: center;
  }
  .press_03_02_features_item {
    width: 100%;
    margin-bottom: 25px;
  }
  .press_03_02_features_item h5 {
    max-width: 320px;
    margin-inline: auto;
  }
  .press_03_02_features_item:last-child {
    margin-bottom: 0;
  }
  p.press_03_02_msg {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 40px!important;
  }
  .press_03_02_qa_title {
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
  }
  .press_03_02_qa_title::after {
    border-width: 20px 30px 0 30px;
  }
  .press_03_02_qa_title .num {
    margin: 0 0 10px 0;
  }
  .press_03_02_qa_title h4 {
    font-size: 1.6rem;
  }
  .press_03_02_qa_content {
    flex-direction: column;
    align-items: center;
  }
  .press_03_02_graph_area {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
  .press_03_02_voices_area {
    width: 100%;
  }
  .voices_ttl {
    font-size: 1.8rem;
  }
  .voices_ttl::before, .voices_ttl::after {
    width: 20px;
    margin-inline: 10px;
  }
  .voices_grid {
    flex-direction: column;
    gap: 20px;
  }
  .q3_block .voice_item {
    width: 100%;
  }
  .voice_item {
    align-items: flex-start;
    gap: 15px;
  }
  .voice_icon {
    width: 70px;
  }
  .voice_role {
    font-size: 1.0rem;
  }
  .voice_txt {
    padding: 15px;
    margin-top: 0;
  }
  .voice_txt::before {
    top: 15px;
  }
  .voice_txt p {
    font-size: 1.4rem;
  }
  .press_03_02_footer_wrap {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .press_03_02_footer_card {
    padding: 30px 20px;
  }
  .press_03_02_footer_card p {
    font-size: 1.4rem;
    text-align: justify;
  }
  .press_03_02_footer_card p br {
    display: none;
  }
  .press_03_02_last_message p {
    font-size: 1.8rem;
    border-bottom-width: 2px;
  }
}