@charset "UTF-8";

/* 旧common_en.cssから必要分のみ移行 */

/* Global Network */
.network_group {
  min-height: auto;
}

.japan_group {
    background: url(/themes/yamazen-2025/images/about/network/bg_japan.svg) no-repeat right center;
    background-size: auto 100%;
}

.network_group.japangroup h3 a {
  background-image: url("/themes/english@yamazen-2025/images/common/icon_circle_bottom_black.svg");
  cursor: pointer;
}

.network_group .domestic_map {
  display: none;
  width: 80%;
  margin: auto;
  text-align: center;

}
.network_group .open {
  display: block;
}
.network_group .domestic_map img{
  width: 80%;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .network_group .domestic_map {
    width: 100%;
  }
  #wideType_02 ul li{
    width: calc(100% / 2 - 30px);
  }
}

.network_navi ul {
  align-items: center;
  justify-content: center;
}

.network_navi ul li{
  margin: 10px;
}

.network_navi ul li a{
  line-height: 1;
}
 
.area_item .area_item_office .coporateName{
  display: inline-block;
  border-bottom: 2px solid #DCDCDC;
  margin-bottom: 25px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .area_item .area_item_office .coporateName{
    font-size: 2.0rem;
  }
}

/* Sustainability Governance */

@media screen and (min-width: 769px) {
  .listType01 dt {
    width: 200px;
  }

  .listType01 dd {
    width: calc(100% - 200px);
  }
}

.bcp-activity_contents#bcp-activity_05 .flex_PC .award_box {
  height: 270px;
}


/* 202507 english@yamazen-2025用 追加css */

/* YAMAZEN_CO_DEV-1011 */
.g_footer .g_footer_nav .footer_menu_group{
    width: calc(100% / 5);
}
@media screen and (max-width: 960px) {
    .g_footer .g_footer_nav .footer_menu_group {
        width: 100%;
    }
}
.front_ir_recruit .front_ir_recruitList{
    justify-content: center;
}
/* YAMAZEN_CO_DEV-1085 */
.network_list.stock ul {
    flex-wrap:wrap;
    gap: 10px 20px;
}
.network_list.stock ul li{
    width: calc(100% / 2 - 10px);
}
@media screen and (max-width: 960px) {
    .network_list.stock ul {
        display: block;
    }
    .network_list.stock ul li{
        width: 100%;
    }
}
/* YAMAZEN_CO_DEV-1011 */
@media screen and (max-width: 960px) {
    .front_sustainability:before{
        top: -100px;
    }
}
/* YAMAZEN_CO_DEV-1037 */
.pageKnowHeading{
  background-position: center top -55px;
}
@media screen and (max-width: 960px) {
  .pageKnowHeading {
    background: #00AFEC url(../images//page/about/know/bg_pageKnowHeading_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
}
.pageKnowNumbers .numbersContents.content_02 .count {
  margin: 0 auto 5px;
}
.pageKnowNumbers .numbersContents.content_02 .count strong{
  display: block;
  line-height: 1;
}
.pageKnowNumbers .numbersContents.content_08 .box .contents .count span{
  font-size: 2.4rem;
}
.pageKnowNumbers .numbersContents.content_08 .box:last-of-type .contents .count.unique span:first-of-type{
  position: relative;
  top: -20px;
}
.pageKnowNumbers .numbersContents.content_08 .box:last-of-type .contents .count.unique span:last-of-type{
  position: relative;
  top: 20px;
}
.pageKnowNumbers .numbersContents.content_08 .box .contents .count.unique + .note{
    right: -154px;
    top: -40px;
}
@media screen and (max-width: 960px) {
  .pageKnowNumbers .numbersContents.content_08 .box:last-of-type .contents .count.unique{
    display: block;
    text-align: center;
    line-height: 1;
  }
  .pageKnowNumbers .numbersContents.content_08 .box:last-of-type .contents .count.unique span:first-of-type{
    display: block;
    margin: 0 auto 5px;
    top: initial;
  }
  .pageKnowNumbers .numbersContents.content_08 .box:last-of-type .contents .count.unique span:last-of-type{
    display: block;
    margin: 0 auto;
    top: initial;
  }
  .pageKnowNumbers .numbersContents.content_08 .box .contents .count.unique + .note{
    right: initial;
    top: initial;
    margin: 10px auto 30px;
  }
  
}