@charset "UTF-8";
/*ヘッダー・採用情報*/
.global-nav-link.is-cta {
    background: #006428;
}
/*メインビジュアル・キャッチコピー*/
.main-visual-box:before {
    background: #006428;
}
/*suggest*/
.cta-title {
    color: #006428;
}
.button {
    background: #006428;
}
.button:hover {
	background: #1E862B;
}
/*フッター*/
.footer {
    background: #006428;
}
/*トップページ・セクション見出し*/
.section-horizontal-header-inner:before {
    background: #006428;
}
.section-horizontal-heading {
    color: #006428;
}
/*トップページ・セクションタイトル*/
.section-vertical-heading {
    color: #006428;
}
.section-vertical-header:after {
    background: #006428;
}
.cta-visual-comment {
    color: #006428;
}
/*news・バッジ*/
.badge.is-inverse {
    background: #fff;
    border: 1px solid #006428;
}
.headline-badge-news {
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    vertical-align: text-top;
    line-height: 1;
    font-weight: 700;
}

.badge {
    padding: 3px 10px;
    color: #006428;
    background: #eaf6ff;
    border-radius: 3px;
}
/*グローバルナビ*/
.global-nav-link:after {
    background: #006428;
}
/*エントリー・タイトル*/
.entry-column h2.heading-primary:before {
    background: #006428;
}

.card-title, .entry-column .card-title {
    margin: 0 0 15px;
    line-height: 1.3;
    color: #2A1E86;
    font-size: 18px;
}
.card-read-more:after, .entry-column .card-read-more:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    background: #2A1E86 no-repeat;
    background-image: url(/themes/utsuwa/images/arrow-border-white.svg?v=20201224210109);
    background-position: 50%;
    background-size: 5px 10px;
    border-radius: 100%;
}
.card-bordered-title, .entry-column .card-bordered-title {
    margin: 0 0 15px;
    line-height: 1.3;
    color: #2A1E86;
    font-size: 18px;
}
.card-bordered-read-more:after, .entry-column .card-bordered-read-more:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    background: #2A1E86 no-repeat;
    background-image: url(/themes/utsuwa/images/arrow-border-white.svg?v=20201224210109);
background-position: 50%;
    background-size: 5px 10px;
    border-radius: 100%;
    }

   .media-link {
    border-left: 4px solid #006428;
}
.media-read-more:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    background: #006428 no-repeat;
    background-image: url(/themes/utsuwa/images/arrow-border-white.svg?v=20201224210109);
    background-position: 50%;
    background-size: 5px 10px;
    border-radius: 100%;
}

.heading-lg.heading-primary:before {
    background: #006428;
}
.form-step-item.is-current:before {
    background: #006428;
}
.form-step-item, .form-step-item:before {
    color: #006428;
}
/*スマホ用ナビメニュー*/
.nav-menu-btn {
    background: #006428;
}