  @charset “UTF-8”;

/* ======================================================
* style.css
* ------------------------------------------------------
* - Reset
* - Common
* -- Header
* -- Footer
* - @media print, screen and (min-width: 768px)
* - @media print, screen and (max-width: 767px)
====================================================== */

/* ------------------------------------------------------
* Reset
------------------------------------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
del, dfn, em, img, strong, 
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tr, th, td,
.footer, .header, .section, summary {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul li {list-style: none;}
ul{padding: 0px;}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #666;
    border: none;
}
a img{
    border:none;
}
a:hover{
  color: #00a7a4;
  text-decoration: underline;
}

/* ------------------------------------------------------
* Common
------------------------------------------------------ */
html{
    font-family:Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
}
body {
    background: #efefef;

    padding: 0;
    margin: 0;
}
.wrap{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
section{margin-bottom: 30px;}
.branch{
  margin-bottom: 20px;
}
ul.branch:after{
    content: "";
  display: block;
  clear: both;
}
ul.branch li{
    float: left;
}
ul.branch li a:hover{
    text-decoration: underline;
}
ul.branch li:after{
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 10px 0px 10px;
  color: #666;
  font-size: 50%;
}
ul.branch li.lastbranch:after{
    content: " ";
}


html body p.note{font-size: 12px; line-height: 1.5em; font-weight: normal; display: inline-block;}
/* -----ヘッダー ----- */

header{
    background: #ffffff;
    height:52px;
    width: 100%;
    padding: 0 15px 0 10px;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}
header img{margin-top:5px;}
header > div{
  width: 960px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

p{margin: 0; padding: 0;}
header a.txtlink{
    right: 15px;
    left: auto;
    width: auto;
    padding-left: 18px;
    background: url(/english/sustainabilityreport/download/2023/common/images/ar.jpg) no-repeat left center;
    background-size: 12px;
    font-size: 12px;
    line-height: 52px;
    position: absolute;
    color: #000;
    text-decoration: none;

}
header a.txtlink:hover{
  color: #00a7a4;
  text-decoration: underline;
}



/* -----フッター ----- */
body .footer{ background: #ffffff;
    width: 100% !important;
    padding: 20px 0 !important;
    position: relative !important;
    margin-top: 90px;}
.copyright{
    display: block !important;
    text-align: right !important;
    font-size: 9px !important;
    line-height: 1;
}



.pagetop{
    position: fixed;
    bottom: 84px;
    right: 20px;
    z-index: 7;
}
.pagetop .top-btn {
    width: 80px;
    height: 40px;
}
/* 見出し関連 */
.c-heading-a{
  color: #fff !important;
  border-left:none !important;
  padding: 5px 15px !important;
  margin: 0 0 20px 0;
}
.mat1 .c-heading-a{background: #009E3B;}
.mat2 .c-heading-a{background: #2a85bd;}
.mat3 .c-heading-a{background: #bf8d36;}
.mat4 .c-heading-a{background: #eb6e8f;}
.mat5 .c-heading-a{background: #e3a903;}
.mat6 .c-heading-a{background: #0f5c9e;}


/* テキスト関連 */
.txt_l{text-align: left;}
.txt_r{text-align: right;}
#materiality p.txt_r.table_note{
  margin-bottom: 3px;
}
.txt_c{text-align: center;}
.bold{font-weight: bold;}

.fnt_s_50{font-size: 50%;}
.fnt_s_80{font-size: 80%;}
.fnt_s_100{font-size: 100%;}
.fnt_s_110{font-size: 110%;}
.fnt_s_120{font-size: 120%;}
.fnt_s_130{font-size: 130%;}
.fnt_s_140{font-size: 140%;}
.fnt_s_150{font-size: 150%;}
.fnt_s_160{font-size: 160%;}
.fnt_s_170{font-size: 170%;}
.fnt_s_180{font-size: 180%;}
.fnt_s_190{font-size: 190%;}
.fnt_s_200{font-size: 200%;}
.fnt_s_170, #materiality h4.fnt_s_170{font-size: 170%;}


.green{color: green;}
.yellow{color: #d4a630;}
.pink{color: #77006b;}
.crp{color: #00a7a4;}
.blue, .fa-smile{color: #077fe2;}
.red, .fa-frown{color: #cf0000;}
.white, #materiality h4.white{color:#fff;}

.bg_white{background: white;}
.bg_green{background: #bfd9c3;}
.bg_green_b{background: #95b59a;}
.bg_blue{background: #c1e7fc;}
.bg_darkblue{background: rgb(8, 180, 248); color: #fff;}
.bg_orange{background: #ffe3c6;}
.bg_pink{background: #fedff1;}
.bg_yellow{background: #fffad1;}
.bg_purple{background: #e2d6ff;}
.bg_gray{background: #f0f0f0;}
.bg_darkgray{background: #292929; color: #fff;}
.bg_crp{background: #00a7a4; color: #fff;}

#materiality table td.brd_bm_dot{border-bottom: 1px dotted #000 !important;}
#materiality table td.brd_top_no{border-top: none !important;}

.dot > li{
  list-style: disc;
  margin-left: 1.5em;
}
.iii > li{
  list-style-type:  lower-roman;
  margin-left: 1em;
}
.abc > li{
  list-style: lower-latin;
  margin-left: 1em;
}
.dec > li{
  list-style: decimal;
  margin-left: 1em;
}
table .abc, table .iii, table.dot{
  margin: 0;
}
.gri table a{
  display: block;
}

.mat1 .mat_color{color: #009E3B;}
.mat2 .mat_color{color: #2a85bd;}
.mat3 .mat_color{color: #bf8d36;}
.mat4 .mat_color{color: #eb6e8f;}
.mat5 .mat_color{color: #e3a903;}
.mat6 .mat_color{color: #0f5c9e;}

/* レイアウト */
.f_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.f_box.col3 > div, #materiality .f_box.col3 > div{
  width: 32%;
}
.f_box.attempt{
  flex-wrap: wrap;
}
#materiality .f_box.r_img_m .txt_box, .f_box.r_img_m .txt_box{
  width: 65% !important;
}
#materiality .f_box.r_img_m .img_box, .f_box.r_img_m .img_box{
  width: 30%;
}
#materiality .f_box.attempt > div{
  width: 150px;
  margin-right: 20px;
  position: relative;
  text-align: center;
  transition: .3s;
}
#materiality .f_box.attempt > div:last-child{
  margin-right: auto;
}
#materiality .f_box.attempt > div:hover, .attempt > div:hover{
  opacity: .8;
  text-decoration: underline;
}
#materiality .f_box.attempt > div a{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.attempt > div{
  position: relative;
  width: 100%;
  height: 100%;
}
.attempt > div a{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}
#materiality .f_box.attempt > div img{
  margin-bottom: 10px;
}
.f_box.bottom{
  align-items: flex-end;
}
.f_box.middle{
  align-items: center;
}
.f_box.center{
  justify-content: center;
}
.pdf_icon, .pdf_icon_2{
  position:relative;
}


.f_box.left{
  justify-content: left;
}

.pdf_icon::after{
  content: url(/english/sustainabilityreport/download/2023/common/images/com_ic14.gif);
  width:13px;
  height: 13px;
  display: inline-block;
  position:relative;
  
}
.pdf_icon_2::before{
  content: url(/english/sustainabilityreport/download/2023/common/images/com_ic14.gif);
  width:13px;
  height: 13px;
  margin-right:10px;
  display: inline-block;
  position:relative;
}
.block{display: block;}
dl{line-height: 1.5em;}
dt{float: left;}
dd{margin-left: 1.3em;}
.ml_2em{margin-left: 2.3em;}
.ml_3em{margin-left: 3.3em;}
.ml_4em{margin-left: 4.3em;}
.ml_5em{margin-left: 5.3em;}
.ml7_5em{margin-left: 7.5em;}

.sympo dt{
  color: #00a7a4;
  font-weight: bold;
}
.sympo dd{
  margin-left: 6.5em;
}
h4 + .sympo{
  margin-top:30px;
}
/* ------------------------
TOPページ
--------------------------- */

.top #dl h1 {
  font-size: 390%;
  margin: 0 0 20px 0;
  color: #00a7a4;
}
.top h2 {
  font-size: 300%;
  margin: 0 0 20px 0;
  color: #00a7a4;
}
.top #dl > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0;
}
.top #dl > div > div:first-child{
    margin-right: auto;
    font-size: 200%;
    background: #00a7a4;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 26px 0 0 ;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.top #dl > div > div:first-child:hover{
    background: #007876;
}
.top #dl > div > div:first-child a{
  color: #fff;
}
.top #dl > div > div:first-child a:hover{
  text-decoration: none;
}
.top #dl > div > div:last-child a{
  font-size: 130%;
  text-decoration: underline;
  position: relative;
  display: block;
  padding: 0 0 0 15px;
}
.top #dl > div > div:last-child a img{
  width:10px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
/* .top #dl > div > div:last-child img:last-child{
  margin-left: 10px;
} */
.top #dl > div > div a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.top #about ul{
  display: flex;
  justify-content: space-between;
}
.top #about ul li{
  width: 32%;
  text-align: center;
  background: #fff ;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
}
.top #about ul li a{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  transition: .3s;
  display: flex;
    align-items: center;
    height: 100%;
   justify-content: center;
}
.top #about ul li a:hover{
  background: rgba(255, 255, 255, 0.365) ;
}
/* ------------------------------------------------- */
.top #message div, .top #kpi div, .top #sect6 div {
  padding:30px;
  width: 100%;
  min-height: 200px;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  border:2px solid #00a7a4;
}
.top #message div{
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect2_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #kpi div{
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect3_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect6 div.sect6_1{
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_1.jpg)no-repeat center center;
  background-size: cover;
  min-height: 148px;
}
.top #sect6 div.sect6_2{
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_2.jpg)no-repeat center center;
  background-size: cover;
  min-height: 148px;
}
.top #sect6 div.sect6_3{
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_3.jpg)no-repeat center center;
  background-size: cover;
  min-height: 148px;
}
.top #sect6 div p{
  font-size: 170%;
  font-weight: bold;
  color: #007876;
}
.top #sect6 div p span{
  font-size: 14px;
  display: block;
}
.top #message div:hover, .top #kpi div:hover, .top #sect6 div:hover{
  opacity: 0.7;
}
.top #message div h3, .top #kpi div h3, .top #sect6 div h3 {
  font-size: 240%;
  margin:0 0 10px 0;
  color: #444;
}
.top #message div a, .top #kpi div a, .top #sect6 div a{
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width: 100%;
  height: 100%;
}
.top #message div p{
  font-size: 130%;
}
.top #message span, .top #kpi span{
  background: #00a7a4;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 50px;
  display: inline-block;
  margin: 10px 0 0 0;
}
/* ------------------------------------------------- */
.top #sect6 div, .top #business div div{
  padding: 20px;
  box-sizing:border-box;
  margin:0 0 20px 0;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  min-height: 130px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.top #sect6 div:hover, .top #business div div:hover{
  opacity: 0.7;
}
.top #business div div p{
  font-size: 130%;
}
.top #sect6 div img, .top #business div div img{
  position: absolute;
  right: 20px;
  top:44%;
}


.top #business div div{
  padding-left: 0px;
}
.top #business div div a{
  display: block;
  position: absolute;
  top:0 ;
  left:0;
  width: 100%;
  height: 100%;
}
.top #business div div p{
  padding: 5px 10px 5px 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.top #business div div.mineral_resources p{background: #c0c6d9;}
.top #business div div.metal_recycling p{background: #46754b;}
.top #business div div.functional_materials p{background: #6d247c;}
.top #business div div.thin_film_materials p{background: #5968a5;}
.top #business div div.tantalum_niobium p{background: #629865;}
.top #business div div.titanium p{background: #275c88;}

.top #business div div.mineral_resources{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect7_3.jpg)no-repeat center center;
  background-size: cover;
}
.top #business div div.metal_recycling{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect7_4.jpg)no-repeat center center;
  background-size: cover;
}
.top #business div div.functional_materials{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect7_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #business div div.thin_film_materials{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect7_2.jpg)no-repeat center center;
  background-size: cover;
}
.top #business div div.tantalum_niobium{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect7_5.jpg)no-repeat center center;
  background-size: cover;
}
.top #business div div.titanium{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect7_6.jpg)no-repeat center center;
  background-size: cover;
}
/* ------------------------------------------------- */
.top #vision, .top #business{
  background: url(/english/sustainabilityreport/download/2023/images/top/index_bg01.jpg) repeat-x top;
    padding: 20px;
}
.top #sect8{
  background: url(/english/sustainabilityreport/download/2023/images/top/index_bg03.jpg) repeat-x top;
    padding: 20px;
}
.top #vision div div, .top #sect8 div div{
  padding: 20px;
  /* background: #fff url(/english/sustainabilityreport/common/images/com_ic03.png) no-repeat; */
  background: #fff;
  background-position: 94% 50%;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  font-size: 120%;
  display: flex;
  align-items: center;
}
.top #vision div div:hover, .top #sect8 div div:hover{
  background: rgba(255, 255, 255, 0.6);
  /* background: rgba(255, 255, 255, 0.6) url(/english/sustainabilityreport/common/images/com_ic03.png) no-repeat; */
  background-position: 94% 50%;
}
.top #vision div div a, .top #sect8 div div a{
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top #business h4{
  font-size: 160%;
  color: #fff;
  font-weight: normal;
  margin: 0 0 16px 0;
}
.top #vision div div.nobg, .top #business div div.nobg, .top #sect8 div div.nobg{
  background: none;
  box-shadow:none;
}
.top .txt_r{
  margin: 0 0 40px 0;
}
.top .txt_r p{
  margin: 10px 0 0 0;
}
.top .txt_r img{
  margin-left: 15px;
}


.top #sect4 > .f_box{
  flex-wrap: wrap;
  justify-content: space-between;
}
.top #sect4 > .f_box >div:nth-child(1){width: 32%;}
.top #sect4 > .f_box >div:nth-child(2){width: 66%;}
.top #sect4 > .f_box >div:nth-child(3){width: 66%;}
.top #sect4 > .f_box >div:nth-child(4){width: 32%;}
.top #sect4 > .f_box >div:nth-child(2) > div > div,
.top #sect4 > .f_box >div:nth-child(3) > div > div{width: 48.5%;}
.sect4_box{
  padding: 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
    min-height: 130px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sect4_box a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.sect4_box p{
  color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    font-size: 130%;
}
.sect4_box p span {
  display: block;
  margin: 0 0 5px 0;
  font-size: 80%;
}
.sect4_box:hover{
  opacity: .5;
}
.top #sect4 > .f_box >div:nth-child(1) .sect4_box{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 > .f_box >div:nth-child(2) > .f_box > div:nth-child(1){
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_2.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 > .f_box >div:nth-child(2) > .f_box > div:nth-child(2){
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_3.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 > .f_box >div:nth-child(3) > .f_box > div:nth-child(1){
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_4.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 > .f_box >div:nth-child(3) > .f_box > div:nth-child(2){
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_5.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 > .f_box >div:nth-child(4) .sect4_box{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_6.jpg)no-repeat center center;
  background-size: cover;
}
.sect4_title{
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 160%;
}
#strategy > div:first-child{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#strategy > div:first-child > div{
  width: 48%;
  text-align: left;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
}
#strategy > div:first-child > div:first-child{
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/model_bg_2.jpg)no-repeat center center;
  background-size: cover;
}
#strategy > div:first-child > div:nth-child(2){
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/future_bg.jpg)no-repeat center center;
  background-size: cover;
}
#strategy > div:first-child > div a{
  width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    transition: .3s;
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 170px;
    font-size: 20px;
    font-weight: bold;  border: 2px solid #00a7a4;
}
#env_sct > h3 + div > div:nth-child(1) a, #scl_sct h3 + div > div:nth-child(1) a{
  position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#env_sct > h3 + div > div:nth-child(1):hover, #scl_sct h3 + div > div:nth-child(1):hover{
  opacity: .5;
}
#strategy h3, #env_sct > h3 + div > div:nth-child(1) h3, #scl_sct h3 + div > div:nth-child(1) h3 {
  font-size: 240%;
  margin: 0 0 10px 0;
  color: #444;
}

#env_sct > h3 + div > div:nth-child(1) p span, #scl_sct h3 + div > div:nth-child(1) p span {
  font-size: 14px;
  display: block;
}
#env_sct > h3 + div{
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 2%;
  grid-template-rows: 130px;
  margin-bottom: 30px;
}
#env_sct > h3 + div > div:nth-child(1){
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_2.jpg)no-repeat center center;
    background-size: cover;
    min-height: 130px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#env_sct > h3 + div > div:last-child{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_1.jpg)no-repeat center center;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
    position: relative;
    min-height: 130px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#env_sct > h3 + div > div:last-child:hover, #scl_sct h3 + div > div:not(:first-child):hover, #gvn_sct h3 + div > div:hover{
  opacity: .5;
}
#env_sct > h3 + div > div:last-child p, #scl_sct h3 + div > div:not(:first-child) p, #gvn_sct h3 + div > div p, #scl_sct .mat2 p{
  color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    font-size: 130%;
}
#env_sct > h3 + div > div:last-child p span, #scl_sct h3 + div > div:not(:first-child) p span, #gvn_sct h3 + div > div p span{
  display: block;
    margin: 0 0 5px 0;
    font-size: 80%;
}
#env_sct > h3 + div > div:last-child a, #scl_sct h3 + div > div:not(:first-child) a, #gvn_sct h3 + div > div a{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#scl_sct h3 + div{
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 20px 2%;
  grid-template-rows: 130px 130px;
  margin-bottom: 30px;
}
#scl_sct h3 + div > div:nth-child(1){
  background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_3.jpg)no-repeat center center;
    background-size: cover;
    margin: 0 0 20px 0;
    min-height: 130px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scl_sct h3 + div > div:not(:first-child), #gvn_sct h3 + div > div{
  padding: 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
    min-height: 130px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#scl_sct h3 + div > div.mat2{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_2.jpg)no-repeat center center;
  background-size: cover;
}
#scl_sct h3 + div > div.mat3{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_3.jpg)no-repeat center center;
  background-size: cover;
}
#scl_sct h3 + div > div.mat4{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_4.jpg)no-repeat center center;
  background-size: cover;
}
#scl_sct h3 + div > div.mat5{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_5.jpg)no-repeat center center;
  background-size: cover;
}
#gvn_sct h3 + div{
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 2%;
  grid-template-rows: 130px;
  margin-bottom: 30px;
}
#gvn_sct h3 + div > div{
  background: url(/english/sustainabilityreport/download/2023/images/top/sect4_6.jpg)no-repeat center center;
    background-size: cover;
}
#gvn_sct{
  background: url(/english/sustainabilityreport/download/2023/images/top/bg_gvn.jpg) repeat-x top;
  padding: 20px;
  margin-bottom:30px
}
#env_sct{
  background: url(/english/sustainabilityreport/download/2023/images/top/bg_env.jpg) repeat-x top;
  padding: 20px;
}
#scl_sct{
  background: url(/english/sustainabilityreport/download/2023/images/top/bg_scl.jpg) repeat-x top;
  padding: 20px;
}

#feature{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature > div{
  width: 32%;
  position: relative;
  min-height: 320px;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
  transition: .5s;
}
#feature > div:hover{opacity: .5;}
#feature > div a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: block;
}
#feature > div:nth-child(1){background:url(/english/sustainabilityreport/download/2023/images/top/feature_1.jpg)no-repeat center center/cover;}
#feature > div:nth-child(2){background:url(/english/sustainabilityreport/download/2023/images/top/feature_2.jpg)no-repeat center center/cover;}
#feature > div:nth-child(3){background:url(/english/sustainabilityreport/download/2023/images/top/feature_3.jpg)no-repeat center center/cover;}
#feature > div p{
  background: #00a7a4;
  padding: 10px 15px;
  font-size: 140%;
  color: #fff;
  min-height: 71px;
}
#feature > div p span{
  display: block;
  font-size: 14px;
  font-weight: bold;
}

/* ------------------------
バックナンバーページ
--------------------------- */

#download .f_box > div{
  width: 48%;
  margin: 0 0 20px 0 ;
}
#download .f_box > div > ul.f_box{
  justify-content: flex-start;
}
#download .f_box > div > ul li:first-child{
  width: 125px;
  margin-right: 10px;
}
#download .f_box > div > ul li:first-child img{
  width: 100%;
}
#download .f_box > div > ul li:last-child img{
  margin: 0 10px 0 0;
}
#download .f_box > div > ul li:last-child a{
  display: block;
  margin: 0 0 10px 0;
}
/* ------------------------
トップメッセージページ
--------------------------- */
#topmessage   section img{
  width: 100%;
}
#topmessage section{
  margin: 0 0 40px 0 ;
}
#topmessage h4{
  color: #00a7a4;
  font-size: 150%;
  font-weight: bold;
}
#topmessage h4 span{
  font-size: 80%;
  color: #000;
  display: block;
  margin: 0 0 6px 0 ;
}
#topmessage h5{
  color: #00a7a4;
  font-size: 100%;
  font-weight: bold;
}
#topmessage .f_box div{
  width: 48%;
}
#topmessage .f_box div.img_box{
  width: 30%;
}
#topmessage .f_box div.txt_box{
  width: 66%;
}
#topmessage p{
  margin-bottom: 20px;
}
/* ------------------------
マテリアリティページ
--------------------------- */
#materiality h3{
  font-size: 200%;
  color: #00a7a4;
  font-weight: bold;
  border-left: 10px solid #00a7a4;
  padding: 0 0 0 10px;
  margin: 1em 0;
}
#materiality h3.no_l_bord{
  border-left: none !important;
  padding: 0;
}
#materiality h4{
  font-size: 140%;
  color: #00a7a4;
  font-weight: bold;
  margin-top:0;
  margin-bottom: 5px;
}
#materiality h4.action{
  /* margin-bottom: -10px; */
  margin-top: 0;
}
#materiality.mat1 h4.action, #materiality.mat2 h4.action, #materiality.mat3 h4.action, #materiality.mat4 h4.action, #materiality.mat5 h4.action, #materiality.mat6 h4.action{
  /* margin-bottom: -20px; */
}
#materiality.mat1 h4.action, #materiality.mat1 h3, #materiality.mat1 h5::before, .mat1 .fa-caret-right, #materiality.mat1 .mat_colmn .inner h5, #materiality.mat1 h4, #materiality.mat1 .topics_inner h6, #materiality.mat1 h6{color: #009E3B;}
#materiality.mat2 h4.action, #materiality.mat2 h3, #materiality.mat2 h5::before, .mat2 .fa-caret-right, #materiality.mat2 .mat_colmn .inner h5, #materiality.mat2 h4, #materiality.mat2 .topics_inner h6, #materiality.mat2 h6{color: #2a85bd;}
#materiality.mat3 h4.action, #materiality.mat3 h3, #materiality.mat3 h5::before, .mat3 .fa-caret-right, #materiality.mat3 .mat_colmn .inner h5, #materiality.mat3 h4, #materiality.mat3 .topics_inner h6, #materiality.mat3 h6{color: #bf8d36;}
#materiality.mat4 h4.action, #materiality.mat4 h3, #materiality.mat4 h5::before, .mat4 .fa-caret-right, #materiality.mat4 .mat_colmn .inner h5, #materiality.mat4 h4, #materiality.mat4 .topics_inner h6, #materiality.mat4 h6{color: #eb6e8f;}
#materiality.mat5 h4.action, #materiality.mat5 h3, #materiality.mat5 h5::before, .mat5 .fa-caret-right, #materiality.mat5 .mat_colmn .inner h5, #materiality.mat5 h4, #materiality.mat5 .topics_inner h6, #materiality.mat5 h6{color: #e3a903;}
#materiality.mat6 h4.action, #materiality.mat6 h3, #materiality.mat6 h5::before, .mat6 .fa-caret-right, #materiality.mat6 .mat_colmn .inner h5, #materiality.mat6 h4, #materiality.mat6 .topics_inner h6, #materiality.mat6 h6{color: #0f5c9e;}

#materiality.mat1 h3{border-left: 10px solid #009E3B;}
#materiality.mat2 h3{border-left: 10px solid #2a85bd;}
#materiality.mat3 h3{border-left: 10px solid #bf8d36;}
#materiality.mat4 h3{border-left: 10px solid #eb6e8f;}
#materiality.mat5 h3{border-left: 10px solid #e3a903;}
#materiality.mat6 h3{border-left: 10px solid #0f5c9e;}

.mat1 .column, .mat1 .voice span, .mat1 .bg_crp, .mat1 .topics_title, #materiality.mat1 h4.action span{background: #009E3B;}
.mat2 .column, .mat2 .voice span, .mat2 .bg_crp, .mat2 .topics_title, #materiality.mat2 h4.action span{background: #2a85bd;}
.mat3 .column, .mat3 .voice span, .mat3 .bg_crp, .mat3 .topics_title, #materiality.mat3 h4.action span{background: #bf8d36;}
.mat4 .column, .mat4 .voice span, .mat4 .bg_crp, .mat4 .topics_title, #materiality.mat4 h4.action span{background: #eb6e8f;}
.mat5 .column, .mat5 .voice span, .mat5 .bg_crp, .mat5 .topics_title, #materiality.mat5 h4.action span{background: #e3a903;}
.mat6 .column, .mat6 .voice span, .mat6 .bg_crp, .mat6 .topics_title, #materiality.mat6 h4.action span{background: #0f5c9e;}

#materiality.mat1 .box{border: 2px solid #009E3B;}
#materiality.mat2 .box{border: 2px solid #2a85bd;}
#materiality.mat3 .box{border: 2px solid #bf8d36;}
#materiality.mat4 .box{border: 2px solid #eb6e8f;}
#materiality.mat5 .box{border: 2px solid #e3a903;}
#materiality.mat6 .box{border: 2px solid #0f5c9e;}

.box2{
  padding: 15px;
  background: #fff;
}
.mat2 .voice .box2{background: #DAE6F2;}

.box3{background: #FFFCDB;padding: 20px; margin-bottom:20px;}
.box4{background: #dff2fc;padding: 20px; margin-bottom:20px;}
.box5{background: #fff;padding: 20px; margin-bottom:20px;}
.box3 h4{color: #f6ab00 !important;}
.box4 h4{color: #0081cc !important;}

#materiality h4.action span{
  background: #00a7a4;
  color: #fff;
  padding: 5px 10px;
  font-size: 90%;
}

#materiality h4.action + h3{
  border:none;
  padding: 0;
}
#materiality h5{
  font-size: 110%;
  color: #000;
  font-weight: bold;
  margin: 0 0 10px 0;
  }
#materiality h5::before{
  content: "■";
  color:  #00a7a4;
  font-weight: bold;
  margin-right: 5px;
}
#materiality h6{
  font-size: 100%;
  font-weight: bold;
  color:  #00a7a4;
  margin: 0 0 8px 0;
}
#materiality .wrap section img{
  width: 100%;
}
#materiality .wrap section img.no_w{
  width:unset;
}
#materiality .wrap section .note img {
    width: 12px;
    margin: 0 5px 0 0;
}
#materiality .wrap section .sdgs img{
  width:55px;
}
#materiality p{
  margin: 0 0 20px 0;
}
#materiality table{
    background: #fff;
    border:1px solid #666;
    border-collapse:collapse;
    margin-bottom: 20px;
}
#materiality table th{
  font-weight: bold;
  padding: 15px;
  border:1px solid #666;
  vertical-align: middle;
}
#materiality table td{
  padding: 15px;
  border:1px solid #666;
  vertical-align: middle;
}
.mat2 thead th, .bg_g{background: #ccc;}
.mat2 tbody th{background: rgb(195, 218, 245);}

.mat1 .mat_color_bg{background: #e4ffee;}
.mat2 .mat_color_bg{background: rgb(195, 218, 245);}
.mat3 .mat_color_bg{background: #ffe2b1;}
.mat4 .mat_color_bg{background: #ffcedd;}
.mat5 .mat_color_bg{background: #fff5d8;}
.mat6 .mat_color_bg{background: #e3f2ff;}

.mat2 .box2 span{background:#2a85bd;padding: 3px 10px; color: #fff;margin-right: 10px;font-weight: bold;}

#materiality .f_box > div{
  width: 48%;
}
#materiality .box{
  padding: 20px 20px 0 20px;
  border: 2px solid #00a7a4;
  background: #fff;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.w120{width:167px;}
.w100{width:100%;}

.ml30{margin-left: 30px !important;}

.pdf_dl a{
  display: block;
  text-align: center;
  background: #00a7a4;
  padding: 20px;
  position: relative;
  transition: .3s;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
}
.pdf_dl a:hover{
  background: #007876;
}


.topics_title{
  background: #00a7a4;
  color: #fff;
  position: relative;
  padding: 5px 42px 3px 10px ;
  font-size: 20px;
  margin-right: -33px;
  line-height: 1.3;
  z-index:-1;
  display: inline-block;
}
.topics_title:before {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  border: none;
  border-right: solid 40px #efefef;
  border-bottom: solid 79px transparent;
  z-index:-2
}
.topics_inner{
  background-color:#fff ;
  padding: 20px;
}
#materiality .topics_inner h6{
  font-size: 140%;
  font-weight: normal;
}

.column{
  background: #00a7a4;
  color: #fff;
  padding: 10px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 200%;
  text-align: center;
  box-sizing: border-box;
}

.voice{
  background: #fff;
  padding: 0 40px 20px 40px;
}
.voice span{
  background: #00a7a4;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 180%;
  margin-bottom: 20px;
}

#materiality .voice p.note{
  margin-bottom: 5px;
}
#materiality p.name{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0;
}
#materiality .voice .f_box > div.l_box{
  width: 15%;
}

#materiality .voice .f_box > div.r_box{
  width: 80%;
}

.voice .voice, .topics .voice{
  background: #efefef;
}

.voice .l_box img, .voice .r_box img, .topics .l_box img.topics .r_box img{
  /* margin: 0 auto;
  position: relative; */
  display: block;
  margin-bottom: 10px;
}
.mat_colmn{
  margin-bottom: 60px;
}
.mat_colmn .title{
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
  margin: 0;
  font-size: 200%;
}
.mat_colmn .title img{
  width: 50px!important;
  height: 50px;
  margin-right: 10px;
}
.mat_colmn .inner{
  background: #fff;
  padding: 20px 20px 10px 20px;
}
#materiality .mat_colmn .inner h5::before{
  content: none;
}
#materiality .mat_colmn .inner h5{font-size: 150%; font-weight: normal;}
.mat1 .mat_colmn .title{background: #009E3B;}
.mat2 .mat_colmn .title{background: #2a85bd;}
.mat3 .mat_colmn .title{background: #bf8d36;}
.mat4 .mat_colmn .title{background: #eb6e8f;}
.mat5 .mat_colmn .title{background: #e3a903;}
.mat6 .mat_colmn .title{background: #0f5c9e;}

#materiality .mat_colmn  h6{
  color:#000;
}



#materiality.overview .f_box{
  display: flex;
  justify-content: space-between;
}
#materiality.overview .f_box > div:nth-child(1){
  width: 65%;
}
#materiality.overview .f_box > div:nth-child(2){
  width: 30%;
}

#materiality.overview h4{
  font-size: 20px;
  font-weight: bold;
}
#materiality h4.emphasis{
  position: relative;
}
#materiality h4.emphasis::before{
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}
#materiality h4.emphasis span{
  background: #efefef;
  z-index: 10;
  padding: 0 10px 0 0;
  position: relative;
}
#materiality h4.emphasis + ul{
  margin-bottom:20px ;
  padding-bottom:20px;
  border-bottom:1px solid #000;
}
#materiality.ovv1 h4, #materiality.ovv1 h6, #materiality.stronger .ovv1 h5::before, #materiality.stronger .ovv1 p.share{color: #6d247c;}
#materiality.ovv2 h4, #materiality.ovv2 h6, #materiality.stronger .ovv2 h5::before, #materiality.stronger .ovv2 p.share{color: #5868a5;}
#materiality.ovv3 h4, #materiality.ovv3 h6, #materiality.stronger .ovv3 h5::before, #materiality.stronger .ovv3 p.share{color: #629865;}
#materiality.ovv4 h4, #materiality.ovv4 h6, #materiality.stronger .ovv4 h5::before, #materiality.stronger .ovv4 p.share{color: #98a2bf;}
#materiality.ovv5 h4, #materiality.ovv5 h6, #materiality.stronger .ovv5 h5::before, #materiality.stronger .ovv5 p.share{color: #46754b;}
#materiality.ovv6 h4, #materiality.ovv6 h6, #materiality.stronger .ovv6 h5::before, #materiality.stronger .ovv6 p.share{color: #275c88;}
#materiality.ovv1 .topics_title, #materiality.ovv1 h4.emphasis::before{background: #6d247c;}
#materiality.ovv2 .topics_title, #materiality.ovv2 h4.emphasis::before{background: #5868a5;}
#materiality.ovv3 .topics_title, #materiality.ovv3 h4.emphasis::before{background: #629865;}
#materiality.ovv4 .topics_title, #materiality.ovv4 h4.emphasis::before{background: #98a2bf;}
#materiality.ovv5 .topics_title, #materiality.ovv5 h4.emphasis::before{background: #46754b;}
#materiality.ovv6 .topics_title, #materiality.ovv6 h4.emphasis::before{background: #275c88;}
#materiality.ovv1 h4.emphasis + ul{border-bottom:1px solid #6d247c;}
#materiality.ovv2 h4.emphasis + ul{border-bottom:1px solid #5868a5;}
#materiality.ovv3 h4.emphasis + ul{border-bottom:1px solid #629865;}
#materiality.ovv4 h4.emphasis + ul{border-bottom:1px solid #98a2bf;}
#materiality.ovv5 h4.emphasis + ul{border-bottom:1px solid #46754b;}
#materiality.ovv6 h4.emphasis + ul{border-bottom:1px solid #275c88;}

#materiality.stronger h5{
  font-size: 140%;
}
#materiality.stronger h5 span{
  font-size: 12px;
}
#materiality.stronger p.share{
  font-weight: bold;
  font-size: 120%;
}
#materiality.stronger p.share span{
  font-size: 250%;
}
#materiality p.name span{
  font-weight: normal;
  font-size: 12px;
}
.stronger .ovv1, .stronger .ovv2,.stronger .ovv3,.stronger .ovv4,.stronger .ovv5,.stronger .ovv6{
  background: #fff;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
.timeline dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  margin-bottom: 0;
}
.timeline dl dt {
  text-align: right;
  width: 8.5em;
  padding: 1.2em 1.0em 0.5em 0.5em;
  position: relative;
  line-height: 1.8;
}
.timeline dl dt::after {
  content: '●';
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 22px;
  color: #00a7a4;
  line-height: 1.8;
}
.timeline dl dd {
  width: calc(100% - 14.2em);
  padding: 0.5em 2.0em 3.0em;
  border-left: 2px solid #ccc;
  line-height: 1.8;
}
.timeline dd{
  margin-left: 0;
}
.timeline dl dd h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.8;
}
#materiality.timeline .f_box > div.f_box_w70{
  width: 70%;
}
#materiality.timeline .f_box > div.f_box_w28{
  width: 28%;
}
#materiality.timeline .box{
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-bottom:20px;
}
.timeline .box > div{
  margin-left: 40px;
}
.timeline .box h2{
  margin: 0;
}
#materiality.timeline .box p{
  margin-bottom: 0;
}
#materiality.timeline .box p.data{
  font-size: 30px;
}
#materiality.timeline .box p.data span{
  color: #00a7a4;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.img_c{
  display: block;
  margin: 0 auto;
}
#materiality .img_title{
  font-size: 120%;
    color: #666;
    margin-bottom: 10px;
}
td.bsns{color: #fff;}
.focus td.bsns{background: #1e1e75;}
.base td.bsns{background: #936421;}
.development td.bsns{background: #5e9c98;}
.esg td.bsns{background: #2a85bd;}
.educ td.bsns{background: #e2b4cf;}

.focus td.img_area{background: url(/english/sustainabilityreport/download/2023/vision/images/plan/img_11.jpg); background-size: cover;width: 20%;}
.base td.img_area{background: url(/english/sustainabilityreport/download/2023/vision/images/plan/img_12.jpg); background-size: cover;width: 20%;}
.development td.img_area{background: url(/english/sustainabilityreport/download/2023/vision/images/plan/img_13.jpg); background-size: cover;width: 20%;}
.esg td.img_area{background: url(/english/sustainabilityreport/download/2023/vision/images/plan/img_14.jpg); background-size: cover;width: 20%;}
.educ td.img_area{background: url(/english/sustainabilityreport/download/2023/vision/images/plan/img_15.jpg); background-size: cover;width: 20%;height: 100px;}

#materiality.global .map{
  background: url(/english/sustainabilityreport/download/2023/vision/images/globalnetwork/img_1.png)no-repeat center center;
  background-size: contain;
}
#materiality.global h5{
  background: #00a7a4;
  color: #fff;
  font-weight: bold;
  padding:10px 20px;
}
#materiality.global h5::before{
  content: none;
}
#materiality.global .box{
  border: none;
  background: #fff url(/english/sustainabilityreport/download/2023/vision/images/globalnetwork/img_2.png)no-repeat bottom right;
  background-size: 27%;
  padding: 40px;
}

.title_2{
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 150%;
}
.title_3{
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 120%;
  text-align: center;
}
.lisk1 .fa-caret-right{color: #559e61;}
.lisk2 .fa-caret-right{color: #0078c1;}
.lisk3 .fa-caret-right{color: #cb9146;}
.lisk1 .title_2, .lisk1 .title_3{background: #559e61;}
.lisk2 .title_2, .lisk2 .title_3{background: #0078c1;}
.lisk3 .title_2, .lisk3 .title_3{background: #cb9146;}
.initiative .title_2, .initiative .title_3{background: #00a7a4;}

.exm{padding:30px 40px;}
.exm a{display: block; padding: 10px 0; border-bottom: #000 solid 1px;}
.exm a:last-child{border-bottom: none;}
.lisk1 .exm{background: #bfd9c3;}
.lisk2 .exm{background: #c1e7fc;}
.lisk3 .exm{background: #ffe3c6;}

.fa-external-link-alt{color: #00a7a4;}

.f_box.middle.w3{
  padding-top: 10vw;
  justify-content: center;
}

#materiality .wrap section img.gri_pdf{
  width: unset;
}
.pos_bottom{
  position: absolute; bottom: 0; left:0;
}

.fnt_100{font-size: 100%;}
.fnt_110{font-size: 110%;}
.fnt_120{font-size: 120%;}
.fnt_130{font-size: 130%;}
.fnt_140{font-size: 140%;}
.fnt_150{font-size: 150%;}
.fnt_160{font-size: 160%;}
.fnt_170{font-size: 170%;}
.fnt_180{font-size: 180%;}
.fnt_190{font-size: 190%;}
.fnt_200{font-size: 200%;}

.bd_top{
  border-top: 1px solid #000;
    padding-top: 10px;
    margin-top:40px
}

#materiality.opinion h2{
  font-size: 300%;
  color: #00a7a4;
}
#materiality.opinion h4{
  border-bottom: 1px solid #00a7a4;
  padding:  0 0 20px 0 ;
  margin: 0 0 30px 0;
}
#materiality.opinion .box h4{
  border-bottom: 1px solid #00a7a4;
  padding:  0 0 10px 0 ;
  margin: 0 0 10px 0;
}
#materiality.opinion .box .name{
  color: #00a7a4;
  font-size: 200%;
  border-bottom: 1px solid #00a7a4;
  padding:  0 ;
  margin: 0 0 10px 0;
}
#materiality.opinion .box .name span{
  color: #000;
  font-weight: bold;
}
#materiality.opinion .box .name span.match_no{
  background: #00a7a4;
  color: #fff;
  padding: 2px 7px;
  margin-right: 5px;
}
.redirect h1{
  color: #00a7a4;
  font-size: 300%;
  margin-bottom:20px;
}
.redirect .btn{
  background: #00a7a4;
  border-radius: 10px;
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
  margin-top:20px;
  transition: .5s;
  font-size: 150%;
  text-decoration: none;
}
.redirect {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
}
.redirect .footer{
  position: absolute!important;
  bottom:0;
  left:0;
}
.redirect .wrap:not(.redirect .footer .wrap){
  padding-top:40px;
}

.box01 {
  display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    color: #fff;
    background: linear-gradient(225deg, transparent 20px, #117f69 20px);
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

#materiality .f_box > div.point, .point {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  margin: 0px 5px 0px 0px;
  width: 60px;
  height: 15px;
  background: #00a7a4;
  color: #fff;
  font-weight: bold;

}

.right{
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #cccccc;
    height: calc(54px / 2 * tan(18deg));
    width: 8px;
}

.per_57{font-size: 57%;}

.p_icon_1:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  padding-right: 10px;
  background-image: url(/english/sustainabilityreport/download/2023/strategy/feature/images/human-capital/img_11.png);
  background-size: contain;
  vertical-align: middle;
}
.p_icon_2:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  padding-right: 10px;
  background-image: url(/english/sustainabilityreport/download/2023/strategy/feature/images/human-capital/img_8.png);
  background-size: contain;
  vertical-align: middle;
}
.p_icon_3:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
  padding-right: 10px;
  background-image: url(/english/sustainabilityreport/download/2023/strategy/feature/images/human-capital/img_25.png);
  background-size: contain;
  vertical-align: middle;
}
.p_icon_4:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 50px;
  background-repeat: no-repeat;
  padding-right: 10px;
  background-image: url(/english/sustainabilityreport/download/2023/strategy/feature/images/human-capital/img_26.png);
  background-size: contain;
  vertical-align: middle;
}

.img_r{
  border-radius: 15px;
}
.h3_y{
  color: #bf8d36 !important;
}

.bg_w {
  background: #00a7a4;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 90%;
}

.box h6>span {
  background: #00a7a4;
  color: #fff;
  padding: 5px 10px;
  font-size: 100%;
}

.hrd_wrap{
  display: flex;
  align-items: center;  
}

/* ------------------------
特集ページ
--------------------------- */

#materiality p {
  margin-bottom: 20px;
}



/* ------------------------------------------------------
* PC 表示用
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
    .sp, html body p.note.sp{display: none;}
    .w3{width: 3%!important;height: 3%!important;}
    .w10{width: 10%!important;}
    .w15{width: 15%!important;}
    .w20{width: 20%!important;}
    .w23{width: 23%!important;}
    .w28{width: 28%!important;}
    .w30{width: 30%!important;}
    .w33{width: 33%!important;}
    .w38{width: 38%!important;}
    .w40{width: 40%!important;}
    .w46{width: 46%!important;}
    .w48{width: 48%!important;}
    .w50{width: 50%!important;}
    .w55{width: 55%!important;}
    .w58{width: 58%!important;}
    .w60{width: 60%!important;}
    .w65{width: 65%!important;}
    .w70{width: 70%!important;}
    .w78{width: 78%!important;}
    .w80{width: 80%!important;}
    .w88{width: 88%!important;}
    .w90{width: 90%!important;}
    .w100{width: 100%!important;}

    .mb0{margin-bottom: 0px !important;}
    .mb5{margin-bottom: 5px !important;}
    .mb10{margin-bottom: 10px !important;}
    .mb20{margin-bottom: 20px !important;}
    .mb30{margin-bottom: 30px !important;}
    .mb40{margin-bottom: 40px !important;}
    .mb50{margin-bottom: 50px !important;}
    .mb60{margin-bottom: 60px !important;}
    .mb65{margin-bottom: 65px !important;}
    .mb70{margin-bottom: 70px !important;}
    .mb80{margin-bottom: 80px !important;}
    .mb90{margin-bottom: 90px !important;}
    .mb100{margin-bottom: 100px !important;}

    .mt0{margin-top: 0px !important;}
    .mt10{margin-top: 10px !important;}
    .mt20{margin-top: 20px !important;}
    .mt30{margin-top: 30px !important;}
    .mt40{margin-top: 40px !important;}
    .mt50{margin-top: 50px !important;}
    .mt60{margin-top: 60px !important;}
    .mt65{margin-top: 65px !important;}
    .mt70{margin-top: 70px !important;}
    .mt80{margin-top: 80px !important;}
    .mt90{margin-top: 90px !important;}
    .mt100{margin-top: 100px !important;}

    .ml0{margin-left: 0px !important;}
    .ml10{margin-left: 10px !important;}
    .ml20{margin-left: 20px !important;}
    .ml30{margin-left: 30px !important;}
    .ml40{margin-left: 40px !important;}
    .ml50{margin-left: 50px !important;}
    .ml60{margin-left: 60px !important;}
    .ml65{margin-left: 65px !important;}
    .ml70{margin-left: 70px !important;}
    .ml80{margin-left: 80px !important;}
    .ml90{margin-left: 90px !important;}
    .ml100{margin-left: 100px !important;}
}
/* ------------------------------------------------------
* SP 表示用
------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .w3sp{width: 3%!important;height: 3%!important;}
  .w10sp{width: 10%!important;}
  .w20sp{width: 20%!important;}
  .w28sp{width: 28%!important;}
  .w30sp{width: 30%!important;}
  .w40sp{width: 40%!important;}
  .w46sp{width: 46%!important;}
  .w50sp{width: 50%!important;}
  .w55sp{width: 55%!important;}
  .w58sp{width: 58%!important;}
  .w60sp{width: 60%!important;}
  .w65sp{width: 65%!important;}
  .w70sp{width: 70%!important;}
  .w78sp{width: 78%!important;}
  .w80sp{width: 80%!important;}
  .w90sp{width: 90%!important;}
  .w100sp{width: 100%!important;}
  
  .mb0sp{margin-bottom: 0px !important;}
  .mb5sp{margin-bottom: 5px !important;}
  .mt0sp{margin-top: 0px !important;}
  .mt10sp{margin-top: 10px !important;}
  .mt20sp{margin-top: 20px !important;}
  .mb10sp{margin-bottom: 10px !important;}
  .mb20sp{margin-bottom: 20px !important;}
  .mb30sp{margin-bottom: 30px !important;}
  .mb40sp{margin-bottom: 40px !important;}
  .mb50sp{margin-bottom: 50px !important;}
  .mb60sp{margin-bottom: 60px !important;}
  .mb65sp{margin-bottom: 65px !important;}
  .mb70sp{margin-bottom: 70px !important;}
  .mb80sp{margin-bottom: 80px !important;}
  .mb90sp{margin-bottom: 90px !important;}
  .mb100sp{margin-bottom: 100px !important;}

  .sp_mb0{margin-bottom: 0px !important;}
  .sp_mt0{margin-top: 0px !important;}
  .sp_mb10{margin-bottom: 10px !important;}
  .sp_mb20{margin-bottom: 20px !important;}
  .sp_mb30{margin-bottom: 30px !important;}
  .sp_mb40{margin-bottom: 40px !important;}
  .sp_mb50{margin-bottom: 50px !important;}
  .sp_mb60{margin-bottom: 60px !important;}
  .sp_mb70{margin-bottom: 70px !important;}
  .sp_mb80{margin-bottom: 80px !important;}
  .sp_mb90{margin-bottom: 90px !important;}
  .sp_mb100{margin-bottom: 100px !important;}
  /* テーブル自動改行とスクロール */
  .table-scroll, .scroll {
    overflow: auto;
    }
  .table-scroll table, .scroll table {
  table-layout: fixed;
  width: 1000px;
  }
  .table-scroll.w900_sp table, .scroll.w900_sp table{width: 900px;}
  .table-scroll.w800_sp table, .scroll.w800_sp table{width: 800px;}
  .table-scroll.w700_sp table, .scroll.w700_sp table{width: 700px;}
  .table-scroll.w600_sp table, .scroll.w600_sp table{width: 600px;}

  .cell_10{width: 10px;}
  .cell_20{width: 20px;}
  .cell_30{width: 30px;}
  .cell_40{width: 40px;}
  .cell_50{width: 50px;}
  .cell_60{width: 60px;}
  .cell_70{width: 70px;}
  .cell_80{width: 80px;}
  .cell_90{width: 90px;}
  .cell_100{width: 100px;}
  .cell_110{width: 110px;}
  .cell_120{width: 120px;}
  .cell_130{width: 130px;}
  .cell_140{width: 140px;}
  .cell_150{width: 150px;}
  .cell_160{width: 160px;}
  .cell_170{width: 170px;}
  .cell_180{width: 180px;}
  .cell_190{width: 190px;}
  .cell_200{width: 200px;}
  .cell_210{width: 210px;}
  .cell_220{width: 220px;}
  .cell_230{width: 230px;}
  .cell_240{width: 240px;}
  .cell_250{width: 250px;}
  .cell_260{width: 260px;}
  .cell_270{width: 270px;}
  .cell_280{width: 280px;}
  .cell_290{width: 290px;}
  .cell_300{width: 300px;}
  .cell_310{width: 310px;}
  .cell_320{width: 320px;}
  .cell_330{width: 330px;}
  .cell_340{width: 340px;}
  .cell_350{width: 350px;}
  .cell_360{width: 360px;}
  .cell_370{width: 370px;}
  .cell_380{width: 380px;}
  .cell_390{width: 390px;}
  .cell_400{width: 100px;}
  .cell_410{width: 410px;}
  .cell_420{width: 420px;}
  .cell_430{width: 430px;}
  .cell_440{width: 440px;}
  .cell_450{width: 450px;}
  .cell_460{width: 460px;}
  .cell_470{width: 470px;}
  .cell_480{width: 480px;}
  .cell_490{width: 490px;}
  .cell_500{width: 500px;}
/* .opinion .w38 img{
    margin:20px 0;
  } */
  .opinion .mb20{margin-bottom:20px;}
  #materiality .f_box.no_wrap > div{width: 48%;}
  
  .pdng20sp{padding: 20px;}

  /* .scroll {
    overflow: auto;
    white-space: nowrap;
  } */
    .pc, .footer.pc, html body p.note.pc{display: none;}
    .wrap{width: 90%;}

    .rotate90{
      transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
      -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
      margin: -40px;
    }
    .rotate90.g_arow{
      width: 20px !important;
    }
    /* ヘッダー */
    header > div{
      width: 100%;
    }
    /* -----フッター ----- */
    .footer{display: block;}
    .copyright{text-align: center !important;}
    .pagetop .top-btn {
        width: 80px;
        height: 40px;
    }
    body .footer p{line-height: 2em;}

    .f_box.col3 > div{
      width: 100%;
    }

    /* sect1 */
    .top #message div {
        background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect2_1_sp.jpg)no-repeat center right;
        background-size: cover;
    }
    .top #dl h1 {font-size: 270%;margin: 0;}
    .top h2 {font-size: 200%;margin: 0;}
    .top #dl > div{display: block;}
    .top #dl > div > div:first-child{
        text-align: center;
        font-size: 150%;
        margin: 20px auto ;
    }
    .top #dl > div > div:last-child{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .top #dl > div > div:last-child a{
      width: 100%;
    }

    .top #dl > div > div.txt_r{
      text-align: left;
    }
    .top #about ul{
      display: block;
    }
    .top #about ul li{
      width: 100%;
      margin-bottom: 20px;
    }

    .top #message div, .top #kpi div, .top #sect6 div {
      padding: 20px;
      min-height: 180px;
    }
    .top #message div h3, .top #kpi div h3, .top #sect6 div h3 {
        font-size: 170%;
    }
    .top #message div p, .top #sect6 div p {
        font-size: 120%;
    }
    .top .txt_r{
      text-align: center;
    }
    .top .txt_r img{
      margin: 0 0 10px 10px;
    }

    .top #sect6 div.sect6_1{
      background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_1.jpg)no-repeat center right;
      background-size: cover;
      min-height: 148px;
    }
    .top #sect6 div.sect6_2{
      background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_2.jpg)no-repeat center right;
      background-size: cover;
      min-height: 148px;
    }
    .top #sect6 div.sect6_3{
      background: #fff url(/english/sustainabilityreport/download/2023/images/top/sect6_3.jpg)no-repeat center right;
      background-size: cover;
      min-height: 148px;
    }

    .top #sect4 > .f_box >div:nth-child(1),
    .top #sect4 > .f_box >div:nth-child(2),
    .top #sect4 > .f_box >div:nth-child(3),
    .top #sect4 > .f_box >div:nth-child(4),
    .top #sect4 > .f_box >div:nth-child(2) > div > div,
    .top #sect4 > .f_box >div:nth-child(3) > div > div{width: 100%;}

    .top #vision div div.pc{display: none;}
    #strategy > div:first-child, #env_sct > h3 + div, #scl_sct h3 + div, #gvn_sct h3 + div{display: block;}
    #feature > div p{
      min-height: auto;
    }
    /* ------------------------
    バックナンバーページ
    --------------------------- */

    #download .f_box > div{
      width: 100%;
      margin: 0 0 20px 0 ;
    }
    #download .f_box > div > ul li:first-child{
      width: 30%;
    }
    /* ------------------------
    トップメッセージページ
    --------------------------- */
    #topmessage .f_box div{
      width: 100%;
      margin-bottom: 20px;
    }

    #materiality .f_box > div, #topmessage .f_box div.txt_box, #topmessage .f_box div.img_box, #materiality .voice .f_box > div.l_box, #materiality .voice .f_box > div.r_box, .f_box.col3 > div, #materiality .f_box.col3 > div, #materiality.timeline .f_box > div.f_box_w70, #materiality.timeline .f_box > div.f_box_w28  {
      width: 100%;
    }
    #materiality.overview .f_box{
      flex-wrap: wrap;
    }

    #materiality.overview .f_box > div:nth-child(1), #materiality.overview .f_box > div:nth-child(2){
      width: 100%;
    }
    
    /* ------------------------
    特集ページ
    --------------------------- */
    #materiality h4.action span{
      display: inline-block;
      margin: 0 10px 10px 0;
    }
    #materiality p.name {
      margin-bottom: 20px;
    }
    .pos_bottom{
      position: relative; 
    }
    /* ------------------------
    マテリアリティ
    --------------------------- */
    #materiality .f_box.attempt{
      margin-bottom: 20px;
    }
    #materiality .f_box.attempt > div{
      width: 100%;
      margin-right: 0px;
      text-align: left;
      display: flex;
      justify-content: left;
      align-items: center;
      margin-bottom: 10px;
    }
    #materiality .f_box.attempt > div p{
      margin: 0;
    }
    #materiality .f_box.attempt > div img{
      margin-bottom: 0px;
      width:20%;
      margin-right: 10px;
    }
    /* ------------------------
    グローバルネットワーク
    --------------------------- */
    #materiality.global .box {
        background: #fff url(/english/sustainabilityreport/download/2023/vision/images/globalnetwork/img_2.png)no-repeat bottom right;
        background-size: 77%;
    }
    /* ------------------------
    価値創造のあゆみ
    --------------------------- */
    .timeline dl dt {
      width: 4.5em;
      padding: 1.2em 1em 0.5em 0em;
    }
    .timeline dl dd {
      width: calc(100% - 9.7em);
    }
    #materiality.timeline .box {
      display: block;
   }
   .timeline .box > div {
    margin-left: 0px;
  }
  .timeline dl dd h2 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.4;
  }
  #strategy > div:first-child > div{
    width: 100%;
    margin-bottom:20px;
  }
  #feature > div{
    width: 100%;
    margin-bottom:20px;
  }
  .top section#vision, .top section#business, .top section#env_sct, .top section#scl_sct, .top section#gvn_sct{
    margin-bottom:0px;
  }
  .top h2 {
    margin: 0 0 20px 0;
}
.top #message div{margin-bottom:20px;}
.box01 {
    width: 100%;
}
}


p a, dl a{
  text-decoration: underline;
}


/* 亀井作業 */
#materiality p.mb10.mb10sp.fnt_s_110.indent_1{
	padding-left:3em;
	text-indent:-3em;
}