/* CSS Document */

/* =========================================================
For /ir/report/report20xx/index.html
========================================================= */
/* ---------------------------------------------------------
Overwrite
--------------------------------------------------------- */
.page p {
  margin-bottom: unset!important;
}

/* ---------------------------------------------------------
Base
--------------------------------------------------------- */
:root {
  --color-text: #252525;
  --color-black: #000;
  --color-gray: #b3b3b3;
  --color-light-gray: #f5f5f5;
  --color-red: #e72e35;
  --color-white: #fff;
  --font-base: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  --font-en: "Helvetica Neue", Arial, sans-serif;
}

/* ---------------------------------------------------------
Layout & Utilities
--------------------------------------------------------- */
body {
  overflow-x: hidden;
}
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.main-img {
  background-image: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/press_main.jpg");
  background-repeat: no-repeat;
  height: 515px;
  background-size: 1920px, 515px;
  position: relative;
  background-position: right;
  width: 100%;
}
.main-img h1 {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  right: 130px;
  margin: 0 auto;
  text-align: right;
  top: 170px;
  font-size: 3.5em;
  font-family: "Helvetica Neue";
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-weight: normal;
}
.main-img h1 span {
  font-size: .4em;
}
.map_pc_none {
  display: none;
}
.map_pc_none600 {
  display: none;
}
.main-img .update {
  position: absolute;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--color-white);
  background: var(--color-red);
  padding: 0 20px;
  max-width: 1440px;
  top: 330px;
  right: 590px;
}
.scroll_arrow {
  content: "";
  position: absolute;
  width: 60px;
  height: 205px;
  background-image: url("../../../../../img/ir/scroll.svg");
  right: 60px;
  bottom: 0px
}
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media only screen and (min-width : 1921px) {
  .main-img {
    background-size: contain;
    background-position: center top;
    aspect-ratio: 2732 / 737;
    height: auto;
  }
  .main-img div {
    position: absolute;
    top: 33%;
    right: 130px;
    width: 665px;
  }
  .main-img h1, .main-img .update {
    position: static;
  }
  .main-img .update {
    padding-block: 10px;
    margin-left: 12px;
  }
}
@media only screen and (max-width : 960px) {
  .main-img {
    background-size: contain;
    height: 360px
  }
  .main-img h1 {
    right: 15vw;
    margin: 0 auto;
    top: 130px;
    font-size: 6vw;
    line-height: 1.4;
  }
  .main-img h1 span {
    font-size: .4em;
  }
  .map_pc_none600 {
    display: none;
  }
  .map_pc_none {
    display: none;
  }
  .scroll_arrow {
    width: 30px;
    height: 102px;
    right: 30px;
    bottom: 30px
  }
  .main-img .update {
    right: 69vw;
    top: 18vw;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: auto;
  }
}
@media only screen and (max-width : 600px) {
  .main-img {
    background-image: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/press_main_sp.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 440px
  }
  .main-img h1 {
    right: auto;
    margin: 0 auto;
    text-align: center;
    top: 40%;
    font-size: 3.5em;
    transform: translateY(-50%)
  }
  .main-img .update {
    right: auto;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
    top: auto;
    bottom: 70px;
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------------------
Page Internal Links
--------------------------------------------------------- */
nav.press_nav {
  margin: 50px 5% 0;
}
nav.press_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.press_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
nav.press_nav a {
  text-decoration: none;
}
/*ナビゲーションのスタイル*/
nav.press_nav ul li {
  font-size: 22px;
  width: 25%;
  margin-right: 30px;
  text-align: center;
  border-bottom: 2px solid var(--color-gray);
  font-weight: bold;
  position: relative;
  letter-spacing: .1em;
  display: flex;
}
nav.press_nav ul li:nth-child(3), nav.press_nav ul li:nth-child(4) {
  font-size: 16px;
  font-weight: normal;
}
nav.press_nav ul li:last-child {
  margin-right: 0;
}
nav.press_nav ul li span {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  padding: 2px 15px;
  display: block;
  width: 64px;
  margin: 0 auto 12px;
}
nav.press_nav ul li::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-red);
  bottom: -4px;
  left: 0;
  /*横方向0で非表示にする*/
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  /*中央を基点にアニメーション*/
  -webkit-transform-origin: center top;
  transform-origin: center top;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav.press_nav ul li:hover::after {
  /*横方向等倍まで拡大*/
  transform: scale(1, 1);
}
nav.press_nav ul li a {
  color: var(--color-black);
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
}
nav.press_nav ul li a:hover {
  color: var(--color-red);
}
nav.press_nav ul li a:hover span {
  border: var(--color-red) solid 1px;
}
@media only screen and (max-width : 960px) {
  nav.press_nav {
    margin: 0px 5% 0;
  }
  nav.press_nav ul li a span {
    display: block;
    width: 70px;
    margin: 0 auto 5px;
  }
  nav.press_nav ul {
    flex-wrap: wrap;
  }
  nav.press_nav ul li {
    margin-right: 0;
    width: calc(100% / 2 - 30px);
  }
}
@media only screen and (max-width : 600px) {
  nav.press_nav {
    position: relative;
    margin: 0px;
  }
  nav.press_nav ul {
    margin: 0;
    flex-wrap: wrap;
  }
  nav.press_nav ul li {
    font-size: 1.6rem;
    width: 50%;
    flex: 50%;
    margin-right: 0px;
    border-bottom: none;
    border-right: 1px solid var(--color-white);
    border-top: 1px solid var(--color-white);
    padding: 20px 10px;
    background-color: var(--color-red)
  }
  nav.press_nav ul li:nth-child(3), nav.press_nav ul li:nth-child(4) {
    font-size: 1.4rem;
  }
  nav.press_nav ul li a span {
    color: var(--color-white);
    border: var(--color-white) solid 1px;
    font-size: 1.1rem;
  }
  nav.press_nav ul li::after {
    display: none;
  }
  nav.press_nav ul li a {
    color: var(--color-white);
  }
  nav.press_nav ul li a:hover {
    opacity: 0.8;
    color: var(--color-white);
  }
}

/* ---------------------------------------------------------
Background Illustrations
--------------------------------------------------------- */
#ir_press section.press_01::before {
  content: '';
  background: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/press_01_illust_01.png");
  width: 406px;
  height: 398px;
  background-size: contain;
  position: absolute;
  top: 980px;
  right: -370px;
  z-index: -1;
}
#ir_press section.press_01::after {
  content: '';
  background: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/press_01_illust_02.png");
  width: 412px;
  height: 515px;
  background-size: contain;
  position: absolute;
  top: 1800px;
  left: -370px;
  z-index: -1;
}

/* ---------------------------------------------------------
heading
--------------------------------------------------------- */
#ir_press section h2 {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  color: var(--color-red);
  letter-spacing: 0.06em;
  font-weight: normal;
  margin-bottom: 3rem;
}
#ir_press section h2 span {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: var(--color-black);
}
#archive .heading-underline, .heading-underline {
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-red);
  color: var(--color-red);
  font-family: var(--font-base);
  letter-spacing: 0.2em;
}
@media only screen and (max-width : 960px) {
  #ir_press section.press_01::before {
    display: none;
  }
  #ir_press section.press_01::after {
    display: none;
  }
}
@media only screen and (max-width : 768px) {
  #ir_press section h2 {
    font-size: 4rem;
  }
  #ir_press section h2 span {
    font-size: 1.1rem;
  }
  #archive .heading-underline, .heading-underline {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
  }
}

/* ---------------------------------------------------------
press_01
--------------------------------------------------------- */
#ir_press section.press_01 {
  margin: 150px auto 70px; /*セクション上下のスペース調整*/
  position: relative;
}
#ir_press section.press_01.width-wrap {
  max-width: 78%;
}
.press_01_main_img {
  position: relative;
  margin-bottom: 50px;
  margin-inline: calc(25% - 25vw);
  border-radius: 15px;
}
.press_01_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.press_01_main_img .ttl {
  padding: 30px;
  position: absolute;
  color: var(--color-white);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: var(--color-red);
}
.press_01_main_img .ttl p {
  margin-bottom: unset;
}
.press_01_main_img .ttl .name-box {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 1em;
  font-weight: normal;
}
.press_01_main_img .ttl .name-box p {
  font-size: 2.3rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
}
.press_01 p a {
  color: var(--color-red);
  text-decoration: underline;
}
.press_01 .img_box {
  max-width: 640px;
  margin: 40px auto 0;
}
.press_01 img {
  width: 100%;
}
.press_01 h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: var(--color-red);
}
.press_01 p + h3 {
  margin-top: 3em
}
.press_01 h4 {
  font-size: 1.8rem;
  margin-top: 2em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 2em;
}
.press_01 h4::before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: var(--color-red);
  left: 0;
  top: 50%;
  position: absolute;
}
.press_01_block:not(:last-of-type) {
  margin-bottom: 80px;
}
.press_01_txt_group:not(:last-of-type) {
  margin-bottom: 1.5em;
}
#ir_press .press_01_txt_group p {
  text-align: justify;
}
.press_01_txt_group::after {
  content: "";
  display: block;
  clear: both;
}
.press_01_float_img {
  float: right;
  width: 45%;
  margin: 5px 0 20px 40px;
  border-radius: 10px;
  overflow: hidden;
}
.press_01_float_img img {
  width: 100%;
  height: auto;
  display: block;
}
.press_01_full_img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.press_01_full_img img {
  width: 100%;
  height: auto;
  display: block;
}
.press_01_underline {
  border-bottom: 1px solid var(--color-text);
  padding-bottom: 2px;
}
@media only screen and (max-width : 1240px) {
  .press_01_main_img .ttl {
    font-size: 2vw;
  }
  .press_01_main_img .ttl .name-box {
    font-size: 1.2vw;
  }
  .press_01_main_img .ttl .name-box p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width : 960px) {
  #ir_press section.press_01 {
    margin: 100px auto;
    width: 100%;
  }
  #ir_press section.press_01.width-wrap {
    max-width: 100%;
  }
  .press_01_block:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width : 768px) {
  .press_01_main_img .ttl {
    padding: 20px;
    position: inherit;
    bottom: auto;
    right: auto!important;
    font-size: 2rem;
    border-radius: 10px!important;
    transform: unset!important;
  }
  .press_01_main_img .ttl .name-box {
    font-size: 1rem;
    line-height: 1.6;
  }
  .press_01_main_img .ttl .name-box p {
    font-size: 1.4rem;
  }
  .press_01 h3 {
    font-size: 1.8rem;
  }
  .press_01 .img_box.haitou img {
    width: 60vw;
  }
  .press_01_block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .press_01_float_img {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
  .press_01_full_img {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------
press_02
--------------------------------------------------------- */
#ir_press section.press_02 {
  margin-inline: calc(50% - 50vw);
  background: var(--color-light-gray);
  margin-bottom: -9rem;
  padding: 40px 0 170px; /*セクション上下のスペース調整*/
}
#ir_press section.press_02 .width-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
.press_02 .ttl {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 90px;
  letter-spacing: 0.2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
}
.press_02 h3 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.press_02 h3 span {
  font-size: 0.75em;
}
.press_02_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-bottom: 70px;
}
.press_02_box div {
  width: calc(100% / 3 - 30px);
  padding: 50px 10px 30px 10px;
  text-align: center;
  background-color: var(--color-white);
}
.press_02_box figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.press_02_box figure img {
  max-width: 100%;
  height: auto;
  width: 250px;
}
.press_02_box div h4 {
  border-top: 5px solid var(--color-red);
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  padding-top: 25px;
  width: 52%;
  margin: 0 auto;
  margin-top: -50px;
}
.press_02_box div p.txt {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: var(--color-black);
  font-weight: bold;
  margin-block: 5px 10px!important;
  line-height: 1.2;
}
.press_02_box div p.txt span {
  font-size: 5.6rem;
  font-family: "Helvetica Neue";
  color: var(--color-red);
  font-weight: bold;
}
.press_02_box div p.icon_txt {
  font-size: 1.4rem;
  color: var(--color-black);
  letter-spacing: 0.2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  padding: 4px 70px;
  margin-bottom: 20px;
  display: inline-block;
  border: 1px var(--color-red) solid;
  border-radius: 50px;
}
.press_02_box div p.icon_txt:before {
  content: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/up_icon.svg");
  color: var(--color-red);
  padding-right: 10px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 50px;
  width: 20px;
  height: 20px
}
.press_02_box div p.icon_txt.down:before {
  transform: rotate(180deg);
  padding-inline: 10px 0;
}
p.press_02_note {
  max-width: 912px;
  margin: 0 auto 70px!important;
}
a.press_btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  max-width: 408px;
  margin: 27px auto 0;
  padding: 2rem 0rem;
  font-weight: bold;
  border: solid 2px var(--color-black);
  color: var(--color-black);
  position: relative;
  transition: 0.5s;
  letter-spacing: 0.2em;
  background: var(--color-white);
}
a.press_btn::after {
  content: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/btn_icon.png");
  width: 7px;
  height: 7px;
  position: absolute;
  right: 40px;
  top: 23px;
}
a.press_btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
a.press_btn:hover::after {
  content: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2024/btn_icon_hover.png");
  width: 7px;
  height: 7px;
  position: absolute;
  right: 40px;
  top: 23px;
}
@media only screen and (max-width : 960px) {
  #ir_press section.press_02 .width-wrap {
    width: 94.5%;
  }
  .press_02_box div p.icon_txt {
    padding: 2px 30px;
    width: 100%;
  }
  .press_02_box div p.icon_txt:before {
    top: 6px;
    left: 20px;
  }
  .press_02_box div p.icon_txt.down:before {
    top: 4px;
  }
}
@media only screen and (max-width : 768px) {
  .press_02 .ttl {
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-bottom: 50px;
  }
  .press_02 h3 {
    font-size: 1.8rem;
  }
  .press_02_box {
    display: block;
  }
  .press_02_box div {
    width: 100%;
    padding: 50px 10px 30px 10px;
  }
  .press_02_box div:not(:last-child) {
    margin-bottom: 30px;
  }
  .press_02_box div p.icon_txt {
    padding: 2px 40px;
    width: auto;
  }
}

/* ---------------------------------------------------------
press_03
--------------------------------------------------------- */
#ir_press section.press_03 {
  margin-inline: calc(50% - 50vw);
  background: #FEF2F3;
  border-top: 3px solid var(--color-red);
  margin-bottom: -9rem;
  padding: 40px 0 100px;
}
#ir_press section.press_03 .width-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
.press_03_back {
  background: var(--color-white);
  border-radius: 10px;
  padding: 70px 130px;
}
.press_03 img {
  width: 100%;
}
.press_03 h3 {
  font-size: 2.4rem;
  color: var(--color-red);
  text-decoration: underline;
}
@media only screen and (max-width : 960px) {
  .press_03_back {
    width: 94.5%;
    padding: 50px 18px;
  }
}
@media only screen and (max-width : 768px) {
  .press_03 h3 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------
Back number
--------------------------------------------------------- */
.back-number {
  margin-top: calc(9rem + 90px);
}
.back-number ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
.back-number-icon {
  background: var(--color-red);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 10px 10px 10px 48px;
  width: 100%;
  display: block;
  position: relative;
}
.back-number-icon::before, .back-number-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.back-number-icon::before {
  left: 15px;
  width: 24px;
  aspect-ratio: 1 / 1;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: 1;
}
.back-number-icon::after {
  left: 20px;
  z-index: 2;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent var(--color-red) transparent transparent;
}
.back-number-icon:visited {
  color: var(--color-white);
}
@media only screen and (max-width: 768px) {
  .back-number ol {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.6rem;
  }
  .back-number-icon {
    font-size: 1.1rem;
    line-height: 1.5;
    word-break: auto-phrase;
    padding-left: 38px;
  }
  .back-number-icon::before {
    left: 10px;
    width: 20px;
  }
  .back-number-icon::after {
    left: 15px;
    border-width: 4px 8px 4px 0;
  }
}
