@charset "utf-8";

.index-head__wrap:before {
  background-image: url(../images/recruit/bg_index_pagehead.jpg);
}

.recruit {
  margin-top: 80px;
}

.recruit__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(24, 141, 96, 1);
}

.recruit-list__item {
  margin-top: 40px;
}

.recruit-list__item a {
  padding: 60px;
  display: flex;
  border: 4px solid rgba(24, 141, 96, 1);
  border-radius: 40px;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.recruit-list__item a:hover {
  background-color: rgba(24, 141, 96, 0.1);
}

.recruit-list__title {
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
}

.recruit-list__image {
  max-width: 40%;
  flex-basis: 40%;
  border-radius: 20px;
  overflow: hidden;
}

.recruit-list__wrap {
  max-width: calc(60% - 30px);
  flex-basis: calc(60% - 30px);
}

.recruit-list__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgba(24, 141, 96, 1);
}

.recruit-list-info {
  margin: 30px 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
}

.recruit-list-info dl {
  max-width: calc((100% - 80px) / 3);
  flex-basis: calc((100% - 80px) / 3);
  padding-right: 80px;
  position: relative;
}

.recruit-list-info dl:last-child {
  padding-right: 0;
}

.recruit-list-info dl:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 40px;
  top: 0;
}

.recruit-list-info dl:last-child:after {
  display: none;
}

.recruit-list-info dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  color: rgba(0, 0, 0, 1);
}

.recruit-list-info dd {
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .recruit-list__item a {
    align-items: flex-start;
  }

  .recruit-list-info {
    display: block;
  }

  .recruit-list-info dl {
    padding-right: 0;
    display: flex;
    max-width: none;
    flex-wrap: wrap;
  }

  .recruit-list-info dl:after {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 1px;
    margin: 10px 0;
    position: static;
  }

  .recruit-list-info dt {
    max-width: 80px;
    flex-basis: 80px;
  }

  .recruit-list-info dd {
    max-width: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
  }
}

@media screen and (max-width: 1024px) {
  .recruit-list__title {
    font-size: 2.5rem;
  }

  .recruit-list__text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 800px) {
  .recruit-list__item a {
    padding: 40px;
    display: block;
  }

  .recruit-list__image,
  .recruit-list__wrap {
    max-width: none;
  }

  .recruit-list__image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .recruit-list__item a {
    border-width: 2px;
    border-radius: 20px;
  }

  .recruit-list__image {
    border-radius: 10px;
  }

  .recruit-list__title {
    font-size: 2rem;
  }

  .recruit-list__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .recruit-list__item a {
    padding: 30px 6vw;
  }
}

/*------------------------------------*/

.other-head-main.sales:before {
  background-image: url(../images/recruit/img_header_sales.jpg);
}

.recruit-detail {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}

.recruit-detail__title {
  max-width: 50px;
  flex-basis: 50px;
}

.recruit-detail__title span {
  width: 100%;
  display: block;
  position: sticky;
  top: 120px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
  color: rgba(0, 0, 0, 1);
  writing-mode: vertical-lr;
  font-feature-settings: normal;
}

.recruit-detail__title span:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
}

.recruit-detail__wrap {
  max-width: calc(100% - 50px - 60px);
  flex-basis: calc(100% - 50px - 60px);
}

.day-flow {
  display: flex;
  flex-wrap: wrap;
}

.day-flow dt {
  max-width: 80px;
  flex-basis: 80px;
}

.day-flow dd {
  max-width: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
}

.entry-btn {
  margin-top: 80px;
}

.entry-btn .btn {
  max-width: 600px;
  height: 60px;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 2rem;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .recruit-detail {
    margin-top: 100px;
  }
}

@media screen and (max-width: 800px) {
  .recruit-detail {
    margin-top: 80px;
  }

  .recruit-detail {
    display: block;
  }

  .recruit-detail__title,
  .recruit-detail__wrap {
    max-width: none;
  }

  .recruit-detail__title {
    margin-bottom: 20px;
    display: table;
  }

  .recruit-detail__title span {
    font-size: 2rem;
    writing-mode: inherit;
    position: relative;
    top: 0;
  }

  .recruit-detail__title span:after {
    width: 100%;
    height: 1px;
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .recruit-detail {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
}
