@charset "UTF-8";
/*共通*/
#inner-content-area {
	width: auto!important;
}
.main_wrapper{
    margin: 0 auto;
}
.main_mv{
    position: relative;
    width: 100%;
  height: auto;
}
.main_wrapper picture img{
    width:100%
}
.bold{
    font-weight: bold;
}
.indent1{
    text-indent:-1em;
    padding-left:1em;
}
.main_mv h1{
    border-bottom-style: none;
    position: absolute;
    width: 69%;
  height: auto;
  top: 26%;
  left: 15%;
}

body{
    background-color: #FDF4E8;
}
#inner-content-area {
    padding-top: 0px;}


html {
    margin-right: 0 !important;
    --corporate-color: #e60012;
    --corporate-color2: #ec6c12;
    --border-color: #cccccc;
    --pale-orange: #FFF4EB;
    --pale-orange2: #FFBE91;
    --max-width: 960px;
    --default-text-color: #333333;
    --movie-area-bg-size: 30%;
}


/*スライダー　slider*/
.swiper{
    z-index: 0;
}
@scope (.list-banner) {
    :scope {
        --color-red: var(--corporate-color);
        --color-gray: #999999;
        --navi-color: #3c3c3c;
        --swiper-theme-color: var(--color-red);
        --swiper-navigation-color: var(--color-red);
        --swiper-navigation-size: clamp(12px, 2vw, 24px);
        margin: 0;
        overflow: visible;
    }


    .swiper,
    .swiper-slide,
    .swiper-wrapper,
    .item>a {
        align-items: stretch;
    }

    .swiper {
        width: 100%;
        /*overflow: hidden;変更*/
        max-width: 960px;
        --swiper-navigation-size: 30px;
        --swiper-navigation-offset: 0px;
        --swiper-navigation-sides-offset: var(--swiper-navigation-size);
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        height: auto;
    }


    .item {
        border-radius: 10px;
        overflow: hidden;
        flex-grow: 1;
        height: 100%;
    }

    .item a {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 1fr;
        height: 100%;
    }

    .picture {
        max-width: 100%;
        overflow: hidden;
    }

    .picture img {
        display: block;
        object-fit: cover;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    .label {
        color: var(--default-text-color);
        margin-top: .5em;
        text-align: left!important;
        padding: 1em;
        flex-grow: 1;
    }
    .label:hover {
       opacity: 0.7;
    }
        .label span {
        font-weight: bold;
        font-size: 19px;
    }

    a:hover {
        text-decoration: none;
    }

    .swiper-pagination {
        position: static;
    }

    .slider_autoplay_controle {
        --button-width: 20px;
        --arrow-width: 30px;
        --button-height: 30px;
        max-width: clamp(200px, 100%, 400px);
        display: grid;
        grid-template-rows: auto;
        grid-gap: 0 30px;
        justify-content: space-between;
        align-items: center;
        grid-template-columns: var(--button-width) 1fr var(--button-width) var(--button-width);
        padding: 0em 2em 0em 2em;
        margin: 0 auto;

    }

    .slider_autoplay_button {
        width: var(--button-width);
        border: none;
        color: var(--color-gray);
        background: none;
        position: relative;
        display: flex;
        padding: 0;
        justify-content: space-around;
        cursor: pointer;
        grid-column: 4;
    }

    .slider_autoplay_button .button_text {
        font-variation-settings: 'FILL'1, 'wght'100;
        color: var(--navi-color);
        font-size: 34px;
    }

    .slider_autoplay_button:hover .button_text {
        color: var(--active-color);
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: static;
        text-align: center;
        vertical-align: middle;
        aspect-ratio: 1 / 1;
        display: flex;
        margin: 0;
        align-items: center;
        width: var(--swiper-navigation-size);
        border-radius: 100%;
    }

    .swiper-button-prev {
        grid-column: 1;
    }

    .swiper-button-next {
        grid-column: 3;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        font-size: 14px;
        font-weight: bold;
        color: #ff0000;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: var(--active-color);
        border-color: var(--active-color);
    }

    .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
        color: #ff0000;
    }

    [data-autoplay-paused="true"] .slider_autoplay_button .button_text {
        font-variation-settings: 'FILL'1, 'wght'100;
        color: var(--active-color);
    }

    [data-autoplay-paused="true"] .pagination-number {
        animation-play-state: paused;
    }

    [data-autoplay-paused="false"] .pagination-number {
        animation-play-state: running;
    }

    .slider-dotarea {
        grid-column: 2;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 10), 1fr));
        grid-template-rows: max-content;
       grid-gap: initial;
        padding-left: 0;
        align-items: center;
        overflow: visible;
    }

    .pagination-number {
        display: block;
        background: none;
        border: none;
        height: 100%;
        min-height: 10px;
        color: transparent;
        font-size: 0;
        border-radius: 100%;
        aspect-ratio: 1/1;
        overflow: visible;
    }

    .slider-dotarea .pagination-item {
        overflow: visible;
        border: solid 1px #c1c1c1;;
        border-radius: 100%;
        width: 50%;
        aspect-ratio: 1/1;
        height: auto;
        opacity: 1;
        margin: 0 auto !important;
        padding: 0;
        background: none;
        object-fit: contain;
    }

    .slider-dotarea .pagination-item.swiper-pagination-bullet-active {
        background: none;
        border-color: var(--active-color);
    }

    .swiper-pagination-bullet-active .pagination-number {
        background: none;
        background: var(--active-color);

    }






    @media screen and (min-width:768px) {
        :scope {
            padding: 0px 0 30px;
        }

        .swiper {
            width: 100%;
        }

        .slider_autoplay_controle {
            grid-template-columns: var(--button-width) 1fr var(--button-width) var(--button-width);
            margin:0 auto;
            padding:2em
        }


/* デフォルトは薄く */
.swiper-slide {
    opacity: 0.4;
}

/* active / prev / next だけ濃く */
.swiper-slide-active,
.swiper-slide-prev,
.swiper-slide-next {
    opacity: 1;
}
/* スライダー全体に左右の余白をつける */




 

    }
    /*ポップアップ*/

    .item_popup {
      display: inline-block;
      cursor: pointer;
      overflow: visible;
      position: relative; /* ポップアップをこの中に固定 */
    }

    .popup {
      position: absolute;
      top: 0%; /* item のすぐ下に表示 */
      left: 0;
      background: #fff;
      color: #333;
      padding: 20px 20px;
      border-radius: 4px;
      display: none;
      z-index: 10;
      height: 100%;
              border-radius: 20px;
    }

    .popup::before {
      content: "";
      position: absolute;
      top: -6px;
      left: 10px;
      border-width: 6px;
      border-style: solid;
      border-color: transparent transparent #333 transparent;
    }

}
        .list-banner .swiper {
    width: 80%;
}
/* 初期状態：少し小さく */
.slider-wrapper.list-banner .swiper-slide {
  transform: scale(0.85);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

/* アクティブ（中央）だけ大きく */
.slider-wrapper.list-banner .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
}
.list-banner .swiper-slide {
  transition: transform .3s;
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.popup-body {
  background: #fff;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: overlay;
}

.popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding:10px;
  font-size: 19px;
    line-height: 19px;
  background-color: #efefef;
  border-bottom-left-radius:20px;
}
    .close_txt{
        font-size: 13px;
    }
/* ポップアップ内 */
.popup-content .link_arrow_pos_l {
  display: inline;     /* grid を解除 */
  align-items: initial;
  grid-template-columns: none;
}
/* ポップアップ内では .link_arrow_pos_l の矢印を消す */
.popup-content .link_arrow_pos_l::after {
  content: none !important;
  display: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
.popup-content{
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 120px 60px 180px 300px;
    overflow:scroll;
    padding: 35px 10px 20px 10px;
}

.popup-content .label{
    text-align: left;
    order: 1;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    border-bottom: #cdcdcd solid 3px;
    margin-bottom: 20px;
}
.popup-content .category{
    order: 2;
    text-align: left;
    inline-size: fit-content;
    padding: 3px 8px;
    border-radius: 8px;
    margin-bottom:30px;
   grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.popup-content .picture{
   order: 3;
	grid-row: 3 / 4;
	grid-column: 1 / 2;
}
.popup-content .p_txt{
    order: 4;
   grid-row: 4 / 5;
	grid-column: 1 / 2;
}
.popup-content img{
    max-width:280px;
        border-radius: 20px;
}
.area_1_c{
    background-color: #FDEAEA;
}

.area_2_c{
    background-color: #D2ECB8;
}
.area_3_c{
        background-color: #FFE5BF;  
}
.area_4_c{
    background-color: #CEF9FF;   
}


.popup-content .label .link_arrow_pos_l{
    display: flex;
        text-align: left;
        font-weight: bold;
        padding:3px;
        font-size: 16px;
}

.popup-content .p_txt{
    padding:10px;
        text-align: left;
}







/*メインビジュアル*/

/*地域や社会の「力」になりたい*/
#section01{
    background-color: #FDF4E8;
    padding: 0px 30px;
    padding-bottom: 50px;
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
    /*section01 イラスト配置*/
#section01 .section01_images .section01_images_01{
    position: absolute;
    height: auto;
    top: 0%;
   left: 0%;
    width: 71px;
}
#section01 .section01_images .section01_images_02{
        position: absolute;
        height: auto;
    bottom: 0%;
    right: 0%;
    width: 71px;
     transform: scale(-1, 1);

}
#section01 .section01_images .section01_images_03{
    position: absolute;
    height: auto;
    top: 18.5%;
    left: 15%;
}
#section01 .section01_images .section01_images_04{
    position: absolute;
    height: auto;
    top: 18%;
    right: 2%;
    width: 44px;
}
#section01 .section01_images .section01_images_05{
    position: absolute;
    height: auto;
    top: 41%;
    left: 10%;
    width: 44px;
}
#section01 .section01_images .section01_images_06{
    position: absolute;
    height: auto;
    top: 52%;
    left: 5%;
}
#section01 .section01_images .section01_images_07{
    position: absolute;
    height: auto;
    bottom: 0%;
    right: 0%;
    width: 85px;
}
#section01 .section01_images .section01_images_08{
    position: absolute;
    height: auto;
    top: 31%;
    right: 1%;
    width: 18px;
}
#section01 .section01_images .section01_images_09,#section01 .section01_images .section01_images_10,#section01 .section01_images .section01_images_11,#section01 .section01_images .section01_images_12,#section01 .section01_images .section01_images_14{
    position: absolute;
    display: none;
}
.section01_images_13{
    display: none;
}




@scope (#section01) {
    .section01_top{
    text-align: center;
    margin: 0 auto;
    padding-top:30px;
}
    .movie{
        text-align: center;
        position: relative;
    }
      .movie a::before {
    position: absolute;
        content: " ";
        width: 100%;
        height: 100%;
        background-color: #000;
        left: 0;
        bottom: 0;
        opacity: 0;
        }
    .movie a::after {
    background: url("/brand/images/icon_play.png") no-repeat center center / contain;
    content: "";
    display: inline-block;
    height: 70px;
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}
.movie a img{
    border-radius: 10px;
    max-width: 380px;
    width:90%
}
    
        h2{
        text-align: center!important;
        margin-top:10px!important;
        font-family: "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0.05em;
        font-weight: 900;
                color: #63524a;
        
    }
    p{
       text-align: center!important;
        margin-top:10px!important;
        padding-top:0px;
    }
        .section01_colum01{
        display: flex;
        margin: 0 auto;
        margin-top: 20px;
        flex-direction: column;
        width: 100%;

    }
    .text_2 p{
        text-align: left!important;
    }
    h3{
        font-family: "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0.05em;
        font-weight: 900;
        font-size:18px;
        text-align: center;
    }
    .section01_colum01 li{
        position: relative;
        background-color: #ffffff;
        padding: 30px;
        margin-top: 30px;
        border-radius: 20px;
    }
        .section01_colum01 li span{
       position: absolute;
        top: -8%;
        left: 45%; 
    }
          
  
    .section01_colum02{
        background-color: #ffffff;
        padding:10px 0px;
        margin: 0 auto;
        margin-top: 50px;
        border-radius: 10px;
        margin-bottom: 20px;
        width: 100%;

    }
    .section01_colum02 .text_2 p{
        padding:10px

    }
    .more{
        text-align: center;
    width: 20em;
    margin: 0 auto;
    margin-bottom:20px;
    }
    .more a{
        text-decoration: none;
        background: #ffffff;
        margin-right: auto;
        margin-left: auto;
        display: block;
        border: solid 1px red;
        color: #000000;
        text-align: center;
        font-weight: bold;
        position: relative;
        border-radius: 20px;
        padding:10px;
        margin-top: 20px;
    }
    .more a:after{
    content: url(/images_new/arrow_right.png);
    display: inline-block;
	width:1em;
	height:1em;
	position:absolute;
	top:-5px;
	bottom:0;
	right:5%;
	margin:auto;
}
            .section01_colum01{
        width: 100%;

    }


        
}


/*社会貢献に資する関西電力グループの取組み*/
@scope (#section02) {
    .section02_top{
    text-align: center;
    margin: 0 auto;
    padding-top:60px;
}
    #section2{
        padding: 0px 10px;
    }
    .menu h2{
        font-family: "Zen Kaku Gothic New", sans-serif;
        letter-spacing: 0.05em;
        font-weight: 900;
                color: #63524a;

    }
        .menu{
                background-color: #fff;
                padding-bottom: 137px;
                position: relative;
                width: 100%;
                height: auto;
                overflow: hidden;
    }
            .menu .section02_top_images .section02_top_images_01{
                   position: absolute;
                   height: auto;
                   bottom: -20%;
                   left: -25%;
    }
     .menu .section02_top_images .section02_top_images_02{
                   position: absolute;
                   height: auto;
                   bottom: -14%;
                   right: -15%;
    }
            h2,p{
        text-align: center!important;
        margin-top:10px!important;
    }
        .link_ul li{
        position:relative;
    }
    .link_ul li a:after{
        content: url(/sustainability/society/contribution/images/approach/orange_btn.png);
        display: inline-block;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 30px;
        bottom: 0;
        right: 50%;
        margin: auto;
    }
    .link_1{
        background-color: #FDEAEA;
    }
    .link_2{
        background-color: #D2ECB8;
    }
    .link_3{
        background-color: #FFE5BF;
    }
    .link_4{
        background-color: #CEF9FF;
    }
    .link_ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .link_ul li{
        display: grid;
        align-content: center;
        font-weight: bold;
        margin:0 auto;
        margin-top:10px;
        width:40%;
        border-radius: 20px;
        padding: 10px 5px 40px 5px;
        text-align: center;
        line-height: 20px;
        height:30px
    }
        .link_ul li a{
        color: #63524a;
    }

}

/*事業を通じたサステナビリティ*/
.area_1{
    padding: 0px 10px;
        background-color: #FDEAEA;
        padding:50px 0px;
}
.area_1{
        position: relative;
    width: 100%;
  height: auto;
  padding-bottom:80px;
}
    .area_1 .area_1_images .area_1_images_01{
position: absolute;
  height: auto;
  top: -10%;
right: 10%;
    width: 80px;

}

@scope (.area_1) {
    .category{
background-color: #FDEAEA;
}

    
}

/*環境保全*/
    .area_2{
        padding: 0px 10px;
            background-color: #D2ECB8;
            padding:50px 0px;
    }
    .area_2{
        position: relative;
    width: 100%;
  height: auto;
  padding-bottom:80px;
}
    .area_2 .area_2_images .area_2_images_01{
position: absolute;
height: auto;
top: -4%;
left: 10%;
width:70px

}
@scope (.area_2) {

}

/*地域活性化*/
    .area_3{
        padding: 0px 10px;
            background-color: #FFE5BF;
            padding:50px 0px;
    }
    .area_3{
        position: relative;
    width: 100%;
  height: auto;
  padding-bottom:80px;
}
    .area_3 .area_3_images .area_3_images_01{
position: absolute;
    height: auto;
    top: -10%;
    right: 0%;
    width: 80px;

}
@scope (.area_3) {
}

/*次世代層育成*/
    .area_4{
        padding: 0px 10px;
            background-color: #CEF9FF;
            padding:50px 0px;
    }
        .text_2 div img{
         width:100%;
         border-radius: 20px;
    }
     .text_1 div img{
         width:100%;
         border-radius: 20px;
    }
    .area_4{
        position: relative;
    width: 100%;
  height: auto;
  padding-bottom:80px;
}
    .area_4 .area_4_images .area_4_images_01{
    position: absolute;
    height: auto;
    top: -6%;
    bottom: auto;
    right: 10%;
    width: 70px;

}
    .area_4 .area_4_images .area_4_images_02{
position: absolute;
    height: auto;
    top: -9%;
    bottom: auto;
    left: 8%;
    width: 70px;

}
@scope (.area_4) {
}

/*ピックアップ*/
    #section03{
        padding: 0px 10px 40px 10px;
            background-color: #F2FCBC;
    }
    #section03 .approach_flex .section03_images .section03_images_01{
display: none;
}
#section03 .approach_flex .section03_images .section03_images_02{
display: none;
}
@scope (#section03) {
    .section03_top{
    text-align: center;
    margin: 0 auto;
    padding-top:30px;
}
.link_arrow_pos_l {
	display: grid;
	align-items: flex-start;
	grid-template-columns: 1em 1fr;
	justify-content: stretch;
	justify-items: start;
}


         h2,p{
        text-align: center!important;
        margin-top:10px!important;
    }
    .flex_box p span{
        font-weight:bold;
        padding: 10px 0px;
        font-size: 20px;
        text-align: center;
        color: #000;
    }
    .flex_box p span:hover {
        opacity: 0.7;
    }
    .flex_box a:hover {
        text-decoration: none;
    }
    .flex_box p{
        text-align: left!important;
    }
        .flex_box{
        margin:0 auto;
    }
        .flex_box{
        padding:10px
    }
    .text_2{
        margin-top:30px;
    }
}

/*社会貢献活動促進のための基盤となる取組み（従業員支援）*/
    #section04{
        padding: 0px 10px;
            background-color: #fff;
            padding:50px 10px;
                position: relative;
    margin: 0 auto;
      height: auto;
    }

#section04 .section04_images .section04_images_01{
position: absolute;
  height: auto;
top: -2%;
    right: 10%;
}

@scope (#section04) {
             h2,p{
        text-align: center!important;
        margin-top:10px!important;
}
.flex_box h3,.flex_box p,.flex_box{
    text-align: left!important;
}
.flex_box h3{
    border-bottom: #c9c5c3 solid 2px;
    text-align: center!important;
    font-size: 19px;
    padding: 5px 0px;
}
.flex_box{
 background-color: #FDF4E8;
 margin: 10px 0px;
 padding: 20px;
 border-radius: 20px;
}
.flex_box .voice .approach_flex .text_1{
width:100%
}
.flex_box .voice .approach_flex .text_2{
width:100%;
text-align: center;
margin: 0 auto;
}
 .text_2 div img{
    text-align: center;
 }
        .approach_flex{
        display: flex;
        justify-content: space-between!important;
        flex-direction: column;
    }
      .voice .approach_flex{
        display: flex;
       align-items: center;
    }
    .voice .approach_flex .text_2 img{
        padding:10px 0px;
    }
            .approach_flex{
        display: flex;
        justify-content: space-between!important;
    }
     .voice p::before {
content: "・";
            color: #ff0000;
            font-size: 20px;
            vertical-align: middle;
}
}

/*数字で見る関西電力グループの社会貢献の取組み*/
    #section05{
        padding: 0px 10px;
            background-color: #EEE2CF;
            padding:50px 10px;
                 position: relative;
    margin: 0 auto;
      height: auto;
    }
    #section05 .section05_images .section05_images_01{
position: absolute;
  height: auto;
top: -1.5%;
    left: 0%;
}
@scope (#section05) {
               h2{
        text-align: center!important;
        margin-top:10px!important;
}
p{
        text-align: right!important;
        margin-top:10px!important;
}
   
.flex_box h3,.flex_box p,.flex_box{
    text-align: left!important;
}
.flex_box h3{
    border-bottom: #cbcbcb solid 3px;
    text-align: center!important;
    font-size: 17px;
    padding: 5px 0px;
    text-wrap: auto;

}
        .flex_3 .approach_flex .text_2,.flex_3 .approach_flex .text_3{
            padding-top:0px;
            margin-top:0px;
    }
.flex_box{
 background-color: #ffffff;
 margin: 10px 0px;
 padding: 10px 20px;
 border-radius: 20px;
}
.approach_flex .flex_box .approach_flex{
display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 0px !important;
}
.approach_flex .flex_box .approach_flex div .key_numb {
   color: #757575;
   font-size: 54px;
   color:#EB6100;
}
    .kome{
   font-weight:bold;
   color: #757575;
   font-size: normal;
    }
    .unit{
             font-weight:bold;
   color: #757575;
   font-size: normal;
    }
    .flex_box .year,.approach_flex .year{
        text-align: right!important;
                font-weight: bold;
        color: #757575;
    }
     .approach_flex{
        display: flex;
        justify-content: space-between!important;
        flex-direction: column;
    }
        .flex_box{
        width: 100%;
        display: flex;
                    justify-content: space-between;
            flex-direction: column;
    }
        .approach_flex .flex_box .approach_flex{
    display: flex;
    
                            flex-direction: row;
}
.text_2{
    display: block;
}
   .approach_flex{
        display: flex;
        justify-content: space-between!important;
    }
        .approach_flex .flex_box .flex_3{
                    display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 0px !important;
        
        
    }
    .approach_flex .flex_box .flex_3 .text_1{
        width:100%
        
    }
        .text_2 div img{
         width:100%;
         border-radius: 0px;
    }
    .flex_3 .text_1 img{
width:64%;
text-align: center;
margin: 0 auto;
    }
    .k_number{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .kome{
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    }
    .key_numb{
    grid-column: 1 / 2;
    grid-row: 3 / 4;
           font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    }
    .unit{
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    align-self: center;
     padding-top:20px
    }
    .text_1 .approach_flex .text_2 .unit,.text_4 .approach_flex .text_2 .unit,.text_5 .approach_flex .text_2 .unit{
            padding-top:20px
    }
    .trangl{
        font-size:20px
    }
    .text_1 .approach_flex .text_2 .key_numb{
        text-align: right;

    }
}

/*関西電力グループの社会貢献のあゆみ*/
#section06{
    padding: 0px 10px;
      background: #fff;
    
}
@scope (#section06) {
    .section06_top{
    text-align: center;
    margin: 0 auto;
    padding-top:50px;
}
                   h2,p{
        text-align: center!important;
        margin-top:10px!important;
}
       h2{
        margin-top:50px!important;
}
.history-swiper {
  padding: 20px 0;
  padding:20px
}

.history-swiper .swiper-wrapper {
  overflow: visible;
}

.history-swiper .swiper-slide {
  width: 80%; /* スマホで見切れを出す */
  max-width: 320px;
  flex-shrink: 0;
  height: auto;
}

.history-card {
   background-color: #FDF4E8;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  -webkit-user-select: none; /* Safari用 */
  user-select: none;
}

.year {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
    border-bottom: #c7c7c7 solid 2px;
    text-align: center;
}

.events {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events li {
  margin-bottom: 6px;
  font-size: 14px;
}
.history-card img {
 width:100%;
 border-radius: 10px;
}
.pagination-line {
  width: 80%;
  height: 4px;
  background: #ddd;
  border-radius: 2px;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
}

.pagination-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%; /* 好きな幅でOK（スライド数と無関係） */
  height: 100%;
  background: #FF0000;
  border-radius: 2px;
  transition: transform 0.2s linear;
}
.swiper-pagination{
    position: static;
    margin-bottom:30px
}
/* レール（灰色） */

.history-scrollbar{

  position: relative;

  height: 4px;

  background: #cfcfcf;

  border-radius: 999px;

  margin: 14px 0 0;

}

 

/* つまみ（赤いケージ） */

.history-scrollbar .swiper-scrollbar-drag{

  height: 100%;

  background: #e60012;

  border-radius: 999px;

  cursor: grab;

}

 

.history-scrollbar .swiper-scrollbar-drag:active{

  cursor: grabbing;

}
.swiper-wrapper{
    position: relative;
    padding-top:50px
}
/* タイムラインの丸 */
.swiper-wrapper .timeline-dot {
  width: 14px;
  height: 14px;
  background: #EB6100;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 20%;
  top:-55px;
  transform: translateX(-50%);
  z-index: 3;
}
/* 横線（タイムライン） */
.swiper-wrapper .timeline-line {
  position: absolute;
 top:0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EB6100;
}
.swiper-wrapper  .swiper-slide-active .timeline-dot::before {
  content: "";
  position: absolute;
  inset: -6px;                  /* 外側に広げる */
  border-radius: 50%;
 background: #eb610052;
}
.swiper-wrapper  .swiper-slide-next .timeline-dot::before {
content: "";
        position: absolute;
        inset: 2px;
        z-index: 1;
        border-radius: 50%;
        background: #ffffff;
}

.swiper-wrapper .timeline-dot::after {
content: "";
    position: absolute;
    width: 1px;
    height: 3em;
    top: 0%;
        left: 6px;
    background-color: #EB6100;
}
.events li img{
    border-radius: 10px;}





}



/*PC*/
@media screen and (min-width:641px) {

.main_mv h1{
    border-bottom-style: none;
    position: absolute;
    width: 30%;
  height: auto;
  top: 22%;
  left: 15%;
}
    
/*共通*/
.main_wrapper{
    margin: 0 auto;
}


    .slider-dotarea {
        grid-column: 2;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 10), 1fr));
        grid-template-rows: max-content;
        grid-gap: 15px calc(100% / 20);
        padding-left: 0;
        align-items: center;
        overflow: visible;
    }
    /* アクティブ（中央）だけ大きく */
.slider-wrapper.list-banner .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 5;
}
/*ポップアップ*/

.popup-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 60px 60px 320px;
    overflow:auto;
    padding:0px
}

.popup-content img{
    max-width:450px;
        border-radius: 20px;
}
.popup-content .label{
    text-align: left;
    order: 1;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    border-bottom: #cdcdcd solid 3px;
    margin-bottom: 20px;
}
.popup-content .category{
    order: 2;
    text-align: left;
    inline-size: fit-content;
    padding: 3px 8px;
    border-radius: 8px;
    margin-bottom:30px;
    grid-column: 1 / 3;
   grid-row: 2 / 3;
}
.popup-content .picture{
   order: 3;
	grid-row: 3 / 4;
	grid-column: 1 / 2;
}
.popup-content .p_txt{
    order: 4;
   grid-row: 3 / 4;
	grid-column: 2 / 3;
}
.swiper {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
}
.swiper-slide {
  width: calc(33.333% - 20px); /* 3枚表示でも見切れが出る */
}
  .slider-wrapper .swiper-slide {
    width: calc((100% - 40px * 2) / 3); /* spaceBetween 20px × 2 */
    flex-shrink: 0;
  }
  .popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding:10px;
  line-height:19px;
  font-size: 22px;
  background-color: #efefef;
  border-bottom-left-radius:20px;
}


/*メインビジュアル*/

/*地域や社会の「力」になりたい*/
#section01{
    padding-bottom: 100px;
    z-index: 0;
}
  /*section01 イラスト配置*/
  
#section01 .section01_images .section01_images_01{
    height: auto;
    top: 3%;
    left: 0%;
    width: 12%;
}
#section01 .section01_images .section01_images_02{
    height: auto;
    right: 0%;
     width: 12%;
    transform:none;
    top: 3%;
    z-index: -1;
}
#section01 .section01_images .section01_images_03{
    height: auto;
    top: auto;
    left: 20%;
    bottom: 7%;
    width: 77px;
}
#section01 .section01_images .section01_images_04{
    display: none;
}
#section01 .section01_images .section01_images_05{
    height: auto;
    top: 40.5%;
    left: auto;
    right: -4%;
    width: 44px;
}
#section01 .section01_images .section01_images_06{
    height: auto;
    top: 41.5%;
    left: -4%;
}
#section01 .section01_images .section01_images_08{
    height: auto;
    top: 61%;
    right: -6%;
    width: 34px;
}
#section01 .section01_images .section01_images_09{
    display: block;
    bottom: 3%;
    right: 0%;
     width: 12%;
}
#section01 .section01_images .section01_images_10{
    display: block;
    bottom: 4%;
    left: -2%;
     width: 12%;
}
#section01 .section01_images .section01_images_11{
    display: block;
    bottom: 7%;
    right: 18%;
}
#section01 .section01_images .section01_images_12{
    display: block;
    top: 49.5%;
    left: auto;
    right: -3%;
    width: 44px;
}
#section01 .section01_images .section01_images_14{
    display: block;
    bottom: 3%;
    left: auto;
    right: 40%;
    width: 44px;
}

@scope (#section01) {
      
        .section02_top{
    padding-top:50px;
}
           
        h2{
        font-size: 32px;
    }
    h2 {
        max-width: 960px;
        margin: 0 auto!important;
        margin-top: 10px!important;
    }
        p {
        max-width: 960px;
        margin: 0 auto!important;
    }
    .section01_colum01{
        margin-top:20px!important;
        max-width: 960px;
        flex-direction: row;
    }
    .section01_colum02{
        max-width: 960px;
        position: relative;
    width: 100%;
  height: auto;
    }
    .section01_colum02 .section01_images_13{
        display: block;
    position: absolute;
    height: auto;
    top: -6%;
    left: 10%;
}
    
    .section01_colum01 li{
        margin:10px;
    }
    .section01_colum01 li:nth-of-type(1){
margin-left:0px;
    }
    .section01_colum01 li:nth-of-type(3){
margin-right:0px;
    }
    .section01_colum02{
       display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
    }
        .section01_colum02 .flex_box{
        width:50%;
        padding:15px
    }
     .section01_colum02 .text_2{
        width:50%;
        padding:10px
    }
     .section01_colum01 li span{
       position: absolute;
        top: -5%;
        left: 45%; 
    }
    .movie a img{
    width:100%;
            max-width: stretch;
}
   .section01_colum02 .text_2 h3,.section01_colum02 .text_2 p{
        text-align: left!important;

    }
         .more{
        margin: inherit;
    }

    
}


/*社会貢献に資する関西電力グループの取組み*/
@scope (#section02) {
        .section02_top{
    padding-top:50px;
}
        .link_ul li a:after{
        content: url(/sustainability/society/contribution/images/approach/orange_btn.png);
        display: inline-block;
        width: 1em;
        height: 1em;
        position: absolute;
        top: -8px;
        bottom: 0;
        right: 11%;
        margin: auto;
    }
        h2{
        font-size: 32px;
    }
    .link_ul{
        margin: 0 auto!important;
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .link_ul li{
        display: grid;
        margin:10px;
        margin-top:10px;
        width:35%;
        border-radius: 45px;
        padding: 20px 20px 20px 5px;
        text-align: center;
        align-content: center;
        font-weight: bold;
        font-size: 16px;
        color: #63524a;
        height:auto;
    }
     .menu{
                padding-bottom:117px;
                overflow: hidden;
    }
      .menu .section02_top_images .section02_top_images_01{
                   position: absolute;
                   height: auto;
                   bottom: -25%;
                   left: -10%;
    }
     .menu .section02_top_images .section02_top_images_02{
                   position: absolute;
                   height: auto;
                   bottom: -16%;
                   right: -3%;
    }
    .swiper-slide{
  padding-top:100px;
}
}


/*事業を通じたサステナビリティ*/
@scope (.area_1) {
        h2{
        font-size: 32px;
        padding-bottom:0px;
        margin-bottom:0px!important;
    }
    .swiper-slide-next {
    background-image: url(/sustainability/society/contribution/images/approach/section02_illust_04.svg)
}
.swiper-slide-next {
background-repeat: no-repeat;
            background-position: 50% 0px;
}
.area_1_images_01{
    display: none;
}
}

/*環境保全*/
@scope (.area_2) {
        h2{
        font-size: 32px;
              padding-bottom:0px;
        margin-bottom:0px!important;
    }
        .swiper-slide-prev {
    background-image: url(/sustainability/society/contribution/images/approach/section02_illust_05.svg)
}
.swiper-slide-prev {
background-repeat: no-repeat;
            background-position: 100% 0px;
}
.area_2_images_01{
    display: none;
}
}

/*地域活性化*/
@scope (.area_3) {
        h2{
        font-size: 32px;
              padding-bottom:0px;
        margin-bottom:0px!important;
    }
            .swiper-slide-active {
    background-image: url(/sustainability/society/contribution/images/approach/section02_illust_07.svg)
}
.swiper-slide-active {
background-repeat: no-repeat;
            background-position: 100% 8%;
            background-size: 78px;
}
.area_3_images_01{
    display: none;
}
}

/*次世代層育成*/
.area_4{
        position: relative;
    width: 100%;
  height: auto;
  padding-bottom:80px;
}
    .area_4 .area_4_images .area_4_images_01{
position: absolute;
  height: auto;
  bottom: 0%;
  top:auto;
  right: 20%;
  width:70px

}
.area_4 .area_4_images .area_4_images_02{
position: absolute;
  height: auto;
    top:auto;
  bottom: 0%;
  left: 20%;
    width:70px

}
@scope (.area_4) {
        h2{
        font-size: 32px;
                      padding-bottom:0px;
        margin-bottom:0px!important;
    }

    
}
#section03{
    padding-bottom:30px;
}
#section03 .approach_flex{
    position: relative;
        max-width: 960px;
    margin: 0 auto;
      height: auto;
    
}
#section03 .approach_flex .section03_images .section03_images_01{
    display: block;
position: absolute;
  height: auto;
  top: -10%;
  left: 0%;
}
#section03 .approach_flex .section03_images .section03_images_02{
position: absolute;
display: block;
  height: auto;
  bottom: 26%;
 right: -3%;
}

/*ピックアップ*/
@scope (#section03) {
     
    .approach_flex{
        display: flex;
    }
    h2,.approach_flex{
                    max-width: 960px;
            margin: 0 auto !important;
           margin-bottom:20px!important;
    }
       h2{
        font-size: 32px;
        margin-bottom:30px!important;
        margin-top:10px!important;
    }
    .text_1 div img{
        width:100%
    }
    .text_2 div img{
         width:100%;
         border-radius: 20px;
    }
    .approach_flex{
        padding:0px 10px
    }
    .flex_box {
        padding-top: 0px;
    }
    .flex_box p span{
        text-align: left!important;
    }
      .text_2{
        margin-top:0px;
    }


}

/*社会貢献活動促進のための基盤となる取組み（従業員支援）*/
@scope (#section04) {
        h2{
        font-size: 32px;
    }
        .approach_flex{
        display: flex;
    }
    h2,.approach_flex{
                    max-width: 960px;
                    justify-content: center;
            margin: 0 auto !important;
            flex-wrap: wrap;
           margin-bottom:20px!important;
    }
    .flex_box{
        width: 40%;
        margin:10px;
        
    }
            .approach_flex{
        display: flex;
        justify-content: unset!important;
        flex-direction: row;
        justify-content: center !important;
    }
    .flex_box .voice .approach_flex .text_1{
width:60%
}
.flex_box .voice .approach_flex .text_2{
width:35%;
text-align: center;
margin: 0 auto;
}
 .text_2 div img{
    text-align: center;
 }
 .voice .approach_flex .text_2 img{
        padding:0px;
    }

}

/*数字で見る関西電力グループの社会貢献の取組み*/
  #section05 .section05_images .section05_images_01{
top: -7%;
    left: 11%;
}
@scope (#section05) {
    .approach_flex .flex_box .approach_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom:0px!important;
}

        h2{
        font-size: 32px;
    }
     .approach_flex{
        display: flex;
        justify-content: space-around;
    }
    h2,.approach_flex{
                    max-width: 960px;
    }
        h2,.approach_flex,.taR{
                    max-width: 960px;
            margin: 0 auto !important;
            flex-wrap: wrap;
           margin-bottom:20px!important;
    }
           p{
                    max-width: 960px;
    }
    .flex_box{
        width: 42.5%;
        text-wrap-mode: nowrap;
    }
    .approach_flex{
        display: flex;
        justify-content: space-between!important;
        flex-direction: row;
    }
    .flex_box{
 background-color: #ffffff;
 margin: 10px 0px;
 padding: 10px 19px;
 border-radius: 20px;
}
            /*.approach_flex .flex_box .flex_3{
                    display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 0px !important;
    }
         .approach_flex .flex_box .flex_3 .text_1 img{
             width:50%;
             text-align: center;
             margin:0 auto;
    }*/
     .text_3 .flex_3 .text_1 img{
             width:100%;
             padding:0px
    }
     .text_2 .flex_3 .text_1 img{
             width:100%;
             padding:0px;
             width:155px;
             padding:5px;
    }
     .text_6 .flex_3 .text_1 img{
            width:100%;
            padding:0px;
            width:160px!important;
    }
         .text_6 .flex_3 .text_1,.text_3 .flex_3 .text_1,.text_2 .flex_3 .text_1{
            padding:0px
    }
         
       .text_2 div img{
         width:100%;
         border-radius: 0px;
    }
        .approach_flex .flex_box .flex_3 .text_1{
        width:auto;
    }
    .year{
       margin-top:0px!important;
    }
    .approach_flex .flex_box .approach_flex div .key_numb {
   color: #757575;
   font-size: 39px;
   color:#EB6100;
}

    
     
    
}

/*関西電力グループの社会貢献のあゆみ*/
@scope (#section06) {  
        h2{
        font-size: 32px;
    }
     
    .approach_flex{
        display: flex;
    }
    h2,.approach_flex,.taR{
                    max-width: 960px;
            margin: 0 auto !important;
            flex-wrap: wrap;
           margin-bottom:20px!important;
    }
    .flex_box{
        width:50%
    }
        h2,.approach_flex{
                    max-width: 960px;
            margin: 0 auto !important;
            flex-wrap: wrap;
           margin-bottom:20px!important;
    }
      .history-swiper .swiper-slide {
    width: 30%;
    max-width: none;
    height: auto;
  }
  .history-swiper{
    max-width: 960px;
    overflow: hidden;

  }
  .events li img{
max-width:250px;
width:100%
}

.swiper-wrapper{
    position: relative;
    padding-top:50px
}
/* タイムラインの丸 */
.swiper-wrapper .timeline-dot {
  width: 14px;
  height: 14px;
  background: #EB6100;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 20%;
  top:-55px;
  transform: translateX(-50%);
  z-index: 3;
}
/* 横線（タイムライン） */
.swiper-wrapper .timeline-line {
  position: absolute;
 top:10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #EB6100;
  z-index:0;
}

.swiper-wrapper .timeline-dot::after {
content: "";
    position: absolute;
    width: 1px;
    height: 3em;
    top: 0%;
        left: 6px;
    background-color: #EB6100;
}
.history-swiper .swiper-wrapper {
  overflow: visible;
  padding:60px
}

.history-swiper {
  padding:0px;
  padding-bottom: 30px;
  padding: 5px 70px;
}
.section06_top{
    text-align: center;
    margin: 0 auto;
    padding-top:50px;
}
.swiper-wrapper  .swiper-slide-active .timeline-dot::before {
 background: unset;
}
.swiper-wrapper  .swiper-slide-next .timeline-dot::before {
        background: unset;
}
.swiper-wrapper .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active) .timeline-dot::before {
  content: "";
  position: absolute;
  inset: -6px;                  /* 外側に広げる */
  border-radius: 50%;
 background: #eb610052;
}

}

}



   h2{
       margin-bottom:20px!important;
       font-family: "Zen Kaku Gothic New", sans-serif;
       letter-spacing: 0.05em;
       font-weight: 900;
                color: #63524a;
    }


    /*Tablet*/


    
        @media screen and (min-width:768px) and ( max-width:1023px) {
             #section03 .approach_flex{
   padding-top:30px
    
}
#section03 .approach_flex .section03_images .section03_images_01{
    top:0px
}
            @scope (#section03) {
                 h2{
        margin-bottom:0px!important;
    }
            }
              #section05 .section05_images .section05_images_01{
top: 0%;
    left: 11%;
}
@scope (#section05) {
            .approach_flex .flex_box .approach_flex div .key_numb {
   color: #757575;
   font-size: 54px;
   color:#EB6100;
}
  
    .flex_box{
        width: 100%!important;
        display: flex;
            flex-direction: column;
    }
        .approach_flex .flex_box .approach_flex{
    display: flex;
                flex-direction: row;
}
 .k_number{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
 }
 .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
        .section01_colum01 li span{
		top:-7%!important;
		right:29%!important;
    }

        .movie::after {
    top: 55%!important;
}
.history-swiper {
  margin-left: calc(50% - 50vw);
}
   .section01_colum02 .text_2 h3{
        text-wrap-mode: nowrap!important;
}
.slider-wrapper.list-banner .swiper-slide-active {
  transform: scale(1);
}
@scope (#section04) {
      .voice .approach_flex{
        display: flex;
flex-direction: column;
            justify-content: center !important;
            margin-bottom:0px
    }
            .flex_box .voice .approach_flex .text_1 {
                width:100%
            }
            .flex_box .voice .approach_flex .text_2 {
                 width:100%;
                 padding:10px 0px;
                 padding-bottom:0px
            }
        }
        .tab-only{
            display: block!important;
        }


}
footer{
    background-color: #fff;
}

 @media screen and (min-width:641px) and ( max-width:1023px) {
    @scope (#section05) {

    .flex_box{
        width: 100%!important;
    }

 }


 }
@media screen and (max-width:1161px) {
#section01{
    overflow: hidden!important;
}

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

 #section03 .approach_flex{
   overflow: hidden!important;
    
}
}

