@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.13.0/css/all.css);
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, img, 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, label, input, select, textarea, header, footer, menu {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 16px;
  font-size: 62.5%;
  font-size: 1.4rem;
  font-family: arial, sans-serif;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: normal;
  color: dimgray;
  line-height: 100%;
  text-align: center;
  vertical-align: baseline;
  list-style: none;
  border-collapse: collapse;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 62.5%; }

html, body, article {
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  overscroll-behavior: none; }

iframe#gMap {
  width: 100%;
  height: 60vh;
  max-height: 640px;
  border: none;
  display: block;
  vertical-align: bottom; }

img {
  display: inline-block;
  vertical-align: bottom; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.flexBox {
  display: flex;
  flex-wrap: wrap; }

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

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

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

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

/* color setting */
.bgWhite {
  background-color: white; }

.bgLight {
  background-color: whitesmoke; }

.bgDark {
  background-color: #313131; }

.bgBase {
  background-color: #e7eef8; }

.bgMain {
  background-color: #f6e8ee; }

.txtWhite {
  color: white; }

.txtBase {
  color: #88abda; }

.txtMain {
  color: #d28cab; }

article {
  position: relative;
  z-index: 1; }

.row {
  margin: 0 auto;
  padding: 6rem 2rem;
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box; }

/* RECRUIT PAGE */
.recruitPage .header {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-bottom: 1px solid gainsboro;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  padding: 0; }
  .recruitPage .header .logo {
    flex-basis: 30%;
    margin: 0;
    display: block; }
    .recruitPage .header .logo img {
      width: auto;
      max-height: 4.5rem;
      padding: 0;
      box-sizing: border-box;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .recruitPage .header .rec-navBar {
   margin: 0;
    text-align: right; }
    .recruitPage .header .rec-navBar i {
      text-align: center;
      display: inline-block;
      width: 5rem;
      margin: 0;
      padding: 1rem;
      font-size: 2rem;
      line-height: 3rem; }
  .recruitPage .header nav {
    max-width: 800px;
    margin: 0 auto;
    text-align: right;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .recruitPage .header nav ul {
      justify-content: center; }
      .recruitPage .header nav ul li a {
        display: block;
        padding: 2rem;
        position: relative;
        overflow: hidden; }
        .recruitPage .header nav ul li a em, .recruitPage .header nav ul li a span {
          position: relative;
          top: 0;
          display: block;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .recruitPage .header nav ul li a span {
          margin-top: .5rem;
          display: block;
          font-size: .8rem;
          color: pink; }
      .recruitPage .header nav ul li.snsAccount a {
        display: inline-block;
        padding: 2rem;
        border-bottom: none; }
        .recruitPage .header nav ul li.snsAccount a img, .recruitPage .header nav ul li.snsAccount a i {
          font-size: 2rem;
          height: 2rem; }
.recruitPage .keyVs {
  height: 60vh;
  min-height: 60rem;
  background-image: url("../images/kv-recruit2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 2; }
  .recruitPage .keyVs:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0.1));
    background-size: 15px 15px; }
  .recruitPage .keyVs .row {
    height: 100%; }
  .recruitPage .keyVs .innerWrap {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .recruitPage .keyVs .innerWrap .mainWrap {
      min-height: 45vh; }
      .recruitPage .keyVs .innerWrap .mainWrap h2 {
        font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
        color: pink;
        text-align: center;
        position: relative;
        z-index: 4;
        line-height: 100%; }
      .recruitPage .keyVs .innerWrap .mainWrap h3 {
        display: inline-block;
        padding: .5rem 2rem .5rem 3rem;
        color: white;
        margin-top: 10vh;
        position: relative;
        z-index: 5;
        letter-spacing: .5rem;
        background-color: rgba(0, 0, 0, 0.05); }
    .recruitPage .keyVs .innerWrap .leftWrap {
      width: 50%;
      margin-right: 50%;
      position: absolute;
      bottom: 0; }
      .recruitPage .keyVs .innerWrap .leftWrap dt, .recruitPage .keyVs .innerWrap .leftWrap dd {
        font-size: 1rem;
        text-align: left;
        padding: 1rem;
        margin: 0; }
      .recruitPage .keyVs .innerWrap .leftWrap dt span {
        font-size: inherit;
        border-radius: 1.5rem;
        background-color: white;
        color: black;
        padding: .5rem 1.5rem; }
      .recruitPage .keyVs .innerWrap .leftWrap dd {
        max-width: 30rem;
        color: white;
        line-height: 140%; }
.recruitPage .cnt_select {
  border-bottom: 1px solid gainsboro;
  z-index: 2; }
  .recruitPage .cnt_select h2 {
    font-size: 3rem;
    margin: 2rem auto;
    margin-left: -.4rem;
    font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif"; }
  .recruitPage .cnt_select h3 {
    margin: 0 auto;
    margin-bottom: 4rem;
    position: relative;
    z-index: 0;
    display: inline-block; }
    .recruitPage .cnt_select h3:after {
      content: '';
      display: block;
      width: calc(100% + 2rem);
      height: 1.4rem;
      background-color: #ffffdc;
      position: absolute;
      top: .3rem;
      left: -1rem;
      z-index: -1; }
  .recruitPage .cnt_select ul {
    max-width: 80rem; }
    .recruitPage .cnt_select ul li {
      flex-basis: 25%;
      padding: .5rem; }
      .recruitPage .cnt_select ul li a {
        display: block;
        padding: 1rem;
        box-shadow: 0 0 3px rgba(255, 100, 147, 0.8);
        overflow: hidden;
        background-color: transparent;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .recruitPage .cnt_select ul li a img {
          display: none;
          width: 100%;
          height: 12rem;
          object-fit: cover;
          font-family: 'object-fit:cover;';
          margin-bottom: 1.5rem; }
        .recruitPage .cnt_select ul li a b {
          font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
          font-size: 1.6rem;
          margin-left: -.4rem;
          position: relative;
          z-index: 0; }
          .recruitPage .cnt_select ul li a b:before, .recruitPage .cnt_select ul li a b:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -10%;
            height: .8rem;
            z-index: -1;
            transform: skewX(-10deg);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
          .recruitPage .cnt_select ul li a b:after {
            opacity: 0.3;
            width: 120%; }
          .recruitPage .cnt_select ul li a b:before {
            opacity: 0.2;
            width: 0;
            background-color: pink; }
        .recruitPage .cnt_select ul li a span {
          font-size: .8rem;
          color: gray; }
        .recruitPage .cnt_select ul li a i {
          display: inline-block;
          margin: 0 auto;
          margin-bottom: .5rem;
          margin-top: 1rem;
          width: 1rem;
          height: 1rem;
          border-right: 1px solid gainsboro;
          border-bottom: 1px solid gainsboro;
          box-sizing: border-box;
          transform: rotate(45deg);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .recruitPage .cnt_select ul li a:hover i {
          border-color: pink;
          margin-top: 1.5rem;
          margin-bottom: 0; }
        .recruitPage .cnt_select ul li a:hover b:after {
          width: 0;
          left: 110%;
          opacity: 0; }
        .recruitPage .cnt_select ul li a:hover b:before {
          width: 120%;
          opacity: 0.4; }
.recruitPage .cnt_message {
  overflow: hidden; }
  .recruitPage .cnt_message .row {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 60rem;
    margin: 6rem auto;
    padding: 3rem 2rem;
    background-color: rgba(255, 255, 255, 0.8); }
  .recruitPage .cnt_message h2 {
    font-size: 3rem;
    margin: 2rem auto;
    margin-left: -.4rem;
    font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
    position: relative;
    z-index: 1;
    margin-bottom: 6rem; }
  .recruitPage .cnt_message div p {
    line-height: 160%;
    margin-bottom: 1rem; }
  .recruitPage .cnt_message .firstWrap {
    margin: 3rem auto; }
  .recruitPage .cnt_message .backImg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.recruitPage .cnt_req {
  border-bottom: 1px solid gainsboro; }
  .recruitPage .cnt_req .req-head {
    background-color: #313131;
    padding: 4rem 2rem; }
    .recruitPage .cnt_req .req-head h2 {
      font-size: 3rem;
      margin: 2rem auto;
      margin-left: -.4rem;
      font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
      position: relative;
      z-index: 2;
      color: white; }
    .recruitPage .cnt_req .req-head p {
      display: inline-block;
      letter-spacing: .5rem;
      padding: .5rem 3rem;
      position: relative;
      z-index: 1;
      color: white;
      background-color: rgba(0, 0, 0, 0.3); }
  .recruitPage .cnt_req .reqBackImg {
    height: 25rem;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1; }
    .recruitPage .cnt_req .reqBackImg:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(-45deg, rgba(235, 255, 255, 0.5) 0%, rgba(225, 235, 255, 0.5));
      background-size: 100% 100%; }
    .recruitPage .cnt_req .reqBackImg#assistant {
      background-image: url("../images/rec-assistant.jpg"); }
    .recruitPage .cnt_req .reqBackImg#stylist {
      background-image: url("../images/rec-stylist.jpg"); }
    .recruitPage .cnt_req .reqBackImg#eyelist {
      background-image: url("../images/rec-eyelist.jpg"); }
    .recruitPage .cnt_req .reqBackImg#nailist {
      background-image: url("../images/rec-nailist.jpg"); }
  .recruitPage .cnt_req .innerWrap {
    padding: 4rem 3rem;
    margin-top: -8rem;
    width: 90%;
    max-width: 80rem;
    background-color: white;
    box-shadow: 0 0 3px gainsboro;
    position: relative;
    z-index: 2; }
    .recruitPage .cnt_req .innerWrap h3 {
      display: inline-block;
      font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
      font-weight: bold;
      line-height: 5rem;
      font-size: 2.4rem;
      margin-bottom: 3rem;
      position: relative;
      z-index: 1; }
      .recruitPage .cnt_req .innerWrap h3:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -10%;
        width: 120%;
        height: .8rem;
        background-color: pink;
        z-index: -1;
        opacity: 0.4;
        transform: skewX(-15deg);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .recruitPage .cnt_req .innerWrap dl {
      width: 100%; }
      .recruitPage .cnt_req .innerWrap dl dt, .recruitPage .cnt_req .innerWrap dl dd {
        padding: 2rem 1rem;
        text-align: left;
        line-height: 160%; }
        .recruitPage .cnt_req .innerWrap dl dt:not(:last-of-type), .recruitPage .cnt_req .innerWrap dl dd:not(:last-of-type) {
          border-bottom: 1px solid gainsboro; }
      .recruitPage .cnt_req .innerWrap dl dt {
        flex-basis: 30%; }
      .recruitPage .cnt_req .innerWrap dl dd {
        flex-basis: 70%; }
    .recruitPage .cnt_req .innerWrap a {
      margin: 0 1rem;
      margin-top: 3rem;
      display: inline-block;
      width: auto;
      background-color: #ffff8a;
      border: 3px solid rgba(255, 255, 255, 0.5);
      border-bottom-color: rgba(255, 255, 0, 0.5);
      padding: 1.5rem 3rem;
      border-radius: 3.4rem;
      font-weight: bold;
      font-size: 1.8rem;
      letter-spacing: .1rem;
      box-shadow: 0 0 6px gainsboro; }
      .recruitPage .cnt_req .innerWrap a i {
        display: inline-block;
        margin-right: 1rem; }
.recruitPage .cnt_interview h2 {
  font-size: 3rem;
  margin: 2rem auto;
  margin-left: -.4rem;
  font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
  position: relative;
  z-index: 2;
  margin-bottom: 3rem; }
.recruitPage .cnt_interview .headTxt {
  margin-bottom: 5rem; }
.recruitPage .cnt_interview .flexBox {
  align-content: flex-end;
  margin-bottom: 6rem;
  max-width: 60rem; }
  .recruitPage .cnt_interview .flexBox dt, .recruitPage .cnt_interview .flexBox dd {
    text-align: left; }
    .recruitPage .cnt_interview .flexBox dt img, .recruitPage .cnt_interview .flexBox dd img {
      display: block;
      width: 100%;
      height: 60vw;
      max-height: 30rem;
      object-fit: cover;
      font-family: 'object-fit:cover;'; }
    .recruitPage .cnt_interview .flexBox dt b, .recruitPage .cnt_interview .flexBox dt span, .recruitPage .cnt_interview .flexBox dt p, .recruitPage .cnt_interview .flexBox dd b, .recruitPage .cnt_interview .flexBox dd span, .recruitPage .cnt_interview .flexBox dd p {
      display: block;
      position: relative;
      text-align: left;
      z-index: 4; }
    .recruitPage .cnt_interview .flexBox dt b, .recruitPage .cnt_interview .flexBox dd b {
      font-size: 1.8rem;
      padding: 1rem 0; }
    .recruitPage .cnt_interview .flexBox dt span, .recruitPage .cnt_interview .flexBox dd span {
      font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
      color: pink;
      font-weight: bold;
      font-size: 1.6rem;
      margin-bottom: 2rem;
      line-height: 4rem; }
    .recruitPage .cnt_interview .flexBox dt p, .recruitPage .cnt_interview .flexBox dd p {
      line-height: 160%; }
  .recruitPage .cnt_interview .flexBox dt {
    flex-basis: 55%;
    position: relative;
    z-index: 1; }
  .recruitPage .cnt_interview .flexBox dd {
    flex-basis: 40%;
    padding: 0 3rem 2rem 0;
    position: relative;
    z-index: 2; }
    .recruitPage .cnt_interview .flexBox dd:after, .recruitPage .cnt_interview .flexBox dd:before {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% + 3rem);
      right: 0; }
    .recruitPage .cnt_interview .flexBox dd:after {
      background-color: pink;
      opacity: 0.3;
      z-index: 3; }
.recruitPage .cnt_interview .innerWrap {
  max-width: 80rem;
  padding: 0 2rem; }
  .recruitPage .cnt_interview .innerWrap h3, .recruitPage .cnt_interview .innerWrap p {
    text-align: left; }
  .recruitPage .cnt_interview .innerWrap h3 {
    margin: 4rem 0 2rem 0;
    position: relative; }
    .recruitPage .cnt_interview .innerWrap h3:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      width: 100%;
      border-top: 1px dashed pink;
      z-index: 1; }
    .recruitPage .cnt_interview .innerWrap h3 span {
      display: inline-block;
      background-color: white;
      padding: 0 1rem 0 0;
      font-size: 1.7rem;
      position: relative;
      z-index: 2; }
      .recruitPage .cnt_interview .innerWrap h3 span i {
        display: inline-block;
        margin: 0 .5rem;
        font-size: .8rem;
        line-height: 1.8rem;
        color: pink;
        font-style: normal; }
  .recruitPage .cnt_interview .innerWrap p {
    line-height: 160%; }
.recruitPage .cnt_dayflow {
  background-color: lavenderblush; }
  .recruitPage .cnt_dayflow h2 {
    font-size: 3rem;
    margin: 2rem auto;
    margin-left: -.4rem;
    font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
    position: relative;
    z-index: 2;
    margin-bottom: 3rem; }
  .recruitPage .cnt_dayflow h3 {
    margin: 0 auto;
    margin-bottom: 4rem;
    position: relative;
    z-index: 0;
    display: inline-block; }
    .recruitPage .cnt_dayflow h3:after {
      content: '';
      display: block;
      width: calc(100% + 2rem);
      height: 1.4rem;
      background-color: #ffffdc;
      position: absolute;
      top: .3rem;
      left: -1rem;
      z-index: -1; }
  .recruitPage .cnt_dayflow ul {
    max-width: 90rem; }
    .recruitPage .cnt_dayflow ul li {
      padding: 1rem;
      flex-basis: 33.33%;
      position: relative;
      display: flex; }
      .recruitPage .cnt_dayflow ul li div {
        width: 100%;
        box-shadow: 0 0 3px gainsboro;
        background-color: white;
        padding: 2rem; }
        .recruitPage .cnt_dayflow ul li div img {
          width: 100%;
          height: 21rem;
          object-fit: cover;
          font-family: 'object-fit:cover;';
          margin-bottom: .5rem;
          border: 1px solid transparent;
          background-color: whitesmoke; }
        .recruitPage .cnt_dayflow ul li div h4 {
          font-size: 1.6rem;
          text-align: left;
          margin-bottom: 2rem;
          font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
          color: pink;
          font-weight: bold; }
          .recruitPage .cnt_dayflow ul li div h4 b {
            display: inline-block;
            margin-right: .5rem;
            font-size: 2.3rem; }
        .recruitPage .cnt_dayflow ul li div p {
          text-align: left;
          line-height: 160%; }
          .recruitPage .cnt_dayflow ul li div p b {
            display: block; }
.recruitPage .cnt_blog h2 {
  font-size: 3rem;
  margin: 2rem auto;
  margin-left: -.4rem;
  font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
  margin-bottom: 6rem; }
.recruitPage .cnt_blog .noPage {
  margin-top: 3rem;
  padding: 2rem 0; }
.recruitPage .cnt_blog .innerWrap {
  margin-top: 2rem;
  border-bottom: 1px solid gainsboro; }
  .recruitPage .cnt_blog .innerWrap dl dt img {
    width: 100%; }
  .recruitPage .cnt_blog .innerWrap dl dd .btn {
    border: 1px solid gainsboro;
    border: 1px solid gainsboro;
    padding: 1rem; }
.recruitPage .cnt_blog .btn.more {
  display: inline-block;
  width: 80%;
  max-width: 20rem;
  padding: 1.5rem 1rem;
  margin-top: 4rem;
  border: 1px solid gainsboro;
  position: relative; }
  .recruitPage .cnt_blog .btn.more:before, .recruitPage .cnt_blog .btn.more:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: gainsboro;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .recruitPage .cnt_blog .btn.more:before {
    width: 4rem;
    top: 2.2rem;
    right: -2rem; }
  .recruitPage .cnt_blog .btn.more:after {
    width: 1rem;
    top: 1.9rem;
    right: -2.1rem;
    transform: rotate(45deg); }
  .recruitPage .cnt_blog .btn.more:hover {
    color: pink; }
    .recruitPage .cnt_blog .btn.more:hover:before, .recruitPage .cnt_blog .btn.more:hover:after {
      margin-right: -1rem;
      background-color: pink; }
.recruitPage .formTable h2 {
  font-size: 3rem;
  margin: 2rem auto;
  margin-left: -.4rem;
  font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
  position: relative;
  z-index: 2; }
.recruitPage .formTable .headTxt {
  line-height: 160%;
  margin-bottom: 5rem; }
.recruitPage .formTable .flexBox {
  max-width: 70rem; }
  .recruitPage .formTable .flexBox dt, .recruitPage .formTable .flexBox dd {
    padding: .5rem;
    text-align: left; }
  .recruitPage .formTable .flexBox dt {
    flex-basis: 30%;
    line-height: 2.4rem; }
    .recruitPage .formTable .flexBox dt span {
      background-color: pink;
      font-size: .8rem;
      padding: .25rem 1rem;
      line-height: 1.4rem;
      border-radius: 1.2rem;
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      margin-left: 1rem;
      margin-top: .3rem; }
    .recruitPage .formTable .flexBox dt i {
      display: inline-block;
      font-style: normal;
      margin: 0 .5rem;
      color: pink; }
  .recruitPage .formTable .flexBox dd {
    flex-basis: 70%; }
    .recruitPage .formTable .flexBox dd input, .recruitPage .formTable .flexBox dd textarea {
      width: 100%;
      box-sizing: border-box;
      padding: .5rem;
      background-color: white;
      border: 1px solid gainsboro;
      font-size: 1.4rem;
      line-height: 140%;
      text-align: left; }
    .recruitPage .formTable .flexBox dd textarea {
      min-height: 12rem; }
    .recruitPage .formTable .flexBox dd input[type=text]::placeholder,
    .recruitPage .formTable .flexBox dd input[type=num]::placeholder,
    .recruitPage .formTable .flexBox dd input[type=email]::placeholder,
    .recruitPage .formTable .flexBox dd select::placeholder,
    .recruitPage .formTable .flexBox dd textarea::placeholder {
      color: #999; }
    .recruitPage .formTable .flexBox dd input:focus::placeholder,
    .recruitPage .formTable .flexBox dd textarea:focus::placeholder {
      color: transparent;
      transition: .1s; }
    .recruitPage .formTable .flexBox dd input:focus::-webkit-input-placeholder,
    .recruitPage .formTable .flexBox dd textarea:focus::-webkit-input-placeholder {
      color: transparent;
      transition: .1s; }
    .recruitPage .formTable .flexBox dd input:focus:-moz-placeholder,
    .recruitPage .formTable .flexBox dd textarea:focus:-moz-placeholder {
      color: transparent;
      transition: .1s; }
    .recruitPage .formTable .flexBox dd input:focus::-moz-placeholder,
    .recruitPage .formTable .flexBox dd textarea:focus::-moz-placeholder {
      color: transparent;
      transition: .1s; }
.recruitPage .formTable .policy {
  margin-top: 4rem;
  max-width: 70rem;
  height: 15rem;
  overflow-y: scroll;
  border: 1px solid gainsboro;
  padding: 1.5rem 2rem;
  background-color: white; }
  .recruitPage .formTable .policy h3, .recruitPage .formTable .policy b, .recruitPage .formTable .policy p, .recruitPage .formTable .policy span {
    text-align: left;
    display: block; }
  .recruitPage .formTable .policy p, .recruitPage .formTable .policy span {
    font-size: 1rem;
    line-height: 140%; }
  .recruitPage .formTable .policy h3 {
    padding-top: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    font-family: "Zapfino", Georgia, "Times New Roman", Times, "serif";
    color: darkgray; }
  .recruitPage .formTable .policy b {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    line-height: 200%; }
  .recruitPage .formTable .policy p {
    margin-bottom: 1rem; }
.recruitPage .formTable .btn {
 color: #333;
  cursor: pointer;
  margin-top: 3rem;
  display: inline-block;
  width: 100%;
  max-width: 40rem;
  background-color: #ffff8a;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 0, 0.5);
  padding: 1.5rem;
  border-radius: 3.4rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .5rem;
  box-shadow: 0 0 6px gainsboro; }
  .recruitPage .formTable .btn i {
    display: inline-block;
    margin-right: 1rem; }
.recruitPage .footer {
  background-color: #313131; }
  .recruitPage .footer .innerWrap dt {
    flex-basis: 70%; }
    .recruitPage .footer .innerWrap dt .innerWrap {
      max-width: 35rem; }
      .recruitPage .footer .innerWrap dt .innerWrap .logo {
        display: block;
        margin-bottom: 2rem; }
        .recruitPage .footer .innerWrap dt .innerWrap .logo img {
          width: auto;
          height: 4rem; }
      .recruitPage .footer .innerWrap dt .innerWrap h2 {
        color: white;
        font-size: 1.6rem; }
      .recruitPage .footer .innerWrap dt .innerWrap p {
        color: darkgray;
        line-height: 160%;
        font-size: 1.2rem;
        margin-top: 1rem; }
        .recruitPage .footer .innerWrap dt .innerWrap p a {
          display: inline-block; }
  .recruitPage .footer .innerWrap dd {
    flex-basis: 30%; }
    .recruitPage .footer .innerWrap dd ul li {
      flex-basis: 50%; }
      .recruitPage .footer .innerWrap dd ul li a {
        display: block;
        color: darkgray;
        padding: 1.5rem 0 0;
        text-align: left;
        font-size: 1.2rem;
        text-indent: 2rem;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: relative; }
        .recruitPage .footer .innerWrap dd ul li a:before {
          content: '';
          display: block;
          position: absolute;
          top: 1.8rem;
          left: 0;
          border-right: .8rem solid white;
          border-bottom: .8rem solid white;
          transform: rotate(45deg);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .recruitPage .footer .innerWrap dd ul li a:hover {
          color: pink; }
          .recruitPage .footer .innerWrap dd ul li a:hover:before {
            transform: rotate(-90deg); }
  .recruitPage .footer .copyright {
    background-color: #212121;
    padding: 0 4rem;
    align-items: stretch; }
    .recruitPage .footer .copyright dl dt {
      flex-basis: 60%;
      font-size: .8rem;
      line-height: 4.8rem;
      letter-spacing: .1rem;
      text-align: left; }
    .recruitPage .footer .copyright dl dd {
      flex-basis: 40%;
      text-align: right; }
      .recruitPage .footer .copyright dl dd a {
        font-size: 2rem;
        line-height: 2.8rem;
        padding: 1rem 2rem; }
        .recruitPage .footer .copyright dl dd a i {
          display: inline-block;
          width: 1rem;
          height: 1rem;
          border-left: 1px solid white;
          border-top: 1px solid white;
          transform: rotate(45deg);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .recruitPage .footer .copyright dl dd a:hover i {
          border-color: pink; }

@media screen and (max-width: 380px) {
  .recruitPage .cnt_req .reqBackImg {
    background-size: auto 100%; } }
@media screen and (max-width: 480px) {
 .recruitPage .header {
      justify-content: space-between;
 }
  .recruitPage .sp {
    display: block; }
  .recruitPage .pc {
    display: none; }
  .recruitPage .cnt_select ul li {
    min-width: 100%; }
    .recruitPage .cnt_select ul li a {
      text-align: left; }
      .recruitPage .cnt_select ul li a b, .recruitPage .cnt_select ul li a span {
        text-align: left;
        display: inline-block; }
      .recruitPage .cnt_select ul li a b {
        padding-left: 2rem;
        margin-top: .5rem;
        line-height: 4rem;
        min-width: 40%; }
      .recruitPage .cnt_select ul li a i {
        position: absolute;
        top: 1.5rem;
        right: 2rem; }
  .recruitPage .cnt_message div p {
    text-align: left;
    position: relative; }
    .recruitPage .cnt_message div p span {
      text-align: left;
      display: block; }
  .recruitPage .cnt_message div.firstWrap p {
    padding-left: 2rem; }
    .recruitPage .cnt_message div.firstWrap p:before {
      content: 'ー';
      display: block;
      position: absolute;
      top: .8rem;
      left: 0;
      line-height: 0;
      color: gainsboro; }
  .recruitPage .cnt_req .reqBackImg {
    background-size: 100% auto; }
  .recruitPage .cnt_req .innerWrap dl dt, .recruitPage .cnt_req .innerWrap dl dd {
    min-width: 100%; }
  .recruitPage .cnt_req .innerWrap dl dt {
    padding-bottom: 0;
    padding-left: 0; }
    .recruitPage .cnt_req .innerWrap dl dt:before {
      content: '◆';
      display: inline-block;
      margin: 0 .5rem 0;
      color: pink; }
    .recruitPage .cnt_req .innerWrap dl dt:not(:last-of-type) {
      border-color: transparent; }
  .recruitPage .cnt_interview .flexBox dt {
    min-width: 80%;
    margin-right: 20%; }
  .recruitPage .cnt_interview .flexBox dd {
    min-width: 70%;
    padding-top: 0;
    margin-top: -1rem;
    margin-left: 30%; }
    .recruitPage .cnt_interview .flexBox dd:after, .recruitPage .cnt_interview .flexBox dd:before {
      top: -2rem;
      height: calc(100% + 1.5rem); }
    .recruitPage .cnt_interview .flexBox dd:before {
      background-color: white;
      z-index: 1;
      opacity: 0.5; }
  .recruitPage .cnt_dayflow ul li {
    min-width: 100%; }
    .recruitPage .cnt_dayflow ul li div p br {
      display: none; }
  .recruitPage .formTable .flexBox dt, .recruitPage .formTable .flexBox dd {
    min-width: 100%; }
  .recruitPage .footer .copyright dl dt, .recruitPage .footer .copyright dl dd {
    text-align: center; }
  .recruitPage .footer .copyright dl dd a {
    display: block; } }
@media screen and (min-width: 481px) {
  .recruitPage .sp {
    display: none; }
  .recruitPage .pc {
    display: block; }
  .recruitPage .cnt_select ul li a {
    max-width: 25rem; }
    .recruitPage .cnt_select ul li a b {
      line-height: 5rem; }
      .recruitPage .cnt_select ul li a b:after {
        background-color: gainsboro; }
    .recruitPage .cnt_select ul li a span {
      display: block;
      margin-top: .5rem; }
  .recruitPage .cnt_req .reqBackImg {
    background-size: 100% auto; }
  .recruitPage .cnt_interview .flexBox dd {
    padding-top: 13rem; }
    .recruitPage .cnt_interview .flexBox dd:after, .recruitPage .cnt_interview .flexBox dd:before {
      top: 10rem;
      height: calc(100% - 8rem); }
  .recruitPage .footer .copyright dl dd a {
    display: inline-block; } }
@media screen and (min-width: 481px) and (max-width: 823px) {
  .recruitPage .cnt_dayflow ul li {
    min-width: 50%; } }
@media screen and (max-width: 823px) {
  .recruitPage .header .logo {
    text-align: left; }
    .recruitPage .header .logo img {
      max-height: 3rem;
      margin: 1rem 0 0 2.5rem; }
  .recruitPage .header nav {
    position: fixed;
    right: -100%;
    top: calc(5rem + 1px);
    width: 100%;
    height: calc(100% - 5rem);
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s; }
    .recruitPage .header nav ul {
      width: 80%;
      height: 100%;
      margin-left: 20%;
      background-color: white;
      align-content: flex-start;
      padding: 3rem; }
      .recruitPage .header nav ul li {
        min-width: 100%;
        text-align: left; }
        .recruitPage .header nav ul li a {
          border-bottom: 1px dashed gainsboro; }
          .recruitPage .header nav ul li a span, .recruitPage .header nav ul li a em {
            text-align: left; }
  .recruitPage .keyVs {
    background-size: auto 100%;
    padding-top: 5rem; }
    .recruitPage .keyVs .innerWrap .mainWrap h2 {
      margin-left: -2rem;
      font-size: 6rem;
      top: 2vh; }
      .recruitPage .keyVs .innerWrap .mainWrap h2 span {
        display: block;
        width: 0;
        height: 0; }
    .recruitPage .keyVs .innerWrap .mainWrap h3 {
      top: 1vh; }
  .recruitPage .footer dl dt, .recruitPage .footer dl dd {
    min-width: 100%; }
  .recruitPage .footer dl dt .innerWrap {
    margin: 0 auto;
    margin-bottom: 3rem; }
  .recruitPage .footer dl dd ul {
    max-width: 30rem;
    border-top: 1px solid dimgray;
    padding-top: 2rem;
    padding-left: 4rem; }
    .recruitPage .footer dl dd ul li {
      min-width: 100%; }
      .recruitPage .footer dl dd ul li a {
        padding-bottom: 1.5rem;
        color: pink;
        display: inline-block; } }
@media screen and (min-width: 824px) {
  .recruitPage .header .logo {
    margin-top: 2rem;
    min-width: 100%; }
  .recruitPage .header .rec-navBar {
    display: none; }
  .recruitPage .header nav ul li.snsAccount {
    position: fixed;
    top: 0;
    right: 0; }
  .recruitPage .header.is-fixed .logo img {
    max-height: 3rem; }
  .recruitPage .header.is-fixed nav ul li a {
    padding-bottom: 0; }
    .recruitPage .header.is-fixed nav ul li a span {
      top: -8rem; }
    .recruitPage .header.is-fixed nav ul li a:hover em {
      top: -4rem; }
    .recruitPage .header.is-fixed nav ul li a:hover span {
      display: block;
      top: -1.8rem; }
  .recruitPage .keyVs {
    background-size: cover;
    padding-top: 10rem; }
    .recruitPage .keyVs .innerWrap .mainWrap h2 {
      font-size: 7rem;
      top: 9vh; }
      .recruitPage .keyVs .innerWrap .mainWrap h2 span {
        display: inline-block;
        width: 4rem; }
    .recruitPage .keyVs .innerWrap .mainWrap h3 {
      top: 8vh; }
    .recruitPage .keyVs .innerWrap .leftWrap {
      padding-left: 5%; }
  .recruitPage .cnt_select ul li a {
    padding: 2rem 1rem; }
  .recruitPage .footer dl dt .innerWrap {
    margin: 0; }
  .recruitPage .footer dl dd ul li {
    min-width: 100%; } }
@media screen and (min-width: 1280px) {
  .recruitPage .keyVs {
    background-size: cover;
    background-color: whitesmoke;
    background-position: center center; } }
