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

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

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

/* 基本設定 */
p,
a,
li{
    font-weight: 400;
}
.pt_0{
	padding-top:0!important;
}
.pt_10{
	padding-top:10px!important;
}
.pb_0{
	padding-bottom:0!important;
}
.pb_10{
	padding-bottom:10px!important;
}
.mt_0{
	margin-top:0!important;
}
.mb_0{
	margin-bottom:0!important;
}
.mr_0{
	margin-right: 0!important;
}
.ml_0{
	margin-left: 0!important;
}
.mt_10{
	margin-top:10px!important;
}
.mb_10{
	margin-bottom:10px!important;
}
.z_0 {
    z-index: 0;
}
.z_1 {
    z-index: 1;
}
.p_ab{
	position: absolute;
}
.p_rel{
	position: relative;
}
.d_flex{
	display:flex;
}
.d_flex.f_wrap {
    flex-wrap: wrap;
}
.inline_b{
	display:inline-block;
}
.js_sb{
	justify-content:space-between;
}
.js_fs{
	justify-content:flex-start;
}
.of_hd{
	overflow: hidden;
}
.border_pink {
    border-bottom: 2px solid #ed7780!important;
}
.mincho{
	font-family: 'Shippori Mincho', serif;
    font-weight: 500;
}
.maru{
	font-family: 'Zen Maru Gothic', serif;
}
.smb-panels__item__action>a:focus:after {
    outline: none;
    outline-offset: 0px;
}
.tate{
	writing-mode: vertical-rl;
}
/* 基本設定 終わり*/
/* アイコン */
:not(#page-top) svg.svg-inline--fa {
    margin-right: 4px;
}
 .p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}
/* アイコン 終わり*/

/*header */
.c-site-branding__title {
    max-width: 380px;
}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg .l-simple-header__row {
    padding-top: 10px!important;
    padding-bottom: 10px;
}
/* グローバルナビ */
 .l-1row-header .c-fluid-container {
    padding-right: 0;
}
[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
} 
.p-global-nav .c-navbar__item.header_cta>a{
	    background-color:var(--wp--preset--color--sm-accent);
    color: #fff;
}
.p-global-nav .c-navbar__item.tel>a {
    font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact>a {
    font-weight: 500;
}
ul#menu-g_nav {
    height: 100px;
}
li.header_cta.tel::after {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	display : none;
}
li.g_nav_sab {
    border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta>a:hover {
    opacity: 0.9;
    transition: 0.5s;
}

@media(max-width:1280px){
	[data-scrolled=false] .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item>a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1024px) and (max-width:1280px){
.l-1row-header__branding {
    max-width: 250px;
}	
}
@media (max-width: 1024px){
	ul#menu-sp_nav{
		display: flex;
		flex-wrap: wrap;
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-between;
	}
	ul#menu-sp_nav li {
    width: 48%;
    font-size: 1rem;
}	
ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
	position: relative;
}
	ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
}
	ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: 'EB Garamond';
    font-size: 1.4rem;
}
		ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: 'Zen Antique Soft';
    font-size: 1.2rem;
}
ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color:var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 20px 10px;
	line-height: 1;
}
	ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
	font-size: 1.1rem;
		margin-bottom: 7px;
}
}  
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.l-contents__inner {
    margin-top: 0;
}
h1.c-page-header__title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-shadow: 2px 2px 20px #b8d9cf;
    letter-spacing: 0.5em;
    color: #000000;
}
.c-page-header__bgimage>img, .c-page-header__bgimage>picture>img{
    opacity: 0.8;
    filter: brightness(0.9);
}
/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}
/* ボタン　共通 */
.is-style-snow-monkey-143795 .smb-btn__label {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    transition: 1s;

}
.is-style-snow-monkey-143795 a.smb-btn:hover .smb-btn__label{
    transform: scale(1.1);
    letter-spacing: 2px;

}
:root :where(.wp-block-button.is-style-snow-monkey-143795) .wp-block-button__link::before, 
:root :where(.smb-btn-wrapper.is-style-snow-monkey-143795) .smb-btn::before {
    height: 30px;
    width: 30px;
}
:root :where(.wp-block-button.is-style-snow-monkey-143795) .wp-block-button__link::after,
:root :where(.smb-btn-wrapper.is-style-snow-monkey-143795) .smb-btn::after {
    right: calc(30px / 2 - .5em);
}
/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control 
{ margin-bottom: 20px; }

/* フッター */
.l-footer--footer-1 .l-footer-widget-area {
    padding-bottom: 5%;
    padding-top: 5%;
}
figure.wp-block-image.footer_logo {
    width: 90%;
    max-width: 350px;
}
.l-footer--footer-1 .l-footer__footer {
    background-color: #123a57;
    padding-bottom: 10px;
    padding-top: 10px;
}
.l-footer--footer-1 .l-footer-widget-area p {
    font-size: 0.8rem;
}
.l-footer--footer-1 .c-copyright .c-fluid-container {
    font-size: 12px;
	color: #fff;
}
.widget_nav_menu .menu-item {
    font-size: 0.8rem;
}
.widget_nav_menu ul>li+li {
    margin-top: 1rem;
}
.c-row__col--lg-1-3:last-child .c-widget {
    text-align: end;
}
/* フッター上CTA */
.l-contents-bottom-widget-area {
    margin-top: 0;
}

/* ハンバーガーメニュー */
/* メニュー */
.c-drawer a {
    font-size: 1.4rem;
    font-family: 'Shippori Mincho';
    text-shadow: 1px 1px 10px #0d4532;
}
ul#menu-sp_nav {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 2rem;
}
ul#menu-sp_nav::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/com_info_logo.svg);
    width: 60%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -10%;
    display: block;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    opacity: 0.2;
}
/* TOPページ */
.l-front-page-widget-area__item .c-section {
    padding: 0;
}
.l-front-page-widget-area__item .c-section .c-container,
.l-contents-bottom-widget-area .c-section .c-container{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.wp-block-snow-monkey-blocks-box.smb-box.footer_cta_wrap,
.l-contents-bottom-widget-area {
    width: 100%;
    max-width: none;
}
.l-contents-bottom-widget-area .c-widget {
    margin: 0 calc(50% - 50vw);
}
.footer_cover .wp-block-snow-monkey-blocks-buttons {
    width: 50%;
    margin-right: 0!important;
    text-align: left;
    z-index: 2;
}
.footer_cta_wrap .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper a{
    position: relative;
    overflow: hidden;
}
.footer_cta_wrap .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper a::after {
    content: "";
    width: 80%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_cta_wrap section:hover .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper a::after{
    animation: LineRight 2s ease-in;
}
@keyframes LineRight{
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(0%);
    }
}
.footer_cover .wp-block-snow-monkey-blocks-buttons .smb-btn-wrapper .smb-btn {
    --smb-btn--background-color: #0000;
    --smb-btn--color: var(--smb-btn--style--text--color);
    border: none;
    padding: 15px 0;
}
.footer_cover .wp-block-snow-monkey-blocks-buttons span {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.3;
    text-shadow: 0px 0px 9px #082d20;
    letter-spacing: 2px;
}
.footer_cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(99deg, #54a08852 50%, #034826a6 85% 100%);
}
.footer_cta_wrap section img{
    transition: 3s ease-in-out;
    filter: blur(5px);
}
.footer_cta_wrap section:hover img{
    transform: scale(1.2);
    filter: blur(0px);
}
.l-footer {
    border-top: none;
}
/* header */
@media (min-width: 1024px){
.l-simple-header__row {
    padding-top: 35px;
}
}
.c-hamburger-btn__bars {
    height: 18px;
    width: 42px;
}
.c-hamburger-btn__bar {
    height: 2px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
    top: 8px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
    top: 16px;
}
.c-hamburger-btn__bar:first-of-type {
    top: 0;
}
.c-hamburger-btn__label {
    display: block;
    font-family: system-ui;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 2px;
}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
    background-color: #ffffff73;
    box-shadow: 0 1px 2px 1px #0000000d;
    width: 95%;
    margin: 5px auto;
    border-radius: 2px;
    backdrop-filter: blur(25px);
}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg .l-simple-header__row {
    padding-top: var(--_padding-1);
}
.l-header:not([aria-hidden=true]) {
    transition: 1s ease-in-out;
}
.l-header .c-hamburger-btn__bar {
    background-color: #41a081;
}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg .c-hamburger-btn__label {
    color: #41a081;
}
/* TOPページ */
/* FV */
section.fv .smb-section__inner {
    /* height: 100vh; */
    padding: 15px;
    overflow: hidden;
}
section.fv .smb-section__inner>.c-container {
    width: auto;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
/* section.fv .smb-section__contents-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
} */
section.fv .smb-section__contents-wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(315deg, #234835c9 10%, #2b6e4a29 60%, #15462d5c 100%);
}
.wp-block-group.fv_copy {
    position: absolute;
    bottom: 5%;
    right: 2%;
    z-index: 3;
    transform: translate(-2%, -5%);
    width: 80%;
    max-width: 900px;
}
figure.wp-block-image.copy_disc {
    width: 80%;
    max-width: 650px;
}
p.mincho.copy_disc {
    font-weight: 500;
    color: #facb26;
    font-size: 1.3rem;
    text-align: end;
}
p.mincho.copy_disc span {
    margin-left: 1em;
    border-bottom: 1px solid #facb26;
    letter-spacing: -1px;
    text-shadow: 0px 0px 10px #0d4532;
}
p.mincho.copy_disc span:first-child{
    margin-left: 0;
}
figure.chatchcopy{
  overflow: hidden;
  position: relative;
}

figure.chatchcopy::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: transparent;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

/* TOP コンセプト */
section.business_sec {
    z-index: -1;
}
section.business_sec h2.ttl {
    margin-left: 2em!important;
    color: #fff;
    font-weight: 500;
    text-shadow: 0px 0px 10px #0d4532b4;
    width: 150px;
}
section.business_sec h2.ttl span{
    font-size: 1.2em;
}
.cls-1{
    font-size: 1.4rem;
}
.cls-2{
    font-size: 1rem;
}
.cls-3{
    font-size: 0.8rem;
}
section.business_sec p.tate {
    height: 100%;
    max-height: 500px;
    color: #fff;
    text-shadow: 0px 0px 10px #0d4532b4;
    line-height: 2;
    font-size: 1rem;
}
.wp-block-group.copy_box {
    justify-content: right;
    flex-direction: row-reverse;
    position: sticky;
    top: 100px;
    right: 0;
    z-index: 4;
    width: fit-content;
    align-items: center;
}
.wp-block-group.bisiness_bg {
    margin-top: -15%;
}
figure.business_img img{
    border-radius: 3px;
        opacity: 0.7;
}
figure.business_img.img1 {
    max-width: 50px;
    margin: 0 auto 0 30%;
}
figure.wp-block-image.size-full.business_img.img2 {
    max-width: 180px;
    filter: brightness();
    margin: 0 10% 0 auto;
}
figure.wp-block-image.size-full.business_img.img3 {
    max-width: 380px;
    width: 17%;
    margin: -11% 0 0 3%;
}
figure.wp-block-video.business_movie{
    max-width: 450px;
    opacity: 0.8;
    border-radius: 3px;
}
figure.wp-block-video.business_movie.movie1 {
    margin: -9% auto 0 0;
    filter: blur(1px);
    width: 30%;
}
figure.wp-block-video.business_movie.movie2 {
    margin: -8% 0 0px auto;
    width: 40%;
    opacity: 0.5;
    max-width: 650px;
        filter: blur(3px);
}
figure.wp-block-video.business_movie.movie3 {
    margin: 1% 10% 0 auto;
    opacity: 0.6;
    width: 23%;
    filter: blur(1px);
}
figure.wp-block-video.business_movie.movie4 {
    margin: -5% auto 0 15%;
    opacity: 0.6;
    filter: blur(2px);
}
@keyframes BlurPint{
    0%{
        filter: blur(3px);
    }
    50%{
        filter: blur(1px);
    }
        100%{
        filter: blur(3px);
    }
}

/* TOP 事業内容 */
.business_panels .smb-panels__item__body {
    padding: 0;
}
.business_panels .smb-panels__item__body img.wp-block-cover__image-background {
    filter: blur(4px);
    transform: scale(1);
    transition: 1.2s ease-in-out;
}
h3.wp-block-heading.business_cate_ttl {
    text-align: center;
    font-weight: 400;
    font-family: 'Shippori Mincho';
    font-size: 1.7rem;
    letter-spacing: 5px;
}
h2.business_ttl {
    font-family: 'Shippori Mincho';
    color: #0d2d45;
    font-weight: 500;
    font-size: 3rem;
        letter-spacing: 0.2em;
    transform: scaleX(0.8);
}
.business_panels.smb-panels.smb-panels--glue {
    --smb-panels--glue--box-shadow: var(--smb-panels--box-shadow);
    box-shadow: unset;
    overflow: hidden;
}

.business_panels .wp-block-snow-monkey-blocks-panels-item-block-link:hover img.wp-block-cover__image-background{
    filter: blur(0);
    transform: scale(1.1);
}
span.wp-block-cover__background.has-background-dim-70.has-background-dim,
span.wp-block-cover__background.has-background-dim-80.has-background-dim{
    transition: 1.2s ease-in-out;
}

.business_panels .wp-block-snow-monkey-blocks-panels-item-block-link:hover span.wp-block-cover__background.has-background-dim-70.has-background-dim,
.business_panels .wp-block-snow-monkey-blocks-panels-item-block-link:hover span.wp-block-cover__background.has-background-dim-80.has-background-dim {
    opacity: 0.5!important;
}
/* 施工実績 */
.works_sec .c-container {
    padding-left: 6rem;
    padding-right: 6rem;
}
h2.wp-block-heading.works_ttl {
    font-family: 'Shippori Mincho';
    font-size: 3rem;
    letter-spacing: 0.2em;
    transform: scaleX(0.9);
    font-weight: 500;
}
.works_sec .smb-section__contents-wrapper {
    max-width: 100%;
}
.works_sec .c-entries__item {
    padding-left: 0;
    padding-right: 1px;
    margin-bottom: 0;
}
.works_sec .c-entry-summary {
    max-width: 100%;
    position: relative;
}
.works_sec h3.c-entry-summary__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-family: 'Shippori Mincho';
    font-size: 1rem;
    color: #fff;
    width: 95%;
    text-align: center;
    opacity: 1;
    transition: 1.2s ease-in-out;
}
.works_sec .c-entry-summary__figure {
    margin-bottom: -9px;
        position: relative;
}
.works_sec .c-entries__item>a .c-entry-summary__figure>img {
    transition: 1.2s ease-in-out;
    transform: scale(1);
}
.works_sec .c-entry-summary__figure::after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #072e20b3;
    transition: 1.2s ease-in-out;
}
.works_sec .c-entries__item>a:hover .c-entry-summary__figure>img {
    filter: blur(0px);
    transition: 1.2s;
    transform: scale(1.05);
}
.works_sec .c-entries__item>a:hover .c-entry-summary__figure::after{
    background-color: #0e57397c;
}
.works_sec .c-entries__item>a:hover h3.c-entry-summary__title{
    opacity: 0;
}
/* 強み */
h2.wp-block-heading.strongth_ttl {
    position: sticky;
    top: 120px;
    right: 0;
    z-index: 3;
}
.wp-block-group.strongth_contents_wrapper {
    font-size: 0.9rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wp-block-group.strongth_contents_wrapper .contents_txt {
    width: 50%;
    padding: 0 5%;
}
.wp-block-group.strongth_contents_wrapper h3{
    background-color: #41a081;
    color: #fff;
    width: fit-content;
    padding: 0 10px 5px 10px;
    font-size: 1.8rem;
}
.wp-block-group.strongth_contents_wrapper p.ttl_disc{
        background-color: #41a081;
    color: #fff;
    width: fit-content;
    padding: 5px 10px;
}
.wp-block-group.strongth_contents_wrapper figure.contents_img {
    width: 50%;
}
.wp-block-group.strongth_contents_wrapper figure.contents_img img{
    width: 100%;
}
.wp-block-group.strongth_contents_wrapper.contents1{
    padding-top: 30%;
}
figure.wp-block-image.size-full.strength_logo {
    position: sticky;
    top: 0;
    left: 0;
    width: 70%;
    filter: blur(13px);
    opacity: .2;
}
.wp-block-columns.strength_wrapper {
    margin-top: -50%;
}
/* 対応地域 */
h2.area_ttl {
    font-size: 2rem;
    transform: scaleX(0.9);
    color: #003758;
}
.area_wrap h3 {
    font-size: 1.1rem;
    padding-bottom: 3px;
    font-weight: 800;
}
.area_wrap h4{
    font-size: 0.9rem;
    background-color: #063758;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    padding: 2px 5px;
    margin-left: 0!important;
    border-radius: 2px;
}
.area_wrap p{
    font-size: 0.9rem;
}
/* 代表挨拶 */
h2.wp-block-heading.greeting_ttl {
    font-family: 'Shippori Mincho';
    font-size: 3rem;
    letter-spacing: 0.2em;
    transform: scaleX(0.9);
    font-weight: 500;
    margin-left: -2.7rem!important;
    text-shadow: 0px 1px 5px #fff;
}
figure.greeting_bkg {
    position: absolute;
    width: 50%;
}
figure.greeting_bkg.bkg1 {
    top: -15%;
    left: -16%;
    opacity: 0.8;
    filter: blur(2px);
        max-width: 850px;
}
figure.greeting_bkg.bkg2 {
    bottom: 0;
    right: -15%;
    max-width: 750px;
    filter: blur(3px);
    opacity: 0.7;
}
.greeting_img_wrap{
    position: sticky;
    top:100px;
    left: 0;
}
/* お知らせ */
.news_contener h2,
h2.insta_ttl,
h2.greeting_ttl{
    font-size: 2rem;
    transform: scaleX(0.9);
    margin-left: -2rem!important;
}
h2.insta_ttl{
    margin-left: 0!important;
}
.wp-block-cover.news_img {
    opacity: 0.9;
}
/* Instagram */
#sb_instagram #sbi_images .sbi_item{
filter: brightness(0.7);
}
#sb_instagram #sbi_images .sbi_item:hover{
    filter: brightness(0.9);
}
figure.contact_bkg {
    position: absolute;
    top: -7%;
    left: -6%;
    opacity: 0.2;
    filter: blur(2px);
    max-width: 850px;
    width: 45%;
}
figure.contact_bkg2 {
    position: absolute;
    right: -15%;
    max-width: 750px;
    filter: blur(3px);
    opacity: 0.4;
    top: 50%;
    transform: translateY(-50%);
}
div#--description {
    background-color: #994e57;
    width: fit-content;
    padding: 0 7px;
    border-radius: 2px;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 4px;
}
.smf-form--simple-table .smf-item {
    display: flex;
    border-bottom: 1px solid #41a081;
}
.smf-action .smf-button-control__control {
    background-color: #41a081;
    background-image: none;
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-radius: 0px;
    width: 50%;
    font-size: 1.2rem;
    letter-spacing: 5px;
    font-family: none;
    box-shadow: 2px 2px 10px #052b1f35;
    transition: 1s;
}
.smf-action .smf-button-control__control:hover{
    letter-spacing: 8px;
    box-shadow: none;
}
.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0;
}

/* 会社概要ページ */
.com_greeting figure.bkg1 {
    position: sticky;
    top: 110px;
    left: -16%;
    opacity: 0.4;
    filter: blur(3px);
    max-width: 750px;
    z-index: -5;
    transform: translateX(-7%);
    margin-left: 0!important;
}
.com_greeting figure.bkg2 {
    position: sticky;
    top: 39%;
    right: 0;
    max-width: 750px;
    filter: blur(3px);
    opacity: 0.5;
    margin-right: 0!important;
    transform: translateX(10%);
}
.com_greeting h3{
    font-size: 2.2rem;
    line-height: 2.7;
}
.com_greeting p,
p.business_txt {
    line-height: 2.7;
    font-size: 1.1rem;
}
.c-container.greeting_box {
    margin-top: -50%;
}
.wp-block-table td, 
.wp-block-table th {
    border: none!important;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
tr {
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}
.wp-block-table td:first-child{
    width: 40%;
}
.wp-block-table td:last-child{
    width: 60%;
}
.wp-block-group.com_info_box {
    width: 60%;
    margin-right: 0!important;
    margin-top: -50%;
}
figure.wp-block-image.size-full.info_logo {
    position: sticky;
    transform: translate(-25%, -20%);
    top: 30%;
    left: 0;
    width: 54%;
    margin-left: 0!important;
}
/* 事業内容ページ */
.wp-block-cover.business_main_img {
    width: 90%;
    margin-left: 0!important;
    filter: brightness(0.8);
}
figure.wp-block-image.size-xlarge.parts1 {
    position: absolute;
    height: 300px;
    width: 102px;
    top: 50%;
    right: calc(10% - 1px);
    transform: translateY(-50%);
}
h2.cate_ttl {
    background-color: #fff;
    font-size: 2.4rem;
    padding: 0 1rem;
    width: fit-content;
    position: absolute;
    bottom: 100%;
    left: 0%;
    color: #41a081;
    border-radius: 2px 2px 0 0;
}
h2.cate_ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 99.8%;
    height: 100%;
    width: 19%;
    background-image: url(/wp-content/uploads/2025/07/parts7.svg);
        background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
h2.cate_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left:99.8%;
    height: 100%;
    width: 19%;
    background-image: url(/wp-content/uploads/2025/07/parts8.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.p_rel .smb-container__body {
    position: relative;
}
.cate_sec p{
    line-height: 2;
}

/* 施工実績ページ */
.single .c-page-header__bgimage {
    filter: blur(5px);
}
.single .c-page-header__bgimage::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #a0bfa9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}

.single-works .l-contents__inner{
    margin-top: var(--contents--gap)!important;
}
ul.c-entries.c-entries--rich-media.c-entries--gap-s {
    padding-bottom: var(--_padding2);
}


@media(max-width:1024px){
    .c-site-branding__title {
    max-width: 280px;
}
section.fv .smb-section__inner{
    height: 90vh;
}
.smb-spider-slider .spider__figure {
    width: auto;
    height: 90vh;
}
h2.business_ttl,
h2.wp-block-heading.works_ttl,
h2.wp-block-heading.greeting_ttl{
    font-size: 2.4rem;
    letter-spacing: 2px;
    transform: scaleX(0.8);
}
.wp-block-group.strongth_contents_wrapper h3,
h2.area_ttl {
    font-size: 1.4rem;
}
.wp-block-group.strongth_contents_wrapper.contents1 {
    padding-top: 10%;
}

.wp-block-group.strongth_contents_wrapper figure.contents_img,
.wp-block-group.strongth_contents_wrapper .contents_txt{
    width: 100%;
}
.wp-block-group.strongth_contents_wrapper:first-child,
.wp-block-group.strongth_contents_wrapper:last-child{
    flex-wrap: wrap-reverse;
}
.wp-block-group.strongth_contents_wrapper figure.contents_img {
    height: 40vh;
    overflow: hidden;
}
.wp-block-group.strongth_contents_wrapper .contents_txt {
    padding: 5%;
}
h2.wp-block-heading.strongth_ttl {
    max-width: 130px;
}
.c-page-header[data-has-image=true] {
    height: 30vh;
}
/* 下層ページ共通 */
h1.c-page-header__title{
    font-size: 2rem;
}
/* 会社概要ページ */
.com_greeting figure.bkg2{
    top: 70%;
}
.com_greeting figure.bkg2 {
    position: absolute;
    top: unset;
    bottom: 0;
}
}
@media (max-width:781px){
ul#menu-sp_nav {
    width: 100%;
    padding-left: 0;
}
    ul#menu-sp_nav li {
    width: 100%;
    font-size: 1rem;
    text-align: center;
}
    .wp-block-columns.strength_wrapper {
    flex-wrap: wrap-reverse!important;
}
.wp-block-group.strongth_contents_wrapper.contents1 {
    padding-top: 0;
}
figure.greeting_bkg.bkg1{
    top: -2%;
    width: 70%;
    opacity: 0.4;
}
figure.greeting_bkg.bkg2 {
    bottom: -7%;
    right: -25%;
    filter: blur(2px);
    opacity: 0.4;
    width: 60%;
}
figure.wp-block-image.greeting_img {
    height: 60vh;
    overflow: hidden;
}
.wp-block-cover.news_img {
    opacity: 0.9;
    width: 50%;
    margin-left: 0;
    overflow: hidden;
    min-height: 200px;
}
/* 事業内容 */
h2.cate_ttl {
    font-size: 1.4rem;
    bottom: 99.8%;
}
.cate_sec p {
    font-size: 0.9rem;
}
.footer_cover.wp-block-cover {
    min-height: 270px;
}
.footer_cta_wrap section img {
    filter: blur(3px);
}
/* お問い合わせ */
figure.contact_bkg,
figure.contact_bkg2 {
    opacity: 0.2;
    width: 65%;
}
figure.contact_bkg2 {
    top: unset;
    transform: translateY(0);
    bottom: 0;
}
/* 会社概要 */
.com_greeting figure.bkg1 {
    position: absolute;
    top: 0;
    width: 85%;
}
.c-container.greeting_box {
    margin-top: 5%;
}
figure.greeting_bkg.bkg2 {
    width: 80%;
}
.wp-block-group.com_info_box {
    width: 100%;
    margin-top: 0;
}
figure.wp-block-image.size-full.info_logo {
    position: absolute;
    transform: unset;
    top: -14%;
    left: -12%;
    width: 44%;
    opacity: 0.3;
    margin-left: 0!important;
}
.com_greeting h3 {
    font-size: 1.8rem;
    line-height: 2.4;
}
.com_greeting p, p.business_txt {
    line-height: 2.4;
    font-size: 1rem;
}
section.business_sec h2.ttl {
    margin-left: 0!important;
    width: 30%;
}
section.business_sec p.tate{
    font-size: 0.9rem;
}
.wp-block-group.copy_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wp-block-group.bisiness_bg {
    margin-top: -100%;
    opacity: 0.5;
}
figure.wp-block-video.business_movie.movie4 {
    width: 50%;
}
h3.wp-block-heading.business_cate_ttl {
    font-size: 1.4rem;
}
.business_panels .wp-block-cover{
    min-height: 350px;
}
.works_sec .c-container {
    padding-left: 3rem;
    padding-right: 3rem;
}
}
@media (max-width:640px){
    ul#menu-sp_nav li a{
font-size: 1.2rem;
}
ul#menu-sp_nav::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/com_info_logo.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}
    section.fv .smb-section__inner{
    height: 60vh;
}
.smb-spider-slider .spider__figure {
    width: auto;
    height: 60vh;
}
    p.mincho.copy_disc {
    font-size: 1rem;
}
p.mincho.copy_disc span {
    margin-bottom: 0.5em;
}
p.mincho.copy_disc span:first-child{
    margin-bottom: 0;
}
.wp-block-group.fv_copy {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}
.wp-block-group.bisiness_bg {
    margin-top: -170%;
}
figure.wp-block-image.size-full.business_img.img2 {
    max-width: 140px;
}
figure.wp-block-video.business_movie.movie1 {
    margin: 10% auto 0 0;
    width: 60%;
    filter: blur(0);
}
figure.business_img.img1 {
    max-width: 40px;
    margin: 15px auto 0 30%;
}
figure.wp-block-image.size-full.business_img.img3 {
    width: 60%;
    margin: 10% 0 0 3%;
}
figure.wp-block-video.business_movie.movie2 {
    margin: 7% 0 0px auto;
    filter: blur(0);
    width: 60%;
}
figure.wp-block-video.business_movie.movie3 {
    margin: 10% -3% 0 auto;
    opacity: 0.5;
   filter: blur(0);
    width: 60%;
}
figure.wp-block-video.business_movie.movie4 {
    margin: 10% auto 0 0%;
    opacity: 0.6;
       filter: blur(0);
    width: 60%;
}
.wp-block-group.copy_box {
    justify-content: center;
    padding: 0 15px 25%;
}
section.business_sec p.tate{
    writing-mode: horizontal-tb;
    margin-top: 0;
    max-height: unset;
}
h2.business_ttl, h2.wp-block-heading.works_ttl, h2.wp-block-heading.greeting_ttl {
    font-size: 1.7rem;
}
.business_panels .smb-panels__item__body img.wp-block-cover__image-background {
    filter: blur(1px);
}
.works_sec .c-container {
    padding-left: 0rem;
    padding-right: 0rem;
}
figure.wp-block-image.size-full.strength_logo {
    width: 100%;
    filter: blur(4px);
    top: 20%;
}
.wp-block-columns.strength_wrapper {
    margin-top: -70%;
}
.wp-block-group.strongth_contents_wrapper h3, h2.area_ttl {
    font-size: 1.2rem;
}
figure.greeting_bkg.bkg1,
figure.greeting_bkg.bkg2 {
    width: 100%;
}
.wp-block-cover.news_img {
    min-height: 100px;
    width: 80%;
}
.c-site-branding__title {
    max-width: 240px;
}
.c-hamburger-btn__label {
    font-size: 10px;
}
.c-hamburger-btn__bars {
    height: 18px;
    width: 37px;
}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg .l-simple-header__row {
    padding-top: 0px!important;
    padding-bottom: 0px;
}
[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
    width: 100%;
}

/* 会社概要 */
.com_greeting figure.bkg1 {
    width: 100%;
    filter: blur(1px);
    left: -23%;
}
.com_greeting h3 {
    font-size: 1.4rem;
    line-height: 1.9;
}
figure.greeting_bkg.bkg2 {
    bottom: 0;
    filter: blur(1px);
}
figure.wp-block-image.size-full.info_logo {
    top: -7%;
    left: unset;
    right: -1%;
    width: 64%;
    opacity: 0.2;
}
h1.c-page-header__title {
    font-size: 1.5rem;
}

/* 事業内容 */
.wp-block-cover.business_main_img {
    width: 100%;
    min-height: 150px!important;
}
figure.wp-block-image.size-xlarge.parts1 {
    height: 152px;
    width: 52px;
    right: 0;
}
h2.cate_ttl {
    font-size: 1.2rem;
    max-width: 70%;
}

/* お問い合わせ */
.smf-form--simple-table .smf-item {
    display: flex;
    border-bottom: 1px solid #41a081;
    flex-wrap: wrap;
}
.smf-item__col.smf-item__col--controls {
    width: 100%;
}
figure.contact_bkg, figure.contact_bkg2 {
    opacity: 0.2;
    width: 95%;
    filter: blur(1px);
}
}
figure.ekiten.footer_bunner {
    border: 1px solid;
}