@charset "utf-8";

html, body, div, h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, input {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Noto Sans JP" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #000;
	font-size: 13px;
	*font-size: small;
	*font:x-small;
	line-height: 1.0;
	letter-spacing: 0.05em;
	text-align: left;
	min-width: 1024px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
h1, h2, h3, h4, h5, h6, dt, dd, th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:1em;
}

ul li, ol li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

p {
	line-height: 1.75;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img:hover {
	opacity: .8;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.en {
	font-family: 'Raleway', sans-serif;
}
.wrap1024 {
	width: 1024px;
	margin: 0 auto;
}

/* Responsive */
.pc-only-block {display: block;}
.pc-only-inline {display: inline;}
.pc-only-inline-block {display: inline-block;}
.sp-only-block {display:none !important;}
.sp-only-inline {display:none !important;}
.sp-only-inline-block {display:none !important;}

/*object-fit IE 対応*/
.ojf {
  font-family: 'object-fit: cover;';
}

/* #header */
#header {
	background: #fff;
	z-index: 200;
	position: relative;
}
#header .wrap1024 {
	margin: 0 auto;
	width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	align-items: center;
	height: 80px;
}
#header .header-title {
	font-size: 12px;
	position: absolute;
	left: 10px;
	line-height: 1.6;
	margin-top: 5px;
	font-size: .85em;
}
/* IE */
@media all and (-ms-high-contrast: none) {
	#header .header-title {
		margin-top: 0px;
		top: 35px;
	}
}
#header .header-title span {
	display: block;
}
#header .header-menu_01 {
	display: flex;
	position: absolute;
	right: 10px;
	margin-top: 5px;
}
#header .header-menu_01 a {
	margin-left: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
#header .header-menu_01 a img {
	margin-right: 1em;
}
/*ヘッダー固定*/
.header_nav {
	background: #fff;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.03);
	position: inherit;
}
.header_nav_inner {
	display: flex;
	flex-wrap: nowrap;
	width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.header_nav_inner li a {
	line-height: 1.25;
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header_nav_inner li a:hover {
	text-decoration: none;
	color: #80bb36;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
/* #main */
#main {
}
/* #container */
#container {
	margin: 50px auto 200px;
 /*width: 1024px;*/
}
/* #pagetop */
#pagetop {
	position: fixed;
	right: 60px;
	bottom: 60px;
}
#pagetop img {
	width: 32px;
	height: 32px;
}
/* #footer */
#footer {
	background: #f2f2f2;
	margin: 60px 0 0;
	padding: 0;
	position: relative;
	margin-top: auto;
}
#footer .breadcrumb {
	color: #8c8c8c;
	background: #000;
}
#footer .breadcrumb .inr {
	margin: 0 auto;
	width: 1000px;
}
#footer .breadcrumb .inr a {
	color: #8c8c8c;
	line-height: 50px;
}
#footer .footer-main {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
#footer .footer-nav {
/*	
	float: left;
	width: 630px;
	overflow: hidden;
	margin: 60px 0 0;
*/
}
#footer .footer-main ul {
	float: left;
	width: 210px;
}
#footer .footer-main li {
	margin: 2px 0 20px;
}
#footer .footer-main a {
	color: #999;
}
#footer .footer-logo {
/*	float: right;
	width: 338px; */
	text-align: center;
	margin: 30px;
	color:#999;
}
#footer .copyright {
	color: #999;
	font-size: 12px;
	font-family: 'Comfortaa', cursive;
	display: block;
	margin: 30px 0 0;
}
/*　ハンバーガーボタン　*/
.hamburger {
	display: none;
}
/* .lower-base */
.lower-base {
	width: 1000px;
	margin: 50px auto 0;
	overflow: hidden;
}
.section_ctr {
	text-align: center;
	margin: 0 auto;
}
/* .page-ttl */
.page-ttl {
	border-bottom: solid 1px #ddd;
	font-size: 20px;
	margin: 100px 0 0;
	padding: 0 0 19px;
}
/* .paging */
.paging {
	text-align: right;
}
.paging span {
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	color: #ccc;
}
.paging a {
	color: #000;
}
.paging span i {
	font-size: 18px;
	vertical-align: -1px;
	margin: 0 5px;
}
.paging span.vbar {
	color: #000;
	margin: 0 15px;
}
/* .list */
.list-ttl {
	color: #000;
	font-size: 20px;
	margin: 60px 0 15px;
	clear: both;
}
.list-ttl span {
	font-size: 13px;
}
.list li {
	border-bottom: solid 1px #ddd;
	padding: 13px 0 14px;
}
.list li:first-child {
	border-top: solid 1px #ddd;
}
.list .label {
	display: table-cell;
	line-height: 1.7;
	width: 212px;
}
.list .detail {
	display: table-cell;
	line-height: 1.7;
}
.list a {
	color: #80bb36;
}
/* grid */
.grid {
	margin: 20px auto 50px;
	width: 1000px;
	overflow: hidden;
}
.grid li:nth-child(1),
.grid li:nth-child(2),
.grid li:nth-child(3),
.grid li:nth-child(4),
.grid li:nth-child(5),
.grid li:nth-child(6)
{
	border-top:1px solid #EEE;
}
.grid li {
	float: left;
	border-bottom:1px solid #EEE;
	border-right:1px solid #EEE;
}
.grid li a{
	display:block;
	width: 165.5px;
	padding:15.75px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.grid li:nth-child(6n+1) {
	clear:left;
	border-left:1px solid #EEE;
}
.nothing {
	border:none;
	margin: 50px 0 0 0;
}
.grid li img{
	width: 100%;
	height:auto;
}
.grid li a:hover {
	opacity: 0.6;
}
/* .btn */
.btn {
	border: solid 1px #7ebd27;
	color: #7ebd27;
	font-size: 14px;
	width: 180px;
	line-height: 40px;
	padding: 0 0 0 16px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	float: right;
}
.btn:after {
	content: '';
	display: inline-block;
	background: url(../images/ico_arw.png) no-repeat;
	background-size: 16px 15px;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 12px;
	right: 13px;
}
.btn:hover {
	color: #7ebd27;
	text-decoration: none;
	opacity: 0.6;
}
.btn.btn-dl {
	width: 330px;
}
.btn.btn-dl:after {
	content: '';
	display: inline-block;
	background: url(../images/ico_dl.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 12px;
	right: 15px;
}
.btn.btn-link:after {
	content: '';
	display: inline-block;
	background: url(../images/ico_link.png) no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 13px;
	right: 15px;
}
.btn_viewmore {

}
.btn_viewmore:hover {
	/* background: #7C7588;
	 * color: #fff; */
	text-decoration: none;
	
}
.btn_viewmore svg {
	display: inline-block;
}
.btn_arrow {
	color: #000;
	font-size: 15px;
	display: table-cell;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 200;
	align-items: center;
	padding: 10px;
}
.btn_arrow:hover {
	text-decoration: none;
	color: #333;
}
.btn_arrow svg {
	display: inline-block;
}
/*-- Form container --*/
.form-container {width:690px;margin:65px auto 0;font-size: 14px;}
.form-container .mw_wp_form_complete{padding-top:20px;}
.form-group br{display:none;}
.form-group {margin-bottom:15px;line-height: 1.8;}
.form-group:last-child {margin-bottom:0;}
.form-group label{display:block;font-size:12px;margin-bottom:8px;}
.form-group label span{color:#ff6c6c;font-size:10px;margin-left:5px;}
.form-group input[type=text],
.form-group input[type=email],
.form-group textarea{width: 94%;padding:8px 2%;font-size:14px;border:1px solid #ababab;border-radius:4px; }
.form-group span.error{color:#ff6c6c;margin-top:5px;font-size:12px;}
.form-group .submit-btn {margin-top:56px;}
.form-group .submit-btn i{display:none;}
.form-group a{color:#7ebd27;}
.mw_wp_form_confirm .agreement{display:none;}
.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {display: inline-block;width: auto;}
.submit-btn {position:relative;width:300px;margin:0 auto;}
.submit-btn input[type=submit]{text-align:center;cursor:pointer;color:#80bb36;width:298px;display:block;font-size:14px;line-height:38px;background:#FFF;border:1px solid #80bb36;}
.submit-btn input[type=submit]:hover{opacity:0.6;}
.contact-flow {width:360px;margin:0 auto 20px;overflow:hidden;}
.contact-flow li{float:left;margin-right:15px;line-height: 26px;color:#a2a2a2;}
.contact-flow li .num{margin-right:5px;display:inline-block;border-radius:26px;border:13px;width:26px;height:26px;border:1px solid #a2a2a2;;text-align: center;}
.contact-flow li .dots{letter-spacing:-0.5em;}
.contact-flow li.active{color:#000;}
.contact-flow li.active .num{border-color:#000;}
/*-----------------------------
	.home
-------------------------------*/
.main_image {
	height: 400px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.main_image_inner {
	margin: 0 auto;
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.blok a{
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
justify-content: center;
    flex-wrap: nowrap;
	width:940px;
}
.blok .newsarea a{ justify-content: flex-start;  }

.rightBtn a, .leftBtn a {
	margin-top: 50px;
box-shadow: 0px 1px 20px rgba(0,0,0,0.1);
}
.image_box {
	z-index: 0;
	width: 680px;
	height:383px;
}
#mov {
	background: #fff;
}

.btn_main {
	z-index: 1;
	position: relative;
	width:260px;
	height:383px;
background-color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 26px;
	display: flex;
justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
	overflow: hidden;
	text-decoration: none;
	
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_main span {
	display: block;
	font-weight: 300;
	font-size: 13px;
	padding-top: .7em;
	width:100%;
	text-align:center;
}


.blok a:hover {text-decoration:none}

.btn_main:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #c9ea45;
  content: "";
  z-index: -2;
  transition: transform 0.3s;
}

.blok a:hover .btn_main::after {
  transform: translateX(100%);
  transition: transform 0.3s;
}



/*

.block_about .btn_main {
	background: #E2D9BC;
}
.block_about .btn_main a:hover {
	background: #EFE4C1;
}
.block_process .btn_main {
	background: #D4CEDB;
}
.block_process .btn_main a:hover {
	background: #E0D3F0;
}
.block_works .btn_main {
	background: #C3D1D1;
}
.block_works .btn_main a:hover {
	background: #C3DEDE;
}
.block_contact .btn_main {
	background: #CED9C4;
}
.block_contact .btn_main a:hover {
	background: #D3E3C5;
}


.blok:after {
	display: inline-block;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	font-family: 'Raleway', sans-serif;
	font-size: 140px;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
}
.rightBtn:after {
	margin-left: 34px;
}
.leftBtn:after {
	margin-right: 34px;
}
.block_about:after {
	content: 'ABOUT';
}
.block_process:after {
	content: 'PROCESS';
}
.block_works:after {
	content: 'WORKS';
}
.block_contact:after {
	content: 'CONTACT';
}
*/
.block_news {
	height: 360px;
	margin: 66px auto;
	display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
	align-items: center;
	position: relative;
	/* border:1px solid red;  test */
}
.block_news .title {
	font-weight: 200;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	width: 185px;
	height: 185px;
	line-height: 160px;
	background-color:#c9ea45;
	margin-top:-85px;
}
.block_news .title:before {
	content: 'NEWS';
	font-family: 'Open+Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	display: block;
	margin-bottom: -130px;
}
.news_list {
	background: #fff;
	width: 75%;
	margin: 0 0 0 auto; 
	/* box-shadow: 0px 3px 40px rgba(0,0,0,0.1); */
}
.news_list ul {
	 
}
.news_list li {
	border-bottom: solid 1px #ddd;
	padding: 21px 0 25px;
}
.news_list li:last-child {
	/* border: none; */
}
.news_list li .data {
	font-size: 15px;
	margin: 0 33px 0 0;
	width: 67px;
	display: inline-block;
	color:#7ebd27;
	font-weight:500;
}
.news_list li .subject {
	color: #000000;
	font-size: 14px;
}
.news_list li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.btn_viewmore {
	/*
	position: absolute;
	right: 6%;
	bottom: -8px;
*/
}
.btn_viewmore span {position:absolute;right: .5em;bottom: -5px;}
.btn_viewmore:hover span {position:absolute;right:0;}

/*-----------------------------
	.aboutus
-------------------------------*/
.aboutus {
	position:relative;
}
.aboutus .btn {
	margin: 30px 0 60px;
}
.aboutus .main_image {
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	background-color: #F4F4F4;
	position: relative;
}
.aboutus .main_image:after {
/*	content: 'ABOUT'; */
	font-family: 'Raleway', sans-serif;
	font-size: 180px;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .3;
}
.aboutus .thumb {
	width: 60%;
	min-width: 900px;
}
.aboutus .thumb img {
	width: 100%;
	min-width: 900px;
	height: 400px;
	object-fit: cover;
}
.aboutus .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	width: 40%;
	height: 400px;
	line-height: 380px;
	z-index: 200;
}
.aboutus .title:before {
	content: 'ABOUT'; 
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -340px;
}
.aboutus .identity-block {
	text-align: center;
	padding: 0 0 40px;
}
.aboutus .page-ttl {
	color: #000;
	text-align: left;
	letter-spacing:0.2em;
}
.aboutus .visual {
	margin: 70px 0 0;
}

.aboutus .identity-block p {
	color: #000;
	font-size: 30px;
	margin: 70px 0 0;
	letter-spacing:0.2em;
}
.aboutus .identity-block p.sub {
	font-size: 14px;
	margin: 10px 0 0;
}
.aboutus .policy-block {
	text-align: left;
	padding: 0 0 40px;
}

.aboutus .policy-block p {
	color: #000;
	font-size: 26px;
	margin: 70px 0 0 200px;
	line-height:50px;
	letter-spacing:0.2em;
}

.aboutus .greeting-block {
	overflow: hidden;
	padding: 0 0 40px;
}
.aboutus .greeting-block .img-area {
	float: left;
	margin: 35px 58px 0 0;
}
.aboutus .greeting-block .img-area p {
	line-height: 1.8;
	margin: 10px 0 0;
}

.aboutus .greeting-block .txt-area {
	margin: 30px 20%;
	overflow: hidden;
}
.aboutus .greeting-block .txt-area p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 25px;
}
.aboutus .greeting-block .signeture {
	float: right;
	margin: -63px 0 0;
}
.aboutus .book-block ul {
    margin: 35px -25px 0 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.aboutus .book-block li {
    /* float: left; */
    margin: 0 0 20px 0;
    display: flex;
    width: 48%;
}
.aboutus .book-block li img {
	width: 150px;
	height: auto;
	margin-right: 20px;
	border: 1px solid #ccc;
}
.aboutus .book-block li p {
	line-height: 1.8;
	flex: 1;
}
.aboutus .book-block .btn {
	margin: 55px 0 0;
	width: 360px;
}
/*-----------------------------
	.process
-------------------------------*/
.process {
	position:relative;
}
.process .main_image {
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	background-color: #F4F4F4;
	position: relative;
}
.process .main_image:after {
/*	content: 'PROCESS'; */
	font-family: 'Raleway', sans-serif;
	font-size: 180px;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .3;
}
.process .thumb {
	width: 60%;
	min-width: 750px;
}
.process .thumb img {
	width: 100%;
	min-width: 900px;
	height: 400px;
	object-fit: cover;
}
.process .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	width: 40%;
	height: 400px;
	line-height: 380px;
	z-index: 200;
}
.process .title:before {
	content: 'PROCESS';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -340px;
}
.process .block {
	position: relative;
	margin: 100px auto 50px;
}
.process .block_title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin: 60px auto;
}
.process .block_title span {
	display: block;
	font-weight: 300;
	font-size: 13px;
	padding-top: .7em;
}
.process .block_thumb_box {
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
}
.process .block_thumb_box_inner {
	width: 33%;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 15px;
}
.process .block_thumb_box_img {
	margin: 0 auto;
	height: 150px;
	width: 160px;
	object-fit: contain;
}
.process .block_thumb_box_ttl {
	font-size: 15px;
	margin: 30px auto;
}
.process .block:after {
	display: inline-block;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	font-family: 'Raleway', sans-serif;
	font-size: 120px;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: 0.05em;
	color: #F1F1F1;z
	flex-basis: auto;
	flex-shrink: 0;
}
.process .box_design:after {
	content: 'DESIGN';
	margin-left: 50px;
	position: absolute;
	top: 200px;
	right: 0;
}
.process .box_sample:after {
	content: 'SAMPLE';
	margin-right: 50px;
	position: absolute;
	top: 0px;
	left: 0;
}
.process .box_other:after {
	content: 'OTHER';
	margin-left: 50px;
	position: absolute;
	top: 200px;
	right: 0;
}
.process .btn-btm {
	float: none;
	display: block;
	font-size: 20px;
	line-height: 78px;
	width: 360px;
	margin: 130px auto 93px;
	padding: 0;
	text-align: center;
	}
.process .btn-btm:after {
	top: 30px;
	right: 70px;
}
.process .txt_box {
	margin: 0 auto 80px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}
/*-----------------------------
	.works
-------------------------------*/
.post-type-archive-works {
}
.post-type-archive-works .title {
	font-weight: 200;
	font-size: 18px;
	text-align: center;
	height: 100px;
	line-height: 80px;
	z-index: 200;
}
.post-type-archive-works .title:before {
	content: 'WORKS';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -40px;
}
.post-type-archive-works .single-pickup {
	margin: 100px auto;
	position: relative;
}
.post-type-archive-works .slider {
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	align-items: center;
}
.post-type-archive-works .slide_image img {
	width: 70vw;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	object-fit: cover;
	margin: 0 auto 0;
}
.post-type-archive-works .slide_image span { 
	text-align: center;
	font-size: 15px;
	margin: 20px auto;
	display: block;
}

.post-type-archive-works .works_pickup {
	margin: 100px auto;
	position: relative;
}
.post-type-archive-works .works_pickup:before {
	content: 'WORKS';
	font-family: 'Raleway', sans-serif;
	font-size: 320px;
	font-weight: 900;
	line-height: 100px;
	letter-spacing: 0.05em;
	color: #f5f5f5;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -30px;

}
/*--  carousel slider --*/
.post-type-archive-works .carousel {
	position: relative;
	margin:100px auto;
	max-width: 1400px;

}

.post-type-archive-works .slick-list{
	padding:0;
	margin:0 100px;
	overflow: hidden;
}

.post-type-archive-works .slick-slide {
	transition: .3s ease;
	transform: scale(.80);
}
.post-type-archive-works .slick-current {
	transform: scale(1);
}
.post-type-archive-works .slide_prev{
	  position:absolute;
	  left:60px;
	  top:50%;
	  margin-top:-40px;	  background:#FFF;
	  cursor: pointer;
}
.post-type-archive-works .slide_next{
	position:absolute;
	right:60px;
	top:50%;
	margin-top:-40px;
	background:#FFF;
	cursor: pointer;
}

.post-type-archive-works .block_thumb_box {
	margin: 10px -1.16% 100px -1.17%;
	display: table;
	width: -webkit-fill-available;
}
.post-type-archive-works .block_thumb_box_inner {
	width: 31%;
	float: left;
	margin: 20px 1.16% 20px 1.17%;
	text-align: center;
}

.post-type-archive-works .block_thumb_box_img {
	margin: 0 auto;
	height: 200px;
	width: 100%;
	object-fit: cover;
}
.post-type-archive-works .block_thumb_box_ttl {
	font-size: 15px;
	margin: 10px auto 0;
	height: 40px;
	line-height: 1.5;
}
/*-----------------------------
	.single-works
-------------------------------*/
.single-works {
}
.single-works .works_detail_main {
    margin: 50px auto;
	width: 1024px;
}
.single-works .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #C3D1D1;
	position: relative;
}

.single-works .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.single-works .title:before {
	content: 'WORKS';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.single-works .main_image .wrap1024 .btn_arrow {
	position: absolute;
	right: 0;
}
@media all and (-ms-high-contrast: none) {
	.single-works .main_image .wrap1024 .btn_arrow {
		top: -5px;
	}
}
.single-works .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.single-works .main_image:after {
	content: 'WORKS';
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.single-works .works_title {
	margin: 0 auto;
	text-align: center;
    margin: 0 auto;
    /* width: patents; */
    font-size: 24px;
    line-height: 1.75;
}
.single-works .works_title:after {
	content: '';
	width: 80px;
	border-top: 2px solid #000;
	display: block;
	margin: 40px auto;
	text-align: center;
}
.single-works .block {
	position: relative;
	margin: 0px auto 150px;
}
.single-works .block_title {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin: 60px auto;
}
.single-works .block_title span {
	display: block;
	font-weight: 500;
	font-size: 13px;
	padding-top: .7em;
}
.single-works .box_works_detail {
	width: 800px;
	margin: 0 auto 200px;
}
.single-works .box_works_img {
	margin: 20px auto;
}
.single-works .box_works_txt {
	font-size: 14px;
	line-height: 1.75;
	margin: 20 auto;
}
.single-works .box_client {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 70px auto;
	padding-top: 70px;
	align-items: center;
	border-top: 1px solid #ddd;
}
.single-works .box_client_thumb {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-right: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.single-works .box_client_detail {
	display: inline-block;
	width: 620px;
}
.single-works .box_client_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: .5em;
}
.single-works .box_client_txt {
	font-size: 13px;
	line-height: 1.75;
}
.single-works .box_client_url {
	font-size: 14px;
	margin-top: .5em;
}
.single-works .box_client_url a {
	line-height: 1.75;
	color: #7ebd27;
}
/*-----------------------------
	.single-pickup
-------------------------------*/
.single-pickup {
}
.single-pickup .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #C3D1D1;
	position: relative;
}
.single-pickup .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.single-pickup .title:before {
	content: 'WORKS';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.single-pickup .main_image .wrap1024 .btn_arrow {
	position: absolute;
	right: 0;
}
@media all and (-ms-high-contrast: none) {
	.single-pickup .main_image .wrap1024 .btn_arrow {
		top: -5px;
	}
}
.single-pickup .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.single-pickup .main_image:after {
	content: 'WORKS';
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.single-pickup .works_detail_main {
	margin: 50px auto;
	width: 1024px
}
.single-pickup .works_title {
	text-align: center;
	margin: 0 auto;
	/* width: 80vw; */
	font-size: 24px;
	line-height: 1.75;
}
.single-pickup .works_title:after {
	content: '';
	width: 80px;
	border-top: 2px solid #000;
	display: block;
	margin: 40px auto;
	text-align: center;
}
.single-pickup .block {
	position: relative;
	margin: 0px auto 150px;
}
.single-pickup .block_title {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin: 60px auto;
}
.single-pickup .block_title span {
	display: block;
	font-weight: 500;
	font-size: 13px;
	padding-top: .7em;
}
.single-pickup .box_works_detail {
	width: 800px;
	margin: 0 auto 200px;
}
.single-pickup .box_works_img {
	margin: 20px auto;
}
.single-pickup .box_works_txt {
	font-size: 14px;
	line-height: 1.75;
	margin: 20 auto;
}
.single-pickup .box_client {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 70px auto;
	padding-top: 70px;
	align-items: center;
	border-top: 1px solid #ddd;
}
.single-pickup .box_client_thumb {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-right: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.single-pickup .box_client_detail {
	display: inline-block;
	width: 620px;
}
.single-pickup .box_client_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: .5em;
}
.single-pickup .box_client_txt {
	font-size: 13px;
	line-height: 1.75;
}
.single-pickup .box_works_mds01 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 20px auto 40px;
}
/*-----------------------------
	.news
-------------------------------*/
.post-type-archive-news {
}
.news_list li {
	border-bottom: solid 1px #ddd;
	padding: 21px 0 25px;
}
.news_list li .data {
	font-size: 15px;
	margin: 0 33px 0 0;
	width: 67px;
  display: inline-block;
}
.news_list li .subject {
/*	color: #7ebd27; */
	font-size: 14px;
}
.news_list li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.post-type-archive-news .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F4F4F4;
	position: relative;
}
.post-type-archive-news .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.post-type-archive-news .title:before {
	content: 'NEWS'; 
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.post-type-archive-news .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.post-type-archive-news .main_image:after {
	/*content: 'NEWS'; */
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
/*-----------------------------
  .single-news
-------------------------------*/
.single-news .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #D4CEDB;
	position: relative;
}
.single-news .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.single-news .title:before {
	content: 'NEWS';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.single-news .main_image .wrap1024 .btn_arrow {
	position: absolute;
	right: 0;
}
@media all and (-ms-high-contrast: none) {
	.single-news .main_image .wrap1024 .btn_arrow {
		top: -5px;
	}
}
.single-news .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.single-news .main_image:after {
	content: 'NEWS';
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.single-news .news-ttl {
	border-bottom: solid 1px #ddd;
	padding: 0 0 25px;
	margin: 65px 0 60px;
}
.single-news .news-ttl .data {
	font-size: 12px;
	margin: 0 33px 0 0;
}
.single-news .news-ttl .subject {
	color: #7ebd27;
	font-size: 16px;
}
.single-news .news-ttl a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.single-news .content {
	padding: 0 0 86px;
	font-size: 14px;
   line-height: 2.0;
   letter-spacing: 0.07em;
}
.single-news .content img {
	margin: 80px 0 60px;
	width: 300px;
	text-align: center;
}
.single-news .content p {
	font-size: 14px;
	line-height: 1.4;
}
/*-----------------------------
  .single-patents
-------------------------------*/
.single-patents {
}
#patents {
	padding-top: 40px;
}
.single-patents .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #E2D9BC;
	position: relative;
}
.single-patents .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.single-patents .title:before {
	content: 'PATENTS';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.single-patents .main_image .wrap1024 .btn_arrow {
	position: absolute;
	right: 0;
}
@media all and (-ms-high-contrast: none) {
	.single-patents .main_image .wrap1024 .btn_arrow {
		top: -5px;
	}
}
.single-patents .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.single-patents .main_image:after {
	content: 'PATENTS';
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.single-patents .patents_title {
	text-align: center;
	margin: 0 auto;
	/* width: 80vw; */
	font-size: 24px;
	line-height: 1.75;
}
.single-patents .patents_title:after {
	content: '';
	width: 80px;
	border-top: 2px solid #000;
	display: block;
	margin: 40px auto;
	text-align: center;
}
.single-patents .block {
	position: relative;
	margin: 0px auto 150px;
}
.single-patents .block_title {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	margin: 60px auto;
}
.single-patents .block_title span {
	display: block;
	font-weight: 500;
	font-size: 13px;
	padding-top: .7em;
}
.single-patents .box_patents_detail {
	width: 800px;
	margin: 0 auto 200px;
}
.single-patents .box_patents_img {
	margin: 20px auto;
}
.single-patents .box_patents_txt {
	font-size: 14px;
	line-height: 1.75;
	margin: 20 auto;
}
.single-patents .box_client {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 70px auto;
	padding-top: 70px;
	align-items: center;
	border-top: 1px solid #ddd;
}
.single-patents .box_client_thumb {
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-right: 20px;
	border: 1px solid #ddd;
}
.single-patents .box_client_detail {
	display: inline-block;
	width: 620px;
}
.single-patents .box_client_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: .5em;
}
.single-patents .box_client_txt {
	font-size: 13px;
	line-height: 1.75;
}
.single-patents .box_works_mds01 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin: 20px auto 40px;
}
/*-----------------------------
  .single-publication
-------------------------------*/
.single-publication .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #E2D9BC;
	position: relative;
}
.single-publication .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.single-publication .title:before {
	content: 'PUBLICATION';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.single-publication .main_image .wrap1024 .btn_arrow {
	position: absolute;
	right: 0;
}
@media all and (-ms-high-contrast: none) {
	.single-publication .main_image .wrap1024 .btn_arrow {
		top: -5px;
	}
}
.single-publication .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.single-publication .main_image:after {
	content: 'PUBLICATION';
	font-family: 'Raleway', sans-serif;
	font-size: 	150px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.single-publication .news-ttl {
	border-bottom: solid 1px #ddd;
	padding: 0 0 25px;
	margin: 65px 0 60px;
}
.single-publication .news-ttl .data {
	font-size: 12px;
	margin: 0 33px 0 0;
}
.single-publication .news-ttl .subject {
	font-size: 16px;
}
.single-publication .news-ttl a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.single-publication .content {
	padding: 0 0 86px;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 0.07em;
	width: 800px;
	margin: 0 auto;
}
.single-publication .content img {
	margin: 80px 0 60px;
	text-align: center;
	height: auto;
}
.single-publication .content p {
	font-size: 14px;
	line-height: 1.4;
}
/*-----------------------------
  .recruit
-------------------------------*/
.recruit .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F4F4F4;
	position: relative;
}
.recruit .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.recruit .title:before {
	content: 'RECRUIT';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.recruit .main_image .wrap1024 .btn_arrow {
	position: absolute;
	right: 0;
}
.recruit .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.recruit .main_image:after {
	/*content: 'RECRUIT';*/
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.recruit .btn {
	margin: 30px 0 60px;
}
/*-----------------------------
  .contact
-------------------------------*/
.contact .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F4F4F4;
	position: relative;
}
.contact .main_image .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.contact .main_image .title:before{
	content: 'CONTACT';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.contact .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.contact .main_image:after{
	content: 'CONTACT';
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}

/*-----------------------------
  .estimate
-------------------------------*/
.estimate .main_image{
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F4F4F4;
	position: relative;
}
.estimate .main_image .title{
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.estimate .main_image .title:before{
	content: 'REQUEST';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.estimate .main_image .wrap1024{
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.estimate .main_image:after{
	/*content: 'REQUEST';*/
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
/*-----------------------------
  .confirm
-------------------------------*/
.confirm .form-group {
	margin-bottom: 15px;
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 10px;
}
.confirm .form-group-last {
	border-bottom: none;
}
.confirm .box_form{
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px 30px;
	margin-top: 60px;
}
/*-----------------------------
  .complete
-------------------------------*/
.complete .txt_box {
	text-align: center;
}
.complete .btn_box {
	margin: 56px auto 0;
	text-align: center;
}
.complete .btn {
	width: 298px;
	float: inherit;
	padding: 0;
}
.complete .btn:after {
	display: none;
}
.complete .txt_box {
	font-size: 16px;
	text-align: center;
	margin: 100px auto;
}
/*-----------------------------
  .privacy
-------------------------------*/
.privacy .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #F4F4F4;
	position: relative;
}
.privacy .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.privacy .title:before {
	content: 'PRIVACY POLICY';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.privacy .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.privacy .main_image:after {
	/*content: 'POLICY';*/
	font-family: 'Raleway', sans-serif;
	font-size: 210px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.privacy .ttl {
	margin: 0 0 57px;
}
.privacy .block {
	width: 790px;
	margin: 0 auto 30px;
}
.privacy .block-ttl {
	min-height: 35px;
	padding-bottom: 8px;
	line-height: 1.8;
	font-size: 20px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
}
.privacy .block div {
	font-size: 12px;
	line-height: 2.0;
	margin: 0 0 20px;
}
.privacy .block ul {
	font-size: 12px;
	line-height: 1.8;
	padding: 0 0 0 10px;
}
.privacy .block a {
	color: #7ebd27;
}
/*-----------------------------
  .error404
-------------------------------*/
.error404 .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ccc;
	position: relative;
}
.error404 .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.error404 .title:before {
	content: '404';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.error404 .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	align-items: center;
}
.error404 .main_image:after {
	content: 'Not Found';
	font-family: 'Raleway', sans-serif;
	font-size: 180px;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #F1F1F1;
	flex-basis: auto;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	bottom: -30px;
	opacity: .3;
}
.error404 .ttl {
	margin: 0 0 57px;
}
.error404 p {
	font-size:14px;
	line-height:1.6;
}
/*-----------------------------
  .maintenance
-------------------------------*/
.maintenance .main_image {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ccc;
	position: relative;
}
.maintenance .title {
	font-weight: 200;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 120px;
	margin: 0 20px;
	z-index: 200;
}
.maintenance .title:before {
	content: 'SORRY';
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 40px;
	display: block;
	margin-bottom: -80px;
}
.maintenance .main_image .wrap1024 {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.maintenance .ttl {
	margin: 0 0 57px;
}
.maintenance p {
	font-size:14px;
	line-height:1.6;
}
.maintenance #footer .footer-logo {
	float: inherit;
	width: 338px;
	text-align: center;
	margin: 60px auto 0;
}


/* 2022-08-26 */
body{overflow-x:hidden;background-color:#f2f2f2}
h2{text-align:center;margin:8em 0 -5.5em 0;}
#header{display:none}
.header_nav{height:70px;background-color:#3c3c3c;position:fixed;width:100%;z-index:200;border-bottom:1px solid #666}
.clone-nav{transition: 0s;transform: nonetranslateY(0%);}
.header_nav_inner li a{
	height:70px;
	line-height:70px;
	box-sizing: border-box;
	border-bottom:3px solid transparent;
	font-size: 0.9em;
}
.header_nav a{color:#ccc;}
.header_nav_inner li a:hover{color:#fff;border-bottom:3px solid #c9ea45}
#footer .breadcrumb{display:none}
#main{/*margin-top:70px;*/}
.wp-block-columns {/*gap:20px*/}

.swiper-pc {display:block;}
.swiper-sp {display:none;}

.swiper,
.swiper-container,
.swiper-slide {
   height:60vh;
	width:100vw;
}

.swiper-slide > img {
   object-fit: cover;
   width: 100vw;
   height: 60vh;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top:40vh;
    bottom:0;
	right:0;
    left: 150px;
    width: 100%;
}
.swiper-text{
	margin: -41vh auto 0 auto;
	z-index: 1;
	position: absolute;
	width: 20em;
	left: 540px;
	right: 0;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	
}
.swiper-text p {line-height:1.4em;}
.swiper-text p span{font-size:12px;font-weight:normal}
.swiper-button {
	margin: -20vh auto 0 auto;
	z-index: 1;
	position: absolute;
	width:18em;
	left: 800px;
	right: 0;
	font-weight:normal;
	font-size: 11px;
	color: #333;

}
.swiper-button a span{position:absolute;right:16px;}

.swiper-button a {position:relative;border:1px solid transparent;background-color:#fff;box-shadow: 2px 2px 6px rgba(0,0,0, 0.25);
	border-radius:0.2em;width:18em;text-decoration:none;padding:0.9em 2.5em 0.9em 1.5em }
.swiper-button a:hover span{right:12px;color:#000;}
.swiper-button a:hover{color:#000;background-color:#BCE220;} 

.info-contact{background-color:#BCE220;}
.header_nav_inner li.info-contact a{padding:0 16px;color:#000;}
.header_nav_inner li.info-contact a:hover{color:#7fbd29;background-color:#fff;border:none}

.header_nav_inner li.info-contact a .infooff{display:inline-block;width:2em;padding-right:.5em}
.header_nav_inner li.info-contact a .infoon{display:none;width:2em;padding-right:.5em}
.header_nav_inner li.info-contact a:hover .infooff{display:none}
.header_nav_inner li.info-contact a:hover .infoon{display:inline-block}

.header_nav_inner li.top-home a:hover img { opacity:.5; }
.header_nav_inner li.top-home a:hover {  border:none}

/* Responsive */
.pc-only-block {display: block;width:100%}
.pc-only-inline {display:none !important;}
.pc-only-inline-block {display:none !important;}
.sp-only-block {display: block;}
.sp-only-inline {display: inline;}
.sp-only-inline-block {display: inline-block;}

.copyright {display:black;width:100%;}
.copyright a{color:#ccc;}

#footer .footer-main {
	background-color:#000;text-align:center;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#footer .footer-nav{
	color:#999;
	width:100%;
	background-image: url(https://www.hidesign.co.jp/wp/wp-content/themes/hidesign_ver4/images/footerimg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	} 
#footer .footer-nav a {color:#ccc;font-size:1em;padding:1em 0;display:inline-block}
#footer .footer-nav a:hover {text-decoration:none;color:#fff}

.footer-nav .footer-div {width:940px;margin:0 auto;display:flex;color:#ccc;}

.footer-nav .footer-div .footer-add {padding:40px;line-height:1.5em;font-size:.8em;text-align:left}
.footer-nav .footer-div .footer-add .header-logo {}
.footer-nav .footer-div .footer-add ul {display:flex;flex-direction: row;}
.footer-nav .footer-div .footer-add ul li {width:14em}

.footer-nav .footer-div .footer-menu {border-left:1px solid #666;padding:40px;font-size:1em;}
.footer-nav .footer-div .footer-menu ul {display:flex;justify-content:space-around }
.footer-nav .footer-div .footer-menu ul li {width:9em}
.footer-nav .footer-div .footer-menu ul li:first-of-type {width:7em}
.footer-nav .footer-div .footer-menu ul li:last-of-type {width:14em}


.gt {
  margin: 5px 0 0 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin-left: 0;
}

.block_news { background-color:#fff;width:100%;margin:50px auto 50px}
.newsarea {width:940px;margin:0 auto;display:flex;}
.newService{width:940px;margin:0 auto;}

.bn {width:100%;margin:0 auto;display:flex;justify-content:center;}
.alllist{width:940px;margin:0 auto;text-align:right;position: absolute;bottom:2em;}

.alllist a {width: 6em;
text-align: center;
display: block;
margin-left: auto;
margin-right: 2em;
}

.topics{width:940px;margin:0 auto;display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:50px;}
.topics div.works,.topics div.process,.topics div.lookbook {width:300px;height:300px;display:flex;flex-flow:column;box-shadow: 0 1px 20px rgba(0,0,0,0.2);}
.topics div.img{margin-top:auto;height:220px; background-color:#fff;width:100%}
.topics div.cap { margin-top:auto;height:80px; width:100%;background-color:#fff;}
.topics div.works .img{background:url(https://www.hidesign.co.jp/wp/wp-content/themes/hidesign_ver4/images/work.jpg);background-size:cover;}
.topics div.process .img{background:url(https://www.hidesign.co.jp/wp/wp-content/themes/hidesign_ver4/images/process.jpg);background-size:cover;}
.topics div.lookbook .img{background:url(https://www.hidesign.co.jp/wp/wp-content/themes/hidesign_ver4/images/lookbook.jpg);background-size:cover;}
.topics div.cap {font-size:20px;font-family: 'Open+Sans', sans-serif;font-weight:bold;color:#333;text-align:center;line-height:1.2em; display:flex;flex-flow:column;
  align-items: center;
  justify-content: center;}
.topics div.cap span {font-size:12px;font-weight:normal;display:block}
.topspace {width:100%; background-color:#fff;height:200px;margin-top:-50px;margin-bottom:220px;}
.topics a {text-decoration:none;}
.topics a:hover .cap {background-color:#c9ea45;}

.top2{border-right:1px solid #888;height:70px;display:flex;align-items: center;margin-left:-16px;padding:0 16px}
.blocks-gallery-grid, .wp-block-gallery { width: 940px; margin: 0 auto 6em !important;}

.topics div a span{width:100%;height:1.75em;position:relative}
.topics div a span::after {content:url(https://www.hidesign.co.jp/wp/wp-content/themes/hidesign_ver4/images/ar-1.svg);
	display:block; transform: scale(0.04);margin-top:-25em;margin-right:-20em}
.topics div a:hover span::after {content:url(https://www.hidesign.co.jp/wp/wp-content/themes/hidesign_ver4/images/ar-2.svg);
	display:block; transform: scale(0.04);}

/*  */
h2{margin:0}body{background-color:#fff}#container{width:1024px}#main{margin-top:70px}.news_list{width:100%}.header_nav{z-index:300}
.lower-base{width:auto;}