@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


.c-headTitle01 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  text-align: left;
  border-bottom: #000 1px solid;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
}
.c-headTitle02 {
  font-size: 36px;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 10px 0;
  margin-bottom: 75px;
  position: relative;
}
.c-headTitle02:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .c-headTitle01 {
    font-size: 24px;
    padding: 0 0 10px 0;
    margin-bottom: 25px;
  }
  .c-headTitle02 {
    font-size: 26px;
    padding: 0 0 10px 0;
    margin-bottom: 65px;
  }
  .c-headTitle02:before {
    width: 40px;
    height: 2px;
    bottom: -20px;
  }
}

.c-co2 {
  
}
.c-co2__num {
  font-size: 0.6em;
}


.c-newsList {
  
}
.c-newsList li:nth-of-type(n + 2) {
  border-top: #ccc 1px solid;
}
.c-newsList li a {
  display: flex;
  text-align: left;
  padding: 10px 0;
  position: relative;
}
.c-newsList__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  width: 120px;
  padding: 3px 0 0 0;
}
.c-newsList__cate {
  width: 100px;
}
.c-newsList__cate span {
  display: block;
  color: #FFF;
  background: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 4px 15px 4px;
  font-size: 14px;
  line-height: 1.3;
}
.c-newsList__txt {
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  width: calc(100% - 220px);
  padding:  0 40px 0 20px;
}
.c-newsList li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 6px solid #000;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .c-newsList {

  }
  .c-newsList li a {
    flex-wrap: wrap;
    padding: 20px 30px 20px 0;
  }
  .c-newsList__date {
    font-size: 16px;
    width: 120px;
    padding: 3px 0 0 0;
  }
  .c-newsList__cate {
    width: 100px;
  }
  .c-newsList__cate span {
    padding: 4px 15px 4px;
    font-size: 14px;
  }
  .c-newsList__txt {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    padding:  0 0px 0 0px;
    margin-top: 10px;
  }
  .c-newsList li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 6px solid #000;
    z-index: 10;
  }
}



.p-topKv {
  background: #FFF;
  position: relative;
  padding: 0 40px;
}
.p-topKv:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 10;
}
.p-topKvInner {
  position: relative;
  z-index: 20;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  padding: 100px 0 100px;
  box-sizing: border-box;
  min-height: 650px;
}
.p-topKvFrame {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.p-topKv__l {
  width: calc(50% - 30px);
}
.p-topKv__r {
  width: calc(50% - 30px);
}
.p-topKvLogo {
  max-width: 300px;
/*
  margin-bottom: 30px;
*/
  margin-bottom: 40px;
}
.p-topKv__title {
  font-size: clamp(20px, 5.45vw, 60px);
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.15em;
  color: #FFF;
  max-width: 400px;
}
.p-topKvLink {
  
}
.p-topKvLinkItem:nth-of-type(n + 2) {
  margin-top: 15px;
}
.p-topKvLinkItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border: #FFF 3px solid;
  color: #FFF;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  box-sizing: border-box;
  padding: 5px 30px 8px;
  height: 64px;
  position: relative;
}
.p-topKvLinkItem a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #FFF;
  z-index: 10;
}
.p-topKvLinkItem a:hover {
  background: rgba(255,255,255,0.9);
  opacity: 1;
  border-color: #000;
  color: #000;
}
.p-topKvLinkItem a:hover:before {
  border-left: 8px solid #000;
}
.p-topKvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-topKvBgSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-topKvBgSliderItem {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 650px;
}
.p-topKvBgSliderItem.is-01 {
  background-image: url("../images/kv-bg-01.jpg");
}
.p-topKvBgSliderItem.is-02 {
  background-image: url("../images/kv-bg-02.jpg");
}
.p-topKvBgSliderItem.is-03 {
  background-image: url("../images/kv-bg-03.jpg");
}
@media screen and (max-width: 960px) {
  .p-topKvInner {
    height: calc(100vh - 80px);
    padding: 80px 0 80px;
  }
  .p-topKvBgSliderItem {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-topKv {
    padding: 0 20px;
  }
  .p-topKvInner {
    height: calc(100vh - 60px);
    min-height: 700px;
    padding: 60px 0 60px;
  }
  .p-topKvFrame {
    display: block;
  }
  .p-topKv__l {
    width: 100%;
  }
  .p-topKv__r {
    width: 100%;
    margin-top: 40px;
  }
  .p-topKvLogo {
    max-width: 200px;
    margin: 0 auto 30px;
  }
  .p-topKv__title {
    font-size: clamp(24px, 6.51vw, 50px);
    line-height: 1.4;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
  }
  .p-topKvLink {
    max-width: 280px;
    margin: 0 auto;
  }
  .p-topKvLinkItem:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  .p-topKvLinkItem a {
    border: #FFF 2px solid;
    font-size: 18px;
    padding: 5px 25px 8px;
    height: 50px;
  }
  .p-topKvLinkItem a:before {
    right: 10px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 7px solid #FFF;
  }
  .p-topKvLinkItem a:hover:before {
    border-left: 7px solid #000;
  }
  .p-topKvBg {
  }
  .p-topKvBgSliderItem {
    height: calc(100vh - 60px);
    min-height: 700px;
  }
}


.p-topNews {
  padding: 100px 0;
  background: #eee;
}

@media screen and (max-width: 768px) {
  .p-topNews {
    padding: 70px 0;
  }
}


.p-pageUpperInfo {
  display: flex;
  margin-bottom: 10px;
}
.p-pageUpperInfo__date {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 10px;
  padding: 3px 20px 0 0;
}
.p-pageUpperInfoCate {
  width: 100px;
}
.p-pageUpperInfoCate a {
  display: block;
  color: #FFF;
  background: #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 4px 15px 4px;
  font-size: 14px;
  line-height: 1.3;
}





.p-contact {
  background: #000;
  color: #FFF;
  padding: 50px 0;
}
.p-contactFrame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-contactHead {
  
}
.p-contactHead__title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
}
.p-contactContents {
  width: 100%;
  max-width: 300px;
}
a.p-contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  box-sizing: border-box;
  padding: 5px 30px 8px;
  height: 60px;
  position: relative;
}
a.p-contact__btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #000;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 50px 0;
  }
  .p-contactFrame {
    display: block;
  }
  .p-contactHead {
    margin-bottom: 25px;
  }
  .p-contactHead__title {
    font-size: 30px;
    text-align: center;
  }
  .p-contactContents {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  a.p-contact__btn {
    font-size: 18px;
    padding: 5px 20px 8px;
    height: 50px;
  }
  a.p-contact__btn:before {
    right: 8px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 7px solid #000;
  }
}
