@charset "UTF-8";

/*  google fonts */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Pathway+Gothic+One|Share+Tech&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
}

html {
	overflow: auto;
	height: 100%;
}
body {
	background-color: #ffffff;
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "pwid";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	margin: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
	width: 100%;
}
body.is-open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

.main {
	display: block;
	margin-top: 36px;
}

@media (min-width: 769px) {
	.main {
		margin-top: 58px;
	}
}

a {
	color: #108DAB;
	text-decoration: none;
	transition: .3s ease all;
}

img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}

input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
}

.sp {
	display: block;
}

@media (min-width: 769px) {
	.sp {
		display: none;
	}
}

.pc {
	display: none;
}

@media (min-width: 769px) {
	.pc {
		display: block;
	}
}

.pc-inline {
	display: none;
}

@media (min-width: 769px) {
	.pc-inline {
		display: inline-block;
	}
}

@media (min-width: 769px) and (max-width: 999px) {
	.lg {
		display: none;
	}
}

.row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.row-start {
	justify-content: flex-start;
}
.row-center {
	justify-content: center;
}
.row-align-center {
	align-items: center;
}
.row-align-start {
	align-items: flex-start;
}
.row-reverse {
	flex-direction: row-reverse;
}

.container {
	position: relative;
	overflow: hidden;
}

.inner {
	width: 100%;
	padding: 0 7%;
	margin: 0 auto;
}

@media (min-width: 769px) {
	.container {
		min-width: 980px;
	}
	.inner {
		max-width: 1050px;
		padding: 0 50px;
	}
}

/* ----------------------------------------------------
 * parts
---------------------------------------------------- */

/* btn */
.btn {
	display: table;
	margin: 0 auto;
	text-align: center;
	min-width: 180px;
}
.btn a {
	background-color: #000000;
	color: #ffffff;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 35px;
	width: 100%;
}
.btn span {
	display: inline-block;
	position: relative;
}
.btn span:after {
	background: url(../img/common/arrow_white.png) no-repeat top left;
	background-size: contain;
	content: '';
	height: 7px;
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%; right: -1.2em;
	width: 6px;
}
.btn-en {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.btn-ja {
	font-size: 12px;
	letter-spacing: 0.025em;
	vertical-align: 0.1em;
}
.btn-ja span:after,
.btn span.btn-ja:after {
	margin-top: -4px;
}

@media (min-width: 769px) {
	.btn-en {
		font-size: 19px;
	}
	.btn-ja {
		font-size: 13px;
	}
	.btn-ja span:after {
		margin-top: -3px;
	}
	.btn span.btn-ja:after {
		margin-top: -5px;
	}
}

/* title */
.title {
	color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 25px;
	letter-spacing: 0.025em;
	text-align: center;
}
@media (min-width: 769px) {
	.title {
		font-size: 40px;
	}
}

/* page-kv */
.page-kv {
	background-image: url(../img/common/kv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100px;
	margin: 76px 0 0;
	text-align: center;
	width: 100%;
}
.page-kv img {
	width: 80%;
}

@media (min-width: 769px) {
	.page-kv {
		margin: 106px 0 0;
		height: 200px;
	}
	.page-kv img {
        width: 700px;
	}
}

/* nav */
.nav-numbers {
	text-align: center;
	font-size: 14px;
	position: relative;
	top: 33px;
}
.nav-links {
	overflow: hidden;
	position: relative;
}
.page-numbers {
	display: none;
	position: relative;
}
.prev a,
.prev.page-numbers {
	display: block;
	width: 62px;
	height: 62px;
	background: url(../img/common/ico_arrow_wh-l.png) no-repeat center center/auto #000000;
	float: left;
}
.next a,
.next.page-numbers {
	display: block;
	width: 62px;
	height: 62px;
	background: url(../img/common/ico_arrow_wh.png) no-repeat center center/auto #000000;
	float: right;
}
.nav-middle .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #000000;
    background-repeat: no-repeat;
    margin: 0 auto;
    letter-spacing: 0.03em;
	min-width: initial;
	width: 150px;
	position: absolute;
	left: calc(50% - 75px);
}

@media (min-width: 769px) {
	.nav-numbers {
		font-size: 16px;
		top: 45px;
	}
	.prev a,
	.prev.page-numbers {
		width: 80px;
		height: 80px;
		transition: .3s;
	}
	.prev a:hover,
	.prev.page-numbers:hover {
		color: #444;
		background: url(../img/common/ico_arrow_bk-l.png) no-repeat center center/auto #fff;
	}
	.next a,
	.next.page-numbers {
		width: 80px;
		height: 80px;
		transition: .3s;
	}
	.next a:hover,
	.next.page-numbers:hover {
		color: #000000;
		background: url(../img/common/ico_arrow_bk.png) no-repeat center center/auto #fff;
	}
	.nav-middle .btn {
		height: 80px;
        line-height: 80px;
        font-size: 18px;
        transition: .3s;
		width: 300px;
		left: calc(50% - 150px);
	}
}

/* associated-companies */
.associated-companies {
	margin: 30px 0 0 0;
}
.associated-companies ul {
	margin: 20px 0 0 0;
}
.associated-companies li {
	border-left: 1px solid #D3D3D3;
	height: 84px;
	margin: 0 0 30px;
	width: 33.33%;
}
.associated-companies li a {
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 80%;
	display: block;
	height: 100%;
	padding: 55px 0 0 0;
	text-align: center;
	width: 100%;
}
.associated-companies li a span {
	color: #000000;
	font-size: 10px;
	text-align: center;
}
.associated-companies li:nth-of-type(1) a {
	background-image: url(../img/common/logo_tabcode.png);
}
.associated-companies li:nth-of-type(2) a {
	background-image: url(../img/common/logo_nuf.png);
}
.associated-companies li:nth-of-type(3) {
	border-right: 1px solid #D3D3D3;
}
.associated-companies li:nth-of-type(3) a {
	background-image: url(../img/common/logo_comunica.png);
}

@media (min-width: 769px) {
	.associated-companies {
		margin: 55px 0;
	}
	.associated-companies ul {
		margin-top: 30px;
	}
	.associated-companies li {
		height: 172px;
		margin: 0;
	}
	.associated-companies li a {
		background-position: center 44px;
		background-size: 202px;
		padding-top: 100px;
	}
	.associated-companies li a span {
		font-size: 13px;
	}
}

/* top-csr */
.csr {
	margin: 30px 0 0 0;
}
.csr p {
	font-size: 14px;
	margin: 20px 0 0 0;
	text-align: center;
}
.csr p a {
	text-decoration: underline;
}

@media (min-width: 769px) {
	.csr {
		margin-top: 115px;
	}
	.csr p {
		font-size: 16px;
		margin-top: 30px;
	}
}

/* ----------------------------------------------------
 * breadcrumbs
---------------------------------------------------- */

.breadcrumbs {
	position: absolute;
	top: 10px;
	left: 10px;
}
.breadcrumbs > span {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 12px;
	position: relative;
}
.breadcrumbs > span:after {
	content: '';
	width: 5px;
	height: 1px;
	position: absolute;
	background: #888;
	top: 5px;
	right: -13px;
	pointer-events: none;
}
.breadcrumbs > span:nth-last-of-type(1) {
	pointer-events: none;
}
.breadcrumbs > span:nth-last-of-type(1):after {
	content: none;
}
.breadcrumbs a {
	color: #888;
}

@media (min-width: 769px) {
	.breadcrumbs {
		left: 20px;
	}
}

/* ----------------------------------------------------
 * header
---------------------------------------------------- */

.header {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: .3s ease all;
	width: 100%;
	z-index: 12;
}
.home .header {
	background-color: rgba(14, 14, 14, 0.5);
}
.header.is-open {
	background: none;
}
.header-inner {
	padding: 25px 7%;
}
.header.show {
	background-color: #000000;
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}
.header-logo {
	width: 150px;
	height: auto;
}
.header-logo img {
	height: auto;
	vertical-align: top;
	width: 150px;
}
.header-nav {
	display: none;
}
.sp-nav-btn {
	width: 25px;
}
.sp-nav-btn span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	margin: 0 0 10px;
	border-radius: 20px;
	transition: all .3s;
}
.sp-nav-btn span:last-child {
	margin-bottom: 0;
}
.sp-nav-btn.is-open span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
}
.sp-nav-btn.is-open span:nth-of-type(2) {
	opacity: 0;
}
.sp-nav-btn.is-open span:nth-of-type(3) {
	transform: translateY(-13px) rotate(45deg);
}

@media (min-width: 769px) {
	.header {
		height: 106px;
		width: 100%;
		min-width: 1000px;
	}
	.home .header {
		background: none;
	}
	.header-inner {
		height: 100%;
		margin: 0 auto;
		padding: 0 50px;
		max-width: 1050px;
	}
	.header-logo {
		height: auto;
		padding: 0;
		width: 190px;
	}
	.header-logo img {
		width: 100%;
	}
	.header-nav {
		align-items: center;
		font-family: 'Pathway Gothic One', sans-serif;
		display: flex;
		justify-content: space-between;
		max-width: 674px;
		width: calc(100% - 250px);
	}
	.header-nav li {
		font-size: 22px;
        letter-spacing: 0.05em;
		position: relative;
	}
	.header-nav li a {
		color: #ffffff;
		display: block;
		padding: 1px 0 0 0;
	}
	.header-nav li.current a {
		color: #b9b9b9;
		pointer-events: none;
	}
	.header-nav li img {
		display: none;
		position: absolute;
		top: 34px;
		width: auto;
		max-width: inherit;
	}
	.header-nav li:nth-of-type(1) img {
		left: calc(50% - 694px);
	}
	.header-nav li:nth-of-type(2) img {
		left: calc(50% - 1286px);
	}
	.header-nav li:nth-of-type(3) img {
		left: calc(50% - 218px);
	}
	.header-nav li:nth-of-type(4) img {
		left: calc(50% - 1472px);
	}
	.header-nav li:nth-of-type(5) img {
		left: calc(50% - 6px);
	}
	.header-nav li:nth-of-type(6) img {
		left: calc(50% - 1412px);
	}
	.header-nav li:nth-of-type(7) img {
		left: calc(50% - 160px);
	}
	.sp-nav-btn {
		display: none;
	}
	.home .header {
		position: absolute;
	}
	.home .header-nav li img {
		display: block;
	}
	.home .footer {
		position: relative;
		z-index: 10;
	}
}

/* ----------------------------------------------------
 * footer
---------------------------------------------------- */

footer {
	background-color: #000000;
}
footer .footer-inner {
	padding: 32px 7%;
	position: relative;
	text-align: center;
}
footer .pagetop {
    position: absolute;
    top: 32px; left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 20px;
}
footer .footer-info {
	margin: 45px 0 25px;
}
footer .footer-info ul li {
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	margin: 0 15px 0 0;
}
footer .footer-info ul li a {
	color: inherit;
	text-decoration: underline;
}
footer .footer-info ul li:before {
	content: '▶';
}
footer .copyright {
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
}

@media (min-width: 769px) {
	footer .footer-inner {
		margin: 0 auto;
		padding: 80px 50px 16px;
		text-align: left;
		max-width: 1050px;
	}
	footer .pagetop {
	    top: 38px;
	}
	footer .footer-info {
		margin: 0;
		position: absolute;
		bottom: 16px; right: 0;
	}
	footer .footer-info ul li {
	    margin: 0 0 0 20px;
	}
	footer .copyright {
		font-size: 11px;
	}
}

/* ----------------------------------------------------
 * sp-nav
---------------------------------------------------- */

.sp-nav {
	background-color: #000000;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	transition: .3s ease all;
	width: 100%;
	z-index: 11;
}
.sp-nav.is-open {
	left: 0;
}
.sp-nav-list {
	padding: 0 7.5%;
	width: 100%;
}
.sp-nav-list li {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 22px;
	letter-spacing: 0.05em;
	margin: 0 0 37px;
}
.sp-nav-list li:last-child {
	margin: 0;
}
.sp-nav-list li a {
	color: #ffffff;
}

/* ----------------------------------------------------
 * content
---------------------------------------------------- */

/* top
---------------------------------------------------- */

.top-title {
	color: #ffffff;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 15.93vw;
	position: absolute;
	top: 40.5vh;
	left: 7%;
	z-index: 10;
}

@media (min-width: 769px) {
	.top-title {
		font-size: 6.25vw;
		left: 20.25%;
		z-index: 15;
	}
}

.top-kv {
	align-items: center;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	height: 100vh;
	overflow: hidden;
	perspective: 1600px;
	position: relative;
	width: 100%;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}
.slider li {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 5;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 30s 0s infinite;
	animation: anime 30s 0s infinite;
}
.slider li:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.slider li:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.slider li:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}
.slider li:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}

@-webkit-keyframes anime {
	0% {
		opacity: .2;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		/* transform: scale(1.2); */
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
@keyframes anime {
	0% {
		opacity: .2;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		/* transform: scale(1.2); */
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}

.item-wrapper {
	background-color: rgba(14, 14, 14, 0.5);
	height: 100vh;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
}

.top-kv-line {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

@media (min-width: 769px) {
	.top-kv-line {
		background-image: url(../img/top/line-pc.png);
		background-position: right calc(50% + 23px) top 246px;
		background-repeat: no-repeat;
		background-size: auto;
	}
}

.top-scroll {
	color: #ffffff;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 18px;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.top-scroll img {
	display: block;
	margin: 0 auto 8px;
	width: 22px;
}

@media (min-width: 769px) {
	.top-scroll {
		font-size: 18px;
		bottom: 42px;
	}
	.top-scroll img {
		margin-bottom: 12px;
		width: 36px;
	}
}

/* top-content */
.top-contents {
	margin: 25px 0 0 0;
}
.top-contents ul {
	margin: 10px 0 0 0;
}
.top-contents ul li {
	background-color: #000000;
	font-family: 'Pathway Gothic One', sans-serif;
	margin: 12px 0 0 0;
	text-align: center;
	transition: .3s;
	width: 48%;
}
.top-contents ul li:hover {
	background-color: #333333;
}
.top-contents ul li img {
	transition: .3s;
	width: 100%;
}
.top-contents ul li:hover img {
	opacity: 0.7;
}
.top-contents ul li dl dd h3 {
	color: #FFFFFF;
	font-size: 23px;
	letter-spacing: 0.05em;
	margin: 20px 0 0 0;
}
.top-contents ul li dl dd .btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px 0 0 0;
	min-width: initial;
	width: 70px;
}
.top-contents ul li dl dd .btn span {
	padding: 0 0 2px 0;
}
.top-contents ul li dl dd .btn span:after {
	height: 6px;
	margin-top: -4px;
	right: -0.6em;
	width: 5px;
}

@media (min-width: 769px) {
	.top-contents {
		margin-top: 58px;
	}
	.top-contents h2 {
		margin-bottom: 18px;
	}
	.top-contents ul li {
		width: 24.21%;
	}
	.top-contents ul li dl dd h3 {
		font-size: 24px;
		margin-top: 30px;
	}
	.top-contents ul li dl dd .btn {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 30px;
		width: 90px;
	}
}

/* top-info */
.top-info {
	margin: 30px 0 0 0;
}
.top-info ul {
	display: table;
	margin: 20px auto 0;
}
.top-info ul li + li {
	margin-top: 20px;
}
.top-info ul li dl dt {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 20px;
	letter-spacing: 0.025em;
    padding: 0 0 0 0.03em;
}
.top-info ul li dl dd {
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin: 6px 0 0 0;
}
.top-info ul li dl dd a {
	color: inherit;
}

@media (min-width: 769px) {
	.top-info {
		margin-top: 115px;
	}
	.top-info ul li dl {
		display: table;
	}
	.top-info ul li dl dt,
	.top-info ul li dl dd {
		display: table-cell;
		vertical-align: bottom;
	}
	.top-info ul li dl dt {
		font-size: 24px;
		width: 70px;
	}
	.top-info ul li dl dd {
		font-size: 14px;
		margin-top: 0;
		padding: 0 0 1px 20px;
	}
}

/* top-access */
.top-access {
	background-color: #F7F7F7;
	margin: 30px 0 0 0;
}
.top-access .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-access .column {
	margin: 20px 0 0 0;
	width: 100%;
}
.top-access .column + .column {
	margin-top: 30px;
}
.top-access .column > div + div {
	margin-top: 22px;
}
.top-access dl {
	display: table;
	width: 100%;
}
.top-access dl dt,
.top-access dl dd {
	display: table-cell;
	font-size: 12px;
	letter-spacing: 0.04em;
	line-height: 1.75;
	vertical-align: top;
}
.top-access dl dt {
	width: 6em;
}
.top-access dl dd {
	padding: 0 0 0 1.4em;
	position: relative;
}
.top-access dl dd:before {
	content: ':';
	position: absolute;
	top: 0; left: 0;
}
.top-access #map {
	height: 325px;
	width: 100%;
}
/* .top-access .btnContact {
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.top-access .btnContact a {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	display: inline-block;
	font-family: 'Pathway Gothic One', sans-serif;
	letter-spacing: 0.1em;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.top-access .btnContact a:after {
	background: url(../img/common/arrow_white.png) top left no-repeat;
	background-size: contain;
	content: '';
	height: 7px;
	margin: -3px 0 0 0;
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
} */

@media (min-width: 769px) {
	.top-access {
		margin-top: 95px;
	}
	.top-access .inner {
		padding: 58px 87px;
	}
	.top-access .column {
		width: 50%;
	}
	.top-access .column > div + div {
		margin-top: 22px;
	}
	.top-access dl {
		font-size: 13px;
	}
	.top-access dl dt {
		width: 76px;
	}
	.top-access .btnContact {
		margin-top: 36px;
		width: 170px;
	}
	.top-access .btnContact a {
		font-size: 19px;
		height: 38px;
		line-height: 36px;
	}
	.top-access .btnContact a:after {
		right: 1.5em;
	}
	.top-access #map {
		height: 334px;
	}
}

/* company
---------------------------------------------------- */

.company-page-kv {
	background-image: url(../img/company/kv.png);
}

/* company-info */
.company-info-title {
    color: #999999;
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 40px;
    letter-spacing: 0.075em;
	margin: 24px 0 30px;
}
.company-info-title span {
    color: #000000;
    display: block;
    font-size: 16px;
	letter-spacing: 0.2em;
    margin: 15px 0 0 0;
}
.company-info-title img {
	width: 100%;
	max-width: 526px;
}
.company-info-subtitle {
	color: #000000;
	font-size: 18px;
	line-height: 1.6;
}
.company-info-text {
	font-size: 12px;
    letter-spacing: 0.3em;
	line-height: 2;
	margin: 8px auto 30px;
}

@media (min-width: 769px) {
	.company-info {
		padding: 0 0 76px;
	}
	.company-info-title {
	    font-size: 70px;
		margin: 34px 0 48px;
		text-align: center;
	}
	.company-info-title span {
	    font-size: 25px;
		margin-top: 25px;
	}
	.company-info-subtitle {
		font-size: 27px;
		text-align: center;
	}
	.company-info-text {
		font-size: 14px;
		margin: 12px auto 60px;
		text-align: center;
	}
}

/* company-policy */
.company-policy {
    background-color: #F7F7F7;
}
.company-policy .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.company-policy dl {
    display: table;
    width: 100%;
}
.company-policy dl + dl {
    margin-top: 25px;
}
.company-policy dl dt,
.company-policy dl dd {
    display: table-cell;
    vertical-align: middle;
}
.company-policy dt {
    border-right: 1px solid #D3D3D3;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 20px;
    padding: 5px 10px 5px 0;
    text-align: center;
    width: 90px;
}
.company-policy dt span {
    color: #808080;
    display: block;
    font-size: 13px;
    margin: 10px 0 0 0;
}
.company-policy dd {
    font-size: 12px;
	line-height: 1.6;
    padding: 0 0 0 15px;
}

@media (min-width: 769px) {
	.company-policy .inner {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.company-policy dl + dl {
	    margin-top: 50px;
	}
	.company-policy dt {
		font-size: 24px;
		padding-right: 15px;
	    width: 110px;
	}
	.company-policy dt span {
	    font-size: 14px;
	}
	.company-policy dd {
	    font-size: 14px;
		letter-spacing: 0.15em;
		padding-left: 20px;
	}
}

/* company-point */
	.company-point .inner {
		padding-top: 30px;
	}

@media (min-width: 769px) {
	.company-point .inner {
		padding-top: 60px;
	}
}

/* company-profile */
.company-profile {
    background-color: #F7F7F7;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.company-profile-title {
	margin: 0 0 38px;
}
.profile-table {
	font-size: 12px;
	line-height: 1.75;
	table-layout: fixed;
	text-align: left;
	width: 100%;
}
.profile-table th {
	border-top: 1px solid #DFDFDF;
	padding: 12px 0 10px;
	width: 30%;
}
.profile-table td {
	border-top: 1px solid #DFDFDF;
	padding: 12px 0 10px;
	width: 70%;
}
.company-map {
	border-top: 1px solid #DFDFDF;
	padding: 37px 0 0;
}
#map {
	width: 100%;
	height: 325px;
}

@media (min-width: 769px) {
	.company-profile {
		margin-top: 115px;
		padding-top: 60px;
		padding-bottom: 75px;
	}
	.company-profile-block {
		width: 48%;
	}
	.profile-table {
		font-size: 14px;
	}
}

/* business
---------------------------------------------------- */

.business-page-kv {
	background-image: url(../img/business/kv.png);
}

/* business-detail */
.business-detail {

}
.business-info-text {
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 2;
	margin: 20px 0 0 0;
}
.business-detail-img {
	margin: 30px 0 0 0;
}
.business-detail-img + .business-detail-img {
	margin-top: 60px;
}

@media (min-width: 769px) {
	.business-info-text {
		font-size: 13px;
	    text-align: center;
	}
	.business-detail-img {
		margin-top: 60px;
	}
	.business-detail-img + .business-detail-img {
		margin-top: 160px;
	}
}

/* business-works-nav */
.business-works-nav .works-nav-bg {
	margin-bottom: 0;
	padding: 0 0 24px 0;
}
.business-works-nav .works-nav:after {
    content: '';
    display: block;
    height: 0;
    width: calc(100% / 3);
}
.business-works-nav .works-nav li:nth-of-type(5) {
	border-right: 1px solid #D3D3D3;
}
.business-works-nav .works-graphic a {
	background-image: url(../img/works/nav_graphic_select.png);
}
.business-works-nav .works-web a {
	background-image: url(../img/works/nav_web_select.png);
}
.business-works-nav .works-movie a {
	background-image: url(../img/works/nav_movie_select.png);
}
.business-works-nav .works-event a {
	background-image: url(../img/works/nav_event_select.png);
}
.business-works-nav .works-others a {
	background-image: url(../img/works/nav_others_select.png);
}

@media (min-width: 769px) {
	.business-works-nav .works-nav-bg {
		margin: 120px 0 0 0;
		padding-bottom: 80px;
	}
	.business-works-nav .works-nav li {
		width: 19.89%;
	}
}

/* information
---------------------------------------------------- */

.information-page-kv,
.category .page-kv,
.single .page-kv {
	background-image: url(../img/info/kv.png);
}

.info {
	padding-top: 30px;
}

/* info-contents */
.info-contents {
	width: 100%;
	margin: 0 0 50px;
}
.info-list li {
	width: 46%;
	margin: 0 8% 34px 0;
}
.info-list li:nth-of-type(2n) {
	margin-right: 0;
}
.info-list li a {
	color: inherit;
}
.info-thumb {
	margin: 0 0 11px;
	overflow: hidden;
	padding-top: 60%;
	position: relative;
}
.info-thumb img {
	height: 100%;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: auto;
	max-width: initial;
}
.info-heading {
	font-size: 10px;
	margin: 0 0 7px;
}
.info-heading time {
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
}
.info-text {
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 8px;
}
.info-footer span {
	border: 1px solid #808080;
	color: #808080;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0.5em 0.6em 0.4em;
}

@media (min-width: 769px) {
	.info {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.single .info {
		padding-bottom: 0;
	}
	.info-contents {
		margin-bottom: 0;
		width: 69.47%;
	}
	.info-list {
		margin: 0 0 80px;
	}
	.info-list li {
		width: 45.45%;
		margin: 0 0 52px;
	}
	.info-list li a:hover .info-text {
		text-decoration: underline;
	}
	.info-thumb {
		margin: 0 0 25px;
	}
	.info-heading {
		font-size: 16px;
		margin: 0 0 12px;
	}
	.info-text {
		font-size: 13px;
		margin: 0 0 18px;
	}
	.info-footer {
		font-size: 12px;
	}
}

/* sidebar */
.sidebar {
	width: 100%;
	margin: 0 0 50px;
}
.side-title {
	border-bottom: 1px solid #A0A0A0;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-align: left;
	padding: 0 0 22px;
	margin: 0;
}
.side-cat-list {
	margin: 0 0 60px;
}
.side-cat-list li {
	border-bottom: 1px solid #A0A0A0;
	font-size: 14px;
}
.side-cat-list li a {
	background: url(../img/common/ico_arrow.png) no-repeat center right 0px/20px;
	font-family: 'PT Sans', sans-serif;
	color: inherit;
	display: block;
	letter-spacing: 0.025em;
	padding: 23px 0 22px;
}
.side-blog-list li {
	margin: 0 0 20px;
}
.side-blog-list li:last-child {
	margin: 0;
}
.side-blog-list li a {
	color: #ffffff;
	flex-direction: row-reverse;
}
.side-link {
	background: linear-gradient(to right, #428B8F, #5ABCC7);
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 20px;
	padding: 0.6em 0.6em 0.5em;
	position: relative;
	width: calc(100% - 100px);
}
.side-link:after {
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	content: '';
	display: inline-block;
	height: 10px;
	margin-top: -6px;
	position: absolute;
	top: 50%; right: 12px;
	transform: rotate(-45deg);
	width: 10px;
}
.side-thumb {
	width: 100px;
}

@media (min-width: 769px) {
	.sidebar {
		width: 21.05%;
		margin: 0;
	}
	.side-title {
		font-size: 20px;
	}
	.side-cat-list li {
		font-size: 16px;
	}
	.side-cat-list li a {
		padding: 24px 15px 22px;
		transition: .3s;
	}
	.side-cat-list li a:hover {
		background: url(../img/common/ico_arrow.png) no-repeat center right 10px/20px;
	}
	.side-blog-list .row {
		display: block;
	}
	.side-blog-list li a {
		transition: .3s;
	}
	.side-link {
		font-size: 22px;
		width: 100%;
	}
	.side-thumb {
		width: 100%;
	}
	.side-thumb img {
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
}

.single-wrap {
	width: 100%;
	margin: 0 0 70px;
}
.single-thumb {
	margin: 0 0 20px;
}
.single-thumb img {
	width: 100%;
	max-width: inherit;
}
.single-title {
	line-height: 1.7;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.single-heading {
	margin: 0 0 15px;
}
.single-heading img {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
	border-radius: 50%;
}
.single-heading span {
	display: inline-block;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.single-heading span + span:before {
	content: '／';
	padding: 0 0.5em;
}
.single-heading span a {
	color: #888;
}
.single-heading time {
	display: block;
	font-size: 12px;
	color: #888;
}
.single-tag {
	margin: 0 0 50px;
}
.single-tag a {
	display: inline-block;
	font-size: 10px;
	color: #888;
	margin: 0 10px 10px 0;
	position: relative;
}
.single-tag a:before {
	content: '# ';
}
.single-content {
	margin: 50px 0 0;
}
.single-content p {
	font-size: 14px;
	line-height: 1.875;
	margin: 0 0 40px;
	text-align: justify;
	position: relative;
}
.single-content p a {
	text-decoration: underline;
}
.single-content img {
	display: inline-block;
	margin: 0 0 5px;
}
.single-content h2 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin: 70px 0 30px;
	color: #fff;
}
.single-content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	color: #ccc;
	position: relative;
}
.single-content h3:before {
	content: '';
	width: 7px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 10px;
	left: 0;
}
.single-content blockquote {
	font-size: 14px;
	text-align: justify;
	background: #333;
	padding: 40px 7%;
	color: #999;
	line-height: 1.875;
	background-image: url(../img/single/blockquote_l.png), url(../img/single/blockquote_r.png);
	background-repeat: no-repeat;
	background-position: top left 20px, bottom right 20px;
	background-size: 25px;
	margin: 0 0 40px;
}
.single-content blockquote p:last-child {
	margin: 0;
}
.single-content iframe,
.single-content embed {
	width: 100%;
}
.single-subtitle {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin: 70px 0 30px;
}

@media (min-width: 769px) {
	.single-wrap {
		width: 64.6%;
		margin: 0;
	}
	.single-thumb {
		margin: 0 0 20px;
	}
	.single-title {
		font-size: 32px;
	}
	.single-heading {
		margin: 0 0 15px;
	}
	.single-heading img {
		width: 30px;
		height: 30px;
		margin: 0 13px 0 0;
	}
	.single-heading span {
		margin-top: 10px;
		font-size: 14px;
	}
	.single-heading time {
		font-size: 14px;
	}
	.single-tag {
		margin: 0 0 60px;
	}
	.single-tag a {
		font-size: 12px;
		margin: 0 10px 10px 0;
	}
	.single-content {
		margin: 60px 0 0;
	}
	.single-content p {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.single-content img {
		margin: 11px 0 10px;
	}
	.single-content h2 {
		font-size: 28px;
		margin: 107px 0 37px;
	}
	.single-content h3 {
		font-size: 16px;
		padding: 0 0 0 19px;
		margin: 0 0 3px;
	}
	.single-content h3:before {
		width: 10px;
		top: 12px;
	}
	.single-content blockquote {
		font-size: 16px;
		padding: 64px 6%;
		background-position: top left 41px, bottom right 41px;
		background-size: 36px;
		margin: 0 0 50px;
	}
	.single-subtitle {
		font-size: 28px;
		margin: 107px 0 37px;
	}
}

/* works
---------------------------------------------------- */

.works-page-kv,
.graphic-page-kv,
.web-page-kv,
.movie-page-kv,
.event-page-kv,
.others-page-kv {
	background-image: url(../img/works/kv.png);
}

/* works-nav */
.works-nav-bg {
	background-color: #F7F7F7;
	margin: 24px 0;
}
.works-nav-bg .inner {
	padding-top: 24px;
}
.works-nav li {
	width: calc(100% / 3);
	height: 54px;
	border-left: 1px solid #D3D3D3;
	margin: 0 0 24px;
}
.works-nav li:nth-of-type(3),
.works-nav li:nth-of-type(6) {
	border-right: 1px solid #D3D3D3;
}
.works-nav li a {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
}
.works-nav li a p {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
    letter-spacing: 0.025em;
}
.works-nav li.select a {
	pointer-events: none;
}
.works-all a {
	background-image: url(../img/works/nav_all.png);
	background-size: 29px auto;
}
.works-all.select a {
	background-image: url(../img/works/nav_all_select.png);
}
.works-graphic a {
	background-image: url(../img/works/nav_graphic.png);
	background-size: 35px auto;
}
.works-graphic.select a {
	background-image: url(../img/works/nav_graphic_select.png);
}
.works-web a {
	background-image: url(../img/works/nav_web.png);
	background-size: 35px auto;
}
.works-web.select a {
	background-image: url(../img/works/nav_web_select.png);
}
.works-movie a {
	background-image: url(../img/works/nav_movie.png);
	background-size: 35px auto;
}
.works-movie.select a {
	background-image: url(../img/works/nav_movie_select.png);
}
.works-event a {
	background-image: url(../img/works/nav_event.png);
	background-size: 35.5px auto;
}
.works-event.select a {
	background-image: url(../img/works/nav_event_select.png);
}
.works-others a {
	background-image: url(../img/works/nav_others.png);
	background-size: 34.5px auto;
}
.works-others.select a {
	background-image: url(../img/works/nav_others_select.png);
}

@media (min-width: 769px) {
	.works {
		padding-bottom: 120px;
	}
	.works-nav-bg {
		margin-top: 30px;
		margin-bottom: 80px;
	}
	.works-nav-bg .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.works-nav li {
		border-left: 1px solid #D3D3D3;
		height: 110px;
		margin: 0;
		padding: 14px 0 18px;
		width: 16.666%;
	}
	.works-nav li:nth-of-type(3) {
		border-right: none;
	}
	.works-nav li a p {
		font-size: 22px;
	}
	.works-nav li:hover a {
		color: inherit;
	}
	.works-all a {
		background-size: 42px auto;
	}
	.works-all a:hover {
		background-image: url(../img/works/nav_all_select.png);
	}
	.works-graphic a {
		background-size: 42px auto;
	}
	.works-graphic a:hover {
		background-image: url(../img/works/nav_graphic_select.png);
	}
	.works-web a {
		background-size: 42px auto;
	}
	.works-web a:hover {
		background-image: url(../img/works/nav_web_select.png);
	}
	.works-movie a {
		background-size: 42px auto;
	}
	.works-movie a:hover {
		background-image: url(../img/works/nav_movie_select.png);
	}
	.works-event a {
		background-size: 42px auto;
	}
	.works-event a:hover {
		background-image: url(../img/works/nav_event_select.png);
	}
	.works-others a {
		background-size: 42px auto;
	}
	.works-others a:hover {
		background-image: url(../img/works/nav_others_select.png);
	}
}

/* works-content */
.works-content {
	max-width: 1124px;
	margin: 0 auto 50px;
}
.works-list {
	width: 100%;
	padding: 0 7%;
	margin: 0 auto;
	position: relative;
}
.works-list li {
	width: 320px;
	background: #282828;
	margin: 0 0 25px;
}
.works-thumb img {
	width: 100%;
	max-width: inherit;
}
.works-thumb video {
	width: 100%;
}
.works-info {
	padding: 16px 0 20px 17px;
}
.works-name {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin: 0 0 10px;
}
.works-text {
    font-family: 'Pathway Gothic One', sans-serif;
	font-size: 15px;
	padding: 0 5px 0 0;
	color: #A6A6A6;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
.works-cat {
	color: #ffffff;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding: 0.43em 0 0.33em 17px;
}
.works-cat.cat-graphic {
	background-color: #108DAB;
}
.works-cat.cat-other {
	background-color: #93AA0C;
}
.works-cat.cat-web {
	background-color: #7F1F6F;
}
.works-cat.cat-movie {
	background-color: #00968A;
}
.works-cat.cat-event {
	background-color: #E89D3B;
}

@media (min-width: 769px) {
	.works-list {
		padding: 0 0 0 20px;
	}
	.works-list li {
		width: 300px;
		margin: 0 50px 60px 0;
	}
	.works-info {
		padding: 16px 24px 24px 24px;
	}
	.works-name {
		margin: 0 0 12px;
	}
	.works-text {
		font-size: 15px;
	}
	.works-cat {
		font-size: 15px;
		padding-left: 24px;
	}
}

@media (min-width: 640px) and (max-width: 768px) {
	.works-list li {
		width: 300px;
	}
}

@media (max-width: 370px) {
	.works-list li {
		width: 276px;
	}
}

/* service
---------------------------------------------------- */

.page-id-797 {
	background-color: #F7F7F7;
}

.service-page-kv {
	background-image: url(../img/service/kv.png);
}

/* service-list */
.service-list {
    margin-top: 30px;
	padding: 0 7%;
}
.service-list li {
    width: 100%;
    margin: 0 0 50px;
}
.service-thumb {
    margin: 0 0 20px;
}
.service-thumb img {
	border-radius: 20px;
    width: 100%;
    max-width: inherit;
}
.service-list h2 {
	color: #666666;
    font-family: 'Pathway Gothic One', sans-serif;
	letter-spacing: 0.025em;
	font-size: 20px;
	margin: 0 0 8px;
}
.service-list p {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 16px;
    text-align: left;
}
.service-list .btn {
    margin: 0;
}

@media (min-width: 769px) {
    .service-list {
        margin-top: 95px;
        margin-bottom: 95px;
		padding: 0;
    }
    .service-list li {
        padding: 0 0 40px;
        margin: 0;
		width: 270px;
    }
    .service-thumb {
        margin: 0 0 26px;
    }
	.service-list h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
    .service-list p {
        font-size: 14px;
		height: 5.4em;
    }
    .service-list .btn {
        font-size: 15px;
    }
}

/* recruit
---------------------------------------------------- */


.recruit-page-kv {
    background-image: url(../img/recruit/kv.png);
}

.recruit {
    padding: 30px 0 50px;
}

/* recruit-block */
.recruit-block {
    max-width: 700px;
    margin: 0 auto 80px;
}
.recruit-title {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
	letter-spacing: 0.5em;
    padding: 0 0 15px;
    margin: 0 0 20px;
}
.recruit-person {
    font-size: 12px;
	font-weight: bold;
}
.recruit-person span {
    display: block;
	letter-spacing: 0.25em;
    line-height: 2;
    text-align: center;
}
.recruit-text {
    font-size: 12px;
	letter-spacing: 0.25em;
    line-height: 2;
}
.recruit-occupation dt {
	font-weight: bold;
    margin: 0 0 10px;
}
.recruit-occupation dd {
	color: #666666;
    margin: 0 0 20px;
}
.recruit-occupation dd:last-child {
    margin: 0 0 20px;
}
.recruit-occupation dd .recruit-text {
	line-height: 1.75;
}
.recruit-occupation-title {
    font-size: 13px;
}
.recruit-attention {
    font-size: 10px;
	letter-spacing: 0.2em;
    line-height: 1.75;
}
.recruit-point {
    border: 1px solid #CCCCCC;
	border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
    max-width: 700px;
}
.recruit-mail {
	font-family: 'PT Sans', sans-serif;
    font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
    margin: 11px 0 0;
    text-align: center;
}
.recruit-mail a {
    text-decoration: underline;
}
.recruit-point .btn {
	margin-top: 25px;
}

@media (min-width: 769px) {
    .recruit {
        padding: 54px 0 120px;
    }
    .recruit-block {
        margin: 0 auto 90px;
    }
    .recruit-title {
        font-size: 25px;
        padding: 0 0 22px;
        margin: 0 0 24px;
    }
    .recruit-text {
        font-size: 13px;
    }
	.recruit-text-center {
	    text-align: center;
	}
    .recruit-person {
        font-size: 16px;
    }
    .recruit-occupation {
        padding: 10px 25px 0;
    }
    .recruit-occupation dt {
        margin: 0 0 15px;
    }
    .recruit-occupation dd {
        margin: 0 0 26px;
    }
    .recruit-occupation dd:last-child {
        margin: 0 0 40px;
    }
    .recruit-occupation-title {
        font-size: 16px;
    }
    .recruit-attention {
        font-size: 11px;
		margin-left: 25px;
    }
    .recruit-point {
        padding: 40px 0 28px;
    }
    .recruit-mail {
        font-size: 13px;
		margin-top: 35px;
    }
    .recruit-point .btn {
		margin-top: 50px;
    }
}

/* contact
---------------------------------------------------- */

.contact-page-kv {
    background-image: url(../img/works/kv.png);
}

/* contact */
.contact {
    max-width: 600px;
    padding: 41px 0 50px;
    margin: 0 auto;
}
.contact-desc {
    text-align: center;
    line-height: 1.85;
    font-size: 14px;
    margin: 0 0 30px;
}
.contact-form {
    font-size: 14px;
    margin: 0 0 50px;
}
.contact-form dt {
    font-weight: bold;
    padding: 10px 0 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.contact-form dt span {
    display: inline-block;
    background: #c80000;
    border-radius: 3px;
    color: #fff;
    width: 50px;
    height: 27px;
    line-height: 27px;
    float: right;
    text-align: center;
    font-size: 14px;
    margin: -6px 0 0;
}
.contact-form dd {
    margin: 0 0 35px;
}
.contact-form dd input[type="text"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"],
.contact-form dd textarea {
	border: 1px solid #B9B9B9;
    display: block;
    width: 100%;
    border-radius: 3px;
    background: #F7F7F7;
    padding: 13px;
    font-size: 14px;
}
.contact-form dd input[type="text"]::-webkit-input-placeholder,
.contact-form dd input[type="email"]::-webkit-input-placeholder,
.contact-form dd input[type="tel"]::-webkit-input-placeholder,
.contact-form dd textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 12px;
}
.contact-form dd input[type="text"]::-moz-placeholder,
.contact-form dd input[type="email"]::-moz-placeholder,
.contact-form dd input[type="tel"]::-moz-placeholder,
.contact-form dd textarea::-moz-placeholder {
    color: #777;
    font-size: 12px;
}
.contact-form dd input[type="text"]:-ms-input-placeholder,
.contact-form dd input[type="email"]:-ms-input-placeholder,
.contact-form dd input[type="tel"]:-ms-input-placeholder,
.contact-form dd textarea:-ms-input-placeholder {
    color: #777;
    font-size: 12px;
}
.contact-form dd input[type="text"]::-ms-input-placeholder,
.contact-form dd input[type="email"]::-ms-input-placeholder,
.contact-form dd input[type="tel"]::-ms-input-placeholder,
.contact-form dd textarea::-ms-input-placeholder {
    color: #777;
    font-size: 12px;
}
.contact-form dd input[type="text"]::placeholder,
.contact-form dd input[type="email"]::placeholder,
.contact-form dd input[type="tel"]::placeholder,
.contact-form dd textarea::placeholder {
    color: #777;
    font-size: 12px;
}
.contact-form dd textarea {
    height: 150px;
}
.contact input[type="submit"] {
	background: #000000 url(../img/common/arrow_white.png) no-repeat right 50px center;
	background-size: 6px 7px;
    border: none;
	color: #ffffff;
    cursor: pointer;
	display: table;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	height: 38px;
	letter-spacing: 0.1em;
	line-height: 38px;
	margin: 0 auto;
	padding: 0 35px;
	position: relative;
	min-width: 180px;
}
span.wpcf7-not-valid-tip {
    color: #c80000 !important;
    font-size: 13px !important;
    font-weight: normal !important;
    display: block !important;
    position: relative;
    top: 4px;
}

@media (min-width: 769px) {
    .contact {
        padding: 75px 0 120px;
    }
    .contact-desc {
        line-height: 1.85;
        font-size: 16px;
        margin: 0 0 66px;
    }
    .contact-form {
        font-size: 16px;
        margin: 0 0 80px;
    }
    .contact-form dt span {
        font-size: 14px;
    }
    .contact-form dd input[type="text"],
    .contact-form dd input[type="email"],
    .contact-form dd input[type="tel"],
    .contact-form dd textarea {
        padding: 21px;
        font-size: 16px;
    }
    .contact-form dd input[type="text"]::-webkit-input-placeholder,
    .contact-form dd input[type="email"]::-webkit-input-placeholder,
    .contact-form dd input[type="tel"]::-webkit-input-placeholder,
    .contact-form dd textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
    .contact-form dd input[type="text"]::-moz-placeholder,
    .contact-form dd input[type="email"]::-moz-placeholder,
    .contact-form dd input[type="tel"]::-moz-placeholder,
    .contact-form dd textarea::-moz-placeholder {
        font-size: 16px;
    }
    .contact-form dd input[type="text"]:-ms-input-placeholder,
    .contact-form dd input[type="email"]:-ms-input-placeholder,
    .contact-form dd input[type="tel"]:-ms-input-placeholder,
    .contact-form dd textarea:-ms-input-placeholder {
        font-size: 16px;
    }
    .contact-form dd input[type="text"]::-ms-input-placeholder,
    .contact-form dd input[type="email"]::-ms-input-placeholder,
    .contact-form dd input[type="tel"]::-ms-input-placeholder,
    .contact-form dd textarea::-ms-input-placeholder {
        font-size: 16px;
    }
    .contact-form dd input[type="text"]::placeholder,
    .contact-form dd input[type="email"]::placeholder,
    .contact-form dd input[type="tel"]::placeholder,
    .contact-form dd textarea::placeholder {
        font-size: 16px;
    }
    .contact-form dd textarea {
        height: 440px;
    }
    span.wpcf7-not-valid-tip {
        color: #c80000 !important;
        font-size: 13px !important;
        font-weight: normal !important;
        display: block !important;
        position: relative;
        top: 4px;
    }
}

/* landing page
---------------------------------------------------- */

.page-template-page-lp {
	background-color: inherit;
}

/* entry-content */
.lp .entry-content {
    padding: 30px 0 50px;
}
.lp .entry-content p {
	font-size: 14px;
	line-height: 1.875;
	margin: 0 0 40px;
	text-align: justify;
	position: relative;
}
.lp .entry-content p a {
	text-decoration: underline;
}
.lp .entry-content img {
	display: inline-block;
	margin: 0 0 5px;
}
.lp .entry-content h2 {
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	margin: 70px 0 30px;
}
.lp .entry-content h2:first-of-type {
	margin-top: 0;
}
.lp .entry-content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 0 15px;
	margin: 0 0 5px;
	color: #ccc;
	position: relative;
}
.lp .entry-content h3:before {
	content: '';
	width: 7px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 10px;
	left: 0;
}
.lp .entry-content blockquote {
	font-size: 14px;
	text-align: justify;
	background: #333;
	padding: 40px 7%;
	color: #999;
	line-height: 1.875;
	background-image: url(../img/single/blockquote_l.png), url(../img/single/blockquote_r.png);
	background-repeat: no-repeat;
	background-position: top left 20px, bottom right 20px;
	background-size: 25px;
	margin: 0 0 40px;
}
.lp .entry-content blockquote p:last-child {
	margin: 0;
}
.lp .entry-content iframe,
.lp .entry-content embed {
	width: 100%;
}

@media (min-width: 769px) {
    .lp .entry-content {
        padding: 75px 0 120px;
    }
	.lp .entry-content p {
		font-size: 16px;
		margin: 0 0 30px;
	}
	.lp .entry-content img {
		margin: 11px 0 10px;
	}
	.lp .entry-content h2 {
		font-size: 28px;
		margin: 107px 0 37px;
	}
	.lp .entry-content h3 {
		font-size: 16px;
		padding: 0 0 0 19px;
		margin: 0 0 3px;
	}
	.lp .entry-content h3:before {
		width: 10px;
		top: 12px;
	}
	.lp .entry-content blockquote {
		font-size: 16px;
		padding: 64px 6%;
		background-position: top left 41px, bottom right 41px;
		background-size: 36px;
		margin: 0 0 50px;
	}
}

/* error404
---------------------------------------------------- */

/* error404-text */
.error404-text {
    padding: 30px 0 50px;
	text-align: center;
}
.error404-text p {
	font-size: 12px;
    line-height: 1.6;
}

@media (min-width: 769px) {
    .error404-text {
        padding: 54px 0 120px;
    }
	.error404-text p {
		font-size: 16px;
	}
}
