<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@charset "UTF-8";
/*-------------------------------------------------------------------------------*
	Style sheet for neo-cd.com
 	Copyright(C)2017 NEO C&amp;D, Teruo Urushibata, and toshiyvki All Rights Reserved.
*-------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow");
#header,
#exhibition_list h1,
h1.page-subject span,
.sp_button&gt;a,
.sp_button&gt;input,
#page-top p,
#page-outline #ol_torecruitment&gt;a,
#page-outline #ol_map .inner figcaption,
#page-outline #ol_map .inner nav a,
#page-outline #ol_description h2 {
	font-family: "Arial Narrow", "PT Sans Narrow", Sans-Serif;
}

/* Reset Style */

html {
	overflow-y: scroll;
}

body {
	line-height: 1;
	color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 3.6vw;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
input[type="text"] {
   -webkit-appearance: none;
   border-radius: 0;
}
input[type="email"] {
   -webkit-appearance: none;
   border-radius: 0;
}
textarea {
   -webkit-appearance: none;
   border-radius: 0;
}
nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
	Licensed under the BSD License. http://yuilibrary.com/license/ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, arial, helvetica, clean, sans-serif;
	font-size: 3vw;
	line-height: 1.6;
}

select,
input,
button,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section,
a,
span,
label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* 汎用クラス */

[class^="mark"] {
	padding-left: 15px;
	background: no-repeat left .5em;
}

#page-information dl dd,
#page-contact p#ct_explain {
	text-align: justify;
	text-justify: inter-ideograph;
}

.sp_button&gt;a,
.sp_button&gt;input {
	cursor: pointer;
	cursor: hand;
}

/*----------------------------------------------------
*	element style
----------------------------------------------------*/

body {
	background: #fff;
	color: #3c3c3c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, arial, helvetica, clean, sans-serif;
}

input,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, arial, helvetica, clean, sans-serif;
}

* html body,
* html input,
* html textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, arial, helvetica, clean, sans-serif;
}

a:link {
	text-decoration: none;
	color: #3c3c3c;
}

a:visited {
	color: #3c3c3c;
}

a:hover {
	color: #3c3c3c;
}

a:active {
	color: #3c3c3c;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

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

/*----------------------------------------------------*
*	#container
*----------------------------------------------------*/

#page-container {
	position: relative;
}

/*----------------------------------------------------*
*	ヘッダー
*----------------------------------------------------*/

#header {
	position: fixed;
	bottom: 40px;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 1000;
	color: #b5b5b5;
}

#header&gt;.inner {
	position: relative;
	width: 100vw;
	height: auto;
	margin-left: 0;
}

/*----------------------------------------------------
*	フッター
----------------------------------------------------*/

/*----------------------------------------------------*
*	展示会リンク
*----------------------------------------------------*/

#exhibition_list {
	z-index: 100;
	position: fixed;
    top: 0;
    left: 0;
    width: 210px;
    height: 40px;
}

#exhibition_list .menu-trigger{
	display: inline-block;
	margin: 0 7px 2px 0;
	vertical-align: middle;
	width: 20px;
	height: 16px;
}
#exhibition_list .menu-trigger span:nth-of-type(2){
	top: 7px;
}
#exhibition_list&gt;.inner {
	position: relative;
	width: 100vw;
	height: 100vh;
}

/*----------------------------------------------------*
*	ヘッダー
*----------------------------------------------------*/

#container&gt;.inner {
	width: 100%;
	margin: 0 auto;
}

#contents {
	margin: 0 auto;
	width: 100%;
}

.inner {
	position: relative;
}

.container {
	overflow: hidden;
}

#page-container {
	background: #fff;
}

.exp {
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.smc {
	display: none !important;
}

.chkbox {
	display: none;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu-trigger {
	position: relative;
	width: 30px;
	height: 20px;
	display: block;
	margin: 6px auto 0;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.chkbox:checked~.hidenavi .menu-btn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-moz-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	-o-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.chkbox:checked~.hidenavi .menu-btn span:nth-of-type(2) {
	opacity: 0;
}

.chkbox:checked~.hidenavi .menu-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	-moz-transform: translateY(-9px) rotate(45deg);
	-ms-transform: translateY(-9px) rotate(45deg);
	-o-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}

.menu-btn {
	z-index: 999;
}

.nav_scroll {
	display: block;
	position: absolute;
	margin: auto;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	color: #b4b5b5;
	animation: go_off 1s ease 2s 1 forwards;
}

.nav_scroll::before {
	position: absolute;
	margin: auto;
	top: -46px;
	left: 0;
	right: 0;
	display: block;
	content: ' ';
	width: 30px;
	height: 30px;
	border: solid #b4b5b5;
	border-width: 6px 6px 0 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	animation: move_arrow 1s ease 2s 1 forwards;
}

@-webkit-keyframes move_arrow {
	0% {
		top: -46px;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes move_arrow {
	0% {
		top: -46px;
	}
	100% {
		top: 0;
	}
}

@keyframes move_arrow {
	0% {
		top: -46px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes go_off {
	0% {
		display: block;
	}
	100% {
		color: rgba(255, 255, 255, 0);
	}
}

@-moz-keyframes go_off {
	0% {
		display: block;
	}
	100% {
		color: rgba(255, 255, 255, 0);
	}
}

@keyframes go_off {
	0% {
		display: block;
	}
	100% {
		color: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes extends_height {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

@-moz-keyframes extends_height {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

@keyframes extends_height {
	0% {
		height: 0;
	}
	100% {
		height: auto;
	}
}

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

#header {
	z-index: 100;
	color: #000000;
	background-color: rgb(255, 255, 255,);
	/* menu button */
}

#header h1 {
	position: absolute;
	left: 15px;
	bottom: 62px;
	font-size: 85%;
	font-weight: normal;
}

#header #hdr-copyright {
	position: absolute;
	left: 15px;
	bottom: 30px;
	width: 150px;
	font-size: 62%;
	font-weight: normal;
	line-height: 1.8em;
}

#header h2 {
	color: #000000;
	position: absolute;
	z-index: 10;
	top: 38px;
	left: 16px;
	width: 34px;
	font-size: 75%;
	font-weight: normal;
	color: #000;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	letter-spacing: -0.02em;
}

#header h1,
#header #hdr-copyright {
	display: none;
}

#header .menu-btn {
	position: absolute;
	top: 7px;
	right: 13px;
	width: 30px;
}

#header #navi_main {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	max-height: 0;
	overflow-y: hidden;
	top: 0px;
	left: 50%;
	z-index: 9;
	width: 100vw;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	z-index: 101;
}
#header #navi_main ul{
	padding: 45px 0;
}
#sm_menubtn:checked~#header {
	z-index: 101;
}
#sm_menubtn:checked~#header #navi_main {
	max-height: 500px;
}

#header #navi_main li {
	margin: 20px 0;
}

#header #navi_main li:nth-last-child(2) {
	border-bottom: none;
}


#sm_menubtn:checked~#header .inner {
	background-color: #000;
	margin-left: auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* #sm_menubtn:checked~#header h1,
#sm_menubtn:checked~#header #hdr-copyright {
	display: block;
} */

#header .menu-trigger span {
	background-color: #000000;
}

#header li {
	border-bottom: none !important;
}


#header li a {
	color: #b5b5b5 !important;
	letter-spacing: .3em;
}

#sm_menubtn:checked~#header li a:hover {
	color: #fff !important;
}

#header li a span {
	display: inline !important;
	width: auto !important;
	margin-right: 0 !important;
	text-align: left !important;
}

/*--------------------------
* exhibition link list
*--------------------------*/
.l-project-list {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateY(calc(100vh));
    -ms-transform: translateY(calc(100vh));
    transform: translateY(calc(100vh));
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.l-project-list.l-project-list-menu.is-active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.project-list-button {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #fff;
    text-align: center;
}
.project-list-text {
	position: relative;
    -webkit-transition: all .8s .5s;
    transition: all .8s .5s;
}
.project-list-text .project-list-button-icon-close {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 21px;
    height: 9px;
    margin-left: -43px;
    margin-top: -6px;
    overflow: hidden;
}
.project-list-text .project-list-button-icon-close span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 1px;
    background: #222;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.project-list-text .project-list-button-icon-close span:nth-child(1) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.4s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.4s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.4s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.4s;
    -webkit-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
}
.project-list-text .project-list-button-icon-close span:nth-child(2) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.45s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.45s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.45s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.45s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.45s;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
}
.l-project-list-button{
	display: block;
}
.project-list-button-text{
    position: relative;
    top: -2px;
    display: inline-block;
    color: #222;
    font-family: FFDINWebBold,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .17em;
}
.project-list-button-text .separator-text{
	font-size: 12px;
}
.project-list-text:nth-child(1) .project-list-button-text span {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
}
.project-list-button.is-active .project-list-text .project-list-button-text span {
    -webkit-transform: rotateY(0deg) translateX(0px);
    transform: rotateY(0deg) translateX(0px);
}
.project-list-text:nth-child(1) .project-list-button-text span:nth-child(1) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.31s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.31s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.31s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.31s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.31s;
}
.project-list-button.is-active .project-list-text .project-list-button-text span:nth-child(1) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.51s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.51s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.51s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.51s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.51s;
}
.project-list-text:nth-child(1) .project-list-button-text span:nth-child(2) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.32s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.32s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.32s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.32s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.32s;
}
.project-list-button.is-active .project-list-text .project-list-button-text span:nth-child(2) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.52s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.52s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.52s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.52s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.52s;
}
.project-list-text:nth-child(1) .project-list-button-text span:nth-child(3) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.33s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.33s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.33s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.33s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.33s;
}
.project-list-button.is-active .project-list-text .project-list-button-text span:nth-child(3) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.53s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.53s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.53s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.53s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.53s;
}
.project-list-text:nth-child(1) .project-list-button-text span:nth-child(4) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.34s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.34s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.34s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.34s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.34s;
}
.project-list-button.is-active .project-list-text .project-list-button-text span:nth-child(4) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.54s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.54s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.54s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.54s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.54s;
}
.project-list-text:nth-child(1) .project-list-button-text span:nth-child(5) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.35s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.35s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.35s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.35s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.35s;
}
.project-list-button.is-active .project-list-text .project-list-button-text span:nth-child(5) {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.55s;
    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.55s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.55s;
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.55s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.55s;
}
.l-project-list.l-project-list-menu .l-project-list-item {
    
}
.separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 .separator:before .separator:after{
    content: " ";
    display: table;
}


#exhibition_list .menu-btn {
	display: none;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 30px;
	height: 60px;
}

#exhibition_list h1 {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0);
    margin: auto;
    right: 0px;
    width: 100vw;
    height: 40px;
    padding-top: 12px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
    letter-spacing: .5em;
    font-weight: normal;
    font-size: 93%;
    color: #000;
}

#exhibition_list ul#exhb_items {
	list-style: none;
	height: calc(100vh - 80px);
	overflow-y: scroll;
	-ms-overflow-style: none;
}

#exhibition_list ul#exhb_items::-webkit-scrollbar {
	display: none;
}

#exhibition_list ul#exhb_items li {
	-webkit-transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
#exhibition_list ul#exhb_items li.is-active{
		-webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
		transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition-property: opacity, -webkit-transform;
		transition-property: opacity, -webkit-transform;
		transition-property: transform, opacity;
		transition-property: transform, opacity, -webkit-transform;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
#exhibition_list ul#exhb_items li:nth-child(1){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}
#exhibition_list ul#exhb_items li:nth-child(2){
	transition-delay: 0.52s;
	-webkit-transition-delay: 0.52s;
}

#exhibition_list ul#exhb_items li:nth-child(3){
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}
#exhibition_list ul#exhb_items li:nth-child(4){
	transition-delay: 0.68s;
	-webkit-transition-delay: 0.68s;
}
#exhibition_list ul#exhb_items li:nth-child(5){
	transition-delay: 0.76s;
	-webkit-transition-delay: 0.76s;
}
#exhibition_list ul#exhb_items li:nth-child(6){
	transition-delay: 0.84s;
	-webkit-transition-delay: 0.84s;
}
#exhibition_list ul#exhb_items li:nth-child(7){
	transition-delay: 0.92s;
	-webkit-transition-delay: 0.92s;
}
#exhibition_list ul#exhb_items li:nth-child(8){
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
#exhibition_list ul#exhb_items li:nth-child(9){
	transition-delay: 1.08s;
	-webkit-transition-delay: 1.08s;
}

#exhibition_list ul#exhb_items li:nth-child(10){
	transition-delay: 1.16;
	-webkit-transition-delay: 1.16s;
}
#exhibition_list ul#exhb_items li:nth-child(11){
	transition-delay: 1.24s;
	-webkit-transition-delay: 1.24s;
}
#exhibition_list ul#exhb_items li:nth-child(12){
	transition-delay: 1.32s;
	-webkit-transition-delay: 1.32s;
}
#exhibition_list ul#exhb_items li:nth-child(13){
	transition-delay: 1.40s;
	-webkit-transition-delay: 1.40s;
}
#exhibition_list ul#exhb_items li:nth-child(14){
	transition-delay: 1.48s;
	-webkit-transition-delay: 1.48s;
}
#exhibition_list ul#exhb_items li a {
	display: table-cell;
	width: 100vw;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 77%;
}

#exhibition_list ul#exhb_items li a:hover {
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0, #000 0px 1px 0, #000 0 -1px 0, #000 -1px 0 0, #000 1px 0 0;
	/*上、下*/
	background: none;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

#exhibition_list ul#exhb_items li:nth-child(1) {
background: url("../img/exfig-yakiniku.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(2) {
 background: url("../img/exfig-izakaya.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(3) {
background: url("../img/exfig-fabex-tokyo.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(4) {
background: url("../img/exfig-sweets-tokyo.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(5) {
background: url("../img/exfig-oemmatching.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(6) {
background: url("../img/exfig-fabex-osaka.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(7) {
background: url("../img/exfig-sweets-osaka.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(8) {
background: url("../img/exfig-coffee.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(9) {
background: url("../img/exfig-localfoods.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(10) {
background: url("../img/fabex-nagoya.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list ul#exhb_items li:nth-child(11) {
background: url("../img/exfig-sweets-nagoya.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#exhibition_list ul#exhb_items li:nth-child(12) {
 background: url("../img/toukai.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#exhibition_list ul#exhb_items li:nth-child(13) {
background: url("../img/exfig-foodmesse.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#exhibition_list ul#exhb_items li:nth-child(14) {
background: url("../img/exfig-econosec.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#exhibition_list nav {
	display: none;
}

#exhibition_list .inner {
	background-color: #000;
}

#exhb_menubtn:checked~#exhibition_list .menu-btn {
	display: block;
}

#exhb_menubtn:checked~#exhibition_list .menu-trigger span {
	background-color: #b5b5b5 !important;
}

#exhb_menubtn:checked~#exhibition_list h1 {
	color: #b5b5b5;
	border: none;
}

#exhb_menubtn:checked~#exhibition_list .inner {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#exhb_menubtn:checked~#exhibition_list nav {
	display: block;
}

#exhb_menubtn:checked~#exhibition_list nav p {
	position: absolute;
	left: 15px;
}

#exhb_menubtn:checked~#exhibition_list nav p:first-child {
	bottom: 30%;
}

#exhb_menubtn:checked~#exhibition_list nav p:last-child {
	top: 30%;
}

.dir_dn,
.dir_up {
	position: relative;
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.dir_dn::before,
.dir_up::before {
	display: block;
	content: ' ';
	width: 15px;
	height: 15px;
	border: solid #b5b5b5;
	border-width: 2px 2px 0 0;
}

.dir_dn::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.dir_up::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 15px;
}

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

/*--------------------------
* common
*--------------------------*/

.container&gt;.inner {
	position: relative;
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
}

h1.page-subject {
	margin-top: 3em;
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
}

h1.page-subject span {
	letter-spacing: .5em;
	font-size: 3.8vw;
	border-bottom: 2px solid #000;
	padding-bottom: 4px;
}

h1.page-subject-left {
	margin-left: -55%;
	text-align: right;
}
div.page-subject-left {
	width: 250px;
}
h1.page-subject-right {
	margin-left: 55%;
}
div.page-subject-right {
	width: 250px;
	margin-left: auto;
}

.sp_button {
	text-align: center;
}

.sp_button&gt;a,
.sp_button&gt;input {
	width: 80%;
	letter-spacing: .1em;
	font-size: 5vw;
	padding: .4em 2em;
}

.sp_button&gt;a:hover,
.sp_button&gt;input:hover {
	background-color: #aaaaaa;
}

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

#page-top {
	background: url("../img/top-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#page-top h1 {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../img/logo-black.png") no-repeat;
	width: 200px;
	height: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 65vw;
	height: calc(65vw * (30 / 200));
}

#page-top p {
	position: absolute;
	top: 54%;
	width: 100%;
	text-align: center;
	color: #202020;
	font-size: 3.2vw;
	letter-spacing: .15em;
}

#page-top .nav_scroll {
	color: rgba(80, 80, 80, 0.4);
	font-size: 139%;
	letter-spacing: .2em;
}

#page-top .nav_scroll:before {
	border-color: rgba(80, 80, 80, 0.4);
}

/*----------------*
*	page-philosophy
*----------------*/
#page-philosophy p {
	margin: 16px;
	line-height: 4em;
}
#page-philosophy .inner p:last-child {
	margin: 16px;
	line-height: 4em;
	padding-bottom: 40px;
}

#page-philosophy .dummy_text {
	display: none;
	padding-bottom: 34px;
}


#page-philosophy #ph_main {
	top: 0;
	/*font-size: 3.2vw;*/
	line-height: 2.2em;
}

#page-philosophy figure {
	position: relative;
	width: 100%;
	height: 17.14286vw;
}

#page-philosophy figure div {
	position: absolute;
	width: 100%;
}

#page-philosophy figure div img {
	width: 100%;
}

/*----------------*
*	page-outline
*----------------*/

#page-outline {
	background: url("../img/sub-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#page-outline #ol_profile {
	position: relative;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 1em;
	width: 90%;
	margin: 2em auto 0;
}

#page-outline #ol_profile dt {
	margin-bottom: 5px;
	font-weight: bold;
}

#page-outline #ol_profile dd {
	padding-bottom: 25px;
}

#page-outline #ol_profile .fbox_text_l dd:nth-child(even){
	padding-bottom: 5px;
}
#page-outline #ol_figtop {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 0;
}

#page-outline #ol_figtop img {
	width: 44vw;
	height: auto;
	margin-top: -70px;
}

#page-outline #ol_torecruitment {
	position: unset;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: center;
}

#page-outline #ol_torecruitment&gt;a {
	border: double 3px #707070;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	text-align: center;
	color: #707070;
	font-size: 108%;
	line-height: 1.4em;
	letter-spacing: .1em;
	padding: 4px 2em;
}

#page-outline #ol_torecruitment&gt;a span {
	letter-spacing: .3em;
}

#page-outline #ol_torecruitment&gt;a span:after {
	content: '\a';
	white-space: pre;
}

#page-outline #ol_torecruitment&gt;a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #3c3c3c;
}

#page-outline #ol_figbtm {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0;
}

#page-outline #ol_figbtm img {
	width: 30vw;
	height: auto;
	margin: 0 -5vw;
}

#page-outline .ol_subject {
	display: inline-block;
	background-color: rgba(60, 60, 60, 0.6);
	border: solid 1px #202020;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: .2em 1em;
	font-size: 3.8vw;
	letter-spacing: .2em;
	box-sizing: border-box;
}

#page-outline #ol_map {
	position: relative;
}

#page-outline #ol_map .inner {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 70vh;
}

#page-outline #ol_map .inner figcaption {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 99;
}

#page-outline #ol_map .inner nav {
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #888888;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 320px;
	z-index: 99;
	-webkit-appearance: none;
}

#page-outline #ol_map .inner nav a {
	color: #505050;
}

#page-outline #ol_map #ez-map {
	min-height: 40vh;
	min-width: 100%;
	height: 70vh;
	width: 100%;
}

#page-outline #ol_description {
	position: relative;
	background: url("../img/ol_description_bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 33% center;
	height: 100vh;
}

#page-outline #ol_description .inner {
	top: 40%;
	left: 50%;
	display: inline;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 96%;
	position: absolute;
	/*font-size: 2.6vw;*/
}

#page-outline #ol_description .inner h2 {
	margin-top: 8vh;
	margin-bottom: 1.5em;
	/*margin-right: .4em;*/
	float: left;
	margin-left: -4%;
	
}

#page-outline #ol_description p {
	line-height: 1.8em;
	margin-bottom: .5em;
	/*font-size: 2.2vw;*/
	color: #000;
	clear: both;
}

#page-outline #ol_description p:last-child {
	/*font-size: 2vw;
	line-height: 1.6;*/
}

#page-outline #ol_description p:last-child br {
	/*display: none;*/
}

#ol_profile .fbox_text dl {
	text-align: left;
}

#ol_profile .fbox_text dl dt {
	font-weight: bold;
}
#ol_profile .fbox_text dl dd {
	padding-bottom: 20px;
}

.loopSliderWrap {
    top: 0;
    left: 0;
    height: 80px;
    overflow: hidden;
    position: absolute;
}
 
.slider_w {
	padding-bottom: 50px;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 80px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 80px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 150px;
    height: 80px;
    float: left;
    display: inline;
    overflow: hidden;
}


/*----------------*
*	page-mission
*----------------*/

#page-mission {
	background: url("../img/mission-bg.png") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#page-mission #missions {
	margin: 2vw auto;
	width: 90%;
}
/*
#page-mission #mission01 {
	margin-left: 0;
}

#page-mission #mission02 {
	margin-left: 5vw;
}

#page-mission #mission03 {
	margin-left: 10vw;
}

#page-mission #mission04 {
	margin-left: 0;
	margin-top: 0;
}

#page-mission #mission05 {
	margin-left: 5vw;
}

#page-mission #mission06 {
	margin-left: 10vw;
}

#page-mission article {
	margin-bottom: 0;
	height: 34vw;
} */

#page-mission article h2 {
	background-position: top;
	margin-top: 5%;
	margin-bottom: 1%;
	margin-bottom: 5px;
}

#page-mission article h2:hover {
	background-position: top !important;
}

#page-mission article h2:hover~section .inner {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	margin-top: auto;
}

#page-mission #missions article h2 {
	cursor: pointer;
}

#page-mission article section {
	overflow: unset;
	width: 100%;
	/*height: 72px;*/
	box-sizing: border-box;
}

#page-mission #missions article section {
	
}

#page-mission article section .inner {
	padding: .6em .8em;
	margin-top: 0;
}

}

#page-mission article section h3 {
	margin-bottom: 1em;
	font-size: 3.4vw;
}

#page-mission article section p {
	font-size: 3.0vw;
	line-height: 1.6;
	margin-top: 10px;
}
.glay-waku{
	background-color: #7e7e7f;
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #333;
	color: #FFF;
	margin-top: 65px;
}


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

#page-information {
	padding-bottom: 30px;
	background: url("../img/sub-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#page-information&gt;.inner {
	min-height: initial;
	min-height: auto;
}

#page-information dl {
	/*height: 220px;
	margin: 50px auto 70px;
	padding: 20px;
	overflow: scroll;
	background-color: #fff;
	border: 2px solid #000;
	line-height: 1.4em;
	resize: vertical;*/
	width: 90%;
	margin: 2em auto;
	border-bottom: solid 1px #666;
	line-height: 1.5;
}

#page-information dl dt {
	clear: left;
	padding: 1em  0 .2em;
	margin-bottom: 5px;
	border-top: solid 1px #666;
}

#page-information dl dd {
	padding: 0 0 15px;
}

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

#page-contact {
	background-color: #e0e0e0;
}

#page-contact .form_inner {
	position: relative;
	width: 90%;
	margin: 50px auto 0;
}

#page-contact figure#ct_logo {
	position: absolute;
	top: -70px;
	left: 0;
	background: url("../img/logo-black.png") no-repeat;
	width: 120px;
	height: 18px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#page-contact p#ct_explain {
	top: 0;
	right: 0;
	width: 240px;
	line-height: 1.6em;
	position: unset;
	width: 100%;
}

#page-contact form figure {
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
	padding: .4em .6em;
	margin-bottom: .6em;
	box-sizing: border-box;
}

#page-contact form figure figcaption {
	top: -16px;
	color: #9f9f9f;
	position: unset;
}

#page-contact form figure label {
	line-height: 1.8em;
}

#page-contact form&gt;input,
#page-contact form&gt;textarea {
	margin-bottom: .6em;
	display: block;
	border: 1px solid #000;
	padding: 8px;
}

#page-contact form&gt;textarea {
	resize: vertical;
}

#page-contact form #cname,
#page-contact form #company {
	width: 100%;
	clear: left;
	float: unset;
}

#page-contact form #email,
#page-contact form #tel {
	width: 100%;
	float: unset;
}

#page-contact form #address,
#page-contact form #subject,
#page-contact form #message {
	width: 100%;
}

#page-contact form #address {
	height: 4em;
}

#page-contact form #message {
	height: 12em;
}

#page-contact form #sendmessage {
	margin-top: 25px;
}

#page-contact form #sendmessage&gt;input {
	border: double 2px #7f7f7f;
	color: #3c3c3c;
}

#page-contact form #sendmessage&gt;input:hover {
	background-color: #888888;
	color: #fefefe;
}

#page-contact #ct_status {
	display: none;
	position: relative;
	border: 1px #ccc solid;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin: 10px;
	height: 32px;
	overflow: hidden;
}

#page-contact #ct_status #ct_close {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 16px;
	background-color: #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 1px #777 inset;
	-moz-box-shadow: 1px 1px 1px #777 inset;
	-ms-box-shadow: 1px 1px 1px #777 inset;
	-o-box-shadow: 1px 1px 1px #777 inset;
	box-shadow: 1px 1px 1px #777 inset;
	color: #ddd;
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	text-shadow: -1px -1px 0 #444;
}

#page-contact #ct_status #dmyframe {
	margin-left: 24px;
	width: 576px;
	height: 32px;
}

#ct_address {
	margin: 30px 0;
	color: #707070;
	text-align: center;
	font-size: 2.6vw;
	line-height: 1.6;
}

#ct_address span {
	display: block;
	font-size: 2.6vw;
}

#ct_address small {
	display: block;
	font-size: 2.6vw;
	margin-top: 1em;
}

/*----------------*
*	recruitment.html
*----------------*/

#page-recruitment {
	background: url("../img/sub-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#page-recruitment #rc_content {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

#page-recruitment #rc_content #rc_logo {
	display: block;
	position: absolute;
	left: 0;
	top: -30px;
	background: url("../img/logo-green.png") no-repeat;
	/*width: 180px;
	height: 27px;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	width: 40vw;
	height: calc(40vw * (27 / 180));
	top: -5.6vw;
}

#page-recruitment #rc_content dt {
	margin: 3em 0 2em;
	font-weight: bold;
}

#page-recruitment #rc_content dd {
	line-height: 1.8em;
	margin: 1em 0;
	text-align: left;
}

#page-recruitment #rc_content p {
	margin: 4em 0;
	line-height: 1.8em;
	text-align: left;
}

#page-recruitment #rc_content p span {
	text-align: center;
}

#page-recruitment #rc_figbtm {
	line-height: 0;
	text-align: center;
}

#page-go2contact {
	background: url("../img/sub-bg.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

#page-go2contact #ct_view {
	margin: 50px 0;
}

#top_news_list a{ text-decoration:underline; text-decoration-color: #666; }
#top_news_list a:hover{ text-decoration:none; }

.pc {
	display: none;
}</pre></body></html>