@charset "utf-8";

body {
    background-color: #F2F7FF;
    font-family: "Zen Kaku Gothic New", serif;
    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;
}

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 {
    color: var(--wp--preset--color--sm-accent);
    font-family: "Rubik", sans-serif;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.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: 280px !important;
    padding: 13px 0;
    border-radius: 50px;
    background-color: var(--wp--preset--color--sm-accent);
    font-weight: 600;
}

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

a.smb-btn:hover {
    background-color: #397bab;
    filter: brightness(100%);
}

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

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

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

.white_btn a:hover::before {
    background-color: #fff;
}

.white_btn a::before {
    background-color: var(--wp--preset--color--sm-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 5% 0 5% !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: 200px;
}

.header_cta.contact a {
    padding: 0 0 0 10px;
}

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

.header_cta span:hover {
    background-color: #397bab;
}

/* 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: #F2F7FF;
}

.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__menu {
    padding-top: 50px !important;
}

.sp_drawer-cta {
    border-radius: 50px;
    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;
}

.l-footer::before {
    position: absolute;
    z-index: 0;
    background: linear-gradient(rgba(255, 255, 255, .838), rgba(255, 255, 255, .803)),
        url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/w_bg.jpeg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(5px);
    content: "";

    inset: 0;
}


.widget_nav_menu :where(a),
.l-footer-widget-area__item p {
    color: var(--wp--preset--color--sm-sub-accent);
    font-weight: 500;
}

.l-footer__footer::before {
    position: absolute;
    z-index: 0;
    content: "";

    inset: 0;
    pointer-events: none;
}

.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: transparent;
}

.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;
    padding: 120px 0 90px !important;
}

.fv_txt-group {
    position: absolute;
    bottom: -5%;
    left: 5%;
    z-index: 2;
    padding: 45px;
    border-radius: 50px 50px 0 0;
    background-color: #F2F7FF;
}

.fv_txt-group::before {
    position: absolute;
    top: 264px;
    right: 0;
    z-index: 1;
    transform: translateX(99.5%);
    width: 20px;
    height: 20px;
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/piec3_fv.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";

    transform-origin: bottom right;
}

.fv_txt-group::after {
    position: absolute;
    top: 264px;
    left: 0;
    z-index: 1;
    transform: scaleX(-1) translateX(100%);
    width: 20px;
    height: 20px;
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/piec3_fv.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.fv_area {
    position: relative;
    z-index: 0;
    width: fit-content;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    padding: .2em .7em;
    border-radius: 50px;
    background-color: #D4E9FC;
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: 1rem;
    font-weight: 500;
}

.fv_area::before {
    position: absolute;
    bottom: -19px;
    left: 30px;
    z-index: 3;
    border-width: 10px;
    border-style: solid;
    border-color: #D4E9FC transparent transparent transparent;
    content: "";
}

h2.fv_ttl {
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: 3rem;
    font-weight: 600 !important;
}

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

.fv_tag svg {
    font-size: 14px;
    margin-right: 0 !important;
    margin-left: 5px !important;
}

.fv_drop {
    opacity: .6;
    position: absolute;
    right: 0;
    bottom: -25%;
    z-index: 1;
}

/* ---------- FVスライダー ---------- */
.swiper-fv {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    overflow: visible;
}

.swiper-fv .swiper-wrapper {
    box-sizing: border-box;
}

.swiper-fv .swiper-fv-slide {
    width: auto;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 30px;
}

.swiper-fv .swiper-fv-slide img {
    display: block;
    width: 850px;
    height: auto;
    background-color: #fff;
    opacity: 0.8;
    object-fit: cover;
    aspect-ratio: 8/6;
}

.au_column {
    gap: 100px !important;
}

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

#service .en_ttl {
    color: #ffffff;
}

.s_b1 {
    position: absolute;
    bottom: 5%;
    left: -15%;
    width: 20%;
}

.wd_2 {
    opacity: .8;
    position: absolute;
    top: -30%;
    left: -50%;
    filter: blur(5px);
    z-index: -1;
}

.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 {
    border-radius: 20px;
    box-shadow: none;
    background-color: #3F8FC8 !important;
    transition: 0.2s;
}

#service .s_panel .smb-panels__item:hover {
    background-color: #397bab !important;
}

#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: #20577E;
    font-size: 14px;
    font-weight: 600;
}

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

/* ---------- カード型スライダー ---------- */
.card-swiper {
    width: 400px;
    height: 500px;
    margin: 40px auto;
}

.card-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.card-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.au_column {
    z-index: 10;
}

/* -END- SWIPER */
/* loop */
#loop {
    padding: 150px 0 0 !important;
}

.loop_box .loop_img_02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/08/loop_et-1.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: repeat-x;
    animation: loop_img 90s linear infinite;
}

.loop_box {
    position: relative;
    width: 100%;
    margin: 0 !important;
}

@keyframes loop_img {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -4000px 0;
    }
}

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

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

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

#works .c-entry-summary__title::before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/a_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

/* 代表挨拶 */
.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: -15%;
    z-index: -1;
    width: 35%;
}

/* 背景固定画像 */
#bg {
    margin-right: calc(50px - var(--_container-margin-right)) !important;
    padding: 0 !important;
}

.bg-container {
    position: relative;
    height: 550px;
    overflow: hidden;
    border-radius: 0 50px 50px 0;
}

.bg-inner {
    clip-path: inset(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/fv2.jpeg);
    background-position: center;
    background-size: cover;
}

/* 選ばれる理由 */
#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: -30px;
    left: -30px;
    z-index: 0;
    color: #ffffffb5;
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
}

.r_drop1 {
    opacity: .4;
    position: absolute;
    bottom: -15%;
    left: -15%;
    z-index: -1;
    filter: blur(10px);
}

/* 文字スライド */
#loop_txt {
    padding: 0 !important;
}

.slide_box {
    height: 160px;
    margin-top: 80px;
}

.slide_box .smb-box__background {
    border: none;
}

.slide_box::before {
    display: block;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,
            rgb(226, 244, 255) 0%,
            rgba(108, 167, 230, .2) 40%,
            rgba(40, 213, 243, .2) 100%);
    content: "";
    animation: txt_slide 25s linear infinite;

    -webkit-mask-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/com_name.png);
    mask-image: url(https://sugiurakougyou.co.jp/wp-content/uploads/2025/07/com_name.png);
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-position: left center;
    mask-position: left center;
    will-change: mask-position;
}

@keyframes txt_slide {
    0% {
        -webkit-mask-position: 0 center;
        mask-position: 0 center;
    }

    100% {
        -webkit-mask-position: 100% center;
        mask-position: 100% center;
    }
}

/* ---------- cta ---------- */
#cta {
    color: #ffffff;
}

#cta .smb-section__background {
    border-radius: 50px 0 0 50px !important;
    left: 50px !important;
    right: 0 !important;
}

#cta .en_ttl {
    color: #ffffff;
}

.cta_c {
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #ffffff;
}

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



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

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

.cta_btn a:hover svg {
    color: #397bab;
}

.cta_btn span {
    color: #ffffff;
}

.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;
    border-radius: 50px;
    background-color: #ffffff30;
    font-weight: 500;
}

/* お知らせ */
#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 {
    border-radius: 50px;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff !important;
}

#menu .en_ttl {
    color: #fff;
}

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

#menu .menu_box:hover {
    background-color: #234d5f;
}

.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 #cce1f0;
    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 {
    border-radius: 15px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.spider__figure {
    border-radius: 20px;
}

/*======================= お問い合わせ =======================*/
#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-accent) !important;
    border-radius: 50px;
    background: var(--wp--preset--color--sm-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-accent) !important;
    background: #ffffff;
    color: var(--wp--preset--color--sm-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 #cce1f0;
}

.blog .c-entries--simple .c-entries__item {
    border-bottom: solid 1px #cce1f0;
}

.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 .5em;
    border-radius: 50px;
}

.blog .c-entry-summary__figure {
    border-radius: 15px;
}

/* 投稿(シンプル)の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: 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__background {
        left: 30px !important;
    }

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

    #bg {
        margin-right: calc(30px - var(--_container-margin-right)) !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) {
    #cta .smb-section__inner>.c-container {
        margin: 0 !important;
        padding-right: 30px !important;
    }

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

    .cta_parent {
        gap: 20px;
    }
}

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

    .greeting_column {
        gap: 40px;
    }

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

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

    .fv_txt-group::before,
    .fv_txt-group::after {
        top: 242px;
    }

    .fv_drop {
        display: none;
    }

    .s_b1 {
        left: 2%;
    }
}

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

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

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

    .au_column {
        flex-direction: column;
    }

    .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) / 3) !important;
    }

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

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

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

    .fv_txt-group::before,
    .fv_txt-group::after {
        top: 188px;
    }

    .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) {
    .d_pic img {
        aspect-ratio: 9 / 5 !important;
        object-position: 30% 3%;
        margin-top: 30px !important;
    }

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

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

    #cta .smb-section__background {
        left: 20px !important;
    }

    #bg {
        margin-right: calc(20px - var(--_container-margin-right)) !important;
    }

    #cta .smb-section__body {
        padding: 0 0 0 30px !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;
    }

    #cta .smb-section__background {
        border-radius: 30px 0 0 30px !important;
    }

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


@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);
        font-size: 1.9rem;
    }

    .fv_tag-group {
        gap: 14px;
    }

    .fv_tag {
        padding: 0 1px 5px;
    }

    .fv_txt-group {
        bottom: -25%;
        padding: 0;
        left: 7%;
        margin-top: 0 !important;
        background-color: transparent;
    }

    .fv_area {
        font-size: 15px;
    }

    .fv_txt-group::before,
    .fv_txt-group::after {
        display: none;
    }

    .fv_drop {
        display: block;
        left: -120px;
        right: 0;
        bottom: -25%;
    }

    .fv_drop img {
        width: 70%;
    }
}

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

}

@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) {
    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;
    }

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

    .fv_txt-group {
        bottom: -20%;
    }

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

    /* cta */
    #cta .smb-section__background {
        left: 0 !important;
    }

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