@charset "utf-8";

/*
Theme Name: MOBERCIAL NEW
Description: MOBERCIAL NEW
Author: NOBUYUKI SUZUKI
Version: 2.0.0
*/






/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*:focus {outline:0;}

/* padding,border内側設定 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/

html,body {margin:0px;padding:0px;height:100%;width:100%;-webkit-text-size-adjust:none;}

a:link {color:#1e1e1e;text-decoration:none;}
a:hover {color:#1e1e1e;text-decoration:none;}
a:active {color:#1e1e1e;text-decoration:none;}
a:visited {color:#1e1e1e;text-decoration:none;}

.clear {clear:both;}
.alignleft {float:left;margin:0 2% 2% 0;}
.alignright {float:right;margin:0 0 2% 2%;}
.aligncenter {clear:both;display:block;margin:2% auto 2%;}

/* clearfix */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
/* clearfix for ie7 */
.clearfix {display:inline-block;}
.clearfix {display:block;}

img {max-width: 100%;height: auto;vertical-align: bottom;}
.wow {
   visibility: hidden;
}


/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/



body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	line-height: 2;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.opened {
	position: fixed;
	height: 100%;
	left: 0;
}



.bn_foot_links_bg {border-top: 1px solid #EEE; padding: 20px 0; clear: both;}
.bn_foot_links_bg ul {text-align: center;}
.bn_foot_links_bg ul li {display: inline-block;}
.bn_foot_links_bg ul li img {vertical-align: middle; padding: 0 15px 0;}
.bn_foot_links_bg ul li a:hover img {opacity: 0.8;}
#loopslider { margin: 0 auto; width: 100vw; height: 60px; text-align: left; position: relative; overflow: hidden;margin-left: -30px;}
#loopslider ul {float: left; display: inline; overflow: hidden;}
#loopslider ul li { margin:0 15px; float: left; display: inline; overflow: hidden;}
#loopslider ul li img { max-width: none;}
#loopslider ul:after { ontent: ".";height: 0; clear: both;display: block;visibility: hidden;}
#loopslider ul {display: inline-block; overflow: hidden;}

@media screen and (max-width: 800px) {
	#loopslider {
		margin-left: -15px;
	}
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/

#header .contact-fixed a {
	position: fixed;
	top: 50%;
	right: 0;
	display: block;
	color: #fff;
	background-color: #000;
	z-index: 1000;
	font-size: 14px;
	line-height: 1;
	width: 45px;
	padding: 30px 15px;
	border-radius: 4px 0 0 4px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translate(100%,-50%);
	-ms-transform: translate(100%,-50%);
	-o-transform: translate(100%,-50%);
	transform: translate(100%,-50%);
}
#header .contact-fixed a:hover {
	opacity: .6;
}
#header .contact-fixed a img {
	width: 15px;
	margin-bottom: 7px;
}
.moved #header .contact-fixed a {
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
#header .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
#header .header-wrap .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -2px;s
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 180px;
}
#header .header-wrap .logo a {
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-wrap .logo a:hover {
	opacity: .6;
}
#header .header-wrap .logo img {
	width: 100%;
	height: auto;
}

#header .header-wrap .header-tel {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 30px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-wrap .header-tel:hover {
	opacity: .6;
}

#header .header-wrap .contact {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#header .header-wrap .contact li:nth-child(1) {
	margin-right: 10px;
}
#header .header-wrap .contact li:nth-child(1) a {
	line-height: 38px;
	text-align: center;
	display: block;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	width: 180px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	
}
#header .header-wrap .contact li:nth-child(1) a:hover {
	opacity: .6;
}
#header .header-wrap .contact li:nth-child(1) a img {
	vertical-align: middle;
	margin-right: .5em;
}
#header .header-wrap .contact li:nth-child(2) a {
	line-height: 38px;
	text-align: center;
	display: block;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: transparent;
	color: #000;
	width: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-wrap .contact li:nth-child(2) a:hover {
	color: #fff;
	background-color: #000;
}


#header .header-nav > ul {
	border-top: 1px solid #ddd;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	position: absolute;
	top: 100%;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background-color: #fff;
	justify-content: center;
	box-shadow: 0 3px 3px 0 rgba(4,0,0,0);
	-webkit-transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
}
.moved #header .header-nav > ul {
	box-shadow: 0 3px 3px 0 rgba(4,0,0,.2);
}
.fixed #header .header-nav > ul {
	position: fixed;
	top: 0;
}
#header .header-nav > ul > li {
	width: 25%;
	max-width: 320px;
}

#header .header-nav > ul > li > a,
#header .header-nav > ul > li > span {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 3.75;
	display: block;
	text-align: center;
	width: 100%;
	color: #000;
	position: relative;
}
#header .header-nav > ul > li > a .underbar,
#header .header-nav > ul > li > span .underbar {
	display: block;
	background-color: transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li > a:hover .underbar,
#header .header-nav > ul > li > span:hover .underbar {
	background-color: #000;
}
#header .header-nav > ul > li > a:before,
#header .header-nav > ul > li > span:before {
	content: '';
	display: block;
	background-color: #ddd;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header .header-nav > ul > li:first-child > a:after,
#header .header-nav > ul > li:first-child > span:after {
	content: '';
	display: block;
	background-color: #ddd;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header .header-nav > ul > li .nav-child {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 50px 30px;
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(4,0,0,.2);
}
#header .header-nav > ul > li .nav-child,
#header .header-nav > ul > li .nav-child * {
	transition: 0s !important;
}
#header .header-nav > ul > li:hover .nav-child {
	opacity: 1;
	visibility: visible;
}
#header .header-nav > ul > li .nav-child-wrap {
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
#header .header-nav > ul > li .nav-child-wrap h2 {
	font-size: 14px;
	margin-bottom: 2em;
	color: #000;
}
#header .header-nav > ul > li .nav-child-wrap h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #999;
	letter-spacing: .05em;
	font-size: 15px;
	margin-bottom: .5em;
}

#header .header-nav > ul > li .service-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#header .header-nav > ul > li .service-list li {
	width: 13%;
}
#header .header-nav > ul > li .service-list a .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	overflow: hidden;
}
#header .header-nav > ul > li .service-list a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .service-list a:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#header .header-nav > ul > li .service-list a h3 {
	font-size: 15px;
	line-height: 1.5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .service-list a:hover h3 {
	opacity: .6;
}

#header .header-nav > ul > li .nav-child-wrap .btn-all {
	display: inline-block;
	font-size: 18px;
	color: #000;
	margin: -.5em 0 1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .nav-child-wrap .btn-all:hover {
	opacity: .6;
}
#header .header-nav > ul > li .nav-child-wrap .btn-all img {
	width: 26px;
	vertical-align: baseline;
	margin-right: .5em;
}
#header .header-nav > ul > li .works-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#header .header-nav > ul > li .works-list > li {
	width: 18.75%;
}

#header .header-nav > ul > li .works-list a .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	overflow: hidden;
}
#header .header-nav > ul > li .works-list a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .works-list a:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#header .header-nav > ul > li .works-list a h3 {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: .2em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .works-list a:hover h3 {
	opacity: .6;
}
#header .header-nav > ul > li .cat-list {
	letter-spacing: -.5em;
}
#header .header-nav > ul > li .cat-list li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 11px;
	margin-right: .5em;
}
#header .header-nav > ul > li .cat-list li a {
	pointer-events: none; /* 一時対応 */
	color: #666;
	line-height: 2;
	display: block;
	white-space: nowrap;
	padding: 0 .5em;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .cat-list li a:hover {
	border-color: #000;
	color: #000;
}
#header .header-nav > ul > li .btn-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#header .header-nav > ul > li .btn-list.company {
	margin-top: -1.5625%;
}
#header .header-nav > ul > li .btn-list.company li {
	width: 32.34%;
	padding-top: 1.5625%;
}
#header .header-nav > ul > li .btn-list.events li {
	width: 49.21%;
}

#header .header-nav > ul > li .btn-list li a {
	display: block;
	font-size: 15px;
	line-height: 4.5;
	border: 1px solid #000;
	text-align: center;
	width: 100%;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .header-nav > ul > li .btn-list li a:hover {
	opacity: .6;
}
#header .header-nav > ul > li .btn-list li a img,
#header .header-nav > ul > li .btn-list li a i {
	position: absolute;
	font-size: 16px;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
	#header .header-wrap .contact li:nth-child(1) a {
		width: 140px;
	}
	#header .header-wrap .contact li:nth-child(2) a {
		width: 80px;
	}
}
@media screen and (max-width: 800px) {
	#header .contact-fixed {
		display: none;
	}
	#header .header-wrap {
		position: fixed;
		height: 60px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.moved #header .header-wrap {
		box-shadow: 0 3px 3px 0 rgba(4,0,0,.2);
	}
	#header .header-wrap .logo {
		width: 140px;
	}
	#header .header-wrap .header-tel {
		display: none;
	}
	#header .header-wrap .contact {
		display: none;
	}
	#header .header-nav > ul {
		display: none;
	}
	
}


.menu-trigger {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: none;
	z-index: 1001;
}

.menu-trigger span {
	display: block;
	position: absolute;
	right: 18px;
	height: 2px;
	opacity: 1;
	background-color: #000;
}
.menu-trigger:hover span {
	opacity: 0.7;
}
.menu-trigger span:nth-of-type(1) {
	top: 19px;
	width: 24px;
	-webkit-transition: top .2s ease .3s, background-color .2s ease .2s, -webkit-transform .2s ease 0s;
	-o-transition: top .2s ease .3s, background-color .2s ease .2s, -o-transform .2s ease 0s;
	transition: top .2s ease .3s, background-color .2s ease .2s, transform .2s ease 0s;
}
.menu-trigger span:nth-of-type(2) {
	top: 29px;
	width: 16px;
	-webkit-transition: width .2s ease .1s, opacity 0s ease .2s;
	-o-transition: width .2s ease .1s, opacity 0s ease .2s;
	transition: width .2s ease .1s, opacity 0s ease .2s;
}
.menu-trigger span:nth-of-type(3) {
	top: 39px;
	width: 24px;
	-webkit-transition: top .2s ease .3s, background-color .2s ease .2s, -webkit-transform .2s ease 0s;
	-o-transition: top .2s ease .3s, background-color .2s ease .2s, -o-transform .2s ease 0s;
	transition: top .2s ease .3s, background-color .2s ease .2s, transform .2s ease 0s;
}
.menu-trigger:hover span:nth-of-type(2) {
	width: 24px;
	-webkit-transition: width .2s ease .1s, opacity 0s ease .2s;
	-o-transition: width .2s ease .1s, opacity 0s ease .2s;
	transition: width .2s ease .1s, opacity 0s ease .2s;
}

.opened .menu-trigger span:nth-of-type(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 24px;
	top: 29px;
	background-color: #fff;
	-webkit-transition: top .2s ease 0s, background-color .2s ease .2s, -webkit-transform .2s ease .3s;
	-o-transition: top .2s ease 0s, background-color .2s ease .2s, -o-transform .2s ease .3s;
	transition: top .2s ease 0s, background-color .2s ease .2s, transform .2s ease .3s;
}
.opened .menu-trigger span:nth-of-type(2) {
	-webkit-transition: width .2s ease .1s, opacity 0s ease .2s;
	-o-transition: width .2s ease .1s, opacity 0s ease .2s;
	transition: width .2s ease .1s, opacity 0s ease .2s;
	opacity: 0;
}
.opened .menu-trigger span:nth-of-type(3) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 24px;
	top: 29px;
	background-color: #fff;
	-webkit-transition: top .2s ease 0s, background-color .2s ease .2s, -webkit-transform .2s ease .3s;
	-o-transition: top .2s ease 0s, background-color .2s ease .2s, -o-transform .2s ease .3s;
	transition: top .2s ease 0s, background-color .2s ease .2s, transform .2s ease .3s;
}



#header .sp-nav {
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0;
	width: 95%;
	height: 100%;
	max-width: 340px;
	color: #fff;
	background: #000;
	z-index: 1000;
	padding: 48px 0 30px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: .3s ease 0s;
	-o-transition: .3s ease 0s;
	transition: .3s ease 0s;
}
.opened #header .sp-nav {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s ease .2s;
	-o-transition: .3s ease .2s;
	transition: .3s ease .2s;
}

#header .sp-nav .logo-sp {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
}
#header .sp-nav .logo-sp img {
	width: 65px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .sp-nav .logo-sp:hover img {
	opacity: .6;
}
#header .sp-nav .main {
	width: 100%;
	border-bottom: 1px solid #333;
}
#header .sp-nav .main > li {
	border-top: 1px solid #333;
}
#header .sp-nav .main > li > a,
#header .sp-nav .main > li > span {
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding: .8em 1.25em;
	display: block;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .sp-nav .main > li > a:hover,
#header .sp-nav .main > li > span:hover {
	background-color: #333;
}


#header .sp-nav .main > li > span:before,
#header .sp-nav .main > li > span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -1px;
	height: 1px;
	width: 15px;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}
#header .sp-nav .main > li > span:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#header .sp-nav .main > li > span.active:before,
#header .sp-nav .main > li > span.active:after {
	background-color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


#header .sp-nav .main > li ul {
	display: none;
}
#header .sp-nav .main > li ul li {
	border-top: 1px solid #333;
}
#header .sp-nav .main > li ul li a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #b0b0b0;
	padding: .75em 1em .75em 2.5em;
	line-height: 1.5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .sp-nav .main > li ul li a:hover {
	background-color: #333;
}
#header .sp-nav .contact-list {
	padding-top: 10px;
}
#header .sp-nav .contact-list li {
	font-weight: 400;
	padding: 10px 20px 0;
}
#header .sp-nav .contact-list li a {
	display: block;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	line-height: 1.8;
	padding: 15px 0;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .sp-nav .contact-list li a:hover {
	background-color: #333;
}
#header .sp-nav .contact-list li a img {
	vertical-align: middle;
	margin-right: .5em;
}
#header .sp-nav .contact-list li:first-child a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: .035em;
	font-size: 18px;
	line-height: 1.5;
	padding: 15px 0;
}
#header .sp-nav .contact-list li:first-child a i {
	font-size: 90%;
}
#header .sp-nav .other {
	padding: 20px 20px 0;
	line-height: 1;
	letter-spacing: -.5em;
}
#header .sp-nav .other li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #f0f0f0;
	line-height: 1;
}
#header .sp-nav .other li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#header .sp-nav .other li a {
	color: #f0f0f0;
	font-size: 12px;
	line-height: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .sp-nav .other li a:hover {
	opacity: .6;
}
#header .sp-nav .sns {
	padding: 20px 20px 0;
	font-size: 24px;
	letter-spacing: -.5em;
	line-height: 1;
}
#header .sp-nav .sns li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 1em;
	line-height: 1;
}
#header .sp-nav .sns li a {
	color: #fff;
	line-height: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#header .sp-nav .sns li a:hover {
	opacity: .6;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.opened .overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition: .3s .3s;
	-o-transition: .3s .3s;
	transition: .3s .3s;
}

@media screen and (max-width: 800px) {
	.menu-trigger {
		display: block;
	}
	.menu-trigger:hover span:nth-of-type(2) {
		width: 16px;
	}
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/

#footer .footer-nav {
	background-color: #000;
	color: #fff;
	padding: 60px 30px;
}
#footer .footer-wrap {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#footer .footer-info {
	padding-right: 20px;
	width: 28%;
	border-right: 1px solid #333;
}
#footer .footer-info h2 {
	margin-bottom: 20px;
}
#footer .footer-info h2 a img {
	width: 160px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .footer-info h2 a:hover img {
	opacity: .6;
}
#footer .footer-info p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#footer .footer-info a {
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .footer-info a:hover {
	opacity: .6;
}
#footer .footer-info .sns {
	letter-spacing: -.5em;
	line-height: 1;
}
#footer .footer-info .sns li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 20px;
	margin-right: 1em;
	line-height: 1;
}
#footer .footer-info .sns li a {
	display: block;
	line-height: 1;
}

#footer .footer-main-nav {
	width: 66%;
}
#footer .footer-main-nav > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#footer .footer-main-nav > ul > li {
	width: 33%;
}
#footer .footer-main-nav > ul > li > ul > li > span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: .5em;
}
#footer .footer-main-nav > ul > li > ul > li > span.toggle {
	display: none;
	position: relative;
}
#footer .footer-main-nav > ul > li > ul > li > span.toggle:before,
#footer .footer-main-nav > ul > li > ul > li > span.toggle:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -1px;
	height: 1px;
	width: 15px;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}
#footer .footer-main-nav > ul > li > ul > li > span.toggle:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#footer .footer-main-nav > ul > li > ul > li > span.toggle.active:before,
#footer .footer-main-nav > ul > li > ul > li > span.toggle.active:after {
	background-color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#footer .footer-main-nav > ul > li > ul > li > a {
	display: block;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1.8em;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .footer-main-nav > ul > li > ul > li > a:hover {
	opacity: .6;
}
#footer .footer-main-nav > ul > li > ul > li > ul > li a {
	display: block;
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
	color: #f0f0f0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .footer-main-nav > ul > li > ul > li > ul > li a:hover {
	opacity: .6;
}


#footer .footer-main-nav .footer-copyright {
	text-align: right;
	padding-top: 20px;
}
#footer .footer-main-nav .footer-copyright .other {
	line-height: 1;
	letter-spacing: -.5em;
	font-size: 12px;
	margin-bottom: .5em;
}
#footer .footer-main-nav .footer-copyright .other li {
	line-height: 1;
	letter-spacing: normal;
	display: inline-block;
	margin-left: 1em;
	margin-bottom: .5em;
	padding-left: 1em;
	border-left: 1px solid #fff;
}
#footer .footer-main-nav .footer-copyright .other li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#footer .footer-main-nav .footer-copyright .other li a {
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .footer-main-nav .footer-copyright .other li a:hover {
	opacity: .6;
}
#footer .footer-main-nav .footer-copyright .copyright {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1;
}

@media screen and (max-width: 800px) {
	#footer .footer-nav {
		padding: 25px 15px;
	}
	#footer .footer-wrap {
		display: block;
	}
	#footer .footer-info {
		border: none;
		padding: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	#footer .footer-main-nav {
		width: 100%;
	}
	#footer .footer-main-nav > ul {
		display: block;
	}
	#footer .footer-main-nav > ul > li {
		width: 100%;
	}
	#footer .footer-main-nav > ul {
		border-bottom: 1px solid #333;
	}
	#footer .footer-main-nav > ul > li > ul > li > span {
		display: none;
	}
	#footer .footer-main-nav > ul > li > ul > li > span,
	#footer .footer-main-nav > ul > li > ul > li > a {
		font-size: 14px;
		line-height: 2;
		padding: 10px 25px 10px 5px;
		margin: 0;
		border-top: 1px solid #333;
	}
	#footer .footer-main-nav > ul > li > ul > li > span.toggle {
		display: block;
		cursor: pointer;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	#footer .footer-main-nav > ul > li > ul > li > a:hover,
	#footer .footer-main-nav > ul > li > ul > li > span.toggle:hover {
		opacity: 1;
		background-color: #333;
	}
	#footer .footer-main-nav > ul > li > ul > li > ul {
		display: none;
	}
	#footer .footer-main-nav > ul > li > ul > li > ul > li {
		border-top: 1px solid #333;
	}
	#footer .footer-main-nav > ul > li > ul > li > ul > li a {
		font-size: 12px;
		line-height: 2;
		padding: .6em 20px;
	}
	#footer .footer-main-nav > ul > li > ul > li > ul > li a:hover {
		opacity: 1;
		background-color: #333;
	}
	#footer .footer-main-nav .footer-copyright {
		text-align: center;
		padding-top: 25px;
	}
	#footer .footer-main-nav .footer-copyright .other {
		margin-bottom: 20px;
	}
}



/*------------------------------------------------------------
	MAIN
------------------------------------------------------------*/

.wrap {
	padding-top: 140px;
}

.btn-black {
	padding-top: 40px;
	text-align: center;
}
.btn-black a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 2;
	padding: 20px;
	width: 100%;
	max-width: 350px;
	background-color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-black a:hover {
	opacity: .6;
}
.btn-black a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.btn-white {
	padding-top: 40px;
	text-align: center;
}
.btn-white a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 2;
	padding: 19px;
	width: 100%;
	max-width: 350px;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-white a:hover {
	background-color: rgba(255,255,255,0.25);
}
.btn-white a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.underconstruction {
	text-align: center;
}


@media screen and (max-width: 800px) {
	.wrap {
		padding-top: 60px;
	}
	.btn-black {
		padding-top: 30px;
	}
	.btn-black a {
		font-size: 14px;
		max-width: 275px;
		padding: 16px;
	}
	.btn-black a:after {
		width: 6px;
		height: 6px;
		right: 16px;
	}
	.btn-white {
		padding-top: 30px;
	}
	.btn-white a {
		font-size: 14px;
		max-width: 275px;
		padding: 16px;
	}
	.btn-white a:after {
		width: 6px;
		height: 6px;
		right: 16px;
	}
}


/*------------------------------------------------------------
	TOP - SLIDE
------------------------------------------------------------*/
#slide .topslide-wrap div {
	line-height: 1;
	vertical-align: top;
}
#slide .topslide-wrap .slide-list {
	position: relative;
	padding: 0;
}
#slide .topslide-wrap .slide-list a {
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
}
#slide .topslide-wrap .slide-list a:hover {
	opacity: .7;
}
#slide .topslide-wrap .slide-list {
	width: 100vw;
	padding-top: 550px;
	position: relative;
}
#slide .topslide-wrap .slide-list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#slide .topslide-wrap .slide-list img.sp {
	display: none;
}
#slide .topslide-wrap .slide-list img.pc {
	display: block;
}
#slide .topslide-wrap .slide-list img.bg {
	object-fit: cover;
	z-index: 1;
}
#slide .topslide-wrap .slide-list img.txt {
	object-fit: contain;
	z-index: 2;
}

#slide .topslide-wrap .slick-prev {
	width: 40px;
	height: 40px;
	left: 20px;
	right: auto;
	background: rgba(0,0,0,1);
	z-index: 100;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .topslide-wrap .slick-next {
	width: 40px;
	height: 40px;
	left: auto;
	right: 20px;
	background: rgba(0,0,0,.7);
	z-index: 100;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .topslide-wrap .slick-prev:hover,
#slide .topslide-wrap .slick-next:hover {
	background: rgba(0,0,0,.6);
}
#slide .topslide-wrap .slick-next:before {
	content: '';
	width: 2px;
	height: 8px;
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 50%;
	left: 20px;
	opacity: 1;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .topslide-wrap .slick-next:after {
	content: '';
	width: 2px;
	height: 8px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	opacity: 1;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .topslide-wrap .slick-prev:before {
	content: '';
	width: 2px;
	height: 8px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	opacity: 1;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	-o-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .topslide-wrap .slick-prev:after {
	content: '';
	width: 2px;
	height: 8px;
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 50%;
	right: 20px;
	opacity: 1;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .topslide-wrap .slick-next:hover:before,
#slide .topslide-wrap .slick-next:hover:after,
#slide .topslide-wrap .slick-prev:hover:before,
#slide .topslide-wrap .slick-prev:hover:after {
	opacity: .6;
}

#slide .slick-prev:before, #slide .slick-next:before {
	display: none;
}
#slide .slick-dots li button {
	width: 12px;
	height: 12px;
	line-height: 1;
	opacity: .6;
	margin: 0 3px;
	background: none;
	border: none;
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#slide .slick-dots li.slick-active button {
	opacity: 1;
}
#slide .slick-dots li button:before {
	content: '●';
	font-family: 'Roboto', sans-serif;
	width: 12px;
	height: 12px;
	line-height: 1;
	font-size: 12px;
	color: #fff;
	opacity: 1;
}

#slide .slick-dots {
	width: 100%;
	letter-spacing: -.5em;
	bottom: 14px;
	line-height: 1;
}
#slide .slick-dots li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: auto;
	height: auto;
	line-height: 1;
	padding: 0;
	margin: 0;
	opacity: 1;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#slide .slick-dots li:hover {
	opacity: .6;
}
#slide .slick-dots li.slick-active:hover {
	opacity: 1;
}

@media screen and (max-width: 1440px) {
	#slide .topslide-wrap .slide-list {
		width: 100vw;
		padding-top: 38.2%;
		position: relative;
	}
}

@media screen and (max-width: 800px) {
	#slide .topslide-wrap .slide-list {
		width: 100vw;
		padding-top: 73.3%;
		position: relative;
	}
	#slide .topslide-wrap .slide-list img.sp {
		display: block;
	}
	#slide .topslide-wrap .slide-list img.pc {
		display: none;
	}
	#slide .topslide-wrap .slick-prev {
		width: 30px;
		height: 30px;
		left: 0;
	}
	#slide .topslide-wrap .slick-next {
		width: 30px;
		height: 30px;
		right: 0;
	}
	#slide .topslide-wrap .slick-next:before {
		width: 2px;
		height: 6px;
		left: 15px;
	}
	#slide .topslide-wrap .slick-next:after {
		width: 2px;
		height: 6px;
		left: 15px;
	}
	#slide .topslide-wrap .slick-prev:before {
		width: 2px;
		height: 6px;
		right: 15px;
	}
	#slide .topslide-wrap .slick-prev:after {
		width: 2px;
		height: 6px;
		right: 15px;
	}
}


/*------------------------------------------------------------
	TOP - TOPICS
------------------------------------------------------------*/

#topics .section-wrap {
	padding: 80px 30px 0;
}
#topics .topics-wrap {
	max-width: 1280px;
	margin: auto;
	width: 100%;
	border: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
}
#topics .topics-wrap h2 {
	width: 120px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .05em;
	text-indent: .05em;
	text-align: center;
	border-right: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#topics .topics-wrap .topics-list {
	padding-left: 120px;
	line-height: 1;
}
#topics .topics-wrap .topics-list div {
	line-height: 1;
}
#topics .topics-wrap .topics-list a {
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 2;
	padding: 0 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#topics .topics-wrap .topics-list a:hover {
	opacity: .6;
}
#topics .topics-wrap .topics-list a h3 {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#topics .topics-wrap .topics-list a .date {
	display: inline-block;
	width: 6em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#topics .slick-dotted.slick-slider {
	margin-bottom: 0;
}
#topics .slick-dots {
	position: absolute;
	bottom: -55px;
	left: 0;
	line-height: 1;
}
#topics .slick-dots li {
	line-height: 1;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	vertical-align: bottom;
}
#topics .slick-dots li button {
	line-height: 1;
	width: 12px;
	height: 12px;
	padding: 0;
}
#topics .slick-dots li button:before {
	content: '●';
	font-family: 'Roboto', sans-serif;
	width: 12px;
	height: 12px;
	line-height: 1;
	font-size: 12px;
	color: #ddd;
	opacity: 1;
}
#topics .slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}

#topics .btn-all {
	padding-top: 10px;
	max-width: 1280px;
	width: 100%;
	text-align: right;
	margin: auto;
}
#topics .btn-all a {
	position: relative;
	z-index: 1;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#topics .btn-all a:hover {
	opacity: .6;
}
#topics .btn-all a img {
	width: 19px;
	vertical-align: baseline;
	margin-right: .5em;
}

@media screen and (max-width: 800px) {
	#topics .section-wrap {
		padding: 30px 15px 0;
	}
	#topics .topics-wrap {
		padding: 15px;
	}
	#topics .topics-wrap h2 {
		width: 100%;
		text-align: left;
		font-size: 16px;
		text-indent: 0;
		position: static;
		border-right: none;
		border-bottom: 1px solid #ddd;
		margin-bottom: .5em;
		padding-bottom: .4em;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#topics .topics-wrap .topics-list {
		padding: 0;
	}
	#topics .topics-wrap .topics-list a {
		padding: 0;
		font-size: 13px;
		line-height: 1.7;
	}
	#topics .topics-wrap .topics-list a h3 {
		white-space: normal;
		overflow: auto;
	}
	#topics .topics-wrap .topics-list a .date {
		display: block;
		margin-right: 0;
		width: 100%;
	}
	#topics .slick-dots {
		bottom: -48px;
		text-align: left;
		left: -15px;
	}
	#topics .btn-all a {
		font-size: 13px;
	}
	#topics .btn-all a img {
		width: 18px;
	}
}

/*------------------------------------------------------------
	BREADCRUMB
------------------------------------------------------------*/

#breadcrumb .section-wrap {
	padding: 10px 30px;
	max-width: 1340px;
	width: 100%;
	margin: auto;
}
#breadcrumb .section-wrap ul {
	letter-spacing: -.5em;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
#breadcrumb .section-wrap ul li {
	display: inline;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 11px;
	line-height: 1.64;
}
#breadcrumb .section-wrap ul li a {
	text-decoration: underline;
	display: inline-block;
	line-height: 1.64;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#breadcrumb .section-wrap ul li a:hover {
	opacity: .6;
}
#breadcrumb .section-wrap ul li img {
	width: 19px;
	vertical-align: bottom;
	margin-right: .2em;
}
#breadcrumb .section-wrap ul li:before {
	content: '／';
	color: #ddd;
	font-size: 12px;
	margin: 0 .75em;
}
#breadcrumb .section-wrap ul li:first-child:before {
	display: none;
}

@media screen and (max-width: 800px) {
	#breadcrumb .section-wrap {
		padding: 10px 15px;
	}
	#breadcrumb .section-wrap ul li {
		font-size: 10px;
		line-height: 1.6;
	}
	#breadcrumb .section-wrap ul li a {
		line-height: 1.6;
	}
	#breadcrumb .section-wrap ul li a span {
		display: none;
	}
	#breadcrumb .section-wrap ul li img {
		width: 17px;
		margin-right: 0;
	}
	#breadcrumb .section-wrap ul li:before {
		font-size: 10px;
	}
}


/*------------------------------------------------------------
	PAGENAVI
------------------------------------------------------------*/

.pagenavi-wrap .wp-pagenavi {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -.5em;
	padding: 30px 0 90px;
}
.pagenavi-wrap .wp-pagenavi.sp {
	display: none;
}
.pagenavi-wrap .wp-pagenavi a,
.pagenavi-wrap .wp-pagenavi span {
	display: inline-block;
	letter-spacing: normal;
	line-height: 2.5;
	width: 3.125em;
	text-align: center;
	margin: 0 5px;
	border: none;
	color: #999;
	border-bottom: 1px solid #ddd;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pagenavi-wrap .wp-pagenavi a:hover {
	color: #000;
	border-color: #000;
}
.pagenavi-wrap .wp-pagenavi span.extend {
	border-color: transparent;
}
.pagenavi-wrap .wp-pagenavi span.current {
	color: #000;
	border-color: #000;
	opacity: 1;
}
.pagenavi-wrap .wp-pagenavi a:first-child,
.pagenavi-wrap .wp-pagenavi span:first-child {
	border-left: none;
}


@media screen and (max-width: 800px) {
	.pagenavi-wrap .wp-pagenavi {
		padding: 30px 0 60px;
	}
	.pagenavi-wrap .wp-pagenavi a,
	.pagenavi-wrap .wp-pagenavi span {
		width: 2.5em;
		margin: 0 4px;
	}
	.pagenavi-wrap .wp-pagenavi span.extend {
		display: none;
	}
	.pagenavi-wrap .wp-pagenavi a.first,
	.pagenavi-wrap .wp-pagenavi a.last {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.pagenavi-wrap .wp-pagenavi {
		font-size: 4vw;
	}
}

/*------------------------------------------------------------
	PAGE - COMMON
------------------------------------------------------------*/
#page-title .section-wrap {
	background-color: #000;
	text-align: center;
	padding: 21px 30px;
}
#page-title .section-wrap .title {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	text-indent: .05em;
	letter-spacing: .05em;
}
#page-title .section-wrap .title span {
	display: block;
	font-size: 16px;
	text-indent: .05em;
	letter-spacing: .05em;
	line-height: 1.4;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 800px) {
	#page-title .section-wrap {
		padding: 12px 15px;
	}
	#page-title .section-wrap .title {
		font-size: 20px;
	}
	#page-title .section-wrap .title span {
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	SINGLE - COMMON
------------------------------------------------------------*/

#main .section-wrap {
	padding: 80px 30px;
	width: 100%;
	max-width: 860px;
	margin: auto;
}
#main .title .date {
	color: #999;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	text-indent: .05em;
	margin-bottom: 1em;
	line-height: 1;
	font-size: 13px;
}
.archive .title h1 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	text-indent: .05em;
	letter-spacing: .05em;
	line-height: 1.75;
	padding-bottom: 1em;
	margin-bottom: 1.25em;
}
#main .title h1 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	text-indent: .05em;
	letter-spacing: .05em;
	line-height: 1.75;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	margin-bottom: 1.25em;
}
#main .main-contents {
	font-size: 15px;
	letter-spacing: .05em;
	padding-bottom: 60px;
}
#main .contents {
	padding-bottom: 30px;
}
#main .contents strong {
	font-weight: 700;
}
#main .contents iframe {
	max-width: 100%;
}
#main .contents h2 {
	padding: .5em 1em;
	background-color: #f5f5f5;
	color: #000;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 1em;
}
#main .contents h3 {
	border-left: 1px solid #000;
	font-size: 20px;
	padding-left: .5em;
	line-height: 1.25;
	margin-bottom: 1.5em;
	letter-spacing: .05em;
}
#main .contents p {
	line-height: 1.7;
	margin-bottom: 1em;
}
#main .contents blockquote {
	padding: 1em;
	font-style: italic;
}
#main .contents table + h2,
#main .contents table + h3,
#main .contents p + h2,
#main .contents p + h3 {
	margin-top: 3em;
}
#main .contents p a {
	text-decoration: underline;
	word-break: break-all;
}
#main .additional-contents {
	background-color: #f4f4f4;
	padding: 30px;
	position: relative;
	margin-top: 30px;
}
#main .additional-contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100px;
	background-color: #000;
	display: block;
	z-index: 1;
}

#main .share-nav {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#main .share-nav h2 {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .03em;
	text-indent: .03em;
	text-align: center;
	margin-top: -.5em;
}
#main .share-nav h2 span {
	display: inline-block;
	padding: 0 .5em;
	background-color: #fff;
}
#main .share-nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 10px 0 15px;
}
#main .share-nav ul li {
	font-size: 20px;
	margin: 0 1em;
	line-height: 1;
}
#main .share-nav ul li a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .share-nav ul li a:hover {
	opacity: .6;
}
#main .share-nav ul li svg {
	width: 30px;
	height: 30px;
	vertical-align: bottom;
}

#main .contents .rt table,
#main .contents .rt table tbody,
#main .contents table.rt,
#main .contents table.rt tbody {
	width: 100%;
}
#main .contents .rt table td:nth-child(1),
#main .contents table.rt td:nth-child(1) {
	width: 25%;
	font-weight: 400;
	letter-spacing: .05em;
	padding: 2em 1em;
	border-bottom: 1px solid #000;
}
#main .contents .rt table td:nth-child(2),
#main .contents table.rt td:nth-child(2) {
	width: 75%;
	letter-spacing: .05em;
	padding: 2em 1em;
	border-bottom: 1px solid #ddd;
}

#prevnext .section-wrap {
	width: 100%;
}
#prevnext .prevnext {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 14px;
	line-height: 1.14;
}
#prevnext .prevnext img {
	vertical-align: middle;
}
#prevnext .prevnext li > span,
#prevnext .prevnext li > a {
	width: 100%;
	height: 100%;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 2em 1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#prevnext .prevnext li > a:hover {
	background-color: #f6f6f6;
}
#prevnext .prevnext li > span {
	opacity: .25;
}
#prevnext .prevnext .prev {
	flex-basis: 130px;
	border-right: 1px solid #ddd;
}
#prevnext .prevnext .next {
	border-left: 1px solid #ddd;
	flex-basis: 130px;
}
#prevnext .prevnext .prev img {
	width: 7px;
	margin-right: 1em;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#prevnext .prevnext .next img {
	width: 7px;
	margin-left: 1em;
}
#prevnext .prevnext .archive {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	flex-basis: auto;
}
#prevnext .prevnext .archive img {
	margin-right: 1em;
}




@media screen and (max-width: 800px) {
	#main .section-wrap {
		padding: 40px 15px;
	}
	#main .title .date {
		font-size: 12px;
		text-align: left;
		text-indent: 0;
	}
	.archive .title h1 {
		font-size: 18px;
		line-height: 1.5;
	}
	#main .title h1 {
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
		text-indent: 0;
	}
	#main .contents {
		padding-bottom: 20px;
	}
	#main .contents h3 {
		font-size: 16px;
		line-height: 1.625;
	}
	#main .main-contents {
		font-size: 13px;
		padding-bottom: 40px;
	}
	#main .contents p {
		line-height: 1.7;
	}
	#main .additional-contents {
		padding: 15px;
		margin-top: 20px;
	}
	#main .share-nav h2 {
		font-size: 13px;
	}
	#main .share-nav ul {
		padding: 0 0 4px;
	}
	#main .share-nav ul li {
		font-size: 20px;
		margin: 0 1em;
	}
	#main .contents .rt table,
	#main .contents table.rt {
		font-size: 13px;
		line-height: 1.7;
	}
	#main .contents .rt table td:nth-child(1),
	#main .contents table.rt td:nth-child(1) {
		display: block;
		width: 100%;
		padding: 0;
		border: none;
		font-weight: bold;
	}
	#main .contents .rt table td:nth-child(2),
	#main .contents table.rt td:nth-child(2) {
		display: block;
		width: 100%;
		padding: 0 0 1.5em;
		margin-bottom: 1.5em;
	}
	#prevnext .prevnext {
		font-size: 12px;
		line-height: 1;
	}
	#prevnext .prevnext img {
		vertical-align: middle;
	}
	#prevnext .prevnext li > span,
	#prevnext .prevnext li > a {
		padding: 1.4em 1em;
	}
	#prevnext .prevnext .prev {
		flex-basis: 45px;
	}
	#prevnext .prevnext .next {
		flex-basis: 45px;
	}
	#prevnext .prevnext .prev a span,
	#prevnext .prevnext .prev span span,
	#prevnext .prevnext .next a span,
	#prevnext .prevnext .next span span {
		display: none;
	}
	#prevnext .prevnext .prev img {
		width: 6px;
		margin-right: 0;
	}
	#prevnext .prevnext .next img {
		width: 6px;
		margin-left: 0;
	}
	#prevnext .prevnext .archive img {
		margin-right: 1em;
		width: 12px;
	}
}




/*------------------------------------------------------------
	TOP - MESSAGE
------------------------------------------------------------*/

#message .section-wrap {
	padding: 100px 30px;
}
#message .message-wrap {
	max-width: 960px;
	width: 100%;
	margin: auto;
}
#message .message {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#message .message h2 {
	width: 420px;
	font-size: 25px;
	line-height: 1.6;
}
#message .message p {
	font-size: 15px;
	line-height: 2;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
#message .btn-all {
	display: block;
	line-height: 1;
	font-size: 15px;
}
#message .btn-all a {
	display: inline-block;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#message .btn-all a:hover {
	opacity: .6;
}
#message .btn-all a img {
	width: 19px;
	vertical-align: baseline;
	margin-right: .5em;
}
@media screen and (max-width: 800px) {
	#message .section-wrap {
		padding: 50px 15px;
	}
	#message .message {
		display: block;
	}
	#message .message h2 {
		width: 100%;
		font-size: 18px;
		height: 1.6;
		margin-bottom: .5em;
	}
	#message .message p {
		font-size: 13px;
		line-height: 1.8;
		margin-bottom: .5em;
	}
	#message .btn-all {
		display: block;
		text-align: right;
		font-size: 13px;
		#message .btn-all a img {
			width: 18px;
		}
	}
}
/*------------------------------------------------------------
	TOP - SERVICE
------------------------------------------------------------*/

#service .kv {
	width: 100%;
	position: relative;
}
#service .kv img {
	width: 100%;
	height: auto;
}
#service .kv .pc {
	display: block;
}
#service .kv .sp {
	display: none;
}

#service .kv h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
	text-indent: .05em;
	line-height: 1;
	padding-bottom: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#service .kv h2:after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 4px;
	width: 48px;
	margin-left: -24px;
}
#service .contents {
	padding: 50px 30px;
	max-width: 1340px;
	margin: auto;
	text-align: center;
}
#service .contents h3 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 1em;
}
#service .contents h3 .sp {
	display: none;
}
#service .contents p {
	font-size: 15px;
	line-height: 2;
}
#service .contents .service-list {
	margin-top: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-right: 1px solid #ddd;
}
#service .contents .service-list li {
	width: 16.67%;
	border-left: 1px solid #ddd;
}
#service .contents .service-list li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#service .contents .service-list li a:hover {
	background-color: #ddd;
}
#service .contents .service-list li a .icon {
	padding: 10px 0;
}
#service .contents .service-list li a .icon img {
	max-width: 140px;
	width: 100%;
}
#service .contents .service-list li a h4 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	padding-bottom: 2em;
}
#service .contents .service-list li a h4 .sp {
	display: none;
}

@media screen and (max-width: 800px) {
	#service .kv .pc {
		display: none;
	}
	#service .kv .sp {
		display: block;
	}
	#service .kv h2 {
		font-size: 28px;
		padding-bottom: 12px;
	}
	#service .kv h2:after {
		width: 24px;
		height: 2px;
		margin-left: -12px;
	}
	#service .contents {
		padding: 25px 15px;
	}
	#service .contents h3 {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: .5em;
	}
	#service .contents h3 .sp {
		display: block;
	}
	#service .contents p {
		text-align: left;
		font-size: 13px;
		line-height: 1.8;
	}
	#service .contents p br {
		display: none;
	}
	#service .contents .service-list {
		justify-content: center;
		border: none;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 5px;
	}
	#service .contents .service-list li {
		width: 25%;
		margin-top: 15px;
	}
	#service .contents .service-list li:nth-child(4n) {
		border-right: 1px solid #ddd;
	}
	#service .contents .service-list li:last-child {
		border-right: 1px solid #ddd;
	}
	#service .contents .service-list li a .icon {
		padding: 0 10%;
	}
	#service .contents .service-list li a h4 {
		font-size: 10px;
		line-height: 1.4;
		padding-bottom: .5em;
	}
	#service .contents .service-list li a h4.sl {
		line-height: 2.8;
	}
	#service .contents .service-list li a h4 .sp {
		display: block;
	}
}

/*------------------------------------------------------------
	TOP - WORKS
------------------------------------------------------------*/
#works .section-wrap {
	padding: 100px 30px;
}
#works .title {
	text-align: center;
}
#works .title h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #000;
	letter-spacing: .05em;
	text-indent: .05em;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 1em;
	position: relative;
}
#works .title h2:after {
	content: '';
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 4px;
	width: 48px;
	margin-left: -24px;
}
#works .title h3 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 1em;
}
#works .title p {
	font-size: 15px;
	line-height: 2;
}

#works .works-list {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#works .works-list > li {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 5%;
}
#works .works-list > li:nth-child(3n) {
	margin-right: 0;
}

#works .works-list a .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
	overflow: hidden;
}
#works .works-list a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works .works-list a:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#works .works-list a h4 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works .works-list a:hover h4 {
	opacity: .6;
}
#works .works-list a h5 {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works .works-list a:hover h5 {
	opacity: .6;
}
#works .works-list .cat-list {
	letter-spacing: -.5em;
	line-height: 1;
}
#works .works-list .cat-list li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 11px;
	margin-right: .5em;
	margin-bottom: .5em;
}
#works .works-list .cat-list li a {
	pointer-events: none; /* 一時対応 */
	color: #666;
	line-height: 2;
	display: block;
	white-space: nowrap;
	padding: 0 .5em;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works .works-list .cat-list li a:hover {
	border-color: #000;
	color: #000;
}

@media screen and (max-width: 800px) {
	#works .section-wrap {
		padding: 50px 15px;
	}
	#works .title h2 {
		font-size: 28px;
		padding-bottom: 12px;
	}
	#works .title h2:after {
		width: 24px;
		height: 2px;
		margin-left: -12px;
	}
	#works .title h3 {
		font-size: 17px;
	}
	#works .title p {
		font-size: 13px;
		line-height: 1.8;
		text-align: left;
	}
	#works .works-list > li {
		width: 49%;
		margin-right: 2%;
	}
	#works .works-list > li:nth-child(3n) {
		margin-right: 2%;
	}
	#works .works-list > li:nth-child(2n) {
		margin-right: 0;
	}
	#works .works-list a .thumb {
		margin-bottom: 10px;
	}
	#works .works-list a h4 {
		font-size: 15px;
		margin-bottom: .5em;
	}
	#works .works-list a h5 {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	#works .works-list > li {
		width: 100%;
		margin-right: 0;
	}
	#works .works-list > li:nth-child(3n) {
		margin-right: 0;
	}
}


/*------------------------------------------------------------
	TOP - BLOG
------------------------------------------------------------*/
#blog .section-wrap {
	padding: 100px 30px;
	background-color: #f4f4f4;
}
#blog .title {
	text-align: center;
}
#blog .title h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 500;
	color: #000;
	letter-spacing: .05em;
	text-indent: .05em;
	line-height: 1;
	padding-bottom: 20px;
	margin-bottom: 1em;
	position: relative;
}
#blog .title h2:after {
	content: '';
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 4px;
	width: 48px;
	margin-left: -24px;
}
#blog .title h3 {
	font-size: 16px;
	line-height: 1.4;
}

#blog .blog-list {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#blog .blog-list > li {
	width: 22.65%;
	margin-right: 3.125%;
	margin-bottom: 5%;
}
#blog .blog-list > li:nth-child(4n) {
	margin-right: 0;
}

#blog .blog-list a .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	overflow: hidden;
}
#blog .blog-list a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#blog .blog-list a:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#blog .blog-list a .date {
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	display: block;
}
#blog .blog-list a h4 {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#blog .blog-list a:hover h4 {
	opacity: .6;
}
#blog .blog-list .cat-list {
	letter-spacing: -.5em;
	line-height: 1;
}
#blog .blog-list .cat-list li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 11px;
	margin-right: .5em;
	margin-bottom: .5em;
}
#blog .blog-list .cat-list a {
	display: block;117
	color: #666;
	line-height: 2;
	white-space: nowrap;
	padding: 0 .5em;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#blog .blog-list .cat-list a:hover {
	border-color: #000;
	color: #000;
}
@media screen and (max-width: 800px) {
	#blog .section-wrap {
		padding: 50px 15px;
	}
	#blog .title h2 {
		font-size: 28px;
		padding-bottom: 12px;
		margin-bottom: .5em;
	}
	#blog .title h2:after {
		width: 24px;
		height: 2px;
		margin-left: -12px;
	}
	#blog .title h3 {
		font-size: 13px;
	}
	#blog .blog-list {
		margin-top: 25px;
	}
	#blog .blog-list > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	#blog .blog-list > li:last-child {
		margin-bottom: 0;
	}
	#blog .blog-list .a-thumb {
		float: left;
		width: 145px;
		margin-bottom: 0;
	}
	#blog .blog-list a .date {
		margin-left: 160px;
		font-size: 11px;
		line-height: 1.2;
		margin-bottom: .5em;
	}
	#blog .blog-list a h4 {
		margin-left: 160px;
		font-size: 13px;
		line-height: 1.6;
	}
	#blog .blog-list .cat-list {
		margin-left: 160px;
	}
	#blog .blog-list .cat-list li {
		font-size: 10px;
	}
}

/*------------------------------------------------------------
	WORKS ARCHIVE
------------------------------------------------------------*/

#works.archive .section-wrap {
	padding: 40px 30px 50px;
}
#works.archive .section-wrap .btn-filter {
	display: none; /* 一時対応 */
	text-align: center;
	position: relative;
	width: 100vw;
	margin-left: -30px;
}
#works.archive .section-wrap .btn-filter .btn {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 3;
	border: 1px solid #ddd;
	text-align: center;
	width: 300px;
	position: relative;
	z-index: 10;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works.archive .section-wrap .btn-filter .btn:hover {
	border-color: #000;
}
#works.archive .section-wrap .btn-filter .btn img {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.show-modal #works.archive .section-wrap .btn-filter .btn img {
	-webkit-transform: translateY(-50%) rotate(270deg);
	-ms-transform: translateY(-50%) rotate(270deg);
	-o-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg);
}
#works.archive .section-wrap .btn-filter .modal {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0 3px 3px 0 rgba(4,0,0,.2);
	box-shadow: 0 3px 3px 0 rgba(4,0,0,.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.show-modal #works.archive .section-wrap .btn-filter .modal {
	visibility: visible;
	opacity: 1;
}
#works.archive .section-wrap .btn-filter .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
}
.show-modal #works.archive .section-wrap .btn-filter .modal-overlay {
	visibility: visible;
	opacity: 1;
}
#works.archive .section-wrap .btn-filter .modal-wrap {
	padding: 40px 30px;
}
#works.archive .searchandfilter ul li {
	padding: 0;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	max-width: 1280px;
	width: 100%;
	margin: auto;
	text-align: left;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li {
	width: 33.33%;
	border-left: 1px solid #ddd;
	padding: 2% 3%;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li:last-child {
	border-right: 1px solid #ddd;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li input {
	display: none;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > label {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1em;
	padding: 0;
	pointer-events: none;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li {
	width: 50%;
	font-size: 13px;
	margin-top: 1em;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > label {
	width: 100%;
	display: block;
	position: relative;
	line-height: 1.2;
	padding-left: 1.75em;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > label:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > input:checked + label:before {
	border: 1px solid #000;
	background-color: #000;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > label:after {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 11px;
	position: absolute;
	top: 1px;
	left: 2px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > input:checked + label:after {
	opacity: 1;
}

#works_cat-nav {
	display: none; /* 一時対応 */
}
#works_cat-nav .section-wrap {
	padding: 0 30px 60px;
}

#works_cat-nav .works_cat-nav-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1280px;
	width: 100%;
	margin: auto;
	border-right: 1px solid #ddd;
	line-height: 1;
}
#works_cat-nav .works_cat-nav-wrap > li {
	width: 33.33%;
	border-left: 1px solid #ddd;
	padding: 2% 3%;
}
#works_cat-nav .works_cat-nav-wrap > li h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1em;
}
#works_cat-nav .works_cat-nav-wrap > li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#works_cat-nav .works_cat-nav-wrap > li ul li {
	width: 50%;
	font-size: 15px;
	margin-top: 1em;
}
#works_cat-nav .works_cat-nav-wrap > li ul li a {
	width: 100%;
	display: block;
	position: relative;
	line-height: 1.2;
	padding-left: 8px;
}
#works_cat-nav .works_cat-nav-wrap > li ul li a:before {
	content: '';
	display: block;
	width: 4px;
	height: 8px;
	background: url(images/icon-arrow.svg) center center/contain no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}
@media screen and (max-width: 800px) {
	#works.archive .section-wrap {
		padding: 20px 15px 50px;
	}
	#works.archive .section-wrap .btn-filter .btn {
		font-size: 12px;
		width: 225px;
	}
	#works.archive .section-wrap .btn-filter .btn img {
		right: 10px;
	}
	#works.archive .section-wrap .btn-filter {
		margin-left: -15px;
	}
	#works.archive .section-wrap .btn-filter .modal-wrap {
		padding: 30px 15px 0;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li {
		width: 100%;
		border: none;
		border-top: 1px solid #ddd;
		padding: 0 0 45px;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li:last-child {
		border: none;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > label {
		display: inline-block;
		padding-right: .5em;
		background-color: #fff;
		line-height: 1;
		margin-bottom: 0;
		font-size: 14px;
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul {
		margin-top: -15px;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li {
		font-size: 12px;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > label:before {
		width: 10px;
		height: 10px;
		top: 1px;
	}
	#works.archive .searchandfilter ul li.sf-field-taxonomy-works_category > ul > li > ul > li > label:after {
		font-size: 10px;
		left: 1px;
		top: 2px;
	}
	#works_cat-nav .section-wrap {
		padding: 0 15px 15px;
	}
	#works_cat-nav .works_cat-nav-wrap {
		border: none;
	}
	#works_cat-nav .works_cat-nav-wrap > li {
		width: 100%;
		border: none;
		border-top: 1px solid #ddd;
		padding: 0 0 45px;
	}
	#works_cat-nav .works_cat-nav-wrap > li h2 {
		display: inline-block;
		padding-right: .5em;
		background-color: #fff;
		line-height: 1;
		margin-bottom: 0;
		font-size: 14px;
		-webkit-transform: translateY(-9px);
		-ms-transform: translateY(-9px);
		-o-transform: translateY(-9px);
		transform: translateY(-9px);
	}
	#works_cat-nav .works_cat-nav-wrap > li ul li {
		font-size: 12px;
	}
}


/*------------------------------------------------------------
	SINGLE - WORKS
------------------------------------------------------------*/
.single-works #breadcrumb {
	border-top: 1px solid #ddd;
}
#works-mv .mv-wrap img {
	width: 100%;
	aspect-ratio: 1440/420;
	object-fit: cover;
}
#works-mv .mv-wrap img.spib {
	display: none;
}
.works-wrap {
	padding: 0 80px;
	overflow: hidden;
	overflow: visible;
	max-width: 1800px;
	margin: auto;
}
.works-title {
	padding: 60px 0 130px;
	max-width: 960px;
	width: 100%;
	margin: auto;
}
.works-title .client {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
}
.works-title .client::before {
	content: 'CLIENT';
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: 19px;
	margin-bottom: 5px;
	display: block;
	color: #999;
}
.works-title .title {
	margin: 50px 0 70px;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 700;
}
.works-title ul {
	display: flex;
	white-space: nowrap;
	flex-wrap: wrap;
	gap: 10px;
}
.works-title ul li a {
	pointer-events: none; /* 一時対応 */
	display: flex;
	padding: 0 40px;
	height: 55px;
	border: 1px solid #000;
	border-radius: 100px;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: 0.3s;
}
.works-title ul li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.works-title ul li a::before {
	content: '#';
	margin-right: 0.3em;
}
.works-outline {
	font-size: 22px;
	line-height: 2;
	font-weight: 700;
	max-width: 960px;
	margin: auto;
	min-height: 18.75vw;
	max-height: 337.5px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 140px;
}
.works-outline::before {
	width: calc(100vw * 1482 / 1440);
	height: calc(100vw * 270 / 1440);
	max-width: 1852.5px;
	max-height: 337.5px;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url(images/outline-pc.png) center center/contain no-repeat;
}
.works-outline .outline-wrap {
	position: relative;
	z-index: 2;
}
.works-contents {
	display: grid;
	grid-template-columns: 1fr;
	gap: 150px;
	margin-bottom: 180px;
}
.works-contents > * {
	min-height: 0;
	min-width: 0;
	width: 100%;
	max-width: 1040px;
}

@media (min-width: 801px) {
	.works-contents > *.sp {
		display: none;
	}
	.works-contents > *:nth-child(odd of :not(.sp)) {
		margin-right: auto;
		padding-right: 80px;
	}
	.works-contents > *:nth-child(even of :not(.sp)) {
		margin-left: auto;
		padding-left: 80px;
	}
}

@media (max-width: 800px) {
	.works-contents > *.pc {
		display: none;
	}
	.works-contents > *:nth-child(odd of :not(.pc)) {
		margin-right: auto;
		padding-right: 30px;
	}
	.works-contents > *:nth-child(even of :not(.pc)) {
		margin-left: auto;
		padding-left: 30px;
	}

}
.works-contents iframe {
	width: 100%;
}
.works-contents .wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16/9;
	height: auto;
}
.works-detail {
	margin: auto;
	margin-bottom: 180px;
	max-width: 960px;
}
.works-detail > * + * {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #ddd;
}
.works-detail h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 80px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 40px;
}
.works-detail .credit ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	font-size: 15px;
	line-height: 1;
}
.works-detail .credit ul li {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.works-detail .credit ul li .title {
	text-align: right;
	font-family: 'Roboto', sans-serif;
}
.works-detail .credit ul li .name {
	font-weight: 700;
}
.works-detail .credit ul li .name span {
	font-family: 'Roboto', sans-serif;
}
.works-detail .credit ul li .name span::before {
	content: '（';
}
.works-detail .credit ul li .name span::after {
	content: '）';
}
.works-detail .credit .txt {
	margin-top: 60px;
	text-align: center;
	font-size: 15px;
	line-height: calc(26 / 15);
}
.works-detail .credit .txt * + * {
	margin-top: calc(26em / 15);
}
.works-detail .credit .txt a {
	text-decoration: underline;
}
.works-detail .credit .txt a:hover {
	text-decoration: none;
}
.works-detail .tag-list {
	display: flex;
	white-space: nowrap;
	max-width: 772px;
	flex-wrap: wrap;
	margin: auto;
	gap: 10px;
}
.works-detail .tag-list li a {
	pointer-events: none; /* 一時対応 */
	display: flex;
	padding: 0 40px;
	height: 55px;
	border: 1px solid #000;
	border-radius: 100px;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: 0.3s;
}
.works-detail .tag-list li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.works-detail .tag-list li a::before {
	content: '#';
	margin-right: 0.3em;
}
.works-category {
	display: none; /* 一時対応 */
	padding: 55px 80px;
	width: 100%;
	background: #f4f4f4;
	margin-bottom: 160px;
}
.works-category .cat-item {
	max-width: 960px;
	margin: auto;
	display: grid;
	grid-template-columns: 230px auto;
}
.works-category .cat-item h2 {
	display: flex;
	height: 55px;
	align-items: center;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.2;
}
.works-category .cat-item ul {
	display: flex;
	white-space: nowrap;
	flex-wrap: wrap;
	gap: 10px;
}
.works-category .cat-item ul li a {
	display: flex;
	padding: 0 40px;
	height: 55px;
	border: 1px solid #000;
	border-radius: 100px;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: 0.3s;
}
.works-category .cat-item ul li a:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.works-category .cat-item ul li a::before {
	content: '#';
	margin-right: 0.3em;
}
.works-category .cat-item + .cat-item {
	padding-top: 80px;
	margin-top: 70px;
	border-top: 1px solid #585e67;
}


@media screen and (max-width: 800px) {
	.single-works #breadcrumb {
		border-top: none;
	}
	#works-mv .mv-wrap img {
		aspect-ratio: 375/220;
	}
	#works-mv .mv-wrap img.pcib {
		display: none;
	}
	#works-mv .mv-wrap img.spib {
		display: inline-block;
	}
	.works-wrap {
		padding: 0;
	}
	.works-title {
		padding: 30px 30px 70px;
	}
	.works-title .client {
		font-size: 15px;
		line-height: 22px;
	}
	.works-title .client::before {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 2px;
	}
	.works-title .title {
		margin: 30px 0;
		font-size: 28px;
		line-height: 40px;
	}
	.works-title ul {
		gap: 5px;
		width: calc(100% + 30px);
		padding-right: 30px;
		flex-wrap: nowrap;
		overflow: scroll;
		padding-bottom: 10px;
	}
	.works-title ul li a {
		padding: 0 20px;
		height: 43px;
		font-size: 13px;
	}
	.works-outline {
		font-size: 16px;
		line-height: 2;
		min-height: 62.4vw;
		margin-bottom: 80px;
		padding: 0 30px;
	}
	.works-outline::before {
		width: calc(100vw * 770 / 750);
		height: calc(100vw * 140 / 750);
		background: url(images/outline-pc.png) center center/contain no-repeat;
	}
	.works-contents {
		gap: 100px;
		margin-bottom: 120px;
	}
	.works-detail {
		margin-bottom: 120px;
		padding: 0 30px;
	}
	.works-detail > * + * {
		margin-top: 80px;
		padding-top: 80px;
	}
	.works-detail h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.works-detail .credit ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
		font-size: 15px;
		line-height: 1;
	}
	.works-detail .credit ul li {
		grid-template-columns: 1fr;
		gap: 2px;
	}
	.works-detail .credit ul li .title {
		text-align: center;
		font-size: 12px;
		line-height: 15px;
	}
	.works-detail .credit ul li .name {
		text-align: center;
	}
	.works-detail .credit .txt {
		margin-top: 60px;
		font-size: 14px;
		line-height: calc(24 / 14);
		word-break: break-all;
	}
	.works-detail .credit .txt * + * {
		margin-top: calc(24em / 14);
	}
	.works-detail .tag-list {
		gap: 10px 5px;
	}
	.works-detail .tag-list li a {
		padding: 0 20px;
		height: 43px;
		font-size: 13px;
	}
	.works-detail .tag-list li a:hover {
		background: #000;
		color: #fff;
		text-decoration: none;
	}
	.works-detail .tag-list li a::before {
		content: '#';
		margin-right: 0.3em;
	}
	.works-category {
		padding: 60px 30px;
		margin-bottom: 0;
	}
	.works-category .cat-item {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.works-category .cat-item h2 {
		display: flex;
		height: auto;
		align-items: center;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		line-height: 1.2;
	}
	.works-category .cat-item ul {
		gap: 10px 5px;
	}
	.works-category .cat-item ul li a {
		padding: 0 20px;
		height: 43px;
		font-size: 13px;
	}
	.works-category .cat-item ul li a:hover {
		background: #000;
		color: #fff;
		text-decoration: none;
	}
	.works-category .cat-item ul li a::before {
		content: '#';
		margin-right: 0.3em;
	}
	.works-category .cat-item + .cat-item {
		padding-top: 30px;
		margin-top: 30px;
	}
}






#main .title .cat-list {
	letter-spacing: -.5em;
	line-height: 1;
	margin-bottom: 30px;
}
#main .title .cat-list li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 11px;
	margin-right: .5em;
	margin-bottom: .5em;
}
#main .title .cat-list li a {
	color: #666;
	line-height: 2;
	display: block;
	white-space: nowrap;
	padding: 0 .5em;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .title .cat-list li a:hover {
	border-color: #000;
	color: #000;
}

#main .contents .kv {
	width: 100%;
	margin-bottom: 10%;
}
#main .main-image {
	width: 100%;
}
#main .main-image img {
	width: 100%;
	vertical-align: bottom;
}
#main .sub-images ul {
	line-height: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#main .sub-images ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 2%;
}
#main .sub-images ul li:nth-child(4n) {
	margin-right: 0;
}
#main .sub-images ul li img {
	width: 100%;
	vertical-align: bottom;
}


#works.single-works .works-list {
	margin-top: 0;
}
#works.single-works .works-list > li,
#works.single-works .works-list > li:nth-child(3n) {
	width: 22.75%;
	margin-right: 3%;
	margin-top: 0;
}
#works.single-works .works-list > li:nth-child(4n) {
	margin-right: 0;
}
#works.single-works h2 {
	font-size: 20px;
	letter-spacing: .05em;
	line-height: 1;
	max-width: 1280px;
	margin: auto;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	#main .title .cat-list {
		margin-bottom: 20px;
	}
	#main .sub-images ul {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .sub-images ul li {
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	#main .sub-images ul li:nth-child(2n) {
		margin-right: 0;
	}
	#works.single-works h2 {
		font-size: 15px;
	}
	#works.single-works ul + h2 {
		margin-top: 2em;
	}
	#works.single-works .works-list > li {
		margin-bottom: 5px;
	}
	#works.single-works .works-list > li:after {
		content: '';
		display: block;
		clear: both;
	}
	#works.single-works .works-list > li,
	#works.single-works .works-list > li:nth-child(3n) {
		margin-right: 0;
		width: 100%;
		border-top: 1px solid #ddd;
		padding-top: 15px;
	}
	#works.single-works .works-list > li:first-child {
		padding-top: 0;
		border-top: none;
	}
	#works.single-works .works-list a.a-thumb {
		width: 145px;
		float: left;
		display: block;
	}
	#works.single-works .works-list a.a-txt {
		margin-left: 160px;
		display: block;
	}
	#works.single-works .works-list a h4 {
		font-size: 14px;
	}
	#works.single-works .works-list a h5 {
		font-size: 11px;
		line-height: ;
	}
	#works.single-works .works-list .cat-list {
		margin-left: 160px;
	}
	#works.single-works .works-list .cat-list li {
		font-size: 10px;
	}
}

/*------------------------------------------------------------
	BLOG ARCHIVE
------------------------------------------------------------*/

#blog.archive .section-wrap {
	padding: 60px 30px 80px;
	background-color: #fff;
}
#blog.archive .blog-list {
	margin-top: 0;
}
#blog.archive .blog-list .cat-list a {
	background-color: #f5f5f5;
}
@media screen and (max-width: 800px) {
	#blog.archive .section-wrap {
		padding: 40px 15px;
	}
	#blog.archive .blog-list a .date,
	#blog.archive .blog-list a h4 {
		margin-left: 0;
	}
	#blog.archive .blog-list {
		margin-top: 0;
	}
	#blog.archive .blog-list .a-thumb {
		width: 145px;
		float: left;
		display: block;
	}
	#blog .blog-list a .thumb {
		float: none;
	}
	#blog.archive .blog-list .a-txt {
		margin-left: 160px;
		display: block;
	}
	#blog.archive .blog-list .cat-list {
		display: block;
		margin-left: 160px;
	}
	#blog.archive .blog-list a:after {
		display: none;
	}
}


/*------------------------------------------------------------
	NEWS ARCHIVE
------------------------------------------------------------*/
#news-nav .section-wrap {
	max-width: 860px;
	padding: 40px 30px 0;
	width: 100%;
	margin: auto;
}
#news-nav .section-wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
}
#news-nav .section-wrap ul li {
	margin: 0 .5em .5em;
}
#news-nav .section-wrap ul li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #999;
	letter-spacing: .05em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#news-nav .section-wrap ul li.current a,
#news-nav .section-wrap ul li a:hover {
	color: #000;
}
#news-nav .section-wrap h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1;
	padding: 40px 0;
	color: #000;
	text-align: center;
	font-size: 30px;
	letter-spacing: .05em;
	text-indent: .05em;
}
#news.archive .section-wrap {
	padding: 0 30px 80px;
	max-width: 860px;
	width: 100%;
	margin: auto;
}
#news.archive .section-wrap .news-list li {
	border-bottom: 1px solid #ddd;
	font-size: 15px;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#news.archive .section-wrap .news-list li a {
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#news.archive .section-wrap .news-list li a:hover {
	opacity: .6;
}
#news.archive .section-wrap .news-list li a .date {
	color: #999;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
}
#news.archive .section-wrap .news-list li a h3 {
	color: #000;
	letter-spacing: .05em;
	line-height: 1.7;
}

@media screen and (max-width: 800px) {
	#news-nav .section-wrap {
		padding: 30px 15px 0;
	}
	#news-nav .section-wrap ul {
		font-size: 13px;
	}
	#news-nav .section-wrap h2 {
		padding: 30px 0;
		font-size: 20px;
	}
	#news.archive .section-wrap .news-list li {
		font-size: 13px;
	}
	#news.archive .section-wrap .news-list li a .date {
		font-size: 11px;
	}
	#news.archive .section-wrap {
		padding: 0 15px 40px;
	}
}


/*------------------------------------------------------------
	DOWNLOADS ARCHIVE
------------------------------------------------------------*/
#downloads .section-wrap {
	padding: 20px 30px 50px;
}

#downloads .downloads-list {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#downloads .downloads-list > li {
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 5%;
}
#downloads .downloads-list > li:nth-child(3n) {
	margin-right: 0;
}


#downloads .downloads-list a .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 20px;
	overflow: hidden;
}
#downloads .downloads-list a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#downloads .downloads-list a:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#downloads .downloads-list .a-txt {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#downloads .downloads-list .a-txt:hover {
	opacity: .6;
}

#downloads .downloads-list .a-txt h4 {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 1em;
}
#downloads .downloads-list .a-txt .excerpt {
	font-size: 14px;
	line-height: 1.5;
}
#downloads .downloads-list .btn-download {
	text-align: center;
	padding-top: 10px;
}
#downloads .downloads-list .btn-download a {
	display: inline-block;
	color: #fff;
	background-color: #000;
	font-size: 13px;
	line-height: 48px;
	border-radius: 3px;
	max-width: 180px;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#downloads .downloads-list .btn-download a:hover {
	opacity: .6;
}
#downloads .downloads-list .btn-download a i {
	margin-right: .5em;
}


@media screen and (max-width: 800px) {
	#downloads .section-wrap {
		padding: 50px 15px;
	}
	#downloads .downloads-list {
		margin-top: 0;
	}
	#downloads .downloads-list > li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5%;
	}
	#downloads .downloads-list > li:nth-child(3n) {
		margin-right: 2%;
	}
	#downloads .downloads-list > li:nth-child(2n) {
		margin-right: 0;
	}
	#downloads .downloads-list a .thumb {
		margin-bottom: 10px;
	}
	#downloads .downloads-list .a-txt h4 {
		font-size: 15px;
		margin-bottom: .5em;
	}
	#downloads .downloads-list .a-txt .excerpt {
		font-size: 13px;
	}
	#downloads .downloads-list .btn-download a {
		font-size: 11px;
		line-height: 36px;
		max-width: 160px;
	}
}

@media screen and (max-width: 480px) {
	#downloads .downloads-list > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	#downloads .downloads-list > li:nth-child(3n) {
		margin-right: 0;
	}
}








/*------------------------------------------------------------
	EVENTS ARCHIVE
------------------------------------------------------------*/
#events-nav .section-wrap {
	padding: 40px 30px 70px;
	text-align: center;
}
#events-nav .section-wrap ul {
	display: inline-block;
	width: 100%;
	letter-spacing: -.5em;
	font-size: 14px;
	line-height: 1;
}
#events-nav .section-wrap ul li {
	display: inline-block;
	width: 220px;
	margin-left: 1em;
}
#events-nav .section-wrap ul li:first-child {
	margin-left: 0;
}
#events-nav .section-wrap ul li a {
	padding-bottom: 1.5em;
	letter-spacing: .05em;
	text-indent: .05em;
	display: block;
	color: #999;
	border-bottom: 1px solid #ddd;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#events-nav .section-wrap ul li a:hover,
#events-nav .section-wrap ul li.current a {
	color: #000;
	border-bottom: 1px solid #000;
}
#events.archive .section-wrap,
#events.past-events .section-wrap {
	padding: 0 30px 80px;
}
#events.archive .events-list {
	margin: auto;
	max-width: 1280px;
	width: 100%;
}
#events.archive .events-list li {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ddd;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#events.archive .events-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	
}
#events.archive .events-list .a-thumb {
	width: 400px;
}
#events.archive .events-list .a-thumb .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
#events.archive .events-list .a-thumb .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#events.archive .events-list .a-thumb:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#events.archive .events-list .a-txt {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	padding: 30px 0 0 40px;
	color: #000;
}
#events.archive .events-list .a-txt .date {
	display: block;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 1em;
}
#events.archive .events-list .a-txt h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: .5em;
}
#events.archive .events-list .a-txt .excerpt {
	font-size: 14px;
	line-height: 2;
}
#events.past-events .events-list {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	margin-top: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#events.past-events .events-list > li {
	width: 22.65%;
	margin-right: 3.125%;
	margin-bottom: 5%;
}
#events.past-events .events-list > li:nth-child(4n) {
	margin-right: 0;
}

#events.past-events .events-list a .thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	overflow: hidden;
}
#events.past-events .events-list a .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#events.past-events .events-list a:hover .thumb img {
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-webkit-filter: brightness(.7);
	filter: brightness(.7);	
}
#events.past-events .events-list a .date {
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	display: block;
}
#events.past-events .events-list a h4 {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: .5em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#events.past-events .events-list a:hover h4 {
	opacity: .6;
}




@media screen and (max-width: 800px) {
	#events-nav .section-wrap {
		padding: 30px 0;
	}
	#events-nav .section-wrap ul {
		font-size: 12px;
	}
	#events-nav .section-wrap ul li {
		width: 160px;
	}
	#events-nav .section-wrap ul li a {
		letter-spacing: 0;
		text-indent: 0;
	}
	#events.archive .section-wrap,
	#events.past-events .section-wrap {
		padding: 0 15px 40px;
	}
	#events.archive .events-list a .date,
	#events.archive .events-list a h4 {
		margin-left: 0;
	}
	#events.archive .events-list {
		margin-top: 0;
	}
	#events.archive .events-list li {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	#events.archive .events-list .a-thumb {
		width: 100%;
	}
	#events.archive .events-list .a-txt {
		margin-left: 0;
		width: 100%;
		padding: 20px 0 40px;
	}
	#events.archive .events-list .a-txt .date {
		font-size: 11px;
	}
	#events.archive .events-list .a-txt h4 {
		font-size: 15px;
		line-height: 1.6;
	}
	#events.archive .events-list .a-txt .excerpt {
		font-size: 12px;
		line-height: 1.75;
	}
	#events.archive .events-list a:after {
		display: none;
	}	
	#events.past-events .events-list {
		margin-top: 25px;
	}
	#events.past-events .events-list > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	#events.past-events .events-list > li:last-child {
		margin-bottom: 0;
	}
	#events.past-events .events-list .a-thumb {
		float: left;
		width: 145px;
		margin-bottom: 0;
	}
	#events.past-events .events-list a .date {
		margin-left: 160px;
		font-size: 11px;
		line-height: 1.2;
		margin-bottom: .5em;
	}
	#events.past-events .events-list a h4 {
		margin-left: 160px;
		font-size: 13px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 374px) {
	#events-nav .section-wrap ul {
		font-size: 10px;
	}
	#events-nav .section-wrap ul li {
		width: 130px;
	}
}

/*------------------------------------------------------------
	COMPANY
------------------------------------------------------------*/

#company-nav .section-wrap {
	padding: 30px 30px 0;
}
#company-nav .section-wrap ul {
	line-height: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: auto;
}
#company-nav .section-wrap ul li {
	width: 18.75%;
}
#company-nav .section-wrap ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	text-indent: .05em;
	letter-spacing: .05em;
	line-height: 1.4;
	padding: 1.4em 0;
	color: #999;
	height: 100%;
	border-bottom: 1px solid #ddd;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#company-nav .section-wrap ul li a span {
	display: inline-block;
	white-space: nowrap;
}
#company-nav .section-wrap ul li.current a {
	color: #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
}
#company-nav .section-wrap ul li a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.page-template-company #main .section-wrap {
	padding: 60px 30px 80px;
}
.page-template-group #main .section-wrap .logo {
	text-align: center;
}
.page-template-group #main .section-wrap .logo img {
	max-width: 640px;
	width: 100%;
}
.page-template-company #main .section-wrap dl {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.6;
	margin-bottom: 50px;
	font-size: 15px;
}
.page-template-company #main .section-wrap dt {
	width: 25%;
	font-weight: 400;
	letter-spacing: .05em;
	padding: 2em 1em;
	border-bottom: 1px solid #000;
}
.page-template-company #main .section-wrap dt span {
	font-size: 80%;
	display: block;
}
.page-template-company #main .section-wrap dd {
	width: 75%;
	letter-spacing: .05em;
	padding: 2em 1em;
	border-bottom: 1px solid #ddd;
}
.page-template-company #main .section-wrap dl p {
	margin-bottom: 0;
}
.page-template-company #main .contents h2 {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: .05em;
	margin-bottom: 1.6em;
	padding: 0;
	background-color: transparent;
}
.page-template-company #main .contents p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 2em;
}
.page-template-company #main .contents dl + h2 {
	margin-top: 5em;
}
.page-template-company #main .contents p + h2 {
	margin-top: 5em;
}
.page-template-company #main .contents .gmap-wrap {
	width: 100%;
	height: 500px;
}
.page-template-company #main .contents .gmap-wrap iframe {
	width: 100%;
	height: 100%;
}
.page-template-company #main .contents h2 .sp,
.page-template-company #main .contents p .sp {
	display: none;
}
.page-template-company #main .contents .gmap-wrap.pc {
	display: block;
}
.page-template-company #main .contents .gmap-wrap.sp {
	display: none;
}

@media screen and (max-width: 800px) {
	#company-nav .section-wrap {
		padding: 15px 15px 0;
	}
	#company-nav .section-wrap ul li {
		width: 18%;
	}
	#company-nav .section-wrap ul li a {
		padding: 1.4em .75em;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		font-size: 10px;
	}
	.page-template-company #main .section-wrap {
		padding: 40px 15px;
	}
	.page-template-group #main .section-wrap .logo img {
		max-width: 320px;
	}
	.page-template-company #main .section-wrap dl {
		font-size: 13px;
		line-height: 1.7;
	}
	.page-template-company #main .section-wrap dt {
		width: 100%;
		padding: 0;
		border: none;
	}
	.page-template-company #main .section-wrap dd {
		width: 100%;
		padding: 0 0 1.5em;
		margin-bottom: 1.5em;
	}
	.page-template-company #main .contents h2 {
		font-size: 15px;
	}
	.page-template-company #main .contents p {
		font-size: 13px;
		line-height: 1.7;
	}
	.page-template-company #main .contents h2 .sp,
	.page-template-company #main .contents p .sp {
		display: block;
	}
	.page-template-company #main .contents dl + h2 {
		margin-top: 3em;
	}
	.page-template-company #main .contents .gmap-wrap.pc {
		display: none;
	}
	.page-template-company #main .contents .gmap-wrap.sp {
		display: block;
	}
	.page-template-company #main .contents .gmap-wrap {
		height: auto;
		padding-top: 70%;
	}
}


/*------------------------------------------------------------
	RECRUIT
------------------------------------------------------------*/

#main.page-recruit .section-wrap {
	max-width: 1340px;
}
#main .recruit-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .recruit-links + h3 {
	margin-top: 80px;
}
#main .recruit-links a {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 49.21%;
	margin-bottom: 1.58%;
	border-radius: 5px;
	padding: 3.16%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#main .recruit-links a:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 10px 0 #ddd;
}
#main .recruit-links a .arrow {
	width: 10px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -9px;
}
#main .recruit-links h4 {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.4;
}
#main .recruit-links p {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.8;
	margin-top: 1em;
	margin-bottom: 0;	
}

@media screen and (max-width: 800px) {
	#main .recruit-links + h3 {
		margin-top: 60px;
	}
	#main .recruit-links a {
		margin-bottom: 0;
		width: 100%;
		border-radius: 0;
		padding: 20px 40px 20px 10px;
		border: none;
		border-bottom: 1px solid #ddd;
	}
	#main .recruit-links a:first-child {
		border-top: 1px solid #ddd;
	}
	#main .recruit-links a .arrow {
		width: 8px;
		height: 15px;
		right: 10px;
	}
	#main .recruit-links h4 {
		font-size: 15px;
		line-height: 1.5;
	}
	#main .recruit-links p {
		font-size: 12px;
		line-height: 1.75;
	}
}


/*------------------------------------------------------------
	SITEMAP
------------------------------------------------------------*/

#main.page-sitemap .section-wrap {
	max-width: 1340px;
}
#main .sitemap-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#main .sitemap-wrap > div {
	width: 33.333%;
	padding: 0 3.125%;
	border-left: 1px solid #ddd;
}
#main .sitemap-wrap > div:last-child {
	border-right: 1px solid #ddd;
}
#main .sitemap-wrap > div h3 {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: .25em;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 17px;
}
#main .sitemap-wrap > div > ul > li {
	margin-top: 40px;
}
#main .sitemap-wrap > div > ul > li:first-child {
	margin-top: 0;
}
#main .sitemap-wrap > div h3 img {
	vertical-align: baseline;
	width: 19px;
	margin-right: .5em;
}
#main .sitemap-wrap > div > ul > li > ul {
	padding-left: 30px;
}
#main .sitemap-wrap > div > ul > li > ul > li {
	font-size: 13px;
	line-height: 1.8;
}

@media screen and (max-width: 800px) {
	#main .sitemap-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .sitemap-wrap > div,
	#main .sitemap-wrap > div:last-child {
		width: 100%;
		padding: 0;
		border: none;
	}
	#main .sitemap-wrap > div > ul > li {
		margin-top: 20px;
	}
	#main .sitemap-wrap > div > ul > li:first-child {
		margin-top: 20px;
	}
	#main .sitemap-wrap > div:first-child > ul > li:first-child {
		margin-top: 0;
	}
	#main .sitemap-wrap > div h3 {
		font-size: 16px;
	}
	#main .sitemap-wrap > div h3 img {
		width: 16px;
	}
	#main .sitemap-wrap > div > ul > li > ul {
		padding-left: 25px;
	}
}


/*------------------------------------------------------------
	CONTACT FORM
------------------------------------------------------------*/

.wrap .page-contact {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.wrap .wpcf7 {
	max-width:600px;
	width:100%;
	margin:0 auto;
	background-color:#fff;
}
.wrap .wpcf7 h2 {
	margin-top: 3em;
}
.wpcf7 table,
.wpcf7 table tbody,
.wpcf7 table tr {
	width: 100%;
	display: block;
}
.wpcf7 table th {
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: .2em;
}
.wpcf7 table th .required {
	font-size: 10px;
	font-weight: 400;
	width: 32px;
	line-height: 1.2;
	text-align: center;
	color: #db4747;
	border-radius: 4px;
	border: 1px solid #db4747;
	display: inline-block;
	margin-left: .5em;
	vertical-align: 1px;
}
.wpcf7 table th .optional {
	font-size: 10px;
	font-weight: 400;
	width: 32px;
	line-height: 1.2;
	text-align: center;
	color: #999;
	border-radius: 4px;
	border: 1px solid #999;
	display: inline-block;
	margin-left: .5em;
	vertical-align: 1px;
}
.wpcf7 table td {
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=email] {
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	width: 100%;
	padding: .5em 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	margin-bottom: 50px;
}
.wpcf7 input[type=file] {
	margin-bottom: 50px;
}

.wpcf7 textarea {
	width: 100%;
	padding: .5em 1em;
	letter-spacing: .06em;
	font-size: 15px;
	line-height: 2;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	height: 13em;
	vertical-align: bottom;
	margin-top: 10px;
	margin-bottom: 50px;
}
.wpcf7 .mb10 {
	margin-bottom: 10px;
}
.wpcf7 .wpcf7-radio {
	display: block;
	margin-bottom: 40px;
}
.wpcf7 .find_classification .wpcf7-radio {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.wpcf7 .wpcf7-radio > span {
	margin: 1em 1em 0 0;
}
.wpcf7 .find_classification .wpcf7-radio > span {
	width: 33%;
	margin: 1em 0 0;
}
.wpcf7 span.wpcf7-list-item label {
	position: relative;
}
.wpcf7 input[type=radio] {
	position: absolute;
	opacity: 0;
}
.wpcf7 input[type=radio] + span {
	position: relative;
	padding: 4px 4px 4px 20px;
	font-size: 15px;
	line-height: 1.2;
	display: block;
	min-width: 100%;
	color: #bbb;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.wpcf7 input[type=radio]:checked + span {
	color: #000;
}
.wpcf7 input[type=radio] + span:before {
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 6px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.wpcf7 input[type=radio]:checked + span:before {
	border: 4px solid #000;
}
.wpcf7 .find_classification_other input[type=text] {
	border: 1px solid #bbb;
	padding: 9px 10px;
	font-size: 12px;
	width: 100%;
	max-width: 350px;
}

.wpcf7 select {
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: none;
	padding: .5em 1em;
	color: #000;
	background-color: #fff;
	width: 100%;
	font-size: 15px;
	-webkit-appearance: none;
}
.wpcf7 span.your-select {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.wpcf7 span.your-select:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	width: 12px;
	height: 8px;
	background: url(images/down.svg) center center/contain no-repeat;
}


.wpcf7 .btn-submit {
	text-align: center;
	position: relative;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7 .btn-submit button {
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 2;
	padding: 20px;
	width: 100%;
	max-width: 350px;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.wpcf7 .btn-submit button:hover {
	opacity: .6;
}
.wpcf7 .btn-submit button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.wpcf7 input::-webkit-input-placeholder {
	color: #bbb;
}
.wpcf7 input:-moz-placeholder {
	color: #bbb;
}
.wpcf7 input::-moz-placeholder {
	color: #bbb;
}
.wpcf7 input:-ms-input-placeholder {
	color: #bbb;
}
.wpcf7 input:placeholder {
	color: #bbb;
}



.wpcf7 textarea::-webkit-input-placeholder {
	color: #bbb;
}
.wpcf7 textarea:-moz-placeholder {
	color: #bbb;
}
.wpcf7 textarea::-moz-placeholder {
	color: #bbb;
}
.wpcf7 textarea:-ms-input-placeholder {
	color: #bbb;
}
.wpcf7 textarea:placeholder {
	color: #bbb;
}



@media screen and (max-width: 800px) {
	.wpcf7 table th {
		font-size: 12px;
	}
	.wpcf7 table th .optional,
	.wpcf7 table th .required {
		width: 30px;
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
	}
	.wpcf7 input[type=text],
	.wpcf7 input[type=tel],
	.wpcf7 input[type=tel],
	.wpcf7 input[type=email] {
		margin-bottom: 40px;
	}
	.wpcf7 input[type=file] {
		margin-bottom: 40px;
	}
	.wpcf7 span.your-select {
		margin-bottom: 40px;
	}
	.wpcf7 textarea {
		margin-bottom: 40px;
		height: 8em;
	}
	.wpcf7 .wpcf7-radio > span {
		margin: .25em .25em 0 0;
	}
	.wpcf7 .find_classification .wpcf7-radio > span {
		width: 50%;
		margin: .25em 0 0;
	}
	.wpcf7 .wpcf7-radio {
		margin-top: .25em;
	}
	.wpcf7 .btn-submit button {
		font-size: 14px;
		max-width: 275px;
		padding: 16px;
	}
	.wpcf7 .btn-submit button:after {
		width: 6px;
		height: 6px;
		right: 16px;
	}
}







