@charset "utf-8";

/*************************/
/*** Yahoo's CSS Reset ***/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding:0;
	margin:0;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
img {
	vertical-align:bottom;
	max-width: 100%;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight:normal;
	font-style:normal;
}
ol,ul{
	list-style:none;
}
li {
   line-height:0;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-size:100%;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
/*************************/


/*************************/
/** clear fix **/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
/*************************/


html {
	width: 100%;
	min-width: 1040px;
}
body {
	width: 100%;
	min-width: 1040px;
	font-family: Meiryo,'メイリオ','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #3E3A39;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	border-top: 2px solid #5A462D;
}
#wrapper {
	width: 100%;
	min-width: 1040px;
	margin: 0;
	padding: 0;
	border-top: 6px solid #F0EBE1;
}


/** COMMON **/
a:hover img,
a:active img {
	filter:alpha(opacity=70);  /* for IE */
	-moz-opacity: 0.7;  /* for Firefox */
	opacity: 0.7;  /* for Safari or Opera */
}
.commonWide {
	width: 1000px;
	margin: 90px auto 0;
	padding: 0 20px;
	color: #5A462D;
}
.commonWideNoSubMenu {
	width: 1000px;
	margin: 30px auto 0;
	padding: 0 20px;
	color: #5A462D;
}
.commonWideOver {
	width: 1020px;
	margin: 90px auto 0;
	padding: 0 10px;
	color: #5A462D;
}
.commonWideOverBottom {
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	color: #5A462D;
}
.column {
	border-bottom: 1px solid #BEAA73;
	padding-bottom: 90px;
	text-align: center;
}
.columnTop {
	padding-bottom: 90px;
	text-align: center;
}
.columnOne {
	padding: 0 0 60px;
	text-align: center;
}
.columnMiddle {
	border-bottom: 1px solid #BEAA73;
	padding: 60px 0 90px;
	text-align: center;
}
.columnBottom {
	padding: 90px 0 90px;
	text-align: center;
}
.columnTopImage {
	margin-bottom: 90px;
}
.columnTitle {
	margin-bottom: 60px;
}
.columnSubTitle {
	margin: 80px 0 60px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: .05em;
}
.columnBody {
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 48px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 700px;
	margin: 0 auto;
}
.columnImage {
	margin-top: 90px;
}
.columnImageBottom {
	margin: 90px 0;
}
.textCenter {
	text-align: center;
}
.columnBody a {
	color: #967D3C;
	text-decoration: underline;
}
.columnBody a:hover,
.columnBody a:active {
	text-decoration: none;
}
.buttonBlock {
	text-align: center;
	margin-bottom: 90px;
	padding: 30px 0 45px;
}
.buttonBlock ul {
	margin: 0 auto;
    width: 900px;
}
.buttonBlock ul li.fL {
	float: left;
	margin-right: 60px;
}
img.firstBlock {
	margin-top: 30px;
}
img.nextBlock {
	margin-top: 90px;
}
img.nextBlockEnd {
	margin: 90px 0;
}
.colorBox {
	background-color: #F9F7F3;
	padding: 50px 0 40px;
}
.colorBox .columnTitle {
	margin-bottom: 30px;
}
.colorBox .columnTitle {
	margin-top: 60px;
}
.colorBox .columnTitle:first-child {
	margin-top: 0;
}

.smartobj{
	display: none;
}
.attention{
	color: #EC3A47;
}
.form-attention{
	padding-top: 5px;
}

/** HEADER **/
#header {
	width: 1000px;
	height: 155px;
	margin: 0 auto;
	padding: 45px 20px 18px;
}
#header h1 {
	width: 253px;
	margin: 0 auto 60px;
}
#header h1 img {
	width: 253px;
}
#header ul.navi {
	margin: 0 auto;
    position: relative;
    width: 791px;
    z-index: 100;
}
#header ul.navi li {
	height: 26px;
	float: left;
	border-left: 1px solid #BEAA73;
}
#header ul.navi li.rEnd {
	border-right: 1px solid #BEAA73;
}
#header ul.navi li a img {
	padding: 8px 40px 7px;
}
#header ul.navi li a {
}
#header ul.navi li a:hover img,
#header ul.navi li a:active img {
	filter:alpha(opacity=100);  /* for IE */
	-moz-opacity: 1.0;  /* for Firefox */
	opacity: 1.0;  /* for Safari or Opera */
}


/** SubMENU **/
#subMenuBlock {
	width: 100%;
	min-height: 80px;
	background: url(../images/common/bg-pattern.gif) repeat-x;
	border-top: 1px solid #BEAA73;
}
.subMenu {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 0;
}
.subMenu ul.navi {
	margin: 0 auto;
}
.subMenu ul.navi li {
	float: left;
	margin-right: 45px;
	line-height: 21px;
	padding-left: 6px;
}
.subMenu ul.navi li.current {
	padding-left: 0;
}
.subMenu ul.navi li.current:before {
	content: url(../images/common/subMenuIcon.png);
}
.subMenu ul.navi li.rEnd {
	margin-right: 0;
}
.subMenu ul.navi li img {
	vertical-align: middle;
}
.subMenu ul.navi li a img {
	padding: 5px;
}
.subMenu ul.navi li a {
}
.subMenu ul.navi li a:hover img,
.subMenu ul.navi li a:active img {
	filter:alpha(opacity=100);  /* for IE */
	-moz-opacity: 1.0;  /* for Firefox */
	opacity: 1.0;  /* for Safari or Opera */
}


/** TOPページ **/
#topImageBlock {
	width: 100%;
	height: 400px;
	background: url(../images/top/bg-pattern.gif) repeat;
	text-align: center;
}
#lBnr {
	float: left;
}
#rBnr {
	float: right;
}

/** 企業情報 **/
#companySubMenu {
	width: 477px;
}
#bossMassage img {
	float: right;
}
.ovc02Body {
	width: 450px !important;
	padding-left: 3.4em;
}
.ovc02Body span.numListSp {
	display: block;
}

.gaiyouList{
	display: flex;
	flex-wrap: wrap;
	width: 430px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -190px;
	margin-bottom: 30px;
}
.gaiyouList dt{
	width: 134px;
	margin-bottom: 36px;
	line-height: 1.8;
	padding-top: 2px;
}
.gaiyouList dt span{
	display: inline-block;
	font-size: 13px;
	background-color: #f6f3ed;
	color: #a08127;
	padding: 2px 5px;
	line-height: 1;
}
.gaiyouList dt span.txtThree{
	letter-spacing: 2px;
}
.gaiyouList dt span.txtFour{
	letter-spacing: 4px;
}
.gaiyouList dt span.txtFifth{
	letter-spacing: 1px;
}
.gaiyouList dd{
	width: 296px;
	font-size: 14px;
	color: #815d28;
	margin-bottom: 36px;
	line-height: 1.8;
}
.gaiyouList .compRoman{
	font-size: 12px;
}

.subGaiyouList{
	display: flex;
	flex-wrap: wrap;
}
.subGaiyouList dt{
	width: 120px;
	margin-bottom: 0;
	padding: 0;
}
.subGaiyouList dd{
	width: calc(100% - 120px);
	margin-bottom: 0;
}

.jobGaiyouList{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jobGaiyouList dt{
	width: 44%;
	margin-bottom: 0;
	padding: 0;
}
.jobGaiyouList .gaiyouList__dotline{
	width: 20px;
	margin-bottom: 0;
}
.jobGaiyouList .gaiyouList__dotline img{
	vertical-align: middle;
	position: relative;
	margin-top: -1px;
}
.jobGaiyouList .gaiyouList__capa{
	width: 20%;
	margin-bottom: 0;
}

/** パートナー募集 **/
p.danKaigyo {
	/* 2行目以降の文字を1文字下げる */
	text-indent: -1em;
	padding-left: 1em;
}
#wc01Body {
	width: 650px !important;
}
.wc03Body {
	width: 550px !important;
	padding-left: 3.3em;
}
.wc04Body {
	width: 470px !important;
	padding-left: 2.9em;
}

/** 採用情報 **/
#recruitSubMenu {
	width: 670px;
}
#recruitSubMenu2 {
	width: 555px;
}
.mc05Body {
	width: 650px !important;
}
#jobBody {
	width: 650px !important;
}
#perBody {
	width: 650px !important;
	padding-left: 2.2em;
}

/** アクセス **/
.address {
	width: 700px;
	margin: 20px auto 0;
	text-align: left;
}
.googleLink {
	width: 715px;
	margin: 30px auto 90px;
	text-align: left;
}
.googleLink a {
	color: #5A462D;
	text-decoration: underline;
}
.googleLink a:hover,
.googleLink a:active {
	text-decoration: none;
}
.mapInfo {
	margin-top: 90px;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
.mapInfo p {
	margin-left: -5px;
	margin-bottom: 0;
	line-height: 30px;
}
.mapInfo p.miTitle {
	margin-left: 0;
	margin-bottom: 30px;
	line-height: 0;
}


/** ギャラリー **/
#imageGallery #gControler {
	position: absolute;
	z-index: 50;
	width: 1000px;
	margin-top: 230px;
}
#imageGallery #gControler div {
	padding: 5px;
}
#imageGallery #gControler #prevBtn {
	float: left;
	margin-left: 10px;
}
#imageGallery #gControler #nextBtn {
	float: right;
	margin-right: 10px;
}
#imageGallery #gImage {
	width: 1000px;
	height: 500px;
	padding-bottom: 65px;
}
#imageGallery #gThumbnail {
	width: 1000px;
	overflow: hidden;
}
#imageGallery #gThumbnail ul {
	width: 1080px;
}
#imageGallery #gThumbnail ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#imageGallery .sanretsu ul li {
	margin-right: 12px  !important;
	margin-bottom: 12px !important;
}
.iBlockClass p {
	font-size: 14px;
	color: #5A462D;
	margin-top:	10px;
	text-align: right;
}


/** 2バナー **/
.doubleBnrBlock .lBox {
	float: left;
}
.doubleBnrBlock .rBox {
	float: right;
}
.doubleBnrBlock .btnTitle {
	margin-left: 12px;
	text-align: left;
}
.doubleBnrBlock .btnText {
	font-size: 12px;
	margin-left: 32px;
	margin-top: 15px;
	text-align: left;
}
.doubleBnrBlock .btnImage {
	margin-top: 20px;
}
.doubleBnrBlock .btnTitleBottom {
	margin-left: 12px;
	margin-top: 10px;
}
.doubleBnrBlock .btnTitleBottom a {
	color: inherit;
	text-decoration: none;
	letter-spacing: .2em;
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
	font-weight: bold;
}
.doubleBnrBlock .btnTextBottom {
	font-size: 12px;
	margin-left: 12px;
	margin-top: 15px;
}
.doubleBnrBlock .btnImageBottom {
	
}
.doubleBnrBlock {
	margin-top: 85px;
}


/** 3バナー **/
.tripleBnrBlock {
	margin-bottom: 85px;
}
.tripleBnrBlock .lBox {
	float: left;
}
.tripleBnrBlock .rBox {
	float: right;
}
.tripleBnrBlock .tbMiddle {
	margin-left: 20px;
}
.tripleBnrBlock .btnTitle {
	margin-left: 12px;
	text-align: left;
}
.tripleBnrBlock .btnText {
	font-size: 12px;
	margin-left: 32px;
	margin-top: 15px;
	text-align: left;
}
.tripleBnrBlock .btnImage {
	margin-top: 20px;
}
.topBnr {
	padding: 0 10px;
}
.bEnd {
	margin-bottom: 0;
}


/** 要項 **/
.columnSeat {
	background-color: #f9f7f3;
	padding: 60px 100px 90px;
	color: #5A4123;
}
.columnSeat table {
	margin-top: 75px;
}
.columnSeat table tr td {
	text-align: left;
	vertical-align: top;
	font-size: 15px;
	line-height: 21px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.columnSeat table tr td.tdL {
	width: 200px;
	line-height: 0;
}
.columnSeat table tr td.tdR {
	padding-bottom:	60px;
}
.columnSeat table.tdTable {
	margin-top: 30px;
}
.columnSeat table.tdTable tr td {
	padding-bottom:	30px;
}
.columnSeat table.tdTable tr td.tdLs {
	width: 75px;
}
.columnSeat a {
	color: #967D3C;
	text-decoration: underline;
}
.columnSeat a:hover,
.columnSeat a:active {
	text-decoration: none;
}
.columnSeat div.secBlock {
	border-top: 1px solid #BEAA73;
	margin-top: 30px;
	padding-top: 75px;
}
.columnSeat table tr td.tdR p.step4 {
	height: 110px;
    padding-top: 15px;
}
.columnSeat table tr td.tdR p.step5 {
	height: 120px;
    padding-top: 15px;
}
.columnSeat table tr td.tdR p.step6 {
	height: 110px;
    padding-top: 15px;
}


/** 応募フォーム **/
#myForm {
}
.formBlock {
}
.formBlock .formTitle {
	text-align: center;
	margin-bottom: 60px;
}
.formBlock h2 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.formBlock .formText {
	text-align: center;
	margin-bottom: 60px;
	font-size: 14px;
}
.formBlock .formText a {
	color: #5A462D;
	text-decoration: underline;
}
.formBlock .formText a:hover,
.formBlock .formText a:active {
	color: #5A462D;
	text-decoration: none;
}
.formBlock table {
	width: 820px;
	margin: 0 auto;
}
.formBlock table tr th,
.formBlock table tr td {
	padding-bottom: 40px;
	text-align: left;
	vertical-align: top;
}
.formBlock table tr td.l_Cel {
	width: 200px;
}
.formBlock table tr td.l_Cel img {
	vertical-align: auto;
}
.formBlock table tr td.ta_CelTop {
	padding-top: 30px;
}
.formBlock table tr td.ta_CelTop img {
	margin: 10px 0 10px;
}
.formBlock table tr td.ta_Cel img {
	margin: 0 0 10px;
}
.formBlock table tr td span.nameForm {
	width: 40px;
}
.formBlock table tr td p.secForm {
	margin-top: 20px;
}
.formBlock table tr td p.formRadio {
	height: 20px;
    padding-top: 5px;
}
.formBlock table tr td p.formCheck {
	line-height: 25px;
}
.formBlock table tr td p.formCheck span {
	display: inline;
    margin-right: 4.5em;
}
.formBlock div.colSeat {
	background-color: #f9f7f3;
	margin-top: 10px;
}
.formBlock div.csSec {
	margin-top: 30px;
}
.formBlock div.colSeat p.cfTitle {
	padding: 25px 0 35px;
}
input, select, textarea {
	padding: 4px 6px;
}
input.inputText1 {
	width: 200px;
}
input.inputText2 {
	width: 80px;
}
input.inputText3 {
	width: 300px;
}
input.inputText4 {
	width: 500px;
}
input.inputText5 {
	width: 40px;
}
textarea.textArea1 {
	width: 800px;
	height: 110px;
}
textarea.textArea2 {
	width: 800px;
	height: 300px;
}
.formBlock p.cap {
	margin-top: 60px;
}
.formBlock p.cap a {
	color: #5A462D;
	text-decoration: underline;
}
.formBlock p.cap a:hover,
.formBlock p.cap a:active {
	color: #5A462D;
	text-decoration: none;
}
#formPP {
	width: 815px;
	height: 200px;
	overflow: auto;
	border: 1px solid #F0EBE1;
	margin: 60px auto 0;
}
#ppBox {
	padding: 15px;
}
.ppTitle {
	font-size: 16px;
    margin: 10px 0;
}
.ppBody {
	line-height: 30px;
	text-align: left;
}
.ppBody ol {
	margin: 10px 0;
	padding-left: 24px;
}
.ppBody ol li {
	list-style-type: decimal;
	line-height: 34px;
}
.ppBody p.ppR {
	text-align: right;
}
.ppBody p.ppC {
	margin-top: 20px;
	text-align: center;
}
.formBlock p.agree {
	margin-top: 60px;
	text-align: center;
}
.formBlock p.btn {
	margin-top: 60px;
	text-align: center;
}
input:hover{
	filter:alpha(opacity=70);  /* for IE */
	-moz-opacity: 0.7;  /* for Firefox */
	opacity: 0.7;  /* for Safari or Opera */
}
.formBlock table tr td p.chkText {
	border: 1px solid #F0EBE1;
    padding: 4px 6px;
	min-height: 19px;
	background-color: #FFF;
	
	word-break: break-all; /* 長い半角英数字によるレイアウト崩れを回避 */
}
.formBlock table tr td p.chkTextArea {
	border: 1px solid #F0EBE1;
    padding: 4px 6px;
	width: 800px;
	min-height: 19px;
	background-color: #FFF;
	
	word-break: break-all; /* 長い半角英数字によるレイアウト崩れを回避 */
}
#contactAttention {
	margin: 0 auto 60px;
}
#caBox {
	padding: 15px 30px;
}
.caTitle {
	font-size: 16px;
    margin: 10px 0;
}
.caBody {
	line-height: 30px;
	text-align: left;
	padding-left: 1em;
}
.caBody ol {
	margin: 10px 0;
	padding-left: 24px;
}
.caBody ol li {
	list-style-type: square;
	line-height: 34px;
}
.formBlock table tr td table.kinmu {
	line-height: 25px;
    margin-left: 0;
    width: 450px;
}
.formBlock table tr td table.kinmu tr th,
.formBlock table tr td table.kinmu tr td {
	padding-bottom: 0;
}


/** 個人情報保護方針 **/
.columnBody .ppBody ol {
	margin: 30px 0;
}
.columnBody .ppBody p.ppR {
	margin-bottom: 90px;
}

p.ppR span.pp1 {
	padding-left: 0.5em;
}
p.ppR span.pp2 {
	padding-left: 0.6em;
}
p.ppR span.pp3 {
	padding-left: 0.5em;
}
p.ppR span.ppN {
	line-height: 40px;
}
p.ppR img {
	vertical-align: text-top;
	margin-left: 20px;
}


/** SITE MAP **/
.columnSiteMap {
	padding: 0 0 60px;
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
.columnSiteMap .columnTitle {
	font-size: 16px;
	font-weight: bold;
	color: #5A4123;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}
.columnSiteMap ul {
	margin-bottom: 15px;
}
.columnSiteMap ul li {
	line-height: 24px;
}
.columnSiteMap li:before {
	content: "― ";
}
.columnSiteMap ul li a {
	text-decoration: none;
	color: #5A462D;
}
.columnSiteMap ul li a:hover,
.columnSiteMap ul li a:active {
	text-decoration: underline;
}
.columnSiteMap ul.childUL {
	margin-left: 40px;
}


/** footerMenu **/
#footerMenu {
	width: 1000px;
	padding: 0 20px;
	margin: 150px auto 10px;
}
#footerMenu ul {
	float: right;
}
#footerMenu ul li {
	float:left;
	line-height: 20px;
	margin-left: 20px;
}
#footerMenu ul li a {
	text-decoration: none;
	color: #5A462D;
}
#footerMenu ul li a:hover,
#footerMenu ul li a:active {
	text-decoration: underline;
}

/** footer **/
#footer {
	width: 100%;
	height: 35px;
	background-color: #F0EBE1;
}
#cp {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 20px 0;
	font-size: 11px;
	text-align: right;
}



.topTextBnrHeader {
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	top: 52px;
	width: 1000px;
	
}
.topTextBnrHeader p{
	background: url(../images/top/bg-pattern.gif) repeat ;
    display: inline-block;
    padding: 11px 20px 8px;
    text-align: left;
}
.topTextBnr {
	margin: 50px auto 0;
	padding: 0 10px;
	text-align: center;
	
}
.topTextBnr p {
	background: url(../images/top/bg-pattern.gif) repeat ;
    display: inline-block;
    padding: 11px 50px 8px;
    text-align: left;
}
.topTextBnrHeader a {
	font-size: 14px;
	color: #5A462D;
	text-decoration: underline;
}
.topTextBnr a {
	font-size: 16px;
	color: #5A462D;
	text-decoration: underline;
}
.topTextBnrHeader a:hover,
.topTextBnrHeader a:active,
.topTextBnr a:hover,
.topTextBnr a:active {
	text-decoration: none;
}



/* 768pxのブレイクポイント */
@media screen and (max-width: 768px) {
	
	/* --------------------
	共通
	--------------------- */
	a:hover img,
	a:active img {
		/* iOSでhoverに透明効果が設定されていると1タップでは遷移しない為、透明効果を切る（100にする） */
		filter:alpha(opacity=100);  /* for IE */
		-moz-opacity: 1;  /* for Firefox */
		opacity: 1;  /* for Safari or Opera */
	}
	
	
	html, body, #wrapper, #headerBlock, #bottomMenu, .commonWideOverBottom, .commonWide {
		width: 100%;
		min-width: 100%;
		border: none;
	}
	#topImageBlock, .columnBody, #jobBody, #footerMenu {
		width: 90% !important;
		min-width: 90% !important;
	}
	body {
		font-size: 14px !important;
	}
	.pcobj{
		display: none !important;
	}
	.smartobj{
		display: block;
	}
	.form-attention{
		font-size: 14px;
	}
	
	.commonWide {
		padding: 0;
		margin: 9% auto 0;
	}
	.commonWideOver {
		padding: 7% 0 0;
		width: 100%;
	}
	.commonWideOver .btnImage img,
	.commonWideOver .btnImageBottom img {
		width: 100%;
		height: auto;
	}
	.commonWide img,
	.commonWideOverBottom img {
		max-width: 100%;
	}
	
	.kasoTop {
		margin-top: 25%;
		background: url(../images/common/bg-pattern.gif) repeat-x;
		border-top: 1px solid #BEAA73;
	}
	
	.commonWideOverBottom {
		padding: 0;
	}
	
	.columnOne {
		padding: 0 0 7%;
	}
	
	.columnTitle {
		margin: 12% auto 14%;
		padding: 0 5%;
	}
	.columnSubTitle {
		margin: 12% auto 10%;
		/*padding: 0 5%;*/
	}
	.columnBody {
		line-height: 220%;
		padding: 0 5%;
		font-size: 14px !important;
	}

	
	.spPadding {
		padding: 0 5%;
	}
	
	.column {
		padding: 0 0 9%;
	}
	.columnTop {
		padding: 0 5% 9%;
	}
	.columnMiddle {
		padding: 9% 5%;
	}
	.columnBottom,
	.checkFormBlock {
		padding: 0 5% 9%;
	}
	.columnBottomFull {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.entryBtn{
		padding-bottom: 0;
	}
	.columnImage {
		margin-top: 9%;
	}
	.columnTopImage {
		margin-bottom: 12%;
	}
	.bottomColumn {
		padding: 0 5%;
	}
	
	.columnSeat {
		padding: 14% 5% 12%;
	}
	.columnSeat table {
		margin-top: 12%;
	}
	.columnSeat table tr td {
		line-height: 200%;
	}
	.columnSeat table tr td.tdL {
		margin-bottom: 5%;
		width: 100%;
	}
	.columnSeat table tr td.tdR {
		margin-bottom: 15%;
	}
	.columnSeat table.tdTable {
		margin-top: 5%;
	}
	.columnSeat table.tdTable tr td.tdLs {
		margin-bottom: 2%;
	}
	.columnSeat table.tdTable tr td {
		margin-bottom: 6%;
	}
	.columnSeat div.secBlock {
		margin-top: 4%;
		padding-top: 12%;
	}

	.entryColumn{
		border-bottom: none;
		padding-bottom: 5%;
	}
	
	img.spFullWide {
		width: 100%;
	}
	
	.buttonBlock {
		margin-bottom: 0 !important;
		padding: 10% 0;
	}
	.buttonBlock ul {
		width: 100%;
	}
	.buttonBlock ul li.fL {
		float: none;
		margin-right: 0;
	}
	.buttonBlock img {
		width: 75%;
	}
	.doubleBnrBlock {
		margin-top: 0 !important;
	}
	.doubleBnrBlock .btnTitle {
		margin-left: 3%;
	}
	.doubleBnrBlock .btnText {
		margin-top: 3%;
		margin-left: 3%;
		font-size: 90%;
	}
	.doubleBnrBlock .lBox,
	.doubleBnrBlock .rBox {
		margin-top: 7%;
	}
	
	.lBox, .rBox {
		float: none !important;
	}
	
	.colFull {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.topBnr {
		padding: 0;
	}

	.tripleBnrBlock {
		margin-bottom: 12%;
		padding: 0 5%;
	}
	.topBnr {
		margin-bottom: 0;
		padding: 0 7.5% !important;
	}
	.tripleBnrBlock .btnImage {
		margin-top: 0;
	}
	.tripleBnrBlock .tbMiddle {
		margin-left: 0;
	}
	.tbbBox {
		margin-top: 7%;
	}
	
	
	/** フォーム **/
	table tr td {
		display: table !important;
	}
	.formBlock table {
		width: 100%;
		font-size: 16px !important;
	}
	.formBlock table tr {
		display: block;
		padding-bottom: 5%;
	}
	.formBlock table tr td {
		margin-bottom: 4%;
		padding-bottom: 0;
		width: 100%;
	}
	.formBlock table tr td p.formRadio {
		height: auto;
		padding-top: 0;
	}
	input, select, textarea {
		font-size: 16px !important;
		padding: 3%;
		vertical-align: middle;
	}
	input.inputText1,
	input.inputText4 {
		width: 100% !important;
		box-sizing: border-box;
 		-webkit-box-sizing: border-box;
	}
	textarea {
		width: 100% !important;
		height: 10em !important;
		box-sizing: border-box;
 		-webkit-box-sizing: border-box;
	}
	#formPP {
		height: 12em;
		margin: 12% auto 0;
		width: 100%;
	}
	.formBlock p.btn input {
		width: 90%;
	}
	#myForm {
		margin-top: 12%;
	}
	.formBlock .formTitle {
		margin-bottom: 9%;
	}
	.formBlock p.agree {
		margin-top: 7%;
	}
	.formBlock p.btn {
		margin-top: 12%;
	}
	.formBlock table tr td p.chkTextArea {
		width: auto !important;
	}
	.formBlock table tr td p.secForm {
		margin-top: 4%;
	}
	.formBlock table tr td table.kinmu {
		width: auto;
	}
	.formBlock table tr td table.kinmu tr,
	.formBlock table tr td table.kinmu tr th,
	.formBlock table tr td table.kinmu tr td {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.ppBody {
		line-height: 180%;
		font-size: 85%;
	}
	.ppBody ol li {
		line-height: 180%;
	}
	
	.spPointBody {
		display: inline-block;
    	padding: 0 5% !important;
		width: auto !important;
		text-align: left;
		font-size: 14px !important;
		line-height: 220%;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	.spPointBody span {
		display: block;
		padding-left: 1.3em;
		text-indent: -1.3em;
	}
	
	
	/** ヘッダー **/
	#headerBlock {
		background-color: #fff;
    	border-top: 2px solid #5a462d;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	#header {
		padding: 0;
		width: 100%;
		background-color: #FFF;
		height: auto;
		border-top: 6px solid #f0ebe1;
	}
	#header h1 {
		width: 50%;
		margin: 0 auto;
		padding: 5% 0;
		text-align: center;
		position: relative;
		z-index: 300;
	}
	#header h1 img {
		width: 100%;
		max-width: 290px;
	}
	#gnavi {
		position: absolute;
		top: 15%;
		width: 100%;
    	z-index: 200;
	}
	
	/** bottomMenu **/
	#bottomMenu {
		border-top: 1px solid #BEAA73;
		font-size: 83%;
		margin-top: 5%;
	}
	#bottomMenu ul {
		text-align: center;
		padding: 6% 2% 0 5%;
	}
	#bottomMenu ul li {
		display: inline-block;
		margin-right: 0.8em;
		margin-bottom: 5%;
	}
	#bottomMenu ul li img {
		margin-right: 0.2em;
		width: 15px;
		height: auto;
		vertical-align: text-bottom;
	}
	#bottomMenu ul li a {
		text-decoration: none;
		color: #5A462D;
	}
	#bottomMenu ul li a:hover,
	#bottomMenu ul li a:active {
		text-decoration: underline;
	}
	
	/** footerMenu **/
	#footerMenu {
		margin: 5% auto;
		padding: 0;
		text-align: center;
		font-size: 80%;
	}
	#footerMenu p a {
		text-decoration: none;
		color: #5A462D;
	}
	#footerMenu p a:hover,
	#footerMenu p a:active {
		text-decoration: underline;
	}
	
	/** footer **/
	#footer {
		height: auto;
	}
	#cp {
		padding: 3% 0 3%;
		text-align: center;
		font-size: 50%;
		width: 95%;
		min-width: 95%;
	}
	
	
	/** TOPページ **/
	#topImageBlock {
		margin-top: 25%;
		height: auto;
		padding: 0 5%;
	}
	#topImageBlock img {
		width: 100%;
	}
	#lBnr, #rBnr {
		float: none;
		margin-bottom: 5%;
		text-align: center;
	}
	
	/** ごあいさつ **/
	#bossMassage img {
		max-width: 70%;
	}
	
	/** 会社概要 **/
	#gaiyouImg {
		padding: 0 5%;
	}
	img#gyoumunaiyou {
		margin-top: 9%;
	}

	.gaiyouList{
		width: auto;
		left: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.gaiyouList dt{
		width: 25%;
		margin-bottom: 20px;
		line-height: 1.8;
		padding-top: 2px;
	}
	.gaiyouList dt span{
		display: inline-block;
		font-size: 12px;
		background-color: #f6f3ed;
		color: #a08127;
		padding: 2px 5px;
		line-height: 1;
	}
	.gaiyouList dt span.txtThree{
		letter-spacing: 2px;
	}
	.gaiyouList dt span.txtFour{
		letter-spacing: 4px;
	}
	.gaiyouList dt span.txtFifth{
		letter-spacing: 1px;
	}
	.gaiyouList dd{
		width: 75%;
		font-size: 12px;
		color: #815d28;
		margin-bottom: 20px;
		line-height: 1.8;
		padding-top: 6px;
	}
	.gaiyouList .compRoman{
		font-size: 11px;
	}

	.subGaiyouList dt{
		width: 100px;
		margin-bottom: 0;
		padding: 0;
	}
	.subGaiyouList dd{
		width: calc(100% - 100px);
		padding-top: 0;
		margin-bottom: 0;
	}

	.jobGaiyouList{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.jobGaiyouList dt{
		width: 44%;
		margin-bottom: 0;
		padding: 0;
	}
	.jobGaiyouList .gaiyouList__dotline{
		width: 20px;
		margin-bottom: 0;
		padding-top: 0;
	}
	.jobGaiyouList .gaiyouList__dotline img{
		vertical-align: middle;
		position: relative;
		margin-top: -1px;
	}
	.jobGaiyouList .gaiyouList__capa{
		width: 20%;
		margin-bottom: 0;
		padding-top: 0;
	}
	.gaiyouUnderTxt{
		font-size: 11px;
	}
	
	/** オフィス紹介 **/
	#imageGallery #gControler {
		margin-top: 22%;
		position: absolute;
		width: 100%;
		z-index: 50;
	}
	#imageGallery #gControler div {
		padding: 0;
	}
	#imageGallery #gControler #prevBtn,
	#imageGallery #gControler #nextBtn {
		margin: 0;
	}
	#imageGallery #gControler img {
		width: 60%;
		height: auto;
	}
	#imageGallery #gImage {
		height: auto;
		padding-bottom: 3%;
		width: 100%;
	}
	#imageGallery #gThumbnail {
		overflow: hidden;
		width: 100%;
	}
	#imageGallery #gThumbnail ul {
		width: 100%;
		padding-left: 2.5%;
	}
	#imageGallery #gThumbnail ul li {
		margin-bottom: 2%;
		margin-right: 2%;
		width: 22%;
	}
	.iBlockClass p {
		font-size: 12px;
		margin-top: 1%;
		padding-right: 1%;
	}
	
	/** パートナーの仕事 **/
	#wc01Body {
		width: auto !important;
	}
	
	/** 求める人材 **/
	#perBody {
		padding: 0 5% !important;
		width: 90% !important;
	}
	
	/** 働く環境を知る **/
	#imageGallery .sanretsu {
		width: 100% !important;
	}
	#imageGallery .sanretsu ul {
		margin: 0 auto;
		padding-left: 3% !important;
		width: 100% !important;
	}
	#imageGallery .sanretsu ul li {
		width: 29% !important;
	}
	
	/** アクセス **/
	.commonWideNoSubMenu {
		margin: 25% auto 0;
		padding: 0;
		width: 100%;
	}
	.address {
		margin: 6% auto 0;
		text-align: left;
		width: 90%;
	}
	.googleLink {
		margin: 12% auto 24%;
		text-align: center;
		width: 90%;
	}
	#map img {
		width: 100%;
	}
	.mapInfo {
		width: 90%;
		margin-bottom: 12%;
	}
	.mapInfo p {
		margin-left: -3%;
		padding-left: 2.3em;
		text-indent: -2.6em;
	}
	
	/** サイトマップ **/
	.columnSiteMap {
		padding: 0 5% 15%;
		text-align: left;
		width: 90%;
	}
	
	/** プライバシーポリシー **/
	#ppLink {
		margin: 12% auto;
		text-align: center;
	}
	#ppLink img {
		width: 75%;
	}
	
	/** お問い合わせ **/
	#caBox {
		padding: 2% 0 0;
	}
	.caTitle {
		font-size: 100%;
		margin: 3% 0 5%;;
	}
	.caBody {
		padding-left: 1.2em;
	}
	.caBody ol {
		margin: 3% 0;
		padding-left: 0.3em;
		width: 95%;
	}
	.caBody ol li {
		line-height: 150%;
		font-size: 85%;
		margin-bottom: 3%;
		list-style: circle;
	}
	
	
	
	.mtmb0 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.mt5per {
		margin-top: 5%;
	}
	.mt8per {
		margin-top: 8%;
	}
	.mt10per {
		margin-top: 10%;
	}
	.mt15per {
		margin-top: 15%;
	}
	.mb2per {
		margin-bottom: 2%;
	}
	.mb5per {
		margin-bottom: 5%;
	}
	.mb8per {
		margin-bottom: 8%;
	}
	.mb10per {
		margin-bottom: 10%;
	}
	.mb15per {
		margin-bottom: 15%;
	}
	.mb20per {
		margin-bottom: 20%;
	}
	
	
	.topTextBnr {
		margin: 4% auto 10%;
		padding: 0 7.5% !important;
	}
	.topTextBnr p {
		padding: 2% 4%;
		text-align: left;
	}
	.topTextBnr a {
		font-size: 14px;
	}

	.entryBtn .mt15per{
		margin-top: 0;
	}
	.entryBtn .buttonBlock{
		padding-top: 0;
	}
}
@media screen and (max-width: 559px){
	.columnSubTitle {
		font-size: 18px;
	}
}