@charset "UTF-8";
/* CSS Document */

#stb{
  color: #2F2F2F;
}

#stb a{
  color: #2F2F2F;
  text-decoration: none;
  transition: .3s;
}

#stb img{
  max-width: 100%;
  height: auto;
}

#stb sup{
  vertical-align: top !important;
}

#stb sub{
  vertical-align: bottom!important;
}

@media screen and (min-width: 769px) {
  
  #stb{
    padding-top: 15px;
  }
  
  #stb a:hover{
    opacity: .6;
    transition: .3s;
  }
}

#stb .pdf{
  word-wrap: break-word;
}

#stb .pdf::after{
  font-family:'FontAwesome';
  content: "\f1c1";
  color: #f44a5a;
  padding-left: .3em;
}

#stb strong{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  color: #003EBD;
}

.stb_inner{
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

.stb_inner.se{
  max-width: 1025px;
}

.txt_box{
  padding: 70px 0 155px;
}

@media screen and (min-width: 769px) {
  .mv{
    width: 100%;
    height: 560px;
    overflow: hidden;
  }
  
  .mv.st{
    width: 100%;
    height: 290px;
    overflow: hidden;
  }
}

.mv.gr{
  background: linear-gradient(135deg,  rgba(189,227,244,1) 0%,rgba(235,248,254,1) 35%,rgba(180,223,245,1) 100%);
}

.mv > div{
  height: 100%;
}

.mv h1{
  width: 600px;
  height: 90px;
  font-family: FrutigerBold, "sans-serif";
  font-weight:700;
  font-size: 36px;
  line-height: 90px;
  padding-left: 25px;
  background: url("/~/Media/phchd_g/sustainability/mv_title_bk.png") right top no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}

.mv h1::after{
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: -1;
}

.mv h1::before{
  content: "";
  width: 8px;
  height: 25px;
  background: #033484;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.mv h2{
  font-family: FrutigerBold, "sans-serif";
  font-weight:700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: .05em;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.mv h2 span{
  font-size: 55%;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
}

.mv.st h2{
  font-size: 36px;
  transform: translateY(40px)
}

.mv.st.gr h2{
  width: 100%;
  font-size: 42px;
  text-align: center;
  color: #1d3052;
  transform: translateY(0);
  line-height: 1.2
}

.gtitle{
  font-size: 36px;
  line-height: 1;
  padding-left: 25px;
  margin-left: 8px;
  position: relative;
}

.gtitle::before{
  content: "";
  width: 8px;
  height: 25px;
  background: #033484;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.stb_nav{
  background: #003484;
  position: relative;
  z-index: 11;
}

.stb_nav ul{
  display: flex;
  justify-content: center;
}

.stb_nav ul li a{
  font-size: 16px;
  line-height: 50px;
  padding: 0 25px;
  color: #FFF !important;
  display: inline-block;
}

.stb_nav ul li.active{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  position: relative;
}

.stb_nav ul li.active::after{
  content: "";
  border-top: 10px solid #003484;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.cate_under{
  background: #EAEEF0;
  padding: 20px 0 5px;
  position: relative;
  z-index: 10;
}

.cate_under .stb_nav_active{
  display: none;
}

.cate_under ul{
  max-width: 1025px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.cate_under.nowrap ul{
  max-width: inherit;
  flex-flow: nowrap;
}

.cate_under ul li{
  margin: 0 4px 5px;
}

.cate_under ul li a{
  height: 33px;
  font-size: 16px;
  line-height: 33px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;
  background: #FFF;
  display: inline-block;
}

.cate_under ul li.active a{
  color: #FFF !important;
  background: #003484;
}
.cate_under.sb > ul > li.active{
  position: inherit;
  padding-bottom: 10px;
}

.cate_under ul li ul{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.cate_under ul li ul li{
  margin: 0;
}

.cate_under ul li.active li a{
  height: auto;
  font-size: 16px;
  line-height: 1;
  padding: 0 25px;
  color: #2F2F2F !important;
  text-decoration: underline !important;
  background: none;
  border-radius: 0;
  border-left: 1px solid #B1B1B1;
}

.cate_under ul li.active li:last-of-type a{
  border-right: 1px solid #B1B1B1;
}

.cate_under ul li li.active a{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  color: #003484 !important;
  background: none;
  text-decoration: none !important;
}

.unc_link{
  padding: 15px 0 0;
  background: rgba(255,255,255,.9);
  position: relative;
  z-index: 10;
}

.unc_link ul{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.stb_p_nav .menu{
  display: none;
}

.unc_link ul li a{
  font-size: 16px;
  line-height: 1;
  color: #000;
  padding: 0 35px 0 20px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.unc_link ul li a::before{
  content: "＞";
  color: #003EBD;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(1,.6) rotate(90deg);
}

.stb_float_nav{
  width: 100%;
  position: fixed;
  top: -250px;
  left: 0;
  z-index: 5;
  transition: .3s;
}

.stb_float_nav.stb_view{
  top: 70px !important;
  transition: .6s;
}

.acl{
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 90px;
}

.stb_f_nav{
  border-top: #f0f0f0 solid 1px;
  padding-bottom: 140px;
}

.stb_f_nav a{
  display: block;
}

.stb_f_nav h1{
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 20px;
}

.stb_f_nav h1 a,
.stb_f_nav h2 a,
.stb_f_nav h3 a{
  height: 60px;
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
  color: #003EBD !important;
  overflow: hidden;
  display: inline-block;
}

.stb_f_nav h1 span,
.stb_f_nav h2 span,
.stb_f_nav h3 span{
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.stb_f_nav h1 span::after,
.stb_f_nav h2 span::after,
.stb_f_nav h3 span::after{
  content: "";
  width: 23px;
  height: 23px;
  background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.stb_f_nav h2,
.stb_f_nav h3{
  border-bottom: 1px solid #C5C5C5
}

.stb_f_nav_box > div h3{
  border-bottom: 1px dotted #C5C5C5;
}

.stb_f_nav.se h2{
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  border-bottom: none;
  overflow: hidden;
}

.stb_f_nav.se ul{
  border-top: 1px dotted #C5C5C5;
}

.stb_f_nav_box{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.stb_f_nav_box > div{
  width: 400px;
}

.stb_f_nav p a,
.stb_f_nav li a{
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #003EBD !important;
  padding: 15px 25px 15px 15px;
  border-bottom: 1px dotted #C5C5C5;
  position: relative;
  transition: .3s all;
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .stb_f_nav a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.stb_f_nav_box > div:first-of-type p a{
  padding-left: 0;
}

.stb_f_nav p a::after,
.stb_f_nav li a::after{
  content: "＞";
  font-size: 120%;
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(.6,1);
}

.stb_f_nav .cu_link{
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px;
  color: #003EBD;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.stb_f_nav .cu_link::after{
  content: "";
  width: 23px;
  height: 23px;
  background: url("/~/Media/phchd_g/sustainability/awb.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.stb_f_nav .pbk{
  margin-top: 60px;
}

.stb_f_nav .pbk a{
  font-size: 16px;
  line-height: 25px;
  padding-left: 30px;
  color: #003EBD;
  display: inline-block;
  position: relative;
}

.stb_f_nav .pbk a::after{
  content: "";
  width: 23px;
  height: 23px;
  background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(-1,1);
}

.talc{
  text-align: center;
}

.talr{
  text-align: right;
}

.tall{
  text-align: left;
}

.mt0{
  margin-top: 0 !important;
}

.mt15{
  margin-top: 15px !important;
}

.mt30{
  margin-top: 30px !important;
}

.mb0{
  margin-bottom: 0 !important;
}

.mb15{
  margin-bottom: 15px;
}

.mb25{
  margin-bottom: 25px;
}

.mb35{
  margin-bottom: 35px;
}

.mb60{
  margin-bottom: 60px;
}

.mb80{
  margin-bottom: 80px;
}

.mb150{
  margin-bottom: 150px;
}


@media screen and (max-width: 767px) {
  
  .stb_inner{
    max-width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  
  .txt_box{
    padding: 10vw 5vw 15vw;
  }

  .mv{
    width: 100%;
    height: 80vw;
    background-size: cover;
    overflow: hidden;
  }
  
  .mv.st{
    width: 100%;
    height: 60vw;
    background-size: cover;
    overflow: hidden;
  }

  .mv h1{
    width: 90%;
    height: 10vw;
    font-size: 6vw;
    line-height: 10vw;
    padding: 0 5vw 0 8vw;
  }

  .mv h1::before{
    width: 1vw;
    height: 5.5vw;
    background: #175CE5;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%)
  }

  .mv h2{
    font-size: 6vw;
    top: 50%;
    left: 5vw;
    /*text-shadow: 0 0 1vw rgba(0,0,0,.3)*/
  }
  
  .mv h2 span{
    margin-top: 1.5vw;
  }
  
  .mv.st h2{
    font-size: 5.5vw;
    line-height: 1.3;
    transform: translateY(-30%);
  }
  
  .mv.st.gr h2{
    font-size: 6vw;
    left: 0;
    transform: translateY(-20%);
    line-height: 1.5;
  }
  
  .gtitle{
    font-size: 6vw;
    line-height: 1;
    padding-left: 4vw;
    margin-top: 5vw;
    margin-left: 0;
  }

  .gtitle::before{
    width: 1vw;
    height: 5.5vw;
  }
    
  .stb_nav.ov{
    width: 100vw;
    background: none;
  }
  
  .stb_nav.ov ul{
    width: 100vw;
    height: 13vw;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .stb_nav.ov ul::-webkit-scrollbar,
  .cate_under.nowrap ul::-webkit-scrollbar,
  .stb_nav02::-webkit-scrollbar  {
    display: none;
  }
  
  .stb_nav.ov ul li.active::after{
    visibility: visible !important;
  }
  .stb_nav.ov ul li{
    height: 10vw;
    background: #003484;
  }
  
  .stb_nav ul li a{
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
    padding: 0 5vw;
    color: #FFF;
    white-space: nowrap;
  }

  .stb_nav ul li.active::after{
    border-top: 2.5vw solid #003484;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    position: absolute;
    bottom: -2.4vw;
  }
  
  .stb_nav.ov + .stb_p_nav{
    margin-top: -3vw;
  }
  
  .stb_p_nav{
    position: relative;
  }

  .cate_under{
    background: #EAEEF0;
    margin-top: -3vw;
    padding: 4vw 0 0;
    position: relative;
    z-index: 6;
  }

  .cate_under ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: nowrap;
    justify-content: flex-start;
    padding: 0 4vw 4vw;
    box-sizing: border-box;
    overflow: auto;
  }

  .cate_under ul li{
    margin: 0;
  }
  
  .cate_under ul li + li{
    margin-left: 2vw;
  }

  .cate_under ul li a{
    height: 6vw;
    font-size: 3.8vw;
    line-height: 6vw;
    padding: 0 2vw;
    border-radius: 1vw;
  }
  
  .cate_under.sb > ul > li.active{
    padding-bottom: 0;
    position: relative;
  }

  .cate_under ul li ul{
    width: auto;
    overflow: visible;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: none;
  }

  .cate_under ul li ul li{
    margin: 0;
    padding: 0;
  }

  .cate_under ul li.active li a{
    height: auto;
    font-size: 3.8vw;
    line-height: 1;
    padding: 0 5vw;
  }
  
  .stb_float_nav .stb_nav_active{
    width: 21vw;
    height: 100%;
    font-size: 3.4vw;
    line-height: 1.3;
    text-align: center;
    color: #003484;
    background: #EAEEF0;
    box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .stb_float_nav .stb_nav_active span{
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  
  .stb_float_nav .cate_under ul{
    padding: 0 4vw 4vw 23vw;
  }
  
  .stb_float_nav .cate_under ul li ul{
    padding: 0;
    margin: 0;
  }
  
  .unc_link{
    width: 100%;
    max-height: 70vh;
    padding: 0 4vw;
    background: rgba(255,255,255,.9);
    box-sizing: border-box;
    position: absolute;
    top: 14vw;
    left: 0;
    z-index: 5;
  }

  .unc_link.op::after{
    content: "";
    width: 90vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }

  .unc_link ul{
    width: 100%;
    max-height: 70vh;
    overflow: auto;
    display: block;
    display: none;
  }
  
  .unc_link ul li + li{
    border-top: 1px solid #707070;
  }

  .unc_link ul li a{
    font-size: 3.6vw;
    line-height: 1.3;
    color: #000;
    padding: 4vw 4vw 4vw 5vw;
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  
  .unc_link .menu{
    width: 11vw;
    height: 10vw;
    padding: 0 4vw;
    background: rgba(255,255,255,.8);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 1vw;
    position: absolute;
    bottom: -8vw;
    right: 0;
    z-index: 5;
    cursor: pointer;
    display: block;
  }
  
  .unc_link .menu::after,
  .unc_link .menu::before{
    content: "";
    width: 45%;
    height: 3px;
    background: #003484;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s all
  }
  
  .unc_link .menu::before{
    transform: translate(-50%,-50%) rotate(90deg);
  }
  
  .unc_link .menu.op::before{
    transform: translate(-50%,-50%) rotate(0);
  }
  
  .stb_float_nav.stb_view{
    top: 15vw !important;
  }
  
  .acl{
    margin-top: -20vw;
    padding-top: 20vw;
    margin-bottom: 10vw;
  }
    
  .stb_f_nav{
    padding-bottom: 15vw;
  }

  .stb_f_nav h1 a,
  .stb_f_nav h2 a,
  .stb_f_nav h3 a{
    height: 12vw;
    font-size: 3.6vw;
    line-height: 12vw;
  }

  .stb_f_nav h1 span,
  .stb_f_nav h2 span,
  .stb_f_nav h3 span{
    padding-right: 6vw;
  }

  .stb_f_nav h1 span::after,
  .stb_f_nav h2 span::after,
  .stb_f_nav h3 span::after{
    width: 4vw;
    height: 4vw;
  }
  
  .stb_f_nav.se h2{
    height: 12vw;
    font-size: 3.6vw;
    line-height: 12vw;
  }
  
  .stb_f_nav.se .stb_f_nav_box > div:nth-of-type(n+2) h2{
    margin-top: 3vw;
  }
  
  .stb_f_nav_box{
    display: block;
  }

  .stb_f_nav_box > div{
    width: 100%;
  }
  
  .stb_f_nav p a,
  .stb_f_nav li a{
    height: auto;
    font-size: 3.6vw;
    padding: 3vw 15vw 3vw 3vw;
  }

  .stb_f_nav_box > div:first-of-type p a{
    padding-left: 0;
  }

  .stb_f_nav p a::after,
  .stb_f_nav li a::after{
    content: "＞";
    font-size: 120%;
    color: #0D55E4;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.6,1);
  }
  
  .stb_f_nav .cu_link{
    font-size: 3.6vw;
    line-height: 1;
    padding: 3vw 0;
    padding-left: 6vw;
    margin-top: 5vw;
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .stb_f_nav .cu_link::after{
    width: 4vw;
    height: 4vw;
  }  
  
  .stb_f_nav .pbk{
    margin-top: 2vw;
  }

  .stb_f_nav .pbk a{
    font-size: 3.6vw;
    line-height: 1;
    padding: 3vw 0;
    padding-left: 6vw;
  }

  .stb_f_nav .pbk a::after{
    width: 4vw;
    height: 4vw;
  }
  
  .mt15{
    margin-top: 2vw !important;
  }
  
  .mb15{
    margin-bottom: 2vw;
  }
  
  .mt30{
    margin-bottom: 5vw;
  }
  
  .mb25{
    margin-bottom: 3.5vw;
  }  
  
  .mb35{
    margin-bottom: 5vw;
  }
  
  .mb60{
    margin-bottom: 10vw;
  }

  .mb80{
    margin-bottom: 15vw;
  }
  
  .mb150{
    margin-bottom: 20vw;
  }

}









body{
  font-family: FrutigerRoma, sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
body #stb,
#stb .date_tb.date_tb03 td:last-of-type,
#stb .date_tb.date_tb_company table td,
#stb .date_tb.date_tb_co table td,
.vcp_strategy.txt_box ul.dot > li,
#stb .date_tb.date_tb_cg table td{
  font-family: FrutigerRoma, sans-serif;
  font-weight: normal;
}
#header .gnavi > li > div ul li a{
  font-family: FrutigerRoma, sans-serif;
  font-weight: normal;
}
#header_re .float h1,
.acl dl dt.pickup,
.bigtext,
#stb .date_tb .tb_b,
#stb .date_tb tbody .th_b,
#stb .date_tb td:last-of-type,
#stb .tb_box.date_tb .balance-sheet02 td:last-of-type,
#stb .date_tb.date_tb_company table .note,
.bold,
.c2_title,
.fig_title,
.name_right,
.name_center{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
}
/*#header_re .float ul.nav li{
  font-family: FrutigerBold, "sans-serif";
}*/
.txt_box h2,
.txt_box h3,
.txt_box h4,
.t_box h2,
.txt_box .box h2,
.dl_t dt,
.afterword h2,
.afterword h3,
.backnumber h2,
.card .number,
.card .region,
.card .stat-label,
.card .stat-number,
.card .percent{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
}

sup{
  font-size: small;
}

.mv.st h2{
  text-shadow:
  14px 0 14px #d5eefa,
   -14px 0 14px #d5eefa,
    0 14px 14px #d5eefa,
    0 -14px 14px #d5eefa,
  12px 0 12px #d5eefa,
   -12px 0 12px #d5eefa,
    0 12px 12px #d5eefa,
    0 -12px 12px #d5eefa,
    10px 0 10px #d5eefa,
   -10px 0 10px #d5eefa,
    0 10px 10px #d5eefa,
    0 -10px 10px #d5eefa,
    7px 7px 0 #d5eefa,
   -7px 7px 0 #d5eefa,
    7px -7px 0 #d5eefa,
   -7px -7px 0 #d5eefa,
    5px 5px 0 #d5eefa,
   -5px 5px 0 #d5eefa,
    5px -5px 0 #d5eefa,
   -5px -5px 0 #d5eefa;
}

.mv.st h2 span {
    display: block;
}

.mv.st.cate01{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg01en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
.mv.st.cate02{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg02en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
.mv.st.cate03{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg03en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
.mv.st.cate04{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg04en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
.mv.st.cate05{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg05en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
.mv.st.cate06{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg06en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
.mv.st.cate07{
  background: url(/~/Media/phchd_g/sustainability/integratedreport2025/cate_bg07en.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: cover;
}
@media screen and (max-width: 767px) {
.mv.st.cate01{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg01_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv.st.cate02{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg02_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv.st.cate03{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg03_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv.st.cate04{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg04_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv.st.cate05{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg05_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv.st.cate06{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg06_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.mv.st.cate07{
  background: url(/~/Media/phchd/sustainability/integratedreport2025/cate_bg07_.svg) center,linear-gradient(135deg, rgba(189, 227, 244, 1) 0%, rgba(235, 248, 254, 1) 35%, rgba(180, 223, 245, 1) 100%);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
}

.txt_box h3 {
    font-family: FrutigerBold, "sans-serif";
    font-weight: bold;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #2F2F2F;
}
@media screen and (max-width: 767px) {
    .txt_box h3 {
        font-size: 5.5vw;
        line-height: 1.3;
        margin-bottom: 5vw;
    }
}
.cate_under.nowrap .stb_nav02{
  max-width: 1350px;
  flex-flow: wrap;
}
.cate_under .stb_nav02 li{
  margin: 0;
}
#stb .cate_under .stb_nav02{
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
#stb .cate_under .stb_nav02 li{
  margin-bottom: 10px;
}
#stb .cate_under .stb_nav02 li.active{
  padding-bottom: 0;
}
#stb .cate_under .stb_nav02 li a {
    height: 24px;
    font-size: 16px;
    line-height: 1;
    padding: 0 25px;
    color: #2F2F2F !important;
    background: none;
    border-radius: 0;
    border-left: 1px solid #B1B1B1;
}
#stb .cate_under .stb_nav02 li.active a {
    margin-bottom: 0;
    font-family: FrutigerBold, "sans-serif";
    font-weight: bold;
    color: #003484 !important;
    background: none;
    height: 24px;
    font-size: 16px;
    line-height: 1;
    padding: 0 25px;
    border-radius: 0;
    border-left: 1px solid #B1B1B1;
}
.cate_under .stb_nav02 li:last-of-type a {
    border-right: 1px solid #B1B1B1;
}
@media screen and (max-width: 767px) {
.cate_under ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  padding: 0px 4vw 4vw;
  box-sizing: border-box;
  overflow: auto;
}
.cate_under .stb_nav02{
  flex-flow: nowrap !important;
}
#stb .cate_under .stb_nav02 li a,
#stb .cate_under .stb_nav02 li.active a {
    height: 5vw;
    font-size: 3.8vw;
    line-height: 1;
    padding: 0 5vw;
}
}

#stb table{
  border-radius: 0;
}

















/*経営理念、ビジョン、価値観*/

.box{
  padding: 0 30px 40px;
}
.txt_box section.box{
  margin-top: 75px;
}
.txt_box .box h2{
  width: auto;
  margin-top: -17px;
  padding: 0 30px;
}
.box ul li img{
  width: auto;
  display: inline;
  position: initial;
  top: 0;
  left: 0;
  transform: inherit;
}
.box .flex02 > li{
  width: 50%;
  padding-top: 0;
  position: relative;
}
.dot{
  width: 65%;
  text-align: left;
}
.dot > li {
    padding-left: 1.3em;
}
.dot > li::before {
    content: "●";
    width: 1.3em;
    color: #003EBD;
    display: inline-block;
    margin-left: -1.3em;
    transform: scale(.6);
}
.txt_box ul.dot.dotblack > li::before{
    color: #2F2F2F;
}
.dot > li+li{
  margin-top: 10px;
}
.icon_flex02{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.icon_flex02 p{
  width: 30%;
}
.icon_flex02:nth-of-type(n+3){
  margin-top: 30px;
}

.txt_box > h2{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
  color: #20344F;
  text-align: center;
  margin-bottom: 110px;
}

.txt_box p{
  font-size: 16px;
  line-height: 1.8;
}

.txt_box p + p{
  margin-top: 35px;
}

.box{
  text-align: center;
  border: 1px solid #023485;
  border-radius: 10px;
  margin-top: 80px
}

.box h2,
.box .box_title{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  height: auto;
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
  background: #023485;
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -25px;
  padding: 0 50px;
}

.box h3{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  color: #023485;
  margin-bottom: 20px;
}

.box p{
  font-size: 20px;
  line-height: 1.8;
}

.box > ul{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: stretch;
}

.box > ul li{
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}


@media screen and (max-width: 767px) {
  
  .txt_box > h2{
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 10vw;
    margin-top: 10vw;
  }

  .txt_box p{
    font-size: 3.6vw;
      line-height: 1.7;
  }

  .txt_box p + p{
    margin-top: 8vw;
  }

  .box{
    border-radius: 1vw;
    padding: 0 5vw 5vw;
    margin-top: 15vw
  }

  .txt_box section.box + section.box{
    margin-top: 10vw;
  }

  .box h2{
    width: auto;
    height: auto;
    font-size: 4vw;
    line-height: 2;
    border-radius: 5vw;
    margin-bottom: 6vw;
    margin-top: -4.5vw;
  }

  .box h3{
    font-size: 5.5vw;
    line-height: 1;
    color: #023485;
    margin-bottom: 4vw;
  }

  .box p{
    font-size: 4vw;
    line-height: 1.6;
  }

  .box > ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .box .flex02 > li{
    width: 100%;
    font-size: 3.6vw;
    line-height: 1;
  }

    .box .flex02 > li+li{
    padding-top: 15vw;
    }
  
  .box > ul li:nth-of-type(n+3){
     margin-top: 5vw;
  }

  .icon_flex02 p,
  .dot {
    width: 100%;
  }
    .dot{
      margin-top: 10vw;
    }
 
}

/*At a Glance*/
.c2 > div{
  width: auto;
}
.c2.aw > div + div::before{
  display: none;
}
.txt_box .note{
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px !important;
}
.note li{
  font-size: 13px !important;
}
.txt_box .note a{
  color: #003EBD !important;
}
.t-r{
  text-align: right;
}


.card {
  border: 2px solid #003396;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cardimg{
  position: relative;
}
.cardimg div{
  text-shadow: #fff 0px 0px 5px;
}
.cardimg::before,
.cardimg::after{
  content: "";
  position: absolute;
  transition: .3s all;
  background-size: 100% auto;
}
.cardimg::before{
  width: 105px;
  height: 147px;
  top: 0;
  left: 30%;
  background: url("/~/Media/phchd/sustainability/integratedreport2025/executive/ataglance/icon01.png") no-repeat;
  background-size: 80%;
}
.cardimg::after{
  width: 388px;
  height: 247px;
  bottom: 0;
  right: 0;
  background: url("/~/Media/phchd/sustainability/integratedreport2025/executive/ataglance/icon02.png") no-repeat;
  background-size: 90%;
  background-position: right bottom;
}
.card.ascensia .logo{
  width: 100%;
}
.card.ascensia.epredia .logo{
  margin-top: -13px;
}
.card.ascensia.phcivd .logo{
  margin-top: -10px;
}
.card.ascensia{
  height: 100%;
  padding: 30px;
  border-color: #550b64;
}
.card.ascensia.lsi{
  border-color: #21b8ed;
}
.card.ascensia.wemex{
  border-color: #51656f;
}
.card.ascensia.phcbi{
  border-color: #b81c22;
}
.card.ascensia.phcivd{
  border-color: #003894;
}
.card.ascensia.mediford{
  border-color: #41b25d;
}
.card.ascensia.epredia{
  border-color: #d60077;
}
.number-row {
  display: flex;
  align-items: center;
  margin: 0;
}
.card.ascensia .number-row {
  margin: 35px auto 20px;
}
.txt_box .number {
  margin-top: 0;
  font-size: 100px;
  color: #003396;
  font-weight: bold;
  line-height: 1;
}
.card.ascensia .number,
.card.vcexplanation .number{
  margin: 0 0 5px;
  margin-bottom: 5px;
  color: #550b64;
  font-size: 50px;
}
.card.ascensia.lsi .number{
  color: #21b8ed;
}
.card.ascensia.wemex .number{
  color: #51656f;
}
.card.ascensia.phcbi .number{
  color: #b81c22;
}
.card.ascensia.phcivd .number{
  color: #003894;
}
.card.ascensia.mediford .number{
  color: #41b25d;
}
.card.ascensia.epredia .number{
  color: #d60077;
}
.card .number span{
  margin-left: 5px;
  font-size: 27px;
}
.txt_box .region {
  margin-top: 0;
  font-size: 36px;
  font-weight: bold;
  margin-left: 5px;
}
.card.ascensia .region,
.card.vcexplanation .region {
  font-size: 20px;
  margin-right: 5px;
}
.c2 > .left{
  width: 60%;
}
.c2 > .right {
  width: 40%;
  font-size: 18px;
  line-height: 1.6;
}
.right small {
  font-size: 14px;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.txt_box .stat {
  min-width: 200px;
  text-align: center;
  margin-top: 0;
}
.txt_box .stat+.stat{
  margin-left: 20px;
}
.stat-label {
  font-size: 18px;
  margin-bottom: 10px;
  color: #003396;
}
.txt_box .stat-value {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
}
.stat-number {
  font-size: 50px;
  font-weight: bold;
  color: #003396;
  line-height: 1;
}
.percent {
  font-size: 24px;
  margin-left: 5px;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
.card .flex{
  margin-top: 40px;
}
.n_f_list li,
.n_f_list li:first-of-type{
  width: 32%;
  margin-top: 20px;
}
.card .text{
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .card.ascensia .number,
  .card.vcexplanation .number {
    font-size: 4.1vw;
  }
  .card.ascensia .number span,
  .card.vcexplanation .number span {
    font-size: 2.6vw;
  }
  .card.ascensia .region,
  .card.vcexplanation .region {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .card {
    display: block;
    padding: 20px;
  }
  .cardimg::before,
  .cardimg::after{
      display: none;
  }
  .card .flex{
    margin: 0 auto;
  }
  .number-row{
    justify-content: center;
    flex-wrap: wrap;
  }
  .number {
    font-size: 60px;
  }
  .txt_box .region,
  .card.vcexplanation .region {
    margin-top: 15px;
    font-size: 24px;
  }
  .stat-number {
    font-size: 40px;
  }
  .txt_box .percent {
    margin-top: 0;
    font-size: 18px;
  }
  .txt_box .stat {
    min-width: 100%;
    margin-top: 15px;
  }
  .txt_box .stat+.stat{
    margin-left: 0;
  }
  .right {
    margin-top: 20px;
    text-align: center;
  }
  .c2 > .left,
  .c2 > .right,
  .n_f_list li,
  .n_f_list li:first-of-type {
    width: 100%;
  }
  .n_f_list li:nth-child(n+2){
    margin-top: 20px;
  }
  .card.ascensia .number-row {
    margin: 20px auto;
}
}


/*ステークホルダーエンゲージメント*/

#stb .sc_box{
  margin-bottom: 100px;
}
#stb .sc_box img{
 height: auto;
}

.f2{
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.f2 img{
  width: auto !important;
  height: 80% !important;
}
.txt_box figure img{
  border: 0;
}
.f2 figure,
.figure_box figure {
  display: table;
  margin: 0 10px;
}
.f2 figure figcaption,
.figure_box figure figcaption {
  caption-side: bottom;
  display: table-caption;
}
.txt_box figcaption {
    font-size: 14px !important;
    line-height: 1.3;
    display: block;
    margin-top: 20px;
}
.figure_box{
  display: flex;
    justify-content: center;
}
.figure_box figure img{
  width: auto;
}
@media (max-width: 767px) {
#stb .sc_box{
  margin-bottom: 60px;
}
.f2{
    flex-wrap: wrap;
}
.f2 figure+figure{
  margin-top: 20px;
}
.txt_box figcaption {
    font-size: 3vw !important;
    line-height: 1.3;
    margin-top: 1vw;
}
}

/*中期経営計画*/

#stb .status-table th{
  background: #8496a0;
  color: #fff;
}
#stb .status-table thead th{
  background: #8aa3d4;
}

#stb .status-table .on-track th{
  background: #5976ba;
}

.status-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
}

.status-table th {
  background-color: #d9e1f2;
  text-align: left;
  padding: 10px;
  font-size: 16px;
}

.status-table td {
  padding: 10px;
  vertical-align: top;
}

.status-table .label {
  width: 20%;
  font-weight: bold;
}

.section-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.txt_box .segment{
  margin: 0 0 16px;
}
.txt_box .segment:last-of-type{
  margin-bottom: 0;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  color: white;
  font-size: 13px;
  margin-bottom: 15px;
}

.badge.blue {
  color: #fff;
  background-color: #5976ba;
}

.badge.gray {
  background-color: #8496a0;
}
#stb .status-table .dot{
  width: 100%;
}
.issue-box {
  width: 280px;
  background-color: white;
  border: 1px solid #B1B1B1;
  border-radius: 8px;
  text-align: center;
}

.issue-title {
  background-color: #1f4e96;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
}

.issue-desc {
  font-size: 14px;
  color: #333;
  margin: 16px 0;
  line-height: 1.5;
}


.txt_box .issue-item {
  border: 1px solid #1f4e96;
  color: #1f4e96;
  border-radius: 6px;
  padding: 10px;
  margin: 20px 15px 0;
  font-weight: bold;
  font-size: 14px;
}
.txt_box .issue-item:last-of-type{
  margin-bottom: 30px;
}
.flex.aw{
  justify-content: space-between;
  align-items: center;
}
.flex .flex_table01{
  width: 60%;
}
.flex .flex_table02{
  position: relative;
  width: 30%;
  margin-top: 0;
  margin-left: 60px;
}
.flex .flex_table02::before {
    content: "";
    border-right: none;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #003EBD;
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}
.acl>h3{
  margin-top: 50px;
}
.bb_box {
  margin-bottom: 40px;
  padding: 30px 80px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}
.acl.aw{
  position: relative;
}
.acl.aw::before {
    content: "";
    border-top: 20px solid #003EBD;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    bottom: -70px;
    left: 47%;
    transform: translateY(-50%);
}
.acl dl dt{
  margin-top: 15px;
  color: #51656f;
  font-weight: bold;
  font-size: 16px;
}
.acl dl dd{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.acl dl dt.pickup{
  font-size: 20px;
}
.txt_box .bigtext{
  text-align: center;
  font-size: 28px;
  color: #023485;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .flex .flex_table01{
    width: 100%;
    margin: 0 10px;
  }
  .flex .flex_table02{
    width: 100%;
    margin-top: 20px;
  }
  #stb .status-table,
  .issue-box{
    width: 100%;
  }
  #stb .status-table .dot {
    margin-top: 0;
  }
  #stb .issue-desc {
    margin-top: 16px;
  }
  .issue-desc,
  .txt_box .issue-item{
    font-size: 3.6vw;
  }
  .txt_box .bigtext{
    font-size: 5.8vw;
  }
  .bb_box {
  padding: 12vw 5vw 8vw;
  }
  .acl dl dt.pickup {
    font-size: 5vw;
  }
  .acl.aw::before{
    bottom: -40px;
  }
}

/*財務データ*/

#stb .date_tb table{
  width: 100%;
}
#stb .date_tb table caption{
  margin-bottom: 15px;
  text-align: right;
}
#stb .date_tb th{
  background: #fff;
  text-align: left;
}
#stb .date_tb thead th{
  background: #003894;
  color: #fff;
  text-align: center;
}
#stb .date_tb tbody th{
  padding-left: 40px;
}
#stb .date_tb .tb_b{
  padding-left: 10px;
  color: #2F2F2F;
}
#stb .date_tb tbody .th_b{
  padding-left: 25px;
}
#stb .date_tb .tb_b02{
  padding-left: 40px;
}
#stb .date_tb td:first-of-type{
  border-left: 1px solid #B1B1B1;
}
#stb .date_tb td{
  text-align: right;
}
#stb .date_tb .tb_pickup th,
#stb .date_tb .tb_pickup td{
  background: #eaeef0;
}
#stb .date_tb02 tbody th{
  padding-left: 10px;
}
#stb .date_tb02 tbody .th_b02{
  padding-left: 25px;
}
#stb .date_tb02 tbody .th_b03{
    padding-left: 40px;
}
#stb .date_tb03 thead th{
  font-size: 13px;
}
#stb .date_tb03 tbody th{
  padding-left: 25px;
}
#stb .date_tb03 tbody .th_b04{
    padding-left: 10px;
}
#stb .date_tb+.date_tb{
  margin-top: 30px;
}

@media (max-width: 767px) {
#stb .tb_box.date_tb table{
  width: 110vw;
}
#stb .date_tb.date_tb02.date_tb03 table{
  width: 210vw;
}
#stb .date_tb03 thead th{
  font-size: 3vw;
}
#stb .date_tb table caption {
  text-align: left;
}
}

/*主要会社一覧*/
#stb .date_tb.date_tb_company table th{
  padding-left: 10px;
}
#stb .date_tb.date_tb_company table td{
  text-align: left;
}
#stb .date_tb.date_tb_company table .note{
  margin-top: 0;
}
@media (max-width: 767px) {
#stb .date_tb.date_tb_company table{
  width: 210vw;
}
}

/*会社概要*/
#stb .company-info{
  width: 100%;
}

#stb .date_tb.date_tb_co table th{
  padding-left: 10px;
}

.link-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.txt_box .link-row+.link-row{
  margin-top: 0;
}

.left-block {
  min-width: 550px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.link-button {
  min-width: 200px;
  text-align: center;
  border: 1px solid #003396;
  padding: 5px 15px;
  margin-right: 15px;
  color: #003396;
  font-size: 14px;
  background-color: transparent;
  white-space: nowrap;
}

.txt_box .url-block {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin: 0;
}
#stb .txt_box .url-block a{
  color: #003396;
  word-break: break-all;
}

.c2 .w50{
  width: 50%;
}
.c2 .w50 .tb_box{
  padding-right: 20px;
}
.c2 .w50 table{
  width: 100%;
}
.c2_s {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}
.c2_s > div {
    width: 72%;
}
.c2_s > div + div {
    width: 25%;
    margin-top: 0;
    text-align: right;
}
.txt_box .note.ast_nmb{
  margin-bottom: 15px;
  padding-left: 0;
}
p.note.ast_nmb, 
ul.note.ast_nmb li {
    text-indent: 0;
    padding-left: 2em;
}
p.note.ast_nmb span,
ul.note.ast_nmb li span {
    width: 2em;
    margin-left: -2em;
    display: inline-block;
}
@media (max-width: 767px) {
#stb .company-info{
  width: 120vw;
}
.link-row,
.left-block,
.c2_s {
  flex-direction: column;
  align-items: flex-start;
}
.txt_box .url-block{
  margin-top: 15px;
}
#stb .txt_box .url-block a,
.link-button{
  font-size: 3.4vw;
}
.qr-code {
  margin-top: 10px;
}
.c2 .w50{
  width: 100%;
}
.c2 .w50 .tb_box{
  padding-right: 0;
}
.c2_s > div{
  width: 100%;
  margin-top: 20px;
  order: 2;
}
.c2_s > div + div{
  width: 100%;
  text-align: center;
  order: 1;
}
p.note, ul.note li, p.sm, ul.sm li {
    font-size: 2.5vw !important;
}
}

/*中期経営計画2027*/
.txt_box .circle_midashi{
  position: relative;
  margin-top: 50px;
  margin-left: 30px;
}
.circle_midashi::before{
  position: absolute;
  content: "Internal Environment";
  background: #1f4e96;
  color: #fff;
  font-size: 13px;
  text-align: center;
  width: 100px;
  height: 100px;
  top: -35px;
  left: -25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_midashi02::before{
  content: "External Environment";
  background: #51656f;
}
@media (max-width: 767px) {
.txt_box .circle_midashi{
  margin-top: 10vw;
  margin-left: 0;
}
.circle_midashi::before{
  font-size: 2.5vw;
  width: 20vw;
  height: 20vw;
  top: -20px;
  left: 0;
}
}

/*経営戦略（中期経営計画2027）*/

#stb .vcp_strategy_table th{
  background: #5976ba;
  color: #fff;
}
#stb .vcp_strategy_table th.topth,
#stb .vcp_strategy_table02 th{
  background: #023485;
    color: #fff;
}
.sm{
  font-size: 13px;
}
.blue{
  color: #023485;
}
#stb .vcp_strategy_table02 td{
  text-align: center;
}
#stb .vcp_strategy_table02 td span{
  font-size: 22px;
}
.txt_box .box{
  height: 100%;
  margin-top: 0;
}
.txt_box .box .normal{
  font-size: 16px;
}
.vcp_strategy .w48+.w48 .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.box .box_title{
  padding: 15px 20px 20px;
  width: auto;
  min-width: 240px;
}
.txt_box .box p{
  margin-top: 0;
}
.c2 > .w48{
  width: 48%;
}
.vcp_strategy .dot{
  display: block;
  width: 100%;
}
.vcp_strategy .dot li{
  line-height: 1.7;
}
.flex .flex_table01.w50{
  width: 50%;
}
.flex .flex_table02.w40{
  width: 40%;
}
.vcp_strategy .bigtext{
  margin-bottom: 35px;
}

.txt_box h4{
  font-size: 20px;
  line-height: 1.4;
  color: #003EBD;
  margin-top: 40px;
  margin-bottom: 20px;
}

.vcp_strategy p+p{
  margin-top: 0;
}

.b_border {
    min-width: 200px;
    text-align: center;
    border: 1px solid #003396;
    padding: 5px 15px;
    margin-right: 0;
    color: #003396;
    font-size: 14px;
}
.vcp_strategy .w55{
  width: 55%;
  margin-right: 15px;
}
.dl_t {
  width: 70%;
  margin-left: 20px;
}
.dl_t dt:first-of-type{
  margin-top: 0;
}
.acl .dl_t dt{
  color: #003396;
}
.txt_box .dl_t  ul.dot li + li{
  margin-top: 5px;
}
.txt_box .dl_t  ul.dot{
  margin-bottom: 0;
}
.t-c{
  text-align: center !important;
}
.c2 > div.w60{
  width: 60%;
}
.txt_box .c2_title{
  margin-bottom: 70px;
  padding: 10px 0;
  background: #023485;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.txt_box .vcp_strategy_icon{
  position: relative;
  padding-left: 45px;
}
.txt_box .vcp_strategy_icon::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 39px;
  height: 39px;
  background: url("/~/Media/phchd/sustainability/integratedreport2025/strategy/vcp_strategy/icon01.png") no-repeat;
  background-size: 100% auto;
}
.txt_box .vcp_strategy_icon02::before{
  background: url("/~/Media/phchd/sustainability/integratedreport2025/strategy/vcp_strategy/icon02.png") no-repeat;
  background-size: 100% auto;
}
.txt_box .vcp_strategy_icon03::before{
  background: url("/~/Media/phchd/sustainability/integratedreport2025/strategy/vcp_strategy/icon03.png") no-repeat;
  background-size: 100% auto;
}
.yaji{
  position: relative;
  padding-right: 40px;
}
.yaji::after{
  position: absolute;
  content: "";
  background: url("/~/Media/phchd/sustainability/integratedreport2025/strategy/vcp_strategy/icon04.png") no-repeat;
  width: 19px;
  height: 95px;
  background-size: 100% auto;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
#stb table {
  width: 83vw;
}
#stb .vcp_strategy_table02,
.flex .flex_table01.w50,
.flex .flex_table02.w40,
.dl_t,
.c2 > div.w60 {
  width: 100%;
}
.c2 > .w48{
  width: 100%;
}
.c2 > .w48+.w48,
.c2 > .w40{
  margin-top: 45px;
}
.txt_box .box p{
  margin-bottom: 15px;
}
.txt_box .box .normal{
  font-size: 3.6vw;
}
.vcp_strategy .dot{
  margin-top: 0;
}
.flex .flex_table02.w40{
  margin-top: 40px;
}
.vcp_strategy .bigtext{
  margin-bottom: 40px;
}
.box .box_title{
  width: 40vw;
  height: auto;
  font-size: 4vw;
  line-height: 1.5;
  border-radius: 5vw;
  margin-bottom: 6vw;
  margin-top: -4.5vw;
}
.box > ul li{
  font-size: 3.6vw;
  line-height: 1.7;
}
.vcp_strategy .flex{
  justify-content: center;
}
.vcp_strategy .flex .txt_box div + div{
  margin-top: 10px;
}
.dl_t{
  margin-left: 0;
}
.txt_box .c2_title{
  font-size: 5.5vw;
  margin-bottom: 10vw;
  padding: 2vw 0;
}
.txt_box .vcp_strategy_icon{
  padding-left: 10vw;
}
.txt_box .vcp_strategy_icon::before{
  width: 8vw;
  height: 8vw;
}
.yaji{
  padding-right: 10vw;
}
.yaji::after{
  width: 5vw;
  height: 25vw;
  top: 50%;
}
#stb .vcp_strategy_table02 td span{
  font-size: 5vw;
}
}

/*CFOメッセージ*/
.pic_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pic_box div {
  margin-left: 40px;
}
.pic_box .bigtext{
  margin-bottom: 20px;
}
.pic_box h4{
  color: #2F2F2F;
}

.pic_box p.slh{
  line-height: 1.3;
}

#stb .cfo_table thead th{
  background: #5976ba;
  color: #fff;
}

#stb .cfo_table .cfo-top{
  background: #8496a0;
  color: #fff;
}
#stb .cfo_table td{
  text-align: center;
}
.table-large{
  font-size: 20px;
}
.bold.t-c{
  font-size: 18px;
}
.pic_box02{
  align-items: flex-start;
}
.pic_box02 div{
  margin-left: 0;
  margin-right: 20px;
}
.c2.cfobox > .w40 {
  width: 40%;
}
.c2.cfobox > .w55 {
  width: 55%;
}
#stb .vcp_strategy_table.cfo_table02 thead th{
  background: #023485;
  border-bottom: 1px solid #B1B1B1 !important;
}
#stb .vcp_strategy_table.cfo_table02 th{
  background: #51656f;
  color: #fff;
}
#stb .vcp_strategy_table .t-c span{
  font-size: 22px;
}
@media (max-width: 767px) {
.pic_box{
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pic_box div {
  margin-left: 0;
  margin-top: 20px;
}
.pic_box h4{
  font-size: 4.5vw;
  line-height: 1.4;
  margin-top: 5vw;
  margin-bottom: 3vw;
}
.pic_box02 img{
  order: 1;
}
.pic_box02 div{
  order: 2;
  margin-right: 0;
}
.c2.cfobox > .w40,
.c2.cfobox > .w55{
  width: 100%;
  margin-top: 3vw;
}
#stb .vcp_strategy_table .t-c span{
  font-size: 5vw;
}
.pic_box p.slh{
  line-height: 1.8;
}
}


/*サステナビリティ戦略（中期経営計画2027）*/

.btn_box {
  text-align: center;
}
.btn_box a {
  font-family: FrutigerBold, "sans-serif";
  font-weight: bold;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #FFF !important;
  border-radius: 10px;
  background: #003484;
  display: inline-block;
  position: relative;
  padding: 0 50px 0 30px;
}
.btn_box a::after {
  content: "＞";
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(.6, 1);
}

@media (max-width: 767px) {
.btn_box a {
  min-width: 60vw;
  height: 13vw;
  font-size: 4vw;
  line-height: 13vw;
  border-radius: 1vw;
}
.btn_box a::after {
  right: 2vw;
}
}

/*糖尿病マネジメントドメイン*/
.ml30 {
  margin-left: 30px;
}

.w230 .b_border{
  min-width: 240px;
}
.flex.pm_b {
    flex-wrap: nowrap;
}
.pmlist+.pmlist{
  margin-left: 20px;
}
.pmlist li{
  position: relative;
  padding-left: 40px;
}
.pmlist li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background: url(/~/Media/phchd/sustainability/integratedreport2025/business/dm/icon01.png) no-repeat center center;
  background-size: contain;
}
.pmlist.minuslist li::before {
  background: url(/~/Media/phchd/sustainability/integratedreport2025/business/dm/icon02.png) no-repeat center center;
}
.pmlist li+li{
  margin-top: 10px;
}

.txt_box .mizu_border{
  margin-top: 0;
  color: #4694d1;
  border: 1px solid #4694d1;
  padding: 13px;
  text-align: center;
  max-width: 200px;
  margin: 0 0 0 auto;
  font-size: 16px;
}
.txt_box .mizu_border02{
  display: inline-block;
  background: #4694d1;
  color: #fff;
  margin: 0 auto;
  padding: 13px;
  text-align: center;
  font-size: 16px;
}
.txt_box .plist{
  margin-top: 0;
  padding: 20px 30px;
  border: 1px solid #4694d1;
}
.txt_box .plist.plist_hs .mizu_border02{
  background: #3cb8aa;
}
.txt_box .plist.plist_hs{
  border: 1px solid #3cb8aa;
}
.txt_box .plist.plist_d_ls .mizu_border02{
  background: #709bb0;
}
.txt_box .plist.plist_d_ls{
  border: 1px solid #709bb0;
}
.txt_box .plist p{
  margin-top: 10px;
}
.dot_list .dot {
  width: 100%;
  margin-top: 15px;
}
.fig_title {
  font-size: 18px;
  line-height: 1.4;
}
.c2 > .w360{
  width: 360px;
}

.c2 > .whf{
  width: 100%;
}

.c2 > .flex.w48{
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}
.c2 > .flex.w48 .t-c+.t-c {
  margin-top: 0;
  margin-left: 20px;
}
t-r{
  text-align: right;
}
.acl .dl_list dt{
  margin-top: 0;
  color: #003EBD;
}
.dot100 .dot{
  width: 100%;
}
.dm_box{
  padding: 35px 30px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
}
.txt_box .dm_box h4{
  margin-top: 0;
}
.dl_list dd,
.dm_box dl dd{
  font-size: 16px;
  line-height: 1.8;
}
.c2_s.h3_design{
  position: relative;
  padding-top: 60px;
  border-top: 5px solid #dde3e7;
}
.c2_s.h3_design::after {
  content: "";
  position: absolute;
  background-color: #4694d1;
  width: 135px;
  height: 5px;
  top: -5px;
  left: 0px;
}
.c2_s.h3_design02::after{
  background-color: #3cb8aa;
}
.c2_s.h3_design03::after{
  background-color: #709bb0;
}
.c2_s.h3_design .logo_pic{
  width: 35%;
}
.c2_s.h3_design .logo_pic.ivc img,
.c2_s.h3_design .logo_pic.phcbi img {
   max-height: 115px;
}
.pic_box.domainbox{
  justify-content: flex-start;
}
.pic_box.businessbox{
  justify-content: flex-start;
}
@media (max-width: 767px) {
.txt_box h4{
  font-size: 3.8vw;
  line-height: 1.3;
  margin-top: 10vw;
  margin-bottom: 3vw;
}
.pmlist+.pmlist{
  margin-left: 0;
}
.pmlist li+li{
  margin-top: 6vw;
}
.ml30 {
  margin-left: 0 !important;
}
.flex.pm_b {
  flex-wrap: wrap;
}
.txt_box .mizu_border{
  font-size: 3.6vw;
  line-height: 1.7;
}
.fig_title,
.acl dl dt,
.acl dl dd,
.txt_box .mizu_border02,
.dm_box dl dd{
  font-size: 3.6vw;
  line-height: 1.4;
}
.txt_box .mizu_border02{
  padding: 2vw;
}
.c2 > .w360,
.c2_s.h3_design .logo_pic{
  width: 100%;
}
.c2_s > .h3{
  order: 1;
}
.c2_s > .logo_pic{
  margin-top: 15px !important;
  order: 2;
}
.dm_box{
  padding: 6vw 5vw;
  border-radius: 1vw;
}
.pic_box h4{
  margin-top: 0;
}
.c2_s.h3_design{
  padding-top: 6vw;
}
.c2_s.h3_design .logo_pic.ivc img,
.c2_s.h3_design .logo_pic.phcbi img {
  max-height: 20vw;
}
.plist{
  margin-top: 5vw !important;
}
}

/*ヘルスケアソリューションドメイン*/

ul.note.ast_nmb li::before{
  display: none;
}
.txt_box .dot_list .note{
  margin-top: 15px;
  padding-left: 0;
}
.c2 > .w380{
  width: 380px;
}
.c2 > .w540 {
    width: 540px;
}
.c2 > .w950 {
    width: 950px;
}
.c2 > .w1080 {
    width: 1080px;
}
.c2 > .w30 {
    width: 30%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.dm_box dl .name_right,
.txt_box .name_right02 span{
  font-size: 20px;
  text-align: right;
}
.name_right span,
.txt_box .name_right02{
  font-size: 14px;
  text-align: right;
}
.hs_flex.c2 > .flex.w48{
  justify-content: space-between;
}

@media (max-width: 767px) {
.c2 > .w380,
.c2 > .w540,
.c2 > .w950,
.c2 > .w1080,
.c2 > .w30,
.w60,
.w70 {
    width: 100%;
}
.dm_box dl .name_right,
.txt_box .name_right02 span{
  font-size: 3.5vw;
}
.name_right span,
.txt_box .name_right02{
  font-size: 3vw;
}
.flex.hsflex{
  flex-direction: column;
}
}

/*診断・ライフサイエンス*/

.c2_s.flex_d_ls .logo_pic{
  margin: 0 auto;
  text-align: center;
}
.c2_s.flex_d_ls .name_right{
  margin-top: 10px;
  line-height: 1.2;
  text-align: center;
}
.c2_s.flex_d_ls .name_right span{
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
.c2 > .w30 .dl_list .t-c,
.c2 > .w48 .dl_list+.t-c{
  margin-top: 15px;
}

.c2 > .w580 {
    width: 580px;
}
@media (max-width: 767px) {
.c2 > .w580{
    width: 100%;
}
}

/*サステナビリティマネジメント*/

.sm_table .dot{
  margin-top: 10px;
}
.sm_table .dot100{
  margin-top: 0;
}
.txt_box .sm_table .dot li + li{
  margin-top: 10px;
}
.txt_box .sm_table .sm_table_t{
  margin-top: 15px;
}
#stb .date_tb .sm_table td{
  text-align: center;
}

/*取締役・監査役からのメッセージ*/
.txt_box .name_center{
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.txt_box .name_center span{
  font-size: 16px;
}
.c2 > .w480{
  width: 480px;
}
.c2 > .w100{
  width: 100%;
}
.txt_box .esg_message_box h4{
  margin-top: 0;
}
.txt_box .esg_message_box+.esg_message_box{
  margin-top: 80px;
}
@media (max-width: 767px) {
.c2 > .w480{
    width: 100%;
}
}


/*CEO’s letter*/
.txt_box .fig_img{
  margin-bottom: 30px;
}
.txt_box .note01{
  margin-top: 15px;
  padding-left: 0;
}
.txt_box .note01 li+li{
  margin-top: 10px;
}
.pc-icon{
  margin-right: 10px;
}
.pic_box.topmessage_box {
  align-items: flex-start;
}

@media (max-width: 767px) {
#stb sup{
  font-size: 3vw;
}
}

/*CHROメッセージ*/
.dot_title{
  display: inline-block;
  margin-bottom: 10px;
}
.txt_box .dot100 .chromessage_list{
  margin-top: 0;
}
.txt_box .dot100 .chromessage_list li+li{
  margin-top: 30px;
}
.dot100 .chromessage_list li p + p{
  margin-top: 15px;
}

/*コーポレート・ガバナンス*/

.blue_border{
  border: 1px solid #003894;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  max-width: 250px;
}
.blue_border .year{
  font-size: 16px;
}
.blue_border .blue_border_txt{
  margin-top: 0;
  font-size: 18px;
}
.blue_border .blue_border_txt span{
  font-size: 30px;
}
#stb .date_tb.date_tb_company.date_tb_cg table th{
  text-align: center;
}
#stb .date_tb.date_tb_cg02{
  margin-top: 20px;
}
#stb .date_tb.date_tb_cg02 td:first-of-type{
  border-left: 0;
}
#stb .date_tb.date_tb_cg table th{
  padding-left: 10px;
}
.cg_dl{
  margin-top: 30px;
}
h4+.cg_dl{
  margin-top: 0;
}
#stb .date_tb.date_tb_cg04 th,
#stb .date_tb.date_tb_cg04 td{
  text-align: center;
}
.ol_list{
  margin: 20px 0;;
}
.cg_flex > div{
  width: 45%;
}
.cg_flex > div:first-of-type{
  width: 80%;
}
.cg_flex{
  align-items: center;
}
.cg_flex > .cg_flex_img{
  width: 14%;
}
.c2 div figure,
.cg_flex > .cg_flex_img img{
  width: auto;
}
.txt_box .pic_caption {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
  text-align: right;
}
.cg_box{
  padding: 20px;
  border: 1px solid #ccc;
}
.cg_box h4{
  margin-top: 0;
}
@media (max-width: 767px) {
.cg_list .dot{
  margin-top: 3vw;
}
.spmt0{
  margin-top: 0 !important;
}
#stb .date_tb.date_tb_cg table {
  width: 180vw;
}
.cg_flex > div{
  width: 100% !important;
}
.txt_box figure img{
  width: auto;
}
.c2 .cg_flex_img figure{
  width: 100%;
}
.cg_flex > .cg_flex_img{
  text-align: center;
}
.txt_box .pic_caption {
  font-size: 3vw;
  text-align: center;
}
}


/*役員一覧*/

.board_name{
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
}
#stb table.w100{
  width: 100%;
}
.c2 > .w32 {
    width: 32%;
}
.c2.c2_bm .w32+.w32 {
    margin-left: 3%;
}
.c2.c2_bm th,
.c2.c2_bm td {
  font-size: 13px;
}
#stb table.w100 td{
  text-align: right;
}
.dokuritu{
  display: inline-block;
  margin-right: 10px;
  padding: 6px;
  font-size: 12px;
  background: #003484;
  color: #fff;
}
.c2_s.bm_flex{
  position: relative;
  min-height: 117px;
}
.c2_s.bm_flex:before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #003894;
  top: 45px;
}
.c2_s.bm_flex .logo_pic{
  width: 15%;
}
.c2_s.bm_flex .h3{
  width: 85%;
}

.c2.c2_bm{
  justify-content: flex-start;
}
.c2.c2_bm .w30+.w30{
  margin-left: 5%;
}
.date{
  font-size: 14px;
}
#stb .date_tb.date_tb_cg .skill-matrix thead th{
  padding: 10px 3px;
}

#stb .alternating tr:nth-of-type(2n),
#stb .alternating tbody tr:nth-of-type(2n) th {
  background: #EAEEF0;
}
#stb table tr.alternating-list,
#stb table tr.alternating-list th {
  background: #EAEEF0;
}

@media (max-width: 767px) {
.c2 > .w32 {
    width: 100%;
}
.c2_s.bm_flex{
  min-height: auto;
  flex-direction: initial;
}
.txt_box .c2_bm+.c2_bm{
  margin-top: 3vw;
}
.c2_s.bm_flex > .logo_pic{
  text-align: right;
}
.board_name{
  font-size: 5vw;
  margin-bottom: 0;
}
.c2.c2_bm .w32+.w32 {
  margin-top: 3vw;
  margin-left: 0;
}
.c2.c2_bm th,
.c2.c2_bm td {
  font-size: 3.5vw;
}
.c2_s.bm_flex:before{
  display: none;
}
}

/*マテリアリティ*/
#stb .date_tb_mt th{
  border-right: 1px solid #B1B1B1;
}
#stb .date_tb_mt td{
  text-align: left;
}
#stb .date_tb .materiality-kpi-table tbody th{
  background: #EAEEF0;
}

@media (max-width: 767px) {
#stb .date_tb.date_tb_mt table {
  width: 220vw;
}
}

/*特集  がん治療におけるCAR-T療法の可能性とは？ CCRM×PHCディスカッション*/

.txt_box h3 span{
  display: inline-block;
  text-indent: -38px;
  margin-left: 38px;
}
.dialogue_bg{
  text-align: center;
}
.txt_box .dialogue_dl .flex{
  justify-content: space-between;
}
.txt_box .dialogue_dl div dt {
  width: 10%;
}
.txt_box .dialogue_dl div dt img {
  transform: translateY(-.5em);
}
.txt_box .dialogue_dl div dd {
  width: 100px;
  font-size: 16px;
  line-height: 1.8;
  color: #2F2F2F;
}
.txt_box .dialogue_dl div dd+dd{
  width: 78%;
}
.txt_box .dialogue_dl div dd .bold{
  display: inline-block;
  padding-right: 1em;
}
.dialogue_box{
  margin-top: 50px;
}
@media (max-width: 767px) {
.txt_box h3 span {
    text-indent: -6.5vw;
    margin-left: 6.5vw;
}
.txt_box .dialogue_dl div dt {
  width: 12%;
}
.txt_box .dialogue_dl div dd {
  width: 85%;
  font-size: 3.6vw;
  line-height: 1.8;
}
.txt_box .dialogue_dl div dd+dd{
  width: 100%;
}
.dialogue_box{
  margin-top: 10vw;
}
.txt_box .dialogue_box .url-block,
.txt_box .url-block.compliance_link{
  flex-wrap: wrap;
  font-size: 3.5vw;
}
}

/*リスクマネジメント*/

.txt_box .name_right02{
  margin-top: 20px;
}
.txt_box .name_right02 span{
  display: block;
  margin-right: 10px;
}
.sponly{
  display: none !important;
}
@media (max-width: 767px) {
.txt_box .name_right02{
  margin-top: 3vw;
}
.txt_box .name_right02 span{
  margin-right: 0;
}
.sponly{
  display: block !important;
}
}


/*お客さまの声（VOC）を原動力に*/
.voc_mct_box .c2_s{
  align-items: center;
}
.voc_mct_box .c2_s+.c2_s{
  margin-top: 20px;
}
.voc_mct_box .c2_s .w150{
  width: 150px;
  margin-right: 15px;
  text-align: center;
}
.voc_mct_box .c2_s .w80{
  width: 80%;
  text-align: left;
}

@media (max-width: 767px) {
.voc_mct_box .c2_s .w150,
.voc_mct_box .c2_s .w80{
  width: 100%;
  margin-right: 0;
}
.voc_mct_box .c2_s .w150{
  order: 1;
  margin-bottom: 3vw;
}
}

/**/

.txt_box ul.flex.dot li{
  margin-top: 15px;
  margin-right: 30px;
}
@media (max-width: 767px) {
.txt_box ul.flex.dot{
  flex-direction: column;
}
.txt_box ul.flex.dot li+li{
  margin-top: 15px;
  margin-right: 0;
}
}

/**/
.c2_s .w22{
  width: 22%;
}
.c2_s .w30{
  width: 30%;
}
.c2_s .w100{
  width: 100%;
}
@media (max-width: 767px) {
.c2_s .w22,
.c2_s .w30{
  width: 100%;
}
}

/*サーキュラーエコノミー社会の推進*/
.jc_fs{
    justify-content: flex-start;
}
.ml15{
  margin-left: 15px;
}
@media (max-width: 767px) {
.ml15{
  margin-left: 0;
}
}

/*環境*/
.tindent{
  padding-left: 16em;
}
.tindent span{
  width: 16em;
  margin-left: -16em;
  display: inline-block;
}
.tindent+.tindent{
  margin-top: 10px;
}
.txt_box .m_links {
  margin-top: 15px;
}
.txt_box .m_links a{
  position: relative;
  padding-right: 30px;
}
.m_links a::after{
  position: absolute;
  content: "";
  left: auto;
  right: .7rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  height: .5em;
  width: .5em;
  border-top: 2px solid #003396;
  border-right: 2px solid #003396;
}
#stb .last_nav .gnav_th{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#stb .last_nav .gnav_th.jc-c{
  justify-content: center;
}
#stb .last_nav .gnav_th li{
  float:none;
  display: block;
  width: 24%;
}
#stb .last_nav .gnav_th li a {
    width: 100%;
    min-height: 84px;
    font-size: 16px;
    color: #FFF;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666;
}
.last_nav .active {
    opacity: 0.6;
}
#stb .last_nav .gnav_th .nav_dm a{
  background: #4694d1;
}
#stb .last_nav .gnav_th .nav_hs a{
  background: #3cb8aa;
}
#stb .last_nav .gnav_th .nav_d_ls a{
  background: #709bb0;
}
@media (max-width: 767px) {
#stb .last_nav .gnav_th {
  flex-direction: column;
}
#stb .last_nav .gnav_th li{
  width: 100%;
}
#stb .last_nav .gnav_th li a {
  font-size: 3.6vw;
  padding: 0;
  min-height: auto;
}
}

/*PHCグループの価値貢献領域を クローズアップ*/
.c2_s.vcexplanation_flex{
  background: #f5f7fc;
  padding: 30px 20px;
  align-items: center;
}
.c2_s.bm_flex.pet{
  min-height: auto;
}
.c2_s.vcexplanation_flex > div+div {
  width: 60%;
  text-align: left;
}
.vcexplanation_flex > div:first-child {
  margin-right: 2%;
  width: 47%;
}
.c2_s.vcexplanation_flex.vcexplanation_flex02 > div+div {
  width: 100%;
}
.card.vcexplanation {
  display: block;
  padding: 25px;
  text-align: center;
}
.card.vcexplanation .number-row{
  margin: 0 auto 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.card.vcexplanation .number {
  color: #003396;
}
.c2_s.vcexplanation_box02 > .vcexplanation_txt{
  width: 40%;
}
.c2_s.vcexplanation_box02 > .vcexplanation_img{
  align-self: center;
}
.c2_s.vcexplanation_box02 > .vcexplanation_bbox{
  width: 30%;
}
.dm_box .c2_s.flex_d_ls p+p{
  margin-top: 10px;
}

.txt_box .note.pciconlinklst li{
  padding-left: 5em;
}
.txt_box .note.pciconlinklst li span{
  width: 5em;
  margin-left: -5em;
}
.c2_s .vcexplanation_bbox{
  min-width: 307px;
}
.c2_s .vcexplanation_txt+.vcexplanation_bbox{
  margin-left: 30px;
}

@media (max-width: 767px) {
.c2_s.vcexplanation_flex > div {
  width: 100%;
  order: 1;
}
.c2_s.vcexplanation_flex > div+div {
  width: 100%;
  margin-top: 3vw;
}
.vcexplanation_flex > div:first-child {
  margin-right: 0;
}
.c2_s > .vcexplanation_txt{
  order: 1;
}
.c2_s.vcexplanation_box > div+div{
  margin-top: 3vw;
}
.card.vcexplanation .number {
  font-size: 12vw;
}
.card.vcexplanation .number span {
  font-size: 8vw;
}
.card.vcexplanation .region {
  font-size: 5.5vw;
}
.c2_s.vcexplanation_box02 > .vcexplanation_txt,
.c2_s.vcexplanation_box02 > .vcexplanation_bbox{
width: 100%;
}
.c2_s.vcexplanation_flexbox > div+div{
  order: 1;
}
.c2_s .vcexplanation_bbox{
  min-width: auto;
}
.c2_s .vcexplanation_txt+.vcexplanation_bbox{
  margin-left: 0;
}
}

/*CSO/COOメッセージ*/
.acl .profile dt{
  font-size: 20px;
  color: #333;
}
.pickup_txt{
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 50px;
}
/*.pickup_txt::before{
  position: absolute;
  content: "";
  display: block;
  background: url(/~/Media/phchd/sustainability/integratedreport2025/index/icon01.png) no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 0;
  width: 29px;
  height: 34px;
}
.pickup_txt::after{
  position: absolute;
  content: "";
  display: block;
  background: url(/~/Media/phchd/sustainability/integratedreport2025/index/icon02.png) no-repeat;
  background-size: 100% auto;
  right: 0;
  bottom: 0;
  width: 29px;
  height: 34px;
}*/

@media (max-width: 767px) {
.acl .profile dt{
  font-size: 4vw;
}
.pickup_txt{
  padding: 3vw 5vw;
}
.pickup_txt::before,
.pickup_txt::after{
  width: 5vw;
  height: 6vw;
}
.pconly{
  display: none !important;
}
}

/*主要財務データの推移*/
@media (max-width: 767px) {
#stb .tb_box.date_tb .balance-sheet02 {
  width: 150vw;
}
}

/*PHC Executive Team（執行役員・事業部長）*/
.pb0{
  padding-top: 10px;
  padding-bottom: 0 !important;
}
.mb10{
  margin-bottom: 10px;
}
.bor-no{
  background: 0 !important;
  border: 0 !important;
}
.table-bor-no{
  border-top: 0 !important;
  border-left: 0 !important;
}
.txt_box .post{
  margin-top: 0;
}


/*製品の安全性と品質・コンプライアンスへの責任*/
.pqcicon{
  position: relative;
  padding-left: 90px;
}
.pqcicon::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 73px;
  height: 73px;
  background: url("/~/Media/phchd/sustainability/integratedreport2025/esg/product_quality_compliance/icon01.png") no-repeat;
  background-size: 100% auto;
}
.pqcicon02::before{
  background: url("/~/Media/phchd/sustainability/integratedreport2025/esg/product_quality_compliance/icon02.png") no-repeat;
  background-size: 100% auto;
}
.pqcicon03::before{
  background: url("/~/Media/phchd/sustainability/integratedreport2025/esg/product_quality_compliance/icon03.png") no-repeat;
  background-size: 100% auto;
}

@media (max-width: 767px) {
.pqcicon{
  padding-left: 17vw;
}
.pqcicon::before{
  width: 14vw;
  height: 14vw;
}
}

/*お客さまの声（VOC）を原動力に　ーMCT活動ー*/
.italic{
  font-style: italic;
}

.ai_end{
  align-items: flex-end;
}

.spacer {
  width: 100%;
}