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

/* ----------------------------------------------------

    このファイルには全ページ共通スタイルのみ記述します 

    例）
    header
    ハンバーガーメニュー
    フッター
    コンタクトセクション

------------------------------------------------------*/

/*--------------- 
全体設定 
------------------*/

/* レスポンシブ表示 */
@media (max-width: 959px) {
    .pc-only {
        display: none !important;
    }
}

.sp-only {
    display: none !important;
}

@media (max-width: 959px) {
    .sp-only {
        display: block !important;
    }
}

/* フッター前エリア余白 */
#before_footer_widget {
    margin: 0;
}


/*--------------------- 
        ヘッダー 
----------------------*/
/* ヘッダー配置調整 */
.l-header__inner.l-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    justify-content: space-between;
}

/* ロゴの表示エリア調整 */
.l-header__logo,
.l-fixHeader__logo {
    max-width: 320px;
}

/* ウィジェット表示エリア調整 */
.w-header.pc_,
.l-fixHeader__blog-parts {
    max-width: 422px;
}

/* 追従ヘッダーウィジェットパーツ */
.l-fixHeader__blog-parts {
    display: flex;
    align-items: center;
}

/* 追従ヘッダーウィジェットパーツ 余白*/
.l-fixHeader__blog-parts .swell-block-columns {
    margin-bottom: 0;
}

/* 追従ヘッダー配置調整 */
.l-fixHeader__inner.l-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 追従ヘッダーナビ */
.l-fixHeader__gnav {
    width: 100%;
}

/* 追従ヘッダーナビ配置 */
.l-fixHeader__gnav .c-gnav {
    justify-content: center;
}

/* ヘッダーナビテキストスタイル */
.c-gnav>.menu-item>a .ttl {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #66565A;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

/* ヘッダーナビホバーデフォルトスタイル削除 */
.c-gnav>li:hover>a::after {
    display: none;
}

.c-gnav>li:hover>a .ttl {
    color: #D98A87;
}

/* ドロップダウンメニュー表示幅 */
.c-gnav .sub-menu {
    width: 17em;
}

/* ドロップダウンメニューテキスト */
.c-gnav .sub-menu .ttl {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    transition: 0.3s;
    display: flex;
    gap: 5px;
    align-items: center;
}

/* ドロップダウンメニュースタイル */
.c-gnav .sub-menu li {
    padding: 0 16px;
    background: #D98A87;
}

.c-gnav .sub-menu a {
    border-bottom: 1px solid #FFFFFF;
    padding: 17px 0px 17px 9px;
}

.c-gnav .sub-menu li:last-of-type a {
    border-bottom: none;
}

/* ドロップダウンメニューホバー時 */
.c-gnav .sub-menu li:hover span.ttl {
    opacity: 0.5;
}

.c-gnav .sub-menu a:hover {
    background-color: #D98A87;
}

/* ウィジェットパーツホバー時 */
#custom_html-2 figure {
    transition: 0.3s;
}

#custom_html-2 figure:hover {
    opacity: 0.5;
}

/* 追従ヘッダーウィジェットパーツホバー時 */
.l-fixHeader .header-tel,
.l-fixHeader .header-mail {
    transition: 0.3s;
}

.l-fixHeader .header-tel:hover,
.l-fixHeader .header-mail:hover {
    opacity: 0.5;
}


/* pc表示のときだけ */
@media (min-width: 960px) {

    /* ヘッダーナビテキスト表示エリア調整 */
    .-parallel .l-header__gnav .c-gnav>li>a,
    .l-fixHeader__gnav .c-gnav>li>a {
        padding: 16px 32px;
        position: relative;
    }

    /* ヘッダーナビテキスト仕切り線 */
    .-parallel .l-header__gnav .c-gnav>li>a::before,
    .l-fixHeader__gnav .c-gnav>li>a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
        width: 1px;
        height: 16px;
        background-color: #66565A;
    }

    /* ヘッダーナビテキスト仕切り線（最後の要素だけ削除） */
    .-parallel .l-header__gnav .c-gnav>li:last-of-type>a::before,
    .l-fixHeader__gnav .c-gnav>li:last-of-type>a::before {
        display: none;
    }
}

@media (max-width:1060px) {

    /* ヘッダーナビテキスト表示エリア調整 */
    .-parallel .l-header__gnav .c-gnav>li>a,
    .l-fixHeader__gnav .c-gnav>li>a {
        padding: 16px 20px;
    }
}



/*--------------------- 
    ハンバーガーメニュー
----------------------*/
/* ウィジェットタイトル削除 */
#sp_menu .c-widget__title {
    display: none;
}

/* デフォルトのハンバーガーメニュー削除 */
#sp_menu .p-spMenu__nav {
    display: none;
}

/* ハンバーガーメニュー上部背景色  */
.p-spMenu__inner::before {
    background: #D98A87;
}

/* ハンバーガーメニュー下部部背景色  */
.p-spMenu__body {
    background-color: #E0A2A2;
}

/* ハンバーガーメニューサイトアイコン */
.sp-menu-site-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    max-width: 300px;
}

.sp-menu-site-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ハンバーガーメニュ開閉ボタン */
.icon-menu-thin:before {
    content: "";
    position: relative;
    top: -1px;
    width: 16px;
    height: 2px;
    background-color: #66565A;
}

.icon-menu-thin:after {
    content: "";
    display: block;
    position: relative;
    top: 1px;
    width: 16px;
    height: 2px;
    background-color: #66565A;
}

@media(max-width:374px) {
    .sp-menu-site-icon {
        top: 10px;
        max-width: 250px;
    }
}

/* ハンバーガーメニュー閉じるボタン */
.p-spMenu__closeBtn .c-iconBtn {
    color: #fff;
}

/* ハンバーガーメニュタイトル */
.hum-menu .office-title,
.hum-menu .service-title {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

/* リスト */
.hum-menu ul {
    margin-bottom: 24px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-left: 1em;
}

@media(max-width:599px) {
    .hum-menu ul {
        column-gap: 40px;
    }
}

/* リストテキスト */
.hum-menu .office-menu li,
.hum-menu .service-menu li {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
    color: #fff;
    position: relative;
}

/* リスト前方要素 */
.hum-menu .office-menu li::before,
.hum-menu .service-menu li::before {
    content: "-";
    color: #fff;
    position: absolute;
    left: -1em;
}

/* 小リスト */
.hum-menu .office-menu li span {
    display: block;
    font-size: 12px;
}

/*--------------------- 
        フッター
----------------------*/

.l-footer {
    display: flex;
}

@media (max-width: 959px) {
    .l-footer .footer-logo {
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 959px) {
    .l-footer {
        flex-direction: column-reverse;
    }
}

.l-footer__foot {
    display: none;
}

.l-footer__left {
    width: 40%;
    background-color: #D98A87;
    padding: 115px 10px;
}

@media (max-width: 959px) {
    .l-footer__left {
        width: 100%;
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.l-footer__left-container {
    max-width: 387px;
    margin-left: auto;
}

@media (max-width: 959px) {
    .l-footer__left-container {
        max-width: 500px;
        margin: 0 auto;
    }
}

.l-footer__right {
    width: 60%;
    background-color: #E0A2A2;
    padding-left: 10%;
    position: relative;
    z-index: 1;
}

@media (max-width: 959px) {
    .l-footer__right {
        width: 100%;
        padding-left: 0;
    }
}

.l-footer__right li {
    position: relative;
    padding-left: 1em;
    z-index: 1;
    width: fit-content;
    border-bottom: 1px solid transparent;
}

.l-footer__right li::before {
    content: "-";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.l-footer__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

@media (max-width: 959px) {
    .l-footer__bg {
        height: 50%;
        object-fit: cover;
    }
}

.l-footer__content {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 32px 0;
}

.l-footer__location {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 16px;
    line-height: 2.09;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 24px;
}

.l-footer__tel {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    color: #fff;
    margin-bottom: 24px;
}

.l-footer__time {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
}

.l-footer__sns img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.l-footer small {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
}

@media (max-width: 959px) {
    .l-footer small {
        text-align: center;
        display: block;
    }
}

.l-footer__right-outer {
    padding: 140px 0;
    display: flex;
    gap: 20%;
}

@media (max-width: 959px) {
    .l-footer__right-outer {
        justify-content: center;
        padding: 60px 16px;
        gap: 10%;
    }
}

.l-footer__office-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 32px;
}

.l-footer__office-item {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.l-footer__service-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 28px;
    line-height: 1.57;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 32px;
}

.l-footer__service-item {
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

#before_footer_widget {
    margin-top: 0 !important;
}

#before_footer_widget #custom_html-4 {
    margin-top: 0 !important;
}

#before_footer_widget #custom_html-5 {
    margin-top: 0 !important;
}

.l-footer__right li:hover a {
    border-bottom: 1px solid currentcolor;
}




/*--------------------- 
    Contactセクション 
----------------------*/
/* 最上位要素 */
.contact {
    width: 100%;
    position: relative;
    padding: 64px 20px;
}

/* 背景画像配置 */
.contact__bg-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

/* 背景画像スタイル */
.contact__bg-img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: none;
    opacity: 0.2;
    object-position: 35% 80%;
}

/* 大画面用の調整 */
@media(min-width:2000px) {

    /* 背景画像スタイル */
    .contact__bg-img img {
        object-fit: cover;
        object-position: 50% 50%;
    }
}

/* 背景画像レイヤー */
.contact__bg-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #D98A87;
}

/* コンテンツラッパー要素 */
.contact__wrapper {
    background-color: #fff;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 8.5% 40px 8.5%;
}

/* 見出し要素ラッパー */
.contact__head-wrapper {
    margin-bottom: 30px;
}

/* サブ見出し */
.contact__sub-head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    color: #D98A87;
    text-align: center;
    position: relative;
    z-index: 5;
	z-index:0;
    margin-bottom: 10px;
}

/* 英語見出し */
.contact__sub-head::before {
    content: "CONTACT";
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 64px;
    line-height: 1.67;
    letter-spacing: 0.025em;
    color: #FAF8F0;
    mix-blend-mode: multiply;
}

/* 見出し画像 */
.contact__head-img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.contact__head-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* メイン見出し */
.contact__head {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.53;
    letter-spacing: 0.02em;
    color: #66565A;
    text-align: center;
    margin-bottom: 16px;
}

/* 見出しアンダーライン */
.contact__head-line {
    width: 50px;
    height: 1px;
    background-color: #D98A87;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.contact__main-message {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 34px;
    line-height: 1.53;
    letter-spacing: 0em;
    color: #66565A;
    text-align: center;
    margin-bottom: 16px;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #F6E1E1;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

.contact__text {
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 16px;
    line-height: 2.09;
    letter-spacing: 0.03em;
    color: #66565A;
    text-align: center;
    margin-bottom: 24px;
}

.contact__tel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.contact__tel {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 48px;
    line-height: 1.5;
    letter-spacing: 0.015em;
    color: #D98A87;
    margin-left: 12px;
}

.contact__day {
    font-family: "Shippori Mincho B1";
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #66565A;
    padding: 10px;
    border: 1px solid #66565A;
}

.contact__banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.contact__banner-img {
    display: block;
    max-width: 461px;
    width: 100%;
    transition: 0.3s;
}

.contact__banner-img:hover {
    opacity: 0.5;
}

.contact__banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact__tel-banner{
	    width: 95%;
    max-width: 445px;
}

@media(max-width:959px) {
    .contact__tel-wrapper {
        flex-direction: column;
    }

    .contact__banner {
        flex-direction: column;
    }

    .contact__head {
        font-size: 28px;
    }

    .contact__sub-head::before {
        font-size: 56px;
    }

    .contact__main-message {
        font-size: 30px;
        line-height: 1.67;
        letter-spacing: 0.025em;
    }

    .contact__tel {
        font-size: 40px;
        line-height: 1.53;
        letter-spacing: 0.02em;
    }

    .contact__banner {
        gap: 16px;
    }
}

@media(max-width:599px) {
    .contact__wrapper {
        padding: 80px 20px 40px 20px;
    }

    .contact__head {
        font-size: 24px;
        line-height: 1.67;
        letter-spacing: 0.025em;
    }

    .contact__sub-head::before {
        font-size: 48px;
    }

    .contact__main-message {
        font-size: 24px;
    }

    .contact__text {
        font-size: 14px;
        line-height: 1.71;
        margin-bottom: 16px;
    }

    .contact__tel {
        font-size: 34px;
    }

    .contact__tel svg {
        width: 30px;
        height: 30px;
    }

    .contact__day {
        font-size: 16px;
        line-height: 1.75;
    }

    .contact__tel-wrapper {
        margin-bottom: 24px;
    }
}

@media(max-width:399px) {
    .contact__tel {
        font-size: 30px;
    }
}


/*------------------- 
バナーリンク
--------------------*/
.banner-link {
    padding: 120px 0;
    background-color: #fff;
}

.banner-link__wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

@media (max-width: 959px) {
    .banner-link__wrapper {
        flex-direction: column;
    }
}

.banner-link__wrapper a {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.banner-link__wrapper a:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(147, 147, 147, 0.3);
    z-index: 0;
}

.banner-link__wrapper img {
    display: block;
    object-fit: contain;
}


/* -----------------------------
 * 追従バナー（sp） 
-------------------------------*/
.follow-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;

}

.follow-btn__wrapper {
    display: flex;
    gap: 0;
}

.follow-btn a {
    display: block;
    width: 50%;
}

.follow-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* -----------------------------
 * 追従LINEボタン  
-------------------------------*/
#banner-wrap {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    width: 254px;
}

#banner-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 20%;
    background-color: transparent;
    border: none;
    z-index: 101;
}

#banner-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width:959px) {
    #banner-wrap {
        bottom: 15%;
        width: 210px;
    }
}

@media (max-width:599px) {
    #banner-wrap {
        bottom: 10%;
        width: 180px;
    }
}

/* -----------------------------
 * フッター上での追従バナー  
-------------------------------*/
#banner-wrap,
.follow-btn {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#banner-wrap.is-hidden-at-footer,
.follow-btn.is-hidden-at-footer {
	opacity: 0;
	visibility: hidden;
	pointer-events: none; /* 透明でもクリックできないように */
}

/* -----------------------------
 * スマホメニューが開いている間は追従要素を隠す
-------------------------------*/
html[data-spmenu="opened"] #banner-wrap,
html[data-spmenu="opened"] .follow-btn {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}


/* -----------------------------
 * リンクボタン
-------------------------------*/
.link-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #544448 0%, #66565A 100%);
    font-family: "Shippori Mincho B1";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 16px 40px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #66565A;
    border-radius: 999px;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    transition: all 0.3s;

    position: relative;
    overflow: hidden;
}

.link-btn__text {
    transition: 0.3s;
}

.link-btn:hover .link-btn__text {
    color: #66565A;
}

.link-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #CCC4C6;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

.link-btn:hover::before {
    opacity: 1;
}


/* テキストを前面へ */
.link-btn>* {
    position: relative;
    z-index: 1;
}

.link-btn svg path {
    fill: #fff;
    transition: 0.3s;
}

.link-btn:hover svg path {
    fill: #66565A;
}

@media(max-width:599px) {
    .link-btn {
        font-size: 16px;
        line-height: 2.09;
        letter-spacing: 0.03em;
        color: #fff;
        padding: 8px 24px;
    }
}




.column-cat-news{
	font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #66565A;
    background-color: #E88C7A;
    padding: 8px 16px;
    border-radius: 999px;
    opacity: 1;
	position: absolute;
	top:8px;
	right:8px;
}
.column-cat-lawyer-column{
	font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #66565A;
    background-color: #F6E1E1;
    padding: 8px 16px;
    border-radius: 999px;
    opacity: 1;
		position: absolute;
	top:8px;
	right:8px;
}
.column-cat-case{
	font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #66565A;
    background-color: #D4E1E9;
    padding: 8px 16px;
    border-radius: 999px;
    opacity: 1;
		position: absolute;
	top:8px;
	right:8px;
}
.column-cat-voice{
	font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.04em;
    color: #66565A;
    background-color: #F6E9D0;
    padding: 8px 16px;
    border-radius: 999px;
    opacity: 1;
		position: absolute;
	top:8px;
	right:8px;
}





/* google-recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}