@charset "utf-8";

/*----------------------------------------------
    BASE(基本) ［PC］
----------------------------------------------*/

html {
  font-size: 10px;
  overflow: auto;
}

body {
  color: #000;
  font: 1.4rem/1.7 "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  min-width: 1200px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

table {
  width: 100%;
  margin-bottom: 1em;
}

table caption {
  background: #e6e6e6;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 1.4rem;
  padding: 8px 12px;
}

th {
  background: #fffef2;
  border: 1px solid #000;
  padding: 5px 15px;
  text-align: center;
  vertical-align: middle;
}

td {
  border: 1px solid #000;
  padding: 5px 15px;
  text-align: left;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1 {
  line-height: 1;
}

h2 {
  border-bottom: 2px solid #000;
  color: #ec6d86;
  font: 700 4.4rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  text-align: center;
}

h3 {
  background: url(../images/bg_title.png) repeat-y;
  color: #fff;
  font: 700 2.34rem/1.6 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  padding: 0 20px;
}

p {
  margin-bottom: 1em;
}

b,
strong {
  font-weight: 700;
}

input,
textarea,
select {
  border: 1px solid #9fa0a0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
  font-size: 1.2rem;
  padding: 10px;
}

textarea {
  height: auto !important;
  width: 100% !important;
}

button {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
}

button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


/*----------------------------------------------
    COMMON(共通) ［PC］
----------------------------------------------*/

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.red {
  color: #e60012 !important;
}

.pink {
  color: #ec6d86 !important;
}

.bold {
  font-weight: 700;
}

.fs70 {
  font-size: 70% !important;
}

.fs130 {
  font-size: 130% !important;
}

.fs145 {
  font-size: 145% !important;
}

.fs170 {
  font-size: 170% !important;
}

.fs190 {
  font-size: 190% !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.emphasis {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  line-height: 1.4;
}

.wrap {
  clear: both;
  overflow: hidden;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

#wrapper {
  position: relative;
  width: 100%;
}

.ie8 {
  background: #c1272d;
  color: #fff;
  padding: 20px;
  text-align: center;
}


/*  HEADER  */

header {
  margin-bottom: 32px;
}

#h-wrapper {
  border-bottom: 3px solid #f7b0c1;
}

.home #h-wrapper {
  border-bottom: 0;
}

#h-wrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  width: 1067px;
}

#h-logo {
  float: left;
}

#h-logo p {
  line-height: 1;
  margin-bottom: 0;
}

#h-nav {
  float: right;
}

.h-nav-list li {
  display: inline-block;
  margin-left: 1em;
}

#mainvisual {
  background: url(../images/bg_mv.jpg) no-repeat center top / cover;
  clear: both;
  width: 100%;
}

#mv-wrap {
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  width: 1067px;
}

#mv-image {
  position: absolute;
    top: 10px;
    right: -80px;
  z-index: 9998;
}

#h-tel {
  margin: 0 auto;
  padding: 18px 0;
  position: relative;
  text-align: center;
  width: 1067px;
  z-index: 9999;
}

.home #h-tel {
  text-align: left;
}

#h-tel img {
  margin: 0 auto;
}

.home #h-tel img {
  margin: 0;
}

#h-gnav {
  margin: 0 auto;
  width: 1067px;
}

.h-gnav-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}


/*  MAIN  */

#main {
  background: url(../images/bg_wood.jpg) repeat-y center top / cover;
  display: block;
  margin: 0 auto;
  padding: 30px;
  width: 1067px;
}

#main #article {
  background: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.5);
  margin: 0 auto;
  padding: 23.5px 23.5px 40px;
  position: relative;
}

#main #article::before {
  content: "";
  background:
    url(../images/ico_decolation1.png) no-repeat left top,
    url(../images/ico_decolation2.png) no-repeat right top;
  display: block;
  height: 47px;
  position: absolute;
    top: -11px;
    left: -11px;
  width: 100%;
  width: -webkit-calc(100% + 22px);
  width: calc(100% + 22px);
}

#main #article::after {
  content: "";
  background:
    url(../images/ico_decolation2.png) no-repeat left bottom,
    url(../images/ico_decolation1.png) no-repeat right bottom;
  display: block;
  height: 47px;
  position: absolute;
    bottom: -11px;
    left: -11px;
  width: 100%;
  width: -webkit-calc(100% + 22px);
  width: calc(100% + 22px);
}

#main #article section {
  clear: both;
  margin-bottom: 35px;
}

.btn-area {
  clear: both;
  margin: 30px 0;
  text-align: center;
}

.btn-list li {
  display: inline-block;
  margin: 0 8px;
}


/*  FOOTER  */

footer {
  background: #fadce9;
  clear: both;
  margin-top: 70px;
  padding: 30px 0 65px;
}

#f-wrap {
  margin: 0 auto;
  text-align: right;
  width: 1067px;
}

#f-nav {
  margin-bottom: 5px;
}

.f-nav-list {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

.f-nav-list li::after {
  content: "|";
  font-size: 1.76rem;
  margin: 0 5px;
}

.f-nav-list li:last-child::after {
  content: "";
  margin: 0;
}

.f-nav-list a {
  font-size: 1.76rem;
}


/*----------------------------------------------
    TOP PAGE .home ［PC］
----------------------------------------------*/

.top-assistance-fig {
  float: left;
  width: 437px;
}

.top-assistance-txt {
  float: right;
  padding: 0 30px;
  width: 523px;
}
.top-assistance-txt p {
  margin-bottom: 0;
}

.top-assistance-point {
  color: #954050;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5px;
}

.top-assistance-point span {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
}

.top-flow-tbl th {
  background: none;
  border: 0;
  padding: 0 0 12px;
  text-align: center;
  vertical-align: top;
  width: 67px;
}
 
.top-flow-tbl th img {
  margin-bottom: 10px;
}

.top-flow-tbl td {
  border: 0;
  padding: 0 0 0 24px;
}

.top-flow-tbl-ttl {
  border-bottom: 2px solid #000;
  color: #954050;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}


/*----------------------------------------------
    CONTENTS PAGE(共通) .page ［PC］
----------------------------------------------*/

.page h1 {
  border-bottom: 2px solid #000;
  color: #ec6d86;
  font: 700 4.4rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  text-align: center;
}

.page h2 {
  background: url(../images/bg_title.png) repeat-y;
  border-bottom: 0;
  color: #fff;
  font: 700 2.34rem/1.6 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: left;
}


/*----------------------------------------------
    人材探し .talent ［PC］
----------------------------------------------*/

.talent h3 {
  background: url(../images/ico_sakura.png) no-repeat top+2px left / 26px;
  border-bottom: 1px solid #9fa0a0;
  color: #954050;
  font: 700 2rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  margin-bottom: 15px;
  padding: 0 0 5px 36px;
  text-align: left;
}

.tl-flow-tbl {
  margin-bottom: 3em;
}

.tl-flow-tbl th {
  background: none;
  border: 0;
  padding: 0;
  width: 238px;
}

.tl-flow-tbl td {
  border: 0;
}


/*----------------------------------------------
    求人情報 .job ［PC］
----------------------------------------------*/

.job h2 {
  background: url(../images/ico_sakura.png) no-repeat top+2px left / 26px;
  border-bottom: 1px solid #9fa0a0;
  color: #954050;
  font: 700 2rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  margin-bottom: 15px;
  padding: 0 0 5px 36px;
  text-align: left;
}

#jb-meta {
  margin-bottom: 1em;
}

.jb-num {
  float: left;
  font-size: 1rem;
  margin: 0 3em 0 0;
}

.jb-pager {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  line-height: 1.1;
}

.jb-pager li::after {
  content: "|";
  font-size: 1rem;
  margin: 0 3px;
}

.jb-pager li:last-child::after {
  content: "";
  margin: 0;
}

.jb-pager a {
  font-size: 1rem;
}

.jb-tbl {
  margin-bottom: 1.5em;
  width: 49%;
}

.jb-tbl th {
  width: 25%;
}

.jb-tbl td {
  width: 75%;
}


/*----------------------------------------------
    無料職場体験 .experience ［PC］
----------------------------------------------*/

.ex-large {
  color: #ec6d86;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.ex-emp {
  font-size: 2.6rem;
  position: relative;
}

.ex-support {
  position: absolute;
    bottom: -7px;
    left: 440px;
}

.ex-tbl {
  font-size: 2.3rem;
  margin-bottom: 2em;
}


/*----------------------------------------------
    簡単1分間登録 .regist ［PC］
----------------------------------------------*/

.form-tbl {
  font-size: 1.8rem;
}

.form-tbl th,
.form-tbl td {
  padding: 12px 16px;
  text-align: left;
}

.form-tbl th {
  width: 26%;
}

.form-tbl td {
  width: 74%;
}

.th-inner {
  padding-right: 55px;
  position: relative;
}

.required {
  background: #e60012;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.form-tbl .agecat label {
  display: inline-block;
  min-width: 6.5em;
}

.form-tbl .jobcat label {
  display: inline-block;
  min-width: 9em;
}


/*----------------------------------------------
    会社概要 .company ［PC］
----------------------------------------------*/

.cm-ceo {
  float: left;
  margin-right: 30px;
  width: 150px;
}

.cm-ceo img {
  height: auto;
  width: 100%;
}

.cm-ceo figcaption {
  margin-top: 0.5em;
  text-align: center;
}

.cm-greeting {
  font-size: 1.9rem;
  overflow: hidden;
}

#cm-about h2 {
  background: none;
  color: #ec6d86;
  font-size: 4.4rem;
  padding: 0;
}

.cm-about-tbl {
  font-size: 1.9rem;
}

.cm-about-tbl th,
.cm-about-tbl td {
  font-weight: 700;
  padding: 8px 15px;
  text-align: left;
  vertical-align: top;
}


/*----------------------------------------------
    人材紹介サービスご依頼フォーム .request ［PC］
----------------------------------------------*/

/*----------------------------------------------
    お問い合わせ .contact ［PC］
----------------------------------------------*/

/*----------------------------------------------
    サンクスページ .thanks ［PC］
----------------------------------------------*/



/*============================================================================
  SmartPhone  * Responsive Design *
============================================================================*/

@media screen and (max-width: 767px) {

/*----------------------------------------------
    BASE(基本) ［SP］
----------------------------------------------*/

html {
  font-size: 8px;
}

body {
  min-width: inherit;
}

table caption {
  padding: 5px 10px;
}

th {
  padding: 5px;
}

td {
  padding: 5px;
}

h2 {
  border-bottom: 1px solid #000;
  font: 700 3rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
}

h3 {
  background: url(../images/sp/bg_title.png) repeat-y;
  font: 700 2rem/1.6 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  padding: 4px 10px;
}

input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
}


/*----------------------------------------------
    COMMON(共通) ［SP］
----------------------------------------------*/

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}


/*  HEADER  */

header {
  margin-bottom: 25px;
}

#h-wrap {
  padding: 10px 15px;
  width: 100%;
}

#h-logo {
  padding: 10px 0;
}

#h-logo img {
  height: 17px;
  width: 220px;
}

#mv-wrap {
  padding: 30px 15px;
  width: 100%;
}

#mv-catch {
  position: relative;
  z-index: 9999;
}

#mv-image {
  max-height: 100%;
  overflow: hidden;
    top: auto;
    bottom: 0;
    right: 0;
}

#mv-image img {
  max-height: 100%;
  max-width: 185px;
}

#h-tel {
  padding: 10px 15px;
  width: 100%;
}

.home #h-tel img {
  margin: 0 auto;
}

#h-gnav {
  padding: 0 5px;
  width: 100%;
}

.h-gnav-list li {
  padding: 0 1px;
}


/*  MAIN  */

#main {
  padding: 20px 12px;
  width: 100%;
}

#main #article {
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.5);
  padding: 20px 15px 30px;
}

#main #article section {
  margin-bottom: 30px;
}

.btn-list li {
  display: block;
  margin: 0 0 1em;
}


/*  FOOTER  */

footer {
  margin-top: 0;
  padding: 30px 20px;
}

#f-wrap {
  text-align: center;
  width: 100%;
}

#f-nav {
  margin-bottom: 2em;
}

.f-nav-list {
  flex-wrap: wrap;
  justify-content: center;
}

.f-nav-list li {
  line-height: 2;
  margin: 0 6px;
}

.f-nav-list li::after {
  content: "";
  margin: 0;
}


/*----------------------------------------------
    TOP PAGE ［SP］
----------------------------------------------*/

.top-assistance-fig {
  float: none;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}

.top-assistance-txt {
  float: none;
  margin: 0 auto 10px;
  max-width: 437px;
  padding: 0;
  width: 100%;
}

.top-assistance-point {
  font-size: 4rem;
  margin-top: 10px;
}

.top-assistance-point .left,
.top-assistance-point .right {
  text-align: center !important;
}

.top-flow-tbl th {
  padding: 4px 0;
  width: 33px;
}
 
.top-flow-tbl th .arrow {
  height: auto;
  width: 20px;
}

.top-flow-tbl td {
  padding-left: 12px;
}

.top-flow-tbl-ttl {
  border-bottom: 1px solid #000;
}


/*----------------------------------------------
    CONTENTS PAGE(共通) .page ［SP］
----------------------------------------------*/

.page h1 {
  border-bottom: 1px solid #000;
  font: 700 3rem/1.5 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
}

.page h2 {
  background: url(../images/sp/bg_title.png) repeat-y center top / 100% auto;
  font: 700 2rem/1.6 "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  padding: 4px 10px;
}


/*----------------------------------------------
    人材探しのお手伝い .talent ［SP］
----------------------------------------------*/

.talent h3 {
  background: url(../images/ico_sakura.png) no-repeat top left / 26px;
  padding: 0 0 5px 31px;
}

.tl-flow-tbl {
  margin-bottom: 2em;
}

.tl-flow-tbl th {
  display: block;
  width: 100%;
}

.tl-flow-tbl td {
  display: block;
  text-align: center;
}


/*----------------------------------------------
    求人情報 .job ［SP］
----------------------------------------------*/

.job h2 {
  background: url(../images/ico_sakura.png) no-repeat top left / 26px;
  padding: 0 0 5px 31px;
}

.jb-num {
  float: none;
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}

.jb-pager a {
  font-size: 1.2rem;
}

.jb-tbl {
  width: 100%;
}


/*----------------------------------------------
    無料職場体験 .experience ［SP］
----------------------------------------------*/

.ex-large {
  font-size: 2.5rem;
}

.ex-emp {
  font-size: 2rem;
}

.ex-support {
  display: block;
  position: static;
}

.ex-tbl {
  font-size: 1.5rem;
}

.ex-tbl th {
  width: 30%;
}


/*----------------------------------------------
    簡単1分間登録 .regist ［SP］
----------------------------------------------*/

.form-tbl th,
.form-tbl td {
  padding: 6px 8px;
}

.form-tbl th {
  width: 30%;
}

.form-tbl td {
  width: 70%;
}

.th-inner {
  padding-right: 0;
}

.required {
  display: block;
  font-size: 1.5rem;
  padding: 3px;
  position: static;
  text-align: center;
  transform: none;
  width: 3em;
}

form#mailformpro label {
  display: block;
  line-height: 2;
}

.form-tbl .agecat label {
  min-width: inherit;
}

.form-tbl .jobcat label {
  min-width: inherit;
}


/*----------------------------------------------
    会社概要 .company ［SP］
----------------------------------------------*/

.cm-ceo {
  float: none;
  margin-bottom: 20px;
  margin-right: 0;
  text-align: center;
  width: 100%;
}

.cm-ceo img {
  height: auto;
  max-width: 200px;
}

.cm-ceo figcaption {
  font-size: 1.5rem;
}

.cm-greeting {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

#cm-about h2 {
  font-size: 3rem;
  padding: 0;
}

.cm-about-tbl {
  font-size: 1.5rem;
}

.cm-about-tbl th,
.cm-about-tbl td {
  padding: 5px 8px;
}



}