@charset "UTF-8";
@media screen and (min-width: 767px){
*{
	margin: 0;
	padding: 0;
}

body { 
	color: #000000;
	font-family: YuMincho,'Yu Mincho',serif;
	width: 100%;
	webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/*************
/* 共通（all）
*************/
.title_center{
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 20px;
	line-height: 10px;
	color: #FFFFFF;
	background: #3A3A3A;
}

.title_left{
	width: 90%;
	padding: 0 0 0 15%;
	font-size: 22px;
	color: #000000;
}

section.content {
	padding: 5px;
	overflow: hidden;
}

.header_negation{
	padding-top: 95px;
}

.border_bottom_none{
	border-bottom: none !important;
}

.border_right_none{
	border-right: none !important;
}

.pc_none {
	display: none;
}

#pageTop {
	position: fixed;
	bottom: 45px;
	right: 30px;
}

#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	background-color: #C3C900;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*************
/* ヘッダー（all）
*************/
.header {
	width: 100%;
	height: 95px;
	text-align: right;
	background-color: #FFFFFF;
	overflow: hidden;
	position: fixed;
	z-index: 10000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.header_logo {
	position: absolute;
	margin: 7.5px 0 10px 7%;
	background-size: contain;
}

.nav ul li {
	display: inline-block;
	margin: 45px 50px 20px 20px;
	text-align: center;
	overflow: hidden;
}

.nav ul li a {
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}

.nav ul li a:hover {
	color: #C0C0C0;
}

.nav ul li a:active {
	color: #0000FF;
}

/*************
/* メイン画像
*************/
.main_image{
	margin: 0 0;
	width: 100%;
	position: relative;
	line-height: 0;
}

.main_image img{
	width: 100%;
	height: 650px;
}

.slogan_en{
	position: absolute;
	width: 100%;
	height: auto;
	top: 30%;
	margin: 5px 10px;
	line-height: 1.4;
	color: #fff;
	font-size: 84px;
	font-weight: bold;
	text-align: center;
}

.slogan_ja{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	margin: 5px 10px;
	line-height: 1.4;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

/*************
/* 経営理念
*************/
.management_principle{
	width: 100%;
	position: relative;
	height: 500px;
}

.management_principle img{
	width: 100%;
	height: 500px;
}

.management_principle_text{
	position: absolute;
	width: 100%;
	height: auto;
	top: 28%;
	line-height: 2.2;
	color: #FFFFFF;
	font-size: 30px;
	padding-left: 30%;
}

@media screen and (max-width: 940px) {
	.management_principle_text{
		position: absolute;
		width: 100%;
		height: auto;
		top: 28%;
		line-height: 2.2;
		color: #FFFFFF;
		font-size: 30px;
		padding: 0 2% 0 5%;
	}
}


/*************
/* 代表挨拶
*************/
.greeting{
	width: 100%;
	position: relative;
}

.greeting_msg{
	width: 40%;
	margin: 15px auto 15px auto;
	position: relative;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (max-width: 940px) {
	.greeting_msg{
		width: 100%;
		margin: 15px auto 15px auto;
		position: relative;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 2% 0 5%;
	}
}

.greeting_text{
	line-height: 24px;
	text-align: left;
	padding: 10px 0 0 0;
}

.greeting_text h2{
	font-size: 22px;
	font-weight: bold;
}

.greeting_text p{
	font-size: 18px;
}

.greeting_sign{
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin: 20px 30px 0 10px;

}

/*************
/* 会社概要
*************/
#company{
	padding-top: 95px;
	margin-top: -95px;
}

.company{
	width: 100%;
	position: relative;
}

table.company_table{
	border-collapse: collapse;
	width: 60%;
	margin: 20px auto 20px auto;
}

table.company_table th{
	text-align: right;
	vertical-align: top;
	padding: 13px 10px 0 0;
	white-space: nowrap;
	color: #151515;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
	width: 20%;
}

table.company_table td{
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	padding: 11px 0 10px 10px;
	border-bottom: 1px solid #D4D4D4;
	line-height: 30px;
	width: 60%;
	font-size: 15px;
}

.map {
	position: relative;
	width: 80%;
	height: 70%;
	margin: 0 auto 0 auto;
	padding-top: 40%;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 90%;
}

/*************
/* 事業内容
*************/
#business{
	padding-top: 95px;
	margin-top: -95px;
}

.business{
	width: 100%;
	position: relative;
	line-height: 10px;
	background-size: cover;
	background-position: center center;
}

.business_area{
	width: 70%;
	padding: 0 15% 0 15%;
}

.business_area_title{
	padding: 20px 200px 10px 0;
	font-size: 20px;
}

section.business_gaiyou_left {
	padding: 5px;
	overflow: hidden;
	opacity: 0;
}
section.business_gaiyou_right {
	padding: 5px;
	overflow: hidden;
	opacity: 0;
}

.fadein_ltor{
	animation-name: ltor;
	animation-duration: 2s;
	opacity: 1 !important;
}

.fadein_rtol{
	animation-name: rtol;
	animation-duration: 1.5s;
	opacity: 1 !important;
}

@keyframes ltor{
	from {
		opacity: 0;
		transform: translateX(-15%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes rtol{
	from {
		opacity: 0;
		transform: translateX(20%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.business_area_img{
	padding: 0 200px 0 0;
}

.align_left{
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
}

.align_right{
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
}

.business_area_text{
	padding: 0 0 0 400px;
	line-height: 1.4;
	font-size: 18px;
}

.business_jisseki_text{
	padding: 0 0 0 400px;
	line-height: 1.4;
	font-size: 15px;
	padding-top: 20px;
}

/*************
/* お知らせ
.information{
	margin: 0 0;
	width: 100%;
	position: relative;
}

.information_area{
	width: 65%;
	margin: 15px 20% 0 20%;
	font-size: 18px;
	line-height: 20px;
}
*************/

/*************
/* お問い合わせ
*************/
#contact{
	padding-top: 95px;
	margin-top: -95px;
}

.contact {
	width: 100%;
	position: relative;
}

.contact p {
	font-size: 16px;
	line-height: 35px;
}

.contact ul li {
	font-size: 14px;
	margin-left: 30px;
	line-height: 30px;
}

.contact_area {
	margin: 0 0;
	padding: 0 0;
}

.contact_table_area{
	border-collapse: collapse;
	width: 65%;
	margin: 0 auto 15px auto;
	padding: 20px 0 0 0 ;
}

table.contact_table{
	border-collapse: collapse;
	width: 60%;
	margin: 20px 0 20px 0;
}

table.contact_table th{
	text-align: right;
	vertical-align: top;
	padding: 13px 10px 0 0;
	white-space: nowrap;
	color: #151515;
	border-bottom: 1px solid #D4D4D4;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
	width: 20%;
}

table.contact_table td{
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	padding: 11px 0 10px 10px;
	border-bottom: 1px solid #D4D4D4;
	line-height: 30px;
	width: 60%;
	font-size: 15px;
}

table.contact_table td a{
	text-decoration: none;
}

/*************
/* フッター（all）
*************/
.footer {
	width: 100%;
	height: 100px;
	clear: both;
	overflow: hidden;
	background: #e8e8e8;
}

.footer_logo {
	width: 100%;
	padding: 13px 0 5px 0;
	float: left;
	overflow: hidden;
}

.footer_logo img{
	display: block;
	margin: 11px auto;
}

.footnav{
	width: 40%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.footnav li{
	width: 24%;
	text-align: center;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #b6b6b6;
	list-style: none;
}

.footnav li a{
	font-size: 14px;
	color: #000000;
	text-decoration: none !important;
}

.copyright{
	clear: both;
	padding: 5px;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	color: #fff;
	background: #333;
}

/*************
/* 募集要項（recruit.html）
*************/
.recruit {
	width: 100%;
	position: relative;
	line-height: 10px;
}

.recruit_center{
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	background: #FFFFFF;
}
/*************
/* 応募フォーム（recruit.html）
*************/
table.recruit_table{
	border-collapse: collapse;
	width: 70%;
	margin: 0 auto 15px auto;
}

table.recruit_table th{
	text-align: right;
	vertical-align: top;
	padding: 20px 10px 0 0;
	white-space: nowrap;
	color: #151515;
	border-right: 4px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
	width: 20%;
}

table.recruit_table td{
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #D4D4D4;
	line-height: 30px;
	width: 60%;
}

.apply_table_area{
	border-collapse: collapse;
	width: 70%;
	margin: 0 auto 15px auto;
}

.apply_table_area p{
	font-size: 16px;
	padding: 10px 0 0 0;
	line-height: 30px;
}

table.apply_table{
	border-collapse: collapse;
	width: 100%;
}

table.apply_table th{
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 0 0;
	white-space: nowrap;
	color: #151515;
	background-color: #FFFFFF;
	border-right: 4px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	background-repeat: repeat-x;
	background-position: top;
	width: 20%;
}

table.apply_table td{
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 5px 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	font-size: 15px;
	line-height: 30px;
	width: 60%;
}

input.box {
	width: 95%;
	height: 25px;
}

textarea.box {
	resize: none;
	width: 95%;
	height: 130px;
}

/*************
/* 送信完了（thanks.html）
*************/
.thanks_area{
	border-collapse: collapse;
	width: 70%;
	margin: 0 auto 15px auto;
}

.thanks_area p{
	font-size: 16px;
	padding: 10px 0 0 0;
	line-height: 30px;
}

.thanks_area p a{
	text-decoration: none;
	color: #0000FF;

}

.thanks_area p a:hover {
	color: #C0C0C0;
}
