@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	/* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	/* font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-weight: 400;
}

/* ==================================================
タグ
================================================== */
a[href^="tel:"] {
	color: inherit;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ==================================================
テーブル
================================================== */
.styled-table01 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
	border-top: 1px solid #000000;
}

.styled-table01:first-child {
	margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #111111;
}

.styled-table01 th {
	width: 35%;
	font-weight: 600;
	text-align: center;
}

.styled-table01 thead th {
}

.styled-table01 caption {
	text-align: center;
	font-size: 20px;
}


.styled-table02 {
	width: 100%;
	margin: 1em 0;
	line-height: 1.7;
	border-top: 1px solid #FFFFFF;
}

.styled-table02:first-child {
	margin-top: 0;
}

.styled-table02 th,
.styled-table02 td {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	font-weight: 600;
}

.styled-table02 th,
.styled-table02 td {
	padding: 18px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	font-weight: 600;
}

.styled-table02 th {
	width: 35%;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}

.styled-table02 thead th {
}

.styled-table02 caption {
	text-align: left;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.styled-table02 {
		width: 100%;
		margin: 1em 0;
		line-height: 1.7;
		border-top: 0px;
	}

	.styled-table02 th {
		padding: 10px 10px 10px 25px;
		border-bottom: 0px;
		background-color: #000000;
		text-align: left;
	}

	.styled-table02 td {
		border-bottom: 0px;
		padding: 10px 0 10px 25px;
		margin-bottom: 30px;
		/* background-color: rgba(0, 0, 0, 0.5); */

	}
}

@media screen and (max-width: 640px) {
	.styled-table02 {
		width: 100%;
		margin: 1em 0;
		line-height: 1.7;
		border-top: 0px;
	}

	.styled-table02 th {
		padding: 10px 10px 10px 25px;
		border-bottom: 0px;
		background-color: #707070;
		text-align: left;
	}

	.styled-table02 td {
		border-bottom: 0px;
		padding: 10px;
		margin-bottom: 30px;
		/* background-color: rgba(0, 0, 0, 0.5); */

	}
}

/* ==================================================
リンク
================================================== */

a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.7;
}


/* ==================================================
ヘッダー
================================================== */
.global-header {
}

.header-inner {
	max-width: 1080px;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */
.header-fix-area-wrap {
	height: 120px; /* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
	width: 100%;
	background: #fff; /* ヘッダーの固定部分の背景 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-sizing: border-box;
	height: 120px;
}

@media screen and (max-width: 768px) {
	.header-fix-area-wrap {
		height: auto;
	}

	.header-fix-area {
		position: static;
	}
}

/* h1
-------------------------------------------------- */
.header-description {
	width: 100%;
	padding: 8px 0;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
}

/* 問い合わせ
-------------------------------------------------- */
.header-contacts {
	position: absolute;
	top:0;
	right: 0;
}

.header-contacts li {
	margin: 0 0 0 15px;
	font-size: 22px;
}

/* 電話番号 */
.header-contacts .tel a {
	text-decoration: none;
}

/* メール */
.header-contacts .mail a {
	padding: 5px 40px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	background: #111111;
	display: block;
}

/* グローバルナビ
-------------------------------------------------- */
.header-nav {
	background: #FFFFFF;
}

.nav_inner {
	max-width: 1080px;
	display: flex;
	justify-content: center;
	margin: 30px auto 0;
}

.header-nav ul {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-nav li {
	flex-grow: 1;
}

.header-nav a {
	padding: 0 25px;
	/* line-height: 60px; */
	color: inherit;
	font-size: 15px;
	text-decoration: none;
	display: block;
	letter-spacing: 2px;
	font-weight: 500;
}

.header-nav a:hover {
	opacity: 0.7;
}

.nav_r a {
	margin-right: 150px;
	padding-right: 0;
}

.nav_l a {
	margin-left: 150px;
	padding-left: 0;
}

.first_nav a {
	padding-left: 0;
}

.last_nav a {
	padding-right: 0;
}

.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 190px;
}

.sp_nav {
	display: none;
}

@media screen and (max-width: 910px) {
	.nav_r a {
		margin-right: 120px;
		padding-right: 0;
	}

	.nav_l a {
		margin-left: 120px;
		padding-left: 0;
	}
	.header-nav a {
		padding: 0 13px;
		color: inherit;
		font-size: 15px;
		text-decoration: none;
		display: block;
	}
	.first_nav a {
		padding-left: 0;
	}

	.last_nav a {
		padding-right: 0;
	}

	.header-logo {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 190px;
	}

	.header-logo img {
		width: 80%;
	}


}

@media screen and (max-width: 768px) {
	.sp_nav {
		display: block;
	}
}


/* メインビジュアル
-------------------------------------------------- */
.header-main-visual {
	height: calc(95vh - 120px);
	overflow: hidden;
	transition: all 0.5s;
}

.header-main-visual:not(.catch) {
	width: 100%;
}
.catch {
	width: 100%;
	height: inherit;
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-sub-visual {
	display: flex;
	justify-content: center;
	align-items: center;	
	width: 100%;
	height: 360px;
	background: url(../img/sub_visual.jpg) center center / cover no-repeat;
}

@media screen and (max-width: 768px) {

	.header-sub-visual {
		height: 60vw;
	}

}

/* スマホ
-------------------------------------------------- */

@media screen and (max-width: 1850px) {
	.js-slick-fade {
		width: 200%;
		overflow: hidden;
		text-align: right;
	}
}

@media screen and (max-width: 1450px) {
	.js-slick-fade {
		margin-left: -300px;
	}
}

@media screen and (max-width: 768px) {
	.header-inner {
		margin: 0;
		padding: 0 10px;
		display: block;
		height: 96px;
	}

	.header-description,
	.header-contacts,
	.header-nav {
		display: none;
	}

	/* ロゴ */
	.header-logo {
		top: 0px;
		text-align: center;
	}

	.header-fix-area {
		height: 96px;
	}

	.header-main-visual {
		height: calc(80vh - 120px);
		overflow: hidden;
	}

	.nav_l a {
		margin-left: 0px;
		padding-left: 0;
	}

	.js-slick-fade {
		margin-left: -200px;
	}

	.catch {
		align-items: flex-start;
		margin-top: 35%;
	}
}

@media screen and (max-width: 640px) {
	.header-main-visual {
		height: 340px;
		overflow: hidden;
	}
}



/* ==================================================
フッター
================================================== */
.global-footer {
	background: #f1f1f1;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.footer-inner {
		padding: 20px;
		flex-direction: column;
		justify-content: center;
	}
}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
	margin: 0 0 20px;
}

/* 会社概要
-------------------------------------------------- */
.footer-about {
	text-align: left;
}

.footer-about li {
	margin: 0 0 15px;
	line-height: 1.2;
}

/* 電話番号 */
.footer-about .tel {
	font-size: 22px;
	color: inherit;
	font-weight: 600;
	letter-spacing: .1em;
	text-decoration: none;
}

.footer-about .fax {
	font-size: 20px;
}

.footer-about .tel a {
	color: inherit;
	font-weight: 600;
	letter-spacing: .1em;
}

/* 所在地 */
.footer-about .address {
}

@media screen and (max-width: 768px) {
	.footer-about {
		text-align: center;
	}
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
	padding: 8px;
	line-height: 1.3;
	text-align: center;
	font-size: 10px;
	display: block;
}

.footer-copyright a {
	color: inherit;
}

/* ==================================================
セクション
================================================== */

.section .section-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.section {
	}

	.section .section-inner {
		padding: 60px 20px;
	}
}


/* ==================================================
事業内容
================================================== */
#business p {
	text-align: center;
	line-height: 2.5;
	letter-spacing: 1px;
}

.business-list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.business-list01 li {
	width: calc((100% - 80px) / 2);
	margin: 0 45px 80px 0;
}

.business-list01 li img{
	width: 100%;
}

.business-list01 li:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.business-list01 li {
		width: calc((100%) / 1);
		margin: 0 0px 45px 0;
	}

	.business-list01 li:nth-child(2n) {
		margin-right: 0;
	}

}

#business a:hover {
	transition: all 0.5s;
	opacity: 1;
}

#business .business-list01 p {
	text-align: left;
	line-height: 1.8;
	letter-spacing: 1px;
	margin-top: 20px;
}

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #111111;
	color: #FFF;
	margin-top:25px;
	letter-spacing: 2px;
	padding: 10px 0;
}

.btn a:hover {
	opacity: 0.7!important;
}



@media screen and (max-width: 640px) {
	#business p {
		text-align: left;
	}

}

/* ==================================================
施工事例
================================================== */
#works h3 {
	color: #FFFFFF;
}

#works h3 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #FFFFFF;
	margin: 25px auto 0;
}

.works-bg {
	height: auto; /* 任意の高さを入力 */
	background: url(../img/works_bg.jpg) top center / cover no-repeat;
}

@media screen and (max-width: 768px) {
	.works-bg  {
		min-height: 50vh; /* スマホ表示時の高さ上限は画面高さの50%まで*/
	}
}

.works-list {
	display: flex;
	flex-wrap: wrap;
}

.works-list li {
	position: relative;
	width: 330px;
	height: 270px;
	margin: 0 45px 50px 0;
	overflow: hidden;
}

.works-list li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 150%;
	max-height: 150%;
}

.case-section .btn {
	width: 150px;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: solid 1px #fff;
	box-sizing: border-box;
}

.works-list li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.works-list li {
		width: calc((100% - 20px) / 3);
		margin: 0 10px 5px 0;
	}

	.works-list li:nth-child(3n) {
		margin-right: 0;
	}

	.works-list li img {
		position: static;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		max-width: 100%;
		max-height: 100%;
	}

}

@media screen and (max-width: 640px) {
	.works-list li {
		width: calc(100% / 1);
		margin: 0 0px 30px 0;
	}

	.works-list li img {
		width: 100%;
	}

	.works-list li:nth-child(3n) {
		margin-right: 0;
	}
}



/* ==================================================
会社概要
================================================== */
#company  {
	background: #ededed;
}

.map {
	border: 1px solid #111111;
	height: 450px;
	margin-top: 50px;
}


/* ==================================================
募集要項
================================================== */

#recruit .section-inner {
	padding-bottom: 0;
}


#recruit::after {
	content: "";
	display: block;
	height: 950px;
	background: url(../img/recruit_bg.jpg)no-repeat center bottom;
}


@media screen and (max-width: 768px) {
	#recruit::after {
		height: 500px;
    background: url(../img/recruit_bg.jpg)no-repeat bottom / cover;
    background-size: 134%;
	}

}

@media screen and (max-width: 640px) {
	#recruit::after {
		height: 330px;
    background: url(../img/recruit_bg.jpg)no-repeat bottom / cover;
    background-size: 160%;
	}

}

/* ==================================================
パンくずリスト
================================================== */
.breadcrumbs-list {
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 25px;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	box-sizing: border-box;
}

.breadcrumbs-list li:not(:last-child) {
	background: url(../img/icon_arrow03.png) right center no-repeat;
	margin: 0 7px 0 0;
	padding: 0 10px 0 0;
}

@media screen and (max-width: 768px) {

	.breadcrumbs-list {
		width: 100%;
	}

}

/* ==================================================
コラム
================================================== */

.column-list-item dt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media screen and (max-width: 640px) {
	#anc-contact {
		background: #111111!important;
	}
	.parallax-window {
		background: url(../img/works_bg.jpg) top center / cover no-repeat;
	}
}


#anc-contact h3 {
	color: #FFFFFF;
}

#anc-contact h3 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #FFFFFF;
	margin: 25px auto 0;
}

dl {
	display: flex;
	margin-bottom: 30px;
}

dt {
	padding-left: 20px;
}


/* 見出し
-------------------------------------------------- */
h3 {
	margin: 0 0 50px;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 5px;
}

h3 span {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
	width: 100%;
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
	margin: 10px 0 25px;
	text-transform:uppercase;
}

h3 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #111111;
	margin: 25px auto 0;
}



h4 {
	margin: 0 0 20px;
	padding: 8px;
	line-height: 1.3;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 5px;
	border-bottom: 1px solid #FFFFFF;
}

/* .lower .column
-------------------------------------------------- */
.page-column .area-inner {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 10px 80px;
	box-sizing: border-box;
}

.page-column .section a:hover {
	opacity: 0.8;
}

.page-column .section-heading {
    margin-bottom: 30px;
    padding: 12px 15px;
    line-height: 1.2;
    color: #fff;
    font-size: 22px;
    background: #111111;
    box-sizing: border-box;
}

.page-column .section-area.index .section-heading {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-column .section-content {
	margin-bottom: 30px;
}

.page-column .section:last-child .section-content {
	margin-bottom: 0;
}

.page-column .description {
    padding-bottom: 6px;
    line-height: 1.2;
    font-size: 20px;
    border-bottom: solid 1px #000;
}

.page-column .section-area.index .description p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-column .section-area.detail .description {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

	.page-column .area-inner {
		width: 100%;
	}

}

/* ==================================================
ページネーション
================================================== */
.pagenation {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
}

.pagenation li {
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	text-align: center;
	background: #aaa;
}

.pagenation li > * {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

.pagenation li:hover,
.pagenation li.current {
	background: #000;
}

/* 記事情報
------------------------- */
.post-info-wrap {
	margin: 0 0 16px;
	overflow: hidden;
}

.post-info-wrap .post-info-item {
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
	background: left top 4px no-repeat;
	float: left;
}

.post-info-wrap .post-info-item-date {
	background-image: url(../img/icon_calendar.png);
}

.post-info-wrap .post-info-item-tag {
	background-image: url(../img/icon_tag.png);
}

/* タグリスト */
.post-tag-list {
	overflow: hidden;
}

.post-tag-list li {
	margin: 0 5px 0 0;
	float: left;
}

.post-tag-list li:not(:last-child):after {
	content: ',';
}

/* SNSシェアボタン
------------------------- */
.share-btn-list {
	margin: 0 0 16px;
	text-align: right;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
}

.share-btn-list li {
	margin: 0 0 0 8px;
	vertical-align: top;
	display: inline-block;
}

/* 詳細ページ用　前後の記事
------------------------- */
.prev-next-post {
	display: flex;
	justify-content: space-between;
}

.prev-next-post div {
	width: calc(50% - 4px);
}

.prev-next-post a {
	padding: 0 20px;
	line-height: 96px;
	border: 1px solid #e6e6e6;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.prev-next-post .prev-post a {
	padding-left: 47px;
	background: url(../img/icon_arrow02.png) left 20px center no-repeat;
}

.prev-next-post .next-post a {
	padding-right: 47px;
	background: url(../img/icon_arrow01.png) right 20px center no-repeat;
}

.prev-next-post a:hover {
	text-decoration: none;
	background-color: #fafafa;
}

/* その他
-------------------------------------------------- */
/* 投稿日 */
.post-date {
	margin: 0 0 15px;
	padding: 1px 0 0 12px;
	font-size: 13px;
	background: url(../images/common/icon_arrow03.png) left center no-repeat;
	display: block;
}

/* テキストボタン */
.text-btn {
	margin-top: 16px;
	text-align: right;
}
.text-btn a {
	width: 200px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: url(../images/common/icon_arrow01_white.png) right 16px center no-repeat #54a2dc;
	display: inline-block;
}

.text-btn a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #26b99a;
}


/* ==================================================
サイトマップ
================================================== */
.sitemap-list li {
	padding: 0 0 0 20px;
	line-height: 45px;
	border-bottom: 1px solid #aaa;
	background: url(../images/common/icon_arrow01.png) left 5px center no-repeat;
}

.sitemap-list a {
	color: inherit;
}
