@charset "utf-8";

body {
    letter-spacing: 1px;
}

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

/*======================= 共通クラス =======================*/
.wp-block-image {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.wp-block-image img {
    width: 100%;
}

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;
}

.c-page-top{
    background-color: var(--wp--preset--color--sm-sub-accent);
}

h2 {
    margin: 0 0 15px !important;
    font-size: 1.3rem;
    font-weight: 500 !important;
}

h2 svg {
    font-size: 1rem;
}

h3 {
    margin-bottom: 10px !important;
    font-size: 1.25rem;
    font-weight: 500;
}

.en_ttl {
    font-family: "EB Garamond", serif ;
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: 5.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.jp_ttl{
    font-family: "Zen Old Mincho", serif;
    font-weight: 700!important;
    position: relative;
    padding: 0 0 2rem 0;
}

.jp_ttl:after{
    position: absolute;
    top: 3rem;
    left: 0;
    content: "";
    width: 5rem;
    border: 1px solid var(--wp--preset--color--sm-sub-accent);
}

.wp-block-snow-monkey-blocks-section,
.wp-block-snow-monkey-blocks-section-with-bgimage {
    padding: 120px 0 110px !important;
}

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

a.smb-btn {
    position: relative;
    width: 300px !important;
    padding: 13px 0;
    border-radius: 0;
    background-color: var(--wp--preset--color--sm-sub-accent);
    font-weight: 600;
    border: 1px solid transparent;
}

a.smb-btn::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    transition: .3s;
    left:0;
}

a.smb-btn:hover {
    color: var(--wp--preset--color--sm-sub-accent);
    border: 1px solid var(--wp--preset--color--sm-sub-accent);
    filter: brightness(100%);
}

a.smb-btn:hover::before{
    width: 100%;
    z-index: -1;
}

.white_btn a {
    background-color: #ffffff;
}

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

.white_btn a:hover span {
    color: #fff;
}

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

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

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

    .smf-action .smf-button-control__control {
        width: 280px !important;
    }
}

/*======================= ヘッダー =======================*/
.l-1row-header__branding {
    padding: 25px 0 !important;
}

.p-global-nav .c-navbar__item>a>span {
    color: #333333;
    font-weight: 500;
}

/* グローバルナビゲーション */
.l-header .c-row {
    height: 70px !important;
    margin: 25px 2% 0 2% !important;
    /* border-radius: 50px; */
    box-shadow: 0 4px 24px rgba(205, 205, 205, .17);
    background-color: #ffffff;
}

.l-header .menu-item a {
    color: var(--wp--preset--color--sm-accent);
}

.c-site-branding__title .custom-logo {
    width: 240px;
}

.header_cta.contact a {
    padding: 0 0 0 10px !important;
    font-weight: 600 !important;
    transition: .3s;
}

/* .header_cta.contact a::before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    transition: .3s;
    left:0;
} */

/* .header_cta.contact a:hover {
    color: var(--wp--preset--color--sm-sub-accent);
    filter: brightness(100%);
} */

/* .header_cta.contact a::before:hover{
    width: 100%;
    z-index: -1;
} */

.header_cta.contact span {
    padding: .7em 1.3em;
    background-color: var(--wp--preset--color--sm-sub-accent);
    color: #ffffff !important;
    font-weight: 600 !important;
    transition: all .15s ease-in-out;
    border: 1px solid transparent;
}

.header_cta.contact span:hover{
    color: var(--wp--preset--color--sm-sub-accent)!important;
    background-color: #fff;
    border: 1px solid var(--wp--preset--color--sm-sub-accent);
}


/* LINE */
.header_line span {
    padding: .7em 1.3em;
    border-radius: 50px;
    background-color: #06c755;
    color: #ffffff !important;
    font-weight: 600 !important;
    transition: all .15s ease-in-out;
}

.header_line a {
    padding-right: 0 !important;
}

.header_line span:hover {
    background-color: #059a43;
}

.c-navbar__submenu a {
    color: #ffffff !important;
    font-weight: 500;
}

.l-header .c-row__col.c-row__col--auto {
    padding-left: 25px !important;
}

/* 下層ページヘッダー */
.l-contents__inner {
    margin-top: 0 !important;
}

.c-page-header {
    padding: 200px 0 55px;
    background-color: var(--wp--preset--color--sm-sub-accent);
    color: #fff;
}

.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 ヘッダー */
#menu-sp_nav .menu-item a {
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: center;
}

.c-drawer{
    background-color: var(--wp--preset--color--sm-sub-accent);
}

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

.sp_drawer-cta {
    border: solid 2px;
    margin-top: 30px !important;
    padding: 12px 0;
}

.c-row__col--fit {
    padding-right: 20px !important;
}

.l-header .c-hamburger-btn__bar {
    background-color: #333;
}

.c-hamburger-btn__label {
    color: #333;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .05em;
}

.c-hamburger-btn__bar {
    height: 2px;
    border-radius: 50px;
}

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

/*======================= フッター =======================*/
.l-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* border-radius: 50px 50px 0 0; */
    background-image: none;
    color: #fff;
    background-color: var(--wp--preset--color--sm-sub-accent);
}

.widget_nav_menu :where(a),
.l-footer-widget-area__item p {
    font-weight: 500;
}

.l-footer__footer {
    position: relative;
    z-index: 1;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
    padding: 15px 0 0;
    border-top: none;
}

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

.l-footer__header {
    display: none;
}

.l-footer--footer-2 .l-footer__footer {
    background-color: var(--wp--preset--color--sm-sub-accent);
}

.footer_sns-group {
    gap: 5px !important;
    margin-top: 15px !important;
}

.footer_sns {
    font-size: 2.2rem !important;
}

.footer_line {
    font-size: 1.9rem !important;
}

.footer_tel a {
    font-weight: 500;
    color: var(--wp--preset--color--sm-sub-accent);
}

@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ページ =======================*/
/* FV */
#fv {
    position: relative;
    height: 95vh;
}

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

.fv_slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fv_slider {
    height: 100%;
    margin: 0 !important;
}

.fv_slider img {
    width: 100%;
    height: 95vh;
    object-fit: cover;
}

.fv_txt-group {
    position: absolute;
    bottom: -1px;
    left: 5%;
    z-index: 2;
    padding: 0px 50px 45px ;
    background-color: #ffffff;
    width: 55%;
    max-width: 700px;
}

.fv_txt-group figure{
    margin-top: 0!important;
}

h2.fv_ttl {
    font-family: "Zen Old Mincho", serif;
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: 5.5rem;
    font-weight: 700 !important;
    letter-spacing: .25rem;
    line-height: 1.1;
}

h2.fv_ttl .fv_ttl_txt{
    font-size: clamp(16px, 2.1vw, 28px);
}

h2.fv_ttl .company-name_corp{
    font-size: 2rem;
}

.fv_tag-group {
    margin-top: 0 !important;
    flex-wrap: wrap !important;
}


.fv_tag {
    padding: 0 3px 5px;
    border-bottom: dotted 2px;
    color: var(--wp--preset--color--sm-sub-accent) !important;

}

.fv_tag a {
    font-size: 15px;
    font-weight: 500;
    color: var(--wp--preset--color--sm-sub-accent) !important;
}

/* ABOUT */

.about__sub_ttl{
    font-size: 1.1rem;
    font-weight: 600;
}

.aboutus_right figure{
    width: 85%;
    margin: 0 auto!important;
}


/* 事業内容 */
#service {
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff !important;
}

#service .en_ttl {
    color: #ffffff;
}


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

.s_panel .smb-panels__item__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

.s_panel .s_icon img {
    padding: 0 20px 30px;
}

#service .s_panel .smb-panels__item {
    box-shadow: none;
        background-color: rgba(0, 0, 0, 0.3) !important;
    transition: 0.2s;
}

#service .smb-panels__item__body{
    padding: 0;
}

#service .s_panel .smb-panels__item:hover {
    filter: brightness(.8);
}

#service .s_panel .smb-panels__item::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    width: 7px;
    height: 7px;
    /* border-radius: 50%; */
    background-color: #ffffff !important;
    content: "";
}

.s_txt-group {
    position: absolute;
    bottom: 15px;
    left: 20px;
}


#service .s_en {
    color: var(--wp--preset--color--sm-accent);
    font-size: 14px;
    font-weight: 600;
}

#service .s_ttl {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
}

.s_slider img {
    /* border-radius: 20px; */
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
}

/* 施工実績 */
.c-entries-carousel .spider__slide .c-entries-carousel__item{
    box-shadow: 0 0px 20px rgba(0,0,0,0.1);
}

.c-entries-carousel .spider__slide .c-entries-carousel__item {
    flex: 1 0 90%;
    margin: 20px;
}

.c-entry-summary__figure {
    margin-bottom: 10px;
    /* border-radius: 20px; */
}

#works .c-entry-summary__title {
    position: relative;
    margin-left: 5px;
    padding: .5rem;
}

#works .c-entry-summary__title::before{
    content: '';
    width: 8px;
    height: 8px;
    border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--wp--preset--color--sm-sub-accent);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

#works .c-entry-summary__title:hover::before{
    right: 20px;
}

/* 代表挨拶 */
.greeting_column {
    gap: 100px;
}

.d_pic img {
    /* border-radius: 20px; */
}

.d_pic {
    position: relative;
}

/* .d_pic::before {
    position: absolute;
    top: 4px;
    left: -4px;
    z-index: -1;
    transform: rotate(-5deg);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: var(--wp--preset--color--sm-accent);
    content: "";
} */

.g_lg {
    opacity: .05;
    position: absolute;
    bottom: -5%;
    left: -13%;
    z-index: -1;
    width: 35%;
}

.greeting_txt{
    width: 90%;
}

/* Firefoxだけ適用 */
@supports (-moz-appearance: none) {
    .bg-bg {
        position: absolute;
        /* fixedをやめて角丸が効くようにする */
        height: 100%;
    }
}

/* 選ばれる理由 */
#reasons h3 {
    margin: 40px 0 30px !important;
    font-weight: 600;
}

.reasons_column {
    gap: 80px;
    margin-bottom: 100px;
    /* border-radius: 30px; */
}

.reasons_img img {
    /* border-radius: 20px; */

    aspect-ratio: 14/10;
    object-fit: cover;
}

.reasons_txt {
    position: relative;
}

.reasons_num {
    position: absolute;

    top: -40px;
    left: -40px;
    z-index: 0;
    color: #ffffffb5;
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
    font-family: "EB Garamond", serif;
}



/* ---------- cta ---------- */
#cta .jp_ttl::after{
    border: 1px solid #fff;
}

#cta {
    color: #ffffff;
}



#cta .en_ttl {
    color: #ffffff;
}

.cta_c {
    padding: 30px;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-sub-accent);
}

.cta_c .smb-btn__label{
    color: var(--wp--preset--color--sm-sub-accent);
}

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



.cta_btn a {
    padding: 18px 0;
    color: #fff;
    background-color: var(--wp--preset--color--sm-sub-accent);
}

.cta_btn a:hover{
    color: var(--wp--preset--color--sm-sub-accent);

}

.cta_btn a svg {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-right: 0 !important;
    padding: 9px 8px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: 15px;
}

.cta_btn a:hover svg {
    color: #fff;
}

.cta_btn span {
    color: var(--wp--preset--color--sm-sub-accent);
}

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

.line_btn a:hover {
    background-color: #059a43;
}

.line_btn a:hover svg {
    color: #059a43;
}

.line_btn span {
    color: #ffffff !important;
}

.line_btn a svg {
    background-color: #ffffff;
    color: #06c755;
}

.cta_tel {
    margin-top: 10px;
}

.cta_tel-txt {
    color: var(--wp--preset--color--sm-accent);
    text-align: center;
    font-weight: 500;
}

.cta_tel a {
    background-color: transparent;
    padding: 5px 0;
}

.cta_tel a::before {
    display: none;
}

.cta_tel a:hover {
    background-color: transparent;
}

.cta_tel a span {
    font-size: 2.5rem;
}

.cta_tel a span svg {
    font-size: 1.8rem;
}

.cta_tag-group {
    gap: 25px;
    flex-wrap: wrap !important;
}

.cta_tag {
    padding: .1em .8em;
    font-weight: 500;
    border:1px solid #ffffff70;
}

.cta_c__contact .smb-btn__label{
    color: #fff;
    transition: .3s;
}


.cta_c__contact a:hover .smb-btn__label{
    color: var(--wp--preset--color--sm-sub-accent);
}

.cta_c__contact a:hover svg{
    background-color: var(--wp--preset--color--sm-sub-accent);
    color:#fff;
}

/* お知らせ */
#news {
    border-radius: 50px;
    background-color: #ffffff;
    margin-bottom: 50px !important;
}

#news h3 {
    margin-bottom: 0 !important;
}

/*======================= 事業内容 =======================*/
.to_tag {
    background-color: #ffffffa2;
    color: var(--wp--preset--color--sm-accent);
    width: fit-content;
    margin: 25px 0 10px !important;
    font-weight: 600;
    padding: 0 0.7em;
    border-radius: 50px;
}

/* menu */
#menu {
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff !important;
}

.fv_area{
    font-size: 1.4rem;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    color: var(--wp--preset--color--sm-sub-accent);
}

.menu_h2{
    font-size: 3rem;
    font-weight: 700;
}

#menu .en_ttl {
    color: #fff;
}

/* #menu .wp-block-heading{
    font-family: "Zen Old Mincho", serif;
} */

#menu .menu_box {
    margin-top: 15px;
    padding: 20px;
    border-radius: 0px !important;
    box-shadow: 0 4px 24px rgba(152, 151, 151, .17);
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    transition: all .15s ease-in-out;
}

#menu .menu_box:hover {
    background-color: #397bab;
}

.menu_img img {
    border-radius: 5px;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.menu_box h3.menu_ttl {
    font-size: 1.4rem;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.menu_box .smb-box__background {
    border: none !important;
}

.menu_icon {
    width: 12%;
}

.menu_arrow {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    font-size: 1.3rem;
}

.menu_arrow svg {
    margin-right: 0 !important;
}

.sct_btn .smb-btn-wrapper {
    width: calc((100% - 15px * 3) / 4) !important;
}

.sct_btn {
    gap: 15px;
}

.sct_btn a.smb-btn {
    /* background-color: var(--wp--preset--color--sm-accent); */
    width: 100% !important;
    padding: 20px;
    /* border-radius: 10px; */
}

.sct_btn a span {
    color: #fff;
    font-size: 1.1rem;
}

.sct_btn a::before {
    display: none;
}

.sct_btn a::after {
    position: absolute;
    content: "";
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/iccon_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* ボタンあしらい */
.sct_btn .sct_btn2 a::after {
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/icon_02.png);
}

.sct_btn .sct_btn3 a::after {
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/icon_03-1.png);
}

.sct_btn .sct_btn4 a::after {
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/icon_04-1.png);
}

.sct_btn .sct_btn11 a::after {
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/icon_05.png);
}

.sct_btn .sct_btn12 a::after {
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/icon_06.png);
}

.sct_btn .sct_btn13 a::after {
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/icon_8.png);
}

.sct_btn a svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* 水まわり工事 */
.menu_h2 {
    font-size: 2.5rem;
    font-weight: 600 !important;
    position: relative;
}

#menu_2 {
    background-color: #ffffff;
}

/* #menu_2 .menu_column {
    background-color: #F2F7FF;
} */

#menu_2 .kyuto_tag {
    background-color: #fff;
}

.menu_column {
    background-color: #fff;
    padding: 30px;
    /* border-radius: 30px; */
}

.menu_column img {
    /* border-radius: 20px; */
}

.koma_ttl {
    border-bottom: dotted 2px;
    padding-bottom: 5px;
    margin: 20px 0 10px !important;
    font-weight: 500;
    font-size: 1.1rem;
}

.mi_txt-group {
    padding: 20px 0 0 20px !important;
}

h3.mi_ttl {
    font-size: 1.5rem !important;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    color: var(--wp--preset--color--sm-accent);
}

h3.mi_ttl::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--sm-accent);
    content: "";
}

.kyuto_tag {
    background-color: #F2F7FF;
    padding: 0 0.7em;
    width: fit-content;
    margin: 20px 0 5px !important;
    color: var(--wp--preset--color--sm-accent);
    font-weight: 600;
    border-radius: 50px;
}

/* 対応地域 */
#area {
    border-radius: 50px;
    background-color: #fff;
}

.area_column h3 {
    border-bottom: dotted 2px var(--wp--preset--color--sm-accent);
    padding-bottom: 7px;
    margin-bottom: 15px !important;
}

/*======================= 会社概要 =======================*/
.profile {
    border-bottom: solid 1px;
    padding-bottom: 5px;
    margin: 20px 0 10px !important;
    font-weight: 500;
}

.k_link {
    font-weight: 500 !important;
}

.k_link svg {
    margin-right: 5px !important;
    font-size: 15px;
}

/* 会社概要 */
.wp-block-table tr {
    border-bottom: solid 1px #cce1f0 !important;
}

.wp-block-table td,
.wp-block-table th {
    padding: 20px !important;
    border: none !important;
}

figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    font-weight: 500;
}

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

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 30%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-size: 1rem !important;
    }

    figure.wp-block-table tr td:last-child,
    figure.wp-block-table tr td:last-child {
        padding-right: 0 !important;
    }
}

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

.post-type-archive-works .p-archive {
    margin: 50px auto;
}

/* .c-prev-next-nav__item {
    border-radius: 20px;
} */

.single-works .c-prev-next-nav__item-label svg {
    margin: 0 10px !important;
}

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

figure.before,
figure.after{
    width: 40%;
    position: relative;
}

figure.before::before,
figure.after::before{
    position: absolute;
    font-size: 1.8rem;
    font-weight: 700;
    top:-3rem;
    left:0;
}

figure.before::before{
    content: "BEFORE";
}

figure.after::before{
    content:"AFTER";
}

figure.before::after{
    position: absolute;
    content:"";
    z-index: 50;
    top: 50%;
    right: -2.4rem;
    width: 3rem;
    height: 2rem;
    background: var(--wp--preset--color--sm-sub-accent);
    clip-path: polygon(0 30.8%, 57.6% 30.8%, 57.6% 0, 100% 50%, 57.6% 100%, 57.6% 69.2%, 0 69.2%);
    transform: translateY(-50%);
}

.c-entries--panel .c-entry-summary__body{
    padding: 10px 15px;
}

.c-entry-summary--type-works h2{
    margin-bottom: 0!important;
}

#primary .smb-spider-slider .spider__slide>.smb-spider-slider__item{
    padding: 0;
}

#primary .smb-spider-slider__item__caption{
    background-color: #ffffff91;
    padding: 5px 10px;
}

.c-entry__footer{
    margin-bottom: 50px;
}

/*======================= お問い合わせ =======================*/
#contact-form {
    padding-top: 30px !important;
}

.cta_box {
    padding: 80px;
    border-radius: 50px;
    background-color: #ffffff;
}

/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

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


.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none;
    background-color: #f6f6f6;
}

/* 必須の文字 */
.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 {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
    gap: 20px;
}

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

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

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

.smf-action .smf-button-control__control {
    margin-bottom: 20px;
}

#autozip {
    display: none !important;
}

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

#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;
}

/*===================================== お知らせ =====================================*/
.blog .c-entries--simple.c-entries {
    border-top: solid 1px var(--wp--preset--color--sm-sub-accent);
}

.blog .c-entries--simple .c-entries__item {
    border-bottom: solid 1px var(--wp--preset--color--sm-sub-accent);
}

.blog .l-contents__inner {
    margin: 50px auto !important;
}

.c-meta__item--author {
    display: none;
}

.c-entry-summary__figure .c-entry-summary__term {
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 1;
    padding: 0 .7em;
}

#primary .c-entry__body{
    margin-top: 3rem;
}

.c-prev-next-nav__item>a{
    padding: 1rem;
}

.c-entries--simple, .c-entries--text, .c-entries--text2{
    border-top: 0;
}

.c-entries__item:last-of-type{
    border-bottom: 0;
}


/* 投稿(シンプル)の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 (min-width:782px){
    .pc_none{
        display: none;
    }
}

@media screen and (min-width:436px){
    .max435{
        display: none;
    }
}

@media screen and (max-width: 1325px) {
    .au_column {
        gap: 0 !important;
    }

    .aboutus_left {
        padding-right: 40px;
    }

    .aboutus_right {
        flex-basis: 50% !important;
    }

    .s_b1 {
        position: absolute;
        bottom: -15%;
        left: -6%;
        width: 12%;
    }
}

@media screen and (max-width: 1270px) {
    #cta .smb-section__body {
        padding: 0 0 0 50px !important;
    }

    .loop_box .loop_img_02 {
        background-size: cover;
    }
}

@media screen and (max-width: 1200px) {
    .l-header .c-row {
        margin: 25px 0 0 0 !important;
    }
}

@media screen and (max-width: 1146px) {
    .reasons_num {
        left: -25px;
    }

    #cta .smb-section__inner>.c-container {
        margin: 0 !important;
        padding-right: 30px !important;
    }

    #cta .smb-section__body {
        padding: 0 0 !important;
    }

    .cta_parent {
        gap: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .g_lg {
        left: -5%;
    }

    .greeting_column {
        gap: 40px;
    }

    h2.fv_ttl {
        font-size: 4rem;
    }

    /* h2.fv_ttl .fv_ttl_txt{
        font-size: 1.15rem;
    } */

    .fv_txt-group{
        padding: 0px 30px 25px;
    }

    .swiper-fv .swiper-fv-slide img {
        width: 790px;
        aspect-ratio: 9 / 11;
    }

    .s_b1 {
        left: 2%;
    }
}

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

    .l-header .menu-item a {
        padding: 15px;
    }

}

@media screen and (max-width: 1060px) {
    .l-header .c-fluid-container {
        padding: 0 15px !important;
    }

    .l-header .c-row {
        margin: 15px 0 0 0 !important;
    }

    .aboutus_left {
        padding-right: 0;
    }

    .card-swiper {
        width: 90%;
        height: 550px;
    }
}

@media screen and (max-width: 1050px) {
    .cta_parent {
        flex-direction: column;
    }

    .s_b1 {
        bottom: -8%;
        width: 20%;
    }
}

@media screen and (max-width: 970px) {
    .menu_box h3.menu_ttl {
        font-size: 1.2rem;
        margin-bottom: 0 !important;
    }

    .menu_y {
        gap: 15px !important;
    }

    .menu_arrow {
        right: 2%;
    }

    #menu .menu_box {
        padding: 15px;
    }

    .sct_btn .smb-btn-wrapper {
        width: calc((100% - 15px * 2) / 2) !important;
    }

    #menu_1 .is-layout-flex{
        justify-content: center;
    }

    #works .c-entries-carousel .spider__slide {
        max-width: calc(50% - var(--entries--carousel--gap) /2);
    }

    .bg-bg {
        background-position: 30%;
    }
}

@media screen and (max-width: 850px) {
    .swiper-fv .swiper-fv-slide img {
        width: 540px;
        aspect-ratio: 5 / 7;
    }

    /* h2.fv_ttl .fv_ttl_txt {
        font-size: 1rem;
    } */

    h2.fv_ttl {
        font-size: 3.5rem;
    }

    .en_ttl{
        font-size: 4.5rem;
    }

    .fv_tag-group {
        gap: 20px;
    }

    .cta_box {
        padding: 40px;
    }

    .smf-action {
        gap: 0;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 781px) {
    .fv_txt-group{
        width: 65%;
    }

    .d_pic{
        width: 70%;
        margin: 0 auto!important;
    }

    .d_pic img {
        object-position: 30% 3%;
        margin-top: 30px !important;
    }

    .g_lg {
        bottom: 0;
        top: -14%;
        width: 80%;
    }

    .aboutus_right figure {
        width: 65%;
        margin: 50px auto 0 auto !important;
    }

    .reasons_column_r,
    .menu_column_r {
        flex-direction: column-reverse;
    }

    #cta .smb-section__body {
        padding: 0 0 !important;
    }

    #cta .smb-section__inner>.c-container {
        padding-right: 30px !important;
    }

    .cta_tag-group {
        gap: 10px;
    }

    .reasons_column {
        gap: 30px;
    }

    .reasons_num {
        left: -20px;
    }

    /* border-radius */

    /* #service,
    #news,
    #menu,
    #area,
    .cta_box {
        border-radius: 30px;
    }

    .bg-container {
        border-radius: 0 30px 30px 0;
    } */


    #works .c-entries-carousel .spider__slide {
        width: 100%;
        max-width: 100%;
    }

    .card-swiper {
        width: 90%;
        height: 400px;
    }

    .sct_btn .smb-btn-wrapper {
        width: calc((100% - 15px * 1) / 2) !important;
    }

    .mi_txt-group {
        padding: 0 !important;
    }

    .swiper-fv .swiper-fv-slide img {
        width: 435px;
        aspect-ratio: 2 / 3;
    }

    .l-footer__copyright{
        text-align: center;
    }

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

    h2.fv_ttl{
        letter-spacing: .15rem;
    }
}

@media screen and (max-width: 650px) {
    .swiper-fv .swiper-fv-slide img {
        width: 400px;
        aspect-ratio: 4 / 5;
    }

    h2.fv_ttl {
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
        margin-bottom: 1rem!important;
    }

    .fv_tag-group {
        gap: 14px;
    }

    figure.before,
    figure.after{
        width:100%;
    }

    figure.before img,
    figure.after img{
        aspect-ratio: 3/4!important;
    }

    figure.before::after{
        top: calc(100% + 1.5rem);
        left: 50%;
        height: 3rem;
        width: 2rem;
        transform: translateX(-50%);
        clip-path:polygon(0 57.6%, 30.8% 57.6%, 30.8% 0, 69.2% 0, 69.2% 57.6%, 100% 57.6%, 50% 100%);
    }

    figure.after{
        margin-top: 5rem;
    }
}

@media screen and (max-width: 600px) {
    .en_ttl {
        font-size: 3.8rem;
    }

    .fv_txt-group {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 35px;
        text-align: center;
        box-shadow: 0 4px 24px rgba(205, 205, 205, .17);
    }

    .fv_txt-group figure{
        margin-bottom: 30px!important;
    }
}


@media screen and (max-width: 520px) {
    h2.fv_ttl{
        font-size: 3rem;
        letter-spacing: .1em;
    }

    h2.fv_ttl .company-name_corp{
        font-size: 1.5rem;
    }

    /* h2.fv_ttl .fv_ttl_txt{
        letter-spacing: .1em;
    } */
}

@media screen and (max-width: 500px) {
    #service .s_ttl {
        font-size: 1.1rem;
    }

    .s_panel {
        margin-bottom: 10px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    #service .s_en {
        font-size: 12px;
    }

    #service .s_panel .smb-panels__item::after {
        right: 20px;
        bottom: 20px;
    }

    .sct_btn .smb-btn-wrapper {
        width: 100% !important;
    }

    .menu_column {
        padding: 25px;
    }

    .bg-bg {
        background-position: 20%;
    }
}

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

    h2 {
        font-size: 1.1rem;
    }

    h2 svg {
        font-size: 14px;
    }

    .c-site-branding__title .custom-logo {
        width: 150px;
    }

    .l-header .c-row {
        height: 55px !important;
        margin: 8px 0 0 0 !important;
    }

    .l-header .c-fluid-container {
        padding: 0 8px !important;
    }

    .l-header .c-row>.c-row__col {
        padding-right: 15px !important;
    }

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

    #cta .smb-section__inner>.c-container {
        padding-right: 6% !important;
    }

    .sp_none {
        display: none;
    }


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

    .g_lg {
        top: -10%;
        width: 90%;
    }

    .d_pic img {
        aspect-ratio: 1/1 !important;
    }

    .wp-block-snow-monkey-blocks-section,
    .wp-block-snow-monkey-blocks-section-with-bgimage {
        padding: 80px 0 50px !important;
    }

    #works.wp-block-snow-monkey-blocks-section{
        padding-top: 0!important;
    }

    /* TOP */
    .swiper-fv .swiper-fv-slide img {
        width: 370px;
        aspect-ratio: 6 / 7;
    }

    h2.fv_ttl{
        font-size: 2.5rem;
        margin-bottom: 1rem!important;
    }

    h2.fv_ttl .fv_ttl_txt {
        letter-spacing: normal;
    }

    .fv_txt-group {
        padding: 0;
    }

    .fv_txt-group figure{
        width: 90%;
        margin: 0 auto 20px auto!important;
    }

    #fv {
        padding: 90px 0 100px !important;
    }

    .greeting_txt{
        width: 100%;
    }

    /* cta */
    #cta .smb-section__body {
        padding: 0 !important;
    }

    .cta_tel a span {
        font-size: 2.2rem;
    }

    .cta_tel a span svg {
        font-size: 1.6rem;
    }

    .cta_c {
        padding: 25px;
    }

    .footer_logo img {
        width: 280px !important;
    }

    .loop_box .loop_img_02 {
        height: 150px;
    }

    .sp325.top-l {
        height: 60px !important;
    }

    .menu_h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    h3.mi_ttl {
        font-size: 1.2rem !important;
    }

    .c-entries-carousel .spider__dots {
        margin-top: 5px !important;
    }

    /* .fv_tag {
        padding: 0 1px 3px;
    } */

    .fv_tag a {
        font-size: 14px;
    }

    #contact-form .c-container,
    #menu_1 .c-container,
    #menu_2 .c-container,
    #menu_3 .c-container {
        padding: 0 4%;
    }

    .cta_box {
        padding: 25px;
    }

    .reasons_num {
        left: -5px;
    }

    .reasons_column {
        margin-bottom: 70px;
    }

    #contact-form h2 {
        margin-top: 20px !important;
    }

    .s_b1 {
        bottom: -4%;
    }
}

@media screen and (max-width: 380px) {
    a.smb-btn {
        width: 270px !important;
    }

    .en_ttl {
        font-size: 3rem;
    }

    .cta_tag{
        padding: .1em .5em;
    }

    .cta_c{
        width: 100%;
    }

    .cta_tel a span{
        font-size: 1.6rem;
    }

    .cta_c__contact .smb-btn__label{
        font-size: .9rem;
    }

    .cta_btn a svg{
        padding: 6px 5px;
    }
    
}