@charset "utf-8";
/* CSS Document */

/*--------------------------------------
	基本設定
----------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a:link {
	text-decoration: none;
}
li {
	list-style: none;
}
p {
	text-align: justify;
	color: #222;
	line-height: 1.5em;
}

/*--------------------------------------
	SP
----------------------------------------*/
@media only screen and (max-width:1119px) {
	/*--------------------
		BASE
	--------------------*/
	#nav-switcher,
	#lower-switcher {
		display: none;
	}

	/*--------------------
		COMMON
	--------------------*/
	.filter {
		height: 380px;
		background: url(../img/common/filter.png);
	}
	h2 img {
		margin: 0 auto;
	}
	.btn {
		width: 170px;
		height: 44px;
		margin: 0 auto;
	}

	/*--------------------
		HEADER
	--------------------*/
	#global-header {
		background: #fff;
		padding: 5px 0;
	}
	h1 {
		width: 236px;
		height: 50px;
		margin: 0 auto;
	}

	/*--------------------
		MAIN
	--------------------*/
	.bgsw {
		height: 60vh;
		background-position: center center;
		background-size: cover;
	}
	.contents {
		display: none;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		width: 100%;
		position: absolute;
		top: 60px;
	}
	#global-navi #controller {
		position: absolute;
		top: -50px;
		right: 2%;
	}
	#global-navi #controller img {
		width: 31px;
		height: 40px;
	}
	#global-navi #menu {
		width: 100%;
		background: rgba(34, 34, 34, 0.8);
	}
	#global-navi #menu img {
		display: none;
	}
	#global-navi #menu p {
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 40px;
	}
	#global-navi #menu .lower-menu label {
		width: 100%;
		letter-spacing: 0.1em;
		color: #fff;
		line-height: 40px;
	}
	#global-navi #menu .lower-menu label i {
		color: #853414;
		margin: 0 0 0 5px;
	}
	#global-navi .child {
		margin: 0;
		background: rgba(255, 255, 255, 0.2);
	}
	#global-navi li a,
	#global-navi #menu .lower-menu label {
		display: block;
		height: 0;
		overflow: hidden;
		text-align: center;
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}
	#nav-switcher:checked + #menu .upper-menu a,
	#nav-switcher:checked + #menu .lower-menu label,
	#lower-switcher:checked + .child li a {
		height: 40px;
		box-sizing: border-box;
		border-bottom: 1px solid #ccc;
	}
	#global-navi li a {
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: 0.1em;
	}
	#global-navi li a img {
		padding: 14px 0;
		margin: 0 auto;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	.concept {
		width: 100%;
		overflow: hidden;
		margin: 40px 0 65px;
	}
	.c-l {
		background: url(../img/top/concept_left.png) no-repeat center center;
		background-size: cover;
		padding-right: 320px;
		position: relative;
	}
	.c-r {
		display: none;
	}
	.c-l .box {
		width: 320px;
		background: rgba(255, 255, 255, 0.46);
		padding: 60px 0;
		margin-left: 320px;
		position: absolute;
		right: 0;
	}
	.c-l .box p {
		text-align: center;
		color: #222;
		font-size: 14px;
		line-height: 36px;
		margin: 30px 0 44px;
	}

	/*--------------------
		CONSTRUCTION
	--------------------*/
	.construction {
		padding: 0 5px;
	}
	.construction dl {
		width: 170px;
		margin: 60px auto 0;
	}
	.construction dt img {
		margin: 0 auto 30px;
	}

	/*--------------------
		ABOUT
	--------------------*/
	.about {
		width: 100%;
		overflow: hidden;
		margin: 80px 0;
	}
	.a-l {
		display: none;
	}
	.a-r {
		background: url(../img/top/about_right.png) no-repeat left -380px center;
		background-size: cover;
	}
	.a-r .filter {
		margin-left: 320px;
	}
	.a-r .box {
		float: left;
		width: 320px;
		background: rgba(34, 34, 34, 0.75);
		padding: 60px 0;
		margin-left: -320px;
	}
	.a-r p {
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 36px;
		margin: 31px 0 45px;
	}

	/*--------------------
		BLOG
	--------------------*/
	.blog {
		padding: 0 10px;
		margin: 0 auto 80px;
	}
	.blog h2 {
		padding-bottom: 40px;
		border-bottom: 5px solid #909090;
		margin-bottom: 40px;
	}
	.blog dl {
		width: 238px;
		margin: 0 auto 40px;
	}
	.blog dl:nth-child(n+3) {
		display: none;
	}
	.blog dt img {
		object-fit: cover;
		width: 238px;
		height: 157px;
	}
	.blog .ttl {
		height: 52px;
		overflow: hidden;
		padding: 5px 9px;
		border-bottom: 5px solid #bcbcbc;
	}
	.blog .ttl a {
		display: inline-block;
		color: #626262;
		line-height: 26px;
		letter-spacing: 0.05em;
	}
	.blog .date {
		text-align: center;
		color: #222;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.2em;
		border-bottom: 1px solid #222;
	}

	/*--------------------
		FOOTER
	--------------------*/
	#global-footer {
		background: url(../img/common/footer_bg.png) no-repeat left center;
		background-size: cover;
		padding-top: 60px;
	}
	.logo {
		width: 236px;
		height: 50px;
		margin: 0 auto 60px;
	}
	.belt {
		max-width: 560px;
		background: rgba(34, 34, 34, 0.75);
		margin: 0 auto;
	}
	.info {
		padding: 0 5px;
	}
	.info a {
		display: block;
		max-width: 356px;
		margin: 20px auto 0;
	}
	.info p {
		text-align: center;
		color: #fff;
		font-size: 14px;
		margin: 8.5px 0 15.5px;
	}
	.banner {
		float: right;
	}
	.footer-nav {
		margin: 40px auto;
	}
	.footer-nav li {
		text-align: center;
		color: #222;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 24px;
	}
	.footer-nav li:before {
		content: "｜";
	}
	.footer-nav li:after {
		content: "｜";
	}
	.footer-nav li:last-child {
		margin: 0;
	}
	.footer-nav li a {
		color: #222;
		margin: 0 19px;
	}
	.copy {
		background: #222;
	}
	.copy p {
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 33px;
	}
	.copy a {
		color: #fff;
	}



/*
	LOWER
----------------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.lower-h2 {
		background: url(../img/common/h2_bg.png) no-repeat center center;
		background-size: cover;
	}
	.lower-h2 .filter {
		height: auto;
	}
	.lower-h2 img {
		padding: 100px 0;
	}
	.lower {
		max-width: 800px;
		background: url(../img/common/polished_works.png) no-repeat center center;
		background-size: auto;
		padding: 0 5px;
		margin: 60px auto 80px;
	}
	h3 {
		line-height: 1.5em;
		padding: 5px;
		border-left: 5px solid #853414;
		border-bottom: 1px solid #222;
		margin-bottom: 20px;
	}
	h4 {
		background: #ccc;
		color: #fff;
		line-height: 1.5em;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.lower-box01 {
		margin-bottom: 40px;
	}
	i {
		margin-right: 5px;
	}

	/*--------------------
		COMMON
	--------------------*/

	/*--------------------
		CONCEPT
	--------------------*/
	#concept img {
		margin: 0 auto 20px;
	}
	#concept p {
		text-align: center;
		line-height: 2.5em;
	}

	/*--------------------
		MENU
	--------------------*/
	#service dl {
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 5px;
	}
	#service dt {
		float: left;
	}
	#service dd {
		float: right;
	}

	/*--------------------
		FLOW
	--------------------*/
	#flow .lower-box01 {
		margin: 0 auto 10px;
	}
	#flow .lower-box01 p {
		text-align: center;
	}
	#flow img {
		opacity: 0.8;
		margin: 0 auto 10px;
	}
	#flow span {
		display: inline-block;
		background: #853414;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		padding: 5px 10px;
		margin: 10px 0 20px;
	}
	#flow a {
		text-decoration: underline;
		color: #222;
	}
	.arrow {
		text-align: center;
		color: #853414;
		font-size: 100px;
		line-height: 1em;
		margin-bottom: 20px;
		opacity: 0.9;
	}

	/*--------------------
		WORKS
	--------------------*/
	#works li:nth-child(n+4) {
		display: none;
	}
	.gallery {
		font-size: 0;
		letter-spacing: 0;
	}
	.gallery li {
		width: 32%;
		margin: 0 0 8px;
		font-size: 13px;
		vertical-align: top;
		display: inline-block;
	}
	.gallery li:nth-child(3n+2) {
		margin: 0 2% 8px;
	}

	/*--------------------
		COMPANY
	--------------------*/
	#company p {
		line-height: 2em;
	}
	#company table {
		width: 100%;
		max-width: 560px;
		color: #222;
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#company th {
		width: 30%;
		background: rgba(34, 34, 34, 0.1);
		vertical-align: middle;
		padding: 5px 10px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#company td {
		vertical-align: middle;
		padding: 5px 10px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#company td a {
		text-decoration: underline;
		color: #222;
	}
	#company .msg {
		max-width: 630px;
		color: #666;
		font-size: 14px;
		line-height: 1.5em;
		margin: 20px auto 0;
	}

	/*--------------------
		RECRUIT
	--------------------*/
	#recruit table {
		width: 100%;
		max-width: 560px;
		color: #222;
		font-size: 14px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#recruit th {
		width: 30%;
		background: rgba(34, 34, 34, 0.1);
		vertical-align: middle;
		padding: 5px 10px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#recruit td {
		vertical-align: middle;
		padding: 5px 10px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#recruit td a {
		color: #222;
	}

	/*--------------------
		BLOG
	--------------------*/
	#blog .pc {
		display: none;
	}

	/*--------------------
		CONTACT
	--------------------*/
	#contact table {
		width: 100%;
		max-width: 560px;
		background: rgba(34, 34, 34, 0.1);
		color: #222;
		font-size: 13px;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 30%;
		vertical-align: middle;
		padding: 5px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#contact td {
		vertical-align: middle;
		padding: 5px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	.conf {
		color: #222;
		font-weight: normal;
	}

	/*--------------------
		SITE MAP
	--------------------*/
	#site li {
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#site li i {
		color: #853414;
	}
	#site li a {
		color: #222;
	}

	/*--------------------
		PRIVACY POLICY
	--------------------*/
	#privacy li {
		color: #222;
		font-size: 14px;
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 5px;
	}
	#privacy li i {
		color: #853414;
	}

	/*--------------------
		ERROR
	--------------------*/
	#error a {
		text-decoration: underline;
		color: #853414;
		font-weight: bold;
	}



	/*==================================================
		CMS COMMON
	================================================== */
	/*--------------------
		CONTACT
	--------------------*/
	/* INPUT BOX
	----------------------------------------*/
	.input-big,
	.input-mid,
	.input-min {
		line-height: 1.5em;
		padding: 5px;
		box-sizing: border-box;
	}
	.input-big {
		width: 100%;
	}
	.input-mid {
		width: 70%;
	}
	.input-min {
		width: 50px;
	}

	.g-recaptcha div{
        margin: 0 auto;
        margin-bottom: 25px;
    }

	input[type="submit"] {
       -webkit-appearance: none;
       border-radius: 0;
    }
	/* REQUIRED
	----------------------------------------*/
	.required-mark {
		padding: 1px 3px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		border-radius: 5px;
		background: #f00;
	}
	/* AUTHENTICATION
	----------------------------------------*/
	.captcha-wrap a {
		display: block;
		width: 32px;
		height: 32px;
		margin: 10px 0;
	}
	/* ERROR MESSAGE
	----------------------------------------*/
	.error-text {
		margin: 0 0 5px;
		color: #f00;
		font-size: 13px;
	}
	/* BUTTON
	----------------------------------------*/
	.contact-submits {
		padding: 40px 0 0;
		text-align: center;
	}
	
	.contact-submits input {
		margin: 0 5px;
		padding: 5px;
	}

	.g-recaptcha div{
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
	/* ERROR
	----------------------------------------*/
	.sec-error-text {
		line-height: 50px;
		text-align: center;
		color: #f00;
		font-size: 16px;
		border: 2px solid #f00;
	}

	/*--------------------
		BLOG and NEWS
	--------------------*/
	/* HEADING
	----------------------------------------*/
	.post-data {
		height: 21px;
		color: #853414;
		margin: 0 0 10px;
		line-height: 21px;
		font-size: 0;
	}
	.post-data li {
		margin: 0 8px 0 0;
		padding: 0 8px 0 0;
		font-size: 13px;
		display: inline-block;
	}
	.item-date {
		color: #853414;
		margin: 0 0 10px;
		padding: 0 0 0 5px;
		font-size: 14px;
		display: block;
	}
	.item-date i {
		color: #853414;
	}
	.text-area {
		max-height: 72px;
		overflow: hidden;
	}
	.text-area img {
		display: none;
	}
	.text-more {
		letter-spacing: 0.1em;
		color: #fff;
		margin-top: 20px;
		text-align: right;
	}
	.text-more a {
		display: inline-block;
		background: rgba(34, 34, 34, 1);
		color: #fff;
		font-size: 14px;
		padding: 5px 20px;
		border: 1px solid #fff;
	}
	.text-more a i {
		color: #fff;
	}
	/* PAGINATION
	----------------------------------------*/
	.pagination {
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
	}
	.pagination li {
		width: 25px;
		margin: 0 3px;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
		border: 2px solid #853414;
		vertical-align: top;
		display: inline-block;
	}
	.pagination .current {
		color: #fff;
		background: rgba(133, 52, 20, 1);
	}
	.pagination .dot {
		width: 15px;
		margin: 0 1px;
		border: none;
	}
	.pagination li a {
		color: #853414;
		text-decoration: none;
		display: block;
	}
	/* ARCHIVE
	----------------------------------------*/
	.archive {
		max-width: 480px;
		margin: 40px auto 0;
	}
	.archive h3 {
		background: none;
		text-align: center;
		color: #222;
		border: none;
		border-bottom: 3px solid #ccc;
		padding-bottom: 5px;	
		margin-bottom: 10px;
	}
	.archive h3 i {
		color: #853414;
	}
	.archive ul {
		margin: 0 0.5%;
	}
	.archive li {
		float: left;
		width: 33%;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.archive li a {
		text-decoration: underline;
		color: #666;
	}
	/* PREV and NEXT
	----------------------------------------*/
	.paginated-link {
		margin: 35px auto;
		overflow: hidden;
	}
	.paginated-link li {
		letter-spacing: 0.1em;
		text-align: center;
		font-size: 14px;
		box-sizing: border-box;
	}
	.paginated-link li.prev-link {
		float: left;
	}
	.paginated-link li.next-link {
		float: right;
	}
	.paginated-link li a {
		display: inline-block;
		height: 30px;
		background: rgba(34, 34, 34, 1);
		line-height: 30px;
		overflow: hidden;
		color: #fff;
		border: 1px solid #fff;
		padding: 0 30px;
	}
	.paginated-link li a i {
		color: #fff;
		margin: 0;
	}


}


/*--------------------------------------
	PC
----------------------------------------*/
@media only screen and (min-width:1120px) {
	/*--------------------
		BASE
	--------------------*/
	#nav-switcher,
	#lower-switcher,
	#controller {
		display: none;
	}
	.tel {
		pointer-events: none;
		cursor: default;
	}
	.inner {
		width: 1120px;
		margin: 0 auto;
	}

	/*--------------------
		COMMON
	--------------------*/
	.filter {
		height: 380px;
		background: url(../img/common/filter.png);
	}
	h2 img {
		margin: 0 auto;
	}
	.btn {
		width: 170px;
		height: 44px;
		margin: 0 auto;
	}
	.btn:hover {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}

	/*--------------------
		HEADER
	--------------------*/
	#global-header {
		padding: 15px 0;
	}
	h1 {
		width: 425px;
		height: 90px;
		margin: 0 auto;
	}
	h1:hover {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}

	/*--------------------
		MAIN
	--------------------*/
	.bgsw {
		background-position: center center;
		background-size: cover;
		padding: 709px 0 0 50%;
	}
	.contents {
		background: #222;
		margin-left: 313px;
	}
	.contents img {
		margin-left: -24px;
	}

	/*--------------------
		NAVIGATION
	--------------------*/
	#global-navi {
		background: #222;
	}
	#menu {
		width: 798px;
		margin: 0 auto;
		position: relative;
	}
	#global-navi ul li:hover img {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	#global-navi ul li p {
		display: none;
	}
	#global-navi .upper-menu {
		float: left;
		margin: 20.5px 35px;
	}
	#global-navi .lower-menu {
		float: left;
		padding: 20.5px 15px;
		margin: 0 20px;
	}
	/*
		DROP MENU
	--------------------*/
	#global-navi #menu .child{
		display: none;
		position: absolute;
		top: 80px;
		margin-left: -15px;
		z-index: 999;
	}
	#global-navi #menu .child li a {
		display: block;
		width: 154px;
		background: #222;
		text-align: center;
		color: #eee;
		line-height: 49px;
		letter-spacing: 0.1em;
		border-top: 1px solid #fff;
	}
	#global-navi #menu .child li a:hover {
		color: #fff;
		font-weight: bold;
	}

	/*--------------------
		CONCEPT
	--------------------*/
	.concept {
		width: 100%;
		overflow: hidden;
		margin: 40px 0 65px;
	}
	.c-l {
		float: left;
		width: 50%;
		background: url(../img/top/concept_left.png) no-repeat center center;
		background-size: cover;
		padding-right: 380px;
		position: relative;
	}
	.c-r {
		float: right;
		width: 50%;
		height: 380px;
		background: url(../img/top/concept_right.png) no-repeat center center;
		background-size: cover;
		margin-right: -380px;
	}
	.c-l .box {
		width: 380px;
		background: rgba(255, 255, 255, 0.46);
		padding: 60px 0;
		margin-left: 380px;
		position: absolute;
		right: 0;
	}
	.c-l .box p {
		text-align: center;
		color: #222;
		line-height: 36px;
		letter-spacing: 0.1em;
		margin: 30px 0 44px;
	}

	/*--------------------
		CONSTRUCTION
	--------------------*/
	.construction {
		width: 1110px;
		margin: 0 auto;
	}
	.construction dl {
		float: left;
		width: 170px;
		margin: 0 100px;
	}
	.construction dt img {
		margin: 67px auto 60px;
	}

	/*--------------------
		ABOUT
	--------------------*/
	.about {
		width: 100%;
		overflow: hidden;
		margin: 121px 0 80px;
	}
	.a-l {
		float: left;
		width: 50%;
		margin-left: -380px;
	}
	.al-bg {
		height: 380px;
		background: url(../img/top/about_left.png) no-repeat center center;
		background-size: cover;
		margin-left: 380px;
	}
	.a-r {
		background: url(../img/top/about_right.png) no-repeat center center;
		background-size: cover;
		padding-left: 50%;
	}
	.a-r .box {
		float: left;
		width: 380px;
		background: rgba(34, 34, 34, 0.75);
		padding: 60px 0;
		margin-left: -380px;
	}
	.a-r p {
		text-align: center;
		color: #fff;
		line-height: 36px;
		letter-spacing: 0.1em;
		margin: 31px 0 45px;
	}

	/*--------------------
		BLOG
	--------------------*/
	.blog {
		width: 1120px;
		margin: 0 auto 80px;
	}
	.blog h2 {
		padding-bottom: 40px;
		border-bottom: 5px solid #909090;
		margin-bottom: 40px;
	}
	.blog dl {
		float: left;
		width: 238px;
		margin: 0 21px 40px;
	}
	.blog dt img {
		object-fit: cover;
		width: 238px;
		height: 157px;
	}
	.blog dt img:hover {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.blog .ttl {
		height: 52px;
		overflow: hidden;
		padding: 5px 9px;
		border-bottom: 5px solid #bcbcbc;
	}
	.blog .ttl a {
		display: inline-block;
		color: #626262;
		line-height: 26px;
		letter-spacing: 0.05em;
	}
	.blog .ttl a:hover {
		text-decoration: underline;
	}
	.blog .date {
		text-align: center;
		color: #222;
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.2em;
		border-bottom: 1px solid #222;
	}

	/*--------------------
		FOOTER
	--------------------*/
	#global-footer {
		background: url(../img/common/footer_bg.png) no-repeat center center;
		background-size: cover;
		padding-top: 60px;
	}
	.logo {
		width: 425px;
		height: 90px;
		margin: 0 auto 60px;
	}
	.logo:hover {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.belt {
		background: rgba(34, 34, 34, 0.75);
	}
	.info {
		float: left;
	}
	.info img {
		margin: 20px 0 0 119px;
	}
	.info p {
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.2em;
		margin: 8.5px 0 0 118px;
	}
	.banner {
		float: right;
	}
	.banner:hover {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.footer-nav {
		width: 515px;
		margin: 40px auto;
	}
	.footer-nav li {
		float: left;
		color: #222;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.footer-nav li:before {
		content: "｜";
	}
	.footer-nav li:last-child:after {
		content: "｜";
	}
	.footer-nav li a {
		color: #222;
		margin: 0 19px;
	}
	.footer-nav li a:hover {
		text-decoration: underline;
	}
	.copy {
		background: #222;
	}
	.copy p {
		text-align: center;
		color: #fff;
		font-size: 14px;
		line-height: 33px;
		letter-spacing: 0.1em;
	}
	.copy a {
		color: #fff;
	}
	.copy a:hover {
		opacity: 0.8;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}



	/*
		LOWER
	----------------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.lower-h2 {
		background: url(../img/common/h2_bg.png) fixed no-repeat center bottom;
		background-size: cover;
	}
	.lower-h2 .filter {
		height: auto;
	}
	.lower-h2 img {
		padding: 151.5px 0;
	}
	.lower {
		width: 1120px;
		background: url(../img/common/polished_works.png) no-repeat center center;
		background-size: auto;
		margin: 60px auto 80px;
	}
	h3 {
		line-height: 1.5em;
		padding: 5px;
		border-left: 5px solid #853414;
		border-bottom: 1px solid #222;
		margin-bottom: 20px;
	}
	h4 {
		background: #ccc;
		color: #fff;
		line-height: 1.5em;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.lower-box01 {
		margin-bottom: 40px;
	}
	i {
		margin-right: 5px;
	}

	/*--------------------
		COMMON
	--------------------*/

	/*--------------------
		CONCEPT
	--------------------*/
	#concept img {
		float: left;
		margin-right: 20px;
	}
	#concept p {
		text-align: center;
		line-height: 2.5em;
		letter-spacing: 0.1em;
		margin-top: 40px;
	}

	/*--------------------
		MENU
	--------------------*/
	#service dl {
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 5px;
	}
	#service dt {
		float: left;
	}
	#service dd {
		float: right;
		letter-spacing: 0.05em;
	}

	/*--------------------
		FLOW
	--------------------*/
	#flow .lower-box01 {
		width: 800px;
		margin: 0 auto 10px;
	}
	#flow img {
		float: left;
		margin-right: 50px;
	}
	#flow span {
		display: inline-block;
		text-decoration: underline;
		color: #853414;
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0 10px;
	}
	#flow a {
		text-decoration: underline;
		color: #222;
	}
	#flow a:hover {
		text-decoration: none;
	}
	.arrow {
		text-align: center;
		color: #853414;
		font-size: 100px;
		line-height: 1em;
		margin-bottom: 20px;
		opacity: 0.9;
	}

	/*--------------------
		WORKS
	--------------------*/
	#works li:nth-child(n+5) {
		display: none;
	}
	.gallery {
		font-size: 0;
		letter-spacing: 0;
	}
	.gallery > li {
		width: 23%;
		margin: 0 1% 20px;
		font-size: 13px;
		vertical-align: top;
		display: inline-block;
	}
	.gallery.column2 > li {
		width: 48%;
	}
	.gallery.column3 > li {
		width: 31%;
	}
	#case .text-more a {
		margin: 0;
	}

	/*--------------------
		COMPANY
	--------------------*/
	#company p {
		line-height: 2em;
	}
	#company table {
		width: 100%;
		max-width: 840px;
		color: #222;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#company th {
		width: 30%;
		background: rgba(34, 34, 34, 0.1);
		vertical-align: middle;
		padding: 10px 20px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#company td {
		vertical-align: middle;
		padding: 10px 20px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#company td a {
		color: #222;
	}
	.msg {
		text-align: center;
		color: #666;
		margin-top: 20px;
	}

	/*--------------------
		RECRUIT
	--------------------*/
	#recruit table {
		width: 100%;
		max-width: 840px;
		color: #222;
		line-height: 1.5em;
		letter-spacing: 0.1em;
		margin: 0 auto;
	}
	#recruit th {
		width: 30%;
		background: rgba(34, 34, 34, 0.1);
		vertical-align: middle;
		padding: 10px 20px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#recruit td {
		vertical-align: middle;
		padding: 10px 20px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#recruit td a {
		color: #222;
	}

	/*--------------------
		BLOG
	--------------------*/

	/*--------------------
		CONTACT
	--------------------*/
	#contact .sp {
		display: none;
	}
	#contact table {
		width: 100%;
		max-width: 780px;
		background: rgba(34, 34, 34, 0.1);
		color: #222;
		line-height: 1.5em;
		margin: 0 auto;
	}
	#contact th {
		width: 30%;
		vertical-align: middle;
		padding: 15px 20px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	#contact td {
		vertical-align: middle;
		padding: 15px 20px;
		border: 2px solid #222;
		box-sizing: border-box;
	}
	.conf {
		color: #222;
		font-size: 14px;
	}

	.g-recaptcha div{
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    input[type="submit"] {
       -webkit-appearance: none;
       border-radius: 0;
    }

	/*--------------------
		SITE MAP
	--------------------*/
	#site li {
		line-height: 1.5em;
		letter-spacing: 0.1em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 5px;
	}
	#site li i {
		color: #853414;
	}
	#site li a {
		color: #222;
	}
	#site li a:hover {
		text-decoration: underline;
	}

	/*--------------------
		PRIVACY POLICY
	--------------------*/
	#privacy li {
		color: #222;
		font-size: 14px;
		line-height: 1.5em;
		padding: 5px;
		border-bottom: 1px dotted #ccc;
		margin-top: 5px;
	}
	#privacy li i {
		color: #853414;
	}

	/*--------------------
		ERROR
	--------------------*/
	#error a {
		text-decoration: underline;
		color: #853414;
		font-weight: bold;
	}
	#error a:hover {
		text-decoration: none;
	}



	/*==================================================
		CMS COMMON
	================================================== */
	/*--------------------
		CONTACT
	--------------------*/
	/* INPUT BOX
	----------------------------------------*/
	.input-big,
	.input-mid,
	.input-min {
		line-height: 1.5em;
		padding: 5px;
		box-sizing: border-box;
	}
	.input-big {
		width: 100%;
	}
	.input-mid {
		width: 60%;
	}
	.input-min {
		width: 60px;
	}
	/* REQUIRED
	----------------------------------------*/
	.required-mark {
		padding: 1px 3px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		border-radius: 5px;
		background: #f00;
	}
	/* AUTHENTICATION
	----------------------------------------*/
	.captcha-wrap a {
		display: block;
		width: 32px;
		height: 32px;
		margin: 10px 0;
	}
	/* ERROR MESSAGE
	----------------------------------------*/
	.error-text {
		margin: 0 0 5px;
		color: #f00;
		font-size: 14px;
	}
	/* BUTTON
	----------------------------------------*/
	.contact-submits {
		padding: 40px 0 0;
		text-align: center;
	}
	
	.contact-submits input {
		margin: 0 5px;
		padding: 5px;
		cursor: pointer;
	}
	/* ERROR
	----------------------------------------*/
	.sec-error-text {
		line-height: 50px;
		text-align: center;
		color: #f00;
		font-size: 16px;
		border: 2px solid #f00;
	}

	/*--------------------
		BLOG and NEWS
	--------------------*/
	/* HEADING
	----------------------------------------*/
	.post-data {
		height: 21px;
		margin: 0 0 10px;
		color: #853414;
		line-height: 21px;
		font-size: 0;
	}
	.post-data li {
		margin: 0 8px 0 0;
		padding: 0 8px 0 0;
		font-size: 13px;
		display: inline-block;
	}
	.text-area {
		max-height: 72px;
		overflow: hidden;
	}
	.text-area img {
		display: none;
	}
	.text-more {
		text-align: right;
		color: #fff;
		letter-spacing: 0.1em;
		margin-top: 20px;
	}
	.text-more a {
		display: inline-block;
		background: rgba(34, 34, 34, 1);
		color: #fff;
		font-size: 14px;
		padding: 5px 20px;
		border: 1px solid #fff;
	}
	.text-more a i {
		color: #fff;
	}
	.text-more a:hover {
		background: rgba(133, 52, 20, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.text-more a:hover i {
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	/* PAGINATION
	----------------------------------------*/
	.pagination {
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
	}
	.pagination li {
		width: 25px;
		margin: 0 3px;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		font-weight: bold;
		box-sizing: border-box;
		border: 2px solid #853414;
		vertical-align: top;
		display: inline-block;
	}
	.pagination .current {
		color: #fff;
		background: rgba(133, 52, 20, 1);
	}
	.pagination .dot {
		width: 15px;
		margin: 0 1px;
		border: none;
	}
	.pagination li a {
		color: #853414;
		text-decoration: none;
		display: block;
	}
	.pagination li a:hover {
		background: rgba(133, 52, 20, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	/* ARCHIVE
	----------------------------------------*/
	.archive {
		max-width: 480px;
		margin: 50px auto 0;
	}
	.archive h3 {
		background: none;
		text-align: center;
		color: #222;
		border: none;
		border-bottom: 3px solid #ccc;
		padding-bottom: 5px;	
		margin-bottom: 10px;
	}
	.archive h3 i {
		color: #853414;
	}
	.archive ul {
		margin: 0 0.5%;
	}
	.archive li {
		float: left;
		width: 33%;
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.archive li a {
		color: #666;
	}
	.archive li a:hover {
		text-decoration: underline;
	}
	/* PREV and NEXT
	----------------------------------------*/
	.paginated-link {
		margin: 35px auto;
		overflow: hidden;
	}
	.paginated-link li {
		text-align: center;
		font-size: 14px;
		letter-spacing: 0.1em;
		box-sizing: border-box;
	}
	.paginated-link li.prev-link {
		float: left;
	}
	.paginated-link li.next-link {
		float: right;
	}
	.paginated-link li a {
		display: inline-block;
		height: 30px;
		background: rgba(34, 34, 34, 1);
		line-height: 30px;
		overflow: hidden;
		color: #fff;
		border: 1px solid #fff;
		padding: 0 30px;
	}
	.paginated-link li a:hover {
		background: rgba(133, 52, 20, 1);
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.paginated-link li a:hover i {
		color: #fff;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
	}
	.paginated-link li a i {
		color: #fff;
		margin: 0;
	}


}
