
/*base--------------------------------*/

*{
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 100%;
	}

html, body {
	height: 100%;
	overflow: visible;
}

body{
	margin: 0;
	padding: 0;
}

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	color: #505050;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



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

p{
	font-size: 90%;
	line-height: 1.2em;
}

a:link,
a:visited,
a:active {
	text-decoration: underbar;
	color: #00000;
	font-size: 100%;
	font-weight: 300;
}

a:hover {
	color: #000000;
}

a:focus {
	outline:none;
}

a img {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}

a img:hover {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}


.container, article {
	width: 1078px;
	margin: 0 auto;
}

section.pageTtl {
	padding: 20px 0;
	margin: 0 auto;
	background-color: #ffffff;
	width: 100%;
}
article h2 {
	text-align: center;
}
.mt100 {
	margin-top: 100px !important;
}
.mt40 {
	margin-top: 40px !important;
}

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

header {
	width: 100%;
	background-color: #be9f5e;
	border-top: 4px solid #ac8046;
	border-bottom: 2px solid #dfcfae;
}

header .headerTop {
	height: 88px;
}

header h1 {
	padding: 0;
	width:274px;
	height: 88px;
	display: table-cell;
	vertical-align: middle;
	border-right: 2px solid #dfcfae;
}

header nav#gNavi {
	display:table-cell;
}
header nav#gNavi ul.naviMenu {
	width:750px;

}
header nav#gNavi ul.naviMenu li {
	width: 148px;
	height: 88px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 2px solid #dfcfae;
}
header nav#gNavi ul.naviMenu > li:hover, header nav#gNavi ul.naviMenu > li.active {
	background-color: #dfcfae;
}
header nav#gNavi ul.naviMenu > li:last-child {
	border: none;
	text-align: left;
	background-color: #be9f5e !important;
}
header nav#gNavi ul.rightMenu  {
	margin-left: 10px;
	margin-top: 5px;
}
header nav#gNavi ul.rightMenu li {
	display: inline-block;
	border: none;
	height: 25px;
	text-align: left;
}

header nav#gNavi #subMenu01 {
	width: 141px;
	background-color: rgba(255,255,255,0.80);
	border: 2px solid #dfcfae;
	position: absolute;
	top: 92px;
	margin-left:-2px;
	text-align: left;
	padding-left: 5px;
	
	-moz-border-bottom-left-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-o-border-bottom-left-radius: 0.5em;
	-ms-border-bottom-left-radius: 0.5em;
		
	-moz-border-bottom-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-o-border-bottom-right-radius: 0.5em;
	-ms-border-bottom-right-radius: 0.5em;	
	display: none;
}

header nav#gNavi #subMenu01 li {
	border: none;
	display: inline-block;
	height: 35px;
	width: 130px;
	margin-top: 5px;
	text-align: left;
}


/*footer--------------------------------*/
article {
	padding-bottom: 300px;
}
footer {
	width: 1078px;
	margin: 0 auto;
	margin-top: -100px;
}
#footerTop img {
	margin: 0 30px;
}
#footerTop div {
	display: inline-block;
}
#footerBottom {
	border-top: 2px solid #df0012;
	background-color: #be9f5e;
	padding: 10px 20px;
	margin-top: -1px;
}
#footerBottom div.footerNavi {
	width: 95%;
	margin: 10px auto;
	
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: center;
	justify-content: center;
}
#footerBottom dl {
	max-width: 250px;
	margin-right: 20px;
}
#footerBottom dt{
	margin-bottom: 5px;
}
#footerBottom dd a{
	color: #dfcfae;
	font-size: 0.8em;
	margin-left: 0.8em;
	text-decoration: none;
}
#footerBottom dd a:hover{
	color: #000000;
}
#footerBottom div.footerSns ul {
	float: right;
}
#footerAddress {
	background-color: #ad8047;
	padding: 20px 10px 10px 10px;
}
#footerAddress p {
	text-align: center;
	color: #dfcfae;
	font-size: 0.8em;
	margin-bottom: 10px;
}
/*PAGE TOP------------------------------*/

#gotoTop {
	position: fixed;
}

/*index--------------------------------*/

article#recruit {
	background-color: #fbf6f0;
}
#recruit div.mainVisual {
	padding: 80px 0;
	background-color: #ffffff;
}
#recruit section.content:before {
	content: url(../img/req_tab.png);
	position: absolute;
	margin-top: -61px;
}
#recruit section.content {
	background-color: #fbf6f0;
	padding-top: 20px;
	border-top: solid 5px #000000;
	
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: center;
	justify-content: center;
}

#recruit section.content div {
	margin: 10px;
}

/*work--------------------------------*/

article#work {
	background-color: #fbf6f0;
}

article#work div#workTop {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
}
section#workNavi {
	margin: 20px auto;
	
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: center;
	justify-content: center;
}

section#workNavi div {
	margin: 5px;
}

article#work section.mainVisual img {
	margin: 40px auto 0 auto;
}

article#work div#workBottom {
	width: 100%;
	background-color: #fbf6f0;
}
section#sales, section#PR, section#com {
	margin: 40px auto 90px auto;
}

article#work div.sectxt {
	width: 70%;
	margin: 20px auto;
}

article#work div.sectxt p {
	margin-top: 20px;
	line-height: 1.5em;
}

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

section#mission {
	width: 100%;
	background-color: #fbf6f0;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	
	background-image: url(../img/sw_bg01.png);
	background-repeat: no-repeat;
	background-position: center 30%;
}

article#swear div.sectxt {
	width: 60%;
	margin: 20px auto;
}

section#mission h3, section#mission h4, section#swear h3, section#swear h4 {
	text-align: center;
	margin: 30px auto;
}

article#swear div.sectxt p {
	margin-top: 40px;
	line-height: 1.5em;
}

section#swear {
	width: 100%;
	background-color: #fffffff;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	
	background-image: url(../img/sw_bg02.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}

div.imgSwr {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: center;
	justify-content: center;
}

/*message--------------------------------*/

article#ceo {
	background-color: #fbf6f0;
}

section#mesNavi {
	width: 100%;
	background-color: #ffffff;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: center;
	justify-content: center;
}

section#mesNavi img {
	margin: 20px 10px;
}

article#ceo section.sectxt {
	width: 70%;
	margin: 20px auto;
}

article#ceo section.sectxt p {
	margin-top: 20px;
	line-height: 1.5em;
}

article#staff ul.tabs__menu {
	float: left;
}

article#staff ul.tabs__menu li {
	width: 180px;
	border: 1px solid #f6f6f6;
	border-bottom: none;
}
article#staff ul.tabs__menu li:last-child {
	border-bottom: 1px solid #f6f6f6;
}
article#staff div.tabs__content {
	margin-left: 200px;
	background-color: #fbf6f0;
	padding: 30px 20px;
	height: auto;
}

article#staff div.tabs__content p {
	width: 95%;
	margin-top: 20px;
	line-height: 1.5em;
}

article#staff div.tabs {
	width: 100%;
	margin: 0 auto;
}

article#staff div.tabs-item{
	width: 840px;
	
}

/*career--------------------------------*/

article#career {
	background-color: #fbf6f0;
}

section#carNavi {
	width: 100%;
	background-color: #ffffff;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;

	-webkit-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: center;
	justify-content: center;
}

section#carNavi img {
	margin: 20px 10px;
}

article#career div.tabs__content {
	width: 80%;
	margin: 0 auto;
	background-color: #fbf6f0;
	padding: 30px 20px;
	height: auto;
}

article#career div.tabs-item dl {
	width: 840px;
	margin: 0 auto;
	background-color: #be9e5d;
	border: solid 1px #be9e5d;
	border-right: solid 1px #FBF6F0;
}

article#career div.tabs-item dd p {
	margin-left: 20px;
	line-height: 30px;
}

article#career div.tabs-item dt p {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

article#career div.tabs-item dt {
	width: 120px;
	display: inline-block;
	border-top: solid 1px #ffffff;
	margin-top: -1px;
	
	vertical-align: top;
}

article#career div.tabs-item dt:first-child {
	border-top: none;
}

article#career div.tabs-item dd {
	width: 720px;
	display: inline-block;
	
	background-color: #ffffff;
	margin-bottom: 1px;
	margin-left: -6px;
}

article#career div.tabs-item dd:last-child {
	margin-bottom: 0;
}

article#career div.tabs-item h3 {
	margin: 0 auto;
	text-align: center;
	width: 214px;
	height: 52px;
	border-radius: 5px;
	background-color: #ffffff;
}
article#career div.tabs-item div.flow_arrow {
	margin: 20px auto;
	text-align: center;
}
article#career div.tabs-item dl.flow_cr {
	width: 840px;
	margin: 0 auto;
	background-color: #be9e5d;
	border: solid 1px #be9e5d;
}
article#career div.tabs-item dl.flow_cr dt, article#career div.tabs-item dl.flow_cr dd {
	display: table-cell;
	vertical-align: middle;
}
article#career div.tabs-item dl.flow_cr dt {
	width: 220px;
}

article#career div.tabs-item dl.flow_cr dd {
	width: 620px;
}
article#career div.tabs-item dl.flow_app dt {
	width: 230px;
}

article#career div.tabs-item dl.flow_app dd {
	width: 610px;
}

article#career div.tabs-item#app p {
	padding: 10px ;
	position: relative;
}
article#career div.tabs-item#app p span.caption {
	font-size: 0.8em;
	position: absolute;
	top: -12px;
}
article#career div.tabs-item#app p input, article#career div.tabs-item#app p textarea,
article#career div.tabs-item#app p select {
	-webkit-border-radius: 5px;
    border-radius: 2px;
    border: 1px solid #cccccc !important;
	padding: 5px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	background-color: #fff;
	border: 1px solid #e94037;
	box-shadow: 0 0 6px #ffdc96 inset;
	outline: none;
	}
input[type=text]:-webkit-autofill,
input[type=password]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ffdc96 inset;
	border: 1px solid #cf3442;
	}
.btn_area {
	margin: 80px auto 50px;
	text-align: center;
}
.btn_submit {
	color: #fff;
	background-color: #BE9E5D;

	padding: 5px 100px;
	min-width: 80px;
	height: 76px;
	font-size: 20px;
	font-weight: 600;
	border: 0px;
	box-shadow: 0 -3px 0 0 #a98d53 inset;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.btn_submit:hover {
	color: #fff;
	background-color: #eebd5b;
}

.btn_back {
	margin-right: 30px;
	padding: 5px 100px;
	height: 76px;
	font-size: 20px;
	font-weight: 600;
	background-image: url(../img/arrow_left_g.png);
	background-position: left 16px center;
	background-repeat: no-repeat;
	border: 0px;
	box-shadow: 0 -3px 0 0 #888 inset;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #4b4b4b;
	}
.btn_back:hover {
	background-color: #d5d5d5;
	}

#inquire_form h3 {
	border: 2px solid #BE9E5D;
}
#inquire_form h3 p {
	font-size: 1.2em;
	font-weight: 600;
	color: #BE9E5D;
	text-align: center;
}
table.formTable {
	width: 840px;
	margin: 0 auto;
	background-color: #ffffff;
}
table.formTable, table.formTable td, table.formTable th {
    border-collapse: collapse;
	border: solid 1px #be9e5d;
    }
.formTable td p {
	margin-left: 20px;
	line-height: 30px;
}

.formTable th p {
	color: #be9e5d;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

.formTable th {
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.formTable td {
	width: 630px;
	display: inline-block;
	
	background-color: #ffffff;
	margin-left: -6px;
}




