@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
    height: 100%;
}
body {
	height: 100%;
	color: #666;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 25px;
	-webkit-text-size-adjust: 100%;
}
.mainContainer {
	width: 100%;
}
img {
	vertical-align: top;
}
section,
article {
	display: block;
}
li {
	list-style-type: none;
}
a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.textRight{
	text-align: right;
}
.textLeft{
	text-align: left;
}
.textCenter{
	text-align: center;
}
.sp__on{
	display: none;
}

/*ヘッダー-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	border-bottom-color:#fff;
	background-size: cover;
}
.headerSectionBlock {
	width: 1100px;
	margin-right: auto;
    margin-left: auto;
}
.toppage header {
	height: auto !important;
}
header.sub_top_view {
	background-image: url(../img/top/01.jpg);
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

/*ヘッダー　コンタクト-------------------------------------------*/

.header__contactbtn {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1000;
	width: 183px;
}
.header__contactbtn a {
	display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    background-color: #082db1;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
	padding: 5px 10px;
	border: solid 1px #082db1;
}
.header__contactbtn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 6px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left:　solid 1px  #000;
}
.header__contactbtn :hover {
	color: #082db1;
	background-color: rgb(255, 254, 254);
	border: solid 1px #082db1;
}
.header__callbtn {
	position: fixed;
	top: 0px;
	right: 183px;
	z-index: 1000;
	width: 183px;
	background-color: #fff;
}
.header__callbtn a {
	display: block;
	color: #000;
    text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 25px;
	border: solid 1px #000;
}
.header__callbtn :hover {
	color: #fff;
	background-color: #000;
	border: solid 1px #fff;
}

/*グローバルナビゲーション-------------------------------------------*/

#globalNavi {
	font-size: 16px;
}

/*パン屑-------------------------------------------*/
.breadcrumbs {
	display: block;
	padding: 10px;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.breadcrumbs li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.breadcrumbs li:last-child::after {
	content: "";
}

/*メインコンテンツ-------------------------------------------*/
.sectionBlock {
	clear: both;
}
.mainContent {
	margin-bottom: 10px;
}
.sectionBlock::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.sectionBlock p {
	line-height: 1.4;
	font-size: 16px;
}
h2 {
	font-size: 32px;
	line-height: 30px;
	color: #000;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 30px;
	padding-top: 5px 0;
	position: relative;
	display: block;
	text-align: center;
}
.btnList {
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	display: block;
	letter-spacing: 0px;
	padding: 5px;
	color: #fff;
	background-color: #082db1;
	text-align: center;
	margin: 20px auto;
	max-width: 300px;
}

.btnList:hover {
	opacity: .7;
}
/*トップページのタイトル*/
h2.topSetTytle {
	padding-left: 15px;
	font-size: 30px;
	color: #000;
	text-align: center;
}
h2.section__title span{
	font-size: 15px;
	letter-spacing: 2px;
}

.topIntro p{
	font-size: 16px !important;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	line-height: 40px;
}
.subIntro p{
	font-size: 16px !important;
	text-align: center;
	padding: 10px 0;
}

/*お知らせ-------------------------------------------*/
.news_topics ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
.news_topics ul li:first-child {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #000;
}
.news_topics__item {
    text-align: center;
    color: #fff;
    background: #082db1;
    padding: 0 15px;
    margin: 0 15px;
}

/*メインビジュアル上の画像-------------------------------------------*/
.top_view__message {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
}
.top_view__message h2 {
    color: #fff;
    font-family: serif;
    font-size: 42px;
    text-align: left;
}

.top_view__message--sp{
	display: none;
	font-family: serif;
	font-size: 16px;
	margin: 30px 0;
}
.top_view__message--sp h2{
	font-family: serif;
}

/*ABOUT　US-------------------------------------------*/
.top_about__bg{
	background-image: url(../img/about/1.jpg);
	background-size:  cover;
	background-position: center center;
    background-repeat: no-repeat;
	height: 350px;
}
.top_about h2{
	color:#fff;
	padding-top: 80px;
}
.top_about span{
	color:#fff;
}
.top_about p{
	color:#fff;
	text-align: center;
	line-height: 1.8;
}

/*製造一覧-------------------------------------------*/
.item_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.item_list .item_list__box--2 {
	width: 48%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}
.item_list .item_list__box {
	width: 32%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}
.item_list .item_list__box h2 {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0;
}
.sectionBlock .item_list__box h3 {
	font-size: 18px;
	margin-top: 0px;
	padding: 0px;
	color: #000;
}
.item_list .item_list__box img, .item_list .item_list__box--2 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.serviceBgChange {
	background-color: #e9e9e9;
	width: 100%;
	padding: 20px 0 50px 0;
	background-image: url(..img/bgChange.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}


/*採用-------------------------------------------*/
.recruitImg {
	background-image: url(../img/top/01.jpg);
	background-size:  cover;
	background-position: center center;
	background-repeat: no-repeat;
	filter: brightness(70%);
	height: 350px;
}
.recruitBox {
	position: relative;
}
.recruitContactBox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.recruitContactBox h2{
	color:#fff;
	margin-bottom: 5px;
}
.recruitContactBox h2 span{
	color:#fff;
}
.recruitContactBox p a{
	display: block;
	font-size: 26px;
	border: solid 2px #fff;
	padding-top: 15px;
    padding-bottom: 13px;
	color: #fff !important;
	width: 30%;
	background-color: none;
	margin-left: 35%;
	text-align: center;
}
.recruitContactBox p a:after {
	display: block;
	content: "";
	position: absolute;
	top: 82%;
	right: 38%;
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.recruitContactBox p a:hover {
	color: #000 !important;
	/* border: solid 2px #666; */
	background-color: rgba(255, 255, 255);
}
.recruitContactBox p a:hover::after { 
	border-top: solid 2px #000;
	border-right: solid 2px #000;
} 


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

footer {
	clear: both;
	padding: 20px 0 0px 0;
	display: block;
	color: #fff;
	background-color: #082db1;
}

.footer_block {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerLogo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_block ul li .listTitle {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #666;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer_block ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}

.footer_block ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_block ul li a:hover {
	opacity: .7;
}

.footer_block ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_block ul li ul {
	width: 100% !important;
}

small {
    font-size: 10px;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 10px 0 15px 0;
    display: block;
}
.footer_block__inner ul li {
	font-size: 14px;
}

/*トップへ戻るボタン-------------------------------------------*/
.footerToTop {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
.footerToTop a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #000;
}
.footerToTop a:hover,
.footerToTop a:hover img {
	opacity: .7;
}

/*会社概要、お問い合わせのテーブル-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.companyTable,.mailFormTable{
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
}
.companyTable th,.companyTable td {
	padding: 20px;
	font-size: 14px;
	border: solid 1px #666;
	border-top: none;
}
.companyTable tr:first-child{
	border-top: solid 1px #666;
}
.companyTable th {
	color: #000;
	letter-spacing: 2px;
	background-color: rgb(245, 245, 245);
}
.recuitTable{
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/*採用ページ-------------------------------------------*/

.recuitTable th {
	padding: 20px;
	font-size: 15px;
	border-bottom: solid 1px #666;
	color: #000;
	letter-spacing: 2px;
	text-align: left;
}
.recuitTable td {
	padding: 20px;
	font-size: 15px;
	border-bottom: solid 1px #666;
}

/*お問い合わせページ メールフォーム-------------------------------------------*/
.mailFormTable th {
	text-align: right;
	border: solid 1px #CCC;
	font-size: 14px;
	padding: 20px;
	border-top: none;
}
.mailFormTable tr:first-child{
	border-top: solid 1px #CCC;
}
.mailFormTable th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
}
span.required {
	display: inline-block;
	color: rgb(255, 38, 38);
	font-size: 12px;
	line-height: 24px;
	padding: 0 5px;
}
.mailFormTable td {
	padding: 30px;
	border: solid 1px #CCC;
	font-size: 14px;
	border-top: none;
}
.mailTextBox {
	height: 30px;
	width: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form input.mailFormBtn {
	font-size: 18px;
	background: #051b66;
	color: #FFF;
	padding: 10px 100px;
	line-height: 24px;
	border: none;
	transition: .4s;
}
form input.mailFormBtn:hover {
	opacity: .7;
	cursor: pointer;
}

.mailFormTable input, .mailFormTable textarea{
	padding: 5px;
	width: 80%;
}

@media screen and (min-width:1100px) {

	/*ヘッダー-------------------------------------------*/
	header {
		height: 250px;
		overflow: hidden;
	}

	header h1 {
		left: 20px;
		top: 15px;
	}
	.sp_menu,
	.menuTrigger,
	.close_btn {
		display: none;
	}



	/*グローバルナビ-------------------------------------------*/
	#globalNavi {
		width: 100%;
		display: block;
		height: 80px;
		background-color:#fff; 
		position: absolute;
		z-index: 100;
		left: 0px !important;
		bottom: 0px;
	}
	#globalNavi.nav_fixed {
		position: fixed;
		top: 0px;
	}
	#globalNavi ul.globalNaviMenu {
		height: 80px;
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		display: block;
	}

	#globalNavi ul li{
		width: 183px;
		height: 80px;
		float: left;
		display: block;
	}

	#globalNavi li a {
		width: 183px;
		height: 80px;
		display: table-cell;
		color: #000;
		text-decoration: none;
		text-align: center;
		line-height: 22px;
		position: relative;
		vertical-align: middle;
		font-weight: bold;
	}

	#globalNavi li a::before {
		display: block;
		width: 1px;
		height: 60px;
		position: absolute;
		top: 10px;
		right: 0px;
		background-color: #666;
		content: '';
	}
	#globalNavi li:first-child a::after {
		display: block;
		width: 1px;
		height: 60px;
		position: absolute;
		top: 10px;
		left: 0px;
		background-color: rgb(0, 0, 0);
		content: '';
	}

	#globalNavi li :hover,
	#globalNavi ul li:hover > a {
		background-color: #000;
		color: #fff;

	}

	/*メインコンテンツ-------------------------------------------*/

	.sectionBlock {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 60px;
		margin-top: 40px;
	}
	.sectionBlock p {
		line-height: 1.8;
		font-size: 15px;
		color: #000;
	}


	.breadcrumbs ul {
		display: block;
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	.top_view__message {
		left: 500px;
	}

	.top_view__message h2 {
		font-size: 32px;
	}

	/*フッター-------------------------------------------*/
	.footer_block  {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}

	.footer_block .footer_block__inner .footerRight {
		float: right;
		width: 240px;
	}
	.footer_block .footer_block__inner .footerRight p {
		font-size: 12px;
		margin-bottom: 20px;
		line-height: 30px;
	}
	.footer_block .footer_block__inner ul {
		display: block;
		float: left;
		margin-left: 10%;
		margin-right: 2%;
	}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {

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

	.mainContainer {
		width: 90%;
		margin-left: 5%;
	}
	header {
		height: 200px;
	}

	header h1 {
		left: 10px;
		top: 10px;
		width: 180px;
	}

	header .header__contactbox {
		display: none;
	}

	/*ハンバーガー-------------------------------------------*/
	.menuTrigger {
		display: block;
		height: 50px;
		width: 60px;
		text-align: center;
		padding: 5px 0;
		position: fixed;
		z-index: 5000;
		top: 5px;
		right: 5px;
		background-color: rgba(8, 45, 177, .7)
	}

	.menuTrigger:hover {
		cursor: pointer;
	}

	.menuTrigger.opened {
		background-color: #666;
	}

	.menuTrigger.opened span {
		background-color: #fff;
	}
	.menuTrigger span {
		width: 35px;
		height: 2px;
		display: block;
		position: absolute;
		left: 22%;
		top: 45%;
		background-color: #fff;
	}
	.menuTrigger span {
		transition: all 0.3s;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);  
		-moz-transform: rotate(0deg);    
	}
	.menuTrigger span.top {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);  
		-moz-transform: translateY(-8px);    
	}
	.menuTrigger span.bottom {
		transform: translateY(8px);
		-webkit-transform: translateY(8px);  
		-moz-transform: translateY(8px);    
	}


	.menuTrigger:hover span.top {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);  
		-moz-transform: translateY(-10px);    
	}
	.menuTrigger:hover span.bottom {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);  
		-moz-transform: translateY(10px);    
	}


	.menuTrigger.opened  span.middle {
		background: rgba(255, 255, 255, 0);
		transform: translateX(30px);
		-webkit-transform: translateX(30px);  
		-moz-transform: translateX(30px);    
	}
	.menuTrigger.opened  span.top {
		transform: rotate(-45deg) translateY(0px);
		-webkit-transform: rotate(-45deg) translateY(0px);  
		-moz-transform: rotate(-45deg) translateY(0px);    
	}
	.menuTrigger.opened  span.bottom {
		transform: rotate(45deg) translateY(0px);
		-webkit-transform: rotate(45deg) translateY(0px);  
		-moz-transform: rotate(45deg) translateY(0px);    
	}

	/*グローバルナビ-------------------------------------------*/
	#globalNavi {
		position: fixed;
		width: 100%;
		height: 100%;
		padding-top: 170px;
		top: 0px;
		overflow: auto;
		z-index: 3000;
		background-color: #082db1;
		opacity: 0.95;
		filter: alpha(opacity=95);
		-ms-filter: "alpha( opacity=95 )";
		display: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#globalNavi ul {
		display: block;
		margin: 0px;
		padding: 0px;
		clear: both;
	}

	#globalNavi ul li:first-child a {
		border-top-width: 1px;
		border-top-style: solid;
	}
	#globalNavi ul li a {
		color: #FFFFFF;
		text-decoration: none;
		display: block;
		padding-top: 16px;
		padding-right: 30px;
		padding-bottom: 14px;
		padding-left: 30px;
		border-bottom: solid 1px #fff;
		background-repeat: no-repeat;
		background-position: right center;
		line-height: 22px;
	}

	#globalNavi ul li a:hover {
		background-color: #fff;
		color: #666;
	}

	.fixed {
		overflow: hidden;
	}


	/*メインコンテンツ-------------------------------------------*/

	.sectionBlock {
		width: 100%;
		padding: 30px 0;
		margin: 30px 0;
		
	}
	.sectionBlock p {
		font-size: 13px;
	}
	.top_about p {
		font-size: 13px;
	}
	.bgChange {
		padding: 10px 0 20px 0;
		margin: 10px 0 20px 0;
	}

	.bgChange h2 {
		margin-bottom: 20px;
	}

	/*トップフォーム-------------------------------------------*/
	.top_view__message {
		left: 400px;
	}


	/*フッター-------------------------------------------*/
	.footer_block .footer_block__inner {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}

	.footer_block .footer_block__inner .footerRight {
		float: right;
		width: 24%;
	}
	.footer_block .footer_block__inner .footerRight p {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.footer_block .footer_block__inner ul {
		display: block;
		float: left;
		width: 24%;
		padding-right: 5px;
	}
	.footerToTop {
		bottom: 10px;
		right: 10px;
	}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {
		
	header h1 {
		left: 5px;
		top: 5px;
	}

	/*トップフォーム
	-------------------------------------------*/
	.top_view__message {
		left: 50%;
	}

	.top_view h2 {
		font-size: 16px;
		margin-bottom: 10px;
		padding-top: 5px;
	}

	/* サービス*/
	.item_list .item_list__box {
		width: 98%;
		margin-left: 1%;
	}

	/*テーブル-------------------------------------------*/
	.sectionBlock table.mailFormTable {
		width: 100%;
	}

	.sectionBlock table.companyTable th,
	.sectionBlock table.companyTable td,
	.sectionBlock table.mailFormTable th,
	.sectionBlock table.mailFormTable td {
		display: block;
		padding: 15px;
		text-align: left;
	}
	.sectionBlock table.recuitTable th,
	.sectionBlock table.recuitTable td{
		display: block;
		padding: 15px;
		font-size: 14px;
		text-align: left;
	}

	.sectionBlock table.mailFormTable th,
	.sectionBlock table.mailFormTable td {
		text-align: left !important;
	}

	.sectionBlock table.mailFormTable th {
		border-right: solid 1px #CCC;
	}


	/*フッター-------------------------------------------*/
	footer {
		padding-bottom: 20px;
	}

	.footer_block .footer_block__inner .footerRight {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		margin-bottom: 0px;
		padding-top: 20px;
	}
	.footer_block .footer_block__inner .footerRight p {
		line-height: 26px;
		margin-bottom: 0px;
	}
	.footer_block .footer_block__inner ul {
		width: 32%;
	}
	img.footerLogo {
		width: 70%;
		margin-left: 15%;
	}

	input, textarea{
		font-size: 16px;
	}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {
		.sp__on{
			display: block;
		}

	header {
		height: 100px;
	}

	header .header__contactbtn a {
		float: left;
		margin-left: 13px;
		padding: 0px;
		width: 280px;
		background-position: 240px center;
	}

	header .header__contactbtn a::after {
		line-height: 26px;
	}

	h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.btnList {
		font-size: 14px;
		line-height: 26px;
		padding: 2px 0;
	}

	.btnList::before {
		line-height: 26px;
	}
	.sectionBlock p {
		font-size: 13px;
	}
	.item_list .item_list__box, .item_list .item_list__box--2 {
		width: 98%;
		margin-left: 1%;
	}
	.footer_block .footer_block__inner {
		width: 100%;
	}
	.footer_block ul li .listTitle {
		font-size: 13px;
		letter-spacing: 0px;
	}

	.footer_block ul li a {
		padding-left: 20px;
		font-size: 13px;
		line-height: 18px;
	}

	.footer_block .footer_block__inner ul {
		width: 32%;
		margin-left: 1%;
	}
	.footer_block .footer_block__inner ul li{
		font-size: 13px;
	}

	textarea,
	input {
		max-width: 360px;
	}
	.topIntro p {
		font-size: 13px !important;
		line-height: 30px;
	}
	.recruitContactBox p a {
		font-size: 16px;
	}
	.recruitContactBox p a:after {
		font-size: 16px;
		display: none;
	}
	.subIntro p {
		font-size: 13px !important;
		text-align: center;
		padding: 10px 0;
	}
	.recuitTable th {
		padding: 0;
	}
	.recuitTable td {
		padding: 15px;
		font-size: 13px;
	}
	.top_view__message{
		display: none;
	}
	.top_view__message--sp{
		display: block;
	}
	.mailTextBox {
		width: 100%;
	}

}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

	.sectionBlock {
		margin: 0;
	}
	.sectionBlock p {
		line-height: 1.8;
		font-size: 13px !important;
	}

	.top_about h2 {
		color: #fff;
		padding-top: 50px;
	}
	.news_topics ul li:first-child {
		margin-top: 10px;
		padding-top: 10px;
	}
	.news_topics ul li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 13px;
	}
	.footer_block .footer_block__inner ul {
		width: 98%;
		margin-left: 1%;
		margin-right: 0;
		padding: 5px 5px 10px 5px;
		font-size: 13px;
	}

	textarea,
	input {
		max-width: 280px;
	}

	.sectionBlock h3 {
		font-size: 16px;
	}
	/*お問い合わせフォーム-------------------------------------------*/
	.sectionBlock .contact {
		margin: 30px 0;
		width: 90%;
		margin-left: 5%;
	}
	.sectionBlock .contact .tel a {
		font-size: 16px;
	}
	.btnContact a {
		padding: 15px 0;
		font-size: 12px;
		line-height: 10px;
		width: 70%;
	}

}
/*-----（/～400）-----*/


/*スライドショー---------------------------------------------------------*/
.top_view {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_view img.imgBase {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_view img.topImg01,
.top_view img.topImg02,
.top_view img.topImg03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_view img.topImg02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_view img.topImg03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		filter: grayscale(0%);

	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);

	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	34% {
		opacity: 1;
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*アイテムのエフェクト-------------------------------------------*/
.itemEffect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}

.itemEffect.delay02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.itemEffect.delay04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.itemEffect.delay06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.itemEffect.delay08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.itemEffect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
