@cトップページ "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =========================================================
# 余白調整
========================================================= */
.sp-br br{display: none;}

@media not all and (min-width: 960px) {
    .sp-pt-0 {
        padding-top: 0em !important;
    }
    .l-content{
        margin-bottom: 3em;
    }
}
@media (max-width: 599px) {
    .c-pageTitle[data-style=b_bottom] + .post_content{
        margin-top: 2.25em!important;
    }
    .sp-br br{display: block;}
}


/* =========================================================
# ブロック調整
========================================================= */
/*
# メディアとテキスト
---------------------------------- */
/* スマホ縦並びの余白調整 */
@media not all and (min-width: 960px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
        margin-top: 1.5em!important;
    }
}

/* =========================================================
# トップページ
========================================================= */
/*
# メインビジュアル
---------------------------------- */
.p-mainVisual__slideTitle {
    position: relative;
    top: 1.5em;
    letter-spacing: 0.075em;
    line-height: 1.5;
    color: #000;
    font-size: clamp(22px, 2.4vw, 30px);
    text-shadow: none;
    display: inline-block;
    width: auto;
    max-width: max-content;
    border-radius: 0.5em;
}
.p-mainVisual__slideTitle br{
    display: none;
}

@media (max-width: 960px) {
    .p-mainVisual__slideTitle {
        top: 5.5em;
        font-size: 4.4vw;
    }
    .p-mainVisual__slideTitle br{
        display: block;
    }
}


/*
# タイトル
---------------------------------- */
.home .post_content .is-style-section_ttl{
    padding-bottom: 2em!important;
}
.home .post_content .is-style-section_ttl:before {
    font-size: 12px;
    top:40px;
}
.post_content .my-section-title_about:before {
    content: '- 私たちについて';
}
.post_content .my-section-title_service:before {
    content: '- 事業紹介';
}
.post_content .my-section-title_recruit:before {
    content: '- 採用情報';
}
.post_content .my-section-title_news:before {
    content: '- お知らせ';
}
.post_content .my-section-title_contact:before {
    content: '- お問い合わせ';
}

/*
# テキスト
---------------------------------- */
.text-color_white {
    color:white!important;
}

/*
# 画像シャドウ
---------------------------------- */
.my-style_shadow img {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}


/*
# フェード
---------------------------------- */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}




/* =========================================================
# 事業紹介
========================================================= */
@media (max-width: 599px) {
    .max-240{
        max-width: 240px;
        margin: 0 auto;
    }
}




/* =========================================================
# 採用情報
========================================================= */
.page-id-52 .l-content{padding-top: 0;}