  @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, sub, sup,
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;}

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: ">";
}
ul.branch li.lastbranch:after{
    content: " ";
}


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

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(/sustainabilityreport/download/2021/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;
}

/* テキスト関連 */
.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_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%;}

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

.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;}

.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;
}
/* レイアウト */
.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.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{
  opacity: .8;
  text-decoration: underline;
}
#materiality .f_box.attempt > div a{
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#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;
}

.pdf_icon::after{
  content: url(/sustainabilityreport/download/2021/common/images/com_ic14.gif);
  width:13px;
  height: 13px;
  display: inline-block;
  position:relative;
  
}
.pdf_icon_2::before{
  content: url(/sustainabilityreport/download/2021/common/images/com_ic14.gif);
  width:13px;
  height: 13px;
  margin-right:10px;
  display: inline-block;
  position:relative;
}
/* ------------------------
TOPページ
--------------------------- */

.top #sect1 h2 {
  font-size: 390%;
  margin: 0 0 20px 0;
  color: #00a7a4;
}
.top #sect1 > div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0;
}
.top #sect1 > 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 #sect1 > div > div:first-child:hover{
    background: #007876;
}
.top #sect1 > div > div:first-child a{
  color: #fff;
}
.top #sect1 > div > div:first-child a:hover{
  text-decoration: none;
}
.top #sect1 > div > div:last-child a{
  font-size: 130%;
  text-decoration: underline;
  position: relative;
  display: block;
  padding: 0 0 0 15px;
}
.top #sect1 > div > div:last-child a img{
  width:10px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
/* .top #sect1 > div > div:last-child img:last-child{
  margin-left: 10px;
} */
.top #sect1 > 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 #sect1_1 ul{
  display: flex;
  justify-content: space-between;
}
.top #sect1_1 ul li{
  width: 49%;
  text-align: center;
  
}
.top #sect1_1 ul li a{
  width: 100%;
  display: block;
  padding: 20px;
  background: #fff ;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
  font-size: 16px;
  transition: .3s;
}
.top #sect1_1 ul li a:hover{
  background: rgba(255, 255, 255, 0.365) ;
}
/* ------------------------------------------------- */
.top #sect2 div, .top #sect3 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 #sect2 div{
  background: #fff url(/sustainabilityreport/download/2021/images/top/sect2_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect3 div{
  background: #fff url(/sustainabilityreport/download/2021/images/top/sect3_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect6 div.sect6_1{
  background: #fff url(/sustainabilityreport/download/2021/images/top/sect6_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect6 div.sect6_2{
  background: #fff url(/sustainabilityreport/download/2021/images/top/sect6_2.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect6 div p{
  font-size: 170%;
  font-weight: bold;
  color: #007876;
}
.top #sect6 div p span{
  font-size: 14px;
  display: block;
}
.top #sect2 div:hover, .top #sect3 div:hover, .top #sect6 div:hover{
  opacity: 0.7;
}
.top #sect2 div h3, .top #sect3 div h3, .top #sect6 div h3 {
  font-size: 240%;
  margin:0 0 10px 0;
  color: #444;
}
.top #sect2 div a, .top #sect3 div a, .top #sect6 div a{
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width: 100%;
  height: 100%+
}
.top #sect2 div p{
  font-size: 150%;
}
.top #sect2 span, .top #sect3 span{
  background: #00a7a4;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 50px;
  display: inline-block;
  margin: 10px 0 0 0;
}
/* ------------------------------------------------- */
.top #sect4 div div, .top #sect6 div, .top #sect7 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 #sect4 div div:hover, .top #sect6 div:hover, .top #sect7 div div:hover{
  opacity: 0.7;
}
.top #sect4 div div p, .top #sect7 div div p{
  font-size: 130%;
}
.top #sect4 div div p{
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.top #sect4 div div p span{
  display: block;
  margin: 0 0 5px 0;
  font-size: 80%;
}
.top #sect4 div div img, .top #sect6 div img, .top #sect7 div div img{
  position: absolute;
  right: 20px;
  top:44%;
}

.top #sect4 div div:nth-child(1){
  background: url(/sustainabilityreport/download/2021/images/top/sect4_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 div div:nth-child(2){
  background: url(/sustainabilityreport/download/2021/images/top/sect4_2.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 div div:nth-child(3){
  background: url(/sustainabilityreport/download/2021/images/top/sect4_3.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 div div:nth-child(4){
  background: url(/sustainabilityreport/download/2021/images/top/sect4_4.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 div div:nth-child(5){
  background: url(/sustainabilityreport/download/2021/images/top/sect4_5.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect4 div div:nth-child(6){
  background: url(/sustainabilityreport/download/2021/images/top/sect4_6.jpg)no-repeat center center;
  background-size: cover;
}

.top #sect7 div div{
  padding-left: 0px;
}
.top #sect4 div div a, .top #sect7 div div a{
  display: block;
  position: absolute;
  top:0 ;
  left:0;
  width: 100%;
  height: 100%;
}
.top #sect7 div div p{
  padding: 5px 10px 5px 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.top #sect7 div div:nth-child(1) p{background: #6d247c;}
.top #sect7 div div:nth-child(2) p{background: #5968a5;}
.top #sect7 div div:nth-child(4) p{background: #c0c6d9;}
.top #sect7 div div:nth-child(3) p{background: #629865;}
.top #sect7 div div:nth-child(5) p{background: #46754b;}
.top #sect7 div div:nth-child(6) p{background: #275c88;}

.top #sect7 div div:nth-child(1){
  background: url(/sustainabilityreport/download/2021/images/top/sect7_1.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect7 div div:nth-child(2){
  background: url(/sustainabilityreport/download/2021/images/top/sect7_2.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect7 div div:nth-child(4){
  background: url(/sustainabilityreport/download/2021/images/top/sect7_3.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect7 div div:nth-child(5){
  background: url(/sustainabilityreport/download/2021/images/top/sect7_4.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect7 div div:nth-child(3){
  background: url(/sustainabilityreport/download/2021/images/top/sect7_5.jpg)no-repeat center center;
  background-size: cover;
}
.top #sect7 div div:nth-child(6){
  background: url(/sustainabilityreport/download/2021/images/top/sect7_6.jpg)no-repeat center center;
  background-size: cover;
}
/* ------------------------------------------------- */
.top #sect5, .top #sect7, .top #sect8{
  background: url(/sustainabilityreport/download/2021/images/top/index_bg01.jpg) repeat-x top;
    padding: 20px;
}
.top #sect5 div div, .top #sect8 div div{
  padding: 20px;
  /* background: #fff url(/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 #sect5 div div:hover, .top #sect8 div div:hover{
  background: rgba(255, 255, 255, 0.6);
  /* background: rgba(255, 255, 255, 0.6) url(/sustainabilityreport/common/images/com_ic03.png) no-repeat; */
  background-position: 94% 50%;
}
.top #sect5 div div a, .top #sect8 div div a{
  position: absolute;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top #sect7 h4{
  font-size: 160%;
  color: #fff;
  font-weight: normal;
  margin: 0 0 16px 0;
}
.top #sect5 div div.nobg, .top #sect7 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;
}
/* ------------------------
バックナンバーページ
--------------------------- */

#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%;
}
/* ------------------------
マテリアリティページ
--------------------------- */
#materiality h3{
  font-size: 200%;
  color: #00a7a4;
  font-weight: bold;
  border-left: 10px solid #00a7a4;
  padding: 0 0 0 10px;
}
#materiality h3.no_l_bord{
  border-left: none;
  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: #569c44;}
#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: #d06c8b;}
#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 #569c44;}
#materiality.mat2 h3{border-left: 10px solid #2a85bd;}
#materiality.mat3 h3{border-left: 10px solid #bf8d36;}
#materiality.mat4 h3{border-left: 10px solid #d06c8b;}
#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{background: #569c44;}
.mat2 .column, .mat2 .voice span, .mat2 .bg_crp, .mat2 .topics_title{background: #2a85bd;}
.mat3 .column, .mat3 .voice span, .mat3 .bg_crp, .mat3 .topics_title{background: #bf8d36;}
.mat4 .column, .mat4 .voice span, .mat4 .bg_crp, .mat4 .topics_title{background: #d06c8b;}
.mat5 .column, .mat5 .voice span, .mat5 .bg_crp, .mat5 .topics_title{background: #e3a903;}
.mat6 .column, .mat6 .voice span, .mat6 .bg_crp, .mat6 .topics_title{background: #0f5c9e;}

#materiality.mat1 .box{border: 2px solid #569c44;}
#materiality.mat2 .box{border: 2px solid #2a85bd;}
#materiality.mat3 .box{border: 2px solid #bf8d36;}
#materiality.mat4 .box{border: 2px solid #d06c8b;}
#materiality.mat5 .box{border: 2px solid #e3a903;}
#materiality.mat6 .box{border: 2px solid #0f5c9e;}

#materiality h4.action span{
  background: #00a7a4;
  color: #fff;
  padding: 5px 20px;
  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;
}
#materiality table td{
  padding: 15px;
  border:1px solid #666;
}
#materiality .f_box > div{
  width: 48%;
}
#materiality .box{
  padding: 20px 20px 0 20px;
  border: 2px solid #00a7a4;
  background: #fff;
  margin-bottom: 10px;
}
.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: 20%;
}

#materiality .voice .f_box > div.r_box{
  width: 75%;
}
.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: #569c44;}
.mat2 .mat_colmn .title{background: #2a85bd;}
.mat3 .mat_colmn .title{background: #bf8d36;}
.mat4 .mat_colmn .title{background: #d06c8b;}
.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.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{background: #6d247c;}
#materiality.ovv2 .topics_title{background: #5868a5;}
#materiality.ovv3 .topics_title{background: #629865;}
#materiality.ovv4 .topics_title{background: #98a2bf;}
#materiality.ovv5 .topics_title{background: #46754b;}
#materiality.ovv6 .topics_title{background: #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;
}
dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  margin-bottom: 0;
}
dl dt {
  text-align: right;
  width: 8.5em;
  padding: 1.2em 1.0em 0.5em 0.5em;
  position: relative;
  line-height: 1.8;
}
dl dt::after {
  content: '●';
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 22px;
  color: #00a7a4;
  line-height: 1.8;
}
dl dd {
  width: calc(100% - 14.2em);
  padding: 0.5em 2.0em 3.0em;
  border-left: 2px solid #ccc;
  line-height: 1.8;
}
dd{
  margin-left: 0;
}
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(/sustainabilityreport/download/2021/images/p13_16/img_11.jpg); background-size: cover;width: 20%;}
.base td.img_area{background: url(/sustainabilityreport/download/2021/images/p13_16/img_12.jpg); background-size: cover;width: 20%;}
.development td.img_area{background: url(/sustainabilityreport/download/2021/images/p13_16/img_13.jpg); background-size: cover;width: 20%;}
.esg td.img_area{background: url(/sustainabilityreport/download/2021/images/p13_16/img_14.jpg); background-size: cover;width: 20%;}
.educ td.img_area{background: url(/sustainabilityreport/download/2021/images/p13_16/img_15.jpg); background-size: cover;width: 20%;height: 100px;}

#materiality.global .map{
  background: url(/sustainabilityreport/download/2021/images/p83_84/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(/sustainabilityreport/download/2021/images/p83_84/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%;}



/* ------------------------------------------------------
* PC 表示用
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
    .sp{display: none;}
    .w3{width: 3%!important;height: 3%!important;}
    .w10{width: 10%!important;}
    .w20{width: 20%!important;}
    .w28{width: 28%!important;}
    .w30{width: 30%!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;}
    .w90{width: 90%!important;}
    .w100{width: 100%!important;}

    .mb0{margin-bottom: 0px !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;}
  .mt0sp{margin-top: 0px !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;}

  .pdng20sp{padding: 20px;}

  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
    .pc, .footer.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 #sect2 div {
        background: #fff url(/sustainabilityreport/download/2021/images/top/sect2_1_sp.jpg)no-repeat center right;
        background-size: cover;
    }
    .top #sect1 h2 {font-size: 270%;margin: 0;}
    .top #sect1 > div{display: block;}
    .top #sect1 > div > div:first-child{
        text-align: center;
        font-size: 150%;
        margin: 20px auto ;
    }
    .top #sect1 > div > div:last-child{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

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

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

    .top #sect2 div, .top #sect3 div, .top #sect6 div {
      padding: 20px;
      min-height: auto;
    }
    .top #sect2 div h3, .top #sect3 div h3, .top #sect6 div h3 {
        font-size: 170%;
    }
    .top #sect2 div p, .top #sect6 div p {
        font-size: 120%;
    }
    .top .txt_r{
      text-align: center;
    }
    .top .txt_r img{
      margin: 0 0 10px 10px;
    }
    /* ------------------------
    バックナンバーページ
    --------------------------- */

    #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(/sustainabilityreport/download/2021/images/p83_84/img_2.png)no-repeat bottom right;
        background-size: 77%;
    }
    /* ------------------------
    価値創造のあゆみ
    --------------------------- */
    dl dt {
      width: 4.5em;
      padding: 1.2em 1em 0.5em 0em;
    }
    dl dd {
      width: calc(100% - 9.7em);
    }
    #materiality.timeline .box {
      display: block;
   }
   .timeline .box > div {
    margin-left: 0px;
  }
  dl dd h2 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.4;
  }
  
}
