@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  position: relative;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  .container {
    min-width: 1280px;
    overflow: hidden;
    padding-top: 120px;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.16rem;
  }

  .container {
    min-width: 320px;
    padding-top: 1.2rem;
  }

  .wrapper {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
/* MODULES
 * ----------------------------------------------- */
.button-common {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #000;
}
@media print, (min-width: 768px) {
  .button-common {
    font-size: 20px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .button-common {
    font-size: 0.23rem;
    border-radius: 0.05rem;
  }
}

/* PAGE
 * ----------------------------------------------- */
.section-recruit-acs {
  position: relative;
  z-index: 0;
}
.section-recruit-acs:before, .section-recruit-acs:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-recruit-acs:before {
  bottom: 0;
}
.section-recruit-acs:after {
  top: 0;
}
.section-recruit-acs .wrap-acs {
  z-index: 2;
}
.section-recruit-acs .content-acs {
  position: relative;
}
.section-recruit-acs .image-acs {
  flex-shrink: 0;
  position: relative;
}
.section-recruit-acs .image-acs img {
  width: 100%;
}
.section-recruit-acs .text {
  text-align: center;
  font-weight: 500;
  line-height: 2.125;
}

@media print, (min-width: 768px) {
  .section-recruit-acs {
    padding: 81px 0 98px;
  }
  .section-recruit-acs:before {
    width: 250px;
    height: 360px;
    background: url(../img/recruit/bg_green.png) no-repeat center/250px 360px;
    left: -35px;
  }
  .section-recruit-acs:after {
    width: 250px;
    height: 357px;
    background: url(../img/recruit/bg_black.png) no-repeat center/250px 357px;
    right: -33px;
  }
  .section-recruit-acs .wrap-acs {
    width: 1142px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
  }
  .section-recruit-acs .content-acs {
    width: 444px;
    left: 38px;
  }
  .section-recruit-acs .image-acs {
    flex-shrink: 0;
    width: 716px;
    right: -29px;
  }
  .section-recruit-acs .section-title {
    width: 286px;
    margin: 19px auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  .section-recruit-acs {
    padding: 0.8rem 0;
  }
  .section-recruit-acs:before {
    width: 2.5rem;
    height: 3.6rem;
    background: url(../img/recruit/bg_green.png) no-repeat center/2.5rem 3.6rem;
    left: 0;
  }
  .section-recruit-acs:after {
    width: 2.5rem;
    height: 3.57rem;
    background: url(../img/recruit/bg_black.png) no-repeat center/2.5rem 3.57rem;
    right: 0;
  }
  .section-recruit-acs .section-title {
    width: 2.86rem;
    margin: 0.2rem auto 0.25rem;
  }
  .section-recruit-acs .content-acs {
    margin-bottom: 0.4rem;
  }
  .section-recruit-acs .text {
    font-size: 0.24rem;
  }
}
.section-occupation {
  position: relative;
  z-index: 0;
  background: #f6f6f6;
  outline: none;
}
.section-occupation:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.21;
  bottom: 0;
}
.section-occupation .image img {
  width: 100%;
}
.section-occupation .content-occupation {
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.section-occupation .content-occupation:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.section-occupation .content-occupation .title {
  font-weight: bold;
  color: #00a943;
  text-align: center;
}
.section-occupation .content-occupation .text {
  font-weight: 500;
  line-height: 1.8125;
  letter-spacing: -0.05em;
}

@media print, (min-width: 768px) {
  .section-occupation {
    padding: 50px 0 80px;
  }
  .section-occupation:before {
    height: 610px;
    background: url(../img/common/bg_pattern.png) repeat-x bottom left/530px 610px;
  }
  .section-occupation .section-title {
    width: 256px;
    margin: 0 auto 19px;
  }
  .section-occupation .list-occupation {
    display: flex;
    flex-wrap: wrap;
    width: 1198px;
    margin: 0 auto;
  }
  .section-occupation .detail-occupation {
    width: 33.333%;
  }
  .section-occupation .deputy-staff .content-occupation:before {
    left: 0;
    top: -10px;
    width: 134px;
    height: 48px;
    background: url(../img/recruit/txt_deputy.png) no-repeat center/134px 48px;
  }
  .section-occupation .worker-carpenter .content-occupation:before {
    top: -9px;
    left: 0;
    width: 145px;
    height: 44px;
    background: url(../img/recruit/txt_worker_carpenter.png) no-repeat center/145px 44px;
  }
  .section-occupation .operator-staff .content-occupation:before {
    left: -2px;
    top: -9px;
    width: 187px;
    height: 48px;
    background: url(../img/recruit/txt_operator.png) no-repeat center/187px 48px;
  }
  .section-occupation .content-occupation {
    padding: 18px 26px 39px;
    width: 370px;
    margin: -33px auto 0;
  }
  .section-occupation .content-occupation .title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-occupation {
    padding: 0.8rem 0;
  }
  .section-occupation:before {
    height: 610px;
    background: url(../img/common/bg_pattern.png) repeat-x bottom left/5.3rem 6.1rem;
  }
  .section-occupation .section-title {
    width: 2.56rem;
    margin: 0 auto 0.2rem;
  }
  .section-occupation .detail-occupation {
    margin-bottom: 0.6rem;
  }
  .section-occupation .deputy-staff .content-occupation:before {
    left: 0;
    top: -0.09rem;
    width: 1.34rem;
    height: 0.48rem;
    background: url(../img/recruit/txt_deputy.png) no-repeat center/1.34rem 0.48rem;
  }
  .section-occupation .worker-carpenter .content-occupation:before {
    top: -0.09rem;
    left: 0;
    width: 1.6rem;
    height: 0.44rem;
    background: url(../img/recruit/txt_worker_carpenter.png) no-repeat center/1.6rem 0.44rem;
  }
  .section-occupation .operator-staff .content-occupation:before {
    left: -0.02rem;
    top: -0.09rem;
    width: 1.87rem;
    height: 0.48rem;
    background: url(../img/recruit/txt_operator.png) no-repeat center/1.87rem 0.48rem;
  }
  .section-occupation .content-occupation {
    padding: 0.3rem 0.3rem 0.39rem;
    width: 6rem;
    margin: -0.33rem auto 0;
    font-size: 0.24rem;
  }
  .section-occupation .content-occupation .title {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
}
.section-recruit-interview {
  overflow: hidden;
}
.section-recruit-interview .section-title {
  position: relative;
  z-index: 1;
}
.section-recruit-interview .wrapper-interview {
  position: relative;
  background: rgba(236, 236, 236, 0.3);
}
.section-recruit-interview .wrapper-interview:before, .section-recruit-interview .wrapper-interview:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  transform: skewY(4deg);
}
.section-recruit-interview .detail-interview {
  position: relative;
  display: flex;
}
.section-recruit-interview .content-inner {
  width: 100%;
}
.section-recruit-interview .image {
  position: absolute;
  bottom: 0;
}
.section-recruit-interview .image img {
  width: 100%;
}
.section-recruit-interview .title img {
  width: 100%;
}
.section-recruit-interview .content-interview {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-recruit-interview .wrapper-interview {
    height: 510px;
    margin-top: -28px;
    padding-top: 105px;
  }
  .section-recruit-interview .wrapper-interview:before, .section-recruit-interview .wrapper-interview:after {
    height: 150px;
  }
  .section-recruit-interview .wrapper-interview:before {
    top: -78px;
  }
  .section-recruit-interview .wrapper-interview:after {
    bottom: -94px;
  }

  .section-recruit-interview {
    padding-top: 42px;
  }
  .section-recruit-interview.is-animated .list-interview:before {
    width: 100%;
  }
  .section-recruit-interview .section-title {
    width: 443px;
    margin: 0 auto -12px;
  }
  .section-recruit-interview .list-interview {
    display: flex;
    width: 1252px;
    margin: 78px auto;
  }
  .section-recruit-interview .list-interview:before {
    height: 212px;
  }
  .section-recruit-interview .list-interview {
    position: relative;
  }
  .section-recruit-interview .list-interview:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/recruit/bg_interview_03.png) no-repeat bottom center/auto 100%;
    -webkit-transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
    transition: width 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
    width: 0%;
    height: 100%;
  }
  .section-recruit-interview .detail-interview {
    width: 33.33%;
  }
  .section-recruit-interview .wrap-button .button-common {
    padding: 9px 34px 7px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-recruit-interview .wrap-button .button-common {
    padding: 12px 28px 4px;
  }
}
@media print, (min-width: 768px) {
  .section-recruit-interview .title {
    z-index: 10;
    position: relative;
    width: 143px;
  }
   .section-recruit-interview .deputy-staff .title img {
    display: block;
    width: 101px;
    margin: 0 auto;
  }
  .section-recruit-interview .deputy-staff .image {
    width: 174px;
    right: 40px;
  }
  .section-recruit-interview .deputy-staff .content-interview {
    right: -55px;
    top: -29px;
  }
  .section-recruit-interview .worker-carpenter .title img {
    display: block;
    width: 88px;
    margin: 0 auto;
  }
  .section-recruit-interview .worker-carpenter .image {
    width: 153px;
    right: 102px;
  }
  .section-recruit-interview .worker-carpenter .content-interview {
    right: -13px;
    top: -29px;
  }
  .section-recruit-interview .operator-staff .title img {
    display: block;
    width: 143px;
    margin: 0 auto;
  }
  .section-recruit-interview .operator-staff .image {
    width: 265px;
    right: -7px;
  }
  .section-recruit-interview .operator-staff .content-interview {
    right: -39px;
    top: -29px;
  }
  .section-recruit-interview .content-interview {
    right: -3px;
    top: -6px;
  }
  .section-recruit-interview .content-interview .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-recruit-interview .wrapper-interview {
    min-height: 14rem;
    margin-bottom: 0.5rem;
    padding-top: 0.8rem;
  }
  .section-recruit-interview .wrapper-interview:before, .section-recruit-interview .wrapper-interview:after {
    height: 0.84rem;
  }
  .section-recruit-interview .wrapper-interview:before {
    top: -0.52rem;
  }
  .section-recruit-interview .wrapper-interview:after {
    bottom: -0.52rem;
  }
  .section-recruit-interview .detail-interview {
    margin-bottom: 1.2rem;
    position: relative;
  }
  .section-recruit-interview .detail-interview:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    -webkit-transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    transition: width 600ms cubic-bezier(0.165, 0.84, 0.44, 1) 600ms;
    width: 0%;
    background: url(../img/recruit/bg_interview_02.png) no-repeat bottom center/auto 100%;
  }
  .section-recruit-interview.is-animated .detail-interview:before {
    width: 100%;
  }

  .section-recruit-interview {
    padding-top: 0.42rem;
  }
  .section-recruit-interview .section-title {
    width: 4.43rem;
    margin: 0 auto -0.12rem;
  }
  .section-recruit-interview .list-interview {
    margin: 0.78rem auto;
    width: 6.8rem;
  }
  .section-recruit-interview .list-interview:before {
    height: 2.12rem;
  }
  .section-recruit-interview .wrap-button .button-common {
    padding: 0.18rem 0.4rem 0.14rem;
    font-size: 0.24rem;
    margin-left: -0.1rem;
  }
  .section-recruit-interview .deputy-staff .image {
    width: 1.96rem;
  }
  .section-recruit-interview .operator-staff .image {
    width: 3rem;
  }
  .section-recruit-interview .worker-carpenter .image {
    width: 1.74rem;
  }
  .section-recruit-interview .title {
    width: 1.8rem;
  }
  .section-recruit-interview .title img {
    display: block;
    margin: 0 auto;
  }
  .section-recruit-interview .deputy-staff .title img {
    width: 1.3rem;
  }
  .section-recruit-interview .worker-carpenter .title img {
    width: 1.2rem;
  }
  .section-recruit-interview .operator-staff .title img {
    width: 1.8rem;
  }
  .section-recruit-interview .deputy-staff .image {
    right: 1.4rem;
  }
  .section-recruit-interview .deputy-staff .content-interview {
    right: -1.4rem;
    top: -0.29rem;
  }
  .section-recruit-interview .worker-carpenter .image {
    right: 1.4rem;
  }
  .section-recruit-interview .worker-carpenter .content-interview {
    right: -1.4rem;
    top: -0.29rem;
  }
  .section-recruit-interview .operator-staff .image {
    right: 0.8rem;
  }
  .section-recruit-interview .operator-staff .content-interview {
    right: -1.5rem;
    top: -0.29rem;
  }
  .section-recruit-interview .content-interview {
    position: relative;
    right: -1.03rem;
    top: -0.06rem;
  }
  .section-recruit-interview .content-interview .title {
    margin-bottom: 0;
  }
}
.banner-fqa-recruitment {
  background: #2c2c2c;
  position: relative;
  z-index: 0;
  outline: none;
}
.banner-fqa-recruitment:before, .banner-fqa-recruitment:after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.21;
  top: 0;
}
.banner-fqa-recruitment:before {
  left: 0;
}
.banner-fqa-recruitment:after {
  right: 0;
}
.banner-fqa-recruitment:before, .banner-fqa-recruitment:after {
  width: 397px;
}
.banner-fqa-recruitment:before {
  background: url(../img/recruit/recruitment/bg_pattern_left.png) repeat-y left -13px top 3px/397px auto;
}
.banner-fqa-recruitment:after {
  background: url(../img/recruit/recruitment/bg_pattern_right.png) repeat-y right -13px top -1px/397px auto;
}
@media only screen and (max-width: 767px) {
  .banner-fqa-recruitment:before, .banner-fqa-recruitment:after {
    width: 3rem;
  }
  .banner-fqa-recruitment:before {
    background: url(../img/recruit/recruitment/bg_pattern_left.png) repeat-y left -0.1rem top/3rem auto;
  }
  .banner-fqa-recruitment:after {
    background: url(../img/recruit/recruitment/bg_pattern_right.png) repeat-y right -0.1rem top/3rem auto;
  }
}
.banner-fqa-recruitment .list-other-type {
  margin: 0 auto;
}
.banner-fqa-recruitment .list-other-type a {
  display: block;
}
.banner-fqa-recruitment .list-other-type img {
  width: 100%;
}

.wrapper-pamphlet {
  background: url(../img/recruit/bg_pamphlet.jpg) no-repeat center/cover;
}
.wrapper-pamphlet .content-pamphlet {
  margin: 0 auto;
}
.wrapper-pamphlet .button-common {
  text-align: center;
}
.wrapper-pamphlet .image-pamphlet {
  flex-shrink: 0;
}
.wrapper-pamphlet .image-pamphlet img {
  width: 100%;
}
.wrapper-pamphlet .content-inner {
  position: relative;
}

.section-title {
  margin: 0 auto;
}
.section-title img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .banner-fqa-recruitment {
    padding: 94px 0;
    height: 353px;
    margin-bottom: 107px;
  }
  .banner-fqa-recruitment .list-other-type {
    width: 1042px;
    display: flex;
  }
  .banner-fqa-recruitment .list-other-type .detail {
    width: 481px;
    margin: 0 20px;
  }

  .wrapper-pamphlet {
    height: 281px;
    margin-bottom: 121px;
  }
  .wrapper-pamphlet .content-pamphlet {
    width: 800px;
    display: flex;
    align-items: center;
  }
  .wrapper-pamphlet .section-title {
    width: 412px;
    margin-bottom: 20px;
  }
  .wrapper-pamphlet .button-common {
    min-width: 406px;
    padding: 26px 10px 24px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .wrapper-pamphlet .button-common {
    padding: 30px 10px 20px;
  }
}
@media print, (min-width: 768px) {
  .wrapper-pamphlet .image-pamphlet {
    width: 380px;
    margin: -31px 0 0 50px;
  }
  .wrapper-pamphlet .content-inner {
    top: -12px;
    left: -44px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-fqa-recruitment {
    padding: 0.94rem 0;
    min-height: 7rem;
    margin-bottom: 1.07rem;
  }
  .banner-fqa-recruitment .list-other-type .detail {
    margin: 0 0.2rem;
  }
  .banner-fqa-recruitment .list-other-type .detail:not(:last-child) {
    margin-bottom: 0.6rem;
  }

  .wrapper-pamphlet {
    height: 7rem;
    margin-bottom: 1.21rem;
    padding: 0.8rem 0;
  }
  .wrapper-pamphlet .content-inner {
    text-align: center;
  }
  .wrapper-pamphlet .content-pamphlet {
    width: 7rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .wrapper-pamphlet .section-title {
    width: 4.12rem;
    margin-bottom: 0.2rem;
  }
  .wrapper-pamphlet .button-common {
    min-width: 4.06rem;
    padding: 0.27rem 0.1rem 0.23rem;
  }
  .wrapper-pamphlet .image-pamphlet {
    width: 3.8rem;
    margin: 0 auto 0.4rem;
  }
}

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