@charset "UTF-8";
/* settings
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
@font-face {
  font-family: 'southpawregular';
  src: url("../fonts/southpaw-webfont.eot");
  src: url("../fonts/southpaw-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/southpaw-webfont.woff") format("woff"), url("../fonts/southpaw-webfont.ttf") format("truetype"), url("../fonts/southpaw-webfont.svg#southpawregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/** color **/
/*==== font-size ====*/
/*==== /font-size ====*/
/*==== flex box ====*/
/*==== /flex box ====*/
/** responsive **/
/* 横向きの場合のスタイル */
/*==== responsive ====*/
@media only screen and (min-width: 788px) {
  .pc-block {
    display: block;
  }
}

@media only screen and (min-width: 788px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
  .tablet-block {
    display: block;
  }
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  .tablet-block {
    display: block;
  }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
  .tablet-none {
    display: none;
  }
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  .tablet-none {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
  .sp-block {
    display: block;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .sp-block {
    display: block;
  }
}

@media only screen and (max-width: 499px) {
  .sp-none {
    display: none;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .sp-none {
    display: none !important;
  }
}

/*==== /responsive ====*/
/*----------------------------------------
  RESET
-------------------------------------------*/
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
}

a[href^="tel:"] {
  cursor: default;
  color: inherit;
}

/**** Clearfix ****/
.nav .panel:before, nav .panel:after, nav#mainNav:before, nav#mainNav:after, .newsTitle:before, .newsTitle:after {
  content: "";
  display: table;
}

nav .panel:after, nav#mainNav:after, .newsTitle:after {
  clear: both;
}

nav .panel, nav#mainNav, .newsTitle {
  zoom: 1;
}

/*----------------------------------------
  COMMON
-------------------------------------------*/
body {
  position: relative;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 87.5%;
  line-height: 1.5;
  color: #252525;
  background: none;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

iframe {
  width: 100%;
  vertical-align: bottom;
}

/* form
------------------------------------------------------------*/
div.form {
  font-size: 10px;
  font-size: 1rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
div.form p.form-check {
  margin: 0 auto;
  text-align: center;
}
div.form .mwform-checkbox-field {
  display: inline-block;
}
div.form p {
  text-align: center;
}
div.form p a {
  color: inherit;
  text-decoration: underline;
}
div.form p a:hover {
  text-decoration: none;
}
div.form dl {
  display: table;
  width: 100%;
  margin: 1em 0 0;
  padding: 1em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  div.form dl {
    display: block;
  }
}
@media only screen and (max-width: 499px) {
  div.form dl {
    display: block;
  }
}
div.form dl dt {
  font-size: 9px;
  font-size: 0.9rem;
  display: table-cell;
  width: 28%;
  padding: 0.5em;
  color: #fefefe;
  background-color: #626b88;
  vertical-align: middle;
  font-weight: normal;
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  div.form dl dt {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  div.form dl dt {
    display: block;
    width: 100%;
  }
}
div.form dl dt span.required {
  float: right;
  font-size: 8px;
  font-size: 0.8rem;
  margin-left: 1em;
  padding: 0.2em 0.5em;
  color: #626b88;
  border-radius: 5px;
  background-color: #fefefe;
  text-align: center;
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  div.form dl dt span.required {
    float: none;
  }
}
@media only screen and (max-width: 499px) {
  div.form dl dt span.required {
    float: none;
  }
}
div.form dl dd {
  position: relative;
  display: table-cell;
  width: 72%;
  padding: 0.5em;
  padding-left: 4em;
  vertical-align: middle;
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  div.form dl dd {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  div.form dl dd {
    display: block;
    width: 100%;
    padding-left: 0.5em;
  }
}
div.form dl dd ul {
  display: table;
  width: 100%;
}
div.form dl dd ul li {
  display: table-cell;
  width: 45%;
  text-align: right;
}
@media only screen and (max-width: 499px) {
  div.form dl dd ul li {
    display: block;
    width: 98%;
  }
}
div.form dl dd ul li span.namefield input {
  display: inline-block;
  width: 85%;
}
div.form dl dd textarea {
  margin: 0;
}
div.form dl dd .horizontal-item {
  display: inline-block;
}
div.form dl dd .horizontal-item input {
  margin-right: .5em;
}
div.form input {
  margin: 0;
}
div.form .error {
  position: absolute;
  background: none !important;
  color: #252525;
}

.guide_box {
  margin: 2em auto;
  padding: 1em .5em;
  width: 100%;
  max-width: 600px;
  height: 280px;
  overflow-y: scroll;
  background-color: #f7f7f7;
}

p.submit {
  margin-top: 1em;
  text-align: center;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 15px 50px;
  background: #252525;
  border: 0;
  color: #fff;
  width: 98%;
  max-width: 300px;
  font-size: 1.2em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #CC1442;
  cursor: pointer;
}

/* レイアウト
------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 80px;
  z-index: 99;
}
#header .inner {
  margin: 0 auto;
  max-width: 1000px;
}
#header h1 {
  display: table-cell;
  vertical-align: middle;
  width: 174px;
  height: 80px;
  background-color: #99a8bb;
  transition: background-color 0.2s, height 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
}
#header h1 img {
  display: block;
  margin: auto;
  max-width: 110px;
}
#header a.arrow {
  display: table-cell;
  width: 50px;
  height: 80px;
  background-color: #040c24;
  vertical-align: middle;
  transition: background-color 0.2s, height 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
}
#header a.arrow:hover {
  background-color: #CC1442;
}
#header a.arrow img {
  display: block;
  margin: auto;
}
#header a.entry_btn {
  display: table-cell;
  width: 120px;
  height: 80px;
  background-color: #040c24;
  vertical-align: middle;
  transition: background-color 0.2s, height 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
}
#header a.entry_btn:hover {
  background-color: #CC1442;
}
#header a.entry_btn img {
  display: block;
  margin: auto;
}
#header nav {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  background: #fefefe;
}
#header nav ul li.nav {
  display: inline-block;
  width: 155px;
  overflow-x: hidden;
  text-indent: -200%;
  margin: 0 20px;
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  #header nav ul li.nav {
    text-indent: inherit;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  #header nav ul li.nav {
    text-indent: inherit;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  #header nav ul li.nav {
    text-indent: inherit;
  }
}
@media only screen and (max-width: 499px) {
  #header nav ul li.nav {
    text-indent: inherit;
  }
}
#header nav ul li.nav a {
  display: block;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: background-color 0.2s, height 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  #header nav ul li.nav a {
    color: #fefefe;
    background: none !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  #header nav ul li.nav a {
    color: #fefefe;
    background: none !important;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  #header nav ul li.nav a {
    color: #fefefe;
    background: none !important;
  }
}
@media only screen and (max-width: 499px) {
  #header nav ul li.nav a {
    color: #fefefe;
    background: none !important;
  }
}
#header nav ul li.nav01 a {
  background-image: url(../images/recruit/nav01.png);
}
#header nav ul li.nav02 a {
  background-image: url(../images/recruit/nav02.png);
}
#header nav ul li.nav03 {
  width: 215px;
}
#header nav ul li.nav03 a {
  background-image: url(../images/recruit/nav03.png);
}

#wrapper {
  overflow: hidden;
  padding: 30px 0;
}

#content {
  box-sizing: border-box;
}

#sidebar {
  float: right;
  width: 250px;
  padding-bottom: 15px;
}

#footer {
  clear: both;
  padding-top: 1em;
}
#footer div.f_top {
  position: relative;
}
#footer div.f_top a#pagetop {
  position: absolute;
  right: 10vw;
  top: -1em;
}
#footer div.inner {
  margin: 0 auto;
  max-width: 1000px;
}
#footer div.inner p.f_logo {
  width: 30%;
  float: left;
}
#footer div.inner ul {
  width: 70%;
  float: right;
  margin-top: 3em;
}
#footer div.inner ul li {
  display: inline-block;
  vertical-align: middle;
}
#footer div.inner ul li a {
  display: block;
  margin: 0 1em;
  color: inherit;
}
#footer div.inner ul li a:hover {
  text-decoration: underline;
}
#footer div.sub_box {
  width: 100%;
  float: none;
  display: inline-block;
  margin-top: 2em;
}
#footer div.sub_box p {
  display: inline-block;
  margin-bottom: 1em;
}
#footer div.sub_box p a {
  display: block;
  margin-left: 1em;
  color: inherit;
}
#footer div.sub_box p a:hover {
  text-decoration: underline;
}

/* recruit
------------------------------------------------------------*/
section.mainimg {
  position: relative;
  background-color: #e4e7eb;
  background-image: url(../images/recruit/main_img.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  section.mainimg {
    background-image: url(../images/recruit/main_img@2x.jpg);
  }
}
section.mainimg img.main_title {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  transform: translate(0, -25%);
  margin: auto;
}
section.mainimg p.main_chatch {
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  transform: translate(0, -25%);
  color: #fefefe;
  text-shadow: 3px 3px 10px #6b7d94, 0px 0px 20px #ffffff;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  font-family: 'southpawregular';
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.mainimg p.main_chatch {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 499px) {
  section.mainimg p.main_chatch {
    font-size: 1.8em;
    bottom: 25%;
  }
}
section.mainimg p.main_chatch::after {
  position: absolute;
  top: -30px;
  right: 20%;
  transform: translate(-20%, 0);
  content: "";
  width: 251px;
  height: 21px;
  background-image: url(../images/recruit/main_catch02.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (max-width: 499px) {
  section.mainimg p.main_chatch::after {
    right: 0;
    transform: translate(0, 0);
  }
}
section.sec02 {
  margin: -120px 0 -120px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.sec02 {
    overflow: hidden;
    /* IE10以下 */
  }
}
section.sec02 div.flex_box {
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
}
section.sec02 div.flex_box > div {
  position: relative;
  width: 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.sec02 div.flex_box > div {
    float: left;
    /* IE10以下 */
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div {
    width: 100%;
  }
}
section.sec02 div.flex_box > div.item01 {
  position: relative;
}
section.sec02 div.flex_box > div.item01 a.pagelink {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
section.sec02 div.flex_box > div.item01 a.pagelink:hover {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
section.sec02 div.flex_box > div.item01 a.pagelink:hover span {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  background-color: #CC1442;
}
section.sec02 div.flex_box > div.item01 a.pagelink span {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  position: absolute;
  bottom: 15%;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #040c24;
}
section.sec02 div.flex_box > div.item01 a.pagelink span i {
  margin: auto;
  line-height: 60px;
  display: table;
  color: #fefefe;
}
section.sec02 div.flex_box > div.item01 image {
  width: 100%;
  height: auto;
}
section.sec02 div.flex_box > div.item01 img.sec02_item01_mask {
  display: block;
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
  -moz-filter: brightness(80%);
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item01 img.sec02_item01_mask {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item01 img.sec02_item01_mask {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
  }
}
section.sec02 div.flex_box > div.item01 div.txt_box {
  position: absolute;
  top: 80%;
  transform: translate(0, -85%);
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
  color: #fefefe;
  text-align: center;
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item01 div.txt_box {
    top: 65%;
    transform: translate(0, -65%);
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item01 div.txt_box {
    top: 60%;
    transform: translate(0, -60%);
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item01 div.txt_box {
    top: 60%;
    transform: translate(0, -60%);
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item01 div.txt_box {
    top: 60%;
    transform: translate(0, -60%);
  }
}
section.sec02 div.flex_box > div.item01 div.txt_box h2 {
  position: relative;
  color: #fefefe;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
section.sec02 div.flex_box > div.item01 div.txt_box h2::before {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  background-image: url(../images/recruit/sec02_title01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 250px;
  height: 86px;
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item01 {
    margin-top: -5em;
  }
}
section.sec02 div.flex_box > div.item02 {
  position: relative;
  top: -7.6vh;
}
@media screen and (min-width: 1366px) {
  section.sec02 div.flex_box > div.item02 {
    top: -8.8vh;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item02 {
    top: 0;
    height: auto;
    margin-top: -6em;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item02 {
    top: 0;
    height: 380px;
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item02 {
    top: 0;
    margin-top: -6em;
    height: auto;
  }
}
section.sec02 div.flex_box > div.item02 a.pagelink {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
section.sec02 div.flex_box > div.item02 a.pagelink:hover {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
section.sec02 div.flex_box > div.item02 a.pagelink:hover span {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  background-color: #CC1442;
}
section.sec02 div.flex_box > div.item02 a.pagelink span {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  position: absolute;
  bottom: 15%;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #040c24;
}
section.sec02 div.flex_box > div.item02 a.pagelink span i {
  margin: auto;
  line-height: 60px;
  display: table;
  color: #fefefe;
}
section.sec02 div.flex_box > div.item02 img.sec02_item02_mask {
  display: block;
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item02 img.sec02_item02_mask {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item02 img.sec02_item02_mask {
    -webkit-clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
    clip-path: polygon(0 11%, 100% 0, 100% 89%, 0% 100%);
  }
}
section.sec02 div.flex_box > div.item02 p.txt_area {
  position: absolute;
  top: 85%;
  transform: translate(0, -90%);
  color: #fefefe;
  margin: auto;
  width: 90%;
  max-width: 400px;
  right: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item02 p.txt_area {
    top: 55.5%;
    transform: translate(0, -55.5%);
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item02 p.txt_area {
    top: 75.5%;
    transform: translate(0, -75.5%);
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item02 p.txt_area {
    top: 65.5%;
    transform: translate(0, -65.5%);
  }
}
section.sec02 div.flex_box > div.item02 div.txt_box {
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item02 div.txt_box {
    top: 30%;
    transform: translate(0, -30%);
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item02 div.txt_box {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item02 div.txt_box {
    top: 30%;
    transform: translate(0, -30%);
  }
}
section.sec02 div.flex_box > div.item02 div.txt_box h2 {
  position: relative;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
section.sec02 div.flex_box > div.item02 div.txt_box h2::before {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  background-image: url(../images/recruit/sec02_title02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 400px;
  height: 100px;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec02 div.flex_box > div.item02 div.txt_box h2::before {
    width: 98%;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 div.flex_box > div.item02 div.txt_box h2::before {
    width: 98%;
  }
}
@media only screen and (max-width: 499px) {
  section.sec02 div.flex_box > div.item02 div.txt_box h2::before {
    width: 98%;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec02 {
    margin: 0;
  }
}
section.sec03 {
  position: relative;
  z-index: 2;
  height: 930px;
  margin: -160px 0 -120px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section.sec03 {
    width: 100%;
    /* IE10以下 */
    margin: 0;
    margin-top: 0 !important;
  }
  section.sec03 image {
    width: 100%;
  }
}
@media (min-width: 737px) and (max-width: 1024px) and (orientation: landscape) {
  section.sec03 {
    margin: -145px 0 -120px;
    height: 730px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec03 {
    margin: 0;
    margin-top: 0;
    height: 800px;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec03 {
    height: 800px;
  }
}
@media only screen and (max-width: 499px) {
  section.sec03 {
    margin: 0;
    margin-top: 4em;
    height: 600px;
  }
}
section.sec03 a.pagelink {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
section.sec03 a.pagelink:hover {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
section.sec03 a.pagelink:hover span {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  background-color: #CC1442;
}
section.sec03 a.pagelink span {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  position: absolute;
  bottom: 20%;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #040c24;
}
section.sec03 a.pagelink span i {
  margin: auto;
  line-height: 60px;
  display: table;
  color: #fefefe;
}
section.sec03 div.txt_box {
  position: absolute;
  top: 30%;
  transform: translate(0, -30%);
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec03 div.txt_box {
    top: 85%;
    transform: translate(0, -85%);
  }
}
@media only screen and (max-width: 499px) {
  section.sec03 div.txt_box {
    top: 70%;
    transform: translate(0, -70%);
  }
}
section.sec03 div h2 {
  position: relative;
  font-weight: normal;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
section.sec03 div h2::before {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  background-image: url(../images/recruit/sec03_title01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 200px;
  height: 100px;
}
section.sec03 div p {
  margin-top: 1.5em;
  text-align: center;
}
section.sec04 {
  padding-top: 190px;
  padding-bottom: 4em;
  margin: -200px 0 0;
  position: relative;
  background-color: #d9d7e4;
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/recruit/sec04_bg01.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  section.sec04 {
    background-image: url(../images/recruit/sec04_bg01@2x.png);
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec04 {
    margin: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 499px) {
  section.sec04 {
    margin: 0;
    padding-top: 40px;
  }
}
section.sec04 h2 {
  position: relative;
  margin-bottom: 1em;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: .1em;
}
section.sec04 h2::before {
  position: absolute;
  top: -80px;
  left: 15em;
  right: 0;
  content: "";
  margin: auto;
  background-image: url(../images/recruit/sec04_catch.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 320px;
  height: 130px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  section.sec04 h2::before {
    background-image: url(../images/recruit/sec04_catch@2x.png);
  }
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  section.sec04 h2::before {
    top: -120px;
    left: 12em;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  section.sec04 h2::before {
    display: none;
  }
}
@media only screen and (max-width: 499px) {
  section.sec04 h2::before {
    display: none;
  }
}

/* PAGE
------------------------------------------------------------*/
.parent-pageid-12 .inner {
  width: 95%;
  margin: 0 auto;
  /* max-width: 1300px; */
}

.breadcrumbs {
  text-align: right;
  font-size: 8px;
  font-size: 0.8rem;
}
.breadcrumbs a {
  color: #040c24;
}
.breadcrumbs a:hover {
  color: #CC1442;
}

.parent-pageid-12 .subimg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.parent-pageid-12 .content_top_mask {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.parent-pageid-12 h2 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  color: #fefefe;
  text-align: center;
  display: table;
  font-size: 20px;
  font-size: 2rem;
}
.parent-pageid-12 h2 span {
  display: table-header-group;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 499px) {
  .parent-pageid-12 h2 span {
    font-size: 2em;
  }
}

/* エントリーフォーム */
.page-id-66 .subimg {
  width: 100%;
  height: 600px;
  background-image: url("../images/recruit/entry-subimg.png");
}

/* 募集要項 */
.page-id-49 .subimg {
  width: 100%;
  height: 600px;
  background-image: url("../images/recruit/numbers.png");
}
.page-id-49 div.table {
  max-width: 800px;
  margin: 2em auto;
}
.page-id-49 div.table table {
  width: 100%;
  margin: auto;
}
.page-id-49 div.table table th {
  padding: 1.5em;
  vertical-align: middle;
}
@media only screen and (max-width: 499px) {
  .page-id-49 div.table table th {
    font-weight: bold;
  }
}
@media only screen and (max-width: 499px) {
  .page-id-49 div.table table td, .page-id-49 div.table table th {
    display: block;
    width: 100%;
  }
}
.page-id-49 div.table table td {
  padding: 1.5em;
  vertical-align: middle;
}

/* スタッフ紹介 */
.page-id-47 .subimg {
  width: 100%;
  height: 600px;
  background-image: url("../images/recruit/staff_subimg.png");
}
.page-id-47 .post p {
  text-align: center;
}
.page-id-47 .post .staff_box {
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 2em auto;
}
.page-id-47 .post .staff_box a {
  display: block;
  width: 24%;
  margin: 10px 4px;
  border: 1px solid #e7e7e7;
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .page-id-47 .post .staff_box a {
    width: 32%;
  }
}
@media only screen and (max-width: 499px) {
  .page-id-47 .post .staff_box a {
    width: 47.5%;
  }
}
.page-id-47 .post .staff_box dl {
  width: 100%;
}
.page-id-47 .post .staff_box dl dt {
  margin: 0;
}
.page-id-47 .post .staff_box dl dd {
  padding: 5px;
  margin: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.page-id-47 .post .staff_box dl dd span {
  display: block;
  margin: 2px;
}
.page-id-47 .post .staff_box dl dd.hover {
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
  background: -webkit-gradient(linear, left top, right top, from(#ed94b7), color-stop(50%, #ef857c), to(#f09863));
  background: linear-gradient(to right, #ed94b7 0%, #ef857c 50%, #f09863 100%);
  color: #fefefe;
}
.page-id-47 .post .staff_box dl.left {
  margin-left: 0;
}
.page-id-47 .details_box {
  background-color: #fefefe;
  height: 600px;
}
.page-id-47 .details_box ul {
  width: 100%;
}
.page-id-47 .details_box ul li {
  float: left;
  display: inline-block;
  width: 60%;
  padding: 10px;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .page-id-47 .details_box ul li {
    width: 98%;
  }
}
@media only screen and (max-width: 499px) {
  .page-id-47 .details_box ul li {
    width: 98%;
  }
}
.page-id-47 .details_box ul li.dtaff_img_bg {
  padding: 0;
  height: 600px;
  width: 350px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 500px) and (max-width: 787px) {
  .page-id-47 .details_box ul li.dtaff_img_bg {
    background-size: contain;
    width: 100%;
  }
}
@media (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .page-id-47 .details_box ul li.dtaff_img_bg {
    width: 40%;
  }
}
@media only screen and (max-width: 499px) {
  .page-id-47 .details_box ul li.dtaff_img_bg {
    height: 400px;
    width: 100%;
  }
}
.page-id-47 .details_box ul li p {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
.page-id-47 .details_box ul li h3 {
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.page-id-47 .details_box ul li dl dt {
  margin: 1em auto;
  font-size: 10px;
  font-size: 1rem;
}

/* スタッフメッセージ */
.page-id-45 .subimg {
  width: 100%;
  height: 600px;
  background-image: url("../images/recruit/message.png");
}

/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  nav#mainNav {
    clear: both;
    position: relative;
    z-index: 200;
  }

  nav div.panel {
    display: block !important;
    float: left;
  }

  a#menu {
    display: none;
  }
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  nav#mainNav a.menu {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #040c24;
    border: 1px solid #ccc;
    z-index: 999;
  }

  nav#mainNav a.menu i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'FontAwesome';
  }

  nav#mainNav a#menu span {
    padding-left: 2.5em;
  }

  nav#mainNav a#menu:hover {
    cursor: pointer;
  }

  nav .panel {
    width: 300px;
    height: 100%;
    position: fixed;
    right: -300px;
    top: 0;
    padding: 60px 0 10px;
    background-color: #333333;
  }

  nav .panel.active_nav {
    right: 0;
  }
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #wrapper, #header, .inner {
    width: 100%;
  }

  #header h1, #header h2 {
    padding: 10px;
  }

  #headerInfo {
    padding-right: 10px;
  }

  .panel ul, .thumbWrap {
    margin: 0 auto;
  }

  .panel ul ul {
    padding: 0;
  }

  nav div.panel {
    float: none;
  }

  #mainImg img {
    width: 98%;
    height: auto;
  }

  #content, #sidebar {
    width: 95%;
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }

  #banners {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #banners p {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }

  #banners p img {
    width: 100%;
    height: auto;
  }

  section.widget_search {
    text-align: center;
  }

  #contactBanner {
    margin: 0 auto;
  }

  #footer {
    margin: 0;
    border: 0;
    text-align: center;
  }

  #footerLogo, #footer ul {
    float: none;
    width: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  #footer ul {
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }

  #footer ul ul {
    padding-top: 0;
    border: 0;
  }

  /* 調整 */
  img {
    max-width: 100%;
  }

  #header {
    padding: 10px;
    box-sizing: border-box;
  }

  #header h1, #header h2, .contactInfo {
    margin-bottom: 10px;
  }

  #header h1 {
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 959px) and (max-width: 499px) {
  #header h1 {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .contactInfo {
    float: none;
  }

  #content {
    background: none;
  }

  ul.c_banner li {
    float: none;
    margin-bottom: 20px;
  }

  ul.c_banner li:first-child {
    margin-right: 0;
  }

  ul.c_banner li img, #sidebar img {
    display: block;
    margin: 0 auto;
  }
}
/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px) {
  .thumbWrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .thumbWrap ul.thumb li {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }

  .thumbWrap img {
    width: 100%;
    height: auto;
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  #header {
    text-align: center;
  }

  #header h2, #footerLogo, #headerInfo {
    float: none;
    padding: 0;
  }

  #headerInfo {
    width: 250px;
    margin: 0 auto;
  }

  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto;
  }

  .alignright, .alignleft {
    float: none;
  }

  #footer ul {
    text-align: left;
    padding: 15px;
  }

  #footer ul ul {
    padding: 0;
  }
}

/*# sourceMappingURL=recruit.css.map */
