@charset "UTF-8";
@media screen and (max-width: 766px){
*{
	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: 15px 0 15px 0;
	text-align: center;
	font-size: 16px;
    line-height: 10px;
	color: #FFFFFF;
	background: #3A3A3A;
}

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

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

.header_negation{
	padding-top: 90px;
}

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

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

.sp_none {
	display: none;
}

#pageTop {
	position: fixed;
	bottom: 40px;
	right: 15px;
}

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

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

/*************
/* ヘッダー（all）
*************/
.header {
	width: 100%;
	height: 90px;
	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: 15px 0 10px 5%;
    background-size: contain;
}


/*************
/* メニューリスト（SPのみ）
*************/
.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 20px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 20000;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


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

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

.slogan_en{
	position: absolute;
	width: 100%;
	height: auto;
	top: 40%;
	margin: 5px 5px;
	line-height: 1;
	color: #0099CC;
	font-size: 34px;
	text-align: center;
}

.slogan_ja{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	margin: 5px 5px;
	line-height: 1;
	color: #0099CC;
	font-size: 24px;
	text-align: center;
}

/*************
/* 経営理念
*************/
.management_principle{
	width: 100%;
	position: relative;
	line-height: 10px;
	height: 370px;
}

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

.management_principle_text{
	position: absolute;
	width: 95%;
	height: auto;
	top: 35%;
	line-height: 2;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 2% 0 5%;
}

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

.greeting_msg{
	width: 95%;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: left;
}
    
.greeting_text{
    line-height: 20px;
	text-align: left;
	margin: 10px 0 0 10px;
}

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

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

.greeting_sign{
	height: 20px;
	font-size: 9px;
    font-weight: bold;
	text-align: right;
	position: relative;
	margin: 20px 5px 0 10px;
    padding: 20px 10px 20px 0;
}

/*************
/* 会社概要
*************/
#company{
    padding-top: 90px;
    margin-top: -90px;
}
    
.company{
	width: 100%;
	position: relative;
	line-height: 10px;
    padding-bottom: 20px;
}

table.company_table{
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto 0 auto;
}

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

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

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

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

.business_area{
	width: 95%;
	padding: 0 10px 0 10px;
}

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

section.business_gaiyou_left {
	padding: 0 3%;
	overflow: hidden;
	opacity: 0;
}
section.business_gaiyou_right {
	padding: 0 3%;
	overflow: hidden;
	opacity: 0;
}

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

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

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

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

.business_area_img{
    width: 100%;
	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{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
	line-height: 1.4;
	font-size: 14px;
}

.business_jisseki_text{
	width: 100%;
	font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}
    
/*************
/* お知らせ
.information{
	margin: 0 0;
	width: 100%;
	position: relative;
	line-height: 10px;
}

.information_area{
	width: 90%;
	margin: 10px 0 0 5%;
	font-size: 12px;
	line-height: 10px;
}
*************/

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

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

.contact p{
	font-size: 14px;
}

.contact ul li {
    font-size: 12px;
    margin: 10px 20px;
	line-height: 14px;
}

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

.contact_table_area{
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto 0 auto;
    padding: 10px 0 0 0 ;
}
    
table.contact_table{
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto 0 auto;
}

table.contact_table th{
	text-align: right;
	vertical-align: top;
	padding: 7px 0 0 0;
	white-space: nowrap;
	color: #151515;
	border-bottom: 1px solid #D4D4D4;
	font-size: 12px;
	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: 0 0 0 5px;
	border-bottom: 1px solid #D4D4D4;
	line-height: 30px;
	width: 60%;
	font-size: 12px;
}

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

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

.footer_logo {
	width: 100%;
	top: 20px;
	float: left;
}

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

.footnav{
	width: 100%;
	display: block;
	margin: 0 auto;
	float: left;
}

.footnav li{
	float: left;
	padding: 5px 8px 5px 8px;
	border-right: 1px solid #b6b6b6;
	list-style: none;
}

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

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

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

/*************
/* 応募フォーム（recruit.html）
*************/
table.recruit_table{
	border-collapse: collapse;
	width: 90%;
	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: 90%;
	margin: 0 auto 15px auto;
}

.apply_table_area p{
	font-size: 16px;
	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: 12px;
	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: 3px 0 3px 5px;
	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: 12px;
	line-height: 30px;
	width: 60%;
}
    
input.box {
	width: 95%;
	height: 15px;
}

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

/*************
/* 送信完了（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;
}
