@charset "utf-8";

/*-----------------------------------------------------	*/
/*	 スマホ用定義
/*-----------------------------------------------------	*/

@media screen and (max-width: 640px) {
/* 基本スタイル
=============================================== */

html {
  overflow-y: visible;
}
body {
  min-width: 100%;
}
#contents {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 50px 20px;
}
#contents img {
  max-width: 100%!important;
}
.dn {
  display: none;
}
/* コンテンツ
=============================================== */

#container {
  min-width: 100%;
}
#main {
	width: 100%;
	padding: 0;
}
#sub {
	margin-top:50px;
	width: 100%;
	padding: 0;
}

/* ヘッダー
=============================================== */

#gHeader {
    height: 80px;
    min-width: 100%;
}
#gHeader h1 {
    margin: 0 20px;
}
#gHeader h1 img {
  height: 40px;
}
#gHeader #contact {
  display: none;
}
#gHeader #entry {
  display: none;
}

/* ヘッダー
=============================================== */

#gFooter {
  padding: 50px 20px 0;
}
#gFooter .inner {
  width: 100%;
}
#gFooter #fNav {
  min-width: 100%;
}
#gFooter #fNav li {
    display: block;
    margin : 0 0 10px 0;
}
#gFooter #copyright {
  float: none;
  text-align: center;
  padding: 30px;
  font-size: 10px;
  clear: both;
  margin: 20px -30px 0;
}
/* 下部コンタクトエリア
=============================================== */

#footContact {
  padding: 30px;
  height: auto;
  position: relative;
  min-width: 100%;
  text-align: center;
}
#footContact h2 {
  margin: 0 0 20px;
  position: relative;
  top: auto;
  left: auto;
}
#footContact .phone {
  padding-right: 0;
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 20px;
}
#footContact #contact {
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
}
#footContact #contact li+li {
  margin: 5px 0 0 0;
}

/* ページ送り
=============================================== */

#pager {
  margin-top: 40px;
}

/* 共通
=============================================== */
.copy {
    font-size: 28px;
}
.lead {
    font-size: 16px;
}
#cTitle {
  padding: 40px 0 35px 0;
  min-width: 100%;
}
#cTitle h1 {
  font-size: 24px;
  margin-bottom:10px;
}
.titleBar {
    min-width: 100%;
}
#outline {
    margin-bottom: 40px;
}
#outline h2 {
    font-size: 26px;
}
h2.ttl {
    font-size: 22px;
}
h2.ttl:before {
  height: 50px;
}
.tbl {
    border: 1px solid #e8e8e8;
}
.tbl th {
  display: block;
  border: none;
  color: #FFF;
  background: #5571B2;
  padding: 10px 20px;
  width: 100%;
}
.tbl td {
    display: block;
    border: none;
}
.tbl th:before,
.tbl th:after {
  display: none;
}

#entrySec {
    padding: 40px 20px!important;
    margin: 0 -20px!important;
}
#entrySec ul li {
  display: block;
}
#entrySec li+li {
  margin: 15px 0 0 0!important;
}
#entrySec .entryBtn {
  width: 100%!important;
  min-width: 100%;
  padding: 25px 0px;
  font-size: 16px;
}
#entrySec h2 {
    margin: 0px 0 20px;
    font-size: 30px;
}
#entrySec p {
    font-size: 14px;
    margin: 0px 0 30px;
}
#recruit.recruit #entrySec {
    margin: 0 !important;
}


/* コンテンツナビ
=============================================== */

#cNav {
  margin: 70px 0 50px 0;
}
#cNav li {
  font-size: 15px; /* 追加 */
  display: block;
}
#cNav li+li {
  margin: 2em 0 0 0;
}
#cNav li a {
  display: inline;
  vertical-align: middle;
  border-bottom: none;
  padding-bottom: 0.5em;
}
#cNav li a:hover {
}
#cNav li .active {
}


/* メッセージ
=============================================== */


#recruit.message #fromCeo figure {
  margin-bottom: 40px;
}
#recruit.message #fromCeo p.name {
  margin: 30px 0 0 0;
}


#recruit.message #feature ul li {
  background: #fff;
  display: table;
  width: 100%;
}
#recruit.message #feature ul li+li {
  margin-top: 60px;
}
#recruit.message #feature figure {
  display: block;
  margin-top: 30px;
}
#recruit.message #feature ul li .text {
  display: block;
  padding: 0;
}

/* 募集職種
=============================================== */


#recruit.job-category #jobList {
}
#recruit.job-category #jobList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#recruit.job-category #jobList ul li {
  display: block;
}
#recruit.job-category #jobList ul li+li {
  margin-top: 60px;
}
#recruit.job-category #jobList figure {
  display: block;
  margin-top: 30px;
}
#recruit.job-category #jobList ul li .text {
  padding: 0 0 0 0;
  display: block;
}

/* インフォ・ブログ
=============================================== */

#main .entry .title {
  padding: 20px 0;
  height: auto;
  display: block;
  width: 100%;
}
#main .entry .title h2 {
  display: block;
  padding-right: 0;
  margin-bottom: 10px;
}

#main .entry .title span {
  border: none;
  display: block;
  padding: 0;
}
#main .entry img {
	height: auto!important;
}

/* 採用情報 ギャラリー
=============================================== */

#recruit.gallery #gallery ul {
  margin: 60px 0 -60px;
  width: 100%;

}
#recruit.gallery #gallery ul li {
  width: 100%;
  float: none;
}
#recruit.gallery #gallery ul li:nth-child(2n+1) {
  clear: none;
}  
  
  
/* 流れ
=============================================== */

#recruit.schedule #step ul {
  border: none;
}
#recruit.schedule #step li {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: none;
  border-top: none;
}

#recruit.schedule #step .step {
  width: 100%;
  display: block;
  padding: 0 0 5px 0;
  border: none;
  border-bottom: 1px solid #eaeaea;
  text-align: left;;
}
#recruit.schedule #step .text {
  display: block;
  padding: 30px 0 40px 0;
}

#recruit.schedule #step .step :after,
#recruit.schedule #step .step :before {
  display: none;
}
#recruit.schedule #step .step span {
  font-size: 12px;
  margin-right: 0.5em;
}
#recruit.schedule #step .text {
}
#recruit.schedule #step h3 {
  margin: 0 0 10px;
  font-size: 16px;
}
#recruit.schedule #step p {
  margin: 0.5em 0;
}
#recruit.schedule #step p:last-child {
  margin-bottom: 0;
}


/* トップページ
=============================================== */

#recruit.recruit #mainVisual {
    height: auto;
}
#recruit #mainVisual h1 {
    display: block;
    height: auto;
    font-size: 28px;
    padding: 40px 15px;
    width: auto;
    margin: 0;
}
#recruit #messageSec {
  background-image: none;
  background: #fff;
}
#recruit #interviewSec {
  background-image: none;
  background: #F0F4F5;
}
#recruit #messageSec .homeBtn,
#recruit #interviewSec .homeBtn {
  width: 100%;
  min-width: 100%;
}
#recruit #messageSec,
#recruit #interviewSec {
  min-width: 100%;
}
#recruit #messageSec .text,
#recruit #interviewSec .text {
  display: block;
  padding: 40px 20px!important;
  height: auto;
}
#recruit #messageSec .text h2, #recruit #interviewSec .text h2 {
  font-size: 24px;
  margin: 0 0 20px;
}
#recruit #messageSec .text p, #recruit #interviewSec .text p {
  font-size: 15px;
  margin: 0 0 30px;
}

#recruit #featureSec {
  min-width: 100%;
  padding: 40px 20px;
}
#recruit #featureSec ul {
  width: 100%;
}
#recruit #featureSec ul li {
  float: left;
  width: 48%;
  margin: 0;
  position: relative;
  margin: 0 0 4% 0;
}

#recruit #featureSec ul a:hover {
  text-decoration: none;
}
#recruit #featureSec ul li .text {
  height: 100px;
  width: 100%;
  padding: 40px 10px 40px 20px;
}
#recruit #featureSec ul li:first-child {
  width: 100%;
}
#recruit #featureSec ul li:first-child .text {
  width: 100%;
  height: 100px;
}
#recruit #featureSec ul li:nth-child(2n) {
  margin-right: 4%;
}
#recruit #featureSec ul li h3 {
  font-size: 16px;
  line-height: 1.4;
}




/* スマホ用メニューボタン
=============================================== */

#spMenu {
  z-index: 20000;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(22,22,22,0.6);
}
#spMenu span {
  display: block;
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
#spMenu span.b1 {
  top: 16px;
}
#spMenu span.b2 {
  top: 24px;
}
#spMenu span.b3 {
  top: 33px;
}
#spMenu.active {
  background: none;
}
#spMenu.active span.b1 {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  background: #fff;
}
#spMenu.active span.b2 {
  opacity: 0;
  background: #fff;
}
#spMenu.active span.b3 {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  background: #fff;
}
/* ドロワー
=============================================== */


#gNav {
  display: block;
  width: 280px;
  margin-right: -280px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(0,0,0,0.9);
  padding: 40px;
  font-size: 14px;
}
#gNav a:before {
  display: none;
}
.active #gNav {
  right: 280px;
}
#gNav,
#spMenu {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#gNav a {
  color: #fff;
  padding: 15px 0;
}
#gNav a:hover {
  color: #0066CC;
  text-decoration: none;
  background: none;
}
#gNav ul {
  margin-top: 50px;
}
#gNav li {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
}
#gNav li+li {
  margin-top: 25px;
}
#gNav li::after {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
}
