.main {
 
}
.contents {
  width: 100%;
  margin: auto;
}

.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.boxBtmArea02 {
  width: 100%;
  margin: 0 auto;
}

h1.main-title {
  padding-bottom: 15px;
}

.main-title__top {
  margin-bottom: 10px;
}

.points {
  margin-bottom: 70px;
}
.points__apply {
  margin-top: 30px;
  text-align: center;
}

.interview__title {
  margin-bottom: 20px;
}

.interview-box {
  *zoom: 1;
  border: 14px solid #5d4840;
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  position: relative;
}
.interview-box:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.interview-box__image {
  position: absolute;
  top: 15px;
  left: 30px;
}
.interview-box__title {
  padding-top: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.interview-box__detail {
  float: left;
  padding-left: 260px;
}

.crew {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.work-data__title {
  margin-bottom: 10px;
}
.work-data__table {
  overflow: hidden;
  *zoom: 1;
}
.work-data__table dt {
  clear: both;
  float: left;
  width: 170px;
  font-weight: bold;
}
.work-data__table dd {
  float: left;
}
.interview-text-toggle {
  display: none;
}
.interview-text {
  padding-left: 300px;
  padding-right: 40px;
  margin-bottom: 100px;
}
.interview-text span {
  background: #f7e7af;
}

.apply {
  margin-bottom: 40px;
}
.apply__block {
  overflow: hidden;
  *zoom: 1;
}
.apply__box {
  width: 455px;
  height: 180px;
  float: left;
  margin-right: 25px;
  border: 10px solid #5d4840;
  text-align: center;
}
.apply__box--last {
  margin-right: 0;
}
.apply__note {
  margin-top: 15px;
}

h2.apply__title {
  padding-bottom: 24px;
}

.apply-box__title {
  padding-top: 22px;
  margin-bottom: 25px;
}
.apply-box__tel {
  margin-bottom: 10px;
}

h2.apply__title {
  text-align: center;
  padding-top: 0;
}

.page-top {
  text-align: right;
}
.page-top a {
  display: inline-block;
  background: url(../../assets/img/ico_to_pagetop.png) left center no-repeat;
  padding-left: 40px;
}
