@charset "utf-8";

body {
    letter-spacing: 1px;
    font-family: "Zen Kaku Gothic New", serif;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}

/*======================= 共通クラス =======================*/

p,
a,
li,
td {
    font-weight: 400;
}

p {
    margin-top: 0 !important;
}

a {
    text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

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

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


.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}


/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.inline_b {
    display: inline-block;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_999 {
    z-index: 999;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

.smb-box__background {
    border: none;
}

/* アイコン */
svg.svg-inline--fa {
    margin-right: 10px;
}

#page-top svg.svg-inline--fa {
    margin-right: 0;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

/*======================= ボタン =======================*/

a.smb-btn {
    position: relative;
    width: 270px !important;
    padding: 13px 0;
    border-radius: 0;
    background-color: var(--wp--preset--color--sm-accent);
    font-weight: 700;
    text-align: center;
}

a.smb-btn::before {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    content: "";
}

.header_btn a {
    padding-right: 0 !important;

}

.header_btn a span {
    background-color: var(--wp--preset--color--sm-accent);
    padding: 10px 15px;
    color: #fff;
    width: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header_line a span {
    background-color: #06c755;
}

.cta_line a {
    background-color: #06c755 !important;
}

.w_btn a {
    background-color: #fff !important;
}

.w_btn a::before {
    background-color: var(--wp--preset--color--sm-accent);
}

.w_btn a span {
    color: var(--wp--preset--color--sm-accent);
}

@media screen and (max-width: 500px) {
    .btn_center {
        justify-content: center !important;
    }
}

/*======================= ヘッダー =======================*/
/* 下層ページヘッダー */
.l-header {
    background-color: #ffffff69;
}

.l-contents__inner {
    margin-top: 0 !important;
}

.c-page-header {
    padding: 130px 0 50px;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
}

.c-page-header[data-has-image=true] {
    height: unset;
}

.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

.c-page-header__bgimage>img,
.c-page-header__bgimage>picture>img {
    display: none;
}

.tel a {
    line-height: 1.1 !important;
}

.tel-num {
    font-size: 1.5rem !important;
}

.tel-num svg {
    font-size: 1.3rem;
}

.l-header span.time {
    padding-top: 10px !important;
    font-size: 14px !important;
    font-weight: 400;
}

/* SPヘッダー */
.c-drawer {
    background-color: var(--wp--preset--color--sm-accent);
}

.c-drawer__menu {
    padding-top: 50px !important;
}

#menu-sp_nav .menu-item:last-child {
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
    margin-top: 30px !important;
}

#menu-sp_nav .menu-item a {
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: center;
}

@media (max-width: 1023px) {
    .c-page-header {
        padding: 130px 0 50px !important;
    }
}

@media (max-width: 435px) {
    .l-header .c-fluid-container {
        padding: 0 20px;
    }
}

/*======================= フッター =======================*/
.l-footer,
.l-footer__footer {
    background-color: var(--wp--preset--color--sm-accent) !important;
    color: #fff;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}

.l-footer .l-footer__footer .c-row--middle {
    justify-content: center;
}

.l-footer--footer-2 .l-footer__header {
    display: none;
}

@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

@media screen and (max-width: 782px) {

    /* footer */
    .c-widget.widget_block .wp-block-columns {
        gap: var(--_margin-2);
    }
}

@media screen and (max-width: 650px) {

    .l-footer--footer-2 .l-footer__widget-area a,
    .l-footer--footer-2 .l-footer__widget-area p {
        font-size: 15px;
    }
}

@media screen and (max-width: 435px) {
    .l-footer .c-container {
        padding: 0 5%;
    }
}

/*======================= TOPページ =======================*/
h2.ja_ttl {
    font-size: clamp(1rem, calc(0.8181818181818181rem + 0.9090909090909091vw), 1.5rem);
    margin-top: 0 !important;
    font-weight: 600;
    color: var(--wp--preset--color--sm-accent);
    position: relative;
    padding-left: 35px;
}

h2.ja_ttl_w {
    color: #fff;
}

h2.ja_ttl span {
    position: relative;
}

h2.ja_ttl span::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 52%;
    transform: translateY(-50%);
    left: -30px;
    background-color: var(--wp--preset--color--sm-accent);
}

h2.ja_ttl_w span::before {
    background-color: #fff;
}

.en_ttl {
    font-size: clamp(2rem, calc(0.7272727272727275rem + 6.363636363636363vw), 5.5rem);
    font-weight: 700;
    font-family: "Figtree", sans-serif;
    line-height: 1;
    color: var(--wp--preset--color--sm-accent);
}

#fv {
    height: 80vh;
}

.fv {
    position: relative;
}

.fv::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 3, 3, 0.52) 100%);
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

#fv .smb-section__inner,
#fv .c-container {
    position: static;
}

.fv_txt-group {
    position: absolute;
    bottom: 8%;
    left: 5%;
    color: #fff;
    z-index: 10;
}

#fv .fv_ttl {
    font-size: clamp(1.7rem, calc(0.8636363636363636rem + 4.181818181818182vw), 4rem);
    font-weight: 700;
}

#fv .fv_sub-ttl {
    font-size: clamp(1rem, calc(0.8181818181818181rem + 0.9090909090909091vw), 1.5rem);
    font-weight: 700;
}

.fv_tag-group {
    margin-top: 10px !important;
    gap: 10px !important;
}

.fv_tag {
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
    padding: 0.1em 0.7em;
    font-weight: 600;
    font-size: 1.1rem;
}

.deco_img {
    position: relative;
}

.deco_img::before {
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ceedfd;
    content: " ";
}

/* 解体物件 */
.kb_panel .smb-panels__item__body {
    padding: 0;
}

.kb_panel .smb-panels__item {
    box-shadow: none !important;
}

.kb_img img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.kb_img::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 3, 3, 0.52) 100%);
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.kb_panel .kb_ttl {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    font-weight: 600;
    width: 100%;
    font-size: 1.2rem;
}

/* 施工実績 */
#works .c-entries-carousel .spider__dots {
    margin-top: 10px !important;
}

/* 流れ */
.flow_wrap {
    display: flex;
    flex-wrap: wrap;
}

.flow_box {
    width: 20%;
    text-align: center;
}

figure.flow_icon {
    padding: 10%;
    background-color: #eaf9f9;
    border-radius: 50%;
    overflow: hidden;
    max-width: 150px;
}

h3.flow_ttl {
    color: var(--wp--preset--color--sm-accent);
    font-size: 1.2rem;
    font-weight: 600;
}

p.flow_num {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    background: linear-gradient(45deg, #157ac1, #3e98d8);
}

p.flow_num::before {
    content: "";
    border-left: 10px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

p.flow_num::after {
    content: "";
    border-left: 10px solid transparent;
    border-top: 17px solid #fff;
    border-bottom: 17px solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media(max-width:1024px) {
    .flow_box {
        width: 33.33%;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .flow_wrap {
        justify-content: center;
    }
}

@media(max-width:640px) {

    /* 流れ	 */
    p.flow_num,
    h3.flow_ttl {
        font-size: min(1rem, 4vw);
    }

    figure.flow_icon {
        max-width: 80%;
    }
}

/* 代表挨拶 */
.d_pic img {
    object-position: 90% 0%;
}

/*======================= 事業内容 =======================*/
.eg_tag {
    background-color: #dadada;
    margin: 20px 0 10px 0 !important;
    font-weight: 500;
    padding: 0.1em 0.7em;
    width: fit-content;
}

/* 対応地域 */
.area_group {
    padding: 20px;
}

.area_sub-ttl {
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin-bottom: 10px !important;
}

/*======================= 会社概要 =======================*/
/* 会社概要 bg-color */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    background-color: #4f4f4f;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

figure.wp-block-table tr td:last-child,
figure.wp-block-table tr td:last-child {
    background-color: #ffffff;
}

@media screen and (max-width: 435px) {

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 32%;
        font-size: 1rem !important;
    }
}

/*======================= 施工実績 =======================*/
.post-type-archive-works .c-entry-summary__figure {
    margin-bottom: 10px;
}

/*新しい投稿の矢印調整*/
.single-works .c-prev-next-nav__item-label svg {
    margin: 0 10px !important;
}

/*======================= お問い合わせ =======================*/
/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 45px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smf-item__description {
    width: fit-content;
    margin-top: 0;
    margin-left: 20px;
    padding: 0 .5em;
    border-radius: 50px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
    padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
    border: none;
    border-radius: 0;
    background-color: #f8f7f7;
}

.smf-item__label {
    font-weight: 600;
}

.smf-form .smf-text-control__control {
    width: 100%;
    border-radius: 0;
}

/* 項目の幅 */
.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--label {
    flex: 0 0 18em !important;
    max-width: 18em !important;
}

.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
    flex: 1 1 calc(100% - 18em) !important;
    max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
    margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 280px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    border-radius: 0;
    background: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.smf-action .smf-button-control__control:hover {
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    background: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0 !important;
}


#autozip {
    display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 5px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
    margin-top: 30px !important;
}

#privacy .wp-block-list {
    margin-top: 5px;
}

#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/*===================================== お知らせ =====================================*/
.c-meta__item--author {
    display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@media screen and (max-width: 781px) {
    .reasons_parent2 {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 435px) {
    .sp_none {
        display: none;
    }

    .ta_js {
        text-align: justify !important;
    }

    .c-container {
        padding: 0 5%;
    }

    /* TOPページ */
    .fv_txt-group {
        position: absolute;
        bottom: 8%;
        left: 0;
        right: 0;
        padding: 0 5%;
        color: #fff;
        z-index: 10;
        box-sizing: border-box;
    }

    .kb_panel .kb_ttl {
        font-size: 1rem;
    }

    .reasons_parent,
    .service_column {
        padding: 25px;
    }

    .fv_tag {
        font-size: 1rem;
    }
}