@charset "utf-8";

body {
    color: var(--wp--preset--color--sm-accent);
    /* font-family: "Zen Kaku Gothic New", serif; */
    letter-spacing: 1px;
}
html{
    scroll-behavior: smooth;
}

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

/*======================= 共通クラス =======================*/
p,
a,
li,
td {
    font-weight: 400;
}

p {
    margin-top: 0 !important;
}

h2 {
    margin-top: 0 !important;
    line-height: 1.5 !important;
}

a {
    text-decoration: none !important;
}

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

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

.m_0 {
    margin: 0 !important;
}

.p_20 {
    padding: 20px !important;
}

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

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

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

.pl_0 {
    padding-left: 0 !important;
}

.pr_0 {
    padding-right: 0 !important;
}

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

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

.ml_0 {
    margin-left: 0 !important;
}

.mr_0 {
    margin-right: 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;
}

.pt_30 {
    padding-top: 30px !important;
}

.pb_30 {
    padding-bottom: 30px !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;
}

/* FLEX関連 */
.d_flex {
    display: flex;
}

.d_flex.f_wrap {
    flex-wrap: wrap;
}

.inline_b {
    display: inline-block;
}

.jc_ct {
    justify-content: center;
}

.jc_fs {
    justify-content: flex-start !important;
}

.jc_fe {
    justify-content: flex-end !important;
}

.ai_ct {
    align-items: center;
}

.fd_cm {
    flex-direction: column;
}

.fd_rr {
    flex-direction: row-reverse;
}

.gap_0 {
    gap: 0 !important;
}

.gap_10 {
    gap: 10px !important;
}

.gap_20 {
    gap: 20px !important;
}

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

.o_hidden {
    overflow: hidden;
}

.br_20 {
    border-radius: 20px !important;
}

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

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

/* スマホのみ適用 */
.pc_none{
    display: none;
}

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

/*======================= ボタン =======================*/
a.smb-btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 280px !important;
    height: 50px;
    border: solid 2px var(--wp--preset--color--sm-sub-accent);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
}

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

a.smb-btn:hover {
    border: solid 2px var(--wp--preset--color--sm-sub-accent);
    background-color: transparent;
    color: var(--wp--preset--color--sm-sub-accent);
}

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

/* 白ボタン */
.white-btn a {
    border: solid 2px #ffffff;
    background-color: #ffffff !important;
    color: var(--wp--preset--color--sm-accent) !important;
}

.white-btn a::before {
    background-color: var(--wp--preset--color--sm-accent) !important;
}

.white-btn a:hover {
    border: solid 2px #ffffff;
    background-color: transparent !important;
    color: #ffffff !important;
}

.white-btn a:hover::before {
    background-color: #ffffff !important;
}

#cta .white-btn a {
    height: 60px;
}

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


/* ボタン・曽我作成クラス */


.footer_btn a.smb-btn{
    border:2px solid var(--wp--preset--color--sm-sub-accent);
}

.footer_btn a:hover{
    border: solid 2px var(--wp--preset--color--sm-sub-accent);
}

.top_insta_btn a.smb-btn{
    border:2px solid var(--wp--preset--color--sm-sub-accent);
}

.top_insta_btn a:hover{
    border: solid 2px var(--wp--preset--color--sm-sub-accent);
}


/*======================= ヘッダー =======================*/
/* グローバルナビゲーション */
.l-header .c-row {
    height: 70px !important;
    margin: 15px 0 0 0 !important;
    /* border-radius: 50px; */
    box-shadow: 0 4px 24px rgba(57, 55, 55, .17);
    border-radius: 5px;
    background-color: #ffffff4f;
}


@media (max-width: 1023px) {
    [data-scrolled=true] .l-header--sticky-overlay-colored-sm {
        background-color: #ffffff80;
    }
}

.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(--sub-accent-color);
    color: #ffffff;
    transition: all .3s ease-in-out;
}

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

.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: 140px 0 10px;
    /* background-color: #f0f0f0ea; */
    color: var(--wp--preset--color--sm-accent);
}

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

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

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

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

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

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

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



/* spメニュー */
.c-drawer {
    width: min(20rem, 83%);
    background-color: rgb(from var(--sub-accent-color)r g b / 95%);
}

.l-header .c-hamburger-btn__bar,
[data-scrolled=false] .l-header--sticky-overlay-colored-sm .c-hamburger-btn__bar {
    background-color: var(--wp--preset--color--sm-accent);
}

.c-hamburger-btn__label {
    color: var(--wp--preset--color--sm-accent) !important;
}

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

[data-scrolled=true] .l-header--sticky-overlay-colored-sm {
    box-shadow: none;
}

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

.sp_head-cta {
    margin-top: 30px !important;
    padding: 13px 0 !important;
    border: solid 1px;
    border-radius: 50px;
    background-color: #ffffff;
}

.sp_head-cta {
    color: var(--sub-accent-color);
    font-weight: 700;
    width: 70%!important;
    border-radius: 10px;
}

#page-top svg {
    margin-right: 0 !important;
}

/*======================= フッター =======================*/
.l-footer {
    border-top: none !important;
}

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

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

.l-footer--footer-2 .l-footer__widget-area {
    padding-bottom: 20px;
}

.l-footer--footer-2 .l-footer__footer {
    padding-top: 0 !important;
    background-color: transparent;
}

.footer_logo {
    width: 60% !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}

.footer_wide{
    width: 70%;
}

#nav_menu-3{
    margin-left: 50%;
}




/*======================= TOPページ =======================*/

h2 {
    margin-bottom: 0 !important;
    margin-top: 60px;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    letter-spacing: .4em;
}

h3 {
    margin-top: 0 !important;
    font-size: 1.4rem;
    font-weight: 500;
}

h2::before {
    position: absolute;
    z-index: -10;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.3;
    top: 50%;
    left: 50%;
    color: #ad002d30;
    transform: translate(-50%, -50%);
}



.h2_deco{
	content: '';
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 35px;
	background-color: #ad002d;
}




.ttl_left h2::before{
    left: -2rem;
}


/* 
.smooth{
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  height: 40px;
  margin-top: 15px;
}

.smooth.is-animated {
  clip-path: inset(0);
} */

/* FV */
#fv {
    position: relative;
    height:86vh;
}


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

.fv {
    position: relative;
    /* overflow: visible; */
    height: 86vh;
    z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
}

.fv::before{
    content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(59, 130, 246, 0.1) 60%,
    transparent 80%
  );
  animation: gradient-shift 10s linear infinite;
  z-index: 150;
}


@keyframes gradient-shift {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


#fv .fv_logo-img {
    opacity: .2;
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: 0;
    width: 100% !important;
}

#fv .fv_logo-img img {
    width: 40% !important;
    filter: blur(1px);
}

h2.fv_ttl {
    font-size: 2.5rem;
    letter-spacing: .4rem;
    line-height: 1.2 !important;
}

h2.fv_ttl .mincho {
    margin-right: 5px;
    font-size: 5rem !important;
    font-weight: 500;
}



.fv_ttl2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: .4rem;
}


.fv_txt-group {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 1;
    margin-left: 15px !important;
    color: #ffffff;
}

.pref_group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px !important;
    margin-top: 20px;
}

.pref_name {
    margin: 0 !important;
    padding: 0 1em;
    border: solid 1.5px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 700 !important;
}

#fv .pref_name{
    border: none;
    padding: .1em 1em;
    font-size: 1.2rem;
    background-color: var(--sub-accent-color);
}


.mv-section {
    position: relative;
}

.mv-section img{
    min-height: 72vh;
    height: 100vh;
    margin: 0 2rem 0 6rem ;
}

.mv-section .smb-section-with-bgimage__mask{
    background: transparent;
} 


.mv_ttl{
    background-color: #ffffffa7;
    width: fit-content;
    padding: .5rem 1rem;
    letter-spacing: .3rem;

}

.mv_ttl_pref{
    background-color: #ffffffa7;
    width: fit-content;
    padding: .5rem 1rem;
    letter-spacing: .3rem;
    font-weight: 700;
}

.mv-section .pref_name{
    color:var(--accent-color);
    border: solid 2px;
}

/* セクションタイトル下テキスト */
.section_text{
    margin: 0 auto;
    width: 90%;
}

.saiyou_banner{
    position: absolute;
    bottom: 3%;
    right: 3%;
    z-index: 1000;
}
.saiyou_banner img{
    width: clamp(200px, 25vw,400px);
    height: auto;
}


/* 事業内容 */

.service {
    position: relative;
}

#service.top_section{
    margin-top: 40px;
}

#service h2 {
    margin-bottom: 40px !important;
    margin-top: 0;
}

#service h2::before{
    content: "SERVICE";
}

.service_box {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.service_box:hover .service_box-img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.service_box:hover h3.service_box-ttl svg {
    margin-left: 10px;
    transition: all .3s ease-in-out;
}

.service_box-img img {
    width: 100%;
    border-radius: 10px !important;
    filter: brightness(.45);

    aspect-ratio: 11 / 4;
    object-fit: cover;
}

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

.service_box-img.service_box-img2 img {
    aspect-ratio: 9/5 !important;
}

.service_box-g {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #ffffff;
}

.service_num {
    margin-left: 5px !important;
    font-size: 1.1rem;
}

h3.service_box-ttl {
    position: relative;
    margin-bottom: 10px;
    font-size: 2.3rem !important;
    font-weight: 600;
    line-height: 1.3 !important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
}

h3.service_box-ttl svg {
    position: absolute;
    top: 55%;
    right: -5%;
    transform: translateY(-50%);
    font-size: 1.3rem;
}

/* 施工実績 */
#work{
    background-color:#f4f4f4;
}

#work .c-entry-summary__figure {
    margin-bottom: 0;
}

#work h2::before{
    content: "WORKS";
}

#work .c-entry-summary__body{
    padding:20px 0;
    border-bottom: 1px solid var(--wp--preset--color--sm-accent);
}

#work .c-entry-summary__title{
    position: relative;
}
/* 
#work .c-entry-summary__title::after{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color:var(--wp--preset--color--sm-accent);
    content: "";
    transition: all .3s ease-in-out;
} */

#work .c-entries-carousel__item a:hover img{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

#work .c-entries-carousel__item a:hover .c-entry-summary__title::after {
    width: 9px;.c-entries--panel .c-entries__item
    height: 9px;
    transition: all .3s ease-in-out;
}


/* 対応地域 */
#area h2::before{
    content: "AREA";
    left: 0;
    transform: translateY(-50%);
}

#area .h2_deco{
    display: none;
}



.area_map {
    opacity: .4;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
    width: 40% !important;
}

.area_name-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.area_name {
    margin: 0 !important;
    padding: 0 1em;
    border: solid 1px;
    border-radius: 50px;
}

#area .pref_name{
    color:var(--wp--preset--color--sm-accent);
    border-color: var(--wp--preset--color--sm-accent);
}



/* 選ばれる理由 */

#reasons h2::before{
    content: "REASONS";
}

#reasons .h2_deco{
    top: 8rem;
}


.reasons_sub-ttl {
    margin-bottom: 15px !important;
    padding-bottom: 7px;
    border-bottom: solid 1px;
    font-weight: 600;
}

.reasons_group {
    margin-bottom: 80px;
}

.reasons_img img {
    width: 100% !important;
    border-radius: 0 10px 10px 0;

    aspect-ratio: 16 / 7 !important;
    object-fit: cover;
}

.reasons_bottom-l2 .reasons_img img {
    border-radius: 10px 0 0 10px !important;
}

.reasons_txt-container {
    position: relative;
}

.reasons_txt-container {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.reasons_txt-group {
    padding: 35px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(57, 55, 55, .17);
}



/* 代表挨拶 */
#greeting h2,
#area h2 {
    z-index: 1;
    margin-bottom: 25px !important;
}

#greeting{
    background-color: #f4f4f4;
}

#greeting h2::before{
    content:"GREETING";
}


.greeting_column {
    justify-content: space-between;
}



.greeting_column-right img{
    width: 80%;
    margin: 0 auto;
}


.daihyo_img {
    width: 90% !important;
    margin: auto;
}

/* お知らせ・インスタグラム */
#news h2::before{
    content: "NEWS";
}

#instagram h2::before{
    content: "INSTAGRAM";
}

/* 採用情報 */
/* #recruit .rec_ttl2 {
    position: relative;
    width: fit-content;
    margin: 30px 0 20px !important;
    text-align: left;
}

.rec_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
}


#recruit .rec_ttl2 span {
    padding: 0 0 1px !important;
    border-bottom: double 3px;
    line-height: 2 !important;
}

#recruit .rec_sub-ttl {
    z-index: 2;
    margin: 10px 0 !important;
    font-weight: 600;
}

span.rec_border {
    position: relative;
    z-index: 2;
    padding: 0 .3em;
}

span.rec_border::before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 9px;
    border-radius: 15px;
    background: #5fb0e757;
    content: "";
}

.recruit_column {
    margin: 50px 0 !important;
}

.recruit_child {
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(57, 55, 55, .15);
    background-color: #ffffff96;
}

.reruit_icon {
    opacity: .7;
    width: 90px;
    height: 90px;
} */


/*--- cta ---*/
#cta {
    padding: 45px 0 55px;
}

#cta h2::before{
    content: "CONTACT";
    color: #ffffff3f;
}

#cta p.en_ttl {
    line-height: 1.5 !important;
}

#cta .white-btn a {
    width: 350px !important;
    color: var(--sub-accent-color)!important;
}

#cta .white-btn a::before{
    background-color: var(--sub-accent-color)!important;
}

#cta .white-btn a:hover{
    color: #fff!important;
}

.cta_tel span {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 600;
}

.cta_tel a.smb-btn::before {
    display: none;
}

.cta_tel svg {
    font-size: 3rem;
}

/*======================= 事業内容 =======================*/



#menu h2 {
    margin-bottom: 35px !important;
}

#menu h2::before{
    content: "SERVICE";
    color: #ffffff3d;
    z-index: 0;
}

.menu_box-container{
    flex-wrap: wrap!important;
    justify-content: center;
}

.menu_box{
    width: 30%;
}

.menu_text p{
    font-size: .9rem;
    line-height: 1.8em;
    font-weight: 700;
}

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

#menu-1 h2,
#menu-2 h2,
#menu-3 h2,
#menu-4 h2,
#menu-5 h2 {
    margin-bottom: 10px !important;
    padding-bottom: 5px;
    font-size: 2.5rem;
    line-height: 1.2 !important;
}

#menu .menu_box {
    margin-top: 15px;
    padding: 20px;
    border: solid 1px #efefef;
    border-radius: 10px !important;
    box-shadow: 0 4px 24px rgba(152, 151, 151, .17);
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent) !important;
    transition: all .15s ease-in-out;
    padding: 2em 1em;
}


.menu_arrow {
    transition: transform 0.25s ease;
}

#menu .menu_box:hover .menu_arrow {
    top: 55%;
}

.menu_img img {
    border-radius: 5px;

    aspect-ratio: 4/5;
    object-fit: cover;
}

.menu_box p.menu_ttl {
    font-size: 1.2rem;
    font-weight: 600 !important;
    z-index: 10;

    position: relative;
    color: #333;

    padding-top: 1.5rem;
    padding-left: 1rem;

}


.menu_box p.menu_ttl::before{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    color: #ffdbdb;
    font-size: 3em;
    line-height: 1;
    content: "01";
    pointer-events: none;
}

.menu_box.mb-2 p.menu_ttl::before{
    content: "02";
}

.menu_box.mb-3 p.menu_ttl::before{
    content: "03";
}

.menu_box.mb-4 p.menu_ttl::before{
    content: "04";
}

.menu_box.mb-5 p.menu_ttl::before{
    content: "05";
}


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

.menu_section_box h3{
    position: relative;
    padding-left: 1rem;

    font-size: 2.2rem;
    font-weight: 700;
}

.menu_section_box h3::before{
    position: absolute;
    top: -0.5em;
    left: 0;
    z-index: -1;
    color: #ffdbdb;
    font-size: 6rem;
    line-height: 1;
    content: "01";
    pointer-events: none;
}

#menu-2.menu_section_box h3::before{
    content: "02";
}

#menu-3.menu_section_box h3::before{
    content: "03";
}

#menu-4.menu_section_box h3::before{
    content: "04";
}

#menu-5.menu_section_box h3::before{
    content: "05";
}

.menu_section_text{
    padding-top: 30px;
    width: 90%;
}

.menu_sb_img{
    width: 80%;
    height: auto;
    margin: 30px auto 0;
}

.menu_section_box h4{
    margin-top: 5px;
    padding-left: 1rem;
}

.menu_consult_ttl p{
    position: relative;

    text-align: center;
    padding: 1rem 0;
    font-weight: 700;
    font-size: 1.1rem;
}

.menu_consult_ttl span{
    color: var(--sub-accent-color);
    font-size: 1.3rem;
}


.menu_consult_ttl p::before,
.menu_consult_ttl p::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
}

.menu_consult_ttl p::before {
    border-left: var(--sub-accent-color) solid 3px;
    border-top: var(--sub-accent-color) solid 3px;
    top: 0;
    left: 15%;
}

.menu_consult_ttl p::after {
    border-right: var(--sub-accent-color) solid 3px;
    border-bottom: var(--sub-accent-color) solid 3px;
    bottom: 0;
    right: 15%;
}

.menu_icon {
    width: 10%;
}

.menu_deco {
    opacity: .1;
    position: absolute;
    top: -50%;
    left: -10%;
    width: 40% !important;
}

.menu_left {
    position: relative;
}

.menu_left::before {
    opacity: .1;
    position: absolute;
    top: -19%;
    left: -10%;
    width: 200px;
    height: 200px;
    background-image: url(https://deworks.co.jp/wp-content/uploads/2025/02/icon_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.menu_left2::before {
    background-image: url(https://deworks.co.jp/wp-content/uploads/2025/02/icon_5.png) !important;
}

.menu_left3::before {
    background-image: url(https://deworks.co.jp/wp-content/uploads/2025/02/icon_3.png) !important;
}

.menu_left4::before {
    background-image: url(https://deworks.co.jp/wp-content/uploads/2025/02/icon_2.png) !important;
}

.menu_left5::before {
    top: -42% !important;
    background-image: url(https://deworks.co.jp/wp-content/uploads/2025/02/icon_4.png) !important;
}


/* 空調設備 */
.list_ttl {
    padding: 0 10px 3px 0;
    font-size: 1.2rem;
    font-weight: 500;
}

.list_ttl span {
    padding: 0 8px;
    background-image: linear-gradient(transparent 60%, #a6cce657 30%);
}

.kucho_group {
    padding: 20px;
    border: solid 1px;
    border-radius: 15px;
}

.check_list {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    font-weight: 500;
    padding-left: 2rem;
}


.check_list::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(https://prime-1.co.jp/wp-content/uploads/2026/04/check_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.k-check_list {
    margin-right: 15px !important;
}

/* 受変電設備 */
/* #menu-5 h3 {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
}

.menu5_child {
    padding: 30px;
    border: solid 1px;
    border-radius: 15px;
    background-color: #ffffff5f;
} */

/* 点検 */
#tenken h2 {
    margin-bottom: 10px !important;
}

.tenken_parent {
    gap: 15px !important;
    margin-top: 15px !important;
}

.tenken_ttl {
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.tenken_ttl span {
    padding: 0 8px;
    background-image: linear-gradient(transparent 60%, #a6cce657 30%);
}

.tenken_list {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 500;
}

.tenken_list::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url(https://deworks.co.jp/wp-content/uploads/2025/02/check2.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.risk_child {
    padding: 25px;
    border: solid 1px;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(197, 197, 197, .17);
}

.risk_ttl {
    margin: 15px 0 10px !important;
    font-size: 1.2rem;
    font-weight: 600 !important;
    text-align: center;
}

.risk_icon {
    opacity: .8;
    width: 50%;
}

/* ページボタン */
.page_btn-ttl {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-size: 2rem;
}

.page_btn-box .is-layout-constrained .wp-block-cover-is-layout-constrained{
    width: 100%;
    height: 100%;
}

.page_btn-cover {
    border-radius: 10px;
}

.page_btn-box {
    padding: 0 !important;
    border-radius: 10px !important;
}

.page_btn-box:hover {
    opacity: .8;
}

.page_btn-arrow {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-size: 1.3rem;
}

.page_btn-arrow svg {
    margin-right: 0 !important;
    padding: 5px 8px;
    border: solid 1px;
    border-radius: 2px;
}

/*======================= 会社概要 =======================*/

#mission h3 {
    margin-top: 35px !important;
    margin-bottom: 10px !important;
}


#mission h2::before{
    content: "MISSION";
    color: #ffffff60;
}

#company h2::before{
    content: "COMPANY";
}

#c_greeting h2::before{
    content:"GREETING";
}

#c_greeting h2::before, #company h2::before{
    left: 0;
    transform: translateY(-50%);
}

#mission p{
    font-weight: 700;
}

#company .has-fixed-layout td{
    background-color: transparent;
    border-color:transparent transparent  var(--sub-accent-color) transparent;
    color: var(--accent-color);
    padding: 1.5em!important;
}

#company .has-fixed-layout tr td:nth-child(even){
    border-color:transparent transparent  rgb(from var(--sub-accent-color)r g b / 30%) transparent;
    padding: 1.5em 2.5em!important;
}

.lh_18 {
    line-height: 2.3 !important;
}

.com_logo {
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 70%;
}

.com_logo img {
    width: 100% !important;
    filter: blur(8px);
}

/* 会社概要 bg-color */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    padding: 1em 1.5em !important;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-weight: 400;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

figure.wp-block-table tr td:last-child,
figure.wp-block-table tr td:last-child {
    padding: 1em 1.5em !important;
    background-color: #ffffff;
}

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

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

.company_map{
    display: flex;
    justify-content: center;
    width: 85%;
    height: 50vh;
}

.company_map iframe{
    width: 100%;
    height: auto;
}

#company{
    padding-bottom: 20px;
}

/*======================= 採用情報 =======================*/
/* 1 */
#rec_top h2 {
    margin-bottom: 30px !important;
}

.rec_tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px !important;
}

.rec_tag {
    width: fit-content;
    margin: 0 !important;
    padding: .1em 1em;
    border: solid 1px;
    border-radius: 50px;
    font-weight: 500;
}

/* メリット */
#aboutus .rec_sub-ttl {
    margin: 10px 0 !important;
    font-weight: 600;
}

#aboutus .recruit_child {
    background-color: #ffffffb9;
}

.about_logo {
    opacity: .1;
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: -1;
}

/*======================= 施工実績 =======================*/

.type-works .c-entry__body .smb-section{
    padding-top: 0;
}

.c-entry-summary--works .c-entry-summary__title{
    letter-spacing: .15em;
}

.c-entries__item>a .c-entry-summary__body{
    padding: 15px 20px 30px;
}

.c-entry-summary__figure {
    margin-bottom: 5px !important;
    border-radius: 10px 10px 0 0 ;
}

.c-entries--panel .c-entries__item>a{
    border-radius: 10px;
}

.c-entries--simple .c-entry-summary__figure {
    border-radius: 5px;
}


.c-entries__item:hover .c-entry-summary__figure img{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.c-entry-summary__body{
    letter-spacing: 1.2;
}



.c-entry__footer .c-entries.c-entries--rich-media {
    margin-top: 15px !important;
}

.c-prev-next-nav__item-title {
    margin-top: 10px;
    letter-spacing: .2em;
}

.c-entry-summary--works .c-entry-summary__meta{
    display: none;
}

.c-entries--panel .c-entries__item{
    position: relative;
}

.c-entries--panel .c-entries__item::before,
.c-entries--panel .c-entries__item::after{
    position: absolute;
    content: "";
    width: 2em;
    height: auto;
    bottom: 1em;
    right: 3em;

    border-bottom: 2px solid var(--accent-color);
    margin: auto;
}

.c-entries--panel .c-entries__item::after{
    transform: scale(0, 1); 
    transform-origin: right top;
    transition: transform .3s ease; 
}

.c-entries--panel .c-entries__item:hover::after{
    border-bottom: 2px solid var(--sub-accent-color);
    transform-origin: left top;
    transform: scale(1, 1);
}


/* 施工実績　詳細ページ */

article.works .wp-block-table .has-fixed-layout{
    width: 85%;
    margin: 0 auto;
}

article.works .wp-block-table tr td{
    background-color: #fff;
    color: var(--accent-color);
    border-color: transparent transparent var(--sub-accent-color) transparent;
}

article.works figure.wp-block-table tr td:last-child, figure.wp-block-table tr td:last-child{
    color: var(--accent-color);
    border-bottom: 1px solid rgb(from var(--sub-accent-color)r g b / 30%);
}

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

 /* お知らせ　詳細ページ */
.post, .type-works .c-entry__body{
    padding: 40px 3em;
}


/* 投稿(シンプル)の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;
    }
}


/*======================= お問い合わせ =======================*/
/* 電話 */
.cta2-ttl {
    position: relative;
    padding-left: 30px !important;
}

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

.cta2_box {
    padding: 50px;
    border: solid 1px;
    border-radius: 5px;
}

#cta2 .cta_txt-tel {
    margin-top: 20px;
}

#cta2 .cta_txt-tel span {
    font-size: 3.5rem !important;
    font-weight: 600;
}

#cta2 .cta_txt-tel svg {
    font-size: 2.5rem !important;
}

.cta_txt-tel a::before {
    display: none;
}

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

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

.smf-item__description {
    width: fit-content;
    margin-bottom: 7px;
    padding: 0 .6em;
    border-radius: 20px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
}

.smf-item__label {
    font-size: 1.1rem;
    font-weight: 500;
}

.smf-form .smf-text-control__control {
    box-shadow: none;
}

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

.wp-block-snow-monkey-forms-item.smf-item {
    padding: 30px 0;
    border-bottom: solid 1px #ecececef;
}

/* 確認ボタン */
.smf-action .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    border: solid 2px var(--sub-accent-color) !important;
    border-radius: 50px;
    background: var(--sub-accent-color);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
    transition:all .3s ease-in-out;
}

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

.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: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/

/* 横向き対応 */
/* @media (max-width:900px) and (orientation: landscape) {

  .fv_txt-group{
      top: 45%;
  }

  .fv_ttl_small{
    font-size: 1.8rem!important;
  }

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

  #fv .pref_name{
    font-size: 1rem;
  }

  .saiyou_banner{
      bottom: 1%;
  }

} */

@media screen and (max-width: 1050px) {
/* 
    .saiyou_banner{
        bottom: -30%;
    } */

    .reasons_img img {
        aspect-ratio: 10 / 7 !important;
    }

    .reasons_group {
        margin-bottom: 130px;
    }

    #company figure{
        width: 80%;
        margin: 0 auto;
    }

    article.works .wp-block-table tr td{
        padding: 1em 1em!important
    }
    .c-entries.c-entries--panel{
        margin-top: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .l-header .c-row {
        margin: 0 !important;
        box-shadow: none;
        background-color: transparent;
    }

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

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

    .c-row>.c-row__col {
        padding-right: 0 !important;
    }

    .c-page-header {
        padding: 130px 0 50px !important;
    }

    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }

    #menu-sp_nav .menu-item{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .h2_deco{
        top: 5rem;
    }

    #mission{
        padding-top: 6rem;
    }

    #c_greeting h2::before, #company h2::before{
        font-size: 6rem;
    }

    #work .c-entry-summary__title {
    padding: 0 2em;
    font-size: 1.1rem;
    }

    /* footer */
    #nav_menu-3{
        margin-left: 0;
    }

    #menu-footer1{
        display: flex;
        gap: 2em;
    }

    #menu-footer1 li:first-child{
        margin-top: var(--_margin-2);
    }

    .l-footer{
        margin-top: 50px;
    }
}

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

    /* TOP */
    h3.service_box-ttl{
        font-size: 2rem!important;
    }

    /* 事業内容 */
    .m1_column {
        gap: 0 !important;
    }

    .menu_box p.menu_ttl {
        font-size: 1.2rem;
    }

    .menu_arrow {
        right: -1%;
    }

    .cta_tel span {
        font-size: 3rem!important;
    }

    .cta_tel svg {
        font-size: 2.2rem;
    }

    #cta .white-btn a {
        width: 320px !important;
    }

    article.works .wp-block-table .has-fixed-layout{
    width: 95%;
    margin: 0 auto;
}
}

@media screen and (max-width: 850px) {
    h2.fv_ttl .mincho {
        font-size: 4rem !important;
    }

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

    .fv_ttl_small{
        font-size: 2rem!important;
    }

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

    #fv .pref_name{
        font-size: 1rem;
     }


    #fv .fv_logo-img {
        left: 1%;
    }

    #fv .fv_logo-img img {
        width: 50% !important;
    }

    h3.service_box-ttl{
        font-size: 1.8rem!important;
    }

    .rec_icon {
        top: -1%;
        right: 3%;
        width: 23%;
    }

    #c_greeting h2::before, #company h2::before{
        font-size: 5rem;
    }

        .menu_consult_ttl p::before{
        left: 5%;
    }

    .menu_consult_ttl p::after{
        right: 5%;
    }

}

@media screen and (max-width:900px){
    .page_btn-ttl{
        letter-spacing: .2em;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 800px) {
    .com_logo {
        width: 90%;
    }

    #rec_cover .rec_slider .smb-spider-slider__figure-wrapper img {
        aspect-ratio: 12 / 9 !important;
    }

    #rec_cover {
        margin-top: -230px !important;
    }

    #c_greeting h2::before, #company h2::before{
        font-size: 4.5rem;
    }

    #menu h2{
        letter-spacing: .35em;
    }

    .menu_box p.menu_ttl {
        font-size: 1rem;
    }

    article.works .wp-block-table tr td {
        padding: 1em .5em !important;
    }
}



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

    /* TOP */
    .service_box-img img {
        aspect-ratio: 9 / 5 !important;
    }


    .reasons_txt-group {
        margin: 0 15px;
        padding: 25px;
    }

    .reasons_txt-container {
        top: 90%;
        margin: 0 10px;
    }

    .reasons_img img {
        border-radius: 0;
    }

    /* 事業内容 */
    #menu .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
        margin-right: 0;
    }

    #menu h2 {
        letter-spacing: .2em;
        font-size: 1.5em!important;
    }

    #menu .menu_box {
        padding: 1em .5em;
    }

    .menu_child-left {
        padding: 0;
    }

    .menu_img img {
        aspect-ratio: 16/9 !important;
    }

    .page_btn-ttl{
        letter-spacing: .4em;
        font-size: 2rem;
    }

    /* cta */
    .cta_tel span {
        font-size: 4rem;
    }

    .cta_tel svg {
        font-size: 3rem;
    }

    #cta .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-3.wp-block-columns-is-layout-flex {
        gap: 35px;
    }

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

@media screen and (max-width: 750px) {
    .area_map {
        opacity: .3;
        top: 70%;
        width: 60% !important;
    }

    #job-desc figure.wp-block-table tr td:first-child {
        width: 30%;
    }

    .saiyou_banner img{
        width: 200px;
    }

    .menu_box-container{
        flex-direction: column;
        gap: 15px;
    }

    .menu_box{
        width: 65%;
    }

    .menu_box p.menu_ttl {
        font-size: 1.1rem;
    }

    .m1_sub-ttl {
        font-size: 15px;
    }

    #menu .menu_box {
        margin-top: 0;
        padding: 1em 2em;
    }


    .menu_box p.menu_ttl::before{
        font-size: 2.5em;
    }

}

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

    /* TOP */
    #fv .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg img {
        object-position: 75%;
    }

    .fv_txt-group {
        left: 2%;
    }

    .fv_ttl_small{
        font-size: 1.8rem!important;
    }

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

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

    .l-footer a.smb-btn{
        width: 200px!important;
    }

}

@media screen and (max-width: 550px) {
    h2 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    .en_ttl {
        font-size: 5rem;
    }

    .pc_none{
        display: block;
    }

    /* TOP */
    .service_box-img img,
    .service_box-img.service_box-img2 img {
        aspect-ratio: 9 / 6 !important;
    }

    .service_box-g {
        padding: 25px;
    }


    .ffv_ttl{
        font-size: 1em;
        letter-spacing: .2em;
    }

    .fv_ttl_small{
        font-size: 1.3rem!important;
        letter-spacing: .2em;
    }

    .fv_ttl_big{
        font-size: 2rem!important;
    }

    .pref_group{
        gap: 5px!important;
    }

    #fv .pref_name {
        padding: 0 .6em;
        font-size: 1rem;
    }

    h3.service_box-ttl {
        font-size: 1.8rem !important;
    }

    .pref_group p:last-child {
        margin-left: 0 !important;
    }

    h2.fv_ttl .mincho {
        font-size: 3rem !important;
    }

    #fv .fv_logo-img {
        opacity: .4;
        bottom: 9%;
        left: 0;
    }

    .reasons_group {
        margin-bottom: 210px;
    }

    .reasons_txt-container {
        top: 110%;
    }

    .footer_wide{
        width: 100%;
    }

    .l-footer a.smb-btn {
        width: 180px !important;
    }

    /* 会社概要 */
    .com_logo {
        top: 30%;
    }

    .check_list {
        margin-bottom: 15px !important;
    }

    .check_list.k-check_list {
        margin-bottom: 0 !important;
    }

    #company h2::before{
        font-size: 3.5rem;
    }

    #company figure{
        width: 95%;
        margin-top: 20px;
    }

    /* 事業内容 */
    .page_btn-ttl{
        font-size: 1.3rem;
    }

    /* 採用情報 */
    #job-desc figure.wp-block-table tr td:first-child,
    #job-desc figure.wp-block-table tr td:last-child {
        padding: .7em 1em !important;
    }

    .about_logo {
        top: -4%;
        width: 70%;
    }

    /* お問い合わせ */
    #cta p.en_ttl {
        line-height: 1.7 !important;
    }

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

    .cta_tel svg {
        font-size: 2rem;
    }

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

    .cta_tel-b {
        margin-top: 5px !important;
    }

    .cta2_box {
        padding: 30px 20px;
    }

    .cta2-ttl {
        padding-left: 20px !important;
    }

    .cta2-ttl::before {
        width: 7px;
        height: 7px;
    }

    #cta2 .cta_txt-tel span {
        font-size: 3rem !important;
    }

    #cta2 .cta_txt-tel svg {
        font-size: 2rem !important;
    }

    #menu-footer1{
        gap: 1em;
    }

    #nav_menu-3{
        margin-left: 0;
    }

}

@media screen and (max-width:480px) {
     h3.service_box-ttl svg{
        right: -5%;
    }
}

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

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

    .sp_none {
        display: none;
    }

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

    .en_ttl {
        font-size: 3.5rem;
    }

    /* footer */
        .footer_wide{
        width: 95%;
    }

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

    .footer_btn_box{
        flex-direction: column;
        align-items: center;
    }

    .widget_nav_menu ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .widget_nav_menu ul>li+li {
        margin-top: 0;
    }


    .menu-item{
        width: 33%;
        text-align: center;
    }



    /* #menu-sp_nav .menu-item:first-child a{
        padding-right: 1.1rem;
    } */

    .l-footer .menu-item:first-child a{
        text-align: center;
    }

    .l-footer .menu-item:nth-of-type(n+4){
        margin-top: 20px;
    }

    .c-copyright{
        --_font-size-level: -2;
    }

    /* TOP */

    #fv {
        height: 75vh;
    }

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

    h2.fv_ttl,
    .fv_ttl2 {
        font-size: 1.5rem;
    }


    .fv_ttl2{
        letter-spacing: .2rem;
    }

    h2::before{
        font-size: 4rem;
    }

    .h2_deco{
       top:4rem;
    }

    .fv_txt-group {
        top: 40%;
    }

    #fv .fv_logo-img img {
        width: 100% !important;
    }


    .greeting_column{
        flex-direction: column-reverse;
    }

    #c_greeting h2::before{
        font-size: 3.5rem;
    }ka

    .service_box-img img,
    .service_box-img.service_box-img2 img {
        aspect-ratio: 9 / 7 !important;
    }

    .area_map {
        opacity: .25;
        top: 30%;
        width: 83% !important;
    }

    .loop_box .loop_img_02 {
        height: 300px;
    }

    .sp325 {
        height: 270px !important;
    }

    .spider__dots {
        gap: 20px !important;
    }

    .reasons_txt-container {
        top: 120%;
    }

    .reasons_group {
        margin-bottom: 300px;
    }

    .reasons_img img {
        aspect-ratio: 7 / 7 !important;
    }

    #reasons .h2_deco{
        top: 6rem;
    }

    h3.service_box-ttl {
        font-size: 1.6rem !important;
    }

    #greeting h2::before{
        font-size: 3.5rem;
    }

    #instagram h2::before{
        font-size: 3rem;
    }

    /* 事業内容 */
    #menu h2 {
        margin-bottom: 15px !important;
        width: 95%!important;
        letter-spacing: .3em;
    }

    .menu_icon {
        opacity: .2;
        position: absolute;
        right: 10%;
        width: 20%;
    }

    .menu_box{
        width: 80%;
    }

    #menu .menu_box {
        margin-top: 0;
        padding: 10px 15px;
    }

    .menu_section_box .c-container{
        padding: 0;
    }

    .menu_section_box .mt_30{
        margin-top: 10px;
    }

    .menu_section_box .wp-block-columns{
        gap: 15px;
    }

    .menu_sb_img{
        width: 100%;
    }


    .menu5_child {
        padding: 20px;
    }

    .risk_child {
        padding: 20px;
    }

    .greeting_column-right{
        margin-top: 30px!important;
    }

    /* 会社概要 */
    #c_greeting{
        padding-top: 0;
    }
    

    #c_greeting h2{
        margin-top: 2rem!important;
    }

    #c_greeting h3{
        padding-top: 2rem!important;
    }

    #c_greeting h2::before {
        font-size: 3rem;
    }

    #company {
        padding-top: 0!important;
    }

    #company figure{
        padding-top: 10px!important;
    }

    #company .has-fixed-layout td{
        padding: 0.5em!important;
    }

    #company .has-fixed-layout tr td:nth-child(even){
        padding: 1.5em 1em!important;
    }

    .com_logo {
        top: 10%;
    }

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        padding: 15px !important;
    }

    .page_btn-ttl {
        font-size: 1.5rem;
    }

    /* 採用情報 */
    #job-desc figure.wp-block-table tr td:first-child {
        width: 37%;
    }

    #rec_cover .rec_slider .smb-spider-slider__figure-wrapper img {
        aspect-ratio: 10 / 9 !important;
    }

    .rec_tag-group {
        gap: 10px;
    }

    /* 施工実績 */
    article.works .wp-block-table .has-fixed-layout{
    width: 100%;
    }



    .c-entries--panel .c-entries__item::before,
    .c-entries--panel .c-entries__item::after{
    right: 50%;
    transform: translateX(50%);
    }

    /* お知らせ */
    .c-entries--simple, .c-entries--text, .c-entries--text2{
        border-top: transparent;
    }

    /* お知らせ　詳細ページ */
   .post, .type-works .c-entry__body{
        border-top: 1px solid var(--accent-color);
        padding: 20px 10px;
    }


    /* お問い合わせ */
    #cta p.en_ttl {
        line-height: 2.2 !important;
    }

    #cta .white-btn a {
        width: 290px !important;
        height: 53px;
    }

    .cta2-ttl {
        padding-left: 22px !important;
    }

    .cta2_box {
        padding: 25px 15px;
    }

    #cta2 .cta_txt-tel span {
        font-size: 2.3rem !important;
    }

    #cta2 .cta_txt-tel svg {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 380px) {
    .service_box-g {
        padding: 15px;
    }

    h3.service_box-ttl {
        font-size: 1.4rem !important;
    }
}

@media screen and (max-width: 340px) {
    h2 {
        font-size: 1.2rem;
    }

    .page_btn-ttl{
        font-size: 1.2rem;
    }

    #recruit .rec_ttl2 {
        font-size: 1rem;
    }

}