@charset "UTF-8";


/*/////////////////////////////////////////////////////////
　再生可能エネルギー発電事業 renewables/
/////////////////////////////////////////////////////////*/

#main {
    padding: 0;
}

/* main */
.mainimage {
    width: 100%;
    position: relative;
}

.mainimage img {
    max-width: 100%;
}

.mainimage h2 {
    position: absolute;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px #333;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.mainimage h2.kaso {
    position: absolute;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 0px 0px 10px #333;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.att_area {
    font-size: 12px;
    margin-bottom: 30px;
}

.sec_area {
    width: 100%;
    text-align: center;
    margin: 0 auto 100px;
}

.sec_area h2.ttl {
    height: 103px;
    margin-bottom: 40px;
}

.sec_area h2.ttl img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.sec_area .bg_about {
    width: 100%;
    padding: 100px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 25px;
    background: url(../img/bg_about.jpg) no-repeat;
    background-size: cover;
}

.sec_area .bg_recruit {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 25px;
    background: url(../img/bg_recruit.jpg) no-repeat;
    background-size: cover;
}

/*News*/
.news_area {
    width: 960px;
    max-width: 95%;
    margin: 0 auto;
}

.news_area ul {
    border-top: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
}

.news_area ul li {
    width: 100%;
    border-bottom: 1px solid #b5b5b6;
    padding: 15px 0;
}

.news_area ul li a {
    color: #000;
}

.news_area ul li:last-child {
    border-bottom: none;
}

.news_area ul li dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    text-align: left;
    font-size: 14px;
}

.news_area ul li dl dt {
    margin-right: 15px;
    padding: 4px 15px 4px 0;
    display: flex;
    align-items: center;
}

.news_area ul li dl dt p {
    color: #fff;
    padding: 5px 10px;
    min-width: 110px;
    margin-right: 10px;
    text-align: center;
}

.news_area ul li dl dd {
    line-height: 1.5;
}

.news_area ul li.n_energie {}

.news_area ul li.n_energie {}

.news_area ul li.n_energie dl dt {
    border-right: 3px solid #25841d;
}

.news_area ul li.n_energie dl dt p {
    /*グラデーション*/
    min-width: 200px;
    background: #45b152;
    background: -moz-linear-gradient(top, #45b152 0%, #007b41 100%);
    background: -webkit-linear-gradient(top, #45b152 0%, #007b41 100%);
    background: linear-gradient(to bottom, #45b152 0%, #007b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45b152', endColorstr='#007b41', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.n_hanbai dl dt {
    border-right: 3px solid #eb6d8e;
}

.news_area ul li.n_hanbai dl dt p {
    /*グラデーション*/
    background: #eb6d8e;
    background: -moz-linear-gradient(top, #eb6d8e 0%, #e8456c 100%);
    background: -webkit-linear-gradient(top, #eb6d8e 0%, #e8456c 100%);
    background: linear-gradient(to bottom, #eb6d8e 0%, #e8456c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6d8e', endColorstr='#e8456c', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.n_company dl dt {
    border-right: 3px solid #0073bd;
}

.news_area ul li.n_company dl dt p {
    /*グラデーション*/
    background: #0073bd;
    background: -moz-linear-gradient(top, #0073bd 1%, #004ea2 100%);
    background: -webkit-linear-gradient(top, #0073bd 1%, #004ea2 100%);
    background: linear-gradient(to bottom, #0073bd 1%, #004ea2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0073bd', endColorstr='#004ea2', GradientType=0);
    /*グラデーション*/
}

.news_area ul li.doc {
    background: url(../img/ic_doc.png) no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}

.news_area ul li.pdf {
    background: url(../img/ic_pdf.png) no-repeat;
    background-size: 20px;
    background-position: right 10px center;
}

.news_link {
    display: block;
    color: #036eb8;
    font-size: 18px;
    margin: 20px auto 0;
}

.news_link span {
    border-bottom: 1px solid #036eb8;
    padding-bottom: 5px;
}


.business {
    width: 100%;
    background: url(../img/bg_business.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.jigyo {
    width: 828px;
    max-width: 100%;
    margin: 40px auto;
}

.jigyo p {
    text-align: center;
}

.jigyo img {
    max-width: 100%;
}

.business .btnarea {
    width: 800px;
    max-width: 95%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.business .btnarea li {
    width: 220px;
    margin: 0 10px 15px;
}

.plant {
    width: 100%;
    max-width: 100%;
}

.plant img {
    max-width: 100%;
}

.plant p {
    margin: 30px auto 0;
}


.sec_area .mis_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sec_area .mis_area li {
    width: 50%;
}

.sec_area .mis_area li a {
    display: block;
    color: #000;
    transition: 0.3s;
}

.sec_area .mis_area li a:hover {
    opacity: 0.8;
}

.sec_area .mis_area li a .k_show {
    width: 218px;
    max-width: 90%;
}

.sec_area .mis_area li p {
    padding: 30px 0;
    line-height: 1.6;
}

.sec_area .mis_area li h3 {
    text-shadow: 0px 0px 10px #292929;
    padding: 150px 0;
    color: #fff;
}

.sec_area .mis_area li h3 span {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
}

.sec_area .mis_area li h3 span small {
    font-size: 16px;
    border-top: 1px solid #fff;
    padding-top: 3px;
}

.sec_area .mis_area li.bg_energie h3 {
    background: url(../img/bg_ayuim.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sec_area .mis_area li.bg_jigyo h3 {
    background: url(../img/bg_tomoni.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sec_area .mis_area li.bg_bus h3 {
    background: url(../img/bg_bus.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.sec_area .mis_area li.bg_project h3 {
    background: url(../img/bg_project.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.kuwasiku {
    /* width: 218px;
    max-width: 90%;
    display: block;
    margin: 0 auto; */
}

.kuwasiku img {
    max-width: 100%;
}



/*事業内容*/
.service h3.ttl {
    text-align: center;
    font-size: 27px;
    /* color: #007c44; */
    color: #0073bd;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}

.service h3.ttl.jirei {
    margin-top: 100px;
    background: #fff;
}

.service h4.text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}

.service .num_area {
    width: 100%;
    /* color: #007C44; */
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    /* border: 2px solid #007C44;
    background: #007b41; */
    border: 2px solid #0073bd;
    background: #0073bd;
    margin: 50px auto 0;
    position: relative;
}

.service .num_area::before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: #007b41; */
    background: #0073bd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.service .num_area.num01 {
    background: url(../img/service/num01_02.png) no-repeat;
    background-size: contain;
}

.service .num_area.num02 {
    background: url(../img/service/num02_02.png) no-repeat;
    background-size: contain;
}

.service .num_area.num03 {
    background: url(../img/service/num03_02.png) no-repeat;
    background-size: contain;
}

.service .tokutyotext {
    margin: 20px auto;
}

.service .tokutyotext p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
}

.service .tokutyotext p img {
    margin-right: 5px;
}

.service .zaisan {
    margin-bottom: 70px;
}

.service .tokutyo,
.service .keizoku {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}


.service .tokutyo li {
    /* width: 31%; */
    width: 48%;
}

.service .tokutyo li:nth-of-type(n+3) {
    margin-top: 40px;
}

.service .keizoku li {
    width: 48%;
}

.service .keizoku li p {
    margin-top: 10px;
    text-align: right;
}


.service .tokutyo li .midashi {
    padding: 10px 0;
    text-align: center;
    /* color: #007c44; */
    color: #0073bd;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.service .tokutyo li .midashi small {
    font-size: 15px;
}

.service .tokutyo li .honbun {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.service .tokutyo li a.shutten {
    display: block;
    font-size: 12px;
    color: #222;
    text-align: center;
    margin-top: 5px;
    transition: all .5s;
}

.service .tokutyo li a.shutten:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/*タブの中身*/
.ic_ttl {
    width: 33px;
    height: 33px;
}

.service h3.imgttl {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding: 30px 0;
}

.service h3.imgttl img {
    margin-right: 10px;
}

.service .tab_content_description {
    position: relative;
}

.service .tab_content_description p {
    font-size: 16px;
    line-height: 2;
    width: 100%;
    padding: 0px 40px 40px;
}

.service .jirei {
    width: 100%;
    padding: 40px 40px 0px;
    margin-top: 20px;
    background: #727171;
    color: #fff;
}

.service .jirei h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 30px;
}

.service .jirei h4 span {
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}

.service .jirei h3 {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}

.service .jirei h3 small {
    font-size: 15px;
}

.service .jirei .text {
    width: 600px;
    max-width: 90%;
    margin: 20px auto 30px;
    text-align: left;
    line-height: 1.6;
}

.service .image {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

.service .slick-dotted.slick-slider {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.service .pdfarea {
    width: 100%;
    display: flex;
    justify-content: center;
}

.service .pdfarea li {
    width: calc(100% / 3 - 15px);
    margin: 0 10px 20px;
    box-shadow: 0px 0px 10px #afafaf;
    transition: 0.3s;
}

.service .pdfarea li a {
    color: #333;
    display: block;
    transition: 0.3s;
}

.service .pdfarea li:hover {
    box-shadow: 0px 0px 2px #afafaf;
}

.service .pdfarea li div {
    position: relative;
}

.service .pdfarea li div span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 11px;
    text-shadow: 0px 0px 10px #333;
}

.service .pdfarea li p {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    line-height: 1.7;
}

.service .pdfarea li p strong img {
    vertical-align: middle;
    margin-left: 5px;
}

.service .pdfarea li p strong {
    /* color: #007C44; */
    color: #0073bd;
    font-weight: 600;
    font-size: 18px;
}


/*タブ切り替え全体のスタイル*/
.tabs {
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 50px auto;
}

/*タブのスタイル*/
.tab_item01,
.tab_item02,
.tab_item03,
.tab_item04,
.tab_item05,
.tab_item06,
.tab_item07 {
    width: calc(100%/4);
    box-sizing: border-box;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.tab_item01:hover,
.tab_item02:hover,
.tab_item03:hover,
.tab_item04:hover,
.tab_item05:hover,
.tab_item06:hover,
.tab_item07:hover {
    /* opacity: 0.75;*/
}

.tab_item01 img,
.tab_item02 img,
.tab_item03 img,
.tab_item04 img,
.tab_item05 img,
.tab_item06 img,
.tab_item07 img {
    max-width: 100%;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    /*overflow: hidden;*/
}

/*選択されているタブのコンテンツのみを表示*/
#sun:checked~#sun_content,
#earthwind:checked~#earthwind_content,
#vaio:checked~#vaio_content,
#earth:checked~#earth_content,
#water:checked~#water_content,
#sea:checked~#sea_content,
#wave:checked~#wave_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.item01,
.tabs input:hover+.item01,
.item_wrap01 .tab_content_description h3 {
    background-color: #fffccc;
}

.tabs input:checked+.item02,
.tabs input:hover+.item02,
.item_wrap02 .tab_content_description h3 {
    background-color: #e9edf6;
}

.tabs input:checked+.item03,
.tabs input:hover+.item03,
.item_wrap03 .tab_content_description h3 {
    background-color: #ecf4cf;
}

.tabs input:checked+.item04,
.tabs input:hover+.item04,
.item_wrap04 .tab_content_description h3 {
    background-color: #fdefcc;
}

.tabs input:checked+.item05,
.tabs input:hover+.item05,
.item_wrap05 .tab_content_description h3 {
    background-color: #e3f5fd;
}

.tabs input:checked+.item06,
.tabs input:hover+.item06,
.item_wrap06 .tab_content_description h3 {
    background-color: #e0ecf7;
}

.tabs input:checked+.item07,
.tabs input:hover+.item07,
.item_wrap07 .tab_content_description h3 {
    background-color: #f1e8f2;
}


/*再生可能エネルギーとは*/
.about h4 {
    text-align: center;
    font-size: 27px;
    color: #007c44;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about .text {
    text-align: center;
    line-height: 1.7;
}

.about .text.left {
    text-align: left;
}

.about .ene {
    width: 900px;
    max-width: 100%;
    margin: 50px auto;
}

.about_area .hatsuden {
    padding: 50px 0;
    background-color: #eaf3ea;
    background: url(../../common/img/bg-diagonal-repeart_g.png);
    margin-top: 100px;
}

.about_area .hatsuden .about h4.ttl2 {
    width: 100%;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #007c44;
    padding: 5px 0;
    margin: 0 auto 20px;
}

.about_area .hatsuden .about .text2 {
    text-align: center;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 15px;
}

.about_area .hatsuden .about .text2.left {
    text-align: left;
}

.about_area .hatsuden .about .text {
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
}

.about_area .hatsuden .about .text.left {
    text-align: left;
}

.about_area .hatsuden .about h4.ttl {
    text-align: center;
    font-size: 27px;
    color: #007c44;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 50px;
}

.about_area .hatsuden .about .ene {
    width: 900px;
    max-width: 100%;
    margin: 20px auto 10px;
}

.about_area .hatsuden .about .mini {
    text-align: right;
    width: 900px;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto 50px;
}

.about .official {
    padding: 50px 0;
}

.taiyo {
    background: #fffccc;
    width: 100%;
    padding: 70px 0;
}

.furyoku {
    background: #e9edf6;
    width: 100%;
    padding: 70px 0;
}

.chinetsu {
    background: #fdefcc;
    width: 100%;
    padding: 70px 0;
}

.vaiomasu {
    background: #ecf4cf;
    width: 100%;
    padding: 70px 0;
}

.suiryoku {
    background: #e3f5fd;
    width: 100%;
    padding: 70px 0;
}

.colorbox h3 {
    height: 51px;
    margin: 0 auto 40px;
    text-align: center;
}

.colorbox h3 img {
    max-width: 100%;
    max-height: 100%;
}

.colorbox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.colorbox ul li:first-child {
    width: 40%;
    margin-right: 3%;
}

.colorbox ul li:last-child {
    width: 57%;
    font-size: 16px;
    line-height: 1.7;
}

.colorbox ul li:last-child dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #747474;
}

.colorbox ul li:last-child dl.fir {
    margin: 20px auto 0;
}

.colorbox ul li:last-child dl:last-child {
    border-bottom: none;
}

.colorbox ul li:last-child dt {
    background: #cfe487;
    width: 30%;
    padding: 1% 2%;
    font-size: 14px;
}

.colorbox ul li:last-child dd {
    width: 70%;
    background: #fff;
    padding: 1% 2%;
    font-size: 14px;
}

.colorbox .merit {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 40px auto 0;
}

.colorbox .merit h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #333;
}

.colorbox .merit {
    line-height: 1.7;
}

.colorbox.vaiomasu .text {
    text-align: left;
    margin: 30px auto;
}

.colorbox.vaiomasu .text dl,
.colorbox.vaiomasu .merit dl {
    display: flex;
    border-bottom: 1px solid #a7a7a7;
    font-size: 14px;
}

.colorbox.vaiomasu .text dl.fir,
.colorbox.vaiomasu .merit dl.fir {
    border-top: 1px solid #a7a7a7;
    margin-top: 15px;
}

.colorbox.vaiomasu .text dl.las,
.colorbox.vaiomasu .merit dl.las {
    margin-bottom: 15px;
}

.colorbox.vaiomasu .text dt,
.colorbox.vaiomasu .merit dt {
    width: 20%;
    background: #cfe487;
    padding: 1%;
    display: flex;
    align-items: center;
}

.colorbox.vaiomasu .text dd,
.colorbox.vaiomasu .merit dd {
    width: 80%;
    padding: 1%;
    background: #fff;
}

.colorbox.chinetsu dl {
    display: flex;
    border-bottom: 1px solid #a7a7a7;
    font-size: 14px;
    line-height: 1.5;
}

.colorbox.chinetsu dl.fir {
    border-top: 1px solid #a7a7a7;
    margin-top: 30px;
}

.colorbox.chinetsu dl.las {
    /*margin-bottom: 15px;*/
}

.colorbox.chinetsu dt {
    width: 20%;
    background: #fbd77f;
    padding: 2%;
    display: flex;
    align-items: center;
}

.colorbox.chinetsu dd {
    width: 80%;
    padding: 2%;
    background: #fff;
}


#sun_content_h,
#earthwind_content_h,
#vaio_content_h,
#earth_content_h,
#water_content_h,
#sea_content_h,
#wave_content_h {
    margin-top: -180px;
    padding-top: 205px;
    position: absolute;
    top: -180px;
}







/*私たちのあゆみとこれから*/
.aboutus h3.jiki {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.aboutus h3.jiki span {
    padding-bottom: 10px;
    border-bottom: 2px solid #bebebe;
}

.aboutus .k_logo {
    width: 300px;
    margin: 0 auto 40px;
}

.aboutus .k_logo_f {
    width: 300px;
    margin: 60px auto 40px;
    text-align: center;
}

.aboutus .k_logo_f img {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.aboutus h4 {
    text-align: center;
    font-size: 27px;
    color: #007c44;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}

.aboutus .text {
    text-align: center;
    line-height: 1.7;
}

.aboutus .text.left {
    text-align: left;
}


.aboutus .hatsuden {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 0;
}

.aboutus .hatsuden li {
    width: 31%;
    margin: 0 1% 20px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.aboutus .hatsuden li:nth-of-type(n+4) {
    margin-top: 20px;
}

.aboutus .hatsuden li div {
    margin-bottom: 5px;
    position: relative;
}

.aboutus .hatsuden li div .caption {
    position: absolute;
    font-size: 11px;
    color: #fff;
    bottom: 5px;
    right: 5px;
}


.aboutus .under {
    width: 40px;
    margin: 50px auto;
}

.aboutus .under img {
    max-width: 100%;
}

.aboutus .birth {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.aboutus .birth img {
    max-width: 100%;
}

.aboutus h5 {
    font-size: 30px;
    font-weight: bold;
    color: #0073bd;
    text-align: center;
    margin: 0 auto 30px;
}

.aboutus_wrap .csrbtn {
    width: 600px;
    max-width: 100%;
    display: block;
    margin: 0 auto 70px;
    ;
}

.aboutus_wrap .csrbtn img {
    max-width: 100%;
}

.aboutus_wrap .graph-box {
    margin: 40px auto 0;
}

.aboutus_wrap .graph-ttl {
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    background: #3758c7;
    padding: 10px 0 10px 25px;
    margin-bottom: 20px;
}

.aboutus_wrap .graph-txt {
    font-size: 16px;
    line-height: 1.4;
}

.aboutus_wrap .graph-txt .red-text {
    color: #D3363E;
}

.aboutus_wrap .graph-box figure {
    width: 80%;
    margin: 20px auto 0;
}

.aboutus_wrap .graph-box figure .graph-note {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}


/*地域と共に*/

.withyou h4 {
    text-align: center;
    font-size: 23px;
    color: #007c44;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.withyou h4 .small {
    font-size: 0.6em;
}

.withyou .text {
    text-align: center;
    line-height: 1.7;
}

.withyou .text.left {
    text-align: left;
}

.withyou .tyousa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 100px;
}

.withyou .tyousa li div {
    margin-bottom: 5px;
}

.withyou .tyousa li {
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    width: 23%;
    margin-bottom: 20px;
}

.withyou .kyosei {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 100px;
}

.withyou .kyosei li div {
    margin-bottom: 5px;
}

.withyou .kyosei li {
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    width: 48%;
    margin-bottom: 20px;
}

.withyou .genki {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto 100px;
}

.withyou .genki li div {
    margin-bottom: 5px;
}

.withyou .genki li {
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    width: 48%;
    margin-bottom: 20px;
}

.withyou .genki li p {
    text-align: center;
    padding: 10px 0;
}

.withyou .genki li a {
    box-shadow: 0px 0px 10px #b4b4b4;
    display: block;
}

.withyou .genki li a:hover {
    box-shadow: 0px 0px 3px #b4b4b4;
}

.withyou .park {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
    background: #daebe3;
    margin: 40px auto 100px;
}

.withyou .park li {
    width: 49%;
}

.withyou .park li p {
    margin: 15px 0 25px 0;
}

.withyou .park .kadai span {
    background: #727171;
    color: #fff;
    position: relative;
    padding: 3px 20px;
    margin-right: 20px;
}

.withyou .park .kadai {
    color: #222;
    font-weight: 600;
}

.withyou .park .point {
    color: #007c44;
    font-weight: 600;
}

.withyou .park .point span {
    background: #007c44;
    color: #fff;
    position: relative;
    padding: 3px 10px;
    margin-right: 20px;
}

.withyou .park .kadai span:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 0px;
    border-left: 15px solid #727171;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.withyou .park .point span:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 0px;
    border-left: 15px solid #007c44;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.withyou .park h3 {
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #9a9a9a;
    text-align: center;
    font-weight: 600;
}

.withyou .sedai_box {
    width: 100%;
    background: #F5F2E1;
    position: relative;
    margin: 30px auto 40px;
    padding-bottom: 30px;
}

.withyou .sedai_box.last {
    margin-bottom: 100px;
}

.withyou .sedai_box h4 {
    padding: 30px 0 20px;
}

.withyou .sedai_box .shiori {
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
}

.withyou .sedai_box .shiori img {
    max-width: 100%;
    max-height: 100%;
}

.withyou .sedai_box .sui {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.withyou .sedai_box .sui li:first-child {
    width: 60%;
}

.withyou .sedai_box .sui li.hatudemsho-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}

.withyou .sedai_box .sui li.hatudemsho-flex .hatudemsho-img {
    width: 49%;
}

.withyou .sedai_box .sui li:last-child {
    width: 38%;
    line-height: 1.7;
}

.withyou .txt {
    line-height: 1.7;
    margin-bottom: 100px;
}

.withyou a {
    color: #4284bc;
    transition: 0.3s;
}

.withyou a:hover {
    opacity: 0.7;
}

.withyou #kyosei,
.withyou #genki,
.withyou #sedai,
.withyou #sdgs {
    margin-top: -150px;
    padding-top: 150px;
}



/*発電所一覧*/
.project g a {
    /*display: block;*/
}

.project h2 {
    text-align: center;
    margin-bottom: 50px;
}

.project .map_area {
    width: 100%;
    overflow: hidden;
    margin: 50px auto;
    position: relative;
}

.project .map_area .map {
    position: relative;
}

.project .map_area .mapbtn {
    position: absolute;
    top: 0;
    left: 0;
}

.project .map_area .mapbtn li {
    width: 33px;
    cursor: pointer;
}

.project .att_area {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    margin: 20px auto 10px;
}

.project .att_area_text {
    text-align: center;
    margin: 0 auto 60px;
    font-size: 14px;
    font-weight: 600;
}

.project .att_area_text_l {
    text-align: left;
    margin: 0 auto 10px;
    font-size: 14px;
    font-weight: 600;
}

.project .att_area li {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 10px;
}

.project .att_area li:nth-child(1) {
    background: #fff;
    box-shadow: 3px 3px #ffc505;
    border: 2px solid #ffc505;
}

.project .att_area li:nth-child(1):hover {
    background: #fff5db;
}

.project .att_area li.ic_push:nth-child(1) {
    background: #ffe695;
    box-shadow: 1px 1px #ffc505;
    border: 2px solid #ffc505;
    transform: translateY(2px);
}

.project .att_area li:nth-child(2) {
    background: #fff;
    box-shadow: 3px 3px #7b83e5;
    border: 2px solid #7b83e5;
}

.project .att_area li:nth-child(2):hover {
    background: #f2f2ff;
}

.project .att_area li.ic_push:nth-child(2) {
    background: #ddddfd;
    box-shadow: 1px 1px #7b83e5;
    border: 2px solid #7b83e5;
    transform: translateY(2px);
}

.project .att_area li:nth-child(3) {
    background: #fff;
    box-shadow: 3px 3px #7ba4e5;
    border: 2px solid #7ba4e5;
}

.project .att_area li:nth-child(3):hover {
    background: #f2f7ff;
}

.project .att_area li.ic_push:nth-child(3) {
    background: #dfebff;
    box-shadow: 1px 1px #7ba4e5;
    border: 2px solid #7ba4e5;
    transform: translateY(2px);
}

.project .att_area li:nth-child(4) {
    background: #fff;
    box-shadow: 3px 3px #98cc64;
    border: 2px solid #98cc64;
}

.project .att_area li:nth-child(4):hover {
    background: #f1ffe8;
}

.project .att_area li.ic_push:nth-child(4) {
    background: #d5efc4;
    box-shadow: 1px 1px #98cc64;
    border: 2px solid #98cc64;
    transform: translateY(2px);
}

.project .att_area li:nth-child(5) {
    background: #fff;
    box-shadow: 3px 3px #e85d68;
    border: 2px solid #e85d68;
}

.project .att_area li:nth-child(5):hover {
    background: #ffedef;
}

.project .att_area li.ic_push:nth-child(5) {
    background: #f4d2d6;
    box-shadow: 1px 1px #e85d68;
    border: 2px solid #e85d68;
    transform: translateY(2px);
}

.project .att_area li:nth-child(6) {
    background: #fff;
    box-shadow: 3px 3px #51b9be;
    border: 2px solid #51b9be;
}

.project .att_area li:nth-child(6):hover {
    background: #ecfdfd;
}

.project .att_area li.ic_push:nth-child(6) {
    background: #c4f0f0;
    box-shadow: 1px 1px #51b9be;
    border: 2px solid #51b9be;
    transform: translateY(2px);
}

.project .att_area li img {
    width: 33px;
    margin-right: 10px;
}

/*アコーディオン*/
.project .cp_wrap {
    position: absolute;
    width: 500px;
    left: 50px;
    top: 0;
    max-width: 100%;
    z-index: 1;
}

.project .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    color: #000;
}

.project .cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.project .cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #a8d8c1;
}

.project .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    background: #daebe3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project .cp_actab .cp_actab-content p {
    width: 50%;
    color: #000;
    position: relative;
    display: block;
    padding-left: 1em;
    font-size: 13px;
    padding: 5px 10px 5px 2em;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    cursor: pointer;
}

.project .cp_actab .cp_actab-content p:nth-child(2n) {
    border-left: 1px solid #fff;
}

.project .cp_actab .cp_actab-content a {}

.project .cp_actab .cp_actab-content p:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #000000;
}

/* :checked */
.project .cp_actab input:checked~.cp_actab-content {
    max-height: 50em;
}

/* Icon */
.project .cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.project .cp_actab input[type=radio]+label::after {
    content: '+';
}

.project .cp_actab input[type=radio]:checked+label::after {
    /*transform: rotateX(180deg);*/
    content: '−';
}

.project .ic {
    width: 2%;
    max-width: 33px;
    display: block;
}

.project .ic img {
    max-width: 100%;
}

#map {
    position: relative;
    /* border: 1px solid #333;*/
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow::before {
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section#map .mapbtn {
    z-index: 2;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

section#map .overflow {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}

section#map .overflow .mapObj {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: move;
}

section#map .overflow .mapObj svg {
    width: 100%;
    height: 100%;
}

section#map .scale {
    width: 30px;
    height: 30px;
    /*border: solid 2px #aaa;*/
}

section#map .mapObj svg g[id*="-"],
section#map .scale {
    cursor: pointer;
}

section#map li {
    display: none;
}

.popup_wrap {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    /* z-index: 99; */
    z-index: 10000;
}

.popup_wrap li {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.popup_wrap li .btnarea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* position: absolute;
    left: 0;
    bottom: -30px; */
}

.popup_wrap li .btnarea p {
    display: block !important;
}

.popup_wrap li .btnarea p a {
    display: block;
    padding: 15px 0;
    color: #000;
    text-align: center;
    font-size: 12px;
    transition: 0.3s;
}

.popup_wrap li .btnarea p a:hover {
    opacity: 0.6;
}

.popup_wrap li .btnarea p.flex1-1 {
    width: 100%;
    margin: 0.5% 0;
}

.popup_wrap li .btnarea p.flex2-1 {
    width: 49.5%;
    margin-top: 5px;
    margin-bottom: 3px
}

.popup_wrap li .btnarea p.hp {

    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);

    border: 1px solid #8d8d8d;
}

.popup_wrap li .btnarea p.lib {
    background: #fefcea;
    background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: linear-gradient(to bottom, #fefcea 0%, #f1da36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0);

    border: 1px solid #8d8d8d;
}

.popup_wrap li .btnarea p.jirei {
    background: #fefcea;
    background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: -webkit-linear-gradient(top, #fefcea 0%, #f1da36 100%);
    background: linear-gradient(to bottom, #fefcea 0%, #f1da36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0);

    border: 1px solid #8d8d8d;
    position: relative;
}

.popup_wrap li .btnarea p.jirei .goodjob {
    width: 25px;
    color: #000;
    position: absolute;
    left: 10px;
    top: 15%;
}

#powerplant_list {
    margin-bottom: 50px;
}

#powerplant_list p {
    margin: 10px 0;
    padding: 5px;
    background-color: #daebe3;
}

#powerplant_list ul {
    display: flex;
    flex-wrap: wrap;
}

#powerplant_list ul li {
    width: calc(18.2% - 1% / 5);
    display: inline-block;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #ddd;
}

#powerplant_list ul li:nth-child(5n) {
    /*margin-right: 0;*/
}

#powerplant_list ul li img {
    /*width: 150px;*/
}

#powerplant_list ul li h3 {
    font-size: 13px;
    width: 95%;
    margin: 10px auto;
    margin-top: 5px;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

#powerplant_list ul li h3 img.ic {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.sec_area a.view_btn {
    display: block;
    width: 218px;
    /* width: 280px;
    color: #fff;
    padding: 10px 0;
    background: #238144; */
    margin: 30px auto 0;
    transition: all .5s;
}

.sec_area a.view_btn:hover {
    opacity: 0.7;
}


/*---------------------------
PC・TABのみ
---------------------------*/

@media only screen and (min-width: 767px) {
    .movie_Box video {
        max-width: 100%;
        transform: translate(-50%, -51%);
    }

    .movie_Box a {
        bottom: 22px;
    }
}




/*---------------------------
Tab
---------------------------*/

@media screen and (max-width: 960px) {}




/*---------------------------
sp
---------------------------*/

.service #omonajirei {
    margin-top: -140px;
    padding-top: 140px;
}

@media only screen and (max-width: 767px) {

    .service #omonajirei {
        margin-top: -90px;
        padding-top: 90px;
    }

    #main {
        padding: 0px 0 0;
    }

    .mainimage h2 {
        font-size: 20px;
        width: 100%;
        text-align: center;
        line-height: 1.4;
    }

    .mainimage h2.kaso {
        font-size: 20px;
        width: 90%;
        text-align: left;
        line-height: 1.4;
    }

    .popup_wrap li .btnarea p a {
        font-size: 12px;
        line-height: 1.3;
    }

    .arrow::before {
        right: 5px;
    }

    .popup_wrap li .btnarea p.jirei {}

    .popup_wrap li .btnarea p.jirei.flex2-1 .goodjob {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -10px;
        width: 20px;
    }

    .popup_wrap li .btnarea p.jirei.flex2-1 a {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .popup_wrap li .btnarea p.jirei.flex2-1 .arrow::before,
    .popup_wrap li .btnarea p.jirei.flex2-1 .arrow::after {
        top: -15px;
    }

    .energy {
        margin: 0 auto 60px;
    }

    .energy a {
        width: 50%;
        margin: 20px auto 0;
    }


    .sec_area h2.ttl {
        height: 60px;
    }

    .sec_area {
        margin: 0 auto 70px;
    }

    .sec_area .bg_about {
        font-size: 19px;
        padding: 70px 0;
        background-position: center;
    }

    .sec_area .mis_area li {
        width: 100%;
        padding: 60px 0;
    }

    .sec_area .mis_area li h3 span {
        font-size: 22px;
    }

    .business {
        padding: 70px 0 50px;
    }

    .jigyo img {
        max-width: 90% !important;
    }

    .business .btnarea li {
        width: 46%;
        margin: 0 1% 10px 1%;
    }

    .sec_area .mis_area li {
        padding: 0px 0 60px;
    }

    .sec_area .mis_area li:last-child {
        padding: 0px 0 0px;
    }

    .sec_area .mis_area li h3 {
        padding: 70px 0;
    }

    .news_area ul li dl {
        flex-wrap: wrap;
    }

    .news_area ul li dl dt {
        width: 100%;
        padding: 4px 15px 8px 0;
        margin-bottom: 5px;
        margin-right: 5px;
        ;
    }

    .news_area ul li.n_energie dl dt {
        border-right: none;
        border-bottom: 2px solid #25841d;
    }

    .news_area ul li.n_hanbai dl dt {
        border-right: none;
        border-bottom: 2px solid #eb6d8e
    }

    .news_area ul li.n_company dl dt {
        border-right: none;
        border-bottom: 2px solid #0073bd
    }

    .sec_area .bg_recruit {
        font-size: 22px;
        background-position: center;
        padding: 70px 0;
    }

    #sun_content_h,
    #earthwind_content_h,
    #vaio_content_h,
    #earth_content_h,
    #water_content_h,
    #sea_content_h,
    #wave_content_h {
        margin-top: -90px;
        padding-top: 115px;
        pointer-events: none;
    }


    /*発電所一覧*/
    section#map .mapbtn {
        display: none;
    }

    .project .cp_wrap {
        position: relative;
        left: inherit;
        top: inherit;
    }

    section#map .overflow {
        height: 430px;
    }

    .project .att_area {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0 0;
        margin: 20px auto 10px;
    }

    #powerplant_list ul li {
        width: calc(30.5% - 1% / 3);
        margin-right: 3%;
    }

    #powerplant_list ul li:nth-child(5n) {
        margin-right: 3%;
    }

    #powerplant_list ul li:nth-child(3n) {
        /*margin-right: 0;*/
    }

    .project .att_area li {
        font-size: 13px;
        margin: 0 auto 10px;
        width: 47%
    }

    .project .att_area_text_l small {
        font-size: 12px;
    }

    .project .att_area li img {
        width: 20px;
    }

    .popup_wrap li {
        max-width: 90%;
    }

    .project h2 {
        margin-bottom: 30px;
        margin-top: 40px;
    }

    /*事業内容*/
    .service .tokutyo li {
        width: 100%;
        margin-bottom: 40px;
    }

    .service .tokutyo li:nth-of-type(n+3) {
        margin-top: 0;
    }

    .service .tokutyo li:last-of-type {
        margin-bottom: 0;
    }

    .tab_item01 img,
    .tab_item02 img,
    .tab_item03 img,
    .tab_item04 img,
    .tab_item05 img {
        margin: 0 auto;
    }

    .service .jirei {
        padding: 30px 15px 30px;
    }

    .service .jirei .text {
        max-width: 84%;
    }

    .service .tab_content_description p {
        padding: 0 15px 20px;
    }

    .service .jirei h3 {
        max-width: 100%;
    }

    .service .num_area.num01 {
        background: url(../img/service/num01_sp_02.png) no-repeat;
        background-size: contain;
        padding-left: 50px;
        padding-right: 10px;
        padding-top: calc(10px + 0.5em);
        padding-bottom: calc(10px + 0.5em);
        line-height: 1.2;
    }

    .service .tokutyotext p {
        line-height: 1.5;
    }

    .service .num_area {
        font-size: 15px;
    }

    .service .num_area.num02 {
        background: url(../img/service/num02_sp_02.png) no-repeat;
        background-size: contain;
        padding-left: 50px;
        padding-right: 10px;
        line-height: 1.2;
    }

    .service .num_area.num03 {
        background: url(../img/service/num03_sp_02.png) no-repeat;
        background-size: contain;
        padding-left: 50px;
        padding-right: 10px;
        padding-top: calc(10px + 0.5em);
        padding-bottom: calc(10px + 0.5em);
        line-height: 1.2;
    }

    .service .keizoku li {
        width: 100%;
        margin-bottom: 10px;
    }

    .service h3.ttl.jirei {
        padding: 30px 15px 0px;
    }

    .tab_item01,
    .tab_item02,
    .tab_item03,
    .tab_item04,
    .tab_item05,
    .tab_item06,
    .tab_item07 {
        width: calc(100%/2);
        line-height: inherit;
    }

    .service .pdfarea {
        flex-wrap: wrap;
    }

    .service .pdfarea li {
        width: 100%;
    }


    /*私たちのあゆみとこれから*/
    .aboutus .hatsuden li {
        width: 100%;
        margin-bottom: 20px;
    }

    .mirai p {
        max-width: 90%;
        margin: 20px auto 0;
    }

    .aboutus .under {
        margin: 30px auto 50px;
    }


    /*皆様ともに*/
    .withyou .tyousa {
        margin: 30px auto 70px;
    }

    .withyou .tyousa li {
        width: 48%;
    }

    .withyou .tyousa li p {
        font-size: 12px;
    }

    .withyou .park {
        padding: 20px 20px 0;
    }

    .withyou .park li {
        width: 100%;
        margin-bottom: 20px;
    }

    .withyou .park .kadai span {
        line-height: 2.2;
    }

    .withyou .park .point span {
        line-height: 2.2;
    }

    .withyou .park li p {
        margin: 8px 0 8px 0;
    }

    .withyou #kyosei,
    .withyou #genki,
    .withyou #sedai,
    .withyou #sdgs {
        margin-top: -90px;
        padding-top: 90px;
    }

    .withyou .kyosei li {
        width: 100%;
    }

    .withyou .genki li {
        width: 100%;
    }

    .withyou .sedai_box .sui {
        flex-wrap: wrap;
    }

    .withyou .sedai_box h4 {
        padding: 40px 0 10px;
    }

    .withyou .sedai_box .sui li:first-child,
    .withyou .sedai_box .sui li:last-child {
        width: 100%;
    }

    .withyou .sedai_box .sui li:first-child {
        margin-bottom: 20px;
    }


    /*再生可能エネルギーとは*/
    .about h4 {
        font-size: 20px;
    }

    .about .text {
        font-size: 15px;
        text-align: left;
    }

    .colorbox h3 {
        height: 40px;
        margin: 0 auto 20px;
    }

    .colorbox ul li:first-child,
    .colorbox ul li:last-child {
        width: 100%;
    }

    .colorbox ul li:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .colorbox.chinetsu dl {
        flex-wrap: wrap;
    }

    .colorbox.chinetsu dl dt,
    .colorbox.chinetsu dl dd {
        width: 100%;
    }

    .colorbox.chinetsu dl dt {
        text-align: center;
        justify-content: center;
    }

    .colorbox.vaiomasu .merit dl {
        flex-wrap: wrap;
    }

    .colorbox.vaiomasu .merit dl dt,
    .colorbox.vaiomasu .merit dl dd {
        width: 100%;
    }

    .colorbox.vaiomasu .merit dl dt {
        text-align: center;
        justify-content: center;
    }

    .colorbox ul li:last-child dl {
        flex-wrap: wrap;
    }

    .colorbox ul li:last-child dt {
        width: 100%;
        text-align: center;
    }

    .colorbox ul li:last-child dd {
        width: 100%;
    }

    .aboutus .hatsuden li:nth-of-type(n+4) {
        margin-top: 0;
    }


}

/*
.aboutus .hatsuden li.li_w {
    width: 11.6%;
} */

.aboutus .hatsuden.hatsuden_w {
    justify-content: center;
}

.aboutus .hatsuden.hatsuden_w li {
    /* margin: 0 15px; */
    margin: 0 1.1%;
}

.text_link {
    margin: 3em 0;
    text-decoration: underline;
    color: #3b62ac;
}

.text_link a {

    color: #3b62ac;
}

@media screen and (max-width:767px) {
    .aboutus h4 {
        font-size: 22px;
    }

    .aboutus .hatsuden li.li_w {
        width: 100%;
    }

    .aboutus .hatsuden.hatsuden_w {
        justify-content: center;
    }

    .aboutus .text {
        text-align: left;
    }

    .aboutus .hatsuden.hatsuden_w li {
        margin: 0 0;
        margin-bottom: 20px;
    }

    .aboutus_wrap .graph-ttl {
        font-size: 18px;
        text-align: center;
        padding: 10px 0 10px;
    }

    .aboutus_wrap .graph-box figure {
        width: 100%;
    }

    .text_link {
        margin: 1.5em 0;
        text-align: center !important;
    }

    .tece {
        text-align: center !important;
    }

    .withyou .text {
        text-align: left;
    }

}

/*---------------------------
sp iPhone SEなど
---------------------------*/
@media only screen and (max-width: 350px) {

    .withyou h4,
    .about h4,
    .aboutus h4 {
        font-size: 20px;
    }

    * {
        font-size: 85%;
    }

    .colorbox ul li:last-child {
        font-size: 14px;
    }

    .colorbox.chinetsu dl dt,
    .colorbox.chinetsu dl dd {
        font-size: 80%;
    }
}

/* 20240122追記 */
/* みなさまと共にページ */
.facebook_area {
    text-align: center;
    margin: 0 auto 100px;
}

.facebook_area_ttl {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    background: #007c44;
    padding: 6px 0;
    margin-bottom: 30px;
    position: relative;
}

.facebook_area_ttl::after {
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #007c44;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}

.facebook_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* align-items: stretch; */
}

.list-item_kobetsu {
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    width: 32%;
    background: #fff;
    margin-right: 2%;
}

.list-item_kobetsu:nth-of-type(3n) {
    margin-right: 0;
}

.list-item_kobetsu:nth-of-type(n+4) {
    margin-top: 40px;
}

.list-item_kobetsu a {
    width: 100%;
    display: block;
    box-shadow: 0px 1px 32px 0px rgba(0, 0, 0, .18);
    /* border-radius: 10px; */
    padding-bottom: 20px;
    overflow: hidden;
}

.list-item_kobetsu a .w92 {
    width: 92%;
    margin: 10px auto 0;
}

.list-item_kobetsu a figure {
    /* overflow-y: hidden; */
    height: 168px;
}

#main .list-item_kobetsu a figure img {
    width: 100% !important;
    height: 100% !important;
    /* max-width: fit-content; */
    object-fit: cover !important;
}

.list-item_kobetsu .topic-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.list-item_kobetsu .topic-date .category {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background: #004ea2;
    border-radius: 6px;
    padding: 5px 5px;
}

.list-item_kobetsu .topic-date .date {
    display: inline-block;
    font-size: 14px;
    color: #222;
}

.list-item_kobetsu .topic_txt {
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    text-align: left;
}

.facebook_list_btn {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    border: 1px solid #4284bc;
    /* border-radius: 10px; */
    padding: 9px 0 11px 0;
    margin: 40px auto 0;
    position: relative;
}

.facebook_list_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #4284bc;
    border-right: solid 1px #4284bc;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

.withyou .sedai_box .tour_guide {
    text-align: right;
    margin-top: 15px;
}

.withyou .sedai_box .tour_guide .tour_guide_btn {
    display: inline-block;
    color: #fff !important;
    background: #087c44;
    padding: 7px 14px 8px 14px;
    margin-right: 2.5%;
}

.withyou .sedai_box .shiori02_image {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 40px auto 0;
}

.withyou .sedai_box .shiori02_image li {
    width: 48.5%;
}

.withyou .sedai_box .shiori02_image li:nth-of-type(n+3) {
    margin-top: 2.5%;
}

.withyou .sedai_box.delivery h4 {
    padding-bottom: 0;
}

.example_box:nth-of-type(2) {
    margin-top: 60px;
}

.sedai_txt {
    width: 95%;
    line-height: 1.5;
    margin: 0 auto;
}

.fac_ttl {
    width: 95%;
    font-size: 17px;
    color: #231815;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin: 10px auto;
}

.example_ttl {
    width: 95%;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.4px;
    line-height: 1.5;
    text-align: center;
    background: #007C44;
    padding: 10px 0;
    margin: 10px auto 20px;
}

figure {
    position: relative;
}

figcaption {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cap_ShaW {
    text-shadow: 0 0 5px #fff;
}

.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.cap_R {
    right: 5px;
}

.cap_L {
    left: 5px;
}

.cap_B {
    color: #000;
}

.cap_W {
    color: #fff;
}

/* トピックス一覧ページ */
.facebook_topic_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.facebook_topic_list .list li.list-item .flex_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* .facebook_topic_list .list li.list-item .flex_list:nth-of-type(n+2) {
    margin-top: 60px;
} */

.facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu {
    width: 23%;
    margin-right: 2.6666666%;
}

.facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu:nth-of-type(3n) {
    margin-right: 2.6666666%;
}

.facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu:nth-of-type(4n) {
    margin-right: 0;
}

.facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu:nth-of-type(n+4) {
    margin-top: 0;
}

.facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu:nth-of-type(n+5) {
    margin-top: 40px;
}

.facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu a figure {
    overflow-y: hidden;
    height: 150px;
}

#main .facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu a figure img {
    height: 100% !important;
    object-fit: cover !important;
    width: -webkit-fill-available !important;
    max-width: initial !important;
}

.facebook_topic_list_ttl {
    font-size: 20px;
    background: #ffffff;
    padding: 5px 5px 5px 20px;
    position: relative;
}

.facebook_topic_list_ttl::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #007C44;
    position: absolute;
    top: 0;
    left: 0;
}

/* 続きを見るcss */
.list-item {
    opacity: 1;
    margin-top: 60px;
}

.list-item.last {
    margin-bottom: 60px;
}

.list-item.is-hidden {
    display: none;
    opacity: 0;
    height: 0;
    margin: 0;
}

.list-btn_more {
    text-align: center;
    margin: 40px auto 40px;
}

.list-btn_more.is-btn-hidden {
    display: none;
}

.list-btn_more button.list-btn_more_btn {
    width: 200px;
    font-size: 14px;
    color: #4284bc;
    background: #fff;
    padding: 10px 0 9px 0;
    border: 1px solid #4284bc;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}

.list-btn_more button.list-btn_more_btn::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #4284bc;
    border-right: solid 1px #4284bc;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
}

.list-btn_more button.list-btn_more_btn:hover {
    opacity: 0.7;
}

/* 発電所一覧ページ */
.new_main {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.new_main>p {
    width: 100%;
    max-width: 960px;
}

.new_main_sp {
    display: none;
}

/* .new_main>p #zoomImg {
    position: relative;
    z-index: 10;
} */

/* 見学施設のご案内ページ追加_20240314 */
.visit_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.visit_ttl {
    font-size: 20px;
    background: #ffffff;
    padding: 5px 5px 5px 20px;
    position: relative;
}

.visit_ttl::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #007C44;
    position: absolute;
    top: 0;
    left: 0;
}

.v-facility {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px auto 0;
}

.v-facility li {
    box-sizing: border-box;
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
}

.v-facility li:nth-of-type(2n) {
    margin-right: 0;
}

.v-facility .more-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.v-facility li .more-flex button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

.v-facility li .more-flex button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.v-facility li .more-flex button:hover {
    opacity: 0.7;
}

.faci-name {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
}

/* buttonリセット */
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

.visit-more {
    display: block;
    color: #fff;
    text-align: center;
    background: #007c44;
    padding: 15px 0;
    margin: 20px auto 0;
}

.visit-reserve {
    display: block;
    color: #fff;
    text-align: center;
    background: #066da8;
    padding: 15px 0;
    margin: 20px auto 0;
}

/* バナー追加 */
.bnr-Area {
    margin: 0 auto 80px;
}

.bnr-Area a {
    display: block;
    width: 100vw;
    color: #fff;
    font-size: min(2.857142857142857vw, 40px);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 2;
    transition: all .5s;
}

.bnr-Area a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(7, 41, 5, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bnr-Area a:nth-of-type(n+2) {
    margin-top: 40px;
}

.bnr-Area a:hover {
    opacity: 0.7;
}

.bnr-Area a .detail {
    width: 200px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px 0;
    margin: 30px auto 0;
}

.bnr-Area a .text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}

.ayumi-bnr {
    background-image: url(../img/bnr-ayumi-bg.jpg);
}

.with-bnr {
    background-image: url(../img/bnr-with-bg.jpg);
}

.ene-bnr {
    background-image: url(../img/bnr-enelg-bg.jpg);
}

.vis-bnr {
    background-image: url(../img/bnr-visit-bg.jpg);
}

.link-bnr a {
    display: block;
    width: 600px;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #f18700;
    background: #f18700;
    padding: 20px 0;
    margin: 40px auto 40px;
    position: relative;
    transition: all .5s;
}

.link-bnr a:hover {
    opacity: 0.7;
}

.link-bnr a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.link-bnr.withyou {
    position: relative;
    z-index: 88;
    /* margin-bottom: 100px; */
}

.tab-only {
    display: none;
}

/*以下はタブレット以下のサイズ用*/
@media only screen and (max-width: 1180px) {
    .tab-only {
        display: block;
    }

    .v-facility li .more-flex button {
        font-size: 14px;
    }

    .v-facility li .more-flex button::after {
        right: 2px;
    }
}

@media screen and (min-width:0px) and (max-width: 1023px) {
    main>p {
        width: 100%;
        height: 600px;
    }

    main>p img {
        height: 100%;
    }
}



@media only screen and (max-width: 767px) {
    .tab-only {
        display: none;
    }

    .list-item_kobetsu a {
        width: 100%;
    }

    .facebook_area_ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .facebook_list {
        justify-content: center;
        width: 100%;
    }

    .facebook_list li {
        width: 100%;
    }

    .facebook_list li:nth-of-type(n+2) {
        margin-top: 40px;
    }

    .facebook_list_btn {
        font-size: 18px;
        padding: 7px 0 13px 0;
    }

    .facebook_list li.list-item_kobetsu {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .facebook_list li.list-item_kobetsu a {
        width: 100%;
    }

    .withyou .sedai_box .tour_guide .tour_guide_btn {
        font-size: 14px;
    }

    figcaption {
        font-size: 11px;
        bottom: 5px;
        left: 5px;
        right: initial;
    }

    .fac_ttl {
        font-size: 12px;
    }


    .example_ttl {
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
    }

    /* トピックス一覧ページ */
    .list-item_kobetsu a figure {
        height: 180px;
    }

    .facebook_topic_list_ttl {
        font-size: 18px;
    }

    .facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu {
        width: 100%;
        margin-right: 0;
    }

    .facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu:nth-of-type(n+2) {
        margin-top: 30px;
    }

    .facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu:nth-of-type(3n) {
        margin-right: 0;
    }

    .facebook_topic_list .list li.list-item .flex_list .list-item_kobetsu a figure {
        height: 180px;
    }

    .list-item {
        margin-top: 30px;
    }

    .new_main {
        display: none;
    }

    .new_main_sp {
        display: block;
    }

    .visit_ttl {
        font-size: 18px;
    }

    .v-facility {
        margin-top: 30px;
    }

    .v-facility li {
        width: 100%;
        margin-right: 0;
    }

    .v-facility li:nth-of-type(n+2) {
        margin-top: 60px;
    }

    .v-facility li .more-flex button {
        width: 75%;
        font-size: 16px;
    }

    .v-facility li .more-flex button:nth-of-type(n+2) {
        margin-top: 20px;
    }

    /* バナー追加 */
    .bnr-Area {
        margin: 0 auto 60px;
    }

    .bnr-Area a {
        font-size: 24px;
    }

    .bnr-Area a:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .bnr-Area a .detail {
        width: 180px;
        font-size: 12px;
        letter-spacing: 0;
        padding: 10px 0;
        margin: 20px auto 0;
    }

    .bnr-Area a .text {
        font-size: 14px;
    }

    .link-bnr a {
        width: 100%;
        font-size: 16px;
        padding: 10px 0;
        margin: 20px auto 60px;
    }



}