@charset "utf-8";

/* *************************************
// LP用 スタイル
************************************* */
.lp.page_single {
    padding: 0;
}

.lp section {
    padding: 80px 0;
}

@media (max-width: 767px) {

    .lp section {
        padding: 40px 0;
    }

}

.lp img {
    display: block;
}

.lp h2 {
    font-size: max(3vw, 30px);
    font-weight: bold;
    line-height: 1.6;
}

@media (max-width: 1029px) {
    .lp h2 {
        font-size: 30px;
    }
}


@media (max-width: 767px) {
    .lp h2 {
        font-size: 24px;
    }
}



#container {
    padding-top: 0;
}


/* メインビジュアル */
.lp section#main_visual {
    position: relative;
    z-index: 0;
    padding: 0;
}
.lp #main_visual > img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.lp #main_visual .main_visual_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5%;
}

.lp #main_visual .main_visual_text h1 {
    font-size: 5cqi;
    font-weight: 900;
}

/* メインその2 */

.mv001 {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    background: #000;
    position: relative;
    z-index: 0;
    padding: 0!important;
}

.mv001 .mv001_contents {
    width: 30%;
    position: relative;
    color: #000;
    padding: 0 20px;
    background: var(--blue-grad02);
    z-index: 2;
}
.mv001 .mv001_contents > .inner {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.mv001 .mv001_contents .border_box {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: max(1.2vw, 20px);
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}


.mv001 .mv001_contents .mv001_text {
    text-align: left;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    white-space: nowrap;
    font-size: max(3vw, 30px);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    line-height: 1.5;
    
}
.mv001 .mv001_contents .mv001_text > span.small {
    font-size: 50%;
    letter-spacing: 0;
}

.mv001 .main_image {
    width: 70%;
    height: 100%;
}
.mv001 .main_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1029px) {

    .mv001 {
        height: auto;
        display: grid;
        grid-template-columns: 30% 70%;
    }

    .mv001 .mv001_contents {
        width: 100%;
    }

    .mv001 .main_image {
        width: 100%;
        height: auto;
    }

    .mv001 .main_image > img {
        height: auto;
        aspect-ratio: 1;
    }

}


@media (max-width: 767px) {
    .mv001 {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 1fr;
    }
    .mv001 .mv001_contents {
        grid-row: 2 / 3;
    }

    .mv001 .main_image {
        grid-row: 1 / 2;
    }

    .mv001 .mv001_contents > .inner {
        position: static;
        transform: none;
        padding: 20px 0;
        text-align: center;
    }

    .mv001 .mv001_contents .border_box {
        font-size: 16px;
    }


    .mv001 .mv001_contents .mv001_text {
        font-size: 20px;
        letter-spacing: 0;
        white-space: wrap;
        text-align: center;
    }
    .mv001 .mv001_contents .subtext {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        font-size: 14px;
    }
    .mv001 .mv001_contents .subtext br {
        display: none;
    }

}



/* こんなお悩み */
.lp #worries {
    padding-bottom: 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.lp #worries:after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 400px;
    opacity: 0.3;
    background: var(--blue03);
    z-index: -1;
}


.lp #worries h2 {
    text-align: center;
    margin-bottom: 50px;
    background: #333;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    position: relative;
}
.lp #worries h2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 1px);
    transform: translateX(-50%);
    width: 50px;
    height: 30px;
    background-color: #333;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    z-index: 1;
}
.lp #worries .worries {
    position: relative;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.lp #worries .worries:after {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    width: 100px;
    height: 30px;
    background-color: var(--color-green);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    z-index: 1;
}

.lp #worries .worries ul > li {
    position: relative;
    z-index: 0;
    font-size: 20px;
    padding-left: 2em;
}
.lp #worries .worries ul > li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--blue01);
    border-radius: 50%;
    z-index: 1;
}
.lp #worries .worries ul > li:after {
    content: '';
    position: absolute;
    left: 0.45em;
    top: 0.4em;
    transform: rotate(45deg);
    height: 0.9em;
    width: 0.6em;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    z-index: 2;
}
.lp #worries .worries ul > li:not(:last-child) {
    margin-bottom: 15px;
}

.lp #worries .answer_content {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 20px 60px;
    align-items: end;
}
.lp #worries .answer_content > div {
    width: 100%;
}
.lp #worries .answer_content > .text {
    font-size: 20px;
    margin-bottom: 50px;
}

.lp #worries .answer_title {
    font-size: min(3.5cqi, 50px);
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 50px;
}

.lp #worries .answer_content > .text p > span {
    font-weight: bold;
    background: #eda230;
    padding: 0 8px;
    white-space: nowrap;
}
.lp #worries .answer_content > .text p span.small {
    font-size: 70%;
}


.lp #worries .answer_content > .image > img {
    width: 100%;
}

@media (max-width: 1029px) {

    .lp #worries .worries {
        width: 90%;
        margin-inline: auto;
    }

    .lp #worries .answer_content {
        grid-template-columns: 50% 1fr;
        gap: 20px 40px;
    }

    .lp #worries .answer_title { 
        font-size: 30px;
    }

    .lp #worries .answer_content > .text p br.pc {
        display: none;
    }
}

@media (max-width: 767px) {

    .lp #worries:after {
        display: none;
    }

    .lp #worries h2 {
        font-size: 20px;
        padding: 10px 10px;
    }

    .lp #worries .worries {
        width: 100%;
        margin-bottom: 30px;
    }

    .lp #worries .worries ul > li {
        font-size: 16px;
    }

    .lp #worries .answer_content {
        grid-template-columns: 100%;
        margin-left: calc((100vw - 100%) / 2 * -1);
        margin-right: calc((100vw - 100%) / 2 * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
        padding-top: 30px;
        position: relative;
        z-index: 0;
    }
    .lp #worries .answer_content:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background: var(--blue03);
        z-index: -1;
    }


    .lp #worries .answer_title {
        font-size: 25px;
        text-align: center;
    }
    .lp #worries .answer_content > .text {
        font-size: 16px;
        margin-bottom: 0;
    }

    .lp #worries .answer_content > .image > img {
        height: 200px;
    }
}


/* ベネフィット */
.lp #benefit {
    position: relative;
    z-index: 0;
}
.lp #benefit:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: var(--blue-grad01);
    opacity: 0.5;
}

.lp #benefit > img.bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.lp #benefit h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.lp #benefit .benefit_list {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px;
}

.lp #benefit .benefit_list > .item {
    width: 80%;
    padding: 20px 40px;
    background: #fff;
    display: grid;
    align-items: center;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    border-radius: 20px;
    box-shadow: 8px 5px 0px rgba(0,0,0,0.3);  
}
.lp #benefit .benefit_list > .item:nth-child(odd) {
    justify-self: start;
}
.lp #benefit .benefit_list > .item:nth-child(even) {
    justify-self: end;
}
.lp #benefit .benefit_list > .item .image {
    width: 100%;
    position: relative;
    z-index: 0;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lp #benefit .benefit_list > .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.lp #benefit .benefit_list > .item .image > span.text1 {
    font-weight: bold;
    font-size: 20px;
}
.lp #benefit .benefit_list > .item .image > span.text2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 
        #fff 2px 0px,  #fff -2px 0px,
        #fff 0px -2px, #fff 0px 2px,
        #fff 2px 2px , #fff -2px 2px,
        #fff 2px -2px, #fff -2px -2px,
        #fff 1px 2px,  #fff -1px 2px,
        #fff 1px -2px, #fff -1px -2px,
        #fff 2px 1px,  #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
        color: #fe898b;
}

.lp #benefit .benefit_list > .item .text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lp #benefit .benefit_list > .item .text p {
    font-size: 14px;
}
.lp #benefit .benefit_list > .item .text span.color {
    color: #fff;
    background-color: var(--color-green);
    padding: 0 10px;
    white-space: nowrap;
}
.lp #benefit .benefit_list > .item .text span.big {
    font-size: 150%;
}

@media (max-width: 1029px) {

    .lp #benefit .benefit_list > .item {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .lp #benefit .benefit_list > .item {
        padding: 20px;
        grid-template-columns: 100%;
    }
    .lp #benefit .benefit_list > .item .image {
        width: 50%;
        margin-inline: auto;
    }
    .lp #benefit .benefit_list > .item .text {
        font-size: 16px;
        text-align: center;
    }
    .lp #benefit .benefit_list > .item .text span.big {
        font-size: 130%;
    }


    .lp #benefit .benefit_list > .item .text p {
        text-align: left;
    }
}


/* お客様の声 */
.lp #voice h2 {
    text-align: center;
    margin-bottom: 40px;
}

.lp .voice_top_text {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto 40px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
}
.lp .voice_top_text:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: rotate(-20deg);
}

.lp .voice_top_text:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    right: 0;
    bottom: -5px;
    transform: rotate(20deg);
}

.lp #voice .voice_list {

}
.lp #voice .voice_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.lp #voice .voice_list > .item {
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
}
.lp #voice .voice_list > .item .text {
    grid-row: 2 / 3;
    padding: 20px;
    position: relative;
    padding-top: 50px;
}
.lp #voice .voice_list > .item .text:before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    clip-path: polygon(100% 0, 0 0, 49% 100%);
    background: var(--color-green);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}
.lp #voice .voice_list > .item .image {
    width: 60%;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}
.lp #voice .voice_list > .item .image > img {
    background: #ccc;
    width: 100%;
    aspect-ratio: 1;
    grid-row: 1 / 2;
} 

@media (max-width: 767px) {
    .lp .voice_top_text {
        font-size: 20px;
        padding: 0 10px;
        margin-bottom: 30px!important;
    }
    .lp #voice .voice_list {
        grid-template-columns: 100%;
    }

    .lp #voice .voice_list > .item .text {
        padding-top: 20px;
    }

    .lp #voice .voice_list > .item .image {
        max-width: 180px;
    }

}


/* レンタル発電機一例 */
.lp #products {
    position: relative;
    z-index: 0;
}
.lp #products:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}
.lp #products > img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
}

.lp #products h2 {
    
    text-align: center;
    margin-bottom: 50px;
}

.lp #products .products_list .slick-track {
    display: flex;
    align-items: stretch;
}

.lp #products .products_list .item {
    padding: 15px;
    height: auto;
}
.lp #products .products_list .item .box {
    background: #fff;
    padding: 30px 30px 15px;
    border-radius: 20px;
    height: 100%;
    border: 1px solid var(--blue01);
    box-shadow: 8px 5px 0px var(--gray03);
    margin-bottom: 10px;
}

.lp #products .products_list .box .image {
    margin-bottom: 15px;
}
.lp #products .products_list .box .image > img {
    width: 100%;
    aspect-ratio: 1;
    background: #ccc;
    object-fit: cover;
}
.lp #products .products_list .box .text {
    text-align: center;
    font-weight: bold;
}
.lp #products .products_list .box .text .industry {
    background: var(--color-green);
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    justify-self: start;
}
.lp #products .products_list .box .text_line {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: baseline;
    gap: 0 1em;
}
.lp #products .products_list .box .text_line .title {
    background: #333;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
}

@media (max-width: 1029px) {
    .lp #products .products_list .item .box {
        padding: 20px 20px 10px;
    }

}


/* ご依頼の流れ */
.lp #flow {
    background: var(--blue03);
}

.lp #flow h2 {
    text-align: center;
    margin-bottom: 50px;
}

.lp #flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 90%;
    margin-inline: auto;
    width: 1280px;
}   

.lp #flow .flow_list > .item {
    width: 250px;
}
.lp #flow .flow_list > .item .circle {
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid var(--color-green);
    display: grid;
    align-content: center;
    background: #fff;
    position: relative;
    padding-top: 20px;
}

.lp #flow .flow_list > .item .circle > .step {
    position: absolute;
    background: var(--blue-grad02);
    color: #fff;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}
.lp #flow .flow_list > .item .circle > .step > span {
    display: block;
    line-height: 1;
}
.lp #flow .flow_list > .item .circle > .step > span.txt {

}
.lp #flow .flow_list > .item .circle > .step > span.num {
    font-size: 30px;
    font-weight: bold;
}

.lp #flow .flow_list > .item:not(:last-child) .circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 20px;
    height: 30px;
    background: #555;
    z-index: 1;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}


.lp #flow .flow_list > .item .image {
    width: auto;
    height: 90px;
    margin: 0 auto 10px;
}
.lp #flow .flow_list > .item .image > img {
    width: auto;
    height: 90px;
    max-width: 110px;
}

.lp #flow .flow_list > .item h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    min-height: 3em;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .lp #flow .flow_list  {
        width: 90%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;
    }
    .lp #flow .flow_list > .item {
        width: 100%;
    }

    .lp #flow .flow_list > .item .circle {
        padding-top: 0;
    }

    .lp #flow .flow_list > .item:not(:last-child) .circle:after {
        left: calc(100% + -5px);
    }

    .lp #flow .flow_list > .item .circle > .step {
        top: 20px;
        left: 20px;
        transform: translate(-50%, -50%);
        padding: 0;
        width: 60px;
        height: 60px;
    }

    .lp #flow .flow_list > .item .image {
        height: 60px;
    }
    .lp #flow .flow_list > .item .image > img {
        width: 60px;
        height: 60px;
    }

    .lp #flow .flow_list > .item h3 {
        font-size: 16px;
        min-height: 0;
    }
}


/* よくあるご質問 */
.lp #faq_contents h2 {
    text-align: center;
    margin-bottom: 50px;
}

.lp #lp_form {
    background: var(--blue03);
}
.lp #lp_form h2 {
    text-align: center;
    margin-bottom: 40px;
}
.lp #lp_form .box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.lp #lp_form .box.tel {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px 40px;
}

.lp #lp_form .box.tel .title {
    font-size: 20px;
    font-weight: bold; 
    line-height: 1.5;    
}

.lp #lp_form .box.tel .tel_number {
    font-size: 45px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1;
    white-space: nowrap;
}

.lp #lp_form .box.tel .tel_number .icon {
    width: 50px;
    height: 50px;
    background-image: var(--blue-grad01);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp #lp_form .box.tel .tel_number .icon > img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 767px) {

    .lp #lp_form .box.tel {
        padding: 15px;
        flex-wrap: wrap;
    }
    .lp #lp_form .box.tel .tel_number {
        font-size: 35px;
    }
}



/* 発電機.jp */
.lp #lp_bottom .two_in_one {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 40px;
    align-items: center;
}

.lp #lp_bottom .two_in_one > div {
    width: 100%;
}
.lp #lp_bottom h2 {
    margin-bottom: 20px;
}
.lp #lp_bottom h2 > img {
    max-width: 100%;
    width: 350px;
}

.lp #lp_bottom .two_in_one > div.image > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}


.lp #lp_bottom .btn_box {
    display: flex;
    justify-content: center;
}

.lp #lp_bottom .btn_box > a.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 100vh;
    color: #fff;
    padding: 0.75em 2em;
    font-weight: bold;
    transition: 0.3s;
    width: fit-content;
    background: #333333;
    margin-top: 50px;
}

.lp #lp_bottom .btn_box > a.btn:after {
    content: '▶';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    background-color: #fff;
    color: var(--main-color02);
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    padding: 7px;
}

@media (max-width: 767px) {

    .lp #lp_bottom .two_in_one {
        grid-template-columns: 100%;;
    }
    .lp #lp_bottom h2 > img {
        margin: auto;
        width: 250px;
    }
    .lp #lp_bottom p br.pc {
        display: none;
    }


}


/* フッター */
.f001 .info {
    text-align: center;
    margin: 0;
    width: 100%;
}
.f001 .info a {
    color: #fff;
}


