@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
*/

/*吹き出しの位置を調整*/

div.w_b_space.w_b_mp0.w_b_div{
	height: 0px;
}


/*画像の影を非表示*/
.voice-item .img-wrap,
.count-item .img-wrap,
.box-common .img-wrap {
    -webkit-box-shadow: 3px 3px 0 0 rgba(0, 24, 77, 0.2);
    box-shadow: none;
}

/* トップお知らせ */
.infomation-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.top-info-wrap {
    padding: 0;
}

.infomation-wrap p {
	font-size: 0.9rem;
    margin: 0;
}

.top-infomation {
    padding: 0 4%;
    background: #fff;
    box-shadow: 1px 1px 5px #aaa;
}

p.text-right {
    text-align: right;
}
.top-cta.top{
	margin-top: 10px;
}

/* ヘッダーロゴ・ナビ*/
@media (min-width: 960px) {
    .-parallel .l-header__logo {
        text-align: left;
        width: 100%;
        height: 80px;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .-parallel .l-header__gnav .c-gnav {
        justify-content: flex-start;
        background-color: #00184D;
        color: #fff;
        padding: 0;
        height: 52px;
    }

    .c-gnav>.menu-item {
        height: 100%;
        position: relative;
        padding: 0 10px;
    }

    .-parallel .l-header__gnav .c-gnav>li>a {
        padding: 16px;
        border-bottom: 1px solid #fff;
        transition: 0.3s;
    }

    .-parallel .l-header__gnav .c-gnav>li>a:hover {
        color: #EDAA3E;
        border-bottom: 1px solid #EDAA3E;
    }

    .c-gnav>.menu-item>a .ttl {
        display: block;
        font-size: 16px;
        font-family: serif;
    }

    .c-gnav>.menu-item:not(:first-child)::after {
        content: "";
        display: block;
        background-image: url(https://homeo-life.com/wp-content/themes/swell_child/assets/img/common/nav-border.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 4px;
        height: 34px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .l-header-bar .bar-links {
        padding: 4px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    /* ヘッダーボタン */
    .bar-links.ff-mincho {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    a.link {
        display: flex;
        align-items: center;
        color: #212121;
        text-decoration: none;
    }

    .bar-links.ff-mincho .link img {
        margin-right: 5px;
        display: inline-block;
        width: 26px;
        background-color: #00184D;
        border-radius: 100px;
        margin-bottom: 0;
    }

    .l-header-bar .bar-links>.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 46px;
    }

    .l-header-bar .bar-links>.btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 46px;
    }
}

@media not all and (min-width: 960px) {
    .l-header__inner {
        flex-direction: row-reverse;
    }

    .l-header__menuBtn {
        color: #fff;
        background: #00184D;
    }
}

.c-gnav>.menu-item>.sub-menu {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-20%);
    background: #00184D;
    padding: 10px 20px;
}

.c-gnav .sub-menu li {
    position: relative;
    border-bottom: 1px solid #fff;
}

.c-gnav .sub-menu a {
    color: #fff !important;
}

.c-gnav .sub-menu a:hover {
    color: #EDAA3E !important;
}



/* ヘッダーテキスト */
.p-mainVisual__slideText {
    text-align: left;
    font-size: 45px;
    letter-spacing: 2px;
    font-family: serif;
    line-height: 1.4;
}

/* トップ相談ボタン付近 */
div#post_slider {
    display: none;
}

/* コンテンツエリア */
.top #content {
    max-width: 1320px;
    margin: auto;
    justify-content: center;
}

.main-panel {
    padding-top: 10px;
}

.l-mainContent__inner>.post_content {
    margin: 4em 0;
    padding: 0;
}

.-frame-on .l-mainContent {
    padding: 40px 100px;
}

.home main.l-mainContent {
    padding: 40px;
}

.-sidebar-on #sidebar {
    width: var(--swl-sidebar_width);
    background: #fff;
}

.-frame-on-sidebar #sidebar .c-widget {
    background: #fff;
    border-radius: var(--swl-radius--4, 0);
    padding: 40px 40px 40px 10px;
}

/* 記事見出し */

.post_content>h2 {
    margin-left: 0;
    margin-right: 0;
}

.post_content h2 {
    margin: 60px 0 20px;
}

.single-post .post_content h2,
.post_content>h2 {
    font-size: 1.875rem;
    font-weight: 500;
    position: relative;
    color: #fff;
    padding: 13px 10px 17px 30px;
    background-color: #00184D;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #00184d), color-stop(90%, rgba(0, 24, 77, 0))), url(https://homeo-life.com/wp-content/themes/swell_child/assets/img/common/h2-pattern.png);
    background-image: linear-gradient(left, #00184d 60%, rgba(0, 24, 77, 0) 90%), url(https://homeo-life.com/wp-content/themes/swell_child/assets/img/common/h2-pattern.png);
    background-position: center;
    letter-spacing: 0.03em;
}

.single-post .post_content h2::after,
.post_content>h2::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    display: block;
    height: 100%;
    width: 2px;
    background-color: #fff;
}


.post_content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #00184D;
    background-color: rgba(0, 24, 77, 0.07);
    background-image: url(https://homeo-life.com/wp-content/themes/swell_child/assets/img/common/h3-pattern.png);
    background-position: center -5px;
    line-height: 1.5;
    padding: 8px 15px 13px;
    position: relative;
    margin: 50px 0 20px;
}

.post_content h3::after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #00184D;
    bottom: 2px;
    left: 0;
}

.post_content h4 {
    font-size: 1.375rem;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    margin: 20px 0 10px;
}

.post_content h4::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 8px;
    border-left: 5px solid #00184D;
    border-right: 1px solid #00184D;
    background-color: #fff;
}


/* top見出し */

.post_content .frontpage-panel-header h2 {
    background: none;
}

.frontpage-panel-header {
    padding: 20px 0;
}

.frontpage-panel-header::before {
    left: 1px !important;
}



.frontpage-h2::after {
    content: none !important;
}

/* 箇条書き */
.box-ul.ul-flex {
    list-style: none;
}

.box-ul.ul-flex li::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 10px;
    left: -15px;
    margin: 0;
    background-color: #00184D;
}

/* トップ　悩み */
.col-12.col-md-6.mb-20 {
    height: 120px;
}

/* パンくずリスト*/
.p-breadcrumb__list {
    font-size: 11px;
    color: #fff;
}

@media(max-width:960px) {
    .bar-links.ff-mincho {
        display: none;
    }

    .p-mainVisual__slideText {
        font-size: 24px;
    }
}

/* サイドボタン */
.fixed-nav {
    top: 40%;
}

@media(max-width:767px) {
    .fixed-nav {
        top: initial;
    }

    .fixed-nav .fixed-btn:hover, .fixed-nav .fixed-btn:active {
        -webkit-transform: inherit;
        transform: initial;
        opacity: 1;
    }
}

@media(max-width:600px) {
    .-frame-on .l-mainContent {
        padding: 20px;
    }

    div#post_slider {
        display: none;
    }

    .frontpage-panel-header h2,
    .post_content>h2 {
        font-size: 20px !important;
    }

    .inner {
        font-size: 16px;
    }
}

/* ブログ記事 */
.c-postTitle__ttl {
    font-size: 24px;
    font-size: 2rem;
    border-bottom: 2px solid #00184D;
    line-height: 1.3;
    margin-top: 20px;
    padding: 0 0 23px;
    position: relative;
}

.c-postTitle__ttl::after {
    content: "";
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #00184D;
    bottom: 3px;
    left: 0;
}

.p-articleMetas.-top {
    justify-content: space-between;
}



/* 固定ページ */
.l-article {
    max-width: 1190px;
}

.c-filterLayer.-texture-dot:after {
    background-image: none;
}

@media (min-width: 600px) {
    .c-pageTitle {
        font-size: 2.5em;
        color: #fff;
    }

    /*固定ページ ヘッダー */
    .l-topTitleArea {
        min-height: 170px;
        padding: 1em 0;
    }

}

.l-topTitleArea.c-filterLayer::before {
    background-color: none;
    opacity: 1;
    content: none;
}

.c-filterLayer.-texture-dot:after {
    background-image: none;
    background-color: none;
}

/* お客様の声 */
.page-header {
    margin: 0px -300px;
    height: 180px;
}

.page-title.archive {
    max-width: 1200px;
    margin: 0 auto;
}

/* よくある質問 */
.col-main {
    padding: 30px;
}

/*ページネーション*/
.pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

a.prev.page-numbers,
a.next.page-numbers {
    background: none;
    box-shadow: none;
    color: #00184d;
    border: 1px solid #00184d;
    padding: 0 5px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
    background: #efefef;
}


/* 無料メルマガ */
.page-id-1271 #top_title_area,
.page-id-1271 #breadcrumb,
.page-id-1271 header.l-header {
    display: none;
}

.page-id-1271 div#content {
    padding: 0;
    margin: 0;
    max-width: 2000px;
}

.page-id-1271 h1.main-copy.ff-mincho.lp-marker {
    letter-spacing: 10px;
}

/* お問い合わせ　*/
.row {
    margin: 20px -15px;
}

/* プレセッション */
.page-id-1695 div.inner-img {
    display: none;
}


/* フッターナビ */
.w-footer {
    display: block !important;
}

.f-nav-wrap {
    display: flex;
    justify-content: center;
}

.footer-nav-list {
    margin-bottom: 0px !important;
}

/* プライバシーポリシー */
.privacy-p {
    padding-left: 20px;
}

.privacy-ul {
    margin-left: 20px;
}

/*** 新LPスタイル ***/
.sp {
    display: none;
}

.pc {
    display: block;
}

.page-template-page-lp header,
.page-template-page-lp div#breadcrumb,
.page-template-page-lp #top_title_area,
.single-post_lp header,
.single-post_lp div#breadcrumb,
.single-post_lp #top_title_area {
    display: none;
}

.single-post_lp article.main-panel.lp {
    margin-top: 0;
    padding-top: 80px;
}

.header-img {
    max-width: 1190px;
    margin: 0 auto;
}

.header-img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
}

.page-template-page-lp .main-panel.lp {
    margin-top: 0;
    padding: 3% 10%;
}

.has-red-color {
    color: #ff0000;
}

.has-blue-color {
    color: #0000ff;
}

/* 見出し */
.main-panel.lp h1 {
    font-size: 1.7rem;
    padding: 0 0 50px;
}

.main-panel.lp h2 {
    position: relative;
    font-size: 1.4rem;
    background: #00143f;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding: 0.75em 1em;
    margin: 2em 0 1em;
    color: #fff;
}

.main-panel.lp h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.main-panel.lp h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.main-panel.lp .h3-answer {
    font-size: 1.4rem;
    color: #ff0000;
    text-decoration: underline;
    margin-bottom: 10px;
    border: none;
    background: none;
}

.main-panel.lp .h3-answer::after {
    content: none;
}

.main-panel.lp h3 {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #00184D;
    background-color: rgba(0, 24, 77, 0.07);
    background-image: url(../img/common/h3-pattern.png);
    background-position: center -5px;
    line-height: 1.5;
    padding: 8px 15px;
    margin-bottom: 10px;
}

.main-panel.lp h3::after, .entry-contents h3::after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    background-color: #00184D;
    bottom: 2px;
    left: 0;
}

/* リスト */
.lp-list01,
.lp-list02 {
    padding-left: 30px;
}

.lp-list01 li {
    position: relative;
    line-height: 1.8;
    margin-bottom: 10px;
}

.lp-list01 li::after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: -1.5em;
    width: 15px;
    height: 10px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
}

.lp-list02 {
    list-style: disc;
}

.lp-list02 li {
    line-height: 1.8;
    margin-bottom: 10px;
}

.lp-list02 .has-blue-color {
    text-decoration: underline;
}

ol.lp-list03 {
    list-style: decimal;
}


.lp-list03 li {
    line-height: 1.7;
    margin-bottom: 10px;
}

/* ボックス */
.lp-box01 {
    padding: 30px 30px 30px 50px;
}

/* お客様の声 */
.smb-balloon__figure {
    height: 120px;
    width: 120px;
}

.n2-ss-align {
    max-width: 700px;
    margin: 0 auto;
}

.smb-balloon__name {
    font-size: 18px;
    font-weight: 600;
}

/* FAQ */
.wp-block-snow-monkey-blocks-faq-item.smb-faq__item {
    padding: 15px 0;
}

.smb-faq__item__question {
    border-bottom: 2px solid #aaa;
    padding: 10px 20px 5px;
    margin: 15px 0;
    background: #eee;
}

.smb-faq__item__answer {
    padding: 0 22px;
}

/* フォーム */
.lp-form {
    max-width: 620px;
    margin: 0 auto;
}

.form-item {
    margin-bottom: 20px;
}

.form-name,
span.wpcf7-list-item-label {
    font-weight: 700;
}

.form-item.select-item p {
    padding-left: 30px;
    line-height: 1.5;
}

span.form-small {
    font-size: 0.8em;
}

.lp-form .red {
    color: #ff0000;
}

.lp-submit {
    text-align: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 250px;
    height: 50px;
    color: #fff;
    border: none;
    background: #52c061;
    border-radius: 10px;
}

textarea {
    width: 90%;
    resize: vertical;
    height: 150px;
}

.owner-h5 {
    margin-bottom: 5px;
}

/* サイドバー */
.sidebar-h3 {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    border-top: 2px solid #00184D;
    background-color: rgba(0, 24, 77, 0.07);
    background-image: url(https://life-jump.co.jp/wp-content/uploads/2025/05/h3-pattern.png);
    background-position: center -5px;
    line-height: 1.5;
    padding: 8px 10px 8px;
    position: relative;
    text-align: center;
}

.-frame-on-sidebar #sidebar .c-widget {
    background: #fff;
    border-radius: var(--swl-radius--4, 0);
    padding: 20px;
}

/* YouTube(サイドバー) */
.sidebar-youtube iframe {
	width: 100%;
	height: 190px;
}

/* フッター */
footer#footer {
    padding-top: 30px;
}

.w-beforeFooter {
    margin: 50px 0 0;

    .l-container {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .row {
        max-width: 1200px;
        margin: 0 auto;
    }
}


/* スマホ表示 */

@media(max-width:780px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .page-template-page-lp .main-panel.lp {
        padding: 3% 4%;
    }

    .page-template-page-lp div#content {
        padding: 0;
    }

    .main-panel.lp h1 {
        font-size: 1.2rem;
    }

    .wp-block-snow-monkey-blocks-container.smb-container.c-container {
        padding: 0;
    }

    .form-name, span.wpcf7-list-item-label {
        font-weight: 500;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 100%;
    }

    .l-footer {
        padding: 40px 20px;
    }
	
	.-sidebar-on #sidebar {
    width: 100%;
    }
}