html {

}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: bottom;
}


body {
	font-family: "メイリオ", sans-serif;
	font-size:14px;
	color:#333;
}

.row a:link {
	color:#D83500;
}

a:hover img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* bootstrapの要素を上書き */

.col-sm-12 {
	padding:0;
}

.container-fluid {
	margin:0;
	padding:0;
}

.row {
	margin:0;
	padding:0;
}


/* header */

header {
	width:auto;
	min-height:80px;
	overflow:hidden;
}

header h1 {
	margin:0 0 0 30px;
	padding:0;
	font-size:0px;
	line-height:80px;
}

header a {
	color:#000;
	font-size:14px;
}

.header-left {
	width:20%;
	text-align:left;
	padding:0;
	margin:0;
	float:left;
}

.header-right {
	width:80%;
	padding:16px 0 0 0;
	text-align:right;
	float:right;
}

.w25p {
	width:25%;
	margin:0;
	padding:0;
}

.w50p {
	width:50%;
	margin:0;
	padding:0;
}

.w75p {
	width:75%;
	margin:0;
	padding:0;
}

.mt-normal {
	margin-top:10px;
}

.mt-large {
	margin-top:50px;
}

.mb40 {
	margin-bottom:40px;
}

.mb-none {
	margin-bottom:0;
}

.ml-large {
	margin-left:70px;
}

.img-right {
	float:right;
}

/* gnav */

.gnav {
	width:auto;
	padding-right:30px;
	font-size:0;
}

.gnav li {
	display:inline-block;
	list-style:none;
	font-weight:bold;
}

.gnav li:first-child {
	margin-left:0;
}

.gnav li:last-child {
	margin-left:0;
}

.gnav li a {
	padding:15px 7px;
	color:#000 !important;
}

.gnav li a:hover {
	text-decoration:underline;
}


.gnav li.entry-bt {
	margin-left:7px;
}

.gnav li.entry-bt a,
.gnav li.site-bt a {
	padding-left:0;
	padding-right:0;
}

.gnav li img {
	margin-top:-2px;
}

.navbar-default {
	
	border:none;
}

.navbar-nav {
	float:right;
}

/* 代表メッセージ */

.top-msg {

}

.msg-left {
	width:75%;
	margin:0;
	padding:0;
}

.msg-right {
	width:25%;
	margin:0;
	padding:0;
}

/* footer */

footer {
	background-color:#1c2c4d;
	min-height:70px;
	height:auto;
	line-height:70px;
	color:#fff;
	padding:0 30px;
	font-weight:bold;
	font-size:13px;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#fff;
}

footer address {
	display:inline-block;
	margin:0;
	padding:0;
}

.footer-left {
	width:20%;
	text-align:left;
	padding:0;
	margin:0;
	float:left;
}

.footer-right {
	width:80%;
	text-align:right;
	padding:;
	margin:0;
	float:right;
}

footer ul {
	display:inline-block;
	margin:0;
	padding:0;
}

footer ul li {
	list-style:none;
	display:inline-block;
}

.sp {
	display:none;
}

/* セカンドページ以降の全体設定等 */

#sec .sub {
	font-size:14px;
}



.center {
	text-align:center;
}

.company-main-img {
	width:100%;
	height:394px;
	background:url(../img/company/title_img.jpg) no-repeat top center;
	text-align:center;
	position:relative;
}

.company-main-img h2 {
	width:auto;
	height:177px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
	position:absolute;
}


.recruitment-main-img {
	width:100%;
	height:394px;
	background:url(../img/recruitment/title_img.jpg) no-repeat top center;
	text-align:center;
	position:relative;
}

.recruitment-main-img h2 {
	width:auto;
	height:69px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
	position:absolute;
}


.business-main-img {
	width:100%;
	height:394px;
	background:url(../img/business/title_img.jpg) no-repeat top center;
	text-align:center;
	position:relative;
}

.business-main-img h2 {
	width:auto;
	height:70px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
	position:absolute;
}

.faq-main-img {
	width:100%;
	height:394px;
	background:url(../img/faq/title_img.jpg) no-repeat top center;
	text-align:center;
	position:relative;
}

.faq-main-img h2 {
	width:auto;
	height:30px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
	position:absolute;
}

.privacy-main-img {
	width:100%;
	height:800px;
	background:url(../img/privacy/title_img.jpg) no-repeat top center;
	text-align:center;
	position:relative;
}

.privacy-main-img h2 {
	width:auto;
	
	left:0;
	top:80px;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
	position:absolute;
}

.msg-main-img {
	width:100%;
	height:394px;
	background:url(../img/msg/title_img.jpg) no-repeat top center;
	text-align:center;
	position:relative;
}

.msg-main-img h2 {
	width:auto;
	height:30px;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	padding:0;
	position:absolute;
}

.company-biz,
.activity-policy,
.biz-feild,
.best-matching {
	width:100%;
	height:auto;
	background-color:#ffffff;
	text-align:center;
	padding-top:0px;
}

.activity-policy,
.biz-feild,
.best-matching {
	color:#333;
	background:none;
	font-size:25px;
}

.company-biz .inner,
.activity-policy .inner,
.biz-feild .inner,
.best-matching .inner {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	text-align:left;
	clear:both;
	position:relative;
}

#sec h3 {
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:40px;
}

.company-biz ol {
	list-style-type: none;
	counter-reset: section;
	margin-left: 3rem;
	float:left;
}

.company-biz li {
    counter-increment: section;
    margin-top: 5px;
	text-align:left;
	font-size:30px;
	font-weight:bold;
}

.company-biz li:before {
    content: counters(section,"");
    border-radius: 50%;
    display: inline-block;
    float: left;
    width: 4rem;
    height: 4rem;
    text-align: center;
    padding-top: .25rem;
    font-weight: 700;
    margin-left: -5rem;
    margin-right: 1rem;
	background-color:#fff;
	color:#FFBF00;
	font-size:25px;
}

.company-biz .img-right {
	float:right;
	margin-bottom:0;
}

.datagraph {
	position:absolute;
	right:0;
	bottom:40px;
}

.biz-feild {
	background-color:#eee;
	font-size:22px;
	padding-bottom:70px;
}

.best-matching {
}

.best-matching .txt-area {
	width:554px;
	text-align:left;
	font-size:25px;
	font-weight:bold;
}

.best-matching .txt-area p {
	margin-bottom:20px;
}

.best-matching .txt-area p:last-child {
	margin-bottom: 40px;
	font-size: 16px;
}


.best-matching-img {
	position:absolute;
	bottom:-50px;
	right:0;
}

/* 向いてる人 */

.adaptation {
}


.no1-box1 {
	min-height:225px;
	color:#fff;
	font-size:30px;

	width:auto;
	text-align:center;
	padding:36px 40px;
	margin:0 0 0 auto;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.no1-box2 {
	height:auto;
	color:#333;
	font-size:25px;

	width:auto;
	text-align:center;
	padding:36px 40px;
	margin:0 0 0 auto;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.no2-box1 {
	min-height:225px;
	color:#fff;
	font-size:30px;

	width:auto;
	text-align:center;
	padding:36px 40px;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}

.no2-box2 {
	height:auto;
	color:#333;
	font-size:25px;

	width:auto;
	text-align:center;
	padding:36px 40px;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}










.no3-box1 {
	min-height:225px;
	color:#fff;
	font-size:30px;

	width:auto;
	text-align:center;
	padding:36px 40px;
	margin:0 0 0 auto;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.no3-box2 {
	height:auto;
	color:#333;
	font-size:25px;

	width:auto;
	text-align:center;
	padding:36px 40px;
	margin:0 0 0 auto;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.no4-box1 {
	min-height:225px;
	color:#fff;
	font-size:30px;

	width:auto;
	text-align:center;
	padding:36px 40px;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}

.no4-box2 {
	height:auto;
	color:#333;
	font-size:25px;

	width:auto;
	text-align:center;
	padding:36px 40px;

 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;

}
















.adaptation .col-sm-6 {
	padding-right:0px;
	padding-left:0px;
}



.green-inner {
	background-color:#85B200;
	text-align:right;
}

.green-inner2 {
	min-height:900px;
	background-color:#E7F0CC;
	text-align:right;
}

.red-inner {
	background-color:#D93600;
	text-align:left;
}

.red-inner2 {
	background-color:#F7D7CC;
	text-align:left;
	min-height:900px;
}




.orange-inner {
	background-color:#FFBF00;
	text-align:right;
}

.orange-inner2 {
	min-height:900px;
	background-color:#FFF2CC;
	text-align:right;
}

.blue-inner {
	background-color:#0476DD;
	text-align:left;
}

.blue-inner2 {
	background-color:#CDE4F8;
	text-align:left;
	min-height:900px;
}




.font-color-green {
	color:#85B200;
	font-weight:bold;
	font-size:30px;
}

.font-color-red {
	color:#D83500;
	font-weight:bold;
	font-size:30px;
}

.font-color-orange {
	color:#FF9F00;
	font-weight:bold;
	font-size:30px;
}

.font-color-blue {
	color:#0476DD;
	font-weight:bold;
	font-size:30px;
}


.font-size20 {
	font-size:20px;
}

.font-size25 {
	font-size:25px;
}

.font-size30 {
	font-size:30px !important;
}

.font-size40 {
	font-size:40px !important;
}

.no1-img {
	margin:20px 0 40px;
}

.no2-img {
	margin:20px 0 20px;
}

.no3-img {
	margin:20px 0 40px;
}

.no4-img {
	margin:40px 0 45px;
}


.interview {
	width:100%;
	background-color:#eee;
	text-align:center;
	margin:0;
	padding:0;
}

.interview p {
	margin-bottom:0;
}

.interview .inner {
	position:relative;
	width:990px;
	height:537px;
	margin:0 auto;
	text-align:right;
	padding-top:30px;
}

.interview .inner .bt {
	position:absolute;
	right:0;
	bottom:40px;
}

.interview .inner .img {
	position:absolute;
	left:0;
	bottom:0;
}

.row {
	background-color:#ffffff;
}

.row:last-child {
	background-color:#ffffff;
}
/* 募集要項 */

.recruitment-info {
	background-color:#fff;
	padding:50px 0;
}

.recruitment-play {
	background-color:#eee;
	padding:50px 0;
}

.recruitment-info .inner {
	width:1000px;
	margin:0 auto;
	text-align:left;
}


.recruitment-play .inner .txt {
	font-size:25px;
	text-align:center;
	line-height:200%;
}

/* 企業情報 */

.business-info {
	background-color:#fff;
	padding:50px 0;
}

.business-info .inner,
.business-history .inner {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.business-history {
	background-color:#eee;
	padding:100px 0;
}

.business-rinen {
	background-color:#fff;
	padding:100px 0;
}

.business-rinen .inner,
.business-vision .inner {
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.business-rinen .inner .txt {
	font-size:25px;
	line-height:200%;
	padding-bottom:80px;
}

.business-vision .inner .txt {
	font-size:25px;
	line-height:200%;
}

.business-rinen .inner .txt2 {
	font-size:20px;
	line-height:200%;
}

.business-vision {
	background-color:#eee;
	padding:100px 0;
}



/* テーブル */
table.normal {
	width:100%;
	table-layout: fixed;
}

table.normal th,
table.normal td,
table.normal th,
table.normal td {
	text-align:left;
	vertical-align:top;
	padding:20px 0;
	font-size:16px;
	border-bottom:1px solid #ccc;
}

table.normal tr:last-child th,
table.normal tr:last-child td,
table.normal tr:last-child th,
table.normal tr:last-child td {
	border-bottom:none;
}

table.normal th,
table.normal th {
	width:310px;
}

/* FAQ */

.faq-info {
	background-color:#fff;
	padding:100px 0;
}

.faq-info .inner,
.faq-msg .inner {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.faq-msg .inner {
	width:1050px;
}


dl.faq {
	padding:20px 0 0 0;
}

dl.faq dt {
	background:url(../img/faq/q_icon.png) no-repeat left top;
	font-size:30px;
	padding:9px 0 8px 70px;
	margin-bottom:20px;
}

dl.faq dd {
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	margin-bottom:40px;
}

.faq-msg {
	background-color:#eee;
	padding:50px 0 0;
}

.faq-msg-left {
	width:554px;
	padding-top:100px;
	float:right;
	text-align:center;
}

.faq-msg-left h3 {
	font-size:25px !important;
	line-height:140%;
	margin-bottom:20px !important;
}

.faq-img {
	width:466px;
	float:left;
}

.faq-arrow {
	margin:0 0 20px 0;
}

/* PRIVACY */

.privacy-info {
	background-color:#fff;
	padding:100px 0;
	font-size:20px;
}

.privacy-info .inner {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.privacy-info .inner p {
	margin-bottom:40px;
}

/* MSG */

.msg-info {
	background-color:#fff;
	padding:50px 0 0;
	font-size:20px;
}

.msg-info .inner {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

.msg-info .inner p {
	margin-bottom:40px;
}

.msg-img-list {
	text-align:center;
	margin:50px 0 70px;
}

.msg-img-list li {
	display:inline-block;
	text-align:center;
	margin:0 60px
}

.msg-graph {
	margin-bottom:150px;
}

.msg-graph2 {
	margin:80px 0;
	text-align:center;
}

.msg-interview {
	width:100%;
	background-color:#eee;
	text-align:center;
	margin:0;
	padding:0;
}

.msg-interview p {
	margin-bottom:0 !important;
}

.msg-interview .inner {
	position:relative;
	width:990px;
	height:450px;
	margin:0 auto;
	padding-top:0px;
}

.msg-interview .inner .bt {
	position:absolute;
	left:0;
	bottom:40px;
}

.msg-interview .inner .img {
	position:absolute;
	right:0;
	bottom:0;
}

.pc-top {
	display:block;
}

.sp-top {
	display:none;
}

/* タブレット */
#sec h2 img {
	width:100%;
	height:auto;
	padding:0 10px;
}

/* 会社紹介&セカンドページ以降の全体設定等 */

.company-main-img {
/*	-moz-background-size:contain;
	background-size:contain;*/
}

.company-main-img h2 {

}

#sec h2 img {
	width:100%;
	height:auto;
}

.look-main-img h2 img,
.faq-main-img h2 img,
.msg-main-img h2 img,
.interview-main-img h2 img
.blog-main-img h2 img {
	width:auto !important;
	height:auto;
}

.company-biz .inner,
.activity-policy .inner,
.biz-feild .inner,




.company-biz .img-right {
	float:none;
	text-align:center;
}

.activity-policy img {
	width:100%;
	height:auto;
}

.activity-policy .datagraph {
	position:relative;
	bottom:0;
}

.activity-policy .txt-area {
    padding: 0 0 0 0;
    width: auto;
}

.activity-img {
    margin: 0;
	display:inline-block;
	width:48%;
	vertical-align:bottom;
}

.datagraph {
	margin:0;
	display:inline-block;
	width:48%;
	padding-bottom:20px;
}

.biz-feild img {
	width:100%;
	height:auto;
}





.best-matching img {
	width:100%;
	max-width:auto;
	height:auto;
}

.arrow-icon img {
	width:auto;
}


/* 募集要項 */


.business-main-img h2 img {
	width:auto !important;
}

.recruitment-info .inner,
.business-info .inner,
.business-history .inner {
	margin:0 auto;
	padding:0 30px;
	text-align:left;
}

/* 企業情報 */

.business-rinen .inner,
.business-vision .inner {
	width:auto;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
}

/* FAQ */

.faq-info {
	background-color:#fff;
	padding:50px 0;
}

.faq-info .inner,





dl.faq {
	padding:10px 10px 0;
}

dl.faq dt {
	background:url(../img/faq/q_icon.png) no-repeat left top;
	font-size:30px;
	padding:9px 0 8px 70px;
	margin-bottom:20px;
}

dl.faq dd {
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	margin-bottom:40px;
}

.faq-msg {
	background-color:#eee;
	padding:50px 0 0;
}

.faq-msg-left {
	width:auto;
	padding-top:100px;
	float:none;
	text-align:center;
}

.faq-msg-left h3 {
	font-size:25px !important;
	line-height:140%;
	margin-bottom:20px !important;
}

.faq-img {
	width:auto;
	text-align:center;
	float:none;
}

.faq-arrow {
	margin:0 0 20px 0;
}

/* footer */

.font-color-green,
.font-color-red,
.font-color-orange,
.font-color-blue {
	font-size:26px;
}

.font-size20 {
	font-size:16px;
}

@media (max-width: 767px) {
/* スマホ調整 */

.pc-top {
	display:none;
}

.sp-top {
	display:block;
}

.sp {
	display:block;
}

.sp-entry-site-bt {
	width:auto;
	height:auto;
	text-align:center;
	margin:0 auto;
	display:block;
	clear:both;
}

.sp-entry-site-bt ul {
	margin:0;
	padding:0;
}

.sp-entry-site-bt li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
}

/* header */

header {
	position:relative;
	width:auto;
	height:auto;
	padding-bottom:20px;
}

header h1 {
	line-height:80px;
}

.header-right {
	display:block;
	width:auto;
}

.header-left {
	display:block;
	width:auto;
}

.gnav {
}

.gnav li {
	float:right;
	text-align:right;
	width: 100%;
}

.navbar-nav {
	width:auto;
	float:left;
	text-align:left;
	margin:0;
	padding:;
}

.entry-bt,
.site-bt {
	display:none !important;
}

.top-news {
    display:block;
}

.top-news h2 {
	text-align:center;
	padding:10px 0;
}

.news-left,
.news-right {
	text-align:left;
	padding:10px;
	display:block;
	float:none;
	width:100%;
	min-height:inherit;
}

.msg-left,
.msg-right {
	width:auto;
}

.news-right dd {
    margin-bottom: 15px;
}

.msg-right img {
	width:50%;
	float:left;
}

.w25p {
	width:50%;
}

.w50p {
	width:100%;
}

.row2 {
	width:100%;
}

.row2 .w50p {
	width:50% !important;
}

/* 会社紹介&セカンドページ以降の全体設定等 */


.company-main-img h2 {

}

.company-main-img {
    width: 100%;
    height: 200px;
    background: url(../img/company/title_img.jpg) no-repeat top center;
    text-align: center;
    position: relative;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

}

.company-main-img h2 {
    width: auto;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}


.recruitment-main-img {
    width: 100%;
    height: 200px;
    background: url(../img/recruitment/title_img.jpg) no-repeat top center;
    text-align: center;
    position: relative;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

}

.recruitment-main-img h2 {
    width: auto;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}


.business-main-img {
    width: 100%;
    height: 200px;
    background: url(../img/business/title_img.jpg) no-repeat top center;
    text-align: center;
    position: relative;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

}

.business-main-img h2 {
    width: auto;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}



.faq-main-img {
    width: 100%;
    height: 200px;
    background: url(../img/faq/title_img.jpg) no-repeat top center;
    text-align: center;
    position: relative;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

}

.faq-main-img h2 {
    width: auto;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}

.faq-main-img h2 img {
	width:auto !important;
	height:auto;
}


.privacy-main-img h2 {
    width: auto;
    left: 0;
    top: 10px;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}

.privacy-main-img h2 img {
	width:100% !important;
	height:auto;
}

.privacy-main-img {
    width: 100%;
    height: 350px;
    background: url(../img/privacy/title_img.jpg) no-repeat top center;
    text-align: center;
    position: relative;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

}

.msg-main-img {
    width: 100%;
    height: 500px;
    background: url(../img/msg/title_img.jpg) no-repeat top center;
    text-align: center;
    position: relative;
	-moz-background-size:auto 100%;
	background-size:auto 100%;

}

.msg-main-img h2 {
    width: auto;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    position: absolute;
}

.msg-main-img h2 img {
	width:100% !important;
	height:auto;
}


#sec h2 img {
	width:100%;
	height:auto;
}

.company-biz .inner,
.activity-policy .inner,
.biz-feild .inner
.best-matching .inner,
.msg-info .inner {
	width:auto;
	margin:0 auto;
	text-align:left;
	clear:both;
	position:relative;
	padding:0 20px;
	font-size:18px;
}

.company-biz ol {
	float:none;
	margin:0 10px;
}

.company-biz li {
    counter-increment: section;
    margin-top: 5px;
	text-align:left;
	font-size:20px;
	font-weight:bold;
}

.company-biz li:before {
    content: counters(section,"");
    border-radius: 50%;
    display: inline-block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding-top: .25rem;
    font-weight: 700;
    margin-left: -4rem;
    margin-right: 1rem;
	background-color:#fff;
	color:#FFBF00;
	font-size:16px;
}

.company-biz .img-right {
	float:none;
	text-align:center;
}

.biz-feild img {
	width:100%;
	height:auto;
}

.best-matching .txt-area {
    width: auto;
    
    font-size: 20px;
    font-weight: bold;
}

.best-matching-img {
    position:relative;
    bottom: 0;
	margin-bottom:0;
}

.best-matching img {
	width:100%;
	max-width:auto;
	height:auto;
}

.arrow-icon img {
	width:auto;
}

/* 募集要項 */

.recruitment-info {
	background-color:#fff;
	padding:100px 0;
}

.recruitment-play {
	background-color:#eee;
	padding:50px 0;
}

.recruitment-info .inner,
.business-info .inner,
.business-history .inner {
	width:auto;
	margin:0 auto;
	text-align:left;
}

table.normal {
	width:100%;
	table-layout: fixed;
}

table.normal th,
table.normal td {
	text-align:left;
	vertical-align:top;
	padding:20px 0;
	font-size:20px;
	border-bottom:1px solid #ccc;
	display:block;
}

table.normal tr:last-child th,
table.normal tr:last-child td {
	border-bottom:none;
}

table.normal th {
	width:auto;
}

.recruitment-play .inner .txt {
	font-size:25px;
	text-align:center;
	line-height:200%;
}

.recruitment-play .inner {
	padding:0 10px;
}

.recruitment-play .inner .txt {
	font-size:20px;
}

/* 企業情報 */

.business-rinen .inner .txt {
	font-size:20px;
	line-height:200%;
}

.business-rinen .inner .txt2 {
	font-size:16px;
	line-height:200%;
}

/* FAQ */

.faq-info {
	background-color:#fff;
	padding:50px 0;
}

.faq-info .inner,
.faq-msg .inner {
	width:auto;
	margin:0 auto;
	text-align:left;
}

.faq-msg .inner {
	width:auto;
}


dl.faq {
	padding:20px 20px 0;
}

dl.faq dt {
	background:url(../img/faq/q_icon.png) no-repeat left top;
	font-size:30px;
	padding:9px 0 8px 70px;
	margin-bottom:20px;
}

dl.faq dd {
	font-size:20px;
	border-bottom:1px solid #ccc;
	padding-bottom:40px;
	margin-bottom:40px;
}

.faq-msg {
	padding:50px 0 0;
}

.faq-msg-left {
	width:auto;
	padding-top:50px;
	text-align:center;
	background-color:#eee;
}

.faq-msg-left h3 {
	font-size:25px !important;
	line-height:140%;
	margin-bottom:20px !important;
	padding:0 10px;
}


.faq-msg-left h3 br {
	display:none;
}

.faq-img {
	width:auto;
	background-color:#eee;
}

.faq-arrow {
	margin:0 0 20px 0;
}

.faq-msg img {
	width:100%;
	height:auto;
}

.faq-msg .faq-arrow img {
	width:auto;
}

.msg-bt {
	padding:0 10px;
}


/* PRIVACY */

.privacy-info {
	padding:50px 20px;
	font-size:20px;
}

.privacy-info .inner {
	width:auto;
	margin:0 auto;
	text-align:left;
}

.privacy-info .inner p {
	margin-bottom:40px;
}

/* MSG */

.msg-info img {
	width:100%;
	height:auto;
}

.msg-img-list {
	text-align:center;
	margin:0;
	padding:0;
}

.msg-img-list li {
	display:inline-block;
	text-align:center;
	margin:0 1% 50px;
	padding:0;
	width:46%;
}

.msg-graph {
	margin-bottom:50px;
}

.msg-graph2 {
	margin:40px 0;
	text-align:center;
}

.msg-interview {
	width:100%;
	background-color:#eee;
	text-align:center;
	margin:0;
	padding:0;
}

.msg-interview p {
	margin-bottom:0 !important;
}

.msg-interview .inner {
	position:relative;
	width:auto;
	height:auto;
	margin:0 auto;
	padding-top:100px;
}

.msg-interview .inner .bt {
	position:relative;
}

.msg-interview .inner .img {
	position:relative;
}

/* footer */

footer {
	width:auto;
	height:auto;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:15px 0 0 0;
}



footer .footer-left,
footer .footer-right {
	display:block;
	width:100%;
	background-color:#333;
}

footer .footer-left {
	text-align:center;
	background-color:#444;
}

footer address {
	text-align:center;
}

footer ul {
	display:block;
	width:100%;
	text-align:left;
	margin-bottom:15px;
}

footer .footer-right {
	display:block;
	width:100%;
	background-color:#333;
	margin:0;
	padding:0;
}

footer ul li {
	display:block;
	margin:0;
	padding:0;
	line-height:normal;
}

footer ul li a {
	display:block;
	width:auto;
	height:auto;
	padding:5px 15px;
}

footer ul li:after {
	content:"";
}

footer ul li:last-child:after {
	content:"";
}





}
