@charset "UTF-8";

/* reset.css */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}


div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* 共通 */
/* 2025ビジョンでは不要 */
#nav_Main.tophead,
#nav_Sub {
    display: none !important;
}

#nav_Sub {
    background: #fff;
}

#bread_List {
    margin-bottom: 0;
}


#main {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt" !important;
    -webkit-text-size-adjust: 100%;
    /* margin: 170px auto 0; */
    margin: 80px auto 0;
    overflow: hidden;
}

/* position */
figure {
    position: relative;
}

.pos {
    position: relative;
}

.inline-block {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
}

/* ローディング */
#loading_Wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 99999;
}

.loading_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading_in figure {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.loading_in figure img {
    width: 100%;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 10px auto 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* inner */
.inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.inner_1000 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.inner_800 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.inner_900 {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.vw100 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.vw100-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
}

.w80 {
    max-width: 800px;
    margin: 0 auto;
}

/* line */
.line {
    width: 100%;
    height: 10px;
    background: #1575b3;
}

.line-image01 {
    width: 68%;
    padding: 10px 0 30px 0;
}

.line-orange01 {
    width: 50%;
    height: 40px;
    background: #ea8f15;
    margin: 40px 0 0 auto;
}

.line-orange02 {
    width: 20%;
    height: 20px;
    background: #ea8f15;
    margin: 0 auto 20px 0;
}

.line-orange03 {
    width: 28%;
    height: 25px;
    background: #ea8f15;
    position: absolute;
    top: 8vw;
}

.line-orange04 {
    width: 26%;
    height: 20px;
    background: #ea8f15;
    position: absolute;
    top: 48vw;
    right: 0;
}

.line-orange05 {
    width: 26%;
    height: 60px;
    background: #ea8f15;
    position: static;
}

.line-orange06 {
    display: inline-block;
    width: 8%;
    height: 160px;
    background: #ea8f15;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.line-orange07 {
    width: 50%;
    height: 20px;
    background: #ea8f15;
}

.line-orange08 {
    width: 26%;
    height: 20px;
    background: #ea8f15;
    position: static;
}

.line-blue01 {
    width: 34%;
    height: 20px;
    background: #1575b3;
    margin: 0 auto 0 0;
}

.line-blue02 {
    width: 50%;
    height: 40px;
    background: #1575b3;
    margin: 0 auto 40px 0;
}

.line-blue03 {
    width: 24%;
    height: 15px;
    background: #1575b3;
    position: absolute;
    top: 42vw;
}

.line-blue04 {
    width: 34%;
    height: 25px;
    background: #1575b3;
    position: absolute;
    top: 10.3vw;
    right: 0;
}

.line-blue05 {
    width: 25%;
    height: 10px;
    background: #1575b3;
    margin: 30px 0 0 auto;
}

.line-blue06 {
    width: 36vw;
    height: 30px;
    background: rgba(21, 117, 179, .8);
    margin: -20px auto 0 0;
    position: relative;
    z-index: 10;
}

.line-blue07 {
    width: 15%;
    height: 30px;
    background: rgba(21, 117, 179, .8);
    margin: 10px auto 0 0;
}

.line-blue08 {
    width: 10%;
    height: 20px;
    background: #1575b3;
}

.line-blue09 {
    width: 50%;
    height: 20px;
    background: #1575b3;
}

.line-b-o {
    justify-content: flex-end;
}

.line-b-o02 {
    justify-content: center;
    margin-top: 40px;
}

/* bg */
.blue-bg {
    background: rgba(0, 146, 201, .9);
}

.orange-bg {
    background: rgba(234, 143, 21, .9);
}

.white-bg {
    background: #fff;
}

/* text */
.Gothic {
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.josefin-sans {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.text {
    line-height: 1.8;
}

.caption {
    color: #000;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 5px;
}

.small {
    font-size: 0.6em;
}

.big {
    font-size: 1.3em;
    font-weight: 600;
}

.u-line {
    position: relative;
}

.u-line::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: rgba(224, 186, 39, 0.5);
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: -1;
}

.normal-text {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 1.5px;
    text-align: center;
}

.vision-link {
    color: #1575b3;
    text-decoration: underline;
    /* border-bottom: 1px solid #1575b3;
    padding-bottom: 3px; */
    transition: all .5s;
}

.vision-link:hover {
    opacity: 0.7;
    text-decoration: none;
    /* border-bottom: none; */
}

.vision-link .link-mark {
    display: inline-block;
    width: 17px;
    margin-left: 4px;
}

.attention {
    font-size: 11px;
    text-align: left;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
}

.obi-ttl {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}

.obi-ttl span {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 6px;
    color: #fff;
    text-align: center;
    position: relative;
}

.obi-ttl span.Gothic {
    letter-spacing: 3px;
}

.obi-ttl span::before,
.obi-ttl span::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.obi-ttl.blue-bg span::before {
    background: #ea8f15;
    left: -30px;
}

.obi-ttl.blue-bg span::after {
    background: #ea8f15;
    right: -30px;
}

.obi-ttl.orange-bg span::before {
    background: #1575b3;
    left: -40px;
}

.obi-ttl.orange-bg span::after {
    background: #1575b3;
    right: -40px;
}

.sub-ttl {
    font-size: 22px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    background: #000;
    padding: 14px 14px;
    margin-bottom: 10px;
}

/* ashirai */
.ashirai {
    display: inline-block;
    position: absolute;
}

.ashirai.a-03 {
    width: 8%;
    bottom: 31%;
    right: 4%;
}

.ashirai.a-04 {
    width: 20%;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.ashirai.a-05 {
    width: 5%;
    top: 50%;
    right: 14%;
}

.ashirai.a-06 {
    display: inline-block;
    width: 5%;
    margin-right: 20px;
    position: static;
    vertical-align: middle;
}

/* text-float */
.text-float {
    /* width: 90%; */
    width: 80%;
    position: absolute;
}

.text-float.future {
    bottom: 30px;
    right: 0;
}

.text-float.social {
    position: static;
    margin: 40px 0 0 auto;
}

.text-float.carbon {
    position: static;
    margin: 40px auto 20px 0;
}


/* text-ttl */

.text-ttl.energy {
    width: 100%;
    margin-bottom: 40px;
}

.text-ttl.sprit {
    width: 90%;
    margin: 40px 0 0 auto;
}

.text-ttl.ribitarization {
    /* width: 86%; */
    width: 74%;
    margin: 40px 0 0 auto;
}

.text-ttl.human {
    width: 86%;
    margin: 40px auto 0 0;
    position: relative;
}

.text-ttl.sustainable {
    width: 74%;
    margin: 0 0 0 auto;
}

/* arrow */
.arrow {
    width: 30px;
    margin: 0 auto 20px;
}

/* kobetsu */
/* vision-main */
.vision-main .ttl-box {
    background: #fff;
    padding: 18px 0 12px 0;
    position: relative;
    z-index: 10;
}

.vision-main .ttl-box::after {
    content: "";
    display: block;
    width: 28vw;
    height: 15px;
    background: #ea8f15;
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: -1;
}

.vision-box {
    background-image: url(../img/vision-main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 80px 0;
}

.ttl-box h3 {
    width: 34%;
    max-width: 700px;
    margin: 0 auto;
}

.main-copy {
    /* max-width: 800px; */
    padding: 0 0 60px 0;
    margin: 0 auto;
}



.main-copy .copy01 {
    position: relative;
}

.main-copy .copy01::before,
.main-copy .copy01::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
}

.main-copy .copy01::before {
    width: 30vw;
    height: 10px;
    background: #ea8f15;
    bottom: -10px;
}

.main-copy .copy01::after {
    width: 39vw;
    height: 20px;
    background: #1575b3;
    bottom: -40px;
}

.main-copy .copy02 {
    position: relative;
}

.main-copy .copy02::before {
    content: "";
    display: block;
    width: 53vw;
    height: 5px;
    background: #ea8f15;
    position: absolute;
    bottom: -24px;
    left: 0;
}


#main .main-copy .copy01 img,
#main .main-copy .copy02 img,
#main .main-copy .copy03 img {
    display: block;
    width: 90%;
    max-width: 800px;
}

#main .main-copy .copy01 img {
    width: 80%;
    margin: 0 auto 0 24vw;
}

#main .main-copy .copy02 img {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto 0 24vw;
}

#main .main-copy .copy03 img {
    width: 80%;
    padding-top: 40px;
    margin: 0 auto 0 24vw;
}

.text-list {
    background: rgba(255, 255, 255, .9);
    padding: 0 20px;
    outline: 1px solid #fff;
    outline-offset: 6px;
}

.text-list p {
    font-size: min(1.4285714285714286vw, 20px);
    font-weight: 600;
    padding-left: 2.5em;
    position: relative;
}

.text-list p:not(:last-of-type) {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.text-list p {
    padding-top: 20px;
}

.text-list p:last-of-type {
    padding-bottom: 20px;
}

.text-list p::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.text-list p:nth-of-type(1)::after,
.text-list p:nth-of-type(3)::after {
    background: #1575b3;
}

.text-list p:nth-of-type(2)::after {
    background: #ea8f15;
}

.sec-box-02 {
    margin: 40px auto 0;
}

.kgi-flex {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 120%;
    position: relative;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}

.kgi-flex li {
    width: 32%;
}

/* vision-step */
.vision-step .inner {
    position: relative
}

.vision-step .inner.white-bg {
    padding: 30px 0 0 0;
}

.vision-step .inner .a01 {
    width: 3%;
    top: 19%;
    left: -6%;
}

.vision-step .inner .a02 {
    width: 5%;
    bottom: -2%;
    right: -3%;
}

.vision-stepbox {
    background-image: url(../img/v-step-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px 0;
}

.step-box01 {
    margin-top: -30px;
    position: relative;
    z-index: 30;
}

.step-box02 {
    margin-top: -30px;
    position: relative;
    z-index: 20;
}

.step-box03 {
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.step-year {
    width: 88%;
    margin: 20px 0 0px 4%;
}

/* visition-story */
.vision-story {
    padding: 60px 0;
}

.center {
    text-align: center;
}

.story-mainttl {
    display: inline-block;
    font-size: 20px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    letter-spacing: 1.5px;
    color: #595757;
    text-align: center;
    border: 1px solid #595757;
    outline: 1px solid #595757;
    outline-offset: 4px;
    background: #fff;
    padding: 5px 8px;
    margin-bottom: 40px;
    position: relative;
    /* left: 50%;
    transform: translateX(-50%);
    z-index: 10; */
}

.story-mainttl::after {
    content: "";
    width: 1000px;
    height: 1px;
    background: #595757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.story-mainttl .shikaku01,
.story-mainttl .shikaku02 {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.story-mainttl .shikaku01 {
    background: #1575b3;
    margin-right: 10px;
}

.story-mainttl .shikaku02 {
    background: #ea8f15;
    margin-left: 10px;
}


/* 固定アンカー */
.fix-nav {
    width: 100vw;
    margin: 0 auto 0;
}

.fix-nav.js_fixed {
    position: fixed;
    bottom: 0;
}

.fix-nav ul {
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.fix-nav ul li {
    width: calc((100% - 20px) / 3);
}

.fix-nav ul li:nth-of-type(n+4) {
    margin-top: 10px;
}

.fix-nav ul li p {
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
    background: #4f4c4b;
    border: 1px solid #4f4c4b;
    padding: 10px 10px;
    cursor: pointer;
    transition: all .5s;
}

.fix-nav ul li p:hover {
    color: #4f4c4b;
    background: #fff;
    border: 1px solid #4f4c4b;
}

/* アンカーのズレを調整 */
#ancher01,
#ancher02,
#ancher03,
#ancher04,
#ancher05,
#ancher06 {
    padding-top: 100px;
    margin-top: -100px;
}


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

.story-box .w-line {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 20px;
}

.story-box .w-line h6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.story-box .w-line .b-line01,
.story-box .w-line .b-line02 {
    display: block;
    flex: 1;
    height: 20px;
    margin-top: -13px;
}

.story-box .w-line .b-line01 {
    background: #1575b3;
    margin-right: 10vw;
}

.story-box .w-line .b-line02 {
    background: #ea8f15;
    margin-left: 10vw;
}

.story-box h6 {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #fff;
    background: #000;
    padding: 5px 40px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.story-box h6::before,
.story-box h6::after {
    content: "";
    display: block;
    position: absolute;
}

.story-box h6::before {
    width: calc(100% + 5px);
    height: 1px;
    background: #000;
    bottom: -5px;
    left: -5px;
}

.story-box h6::after {
    width: 1px;
    height: calc(100% + 5px);
    background: #000;
    top: 0;
    left: -5px;
}

.story-sub-ttl {
    width: 90%;
    font-size: 40px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 600;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto 20px;
}

.story-sub-ttl .border {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 8px 2px 8px;
    margin-right: 20px;
}

.story-sub-ttl.s-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.story-sub-ttl .strong-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    margin-right: 20px;
}

.story-sub-ttl .s-text {
    display: block;
}

.future-box {
    background: #e7f2ef;
    padding: 40px 40px 140px 40px;
    position: relative;
}

.future-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.future-flex li {
    width: 48%;
}

.future-flex li.left {
    position: relative;
}

.future-flex li.right p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
}

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

.social-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.social-flex li {
    width: 23%;
}

.story02_5 {
    margin-top: 40px;
}

.story02_6 {
    margin-top: 40px;
}

.energy-flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.energy-flex li {
    width: 22.5%;
    margin-right: 2.5%;
}

.energy-flex li:nth-of-type(4n) {
    margin-right: 0;
}

.energy-flex li:nth-of-type(n+5) {
    margin-top: 20px;
}

.ene-merit .inner_1000 {
    background-image: url(../img/story03_8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-top: 40px;
    position: relative;
}

.ene-ttl {
    width: 80%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(21, 117, 179, .9);
    padding: 10px 0;
    margin: 0 auto 20px;
}

.merit-flex {
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.merit-flex li {
    width: 24%;
}

.detail-btn {
    display: block;
    width: 220px;
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}

.detail-btn:hover {
    opacity: 0.7;
}

.ene-text {
    font-size: 26px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 60px;
}

.ene-business-image {
    width: 90%;
    max-width: 800px;
    margin: 20px auto 0;
    position: relative;
}

.ene-business-image p {
    width: 20%;
    position: absolute;
    top: 0;
}

.ene-business-image p.left {
    left: -60px;
}

.ene-business-image p.right {
    right: -60px;
}

.ene-business .arrow {
    margin: -30px auto 0;
}

.ene-mark-image {
    margin-bottom: 40px;
    position: relative;
}

[class^="ene-mark_"] {
    display: inline-block;
    position: absolute;
}

.ene-mark_01 {
    width: 50px;
    top: 10%;
    left: 11%;
}

.ene-mark_02 {
    width: 50px;
    top: 17%;
    left: 21%;
}

.ene-mark_03 {
    width: 40px;
    top: 18%;
    left: 32%;
}

.ene-mark_04 {
    width: 40px;
    top: 29%;
    left: 47%;
}

.ene-mark_05 {
    width: 50px;
    top: 10%;
    right: 31%;
}

.ene-mark_06 {
    width: 40px;
    top: 18%;
    right: 20%;
}

.ene-mark_07 {
    width: 70px;
    top: 8%;
    right: 6%;
}

.power-box {
    margin-top: 60px;
}

.ene-graph {
    margin-top: 40px;
}

.ene-graph p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.story04_2 .caption {
    bottom: -15px;
}

.story04_3 {
    margin-bottom: 30px;
}

.accordion p {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.accordion-box {
    background: #4c4948;
    padding: 60px 60px 60px 60px;
    margin: 40px auto 20px;
}

.accordion-box .tab-area {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.accordion-box .tab-area li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: relative;
}

.accordion-box .tab-area li::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #fff;
    position: absolute;
    z-index: 10;
}

.accordion-box .tab-area li::after {
    content: "";
    border: 6px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.accordion-box .tab-area li {
    font-size: 18px;
    color: #fff;
    /* text-align: center; */
    /* background: transparent; */
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}

.accordion-box .tab-area li.active {
    background: #787878;
    opacity: 0.3;
}

.accordion-box .tab-area li.active:hover {
    background: transparent;
    opacity: 1;
}

.accordion-box .tab-area li:hover {
    opacity: 0.7;
    /* opacity: 1;
    background: transparent; */
}

.accordion-box .tab-area li:nth-of-type(3) {
    display: inline-block;
}

.accordion-box .tab-area li:nth-of-type(3),
.accordion-box .tab-area li:nth-of-type(6) {
    border-right: 1px solid #fff;
}

.accordion-box .tab-area li:nth-of-type(4),
.accordion-box .tab-area li:nth-of-type(5),
.accordion-box .tab-area li:nth-of-type(6) {
    border-bottom: 1px solid #fff;
    /* padding: 20px 10px 20px 10px; */
}

/* タブ切り替え用のcss */
.tab.active {
    background-color: #000;
    color: #fff;
}

.panel {
    display: none;
    text-align: center;
}

.panel.active {
    display: block;
}

/* タブがアクティブになった時のレイアウト */
/* .accordion-box .tab li.active {
	background:#fff;
} */


/*エリアの表示非表示と形状*/
/* .accordion-box .area {
    display: none;
    width: 100%;
    opacity: 0;
    padding-top: 190px;
    margin: -100px auto 0;
} */

/*areaにis-activeというクラスがついた時のレイアウト*/
/* .accordion-box .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */

.accordion p.icon-text {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 0;
}

.ttl-text {
    font-size: 18px;
}

.ttl-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    margin-right: 10px;
}

.ttl-icon img {
    width: 25px;
    height: 25px;
    vertical-align: baseline;
}

.en {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}

/* revitarization-box */
.revitarization-box .text {
    margin-top: 40px;
}

/* ループスライド01 */
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left02 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-infinity__wrap,
.scroll-infinity__wrap02 {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list,
.scroll-infinity__list02 {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left,
.scroll-infinity__list--left02 {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: calc(100vw / 3);
}

.scroll-infinity__item>img{
    width: 100%;
}

.human-box .text {
    margin-top: 40px;
}

.movie-box {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0;
}

.youtube_Area {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube_Area a {
    display: block;
    transition: all, 1s;
}

.youtube_Area a:hover {
    opacity: 0.7;
}

.sustainable-box {
    margin-top: 80px;
}

.sustainable-box .text {
    margin: 40px auto;
}

.realization-box {
    background-image: url(../img/loop-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 50px 0;
}

.realization-box .story-sub-ttl {
    color: #fff;
    margin-top: 40px;
}

.realization-box .scroll-infinity__item02 {
    width: initial;
    max-width: initial;
    height: 504px;
}

.realization-box .scroll-infinity__item02 img {
    width: auto;
    max-width: initial !important;
    height: 504px;
}

.eco-logo {
    width: 25%;
    padding: 40px 0 0 0;
    margin: 0 auto;
}

@media screen and (max-width: 1180px) {
    #main .main-copy .copy01 img {
        margin: 0 auto 0 14vw;
    }
   #main .main-copy .copy02 img,
    #main .main-copy .copy03 img {
        margin: 0 auto 0 14vw;
    }
    .main-copy .copy01::before {
        width: 23vw;
        bottom: 0px;
    }
    .main-copy .copy01::after {
        height: 14px;
        bottom: -24px;
    }
    .ttl-text {
        font-size: 14px;
    }

    .ttl-icon {
        width: 18px;
        height: 18px;
    }

    .ttl-icon img {
        width: 18px;
        height: 18px;
    }

    .kgi-flex {
        width: 100%;
        left: initial;
        transform: initial;
    }
}

@media screen and (max-width: 1024px) {
    .line-orange05 {
        height: 20px;
    }
    .line-orange06 {
        width: 20px;
        left: -40px;
    }
    .text {
        font-size: 14px;
    }

    .text-list p {
        font-size: 14px;
    }

    .story-sub-ttl {
        font-size: 30px;
    }

    .future-flex li.right p {
        font-size: 15px;
    }

    .fix-nav ul li p {
        font-size: 14px;
    }
    .ene-business-image p {
        width: 15%;
        top: 10%;
    }
    
    .ene-business-image p.left {
        left: 0;
    }
    
    .ene-business-image p.right {
        right: 0;
    }
}

@media screen and (max-width: 820px) {
.text {
    font-size: 13.5px;
}
}

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

    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }

    /* 共通 */
    #main {
        margin: 70px auto 0;
    }

    div#pagetop {
        bottom: 120px;
    }

    /* text */

    .obi-ttl span {
        font-size: 16px;
    }

    .obi-ttl span::before,
    .obi-ttl span::after {
        width: 12px;
        height: 12px;
    }

    .text-list {
        padding: 0 15px;
    }

    .text-list p {
        font-size: 14px;
        padding-left: 1.8em;
    }

    .text-list p:not(:last-of-type) {
        padding-bottom: 10px;
    }

    .text-list p::after {
        width: 12px;
        height: 12px;
    }

    .sub-ttl {
        font-size: 16px;
    }

    .normal-text {
        font-size: 14px;
        text-align: left;
    }

    .text {
        font-size: 14px;
    }

    .small {
        display: inline-block;
        font-size: 0.7em;
        line-height: 1.4;
    }

    /* text-float */
    .text-float {
        width: 100%;
    }

    .text-float.future {
        bottom: 50px;
    }

    /* ahirai */
    .ashirai.a-03 {
        bottom: 43%;
        right: 6%;
    }

    .ashirai.a-04 {
        bottom: -54px;
    }

    /* line */
    .line {
        height: 10px;
    }

    .line-image01 {
        width: 95%;
    }

    .line-orange01 {
        height: 15px;
        margin: 0 0 0 auto;
    }

    .line-orange02 {
        width: 40%;
        height: 10px;
    }

    .line-orange03 {
        width: 40%;
        height: 10px;
    }

    .line-orange04 {
        display: none;
        height: 10px;
        top: 90vw;
    }

    .line-orange05 {
        width: 56%;
        height: 10px;
    }

    .line-orange06 {
        display: none;
    }

    .line-orange07 {
        height: 10px;
    }

    .line-blue01 {
        height: 10px;
    }

    .line-blue02 {
        width: 70%;
        height: 20px;
        margin: 0 auto 20px 0;
    }

    .line-blue03 {
        display: none;
        height: 5px;
    }

    .line-blue04 {
        height: 10px;
    }

    .line-blue05 {
        margin: 0 0 0 auto;
    }

    .line-blue06 {
        width: 48%;
        height: 10px;
        margin: -10px auto 0 0;
    }

    .line-blue07 {
        width: 35%;
        height: 10px;
        margin: 0px auto 0 0;
    }

    .line-blue08 {
        height: 10px;
    }

    .line-blue09 {
        height: 10px;
    }

    .line-b-o {
        margin-bottom: 20px;
    }

    .line-b-o02 {
        margin-top: 0;
    }

    .story-box .w-line .b-line01,
    .story-box .w-line .b-line02 {
        height: 5px;
    }

    .story-box h6 {
        width: 70%;
        text-align: center;
        padding: 5px 15px;
    }

    /* kobetsu */
    .vision-main .ttl-box {
        background: #fff;
        padding: 15px 0 7px 0;
    }

    .vision-box {
        background-size: cover;
        background-position: top right 14%;
        padding: 25px 0 70px 0;
    }

    .vision-main .ttl-box::after {
        width: 12vw;
        height: 7px;
        bottom: 15px;
    }

    .ttl-box h3 {
        width: 70%;
        margin: 0 auto;
    }

    .main-copy {
        padding: 0 0 32px 0;
    }
    #main .main-copy .copy01 img {
        margin: 0 auto 0 8vw;
    }
    #main .main-copy .copy02 img, #main .main-copy .copy03 img {
        margin: 0 auto 0 8vw;
    }

    #main .main-copy .copy02 img {
        padding-top: 16px;
    }

    #main .main-copy .copy03 img {
        padding-top: 18px;
    }

    .main-copy .copy01::before {
        width: 24vw;
        height: 5px;
    }

    .main-copy .copy01::after {
        height: 8px;
        bottom: -14px;
    }
    .main-copy .copy02::before {
        bottom: -12px;
    }

    .kgi-flex {
        width: 100%;
        margin: 0 auto 30px;
        position: initial;
        transform: initial;
    }

    .vision-step .inner .a01 {
        top: 14%;
        left: 1%;
    }

    .vision-stepbox {
        background-size: cover;
        background-position: center center;
        padding: 20px 0;
    }

    .step-box01 {
        margin-top: 0;
    }

    .step-box02 {
        margin-top: 20px;
    }

    .step-box03 {
        margin-top: 20px;
    }

    .step-year {
        margin-top: 0px;
    }

    .vision-story {
        padding: 40px 0;
    }

    .story-mainttl {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .story-mainttl::after {
        content: none;
    }

    .story-sub-ttl {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .story-sub-ttl .border {
        width: 90%;
        display: block;
        margin: 0 auto 10px;
    }

    .story-sub-ttl .s-text {
        text-align: left;
    }

    .story-sub-ttl .strong-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-right: 10px;
    }

    .fix-nav {
        margin-bottom: 20px;
    }

    .fix-nav ul {
        width: 96%;
    }

    .fix-nav ul li {
        width: calc((100% - 5px) / 2);
    }

    .fix-nav ul li:nth-of-type(n+3) {
        margin-top: 5px;
    }

    .fix-nav ul li p {
        font-size: 12.5px;
        letter-spacing: 0.5px;
        padding: 8px 5px;
    }

    .fix-nav ul li p:hover {
        color: #fff;
        background: #4f4c4b;
    }

    .future-box {
        padding: 20px 20px 60px 20px;
    }

    .future-flex li {
        width: 100%;
    }

    .future-flex li.left {
        order: 2;
        margin-top: 20px;
    }

    .future-flex li.right {
        order: 1;
    }

    .social-box {
        margin: 20px auto 0;
    }

    .social-flex li {
        width: 48%;
    }

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

    .story02_5 .caption {
        bottom: -18px;
    }

    .energy-flex li {
        width: 48%;
        margin-right: 4%;
    }

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

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

    .ene-merit .inner_1000 {
        padding: 20px 0;
    }

    .ene-ttl {
        width: 90%;
        font-size: 16px;
        padding: 4px 0;
    }

    .energy-flex {
        margin-bottom: 20px;
    }

    .merit-flex {
        width: 90%;
    }

    .merit-flex li {
        width: 48%;
    }

    .detail-btn {
        width: 200px;
    }

    .ene-text {
        width: 90%;
        font-size: 17px;
        letter-spacing: 1px;
        margin: 50px auto 0;
    }

    .ene-mark-image {
        margin-bottom: 20px;
    }

    .ene-mark_01 {
        width: 25px;
    }

    .ene-mark_02 {
        width: 25px;
    }

    .ene-mark_03 {
        width: 20px;
    }

    .ene-mark_04 {
        width: 20px;
    }

    .ene-mark_05 {
        width: 25px;
    }

    .ene-mark_06 {
        width: 20px;
    }

    .ene-mark_07 {
        width: 35px;
    }

    .ene-graph p {
        font-size: 14px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

    .story04_2 .caption {
        bottom: -10px;
    }

    .story04_3 {
        margin-bottom: 20px;
    }

    .sprit-box .text {
        text-align: center;
    }

    .accordion-box {
        margin: 20px auto;
        padding: 20px 20px;
    }

    .accordion p {
        font-size: 20px;
    }

    .accordion-box .tab-area {
        margin-bottom: 20px;
    }

    .accordion-box .tab-area li {
        display: flex;
        flex-direction: column;
        width: calc(100% / 2);
        height: 75px;
        font-size: 14px;
        padding: 10px 10px;
        /* padding: 10px 10px; */
        /* padding: 10px 15px 10px 0px; */
    }

    .accordion-box .tab-area li::before {
        border-bottom: 1em solid transparent;
        border-left: 1em solid #fff;
    }

    .accordion-box .tab-area li:nth-of-type(2),
    .accordion-box .tab-area li:nth-of-type(4) {
        border-right: 1px solid #fff;
    }

    .accordion-box .tab-area li:nth-of-type(3) {
        display: flex;
        border-right: none;
    }

    .accordion-box .tab-area li:nth-of-type(1),
    .accordion-box .tab-area li:nth-of-type(2),
    .accordion-box .tab-area li:nth-of-type(4),
    .accordion-box .tab-area li:nth-of-type(5),
    .accordion-box .tab-area li:nth-of-type(6) {
        padding: 0 10px;
    }

    .accordion-box .tab-area li:nth-of-type(6) {
        border-top: none;
    }

    .accordion p.icon-text {
        display: block;
        width: 100%;
        line-height: 0;
        margin-bottom: 0;
    }

    .ttl-icon {
        width: 20px;
        height: 20px;
        vertical-align: sub;
        margin-right: 0px;
    }

    .ttl-icon img {
        width: 20px;
        height: 20px;
    }

    .ttl-text {
        display: inline-block;
        font-size: 14px;
    }

    .en {
        display: block;
        width: 100%;
        font-size: 10px;
        line-height: 1.2;
        margin-top: 10px;
        margin-left: 0;
    }

    .panel-area .js-scrollable {
        overflow-y: hidden !important;
    }

    .panel-area .js-scrollable img {
        width: 600px;
        max-width: initial !important;
        height: auto;
    }

    .scroll-infinity__item,
    .scroll-infinity__item02 {
        width: 100vw;
    }

    .revitarization-box .text {
        margin-top: 20px;
    }

    .human-box {
        margin-top: 20px;
    }

    .human-box .text {
        margin-top: 20px;
    }

    .sustainable-box {
        margin-top: 40px;
    }

    .movie-box {
        margin: 20px auto 0;
    }

    .sustainable-box .text {
        margin: 20px auto;
    }

    .realization-box {
        padding: 50px 0 50px 0;
    }

    .realization-box .story-sub-ttl {
        margin: 20px auto 0;
    }

    .realization-box .scroll-infinity__item {
        height: 252px;
    }

    .realization-box .scroll-infinity__item img {
        height: 252px;
    }

    .eco-logo {
        width: 45%;
        padding: 40px 0 0 0;
    }
}