@charset "utf-8";

body {
    font-family: "Zen Kaku Gothic New", serif;
}

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

/*======================= 共通クラス =======================*/

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

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

/*======================= ボタン =======================*/
a.smb-btn {
    position: relative;
    width: 280px !important;
    padding: 13px 0;
    border-top: 4px solid #d8dcdc;
    border-right: 4px solid #666666;
    border-bottom: 4px solid #333333;
    border-left: 4px solid #868888;
    border-radius: 0;
    border-radius: 0;
    background-image: -webkit-linear-gradient(135deg, #333333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666666 100%);
    background-image: linear-gradient(-45deg, #333333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666666 100%);
    color: #000000 !important;
    font-weight: 500;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}

a.smb-btn:hover {
    text-shadow: 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff, 0 0 7px #ffffff;
}

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

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


/*======================= ヘッダー =======================*/
/* .l-header {
    mix-blend-mode: difference;
} */
.p-global-nav .c-navbar__item>a>span,
.p-global-nav .c-navbar__item>.c-navbar__submenu a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.header_cta.contact span {
    padding: .2em 1em;
    border-top: 4px solid #d8dcdc;
    border-right: 4px solid #666666;
    border-bottom: 4px solid #333333;
    border-left: 4px solid #868888;
    border-radius: 0;
    border-radius: 0;
    background-image: -webkit-linear-gradient(135deg, #333333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666666 100%);
    background-image: linear-gradient(-45deg, #333333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666666 100%);
    color: #000000 !important;
    font-weight: 600 !important;
    text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}

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

.c-page-header {
    padding: 130px 0 50px;
    background-color: #383838ea;
    color: #ffffff;
}

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

/* SPヘッダー */
.c-drawer {
    background-color: #ed790294;

    backdrop-filter: blur(17px);
}

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


#menu-sp_nav li.menu-item a {
    padding: 5px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 700 !important;
    line-height: .9;
}

#menu-sp_nav li.menu-item a span {
    font-size: 12px;
    font-weight: 600;
}


#menu-sp_nav .menu-item:last-child a {
    margin-top: 30px !important;
    padding: 17px 0;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
    font-size: 1.1rem;
    font-weight: 600 !important;
    text-align: center;
}

#menu-sp_nav .menu-item a {
    font-size: 1rem;
    font-weight: 500 !important;
}

[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
    box-shadow: none;
    background-color: transparent;
    color: #ffffff;

    backdrop-filter: blur(17px) brightness(.8);
}

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

/*======================= フッター =======================*/
.l_map svg.svg-inline--fa {
    margin-right: 3px !important;
}

.l-footer,
.l-footer__footer {
    background-color: #333333 !important;
    color: #ffffff;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}

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

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

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

.footer_icon {
    width: 5%;
}

.l-footer.l-footer--footer-2 {
    position: relative;
}

.l-footer.l-footer--footer-2::before {
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: -15%;
    width: 500px;
    height: 500px;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/01/w_aoi_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.l-footer .footer_illu {
    position: absolute;
    right: 5%;
    bottom: 10%;
}

@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

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

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

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

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

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

/*======================= タイトル =======================*/
.en_ttl {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(3rem, calc(1.5rem + 7.5vw), 7.5rem);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.en_ttl span.o_txt {
    color: var(--wp--preset--color--sm-accent);
}

.w_en_ttl {
    color: #ffffff;
}

.ja_ttl {
    margin-top: 0 !important;
    font-size: clamp(1rem, calc(.9333333333333333rem + .33333333333333326vw), 1.2rem);
    font-weight: 600;
}

.ja_ttl span {
    position: relative;
    padding-left: 30px !important;
}

.ja_ttl span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px !important;
    height: 2px !important;
    background-color: #ffffff;
    content: "";
}

.ja_ttl.bja_ttl span::before {
    background-color: #333333 !important;
}

:root :where(.wp-block-heading.is-style-snow-monkey-143825)::before {
    background-color: #ffffff;
}


.g100_column {
    gap: 100px !important;
}

/*======================= TOPページ =======================*/
#fv {
    height: 95vh;
}

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

.fv_txt-group {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: #ffffff;
}

.fv_en-ttl {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(5rem, calc(1.666666666666667rem + 16.666666666666664vw), 15rem);
    font-weight: 700;
    line-height: 73%;
    text-transform: uppercase;
}

.fv_ja-ttl {
    margin-top: 20px !important;
    font-size: clamp(1rem, calc(.8333333333333334rem + .8333333333333334vw), 1.5rem);
    font-weight: 600;
}

/* FVバナー */
.fv_rec-banner {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
    width: 18%;
}

/* .fv_rec-banner img {
    box-shadow: 0 0 10px #3535356a;
} */

.fv_rec-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -6px;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding-bottom: 3px;
    border: none;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
}

/* メッセージ */
#message {
    position: relative;
}

.m_container {
    z-index: 2;
}

.ptn_txt {
    font-size: clamp(1rem, calc(.9500000000000001rem + .24999999999999983vw), 1.15rem);
    font-weight: 500;
    line-height: 285%;
}

.logo_mg {
    opacity: .3;
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: 0;
    width: 40%;
}

.m_img1 {
    opacity: .7;
    position: absolute;
    top: 0;
    right: 5%;
}

.m_img1 img {
    width: 400px;

    aspect-ratio: 1/1;
    object-fit: cover;
}

.m_img2 {
    opacity: .7;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.m_img2 img {
    width: 400px;

    aspect-ratio: 1/1;
    object-fit: cover;
}

/* 事業内容 */
.service_yk {
    margin: 0 !important;
    padding: 20px;
    border-bottom: solid 1px #858585;
}

.service_num {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1.5rem, calc(1.25rem + 1.25vw), 2.25rem);
    font-weight: 600;
}

.contents_group {
    position: relative;
}

.img_column {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    transform: translateY(-50%);
    width: 100% !important;
    margin-top: 0 !important;
}

.img_column-img {
    position: relative;
}

.img_column-img::before {
    position: absolute;
    top: -150px;
    right: 0;
    width: 170px;
    height: 170px;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/illu_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";

    transform-origin: top;
}

.img_column-img img {
    width: 100%;
    max-height: 700px;

    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.img_column-img2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 1;
}

/* 背景固定画像 */
#bg,
#bg2 {
    position: relative;
    padding: 0 !important;
}

#bg::before,
#bg2::before {
    position: absolute;
    right: 5%;
    bottom: -10%;
    z-index: 1;
    width: 700px;
    height: 200px;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/bg_txt01.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #333333;
    content: "";
}


.bg-container {
    position: relative;
    height: 700px;
    overflow: hidden;
}

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

.bg-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/img_b2.png);
    background-position: center;
    background-size: cover;
}

#bg2 .bg-bg {
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/fv_img1.png) !important;
}

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

/* 選ばれる理由 */
.reasons_cslider {
    position: relative !important;
    max-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;

    aspect-ratio: 3 / 5;
}

.reasons_cslider1 {
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/s_01.png);
}

.reasons_cslider2 {
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/aw_51.png);
}

.reasons_cslider3 {
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/fv_img1.png);
}

.reasons_cslider::before {
    position: absolute;
    background: rgba(0, 0, 0, .35);
    content: "";

    inset: 0;
    pointer-events: none;
}

.reasons_txt-group {
    position: absolute;
    top: 30px;
    right: 30px;
}

.reasons_en-ttl {
    background: linear-gradient(90deg,
            rgba(255, 255, 255, .25),
            rgba(234, 113, 35, .25));
    background-clip: text;
    color: transparent;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(3rem, calc(.6666666666666665rem + 11.666666666666666vw), 10rem);
    font-weight: 600;
    line-height: 1.5 !important;
    margin-top: -65px !important;
    -webkit-background-clip: text;
}

#reasons h3 {
    margin-top: -70px;
    margin-right: 5px !important;
    text-align: right;
}

.reasons_txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 60%;
    font-weight: 500;
}

/* 施工実績 */
#works :where(.is-layout-constrained, .is-layout-flow > *) {
    position: static;
}

#works .works_bottom {
    position: absolute;
    top: 0;
    margin-top: 0 !important;
}

#works .works_right-column {
    position: relative;
}

#works .works_right-column .c-entries__item {
    margin-bottom: 0 !important;
}

#works .works_right-column::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 15%;
    z-index: -1;
    transform: translateY(-50%);
    height: 150%;
    background-color: #eaeaea87;
    content: "";
}

#works .c-entry-summary__figure {
    z-index: 1;
    box-shadow: 0 6px 16px 0 rgb(136 124 124 / 26%);

    aspect-ratio: 1 / 1 !important;
}

.works_logo {
    opacity: .3;
    position: absolute;
    bottom: -5%;
    left: -10%;
    z-index: 0;
    filter: blur(5px);
}

#works .c-entry-summary__title {
    color: #ffffff;
}

/* 採用情報 */
#recruit .en_ttl {
    position: relative;
}

#recruit .en_ttl::before {
    position: absolute;
    top: -1.2em;
    left: 0;
    width: clamp(1.3em, 8vw, 100px);
    height: auto;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/illu_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";

    aspect-ratio: 4 / 5;
}

.rec_tag-group {
    gap: 20px !important;
    margin-top: 20px !important;
}

.rec_tag {
    padding: .1em .7em;
    border: solid 1px;
    background: #FFFFFF;
    font-weight: 500;

    COLOR: #333333;
}

#loop_sec .slide_box::before {
    background: #343434;
}

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

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

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

.slide_box::before {
    display: block;
    opacity: .8;
    position: absolute;
    height: 100%;
    padding-right: 1px !important;
    padding-right: 30px !important;
    background: #ffffff;
    content: "";
    animation: txt_slide 40s linear infinite;

    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    will-change: mask-position;
    inset: 0;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/txt_byp.png);
    mask-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/txt_byp.png);
    -webkit-animation: txt_slide 40s linear infinite;
}

.slide_box.slide_box2::before {
    -webkit-mask-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/aoi_txt2.png);
    mask-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/aoi_txt2.png);
}

#loop_sec .slide_box.slide_box2 {
    margin: 0 !important;
    padding: 0 !important;
}

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

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

/* loop */
.loop_box .loop_img_02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 650px;
    margin-right: 50px !important;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/loop_img_a.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat-x;
    animation: loop_img 90s linear infinite;
}

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

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

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

/* 代表挨拶 */
.greeting_logo {
    opacity: .25;
    position: absolute;
    top: -20%;
    right: 0;
    width: 40%;
    filter: blur(8px);
}

/* CTA */
#cta a.smb-btn {
    width: 75% !important;
}

#cta .cta_btn {
    width: 100% !important;
}

/*======================= 事業内容 =======================*/
#service_1 h2,
#service_2 h2,
#service_3 h2 {
    margin-top: 0;
    font-size: clamp(2rem, calc(1.6666666666666667rem + 1.6666666666666667vw), 3rem);
}

.service_sub-ttl {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

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

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

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

/* figure.wp-block-table tr td:last-child,
figure.wp-block-table tr td:last-child {
    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: 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;
    }
}

/*======================= 採用情報 =======================*/
.recruit_logo2 {
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    filter: blur(5px);
}

.rec_cta .en_ttl {
    position: relative;
}

.rec_cta .en_ttl::before {
    position: absolute;
    top: -1.2em;
    left: 0;
    z-index: 1;
    width: clamp(1.3em, 8vw, 100px);
    height: auto;
    background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/illu_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";

    aspect-ratio: 4 / 5;
}

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

.spider__figure {
    aspect-ratio: 1/1;
}

/*新しい投稿の矢印調整*/
.single-works .c-prev-next-nav__item-label svg {
    margin: 0 10px !important;
}

/*======================= お問い合わせ =======================*/
/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

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

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

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

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

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


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

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

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@media screen and (max-width: 1250px) {
    .fv_rec-banner {
        width: 30%;
    }
}

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

    .m_img1 img,
    .m_img2 img {
        width: 250px;
    }
}

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

    .m_img1 img,
    .m_img2 img {
        opacity: .5;
    }

    .m_img1 {
        top: 20%;
    }

    .m_img2 {
        bottom: 15%;
    }
}

@media screen and (max-width: 950px) {
    .greeting_logo {
        opacity: .25;
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
    }
}

@media screen and (max-width: 781px) {
    .reasons_reverse {
        flex-direction: column-reverse;
    }

    .reasons_txt {
        width: 80%;
    }

    .service_sp-column {
        gap: 170px !important;
    }

    .img_column-img::before {
        right: inherit;
        left: 0;
    }

    .reasons_en-ttl {
        margin-top: -35px !important;
    }

    #reasons h3 {
        margin-top: -53px;
    }

    .logo_mg {
        top: -5%;
        width: 60%;
    }

    #bg::before,
    #bg2::before {
        right: 0;
        width: 500px;
        height: 120px;
    }

    .greeting_logo {
        top: inherit;
        bottom: 0;
        width: 90%;
    }

    #cta a.smb-btn,
    .service_btn a,
    .service_btn {
        width: 100% !important;
    }

    .l-footer .footer_illu {
        bottom: 30%;
    }

    .l-footer .footer_illu img {
        width: 170px !important;
    }
}

@media screen and (max-width:639px) {
    .works_logo {
        top: -7%;
        right: -5%;
        bottom: inherit;
        left: inherit;
        width: 40%;
    }

    .greeting_logo {
        top: -5% !important;
        width: 100%;
    }

    .works_logo {
        top: -9%;
        width: 55%;
    }
}

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

    #bg::before,
    #bg2::before {
        right: 0;
        bottom: -5%;
        left: 5%;
        width: 100%;
        height: 220px;
        background-image: url(https://aoi-kougyou.co.jp/wp-content/uploads/2026/02/sp_txt-bg.png) !important;
    }
}

@media screen and (max-width: 500px) {
    #reasons h3 {
        margin-top: -35px;
    }

    .reasons_txt-group {
        right: 20px;
    }
}

@media screen and (max-width: 435px) {
    .footer_icon {
        width: 9%;
    }

    .sp_none {
        display: none;
    }

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

    .fv_rec-banner {
        bottom: 1%;
        width: 60%;
    }

    .reasons_txt {
        bottom: 0;
        left: inherit;
        width: fit-content;
        padding: 20px;
    }

    .loop_box .loop_img_02 {
        height: 520px;
    }

    .img_column-img::before {
        top: -130px;
        width: 150px;
        height: 140px;
    }

    .img_column-img2 {
        width: 35%;
    }
}