@charset "utf-8";

body {
    /* font-family: "Zen Kaku Gothic New", serif; */
    letter-spacing: 1px;
    color: #333;

    cursor: url(https://dd-driver-design.co.jp/wp-content/uploads/2026/08/cursor.png),auto;
}

body a:hover{
    cursor: url(https://dd-driver-design.co.jp/wp-content/uploads/2026/08/cursor-big.png),auto;
}

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


/* 元の矢印アイコンを消す */
.c-page-top > a svg {
    display: none !important;
}

.c-page-top{
    background-color: transparent;
}
#page-top{
    right: 1vw;
    bottom: 5px;
}

/* 自作画像をボタン背景に設定 */
.c-page-top > a {
    background-image: url("https://dd-driver-design.co.jp/wp-content/uploads/2026/08/totop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent !important; /* 元の背景色を透明に */
    box-shadow: none !important;             /* 元の影を消す */
    border-radius: 0 !important;             /* 元の角丸をリセット */
    
    /* ボタンの表示サイズ（画像の比率に合わせて調整してください） */
    width: 45px !important;
    height: 45px !important;
}

/* ホバー時の不透明度（お好みで調整） */
.c-page-top > a:hover {
    opacity: 0.8;
}


/*======================= 共通クラス =======================*/
.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 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 40%;
    display: inline-block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.en_ttl::after{
    position: absolute;
    content: "";
    bottom: -20px;
    width: 80%;
    height: 12px;
    left: 45%;
    transform: translateX(-50%);

  background-image: radial-gradient(
    circle,
    var(--wp--preset--color--sm-sub-accent) 5px,
    transparent 3.8px
  );

  background-size: 30px 10px;
  background-repeat: repeat-x;
} */

.en_ttl {
	position: relative;
	padding-bottom: 32px;

    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 40%;
    display: inline-block;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.en-ttl-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);

	display: flex;
	justify-content: center;
	align-items: center;

	gap: 20px;
    /* ここを50%から少し左へ */
	left: calc(50% - 0.2em);


	white-space: nowrap;
}

.en-ttl-dot {
	display: block;
	width: 10px;
	height: 10px;

	background-color: var(--wp--preset--color--sm-sub-accent);
	border-radius: 50%;
	flex: 0 0 10px;
}

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

}

.jp_ttl{
    font-weight: 700!important;
    letter-spacing: 40%;
    padding-top: 25px;

}

/* .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: 350px !important;
    padding: 13px 0;
    border-radius: 50px;
    font-weight: 600;
}


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


/* ボタン */

.dd-btn .smb-btn{
    color: #333;
    background: transparent;
    font-size: 1.3rem;
    letter-spacing:10%;
    position: relative;
}

.dd-btn .smb-btn::before{
    position: absolute;
    content: "";
    display: inline-block;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 11.3px;
    background: #333;
    clip-path: polygon(0 41.2%, 87.4% 41.2%, 87.4% 0, 100% 50%, 87.4% 100%, 87.4% 58.8%, 0 58.8%);
    z-index: 5;
    transition: ease-in-out .2s;
}


.dd-btn .smb-btn::after{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color:  var(--wp--preset--color--sm-sub-accent);
    content: "";
    transition: ease-in-out .2s;
}

.dd-btn .smb-btn:hover{
    color: #555;
}

.dd-btn .smb-btn:hover::before{
    right: 25px;
    background:#555s;
}

.dd-btn .smb-btn:hover::after{
    opacity: .8;
    width: 50px;
    height: 50px;
}

.dd-btn .smb-btn:hover {
        filter: brightness(100%);
    }



/* アクセントカラー */
.ac-color{
    color: var(--wp--preset--color--sm-sub-accent);
}


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

.l-header__content{
    padding-top: 0!important;
}

.l-header__content .c-fluid-container{
    padding: 0!important;
}

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

.p-global-nav--hover-extend-underline .c-navbar__item>a:after{
    bottom: 5px!important;
}

/* グローバルナビゲーション */
.l-header .c-row {
    height: 90px !important;
    padding: 10px 2rem;

    border-radius: 0 0 50px 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: 80px;
}

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

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

    .l-header .c-row {
        height: 70px!important;
        border-radius: 0 0 15px 15px;
    }
    .c-site-branding__title .custom-logo{
        width: 60px;
    }
}


@media (orientation: landscape) and (max-width: 900px){
    #fv{
        height: 105vh!important;
    }

    .l-header .c-row {
        height: 60px!important;
        border-radius: 0;
    }

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

    .fv_catch{
        font-size: 2rem!important;
    }
    .recruit_banner{
        bottom: 0!important;
        width: 45px!important;
    }
}

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

.header_cta span:hover {
    background-color: var(--wp--preset--color--sm-accent);
}

/* 電話 */
.header_tel span {
    padding: .7em 1.3em;
    border-radius: 50px;
    border: 2px solid #333;
    background-color: #fff;
    color: #333 !important;
    font-size: 16px;
    font-weight: 700 !important;
    transition: all .15s ease-in-out;
}

@media screen and (max-width: 1040px){
    .header_tel span {
        padding: .4em .8em;
}
}

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

.header_tel span:hover {
    background-color: #333;
    color: #fff!important;
}

.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-accent);
    color: #fff;
    position: relative;
    overflow: visible;
}

.c-page-header::after{
    position: absolute;

    content: "";
    clip-path: polygon(
        0% 87.45%,
        2% 88.8%,
        4% 90.3%,
        6% 91.9%,
        8% 93.4%,
        10% 94.7%,
        12% 95.8%,
        14% 96.8%,
        16% 97.5%,
        18% 98.1%,
        20% 98.5%,
        22% 98.7%,
        24% 98.6%,
        26% 98.2%,
        28% 97.5%,
        30% 96.4%,
        32% 95.0%,
        34% 93.2%,
        36% 91.0%,
        38% 88.4%,
        40% 85.4%,
        42% 82.2%,
        44% 79.1%,
        46% 76.0%,
        48% 73.3%,
        50% 71.0%,
        52% 69.4%,
        54% 68.5%,
        56% 68.2%,
        58% 68.5%,
        60% 69.3%,
        62% 70.7%,
        64% 72.5%,
        66% 74.8%,
        68% 77.3%,
        70% 79.8%,
        72% 82.1%,
        74% 84.1%,
        76% 85.8%,
        78% 87.0%,
        80% 87.7%,
        82% 88.0%,
        84% 87.9%,
        86% 87.5%,
        88% 86.8%,
        90% 85.8%,
        92% 84.3%,
        94% 82.2%,
        96% 79.5%,
        98% 76.0%,
        100% 63.86%,
        100% 0%,
        0% 0%);

    width: 110%;
    height: 50vh;
    background: var(--wp--preset--color--sm-accent);
    top: 20%;
    z-index: -5;
}

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

@media screen and (max-width: 650px){
    .c-page-header::after{
        height: 35vh;
    }
}

/*======================= フッター =======================*/
.l-footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px 50px 0 0;
    background-image: none;
    background-color: var(--wp--preset--color--sm-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-accent);
}


#block-21.c-widget.widget_block{
    display: flex;
    flex-direction: row!important;
    flex-wrap: nowrap;
}

.l-footer .l-footer-widget-area__item.c-row__col--lg-1-2{
    --_item-width: 50%;
}

.l-footer .l-footer-widget-area__item.c-row__col--lg-1-2:nth-of-type(2){
    --_item-width: 50%;
    position: relative;
}

.l-footer .l-footer-widget-area__item.c-row__col--lg-1-2:nth-of-type(2)::before{
    position: absolute;
    background-image: url(https://dd-driver-design.co.jp/wp-content/uploads/2026/07/cropped-dd_logo-sq@2x-scaled-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 50%;
    height: 500px;
    top: -4rem;
    right: 0;
    opacity: .15;
    transform: rotate(-12deg);
}

.l-footer .c-navbar__item>a{
    justify-content: left;
}

@media screen and (max-width: 780px){
    .l-footer .c-navbar__item>a{
        justify-content: center;
    }
}

#menu-footer1{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
}

#menu-footer1 li {
    width: 30%;
    display: block;
}

#menu-footer1 li:nth-of-type(n+2){
    margin-top: 0;
}

#menu-footer1 li:nth-of-type(n+4){
    margin-top: 1rem;
}

#menu-footer1 li a{
    font-weight: 700;
}

.l-footer .header_cta span{
    border: 2px solid var(--wp--preset--color--sm-sub-accent);
}

.l-footer .header_cta span:hover {
    background: #fff!important;
    color: var(--wp--preset--color--sm-sub-accent)!important;
    border: 2px solid 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);
}

.l-footer .c-copyright--inverse{
    background: var(--wp--preset--color--sm-accent);
    color: #333;
    font-weight: 600;
}

.f-mobile_only{
    display: none;
}

@media screen and (max-width: 850px){
    .f-btn_box{
        flex-direction: column;
    }

    .f-btn_box li span{
        margin: 0 auto;
        width: 40vw;
    }

    .f-btn_box:nth-of-type(2) a{
        margin-top: 1rem;
    }

    .header_cta.contact a{
        padding-left: 0!important;
    }
}

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

    .l-footer .c-row{
        flex-direction: column;
    }

    .l-footer .l-footer-widget-area__item.c-row__col--lg-1-2{
        --_item-width: 100%;
    }

    .l-footer .l-footer-widget-area__item.c-row__col--lg-1-2:nth-of-type(2) {
        --_item-width: 100%;
    }

    .l-footer .wp-container-core-group-is-layout-956937b5{
        align-items: center;
    }


}

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

    .f-btn_box{
        flex-direction: column;
    }

    .f-btn_box li{
        width: 100%;
    }

    .l-footer .header_tel span {
        width: 80vw;
    }

    .l-footer .header_cta.contact span{
        width: 80vw;
        margin-top: 1rem;
    }

    .l-footer .header_cta.contact a {
        padding: 0!important;
    }

    #menu-footer1{
        margin: 0 auto;
    }

    #menu-footer1 li{
        text-align: center;
    }
}

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

    .f-mobile_only{
        display: inline-block;
    }
}

/*======================= TOPページ =======================*/
/* 採用バナー */

.recruit_banner{
    position: fixed;
    right: 0;
    bottom: 10%;
    width: clamp(60px, 7vw, 85px);
    height: auto;

    z-index: 100;
}

@media screen and (max-width: 450px){
    .recruit_banner{
        width: 45px;
        bottom: 40%;
    }
}


/* FV */

#fv {
    height: 95vh;
}

@media screen and (max-width: 500px){
    #fv{
        height: 85vh;
    }
}


.fv_catch{
    font-size: 4rem;
    font-weight:700;
    line-height: 1.25;

}


@media screen and (max-width: 1150px){
    .fv_catch{
    font-size: 3.5rem;
}
}

@media screen and (max-width: 1030px){
    .fv_catch{
    font-size: 3rem;
}
}

.fv-sub_catch{
    font-size: 1.2rem;
}

.fv_inner{

}

.fv_txt-box{
    position: relative;
}

.fv_bg-img{
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    opacity: .1;
    z-index: -10;
    width: 100%;
    height: autos;
}


.fv_img-box{
    position: relative;
}

.fv_img-box figure{
    position: absolute;
    right: -16%;
    bottom: -80%;
    width: 120%;
    max-width: 860px;
    height: auto;
}

@media screen and (min-width: 1400px){
    .fv_img-box{
        width: 100%;
    }
}


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

    .fv_img-box figure{
        bottom: -85%;
        }    
}


@media screen and (max-width: 840px){
    .fv_txt-box .wp-block-group{
        width: 130%;
    }

    .fv_img-box figure{
        /* bottom: -65%; */
        }    
}

@media screen and (max-width: 670px){
    .fv_txt-box .wp-block-group{
        width: 150%;
    }

    .fv_img-box figure{
        width: 140%;
        z-index: -5;
    }
}

@media screen and (max-width: 590px){
    .fv_txt-box .wp-block-group{
        width: 200%;
    }
}

@media screen and (max-width: 465px){
    .fv_txt-box .wp-block-group{
        width: 250%;
    }

    .fv_catch{
        font-size: 2.5rem;
    }

}

@media screen and (max-width: 840px){
    .fv_img-box figure{
        bottom: -105%;
    }    
}

@media screen and (max-width: 465px){
    .fv_img-box figure{
        bottom: -112%;
        }  
}


/* 事業内容 */
#t-service {
    position: relative;
}






/* 街並みのイラスト */
.city_illust{
    position: absolute;
    top: -19%;
    width: 100%;
    height: auto;
    left: -10%;
    z-index: -8;
}

@media screen and (max-width: 1100px){
    .city_illust{
        top: -15%;
    }
}

@media screen and (max-width: 780px){
    .city_illust{
        top: -13%;
    }
}

@media screen and (max-width: 620px){
    .city_illust{
        top: -7%;
    }
}

@media screen and (max-width: 430px){
    .city_illust{
        top: -6%;
    }
}

.service_inner{
    width: 90%;
    max-width: 1100px;
}



#t-service .service_catch{
    font-size: 1.4rem;
}

#t-service .service_logo{
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 600px){
    .service_inner{
        flex-direction: column;
        width: 80%!important;
    }
    #t-service .service_logo{
        width: 60%;
    }
}



/* 選ばれる理由 */
#t-reason .reason_tag{
    display: inline;
    color: #fff;
    font-weight: 700;
    background-color: var(--wp--preset--color--sm-sub-accent);
    padding: .3rem 1rem;
    border-radius: 15px;
}

#t-reason .reason-box:nth-of-type(3){
    flex-direction: row-reverse;
}

/* 対応エリア */

#t-area{
    position: relative;
}

/* #t-area .area-map{
    width: 60%;
} */

#t-area .en_ttl{
    left: 0;
    transform: translateX(0);
}

#t-area .area-link{
    background: #fff;
    border:3px solid var(--wp--preset--color--sm-sub-accent);
    border-radius: 15px;
    padding: 1rem;
    position: relative;
    transition: ease-in-out .3s;
    width: 80%;
    margin-left: 0!important;

}

#t-area .area-link figure{
   width: 100%;
   height: auto; 
}

#t-area .area-link p{
    font-weight: 700;
}

#t-area .area-link::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid var(--wp--preset--color--sm-sub-accent);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


#t-area .area-link:hover{
    opacity: .8;
}

@media screen and (max-width: 600px){
    #t-area .area-map{
        position: relative;
        bottom: 20%;
    }

    #t-area .area-link{
        width: 60%;
    }
}

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

    #t-area .area-link{
        width: 80%;
    }
}
/* 
#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 {
    border-radius: 20px;
    box-shadow: none;
    background-color: var(--wp--preset--color--sm-accent) !important;
    transition: 0.2s;
}

#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-sub-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-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: .15;
    position: absolute;
    bottom: 40%;
    right: 16%;
    z-index: 0;
    width: 40%;
    transform: rotate(-9deg);
}

@media screen and (max-width: 780px){
    .g-name{
        text-align: right!important;
    }
}

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


/* パートナー募集 */
#t-recruit .en_ttl{
    left: 0;
    transform: translateX(0);
}

#t-recruit .en_ttl::before{

}

#t-recruit .recruit_point{
    width: 100%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    border: 3px solid var(--wp--preset--color--sm-sub-accent);
    border-radius: 15px;
    padding: 2rem 1rem;
    min-height: 5rem;

    display: flex;
    align-items: center;
    z-index: 5;
}

@media screen and (max-width: 1050px){
    #t-recruit .recruit_point{
        padding: 1rem .5rem;
    }
}

@media screen and (max-width: 600px){
    .t-recruit_container{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
}

#t-recruit .recruit_point p{
    font-weight: 700;
}

@media screen and (max-width: 910px){
    #t-recruit .recruit_point p{
        font-size: .9rem;
    }
}

#t-recruit .recruit_point .ac-color{
    font-size: 1.2rem;
}


@media screen and (max-width: 780px){
    .t-rec_img-box{
        margin-bottom: -15rem!important;
    }
}

@media screen and (max-width: 500px){
    .t-rec_img-box{
        margin-bottom: -12rem!important;
    }
}

/* インスタグラム */

#t-instagram .dd-btn .smb-btn{
    width: 400px!important;
    letter-spacing: ;
}


/* ---------- cta ---------- */


#cta .cta_c{
    margin-top: 2rem;
}

#cta .cta_c:first-of-type{
    border-right: 1.5px dashed #333;
}

@media screen and (max-width: 780px){
    #cta .cta_c:first-of-type{
        border-right: transparent;
        border-bottom: 1.5px dashed #333;
        padding-bottom: 3rem;
}
}


#cta .smb-btn{
    width: 100%!important;
    min-width: 300px;
}

.cta_sub-ttl{
    font-weight: 700;
    font-size: 1.2rem;
}

#cta .smb-btn__label{
    color: #333!important;
    font-size: 2.5rem;
}

@media screen and (max-width: 1100px){
    #cta .smb-btn__label{
        font-size: 2rem;
    }
}

#cta .cta_tel{
    margin-top: 1rem!important;
}

#cta .cta_tel-txt{
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 400px){
    #cta .cta_tel-txt{
        font-size: 14px;
}
}

#cta .cta_tel-txt .time_ttl{
    color: #fff;
    padding: .2rem .3rem;
    background: var(--wp--preset--color--sm-sub-accent);
    border-radius: 10px;
    margin-right: 10px;
}

#cta .cta_mail{
    margin-top: 3rem;
}

#cta .cta_mail .smb-btn__label{
    font-size: 1.3rem;
    color: #fff!important;
}

#cta .cta_mail .smb-btn{
    border-radius: 15px;
    background: var(--wp--preset--color--sm-sub-accent);
    padding: 2rem 0 1.5rem 0;
}

#cta .cta_mail-inner{
    position: relative;
}

#cta .mail_topping{
    position: absolute;
    padding: 0 1rem;
    background: #fff;
    border: 2px solid var(--wp--preset--color--sm-accent);
    border-radius: 5px;
    font-weight: 700 !important;
    top: -1rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 5;
    width: 20vw;
    max-width: 270px;
}

@media screen and (max-width: 1100px){
    #cta .mail_topping{
        width: 25vw;
    }
}

@media screen and (max-width: 870px){
    #cta .mail_topping{
        width: 30vw;
    }
}

@media screen and (max-width: 780px){
    #cta .mail_topping{
        width: 35vw;
    }
}

@media screen and (max-width: 620px){
    #cta .mail_topping{
        width: 45vw;
    }
}

@media screen and (max-width: 430px){
    #cta .mail_topping{
        width: 60vw;
    }
}

#cta .mail_topping p{
    font-weight: 700;
    font-size: 14px;
}

@media screen and (max-width: 490px){
    #cta .mail_topping p{
        font-size: 12px;
    }
}

#cta .mail_topping figure{
    width: 30px;
}

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

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

/*======================= 事業内容 =======================*/
.service_intro-img{
    margin: 0 auto!important;
}


.service_intro-img img{
    width: 50%;
    height: auto;
    margin: 0 auto;
}



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

#service .service_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}



#service .service_box:not(:first-of-type){
    border-left: #333 dashed 1.5px;
}

.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;
}
@media screen and (max-width: 780px){
    #service .service_box{
        flex-basis: 80% !important;
    }

    #service .service_box:not(:first-of-type){
    border-left: transparent;
    margin-top: 2rem;
}
}





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

/*======================= 会社概要 =======================*/
.company-greeting{
    position: relative;
}


.company_greeting-logo{
    width: 30%;
    margin: 0 auto!important;

    position: absolute;
    bottom: -5%;
    right: 10%;

    opacity: .1;
    z-index: -5;
    transform: rotate(-10deg);
}



.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 {
    width: 30%;
    font-weight: 500;
}

@media screen and (max-width: 550px){
    figure.wp-block-table tr{
        display: flex;
        flex-wrap: wrap;
    }

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

    figure.wp-block-table tr td:first-child{
        width: 100%!important;
        color: var(--wp--preset--color--sm-sub-accent)!important;
        font-weight: 700;
    }
    figure.wp-block-table tr td:last-child{
        width: 100%!important;
}
}



@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;
    } */
}


#company iframe{
    width: 90%!important;
    margin: 3rem auto!important;
    display: flex;
    justify-content: center;
}


/*======================= 施工実績 =======================*/
.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;
}


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

.page-id-23 .c-page-header::after{
    height: 60vh;
}

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

#contact-form h2{
    font-size: 2.5rem;
    font-weight: 700!important;
    color: var(--wp--preset--color--sm-sub-accent);
}

#contact-form .contact_tag{
    color: #fff;
    font-weight: 700;
    background: var(--wp--preset--color--sm-accent);
    padding: .3rem 1rem;
    border-radius: 10px;
}

@media screen and (max-width: 550px){
    .contact_tag-box{
        flex-direction: column;
    }

    .contact_tag-box{
        gap: .8rem!important;
    }
}

@media screen and (max-width: 470px){
    #contact-form h2{
    font-size: 2rem;
}
}

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

#primary .p-archive{
    margin-top: 10rem;
}

@media screen and (max-width: 640px){
    #primary .p-archive{
        margin-top: 5rem;
    }
}

@media screen and (max-width: 450px){
    #primary .p-archive{
        margin-top: 2rem;
    }
}


#primary .c-entries--simple{
    border-top: transparent;
}

#primary .c-entries__item{
    border-bottom: transparent;
}

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

#t-news ul.c-entries--text{
    border-top: 0!important;
}

#t-news .c-entries__item{
    border-bottom: 0!important;
}

#t-news .c-entry-summary__title{
    font-weight: 700;
    margin-bottom: 0!important;
}

#t-news time{
    color: var(--wp--preset--color--sm-sub-accent);
    font-weight: 700;
}

#t-news .c-entry-summary__body{
    position: relative;
}

#t-news .c-entry-summary__body::before{
    position: absolute;
    content:"read more";
    color: var(--wp--preset--color--sm-sub-accent);
    font-weight: 700;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);  
}

#t-news .c-entry-summary__body::after{
    content: "›";

    position: absolute;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;
    padding: 0 0 10px 3px;

    background: var(--wp--preset--color--sm-sub-accent);
    color: #FFFFFF;

    border-radius: 50%;

    font-size: 32px;
    font-weight: 400;
    line-height: 1;

    transform: translateY(0);

    transition:transform .3s ease;
}

@media screen and (max-width: 1025px){
    #t-news .c-entry-summary__body::after{
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 500px){
    #t-news .c-entry-summary__body::before{
        font-size: .8rem;
    }

    #t-news .c-entry-summary__body::after{
        width: 20px;
        height: 20px;
        font-size: 25px;
        padding: 0 0 8px 1px;
        transform: translateY(-50%);
    }

}


#t-news .c-entry-summary__body:hover::before{
    right: 25px;
    transition: ease-in-out .3s;
}

#t-news .c-entry-summary__body:hover::after{
    right: -10px;
    transition: ease-in-out .3s;
}

article.post{
    margin-top: 10rem;
}

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

@media screen and (max-width: 650px){
    .single-post .c-page-header::after{
        top: 40%;
    }
}


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



/* パートナー募集 */
.p-catch{
    position: relative;
}

@media screen and (max-width: 500px){
    .p-catch{
        font-size: 1.5rem!important;
    }
}

.p-catch_logo{
    position: absolute;
    width: 45%;
    height: auto;
    right: -10%;
    top: -60%;
    opacity: .1;
    z-index: -5;
    transform: rotate(-10deg);
}

@media screen and (max-width: 780px){
    .p-catch_logo{
        top: -10%;
    }
}


#p-opp .opp_inner{
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 450px){
    #p-opp .opp_inner{
    width: 100%;
}
}

#p-opp .smb-btn {
    width: 250px!important;
	padding: 1.5rem;
	background:var(--wp--preset--color--sm-sub-accent);
	border-radius: 50px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	transition: .3s;
	overflow: visible;
    outline : 3px solid #FFFFFF; /* 線の太さ・線状・色 */
    outline-offset : -9px 
}


#p-opp .smb-btn::after {
	content: "";
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #fff;
	transition: .3s;
}

#p-opp .smb-btn:hover {
	background: #ff9229;
}

#p-opp .smb-btn:hover::after {
	transform: translateY(-50%) translateX(6px);
}



.p-opp_circle{
    background: #fff;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px){
    .p-opp_circle{
        padding: 1.5rem .5rem 1rem .5rem;
    }
}

@media screen and (max-width: 780px){
    .p-opp_circle{
        width: 42vw;
        height: 42vw;

    }
}

@media screen and (max-width: 450px){
    .p-opp_circle{
        width: 43vw;
        height: 43vw;
        margin: 0 auto;

    }
}


.p-info_opp{
    font-size: 1.1rem!important;
}

.p-opp_txt{
    font-size: 1rem;
    margin-top: 10px!important;
}

@media screen and (max-width: 1000px){
    .p-info_opp{
        font-size: 1rem!important;
    }

    .p-opp_txt{
        font-size: .9rem;
        margin-top: 8px!important;
    }
}

@media screen and (max-width: 850px){
    .p-info_opp{
        font-size: .9rem!important;
    }
}

@media screen and (max-width: 580px){
    .p-info_opp{
        font-size: 1rem!important;
    }

    .p-opp_txt{
        font-size: .8rem;
        margin-top: 8px!important;
    }
}

@media screen and (max-width: 450px){
    .opp_img{
        margin: 0 auto;
    }

    .opp_img figure{
        width: 90%;
        margin: 0 auto!important;
    }

    .p_opp-txt_img{
        width: 70%!important;
    }

    .p-info_opp{
        font-size: .9rem!important;
    }

    .p-opp_txt{
        font-size: .8rem;
        margin-top: 8px!important;
    }
}

.merit_box{
    background: #fff;
    padding: 1.2rem 2rem 1.2rem 3.5rem;
    border-radius: 40px;
    width: 90%;
    margin: 1.5rem auto;

    position: relative;
}

.merit_box::before{
    position: absolute;

    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--sm-sub-accent);
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}

@media screen and (max-width: 700px){
    .merit_container{
        --smb-grid--columns: 1!important;
        --smb-grid--rows: 6!important;
    }

    .merit_box{
        width: 100%;
        margin: 1rem 0 0 0;
    }
}

.p-merit_ttl{
    font-weight: 700;
    font-size: 1.2rem;
}

.p-merit_txt span{
    font-size: .8rem;
}

.p-table{
    width: 70%;
}

.p-table.wp-block-table tr{
    border-bottom: 3px solid #fff!important;
}

.p-table td:nth-of-type(odd){
    width: 30%;
    background-color: #FFD23330;
    padding: .3rem 1.5rem;
    font-weight: 700!important;
}

.p-table td:nth-of-type(even){
    width: 70%;
    padding: .3rem 1.5rem;
}


.p-table td span{
    font-size: .8rem;
}

@media screen and (max-width: 700px){
    .p-table{
        width: 90%;
    }
}

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

    .p-table{
        width: 100%;
    }

    .p-table.wp-block-table td{
        padding: .5rem 1rem!important;
        font-size: .9rem;
    }
}


/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@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) {
    #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 / 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;
    } */

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

    .l-header__content{
        padding-top: 0!important;
    }
}

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

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

    .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 / 6 !important;
        object-position: 30% 3%;
        margin-top: 30px !important;
    } */

    .g_lg {
        bottom: 0;
        top: -64%;
        width: 60%;
        position: relative;
  }

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

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


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

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

    .fv_txt-group {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 35px;
    }
}

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


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