@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==================================================
   LP: クチコミengine（kuchikomi.meo-one.com）
   ================================================== */

/* --- レイアウトリセット --- */
.page-id-897 .l-header__gnav,
.page-id-897 .l-header__barInner,
.page-id-897 .l-header__customBtn.sp_,
.page-id-897 .l-header__menuBtn.sp_,
.page-id-897 .c-gnavWrap {
    display: none;
}

.page-id-897 .l-header__inner.l-container {
    background: none;
}

.page-id-897 #content {
    padding-top: 0;
}

.page-id-897 * {
    letter-spacing: 0.05em;
}

.page-id-897 .has-white-background-color {
    color: #000000;
}

.page-id-897 .swell-block-button__link {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-id-897 .disp-none {
    display: none;
}

@media (min-width: 768px) {
    .page-id-897 .c-headLogo {
        height: var(--logo_size_pc);
    }
}

/* --- フォントサイズ（clamp レスポンシブ） --- */
.page-id-897 .swl-fz[style*="font-size:46px"] {
    font-size: clamp(27px, 5.2vw, 46px) !important;
}

.page-id-897 .swl-fz[style*="font-size:38px"] {
    font-size: clamp(24px, 4.3vw, 38px) !important;
}

.page-id-897 .swl-fz[style*="font-size:32px"] {
    font-size: clamp(20px, 3.6vw, 32px) !important;
}

.page-id-897 .swl-fz[style*="font-size:26px"] {
    font-size: clamp(16px, 2.9vw, 26px) !important;
}

.page-id-897 .swl-fz[style*="font-size:24px"] {
    font-size: clamp(15px, 2.7vw, 24px) !important;
}

/* =================================================
   見出し 斜線デコレーション
   ================================================= */
.lp-heading-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.lp-heading-line::before,
.lp-heading-line::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: #0E517E;
    flex-shrink: 0;
}

.lp-heading-line::before {
    transform: rotate(44deg);
}

.lp-heading-line::after {
    transform: rotate(-44deg);
}

/* ==================================================
   LP FV セクション
   ================================================== */

.lp-fv {
    position: relative;
    height: 750px;
}

.lp-fv .swell-block-fullWide__inner {
    position: relative;
    z-index: 2;
}

.lp-fv .swell-block-fullWide__inner>figure.wp-block-image {
    position: absolute;
    top: clamp(1rem, 3vw, 2.5rem);
    left: 0;
    z-index: 3;
    width: clamp(150px, 18vw, 220px);
    margin: 0;
}

.lp-fv .swell-block-columns {
    padding-top: clamp(30px, 5.2vw, 55px);
}

.lp-fv .swell-block-button__link {
    padding: 1.25em;
    letter-spacing: 0.1em;
}

.lp-header-txt-wrap {
    line-height: 1.45;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .lp-fv {
        height: 158vw;
    }
}

/* ==================================================
   LP Section: 比較テーブル
   ================================================== */

.page-id-897 .post_content th {
    background-color: transparent;
    color: inherit;
}

.lp-ct-inner {
    overflow-x: auto;
}

.page-id-897 .lp-ct-table {
    width: 100%;
    min-width: 560px;
    border-collapse: separate;
    border-spacing: 5px 10px;
    table-layout: fixed;
    background: #fff;
}

.page-id-897 .lp-ct-table td,
.page-id-897 .lp-ct-table th {
    border: none;
    padding: 0;
}

.page-id-897 .lp-ct-th-empty {
    width: clamp(72px, 20vw, 240px);
    background: transparent;
}

.lp-ct-col-head {
    position: relative;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.lp-ct-col-head::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 38px);
    height: 1px;
    background-color: #B0BEC3;
}

.lp-ct-col-head::after {
    content: '';
    position: absolute;
    right: 17px;
    top: 50%;
    width: 60px;
    height: 60px;
    border-right: 1px solid #B0BEC3;
    border-top: 1px solid #B0BEC3;
    transform: translateY(-50%) rotate(45deg);
}

.lp-ct-col-head-inner {
    padding: 18px 32px 18px 20px;
    color: #0D4C76;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.page-id-897 .lp-ct-table .lp-ct-row-head {
    padding: 20px 17px;
    background: transparent;
    border-right: 1px solid #B0BEC3;
    border-bottom: 1px solid #B0BEC3;
    color: #0D4C76;
    font-size: clamp(13px, 2.5vw, 20px);
    font-weight: 700;
    text-align: center;
}

.lp-ct-table tbody td {
    padding: 20px 14px;
    background: #EAF6FF;
    color: #0D4C76;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.lp-ct-badge-cell {
    padding: 0;
    background-color: #3389CA;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    vertical-align: middle;
}

.lp-ct-badge-cell span {
    font-size: clamp(16px, 1.5vw, 20px);
}

.lp-ct-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 19px 40px 19px 14px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.lp-ct-icon {
    display: block;
    width: auto;
    height: 24px;
    flex-shrink: 0;
}

.lp-ct-lead {
    font-weight: 700;
    margin: clamp(30px, 5vw, 50px) auto;
}

.lp-ct-spbr {
    display: none;
}

@media (max-width: 1000px) {
    .lp-ct-wrap {
        padding-left: var(--swl-pad_container, 0);
        padding-right: var(--swl-pad_container, 0);
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .lp-ct-col-head-inner {
        padding: 14px 24px 14px 14px;
        font-size: 14px;
    }

    .lp-ct-col-last .lp-ct-col-head-inner {
        padding: 14px;
    }

    .lp-ct-col-head::before {
        width: calc(100% - 29px);
    }

    .page-id-897 .lp-ct-table .lp-ct-row-head {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .lp-ct-col-head-inner {
        padding: 12px 24px 12px 10px;
        font-size: 13px;
    }

    .lp-ct-col-head::before {
        width: calc(100% - 26px);
    }

    .lp-ct-col-last .lp-ct-col-head-inner {
        padding: 12px 10px;
    }

    .lp-ct-table tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .page-id-897 .lp-ct-table .lp-ct-row-head {
        padding: 8px 22px;
    }

    .lp-ct-badge {
        padding: 10px 12px;
        gap: 6px;
        font-size: 12px;
    }

    .lp-ct-icon {
        height: 18px;
    }

    .lp-ct-spbr {
        display: block;
    }
}

/* ==================================================
   LP Section: サイトリンク（横並び3列）
   ================================================== */
.page-id-897 .lp-site-link-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.lp-site-link {
    flex: 1;
}

.lp-site-link a {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s;
    height: 100%;
    box-sizing: border-box;
}

.lp-site-link a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lp-site-link img {
    max-width: 20%;
}

.lp-site-link a p {
    font-size: 13px;
    font-weight: 700;
    padding-top: 0;
}

.lp-site-link__arrow {
    display: block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url("/wp/wp-content/uploads/202605/arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(50% + 1.5px) center;
    background-size: 7px;
    margin-left: auto;
}

.lp-site-link:nth-child(1) .lp-site-link__arrow {
    background-color: #ED6D2B;
}

.lp-site-link:nth-child(2) .lp-site-link__arrow {
    background-color: #E83828;
}

.lp-site-link:nth-child(3) .lp-site-link__arrow {
    background-color: #F29600;
}

@media (max-width: 959px) {

    .page-id-897 .lp-ct-lead,
    .page-id-897 .lp-site-link-wrap {
        padding-left: var(--swl-pad_container, 0);
        padding-right: var(--swl-pad_container, 0);
    }

    .page-id-897 .lp-ct-lead {
        margin: 35px auto;
    }
}

@media (max-width: 599px) {

    .page-id-897 .lp-site-link-wrap {
        flex-direction: column;
    }
}

/* ==================================================
   LP Section: クチコミの重要性
   ================================================== */
/* .l-importance p {
    background: var(--c-bg);
    padding: 15px 0 0 0;
}

@media (max-width: 767px) {
    .l-importance p {
        padding: 0;
    }
} */

/* ==================================================
   LP Section: AIに選ばれるためには
   ================================================== */
.page-id-897 .lp-recommend {
    padding-bottom: clamp(41px, 5.1vw, 61px);
}

.lp-recommend h2 {
    margin-top: 0;
}

.lp-recommend>.wp-block-group__inner-container {
    position: relative;
    z-index: 2;
}

.lp-recommend>.wp-block-group__inner-container::before,
.lp-recommend>.wp-block-group__inner-container::after {
    content: "";
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.lp-recommend>.wp-block-group__inner-container::before {
    top: -6%;
    left: -16%;
    width: 390px;
    height: 367px;
    background-image: url("/wp/wp-content/uploads/202605/recommend_bg_left.png");
    background-position: left top;
}

.lp-recommend>.wp-block-group__inner-container::after {
    right: -11%;
    bottom: 7%;
    width: 365px;
    height: 435px;
    background-image: url("/wp/wp-content/uploads/202605/recommend_bg_right.png");
    background-position: right top;
}

.lp-recommend-img-01 {
    display: block;
    max-width: 375px;
    margin: 0 auto;
}

.lp-recommend-2col-wrap {
    max-width: 450px;
    margin: 0 auto;
}

.lp-recommend-2col-title {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 16px;
}

.lp-recommend-2col-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right,
            #B0BEC3 0,
            #B0BEC3 4px,
            transparent 4px,
            transparent 8px);
}

.lp-recommend-3col-wrap {
    max-width: 360px;
    margin: 0 auto;
}

.page-id-897 .lp-recommend-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1.1;
    padding: 6% 2% 21%;
    box-sizing: border-box;
    background-image: url(/wp/wp-content/uploads/202605/recommend_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.lp-recommend-bg p,
.lp-recommend-bg span {
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 1000px) {

    .lp-recommend>.wp-block-group__inner-container::before,
    .lp-recommend>.wp-block-group__inner-container::after {
        display: none;
    }

    .lp-recommend:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {


    .lp-recommend-2col-wrap {
        margin: 2em !important;
    }
}

/* ==================================================
   LP Section: よくある障壁
   ================================================== */
.lp-barrier-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 702px;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
}

.lp-barrier-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 340px;
    margin-bottom: 30px;
    padding: 6px 24px 6px 6px;
    box-sizing: border-box;
    background-color: #7e7e7e;
    border-radius: 100px 0 0 100px;
}

.lp-barrier-row .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lp-barrier-row p:nth-of-type(1) {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #7e7e7e;
    font-size: 31px;
    font-weight: bold;
}

.lp-barrier-row p:nth-of-type(2) {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    margin: 0;
    white-space: nowrap;
}

.lp-barrier-row::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: -260px;
    bottom: 0;
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}

.lp-barrier-row:nth-child(1) {
    margin-left: 0;
}

.lp-barrier-row:nth-child(2) {
    margin-left: 22%;
}

.lp-barrier-row:nth-child(3) {
    margin-left: 43%;
}

.lp-barrier-row:nth-child(1)::after {
    background-image: url('/wp/wp-content/uploads/202605/barrier_01.png');
}

.lp-barrier-row:nth-child(2)::after {
    background-image: url('/wp/wp-content/uploads/202605/barrier_02.png');
}

.lp-barrier-row:nth-child(3)::after {
    background-image: url('/wp/wp-content/uploads/202605/barrier_03.png');
}

@media (max-width: 767px) {
    .lp-barrier-container {
        padding: 0 20px 40px 0;
        align-items: center;
    }

    .lp-barrier-row {
        width: 275px;
    }

    .lp-barrier-row:nth-child(1),
    .lp-barrier-row:nth-child(2),
    .lp-barrier-row:nth-child(3) {
        margin-left: 0;
    }

    .lp-barrier-row p:nth-of-type(1) {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .lp-barrier-row p:nth-of-type(2) {
        font-size: 14px;
    }

    .lp-barrier-row::after {
        width: 75px;
        height: 85px;
        right: -35px;
    }
}

/* =================================================
   LP Step Flow（3ステップ）
   ================================================= */
.page-id-897 .post_content .lp-step-wrap {
    max-width: 900px;
    margin-inline: auto;
    margin-bottom: clamp(75px, 11vw, 100px) !important;
}

.lp-step-wrap .swell-block-columns__inner {
    justify-content: center;
}

.swell-block-column.lp-step-item {
    position: relative;
}

.lp-step-label {
    position: relative;
    z-index: 2;
    display: flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    width: clamp(36px, 5vw, 50px);
    height: clamp(47px, 6.5vw, 65px);
    margin-bottom: clamp(-56px, -5.5vw, -36px);
    padding-top: clamp(9px, 1.4vw, 14px);
    background-image: url('/wp/wp-content/uploads/202605/step_label_bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    font-size: clamp(18px, 2.5vw, 26px);
    font-weight: bold;
}

.lp-step-circle {
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 50%;
    background: #3389CA;
    color: #fff;
    text-align: center;
}

.lp-step-circle .wp-block-group__inner-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(4px, 0.7vw, 8px);
    padding: clamp(6px, 1vw, 10px);
    box-sizing: border-box;
}

.lp-step-circle figure {
    margin-bottom: 0;
}

.lp-step-circle img {
    width: clamp(28px, 4vw, 45px);
    height: auto;
}

.lp-step-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
}

.page-id-897 .lp-step-circle .swell-block-button__link {
    display: inline-block;
    align-self: center;
    width: fit-content;
    height: auto;
    padding: clamp(3px, 0.4vw, 4px) clamp(12px, 1.7vw, 19px);
    border: 1px solid #ffffff;
    border-radius: clamp(14px, 1.8vw, 20px);
    background: #fff;
    color: #0E517E;
    font-size: clamp(12px, 1.3vw, 14px);
    font-weight: bold;
    text-decoration: none;
}

.page-id-897 .lp-step-circle .swell-block-button__link:hover {
    border: 1px solid #0E517E;
    background: #0E517E;
}

.lp-step-item::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 55%;
    transform: translate(126%, -50%);
    width: 26px;
    height: 20px;
    background-image: url('/wp/wp-content/uploads/202605/arrow2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lp-step-item:not(:has(~ .lp-step-item)):has(~ .disp-none)::after {
    display: none;
}

@media (min-width: 600px) and (max-width: 899px) {
    .page-id-897 .post_content .lp-step-wrap .swell-block-columns__inner {
        justify-content: center;
    }

    .swell-block-column.lp-step-item {
        width: 20%;
        margin-left: 30px !important;
    }

    .lp-step-item::after {
        right: 3%;
    }

    .lp-step-wrap .lp-step-text {
        font-size: 2.3vw;
        line-height: 1.2;
    }

    .page-id-897 .lp-step-circle .swell-block-button__link {
        padding: 3px 6px;
    }

    .lp-step-circle .wp-block-group__inner-container {
        gap: 0.3vw;
    }
}

@media (max-width: 599px) {
    .lp-step-wrap .swell-block-columns__inner {
        flex-direction: column;
        align-items: center;
    }

    .lp-step-text {
        font-size: 19px;
    }

    .swell-block-columns .lp-step-item {
        width: 50%;
    }

    .lp-step-item::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -10vw;
        transform: translateX(-50%) rotate(90deg);
    }

    .lp-step-label {
        width: 16vw;
        height: 21vw;
        font-size: 7vw;
        padding-top: 3vw;
        margin-bottom: -12vw;
    }

    .lp-step-circle img {
        width: 13vw;
    }

    .lp-step-circle .swell-block-button__link {
        font-size: 4vw;
        padding: 2vw 5vw;
    }

}

/* =================================================
   SP Mockup（スマホ枠 + 動画）
   ================================================= */
.sp-mockup-wrap {
    position: relative;
    margin: 0 auto;
}

.sp-mockup-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    z-index: 0;
}

.sp-mockup-screen video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-mockup-frame {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    pointer-events: none;
}

/* @media (min-width: 600px) and (max-width: 899px) {
    .swell-block-columns .swell-block-column {
        margin: 0 0 0 4%;
    }
} */

@media (max-width: 599px) {

    .page-id-897 .post_content div>.sp-mockup-wrap {
        width: 65%;
        margin-top: 11vw !important;
    }

}

/* =================================================
   LP クチコミengineの特徴
   ================================================= */
.page-id-897 .lp-step-detail {
    /* max-width: none; */
    /* margin-left: 0;
    margin-right: 0; */
    position: relative;
    margin-bottom: 0;
}

.lp-step-detail .swell-block-columns__inner {
    max-width: 470px;
    margin-left: calc(50% - 96px);
    /* margin-right: 0; */
}

.lp-step-detail .lp-step-item::after {
    display: none;
}

.swell-block-columns.lp-step-detail .swell-block-column {
    width: auto;
}

.lp-step-detail .swell-block-column:first-child {
    width: 160px;
    flex-shrink: 0;
}

.lp-step-detail .swell-block-column:last-child {
    flex: 1;
}

.lp-step-detail .lp-step-circle {
    max-width: 160px;
}

@media (min-width: 1025px) {
    .lp-step-detail .lp-step-label {
        width: 50px;
        height: 65px;
        font-size: 26px;
        padding-top: 14px;
        margin-bottom: -46px;
    }

    .lp-step-detail .lp-step-circle img {
        width: 37px;
    }

    .lp-step-detail .lp-step-text {
        font-size: 16px;
    }
}

.lp-step-detail~.lp-step-detail::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 75px;
    background-image: url('/wp/wp-content/uploads/202605/arrow4.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}


.lp-step-detail .wp-block-list {
    color: #0E517E;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .lp-step-detail .lp-step-label {
        width: clamp(40px, 5.8vw, 50px);
        height: clamp(52px, 7.5vw, 65px);
        font-size: clamp(20px, 2.8vw, 26px);
        padding-top: clamp(10px, 1.5vw, 14px);
        margin-bottom: clamp(-60px, -6.5vw, -40px);
    }

    .lp-step-detail .lp-step-circle img {
        width: clamp(28px, 4.5vw, 37px);
    }

    .lp-step-detail .lp-step-text {
        font-size: clamp(14px, 1.8vw, 16px);
    }

    .lp-step-detail .swell-block-columns__inner {
        margin-left: calc(50% - 110px);
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .lp-step-detail .swell-block-columns__inner {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .lp-step-detail .swell-block-columns__inner {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-inline: auto;
    }

    .lp-step-detail .lp-step-item {
        align-items: center;
    }

    .page-id-897 .lp-step-detail .swell-block-column.lp-step-item:first-child {
        width: 75%;
        margin-left: 0;
    }

    .page-id-897 .lp-step-detail .lp-step-circle {
        max-width: 85%;
        margin-inline: auto;
    }

    .lp-step-detail .lp-step-label {
        align-self: flex-start;
        width: 16vw;
        height: 21vw;
        margin-bottom: -18vw;
        padding-top: 3vw;
        font-size: 7.5vw;
    }

    .lp-step-detail .lp-step-circle img {
        width: 20vw;
    }

    .lp-step-detail .lp-step-text {
        font-size: 5vw;
    }
}





.page-id-897 .lp-business-wrap {
    margin-bottom: 86px;
}

.lp-business-wrap>.wp-block-group__inner-container {
    position: relative;
    /* max-width: none; */
}

.lp-business-img {
    display: block;
    /* margin: 0;
    line-height: 0; */
}

.lp-business-img img {
    display: block;
    width: 100%;
    height: auto;
}

.lp-business-item {
    position: absolute;
}

.lp-business-item>.wp-block-group__inner-container {
    /* max-width: none; */
    padding: 0;
}

.lp-business-item .wp-block-image {
    display: none;
}

.lp-business-item p {
    margin: 0;
    font-size: clamp(13px, 1.5vw, 18px);
    line-height: 1.5;
}

.lp-business-item strong {
    font-size: clamp(15px, 1.6vw, 20px);
}

.lp-business-item--food {
    top: 0%;
    left: 20%;
    width: 31%;
}

.lp-business-item--kouri {
    bottom: 5%;
    left: 14%;
    width: 32%;
    text-align: right;
}

.lp-business-item--salon {
    top: 44%;
    right: 0%;
    width: 27%;
    text-align: right;
}

@media (min-width: 600px) and (max-width: 899px) {
    .lp-business-item--kouri {
        bottom: 2%;
        left: 6%;
    }
}

@media (max-width: 599px) {
    .lp-business-img {
        display: none;
    }

    .lp-business-item {
        position: static;
        width: auto;
        text-align: left;
    }

    .lp-business-item>.wp-block-group__inner-container {
        display: grid;
        grid-template-columns: 16% 1fr;
        align-items: center;
        column-gap: 16px;
    }

    .lp-business-item .wp-block-image {
        display: block;
        grid-column: 1;
        grid-row: 1 / 3;
        margin: 0;
    }

    .lp-business-item>.wp-block-group__inner-container>p {
        grid-column: 2;
        text-align: left;
        margin: 0;
    }

    .lp-business-wrap>.wp-block-group__inner-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 16px 0;
    }

    .lp-business-item p {
        font-size: 13px;
    }

    .lp-business-item strong {
        font-size: 15px;
    }

    .lp-business-item--kouri {
        text-align: left;
    }

    .lp-business-item--salon {
        text-align: left;
    }
}

.page-id-897 .lp-features-3col {
    max-width: 770px;
    margin: 20px auto 86px;
}

.swell-block-column.lp-features-3col-item {
    border: 1px solid #0E517E;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background: #fff;
}

.lp-features-3col-item p {
    color: #3389CA;
    font-weight: bold;
    text-align: center;
    font-size: clamp(17px, 1.6vw, 18px);
    line-height: 1.3;
    margin-bottom: 15px;
}

.lp-features-3col-item figure {
    width: 100%;
    margin: 0;
}

.lp-features-3col-item figure img {
    width: 100%;
    height: auto;
    display: block;
}

.lp-features-3col-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 55%;
    transform: translate(216%, -72%);
    width: 15px;
    height: 34px;
    background-image: url(/wp/wp-content/uploads/202605/arrow3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

@media (max-width: 599px) {
    .lp-features-3col .swell-block-columns__inner {
        flex-direction: column;
        align-items: center;
    }

    .swell-block-columns .lp-features-3col-item {
        width: 85%;
    }

    .lp-features-3col-item:not(:last-child)::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translate(-50%, calc(93% + 8px)) rotate(90deg);
    }

    .lp-features-3col-item figure {
        margin-top: 16px;
    }
}

.page-id-897 .lp-review-row {
    max-width: 940px;
    margin-bottom: 40px;
    margin-inline: auto;
    color: #000000;
}


.lp-review-row-wrap {
    margin-top: 20px;
}

.lp-review-row>.wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 370px auto 370px;
    gap: 16px;
}

.lp-review-left,
.lp-review-right {
    flex: 0 0 370px;
    background: #fff;
    border: 1px solid #B0BEC3;
    border-radius: 1px;
    padding: 22px 27px;
    position: relative;
}

.lp-review-left {
    margin-bottom: 0;
}


.lp-review-left::after,
.lp-review-right::after {
    content: "";
    position: absolute;
    bottom: -23px;
    width: 40px;
    height: 25px;
    background-image: url("/wp/wp-content/uploads/202605/speech_tail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.lp-review-left::after {
    left: 8px;
}

.lp-review-right::after {
    right: 8px;
    transform: scaleX(-1);
}

.lp-review-left>.wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 4px 27px;
    align-items: start;
    max-width: none;
    padding: 0;
}

.lp-review-left>.wp-block-group__inner-container>figure:first-child {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
}

.lp-review-left>.wp-block-group__inner-container>figure:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
}

.lp-review-left>.wp-block-group__inner-container>p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.lp-review-left:not(:has(>.wp-block-group__inner-container>figure:nth-child(2)))>.wp-block-group__inner-container>p {
    grid-row: 1 / 3;
    align-self: center;
}

.lp-review-right>.wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lp-review-right>.wp-block-group__inner-container>p {
    flex: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}

.lp-review-category {
    flex-shrink: 0;
    font-weight: 700;
    font-size: clamp(14px, 1.5vw, 20px);
    margin: 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.lp-review-category::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 14px;
    height: 24px;
    background-color: currentColor;
    mask-image: url("/wp/wp-content/uploads/202605/arrow3.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.lp-review-row--positive p.lp-review-category {
    color: #d30000;
}

.lp-review-row--negative p.lp-review-category {
    color: #0E517E;
}

.lp-review-row--other p.lp-review-category {
    color: #2a8a3e;
}



@media (max-width: 959px) {
    .lp-review-row>.wp-block-group__inner-container {
        grid-template-columns: 1fr;
    }

    p.lp-review-category::after {
        transform: rotate(90deg);
    }

    .lp-review-category {
        gap: 12px;
    }
}

@media (max-width: 599px) {
    .page-id-897 .lp-review-row {
        margin-bottom: 70px;
    }
}

/* =================================================
   クチコミ事例スライダー
   ================================================= */
.lp-cases>.wp-block-group__inner-container {
    position: relative;
    overflow: visible;
}

.lp-cases>.wp-block-group__inner-container::before {
    content: "";
    position: absolute;
    left: -14%;
    top: 11%;
    width: 320px;
    height: 378px;
    background-image: url(/wp/wp-content/uploads/202605/case_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    pointer-events: none;
    z-index: 0;
}

.page-id-897 .cases-slider-wrap {
    position: relative;
    z-index: 1;
    width: clamp(330px, 60%, 450px);
    margin-inline: auto;
    margin-bottom: 0;
}

/* Swiper コンテナ */
.lp-cases .swiper {
    /* width: 100%;
    max-width: 500px;
    margin-inline: auto; */
    overflow: hidden;
    padding: 10px;
}

.lp-cases .swiper-wrapper {
    align-items: stretch;
}

.lp-cases .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

/* カード外見出し */
.case-slide-header {
    text-align: center;
    margin-bottom: 28px;
    padding: 0 8px;
}

.case-slide-headline {
    font-size: clamp(16px, 2.6vw, 18px);
    font-weight: 900;
    color: #3389CA;
    line-height: 1.3;
    margin-bottom: 10px;
}

.case-slide-subheadline {
    font-size: 14px;
    /* color: #000000; */
    margin: 0;
}

/* カード本体 */
.case-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /*  box-sizing: border-box; */
}

.case-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 25px;
    border-bottom: 1px solid #D1D1D1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    /* flex-shrink: 0; */
}

.case-card-title {
    font-size: 18px;
    font-weight: bold;
    /* color: #333; */
}

.case-card-close {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    margin-left: 8px;
}

.case-card-body {
    padding: 12px 17px;
    color: #676767;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    color: #676767;
    line-height: 1.3;
}

.case-card-user {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.case-card-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    /* flex-shrink: 0; */
}

.case-card-stars {
    height: 20px;
    width: auto;
}

.case-card-review {
    margin-bottom: 12px;
}

.case-card-actions {
    display: flex;
    gap: 24px;
    /* padding: 10px 0; */
    margin-bottom: 12px;
    font-size: 12px;
}

.case-card-actions span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.case-card-reply {
    padding: 0 0 10px 14px;
    border-left: 1px solid #D1D1D1;
    margin-top: 10px;
}

.case-card-reply-label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 11px;
}

/* .case-card-reply-text {
    line-height: 1.75;
} */

/* Swiper ナビゲーションボタン */
.lp-cases .swiper-button-prev,
.lp-cases .swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: url('/wp/wp-content/uploads/202605/arrow5.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    z-index: 10;
    position: absolute;
    top: 49%;
    cursor: pointer;
}

.lp-cases .swiper-button-prev {
    left: -58px;
}

.lp-cases .swiper-button-next {
    right: -58px;
    transform: scaleX(-1);
}

.lp-cases .swiper-button-prev::after,
.lp-cases .swiper-button-next::after {
    display: none;
}

@media (max-width: 959px) {
    .lp-cases>.wp-block-group__inner-container::before {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .page-id-897 .cases-slider-wrap {
        width: clamp(330px, 75%, 450px);
    }
}

/* @media (max-width: 767px) {
    .cases-slider-wrap {
        width: min(450px, calc(100% - 100px));
    }
} */
@media (max-width: 599px) {
    .lp-cases .swiper-button-prev {
        left: -3%;
    }

    .lp-cases .swiper-button-next {
        right: -3%;
    }

    .lp-cases .swiper-button-prev,
    .lp-cases .swiper-button-next {
        width: 10%;
        height: 10%;
    }
}

/* ==================================================
   LP Section: クチコミによる GOODサイクル
   ================================================== */

.lp-cycle-img {
    max-width: 750px;
    margin-inline: auto;
    display: block;
}

/* ==================================================
   LP Section: プライス
   ================================================== */
.lp-price p {
    font-weight: 700;
    text-align: left;
}

.lp-price-img {
    max-width: 300px;
}

.lp-price .wp-block-columns.lp-price-left {
    gap: 15px !important;
}

.lp-price .lp-price-left>.wp-block-column {
    align-self: center;
}

.lp-price .lp-price-left .lp-price-badge-bg {
    flex: 0 0 140px;
    /* width: 140px;
    height: 140px; */
}

.lp-price .lp-price-left .lp-price-amount-col {
    flex: 0 0 auto;
    width: auto;
    letter-spacing: 0;
}

.lp-price-badge-bg p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 140px; */
    height: 140px;
    border-radius: 50%;
    background-color: #3389CA;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.lp-price-badge-label {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    /* font-weight: 700; */
    /* color: #fff; */
}

.lp-price-badge-amount {
    display: block;
    font-size: 28px;
    letter-spacing: 0;
    /* font-weight: 700; */
    /* color: #fff; */
}


.lp-price-monthly-label {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: bold;
}

.lp-price .lp-price-monthly-main {
    gap: 15px !important;
    align-items: flex-end !important;
}

.lp-price-amount {
    font-size: 56px;
    font-weight: 700;
    color: #3389CA;
    line-height: 1;

}

.lp-price .lp-price-unit-col {
    flex: 0 0 auto;
    width: auto;
}

.lp-price-unit {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.lp-price-unit-note {
    font-size: 12px;
}

.lp-price-unit-text {
    font-size: 24px;
    font-weight: 700;
    /* color: #0D4C76; */
}

/* .lp-price .wp-block-columns:has(.lp-price-amount) {
    align-items: flex-end;
} */

.lp-price-note {
    font-size: 14px;
}

.lp-price-spbr {
    display: none;
}

@media (max-width: 768px) {
    .lp-price-monthly-label {
        font-size: 3.2vw;
    }

    .lp-price-amount {
        font-size: 7.5vw;
    }

    .lp-price-unit-text {
        font-size: 4.5vw;
    }

    .wp-block-columns .wp-block-column.lp-price-img {
        max-width: 28%;
        display: block;
        margin-left: auto !important;
    }

    .lp-price .lp-price-left {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
    }

    .lp-price .lp-price-left .lp-price-badge-bg {
        flex: 0 0 140px !important;
        width: 140px;
    }

    .lp-price .lp-price-left>.wp-block-column:not(.lp-price-badge-bg) {
        flex: 1 1 auto !important;
        width: auto;
    }

    .lp-price .lp-price-monthly-main {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
    }

    .lp-price .lp-price-monthly-main>.wp-block-column {
        flex: 0 0 auto !important;
        width: auto;
    }


}

@media (max-width: 599px) {
    .lp-price-spbr {
        display: block;
    }

    .lp-price .lp-price-monthly-main {
        gap: 5px !important;
    }

    .lp-price-note {
        font-size: 12px;
    }

}

/* ==================================================
   LP Section: お問い合わせ
   ================================================== */
.lp-contact {
    background-color: #eaf3fb;
    padding: 3rem 2rem;
}

.lp-contact .wpcf7 {
    background: #fff;
    padding: 4rem 5rem;
    border: 1px solid #004376;
}

.page-id-897 .lp-contact th,
.page-id-897 .lp-contact td {
    border: none;
    padding: 1.6em 0.8em;
    background: transparent;
}

.lp-contact td {
    font-size: 14px;
}

.page-id-897 .lp-contact th:has(+ td textarea) {
    vertical-align: top;
}

.lp-contact tr {
    border-bottom: 1px solid #BDBAB9;
    font-size: 16px;
    color: #231815;
}

.lp-contact input[type="text"],
.lp-contact input[type="email"],
.lp-contact input[type="url"],
.lp-contact input[type="tel"],
.lp-contact textarea {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}

.lp-contact .swell-block-button input[type="submit"] {
    background: var(--the-btn-bg);
    color: #fff;
    font-weight: 700;

    padding: .75em 1.5em;
    line-height: 1.5;
    width: clamp(200px, 80%, 330px);
    margin-inline: auto;
    margin-top: clamp(3rem, 7vw, 68px);

    letter-spacing: 0.1em;
    transition: box-shadow .25s;
}

.lp-contact .swell-block-button[class*=is-style-btn_] {
    margin-bottom: 0;
}

.lp-contact .swell-block-button input[type="submit"]:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
    opacity: 1 !important;
}

@media (max-width: 789px) {
    .page-id-897 .lp-contact th {
        width: 32%;
    }

    .lp-contact .wpcf7 {
        padding: 4rem 5rem 2rem;
    }
}




@media (max-width: 599px) {
    .lp-contact .wpcf7 {
        padding: 6vw;
    }

    .lp-contact table,
    .lp-contact tbody,
    .lp-contact tr,
    .page-id-897 .lp-contact th,
    .lp-contact td {
        display: block;
        width: 100%;
    }

    .lp-contact th {
        padding-bottom: 0.2em;
        border-bottom: none;
    }

    .page-id-897 .lp-contact td {
        padding-top: 0;
    }

}

/* ==================================================
   LP Footer（全ページ共通）
   ================================================== */
.l-footer {
    background-image: url("/wp/wp-content/uploads/202605/footer_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    color: #000000;
}

.w-footer {
    max-width: calc(1000px + var(--swl-pad_container, 0px) * 2);
}

.l-footer__widgetArea {
    padding: 30px 0;
}

.l-footer #media_image-2 img {
    max-width: 194px;
    height: auto;
}

.c-widget+.c-widget {
    margin-top: 2.5em;
}

.l-footer .textwidget {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.footer_link_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer_link a {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 300px;
    height: 70px;
    border: 1px solid #ccc;
    padding: 12px 16px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

.footer_link img {
    width: 60px;
    height: auto;
    flex-shrink: 0;
}

.footer_link p {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.w-footer__box {
    padding: 0;
    flex: none;
}

.w-footer__box:first-child {
    display: grid;
    grid-template-columns: 285px 1fr;
    column-gap: 95px;
}

.w-footer__box:first-child #media_image-2 {
    grid-column: 1 / -1;
}

.w-footer__box:first-child #text-3 {
    grid-column: 2;
    grid-row: 2 / 4;
}

.w-footer__box:last-child {
    margin-top: clamp(70px, 12vw, 145px);
}

.l-footer__foot {
    padding: 50px 0 50px;
}

.l-footer .copyright {
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 959px) {
    .l-footer {
        background-size: cover;
    }

    .l-footer #media_image-2 img {
        max-width: 120px;
    }
}

@media (max-width: 599px) {
    .l-footer__widgetArea {
        padding: 75px 0 15px;
    }

    .w-footer__box:first-child {
        grid-template-columns: 1fr;
    }

    .w-footer__box:first-child #text-3 {
        grid-column: 1;
        grid-row: auto;
    }
}

/* ==================================================
   管理画面用のスタイル調整
   ================================================== */
.editor-styles-wrapper .lp-barrier-row::after {
    display: none;
}