@media screen and (min-width: 769px) {
  .content {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 50px;
  }
}

.content_head {
  background-image: url(../images/recruit/main_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .content_head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section_title_ja {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 769px) {
  .message_section_title_ja {
    margin-bottom: 90px;
  }
}

.message_section {
  margin-bottom: 75px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .message_section {
    background-image: url(../images/recruit/bg_01_01.png),
      url(../images/recruit/bg_01_02.jpg);
    background-position: left top 160px, center;
    background-size: auto, 100% 100%;
  }
}

@media screen and (max-width: 768px) {
  .message_section {
    background-image: url(../images/recruit/bg_01_sp.jpg);
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 50px;
  }
}

.message_section_2 {
  margin-bottom: 60px;
  background-image: url(../images/recruit/bg_02.jpg);
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .message_section_2 {
    min-height: 1100px;
    background-position: center;
    background-size: 100% 85%;
    /* background-size: 100% 100%; */
  }
}

@media screen and (max-width: 768px) {
  .message_section_2 {
    background-position: left center;
    background-size: auto 100%;
    margin-bottom: 50px;
  }
}

.message_text {
  line-height: 2.4;
}

@media screen and (min-width: 769px) {
  .message_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .message_text {
    line-height: 3;
  }
}

.message_text > .col {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .message_text > .col {
    width: 100%;
  }
}

.staff_section_lead {
  text-align: center;
  line-height: 2.4;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .staff_section_lead {
    margin-bottom: 35px;
  }
}

.staff_section_1,
.staff_section_2,
.staff_section_3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .staff_section_1,
  .staff_section_2,
  .staff_section_3 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .staff_section_1 > .row,
  .staff_section_2 > .row,
  .staff_section_3 > .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 769px) {
  .staff_section_1 > .row > .col,
  .staff_section_2 > .row > .col,
  .staff_section_3 > .row > .col {
    width: 235px;
  }
}

@media screen and (min-width: 769px) {
  .staff_section_1 > .row > .col:nth-child(2n),
  .staff_section_2 > .row > .col:nth-child(2n),
  .staff_section_3 > .row > .col:nth-child(2n) {
    padding-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_1 > .row,
  .staff_section_2 > .row {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_1 > .row > .col,
  .staff_section_2 > .row > .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_1 .slide,
  .staff_section_2 .slide {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_1 .slide {
    max-height: 650px;
    /* display: flex;
    align-items: center; */
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_2 .slide {
    max-height: 705px;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_3 > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .staff_section_3 > .row > .col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}

.staff_img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .staff_img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.staff_name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .staff_name {
    font-size: 2.8rem;
  }
}

.staff_caption {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .staff_caption {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .staff_caption {
    margin-bottom: 20px;
    white-space: nowrap;
  }
}

.staff_text {
  line-height: 1.8;
}

.slick-slide {
  margin-bottom: 30px;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b2b2b2;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #000;
}

.message_lead {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  line-height: 1.6;
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .message_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media screen and (max-width: 768px) {
  .message_wrap {
    display: block;
  }
  .message_wrap:after {
    content: "";
    clear: both;
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .message_wrap > .col {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .message_wrap > .col:first-child {
    width: 50%;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.message_wrap .text {
  line-height: 1.8;
  font-size: 1.2em;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .message_wrap .text {
    font-size: 1em;
    margin-top: 0px;
  }
}

.message_figcaption {
  text-align: center;
  position: relative;
  top: -65px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .message_figcaption {
    top: 0;
    left: -7px;
  }
}

.message_figcaption_en {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .message_figcaption_en {
    margin-bottom: 10px;
  }
}

.message_figcaption_name {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .message_figcaption_name {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
}

.recruit_section_lead {
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .recruit_section_lead {
    text-align: center;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit_section_lead {
    margin-bottom: 50px;
  }
}

.recruit_section_table {
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .recruit_section_table {
    margin-bottom: 35px;
  }
}

.recruit_section_table tr {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .recruit_section_table tr {
    display: flex;
    flex-direction: column;
  }
}

.recruit_section_table th,
.recruit_section_table td {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .recruit_section_table th {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .recruit_section_table td {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.recruit_section_table th {
  width: 255px;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .recruit_section_table th {
    width: 100px;
  }
}

.recruit_section_table td {
  line-height: 1.8;
}

.recruit_section_btn {
  width: 282px;
  /* height: 47px; */
  margin: auto;
}

@media screen and (max-width: 768px) {
  .recruit_section_btn {
    width: 197px;
    /* height: 32px; */
  }
}

.recruit_section_btn a {
  text-align: center;
  font-weight: 700;
  /* padding-top: 16px; */
  padding: 17px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recruit_section_btn a {
    font-size: 2.2rem;
    /* padding-top: 10px; */
  }
}

.recruit_section_btn .arrow_white {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .slide.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .slide.pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

.slide-arrow {
  border: none;
  background-color: transparent;
}

.prev-arrow {
  position: absolute;
  top: 30%;
  z-index: 100;
}

.next-arrow {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 100;
}

.fa-chevron-left:before {
  font-size: 2em;
  color: #000;
}

.fa-chevron-right:before {
  font-size: 2em;
  color: #000;
}

.dot-bottom {
  text-align: center;
  font-size: 0.85em;
  margin-top: 8px;
}

.bnr_book {
  width: 800px;
  margin: 30px auto 100px;
}

@media (max-width: 768px) {
  .bnr_book {
    width: 100%;
    margin: 50px auto 65px;
  }
}

.book_disc {
  display: flex;
  width: 800px;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 50px 0;
}

.book_disc .book_img {
  width: 200px;
  /* height: 300px; */
}

.book_disc .bbl {
  position: relative;
  width: 400px;
  display: inline-block;
  height: 320px;
  /* margin: 1.5em 0 1.5em 15px; */
  padding: calc((300px - 211px) / 2) 0;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 3px #555;
  box-sizing: border-box;
  font-size: 1em;
  text-align: center;
}

.book_disc .bbl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 13px solid #fff;
  z-index: 2;
}

.book_disc .bbl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.book_disc .bbl p {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .book_disc {
    width: 100%;
    /* padding: 0 30px; */
  }

  .book_disc .book_img {
    width: 30%;
  }

  .book_disc .bbl {
    width: 50%;
    padding: calc((300px - 184px) / 2) 0;
  }
}

@media (max-width: 555px) {
  .book_disc {
    width: 85%;
    display: block;
    margin: 0 auto;
  }

  .book_disc .book_img {
    /* width: 100%; */
    display: none;
  }

  .book_disc .bbl {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-bottom: 50px;
    font-size: 0.9em;
  }

  .book_disc .bbl:before {
    content: "";
    position: absolute;
    /* bottom: -24px; */
    left: 50%;
    margin-left: -15px;
    margin-top: 110px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
  }

  .book_disc .bbl:after {
    content: "";
    position: absolute;
    /* bottom: -30px; */
    left: 50%;
    margin-left: -17px;
    margin-top: 113px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
}

.recruit_site_btn {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .recruit_site_btn a {
    font-size: 2rem !important;
  }
}

.recruit_site_btn a {
  background-color: #fd626a !important;
}

.recruit_site_btn_bottom {
  margin-bottom: 100px;
}
