@charset "UTF-8";

/*com
----------------------------------------------------*/

body {
	background: #fff;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.4;
	min-width: 320px;
	-webkit-text-size-adjust: 100%; /* font-size自動調整off */
	margin: 0;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
img {
	  -ms-interpolation-mode: bicubic;
	height: auto;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, form, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.0em;
}
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
dt, dd, li {
	white-space: nowrap;
}

.com-inner {
	max-width: 1000px;
	margin: 0 auto;
}
/*clearfix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/*header
----------------------------------------------------*/
#header {
	border-top: 5px solid #ff6600;
	padding-bottom: 5px;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 50;
}
.header-top {
	height: 40px;
}
.logo {
	padding-top: 8px;
	float: left;
}
.logo-img {
	float:  left;
}
.logo-img img {
	width: 200px;
}
.logo span {
	float:  left;
	color: #ff6600;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 4px;
}
.menu-btn {
	width:35px;
	height: 35px;
	float: right;
	margin: 5px 5px 0 0;
	background: #f6ab00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-image: url("../img/recruit/menu_btn.png");
	background-size:35px 35px;
}
.menu-btn.active {
	background: #faee00;
	background-image: url("../img/recruit/menu_btn_on.png");
	background-size:35px 35px;
}
.menu-btn:hover {
	cursor: pointer;
}
.sub-menu {
	display:  none;
}
.menu {
	display: none;
	margin: 10px 5px 0;
	width:  310px;
	background: #ff6600;
	position: fixed;
	float:  right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	z-index: 100;
}
.menu:before{
	content: "";
	position: absolute;
	top: -20px;
	right: 5px;
	border: 12px solid transparent;
	border-bottom: 15px solid #ff6600;
}
.menu ul {
	padding: 10px;
}
.menu li {
	display: block;
	height:  30px;
	line-height: 30px;
}
.menu li a {
	color: #fff;
	display:  block;
	width: 100%;
}
.menu span {
	font-size: 1.6em;
}
.menu span.eng {
	font-size: 0.8em;
	color: #faee00;
	padding-left: 10px;
}
.menu .sub {
	border-top: 1px solid #faee00;

}
.menu .sub li {
	width: 50%;
	float:  left;
	text-align: center;
}

/*top
----------------------------------------------------*/
#main {
	margin: 50px 0;
}
.top-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.top-img img {
	width: 100%;
	transition: 2s;
	opacity: 0;
}
.top-img .show {
	opacity: 1;
	z-index: 1;
}
.top-img h1 {
	width: 100%;
	position: absolute;
	bottom: 20px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: 0px 2px 10px #000;
	z-index: 10;
}
.top-img h1 span {
	display: block;
}
.top-img h1 .top-img-btn {
	background: #ff6600;
	width: 310px;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
.top-img h1 .top-img-btn a {
	display: block;
	color: #fff;
	text-shadow: none;
}
.top-img h1 span.min {
	font-size: 0.7em;
	font-weight: normal;
	display: inline;
}
.top-coment h2 {
	padding: 20px 5px 0;
	font-size: 1.8em;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
}
.top-coment h2 .btn {
	background: #036eb8;
	width: 280px;
	text-align: center;
	margin: 10px auto 0;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
.top-coment h2 .btn a {
	display: block;
	color: #fff;
}
.news {
	padding: 10px 5px;
	border-bottom: 1px solid #036eb8;
}
.news-ttl {
	float: left;
	color: #ff6600;
	border-right: 3px solid #000066;
	height:  40px;
	width:  55px;
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.4em;
}
.news-inner {
	font-size: 1.4em;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}
.news-inner .news-date {
	color: #036eb8;
}
.news-inner a {
	text-decoration: underline;
}
.news-inner a:hover {
	color: #ff6600;
}
.top-menu {
	padding: 30px 0 10px;
}
.top-menu ul {
	width: 100%;
}
.top-menu li {
	width: 100%;
	max-width: 500px;
	height: 120px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 auto 15px;
}
.top-menu li a:hover {
	opacity: 0.7;
	cursor: pointer;
}
.top-menu li img {
	position: absolute;
	height: 200px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top-menu li .ttl {
	padding: 5px;
	position: absolute;
	width: 100%;
	bottom: 10px;
	background: rgba(255,255,255,0.8);
	color: #000;
}
.top-menu li .ttl span {
	display: block;
}
.top-menu li .ttl span.ja {
	font-size: 2.2em;
	height: 25px;
}
.top-menu li .ttl span.eng {
	font-size: 1.4em;
	color: #f6aa00;
}
.top-menu li:nth-child(even) {
}
.top-menu li:nth-child(even) .ttl span.eng {
	color: #23a8e2;
}
.main-bottom {
	padding: 10px 5px;
}
.about-recruit {
}
.about-rectuit-ttl {
	background: -webkit-linear-gradient(top, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, #fff 50%, transparent 50%), -o-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, #fff 50%, transparent 50%), linear-gradient(to right, #fcce72, rgba(255, 255, 255, 0));
	color: #000;
	padding: 5px;
}
.about-rectuit-ttl img {
	float: left;
	height: 25px;
}
.about-rectuit-ttl span {
	float: left;
	height: 30px;
	font-size: 1.8em;
	line-height: 27px;
	padding-left: 5px;
}
.about-rectuit-content {
	padding: 10px;
	font-size: 1.6em;
}
.about-rectuit-mail {
	padding: 5px 0;
	color: #000066;
	font-weight: bold;
}
.about-rectuit-mail a {
	color: #000066;
}
.about-rectuit-mail span {
	display: block;
}
.about-rectuit-mail span.tel {
	font-size: 2.0em;
}
.about-rectuit-mail span.mail {
	font-size: 1.4em;
}
.norikae-btn {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.norikae-btn img {
	width: 100px;
}
.norikae-btn a {
	margin: 0 10px;
}
.norikae-btn a:hover {
	opacity: 0.7;
}

/*footer
----------------------------------------------------*/
#footer {
	background: #efefef;
	padding: 10px;
	position: relative;
}
.page-top {
	background: #000066;
	text-align: center;
	height: 40px;
	width: 40px;
	padding-top: 5px;
	position: absolute;
	right: 0px;
	top: -40px;
}
.page-top:hover {
	cursor: pointer;
}
.page-top span {
	color: #fff;
	font-size: 2.4em;
}
.footer-menu {
}
.footer-menu ul {
}
.footer-menu li {
	width: 50%;
	float: left;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
}
.footer-menu li a {
	width: 100%;
	display: block;
}
.footer-menu li a:hover {
	color: #ff6600;
}
.footer-logo {
	text-align: center;
	margin-top: 10px;
}
.footer-logo img {
	width: 250px;
}
.footer-copy {
	text-align: center;
}

/*ttl
----------------------------------------------------*/
.main-ttl  {
	width: 100%;
	height: 120px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.main-ttl img {
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-ttl-coment {
	width: 100%;
	position: absolute;
	bottom: 30px;
	line-height: 40px;
	text-align: center;
	color: #000;
	/*text-shadow:0px 0px 10px #000066;*/
}
.main-ttl-coment span {
	display: block;
	line-height: 25px;
}
.main-ttl-coment span.ja {
	font-size: 2.5em;
}
.main-ttl-coment span.eng {
	font-size: 1.6em;
}
.main-ttl-coment img {
	width: 300px;
	height: auto;
	margin-top: 30px;
}
.sub-ttl {
	background: -webkit-linear-gradient(top, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, #fff 50%, transparent 50%), -o-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, #fff 50%, transparent 50%), linear-gradient(to right, #fcce72, rgba(255, 255, 255, 0));
	color: #000;
	padding: 5px;
	margin: 20px 0;
}
.sub-ttl img {
	float: left;
	height: 25px;
}
.sub-ttl span {
	float: left;
	height: 30px;
	font-size: 1.8em;
	line-height: 27px;
	padding-left: 5px;
}
.sub-ttl.staff {
	background: -webkit-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background:  linear-gradient(to right, #fcce72, rgba(255, 255, 255, 0));
	color: #000;
	padding: 5px;
	margin: 20px 0;
}
.sub-ttl.staff span {
	float: none;
}
.main-bread {
	height: 20px;
	padding-left: 5px;
	line-height: 20px;
}
.main-bread ul {
	height: 20px;
}
.main-bread li {
	float: left;
	margin-right: 3px;
	color: #b0b0b1;
}
.main-bread li a {
	color: #ff6600;
	text-decoration: underline;
}
.main-bread li a:hover {
	color: #faee00;
}
/*list
----------------------------------------------------*/
.main-list {
	padding: 5px;
}
.main-list ul {
}
.main-list li {
	min-height: 35px;
}
.main-list li span {
	font-size: 1.4em;
	line-height: 1.8em;
	white-space: normal;
}
.main-list li span.bold {
	font-weight: bold;
	font-size: 1.4em;
}
.main-list li span.center {
	display: block;
	text-align: center;
}
.main-list li.ttl {
	font-size: 1.1em;
	border-left: 5px solid #f6ab00;
	padding: 5px;
	margin: 10px 0;
}
.list-inner {
	margin-bottom: 10px;
}
.list-inner span {
	display: block;
	padding: 10px 0;
	line-height: 1.8em;
	font-size: 1.4em;
	word-break: break-all;
}
.list-inner span:first-child {
	width: 85px;
	font-weight: bold;
	float: left;
}
.list-inner span:last-child {
	border-left: 4px solid #f6ab00;
	margin-left: 85px;
	padding-left: 5px;
}
.list-inner:nth-child(even) span:last-child {
	border-left: 4px solid #000066;
}
.list-inner a {
	color: #ff6600;
	text-decoration: underline;
}
.list-inner a:hover {
	color: #faee00;
}

.main-box a {
	color: #ff6600;
	text-decoration: underline;
}
.main-box a:hover {
	color: #faee00;
}
.main-box-img {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	height: 150px;
	margin-bottom: 15px;
}
.main-box-img img {
	width: 300px;
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.main-box-coment {
	font-size: 1.4em;
	width: 100%;
	padding: 5px;
	line-height: 1.7em;
}
.main-box-coment span {
	display: block;
}
.main-box-coment.center {
	text-align: center;
}
.main-box-coment.large {
	font-size: 1.6em;
	font-weight: bold;
}
.main-box-img-qr {
	text-align: center;
}
.entry-bnr {
	background: #ff6600;
	border-radius: 5px;
	height: 50px;
	width: 250px;
	margin: 10px auto;
	text-align: center;
}
.entry-bnr a  {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.8em;
	line-height: 50px;
}

/*message
----------------------------------------------------*/
.message-top-img {
	width: 100%;
	max-width: 500px;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
.message-top-img img {
	height: 200px;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.message-top-img.no-img {
	height: 60px;
	text-align: center;
	font-size: 1.2em;
}
.message-top-coment {
	width: 310px;
	position: absolute;
	bottom: 20px;
	color: #000;
	padding: 5px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, rgba(255,255,255,0.8) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, rgba(255,255,255,0.8) 50%, rgba(255, 255, 255, 0));
}
.message-top-coment span {
	display: block;
}
.message-top-coment span.copy {
	font-size: 1.4em;
}
.message-top-coment span.name {
	font-size: 2.5em;
}
.message-top-img.no-img .message-top-coment {
	position: static;
	width: 100%;
	background: none;
}
.message-img {
	width: 100%;
	height: 220px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.message-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.message-img-center {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px 0;
}
.message-img-center img {
	width: 300px;
}
.message-coment {
	padding: 5px;
	font-size: 1.4em;
	line-height: 1.7;
}
.message-coment a {
	color: #ff6600;
	text-decoration: underline;
}
.message-coment a:hover {
	color: #faee00;
}
.message-coment .ttl-l {
	font-size: 1.6em;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.message-coment .ttl {
	font-size: 1.2em;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.message-coment .ttl.left {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}
.message-next {
	width: 100%;
	padding-top: 20px;
}
.message-next ul {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.message-next li {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 1.6em;
	margin: 0 1px;
	background: #fefefe;
}
.message-next li a {
	display: block;
	height: 100%;
	width: 100%;
	background: #efefef;
}
.message-next li a:hover {
	background: #faee00;
}
/*staff
----------------------------------------------------*/
.staff-menu {
	padding: 10px 0;
}
.staff-menu ul {
	width: 100%;
}
.staff-menu li {
	width: 100%;
	max-width: 500px;
	height: 120px;
	overflow: hidden;
	position: relative;
	border: 1px solid #fff;
	margin: 0 auto 15px;
}
.staff-menu li a:hover {
	opacity: 0.7;
	cursor: pointer;
}
.staff-menu li img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 200px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.staff-menu-coment {
	width: 280px;
	position: absolute;
	bottom: 10px;
	color: #000;
	padding: 5px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 60%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(left, rgba(255,255,255,0.8) 60%, rgba(255, 255, 255, 0));
	background: linear-gradient(to right, rgba(255,255,255,0.8) 60%, rgba(255, 255, 255, 0));
}
.staff-menu-coment span {
	display: block;
	line-height: 25px;
}
.staff-menu-coment span.name {
	font-size: 2.2em;
}
.staff-menu-coment span.copy {
	font-size: 1.4em;
	color: #23a8e2;
}
.staff-menu li:nth-child(even) {
}
.staff-menu li:nth-child(even) .staff-menu-coment span.copy {
	color: #f6aa00;
}
.staff-top-img {
	width: 100%;
	max-width: 500px;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
.staff-top-img img {
	height: 200px;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.staff-sub-menu {
	margin: 50px 5px;
	border: 1px solid #f6ab00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.staff-sub-menu-ttl {
	display: block;
	text-align: center;
	font-size: 1.4em;
	background: #f6ab00;
	color: #fff;
	padding: 5px;
}
.staff-sub-menu ul {
	padding: 0 5px;
}
.staff-sub-menu li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	border-bottom: 3px solid #000066;
}
.staff-sub-menu li a {
	width: 100%;
	display: block;
}
.staff-sub-menu li span {
	display: inline-block;
}
.staff-sub-menu li .copy {
	font-size: 1.2em;
	width: 80px;
	color: #23a8e2;
}
.staff-sub-menu li .name {
	font-size: 1.4em;
}
.staff-sub-menu li:nth-child(even) .copy {
	color: #f6aa00;
}



@media print, screen and (min-width: 500px) {
.top-img img {
}	
.staff-sub-menu li {
	width: 33.33%;
	text-align: center;
	height: 50px;
	border: none;
	padding: 5px;
}
.staff-sub-menu li span {
	display: block;
	line-height: 20px;
}
.staff-sub-menu li .copy {
	width: 100%;
}
.staff-sub-menu li .name {
	border-bottom: 3px solid #000066;
}


}

@media print, screen and (min-width: 1000px) {
	/*header
----------------------------------------------------*/	
#header {
	padding-bottom: 5px;
	width: 100%;
	position: relative;
}
.header-top {
	height: 50px;
}
.logo-img img {
	width: 255px;
}
.logo span {
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 6px;
}
.menu-btn {
	display: none;
}
.sub-menu {
	display: block;
	float: right;
}
.sub-menu li {
	float: left;
	width: 155px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 1.4em;
	background: #fff;
	margin: 10px 0 10px 10px;
	border: 1px solid #036eb8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.sub-menu li a {
	color: #036eb8;
	display: block;
	width: 100%;
}
.sub-menu li a:hover {
	color: #ff6600;
}
.menu {
	display: block;
	margin: 0;
	width: 100%;
	height: 70px;
	background: #fff;
	position: relative;
	float: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	z-index: auto;
}
.menu:before {
	display: none;
	}
.menu ul {
	padding:10px;
}
.menu li {
	height: 50px;
	width: 195px;
	line-height: 18px;
	float: left;
	text-align: center;
	padding-top: 8px;
}
.menu li.entry {
	background: #ff6600;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.menu li.entry:hover {
	background: #2ea7e0;
	cursor: pointer;
}
.menu li a {
	color: #000;
}
.menu li a:hover {
	color: #f6aa00;
}
.menu li:hover {
	border-bottom: 3px solid #2ea7e0;
}
.menu span {
	display: block;
}
.menu span.eng {
	font-size: 1.4em;
	color: #b5b5b6;
	padding-left: 0px;
}
.menu li.entry span {
	color: #fff;
}
.menu li.entry span.eng {
	color: #faee00;
}
.menu li.active {
	border-bottom: 3px solid #036eb8;
}
.menu li.active span {
	color: #2ea7e0;
}
.menu li.active span.eng {
	color: #ff6600;
}
.menu .sub {
	display: none;
}

/*top
----------------------------------------------------*/
#main {
	margin-top: 0;
	margin-bottom: 60px;
}
.top-img {
}
.top-img img {

}
.top-img h1 {
	bottom: 50px;
	line-height: 90px;
	font-size: 6.0em;
}
.top-img h1 .top-img-btn {
	width: 600px;
	height: 80px;
	line-height: 80px;
	font-size: 0.8em;
	padding-top: 3px;
}
	.top-img h1 .top-img-btn:hover {
		background: #2ea7e0;
	}
	.top-img h1 .top-img-btn a:hover {
		color: #faee00;
	}
	.top-img h1 span {
		display: inline;
		padding-right: 20px;
	}
.top-img h1 span.min {
	font-size: 0.5em;
	line-height: 60px;
	display: inline;
	padding-right: 0;
}
.top-coment h2 {
	padding: 30px 0 0;
	font-size: 2.5em;
	line-height: 1.6;
}
.top-coment h2 .btn {
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
	width: 320px;
}
.top-coment h2 .btn:hover {
	background: #000066;
}
.top-coment h2 .btn a:hover {
	color: #faee00;
}
.news {
	padding: 10px 5px;
}
.news-ttl {
	width:  60px;
}
.news-inner {
	font-size: 1.6em;
}
.news-inner .news-date {
	padding-right: 10px;
}
.top-menu {
	padding: 40px 0 0;
}
.top-menu ul {
	width: 100%;
}
.top-menu li {
	width: 33.33%;
	float: left;
	height: 200px;
	margin: 0 auto 15px;
}
.top-menu li a:hover {
	opacity: 0.7;
	cursor: pointer;
}
.top-menu li .ttl {
	padding: 10px;
	bottom: 25px;
}
.top-menu li .ttl span.ja {
	font-size: 2.4em;
	height: 30px;
}
.top-menu li .ttl span.eng {
	font-size: 1.6em;
}
.main-bottom {
	padding: 5px;
	margin: 50px 0;
}
.about-recruit {
	float: left;
	width: 750px;
}
.about-rectuit-ttl {
	padding: 0 10px;
	height: 50px;
}
.about-rectuit-ttl img {
	float: left;
	height: 30px;
	margin-top: 10px; 
}
.about-rectuit-ttl span {
	float: left;
	height: 50px;
	font-size: 2.0em;
	line-height: 50px;
	padding-left: 10px;
}
.about-rectuit-name {
	float: left;
	padding-right: 10px;
	padding-top: 30px;
}
.about-rectuit-mail {
	float: left;
	padding-right: 10px;
}
.about-rectuit-mail span.tel {
	font-size: 1.8em;
}
.about-rectuit-mail span.mail {
	font-size: 1.2em;
}
	.about-rectuit-add {
	float: left;
	padding-top: 8px;
}
.about-rectuit-mail span.mail a:hover {
	color: #ff6600;
}
.norikae-btn {
	float: left;
	width: 240px;
	margin: 48px auto 0;
}
.norikae-btn a {
	margin: 0 9px;
}

/*footer
----------------------------------------------------*/
.footer-menu ul {
	text-align: center;
}
.footer-menu li {
	width: auto;
	float: none;
	display: inline-block;
	padding: 0 10px;
	font-size: 1.4em;
}
.footer-logo img {
	width: 350px;
}
.footer-logo a:hover {
	opacity: 0.7;
}
.footer-copy {
	text-align: center;
	font-size: 1.4em;
}

/*ttl
----------------------------------------------------*/
.main-ttl  {
	height: 200px;
	margin-bottom: 50px;
}
.main-ttl img {
	height: 200px;
}
.main-ttl-coment {
	bottom: 50px;
	line-height: 40px;
	text-align: center;
}
.main-ttl-coment span {
	line-height: 45px;
}
.main-ttl-coment span.ja {
	font-size: 4.5em;
}
.main-ttl-coment span.eng {
	font-size: 2.5em;
}
.main-ttl-coment img {
	width: 800px;
	height: auto;
	margin-top: 45px;
}
.sub-ttl {
	margin: 30px 0;
}
.sub-ttl span {
	font-size: 2.4em;
	line-height: 30px;
}
.sub-ttl.staff {
	background: -webkit-linear-gradient(top, #fff 50%, transparent 50%), -webkit-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(top, #fff 50%, transparent 50%), -o-linear-gradient(left, #fcce72, rgba(255, 255, 255, 0));
	background: linear-gradient(to bottom, #fff 50%, transparent 50%), linear-gradient(to right, #fcce72, rgba(255, 255, 255, 0));
}
.sub-ttl.staff span {
	float: left;
}
.main-bread {
	height: 30px;
	padding-left: 0px;
	line-height: 30px;
	width: 1000px;
	margin: 0 auto;
}
.main-bread ul {
	height: 30px;
}
.main-bread li {
	font-size: 1.2em;
	margin-right: 5px;
}

/*list
----------------------------------------------------*/
.main-list {
	padding-bottom: 20px;
}
.main-list li span {
	font-size: 1.8em;
}
.main-list li span.bold {
	font-size: 1.8em;
}
.list-inner span:first-child {
	width: 210px;
	font-size: 2.0em;
}
.list-inner span:last-child {
	margin-left: 210px;
	padding-left: 20px;
	font-size: 1.8em;
}
.list-inner:nth-child(even) span:last-child {
	border-left: 4px solid #000066;
}
.main-box {
}
.main-box-img {
	width: 280px;
	height: 200px;
	margin-bottom: 15px;
	float: left;
	margin-right: 20px;
}
.main-box-img.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.main-box-img img {
	width: 280px;
	top: 50%;
}
.main-box-coment {
	padding: 0 10px;
	font-size: 1.8em;
}
.main-box-coment.large {
	font-size: 2.2em;
}
.entry-bnr {
	width: 350px;
	height: 60px;
	margin: 30px auto 20px;
}
.entry-bnr:hover {
	background: #2ea7e0;
}
.entry-bnr a {
	line-height: 60px;
	font-size: 2.0em;
}


/*message
----------------------------------------------------*/
.message-top-img {
	width: 100%;
	max-width: 1000px;
	height: 350px;
	margin: 40px auto;
}
.message-top-img img {
	height: 350px;
	left: 50%;
}
.message-top-img.no-img {
	height: 120px;
}
.message-top-coment {
	width: 500px;
	bottom: 40px;
	padding: 10px;
}
.message-top-coment span {
	display: block;
}
.message-top-coment span.copy {
	font-size: 2.0em;
	padding-bottom: 5px;
}
.message-top-coment span.name {
	font-size: 3.0em;
}
.message-img {
	float: left;
	width: 280px;
	height: 360px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.message-img.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.message-img-center img {
	width: 650px;
}
.message-coment {
	font-size: 1.8em;
	padding: 10px 50px;
}
	
/*staff
----------------------------------------------------*/
.staff-menu {
	padding: 0 0 20px;
}
.staff-menu ul {
	width: 100%;
}
.staff-menu li {
	width: 50%;
	float: left;
	height: 200px;
	margin: 0 auto 15px;
}
.staff-menu li a:hover {
	opacity: 0.7;
	cursor: pointer;
}
.staff-menu-coment {
	width: 300px;
	bottom: 20px;
	padding: 10px;
}
.staff-menu-coment span {
	line-height: 28px;
}
.staff-menu-coment span.name {
	font-size: 2.6em;
}
.staff-menu-coment span.copy {
	font-size: 1.8em;

}
.staff-sub-menu {
	border: none;
	margin: 50px 0;
}
.staff-sub-menu-ttl {
	display: none;
}
.staff-sub-menu ul {
	padding: 0;
	border-left: 1px solid #000066;
}
.staff-sub-menu li {
	width: 198px;
	padding: 0;
	margin: 0;
}
.staff-sub-menu li.long {
	width: 174px;
}
.staff-sub-menu li span {
	line-height: 25px;
	border-right: 1px solid #000066;
}
.staff-sub-menu li .name {
	border-bottom: none;
}
.staff-sub-menu li .name:hover {
	color: #036eb8;	
}
.staff-sub-menu li a:hover {
	border-bottom: 3px solid #2ea7e0;
}
	
}