@charset "UTF-8";

#materiality_wrap img {
  vertical-align: middle;
}

@media screen and (max-width: 640px){
  #materiality_wrap {
    padding: 0 10px;
  }
}

/* ------------------------------
	reset
------------------------------ */

figure {
  margin: 0;
  padding: 0;
}

/* ------------------------------
	module
------------------------------ */

@media screen and (max-width: 640px){
  .font-md,
  .font-md-w {
    font-size: 15px;
  }
  
  .sp_mgt-md {
    margin-top: 15px !important;
  }
  
  .sp_mgt-lg {
    margin-top: 20px !important;
  }
  
  .sp_mgt-xl {
    margin-top: 30px !important;
  }
  
  .sp_mgb-md {
    margin-bottom: 15px !important;
  }
  
  .sp_mgb-lg {
    margin-bottom: 20px !important;
  }
  
  .sp_mgb-xl {
    margin-bottom: 30px !important;
  }
  
  .sp_text-center {
    text-align: center !important;
  }
  
  .sp_text-left {
    text-align: left !important;
  }
  
  .sp_text-right {
    text-align: right !important;
  }
}


/* ------------------------------
	img
------------------------------ */

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

/* ------------------------------
	見出し
------------------------------ */

/* ---------- 大見出し ---------- */

.page_header {
	width: 100%;
	color: #0952b6;
	text-align: left;
	border-bottom: 2px solid #dddddd;
	box-sizing: border-box;
}

.page_header .page_heading {
	display: inline-block;
	margin: 0;
	position: relative;
}

.page_header .page_heading:before {
	content: "";
	width: calc(100% + 20px);
	height: 2px;
	background-color: #0952b6;
	position: absolute;
	bottom: -12px;
	left: -10px;
}

@media screen and (min-width: 641px), print {
  .page_header {
    padding: 3px 10px 10px;
  }
  
  .page_header .page_heading {
    font-size: 32px;
    letter-spacing: 1px;
  }
  
  .page_header .page_heading:before {
    left: -10px;
  }
}

@media screen and (max-width: 640px){
  .page_header {
    padding: 3px 5px 10px;
  }
  
  .page_header .page_heading {
    font-size: 20px;
  }
  
  .page_header .page_heading:before {
    left: -5px;
  }
}

/* ---------- 中見出し ---------- */

@media screen and (max-width: 640px){
  .heading-article {
    font-size: 18px;
    letter-spacing: 0;
  }
  
  .heading-line {
    font-size: 16px;
  }
}

/* ------------------------------
	パンくずリスト
------------------------------ */

@media screen and (max-width: 640px){
  #pan_area {
    width: auto;
    overflow-x: scroll;
  }
  
  #pan_area ul {
    display: table;
    padding-right: 12px;
  }
  
  #pan_area ul li {
    display: table-cell;
    white-space: nowrap;
    word-break: normal;
    float: none !important;
  }
}

/* ------------------------------
	box
------------------------------ */

@media screen and (min-width: 641px), print {
  .box_wrap {
    display: flex;
    justify-content: space-between;
  }
  
  .box_wrap .box_img {
    width: 50%;
  }
  
  .box_wrap .box_text {
    /*width: 454px;*/
    width: calc( 50% - 40px );
  }
}

@media screen and (max-width: 640px){
  .box_wrap .box_text {
    margin-bottom: 15px;
  }
}

/* ------------------------------
	テーブル
------------------------------ */

.table_sdgs {
  width: 100%;
  border-collapse: collapse;
}

.table_sdgs th,
.table_sdgs td {
  border: 1px solid #7fa0ce;
  box-sizing: border-box;
}

.table_sdgs th {
  background-color: #0a52b6;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.table_sdgs td {
  background-color: #f0f4fa;
  background-clip: padding-box;
  position: relative;
}

.table_sdgs td:not(:last-child) {
  font-weight: bold;
}

.table_sdgs td {
  background-color: #f0f4fa;
  background-clip: padding-box;
  position: relative;
}

.table_sdgs td.global_wrap .icon-global {
  margin: 0;
}

.table_sdgs td .icon_wrap {
  display: flex;
  flex-wrap: wrap;
}

.table_sdgs td .icon_wrap figure {
  text-align: center;
}

.table_sdgs td .icon_wrap figure img {
  width: 55px;
}

.table_sdgs td figure figcaption {
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 641px), print {
  .table_sdgs th,
  .table_sdgs td {
    font-size: 16px;
    line-height: 1.8;
  }
  
  .table_sdgs th {
    padding: 13px 20px;
  }
  
  .table_sdgs td {
    padding: 20px;
    vertical-align: top;
  }
  
  .table_sdgs td.global_wrap .icon-global {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  
  .table_sdgs .col-effort {
    width: 300px;
  }
  
  .table_sdgs .col-kpi {
    width: 462px;
  }
  
  .table_sdgs .col-icon {
    width: 245px;
  }
  
  .table_sdgs .col-supply {
    width: 200px;
  }
  
  .table_sdgs td .icon_wrap {
    justify-content: center;
  }
  
  .table_sdgs td .icon_wrap figure {
    margin: 0 5px;
  }
}

@media screen and (max-width: 640px){
  .table_sdgs th,
  .table_sdgs td {
    display: block;
  }
  
  .table_sdgs .hanging th,
  .table_sdgs .hanging td {
    display: table-cell;
  }
  
  .table_sdgs tr:not(:first-child) th {
    border-top: none !important;
  }
  
  .table_sdgs td {
    border-top: none !important;
    overflow: hidden;
  }
  
  .table_sdgs td.global_wrap .icon-global {
    margin-top: 5px;
    float: right;
  }
  
  .table_sdgs tr:not(:last-child) td {
    font-weight: bold;
  }
  
  .table_sdgs th,
  .table_sdgs td {
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .table_sdgs td .icon_wrap figure {
    margin-right: 10px;
  }
}

/* ---------- table_sdgs_bcp ---------- */

@media screen and (min-width: 641px), print {
  .table_sdgs_bcp .col-effort {
    width: 425px;
  }
  
  .table_sdgs_bcp .col-icon {
    width: 120px;
  }
}



/* ------------------------------
	VISION2025
------------------------------ */

@media screen and (min-width: 641px), print {
  .vision_wrap {
    margin-bottom: 50px !important;
  }
  
  .vision_img {
    width: 928px;
    margin: 0 auto;
  }
  
  .vision_img .sp_hide {
    position: relative;
  }
  
  .vision_img .sp_hide p {
    position: absolute;
    right: 0;
    top: 962px;
  }
}

/* ------------------------------
	製品・サービスによる価値創造のマテリアリティ
------------------------------ */

/* ---------- テーブル ---------- */

.table_strategy {
  width: 100%;
  border-collapse: collapse;
}

.table_strategy th,
.table_strategy td {
  border: 1px solid #7fa0ce;
  box-sizing: border-box;
}

.table_strategy th {
  background-color: #d0e0f7;
}

.table_strategy td {
  vertical-align: top;
}

.table_strategy td .icon_wrap {
  display: flex;
  flex-wrap: wrap;
}

.table_strategy td .icon_wrap figure {
  width: 55px;
}

.table_strategy td .icon_wrap figure figcaption {
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 641px), print {
  .table_strategy th,
  .table_strategy td {
    font-size: 16px;
    line-height: 1.8;
  }
  
  .table_strategy th {
    padding: 13px 15px;
    text-align: center;
  }
  
  .table_strategy td {
    padding: 15px;
  }
  
  .table_strategy .col-grow {
    width: 180px;
  }
  .table_strategy .col-action {
    /*width: 454px;*/
  } 
  .table_strategy .col-social {
    /*width: 204px;*/
    width: 200px;
  }
  .table_strategy .col-sdgs {
    /*width: 170px;*/
    width: 162px;
  }
  .table_strategy .col-icon {
    width: 50px;
  }
  
  .table_strategy td .icon_wrap {
    justify-content: center;
  }
  
  .table_strategy td .icon_wrap figure {
    margin: 0 5px;
  }
}

@media screen and (max-width: 640px){
  .table_strategy caption {
    padding: 0;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    text-align: left;
    vertical-align: middle;
  }
  
  .table_strategy caption::after {
    content: "";
    display: block;
    clear: both;
  }
  
  .table_strategy caption span {
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 8px;
    border: 1px solid #7fa0ce;
    background-color: #e4ebf5;
    font-weight: bold;
  }
  
  .table_strategy caption i {
    display: block;
    width: 60px;
    margin-right: 10px;
    float: left;
  }
  
  .table_strategy th,
  .table_strategy td {
    display: block;
    padding: 18px 15px;
    font-size: 15px;
    line-height: 1.6;
  }
  
  .table_strategy th {
    /*width: 92px;*/
    text-align: left;
    vertical-align: top;
  }
  
  .table_strategy tr:not(:first-child) th {
    border-top: none !important;
  }
  
  .table_strategy td {
    border-top: none !important;
  }
  
  .table_strategy td.sp_flex {
    display: flex;
    padding: 0;
  }
  
  .table_strategy td.sp_flex div {
    padding: 15px;
    border-right: 1px solid #7fa0ce;
  }
  
  .table_strategy td.sp_flex p {
    padding: 15px;
  }
  
  .table_strategy td .icon_wrap figure {
    margin-right: 10px;
  }
}

/* ---------- アイコン ---------- */

.table_strategy td i {
  width: 14px;
  height: 14px;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
}

.table_strategy td i.icon_env,
.table_strategy td i.icon_beam,
.table_strategy td i.icon_parts {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.table_strategy td i.icon_env {
  background-color: #0a52b6;
}
.table_strategy td i.icon_beam {
  background-color: #f39800;
}
.table_strategy td i.icon_parts {
  background-color: #e5004f;
}

.icon_cate p {
  /*
  display: flex;
  align-content: center;
  align-items: center;
  */
}

.icon_cate p.icon_env {
  color: #0a52b6;
}
.icon_cate p.icon_beam {
  color: #f39800;
}
.icon_cate p.icon_parts {
  color: #e5004f;
}

.icon_cate p i {
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.icon_cate p.icon_env i {
  background-color: #0a52b6;
}
.icon_cate p.icon_beam i {
  background-color: #f39800;
}
.icon_cate p.icon_parts i {
  background-color: #e5004f;
}

@media screen and (min-width: 641px), print {
  .icon_cate {
    /*display: flex;*/
    /*justify-content: flex-start;*/
  }
  
  .icon_cate p:not(:last-child) {
    margin-right: 25px;
  }
  
  .icon_cate p i {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 640px){
  .icon_cate i {
    width: 14px;
    height: 14px;
    line-height: 14px;
  }
}

/* ------------------------------
	基盤強化に向けた取組のマテリアリティ
------------------------------ */

@media screen and (min-width: 641px), print {
  .base_wrap {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 640px){
}