@charset "UTF-8";

.info-philosophy {
  background: url(../images/company/info_bg.jpg) center center / cover no-repeat;
}

#company .info {
  background: unset;
}
#company .info-list.philosophy-list {
}
#company .info-list.philosophy-list ul {
  margin: unset;
}
#company .info-list.philosophy-list ul li {
  display: flex;
  line-height: 2.1;
}
#company .info-list.philosophy-list ul li:nth-child(1) {
  margin-bottom: 20px;
  /* line-height: 2.1; */
}
#company .info-list.philosophy-list ul li span {
}
#company .info-list.philosophy-list ul li p {
  margin: unset;
}

/* ================================================== */

.nav_pc .nav_item {
  width: calc(100% / 6);
}
.header .container {
  max-width: 1240px;
  /* max-width: unset; */
  width: 100%;
}

/* ================================================== */

#sustainability .entry-content {
  background-color: #cfeafd;
}
#sustainability .info {
  margin-bottom: 100px;
}
#sustainability .info-item h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #003567;
  padding: 12px;
  margin-bottom: 0;
  margin: unset;
}
#sustainability .info-item_inner {
  background: #fff;
  padding: 40px;
}
#sustainability #report ul,
#sustainability #policy ul {
  margin: unset;
}
#sustainability #report ul li,
#sustainability #policy ul li {
  display: flex;
  margin-bottom: 10px;
  line-height: 2.1;
}
#sustainability #report ul li:last-child,
#sustainability #policy ul li:last-child {
  margin: unset;
}
#sustainability #report ul li p,
#sustainability #policy ul li p {
  margin: unset;
  line-height: 2.1;
}

#sustainability #policy .scope {
  margin-top: 40px;
}
#sustainability #policy .scope .group {
  display: flex;
  margin-bottom: 40px;
}
#sustainability #policy .scope .group .num {
  /* border: solid 1px #000; */
  height: max-content;
  padding: 20px 0px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013566;
  color: #fff;
}
#sustainability #policy .scope .group .text {
  padding-top: 20px;
  padding-left: 40px;
  width: calc(100% - 120px);
}
#sustainability #policy .scope .group .text .tit {
  font-weight: bold;
}
#sustainability #policy .scope .group .text .list01 {
}

#sustainability #policy .scope .group .text .list02 {
}
#sustainability #policy .scope .group .text .list02 li {
  display: block;
}
#sustainability #policy .scope .group .text .list02 li .cat {
  padding-left: 10px;
}
#sustainability #policy .scope .group .text .list02 li .cat13 span {
  padding-left: 40px;
}
#sustainability #policy .scope .group .text .list02 li .cat14 span {
  padding-left: 64px;
}
#sustainability #policy .scope .group .text .list02 li .cat15 span {
  padding-left: 139px;
}
#sustainability #emissions {
}
#sustainability #emissions .group {
  margin-bottom: 40px;
}
#sustainability #emissions .head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}
#sustainability #emissions .head::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#sustainability #emissions .head p {
  margin: unset;
  /* border: solid 1px #000; */
  z-index: 1;
  height: max-content;
  padding: 20px 0px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #013566;
  color: #fff;
}
#sustainability #emissions .box-wrap {
  display: flex;
  flex-wrap: wrap;
}
#sustainability #emissions .box-wrap .box {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 40px;
}
#sustainability #emissions .box-wrap .box .tit {
  font-weight: bold;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}
#sustainability #emissions .box-wrap .box .num {
  font-size: 34px;
  border: solid 1px #000;
  width: 160px;
  text-align: center;
  line-height: 1;
  padding: 20px;
  margin-bottom: 20px;
  color: #003567;
  font-weight: bold;
  padding-bottom: 15px;
}
#sustainability #emissions .box-wrap .box .desc {
  line-height: 1.5;
}

#sustainability #goal {
}
#sustainability #goal .group {
  display: flex;
}
#sustainability #goal .group .img {
  width: 200px;
}
#sustainability #goal .group .img img {
  width: 100%;
}
#sustainability #goal .group ul {
  width: calc(100% - 200px);
  padding-left: 40px;
  margin-bottom: 40px;
}
#sustainability #goal .group ul li {
  display: flex;
  line-height: 2.1;
}

/* ================================================== */
#technology #achievement {
}
#technology #achievement .achievement-head {
  padding: 40px;
  background-color: #fff;
}
#technology #achievement .achievement-head .head-tit {
  font-size: 18px;
  color: #003567;
  font-weight: bold;
  margin-bottom: 20px;
}
#technology #achievement .achievement-head .group_wrap {
  display: flex;
  flex-wrap: wrap;
}
#technology #achievement .achievement-head .group {
  display: flex;
  height: 100px;
  width: 100%;
  margin-bottom: 20px;
}
#technology #achievement .achievement-head .group:nth-child(1) {
  width: 100%;
}
.group-tit {
}
#technology #achievement .achievement-head .group .group-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 160px);
  padding: 0px 20px;
}
#technology #achievement .achievement-head .group:nth-child(1) .group-list {
  max-width: calc(100% - 320px);
}
#technology #achievement .achievement-head .group .group-list_inner {
  display: flex;
  flex-direction: column;
}
#technology #achievement .achievement-head .group .group-tit {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #003567;
  color: #fff;
}
#technology #achievement .achievement-head .group .group-tit p {
  margin: unset;
  padding: 20px 0px;
}
#technology #achievement .achievement-head .group .group-list a {
  display: flex;
  width: max-content;
  height: 24px;
  align-items: center;
}

#technology #achievement .achievement-note {
  margin-bottom: 60px;
}
#technology #achievement .achievement-note .group {
  /* background-color: #fff; */
  padding-top: 100px;
}
#technology #achievement .achievement-note .group .tit {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #003567;
  padding: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
#technology #achievement .achievement-note .group_inner {
  padding: 40px;
  background-color: #fff;
}
#technology #achievement .achievement-note .group-head {
  display: flex;
  margin-bottom: 60px;
}
#technology #achievement .achievement-note .group-head .img_wrap {
  width: 260px;
}
#technology #achievement .achievement-note .group-head .img_wrap img:nth-child(1) {
  margin-bottom: 5px;
}
#technology #achievement .achievement-note .group-head .text_wrap {
  width: calc(100% - 260px);
  padding-left: 40px;
}
#technology #achievement .achievement-note .group-head.no_img .text_wrap {
    padding: 0;
    width: 100%;
}
#technology #achievement .achievement-note .group-head .text_wrap h6 {
  font-size: 16px;
  font-weight: bold;
}
#technology #achievement .achievement-note .group-head .text_wrap ul {
}
#technology #achievement .achievement-note .group-head .text_wrap ul li {
  display: flex;
  line-height: 2em;
}
#technology #achievement .achievement-note .group-excerpt {
}
#technology #achievement .achievement-note .group-excerpt h6 {
  font-size: 16px;
  font-weight: bold;
}
#technology #achievement .achievement-note .group-excerpt .img_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#technology #achievement .achievement-note .group-excerpt .img_wrap .img {
  width: calc(100% / 2 - 10px);
}
#technology #achievement .achievement-note .group-excerpt .img_wrap .img img {
  margin-bottom: 10px;
}
#technology #achievement .achievement-note .group-excerpt .img_wrap .img p {
}
#technology #achievement .achievement-note .group-excerpt .text_wrap {
}
#technology #achievement .achievement-note .group-excerpt .text_wrap ul {
}
#technology #achievement .achievement-note .group-excerpt .text_wrap ul li {
  display: flex;
  line-height: 2em;
}
#technology .achievement-list_area {
  margin-bottom: 100px;
}
#technology .achievement-list {
  padding: 40px;
  background-color: #fff;
  padding-bottom: 0;
}
#technology .achievement-list::after {
  content: "";
  width: 30%;
  margin: 0 0 50px;
}
#technology .achievement-list .achievement-list_item .confidential {
  position: relative;
}
#technology .achievement-list .achievement-list_item .confidential_text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#technology #achievement .achievement-list_group {
  padding-top: 80px;
  /* padding: 40px; */
  /* background-color: #fff; */
  /* margin-bottom: 60px; */
}
#technology #achievement .achievement-list_group h4 {
  font-size: 26px;
  color: #003567;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #003567;
  padding: 12px;
  margin: 0;
}
#technology #achievement .achievement-list_area .heading-sub {
}

#equipment .contents-all-wrap {
  background: url(../images/equipments/kawaguchi_bg.jpg) center top / 100% auto no-repeat;
  background-color: #d0ebfe;
}
#equipment #kawaguchi {
  background: unset;
}
#equipment #navi {
  padding-top: 80px;
  padding-bottom: 0;
}
#equipment #navi .container {
}
#equipment #navi ul {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
#equipment #navi ul li {
  width: calc(100% / 4);
  padding: 10px;
}
#equipment #navi ul li a {
  border: solid 1px #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
  border-radius: 5px;
  height: 100%;
  background-color: #f1f1f1;
}
#equipment #navi ul li .tit {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
}
#equipment #navi ul li .num_wrap {
  display: flex;
  align-items: baseline;
}
#equipment #navi ul li .num {
  margin: 0;
  font-size: 34px;
  line-height: 1;
}
#equipment #navi ul li .num_wrap span {
  line-height: 1;
  font-size: 18px;
  margin-left: 5px;
}
#equipment .heading-sub {
  margin-bottom: 20px;
}
#equipment #navi .contents-group {
  padding-top: 40px;
}
#equipment #list {
  padding-top: 0;
}
#equipment #list .contents-group {
  padding-top: 100px;
  margin-bottom: -60px;
}
#equipment #list.contents-wrap h3 {
  margin-top: 0;
}
#equipment #table {
  padding-top: 100px;
}
footer .col-sm-2{
width: calc(100% / 7);
}
@media screen and (max-width: 768px) {
  .header .container{
        width: 90%;
  }
  #company .info{
    padding: 0;
  }
  #company #philosophy.info{padding-bottom: 16vw;}
  footer .col-sm-2{width: 100%;}
#technology #achievement .achievement-head .group_wrap{

}
  #technology #achievement .achievement-head .group:nth-child(1),
#technology #achievement .achievement-head .group{
    display: block;
    height: auto;
    width: 100%;
}
  #technology #achievement .achievement-head .group .group-tit{
    width: 100%;
    margin-bottom: 20px;
}
  #technology #achievement .achievement-head .group:nth-child(1) .group-list,
  #technology #achievement .achievement-head .group .group-list{
    width: 100%;
    max-width: unset;
    padding: 0;
}
  #technology #achievement .achievement-head .group .group-list a{
    height: auto;
    margin-bottom: 10px;
  }
  #technology #achievement .achievement-note .group-head{
  flex-direction: column-reverse;
  }
  #technology #achievement .achievement-note .group-head .img_wrap{
    width: 100%;
  }
  #technology #achievement .achievement-note .group-head .text_wrap{
    padding: 0;
    width: 100%;
  }
  #technology #achievement .achievement-note .group-excerpt .img_wrap{
    display: block;
  }
  #technology #achievement .achievement-note .group-excerpt .img_wrap .img{
    width: 100%;
    margin-bottom: 20px;
  }
  #equipment #navi ul li{
    width: 50%;
  }
  #technology #achievement .achievement-head{
    padding: 5%;
  }
  #technology #achievement .achievement-note .group_inner{
        padding: 5%;
  }
  #technology #achievement .achievement-note .group{
    padding-top: 40px;
  }
  #technology #achievement .achievement-head .group .group-tit p br{
    display: none;
  }
  #technology .achievement-list{
    padding: 5%;
  }
  #technology .achievement-list::after{
    content: none;
  }
  #sustainability #policy .scope .group{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sustainability #policy .scope .group .num{
    margin-bottom: 20px;
  }
  #sustainability #policy .scope .group .text{
    width: 100%;
    padding: 0;
  }
  #sustainability #emissions .box-wrap{
    display: block;
  }
  #sustainability #emissions .box-wrap .box{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #sustainability #goal .group{
  flex-direction: column;
  align-items: center;
  }
  #sustainability #goal .group ul{
    width: 100%;
    padding: 0;
  }
  #sustainability .info-item_inner{
    padding: 30px;
  }
  #sustainability #report ul li, #sustainability #policy ul li{
    line-height: 1.5;
  }
  #sustainability #policy ul li p{
    margin-bottom: 10px;
    line-height: 1.8;
  }
  #sustainability #policy ul li p .small{
    line-height: 1.8;
    display: block;
  }
  #sustainability #policy .scope .group .text .list02 li .cat13 span,
  #sustainability #policy .scope .group .text .list02 li .cat14 span,
  #sustainability #policy .scope .group .text .list02 li .cat15 span{
    padding: 0;
  }
  #sustainability #goal .group .img{
    width: 150px;
    margin-bottom: 20px;
  }
  #sustainability #policy .scope .group .text .tit{
    line-height: 1.8;
  }
  #sustainability #policy .scope .group .text .list02 li{
    margin-bottom: 20px;
  }
}
