.c-pageTitle {
    display: none;
}
.banner_section img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.-body-solid .p-breadcrumb.-bg-on {
    background: #000;
}
.logo_block img {
    max-width: 150px;
    width: 100%;
    margin: auto;
}
.footer_columns {
    max-width: 280px;
    width: 100%;
}
.w-footer__box {
    padding: 4em 0 1rem;
}
@media screen and (max-width: 768px) {
    .footer_columns {
        margin: auto;
    }
}
[class*="is-style-btn_"] a {
    border-radius: 0;
}
.page-id-167 .w-beforeFooter,
.page-id-165 .w-beforeFooter,
.page-id-17 .w-beforeFooter {
    display: none;
}
.construction_case_item {
    list-style: none;
}
.post_content ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.post_content li {
    flex: 1;
}
.post_content li:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
    .post_content ul {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }
    .post_content li {
        flex: 0 0 auto;
        width: 70%;
        scroll-snap-align: start;
    }
}
.construction_case_item a {
    color: unset;
}
.construction_case_title {
    margin: 0 !important;
    position: relative;
}
.construction_case_title::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 100%;
    background: var(--color_main);
    position: absolute;
    left: 0;
    top: 0;
}
.construction_case_ttl {
    padding-left: 0.75rem;
}
.construction_case_item {
    margin-bottom: 3rem !important;
}
.construction_case_inner img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.construction_case_block {
    flex: 1;
}
.p-pnLinks {
    list-style: none;
}
@media screen and (max-width: 768px) {
    .construction_case_inner {
        flex-direction: column;
    }
}
body,
p,
h1,
h2,
h3,
h4,
ul,
li,
th,
td,
a {
    font-family: "Yu Mincho Pr6N", "游明朝", YuMincho, "Hiragino Mincho Pro", serif;
}
a:hover {
    opacity: 0.6;
}
.concept_wrap {
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
}
.h2_wrap {
    margin-bottom: 3rem;
    position: relative;
}
.h2_wrap::after {
    content: "";
    width: 100px;
    height: 1.5px;
    background: var(--color_main);
    bottom: -15px;
    left: 0;
    position: absolute;
}
.origin_btn .wp-block-button__link {
    background-color: unset;
    color: #000;
    border-radius: 0;
    border: solid 1px var(--color_main);
    position: relative;
}
.origin_btn .wp-block-button__link::after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    border-top: 25px solid transparent;
    border-left: 25px solid var(--color_main);
}
.origin_btn .wp-block-button__link::before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    border-top: 25px solid var(--color_main);
    border-left: 25px solid transparent;
}
.btn_wrap {
    max-width: 480px;
    margin: auto;
}
.service_wrap img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.service_inner {
    padding: 0.5rem;
}
.service_wrap .wp-block-columns {
    gap: 0 !important;
}
.company_top_container {
    position: relative;
}
.company_top_container::before {
    content: "";
    width: 100%;
    height: 12px;
    background: var(--color_main);
    top: -10px;
    left: 0;
    position: absolute;
}
.company_top_container::after {
    content: "";
    width: 100%;
    height: 12px;
    background: var(--color_main);
    bottom: -10px;
    left: 0;
    position: absolute;
}
.acf_container img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 /1;
}
.acf_column {
    display: flex;
    gap: 1rem;
}
.acf_column_block {
    flex: 1;
}
.acf_block h2 {
    margin-bottom: 0.5rem;
}
.comment_section {
    margin-top: 2rem;
    padding: 1rem;
    border: solid 1px var(--color_main);
}
.comment_section h3 {
    margin-bottom: 1rem;
}
.comment_title::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 100%;
    background: var(--color_main);
}
.property_ttl::before {
    content: "";
    display: inline-block;
    width: 0.3rem;
    height: 100%;
    background: var(--color_main);
    left: 0;
}
.comment_title {
    padding-left: 0.75rem;
}
.property_ttl {
    padding-left: 0.75rem;
}
@media screen and (max-width: 768px) {
    .acf_column {
        flex-direction: column;
    }
}
.floating_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    border-top: solid 1px var(--color_main);
}
.floating_btn_inner {
    max-width: 900px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .floating_btn {
        font-size: 2vw;
    }
}
.l-footer {
    padding-bottom: 120px;
}
.acf_image_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.img_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
}
.img_modal.is-open {
    display: flex;
}
.img_modal_inner {
    max-width: 900px;
    width: 100%;
}
.img_modal_inner img {
    width: 100%;
    height: auto;
    display: block;
}
.js-modal-img {
    cursor: zoom-in;
}
.property_tags {
    border: 1px solid #bcbcbc;
    color: #6f6f6f;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
}
.achievements_section h3 {
    margin: 0 !important;
}
.achievements_item a {
    color: unset;
    font-size: 0.75rem;
}
.s_page_inner {
    padding: 1rem;
}
.service_clm img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 /9;
}
.service_wrap_btn {
    max-width: 800px;
    margin: auto;
}
html {
    scroll-behavior: smooth;
}
@media screen and (max-width: 781px) {
    .colm_reverse.wp-block-columns {
        flex-direction: column-reverse;
    }
    .wp-block-columns {
        gap: 0 !important;
    }
    .p-mainVisual__textLayer {
        justify-content: flex-start;
        padding-top: 4rem;
    }
}
.mvtext_block h1 {
    text-shadow: none !important;
    position: relative;
}
.mvtext_block {
    max-width: 600px;
    padding: 4rem 2rem !important;
}
.mvtext_block_inner {
    position: relative;
}
.mvtext_block_inner::after {
    content: "";
    width: 100px;
    height: 1.5px;
    background: var(--color_main);
    bottom: 0;
    left: 0;
    position: absolute;
}
.top_img {
    max-width: 380px;
    margin: auto;
    padding-top: 1rem;
}
.Business-Overview_wrap {
    padding: 1rem;
}
.floating_eigyou {
    padding-left: 0.5rem;
}
.floating_eigyou a {
    color: var(--color_main);
}
.c_form_tel {
    max-width: 600px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .wp-block-button__link {
        padding: calc(0.667em + 2px) 0 calc(0.667em + 2px);
    }
    .floating_btn .wp-block-button__link {
        font-size: 13px;
    }
}
.tel_time {
    line-height: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.2rem;
}

.cf_section {
    max-width: 900px;
    padding: 0 1rem;
}
.cf_section .inner {
    margin-bottom: 2rem;
}
.cf_section .item.detail p {
    padding-bottom: 4px;
}
.detail_date {
    padding-bottom: 4px;
    padding-left: 8px;
}
.kiboubi_wrap .item.value {
    margin-bottom: 1rem;
}
.cf_section .inner.message {
    align-items: flex-start;
}
.cf_section .item.value {
    flex: 1.3;
}
.wpcf7-form-control {
    width: 100%;
}
.cf_section.confirmation .inner {
    border-bottom: 0.5px solid;
    padding: 1rem;
}
.required_label {
    background: #fa5549;
    font-size: 0.75rem;
    padding: 0.3rem;
    margin-left: 1rem;
    color: #fff;
}
.any_label {
    background: #8b8b8b;
    font-size: 0.75rem;
    padding: 0.3rem;
    margin-left: 1rem;
    color: #fff;
}
.wpcf7-previous {
    display: inline-block !important;
}
.send_btn.return .wpcf7-previous {
    width: 380px;
    padding: 8px;
    color: #fff;
    background: #c6c6c6;
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.send_btn input[type="submit"] {
    width: 380px;
    padding: 8px;
    color: #fff;
    background: var(--color_main);
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.send_btn_block {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dateinfo {
    font-size: 0.75rem;
}
.dateinfo p {
    letter-spacing: 1px;
}
.cf_privacy {
    text-align: center;
}
.cf_privacy .wpcf7-list-item {
    margin: 0;
}
@media screen and (max-width: 781px) {
    .cf_section .item .description {
        padding-right: 8px;
    }
    .cf_section .inner.message {
        align-items: unset;
    }
}
@media screen and (max-width: 480px) {
    .send_btn.return .wpcf7-previous,
    .send_btn input[type="submit"] {
        width: 60vw !important;
    }
}
.kiboubi_wrap .item.value {
    width: 130px;
}
@media screen and (max-width: 768px) {
    .kiboubi_wrap .item.value {
        width: 100%;
    }
}
