@charset "utf-8";

.smb-section__title {
    --_font-size-level: 3;
}

/* header */
@media (min-width: 64em) {

	[data-scrolled="false"] .l-1row-header__branding .logoTop + .custom-logo-link {
		display: none;
	}
	/* スクロールしていな状態ではカラーロゴ非表示 */

	[data-scrolled="true"] .l-1row-header__branding .logoTop {
		display: none;
	}
	/* スクロールしたら白ロゴを非表示 */

}

/* フッターは白ロゴ */
.l-footer__body .logoTop + .custom-logo-link {
	display: none;
}


/* メイン */
.main_img .smb-section__header {
    color: #fff;
    text-shadow: 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494;
    font-family: "Sawarabi Mincho";
}
.main_img .smb-section__title {
    letter-spacing: .75rem;
}
.main_img .smb-section__lede {
    letter-spacing: .2rem;
}

.home .service_list .c-entry-summary__meta,
.home .service_list .c-entry-summary__term,
.post-type-archive-works .c-entry-summary__content,
.post-type-archive-works .c-entry-summary__meta,
.post-type-archive-works .c-entry-summary__term,
.tax-service_class .c-entry-summary__content,
.tax-service_class .c-entry-summary__meta,
.tax-service_class .c-entry-summary__term,
.single-works .c-meta,
.single-works .p-related-posts .c-entry-summary__term,
.single-works .p-related-posts .c-entry-summary__meta {
    display: none;
}


/* ページヘッダー画像にフィルター */
.c-page-header__bgimage::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
}
.c-page-header__title {
    letter-spacing: .75rem;
    text-indent: .75rem;
    text-shadow: 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494, 0px 0px 10px #949494;
    text-align: center;
}
.c-page-header__title:after {
    display: block;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    margin-top: 10px;
    text-indent: .75rem;
}


/* スタッフ一覧 */
.c-entry-summary--type-staff {
    text-align: center;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}
.c-entry-summary__content {
    padding-bottom: calc(var(--_space, 1.8rem) * .5 * var(--_margin-scale, 1));
}



/* 施工一覧 - サービスタグ表示 */
.c-entry-summary-works .c-entry-summary__figure span:nth-of-type(2){
  top: 2.5em;
}

.c-entry-summary-works .c-entry-summary__figure span:nth-of-type(3){
  top: 5em;
}

.c-entry-summary-works .c-entry-summary__figure span:nth-of-type(4){
  top: 7.5em;
}

.c-entry-summary-works .c-entry-summary__figure span:nth-of-type(n + 5){
  display:none;
}



/* お問い合わせ */
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}


/*
 * フッター
 */
.l-footer__body {
    background: rgb(0,135,207); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,135,207,1) 0%, rgba(40,116,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,135,207,1) 0%,rgba(40,116,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,135,207,1) 0%,rgba(40,116,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087cf', endColorstr='#2874fc',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
}


