@charset "utf-8";

/* navi white*/

sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
#headerArea.headerColor {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: rgba(255,255,255,0.00) !important;
}
#headerArea.change-color{
	background-color: rgba(255,255,255,0.8) !important;
	color: #00abbb !important;
}
#headerArea.change-color nav.jmenu>ul>li>a{
	color: #00abbb !important;
}
#headerArea h1 img{
	display: none;
}
#headerArea h1 span.logo{
	display: block;
	background-image: url(/images/img-header-logo-w.png);
	width: 156px;
	height: 53px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#headerArea.change-color h1 span.logo{
	background-image: url(/images/img-header-logo.png) !important;
}

#headerArea .btnSearch img{
	display: none;
}
#headerArea .btnSearch{
	display: block;
	background-image: url(/images/img-lupe-w.png);
	width: 20px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#headerArea.change-color .btnSearch{
	background-image: url(/images/img-lupe-b.png);
}

nav.jmenu>ul>li>a {
    color: #fff;
}

nav.jmenu>ul>li>a.hover::before {
    color: #fff;
}

nav.jmenu>ul>li>a.hover::after {
    color: #fff;
}

.japanArea{
	background-image: url(../japan/images/back.jpg);
	background-size: cover;
    background-position: bottom center;
	padding-top:160px;
	margin: 0 auto;
}
.japanArea .section{
	width: 100%;
}

/* header image area*/

.japanArea .entryArea {
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
}

#imageArea { 
    position: relative;
    width: 100%;
    min-width: 1000px;
    height: 520px;
    overflow: hidden;
    background-size: cover;
    background-position: 20% center;
}

.mainImageContents {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.imageRead {
    position: absolute;
    top: 180px;
    left: 20px;
    font-size: 28px;
    color: #fff;
    line-height: 1.65;
    font-weight: normal;
    text-align: left;
}

.imageText {
    position: absolute;
    top: 240px;
    left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

.pageContents {
    width: 100%;
    min-width: 1000px;
    position: relative;
}

.pageContents.border {
    border-top: solid 1px #ddd;
    margin-top: 50px;
}

.titleCorner {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding-right: 20px;
}

.pageContents.border .titleCorner {
    width: auto;
    height: 51px;
    font-size: 20px;
    line-height: 50px;
    border-top: solid 1px#ddd;
    border-right: solid 1px #ddd;
}

.titleCorner a {
    display: inline-block;
    width: auto;
    height: 100%;
    line-height: 48px;
    text-decoration: none;
    color: #000;
    letter-spacing: 5px;
}

.titleBand {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: #000;
}

.pageContents.border .titleBand {
    position: absolute;
    top: -50px;
    left: -100%;
    width: 100%;
    height: 51px;
    background-color: #fff;
    color: #000;
    z-index: 1000;
    border-top: solid 1px #ddd;
}


/**/

.companyProfile {
    font-size: 32px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #00abba;
    letter-spacing: 15px;
}

.profileRead {
    font-size: 20px;
    line-height: 1.75;
    color: #00abba;
    text-align: center;
    letter-spacing: 15px;
}

.serviceImage {
    position: relative;
    width: 100%;
    height: 530px;
    background-image: url(/images/img-symenergy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btnLocalEnergy {
    position: absolute;
    width: 329px;
    height: 398px;
    top: 100px;
    left: 0;
}

.btnNewPower {
    position: absolute;
    width: 332px;
    height: 398px;
    top: 100px;
    right: 0;
}

.btnLocalEnergy::after,
.btnNewPower::after {
    content: ' ';
    width: 200px;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    position: absolute;
    bottom: -40px;
    left: 60px;
    border-radius: 100px;
    -webkit-transition: all .35s ease;
    transition: all 1s ease;
    opacity: 0;
}

.btnLocalEnergy a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/img-localenergy.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.btnNewPower a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/img-newpower.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.serviceImageRead {
    text-indent: -9999px;
}

.btnLocalEnergy a,
.btnNewPower a {
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all 1s ease;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btnLocalEnergy a:hover,
.btnNewPower a:hover {
    -webkit-transition: all .35s ease;
    transition: all 1s ease;
    opacity: .75;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.btnLocalEnergy:hover::after,
.btnNewPower:hover::after {
    -webkit-transition: all .35s ease;
    transition: all 1s ease;
    opacity: .25;
}


/*svg*/

.serviceEffects {
    margin: 0 auto;
	width:100%;
    max-width: 960px;
    min-height: 440px;
	background-image: url(../japan/images/infi.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	position:relative;
}

.serviceEffects ul {
    list-style: none;
	position:absolute;
	top:calc(50% - 56px);
	
}

.serviceEffects ul li {
    display: block;
    float: left;
    width: 136px;
    text-align: center;
}

.iconBase {
    position: relative;
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.iconBase.earth {
    background-color: #00af84;
}

.iconBase.sasutena {
    background-color: #b28247;
}

.iconBase.cloud {
    background-color: #00a29a;
}

.iconBase.nature {
    background-color: #00adec;
}

.iconBase.recycle {
    background-color: #f5a745;
}

.iconBase.recruit {
    background-color: #45479b;
}

.iconBase.population {
    background-color: #5c7bb1;
}

.serviceSvgIcon {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 5px;
}

.iconCaption {
    text-shadow: 2px 2px 2px black;
    display: block;
    padding: 10px 0 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
}

.st0,
.st1 {
    stroke-width: 8px!important;
}


h2{
	text-align:center;
	font-weight:bold;
	font-size:1.4em;
	color:#fff;
	margin-bottom:20px;
	letter-spacing:2px;
}
.subTtl{
	text-align:center;
	font-size:2em;
	color:#fff;
	margin-bottom:40px;
	letter-spacing:6px;
	font-weight:bold;
}
.lead{
	color:#fff;
	letter-spacing:1px;
	line-height:2;
	font-size:1.1em;
	margin: 40px auto 40px auto;
}

.lead2{
	color:#fff;
	letter-spacing:1px;
	line-height:2;
	margin: 40px auto 40px auto;
}
.lead2.underLine{
	margin: 40px auto 100px auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 100px;
}
.lead2 a{
	color: #fff;
}
.mb20{
	margin-bottom:20px;
}
.hosoku{
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	margin-bottom: 60px;
}
.energyArea{
	background-color:rgba(255,255,255,0.8);
}
p.head{
	padding:20px 0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background-color:#00abbb;
	margin-bottom:30px;
}
.energyInner{
	width:96%;
	margin:30px auto;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
}
.energyBox{
	width:49%;
	background-color:#fff;
	margin-bottom:20px;
	cursor: pointer;
}
.energyBox:hover{
	opacity: 0.8;
}
.energyArea img{
	display:block;
	width:96%;
	margin:20px auto;
}
.underLine{
	border-bottom: 1px solid #fff;
    padding-bottom: 100px;
}
.topLine{
	border-top: 1px solid #fff;
    padding-top: 100px;
	margin-top:100px;
}
table{
	border-collapse: collapse;
    border-spacing: 1px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:1px;
	margin-bottom:20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table tr{
	font-size:1em;
	color:#fff;
}
table tr.green{
	background-color:#44b4be;
	text-align:center;
}
table tr td{
	padding:20px;
	border-collapse: collapse;
    border-spacing: 1px;
    border: 1px solid #fff;
	vertical-align: middle;
}
table tr td.center{
	text-align: center;
}
table tr.bottom{
}
table tr.bottom td:first-child,table tr.bottom td:nth-child(3){
	width:7em;
}
table tr.bottom td:nth-child(2),table tr.bottom td:nth-child(4){
	width:calc(50% - 7em);
}

p.coment{
	margin-bottom:60px;
	color:#fff;
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.businessBnrArea {
    display: flex;
    margin: 30px 0 100px 0;
}
.sustainableArea {
    position: relative;
    width: 50%;
    overflow: hidden;
}
.businessBnrArea a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.sustainableArea a span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.newPowerOperationArea {
    position: relative;
    width: 50%;
    overflow: hidden;
}
.businessBnrArea img {
    width: 100%;
    height: auto;
}
.newPowerOperationArea a span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
table .sp{
		display: none;
}
table .pc{
		display: block;
}

/****************************************************************************************************************/

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
    /* Display only in the smartphone */
    /*.mainImageArea {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        min-width: 100%;
        position: relative;
    }*/

	.japanArea .section .energyArea{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
    .mainImageContents {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #imageArea {
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 100vh;
        max-height:520px;
        overflow: hidden;
        background-size: cover;
    }
    /**/
    .imageRead {
        position: relative;
        top: 0;
        left: 0;
        font-size: 28px;
        color: #fff;
        line-height: 1.65;
        font-weight: normal;
        text-align: left;
        margin-top:180px;
        padding: 10px;
    }
    .imageText {
        position: relative;
        top: 0;
        left: 0;
        font-size: 14px;
        color: #fff;
        line-height: 1.75;
        letter-spacing: 0;
        font-weight: bold;
        text-align: left;
        margin: 0;
        padding: 10px;
    }
    /**/
    .pageContents {
        width: 100%;
        min-width: 100%;
        position: relative;
    }
    .companyProfile {
        font-size: 26px;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 30px;
        color: #00abba;
        letter-spacing: 2px;
        line-height: 1.75;
    }
    .profileRead {
        font-size: 16px;
        line-height: 1.75;
        color: #00abba;
        text-align: center;
        letter-spacing: 2px;
    }
    .serviceImage {
        position: relative;
        width: 100%;
        height: 320px;
        background-image: url(/images/img-symenergy-sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .btnLocalEnergySP .localEnergyWrap {
        padding: 10px;
        background-image:url(/css/overlays/05.png);
        background-color:rgba(255,255,255,0.8);
        background-blend-mode:lighten;
        color: #000;
        overflow: hidden;
    }
    .btnNewEnergySP .localEnergyWrap {
        padding: 10px;
        background-color: rgba(0,0,0,.1);
        color: #000;
        overflow: hidden;
    }
    .btnLocalEnergySP.open .localEnergyWrap,
    .btnNewEnergySP.open .localEnergyWrap {
        padding: 10px;
    }
    .btnLocalEnergy,
    .btnNewPower {
        display: none;
    }
    .btnLocalEnergySP,
    .btnNewEnergySP {
        padding: 0 10px;
        position: relative;
    }
    .btnLocalEnergySP li::before,
    .btnNewEnergySP li::before {
        content: '　';
    }
    .btnLocalEnergySP li.prep::before,
    .btnNewEnergySP li.prep::before {
        content: '■';
        text-indent: -1em;
    }
    .btnLocalEnergySP h4 {
        font-size: 20px;
        padding: 10px;
        border: solid 1px #ddd;
        margin-bottom: 10px;
        background-image: url(/images/img-local-energy.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 150px;
        text-align: center;
    }
    .btnNewEnergySP h4 {
        font-size: 20px;
        padding: 10px;
        border: solid 1px #ddd;
        margin-bottom: 10px;
        background-image: url(/images/img-new-energy.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 150px;
        text-align: center;
    }
    /*.btnLocalEnergySP h4::after,
    .btnNewEnergySP h4::after {
        content: 'V';
        display: block;
        background-color: #00abba;
        font-size: 12px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        width: 1em;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 15px;
        cursor: pointer;
    }
    .btnLocalEnergySP.open h4::after,
    .btnNewEnergySP.open h4::after {
        content: 'X';
        display: block;
        background-color: #ddd;
        font-size: 12px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding: 10px;
        color: #fff;
        font-weight: normal;
        width: 1em;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 15px;
    }*/
    .btnLocalEnergySP ul,
    .btnNewEnergySP ul {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 5px 10px 5px;
    }
    .btnLocalEnergySP .columnsBox,
    .btnNewEnergySP .columnsBox {
        background-color: #00abba;
        padding: 10px;
    }
    .btnLocalEnergySP h5,
    .btnNewEnergySP h5 {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        color: #00abba;
    }
    .serviceSP {
        /*margin-top: -150px;*/
        margin-bottom: 30px;
    }
    .serviceSvgIconSP {
        display: block;
        width: 80px;
        height: 80px;
        margin: 10px auto 0 auto;
    }
    #svgMap,
    #svgLamp {
        stroke-width: 8px!important;
    }
    .serviceEffects {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .serviceEffects ul li {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        padding-bottom: 20px;
    }
    .serviceEffects ul li {
        margin-top: 0!important;
    }
    .serviceEffects ul li:nth-last-of-type(2n+1) {
        clear: both;
    }
    .companyMission {
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #00abba;
        letter-spacing: 2px;
        line-height: 1.75;
        border: solid 1px #00abba;
        margin: 20px 10px;
    }
    .underArrow {
        display: block;
        width: 20px;
        height: auto;
        margin: 30px auto 0 auto;
        ;
    }
    /**/
    .btnLocalEnergySPCage {
        width: 100%;
        text-align: center;
        padding: 40px 40px 30px 40px;
    }
    .btnLocalEnergySPCage a {
        display: inline-block;
        width: 200px;
        height: 32px;
        background-color: #00abba;
        color: #fff;
        border: solid 1px #00abba;
        line-height: 32px;
        text-decoration: none;
    }
	.serviceEffects ul {
    list-style: none;
    position: static;
    top: calc(50% - 56px);
}
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
.imageText br{
	display:none;
}
.lead2{
	width: 90%;
	margin: 30px auto;
}
.subTtl {
    text-align: center;
    font-size: 1.5em;
}
.serviceEffects {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    min-height: 100%;
}

}
@media screen and (max-width: 500px) and (-webkit-min-device-pixel-ratio: 1.5) {
.energyInner {
    justify-content: center;
}
.energyBox {
    width: 96%;
}
table{
	width: 96%;
	margin: 0px auto;
}
table .sp{
	display: block;
	width: 94%;
	margin: 30px auto;
}
table .pc{
	display: none;
}
	p.coment{
		width: 90%;
	margin: 20px auto;
	}
.topLine {
    border-top: 1px solid #fff;
    padding-top: 60px;
    margin-top: 60px;
}
.businessBnrArea {
    display: flex;
    margin: 30px 0 100px 0;
    flex-wrap: wrap;
}
.sustainableArea {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.newPowerOperationArea {
    position: relative;
    width: 100%;
    overflow: hidden;
}
}