/* ============================
	lp
============================ */
#wrapper {
    position: relative;
}

#header {
    position: absolute;
    top: 24px;
    left: 24px;
}

#header .h-inner {
    background-color: transparent;
}

.content-text {
    line-height: 2;
}

.lp-ttl-box {
    text-align: center;
    margin-bottom: 60px;
}

.lp-ttl-box.left {
    text-align: left;
}

.lp-ttl-box .lp-ttl {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    line-height: 1.5;
    margin: 0;
}

.lp-ttl-box .lp-sub-ttl {
    color: #3861AE;
    font-family: "Raleway", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 1;
    margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
    #header {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .lp-ttl-box {
        margin-bottom: 40px;
    }

    .lp-ttl-box .lp-ttl {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
    }

    .lp-ttl-box .lp-sub-ttl {
        font-size: 1.4rem;
    }
}

/* ============================
	mv
============================ */
#lp-mv {
    margin-top: 0;
}

#lp-mv .mv-inner {
    background: url('../images/hasai-lp/mv_bg.jpg') no-repeat center / cover;
    width: 100%;
    aspect-ratio: 1440 / 812;
    max-height: 812px;
    position: relative;
    display: flex;
    align-items: center;
}

#lp-mv .mv-inner::before {
    content: "";
    width: 100%;
    height: 85%;
    background: url('../images/hasai-lp/mv_mark.png') no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
}

#lp-mv .mv-inner #mv-ttl {
    text-align: right;
    line-height: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1023px) {
    #lp-mv .mv-inner #mv-ttl img {
        width: 380px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    #lp-mv .mv-inner {
        background: url('../images/hasai-lp/mv_bg_sp.jpg') no-repeat center / cover;
        aspect-ratio: 1 / 1;
        max-height: 750px;
    }

    #lp-mv .mv-inner::before {
        width: 75%;
        height: 75%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #lp-mv .mv-inner #mv-ttl {
        padding: 0 20px;
    }

    #lp-mv .mv-inner #mv-ttl img {
        width: 260px;
    }
}

/* ============================
	features
============================ */
#sec-features .sec-inner {
    padding-top: 140px;
    padding-bottom: 70px;
}

#sec-features .features-list {
    display: flex;
    column-gap: 5%;
}

#sec-features .features-list .features-item {
    width: 30%;
}

#sec-features .features-list .features-item h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3961AE;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0;
    aspect-ratio: 320 / 265;
    background: url('../images/hasai-lp/features_item_bg.svg') no-repeat center / contain;
}

#sec-features .features-list .features-item p {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
    #sec-features .features-list .features-item p {
        padding: 0 15px;
    }
}

#sec-features .features-list .features-item .features-note {
    margin-top: 20px;
    text-align: center;
}

#sec-features .features-list .features-item .features-note h4 {
    color: #3961AE;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
}

#sec-features .features-list .features-item .features-note p {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1023px) {
    #sec-features .sec-inner {
        padding-top: 100px;
    }
    
    #sec-features .features-list .features-item h3 {
        font-size: 2.4rem;
    }

    #sec-features .features-list .features-item p {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    #sec-features .sec-inner {
        padding: 70px 0;
    }

    #sec-features .features-list {
        flex-direction: column;
        row-gap: 40px;
    }

    #sec-features .features-list .features-item {
        width: 100%;
    }

    #sec-features .features-list .features-item h3 {
        font-size: 2rem;
        min-height: 90px;
        aspect-ratio: auto;
    }

    #sec-features .features-list .features-item p {
        text-align: left;
        font-size: 1.4rem;
        margin-top: 20px;
    }

    #sec-features .features-list .features-item .features-note p {
        text-align: center;
        font-size: 1.4rem;
    }
}

/* ============================
	csr
============================ */
#sec-csr .content-box {
    position: relative;
}

#sec-csr .content-box::before {
    content: "";
    width: 50%;
    height: 100%;
    background: url('../images/hasai-lp/csr_bg.png') no-repeat left / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#sec-csr .csr-content {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}

#sec-csr .csr-content .img-box {
    width: 50%;
}

#sec-csr .csr-content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec-csr .csr-content .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    max-width: 700px;
    box-sizing: border-box;
    padding: 40px 5% 40px 20px;
}

@media screen and (max-width: 1023px) {
    #sec-csr .content-box::before {
        width: 100%;
        background: url('../images/hasai-lp/reason_bg.png') no-repeat center / cover;
    }

    #sec-csr .csr-content {
        flex-direction: column;
    }

    #sec-csr .csr-content .img-box {
        width: 100%;
        height: 420px;
    }

    #sec-csr .csr-content .img-box img {
        object-position: bottom;
    }

    #sec-csr .csr-content .text-box {
        display: block;
        width: 100%;
        max-width: initial;
        padding: 40px 20px 60px;
    }
}
@media screen and (max-width: 767px) {
    #sec-csr .csr-content .img-box {
        height: auto;
    }
}

/* ============================
	process
============================ */
#sec-process {
    background: url('../images/hasai-lp/process_bg.jpg') no-repeat center / cover;
}

#sec-process .sec-inner {
    padding-top: 140px;
    padding-bottom: 300px;
}

#sec-process .process-box {
    display: flex;
    column-gap: 8%;
    padding: 30px 100px 0;
    box-sizing: border-box;
}

#sec-process .process-box .process-item {
    width: 46%;
}

#sec-process .process-box #shimoda-process.process-item {
    background-color: #3961AE;
}

#sec-process .process-box #general-process.process-item {
    background-color: #A9AEB5;
}

#sec-process + .sec-cv {
    margin-top: -160px;
}

#sec-process + #sec-solar {
    margin-top: -160px;
}

@media screen and (max-width: 1023px) {
    #sec-process .sec-inner {
        padding-top: 100px;
        padding-bottom: 260px;
    }

    #sec-process .process-box {
        padding: 20px 0 0;
    }
}
@media screen and (min-width: 768px) {
    #sec-process .process-body-wrap {
        max-height: none;
        overflow: visible;
    }
    #sec-process .process-body {
        transform: none;
    }
    #sec-process .process-head {
        cursor: default;
    }
    #sec-process .process-btn {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #sec-process .sec-inner {
        padding-top: 70px;
        padding-bottom: 180px;
    }

    #sec-process + #sec-solar {
        margin-top: -110px;
    }

    #sec-process .process-box {
        display: block;
        padding: 0;
    }

    #sec-process #general-process.process-item {
        margin-top: 60px;
    }

    #sec-process .process-box .process-item {
        width: 100%;
    }

    #sec-process .process-head {
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

    #sec-process .process-body-wrap {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    #sec-process .process-body {
        display: block;
        width: 100%;
        transform-origin: top center;
        transform: scaleY(0);
        transition: transform 0.4s ease;
    }

    #sec-process .process-body-wrap.is-open {
        max-height: 2000px;
    }

    #sec-process .process-body-wrap.is-open .process-body {
        transform: scaleY(1);
    }

    #sec-process .process-btn {
        display: block;
        width: 100%;
        max-width: 240px;
        margin: 10px auto 0;
        padding: 10px;
        text-align: center;
        background: #333;
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        transition: background 0.3s;
    }

    #sec-process .process-btn.is-open {
        background: #666;
    }

    #sec-process .process-btn::after {
        content: "▼";
        display: inline-block;
        margin-left: 8px;
        font-size: 10px;
        transition: transform 0.3s;
    }

    #sec-process .process-btn.is-open::after {
        transform: rotate(180deg);
    }
}

/* ============================
	reason
============================ */
#sec-reason .sec-inner {
    padding-top: 160px;
    padding-bottom: 0;
}

#sec-reason .content-box {
    position: relative;
    padding-bottom: 120px;
}

#sec-reason .content-box::before {
    content: "";
    width: 100%;
    height: calc(100% - 90px);
    background: url('../images/hasai-lp/reason_bg.png') no-repeat center / cover;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
}

#sec-reason .reason-content-box {
    position: relative;
    z-index: 2;
}

#sec-reason .reason-row {
    display: flex;
    align-items: center;
}

#sec-reason .reason-row + .reason-row {
    margin-top: 80px;
}

#sec-reason .reason-row:nth-child(even) {
    flex-direction: row-reverse;
}

#sec-reason .reason-row .img-box {
    width: 50%;
}

#sec-reason .reason-row .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec-reason .reason-row .text-box {
    width: 50%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 0 20px 50px 90px;
}

#sec-reason .reason-row:nth-child(even) .text-box {
    padding-right: 90px;
    padding-left: 20px;
}

#sec-reason .reason-row .text-box .reason-num {
    line-height: 0;
    margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
    #sec-reason .sec-inner {
        padding-top: 120px;
    }

    #sec-reason .content-box {
        padding-bottom: 80px;
    }

    #sec-reason .reason-row .img-box {
        width: calc(100% - 280px);
        margin-left: auto;
        margin-right: 0;
        margin-bottom: -200px;
    }

    #sec-reason .reason-row,
    #sec-reason .reason-row:nth-child(even) {
        flex-direction: column;
    }

    #sec-reason .reason-row .text-box,
    #sec-reason .reason-row:nth-child(even) .text-box {
        width: 100%;
        max-width: initial;
        padding: 40px 20px 20px;
    }
}
@media screen and (max-width: 767px) {
    #sec-reason .sec-inner {
        padding-top: 70px;
    }

    #sec-reason .content-box {
        padding-bottom: 70px;
    }

    #sec-reason .reason-row .img-box {
        width: 100%;
        margin-bottom: 0;
    }

    #sec-reason .reason-row .text-box,
    #sec-reason .reason-row:nth-child(even) .text-box {
        position: relative;
        padding: 30px 20px 0;
    }

    #sec-reason .reason-row .text-box .reason-num {
        margin-bottom: 0;
        position: absolute;
        top: 34px;
        left: 20px;
    }

    #sec-reason .reason-row .text-box .reason-num img {
        width: 80px;
        height: auto;
    }

    #sec-reason .reason-row .text-box .content-ttl {
        padding-left: 100px;
    }
}

/* ============================
	flow
============================ */
#sec-flow .sec-inner {
    padding-bottom: 140px;
}

#sec-flow .flow-content-box {
    max-width: 960px;
    margin: 0 auto;
}

#sec-flow .flow-row {
    display: flex;
    align-items: center;
    background-color: #E7E9EB;
    position: relative;
    padding: 20px 30px 20px 85px;
}

#sec-flow .flow-row + .flow-row {
    margin-top: 45px;
}

#sec-flow .flow-row .flow-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 100%;
    background-color: #3861AE;
    padding: 20px 1px 0;
}

#sec-flow .flow-row .flow-num::before {
    content: url('../images/hasai-lp/flow_num_deco_01.svg');
    position: absolute;
    top: -5px;
    left: 0;
    line-height: 0;
}

#sec-flow .flow-row .flow-num::after {
    content: url('../images/hasai-lp/flow_num_deco_02.svg');
    position: absolute;
    bottom: 1px;
    left: 0;
    line-height: 0;
    transform: translateY(100%);
}

#sec-flow .flow-row .img-box {
    max-width: 207px;
    aspect-ratio: 207 / 166;
}

#sec-flow .flow-row .text-box {
    flex-grow: 1;
    padding-left: 30px;
}

#sec-flow .flow-row .text-box .content-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
}

#sec-flow .flow-row .text-box .content-text {
    line-height: 1.75;
}

@media screen and (max-width: 1023px) {
    #sec-flow .sec-inner {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    #sec-flow .sec-inner {
        padding-bottom: 70px;
    }

    #sec-flow .flow-row {
        flex-direction: column;
        align-items: flex-start;
    }

    #sec-flow .flow-row .img-box {
        max-width: 120px;
    }

    #sec-flow .flow-row .text-box {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    #sec-flow .flow-row .text-box .content-ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    #sec-flow .flow-row .text-box .content-text {
        line-height: 1.75;
    }
}

/* ============================
	faq
============================ */
#sec-faq {
    /* margin-top: -160px; */
    background-color: #EFEFEF;
}

#sec-faq .sec-inner {
    /* padding-top: 290px; */
    padding-top: 140px;
    padding-bottom: 140px;
}

#sec-faq .faq-content-box {
    max-width: 960px;
    margin: 0 auto;
}

#sec-faq .faq-row {
    background-color: #fff;
    padding: 35px 30px 40px 60px;
}

#sec-faq .faq-row + .faq-row {
    margin-top: 30px;
}

#sec-faq .faq-row h3 {
    color: #3861AE;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin: 0 0 15px;
    position: relative;
}

#sec-faq .faq-row h3::before {
    content: "";
    width: 27px;
    height: 24px;
    background: url('../images/hasai-lp/faq_icon.svg') no-repeat center / contain;
    position: absolute;
    top: 1px;
    left: -35px;
}

#sec-faq .faq-row p {
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 0.15em;
}

#sec-faq .faq-row p span {
    color: #3861AE;
}

@media screen and (max-width: 1023px) {
    #sec-faq .sec-inner {
        padding-top: 250px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 767px) {
    #sec-faq {
        margin-top: 0;
    }

    #sec-faq .sec-inner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #sec-faq .faq-row {
        padding: 25px 20px 30px 50px;
    }

    #sec-faq .faq-row h3::before {
        top: 4px;
    }
}

/* ============================
	cv
============================ */
.sec-cv .cv-link-wrap {
    display: flex;
    width: 100%;
}

.sec-cv .cv-link-wrap .img-box {
    width: 25%;
    aspect-ratio: 1 / 1;
}

.sec-cv .cv-link-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-cv .cv-link-wrap .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    background-color: #3961AE;
}

.sec-cv .cv-link-wrap .text-box h2 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 10px 0 0;
}

.sec-cv .cv-link-wrap .text-box p {
    color: #fff;
    font-size: 2rem;
    margin: 0;
}

.sp-cv-box {
    display: none;
}

@media screen and (max-width: 1023px) {
    .sec-cv .cv-link-wrap .text-box h2 {
        font-size: 2.6rem;
    }

    .sec-cv .cv-link-wrap .text-box p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .sec-cv {
        display: none;
    }

    .sp-cv-box {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
    }

    .sp-cv-box .cv-link-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 20px;
        background-color: #3961AE;
        column-gap: 20px;
    }

    .sp-cv-box .cv-link-wrap .img-box img {
        width: 32px;
        height: auto;
    }

    .sp-cv-box .cv-link-wrap .text-box h2 {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.5;
        margin: 0;
    }

    .sp-cv-box .cv-link-wrap .text-box p {
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
        margin: 0;
    }
}

/* ============================
    contact
============================ */
#sec-contact .contact-dl-box {
    width: 100%;
    max-width: 760px;
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    #sec-contact .lp-ttl span.pc-only {
        display: inline-block;
    }
}

#sec-contact .contact-dl-box .your-radio .wpcf7-radio,
#sec-contact .contact-dl-box .your-method .wpcf7-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#sec-contact .contact-dl-box .your-radio .wpcf7-radio .wpcf7-list-item,
#sec-contact .contact-dl-box .your-method .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
}

#sec-contact #btn-submit {
    max-width: 562px;
}

#sec-contact #btn-submit .wpcf7-submit {
    font-size: 1.8rem;
    letter-spacing: 0.1em;;
    background-color: #3861AE;
    padding: 22px 20px;
    border-radius: 0;
    border: none;
}

/* ============================
	footer
============================ */
#lp-footer {
    overflow: hidden;
    position: relative;
}

#lp-footer::before {
    content: "";
    width: 100%;
    height: calc(100% - 55px);
    background: url('../images/hasai-lp/access_bg.png') no-repeat center / cover;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
}

#lp-footer .lp-ttl-box {
    margin-bottom: 30px;
}

#lp-footer .access-content {
    position: relative;
    z-index: 2;
}

#lp-footer .access-content .text-box {
    padding-top: 200px;
    padding-bottom: 120px;
}

#lp-footer .access-content .text-box p {
    font-size: 1.8rem;
    line-height: 2.5;
    margin: 0;
}

#lp-footer .access-content .g-map-box {
    width: calc(50vw + 80px);
    height: 500px;
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
}

#lp-footer .access-content .g-map-box iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1023px) {
    #lp-footer {
        padding-bottom: 100px;
    }

    #lp-footer::before {
        height: 100%;
        top: 0;
    }

    #lp-footer .access-content .text-box {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    #lp-footer .access-content .g-map-box {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
    }
}
@media screen and (max-width: 767px) {
    #lp-footer {
        padding-bottom: 100px;
    }

    #lp-footer .access-content .text-box {
        padding-top: 70px;
    }

    #lp-footer .access-content .text-box p {
        font-size: 1.6rem;
    }

    #lp-footer .access-content .g-map-box {
        height: 300px;
    }
}

/* ============================
    pc-floating
============================ */

.floating-contact-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: block;
    background-color: #3961AE;
    color: #fff!important;
    text-decoration: none;
    border-radius: 50px;
    padding: 20px 16px 20px 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.floating-contact-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-contact-btn:hover,
.floating-contact-btn.is-visible:hover {
    opacity: 0.8;
}

.floating-contact-inner {
    display: flex;
    align-items: center;
}

.floating-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-left: 14px;
}

.floating-text .sub {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    padding-bottom: 2px;
}

.floating-text .main {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.floating-icon svg,
.floating-arrow svg {
    display: block;
}

.floating-arrow svg {
    margin-top: 8px;
    margin-left: 8px;
}

@media screen and (max-width: 767px) {
    .floating-contact-btn {
        display: none;
    }
}