@charset "utf-8";

/* navHeight */
.navHeight{
    width: 100%;
    height: 120px;
}
@media (max-width:1024px){
    .navHeight{
        height: 60px;
        background-image: url(../images/common/bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-bottom: 1px solid #d3adaf;
    }
}

/* pageWrap */
.pageWrap{
    background-image: url(../images/top/bg01.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.pageWrap:before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,#fff,transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.pageWrap_inner{
    position: relative;
}
.fadeIn{
    opacity: 0;
    transition: opacity 1s ease-out,transform 1s ease-out;
}
.fadeIn.show{
    opacity: 1;
}

/* equipmentBtn */
.equipmentBtn{
    background-color: #b46c62;
    padding: 30px 0;
}
.equipmentBtn.pageBottom{
    margin-bottom: 80px;
}
.equipmentBtn ul{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.equipmentBtn ul li{
    width: 18%;
    margin-bottom: 10px;
}
.equipmentBtn ul li:nth-child(6),
.equipmentBtn ul li:nth-child(7),
.equipmentBtn ul li:nth-child(8),
.equipmentBtn ul li:nth-child(9),
.equipmentBtn ul li:nth-child(10){
    margin-bottom: 0px;
}
.equipmentBtn ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    font-family: "EB Garamond", serif;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
}
.equipmentBtn ul li a:hover,
.equipmentBtn ul li a:active,
.equipmentBtn ul li a.current{
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.3);
    transition: 0.5s all;
}
@media (max-width:1024px){
    .equipmentBtn ul{
        width: 90%;
    }
}
@media (max-width:768px){
    .equipmentBtn ul li{
        width: 48%;
    }
    .equipmentBtn ul li:nth-child(6),
    .equipmentBtn ul li:nth-child(7),
    .equipmentBtn ul li:nth-child(8){
        margin-bottom: 10px;
    }
    .equipmentBtn ul li a{
        font-size: 1.15em;
    }
}
@media (max-width:500px){
    .equipmentBtn ul li a{
        font-size: 1.05em;
    }
}

/* pageTtl */
.pageTtl{
    padding: 80px 0 0 0;
}
.pageTtl h2{
    text-align: center;
    background-color: #c38e92;
    margin-bottom: 50px;               
}
.pageTtl h2 span{
    font-family: "EB Garamond", serif;
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
    opacity: 0;
    animation: txtAnime 1s forwards;             
}
.pageTtl h2 span:nth-child(1){
    animation-delay: 0.2s;           
}
.pageTtl h2 span:nth-child(2){
    animation-delay: 0.4s;           
}
.pageTtl h2 span:nth-child(3){
    animation-delay: 0.6s;           
}
.pageTtl h2 span:nth-child(4){
    animation-delay: 0.8s;           
}
.pageTtl h2 span:nth-child(5){
    animation-delay: 1s;           
}
.pageTtl h2 span:nth-child(6){
    animation-delay: 1.2s;           
}
@keyframes txtAnime{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.mainTxt{
    text-align: center;
}
.mainTxt h3{
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 0.25em;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}
.imgNotice{
    font-size: 0.75em;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}
.imgNotice.white{
    color: #fff;
}
.multiply{
    mix-blend-mode: multiply;
}
.under1024,
.under500{
    display: none;
}
@media (max-width:1500px){
    .pageTtl h2 span{
        font-size: 2.25em;
    }
}
@media (max-width:1024px){
    .under1024{
        display: block;
    }
}
@media (max-width:768px){
    .pageTtl h2 span{
        font-size: 2.5em;
    }
}
@media (max-width:500px){
    .pageTtl h2 span{
        font-size: 2.25em;
    }
    .under500{
        display: block;
    }
}

/* page_innerBtn */
.contentBox{
    max-width: 1320px;
    width:80%;
    margin: 0 auto;
    padding-top: 130px;
    margin-bottom: 50px;
}
.contentBox>.subTxt_box{
    text-align: center;
    margin-bottom: 50px;
}
.contentBox>.subTxt_box>.txtBox>h4{
    font-size: 1.5em;
    font-weight: 400;
    color: #c38e92;
    margin-bottom: 20px;
}
.under1200,
.under500{
    display: none;
}
@media (max-width:1200px){
    .under1200{
        display: block;
    }
}
@media (max-width:1024px){
    .contentBox{
        width:90%;
        padding-top: 70px;
    }                
}
@media (max-width:768px){
    .content_innerBox>.imgBox.js-scrollable>img{
        width: 200%;
    }
}
@media (max-width:500px){
    .under500{
        display: block;
    }
}

/* mainBox */
.contentRow01>ul{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contentRow01>ul>li{
    width: 31%;
    margin-bottom: 50px;                
    display: flex;
    flex-direction: column;
    justify-content: space-between;         
}
.contentRow01>ul>li:nth-child(4){
    width: 65.5%;            
}
.contentRow01>ul>li:nth-child(9){
    width: 100%;            
}
.contentRow01>ul>li>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
    padding: 10px 20px;
    box-sizing: border-box;         
}
.contentRow01>ul>li>.txtBox>p.em{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
    color: #c38e92;        
}
.contentRow01>ul>li>.txtBox>h4{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    background-color: #c38e92;
    text-align: center;
    padding: 0.25em 0;             
}
.contentRow01>ul>li>.imgBox{
    padding: 0 20px;
    box-sizing: border-box;      
}
.contentRow01>ul>li>.imgRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.contentRow01>ul>li>.imgRow>p{
    width: 30%;
}
.contentRow01>ul>li>.imgRow>table{
    width: 65%;
}
.contentRow01>ul>li>.imgBox>table{
    border-collapse: collapse;
    border-top: 1px solid #000;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contentRow01>ul>li>.imgRow>table{
    border-collapse: collapse;
    border-top: 1px solid #000;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr>th,
.contentRow01>ul>li>.imgBox>table>tbody>tr>td,
.contentRow01>ul>li>.imgRow>table>tbody>tr>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr>td{
    font-family: "Poppins", sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    border-bottom: 1px solid #000;
}
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(1)>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(1)>td{
    background-color: #e9e5e2;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr:nth-child(1)>th,
.contentRow01>ul>li>.imgBox>table>tbody>tr:nth-child(1)>td,
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(6)>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr:nth-child(6)>td{
    background-color: #c7161d;
    color: #fff;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr>th,
.contentRow01>ul>li>.imgRow>table>tbody>tr>th{
    text-align: center;
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 0.1em 1em;
}
.contentRow01>ul>li>.imgBox>table>tbody>tr>td,
.contentRow01>ul>li>.imgRow>table>tbody>tr>td{
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 0.1em 1em;
}
.contentRow01>ul>li>.imgBox>ul{
    margin-bottom: 20px;
}
.contentRow01>ul>li>.imgBox>ul>li>p{
    font-size: 0.9em;
    line-height: 1.6;
    padding: 0 20px;
    box-sizing: border-box;     
}
.contentRow01>ul>li>p.noticeTxt{
    font-size: 0.75em;
    line-height: 1.4;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
@media (max-width:1024px){
    .contentRow01>ul{
        max-width: 600px;
        width: 80%;
    }
    .contentRow01>ul>li,
    .contentRow01>ul>li:nth-child(4){
        width: 47%;             
    }
    .over1024{
        display: none;
    }
}
@media (max-width:768px){
    .contentRow01>ul>li,
    .contentRow01>ul>li:nth-child(4){
        width: 100%;             
    }
    .contentRow01>ul>li>.imgRow{
        flex-direction: column;
    }
    .contentRow01>ul>li>.imgRow>p{
        width: 50%;
    }
    .contentRow01>ul>li>.imgRow>table{
        width: 100%;
    }
    .contentRow01>ul>li>.imgBox{
        padding: 0;
        max-width: 250px;
        width: 80%;
        margin: 0 auto;     
    }
}
@media (max-width:500px){
    .contentRow01>ul{
        width: 90%;
    }
}

.powerReceiving_system{
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #c38e92;
    background-color: #fff;
}
.powerReceiving_system>.mainBox{
    margin-bottom: 50px;
}
.powerReceiving_system>.mainBox>.ttlBox,
.powerReceiving_system>.mainBox>.imgBox{
    margin-bottom: 20px;
}
.powerReceiving_system>.mainBox>.ttlBox>h3{
    text-align: center;
    margin-bottom: 10px;
}
.powerReceiving_system>.mainBox>.ttlBox>h3>img{
    max-width: 500px;
    width: 80%;
}
.powerReceiving_system>.mainBox>.ttlBox>p{
    font-size: 1em;
    line-height: 1.8;
    text-align: center;
}
.powerReceiving_system>.mainBox>.ttlBox>p.em{
    font-size: 1.25em;
    margin-bottom: 20px;
}
.powerReceiving_system>.mainBox>.noticeRow{
    display: flex;
}
.powerReceiving_system>.mainBox>.noticeRow>h4{
    width: 15%;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    border-right: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.powerReceiving_system>.mainBox>.noticeRow>p{
    width: 85%;
    font-size: 0.75em;
    line-height: 1.8;
    padding-left: 10px;
    box-sizing: border-box;
}
.powerReceiving_system>.contentRow{
    display: flex;
    justify-content: space-between;
}
.powerReceiving_system>.contentRow>li{
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.powerReceiving_system>.contentRow>li>.txtBox>h4{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #c38e92;
    border-left: 5px solid #c38e92;
    padding-left: 0.5em;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.powerReceiving_system>.contentRow>li>.txtBox>p{
    font-size: 0.9em;
    line-height: 1.8;
}
.powerReceiving_system>.contentRow>li>.imgBox{
    max-width: 280px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.under1200{
    display: none;
}
@media (max-width:1200px){
    .under1200{
        display: block;
    }
}
@media (max-width:768px){
    .powerReceiving_system>.mainBox>.imgBox>p.js-scrollable>img{
        width: 200%;
    }
    .powerReceiving_system>.mainBox>.noticeRow{
        flex-wrap: wrap;
    }
    .powerReceiving_system>.mainBox>.noticeRow>h4,
    .powerReceiving_system>.mainBox>.noticeRow>p{
        width: 100%;
    }
    .powerReceiving_system>.mainBox>.noticeRow>h4{
        border-right: none;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .powerReceiving_system>.mainBox>.noticeRow>p{
        padding-left: 0px;
    }
    .powerReceiving_system>.contentRow{
        flex-wrap: wrap;
    }
    .powerReceiving_system>.contentRow>li{
        width: 100%;
    }
    .powerReceiving_system>.contentRow>li:nth-child(1){
        margin-bottom: 10px;
    }
}
@media (max-width:500px){
    .powerReceiving_system{
        width: 90%;
        padding: 20px;
    }
}

.gasSystem{
    max-width:1100px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #c38e92;
    background-color: #fff;
}
.gasSystem>.mainBox{
    margin-bottom: 50px;
}
.gasSystem>.mainBox>.ttlBox,
.gasSystem>.mainBox>.imgBox{
    margin-bottom: 20px;
}
.gasSystem>.mainBox>.ttlBox>h3{
    text-align: center;
    margin-bottom: 10px;
}
.gasSystem>.mainBox>.ttlBox>h3>img{
    max-width: 500px;
    width: 80%;
}
.gasSystem>.mainBox>.ttlBox>p{
    font-size: 1em;
    line-height: 1.8;
    text-align: center;
}
.gasSystem>.mainBox>.ttlBox>p.em{
    font-size: 1.25em;
    margin-bottom: 20px;
}
.gasSystem>.contentRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gasSystem>.contentRow>li{
    width: 47%;
}
.gasSystem>.contentRow>li.imgBox{
    position: relative;
}
.gasSystem>.contentRow>li.txtBox{
    background-color: #c38e92;
    padding: 30px;
    box-sizing: border-box;
}
.gasSystem>.contentRow>li.txtBox>p.em{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.gasSystem>.contentRow>li.txtBox>p.em>span{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: block;
}
.gasSystem>.contentRow>li.txtBox>p.em>span>em{
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;
}
.gasSystem>.contentRow>li.txtBox>.conditionsBox>h5{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #c38e92;
    padding: 0.25em 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
}
.gasSystem>.contentRow>li.txtBox>.conditionsBox>ul>li{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.75em;
    font-weight: 400;
    color: #fff;
    padding-left: 1em;
    position: relative;
    margin-bottom: 2px;
}
.gasSystem>.contentRow>li.txtBox>.conditionsBox>ul>li:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0.75em;
    height: 0.75em;
    background-color: #fff;
}
@media (max-width:1024px){
    .gasSystem>.contentRow{
        flex-direction: column;
        justify-content: center;
    }
    .gasSystem>.contentRow>li{
        max-width: 400px;
        width: 100%;
    }
    .gasSystem>.contentRow>li:nth-child(1){
        margin-bottom: 10px;
    }
}
@media (max-width:768px){
    .gasSystem>.mainBox>.imgBox>p.js-scrollable>img{
        width: 200%;
    }
    .gasSystem>.contentRow>li.txtBox{
        padding: 20px;
    }
}
@media (max-width:500px){
    .gasSystem{
        width: 90%;
        padding: 20px;
    }
}