@charset "UTF-8";
/********************************************************************************

page-lp01.css　LP01ページ css

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-lp01 #main-contents {
    padding-bottom: 0;
}

/*============================================================
 ヘッダー　ナビゲーション
*============================================================*/
#page-lp01 #fixed-header {
    display: none;
}

/*============================================================
 メインビジュアル
*============================================================*/
#page-lp01 #mainvisual {
    height: auto;
    padding: 0;
    position: relative;
}
#page-lp01 #mainvisual .inner {
    max-width: 1920px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#page-lp01 #mainvisual .inner img {
    margin-bottom: 0;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-lp01 .section {
    min-height: 300px;
    padding: 80px 0;
    margin-bottom: 0;
}
#page-lp01 .sec-title {
    text-align: center;
    font-size: 38px;
}
/* 下線付き見出し */
#page-lp01 .sec-title[data-type="under-line"] {
    text-align: center;
    position: relative;
    width: fit-content;
    border-bottom: 6px solid #000;
    margin: 0 auto 112px;
    z-index: 10;
}
#page-lp01 .sec-title[data-type="under-line"]::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -50px;
    bottom: -6px;
}
#page-lp01 .head-bg-text {
    position: absolute;
    right: 24px;
    top: -47px;
    color: #FCFAF7;
    font-size: 142px;
    font-weight: 700;
    line-height: 100%;
}
#page-lp01 .parts-btn {
    margin: 0 auto;
}
#page-lp01 .sec-lead {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%;
}

/*============================================================
 支援実績
*============================================================*/
#page-lp01 #sec-achievement {
    background-color: var(--common-color-background2);
}
#page-lp01 #sec-achievement .sec-lead {
    color: var(--common-color-sub);
}
#page-lp01 #sec-achievement .sec-lead,
#page-lp01 #sec-achievement .block:not(:last-child) {
    margin-bottom: 72px;
}
#page-lp01 #sec-achievement .block p {
    margin-bottom: 42px;
}
#page-lp01 #sec-achievement .block p img {
    margin: 0 auto;
}
#page-lp01 #sec-achievement .achievement-box {
    justify-content: center;
    align-items: center;
    gap: 42px;
}
#page-lp01 #sec-achievement {
}

/*============================================================
 WEB制作のよくある失敗
*============================================================*/
#page-lp01 #sec-mistake {
    position: relative;
    padding: 80px 0 40px;
}
#page-lp01 #sec-mistake .sec-title span {
    color: var(--common-color-sub);
}
#page-lp01 #sec-mistake .mistake-box {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 42px;
    align-items: center;
}
#page-lp01 #sec-mistake .bubble {
    max-width: 1000px;
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/*============================================================
 カクヤスWEBサイト制作　専任ディレクターの条件
*============================================================*/
#page-lp01 #sec-conditions {
    padding: 160px 0 40px;
    height: 920px;
    width: 100%;
    background-image: url(../images/lp01/conditions00.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
    position: relative;
}
#page-lp01 #sec-conditions .catch {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
#page-lp01 #sec-conditions .sec-title {
    color: var(--common-color-sub);
}
#page-lp01 #sec-conditions .conditions-box {
    justify-content: space-between;
    gap: 20%;
}
#page-lp01 #sec-conditions .conditions-box .item {
    width: 40%;
}
#page-lp01 #sec-conditions .img-director {
    position: absolute;
    bottom: 0;
    left: 46%;
    transform: translateX(-46%);
}
#page-lp01 #sec-conditions {
}

/*============================================================
 すべてを満たす専任ディレクターが責任をもって案件を担当するので安心
*============================================================*/
#page-lp01 #sec-message {
    background-color: var(--common-color-sub);
    position: relative;
    height: 520px;
}
#page-lp01 #sec-message .sec-title {
    color: #ffffff;
}
#page-lp01 #sec-message .message-card {
    padding: 85px 16px 24px;
    max-width: 1040px;
    width: 95%;
    background-color: #ffffff;
    border: 4px solid #e0dfdf;
    border-radius: 25px;
    position: absolute;
    top: 282px;
    left: 50%;
    transform: translateX(-50%);
}
#page-lp01 #sec-message .message-card .moreover {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}
#page-lp01 #sec-message .message-box {
    justify-content: space-around;
}
#page-lp01 #sec-message .message-box:after {
    content: "";
    width: 2px;
    height: 70%;
    background: var(--common-color-background2);
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
}
#page-lp01 #sec-message .message-box .item {
    width: 40%;
}

/*============================================================
 余白
*============================================================*/
#page-lp01 .space {
    height: 300px;
    background-color: var(--common-color-background2);
}

/*============================================================
 CTA
*============================================================*/
#page-lp01 #sec-cta {
    background-color: #000;
}
#page-lp01 #sec-cta .sec-lead {
    font-size: 28px;
    color: #ffffff;
}
#page-lp01 #sec-cta .cta-box {
    gap: 24px;
}

/*============================================================
 サイト実績
*============================================================*/
#page-lp01 #sec-works {
    background-color: var(--common-color-background1);
}
#page-lp01 #sec-works .inner {
    position: relative;
}
#page-lp01 #sec-works .works-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}
#page-lp01 #sec-works .works-box .item {
    max-width: 411px;
    min-width: 350px;
    width: calc( ( 100% - (28px * 2) ) / 3 );
}
#page-lp01 #sec-works .works-box .item a {
    display: inline-block;
    margin-bottom: 28px;
    transition: .3s;
}
#page-lp01 #sec-works .works-box .item a:hover {
    opacity: .8;
}
#page-lp01 #sec-works .detail-box {
    padding: 28px 8px 28px 23px;
    background-color: #ffffff;
    gap: 24px;
    max-width: 411px;
}
#page-lp01 #sec-works .detail-box .detail-item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    align-items: center;
    font-size: 18px;
}
#page-lp01 #sec-works .period {
    background-image: url(../images/lp01/works01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 103px 35px;
    width: 103px;
    height: 35px;
    position: relative;
}
#page-lp01 #sec-works .content {
    background-image: url(../images/lp01/works02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 103px 35px;
    width: 103px;
    height: 35px;
    position: relative;
}

/*============================================================
 選ばれる理由
*============================================================*/
#page-lp01 #sec-reason {
    background-color: var(--common-color-background1);
    overflow: hidden;
}
#page-lp01 #sec-reason .inner {
    position: relative;
}
#page-lp01 #sec-reason .head-bg-text {
    top: -219px
}
#page-lp01 #sec-reason .reason-box {
    width: 95%;
    max-width: 1400px;
    flex-wrap: nowrap;
    height: 321px;
    margin-bottom: 80px;
    justify-content: space-between;
    margin: 0 auto 80px;
    /* gap: 4%; */
    position: relative;
}
#page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(even) { /*　偶数　*/
    /* margin-left: auto; */
}
/* コンテンツ */
#page-lp01 #sec-reason .reason-box .content {
    width: 50%;
    /* background-color: #ffffff; */
    z-index: 10;
    position: relative;
}
#page-lp01 #sec-reason .reason-box:nth-child(odd) .content {
    padding: 85px 24px 20px 0;
}
#page-lp01 #sec-reason .reason-box:nth-child(even) .content {
    padding: 85px 0px 20px 40px;
}
/* #page-lp01 #sec-reason .reason-box .content .wrap{
    position: relative;
    max-width: 700px;
    width: 95%;
} */
/* タイトル数字 */
#page-lp01 #sec-reason .reason-box .content::before {
    position: absolute;
    left: 0px;
    top: 16px;
    content: "";
    background-size: 133px 104px;
    width: 133px;
    height: 104px;
}
#page-lp01 #sec-reason .reason-box:nth-child(even) .content::before {
    left: 40px;
}
#page-lp01 #sec-reason .reason-box .content.no-01::before {
    background-image: url(../images/lp01/reason01.png);
}
#page-lp01 #sec-reason .reason-box .content.no-02::before {
    background-image: url(../images/lp01/reason02.png);
}
#page-lp01 #sec-reason .reason-box .content.no-03::before {
    background-image: url(../images/lp01/reason03.png);
}
#page-lp01 #sec-reason .reason-box .content.no-04::before {
    background-image: url(../images/lp01/reason04.png);
}
#page-lp01 #sec-reason .reason-box .content.no-05::before {
    background-image: url(../images/lp01/reason05.png);
}
#page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(odd) .content .wrap { /*　偶数　*/
    /* margin-left: auto; */
    /* padding: 85px 0 20px 0; */
}
#page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(even) .content .wrap  { /*　奇数　*/
    /* margin-right: auto;
    padding: 85px 20px 20px 80px; */

}
#page-lp01 #sec-reason .content-title {
    width: fit-content;
    margin-bottom: 24px;
}
#page-lp01 #sec-reason .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    position: relative;
    z-index: 10;
}
#page-lp01 #sec-reason .title span {
    color: #F6691A;
}
#page-lp01 #sec-reason .marker { /* 黄色マーカー　*/
    background: linear-gradient(transparent 60%, #FFFA8E 40%);
    display: inline;
}
/* 写真 */
#page-lp01 #sec-reason .reason-box .image {
    display: flex;
    max-width: 700px;
    width: 50%;
    height: auto;
    z-index: 10;
}
#page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(odd) .image img {
    border-radius: 0px 50px 50px 0px;
    height: 100%;
    /* width: auto; */
    object-fit: cover;
}
#page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(even) .image img {
    border-radius: 50px 0px 0px 50px;
    height: 100%;
    object-fit: cover;
}
/* 背景*/
#page-lp01 #sec-reason .parts-boxes.reason-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    /* left: -250px; */
    width: 80%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
}
#page-lp01 #sec-reason .reason-box:nth-child(odd):after {
    left: -260px;
}
#page-lp01 #sec-reason .reason-box:nth-child(even):after {
    right: -260px;
}

/*============================================================
 カクヤス　用途にあった様々なテンプレート
*============================================================*/
#page-lp01 #sec-template {
    background: #F7EBDD;
}
#page-lp01 #sec-template .inner {
    position: relative;
    max-width: 1600px;
}
#page-lp01 #sec-template .sec-title[data-type="under-line"] {
    margin: 0 auto 84px;
}
#page-lp01 #sec-template .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
}
#page-lp01 #sec-template .card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
#page-lp01 #sec-template .card-content p {
    font-size: 24px;
    font-weight: bold;
}
#page-lp01 #sec-template .card-img img {
    border-radius: 8px;
}
#page-lp01 #sec-template .card-img a {
    transition: .3s;
}
#page-lp01 #sec-template .card-img a:hover {
    opacity: .8;
} 

/*============================================================
 カクヤス　サービス比較表
*============================================================*/
#page-lp01 #sec-kakuyasu {
    background-color: var(--common-color-background2);
}
#page-lp01 #sec-kakuyasu .inner {
    position: relative;
}
#page-lp01 #sec-kakuyasu .head-bg-text {
    color: #ffffff;
}
#page-lp01 #sec-kakuyasu .plise-list {
    max-width: 1400px;
    width: 100%;
    margin-bottom: 80px;
}
#page-lp01 #sec-kakuyasu .plise-list img {
    margin: 0 auto;
}
#page-lp01 #sec-kakuyasu .banner {
    text-align: center;
}

/*============================================================
 初期費用　10万円に含まれるサービス
*============================================================*/
#page-lp01 #sec-service {
    background-color: #383838;

}
#page-lp01 #sec-service .inner {
    position: relative;
}
#page-lp01 #sec-service .sec-title[data-type="under-line"] {
    color: #ffffff;
    border-bottom: 6px solid #ffffff;
}
#page-lp01 #sec-service .sec-title[data-type="under-line"]::after {
    background-color: #ffffff;
}
#page-lp01 #sec-service .head-bg-text {
    color: rgba(173, 173, 173, 0.26);
}
#page-lp01 #sec-service .service-box {
    gap: 45px 12px;
    justify-content: center;
}
/*============================================================
 カクヤス　お客様の声
*============================================================*/
#page-lp01 #sec-users-voice {
    background-color: #ffffff;
}
#page-lp01 #sec-users-voice .inner {
    position: relative;
}
#page-lp01 #sec-users-voice .voice-box {
    flex-wrap: nowrap;
    max-width: 1175px;
    width: 100%;
    margin: 0 auto 42px;
}
#page-lp01 #sec-users-voice .voice-box .item.content {
    width: 50%;
    margin: 0 auto;
}
#page-lp01 #sec-users-voice .voice-box .item.content p {
    font-size: 18px;
}
#page-lp01 #sec-users-voice .voice-box .item.image {
    width: 322px;
    height: auto;
    z-index: 10;
}
#page-lp01 #sec-users-voice .item.content p.name {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 28px;
    padding-bottom: 16px;
}
#page-lp01 #sec-users-voice .item.content p.name::before {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 8px #F6691A;
    bottom: -8px;
    width: 30%;
    left: -30%;
}
#page-lp01 #sec-users-voice .item.content p.name::after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 8px solid #F5F5F5;
    bottom: -8px;
    width: 780px;
}
#page-lp01 #sec-users-voice {
}
#page-lp01 #sec-users-voice {
}
#page-lp01 #sec-users-voice {
}
#page-lp01 #sec-users-voice {
}


/*============================================================
 サービスの流れ
*============================================================*/
#page-lp01 #sec-step-flow {
    background-color: var(--common-color-background1);
}
#page-lp01 #sec-step-flow .inner {
    position: relative;
}
#page-lp01 #sec-step-flow .step-flow-wrap {
    max-width: 1400px;
    width: 100%;
    padding: 106px 148px;
    background-color: #ffffff;
}
/*============================================================
 お問い合わせ
*============================================================*/
#page-lp01 #sec-contact {
    background-color: var(--common-color-background2);
}
#page-lp01 #sec-contact .inner {
    position: relative;
}
#page-lp01 #sec-contact .head-bg-text {
    color: #ffffff;
}
#page-lp01 #sec-contact .contact-wrap {
    background-color: #ffffff;
    /* padding: 90px 0; */
}
#page-lp01 #sec-contact #sec-form .inner {
    max-width: 960px;
    width: 100%;
}

/*　お問い合わせフォーム
-------------------------------------------- */
.page-form #sec-step {
    background-color: #ffffff;
    display: none;
}
.page-form #sec-step .box-step .step {
    background-color: var(--common-color-background2);
}
.page-form #form-header {
    display: none;
}

@media screen and (max-width: 1280px) {
    /*============================================================
    カクヤス　用途にあった様々なテンプレート
    *============================================================*/
    #page-lp01 #sec-template .card-content p {
        font-size: 18px;
    }

}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1224px) {
    /*============================================================
    サイト実績
    *============================================================*/

    /*============================================================
    選ばれる理由
    *============================================================*/
    /* #page-lp01 #sec-reason .reason-box {
        max-width: 700px;
        flex-direction: column-reverse;
        width: 95%;
        height: auto;
        margin-bottom: 56px;
    }
    #page-lp01 #sec-reason .reason-box .content {
        width: 100%;
    }
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(odd) .image img {
        border-radius: 0px 50px 0px 0px;
    }
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(even) .image img {
        border-radius: 50px 0px 0px 0px;
    } */

}
@media screen and (max-width: 1024px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-lp01 #mainvisual {
    }

    /*============================================================
     セクション
    *============================================================*/
    #page-lp01 #sec-セクション名 {
    }
    /*============================================================
     選ばれる理由
    *============================================================*/
    #page-lp01 #sec-reason .reason-box {
        max-width: 700px;
        flex-direction: column-reverse;
        width: 95%;
        height: auto;
        margin-bottom: 56px;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(odd) {
        margin: 0 auto 56px 0;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(even) {
        margin: 0 0 56px auto;
    }
    #page-lp01 #sec-reason .parts-boxes.reason-box:after {
        width: 100%;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(odd):after {
        left: 0;
        border-radius: 0 50px 0 0;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(even):after {
        right: 0;
        border-radius: 50px 0 0 0;    
    }
    #page-lp01 #sec-reason .reason-box .image,
    #page-lp01 #sec-reason .reason-box .content {
        width: 100%;
    }
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(odd) .image img {
        border-radius: 0px 50px 0px 0px;
    }
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(even) .image img {
        border-radius: 50px 0px 0px 0px;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(odd) .content {
        padding: 85px 24px 24px;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(even) .content {
        padding: 85px 24px 24px;
    }
    #page-lp01 #sec-reason .reason-box .content::before {
        top: 24px;
        left: 24px;
    }
    #page-lp01 #sec-reason .reason-box:nth-child(even) .content::before {
        left: 24px;
    }

    /*============================================================
    カクヤス　お客様の声
    *============================================================*/
    #page-lp01 #sec-users-voice {
        background-color: #ffffff;
    }
    #page-lp01 #sec-users-voice .head-bg-text {
        font-size: 100px;
    }
    #page-lp01 #sec-users-voice .item.content p.name::after {
        width: 640px;
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-lp01 #mainvisual {
    }
    #page-lp01 #mainvisual .inner img {
        width: 100%;
        height: auto;
    }

    /*============================================================
    ページ内共通
    *============================================================*/
    #page-lp01 .section {
        padding: 40px 0;
    }
    #page-lp01 .sec-title {
        font-size: 34px;
    }
    #page-lp01 .sec-lead {
        font-size: 20px;
    }
    /* 下線付き見出し */
    #page-lp01 .sec-title[data-type="under-line"] {
        margin: 0 auto 100px;
        font-size: 28px;
    }
    #page-lp01 .sec-title[data-type="under-line"]::after {
        right: -30px;
    }#page-lp01 .head-bg-text {
        font-size: 64px;
        top: -15px;
    }

    /*============================================================
     支援実績
    *============================================================*/
    #page-lp01 #sec-achievement .sec-lead,
    #page-lp01 #sec-achievement .block:not(:last-child) {
        margin-bottom: 40px;
    }

    /*============================================================
    WEB制作のよくある失敗
    *============================================================*/
    #page-lp01 #sec-mistake {
        padding: 80px 0 150px;
    }
    #page-lp01 #sec-mistake .mistake-box {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 16px;
    }
    #page-lp01 #sec-mistake .bubble {
        /* width: 375px; */
        width: 100%;
        background: #F15A24;
        padding: 28px;
    }
    #page-lp01 #sec-mistake .bubble p {
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 160%;
        color: #ffffff;
    }
    #page-lp01 #sec-mistake .bubble::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-top: 12px solid #F15A24;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    }
    /* #page-lp01 #sec-mistake .bubble {
        width: 100%;
        background: #EEE;
        padding: 15px;
    }
    .bubble:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-top: 12px solid #000;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
    } */

    /*============================================================
    カクヤスWEBサイト制作　専任ディレクターの条件
    *============================================================*/
    #page-lp01 #sec-conditions {
        padding: 40px 0 0;
        height: 1142px;
        width: 100%;
        background-image: url(../images/lp01/sp_conditions00.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
    #page-lp01 #sec-conditions .sec-title {
        margin-bottom: 24px;
    }
    #page-lp01 #sec-conditions .conditions-box {
        justify-content: center;
        gap: 0;
        flex-direction: column;
        align-items: center;
    }
    #page-lp01 #sec-conditions .conditions-box .item {
        max-width: 375px;
        width: 100%;
    }
    #page-lp01 #sec-conditions .img-director {
        width: 267px;
        left: 50%;
        transform: translateX(-50%);
    }

    /*============================================================
     CTA
    *============================================================*/
    #page-lp01 #sec-message {
        height: auto;
    }
    #page-lp01 #sec-message .sec-title {
        font-size: 22px;
        margin-bottom: 52px;
    }
    #page-lp01 #sec-message .message-card {
        position: relative;
        top: auto;
    }
    #page-lp01 #sec-message .message-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 72px;
    }
    #page-lp01 #sec-message .message-box:after {
        content: none;
    }
    #page-lp01 #sec-message .message-box .item {
        position: relative;
        width: 80%;
        text-align: center;
    }
    #page-lp01 #sec-message .message-box .item:first-child:after {
        content: "";
        width: 100%;
        height: 2px;
        background: var(--common-color-background2);
        position: absolute;
        bottom: -36px;
        left: 50%;
        transform: translateX(-50%);
    }
    #page-lp01 #sec-message {
    }
    #page-lp01 #sec-message {
    }
    /*============================================================
    選ばれる理由
    *============================================================*/
    #page-lp01 #sec-reason .head-bg-text{
        top: -165px;
    }
    #page-lp01 #sec-reason .title {
        font-size: 24px;
    }
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box .content .wrap {
        width: 100%;
    }
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(odd) .content .wrap,
    #page-lp01 #sec-reason .parts-boxes-lrsw .reason-box:nth-child(even) .content .wrap {
        padding: 74px 16px 16px 16px;
    }
    /*============================================================
    カクヤス　用途にあった様々なテンプレート
    *============================================================*/
    #page-lp01 #sec-template .cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px 14px;
    }
    #page-lp01 #sec-template .card {
        max-width: 230px;
        width: calc( ( 100% - (14px * 3) ) / 3 );
    }
    #page-lp01 #sec-template .card-content p {
        font-size: 18px;
    }
    /*============================================================
    カクヤス　サービス比較表
    *============================================================*/
    #page-lp01 #sec-kakuyasu .plise-list {
        margin-bottom: 45px;
    }
    #page-lp01 .sec-title[data-type="under-line"]::after {
        right: -15px;
    }
    /*============================================================
    初期費用　10万円に含まれるサービス
    *============================================================*/
    #page-lp01 #sec-service .service-box {
        gap: 26px 18px;
    }
    @media screen and (max-width: 500px) {
        #page-lp01 #sec-service .service-box .item {
            width: calc((100% - 24px) / 2);
        }
    }    
    /*============================================================
    カクヤス　お客様の声
    *============================================================*/
    #page-lp01 #sec-users-voice .head-bg-text {
        font-size: 52px;
        top: -16px;
    }
    #page-lp01 #sec-users-voice h2.sec-title {
        line-height: 140%;
    }
    #page-lp01 #sec-users-voice .voice-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 30px;
    }
    #page-lp01 #sec-users-voice .voice-box .item.image {
        margin: 0 auto;
    }
    #page-lp01 #sec-users-voice .voice-box .item.content {
        width: 100%;
    }
    #page-lp01 #sec-users-voice .item.content p.name {
        font-size: 24px;
    }
    #page-lp01 #sec-users-voice .item.content p.name::after {
        width: 100%;
    }
    #page-lp01 #sec-users-voice .item.content p.name::before {
        width: 20%;
        left: 0;
        z-index: 1;
    }
    #page-lp01 #sec-users-voice .item.content p.name::after {
        width: 100%;
    }
    #page-lp01 #sec-users-voice .item.content p.name span {
        font-size: 18px;
    }
    /*============================================================
     サービスの流れ
    *============================================================*/
    #page-lp01 #sec-step-flow .step-flow-wrap {
        padding: 40px 24px;
    }
    /*============================================================
     お問い合わせ
    *============================================================*/
    #page-lp01 #sec-contact .contact-wrap {
        /* padding: 80px 24px; */
    }
    
}
@media screen and (max-width: 390px) {
    /*============================================================
    カクヤス　用途にあった様々なテンプレート
    *============================================================*/
    #page-lp01 #sec-template .card {
        max-width: 170px;
        width: calc( ( 100% - 14px ) / 2 );
        gap: 16px;
    }
    #page-lp01 #sec-template .card-content p {
        font-size: 14px;
    }

}