#wrapper {
    /* padding-bottom: 0; */
}

#contentsBody {
    padding-bottom: 111px;
    background-color: #e7fbcb;
}

.backnumber > div:nth-last-of-type(2) {
    margin-bottom: 40px;
}

.contents_header.ce {
    margin-top: 30px;
    background-color: #fff;
}

.bg_contents_header {
    background-color: #fff;
}

div.header_line {
    margin-bottom: 0;
}

h3,
h4 {
    letter-spacing: 0.01em;
}

/* --------------- ファーストビュー --------------- */

#hero {
    padding: 0 10px 12%;
    text-align: center;
    margin-top: 40px;
}

#hero.hero_bg {
    background-image: url("../image/kv_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-color: #fff;
}

#hero > .hero_title {
    font-weight: 700;
    font-size: 4.2rem;
    color: #32a238;
    text-align: center;
    margin-bottom: 24px;
    padding-top: 20px;
    line-height: 150%;
}


#hero > h2 {
    color: #0a650e;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

#hero.disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}


#hero > .hero_main {
    max-width: 760px;
    display: flex;
    margin: 0 auto;
    padding: 15px 40px;
    align-items: center;
    justify-content: center;
}

#hero.disabled > .hero_main {
    max-width: 220px;
        margin: 0 ;
}


#hero.disabled > .hero_title {
    width: 100%;
    position: relative;
    z-index: 0;
    font-weight: 500;
    font-size: clamp(1.8rem, 1.0727rem + 2.2727vw, 3.8rem);
    letter-spacing: 0.1em;
    color: #333;
    text-align: center;
    padding: 24px 0;
    border: #0A650E solid 7px;
}


#hero > .hero_main > div {
    width: auto;
    margin: 0 auto;
}

#hero > .hero_main > div:nth-child(2) {
    min-width: 60%;
}

#hero .character img {

    max-width: 140px;
    height: auto;
    margin: 0 auto;
}

/* 次回の予定 */
#hero .date {
    width: auto;
    max-height: 300px;

    padding: 10px;
    border-radius: 30px;
    background: linear-gradient(
        45deg,
        #970a31 0% 10%,
        #f5a20b 10% 20%,
        #1b973a 20% 30%,
        #004c88 30% 40%,
        #dc097b 40% 50%,
        #e94f20 50% 60%,
        #407936 60% 70%,
        #fabd00 70% 80%,
        #c50e28 80% 90%,
        #778fc1 90% 100%
    );

    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#hero .date ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;

    background: #fff3d7;
    color: #000;
    padding: 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 2rem;
    font-feature-settings: "palt";
}

#hero .date ul > li > span {
    font-size: 3.2rem;
    padding: 0 2px;
    vertical-align: -1px;
}

#hero .date ul > li p {
    font-weight: 500;
    color: #000;
}

#hero > .about_p {
    max-width: 880px;
    margin: 0 auto;
    color: #444;
    font-size: 1.6rem;

    line-height: 150%;
}

#hero > .about_p br.sp {
    display: none;
}

/* --------------- アバウトセクション --------------- */

#intro > .content_wrapper > h3,
#about > .content_wrapper > h3{
    color: #0A650E;
    font-size: 2.2rem;
    font-weight: 600;
}


/*-- タブなし --*/
#intro > .content_wrapper > .block_header,
#about > .content_wrapper > .block_header {
    margin-bottom: 16px;
}

#intro > .content_wrapper,
#about > .content_wrapper {
    background-color: #fff;
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
    padding: 30px 25px;
}

/*-- /タブなし --*/

#intro,
#about {
    text-align: center;
    padding: 20px 40px;
}

#about > .about_head {
    background-image: url("/company/social/environment/cleanenergy/image/kv_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-color: #fff;
}

#about > .about_head h3 {
    color: #0a650e;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

ul.note_list.about_list > li > div.cap {
    width: 36px;
}

#about > .about_head .about_p {
    max-width: 880px;
    margin: 0 auto 32px;
    color: #444;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}

#about > .about_tab {
    max-width: 880px;
    margin: 0 auto;
}

#target_contents > .tab_content > .content_wrapper > .block_header {
    margin-bottom: 16px;
}

#target_contents > .tab_content > .content_wrapper > .lead {
    margin-bottom: 24px;
}

#target_contents > .tab_content > .content_wrapper {
    background-color: #fff;
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
    padding: 25px;
}

.note_list.about_list > li + li {
    margin-top: 24px;
}

ul.note_list > li > div.cap i {
    color: #0f8615;
    font-size: 3.6rem;
}

.note_list.about_list > li > div.txt {
    padding-left: 16px;
    padding-top: 0.3em;
    font-size: 1.4rem;
}

.note_list.about_list > li > div.txt .lv6 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

p > sub,
.txt > p > sub,
.point_block > p > sub {
    vertical-align: sub;
    font-size: smaller;
}

/* --------------- スケジュールセクション --------------- */

#schedule > div {
    width: calc(100% - 40px);
    max-width: 880px;
    margin: 0 auto;
}

#schedule > div {
    background: #e7fbcb;
    margin-bottom: 40px;
}

#schedule table.basic {
    max-width: 600px;
    margin: 0 auto;
}

#schedule table.basic.result {
    max-width: 700px;
}

#schedule table.basic thead > tr > th {
    background: #0f8615;
}

#schedule table.basic.narrow tbody > tr > td {
    padding: 5px 0;
}

#schedule table.basic tbody > tr > td:first-child {
    padding: 8px 15px;
}

#schedule table.basic tbody > tr > td:first-child span {
    font-size: 1.2rem;
}

/* --------------- 実績セクション --------------- */

#result {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}

#result .block_header {
    margin-bottom: 16px;
}

/* --------------- ポイントセクション --------------- */
#point {
    padding: 0 20px;
}

#point > .point_wrapper {
    max-width: 880px;
    background-color: #0f8615;
    text-align: center;
    padding: 24px 20px;
    margin: 0 auto;
    color: #fff;
}

#point > .point_wrapper > h3 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

#point > .point_wrapper .lead {
    text-align: left;
    margin-bottom: 20px;
}

#point > .point_wrapper > .point_inner > .point_block {
    width: 276px;
    min-height: 185px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 22px;
    color: #0a650e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

#point > .point_wrapper > .point_inner > .point_block:first-child p + p {
    margin-top: 8px;
}

.point_block img {
    width: 40px;
    height: auto;
    padding-bottom: 20px;
}

.point_block img.tree {
    width: 60px;
}

.point_block img.forest {
    width: 64px;
    padding-bottom: 8px;
}

#point > .point_wrapper > .point_inner > .point_block > p {
    font-size: 1.6rem;
    font-weight: 600;
}

.point_block > p > .point_strong {
    font-size: 2.4rem;
}

.arrow_wrapper > .point_arrow {
    width: 70px;
    margin: 0 auto;
}

#point > .point_wrapper > .point_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#point > .point_wrapper > .point_inner > .arrow_wrapper {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#point > .point_wrapper > .point_inner > .point_block > .block_right_line2 {
    padding-top: 0.5em;
    font-size: 1.6rem;

}

/* --------------- ボタン --------------- */

#button_area {
    padding: 40px 20px 40px;
}
#button_area a + a {
        margin-top: 24px;
}


.btn-def.btn_custom {
    max-width: 529px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.br_sp {
    display: none;
}

/* ------------------------- /ここまでPC ------------------------------------ */

/* --------------- 1000px未満 --------------- */
@media screen and (max-width: 999px) {
    .contents_header.ce {
        margin: 30px 10px 0;
    }

    #hero > .hero_title {
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 150%;
    }

    #hero > .hero_main > div {
        max-width: 100%;
    }

    #about {
        padding-bottom: 40px;
    }

    #point > .point_wrapper > h3 {
        font-size: 2.4rem;
        margin-bottom: 24px;
    }

    #point > .point_wrapper {
        padding: 32px 20px 40px;
    }

    #point > .point_wrapper > .point_inner > .arrow_wrapper {
        flex-direction: column-reverse;
        margin-bottom: 16px;
    }

    #point > .point_wrapper > .point_inner > .arrow_wrapper > .point_arrow > img {
        width: 60px;
        transform: rotate(90deg);
    }

    .arrow_wrapper > .point_arrow {
        margin-top: 16px;
    }

    #point > .point_wrapper > .point_inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #contentsBody {
        padding-bottom: 80px;
    }

}

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

    #hero.disabled {
    gap: 10px;
}

    #hero > .hero_title {
        font-size: 3.4rem;
    }

    #hero > h2 {
        font-size: 2.4rem;
        margin-bottom: 24px;
    }

    #hero > .hero_main > div.character {
        width: auto;
    }

    #hero .character img {
        max-width: 20vw;
        min-width: 100px;
    }

    #hero > .about_p {
        max-width: 760px;
        margin: 0 40px 24px;
        font-size: 1.4rem;
    }
}

/* --------------- 690px未満 --------------- */
@media screen and (max-width: 689px) {


    #hero {
        padding-bottom: 12%;
    }

    #hero > .hero_title {
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 150%;
        font-size: 3.2rem;
    }

    #hero .date ul {
        font-size: 1.8rem;
    }

    #hero .date ul > li p {
        font-size: 1.8rem;
    }

    #hero .date ul > li > span {
        font-size: 2.8rem;
    }

    #hero > .about_p br.sp {
        display: block;
    }

    ul.note_list.about_list > li > div.cap {
        width: 24px;
    }

    ul.note_list > li > div.cap i {
        font-size: 2.4rem;
    }

    .note_list.about_list > li > div.txt {
        padding-left: 8px;
        padding-top: 0.1em;
    }

    .note_list.about_list > li > div.txt .lv6 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .note_list.about_list > li > div.txt > p {
        font-size: 1.3rem;
    }

    #point > .point_wrapper > h3 span {
        display: block;
    }

    #point > .point_wrapper > .point_inner > .point_block {
        padding: 32px 16px;
    }
}

/* --------------- 639px未満 --------------- */
@media screen and (max-width: 639px) {

    #contentsBody {
        padding-bottom: 206px;
    }

}
/* --------------- 580px未満 --------------- */
@media screen and (max-width: 580px) {

    #intro, #about {
        padding: 0 10px 40px;
    }
    #point,#result{
        padding: 0 10px;
    }

    #schedule > div{
        width: calc(100% - 20px);
    }

    #hero > .hero_title {
        font-size: 2.6rem;
    }
    #hero.disabled > .hero_title {
        letter-spacing: .1em;
    }
    #hero.disabled > .hero_title::after{
        filter: blur(30px);
    }
    #hero > .hero_main {
        padding: 0 20px 20px;
    }
    #hero.disabled > .hero_main {
        padding: 0;
    }

    #hero .date ul {
        padding: 15px 8px;
    }

    #hero .date ul > li > span {
        font-size: 2.3rem;
    }

    .btn-def.btn_custom.btn_2 .br_sp {
        display: block;
    }
}

/* --------------- 480px未満 --------------- */
@media screen and (max-width: 479px) {


    .contents_header.ce {
        margin-top: 10px;
    }

    #hero > .hero_title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 150%;
        padding-top: 10px;
    }

    #hero .character img {
        min-width: 70px;
    }

    #hero .date {
        padding: 6px;
        border-radius: 25px;
    }

    #hero .date ul {
        border-radius: 20px;
        font-size: 1.5rem;
    }

    #hero .date ul > li p {
        font-size: 1.5rem;
    }

    #hero .date ul > li > span {
        font-size: 2rem;
    }

    #about {
        padding-bottom: 32px;
    }

    #hero > h2 {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    #hero > .about_p {
        margin: 0 0 24px;
        font-size: 1.4rem;
    }

    #intro > .content_wrapper > h3{
        font-size: 1.8rem;
    }

    #intro > .content_wrapper,
    #about > .content_wrapper {
        padding: 20px 15px;
    }

    #target_contents > .tab_content > .content_wrapper {
        padding: 16px;
    }

    #point > .point_wrapper > h3 {
        color: #fff;
        font-size: 1.8rem;
        margin-bottom: 24px;
    }

    #point > .point_wrapper {
        margin: 0 auto;
        padding: 32px 20px 40px;
    }

    #point > .point_wrapper > .point_inner > .point_block {
        width: 100%;
        max-width: 276px;
    }

    #point > .point_wrapper > .point_inner > .point_block > p {
        font-size: 1.6rem;
    }

    .point_block > p > .point_strong {
        font-size: 2.4rem;
    }

    #point > .point_wrapper > .point_inner > .arrow_wrapper {
        font-size: 1.3rem;
    }

    #point > .point_wrapper > .point_inner > .arrow_wrapper > .point_arrow > img {
        transform: rotate(90deg);
    }

    #point > .point_wrapper > .point_inner > .arrow_wrapper > .point_arrow {
        margin-top: 16px;
        width: 80px;
    }

    .btn-def.btn_custom {
        font-size: 1.4rem;
        padding: 10px;
        border-radius: 3rem;
    }

    #button_area {
        padding: 32px 20px 50px;
    }

    .br_sp {
        display: block;
    }
}

/* --------------- 350px未満 --------------- */
@media screen and (max-width: 350px) {
    #hero > .hero_title {
        font-size: 1.8rem;
    }

    #hero > .hero_main {
        padding: 0 10px 20px;
    }

    #hero > .hero_main > div.character {
        padding-right: 6px;
    }

    #hero .date ul {
        padding: 8px;
        font-size: 1.4rem;
    }

    #hero .date ul > li p {
        font-size: 1.3rem;
    }

    #hero .date ul > li > span {
        font-size: 1.6rem;
    }

    table.basic.narrow thead > tr > th {
        padding: 5px 3px;
    }

    .point_block img.tree {
        max-width: calc((100% - 32px) / 3);
    }
}
