/* CSS Document */
/*
AHCグループプレス================================*/
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: auto;
  }
}
.main-img {
  background-image: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_main.jpg");
  background-repeat: no-repeat;
  height: 515px;
  background-size: 1920px, 515px;
  position: relative;
  background-position: right;
  ;
}
.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;
}
.main-img .update {
  position: absolute;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  background: #e72e35;
  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
}
@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;
  }
}
@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;
  }
  .scroll_arrow {
    width: 30px;
    height: 102px;
    right: 30px;
    bottom: 30px
  }
  .main-img .update {
    right: 69vw;
    top: 18vw;
  }
}
@media only screen and (max-width : 600px) {
  .main-img {
    background-image: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/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;
  }
}
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 #b3b3b3;
  font-weight: bold;
  padding: 10px 3px;
  position: relative;
  letter-spacing: .1em;
}
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 #000;
  border-radius: 50px;
  padding: 2px 15px;
  margin: 0 12px 0 0;
}
nav.press_nav ul li::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e72e35;
  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: #000;
  display: block;
}
nav.press_nav ul li a:hover {
  color: #e72e35;
}
nav.press_nav ul li a:hover span {
  border: #e72e35 solid 1px;
}
#ir_press section.press_01 {
  margin: 150px auto 70px; /*セクション上下のスペース調整*/
  position: relative;
}
#ir_press section.press_01.width-wrap {
  max-width: 78%;
}
#ir_press section.press_02 {
  margin-inline: calc(50% - 50vw);
  background: #F5F5F5;
  margin-bottom: -9rem;
  padding: 40px 0 170px; /*セクション上下のスペース調整*/
}
#ir_press section.press_02 .width-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
#ir_press section.press_03 {
  margin-inline: calc(50% - 50vw);
  background: #FEF2F3;
  border-top: 3px solid #e72e35;
  margin-bottom: -9rem;
  padding: 40px 0 100px; /*セクション上下のスペース調整*/
}
#ir_press section.press_03 .width-wrap {
  max-width: 1170px;
  margin: 0 auto;
}
#ir_press section h2 {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  color: #e72e35;
  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: #000;
}
.pc_none {
  display: none
}
.sp_none {
  display: block
}
@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);
  }
  .pc_none {
    display: block
  }
  .sp_none {
    display: none
  }
  #ir_press section.press_01 {
    margin: 100px auto;
    width: 100%;
  }
  #ir_press section.press_01.width-wrap {
    max-width: 100%;
  }
  #ir_press section.press_02 .width-wrap {
    width: 94.5%;
  }
}
@media only screen and (max-width : 768px) {
  #ir_press section h2 {
    font-size: 4rem;
  }
  #ir_press section h2 span {
    font-size: 1.1rem;
  }
}
@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 #ffff;
    border-top: 1px solid #ffff;
    padding: 20px 10px;
    background-color: #e72e35
  }
  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: #fff;
    border: #fff solid 1px;
    font-size: 1.1rem;
  }
  nav.press_nav ul li a:hover span {}
  nav.press_nav ul li::after {
    display: none
  }
  nav.press_nav ul li a {
    color: #fff;
  }
  nav.press_nav ul li a:hover {
    opacity: 0.8;
    color: #fff;
  }
}
/*　///////トップメッセージ/////// */
#ir_press section.press_01::before {
  content: '';
  background: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/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/report2025/press_01_illust_02.png");
  width: 412px;
  height: 515px;
  background-size: contain;
  position: absolute;
  top: 1800px;
  left: -370px;
  z-index: -1;
}
.press_01_main_img {
  position: relative;
  margin-bottom: 35px;
  margin-inline: calc(25% - 25vw)
}
.press_01_main_img img {
  width: 100%;
  margin: 0 auto;
  height: auto;
}
.press_01_main_img .ttl {
  margin: 0;
  padding: 25px;
  position: absolute;
  bottom: 50px;
  right: 40px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #e72e35;
  border-radius: 10px;
}
.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: #e72e35;
  text-decoration: underline;
}
.press_01 .img_box {
  max-width: 640px;
  margin: 40px auto 0;
}
.press_01 img {
  width: 100%;
}
/*　///////事業所数/////// */
.jigyousyo {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3em;
}
.jigyousyo {
  display: flex;
  background-color: #EEEEEE;
}
.jigyousyo .right_top {
  background-color: #e72e35;
  padding: 25px;
  color: #fff;
  position: relative;
  text-align: center
}
.jigyousyo .right_top:before {
  content: "";
  position: absolute;
  bottom: 44%;
  left: -16px;
  border: 8px solid transparent;
  transform: rotate(90deg);
  border-top: 16px solid #e72e35;
}
.jigyousyo .right_top h3 {
  font-size: 1.75rem;
  color: #fff;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: bold;
  letter-spacing: 0.2em;
}
.jigyousyo .right_top h3:before {
  content: "●";
}
.jigyousyo .right_top p.token {
  font-size: 3rem;
  position: relative;
  padding-right: 55px;
  display: inline-block;
  letter-spacing: 0.3rem
}
.jigyousyo .right_top p.token span {
  /*  font-family: 'Roboto';*/
  font-size: 1.33em;
  font-weight: bold;
}
.jigyousyo .right_top p.token::after {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_icon_08.svg");
  background-position: center center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translateY(-35%)
}
.goukei {
  font-size: 3rem;
  /*  font-family: 'Roboto';*/
  letter-spacing: 0.3rem;
  border-top: 2px solid #ffff;
  border-bottom: 2px solid #ffff;
  margin-bottom: 20px
}
.goukei span {
  font-size: 2em;
  /*  font-family: 'Roboto';*/
  font-weight: bold;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.jigyousyo .right_top li {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 1.5em
}
.jigyousyo .right_top li span {
  position: relative
}
.jigyousyo .right_top li span::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid #ffff;
  position: absolute;
  left: -2em;
  top: 2px;
  border-radius: 50%
}
.jigyousyo .right_top li span.shisetu::before {
  background-color: #E72E35
}
.jigyousyo .right_top li span.kaigo::before {
  background-color: #509F38
}
.jigyousyo .right_top li span.gaishoku::before {
  background-color: #F08228
}
.jigyousyo .right_top li span.pl {
  letter-spacing: 1em;
}
.jigyousyo .right_top li span.pl::before {
  border: none;
}
.jigyousyo .right_top p {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-top: 10px
}
.jigyousyo .right_top .jigyousyo-list > p {
  font-size: 1.5rem;
  font-weight: bold;
}
.jigyousyo .right_top .jigyousyo-list > .list-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.jigyousyo .right_top .jigyousyo-list > .list-subttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.jigyousyo .right_top .jigyousyo-list > .detail {
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
}
.jigyousyo .right_bottom {
  height: 50%;
  padding: 25px;
  text-align: center;
  letter-spacing: 0.3em
}
.jigyousyo .right_bottom figure {
  width: 265px;
  margin: 0 auto;
}
.jigyousyo .right_bottom figure img {
  max-width: 100%;
  height: auto;
}
.jigyousyo .right_bottom h3 {
  margin-bottom: 1em
}
.map_pc_none {
  display: none
}
.map_pc_none600 {
  display: none
}
@media only screen and (max-width : 960px) {
  .map_pc_none600 {
    display: none
  }
  .map_pc_none {
    display: none
  }
  #ir_press section.press_01::before {
    display: none;
  }
  #ir_press section.press_01::after {
    display: none;
  }
}
@media only screen and (max-width : 600px) {
  .jigyousyo {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .jigyousyo .right_top:before {
    bottom: -24px;
    left: auto;
    transform: rotate(0deg);
  }
}
.press_01 .img_box.haitou figure {
  text-align: center;
}
.press_01 .img_box.haitou img {
  width: 250px;
}
.press_01 .img_box.haitou p {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
.press_01 .img_box.haitou p span {
  color: #e72e35;
}
.press_01 .img_box.haitou p.ttl {
  color: #fff;
  background: #e72e35;
  padding: 1px 15px;
  display: inline-block;
}
.press_01_main_img .ttl .name-box {
  font-size: 1.5rem;
  line-height: 1.6;
  display: inline-block;
  margin-top: 1em
}
.press_01 h3 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #e72e35;
}
.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: #e72e35;
  left: 0;
  top: 50%;
  position: absolute
}
.press_01 p {
  margin-bottom: 0.8em
}
.lead {
  color: #767575
}
.flex {
  display: flex; /*横並び*/
  width: 100%;
  justify-content: space-between
}
.flex .flex-child-2 {
  margin: 0;
  padding: 0;
  width: calc(100%/2 - 10px);
}
.flex img {
  width: 100%;
  height: auto;
}
.sus_tbl {}
.sus_tbl .tablescroll {
  overflow: scroll;
}
.sus_tbl table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ADADAD;
}
.sus_tbl table thead th, .sus_tbl table tbody th, .sus_tbl table tbody td {
  border: 1px solid #ADADAD;
  padding: 15px;
  white-space: nowrap;
  vertical-align: top;
}
.sus_tbl table thead th {
  font-weight: bold;
  background: #1160BD;
  color: #fff;
  border: 1px solid #ADADAD;
  line-height: 1.4;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
}
.sus_tbl table tbody th {
  font-weight: bold;
  text-align: left;
}
.sus_tbl table tbody td {
  padding: 15px;
}
.sus_tbl table tbody td ul {}
.sus_tbl table tbody td ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.sus_tbl table tbody td ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.sus_tbl table tbody td ul.listsc {
  display: flex;
}
.sus_tbl table tbody td ul.listsc li {
  margin-bottom: 0;
}
.sus_tbl table tbody td ul.listsc li img {
  width: 60px;
}
.sus_tbl table tbody td ul.listsc li::before {
  content: none;
}
@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) {}
@media only screen and (max-width : 768px) {
  .press_01_main_img .ttl {
    margin: 0;
    padding: 20px;
    position: inherit;
    bottom: auto;
    right: auto;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    background-color: #e72e35;
    border-radius: 10px;
  }
  .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;
  }
  .flex {
    flex-wrap: wrap;
  }
  .flex .flex-child-2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex .flex-child-2:last-child {
    margin-bottom: 0px;
  }
}
.press_02 .ttl {
  font-size: 2.4rem;
  text-align: center;
  margin: 40px auto;
  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: 40px auto;
  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
}
.press_02_box div {
  width: calc(100% / 3 - 30px);
  margin-bottom: 30px;
  padding: 50px 10px 30px 10px;
  text-align: center;
  background-color: #fff;
}
.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 #e72e35;
  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: #000;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.press_02_box div p.txt span {
  font-size: 5.6rem;
  font-family: "Helvetica Neue";
  color: #e72e35;
  font-weight: bold;
}
.press_02_box div p.icon_txt {
  font-size: 1.4rem;
  color: #000;
  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 #e72e35 solid;
  border-radius: 50px;
}
.press_02_box div p.icon_txt:before {
  content: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/up_icon.svg");
  color: #e72e35;
  padding-right: 10px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 50px;
  width: 20px;
  height: 20px
}
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 #000;
  color: #000;
  position: relative;
  transition: 0.5s;
  letter-spacing: 0.2em;
  background: #fff;
}
a.press_btn::after {
  content: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/btn_icon.png");
  width: 7px;
  height: 7px;
  position: absolute;
  right: 40px;
  top: 23px;
}
a.press_btn:hover {
  background-color: #000;
  color: #fff;
}
a.press_btn:hover::after {
  content: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/btn_icon_hover.png");
  width: 7px;
  height: 7px;
  position: absolute;
  right: 40px;
  top: 23px;
}
@media only screen and (max-width : 960px) {
  .press_02_box div p.icon_txt {
    padding: 2px 40px;
  }
  .press_02_box div p.icon_txt:before {
    top: 6px;
    left: 20px;
  }
}
@media only screen and (max-width : 768px) {
  .press_02 .ttl {
    font-size: 2rem;
  }
  .press_02 h3 {
    font-size: 1.8rem;
  }
  .press_02_box {
    display: block;
  }
  .press_02_box div {
    width: 100%;
    margin-bottom: 30px;
    padding: 50px 10px 30px 10px;
  }
}
/*　///////特集 グループ会社 CROSS TALK/////// */
.press_03_back {
  background: #fff;
  border-radius: 10px;
  padding: 70px 130px;
}
.press_03 img {
  width: 100%;
}
.press_03_01 {
  width: 100%;
  margin-bottom: 40px
}
.press_03_01 h3 {
  font-size: 2.4rem;
  color: #e72e35;
  text-decoration: underline;
}
.press_03_01 h4 {
  position: relative;
  font-size: 1.8rem;
  color: #e72e35;
  padding-left: 40px;
  margin: 60px 0 35px;
  font-weight: normal;
}
.press_03_01 h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  height: 1px;
  width: 30px;
  border-bottom: 1px solid #e72e35;
}
.press_03_01 .subttl {
  color: #e72e35;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
  margin: 70px auto 37px;
}
.press_03_01 p span.blue {
  font-weight: bold;
  color: #1EB4E7;
}
.press_03_01 p span.green {
  font-weight: bold;
  color: #509F38;
}
.press_03_01 .img_box {
  border: 1px solid #e72e35;
  border-radius: 10px;
  padding: 40px;
  max-width: 710px;
  margin: 0 auto;
}
.press_03_01 .img_box h5 {
  position: relative;
  font-size: 1.5rem;
  color: #e72e35;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
}
.press_03_01 .img_box h5::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(1.5rem / 2);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e72e35;
  display: inline-block;
}
.press_03_01 .img_box .dotline {
  margin: 30px 0 30px 0;
}
.press_03_01 .flex .flex-child-2.ehon {
  text-align: center;
}
.press_03_01 .flex .flex-child-2.ehon img {
  width: 40%;
}
.float_r {
  float: right;
  width: 440px;
  margin-left: 40px;
}
.float_l {
  float: left;
  width: 440px;
  margin-right: 40px;
}
.press_03_01 h3 {
  font-size: 2.4rem;
  color: #e72e35;
  text-decoration: underline;
}
.press_03_01 .press_03_01_main-img {
  position: relative;
  background-image: url("/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_03_01_main_line.png");
  width: 912px;
  height: 640px;
  background-size: 912px 640px;
  margin-bottom: 14rem;
}
.press_03_01 .press_03_01_main-img .text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.press_03_01 .press_03_01_main-img .text .text-sub {
  font-size: 2.6rem;
  color: #e72e35;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e72e35;
  padding: 20px 5px;
  height: 370px;
  position: relative;
  top: 20px;
}
.press_03_01 .press_03_01_main-img .text .text-main {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  background: #e72e35;
  border: 1px solid #e72e35;
  padding: 13px 5px;
  height: 703px;
  position: relative;
  top: 60px;
}
.press_03_01 .press_03_01_main-img .photo {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.press_03_01 .press_03_01_main-img .photo .photo-l, .press_03_01 .press_03_01_main-img .photo .photo-r {
  width: calc(100% / 2 - 10px);
  position: relative;
}
.press_03_01 .press_03_01_main-img .photo .photo-l figure {
  background-image: url(/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_03_01_main_l.jpg);
  background-size: cover;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin: 0;
}
.press_03_01 .press_03_01_main-img .photo .photo-r figure {
  background-image: url(/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_03_01_main_r.jpg);
  background-size: cover;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  background-position: right;
  margin: 0;
}
.press_03_01 .press_03_01_main-img .photo .photo-l figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.7rem;
  font-weight: bold;
  background: #fff;
  padding: 20px 25px 10px 25px;
  border-radius: 0 10px 0 0;
  line-height: 1;
}
.press_03_01 .press_03_01_main-img .photo .photo-r figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.7rem;
  font-weight: bold;
  background: #fff;
  padding: 20px 25px 10px 25px;
  border-radius: 10px 0 0 0;
  line-height: 1;
}
.press_03_01 .press_03_01_main-img .photo .photo-l figcaption span, .press_03_01 .press_03_01_main-img .photo .photo-r figcaption span {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  height: 27px;
}
@media only screen and (max-width : 1170px) {
  .press_03_01 .press_03_01_main-img {
    width: 100%;
    height: 60vw;
    background-size: contain;
  }
  .press_03_01 .press_03_01_main-img .text {}
  .press_03_01 .press_03_01_main-img .text .text-sub {
    font-size: 2.2vw;
    height: 33vw;
  }
  .press_03_01 .press_03_01_main-img .text .text-main {
    font-size: 2.95vw;
    height: 61vw;
  }
  .press_03_01 .press_03_01_main-img .photo {}
  .press_03_01 .press_03_01_main-img .photo .photo-l, .press_03_01 .press_03_01_main-img .photo .photo-r {
    width: calc(100% / 2 - 10px);
  }
  .press_03_01 .press_03_01_main-img .photo .photo-l figure {}
  .press_03_01 .press_03_01_main-img .photo .photo-r figure {}
  .press_03_01 .press_03_01_main-img .photo .photo-l figcaption {}
  .press_03_01 .press_03_01_main-img .photo .photo-r figcaption {}
  .press_03_01 .press_03_01_main-img .photo .photo-l figcaption span, .press_03_01 .press_03_01_main-img .photo .photo-r figcaption span {}
}
@media only screen and (max-width : 960px) {
  .press_03_back {
    width: 94.5%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width : 768px) {
  .press_03_back {}
  .press_03_01 h4 {
    font-size: 1.7rem;
    padding-left: 25px;
    margin: 35px 0 15px;
  }
  .press_03_01 h4::before {
    width: 15px;
  }
  .press_03_01 .img_box {
    padding: 17px;
  }
  .press_03_01 .img_box .flex {
    flex-wrap: nowrap;
  }
  .float_r, .float_l {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .press_03_01 .img_box .flex .flex-child-2 {
    width: calc(100% / 2 - 5px);
    margin-bottom: 0;
  }
  .press_03_01 .img_box .flex .flex-child-2 p {
    margin-bottom: 0;
  }
  .press_03_01 .img_box .dotline {
    margin: 15px 0 15px 0;
  }
  .press_03_01 h3 {
    font-size: 1.8rem;
  }
  .press_03_01 .subttl {
    font-size: 1.6rem;
    margin: 30px auto 17px;
  }
  .press_03_01 .img_box h5 {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .press_03_01 .flex .flex-child-2.ehon img {
    width: 70%;
  }
  .press_03_01 .press_03_01_main-img {
    width: 100%;
    height: 400px;
    background-size: 100% 300px;
    margin-bottom: 6rem;
  }
  .press_03_01 .press_03_01_main-img .text {
    writing-mode: horizontal-tb;
    text-orientation: upright;
    width: 100%;
    top: 80%;
    left: 50%;
  }
  .press_03_01 .press_03_01_main-img .text .text-sub {
    font-size: 1.8rem;
    padding: 5px 10px;
    height: auto;
    position: relative;
    top: 20px;
    display: inline;
  }
  .press_03_01 .press_03_01_main-img .text .text-main {
    font-size: 2.4rem;
    padding: 5px 10px;
    height: auto;
    top: 20px;
    display: inline-block;
  }
  .press_03_01 .press_03_01_main-img .photo {
    padding: 0;
    top: 37%;
    width: 100%;
  }
  .press_03_01 .press_03_01_main-img .photo .photo-l, .press_03_01 .press_03_01_main-img .photo .photo-r {
    width: calc(100% / 2 - 10px);
  }
  .press_03_01 .press_03_01_main-img .photo .photo-l figure {
    background-image: url(/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_03_01_main_l.jpg);
    width: 100%;
    height: 200px;
  }
  .press_03_01 .press_03_01_main-img .photo .photo-r figure {
    background-image: url(/ahcwp/wp-content/themes/ahc/common/img/ir/report2025/press_03_01_main_r.jpg);
    width: 100%;
    height: 200px;
  }
  .press_03_01 .press_03_01_main-img .photo .photo-l figcaption {
    font-size: 1.2rem;
    padding: 10px 15px 5px 15px;
  }
  .press_03_01 .press_03_01_main-img .photo .photo-r figcaption {
    font-size: 1.2rem;
    padding: 10px 15px 5px 15px;
  }
  .press_03_01 .press_03_01_main-img .photo .photo-l figcaption span, .press_03_01 .press_03_01_main-img .photo .photo-r figcaption span {
    font-size: .9rem;
    font-weight: normal;
    height: 20px;
  }
}
/*　///////特集 AHCグループ発見!/////// */
.press_03_02 h3 {
  font-size: 2.4rem;
  color: #e72e35;
  text-decoration: underline;
}
.press_03_02 .press_03_02_main_img {
  position: relative;
  margin: 0 0 2.3rem 0;
}
.press_03_02 .press_03_02_main_img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.7rem;
  font-weight: bold;
  background: #fff;
  padding: 20px 25px 10px 25px;
  border-radius: 10px 0 0 0;
  line-height: 1.4;
}
.press_03_02 .press_03_02_main_img figcaption span {
  font-size: 1.2rem;
  font-weight: normal;
}
.press_03_02 .ttl {
  display: inline-flex;
  color: #fff;
  font-size: 2.4rem;
  background: #e72e35;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 10px;
}
.press_03_02 .subttl {
  color: #e72e35;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 20px auto 25px;
}
.press_03_02 h4:first-child {
  margin: 100px 0 30px;
}
.press_03_02 h4 {
  display: flex;
  font-size: 1.8rem;
  color: #000;
  margin: 60px 0 30px;
  font-weight: bold;
}
.press_03_02 h4 div {
  flex: 1;
}
.press_03_02 h4 .q {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e72e35;
  margin-right: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue";
  font-size: 1.3rem;
}
.press_03_02 .img_box {
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width : 1240px) {}
@media only screen and (max-width : 960px) {}
@media only screen and (max-width : 768px) {
  .press_03_02 .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
  .press_03_02 h3 {
    font-size: 1.8rem;
  }
  .press_03_02 .press_03_02_main_img figcaption {
    padding: 10px 15px 5px 15px;
  }
  .press_03_02 .press_03_02_main_img figcaption {
    font-size: 1.2rem;
  }
  .press_03_02 .press_03_02_main_img figcaption span {
    font-size: .9rem;
  }
}
/*　///////バックナンバー/////// */
.backnumber {
  margin-top: calc(9rem + 150px);
}
.backnumber .btn {
  background-color: #e72e35;
  display: inline-block;
}
.backnumber .btn a {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 17px 58px;
  position: relative;
}
.backnumber .btn a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: calc(45px/2);
  border: 5px solid transparent;
  transform: rotate(90deg);
  border-top: 9px solid #fff;
}
@media only screen and (max-width : 768px) {
  .backnumber .btn a {
    padding: 10px 30px;
    font-size: 1.1rem;
  }
  .backnumber .btn a::before {
    left: 5px;
    top: 20px;
    border: 4px solid transparent;
    border-top: 8px solid #fff;
  }
}