@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(0, 71, 168, 0.9);
}

.header-fatnav {
    background: rgba(0, 71, 168, 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(0, 71, 168, 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: #0047A8;
}

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

/*==================================================================================================
    会社概要
==================================================================================================*/
.profile-list:nth-child(odd) .profile-list__label,
.profile-list:nth-child(odd) .profile-list__body {
    background-color: rgba(0, 71, 168, 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;
    }
}

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

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

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

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

/*==================================================================================================
    layout - レイアウト
==================================================================================================*/
.l_container.-bg-light {
    background-color: rgba(0, 71, 168, 0.1);
}

.l_container.-bg-heavy {
    background-color: #0047A8;
}

.l_box {
    border-radius: 4px;
}

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

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

.a_btn:hover {
    background-color: #005ddb;
}

.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(0, 71, 168, 0.1);
    color: inherit;
}

.a_btn.-sub {
    background-color: rgba(0, 71, 168, 0.1);
    color: inherit;
}

.a_btn-sns.-line.-color {
    background-image: url("../../_standard/img/common/sns-ico-line-color.svg");
}

.a_btn-sns.-line.-black {
    background-image: url("../../_standard/img/common/sns-ico-line-black.svg");
}

.a_btn-sns.-line.-white {
    background-image: url("../../_standard/img/common/sns-ico-line-white.svg");
}

.a_btn-sns.-twitter.-color {
    background-image: url("../../_standard/img/common/sns-ico-twitter-color.svg");
}

.a_btn-sns.-twitter.-black {
    background-image: url("../../_standard/img/common/sns-ico-twitter-black.svg");
}

.a_btn-sns.-twitter.-white {
    background-image: url("../../_standard/img/common/sns-ico-twitter-white.svg");
}

.a_btn-sns.-facebook.-color {
    background-image: url("../../_standard/img/common/sns-ico-facebook-color.svg");
}

.a_btn-sns.-facebook.-black {
    background-image: url("../../_standard/img/common/sns-ico-facebook-black.svg");
}

.a_btn-sns.-facebook.-white {
    background-image: url("../../_standard/img/common/sns-ico-facebook-white.svg");
}

.a_btn-sns.-instagram.-color {
    background-image: url("../../_standard/img/common/sns-ico-instagram-color.svg");
}

.a_btn-sns.-instagram.-black {
    background-image: url("../../_standard/img/common/sns-ico-instagram-black.svg");
}

.a_btn-sns.-instagram.-white {
    background-image: url("../../_standard/img/common/sns-ico-instagram-white.svg");
}

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

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

.a_tag.-outline {
    color: #0047A8;
}

/*==================================================================================================
    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(0, 71, 168, 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(0, 71, 168, 0.1);
}

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

/*==================================================================================================
    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(0, 71, 168, 0.1)));
    background: -webkit-linear-gradient(transparent 60%, rgba(0, 71, 168, 0.1) 60%);
    background: linear-gradient(transparent 60%, rgba(0, 71, 168, 0.1) 60%);
}

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

/*==================================================================================================
    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: #0047A8;
}
