@charset "UTF-8";

/*
Theme Name: ihc PC
Description: ihc PC
Version: 2017.04
Author: YH
*/

/* 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, font, 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input, button, select, textarea {
    -webkit-appearance: none;
	border-radius: 0;
}

/************ clearfix ************/
/* :after対応のモダンブラウザ用 */
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}

/* :after非対応のIE7用 */
.clearfix {
 min-height: 1px;
}

/* IE6、macIE4,5用 */
* html .clearfix {
 height: 1px;
 /*\*//*/
 height: auto;
 overflow: hidden;
 /**/
}
/**********************************/

/* style
-------------------------------------------------------------- */
body {
	font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
	-webkit-text-size-adjust: none;
	height: auto !important;
	min-width: 1024px;
	opacity: 0;
	transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
}
body p {
	color: inherit;
	font-size: 14px;
	line-height: 1.5em;
}
a, a img {
	text-decoration: none;
	color: #565656;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-ms-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
a:hover {
	opacity: 0.75;
}

a:hover img {
}
.ie8 a:hover {
	opacity: 1;
		filter: alpha(opacity=100);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=100)";  /* ie 8 */
		-moz-opacity:1;                /* FF lt 1.5, Netscape */
		-khtml-opacity: 1;             /* Safari 1.x */
}
img { max-width: 100%; height: auto; }
.non_pc { display: none !important; }


/* ===========================================================================================

	Common

=========================================================================================== */

.outline {
	min-width: 1024px;
}

.main {
	margin: 0 auto;
	padding: 128px 0 0 0;
	position: relative;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

/* Header *******************************/
header {
	width: 100%;
	position: absolute;
	z-index: 12000;
	min-width: 1024px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
header .menu1 {
	height: 128px;
	/*background: #E1E7ED;*/
	background-color: #fff;
}
header h1 {
	float: left;
	padding: 29px 30px 29px 30px;
}
header h1 a {
	display: block;
	width: 70px;
	height: 70px;
}
header h1 a img {
	display: block;
	width: 100%;
}
header .menu_sub1 {
	float: left;
}
header .menu_sub1 a {
	position: relative;
	display: block;
	float: left;
	line-height: 1.5em;
	padding: 41px 30px 42px 30px;
	color: #3c3b3b;
	font-size: 18px;
	text-align: center;
}
header .menu_sub1 a span {
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 3px;
}
header .menu_sub1 a:after {
	position: absolute;
	background: #3c3b3b;
	width: 1px;
	height: 30px;
	content: "　";
	right: 0;
	top: 50px;
}
header .menu_sub2 {
	float: right;
	padding: 0 20px;
}
header .menu_sub2 .contact,
header .menu_sub2 .company,
header .menu_sub2 .tel {
	display: block;
	float: left;
	height: 54px;
	font-size: 14px;
	letter-spacing: .1em;
	color: #3c3d3d;
	text-align: center;
	background: url("images/icon_mail_03.png") no-repeat;
	background-size: 37px;
	background-position: center 23px;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-ms-background-size: 50px auto;
	-o-background-size: 50px auto;
	padding: 71px 15px 0 15px;
}
header .menu_sub2 .company {
	background-image: url("images/icon_company_03.png") !important;
	background-size: 28px auto;
	-webkit-background-size: 28px auto;
	-moz-background-size: 28px auto;
	-ms-background-size: 28px auto;
	-o-background-size: 28px auto;
}
header .menu_sub2 .tel {background-image: url("images/icon_tel3.png") !important;}
header .menu_sub2 .contact span,
header .menu_sub2 .company span,
header .menu_sub2 .tel span {
	display: block;
	font-size: 8px;
	line-height: 1em;
	margin-bottom: 47px;
}
header .menu2 {
	width: 100%;
	height: 82px;
	background: #fff;
	transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
}
header.fixed .menu2 {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.9
}
.customize-support header.fixed .menu2 {
	top: 32px;
}
header .menu2 a {
	position: relative;
	float: left;
	height: 82px;
	color: #fff;
	width: 33.3333333333%;
	background: #3c3b3b;
}
header .menu2 a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "　";
	width: 1px;
	height: 82px;
	background: #ffffff;
}
header .menu2 a:first-child::after { display: none; }

header .menu2 a .inner {
	width: 170px;
	padding: 19px 0 12px 90px;
	margin: 0 auto;
	font-size: 17px;
	background: url("images/icon_job2.png") no-repeat center left;
	background-size: 60px 60px;
	-webkit-background-size: 60px 60px;
	-moz-background-size: 60px 60px;
	-ms-background-size: 60px 60px;
	-o-background-size: 60px 60px;
}
header .menu2 .client .inner { background-image: url("images/icon_client2.png") !important; }
header .menu2 .company .inner { background-image: url("images/icon_company2.png") !important; }

header .menu2 a .inner span {
	display: block;
	font-size: 15px;
	line-height: 2em;
}
header .menu2 a:hover,
header .menu2 a.active {
	background: #fff;
	color: #3c3b3b;
	opacity: 1;
}
header .menu2 a.job:hover .inner,
header .menu2 a.job.active .inner { background-image: url("images/icon_job.png") !important; }
header .menu2 a.client:hover .inner,
header .menu2 a.client.active .inner { background-image: url("images/icon_client.png") !important; }
header .menu2 a.company:hover .inner,
header .menu2 a.company.active .inner { background-image: url("images/icon_company.png") !important; }

header .menu2 a:hover .inner span,
header .menu2 a.active .inner span { color: #3c3b3b; }


/* Footer *******************************/
footer {
	position: relative;
	z-index: 0;
	color: #fff;
	background: url("images/bg_footer.png") repeat-x center 60px #474545;
	background-size: 3000px 59px;
	-webkit-background-size: 3000px 59px;
	-moz-background-size: 3000px 59px;
	-ms-background-size: 3000px 59px;
	-o-background-size: 3000px 59px;
	padding: 100px 0 0 0;
}

footer .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 80px 0 20px 0;
}

footer .inner .box {
	float: left;
	padding: 0 80px 0 20px;
}
footer .inner .box .title {
	font-size: 17px;
	margin-bottom: 10px;
}
footer .inner .box a {
	color: #fff;
	line-height: 2em;
	font-size: 13px;
}

footer .bt_facebook {
	display: block;
	position: absolute;
	top: 80px;
	right: 20px;
}
footer .bt_facebook img {
	display: block;
	width: 59px;
}
footer .copyright {
	text-align: center;
	padding: 120px 0 20px 0;
}

.bt_gototop {
	opacity: 0;
	display: block;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 9999;
	transition: opacity 0.6s ease;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
}
.bt_gototop img {
	width: 60px;
}
.bt_gototop.show {
	opacity: 0.75;
}
.bt_gototop.show:hover {
	opacity: 1;
}

/* ===========================================================================================

	Index

=========================================================================================== */

#index .main {
    /*padding-top: 128px;*/
}

/* Visual *******************************/
#index .main .visual {
	position: relative;
	z-index: 200;
}
#index .main .visual .bt_facebook {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50px;
}
#index .main .visual .bt_facebook img {
	display: block;
	width: 59px;
}
#index .main .visual .slider img {
	width: 100%;
}
#index .main .visual .slider .slick-prev,
#index .main .visual .slider .slick-next {
    width: 32px;
    height: 70px;
    left: 20px;
    right: auto;
    background: url("images/icon_arrow_left.png") no-repeat center center !important;
    background-size: 32px 70px !important;
    -webkit-background-size: 32px 70px !important;
    -moz-background-size: 32px 70px !important;
    -ms-background-size: 32px 70px !important;
    -o-background-size: 32px 70px !important;
    z-index: 100;
    margin-top: 6px;
}
#index .main .visual .slider .slick-next {
    left: auto;
    right: 20px;
	background: url("images/icon_arrow_right.png") no-repeat center center !important;
	background-size: 32px 70px !important;
	-webkit-background-size: 32px 70px !important;
	-moz-background-size: 32px 70px !important;
	-ms-background-size: 32px 70px !important;
	-o-background-size: 32px 70px !important;
}
#index .main .visual .slider .slick-prev::before,
#index .main .visual .slider .slick-next::before {
	display: none;
}

/* About *******************************/
#index .main .about {
	padding: 182px 0 100px 0;
	margin-top: -82px;
	position: relative;
	z-index: 190;
	background: #fff;
}
#index .main .about .inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#index .main .about h2 {
	position: relative;
	font-size: 18px;
	padding: 7px 0;
	margin: 0 0 50px 0;
	color: #3c3b3b;
}
#index .main .about h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "　";
	width: 34px;
	height: 3px;
	background: #3c3b3b;
	margin-left: -17px;
}
#index .main .about p.text {
	font-size: 18px;
	line-height: 48px;
	color: #3c3b3b;
	margin-bottom: 20px;
}
#index .main .about img {
	width: 700px;
}


/* Pick up *******************************/
#index .main .pickup {
	position: relative;
	padding: 100px 0;
	background: #f0f0f0;
	z-index: 180;
}
#index .main .pickup .inner {
	width: 980px;
	margin: 0 auto;
}
#index .main .pickup h2 {
	text-align: center;
	font-size: 31px;
	padding: 125px 0 0 0;
	margin: 0 0 50px 0;
	color: #3c3b3b;
	background: url("images/icon_pickup.png") no-repeat center top;
	background-size: 74px 87px;
	-webkit-background-size: 74px 87px;
	-moz-background-size: 74px 87px;
	-ms-background-size: 74px 87px;
	-o-background-size: 74px 87px;
}
#index .main .pickup h2 span {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0;
	color: #fff;
}
#index .main .pickup ul,
#inner.work .main ul {
	width: 1000px;
	margin-left: -20px;
}
#index .main .pickup ul li,
#inner.work .main ul li {
	float: left;
	background: #fff;
	width: 480px;
	margin: 0 0 20px 20px;
}
#index .main .pickup ul li a,
#inner.work .main ul li a {
	display: block;
}
#index .main .pickup ul li .img,
#inner.work .main ul li .img,
#inner.single.post .img {
	float: left;
	width: 235px;
	height: 235px;
	background: url("images/img_logo2.png") no-repeat center center #ccdae8;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
#index .main .pickup ul li .img .new,
#inner.work .main ul li .img .new,
#inner.single.post .img .new {
	height: 63px;
	width: 63px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/icon_new.png") no-repeat center top;
	background-size: 63px 63px;
	-webkit-background-size: 63px 63px;
	-moz-background-size: 63px 63px;
	-ms-background-size: 63px 63px;
	-o-background-size: 63px 63px;
}
#index .main .pickup ul li .info,
#inner.work .main ul li .info {
	float: right;
	padding: 20px;
	width: 205px;
}
#index .main .pickup ul li .info .label,
#inner.work .main ul li .info .label {
	margin: 0 0 20px -10px;
	width: 220px;
}
#index .main .pickup ul li .info .label p,
#inner.work .main ul li .info .label p {
	float: left;
	background: #3c3b3b;
	text-align: center;
	color: #fff;
	line-height: 24px;
	height: 24px;
	width: 87px;
	margin: 0 0 10px 10px;
	padding: 0 5px;
	overflow: hidden;
}
#index .main .pickup ul li .info p,
#inner.work .main ul li .info p {
	font-size: 11px;
	overflow: hidden;
	max-height: 9em;
}

#index .main .pickup .bt_more {
	display: block;
	background: #3c3b3b;
	color: #fff;
	text-align: center;
	padding: 62px 0;
	font-size: 20px;
}



/* How to do *******************************/
#index .main .howtodo {
	padding: 182px 0 100px 0;
	margin-top: -82px;
	background: #f0f0f0;
	position: relative;
	z-index: 170;
}
#index .main .howtodo .inner {
	width: 980px;
	margin: 0 auto;
}
#index .main .howtodo h2 {
	text-align: center;
	font-size: 31px;
	padding: 115px 0 0 0;
	margin: 0 0 50px 0;
	color: #3c3b3b;
	background: url("images/icon_howtodo.png") no-repeat center top;
	background-size: 53px 70px;
	-webkit-background-size: 53px 70px;
	-moz-background-size: 53px 70px;
	-ms-background-size: 53px 70px;
	-o-background-size: 53px 70px;
}
#index .main .howtodo h2 span {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0;
	color: #fff;
}
#index .main .howtodo ul {
}
#index .main .howtodo ul li {
	background: rgba(255, 255, 255, 0.8);
	margin: 0 0 20px 20px;
	text-align: center;
	padding: 50px 0;
	color: #3c3b3b
}
#index .main .howtodo ul li .lead {
	font-size: 20px;
}
#index .main .howtodo ul li .text {
	font-size: 11px;
	line-height: 2em;
}


/* Topics *******************************/
#index .main .topics {
	padding: 182px 0 100px 0;
	margin-top: -82px;
	position: relative;
	z-index: 160;
}
#index .main .topics .inner {
	width: 980px;
	margin: 0 auto;
}
#index .main .topics h2 {
	text-align: center;
	font-size: 31px;
	padding: 100px 0 0 0;
	margin: 0 0 50px 0;
	color: #3c3b3b;
	background: url("images/icon_topics.png") no-repeat center top;
	background-size: 54px 54px;
	-webkit-background-size: 54px 54px;
	-moz-background-size: 54px 54px;
	-ms-background-size: 54px 54px;
	-o-background-size: 54px 54px;
}
#index .main .topics .facebook {
	/* background: #f0f0f0; */
	/* padding: 50px 0; */
}
#index .main .topics .facebook iframe {
	display: block;
	margin: 0 auto;
}

/* Other *******************************/
#index .main .other {
	padding: 100px 0;
	position: relative;
	z-index: 150;
}
#index .main .other .inner {
	width: 980px;
	margin: 0 auto;
}
#index .main .other h2 {
	text-align: center;
	font-size: 31px;
	margin: 0 0 50px 0;
	color: #474545;
}
#index .main .other ul {

}
#index .main .other ul li {
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}
#index .main .other ul li:first-child {
	margin-left: 0;
}
#index .main .other ul li a {
	display: block;
	width: 318px;
	height: 63px;
	padding: 220px 0 0 0;
	background: url("images/bnr_ihc.png") no-repeat center 40px;
	background-size: 200px 150px;
	-webkit-background-size: 200px 150px;
	-moz-background-size: 200px 150px;
	-ms-background-size: 200px 150px;
	-o-background-size: 200px 150px;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	color: #3c3b3b;
	font-size: 16px;
}
#index .main .other ul li.bnr_kitt a {
	background-image: url("images/bnr_kitt.png");
	background-color: #fff;
	height: 73px;
	padding: 210px 0 0 0;
	color: #E8C1D7;
}
#index .main .other ul li.bnr_design a {
	background-image: url("images/bnr_design.png");
	color: #ffaa00;
	background-position: center 50px;
}

/* Company *******************************/
#index .main .company {
	padding: 30px 0 100px 0;
	position: relative;
	z-index: 140;
}
#index .main .company .inner {
	width: 980px;
	margin: 0 auto;
}
#index .main .company h2 {
	text-align: center;
	font-size: 31px;
	margin: 0 0 50px 0;
	color: #3c3d3d;
}
#index .main .company ul {

}
#index .main .company ul li {
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
}
#index .main .company ul li:first-child {
	margin-left: 0;
}
#index .main .company ul li a {
	display: block;
	width: 485px;
	height: 53px;
	padding: 130px 0 0 0;
	background: url("images/icon_company3.png") no-repeat center 35px;
	background-size: 80px 80px;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	-o-background-size: 80px 80px;
	background-color: #474545;
	color: #fff;
	font-size: 14px;
}
#index .main .company ul li.bt_contact a {
	background-image: url("images/icon_contact.png");
}
#index .main .company ul li.bt_faq a {
	background-image: url("images/icon_faq.png");
}


/* ===========================================================================================

	Inner

=========================================================================================== */

/**********************************************************/
/* Inner Common */
/**********************************************************/

#inner {

}

#inner .main {

}
#inner .main .content {
	padding: 70px 0 100px 0;
	background: #f0f0f0;
}
#inner .main .content > .inner {
	width: 920px;
	padding: 30px;
	margin: 0 auto;
	background: #fff;
}
#inner .main h2 {
	text-align: center;
	font-size: 31px;
	padding: 115px 0 0 0;
	margin: 30px 0 50px 0;
	color: #3c3d3d;
	background: url("images/icon_howtodo.png") no-repeat center top;
	background-size: 53px 70px;
	-webkit-background-size: 53px 70px;
	-moz-background-size: 53px 70px;
	-ms-background-size: 53px 70px;
	-o-background-size: 53px 70px;
}
#inner .main h2 span {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0;
	color: #e4e4e4;
}




/**********************************************************/
/* Work */
/**********************************************************/

#inner.work {
}
#inner.work .content > .inner {
	background: none;
	padding: 0;
	width: 980px;
}
#inner.work .pager {
	text-align: center;
	margin: 50px 0 0 0;
}
#inner.work .pager > span,
#inner.work .pager > a {
	display: inline-block;
	width: 36px;
	color: #3c3b3b;
	line-height: 36px;
	margin: 0 3px;
	font-size: 26px;
}
#inner.work .pager > span,
#inner.work .pager > a:hover {
	background-color: #3c3b3b;
	color: #fff;
	opacity: 1;
}
#inner.work .pager > a.prev,
#inner.work .pager > a.next {
	text-indent: -9999px;
	background: url("images/icon_arrow_right2.png") no-repeat center center;
	background-size: 19px 19px;
	-webkit-background-size: 19px 19px;
	-moz-background-size: 19px 19px;
	-ms-background-size: 19px 19px;
	-o-background-size: 19px 19px;
}
#inner.work .pager > a.prev{
	background-image: url("images/icon_arrow_left2.png")
}
#inner.work .pager > a.prev:hover,
#inner.work .pager > a.next:hover { opacity: 0.5; }

/**********************************************************/
/* Contact, Entry */
/**********************************************************/

#inner.contact {

}
#inner.contact .content .inner,
#inner.entry .content .inner {
	margin-bottom: 200px;
}

#inner.contact h2,
#inner.entry h2 {
	background: url("images/icon_note.png") no-repeat center top;
	background-size: 80px 80px;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	-o-background-size: 80px 80px;
}
#inner.contact .lead,
#inner.entry .lead {
	text-align: center;
	font-size: 17px;
	line-height: 29px;
	color: #3c3b3b;
	padding: 40px 0 10px 0;
}
#inner.contact .lead.user {
	padding: 0 0 40px 0;
	margin: -20px 0 0 0;
}
#inner.contact .lead.client { display: none; }
#inner.contact .lead.user { display: block; }
#inner.contact.client .lead.client { display: block; }
#inner.contact.client .lead.user { display: none; }

#inner.entry .lead {

}
#inner.contact .lead .tel,
#inner.entry .lead .tel {
	font-size: 21px;
	line-height: 3em;
}
#inner.contact .form_box,
#inner.entry .form_box {
	position: relative;
}
#inner.contact .form_box table,
#inner.entry .form_box table {
	width: 100%;
}
#inner.contact .form_box table th,
#inner.entry .form_box table th {
	width: 167px;
	color: #3c3b3b;
	background: #f0f0f0;
	vertical-align: middle;
}
#inner.contact .form_box table th label,
#inner.entry .form_box table th label {
	display: block;

	text-align: center;
}
#inner.contact .form_box table tr,
#inner.entry .form_box table tr {
	border: 1px solid #3c3b3b;
	padding: 0;
}
#inner.contact .form_box table tr.spacer,
#inner.entry .form_box table tr.spacer {
	border: none;
	height: 40px;
}
#inner.contact .form_box table td,
#inner.entry .form_box table td {

}
#inner.contact .form_box table td > span,
#inner.entry .form_box table td > span {
	display: block;
}

#inner.contact .form_box table td input,
#inner.contact .form_box table td textarea,
#inner.entry .form_box table td input,
#inner.entry .form_box table td textarea {
	display: block;
	padding: 28px 20px;
	border: none;
	width: 710px;
	font-size: 14px;
}
#inner.entry .form_box table tr.work td{
	height: auto !important;
	background: #f0f0f0;
	border-left: 1px solid #3c3b3b;
	font-size: 11px;
	padding: 15px 20px;
}
#inner.entry .form_box table tr.work td .entry-work {
	display: none;
}
#inner.contact .note,
#inner.entry .note {
	font-size: 15px;
	line-height: 29px;
	text-align: center;
	padding: 30px 0 10px 0;
	color: #3c3b3b;
}
#inner.contact .submit,
#inner.entry .submit {
	position: absolute;
	width: 980px;
	bottom: -240px;
}
#inner.contact .submit input,
#inner.entry .submit input {
	position: absolute;
	bottom: 0;
	left: -30px;
	display: block;
	height: 145px;
	background: #3c3b3b;
	border: none;
	color: #fff;
	font-size: 28px;
	width: 470px;
	padding: 0;
}
#inner.contact .submit input.wpcf7-submit,
#inner.entry .submit input.wpcf7-submit {
	right: 30px;
	left: auto;
}
#inner.contact .submit input.wpcf7-confirm,
#inner.entry .submit input.wpcf7-confirm {
	width: 980px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -24px;
    width: 750px;
    text-align: right;
    font-size: 12px;
}
div.wpcf7-response-output {
    text-align: center;
    padding: 30px !important;
    border-color: red !important;
    color: red;
    font-size: 15px;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.wpcf7c-conf {
	border-left: 1px solid #3c3b3b !important;
	background:#f0f0f0 !important;
}
/**********************************************************/
/* Company */
/**********************************************************/

#inner.company {

}

#inner.company h2 {
	background: url("images/icon_company4.png") no-repeat center top;
	background-size: 80px 80px;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	-o-background-size: 80px 80px;
}
#inner.company table {
	width: 550px;
	margin: 0 auto;
	text-align: left;
	font-size: 17px;
	line-height: 30px;
	color: #3c3b3b
}
#inner.company table tr {
	border-top: 1px solid #E1E7ED;
}
#inner.company table tr:first-child { border: none; }
#inner.company table th {
	padding: 3px 20px;
	width: 120px;
}
#inner.company table td {
	padding: 3px 0;
}
#inner.company iframe {
	display: block;
	margin: 70px auto 70px auto;
	/*
	-webkit-filter: grayscale(100%) sepia(10%) hue-rotate(140deg);
	filter: grayscale(100%) sepia(10%) hue-rotate(160deg);
	*/
}

/**********************************************************/
/* Plivacy policy & Terms of use */
/**********************************************************/

#inner.policy {

}
#inner.policy .privacypolicy {
	padding-bottom: 100px;
}
#inner.policy .termsofuse {
	background: #fff;
	padding-top: 100px;
}
#inner.policy .termsofuse .inner {
	background: #f0f0f0;
}
#inner.policy h2 {
	background: url("images/icon_key.png") no-repeat center top;
	background-size: auto 80px;
	-webkit-background-size: auto 80px;
	-moz-background-size: auto 80px;
	-ms-background-size: auto 80px;
	-o-background-size: auto 80px;
}
#inner.policy .privacypolicy h2 {
	line-height: 1.2em;
	padding-top: 110px;
}
#inner.policy .termsofuse h2 span {
	color: #fff;
}
#inner.policy .text {
	font-size: 15px;
	line-height: 1.8em;
	padding: 0 50px 50px 50px;
}

/**********************************************************/
/* Design */
/**********************************************************/

#inner.design {

}
#inner.design .content {
	background: #F2DCCA;
	color: #F6921E;
	text-align: center;
}
#inner.design .content > .inner {
	padding-bottom: 50px;
}
#inner.design h2 {
	background: url("images/bnr_design.png") no-repeat center -30px;
	background-size: 200px 150px;
	-webkit-background-size: 200px 150px;
	-moz-background-size: 200px 150px;
	-ms-background-size: 200px 150px;
	-o-background-size: 200px 150px;
	color: #F6921E;
	margin-bottom: 40px;
	padding-top: 130px;
}
#inner.design .termsofuse h2 span {
	color: #fff;
}
#inner.design .lead {
	font-size: 18px;
	line-height: 1.8em;
	padding: 0 50px 0 50px;
}
#inner.design .mini {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0 50px 0;
	color: #f2dcca;
}
#inner.design .bt_contact {
    display: block;
    background: #f69320;
    color: #fff;
    text-align: center;
    padding: 62px 0;
    font-size: 26px;
    width: 980px;
    margin: 50px auto 50px auto;
}
/**********************************************************/
/* Faq */
/**********************************************************/

#inner.faq {

}
#inner.faq h2 {
	padding-top: 100px;
	background: url("images/icon_faq2.png") no-repeat center top;
	background-size: 80px 80px;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	-o-background-size: 80px 80px;
}
#inner.faq .comingsoon {
	text-align: center;
	font-size: 30px;
	padding: 30px 0 100px 0;
	color: #f0f0f0;
}

/**********************************************************/
/* Blog Single */
/**********************************************************/
#inner.single.post {
}

#inner.single.post .img .new {
	height: 63px;
	width: 63px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/icon_new.png") no-repeat center top;
	background-size: 63px 63px;
	-webkit-background-size: 63px 63px;
	-moz-background-size: 63px 63px;
	-ms-background-size: 63px 63px;
	-o-background-size: 63px 63px;
}
#inner.single.post .info {
	float: right;
	width: 630px;
	padding: 20px;
}
#inner.single.post .info .label {
	margin: 0 0 20px -10px;
}
#inner.single.post .info .label p {
	float: left;
	background: #3c3b3b;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	min-width: 130px;
	margin: 0 0 10px 10px;
	padding: 0 10px;
}
#inner.single.post .info > p {
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
}
#inner.single.post table {
	width: 100%;
	border: 1px solid #3c3b3b;
	text-align: left;
	margin: 40px 0 40px 0;
	color: #3c3b3b;
}
#inner.single.post table tr {
	border-bottom: 1px solid #3c3b3b;

}
#inner.single.post table tr th {
	background: #f0f0f0;
	border-left: 1px solid #3c3b3b;
	padding: 25px 0;
	width: 120px;
	text-align: center;
	font-size: 12px;
}
#inner.single.post table tr td {
	padding:25px 20px;
	width: 300px;
}
#inner.single.post table tr th span {
	display: inline-block;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/icon_tel2.png") no-repeat center top;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-ms-background-size: 24px 24x;
	-o-background-size: 24px 24px;
	margin: 0px auto -5px auto;
}
#inner.single.post table tr td.tel a,
#inner.single.post table tr td.tel span {
	font-size: 22px;
	line-height: 1em;
	color: #3c3b3b;
}
#inner.single.post .bt_entry {
	background: #3c3b3b;
	color: #fff;
	text-align: center;
	display: block;
	padding: 40px;
	font-size: 29px;
	margin: 0 0 10px 0;
}
/**********************************************************/
/* Error 404 */
/**********************************************************/
#error {
	padding: 100px 0 50px 0;
}

#error .inner {
	width: 440px;
	margin: 0 auto 0 auto;
}
#error .inner p {
	font-size: 16px;
	text-align: center;
}

#error .inner a {
	display: block;
	margin: 40px auto 40px auto;
	font-size: 16px;
	text-align: center;
	width: 200px;
	line-height: 50px;
	color: #fff;
	background: #565656;
}



/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {


.about_list_link {
	font-size: 8px !important;
}

/* style
-------------------------------------------------------------- */
body {
	min-width: 320px;
}
body p {
	color: inherit;
	font-size: 14px;
	line-height: 1.5em;
}
a:hover {
	opacity: 1;
}
.non_pc { display: block !important; }
.non_sp { display: none !important; }

/* ===========================================================================================

	Common

=========================================================================================== */

.outline {
	min-width: 320px;
}

.main {
	margin: 0 auto;
	padding: 60px 0 0 0;
	position: relative;
}

/* Header *******************************/
header {
	width: 100%;
	position: fixed;
	z-index: 12000;
	min-width: 320px;
}
#inner header {
	/* border-bottom: 2px solid #fff; */
}

header .menu1 {
	height: 60px;
}
header h1 {
	float: none;
	width: 40px;
	height: 40px;
	padding: 10px;
	margin: 0 auto;
}
header h1 a {
	width: 40px;
	height: 40px;
}
header .menu_sub1 {
	display: none;
	float: none;
	position: absolute;
	top: 60px;
	width: 100%;
}
header .menu_sub1 a {
	display: block;
	float: none;
	line-height: 60px;
	background: rgba(255,255,255,0.9);
	margin-bottom: 3px;
}
header .menu_sub2 {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 0;
}
/*header .menu_sub2 .contact {
	display: none;
}*/

body .mainvisual {
	height: 400px;
}
body .mainvisual_box {
	height: 200px;
}

body .mainvisual_logo {
	width: 20%;
}

body .mainvisual_text_video {
    background-position: right 0% top 74%;
    background-size: auto 42px;
}
body .mainvisual_text_restaurant {
    background-position: left 0% top 72%;
    background-size: auto 36px;
}

body .mainvisual_text_cosmetics {
	background-position: right 0 bottom 74%;
	background-size: auto 50px;
}

body .mainvisual_text_other {
	background-position: left 0 bottom 74%;
	background-size: auto 50px;
}

body header .menu_sub2 {
	width: auto;
	display: flex;
}
body header .menu_sub2 .contact, body header .menu_sub2 .company, body header .menu_sub2 .tel {
	/*background-image: none !important;*/
	padding: 0;
	white-space: nowrap;
	display: inline-block;
	/*height: auto;*/
	/*margin: 5px 0;*/
	color: transparent;
	font-size: 0;
	height: 60px;
	width: 60px;
	background-position: center;
}
body header .menu_sub2 .contact {
	background-size: 44%;
}
body header .menu_sub2 .company {
	background-size: 26%;
}
body header .menu_sub2 .contact span, body header .menu_sub2 .company span, body header .menu_sub2 .tel span {
	display: none;
}
header .menu_sub2 .tel {
	float: none;
	height: 60px;
	width: 60px;
	color: #3c3b3b;
	text-align: center;
	background: url("images/icon_tel.png") no-repeat center center;
	background-size: 45px auto;
	-webkit-background-size: 45px auto;
	-moz-background-size: 45px auto;
	-ms-background-size: 45px auto;
	-o-background-size: 45px auto;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
header .menu2 {
	display: none;
	width: 100%;
	height: 82px;
	background: #fff;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
header.fixed .menu2 {
	position: relative;
	top: 0;
	left: 0;
	opacity: 1;
}
.customize-support header.fixed .menu2 {
	top: 0;
}
header .bt_menu {
	/*display: block;*/
	display: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url("images/bt_menu.png") no-repeat center center;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-ms-background-size: 50px auto;
	-o-background-size: 50px auto;
	text-indent: -9999px;
	overflow: hidden;
}
header .menu2 a {
	height: 82px;
}
header .menu2 a .inner {
	width: auto;
	padding: 56px 0 5px 0;
	font-size: 10px;
	text-align: center;
	background: url("images/icon_job2.png") no-repeat center 10px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45px;
}
header .menu2 .client .inner,
header .menu2 .company .inner { border-left: 1px solid #fff; }

header .menu2 a .inner span {
	display: none
}
header .menu2 a:hover {
	background: #3c3b3b;
	color: #fff;
	opacity: 1;
}
header .menu2 a.job:hover .inner { background-image: url("images/icon_job2.png") !important; }
header .menu2 a.client:hover .inner { background-image: url("images/icon_client2.png") !important; }
header .menu2 a.company:hover .inner { background-image: url("images/icon_company2.png") !important; }


/* Footer *******************************/
footer {
	background: url(images/bg_footer.png) repeat-x center 45px #474545;
	background-size: 1500px auto;
	-webkit-background-size: 1500px auto;
	-moz-background-size: 1500px auto;
	-ms-background-size: 1500px auto;
	-o-background-size: 1500px auto;
	padding: 80px 0 0 0;
}
footer .inner {
	width: auto;
	margin: 0;
	padding: 10px 0px 10px 0px;
}
footer .inner nav {
	padding: 20px;
}
footer .inner .box {
	float: none;
	padding: 20px 0 0 0;
	/*margin: 0 0 20px 0;*/
	/*border-top: 1px solid #5a769e;*/
}
footer .inner .box:first-child {
	padding: 0;
	border: none;
}
footer .inner .box br {
	display: none;
}
footer .inner .box .title {
	float: left;
	margin: 0;
	font-size: 16px;
}
footer .inner .box a {
	display: block;
	margin: 0 0 0 50%;
	font-size: 12px;
}
footer .inner .box3,
footer .inner .box4 {
	float: left;
	width: 50%;
}
footer .inner .box3 a,
footer .inner .box4 a {
	margin: 0;
}

footer .bt_facebook {
	display: block;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
}
footer .bt_facebook img {
	display: block;
	width: 50px;
}

footer .copyright {
	padding: 10px 0 20px 0;
	font-size: 11px;
}
.bt_gototop {
	right: 20px;
	bottom: 20px;
	opacity: 0.75 !important;
}
.bt_gototop img {
	width: 45px;
}
/* ===========================================================================================

	Index

=========================================================================================== */

#index .main {
    padding-top: 60px;
}

/* Visual *******************************/
#index .main .visual {
	position: relative;
}
#index .main .visual .bt_facebook {
	display: none;
}
#index .main .visual .bt_facebook img {
	display: block;
	width: 59px;
}
#index .main .visual .slider img {
	width: 100%;
}
#index .main .visual .slider .slick-prev,
#index .main .visual .slider .slick-next {
    width: 16px;
    height: 35px;
    left: 10px;
    right: auto;
    background: url("images/icon_arrow_left.png") no-repeat center center !important;
    background-size: 16px auto !important;
    -webkit-background-size: 16px auto !important;
    -moz-background-size: 16px auto !important;
    -ms-background-size: 16px auto !important;
    -o-background-size: 16px auto !important;
    z-index: 100;
    margin-top: 3px;
}
#index .main .visual .slider .slick-next {
    left: auto;
    right: 10px;
    background: url("images/icon_arrow_right.png") no-repeat center center !important;
    background-size: 16px auto !important;
    -webkit-background-size: 16px auto !important;
    -moz-background-size: 16px auto !important;
    -ms-background-size: 16px auto !important;
    -o-background-size: 16px auto !important;
}
#index .main .visual .slider .slick-prev::before,
#index .main .visual .slider .slick-next::before {
	display: none;
}

/* About *******************************/
#index .main .about {
	padding: 100px 0 30px 0;
	margin-top: -60px;
}
#index .main .about .inner {
	width: auto;
	margin: 0;
}
#index .main .about h2 {
	margin: 0 0 30px 0;
}
#index .main .about p.text {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 10px;
	padding: 0 20px;
}
#index .main .about img {
	width: 90%;
}


/* Pick up *******************************/
#index .main .pickup {
	padding: 40px 0 30px 0;
}
#index .main .pickup .inner {
	width: auto;
	margin: 0;
}
#index .main .pickup h2 {
	font-size: 18px;
	padding: 78px 0 0 0;
	margin: 0 0 10px 0;
	background-size: 50px auto;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	-ms-background-size: 50px auto;
	-o-background-size: 50px auto;
}
#index .main .pickup h2 span {
	font-size: 14px;
	padding: 5px 0;
}
#index .main .pickup ul,
#inner.work .main ul {
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 400px;
}
#index .main .pickup ul li,
#inner.work .main ul li {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
}
#index .main .pickup ul li a,
#inner.work .main ul li a {
	display: block;
}
#index .main .pickup ul li .img,
#inner.work .main ul li .img,
#inner.single.post .img {
	float: none;
	width: 100%;
	height: 200px;
	background: url("images/img_logo2.png") no-repeat center center #ccdae8;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
#index .main .pickup ul li .img .new,
#inner.work .main ul li .img .new,
#inner.single.post .img .new {
	height: 63px;
	width: 63px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/icon_new.png") no-repeat center top;
	background-size: 63px 63px;
	-webkit-background-size: 63px 63px;
	-moz-background-size: 63px 63px;
	-ms-background-size: 63px 63px;
	-o-background-size: 63px 63px;
}
#index .main .pickup ul li .info,
#inner.work .main ul li .info {
	float: none;
	padding: 15px;
	width: auto;
	box-sizing: border-box;
}
#index .main .pickup ul li .info .label,
#inner.work .main ul li .info .label {width: auto;margin-bottom: 10px;}
#index .main .pickup ul li .info .label p,
#inner.work .main ul li .info .label p {
	float: left;
	background: #3c3b3b;
	text-align: center;
	color: #fff;
	line-height: 24px;
	width: 87px;
	margin: 0 0 10px 10px;
	padding: 0 5px;
}
#index .main .pickup ul li .info p,
#inner.work .main ul li .info p {
	font-size: 11px;
	overflow: hidden;
	max-height: 9em;
}

#index .main .pickup .bt_more {
	display: block;
	background: #3c3b3b;
	color: #fff;
	text-align: center;
	padding: 32px 0;
	font-size: 15px;
	margin: 0 20px;
}



/* How to do *******************************/
#index .main .howtodo {
	padding: 90px 0 30px 0;
	margin-top: -60px;
	background: #f0f0f0;
}
#index .main .howtodo .inner {
	width: auto;
	margin: 0 auto;
}
#index .main .howtodo h2 {
	font-size: 18px;
	padding: 70px 0 0 0;
	margin: 0 0 10px 0;
	background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-moz-background-size: 40px auto;
	-ms-background-size: 40px auto;
	-o-background-size: 40px auto;
}
#index .main .howtodo h2 span {
	font-size: 14px;
	padding: 5px 0;
}
#index .main .howtodo ul {
}
#index .main .howtodo ul li {
	margin: 0 20px 20px 20px;
	text-align: left;
	padding: 20px 15px;
}
#index .main .howtodo ul li .lead {
	font-size: 16px;
}
#index .main .howtodo ul li .text {
	font-size: 10px;
	line-height: 1.5em;
	margin: 5px 0 0 0;
}


/* Topics *******************************/
#index .main .topics {
	padding: 110px 0 50px 0;
	margin-top: -60px;
}
#index .main .topics .inner {
	width: auto;
	margin: 0 auto;
}
#index .main .topics h2 {
	font-size: 18px;
	padding: 50px 0 0 0;
	margin: 0 0 20px 0;
	background-size: 35px auto;
	-webkit-background-size: 35px auto;
	-moz-background-size: 35px auto;
	-ms-background-size: 35px auto;
	-o-background-size: 35px auto;
}
#index .main .topics .facebook {
	padding: 20px;
}
#index .main .topics .facebook iframe {
	display: block;
	height: 300px;
}

/* Other *******************************/
#index .main .other {
	padding: 10px 0 0 0;
}
#index .main .other .inner {
	width: auto;
	margin: 0 auto;
}
#index .main .other h2 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #474545;
}
#index .main .other ul {
	padding: 20px;
}
#index .main .other ul li {
	float: none;
	margin: 0 0 20px 0;
}
#index .main .other ul li a {
	width: auto;
	height: auto;
	padding: 120px 0 20px 0;
	background: url("images/bnr_ihc.png") no-repeat center 10px;
	background-size: 200px 150px;
	-webkit-background-size: 150px auto;
	-moz-background-size: 200px 150px;
	-ms-background-size: 200px 150px;
	-o-background-size: 200px 150px;
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
	font-size: 14px;
}
#index .main .other ul li.bnr_kitt a {
	background-image: url("images/bnr_kitt.png");
	background-color: #fff;
	height: auto;
	padding: 130px 0 20px 0;
	color: #E8C1D7;
}
#index .main .other ul li.bnr_design a {
	background-image: url("images/bnr_design.png");
	color: #ffaa00;
	background-position: center 0;
	padding: 100px 0 20px 0;
}

/* Company *******************************/
#index .main .company {
	padding: 30px 0 10px 0;
}
#index .main .company .inner {
	width: auto;
	margin: 0 auto;
}
#index .main .company h2 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #474545;
}
#index .main .company ul {
	padding: 20px;
}
#index .main .company ul li {
	float: none;
	margin: 0 0 20px 0;
}
#index .main .company ul li a {
	width: auto;
	height: auto;
	padding: 90px 0 20px 0;
	background: url("images/icon_company3.png") no-repeat center 20px;
	background-size: 60px auto;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	-ms-background-size: 60px auto;
	-o-background-size: 60px auto;
	background-color: #474545;
	font-size: 14px;
}
#index .main .company ul li.bt_contact a {
	background-image: url("images/icon_contact.png");
}
#index .main .company ul li.bt_faq a {
	background-image: url("images/icon_faq.png");
}


/* ===========================================================================================

	Inner

=========================================================================================== */

/**********************************************************/
/* Inner Common */
/**********************************************************/

#inner {

}

#inner .main {padding-top: 62px;}
#inner .main .content {
	padding: 30px 0 30px 0;
}
#inner .main .content > .inner {
	width: auto;
	padding: 1px 0px;
	margin: 0 20px;
	background: #fff;
}
#inner .main h2 {
	font-size: 18px;
	padding: 70px 0 0 0;
	margin: 20px 0 20px 0;
	background: url("images/icon_howtodo.png") no-repeat center top;
	background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-moz-background-size: 40px auto;
	-ms-background-size: 40px auto;
	-o-background-size: 40px auto;
}
#inner .main h2 span {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	padding: 5px 0;
	color: #f0f0f0;
}




/**********************************************************/
/* Work */
/**********************************************************/

#inner.work {
}
#inner.work .content > .inner {
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
	padding-top: 0;
}
#inner.work .pager {
	text-align: center;
	margin: 10px 0 0 0;
}
#inner.work .pager > span,
#inner.work .pager > a {
	width: 24px;
	line-height: 24px;
	margin: 0 2px;
	font-size: 15px;
}
#inner.work .pager > a:hover {
	background-color: #fff;
	color: #3c3b3b;
	opacity: 1;
}
#inner.work .pager > a.prev,
#inner.work .pager > a.next {
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	-ms-background-size: 14px 14px;
	-o-background-size: 14px 14px;
}
#inner.work .pager > a.prev:hover,
#inner.work .pager > a.next:hover {
	background: none;
	opacity: 1;
}


/**********************************************************/
/* Contact, Entry */
/**********************************************************/

#inner.contact {

}
#inner.contact .content .inner,
#inner.entry .content .inner {
	margin-bottom: 120px;
	padding-bottom: 20px;
}

#inner.contact h2,
#inner.entry h2 {
	background-size: 40px auto;
	-webkit-background-size: 40px auto;
	-moz-background-size: 40px auto;
	-ms-background-size: 40px auto;
	-o-background-size: 40px auto;
}
#inner.contact .lead,
#inner.entry .lead {
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
	color: #3c3b3b;
	padding: 25px 15px 10px 15px;
}
#inner.contact .lead.user {
	padding: 0 15px 10px 15px;
	margin: 0;
}
#inner.contact .lead.client { display: none; }
#inner.contact .lead.user { display: block; }
#inner.contact.client .lead.client { display: block; }
#inner.contact.client .lead.user { display: none; }

#inner.entry .lead {

}
#inner.contact .lead .tel,
#inner.entry .lead .tel {
	text-align: center;
	display: block;
}
#inner.contact .lead .tel a,
#inner.entry .lead .tel a {
	color: #3c3b3b;
}
#inner.contact .form_box,
#inner.entry .form_box {
	position: relative;
}
#inner.contact .form_box table,
#inner.entry .form_box table {
	margin: 0 15px;
	display: block;
	width: auto;
}
#inner.contact .form_box table tbody,
#inner.entry .form_box table tbody {
	display: block;
}
#inner.contact .form_box table tr,
#inner.entry .form_box table tr {
	display: block;
	border: 1px solid #3c3b3b;
	padding: 0;
}

#inner.contact .form_box table th,
#inner.entry .form_box table th {
	display: block;
	width: auto;
	padding: 5px 10px;
}
#inner.contact .form_box table th label,
#inner.entry .form_box table th label {
	display: block;
	text-align: left;
}
#inner.contact .form_box table tr.spacer,
#inner.entry .form_box table tr.spacer {
	border: none;
	height: 25px;
}
#inner.contact .form_box table td,
#inner.entry .form_box table td {
	display: block;
	width: auto;
}
#inner.contact .form_box table td > span,
#inner.entry .form_box table td > span {
	display: block;
}

#inner.contact .form_box table td input,
#inner.contact .form_box table td textarea,
#inner.entry .form_box table td input,
#inner.entry .form_box table td textarea {
	display: block;
	padding: 15px 10px;
	border: none;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
}
#inner.entry .form_box table tr.work td{
	border-top: 1px solid #3c3b3b;
	border-left: none;
	padding: 15px 10px;
}
#inner.entry .form_box table tr.work td .entry-work {
	display: none;
}
#inner.contact .note,
#inner.entry .note {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	padding: 25px 15px 0 15px;
	color: #3c3b3b;
}
#inner.contact .submit,
#inner.entry .submit {
	position: absolute;
	width: 100%;
	bottom: -120px;
}
#inner.contact .submit input,
#inner.entry .submit input {
	bottom: 0;
	left: 0;
	height: 80px;
	font-size: 16px;
	width: 47%;
	padding: 0;
}
#inner.contact .submit input.wpcf7-submit,
#inner.entry .submit input.wpcf7-submit {
	right: 0;
	left: auto;
}
#inner.contact .submit input.wpcf7-confirm,
#inner.entry .submit input.wpcf7-confirm {
	width: 100%;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -22px;
    width: 100%;
    text-align: right;
    font-size: 10px !important;
}
div.wpcf7-response-output {
    text-align: center;
    padding: 10px 15px !important;
    border-color: red !important;
    color: red;
    margin: 15px 15px 0 15px !important;
    font-size: 12px;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.wpcf7c-conf {
	border-left: none !important;
	border-top: 1px solid #3c3b3b !important;
}
/**********************************************************/
/* Company */
/**********************************************************/

#inner.company {

}

#inner.company h2 {
	margin-bottom: 0;
	background: url("images/icon_company4.png") no-repeat center top;
	background-size: 60px auto;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	-ms-background-size: 60px auto;
	-o-background-size: 60px auto;
}
#inner.company table {
	display: block;
	width: auto;
	margin: 10px 15px 15px 15px;
	font-size: 14px;
	line-height: 1.5em;
}
#inner.company table tbody {
	display: block;
}
#inner.company table tr {
	display: block;
	border-top: 1px solid #E1E7ED;
	padding: 5px 0
}
#inner.company table tr:first-child { border: none; }
#inner.company table th {
	display: block;
	padding: 3px 0 0 0;
	width: auto;
	font-size: 11px;
}
#inner.company table td {
	display: block;
	padding: 3px 0;
}
#inner.company table td a {
	color: #3c3b3b;
}
#inner.company iframe {
	display: block;
	margin: 30px 0 30px 0;
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	padding: 0 15px;
}

/**********************************************************/
/* Plivacy policy & Terms of use */
/**********************************************************/

#inner.policy {

}
#inner.policy .privacypolicy {
	padding-bottom: 40px;
}
#inner.policy .termsofuse {
	padding-top: 40px;
}
#inner.policy .termsofuse .inner {
	background: #f0f0f0;
}
#inner.policy h2 {
	background: url("images/icon_key.png") no-repeat center top;
	background-size: 60px auto;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	-ms-background-size: 60px auto;
	-o-background-size: 60px auto;
}
#inner.policy .privacypolicy h2 {
	line-height: 1.2em;
	padding-top: 70px;
}
#inner.policy .termsofuse h2 span {
	color: #fff;
}
#inner.policy .text {
	font-size: 12px;
	line-height: 1.8em;
	padding: 0 15px 30px 15px;
}

/**********************************************************/
/* Design */
/**********************************************************/

#inner.design {

}
#inner.design .content {
	background: #F2DCCA;
	color: #F6921E;
	text-align: center;
}
#inner.design .content > .inner {
	padding-bottom: 50px;
}
#inner.design h2 {
	background: url("images/bnr_design.png") no-repeat center -30px;
	background-size: 200px 150px;
	-webkit-background-size: 200px 150px;
	-moz-background-size: 200px 150px;
	-ms-background-size: 200px 150px;
	-o-background-size: 200px 150px;
	color: #F6921E;
	margin-bottom: 40px;
	padding-top: 130px;
}
#inner.design .termsofuse h2 span {
	color: #fff;
}
#inner.design .lead {
	font-size: 18px;
	line-height: 1.8em;
	padding: 0 50px 0 50px;
}
#inner.design .mini {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	padding: 20px 0 50px 0;
	color: #f2dcca;
}
#inner.design .bt_contact {
    display: block;
    background: #f69320;
    color: #fff;
    text-align: center;
    padding: 62px 0;
    font-size: 26px;
    width: 980px;
    margin: 50px auto 50px auto;
}
/**********************************************************/
/* Faq */
/**********************************************************/

#inner.faq {

}
#inner.faq h2 {
	background: url("images/icon_faq2.png") no-repeat center top;
	background-size: 60px auto;
	-webkit-background-size: 60px auto;
	-moz-background-size: 60px auto;
	-ms-background-size: 60px auto;
	-o-background-size: 60px auto;
}
#inner.faq .comingsoon {
	text-align: center;
	font-size: 20px;
	padding: 10px 0 50px 0;
	color: #f0f0f0;
}

/**********************************************************/
/* Blog Single */
/**********************************************************/
#inner.single.post {
}
#inner.single.post .content > .inner {
	padding-top: 0;
	max-width: 400px;
	margin: auto;
}
#inner.single.post .img .new {
	height: 63px;
	width: 63px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/icon_new.png") no-repeat center top;
	background-size: 63px 63px;
	-webkit-background-size: 63px 63px;
	-moz-background-size: 63px 63px;
	-ms-background-size: 63px 63px;
	-o-background-size: 63px 63px;
}
#inner.single.post .info {
	float: none;
	width: auto;
	padding: 20px;
}
#inner.single.post .info .label {
	margin: 0 0 10px -10px;
}
#inner.single.post .info .label p {
	color: #fff;
	line-height: 24px;
	min-width: 80px;
	font-size: 12px;
}

#inner.single.post .info > p {
	font-size: 14px;
	overflow: hidden;
	line-height: 1.8em;
}
#inner.single.post table {
	display: block;
	width: auto;
	margin: 10px 15px 20px 15px;
}
#inner.single.post table tbody {
	display: block;
}
#inner.single.post table tr {
	display: block;
	border: none
}
#inner.single.post table tr th {
	display: block;
	border-left: none;
	padding: 5px 10px;
	width: auto;
	text-align: left;
	font-size: 12px;
}
#inner.single.post table tr td {
	display: block;
	padding: 15px 10px;
	width: auto;
	border-bottom: 1px solid #3c3b3b;
}
#inner.single.post table tr td.tel {
	font-size: 22px;
	line-height: 1em;
}
#inner.single.post table tr th span {
	display: block;
	height: 24px;
	width: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("images/icon_tel2.png") no-repeat center top;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-ms-background-size: 24px 24x;
	-o-background-size: 24px 24px;
	margin: 0;
}
#inner.single.post .bt_entry {
	background: #3c3b3b;
	color: #fff;
	text-align: center;
	display: block;
	padding: 20px;
	font-size: 18px;
	margin: 0px 15px 30px 15px;
}
/**********************************************************/
/* Error 404 */
/**********************************************************/
#error {
	padding: 100px 0 50px 0;
}

#error .inner {
	width: 440px;
	margin: 0 auto 0 auto;
}
#error .inner p {
	font-size: 16px;
	text-align: center;
}

#error .inner a {
	display: block;
	margin: 40px auto 40px auto;
	font-size: 16px;
	text-align: center;
	width: 200px;
	line-height: 50px;
	color: #fff;
	background: #565656;
}

body .about_list {
	padding-left: 8%;
	padding-right: 8%;
	width: auto;
}

body .about_list_box {
	width: 100%;
	margin: 15px 0;
}

.about_list_link {
	width: 94% !important;
	margin: 3px 3% !important;
}




}


@media screen and (max-width: 400px) {
	body .mainvisual_text_human {
		background-position: right 0% top 75%;
		background-size: auto 34px;
	}

	body .mainvisual_text_restaurant {
		background-position: left 0%  top 75%;
		background-size: auto 34px;
	}

	body .mainvisual_text_cosmetics {
		background-position: right 0%  bottom 75%;
		background-size: auto 34px;
	}

	body .mainvisual_text_other {
		background-position: left 0%  bottom 75%;
		background-size: auto 34px;
	}
	body .mainvisual_box {
		height: 120px;
	}
	body .mainvisual {
		height: 240px;
	}
}

.mainvisual {
	height: 600px;
	position: relative;
	/*background-color: #000;*/
}

.mainvisual_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 240px;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.mainvisual_logo img {
	width: 100%;
	height: auto;
}

.mainvisual_box {
	position: absolute;
	width: 50%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

.main_visual_logos {
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	justify-content: center;
	text-align: center;
}

.main_visual_logos a {
	width: 33%;
}

.main_visual_nolink_human img {
	width: 60%;
	height: auto;
}

.main_visual_nolink_other img {
	width: 60%;
	height: auto;
}

.mainvisual_box_human {
	background-image: url(images/visual_ph_human.png);
}

.mainvisual_box_restaurant {
	background-image: url(images/visual_ph_restaurant.png);
	right: 0;
}

.mainvisual_box_cosmetics {
	background-image: url(images/visual_ph_cosmetics.png);
	bottom: 0;
}

.mainvisual_box_other {
	background-image: url(images/visual_ph_other.png);
	bottom: 0;
	right: 0;
}

.main_visual_content {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(255,255,255, .9);
	z-index: 2;
}

.mainvisual_text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

.mainvisual_text_human {
	background-image: url(images/visual_text_human.png);
	background-position: right 78px top 116px;
	background-size: auto 100px;
}

.mainvisual_text_video {
	background-image: url(images/visual_text_video.png);
	background-position: right 78px top 116px;
	background-size: auto 100px;
}


.mainvisual_text_restaurant {
	background-image: url(images/visual_text_restaurant.png);
	background-position: left 78px top 116px;
	background-size: auto 90px;
}

.mainvisual_text_cosmetics {
	background-image: url(images/visual_text_cosmetics.png);
	background-position: right 78px bottom 116px;
	background-size: auto 100px;
}

.mainvisual_text_other {
	background-image: url(images/visual_text_other.png);
	background-position: left 78px bottom 116px;
	background-size: auto 100px;
}

.about_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.about_list_box {
	width: 32%;
}

/* .about_list_box:nth-child(1) {
	margin-bottom: 30px;
}

.about_list_box:nth-child(2) {
	margin-bottom: 30px;
} */

.about_list_ph {
	position: relative;
}

.about_list_link_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about_list_link_wrap a {
	position: relative;
}

.about_list_link_wrap .fa-instagram {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


.about_list_link_wrap .fa-home {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.about_list_link {
	background-color: #474545;
	color: #fff;
	padding: 2px 10px;
	border-radius: 30px;
	width: 94%;
	text-align: center;
	font-size: 12px;
	margin: 3px 3%;
}

.about_list_link_instagram {
	background-image: url(./images/icon_insgtagram.png);
	background-size: 12px;
	background-position: right 11px center;
	background-repeat: no-repeat;
/*	background: #d6249f;
	background: radial-gradient(circle at 0 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
	/*box-shadow: 0px 3px 10px rgba(0,0,0,.25);*/
}

.about_list_link:nth-child(3) {
	width: 37%;
	margin-right: 0;
}

.about_list_link:nth-child(4) {
	width: 37%;
	margin-left: 0;
}

.about_list_ph img {
	width: 100%;
	height: auto;
}

.about_list_text {
	margin-top: 15px;
	margin-left: 3%;
	margin-right: 3%;
}

.footer_links {
	text-align: center;
}

.footer_links a {
	display: inline-block;
	margin-right: 20px;
	color: #fff;
}