@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

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

.side-header-name-text::before {
    background-color: rgba(234, 199, 54, 0.2);
}

.side-header-name-text::after {
    background-color: rgba(234, 199, 54, 0.6);
}

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

.side-header-tel-link {
    border-radius: 4px;
}

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

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

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

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

.header-fatnav {
    background: rgba(234, 199, 54, 0.9);
}

.header02-textnav-list,
.header03-textnav-list {
    position: relative;
}

.header02-textnav-list::before,
.header03-textnav-list::before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

/*==================================================================================================
    メインビジュアル
==================================================================================================*/
.hero02-overlay {
    background-color: rgba(234, 199, 54, 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("../../_standard/img/hero/hero-scroll-symbol.svg");
    width: 6px;
}

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

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

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

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

/*==================================================================================================
    新着情報（一覧）
==================================================================================================*/
.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: #eac736;
}

/*==================================================================================================
    会社概要
==================================================================================================*/
.profile-list:nth-child(odd) .profile-list__label,
.profile-list:nth-child(odd) .profile-list__body {
    background-color: rgba(234, 199, 54, 0.1);
}

.profile-list:nth-child(odd) .profile-list__label {
    border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 540px) {
    .profile-list:nth-child(odd) .profile-list__label {
        border-radius: 4px 4px 0 0;
    }
}

.profile-list:nth-child(odd) .profile-list__body {
    border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 540px) {
    .profile-list:nth-child(odd) .profile-list__body {
        border-radius: 0 0 4px 4px;
    }
}

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

@media screen and (min-width: 541px) {
    .u_sellingpoint-count-num::after {
        background-color: rgba(234, 199, 54, 0.3);
        margin-top: .1em;
    }
}

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

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

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

/*==================================================================================================
    404error
==================================================================================================*/
.error404-link a {
    background-color: #eac736;
    padding: 1.2em 2em 1.2em 2em;
    border-radius: 2.4em;
}

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

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

.-bg-light {
    background-color: rgba(234, 199, 54, 0.1);
}

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

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

.l_box {
    border-radius: 4px;
}

/*==================================================================================================
    atom - ボタン
==================================================================================================*/
.a_btn {
    background-color: #eac736;
    padding: 1.1em 2.2em 1.1em 2.2em;
    border-radius: 2.4em;
    color: #fff;
}

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

.a_btn.-forward {
    padding-right: 3.96em;
}

.a_btn.-forward::after {
    position: absolute;
    right: 1.65em;
    top: 50%;
}

.a_btn.-back {
    padding-left: 3.96em;
}

.a_btn.-back::before {
    position: absolute;
    left: 1.65em;
    top: 50%;
}

.a_btn.-off {
    background-color: rgba(234, 199, 54, 0.1);
    color: inherit;
}

.a_btn.-sub {
    background-color: rgba(234, 199, 54, 0.1);
    color: inherit;
}

/*==================================================================================================
    atom - タグ
==================================================================================================*/
.a_tag {
    border-radius: 4px;
}

.a_tag:not(.-outline) {
    background-color: #eac736;
}

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

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

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

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

.e_data-lists.-standard .e_data-list:nth-child(odd) {
    background-color: rgba(234, 199, 54, 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(234, 199, 54, 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(234, 199, 54, 0.1);
}

.e_price-category-heading {
    background-color: rgba(234, 199, 54, 0.1);
}

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

.u_about-copy em {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(234, 199, 54, 0.1)));
    background: -webkit-linear-gradient(transparent 60%, rgba(234, 199, 54, 0.1) 60%);
    background: linear-gradient(transparent 60%, rgba(234, 199, 54, 0.1) 60%);
}

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

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

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

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

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

.u_process-list-count {
    padding-bottom: .25em;
    color: #eac736;
    font-weight: bold;
}

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

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

.editcal-day__modal-btn {
    border-radius: 4px;
}

/*==================================================================================================
    unit - お問い合わせフォーム
==================================================================================================*/
.u_contact-box::before {
    content: url("../../_standard/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: #eac736;
}

/*==================================================================================================
    フッター
==================================================================================================*/
.std-footer-textbanner-link {
    border-radius: 4px;
    color: #eac736;
}

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