@charset "UTF-8";
/* Reset
   ----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* 変数軍
   ----------------------------------------------------------------- */
/* 基本設定
   ----------------------------------------------------------------- */
body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  line-height: 1.75;
  letter-spacing: 1px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

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

/* レイアウト
   ----------------------------------------------------------------- */
/* 游ゴシック
   ----------------------------------------------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

/* Media Queries
   ----------------------------------------------------------------- */
.l-contents {
  padding-bottom: 0px;
  background-color: #5de1c7; }
  @media screen and (max-width: 600px) {
    .l-contents {
      padding-bottom: 0; } }

.c-button {
  max-width: 780px;
  margin: 0 auto; }
  .c-button a {
    position: relative;
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    background-color: #fe888b;
    border-radius: 34px; }
    @media screen and (max-width: 600px) {
      .c-button a {
        font-size: 14px;
        line-height: 23px; } }
    .c-button a::after {
      position: absolute;
      top: 50%;
      right: 30px;
      display: inline-block;
      width: 10px;
      height: 17px;
      background: url(../img/ico_arrow_w_r.png) left center no-repeat;
      transform: translateY(-50%);
      content: ""; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .c-button a::after {
          background-image: url(../img/ico_arrow_w_r@2x.png);
          background-size: 10px auto; } }
      @media screen and (max-width: 600px) {
        .c-button a::after {
          content: none; } }

img.sp {
  display: none; }

@media screen and (max-width: 600px) {
  img.pc {
    display: none; }
  img.sp {
    display: inline; } }

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
.l--header {
  width: 100%;
  padding: 8px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  height: 63px; }
  .l--header__content {
    vertical-align: bottom;
    width: 960px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: left; }
  .l--header h1 {
    line-height: 1;
    vertical-align: bottom;
   }
  .l--header h1 span{
    font-size:15px;
    padding-left: 10px;
    color:#807061;
    font-family: 'Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
    font-weight: bold;
    padding-top: 10px;
  }
  .l--header h1 a{
    color:#807061;
    text-decoration: none;
  }
  .l--header h1 a:hover{
    text-decoration: underline;
  }
@media screen and (max-width: 600px) {
  .l--header {
    height: auto;
    padding: 0px 0 4px; }
    .l--header__content {
      width: auto;
      margin: 0 auto; }
    .l--header h1 {
      font-size: 1.0em;
      margin: 1.56vw 0 4.0vw 4.0vw; }
      .l--header h1 img {
        width: 120px; }
        .l--header h1 span{
          font-size:13px;
          padding-left: 5px;
        }
      }


/*--------------------------------------------------------------
    # Footer
--------------------------------------------------------------*/
.l--footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding:60px 0;
}
.l--footer .btn-block{
  text-align: center;
  padding-bottom: 30px;
}
.l--footer .txt{
  font-size:16px;
  padding-bottom: 15px;
}
.l--footer .btn{
  display: inline-block;
}
.l--footer .btn a{
  position: relative;
  display: block;
  padding: 13px 17px;
  padding-right: 50px;
  color: #4fd0b7;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  border:solid 2px #4fd0b7;
}
.l--footer .btn a:before{
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url(../img/ico_arrow_r.png) 0 0 no-repeat;
  transform: translateY(-50%);
  content: "";
}

.l--footer small {
  font-size: 12px;
  /*display: table-cell;*/
  text-align: center;
  vertical-align: middle;

}

@media screen and (max-width: 600px) {
  .l--footer {
    height: auto;
    padding: 10vw 20px 3.68vw; }
    .l--footer small {
      font-size: 3.2vw;
      display: block;
      text-align: center;
      vertical-align: middle; }
    }
@media screen and (max-width: 600px) {
  .l--footer .txt{
    font-size:14px;
    padding-bottom: 10px;
  }
  .l--footer .btn a{
    position: relative;
    display: block;
    padding: 7px 10px;
    padding-right: 40px;
    font-size: 14px;
  }
}

/* メインビジュアル
   ----------------------------------------------------------------- */
.p-mainvisual {
  height: 589px;
  background: url(../img/bg_mainvisual-photo01.jpg) center bottom no-repeat;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    .p-mainvisual {
      height: 325px; } }

.p-mainvisual-inner {
  position: relative;
  display: flex;
  max-width: 1224px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 600px) {
    .p-mainvisual-inner {
      display: block;
      padding: 0; } }

.p-pagetitle {
  max-width: calc((681 / 1224) * 100%);
  margin-right: -6px;
  padding-top: 90px; }
  @media screen and (max-width: 600px) {
    .p-pagetitle {
      max-width: 340px;
      margin: 0 auto;
      padding-top: 40px; } }

.p-mainvisual__img.p-mainvisual__img--staff {
  width: calc((550 / 1224) * 100%);
  height: 844px;
  margin-top: 60px;
  background: url(../img/img_staff_01.png) left top no-repeat;
  background-size: contain; }
  @media screen and (max-width: 600px) {
    .p-mainvisual__img.p-mainvisual__img--staff {
      width: 306px;
      height: 195.5px;
      max-width: 356px;
      margin: 7px 0 0 auto;
      background-image: url(../img/img_staff_01@mb.png);
      background-size: 306px auto; } }

@media screen and (max-width: 1024px) {
  .p-mainvisual__img.p-mainvisual__img--coat, .p-mainvisual__img.p-mainvisual__img--bag, .p-mainvisual__img.p-mainvisual__img--shoes {
    display: none; } }

@media screen and (max-width: 600px) {
  .p-mainvisual__img.p-mainvisual__img--coat, .p-mainvisual__img.p-mainvisual__img--bag, .p-mainvisual__img.p-mainvisual__img--shoes {
    display: block; } }

.p-mainvisual__img.p-mainvisual__img--coat {
  position: absolute;
  top: 595px;
  left: 567px; }
  @media screen and (max-width: 600px) {
    .p-mainvisual__img.p-mainvisual__img--coat {
      top: 398px;
      left: auto;
      right: 40px;
      width: 57px;
      height: 66px; } }

.p-mainvisual__img.p-mainvisual__img--bag {
  position: absolute;
  top: 906px;
  left: 27px; }
  @media screen and (max-width: 600px) {
    .p-mainvisual__img.p-mainvisual__img--bag {
      top: 340px;
      left: 8px;
      width: 41px;
      height: 76px; } }

.p-mainvisual__img.p-mainvisual__img--shoes {
  position: absolute;
  top: 946px;
  left: 918px; }
  @media screen and (max-width: 600px) {
    .p-mainvisual__img.p-mainvisual__img--shoes {
      top: 768px;
      left: auto;
      right: 12px;
      width: 34px;
      height: 29px; } }

.p-maincopy {
  max-width: 1000px;
  margin: 50px auto 90px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 38px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .p-maincopy {
      margin-top: 30px;
      margin-bottom: 50px;
      font-size: 17px;
      line-height: 36px; } }
  @media screen and (max-width: 600px) {
    .p-maincopy {
      margin: 32% auto 8%;
      font-size: 14px;
      line-height: 29px;
      letter-spacing: 0; } }

.p-entryjob.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .p-entryjob.sp {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 30px; }
      .p-entryjob.sp a {
        background-color: #5de1c7;
        color: #FFF; }
        .p-entryjob.sp a:after {
          background-image: url(../img/ico_arrow_r-white@2x.png); } }

/* スタッフ
   ----------------------------------------------------------------- */
.p-section.p-section--03 {
  padding-top: 12px;
  background-image: url(../img/bg_line.png);
  background-position: center top;
  background-repeat: repeat-x; }

.p-staff {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 240px;
  color: #fe888b;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 2.3px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 1280px) {
    .p-staff {
      padding-bottom: 18.75%; } }
  @media screen and (max-width: 600px) {
    .p-staff {
      display: flex;
      align-items: center;
      height: auto;
      padding: 10px 10px 10px 33.3333%;
      font-size: 17px;
      line-height: 27px;
      background-color: #fff;
      background-position: left center;
      background-size: contain; } }
  @media screen and (max-width: 350px) {
    .p-staff {
      padding-left: 40%;
      background-size: cover; } }
  .p-section.p-section--01 .p-staff {
    background-image: url(../img/img_staff-comment_01.jpg);
    background-color: #fff; }
    @media screen and (max-width: 600px) {
      .p-section.p-section--01 .p-staff {
        background-image: url(../img/img_staff-comment_01@mb.jpg); } }
  .p-section.p-section--02 .p-staff {
    background-image: url(../img/img_staff-comment_02.jpg);
    background-color: #fff; }
    @media screen and (max-width: 600px) {
      .p-section.p-section--02 .p-staff {
        background-image: url(../img/img_staff-comment_02@mb.jpg); } }
  .p-section.p-section--03 .p-staff {
    background-image: url(../img/img_staff-comment_03.jpg);
    background-color: #fff; }
    @media screen and (max-width: 600px) {
      .p-section.p-section--03 .p-staff {
        background-image: url(../img/img_staff-comment_03@mb.jpg); } }

.p-staff__comment {
  display: none; }
  @media screen and (max-width: 600px) {
    .p-staff__comment {
      display: block; } }
  .p-staff__comment span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: right; }

.p-staff__name {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  text-align: right; }

.p-jobinfo-outer {
  overflow: hidden;
  background: url(../img/bg_jobinfo.png) center top repeat-y;
  background-size: 1272px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: .5s all; }
  .p-jobinfo-outer.is-opened {
    height: auto !important; }
  @media screen and (max-width: 600px) {
    .p-jobinfo-outer {
      background-size: 414px auto; } }

.p-jobinfo-inner {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .p-jobinfo-inner {
      margin: 0 20px; } }

.p-jobinfo__label {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center; }
  .p-jobinfo__label span {
    font-size: 40px; }
  @media screen and (max-width: 600px) {
    .p-jobinfo__label {
      position: relative;
      font-size: 14px;
      text-align: left;
      line-height: 28px; }
      .p-jobinfo__label span {
        font-size: 20px; } }
  .p-jobinfo__label.is-opened a::before {
    background-image: url(../img/ico_arrow_t.png); }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .p-jobinfo__label.is-opened a::before {
        background-image: url(../img/ico_arrow_t@2x.png);
        background-size: 30px auto; } }
    @media screen and (max-width: 600px) {
      .p-jobinfo__label.is-opened a::before {
        background-size: 22px auto; } }
  .p-jobinfo__label a {
    display: block;
    padding: 20px 20px 24px 51px;
    color: #fff;
    text-decoration: none; }
    .p-jobinfo__label a::before {
      position: relative;
      top: 6px;
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 25px;
      background: url(../img/ico_arrow_b.png) center left no-repeat; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .p-jobinfo__label a::before {
          background-image: url(../img/ico_arrow_b@2x.png);
          background-size: 30px auto; } }
      @media screen and (max-width: 600px) {
        .p-jobinfo__label a::before {
          position: absolute;
          top: 50%;
          left: 15px;
          display: block;
          width: 22px;
          height: 22px;
          margin-right: 14px;
          background-size: 22px auto;
          transform: translateY(-50%); } }
  @media screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 600px) and (min-resolution: 2dppx) {
    .p-jobinfo__label a::before {
      background-size: 22px auto; } }

.p-daily-schedule {
  padding: 58px; }
  @media screen and (max-width: 600px) {
    .p-daily-schedule {
      padding: 22px 22px 30px; } }

.p-jobdesc {
  padding: 35px 58px;
  border-top: 2px solid #5de1c7; }
  @media screen and (max-width: 800px) {
    .p-jobdesc {
      padding: 40px 17px 20px; } }

.p-jobdesc__label {
  position: relative;
  color: #4fd0b7;
  font-size: 21px;
  font-weight: bold;
  line-height: 38px; }
  @media screen and (max-width: 800px) {
    .p-jobdesc__label {
      padding-left: 30px;
      font-size: 18px;
      line-height: 19px; } }
  .p-jobdesc__label::before {
    position: absolute;
    top: 3px;
    left: -35px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/ico_pencil.png) center left no-repeat;
    content: ""; }
    @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
      .p-jobdesc__label::before {
        background-image: url(../img/ico_pencil@2x.png);
        background-size: 27px auto; } }
    @media screen and (max-width: 800px) {
      .p-jobdesc__label::before {
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        background-image: url(../img/ico_pencil@mb.png);
        background-size: 19px auto; } }

.p-jobdesc__outline {
  display: flex;
  margin-top: 35px; }
  @media screen and (max-width: 600px) {
    .p-jobdesc__outline {
      display: block;
      margin-top: 20px; } }

.p-jobdesc__outline__left {
  max-width: 350px;
  margin-right: 30px; }
  @media screen and (max-width: 600px) {
    .p-jobdesc__outline__left {
      max-width: 175px;
      margin: 0 auto; } }

.p-jobdesc__outline__right {
  width: calc(100% - 380px); }
  @media screen and (max-width: 600px) {
    .p-jobdesc__outline__right {
      width: 100%;
      margin-top: 20px; } }

.p-jobdesc__info {
  margin-top: 35px;
  font-size: 15px; }
  .p-jobdesc__info dt {
    width: 7.5em;
    padding: 10px 15px;
    float: left;
    color: #4fd0b7;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .p-jobdesc__info dt {
        font-size: 14px; } }
  .p-jobdesc__info dd {
    padding: 10px 15px 10px 7.5em; }
    @media screen and (max-width: 600px) {
      .p-jobdesc__info dd {
        font-size: 14px; } }
    .p-jobdesc__info dd:nth-of-type(odd) {
      background-color: #dff9f4; }

.p-jobdesc__info + .c-button {
  margin-top: 50px; }
  @media screen and (max-width: 600px) {
    .p-jobdesc__info + .c-button {
      margin-top: 37px; } }

.p-getintouch {
  margin-top: 20px;
  color: #fe888b;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .p-getintouch {
      font-size: 13px; } }

.p-getintoch__call {
  margin-top: 5px;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 600px) {
    .p-getintoch__call {
      width: 172px;
      height: 17px;
      margin: 7px auto 0; } }

.p-entryjob {
  display: flex;
  max-width: 1000px;
  margin: 15px auto 0; }
  .p-jobinfo-outer .p-entryjob {
    padding-bottom: 55px; }
  @media screen and (max-width: 800px) {
    .p-entryjob {
      padding: 0 20px; } }
  @media screen and (max-width: 600px) {
    .p-entryjob {
      flex-wrap: wrap;
      padding-bottom: 18px; } }

.p-entryjob__link {
  width: calc((100% - 66px) / 4);
  margin-right: 22px; }
  @media screen and (max-width: 600px) {
    .p-entryjob__link {
      width: calc((100% - 10px) / 2);
      margin-right: 10px; } }
  .p-entryjob__link:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 600px) {
    .p-entryjob__link:nth-child(even) {
      margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .p-entryjob__link:nth-child(n+3) {
      margin-top: 10px; } }
  .p-entryjob__link a {
    position: relative;
    display: block;
    padding: 13px 17px;
    color: #4fd0b7;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px; }
    @media screen and (max-width: 1024px) {
      .p-entryjob__link a {
        font-size: 13px; } }
    @media screen and (max-width: 600px) {
      .p-entryjob__link a {
        padding: 12px 26px 12px 11px; } }
    .p-entryjob__link a::after {
      position: absolute;
      top: 50%;
      right: 15px;
      display: inline-block;
      width: 10px;
      height: 17px;
      background: url(../img/ico_arrow_r.png) 0 0 no-repeat;
      transform: translateY(-50%);
      content: ""; }
      @media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        .p-entryjob__link a::after {
          background-image: url(../img/ico_arrow_r@2x.png);
          background-size: 10px auto; } }
      @media screen and (max-width: 600px) {
        .p-entryjob__link a::after {
          width: 7.5px;
          height: 12px;
          background-image: url(../img/ico_arrow_r@mb.png);
          background-size: 7.5px auto; } }
