@charset "UTF-8";
/* 共通部分 */
body {
    background: var(--color-base);
    color: var(--color-text);
    overflow: hidden;
    font-size: 17px;
    font-size: clamp(17px, 0.8vw, 20px);
    letter-spacing: .06rem;
    counter-reset: number 0 counter-reset1 counter-reset2;
    position: relative;
    z-index: 0;
}
a, .post-content a {
    color: var(--color-text);
}
.font-1, .headline-font-type, .post-date, .article03-date {
    font-family: var(--font-main);
}
p, .post-content p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
}
.post-content ul {
    font-size: 1rem;
    font-weight: 500;
    list-style: disc;
}
.breadcrumb-wrapper {
    height: 25px;
    background: none;
}
.breadcrumb.inner {
    width: fit-content !important;
    max-width: 1150px;
    font-size: 0.85rem;
    font-weight: 500;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
}
.signage {
    height: 250px;
    background: none;
}
.signage-title, .signage-title-sub {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    text-shadow: none;
}
.signage-title {
    font-size: 2.8rem !important;
    font-weight: 700;
    letter-spacing: .1rem;
    color: #fff !important;
}
.signage-title-sub {
    font-size: 1.15rem !important;
    font-weight: 800;
    margin-top: 20px;
    letter-spacing: .1rem;
    line-height: 1;
    color: var(--color-sub) !important;
}
@media only screen and (max-width: 768px) {
    .signage {
        height: 180px;
    }
    .signage-title {
        font-size: 2rem !important;
        letter-spacing: .05rem;
    }
    .signage-title-sub {
        font-size: 0.9rem !important;
        margin-top: 15px;
    }
}
/* 共通部分 END */
/* ナビ */
/*.home .header::before {
    content: 'SCROLL';
    position: absolute;
    color: var(--color-text);
    text-align: center;
    width: 80px;
    left: 0;
    bottom: 50px;
    font-size: 12px;
    font-weight: 800;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    letter-spacing: .15rem;
    z-index: 2;
}*/
/*.home .header::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: var(--color-text);
    bottom: 0;
    left: 72px;
    z-index: 1;
}*/
.header-bar {
    z-index: 50;
    box-shadow: none;
    background: none !important;
}
.logo-image {
    top: 5px;
    left: 5px;
    width: 140px;
    max-width: 140px;
    height: auto;
    position: absolute;
    transition: all 0.5s ease;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a, .global-nav .sub-menu a, .global-nav a:hover, .global-nav .current-menu-item > a {
    color: var(--color-text);
}
.global-nav {
    padding-left: 18px;
    background: var(--color-white);
}
.global-nav > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 95px;
    height: 100px;
    padding: 0 18px;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    z-index: 0;
}
.global-nav > ul > li > a::before, .global-nav .current-menu-item > a::before {
    content: "";
    width: 0;
    height: 10px;
    background: var(--color-sub);
    opacity: 0.3;
    top: 45px;
    left: 20px;
    position: absolute;
    transition: all 0.5s;
    z-index: -1;
}
.global-nav > ul > li > a:hover::before{
    width: calc(100% - 40px);
}
.global-nav > ul > li > a::after {
    content: "";
    position: relative;
    text-align: center;
    display: block;
    bottom: 30px;
    line-height: 1;
    font-size: 12px;
    font-weight: 900;
    color: var(--color-sub);
}
.global-nav > ul > li > a span{
    position: relative;
    text-align: center;
    display: block;
    bottom: 30px;
    line-height: 1;
    font-size: 12px;
    font-weight: 900;
    color: var(--color-sub);
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "HOME";
}
.global-nav > ul > li.global-menu-service > a::after {
    content: "SERVICE";
}
.global-nav > ul > li.global-menu-staff > a::after {
    content: "STAFF";
}
.global-nav > ul > li.global-menu-faq > a::after {
    content: "Q&A";
}
.global-nav > ul > li.global-menu-work > a::after {
    content: "WORK";
}
.global-nav > ul > li.global-menu-blog > a::after {
    content: "BLOG";
}
.global-nav > ul > li.global-menu-information > a::after {
    content: "INFO";
}
.global-nav > ul > li.global-menu-contact > a {
    padding: 0 20px;
    margin-left: 8px;
    color: var(--color-white);
    background: var(--color-primary);
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "CONTACT";
    color: var(--color-backdrop);
}
.global-nav > ul > li.global-menu-contact > a:hover {
    background: var(--color-sub);
}
.global-nav .sub-menu {
    top: 110%;
}
.global-nav .sub-menu li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.global-nav .sub-menu li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.global-nav .sub-menu a {
    font-size: 17px;
    font-weight: 700;
    background: var(--color-white) !important;
}
.global-nav .sub-menu a::before {
    content: none;
}
.global-nav .sub-menu a:hover {
    color: var(--color-sub) !important;
    background: var(--color-white) !important;
}
@media only screen and (max-width: 1200px) {
    .home .header::before, .home .header::after {
        content: none;
    }
    .logo-image {
        top: 5px;
        left: -10px;
        width: 80px;
    }
    .header-bar {
        top: 0;
        border: none;
        box-shadow: none;
    }
    .global-nav {
        padding-left: 0;
        padding-right: 0;
        background: none;
    }
    .global-nav-button {
        border-left: 0;
        background: var(--color-white);
        height: 55px;
    }
    .global-nav-button:before {
        color: var(--color-text);
    }
    .global-nav-button:hover::before {
        color: var(--color-sub);
    }
    .global-nav > ul > li > a {
        font-size: 14px;
        text-align: left;
        padding: 15px 25px;
        height: 50px;
        line-height: 51px;
    }
    .global-nav > ul > li > a::after {
        font-size: 10px;
        position: absolute;
        display: inline-block;
        margin-left: 15px;
        bottom: 18px;
    }
    .global-nav > ul > li.global-menu-contact > a {
        margin-left: 0;
        padding: 0 25px;
        background: var(--color-white);
    }
    .global-nav > ul > li.global-menu-contact > a::after {
        color: var(--color-sub);
    }
    .global-nav a {
        background: var(--color-white);
        color: var(--color-text) !important;
    }
    .global-nav .sub-menu li:first-child a {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .global-nav .sub-menu li:last-child a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .global-nav .sub-menu a {
        font-size: 13px;
        line-height: 51px;
        color: var(--color-text) !important;
        background: var(--color-white) !important;
        padding: 0 25px;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        color: var(--color-sub) !important;
        background: var(--color-white) !important;
    }
    .global-nav > ul > li > a:before {
        content: none !important;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: var(--color-text);
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
/* トップスライダー & ヒーローコピー：旧スタイルは家族愛リブランド時に style.css 末尾で全面再定義 */
/* 旧フロントページ／フッターのスタイルは家族愛リブランド時に style.css 末尾へ全面再定義 */
.footer-gallery-title,
.align1,
.footer-content {
    display: none;
}

.header-youtube .mbYTP_wrapper iframe{
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}
@media only screen and (max-width: 1200px) {
    .top-slider {
        height: calc(60vh - 50px);
    }
    .header-youtube:not(.bg-image) {
        height: calc(100vw * 9 / 16) !important;
    }
    .top-slider-wrapper {
        width: 100%;
        border-radius: 0;
    }
}
@media only screen and (max-width: 970px) {
    .dp-footer-bar {
        font-size: 10px;
        background: var(--color-primary) !important;
        border-top: 1px solid var(--color-primary) !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid var(--color-white) !important;
    }
    .dp-footer-bar a {
        color: var(--color-white);
    }
    .dp-footer-bar a span {
        font-weight: 700;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
    .icon-file-text::before {
        content: "\e909";
    }
    .icon-share-alt:before {
        content: "\ea92";
    }
}
@media only screen and (max-width: 768px) {
    .top-slider {
        height: calc(100vh - 55px);
    }
    .pagetop {
        bottom: 70px !important;
    }
    .social-nav {
        display: none;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
/*.post-content h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-top: 0;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: var(--color-sub);
    border-radius: 100px;
    width: 10px;
    height: 10px;
    margin: 15px auto 0;
}
.post-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 0;
    color: var(--color-primary);
}
.post-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    position: relative;
}
.post-content h4::before {
    content: '';
    position: absolute;
    background: var(--color-sub);
    width: 20px;
    height: 2px;
    top: 50%;
    left: 0;
}*/
.post-content .s_table {
    width: 100%;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.95rem;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.8;
    padding: 24px 2px 21px;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
}
.post-content th {
    width: 25%;
    text-align: left;
    border-right: none;
}
.post-content td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        font-size: 0.95rem;
        padding: 14px 2px 12px;
        display: block;
        box-sizing: border-box;
        width: 100% !important;
    }
    .post-content th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .post-content td {
        border-top: none;
    }
}
@media only screen and (max-width: 768px) {
    .content_inner {
        padding: 40px 0 50px;
    }
    .post-content h2 {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 100px;
}
.archive-header {
    margin: 90px 0 40px;
}
h1.archive-title {
    font-weight: 700;
    color: var(--color-text);
}
.post-header {
    text-align: left;
    margin-bottom: 30px;
}
h1.post-title {
    font-weight: 500;
    line-height: 1.8;
}
.article03 {
    border: 1px solid var(--color-sub);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-white);
    box-sizing: border-box;
}
.article03, .article03-thumbnail {
    transition: all 0.5s ease 0s;
}
.article03:hover {
    border-radius: 10px;
}
.article03 a:hover .article03-thumbnail {
    border-radius: 9px 9px 0 0;
}
.article03-content {
    padding: 15px 18px;
}
.article03-title {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--color-text);
}
.article03-date {
    font-size: 12px;
}
.article03 a:hover {
    background: var(--color-white);
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
}
.post-title {
    color: var(--color-text);
}
.nav-links01 {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid var(--color-border);
}
.article01-thumbnail {
    border: 1px solid var(--color-border);
    border-radius: 5px;
    box-sizing: border-box;
}
.article01-title a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--color-text);
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: var(--color-white);
    box-sizing: border-box;
    padding: 18px 25px;
}
.post-meta-box-item::before {
    color: var(--color-sub);
}
.post-meta-box-item a {
    font-weight: 700;
}
.headline-bar {
    color: var(--color-sub);
    font-weight: 700;
    text-align: left;
    background: var(--color-white);
}
.side_widget .headline-bar {
    font-size: 16px;
    font-weight: 900;
    padding: 18px 15px;
    margin-bottom: 10px;
    background: var(--color-white);
}
.widget_recent_entries .post-date {
    color: var(--color-text);
    line-height: 1.5;
    font-size: 11px;
    font-weight: 500;
    margin-top: 7px;
}
.widget_recent_entries .post-date:before {
    color: var(--color-sub);
    font-size: 10px;
}
.widget_recent_entries li {
    border-color: var(--color-border);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget_recent_entries li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}
.widget_categories ul li {
    color: var(--color-text);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        height: 50px;
        font-size: 0.85rem;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .side_widget .headline-bar {
        height: 40px;
        line-height: 20px;
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 768px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2rem !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: var(--color-sub);
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid var(--color-border);
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
}
p.caution:last-of-type {
    margin-bottom: 0;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    color: var(--color-caution);
}
span.caution {
    position: relative;
    padding-left: 17px;
    line-height: 1.8;
    box-sizing: border-box;
    display: inline-block;
}
span.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-caution);
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    background: var(--color-sub);
    width: 7px;
    height: 7px;
    top: 9px;
    left: 0;
}
ul.list.caution_list li::before {
    content: '※';
    background: none;
    top: 0;
    color: var(--color-caution);
}
a.content_but {
    width: 100%;
    max-width: 330px;
    padding: 16px 22px;
    margin-top: 10px;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: 100px;
    font-weight: 700;
    letter-spacing: .05rem;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    display: block;
    position: relative;
    transition: 0.8s;
}
a.content_but:hover {
    color: var(--color-white);
    background: var(--color-sub);
}
a.content_but::after {
    position: absolute;
    content: '\ea3c';
    font-family: 'design_plus';
    font-size: 12px;
    font-weight: 400;
    top: 20px;
    right: 22px;
    transition: all 0.5s;
}
a.mail_but::after {
    content: "\f0e0";
    font-size: 17px;
    top: 15px;
}
a.line_but {
    background: var(--color-line);
}
a.line_but::after {
    content: "\e909";
    font-size: 22px;
    top: 13px;
}
/* コンテンツ 共通 END */
/* 生前整理・遺品整理 */
.service_box {
    margin-bottom: 70px;
    box-sizing: border-box;
}
.service_box:nth-of-type(even) {
    padding: 30px 35px;
    background: var(--color-white);
}
.service_box p {
    margin-bottom: 15px;
}
.service_box:last-of-type, .service_box p:last-child {
    margin-bottom: 0;
}
ul.img_list {
    margin: 0;
    margin-top: 30px;
}
ul.img_list li {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}
ul.img_list li::marker {
    content: none;
}
p.chosen_first_text {
    font-size: 1.1rem;
    width: fit-content;
    margin: 0 auto 40px;
}
.chosen_box {
    padding-left: 120px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
    position: relative;
}
.chosen_box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}
.chosen_box::before {
    counter-increment: number 1;
    content: counter(number) "";
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 3rem;
    font-weight: 800;
    color: var(--color-primary);
}
.promise {
    margin-top: 5px;
    padding: 20px 25px;
    background: var(--color-backdrop);
    box-sizing: border-box;
}
.promise h3 span {
    width: fit-content;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 100px;
    color: var(--color-white);
    background: var(--color-primary);
    box-sizing: border-box;
    display: block;
}
ul.support_list li {
    font-size: 1.15rem;
    margin-bottom: 15px;
}
ul.support_list li::before {
    width: 10px;
    height: 10px;
}
@media only screen and (max-width: 768px) {
    .service_box {
        margin-bottom: 40px;
    }
    .service_box:nth-of-type(even) {
        padding: 20px 25px;
    }
}
@media only screen and (max-width: 500px) {
    ul.img_list li {
        width: 100%;
    }
    p.chosen_first_text {
        margin-bottom: 15px;
    }
    .chosen_box {
        padding-left: 0;
        padding-top: 60px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .chosen_box::before {
        width: 100%;
        height: 50px;
    }
}
/* 生前整理・遺品整理 END */
/* 料金案内 */
.price_sec .content_inner {
    max-width: 1000px;
}
.price_sec p {
    margin-bottom: 15px;
}
.price_sec p:last-child {
    margin-bottom: 0;
}
.price__inner {
    margin-bottom: 70px;
}
ul.service_list li {
    width: 25%;
    font-size: 1.1rem;
    padding: 8px;
    border: 4px solid var(--color-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    margin-bottom: 0;
}
ul.service_list li::before {
    content: none;
}
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
p.scroll_text {
    line-height: 1.5;
    display: none;
}
table.price_tbl {
    margin-bottom: 15px;
    border: 1px solid var(--color-border);
}
table.price_tbl th, table.price_tbl td {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding: 25px 15px;
    line-height: 1.5;
    background: var(--color-white);
}
table.price_tbl th {
    width: 10% !important;
    background: #fef5eb;
}
thead.non th {
    background: #fdedd5 !important;
}
@media only screen and (max-width: 970px) {
    ul.service_list li {
        width: 50%;
    }
    table.price_tbl th, table.price_tbl td {
        display: table-cell;
        padding: 12px 15px;
    }
}
@media only screen and (max-width: 768px) {
    .price__inner {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 485px) {
    ul.service_list li {
        width: 100%;
    }
    p.scroll_text {
        display: block;
    }
}
/* 料金案内 END */
/* ご依頼の流れ */
.flow {
    padding-left: 130px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}
.flow:first-of-type {
    margin-top: 80px;
}
.flow:last-of-type {
    padding-bottom: 0;
}
.flow::before {
    counter-increment: number 1;
    content: counter(number)"";
    position: absolute;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--color-white);
    background: var(--color-sub);
    border-radius: 100px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: -1;
}
.flow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 49px;
    width: 2px;
    height: 100%;
    background: var(--color-sub);
    z-index: -2;
}
.flow:last-of-type::after {
    display: none;
}
.flow h2 {
    line-height: 1.5;
    text-align: left;
}
.flow h2::after {
    content: none;
}
.flow h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.flow p {
    margin-bottom: 20px;
}
.flow p:last-child {
    margin-bottom: 0;
}
span.flow_caution {
    margin-top: 15px;
}
address.flow_tel {
    font-size: 2rem;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    margin-bottom: 5px;
}
span.flow_tel_sub {
    font-size: 1rem;
    margin-right: 3px;
}
@media only screen and (max-width: 768px) {
    .flow {
        padding-left: 70px;
        padding-top: 14px;
        padding-bottom: 30px;
    }
    .flow:first-of-type {
        margin-top: 30px;
    }
    .flow::before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 2.5rem;
    }
    .flow::after {
        left: 29px;
    }
    .flow h2 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    address.flow_tel {
        font-size: 1.5rem;
    }
    span.flow_tel_sub {
        font-size: 0.8rem;
    }
}
/* ご依頼の流れ END */
/* スタッフ紹介 */
.staff__inner {
    margin-bottom: 80px;
}
.staff__inner:first-of-type {
    padding: 30px 35px;
    background: var(--color-white);
    box-sizing: border-box;
}
.staff__inner p {
    margin-bottom: 10px;
}
.staff__inner p:last-of-type, .staff__inner:last-of-type {
    margin-bottom: 0;
}
.staff_img {
    width: 35%;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.staff_text {
    width: 65%;
    padding-left: 4vw;
    box-sizing: border-box;
}
h2.name {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 20px;
}
h2.name span {
    margin-top: 10px;
    font-size: 0.95rem;
    display: block;
}
h2.name::after {
    content: none;
}
@media only screen and (max-width: 970px) {
    .staff_img, .staff_text {
        width: 100%;
    }
    .staff_text {
        padding-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .staff__inner {
        margin-bottom: 40px;
    }
    .staff__inner:first-of-type {
        padding: 20px 25px;
    }
}
/* スタッフ紹介 END */
/* よくある質問*/
.faq_sec .content_inner {
    max-width: 1000px;
}
.faq {
    margin-bottom: 50px;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
}
.faq h2 {
    font-size: 1.35rem;
    padding: 2px 0;
    margin-bottom: 5px;
    line-height: 1.5;
    text-align: left;
    position: relative;
}
.faq h2::after {
    content: none;
}
.faq p {
    position: relative;
    padding-top: 1px;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq h2, .faq p {
    padding-left: 50px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    color: var(--color-white);
    background: var(--color-primary);
    width: 33px;
    height: 33px;
    line-height: 32px;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    top: 1px;
}
p.answer::before {
    content: 'A';
    background: var(--color-sub);
    top: 0;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq h2, .faq p {
        padding-left: 45px;
    }
}
/* よくある質問 END */
/* 運営概要 */
.information_sec .content_inner {
    max-width: 900px;
}
.info_box {
    margin-bottom: 50px;
    padding: 25px 30px;
    background: var(--color-white);
    box-sizing: border-box;
}
.info_box p {
    margin-bottom: 15px;
}
.info_box p:last-of-type {
    margin-bottom: 0;
}
table.info_tbl th {
    width: 23%;
}
.map_sec {
    height: 500px;
}
@media only screen and (max-width: 768px) {
    .info_box {
        margin-bottom: 25px;
        padding: 20px 25px;
    }
    .map_sec {
        height: 300px;
    }
}
/* 運営概要 END */
/* 社会貢献・SDGs */
.sdgs__inner {
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 70px;
}
.sdgs__inner p {
    margin-bottom: 15px;
}
.sdgs__inner:last-of-type, .sdgs__inner p:last-child {
    margin-bottom: 0;
}
.sdgs-first_box {
    padding: 40px 45px;
    background: var(--color-white);
}
.sdgs-first_box img {
    margin-bottom: 30px;
}
.sdgs_img {
    width: 30%;
    padding-right: 4vw;
    box-sizing: border-box;
}
.sdgs_text {
    width: 70%;
    box-sizing: border-box;
}
.sdgs_text h2 {
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
}
.sdgs_text h2::after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .sdgs__inner {
        margin-bottom: 40px;
    }
    .sdgs-first_box {
        padding: 25px 25px 20px;
    }
    .sdgs_img, .sdgs_text {
        width: 100%;
    }
    .sdgs_img {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
/* 社会貢献・SDGs END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 950px;
}
.mail_sec .content_inner {
    padding-top: 0;
}
.con__inner {
    margin-bottom: 60px;
}
.con__inner p {
    margin-bottom: 15px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
    margin-bottom: 0;
}
h2.con_time {
    font-size: 2rem;
    line-height: 1.5;
    padding: 10px;
    color: var(--color-white);
    background: var(--color-caution);
    border-radius: 5px;
}
h2.con_time::after {
    content: none;
}
address.con_tel {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}
span.con_tel_sub {
    font-size: 1.25rem;
    margin-right: 3px;
}
.con_line_box {
    padding: 25px 25px 30px;
    color: var(--color-white);
    background: var(--color-line);
    box-sizing: border-box;
    border-radius: 10px;
}
.con_line_box h2 {
    font-size: 1.4rem;
    line-height: 1.5;
}
.con_line_box h2::after {
    content: none;
}
a.con_line_but {
    width: 100%;
    max-width: 380px;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-line);
    background: var(--color-white);
    border-radius: 100px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin: 0 auto;
    transition: 0.5s;
}
a.con_line_but::after {
    content: "\e909";
    font-size: 23px;
    font-weight: 500;
    position: absolute;
    font-family: "design_plus";
    right: 25px;
    transition: 0.5s;
}
a.con_line_but:hover {
    color: var(--color-white);
    background: var(--color-sub);
}
p.con_line_text {
    font-weight: 700;
    width: fit-content;
    margin: 20px auto 0;
    line-height: 1.5;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .con__inner {
        margin-bottom: 30px;
    }
    h2.con_time {
        font-size: 1.5rem;
        padding: 5px;
    }
    address.con_tel {
        font-size: 2rem;
    }
    span.con_tel_sub {
        font-size: 0.9rem;
    }
    .con_line_box {
        padding: 20px;
    }
    .mail_info_box p {
        line-height: 1.8;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.65rem;
    line-height: 1.5;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: var(--color-white);
    background: var(--color-caution);
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: var(--color-white);
    padding: 20px 15px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.2;
    margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
}
.wpcf7 input[type=checkbox] {
    max-width: 100%;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 15px;
    line-height: 1;
    font-size: 0.9em;
    font-weight: 500;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 30px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: var(--font-main);
    letter-spacing: .1rem;
    height: 90px;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: 100px;
    transition: all 0.8s ease 0s;
}
.wpcf7 input.wpcf7-submit:hover {
    color: var(--color-white);
    background: var(--color-sub) !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: var(--color-not);
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */

/*2025-12-25追加（お問い合わせ）*/
.con_line_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content max-content 1fr auto;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
.con_line_box h2 {
    grid-area: 1 / 1 / 2 / 3;
}
.con_line_box h3{
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
}
.con_line_box div{
    margin-bottom: 30px;
}
.con_line_box div:nth-of-type(1) { 
    grid-area: 2 / 1 / 3 / 2;
}
.con_line_box div:nth-of-type(2) {
    grid-area: 2 / 2 / 3 / 3;
}
.con_line_box p{
    grid-area: 3 / 1 / 4 / 3;
}
@media only screen and (max-width: 768px){
    .con_line_box{
        display: block;
    }
}

.box29 {
    margin-bottom: 60px;
    background: #fff;
    border: 2px solid #EA5633;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #EA5633;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
} 
@media only screen and (max-width: 768px){
    .box29 .box-title {
        font-size: 1em;
        padding: 10px;
    }
}

.box27 {
    position: relative;
    background: #fff;
    padding: 1.5em;
    border: solid 3px #ea5633;
}

.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 5px 20px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ea5633;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.case-box {
    margin-bottom:3rem;
}
.box28 {
    position: relative;
    padding: 40px 20px 10px;
    border: solid 2px #ea5633;
    background: #fff;
    max-width: 500px;
    margin: 0 auto 2em;
    box-sizing: border-box;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 3px 15px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #ea5633;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
.case-box h3 {
    margin-top: 2rem;
}

/*20260218*/
.case-sample {
    box-sizing: border-box;
    padding: 2em;
    max-width: 600px;
    margin: 0 auto 2em;
    border: solid 2px #ea5633;
    background: #fff;
}

p.box-title {
    background: #ea5633;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-size: 1.4em;
    border-radius: 10px 10px 0 0;
    max-width: 600px;
    margin: 0 auto;
}

.case-sample th,.case-sample td {
    padding: 0.7em;
    line-height: 1.7;
}

.case-sample th {
    width: 30%;
    border-right: 1px dotted #eee;
    font-weight: 800;
}


@media (max-width:970px){
    .case-sample th {
        border-bottom: 1px dotted #eee;
        border-right: none;
        padding-bottom: 0.3em;
    }

    .case-sample td {
        padding-top: 0.3em;
    }
}


@media (max-width:768px){
    .staff_img {
        flex-direction: row;
    }

    .staff_img img {
        width: calc(50% - 10px);
        max-width: none;
        box-sizing: border-box;
        height: fit-content;
    }
}


@media (max-width:450px){
    .staff_img {
        flex-direction: column;
    }

    .staff_img img {
        width: 100%;
    }

    .case-sample {
        padding: 1em;
    }
}

/* CTA ボタン：旧スタイルは家族愛リブランド時に style.css 末尾へ全面再定義 */

/* フッターお問い合わせまとめ：旧スタイルは家族愛リブランド時に style.css 末尾へ全面再定義 */

/*対応エリア*/
.front-area {
    width: 90%;
    padding: 0;
    margin: 0 auto 5em;
    text-align: center;
}
.front-area h3 {
    font-size: 1.4rem;
    margin-bottom: 30px;
    background: #6f5240;
    color: #fff;
    padding: 10px;
}
.front-area .flex-inner {
    background: #fff;
    padding: 30px;
    justify-content: center;
    margin: 2em auto 0;
}
.area-detail {
    width: 40%;
    margin: 0 2%;
}
.area-img {
    width: 80%;
    margin: 0 auto 1rem;
}
.service_sec .front-area {
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .area-detail {
        width: 100%;
        margin: 0 0 1rem;
    }
    .area-detail::last-of-type {
        margin-bottom: 0 !important;
    }
    .front-area h3 {
        font-size: 1rem;
        margin-bottom: 15px;
        padding: 5px;
    }

    .pc-br {
        display: none !important;
    }
}


/*20260324*/
.promise-box {
    background: #fff;
    padding: 3em 0;
}

.promise-box-inner {
    margin: 0 auto;
    max-width: 800px;
    border: 3px solid #ea5633;
    box-sizing: border-box;
    padding: 2em;
    width: 86%;
}

.promise-box-inner h3 {
    color: #ea5633;
    padding: 0;
    background: none;
    font-size: 2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}

.promise-box p span {
    color: #ea5633;
    font-weight: 800;
}

.point-box {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    counter-reset: titlenum;
}

.point-box-inner {
    width: calc((100% / 3) - 20px);
    border: 2px solid #ea5633;
    box-sizing: border-box;
    padding: 2em;
    border-radius: 15px;
    background: #fff;
}

.point-box-inner h3 {
    text-align: center;
    font-size: 1.6em;
}

.point-box-inner h3:before {
    content: "POINT " counter(titlenum);
    counter-increment: titlenum;
    padding: 0.5em;
    margin: 0 auto 0.7em;
    display: block;
    max-width: 90px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.6em;
    font-weight: 900;
    background: #fa754b;
}


@media (max-width:768px){
    .promise-box {
        padding-top: 0;
    }

    .point-box-inner h3 {
        font-size: 1.2em;
    }

    .point-box-inner {
        padding: 1.4em;
    }

    .point-box-inner p {
        line-height: 1.7;
    }
}


@media (max-width:486px){
    .promise-box-inner h3 {
        font-size: 1.4em;
    }

    .promise-box {
        padding-bottom: 1.4em;
    }

    .point-box-inner {
        width: 100%;
    }

    .point-box {
        gap: 20px;
    }

}

/*.scrolled .header-bar-inner .logo-image{max-width: 80px;}*/
.footer-content-list-outer li a span{
    display: none;
}
.scrolled .header-bar{background: rgba(255,255,255,0.5) !important;}

.pb-0{
    padding-bottom:0 !important;
}

.contact_sec .content_inner a.footer_but {
    display: block;
    margin: 30px auto 0;
    line-height: 60px;
    background: #02a400;
    color: #ffffff;
    box-sizing: border-box;
    position: relative;
    max-width: 300px;
    padding: 0 25px;
    text-align: left;
    box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035), 0px 40px 80px -41px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    font-weight: 700;
    border-radius: 30px;
}
.contact_sec a.footer_but::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
    position: absolute;
    right: 25px;
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .post-content .greeting_intro-title .s_table{
        margin-bottom: 0;
    }
}