@charset "UTF-8";
/* -------------------------------------------
スタッフインタビュー
---------------------------------------------- */
#main {
  margin-top: 0 !important;
}

.interview_title {
  background-color: #f7f7f7;
  padding: 70px 0;
  text-align: center;
}

.interview_title h2 {
  margin-bottom: 25px;
}

.interview_title p {
  margin: auto;
  width: 1000px;
}

.interview_box {
  margin: auto;
  padding: 90px 0;
  width: 1000px;
}

.interview_box li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview_box li:not(:first-child) {
  margin-top: 50px;
}

.interview_box li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.interview_box .img_box img {
  width: 300px;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview_box .text_box {
  border-top: 1px dotted #d5d5d5;
  border-bottom: 1px dotted #d5d5d5;
  height: 290px;
  padding: 25px 0 40px;
  text-align: center;
  width: 620px;
}

.interview_box .text_box .lead {
  color: #a4895d;
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.interview_box .text_box .name {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

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

.entry {
  background: url("/common/images/recruit/entry_bg.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}

.entry_title {
  margin-bottom: 20px;
}

.entry_text {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.entry_button {
  display: block;
}

.top_link {
  margin-top: 60px;
}

.top_link a {
  background-color: #ccc;
  color: #333;
  display: block;
  font-size: 1.8rem;
  margin: auto;
  padding: 20px 0;
  text-align: center;
  width: 320px;
}
/*# sourceMappingURL=staff.css.map */