@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", serif;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

/*==================================================================================================
    ヘッダー
==================================================================================================*/
.sub .header, .header.is-fixed {
    background-color: rgba(246, 173, 73, 0.9);
}

.side-header-name-text::before {
    background-color: rgba(246, 173, 73, 0.2);
}

.side-header-name-text::after {
    background-color: rgba(246, 173, 73, 0.6);
}

.side-header-textnav-list a:hover::before {
    background-color: #f6ad49;
}

@media screen and (min-width: 841px) {
    .side-header-tel-link {
        background-color: #f6ad49;
        color: #fff;
    }
    .side-header-tel-link:hover {
        background-color: #fbd9aa;
    }
}

@media screen and (max-width: 840px) {
    .side-header-tel-link {
        color: #f6ad49;
    }
}

.side-header .hamburger__icon {
    background-color: #f6ad49;
}

.side-header .hamburger__icon::before, .side-header .hamburger__icon::after {
    background-color: #f6ad49;
}

.header-fatnav {
    background: rgba(246, 173, 73, 0.9);
}

/*==================================================================================================
    メインビジュアル
==================================================================================================*/
.hero02-overlay {
    background-color: rgba(246, 173, 73, 0.6);
}

.hero02-copy.-shadow-xs {
    text-shadow: 0.025em 0.025em 0.1em rgba(0, 0, 0, 0.3);
}

.hero02-copy.-shadow-sm {
    text-shadow: 0.025em 0.025em 0.15em rgba(0, 0, 0, 0.4);
}

.hero02-copy.-shadow-md {
    text-shadow: 0.025em 0.025em 0.2em rgba(0, 0, 0, 0.5);
}

.hero02-copy__main {
    font-weight: bold;
}

.hero02-scroll__label::before {
    content: "SCROLL";
}

.hero02-scroll__symbol::before {
    content: url("../../_stylish/img/hero/hero-scroll-symbol.svg");
    width: 6px;
}

/*==================================================================================================
    新着情報（TOP）
==================================================================================================*/
.news-archive {
    background-color: #fff;
}

.news-archive a::before {
    color: #999;
}

.news-archive-date {
    color: #888;
}

.news-archive-category {
    background-color: #f6ad49;
}

/*==================================================================================================
    新着情報（一覧）
==================================================================================================*/
.news-archive {
    background-color: #fff;
}

.news-archive a::before {
    color: #999;
}

.news-archive-date {
    color: #888;
}

.news-archive-category {
    background-color: #f6ad49;
}

.news-archive-pager .page-numbers:not(.dots):not(.current) {
    background-color: #fff;
}

.news-archive-pager .page-numbers:not(.dots):not(.current):hover {
    background-color: #f2f2f2;
}

.news-archive-pager .page-numbers.current {
    background-color: #f6ad49;
}

/*==================================================================================================
    お問い合わせフォーム
==================================================================================================*/
.privacy-policy__body {
    background-color: #fafafa;
}

/*==================================================================================================
    floating
==================================================================================================*/
.a_btn-pagetop {
    background-color: #f6ad49;
    background-image: url("../../_stylish/img/floating/floating-pagetop-ico.svg");
}

.a_floating-textbanner {
    background-color: #f8c37a;
}

/*==================================================================================================
    404error
==================================================================================================*/
.error404-link a {
    background-color: #f6ad49;
}

.error404-link a:hover {
    background-color: #fbd9aa;
}

/*==================================================================================================
    layout - レイアウト
==================================================================================================*/
.-bg-base {
    background-color: #fff;
}

.-bg-light {
    background-color: rgba(246, 173, 73, 0.1);
}

.-bg-heavy {
    background-color: #f6ad49;
}

.-bg-body {
    background-color: #fff;
}

/*==================================================================================================
    atom - ボタン
==================================================================================================*/
.a_btn {
    background-color: #f6ad49;
    color: #fff;
}

.a_btn:hover {
    background-color: #f8c37a;
}

.a_btn.-off {
    background-color: rgba(246, 173, 73, 0.1);
    color: inherit;
}

.a_btn.-sub {
    background-color: rgba(246, 173, 73, 0.1);
    color: inherit;
}

/*==================================================================================================
    atom - タグ
==================================================================================================*/
.a_tag:not(.-outline) {
    background-color: #f6ad49;
}

.a_tag.-outline {
    color: #f6ad49;
}

/*==================================================================================================
    atom - ラベル
==================================================================================================*/
.a_label {
    font-weight: bold;
}

/*==================================================================================================
    atom - フォーム
==================================================================================================*/
.a_form-email, .a_form-text, .a_form-textarea {
    border-bottom: 1px solid #bbb;
}

/*==================================================================================================
    element - 表
==================================================================================================*/
.e_data-lists .e_data-list-label {
    font-weight: bold;
}

.e_data-lists.-standard .e_data-list:nth-child(odd) {
    background-color: rgba(246, 173, 73, 0.1);
}

.e_data-lists.-classic .e_data-list-label, .e_data-lists.-classic .e_data-list-body {
    border-color: #CCC;
}

.e_data-lists.-classic .e_data-list-label {
    background-color: rgba(246, 173, 73, 0.1);
}

.e_data-lists.-underline .e_data-list {
    border-color: #CCC;
}

/*==================================================================================================
    element - 料金表
==================================================================================================*/
.e_price-list {
    border-color: #ddd;
}

.e_price-list-category {
    background-color: rgba(246, 173, 73, 0.1);
}

.e_price-category-heading {
    background-color: rgba(246, 173, 73, 0.1);
}

/*==================================================================================================
    unit - 企業情報
==================================================================================================*/
.u_about-copy {
    font-weight: bold;
}

/*==================================================================================================
    unit - アピールポイント
==================================================================================================*/
.u_sellingpoint {
    background-color: rgba(246, 173, 73, 0.1);
}

@media screen and (min-width: 541px) {
    .u_sellingpoint-count-num::after {
        background-color: rgba(246, 173, 73, 0.3);
    }
}

/*==================================================================================================
    unit - 手順
==================================================================================================*/
.u_process-nav-list a::before {
    color: #f6ad49;
}

.u_process-nav-list a::after {
    background-color: #f6ad49;
}

.u_process-list:not(:last-child)::before {
    color: #f6ad49;
}

.u_process-list-count {
    color: #f6ad49;
}

.u_process-list-label {
    color: #f6ad49;
}

/*==================================================================================================
    unit - 企業情報
==================================================================================================*/
.u_about-copy {
    font-weight: bold;
}

/*==================================================================================================
    unit - 業務実績
==================================================================================================*/
.u_works-archive-title {
    font-weight: bold;
}

/*==================================================================================================
    unit - 業務実績：詳細
==================================================================================================*/
.u_post-single-mainimg {
    background-color: rgba(246, 173, 73, 0.1);
}

/*==================================================================================================
    unit - カレンダー
==================================================================================================*/
.editcal-day.is-day-hol {
    background-color: rgba(246, 173, 73, 0.1);
}

/*==================================================================================================
    unit - お問い合わせフォーム
==================================================================================================*/
.u_contact-box::before {
    content: url("../../_stylish/img/contact/contact-box-ico.svg");
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    width: 80px;
}

@media screen and (min-width: 841px) {
    .u_contact-box::before {
        width: 96px;
    }
}

@media screen and (min-width: 1281px) {
    .u_contact-box::before {
        width: 112px;
    }
}

.u_contact-tel {
    border: 1px solid;
    color: #f6ad49;
}

/*==================================================================================================
    フッター
==================================================================================================*/
.std-footer-textbanner-link {
    color: #f6ad49;
}

.std-footer-textbanner-link:hover {
    background-color: #f6ad49;
    border-color: #f6ad49;
}
