/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#lp-top {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 13.5pt;
    line-height: 1.5;
    scroll-behavior: smooth;
    background-color: white;
}
#lp-top img {
    pointer-events: auto;
}
.scroll-locked {
    overflow: hidden;
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-images img {
    width: 100%;             /* each image takes full width */
    flex-shrink: 0;          /* prevent the image from shrinking */
    display: block;          /* remove inline-gap issue */
}

.carousel-images img {
  pointer-events: auto;
  user-select: none;    /* prevent text/image selection */
}


button.prev,
button.next {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 20px;
}

button.prev img,
button.next img {
    width: 10px;
    height: 20px;
    display: block; 
}

.carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.carousel-pagination .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #00964C;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-pagination .dot.active {
    background: #00964C;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center; /* centers pagination */
    gap: 20px; /* space between buttons and dots */
    margin-top: 32px;
}

.lp-module_wrapper,
.lp-matsui-module_wrapper,
.lp-topics-module_wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 80px 80px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.lp-module__movie-wrapper {
    width: 80%;
    height: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp-matsui-module__movie-wrapper,
.lp-topics-module__movie-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp-topics-module__movie-wrapper{
    max-width: 1400px;
}
.lp-button__close-wrapper {
    width: 26px;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
}
.lp-button__close-wrapper-matsui-pc {
    width: 26px;
    height: 10%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 5.3%;
    margin-left: auto;
}
.matsui-button-close {
    height: 10%;
}
.topics-button-close {
    height: 4%;
    z-index: 9999999;
    pointer-events: auto;
}
.lp-button__close-wrapper-matsui-sp {
    display: none;
}
.lp-button_close {
    width: 100%;
    margin-bottom: 8px;
}
.lp-button_close-matsui {
    width: 100%;
}
.matsui-info {
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10%;
    padding-right: 5%;
    overflow-y: auto;
}
.lp__16-9-movie iframe {
    width: 100%;
    height: 100%;
}
.mobile-br::after {
    content: "";
    white-space: normal;
    display: inline;
}
.lp-module__movie-comingsoon {
    position: absolute;
    top: 0;
    left: 0;
}
.matsui-profile__container {
    height: 100%;
    width: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.topics__container {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(/common/img/carbon-free-project/lp_bg_sinhasso.png);
    background-repeat: repeat;
    padding: 40px 0 60px;
}
#allItems {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;

    overflow: scroll;
    height: 100%;
    padding: min(8%,54px) min(4%, 160px) 24px;
}
#allItems > a, .lp-topics__wrapper > a  {
    color: black;
}
.items__container {
    position: relative;
    margin: auto;
    margin-top: 16px;
    width: 90%;
    height: 90%;
    background-color: white;
    border-radius: 40px;
}
.lp__topics-title__module {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    display: block;
    height: 3.6vw;
    min-height: 40px;
    max-height: 70px;
}
.lp-button_close-topics {
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    display: block;
}
.matsui-img {
    width: 46%;
    height: 100%;
    background-image: url(/common/img/carbon-free-project/lp_img_matsui_01.png);
    background-size: cover;
    background-position: top;
}
.matsui-profile {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.matsui-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.matsui-text {
    margin-top: 16px;
    margin-bottom: 0;
}
.matsui-text span {
    display: block;
}
.matsui-line {
    width: 80px;
    height: 3px;
    background-color: #00964C;
    margin: 6.2% 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.lp-fixed-logo_container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: block;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.lp-fixed-logo__img {
    width: 8vw;
    margin-top: 35px;
    margin-left: 43px;
}
/* ============================
   FIXED BUTTON (OPEN ICON)
============================ */
.menu-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    height: 80px;
    cursor: pointer;
    transition: .5s ease;
    display: flex;
}
.menu-btn {
    height: 100%;
}
.menu-text {
    height: 100%;
    transition: opacity 2s ease;
}

/* Hide the small icon when menu is open */
.hide-menu {
    display: none;
}


/* ============================
   MENU PANEL (SLIDE-IN)
============================ */
.menu-open {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;              /* full screen height */
    background-color: #DEF8DB;
    z-index: 9999;
    transition: 0.5s ease;
    overflow-y: auto;           /* enable vertical scroll */
    overflow-x: hidden;         /* avoid sideways scroll */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

/* When menu is active (visible) */
.menu-open.active {
    right: 0;
}


/* ============================
   HEADER AREA
============================ */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-logo {
    width: 100px;
    margin-bottom: 50px;
    margin-left: 24px;
    margin-top: 24px;
}

.menu-close-icon {
    width: 80px;
    cursor: pointer;
}


/* ============================
   CONTENT AREA
============================ */
.menu-content {
    padding: 0 20px 100px;
}

.menu-ttl {
    height: 24px;
    margin-bottom: 10px;
}

.menu-content-text {
    height: 84px;
    margin-bottom: 10px;
}

/* Top line under the title */
.menu-line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #1B7661;
    margin-bottom: 24px;
}


/* ============================
   MENU LIST
============================ */
.lp-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item */
.lp-menu li {
    position: relative;
    padding-left: 10px;
    font-size: 22px;
    color: #00964C;
    font-weight: 500;

    margin-top: 24px;      /* top text spacing */
    margin-bottom: 49px;   /* 24px text->line + 25px line->next */
    cursor: pointer;
}

/* Underline */
.lp-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    height: 1px;
    background: #00964C;
}

/* Last item has no underline spacing */
.lp-menu li:last-child {
    margin-bottom: 24px;
}
.lp-fixed-contact-container {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: block;
    /* background-color: #1A1A1A; */
    width: 316px;
    /*padding: 1vw 0px;
    -webkit-transform: skewX(-9deg) translateX(10px);
        -ms-transform: skewX(-9deg) translateX(10px);
            transform: skewX(-9deg) translateX(10px);*/
    margin: auto;
    overflow: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.lp-fixed-contact-container img {
    display: block;
}

.lp-fixed-button a {
    display: block;
}
.lp-fixed-button a:focus .lp-fixed-contact-container {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.hide {
    opacity: 0;
    pointer-events: none;
}
.lp-topics-module_wrapper.hide {
    z-index: -1; /* or remove it from stacking context */
}
.lp-fixed-contact {
    -webkit-transform: skewX(9deg);
        -ms-transform: skewX(9deg);
            transform: skewX(9deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp-fixed-contact__button {
    width: 52%;
    max-width: 150px;
}
.lp-fixed-contact__icon {
    width: 10%;
    max-width: 27px;
    margin-left: 10px;
}
@-webkit-keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}
@-webkit-keyframes disappear {
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
}
@keyframes disappear {
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
}
.lp-kv__wrapper {
    position: relative;
}
.lp-kv__animation {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 999;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: white;
}
.animate {
    -webkit-animation: swipe 0.75s ease-in-out forwards;
            animation: swipe 0.75s ease-in-out forwards;
}
.pc-img { display: block; }
.sp-img { display: none; }

@media (max-width: 767px) {
  .pc-img { display: none; }
  .sp-img { display: block; }
}
@-webkit-keyframes swipe {
    0% {
     left: 0;
    }
    100% {
     left: 100%;
    }
}
@keyframes swipe {
    0% {
     left: 0;
    }
    100% {
     left: 100%;
    }
}
.lp-kv__triangle-anim {
    position: absolute;
}
.kv-left-01 {
    opacity: 0.4;
    width: 5.2%;
    left: 7.8%;
    top: 24.5%;
}
.kv-left-02 {
    opacity: 1;
    width: 7.5%;
    left: 18.75%;
    top: 34.62%;
}
.kv-right-03 {
    opacity: 0.6;
    width: 6.25%;
    right: 20.31%;
    top: 17.35%;
}
.kv-right-04 {
    opacity: 0.8;
    width: 7.6%;
    right: 12%;
    top: 37%;
}
.kv-right-05 {
    opacity: 0.4;
    width: 3.2%;
    right: 12.23%;
    top: 6.79%;
}
.animateTriangle {
    -webkit-transform: translate(-100px, 100px);
        -ms-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
    -webkit-filter: opacity(0);
            filter: opacity(0);
}
.play-animation {
    -webkit-animation: triangleAnim 0.5s ease-out forwards;
            animation: triangleAnim 0.5s ease-out forwards;
}
@-webkit-keyframes triangleAnim {
    0% {
        -webkit-transform: translate(-100px,100px);
                transform: translate(-100px,100px);
        -webkit-filter: opacity(0);
                filter: opacity(0);
    }
    100% {
        -webkit-transform: translate(0,0);
                transform: translate(0,0);
        -webkit-filter: opacity(1);
                filter: opacity(1);
    }
}
@keyframes triangleAnim {
    0% {
        -webkit-transform: translate(-100px,100px);
                transform: translate(-100px,100px);
        -webkit-filter: opacity(0);
                filter: opacity(0);
    }
    100% {
        -webkit-transform: translate(0,0);
                transform: translate(0,0);
        -webkit-filter: opacity(1);
                filter: opacity(1);
    }
}
.lp-kv__logo {
    position: absolute;
    width: 28%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    right: 50%;
    top: 5.6%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.lp-kv__visual {
    width: 100%;
    display: block;
    position: relative;
}
.lp-kv__visual .lp-kv__video,
.lp-kv__visual-sp .lp-kv__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    aspect-ratio: 64 / 36;
}
.lp-kv__video iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    touch-action: none;
}
.lp-kv__visual-sp .lp-kv__video {
    aspect-ratio: 490 / 815;
}
.lp-kv__visual-sp {
    display: none;
}
/* tabs temporarily removed */
/* --- minimal 2-tab styles --- */
.tabs {
    position: relative;
    width: min(1600px, 90%);
    margin: 20px auto 28px;
    text-align: center; /* 中央寄せ */
}
.tabs input[type="radio"] {
    display: none;
}
.tabs .tab2-label {
    margin-bottom: -1px;
}
.tab2-label {
    display: inline-flex; /* inline要素として中央寄せ対象に */
    align-items: flex-start; /* 数字をテキストの1行目トップに揃える */
    justify-content: flex-start; /* ラベル内を左寄せで2カラム表示 */
    gap: 14px;
    height: auto;
    width: auto;
    padding: 24px 40px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    position: relative;
    margin-right: -16px;
}
.tab2-num {
    flex: 0 0 auto;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1; /* 余白を詰める */
    padding-top: 2px; /* 1行目と高さを微調整 */
}
.tab2-text {
    flex: 1 1 auto;
    text-align: left;
    line-height: 1.35;
    font-weight: 700;
    font-size: 18pt;
}
/* 左タブ*/
.tab2-label--left {
    background: #EBEBEB;
    background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 90%, rgba(204,204,204,1) 100%);
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    color: #A8A8A8;
}
/* 右タブ*/
.tab2-label--right {
    background: #EBEBEB;
    background: linear-gradient(180deg, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 90%, rgba(204,204,204,1) 100%);
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
    color: #A8A8A8;
}
#tab2-1:checked + .tab2-label,
#tab2-2:checked + .tab2-label {
    background: #00964C;
    color: #fff;
}
/* note: 右タブの非選択時は淡緑、選択時は上記checkedスタイルが適用されます */
.tab2-panel {
    display: none;
    border-top: 6px solid #00964C;
    padding: 40px 0;
    background: #fff;
    text-align: left; /* パネル内テキストは左寄せに戻す */
}
#tab2-1:checked + .tab2-label + #tab2-2 ~ #panel2-1,
#tab2-2:checked + .tab2-label ~ #panel2-2 {
    display: block;
}
.lp-shinhassou {
    position: relative;
    margin-top: 120px;
    margin-bottom: 220px;
}
.lp-shinhassou__step {
    margin-top: 120px;
    display: block;
    width: 100%;
}
.lp-shinhassou__step-sp {
    margin-top: 48px;
    display: none;
}
.lp-shinhassou__visual {
    display: block;
    width: 100%;
}
.lp-shinhassou__visual-sp {
    display: none;
}
.lp-shinhassou__btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: min(320px,25%);
    background: linear-gradient(45deg,#30D166, #00A6AC);
    border: 3px solid white;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    cursor: pointer;
    -webkit-transform: skewX(-7deg) translate(-50%,50%);
        -ms-transform: skewX(-7deg) translate(-50%,50%);
            transform: skewX(-7deg) translate(-50%,50%);
}
.lp-shinhassou__btn:focus,
.lp-shinhassou__btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.lp-shinhassou__seemore {
    font-size: 18px;
    color: white;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 16px;
    font-weight: bold;
}
.lp-shinhassou__btn-open, .lp-shinhassou__btn-close {
    display: flex;
    align-items: center;
    -webkit-transform: skewX(7deg);
        -ms-transform: skewX(7deg);
            transform: skewX(7deg);
}
.hide-shinhassou {
    display: none;
}
.lp-shinhassou__hide-content {
    display: none;
}
.lp-shinhassou__text {
    width: min(1200px,80%);
    margin: auto;
    margin-bottom: 120px;
}
.lp-topics {
    margin: 120px auto;
}
.lp-topics__text {
    width: min(1200px,80%);
    margin: auto;
    text-align: center;
}
.lp-concept__text {
    width: min(1200px,80%);
    margin: auto;
    text-align: center;
    color: white;
}
.lp__topics-title {
    margin: auto;
    display: block;
    height: 2vw;
    min-height: 35px;
    max-height: 70px;
    margin-bottom: 20px;
}
.lp__topics-subtitle-sp {
    margin: auto;
    display: none;
    width: 90vw;
    min-height: 40px;
    margin-bottom: 20px;
}
.lp__topics-subtitle {
    margin: auto;
    display: block;
    height: 3.6vw;
    min-height: 40px;
    max-height: 70px;
    margin-bottom: 20px; 
}
.lp-topics__wrapper {
    margin: auto;
    margin-top: 90px;
    width: min(1200px,90%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item {
    width: 48%;
    background-color: #D1F2DE;
    border-radius: 2.2rem 0.2rem;
    margin-top: 32px;
    padding: 30px 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.item-container {
    margin-right: 16px;
}
.tag-container {
    width: 20%;
}
a.item:focus,
a.item:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.item-title {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
}
.item-content{
    margin-bottom: 0;
    font-size: 14px;
    color: #00964C;
}
.lp-topics__btn {
    margin: auto;
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
}
.lp-topics__btn:focus,
.lp-topics__btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.lp-topics__seemore {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 8px;
    font-weight: bold;
}
.lp-concept {
    margin-top: 40px;
}
.telebi-cm {
    margin-top: 0;
}
.lp-concept__wrapper {
    background-color: #00964C;
    position: relative;
    padding-top: 120px;
    margin-top: -1px;
}
.cm-wrapper {
    background-color: #DEF8DB;
    margin-top: -1px;
}
.lp-top__triangle-pc {
    display: block;
}
.lp-top__triangle-sp {
    display: none;
}
.lp-top__triangle {
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
}
.lp-contact__triangle-pc {
    display: block;
}
.lp-contact__triangle-sp {
    display: none;
}
.lp-top__triangle-pr {
    position: absolute;
    z-index: 2;
}
.copy-top-right {
    opacity: 0.2;
    width: 21.5vw;
    right: -10.41vw;
    top: 5vw;
}
.copy-top-right-sp {
    display: none;
}
.copy-bottom-left {
    opacity: 1;
    width: 16.66vw;
    left: -5.2vw;
    bottom: 21.15%;
}
.movie-top-right {
    opacity: 1;
    width: 250px;
    top: -52px;;
    right: -160px;
}
.movie-mid-left {
    opacity: 0.3;
    width: 185px;
    bottom: 160px;
    left: -286px;
}
.movie-bottom-right {
    mix-blend-mode: normal;
    opacity: 1;
    width: 15.6vw;
    bottom: -53px;
    right: -30%;
}
.lp-concept__scroll {
    display: block;
    position: absolute;
    left: 0;
    bottom: 102%;
    margin-left: 4.1vw;
    width: 1.5vw;
    max-width: 20px;
}
.lp-concept__main-copy {
    margin: auto;
    width: min(72vw,860px);
    display: block;
}
.lp-concept__copy-wrapper {
    position: relative;
}
.lp-concept__copy-container {
    max-width: 1920px;
    margin: auto;
    margin-top: 120px;
    position: relative;
    padding-bottom: 207px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lp-concept__copy {
    position: relative;
    z-index: 1;
    left: min(13.22vw,250px);
    width: 50%;
    max-width: 796px;
}
.lp-concept__copy-sp {
    display: none;
}
.lp-concept__copy-image-container {
    /*position: absolute;
    right: 0;*/
    position: relative;
    width: 65%;
    max-width: 1253px;
    margin-left: -5%;
    /*transform: translateY(60px);*/
}
.lp-concept__copy-image-sp {
    display: none;
}
.lp__16-9-movie__wrapper {
    position: relative;
    padding: 0 200px 112px;
}
.lp__16-9-movie {
    margin: 0 auto;
    background-color: #E5E3E3;
    width: 100%;
    max-width: 1200px;
    position: relative;
    max-height: calc(1200px * 9 / 16);
}
.sub-movie-text {
    text-align: right;
}
.sub-movie {
    display: inline;
}
.sub-movie a {
    color: white;
}
.sub-movie-icon {
    display: inline;
    width: 40px;
    margin-right: 8px;
}
.lp__movie-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}
.lp__movie {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
}
.lp__movie::after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.2);
}
.concept__movie {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_01.jpg);
}
.concept__movie-past {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_01.jpg);
}
.concept__movie-green {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_green.jpg);
}
.concept__movie-denki {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_denki.jpg);
}
.concept__movie-haisui {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_haisui.jpg);
}
.concept__movie-haisui-long {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_haisui_long.jpg);
}
.service__movie-01 {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_02.png);
}
.service__movie-02 {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_01.jpg);
}
.green__movie {
    background-image: url(/common/img/carbon-free-project/lp_img_movie-green.jpg);
}
.jisha__movie {
    background-image: url(/common/img/carbon-free-project/lp_img_movie_denki.jpg);
}
.lp__movie-container:hover .lp__movie,
.lp__movie-container:focus .lp__movie {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.lp__movie-container:focus,
.lp__movie-container:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.lp__16-9-movie-title {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    height: 3.6vw;
    min-height: 40px;
    max-height: 70px;
    z-index: 99;
}
.lp__special-movie-ttl {
    margin: 0 auto 60px;
    width: 100%;
    max-width: 955px;
    z-index: 99;
    display: block;
}
.lp__special-movie-ttl-sp {
    display: none;
}
.lp__special-movie-text {
    margin: 0 auto;
    font-size: 18px;
    color: white;
    font-weight: bold;
    text-align: center;
}
.special {
    margin-bottom: 40px;
}
.lp__movie-text-brand, .lp__movie-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99;
    text-align: center;
    pointer-events: none;
}
.btn__play {
    width: 10%;
    display: block;
    margin: auto;
}
.btn__text {
    width: 45%;
    color: white;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12pt;
}
 .brand_text {
    width: 100%;
 }
.lp-concept__comingsoon {
    position: absolute;
    height: 2vw;
    max-height: 30px;
    min-height: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.lp-concept__service-title {
    height: 3.6vw;
    min-height: 40px;
    max-height: 70px;
}
.lp-setting__head-top {
    content: '';
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #00964C), color-stop(50.5%, #fff));
    background: -o-linear-gradient(right bottom, #00964C 50%, #fff 50.5%);
    background: linear-gradient(to top left, #00964C 50%, #fff 50.5%);
    height: 12vw; /* 100vw * tan(7deg) = 12vw */
    width: 100%;
    margin-bottom: -0.5px;
}
.lp-setting__head-top-service {
    content: '';
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #00964C), color-stop(50.5%, #F2F2F2));
    background: -o-linear-gradient(right bottom, #00964C 50%, #F2F2F2 50.5%);
    background: linear-gradient(to top left, #00964C 50%, #F2F2F2 50.5%);
    height: 12vw; /* 100vw * tan(7deg) = 12vw */
    width: 100%;
    margin-bottom: -1px;
}
.lp-setting__head-bottom {
    content: '';
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #00964C), color-stop(50.5%, #fff));
    background: -o-linear-gradient(left top, #00964C 50%, #fff 50.5%);
    background: linear-gradient(to bottom right, #00964C 50%, #fff 50.5%);
    height: 12vw; /* 100vw * tan(7deg) = 12vw */
    width: 100%;
    margin-top: -1px;
}
.service-top {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fff), color-stop(50.5%, #00964C));
    background: -o-linear-gradient(left top, #fff 50%, #00964C 50.5%);
    background: linear-gradient(to bottom right, #fff 50%, #00964C 50.5%);
}
.special-bottom {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #00964C), color-stop(50.5%, #DEF8DB));
    background: -o-linear-gradient(left top, #00964C 50%, #DEF8DB 50.5%);
    background: linear-gradient(to bottom right, #00964C 50%, #DEF8DB 50.5%);
}
.cm-bottom {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #DEF8DB), color-stop(50.5%, #fff));
    background: -o-linear-gradient(left top, #DEF8DB 50%, #fff 50.5%);
    background: linear-gradient(to bottom right, #DEF8DB 50%, #fff 50.5%);
}
.lp-setting__wrapper {
    background-color: #F2F2F2;
    padding: 0px 120px 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.lp-setting__title {
    display: block;
    margin: auto;
    height: 4.8vw;
    min-height: 80px;
}
.lp-setting__text {
    width: min(1200px,80%);
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.lp-setting__text span {
    color:#00964C;
}
.lp-setting__zu {
    display: block;
    margin: auto;
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
}
.lp-setting__zu-sp {
    display: none;
}
.lp__lesson-title {
    margin: auto;
    display: block;
    height: 92px;
    margin-bottom: 60px;
}
.lp-service__wrapper {
    background-color: #F2F2F2;
    padding-top: 240px;
    text-align: center;
}
.lp-service-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
    margin-bottom: 200px;
}
.lp-service__container {
    position: relative;
    margin-bottom: 200px;
}
.lp-service__container:nth-last-child(1) {
    margin-bottom: 0px;
}
.lp-service__green-bg {
    position: absolute;
    top: 50%;
    -webkit-transform: skewY(-7deg) translateY(-50%);
        -ms-transform: skewY(-7deg) translateY(-50%);
            transform: skewY(-7deg) translateY(-50%);
    background-color: #00964C;
    width: 100%;
    height: 520px;
}
.lp-service_top {
    margin-bottom: -2px;
}
.lp-service_bottom {
    margin-top: -2px;
}
.lp-service__content-box {
    padding: 0 120px;
}
.lp-service__content {
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.lp-service__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 640px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 999;
}
.green-content {
    width: 48%;
}
.denki-content {
    width: 48%;
}
.denki-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.lp-service__content-container {
    padding: 3.12% 20px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.lp-service_green-logo {
    width: 31.2%;
    max-width: 200px;
    min-width: 150px;
    margin-bottom: 30px;
}
.lp-service_denki-logo {
    width: 35.62%;
    max-width: 228px;
    min-width: 200px;
    margin-bottom: 30px;
}
.lp-service__text {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
}
.green-text {
    margin-bottom: 80px;
}
.lp-service__text span {
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.lp-service__text span:nth-last-child(1) {
    margin-bottom: 0;
}
.lp-service-past-movie {
    margin-top: 80px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.lp-sub-service {
    position: relative;
    width: 100%;
}
.lp-sub__background {
    background-color: #00964C;
    padding-top: 80px;
    padding-bottom: 160px;
    margin-top: -1px;
}
.lp-sub__container {
    width: min(1200px, 90%);
    display: flex;
    flex-direction: column;
    margin: auto;
}
.lp-service-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}
.lp-sub__item {
    position: relative;
    width: 100%;
    background-color: white;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    min-height: 272px;
}
.item-text {
    flex: 1;
    min-height: 272px;
    display: flex;
    align-items: center;
    position: relative;
}
.sub-service-button {
    position: absolute;
    background-color: #1A1A1A;
    padding: 15px 50px;
    -webkit-transform: skewX(-9deg);
        -ms-transform: skewX(-9deg);
            transform: skewX(-9deg);
    margin: auto;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
}
.text-content {
    width: min(680px, 90%);
    margin: auto;
    padding: 60px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.subservice-title {
    height: 2vw;
    margin-bottom: 24px;
    min-height: 40px;
    max-height: 70px;
}
.shin-logo {
    width: 300px;
    margin: 0 auto;
    margin-top: 24px;
}
.item-img {
    background-color: #D1F2DE;
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp-sub__item::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 44px;
    background-image: url(/common/img/carbon-free-project/lp_ex_triangle-ashirai_02.svg);
    background-size: cover;
    z-index: 999;
    margin-top: -1px;
    margin-left: -1px;
}
.lp-sub__item::after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 44px;
    background-image: url(/common/img/carbon-free-project/lp_ex_triangle-ashirai_02.svg);
    background-size: cover;
    z-index: 999;
    margin-right: -1px;
    margin-bottom: -1px;
    transform: rotate(180deg);
}
.past-movie-title {
    width: 100%;
    color: #00964C;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}
.lp__past-movie-container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.past-movie-item {
    width: min(30%,352px);
}
.lp__past-movie {
    height: 198px;
    background-color: #E5E3E3;
    -ms-flex-negative: 0;
        flex-shrink: 0; 
    margin-bottom: 16px;
}
.past-movie-text {
    margin-bottom: 0px;
}
.lp-button__seemore-container {
    position: relative;
    background-color: #1A1A1A;
    padding: 15px 50px;
    -webkit-transform: skewX(-9deg);
        -ms-transform: skewX(-9deg);
            transform: skewX(-9deg);
    margin: auto;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
}
a:focus .lp-button__seemore-container,
a:focus-visible .lp-button__seemore-container {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.subservice-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%) skewX(-9deg);
}
.subservice-btn-sp {
    display: none;
}
.matsui-button-pc {
    display: block;
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    top: 100%;
    right: 6.8%;
    -webkit-transform: skewX(-9deg) translateY(-50%);
        -ms-transform: skewX(-9deg) translateY(-50%);
            transform: skewX(-9deg) translateY(-50%);
}
.matsui-button-sp {
    display: none;
}
.bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background:#01A76A;
    width: 120%;
    height: 100%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.bgskew:hover::before {
    left: -10%;
}
.lp-button__seemore {
    -webkit-transform: skewX(9deg);
        -ms-transform: skewX(9deg);
            transform: skewX(9deg);
}
.lp-button__seemore-text {
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    display: inline;
}
.lp-button_seemore-icon {
    width: 24px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-left: 10px;
}
.matsui-icon {
    width: 24px;
}
.lp__13-20-movie {
    position: relative;
    width: 1000px;
    background-color: #E5E3E3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 656px;
}
.denki-movie {
    margin-left: 0;
    margin-right: auto;
}
.lp-service_comingsoon {
    height: 2vw;
    max-height: 30px;
    min-height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.lp-service_annotation-wrapper {
    padding-top: 24px;
    border-top: 1px solid white;
    margin: auto;
    color: white;
}
.white_click {
    color: white !important;
}
.lp-service_annotation {
    margin: auto;
    width: 100%;
    max-width: 1520px;
}
ul.anno_wrapper {
    display: table;
    width: 100%;
    margin: 0;
    padding-left: 0;
}
ul.anno_wrapper li {
    list-style: none;
    font-size: 10.5pt;
    line-height: 1.6;
    margin-bottom: 16px;
}
ul.anno_wrapper li:last-child {
    margin-bottom: 0;
}
ul.anno_wrapper li .anno_head {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 16px;
    text-align: right;
}
ul.anno_wrapper li .anno_body {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    line-height: 1.4;
}
.lp-suggestion__wrapper {
    background-color: #F2F2F2;
    padding: 220px 120px 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.lp-suggestion__title {
    display: block;
    margin: auto;
    height: 5.2vw;
    min-height: 80px;
}
.lp-suggestion__business {
    padding-top: 120px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}
.lp-suggestion__container {
    width: 46.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.ippan {
    width: 100%;
    margin-top: 124px;
}
.ippan-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1040px, 90%);
    margin: auto;
}
.lp-suggestion__container-text {
    position: relative;
    background-color: white;
    padding: 65px 0px 82px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.lp-suggestion__business-logo {
    width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
}
.lp-suggestion__business-title {
    display: block;
    margin: auto;
    height: 2vw;
    min-height: 36px;
    max-height: 42px;
}
.lp-suggestion__title-line {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 40px;
    border-top: solid #00964C 2px;
}
.ippan-container-top-pc {
    display: block;
}
.ippan-container-bottom-pc {
    display: block;
}
.ippan-container-top-sp {
    display: none;
}
.ippan-container-bottom-sp {
    display: none;
}
.ippan-line {
    display: none;
}
.lp-suggestion__business-text {
    margin: auto;
    width: 85%;
    max-width: 360px;
}
.ippan-text {
    margin-right: 0;
    margin-left: 60px;
    flex-grow: 1;
    max-width: 100%;
}
.lp-suggestion__business-seemore {
    position: absolute;
    width: min(80%,600px);
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
}
.ippan-btn {
    -webkit-transform: translate(-50%, 70%);
    -ms-transform: translate(-50%, 70%);
        transform: translate(-50%, 70%);
}
.ippan-left {
    margin-right: 24px;
}
.ippan-btn-text {
    font-size: 14px;
    color:#00964C;
    margin-bottom: 8px;
}
.ippan-left-btn {
    margin-right: 36px;
}
.lp-minnade__background {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.lp-minnade__slide-l {
    position: relative;
    -webkit-animation: 35s slide-left infinite linear;
            animation: 35s slide-left infinite linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.lp-minnade__slide-r {
    position: relative;
    -webkit-animation: 35s slide-right infinite linear;
            animation: 35s slide-right infinite linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 10px;
}
.lp-minnade__slide-l img, .lp-minnade__slide-r img {
    width: 393px;
    display: block;
    margin-right: -35px;
}
@-webkit-keyframes slide-left {
    from {
      -webkit-transform: translateX(-35px);
              transform: translateX(-35px);
    }
    to {
      -webkit-transform: translateX(-2899px);
              transform: translateX(-2899px);
    }
}
@keyframes slide-left {
    from {
      -webkit-transform: translateX(-35px);
              transform: translateX(-35px);
    }
    to {
      -webkit-transform: translateX(-2899px);
              transform: translateX(-2899px);
    }
}
@-webkit-keyframes slide-right {
    from {
      -webkit-transform: translateX(-2899px);
              transform: translateX(-2899px);
    }
    to {
      -webkit-transform: translateX(-35px);
              transform: translateX(-35px);
    }
}
@keyframes slide-right {
    from {
      -webkit-transform: translateX(-2899px);
              transform: translateX(-2899px);
    }
    to {
      -webkit-transform: translateX(-35px);
              transform: translateX(-35px);
    }
}
.lp-minnade__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    min-width: 600px;
    max-width: 950px;
}
.lp-minnade__button {
    position: absolute;
    right: 0;
    width: 258px;
}
.lp-contact__container {
    position: relative;
    background-color: #003D74;
    background-image: url(/common/img/carbon-free-project/lp_bg_contact-bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 160px;
    padding-bottom: 117px;
    text-align: center;
    overflow: hidden;
}
.lp-pr__triangle-pc {
    display: block;
}
.lp-pr__triangle-sp {
    display: none;
}
.pr-top-right {
    width: 13.6%;
    top: 14.04%;
    left: 5.2%;
    opacity: 0.12;
}
.pr-top-left {
    width: 8.8%;
    right: 18.75%;
    top: 21.07%;
    opacity: 0.12;
}
.pr-top-left-2 {
    opacity: 1;
    width: 5.9%;
    top: 5.3%;
    right: 6.7%;
}
.lp-contact__top {
    content: '';
    background: -webkit-gradient(linear, left top, right bottom, color-stop(49.5%, transparent), color-stop(50%, #ffffff));
    background: -o-linear-gradient(top left, transparent 49.5%, #ffffff 50%);
    background: linear-gradient(to bottom right, transparent 49.5%, #ffffff 50%);
    height: 12vw; /* 100vw * tan(7deg) = 12vw */
    width: 100vw;
}
.lp-contact__bottom {
    content: '';
    background: -webkit-gradient(linear, right bottom, left top, color-stop(49.5%, #00964C), color-stop(50%, #ffffff));
    background: -o-linear-gradient(bottom right, #00964C 49.5%, #ffffff 50%);
    background: linear-gradient(to top left, #00964C 49.5%, #ffffff 50%);
    height: 12vw; /* 100vw * tan(7deg) = 12vw */
    width: 100vw;
}
.lp-contact__title {
    height: 3vw;
    min-height: 50px;
    max-height: 80px;
    display: block;
    margin: auto;
}
.lp-pr__title-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.lp-pr__title-line {
    margin: auto;
    margin-top: 32px;
    margin-bottom: 84px;
    width: 80px;
    border-top: solid #003664 2px;
}
.lp-pr__sub-ttl-pc {
    display: block;
    width: 41.6vw;
    margin: auto;
    margin-bottom: 40px;
}
.lp-pr__sub-ttl-sp {
    display: none;
}
.lp-pr__txt span {
    display: block;
}
.lp-contact__text {
    margin: auto;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 80px;
    color: white;
}
.lp-contact__text-sp {
    display: none;
}
.lp-contact__text span {
    display: block;
    margin-bottom: 16px;
}
.lp-contact__text span:nth-last-child(1) {
    margin-bottom: 0;
}
.lp-pr__button-container {
    position: absolute;
    background-color: #171717;
    padding: 1.6vw 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    bottom: 5%;
    left: 50%;
    -webkit-transform: skew(-9deg) translate(-50%,0);
        -ms-transform: skew(-9deg) translate(-50%,0);
            transform: skew(-9deg) translate(-50%,0);
}
a.lp-pr__button-container:focus,
a.lp-pr__button-container:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.lp-pr__button {
    -webkit-transform: skew(9deg);
        -ms-transform: skew(9deg);
            transform: skew(9deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}
.button-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp-pr__button-title {
    width: 15.6vw;
    display: inline;
}
.lp-pr__button-icon {
    width: 1.5vw;
    margin-left: 20px;
}
.lp-footer__wrapper {
    position: relative;
    background-color: #00964C;
    height: 280px;
}
.hide-contact {
    display: none;
}
.lp-pr__wrapper {
    position: relative;
    background-color: #DEF8DB;
    background-image: url(/common/img/carbon-free-project/lp_bg_pr_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 180px 120px 47%;
}
.lp-pr__title {
    display: block;
    margin: auto;
    width: 30vw;
    max-width: 560px;
    margin-bottom: 32px;
}
.lp-pr__title-sp {
    display: none;
}
.lp-pr__zu {
    display: block;
    margin: auto;
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
}
.lp-pr__zu-sp {
    display: none;
}
.lp-pr__arrow {
    display: block;
    padding-top: 90px;
    width: 200px;
    margin: auto;
}
.service-ttl {
    height: 92px;
    width: auto;
}
.tv-cm {
    height: 92px;
    width: auto;
}
.cm-button {
    white-space: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
    .lp__13-20-movie {
        width: 85%;
    }
    .lp__movie-text {
        position: absolute;
        top: 50%;
        left: 65%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 99;
    }
    .denki-text {
        left: 35%;
    }
    .past-movie {
        left: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .lp-matsui-module_wrapper,
    .lp-topics-module_wrapper {
        padding: 7vh 15vw;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }
    .matsui-profile__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .matsui-profile {
        width: 100%;
        height: 62%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10% 9%;
    }
    .matsui-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 0;
        padding-right: 0;
        overflow-y: auto;
        height: 100%;
    }
    .matsui-icon {
        width: 18px;
    }
    .matsui-name-img {
        width: 100px;
    }
    .matsui-img {
        position: relative;
        width: 100%;
        height: 38%;
    }
    .matsui-img {
        position: relative;
        width: 100%;
        height: 38%;
        background-image: url(/common/img/carbon-free-project/lp_img_matsui-sp_01.png);
        background-size: cover;
        background-position: center;
    }
    .matsui-line {
        width: 40px;
        height: 3px;
        background-color: #00964C;
        margin: 16px 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .lp-button__close-wrapper-matsui-pc {
        display: none;
    }
    .lp-button__close-wrapper-matsui-sp {
        display: block;
        position: absolute;
        width: 24px;
        -webkit-transform: translate(-50%,50%);
            -ms-transform: translate(-50%,50%);
                transform: translate(-50%,50%);
        top: 0;
        right: 0;
        z-index: 9999999999;
        pointer-events: auto;
    }
}

@media screen and (max-width: 767px) {
    #lp-top {
        font-size: 10.5pt;
        line-height: 1.7;
        scroll-behavior: smooth;
    }
    .lp-matsui-module_wrapper,
    .lp-topics-module_wrapper {
        padding: 7vh 6.2vw;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        z-index: 999;
    }
    .lp-button_seemore-icon {
        width: 16px;
    }
    .bgskew:hover::before {
        left: -130%;
    }
    .lp-module_wrapper {
        padding: 24px;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }
    .lp-module__movie-wrapper {
        width: 100%;
    }
    .lp-concept__scroll {
        display: none;
    }
    .lp-fixed-logo_container {
        display: none;
    }
    .lp-fixed-contact-container {
        position: fixed;
        z-index: 99999999999;
        display: block;
        right: 100%;
        top: 50%;
        -webkit-animation: appear .5s ease;
                animation: appear .5s ease;
        padding: 14px 0px;
        overflow: hidden;
        width: 207px;
        text-align: center;
    }
    .lp-fixed-contact {
        -webkit-transform: skewX(9deg);
            -ms-transform: skewX(9deg);
                transform: skewX(9deg);
    }
    .lp-fixed-contact__button {
        width: 100px;
    }
    .lp-fixed-contact__icon {
        width: 17px;
        margin-left: 10px;
    }
    .animateTriangle {
        display: none;
    }
    .lp-kv__logo {
        width: 264px;
    }
    .lp-kv__visual {
        display: none;
    }
    .lp-kv__visual-sp {
        display: block;
        width: 100%;
    }
    .lp-shinhassou {
        margin-top: 0;
    }
    .lp-shinhassou__step {
        margin-top: 120px;
        display: none;
    }
    .lp-shinhassou__step-sp {
        display: block;
        width: 100%;
    }
    .lp-shinhassou__visual {
        display: none;
    }
    .lp-shinhassou__visual-sp {
        display: block;
        width: 100%;
    }
    .lp-shinhassou__btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 216px;
        border: 3px solid white;
        padding: 8px 0;
    }
    .lp-shinhassou__seemore {
        font-size: 18px;
        color: white;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 16px;
        font-weight: bold;
    }
    .lp-shinhassou__icon {
        width: 14px;
    }
    .lp-shinhassou {
        margin-bottom: 120px;
    }
    .lp-shinhassou__text {
        margin-bottom: 120px;
        width: 92%;
    }
    .items__container {
        height: 100%;
        border-radius: 20px;
    }
    .item {
        width: 100%;
        height: fit-content;
        margin-top: 12px;
        padding: 16px 12px;
    }
    .tag-container {
        width: 30%;
        padding-left: 12px;
    }   
    .item-title {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .item-content{
        font-size: 11px;
    }
    .lp-topics__wrapper {
        margin: auto;
        margin-top: 40px;
        width: 92%;
    }
    .lp-topics__text {
        width: 92%;
    }
    .lp__topics-title {
        margin-bottom: 8px;
        min-height: 24px;
    }
    .lp__topics-subtitle {
        display: none;
    }
    .lp__topics-subtitle-sp {
        display: block;
    }
    .topics__container {
        padding: 60px 0;
    }
    .lp-top__triangle-pc {
        display: none;
    }
    .lp-top__triangle-sp {
        display: block;
    }
    .copy-top-left {
        opacity: 0.2;
        width: 33.8vw;
        top: 100px;
        left: -20px;
    }
    .copy-mid-right {
        opacity: 0.7;
        width: 37.17vw;
        bottom: 260px;
        right: -54px;
    }
    .copy-bottom-left {
        mix-blend-mode: normal;
        width: 19.23vw;
        bottom: 20px;
        left: -15px;
    }
    .lp-concept__main-copy {
        width: 91.79vw;
    }
    .lp-concept__wrapper {
        padding-top: 60px;
    }
    .lp-concept__copy-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 100px;
        margin-top: 40px;
    }
    .lp-concept__copy-image {
        display: none;
    }
    .lp-concept__copy-image-sp {
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 60px;
        display: block;
        width: 88.46vw;
        position: relative;
    }
    .lp-concept__copy {
        display: none;
    }
    .lp-concept__copy-sp {
        display: block;
        width: 88.46vw;
        margin-right: 0;
        margin-left: auto;
        padding-right: 16px;
    }
    .lp__16-9-movie-title {
        min-height: 30px;
    }
    .lp__16-9-movie {
        background-color: #E5E3E3;
        width: 100%;
    }
    .lp__16-9-movie__wrapper {
        padding: 0 16px 16px;
    }
    .lp__movie-text {
        width: 100%;
        text-align: center;
    }
    .lp__movie-container {
        margin-bottom: 8px;
    }
    .sub-movie-text {
        margin-right: 4%;
    }
    .sub-movie-icon {
        width: 24px;
    }
    .btn__play {
        width: 14%;
        display: block;
        margin: auto;
    }
    .btn__text {
        margin-top: 10px;
        font-size: 8pt;
    }
    .lp-setting__wrapper {
        padding: 0px 16px 80px;
        display: block;
    }
    .lp-setting__title {
        min-height: 50px;
    }
    .lp-setting__text {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .lp-setting__zu {
        display: none;
    }
    .lp-setting__zu-sp {
        display: block;
        width: 100%;
    }
    .lp-service__wrapper {
        padding-top: 150px;
    }
    .lp-concept__service-title {
        min-height: 30px;
    }
    .lp-service-flex-container {
        margin-top: 50px;
        margin-bottom: 120px;
    }
    .lp-service__container {
        position: relative;
        margin-bottom: 40px;
    }
    .lp-service__container:nth-last-child(1) {
        margin-bottom: 0px;
    }
    .lp-service__green-bg {
        height: 340px;
    }
    .lp-service__content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .lp-service__movie {
        width: 87.9%;
        padding-top: calc(87.9% * 7 / 10); /* 7:10 のアスペクト比 */
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0;
        margin-left: auto;
    }
    .lp__13-20-movie {
        width: 87.9%;
        height: calc(87.9% * 7 / 10); /* 7:10 のアスペクト比 */
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0;
        margin-left: auto;
    }
    .lp-service__content-box {
        padding: 0px;
    }
    .lp-service__content-container {
        padding: 8px 16px;
        background: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .lp-service__content-wrapper {
        margin-left: 0;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        max-width: 342px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        z-index: 1;
    }
    .green-content {
        margin-top: 0;
    }
    .denki-content {
        margin-top: 0px;
        margin-right: 0;
        margin-left: auto;
    }
    .denki-movie {
        margin-left: 0;
        margin-right: auto;
    }
    .lp-service_green-logo {
        min-width: 140px;
        margin-bottom: 24px;
    }
    .lp-service_denki-logo {
        min-width: 160px;
        margin-bottom: 24px;
    }
    .lp-service__text {
        width: 240px;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .lp-button__seemore-container {
        padding: 10px 30px;
    }
    .matsui-button-pc {
        display: none;
    }
    .matsui-button-sp {
        display: block;
        position: absolute;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
        top: 100%;
        right: -15px;
        -webkit-transform: skewX(-9deg) translateY(-50%);
            -ms-transform: skewX(-9deg) translateY(-50%);
                transform: skewX(-9deg) translateY(-50%);
    }
    .lp-sub__container {
        padding-top: 24px;
    }
    .lp-sub__item {
        flex-direction: column-reverse;
        margin-bottom: 24px;
    }
    .subservice-title {
        min-height: 28px;
    }
    .item-img {
        min-height: 160px;
        width: 100%;
    }
    .item-img > img {
        height: 140px;
    }
    .lp__past-movie {
        width: 100%;
        height: 100px;
        background-color: #E5E3E3;
        -ms-flex-negative: 0;
            flex-shrink: 0; 
        margin: auto;
        margin-bottom: 8px;
    }
    .past-movie-text {
        margin-bottom: 8px;
    }
    .lp__past-movie-container {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .lp-service-past-movie {
        margin-top: 0px;
    }
    .past-movie-item {
        width: 48%;
    }
    .text-content {
        padding: 20px 0;
    }
    .subservice-btn {
        display: none;
    }
    .subservice-btn-sp {
        display: block;
        margin-top: 24px;
    }
    .lp-service_annotation-wrapper {
        padding: 0;
        width: 100%;
    }
    .lp-service_annotation {
        margin: auto;
        padding-top: 16px;
        padding-bottom: 0px;
        width: 100%;
    }
    .lp-service-wrapper {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 24px;
    }
    .lp-sub__background {
        padding-bottom: 60px;
        padding-top: 40px;
    }
    ul.anno_wrapper li {
        font-size: 9pt;
        line-height: 1.8;
    }
    .lp-suggestion__wrapper {
        padding: 60px 16px 140px;
        display: block;
    }
    .lp-suggestion__business {
        padding-top: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .lp-suggestion__business-title {
        min-height: 24px;
    }
    .lp-suggestion__business-logo {
        width: 80px;
        position: absolute;
        top: -55px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .lp-suggestion__container {
        width: 100%;
        margin-bottom: 70px;
    }
    .lp-suggestion__container:nth-last-child(1) {
        margin-bottom: 0px;
    }
    .lp-suggestion__container-text {
        padding: 20px 0px 40px;
    }
    .ippan-btn-text {
        margin-bottom: 4px;
    }
    .ippan-container-top-pc {
        display: none;
    }
    .ippan-container-bottom-pc {
        display: none;
    }
    .ippan-container-top-sp {
        display: block;
    }
    .ippan-container-bottom-sp {
        display: block;
    }
    .ippan-container-text {
        padding-bottom: 160px;
    }
    .lp-suggestion__l-business-title {
        width: 138px;
    }
    .lp-suggestion__title {
        min-height: 49px;
    }
    .lp-suggestion__title-line {
        margin: 16px auto;
        width: 40px;
        border-top: solid #00964C 2px;
    }
    .ippan-line {
        display: block;
    }
    .lp-suggestion__business-text {
        width: 240px;
    }
    .lp-suggestion__business-seemore {
        position: absolute;
        width: 100%;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        flex-direction: column;
    }
    .ippan-btn {
        bottom: 16%;
    }
    .ippan {
        margin-top: 0;
    }
    .ippan-text {
        margin-left: 0;
    }
    .ippan-container {
        flex-direction: column;
        width: min(1040px, 90%);
        margin: auto;
    }
    .ippan-left-btn {
        margin-right: 0px;
    }
    .ippan-left-btn, .ippan-right-btn {
        text-align: center;
    }
    .lp-pr__title-line {
        margin: auto;
        margin-bottom: 60px;
        width: 40px;
        border-top: solid #003664 2px;
    }
    .lp-pr__triangle-pc {
        display: none;
    }
    .lp-pr__triangle-sp {
        display: none;
    }
    .pr-top-left-sp {
        width: 36.6%;
        top: 60px;
        left: 16px;
        opacity: 0.12;
    }
    .pr-bottom-right-sp {
        width: 16.6%;
        top: 266px;
        right: 20px;
        opacity: 0.12;
    }
    .lp-pr__button-container {
        padding: 20px 0px;
        -webkit-transform: skew(-9deg) translateX(-50%);
            -ms-transform: skew(-9deg) translateX(-50%);
                transform: skew(-9deg) translateX(-50%);
        left: 50%;
        right: 50%;
        bottom: 13%;
        width: 294px;
        overflow: hidden;
    }
    .lp-pr__button-title {
        width: 180px;
    }
    .lp-pr__button-icon {
        width: 18px;
        margin-left: 10px;
    }
    .lp-pr__sub-ttl-pc {
        display: none;
    }
    .lp-pr__sub-ttl-sp {
        display: block;
        width: 260px;
        margin: auto;
    }
    .lp-pr__wrapper {
        padding: 120px 16px 206%;
        display: block;
        background-image: url(/common/img/carbon-free-project/lp_bg_pr-sp_01.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .lp-pr__title {
        width: 250px;
        margin-bottom: 20px;
    }
    .lp-pr__zu {
        display: none;
    }
    .lp-pr__zu-sp {
        display: block;
        width: 100%;
    }
    .lp-pr__txt {
        width: 294px;
        margin: auto;
        margin-top: 30px;
    }
    .lp-pr__txt span {
        display: inline;
    }
    .menu-close {
        height: 50px;
    }
    .menu-open {
        width: 100%;    /* full width of mobile screen */
        right: -100%;   /* hide fully off-screen initially */
    }
    .lp__lesson-title {
        height: 49px;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .tab2-label {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 8px 12px;
    }
    .tab2-num {
        font-size: 12px;
    }
    .tab2-text {
        font-size: 12px;
    }
    .lp__special-movie-ttl {
        display: none;
    }
    .lp__special-movie-ttl-sp {
        display: block;
        height: 92px;
        margin-bottom: 24px;
    }
    .service-ttl {
        display: block;
        height: 49px;
        width: auto;
        margin-bottom: 0;
    }
    .tv-cm {
        display: block;
        height: 50px;
        width: auto;
    }
    .mobile-br::after {
        content: "\A";      
        white-space: pre;   
        display: inline;
    }
    .cm-button {
        padding: 10px 20px;
    }
}
/*フェードインアニメーション*/
.fadeUp{
    -webkit-animation-name:fadeUpAnime;
            animation-name:fadeUpAnime;
    -webkit-animation-duration:0.5s;
            animation-duration:0.5s;
    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards;
    opacity:0;
}

@-webkit-keyframes fadeUpAnime{
    from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    }

    to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}

@keyframes fadeUpAnime{
    from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    }

    to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}

.fadeUpTrigger{
    opacity: 0;
}