@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/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, 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;
}

/* ======================================================================
 common
====================================================================== */
@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;
}
body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.1em;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 779px) {
  img {
    width: 100%;
  }
}

a {
  text-decoration: none;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  text-decoration: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 779px) {
  .container {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 779px) {
  .sm {
    display: block !important;
  }

  .md {
    display: none !important;
  }
}
/* ======================================================================
 recruit
====================================================================== */
@media screen and (max-width: 779px) {
  .recruit {
    overflow-x: hidden;
  }
}
.recruit .entry {
  margin-bottom: 100px;
}
@media screen and (max-width: 779px) {
  .recruit .entry {
    margin-bottom: 15%;
  }
}
.recruit .entry a {
  display: block;
  background: #bd2c0f;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: 100;
  width: 400px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
@media screen and (max-width: 779px) {
  .recruit .entry a {
    width: 92%;
  }
}
.recruit .entry a:hover {
  background: #333333;
}
.recruit .under_ttl {
  background: #f4f1f1;
  color: #bd2c0f;
  text-align: center;
  font-weight: 100;
  width: 100%;
  height: 200px;
  line-height: 200px;
  font-size: 40px;
}
@media screen and (max-width: 779px) {
  .recruit .under_ttl {
    height: 100px;
    line-height: 100px;
    font-size: 20px;
  }
}
.recruit .menu {
  background: #bd2c0f;
}
.recruit .menu .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .recruit .menu .container {
    display: table;
    width: 100%;
  }
}
.recruit .menu .container a {
  width: 20%;
  text-align: center;
  color: white;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 779px) {
  .recruit .menu .container a {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 1.3;
    font-size: 12px;
  }
}
.recruit .menu .container a:hover, .recruit .menu .container a.active {
  background: #333333;
}
.recruit .top_kv {
  position: relative;
}
.recruit .top_kv img {
  width: 100%;
}
.recruit .top_kv .ttl {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.95);
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 40px;
  line-height: 1.3;
  top: 50px;
  font-weight: 100;
}
@media screen and (max-width: 779px) {
  .recruit .top_kv .ttl {
    font-size: 20px;
    top: 25px;
  }
}
.recruit .top_sec01 {
  padding-top: 80px;
}
@media screen and (max-width: 779px) {
  .recruit .top_sec01 {
    padding-top: 13%;
  }
}
.recruit .top_sec01 > .ttl {
  text-align: center;
  font-weight: 100;
  color: #bd2c0f;
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 779px) {
  .recruit .top_sec01 > .ttl {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5%;
  }
}
.recruit .top_sec01 > .txt {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media screen and (max-width: 779px) {
  .recruit .top_sec01 > .txt {
    margin-bottom: 13%;
    text-align: left;
  }
}
.recruit .top_sec01 .slick {
  margin: 0 3% 80px;
}
@media screen and (max-width: 779px) {
  .recruit .top_sec01 .slick {
    margin: 0 0 13%;
  }
}
.recruit .top_sec01 .slick .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -15px;
  background-color: rgba(255, 255, 255, 0.95);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.recruit .top_sec01 .slick .slick-arrow.prev-arrow {
  left: -2%;
}
.recruit .top_sec01 .slick .slick-arrow.next-arrow {
  right: -2%;
}
.recruit .top_sec01 .slick .box {
  outline: none;
  line-height: 1.5;
  border: 1px solid #dddddd;
  margin: 0 0.25%;
  padding: 30px 20px 0;
  min-height: 920px;
}
@media screen and (max-width: 779px) {
  .recruit .top_sec01 .slick .box {
    min-height: 1060px;
  }
}
.recruit .top_sec01 .slick .box .img img {
  width: 150px;
  margin: 0 auto;
}
.recruit .top_sec01 .slick .box .head {
  text-align: center;
  margin: 20px 0;
}
.recruit .top_sec01 .slick .box .detail {
  font-size: 12px;
}
.recruit .top_sec01 .slick .box .detail .ttl {
  border-left: 3px solid #bd2c0f;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.recruit .top_sec01 .slick .box .detail .ttl span {
  padding-left: 0.5em;
}
.recruit .top_sec01 .slick .box .detail .txt {
  margin-bottom: 1.5em;
}
.recruit .top_sec02 img {
  width: 100%;
}
.recruit .about_sec01 {
  padding-top: 80px;
}
@media screen and (max-width: 779px) {
  .recruit .about_sec01 {
    padding-top: 10%;
  }
}
.recruit .about_sec01 > .ttl {
  text-align: center;
  font-weight: 100;
  color: #bd2c0f;
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 779px) {
  .recruit .about_sec01 > .ttl {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5%;
  }
}
.recruit .about_sec01 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .recruit .about_sec01 .list {
    margin-bottom: 8%;
  }
}
.recruit .about_sec01 .list li {
  width: 485px;
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .recruit .about_sec01 .list li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.recruit .about_sec01 .list li:not(:nth-child(2n)) {
  margin-right: 30px;
}
@media screen and (max-width: 779px) {
  .recruit .about_sec01 .list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.recruit .about_sec01 .list li .ttl {
  background: #bd2c0f;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
@media screen and (max-width: 779px) {
  .recruit .about_sec01 .list li .ttl {
    font-size: 14px;
  }
}
.recruit .about_sec01 .list li .txt {
  line-height: 1.5;
  margin-top: 15px;
}
.recruit .flow_sec01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 {
    margin-bottom: 15%;
  }
}
.recruit .flow_sec01 > .txt {
  line-height: 1.8;
  margin: 40px 0;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 > .txt {
    margin: 5% 0;
  }
}
.recruit .flow_sec01 .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 .box {
    display: block;
  }
}
.recruit .flow_sec01 .box .detail {
  margin-left: 60px;
  width: 500px;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 .box .detail {
    margin: 8% 0 0;
    width: 100%;
  }
}
.recruit .flow_sec01 .box .detail .work li {
  margin-bottom: 30px;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 .box .detail .work li {
    margin-bottom: 8%;
  }
}
.recruit .flow_sec01 .box .detail .work li .ttl {
  background: #bd2c0f;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.recruit .flow_sec01 .box .detail .work li .txt {
  margin-top: 1em;
  line-height: 1.5;
}
.recruit .flow_sec01 .box .detail .work li .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit .flow_sec01 .box .detail .work li .list .point {
  text-align: center;
  border: 1px solid #bd2c0f;
  color: #bd2c0f;
  padding: 10px;
  width: 220px;
  margin-top: 10px;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 .box .detail .work li .list .point {
    width: 41.5%;
    padding: 3%;
  }
}
.recruit .flow_sec01 .box .detail .work li .list .point:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media screen and (max-width: 779px) {
  .recruit .flow_sec01 .box .detail .work li .list .point:not(:nth-child(2n)) {
    margin-right: 3%;
  }
}
.recruit .detail_sec01 {
  padding: 60px 0 80px;
}
@media screen and (max-width: 779px) {
  .recruit .detail_sec01 {
    padding: 8% 0 15%;
  }
}
.recruit .detail_sec01 table {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .recruit .detail_sec01 table {
    width: 100%;
  }
}
.recruit .detail_sec01 table th, .recruit .detail_sec01 table td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 779px) {
  .recruit .detail_sec01 table th, .recruit .detail_sec01 table td {
    display: block;
  }
}
.recruit .detail_sec01 table th {
  width: 25%;
}
@media screen and (max-width: 779px) {
  .recruit .detail_sec01 table th {
    width: 100%;
    border-bottom: none;
    padding: 10px 10px 0;
    font-weight: bold;
  }
}
