@charset "utf-8";

/* topics 4列　IEでのカラム落ち */
 .grid.-col04.spaceNone.-col04 .elem {
    width: calc(100% / 4);
    margin: 0;
    vertical-align: top; }
    /* IE崩れ */
   _:-ms-lang(x)::-ms-backdrop, .grid.-col04.spaceNone.-col04 .elem {
  width: 25% !important;  /* IE11 */
  padding: 10px 2.5%  !important;
  box-sizing: border-box;
}
    @media screen and (max-width: 980px) {
      .grid.-col04.spaceNone.-col04 .elem {
        width: calc((100% - 0) / 2);
    　  padding: 0  !important;
        margin-right: 0;
		}
      _:-ms-lang(x)::-ms-backdrop, .grid.-col04.spaceNone.-col04 .elem {
        width: 96% !important;
        margin: 10px 2% !important;
		padding:0 !important;
        box-sizing: border-box !important;
}
}

/* ecofur　グローバルナビ　ページ上部へ移動 */
.ancNav .linkList {
    width: 100% !important;
}

.showPC{
    display:block;
}
.showSP{
    display:none;
}
@media screen and (max-width: 980px) {
.showPC{
    display:none;
}
.showSP{
    display:block;
}

section.ancNav{
    margin-bottom:0;}
}
/**/


/* block01 indexメインタイトルファーストビューの設定 */
.topPage .pageTitleWrap .txtBox {
    background: rgba(0, 0, 0, 0.5) !important;
}

.topPage .pageTitleWrap + .ancNav {
    margin-top: 10px !important;
}

.topPage .pageTitleWrap{
    height:calc(100vh - 90px);

}
.topPage .pageTitleWrap .animate{
    height:100% !important;
    overflow:hidden !important;
}

.jp-cont .topPage .ancNav .linkList{
     min-height:35px !important;
}

/* 20191016追加 */
@media screen and (max-width: 1025px) {
.topPage .pageTitleWrap {
    height: auto !important;
}

}

div.ccm-page .pageTitleWrap .animate{
     height:calc(100vh - 144px);
}

/*
.topPage .contents section.pageTitleWrap{
    margin-bottom: 0px !important;
}
*/
.topPage .pageTitleWrap .txtBox .subTitle.-colorBasic{
    color:#fff !important;
}

.topPage .pageTitleWrap .txtBox p{
    text-align:left;
}

/*
@media (max-width:1000px) and (min-width: 981px) {
div.titleEffectElm{
        height:100% !important;
    }

}
*/
/*

@media screen and (max-width: 1025px) {
.topPage .pageTitleWrap{
    height:auto!important;
    position: relative;

}

.topPage .titleEffectElm{
    height:auto!important;

}

.topPage .pageTitleWrap .txtBox {
    position: relative;
    width: 100%;!important;
    background: rgba(0, 0, 0, 0.8)!important;
    text-align: left;
    color: #fff !important;
}

.topPage .pageTitleWrap .picBox {
    height:auto !important;
}
.topPage .ancNav .linkList .level1 > span {
    border: 1px solid #005c9c;
    padding:10px;

}

.slick-slider {
    height:200px;
    overflow:hidden;
    }

}
/**/

/* TOP以下メインタイトルファーストビューの設定 */

.lowerPage .pageTitleWrap:not(.article) .txtBox {
    background: rgba(0, 0, 0, 0.5) !important;
}

.lowerPage .pageTitleWrap + .ancNav {
    margin-top: 10px !important;
}

.lowerPage .pageTitleWrap:not(.article){
    height:calc(100vh - 230px);
    margin:0 0 20px !important;

}
.lowerPage .pageTitleWrap:not(.article) .animate{
    height:100% !important;
    overflow:hidden !important;
}

.lowerPage .ancNav .linkList{
     min-height:35px !important;
}


.lowerPage .pageTitleWrap:not(.article) .txtBox .subTitle.-colorBasic{
    color:#fff !important;
}

.lowerPage .pageTitleWrap:not(.article) .txtBox p{
    text-align:left;
}



/*
@media (max-width:1000px) and (min-width: 981px) {
div.titleEffectElm{
        height:100% !important;
    }

}
*/

@media screen and (max-width: 1025px) {
.lowerPage .pageTitleWrap:not(.article){
    height:auto!important;
    position: relative;

}

.lowerPage .titleEffectElm{
    height:auto!important;

}
.lowerPage .pageTitleWrap:not(.article) .picBox {
    height:auto !important;


}
.lowerPage .pageTitleWrap:not(.article) .txtBox {
    position: relative;
    width: 100%;!important;
    background: rgba(0, 0, 0, 0.8)!important;
    text-align: left;
    color: #fff !important;
    height:auto!important;
}
/*
.pageTitleWrap .animate{
     height:calc(100vh - 144px);
}
*/
.lowerPage .ancNav .linkList .level1 > span {
    border: 1px solid #005c9c;
    padding:10px;

}

}
/**/


/* slick
.slick-prev, .slick-next {
    background:transparent !important;
    top:25% !important;
}

@media screen and (max-width: 980px) {
.slick-prev, .slick-next{
    top:100px !important;
    background:transparent !important;
}

}
*/
/* block02 3つの画像 */

.-vh{
    height:100vh;
}

main {
  height: 100%;
}



.flexTblBox.-leftLarge .elem.-left {
    width: 50% !important;
}

.flexTblBox.-leftLarge .elem.-right{
    width: 50% !important;
    padding:0 !important;
}

.naviBox p{
    /*20200602修正
    text-align:left;*/
    text-align: center;
}

@media screen and (max-width: 1025px) {
.-vh{
    height:auto;
}


.flexTblBox.-leftLarge .elem.-left,.flexTblBox.-leftLarge .elem.-right {
    width: 100% !important;
    padding: 0 20px 0px !important;
}

}

/* 20191009追加 */
.flexTblBox.index_3img {
  display: flex;
  align-items: center;
}

  @media screen and (max-width: 1025px) {
    .flexTblBox.index_3img {
      display: block !important; }
}


.picBox {
    position: relative;
    z-index: 1;
}

.-leftimg{
    width:100%;
    height:100vh;
    overflow:hidden;
}
.-rightimg{
    width:100%;
    /*20200602作業書き換え
    height:50vh;*/
    height: 100vh;
    overflow:hidden;
}

.-leftimg img,.-rightimg img{
    width:100%;
    height:auto;
}
@media screen and (max-width: 1025px) {
.-leftimg,.-rightimg{
    height:300px;
    overflow:hidden;
}

.-leftimg img,.-rightimg img{
    width:100%;
}

}

@media screen and (max-width: 980px) {

.-rightimg{
    margin:0 0 20px;
}

}

/* .naviBox{
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 20px;
    color: #fff;
    text-align: center;
} */

/**20201010修正**/
.naviBox{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 20px;
    color: #fff;
    text-align: center;
}
.naviBox p {
  height: 6rem;
}

.naviTitle_text {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 0.7;
    margin: 20px 0;
}

.naviTitle_text .en {
    font-size: 2rem;
}
/**/

/* /ecofur timeline */
.box_timeline h3{
    background-color:#eee;
    padding:26px;
    margin:0 auto 0px;
    display:inline-block;
    text-align:center;
}
@media screen and (max-width: 768px) {
.box_timeline{
    margin-top:50px;
    background: rgba(255, 255, 255, 0.8);
    padding:20px ;
}

}

#timeline{
    list-style: none;
    margin: 50px 0 30px  calc(50% - 30px);
    padding-left: 30px;
    border-left: 8px solid #ccc;
    text-align:left;
}


#timeline li {
    margin: 40px 0;
    position: relative;
}

.date {
    margin-top: -10px;
    top: 50%;
    left: -158px;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}

.circle {
    margin-top: -10px;
    top: 50%;
    left: -43.5px;
    width: 10px;
    height: 10px;
    background: #ccc;
    border: 10px solid #ccc;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.content {
    max-height: 20px;
    padding: 50px 20px 0;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
}

/**/

/* /kanekaron */
.icon_kanekaron img{
    width:100px !important;
    margin:30px 0 ;
}
@media screen and (max-width: 768px) {
.icon_kanekaron{
    margin:30px 0 0;
}

.icon_kanekaron img{
    margin:30px 0 20px ;
}

}
.List_fur{
    width: 100%;
    margin: 0 0 20px;
    background-color:#eee;
    padding:20px;
}

.List_fur >div{
    display:block;
}

.List_fur h3{
    text-align:center;
    font-weight:bold;
    color:#fff;
    background-color:#303030;
    margin:0 auto 10px;
    padding:4px 30px;
    display:inline-block;
}

.List_fur dl{
    display:inline-block;
    margin:0 20px 0 0;
}

.List_fur dt{
    text-align:center;
    color:#fff;
    background-color:#999;
    margin:0 0 10px;
    padding:0px 20px !important;
    display:inline-block;
}

.List_fur dd{
    margin:0 0 10px 10px;
    display:inline-block;
}

 @media screen and (max-width: 1025px) {


 }

/**2020.05.29追加**/
.h_box {
  height: auto!important;
  white-space: nowrap;
}

.Img_fur h3{
    font-weight:bold;
    margin:0 10px 10px 0;
    /*2020.05.29修正
    display:inline-block;
    */
    display:block;
    /*2020.05.29修正*/
    font-size:120%
}

.Img_fur h4{
    font-weight:normal !important;
    text-align:center;
    color:#fff;
    background-color:#999;
    margin:0 0 10px;
    padding:0px 10px !important;
    display:inline-block;
}


/**/
/* modal */
/* ****************
 * Open modal button (trigger)
 * *************** */
.md-btn-area {
  margin-bottom:50px;
}
.md-btn {
  cursor: pointer;
  text-decoration:underline;
}

/* ****************
 * Modal window
 * *************** */
.modal {
  opacity:0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
    -webkit-transition: opacity .4s linear;
  transition: opacity .4s linear;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
  z-index: 1024;

}
/* Modal content */
.modal-inner {
  position:relative;
  margin:60px 5% 5%;
  padding:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:#fff;
  z-index:100;
}


/* ****************
 * Modal close button
 * *************** */
.modal .close {
  display:block;
  position: absolute;
  top: 0;
  left 0;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,.74);
  z-index:6;
}
.modal .close span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,.2);
  cursor:pointer;
}
.modal .close span {
  text-indent: -9999px;
}
.modal .close span:before,
.modal .close span:after {
  content: "";
  position: absolute;
  top: 4px;
  border: 1px solid #fff;
  height: 30px;
}
.modal .close span:before {
  left: 19px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close span:after {
  right: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* ****************
 * Append modal(target id)
 * *************** */
:target{
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

/****20190903修正*****/
footer{
    position:relative !important;
    }


.modal-inner dl{
    display:table;
    width:100%;
}

.modal-inner dt,.modal-inner dd{
    display:table-cell;
    border-bottom:1px solid #ccc;
    padding:8px 10px 10px;
}

.modal-inner dt{ width:30%; font-weight:bold; }
.modal-inner dd{ width:70%; }

/**/



/* development */
.bg_dev{
    line-height:3;
    margin:0 0 50px;
}

.bg_dev.dev01{
    background-image:url(../images/bg_dev01.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.bg_dev.dev02{
    background-image:url(../images/bg_dev02.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.bg_dev.dev03{
    background-image:url(../images/bg_dev03.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.bg_dev h2{
    padding-top:20px;
}

.bg_dev div.innerTxt{
    background: rgba(255,255,255,0.6);
    padding:20px;
}

.bg_dev.dev02 div.innerTxt{
    width:50%;
    margin-left:49%;
}


.bg_dev.dev03 div.innerTxt{
    width:50%;
}

/* development */
.bg_eco{
    line-height:3;
    margin:0 0 50px;
}

.bg_eco.eco01{
    background-image:url(../images/bg_ecofur01.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.bg_eco.eco02{
    background-image:url(../images/bg_ecofur02.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

.bg_eco h2{
    padding-top:20px;
}

.bg_eco div.innerTxt{
    background: rgba(255,255,255,0.6);
    padding:20px;
}



@media screen and (max-width: 1025px) {
.bg_dev,.bg_eco{
    line-height:2;
    margin:0 0 30px;
}

.bg_dev.dev02 div.innerTxt{
    width:100%;
    margin-left:0;
}


.bg_dev.dev03 div.innerTxt{
    width:100%;
}

/*
.bg_dev.dev01,.bg_dev.dev02,.bg_dev.dev03{
    background-size:auto 100%;
}
*/
.bg_dev.dev03{
    background-position:center top;}


}

img.img_lustrous{
    width:150px;
    padding-left:10px;
}

/* /development */

/* approach */
.movEcofur{
    width:60%;
    margin-left:40%;
    background-color:#fff;

}


.lowerPage .pageTitleWrap.TitleApproach:not(.article){
    height:auto !important;
    margin:0 0 50px !important;
}
.TitleApproach.pageTitleWrap .txtBox {
    width: 40%;
    background-color:inherit !important;
    }

.movEcofur video{ margin-bottom:-13px;
}

@media screen and (max-width: 1025px) {
.movEcofur{
    width:100%;
    margin-left:0%;

}

.movEcofur video{ margin-bottom:0;
}



.lowerPage .pageTitleWrap.TitleApproach:not(.article){
    margin:0 0 50px !important;
}

.lowerPage .pageTitleWrap.TitleApproach:not(.article) .txtBox {
    margin-top:-12px;
}
}

.h_txt{
     margin:0 0 10px;}



.t_center{
    text-align:center;
}

/* (R)マーク */
span.supText {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
