@charset "utf-8";

html,
body,
#container {
  height: 100%;
}

body {
  padding-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

header a {
  color: rgba(255, 255, 255, 1);
}

header a:hover {
  color: rgba(255, 255, 255, 0.6);
}

header h1 a {
  background: url(../img/index/logo.png) left top no-repeat;
}

header .eng {
  background: url(../img/index/logo_eng.png) left top no-repeat;
}

/*------------------------------
  gNav
------------------------------*/
header #gNav ul li.nav01 a {
  background: url(../img/index/nav01.png) left top no-repeat;
}

header #gNav ul li.nav02 a {
  background: url(../img/index/nav02.png) left top no-repeat;
}

header #gNav ul li.nav03 a {
  background: url(../img/index/nav03.png) left top no-repeat;
}
/*
header #gNav ul li.nav04 a {
  background: url(../img/index/nav04.png) left top no-repeat;
}*/
/**2020_01add**/
header #gNav ul li.nav04 a {
  background: url(../img/202101/nav04_sustainability.png) left top no-repeat;
}
/****2020_01add*****/
header #gNav ul li.nav05 a {
  background: url(../img/index/nav05.png) left top no-repeat;
}

header #gNav ul li.nav06 a {
  background: url(../img/index/nav06.png) left top no-repeat;
}

/*------------------------------
  subs
------------------------------*/
header .contact {
  background: url(../img/index/ico_contact.png) left center no-repeat;
}

header .english {
  background: url(../img/index/ico_english.png) left center no-repeat;
}

header .instagram {
  background: url(../img/index/ico_instagram.png) left center no-repeat;
  background-size: 100%;
}

header .fontsize ul li.small a {
  background: url(../img/index/fontsize_small.png) left top no-repeat;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

header .fontsize ul li.big a {
  background: url(../img/index/fontsize_big.png) left top no-repeat;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

header .fontsize ul li.small.active a {
  background: url(../img/index/fontsize_small_active.png) left top no-repeat;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

header .fontsize ul li.big.active a {
  background: url(../img/index/fontsize_big_active.png) left top no-repeat;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

/*------------------------------
  fixed
------------------------------*/
header.fixed h1 a {
  -webkit-background-size: 423px 27px;
  background-size: 423px 27px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■mainimg
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#mainImg {
  position: relative;
}

#mainImg a {
  cursor: pointer !important;
}

#mainImg a[href="#"] {
  cursor: default !important;
}

#mainImg,
#mainImg a,
#mainImg div {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
}

/* #mainImg .copy {
  position: absolute;
  top: 166px;
  left: 0;
  z-index: 1000;
} */
#mainImg .copy {
  position: absolute;
  top: 187px;
  left: 17px;
  z-index: 1000;
  width: 30.6%;
}

#mainImg .link {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

#mainImg .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

/* ホバーしてもpointerにしない */
#mainImg .slides .main_bgi:hover {
  cursor: default;  /* opacity: 0.8; */
}

#mainImg .slide03 .main_bgi a:hover {
  cursor: default;
}

/* _______________________ */
#mainImg .slide01 .main_bgi {
  background: url(../img/index/mainimg.jpg) center center no-repeat;
  /* background: url(../img/index/slide1.jpg) center center no-repeat; */
  background-size: cover;
  transition: all 0.25s linear;
}

#mainImg .slide01 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide02 .main_bgi {
  background: url(../img/index/slide2.jpg) center center no-repeat;
  background-size: cover;
  transition: all 0.25s linear;
}

#mainImg .slide02 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide03 .main_bgi {
  background: url(../img/index/slide3.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.25s linear;
}


#mainImg .slide03 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide04 .main_bgi {
  background: url(../img/index/slide4.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 0.25s linear;
}

#mainImg .slide04 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide05 .main_bgi {
  background: url(../img/index/slide5.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mainImg .slide05 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide06 .main_bgi {
  background: url(../img/index/slide6.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mainImg .slide06 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide07 .main_bgi {
  background: url(../img/index/slide7.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mainImg .slide07 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide08 .main_bgi {
  background: url(../img/index/slide8.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mainImg .slide08 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide09 .main_bgi {
  background: url(../img/index/slide9.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mainImg .slide09 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

#mainImg .slide10 .main_bgi {
  background: url(../img/index/slide10.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

#mainImg .slide10 .main_bgi:hover {
  transition: all 0.25s linear;
  transform: scale(1.05);
}

/* #links .bigLink .wrap {
 -webkit-background-size: 100% auto !important;
 background-size: 100% auto !important;
}

#links .bigLink .wrap:hover {
 -webkit-background-size: 105% auto !important;
 background-size: 105% auto !important;
} */
#mainImg .main_txtbox {
  position: absolute;
  right: 100px;
  bottom: 80px;
  margin: auto;
  z-index: 1000;
  width: auto;
  max-width: 525px;
  height: auto;
  font-size: 24px;
  font-weight: bold;
}

#mainImg .main_imgbox {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  max-width: 525px;
  height: auto;
  width: auto;
}


#mainImg .main_txtbox_ttl {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 7px 15px;
  margin-bottom: 10px;
  text-align: left;
}

#mainImg .main_txtbox_sentence {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 15px;
  margin-bottom: 0px;
  text-align: left;
}

#mainImg .main_txtbox_sentence:empty {
  padding: 0;
}

#mainImg .main_txtbox_more {
  background-color: #009844;
  padding: 10px 31px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  border: 1px solid #fff;
  text-align: center;
}

#mainImg .main_txtbox_more:hover {
  background-color: transparent;
}

#mainImg .slide01 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide02 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide03 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide04 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide05 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide06 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide07 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide08 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide09 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

#mainImg .slide10 .main_txtbox_sentence {
  /*background-color: rgba(0, 152, 69, 0.7);
  color: #fff;*/
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■news
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news .w1000 {
  width: 800px;
  padding: 80px 0 90px;
}

#news .important {
  margin: 0 -100px 80px;
  padding: 20px 50px;
  border: 2px solid #323232;
  text-align: center;
}

#news .important_head {
  margin-bottom: 16px;
  font-size: 130%;
  font-weight: 700;
}

#news .important_ttl {
  font-size: 110%;
}

#news .important_ttl strong {
  font-weight: 700;
  text-decoration: underline;
}

#news .important_ttl img {
  vertical-align: middle;
  margin-top: -3px;
}

#news h2 {
  margin-bottom: 42px;
}

#news .tabCont {
  display: none;
}

#news .new {
  display: block;
}

/*-------------------------
 tab
--------------------------*/
#news .tab {
  letter-spacing: -.4em;
  border-bottom: 1px solid #b8b8b8;
}

#news .tab li {
  width: 33.3%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#news .tab li.w30p {
  width: 30%;
}
#news .tab li.w40p {
  width: 40%;
}

#news .tab li:nth-child(1),#news .tab li:nth-child(2) {
  padding-right: 4px;
}
#news .tab li:nth-child(2) {
  padding-right: 2px;
}
#news .tab li:nth-child(3) {
  padding-left: 2px;
}

#news .tab li a {
  display: block;
  font-size: 107%;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  background: #5b5b5b;
  text-decoration: none;
  color: #fff;
  padding: 8px 0 4px;
}

#news .tab li.active a {
  background: #009844;
}

/*-------------------------
 tabCont
--------------------------*/
#news .tabCont ul li {
  border-bottom: 1px solid #b8b8b8;
}

#news .tabCont ul li a {
  width: 100%;
  display: table;
  table-layout: fixed;
  text-decoration: none;
  padding: 15px 0;
}

#news .tabCont ul li p {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#news .tabCont ul li p.ttl {
  padding-left: 35px;
  width: 610px;
}

#news .tabCont ul li p.ttl img {
  vertical-align: middle;
  margin-top: -3px;
}

#news .tabCont ul li p.status {
  vertical-align: top;
  width: 115px;
  font-size: 94%;
  border-right: 1px dotted #a1a1a1;
}

#news .tabCont ul li p.status span {
  display: block;
}

#news .btn {
  text-align: center;
  margin-top: 40px;
}

#news .news_list li a {
    display: flex;
    align-items: flex-start;
}
#news .news_listDate {
    margin-right: 20px;
}
#news .news_listTitle {
    width: 74%;
}
#news .news_listTitle img {
    vertical-align: middle;
    margin-top: -3px;
}
#news .news_listCategory{
text-align: center;
display: inline-block;
color: #009844;
background: #e5f4ec;
font-size: 80%;
font-weight: bold;
line-height: 1;
padding: 0.4em 0 0.6em;
width: 5.8em;
margin-right: 25px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■links
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#links {
  height: auto;
  overflow: hidden;
  margin-bottom: 50px;
}

#links .bigLink {
  width: 50%;
  float: left;
  margin-bottom: 75px;
}

#links .bigLink.w100 {
  width: 100%;
}

#links .bigLink .wrap {
  position: relative;
  transition: all 0.3s linear;
}

#links .bigLink .wrap {
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
}

#links .bigLink .wrap:hover {
  -webkit-background-size: 105% auto !important;
  background-size: 105% auto !important;
}

@media screen and (max-width:1250px) {
  #links .bigLink .wrap {
    -webkit-background-size: auto 100% !important;
    background-size: auto 100% !important;
  }

  #links .bigLink .wrap:hover {
    -webkit-background-size: auto 105% !important;
    background-size: auto 105% !important;
  }

}

#links .bigLink .wrap a {
  display: block;
  height: 420px;
  background: url(../img/ico_arrow_kado.png) right bottom no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

#links .bigLink .hd {
  position: absolute;
  top: 30px;
  left: 27px;
}

#links .bigLink span,
#mainImg .link {
  position: absolute;
  right: 35px;
  bottom: 17px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

#links .bigLink .txt {
  text-align: right;
  padding-right: 30px;
  margin-top: 20px;
}

#links .bigLink.csr,#links .bigLink.group  {
  margin-bottom: 0;
}

/* business */
#links .bigLink.business .wrap {
  background: url(../img/index/bg_business.jpg) center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* about */
#links .bigLink.about .wrap {
  background: url("../img/index/bg_about.png") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* investor */
#links .bigLink.investor {

  /*margin-top: 75px;
  margin-bottom: 75px;*/
}

#links .bigLink.investor .wrap {
  background: url("../img/index/bg_investor_R.jpg") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* csr */
#links .bigLink.csr .wrap {
  background: url("../img/index/bg_csr_R.jpg") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* group */
#links .bigLink.group .wrap {
  background: url("../img/index/bg_group_R.jpg") center center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/*-------------------------
chart&epn
--------------------------*/
#links .w1000 {
  clear: both;
  width: 800px;
  height: auto;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 36px;
}

#links .block {
  width: 370px;
}

#links .block h2 {
  font-size: 107%;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #009844;
  padding: 6px 30px;
}

#links .block .inner {
  border: 1px solid #b8b8b8;
  border-top: none;
}

/* chart */
#links #chart {
  float: left;
}

/* epn */
#links #epn {
  width: 600px;
  margin: 0 auto;
}

#links #epn ul {
  padding: 4px 30px 0;
}

#links #epn ul li {
  border-bottom: 1px solid #b8b8b8;
}

#links #epn ul li a {
  display: block;
  padding: 9px 115px 9px 0;
  position: relative;
}

#links #epn ul li a span {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

#links #epn ul li a span img {
  vertical-align: middle;
  margin-top: -3px;
}

#links #epn .more {
  display: block;
  text-align: center;
  padding: 16px 0;
}

#links #epn .more a {
  font-size: 87%;
  padding-left: 17px;
  background: url(../img/ico_arrow01.png) left center no-repeat;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■group
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#group {
  margin-top: 56px;
  background: #eaeaea;
  padding: 52px 0 39px 0;
  margin-bottom: 3px;
}

#group .w1000 {
  width: 1020px;
}

#group h2 {
  font-size: 202%;
  color: #009844;
  margin-bottom: 17px;
}

#group ul li p {
  display: inline-block;
  margin-top: 12px;
  line-height: 1.46;
  padding-right: 23px;
  background: url(../img/ico_external.png) right 5px no-repeat;
  -webkit-background-size: auto 13px;
  background-size: auto 13px;
}

#group .slick-slide {
  text-align: center;
}

#group .slick-slide img {
  display: inline;
}

#group .slick-prev,
#group .slick-next {
  z-index: 500;
  width: 19px;
  height: 37px;
}

#group .slick-prev {
  left: -45px;
}

#group .slick-next {
  right: -45px;
}

#group .slick-prev:before,
#group .slick-next:before {
  content: "";
  display: block;
  width: 19px;
  height: 37px;
  z-index: 100;
}

#group .slick-prev:before {
  background: url(../img/index/ctrl_l.png) left top no-repeat;
  -webkit-background-size: 19px 37px;
  background-size: 19px 37px;
}

#group .slick-next:before {
  background: url(../img/index/ctrl_r.png) left top no-repeat;
  -webkit-background-size: 19px 37px;
  background-size: 19px 37px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pickup
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pickup {
  background: #eaeaea;
  padding: 62px 0 60px 0;
}

#pickup h2 {
  margin-bottom: 31px;
}

#pickup ul {
  font-size: 0;
  text-align: center;
}

#pickup ul li {
  display: inline-block;
  margin: 0 13px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■banners
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#banners .banners_list {
  font-size: 0;
  margin-bottom: 109px;
}

#banners .banners_list + .banners_list {
  margin-top: -109px;
}

#banners .banners_list li {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 25px;
  width: 192px;
  
}


#banners .banners_list a {
  box-sizing: border-box;
}


#banners .banners_list li:nth-child(5n) {
  margin-right: 0;
}


#banners .banners_list img {
  vertical-align: middle;
  width: 100%;
  backface-visibility:hidden;
}