@charset "utf-8";

body {
    color: var(--wp--preset--color--sm-accent);
    font-family: "Noto Sans JP", sans-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;
}

.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: 15px 0;
    border-radius: 30px;
    background-color: var(--wp--preset--color--sm-accent);
    font-weight: 600;
}

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

.white_btn a {
    border: solid 2px #ffffff;
    background-color: #ffffff;
}

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

.white_btn a:hover {
    border: solid 2px #ffffff;
    background-color: transparent;
}

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

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

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

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

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

.c-page-header {
    padding: 130px 0 50px;
    background-color: #c4cfd1ea;
    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;
}

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

/* SPヘッダー */
.c-drawer {
    background-color: var(--wp--preset--color--sm-accent);
}

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

#menu-sp_nav .menu-item:last-child {
    margin-top: 30px !important;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

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

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

/*======================= フッター =======================*/

.l-footer,
.l-footer__footer {
    background-color: var(--wp--preset--color--sm-accent) !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;
}


@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: "Figtree", sans-serif;
    font-size: clamp(1rem, calc(0.7333333333333334rem + 1.3333333333333335vw), 1.8rem);
    font-weight: 500;
    text-transform: capitalize;
}

.en_ttl span {
    position: relative;
    padding-left: 45px;
}

.en_ttl span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-30%);
    width: 30px;
    height: 30px;
    background-image: url(https://shinseitekunosu.co.jp/wp-content/uploads/2026/02/s_logo1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
}

.ja_ttl {
    margin-top: 5px !important;
    font-size: clamp(2rem, calc(1.5rem + 2.5vw), 3.5rem);
    font-weight: 800;
    line-height: 1;
}

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

.fv::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 3, 3, .52) 100%);
    content: "";

    pointer-events: none;
}

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

.fv_slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fv_slider {
    height: 100%;
    margin: 0 !important;
}

.fv_slider img {
    width: 100%;
    height: 95vh;
    object-fit: cover;
}

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

.fv_ttl {
    font-size: clamp(1.5rem, calc(0.6666666666666667rem + 4.166666666666666vw), 4rem);
    font-weight: 800;
    line-height: 1.5;
}

.fv_en-ttl {
    font-family: "Figtree", sans-serif;
    font-size: clamp(1rem, calc(0.7999999999999999rem + 1.0000000000000002vw), 1.6rem);
    font-weight: 500;
}

.fv_logo {
    opacity: .5;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

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

/* メッセージ */
.m_column {
    gap: 80px !important;
}

#message h3 {
    color: var(--wp--preset--color--sm-accent);
    font-size: clamp(1.5rem, calc(-3rem + 7.5vw), 3rem);
    font-weight: 800;
}

.b_letter {
    font-size: clamp(2rem, calc(-5.5rem + 12.5vw), 4.5rem);
}

.m_en-ttl {
    margin-bottom: 50px !important;
    color: var(--wp--preset--color--sm-sub-accent);
    font-size: clamp(1rem, calc(0.40000000000000013rem + 0.9999999999999999vw), 1.2rem);
}

.m_txt-column {
    align-self: flex-start;
    position: sticky;
    top: 100px;
}

.m_txt {
    font-size: clamp(1rem, calc(0.09999999999999987rem + 1.5000000000000002vw), 1.3rem);
    line-height: 2.5 !important;
    font-weight: 500;
}

#message .m_txt2 {
    margin-top: 30px !important;
}

.m_logo {
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: 0;
    filter: blur(5px);
}


.gradient__title {
    animation: AnimationTitle 5s ease infinite;
    background: linear-gradient(to right, #3ab483, #608bab, #39ff00);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@keyframes AnimationTitle {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* 事業内容 */
#service h3 {
    gap: 20px !important;
    margin-top: 0 !important;
    font-size: clamp(1.5rem, calc(-0.8999999999999995rem + 3.9999999999999996vw), 2.3rem);
    font-weight: 800;
    margin-bottom: 10px;
}

:root :where(.wp-block-heading.is-style-snow-monkey-143825)::before {
    height: 3px;
    border-radius: 10px;
    background-color: var(--wp--preset--color--sm-sub-accent);
}

.s_en-ttl {
    color: var(--wp--preset--color--sm-sub-accent);
    font-family: "Figtree", sans-serif;
    font-weight: 900;
    text-transform: capitalize;
}

.service_tag-group {
    gap: 10px !important;
    margin-bottom: 20px !important;
}

.service_tag {
    width: fit-content;
    margin-left: 0 !important;
    padding: 0 1em;
    border: solid 1px;
    border-radius: 30px;
}

.s_slider {
    margin-top: 50px !important;
}

.s_slider img {
    border-radius: 20px;

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

/* 選ばれる理由 */
#reasons h3 {
    margin: 30px 0 15px !important;
    padding: .2em 1em;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
    border-radius: 5px;
}

.reasons_slider img {
    aspect-ratio: 2/3;
    object-fit: cover;
    border-radius: 20px;
}

/* 施工実績 */
#works .c-entry-summary__figure {
    border-radius: 10px;
    aspect-ratio: 1/1;
}

/* 採用情報 */
#recruit {
    border-radius: 50px;
}

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

.rec_tag {
    padding: .3em 1em;
    border: solid 2px #ffffff;
    border-radius: 30px;
    font-weight: 500;
}

.en_ttl_w span::before {
    background-image: url(https://shinseitekunosu.co.jp/wp-content/uploads/2026/03/s_white_logo.png) !important;
}

.g100_column {
    gap: 100px !important;
}

.rec_logo {
    position: absolute;
    right: -10%;
    bottom: -10%;
    opacity: .2;
}

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

.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://shinseitekunosu.co.jp/wp-content/uploads/2026/03/works_st_-36.jpg);
    background-position: center;
    background-size: cover;
}

#bg2 .bg-bg {
    background-image: url(https://shinseitekunosu.co.jp/wp-content/uploads/2026/03/works_st_-25.jpg) !important;
}

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

/*---- CTA ----*/
.cta_column {
    border-radius: 30px;
}

.cta_sub-ttl {
    font-weight: 500;
}

/* tel */
.cta_tel {
    margin-top: 10px;
}

.cta_tel-txt {
    color: var(--wp--preset--color--sm-accent);
    font-weight: 500;
    text-align: center;
}

.cta_tel a {
    padding: 5px 0;
    background-color: transparent;
}

.cta_tel a::before {
    display: none;
}

.cta_tel a:hover {
    background-color: transparent;
}

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

.cta_tel a span svg {
    font-size: 1.8rem;
}

/*======================= 事業内容 =======================*/
.ex_tag {
    background-color: #deeaf4;
    width: fit-content;
    margin-left: 0 !important;
    padding: .1em .7em;
    margin: 10px 0 !important;
}

/*======================= スタッフ紹介 =======================*/
.post-type-archive.post-type-archive-staff .c-entries {
    margin: 50px 0 !important;
}

.staff_slider img {
    aspect-ratio: 2/3;
    object-fit: cover;
}

/*======================= 会社概要 =======================*/
.greeting_logo {
    position: absolute;
    left: -10%;
    bottom: 0;
    opacity: .1;
    filter: blur(3px);
}

/* 会社概要 bg-color */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    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 {
    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;
    }
}

/*======================= 採用情報 =======================*/
#rec .s_slider img {
    border-radius: 0 !important;
}

#rec .rec_tag {
    border-radius: 0 !important;
}

.rec_logo2 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .2;
    filter: blur(5px);
}

.rec_logo2 img {
    width: 80%;
}

#benefits h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

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

.spider__dots[data-thumbnails=true] .spider__dot>.spider__figure {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.nav-links {
    margin-bottom: 50px !important;
}

/*新しい投稿の矢印調整*/
.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: 781px) {
    .c_reverse {
        flex-direction: column-reverse;
    }

    .greeting_logo {
        top: 0;
        bottom: inherit;
    }

    .g100_column {
        gap: 40px !important;
    }

    .rec_logo {
        bottom: 0;
    }
}

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

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

    .cta_tel a span {
        font-size: 2.2rem;
    }

    .cta_tel a span svg {
        font-size: 1.6rem;
    }

    #fv {
        height: 90vh;
    }

    .staff_slider img {
        aspect-ratio: 16/9;
    }
}