@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia,  "Sawarabi Mincho", serif;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

/*==================================================================================================
    ヘッダー
==================================================================================================*/
.sub .header, .header.is-fixed {
    background-color: rgba(24, 49, 82, 0.9);
}

.header-fatnav {
    background: rgba(24, 49, 82, 0.9);
}

.header02-textnav-list {
    position: relative;
}

.header02-textnav-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.35);
    display: block;
    width: 1px;
    height: 10px;
}

/*==================================================================================================
    メインビジュアル
==================================================================================================*/
.hero-overlay {
    background-color: rgba(24, 49, 82, 0.6);
}

.hero-copy__main {
    font-weight: bold;
}

.hero-scroll__label::before {
    content: "SCROLL";
}

.hero-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: #183152;
}

/*==================================================================================================
    新着情報（一覧）
==================================================================================================*/
.news-archive {
    background-color: #fff;
}

.news-archive a::before {
    color: #999;
}

.news-archive-date {
    color: #888;
}

.news-archive-category {
    background-color: #183152;
}

.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: #183152;
}

/*==================================================================================================
    お問い合わせフォーム
==================================================================================================*/
.privacy-policy__body {
    background-color: #fafafa;
}

/*==================================================================================================
    floating
==================================================================================================*/
.a_btn-pagetop {
    background-color: #183152;
    background-image: url("../../_stylish/img/floating/floating-pagetop-ico.svg");
}

/*==================================================================================================
    404error
==================================================================================================*/
.error404-link a {
    background-color: #183152;
}

.error404-link a:hover {
    background-color: #2f60a1;
}

/*==================================================================================================
    layout - レイアウト
==================================================================================================*/
.l_container.-bg-light {
    background-color: rgba(24, 49, 82, 0.1);
}

.l_container.-bg-heavy {
    background-color: #183152;
}

.l_box.-bg-body {
    background-color: #fff;
}

/*==================================================================================================
    atom - ボタン
==================================================================================================*/
.a_btn {
    background-color: #183152;
    color: #fff;
}

.a_btn:hover {
    background-color: #244979;
}

.a_btn.-off {
    background-color: rgba(24, 49, 82, 0.1);
    color: inherit;
}

.a_btn.-sub {
    background-color: rgba(24, 49, 82, 0.1);
    color: inherit;
}

/*==================================================================================================
    atom - タグ
==================================================================================================*/
.a_tag:not(.-outline) {
    background-color: #183152;
}

.a_tag.-outline {
    color: #183152;
}

/*==================================================================================================
    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(24, 49, 82, 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(24, 49, 82, 0.1);
}

.e_data-lists.-underline .e_data-list {
    border-color: #CCC;
}

/*==================================================================================================
    unit - 企業情報
==================================================================================================*/
.u_about-copy {
    font-weight: bold;
}

/*==================================================================================================
    unit - 業務実績
==================================================================================================*/
.u_works-archive-title {
    font-weight: bold;
}

/*==================================================================================================
    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: #183152;
}
