@charset "UTF-8";
/*------------------------------------------------------------
共通打ち消し
------------------------------------------------------------*/
#page_header {
  margin-bottom: 0;
}

/*------------------------------------------------------------
求人写真
------------------------------------------------------------*/
#detail_photo {
  background: #e8f4eb;
}
#detail_photo .slick_arrow_left {
  left: 50%;
  margin-left: -295px;
}
#detail_photo .slick_arrow_right {
  right: 50%;
  margin-right: -295px;
}

@media screen and (max-width: 812px) {
  #detail_photo ul li img {
    width: 320px;
    height: auto;
  }
  #detail_photo .slick_arrow_left {
    left: 15px;
    margin-left: 0;
  }
  #detail_photo .slick_arrow_right {
    right: 15px;
    margin-right: 0;
  }
}
/*------------------------------------------------------------
求人ヘッダー
------------------------------------------------------------*/
#detail_head {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#detail_head .nav_select {
  margin-top: -30px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 50;
}
#detail_head .nav_select li {
  width: 320px;
  font-size: 2.1rem;
  line-height: 54px;
  font-weight: 500;
  background: #fff;
  border: 3px solid #218f3a;
  cursor: pointer;
}
#detail_head .nav_select li.on {
  color: #fff;
  background: #218f3a;
}
#detail_head .nav_select li:nth-child(1) {
  border-right: transparent;
  border-radius: 8px 0 0 8px;
}
#detail_head .nav_select li:nth-child(2) {
  border-left: transparent;
  border-radius: 0 8px 8px 0;
}
#detail_head section .job_business {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#detail_head section .job_business li {
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 5px;
  border-radius: 4px;
}
#detail_head section .job_business li:first-child {
  background: #218f3a;
}
#detail_head section .job_business li:last-child {
  background: #000;
}
#detail_head section p {
  margin-top: 20px;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
}
#detail_head section h2 {
  margin-top: 20px;
  font-size: 2.8rem;
  line-height: 1;
  color: #218f3a;
}
#detail_head section h3 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1;
}
#detail_head section .feature {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#detail_head section .feature li {
  margin: 5px 3px 0;
  color: #218f3a;
  line-height: 30px;
  background: #e8f4eb;
  padding: 0 15px;
  border-radius: 15px;
}
#detail_head section .feature li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 812px) {
  #detail_head {
    padding: 0 0 20px;
    margin: 0 15px 20px;
  }
  #detail_head .nav_select {
    margin-top: -20px;
  }
  #detail_head .nav_select li {
    width: 50%;
    font-size: 1.4rem;
    line-height: 36px;
    border: 2px solid #218f3a;
  }
  #detail_head .nav_select li:nth-child(1) {
    border-right: transparent;
    border-radius: 4px 0 0 4px;
  }
  #detail_head .nav_select li:nth-child(2) {
    border-left: transparent;
    border-radius: 0 4px 4px 0;
  }
  #detail_head section .job_business {
    margin-top: 20px;
  }
  #detail_head section .job_business li {
    line-height: 24px;
    padding: 0 10px;
  }
  #detail_head section p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  #detail_head section h2 {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  #detail_head section h3 {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  #detail_head section .feature {
    margin-top: 10px;
  }
  #detail_head section .feature li {
    line-height: 24px;
    padding: 0 10px;
    border-radius: 12px;
  }
}
/*------------------------------------------------------------
求人情報
------------------------------------------------------------*/
#detail_info section {
  margin-bottom: 80px;
  display: none;
}
#detail_info section.show {
  display: block;
}
#detail_info section p {
  margin-top: 20px;
}
#detail_info section h3 {
  font-size: 2.1rem;
  color: #218f3a;
  line-height: 1.3;
  border-left: 5px solid #218f3a;
  padding: 0 0 10px 10px;
  margin: 40px 0 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#detail_info section h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 8px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -5px;
}
#detail_info section dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#detail_info section dl dt {
  line-height: 1.3;
  background: #f6f6f6;
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
}
#detail_info section dl dt img {
  vertical-align: middle;
  margin-right: 10px;
}
#detail_info section dl dd {
  align-self: center;
  width: calc(100% - 200px);
  padding: 5px 0 5px 20px;
}
#detail_info section dl dd a {
  color: #218f3a;
}
#detail_info section dl dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 812px) {
  #detail_info section {
    margin-bottom: 40px;
  }
  #detail_info section p {
    margin-top: 10px;
  }
  #detail_info section h3 {
    font-size: 1.6rem;
    border-left: 3px solid #218f3a;
    padding: 0 0 0 5px;
    margin: 20px 0 10px;
    border-bottom: none;
  }
  #detail_info section h3:after {
    display: none;
  }
  #detail_info section dl {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  #detail_info section dl dt {
    width: auto;
    padding: 8px;
  }
  #detail_info section dl dt img {
    width: auto;
    height: 20px;
  }
  #detail_info section dl dd {
    width: auto;
    padding: 10px 0;
  }
}
/*------------------------------------------------------------
気になるに追加と応募する
------------------------------------------------------------*/
#clip_apply {
  position: absolute;
  left: 50%;
  background: #f6f6f6;
  width: 720px;
  padding: 10px;
  margin: 0 auto;
  margin-left: calc(-720px / 2 + 240px / 2);
  border-radius: 8px;
  box-sizing: border-box;
}
#clip_apply.fixed {
  position: fixed;
  bottom: 0;
  border-radius: 8px 8px 0 0;
}
#clip_apply ul {
  display: flex;
  justify-content: space-between;
}
#clip_apply ul li {
  width: calc(50% - 5px);
  text-align: center;
  box-sizing: border-box;
}
#clip_apply ul li.add_clip label {
  display: block;
  font-size: 2.1rem;
  line-height: 58px;
  color: #333;
  border: 1px solid #218f3a;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  background-image: url("../images/common/icon_favorite_off.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 30px;
  box-sizing: border-box;
  transition: all 0.25s;
  cursor: pointer;
}
#clip_apply ul li.add_clip label:hover {
  opacity: 0.75;
  color: #f69;
  border: 1px solid #f69;
}
#clip_apply ul li.add_clip label input[type='checkbox'] {
  display: none;
}
#clip_apply ul li.add_clip.on label {
  color: #fff;
  background-color: #f69;
  background-image: url("../images/common/icon_favorite_on_white.svg");
  border: 1px solid #f69;
}
#clip_apply ul li.apply a {
  display: block;
  font-size: 2.1rem;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  background-color: #218f3a;
  background-image: url("../images/common/icon_apply.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  width: 100%;
  padding: 0 0 0 15px;
  border-radius: 4px;
  box-sizing: border-box;
}
#clip_apply ul li.apply a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 1366px) {
  #clip_apply {
    margin-left: calc(-720px / 2);
  }
}
@media screen and (max-width: 812px) {
  #clip_apply {
    margin-left: 0;
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 4px;
  }
  #clip_apply.fixed {
    border-radius: 4px 4px 0 0;
  }
  #clip_apply ul {
    flex-wrap: wrap;
  }
  #clip_apply ul li.add_clip {
    width: 100%;
    margin-bottom: 5px;
  }
  #clip_apply ul li.add_clip label {
    font-size: 1.6rem;
    line-height: 38px;
    background-position: 10px center;
    background-size: auto 12px;
    padding-left: 15px;
  }
  #clip_apply ul li.apply a {
    font-size: 1.6rem;
    line-height: 40px;
    background-position: 10px center;
    background-size: auto 12px;
    padding: 0 0 0 15px;
  }
  #clip_apply ul li.apply a:hover {
    opacity: 1;
  }
  #clip_apply ul li.tel a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    color: #fff;
    line-height: 40px;
    background: #218f3a url("../images/common/icon_tel.svg") no-repeat 10px center;
    background-size: auto 16px;
    border-radius: 4px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
/*------------------------------------------------------------
この求人も見ています
------------------------------------------------------------*/
#recommend_recruit {
  margin-top: 240px;
  padding: 40px 0 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
}
#recommend_recruit section {
  align-self: center;
  width: 240px;
  text-align: center;
}
#recommend_recruit section h3 {
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #218f3a;
}
#recommend_recruit section p {
  margin-top: 25px;
}
#recommend_recruit section p a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #218f3a;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
}
#recommend_recruit section p a:hover {
  opacity: 0.75;
}
#recommend_recruit .slider {
  width: calc(100% - 240px);
  padding: 0 40px;
}
#recommend_recruit .slider a {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  text-decoration: none;
  width: 240px;
  padding: 15px;
  margin-right: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
#recommend_recruit .slider a:hover {
  border: 3px solid #218f3a;
  padding: 13px;
}
#recommend_recruit .slider a h4 {
  order: 4;
  font-size: 1.6rem;
  color: #218f3a;
}
#recommend_recruit .slider a figure {
  order: 2;
  position: relative;
  overflow: hidden;
}
#recommend_recruit .slider a figure > img {
  width: auto;
  height: 160px;
}
#recommend_recruit .slider a figure figcaption {
  position: absolute;
  top: 10px;
  right: 10px;
}
#recommend_recruit .slider a p {
  order: 3;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#recommend_recruit .slider a ul {
  order: 1;
}
#recommend_recruit .slider a ul li {
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
}
#recommend_recruit .slider a ul li.business_type {
  background: #218f3a;
  top: -24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#recommend_recruit .slider a ul li.job_type {
  background: #000;
  top: 160px;
  white-space: nowrap;
  overflow: hidden;
}
#recommend_recruit .slider a dl {
  order: 5;
  margin-top: 5px;
  overflow: hidden;
}
#recommend_recruit .slider a dl dt {
  float: left;
  width: 80px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
}
#recommend_recruit .slider a dl dd {
  margin-left: 90px;
}
#recommend_recruit .slick-list {
  padding-top: 40px !important;
}

@media screen and (max-width: 812px) {
  #recommend_recruit {
    padding: 20px 0 40px;
    margin: 180px 15px 0;
    display: block;
  }
  #recommend_recruit section {
    width: auto;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
  }
  #recommend_recruit section figure img {
    width: auto;
    height: 40px;
  }
  #recommend_recruit section h3 {
    margin-top: 0;
    font-size: 2.1rem;
    margin-left: 10px;
  }
  #recommend_recruit section p {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  #recommend_recruit section p a {
    padding: 0 10px;
  }
  #recommend_recruit section p a:hover {
    opacity: 1;
  }
  #recommend_recruit .slider {
    width: auto;
    padding: 0 15px;
  }
  #recommend_recruit .slider a {
    font-size: 1.2rem;
    padding: 15px;
    margin-right: 15px;
  }
  #recommend_recruit .slider a h4 {
    font-size: 1.4rem;
  }
  #recommend_recruit .slider a dl dt {
    width: 60px;
    line-height: 16px;
  }
  #recommend_recruit .slider a dl dd {
    margin-left: 70px;
    padding-top: 2px;
  }
  #recommend_recruit .slick-list {
    padding-top: 30px !important;
  }
}
/*------------------------------------------------------------
カラーリング
------------------------------------------------------------*/
#part #detail_head .nav_select li {
  border-color: #78ae38;
}
#part #detail_head .nav_select li.on {
  background-color: #78ae38;
}
#part #detail_head section .job_business li:first-child {
  background-color: #78ae38;
}
#part #detail_head section h2 {
  color: #78ae38;
}
#part #detail_head section .feature li {
  color: #78ae38;
}
@media screen and (max-width: 812px) {
  #part #detail_head .nav_select li {
    border-color: #78ae38;
  }
}
#part #detail_info section h3 {
  color: #78ae38;
  border-left-color: #78ae38;
}
#part #detail_info section dl dd a {
  color: #78ae38;
}
@media screen and (max-width: 812px) {
  #part #detail_info section h3 {
    border-left-color: #78ae38;
  }
}
#part #clip_apply ul li.add_clip label {
  border-color: #78ae38;
}
#part #clip_apply ul li.add_clip.on label {
  border-color: #f69;
}
#part #clip_apply ul li.apply input {
  background-color: #78ae38;
}
@media screen and (max-width: 812px) {
  #part #clip_apply ul li.tel a {
    background-color: #78ae38;
  }
}
#part #recommend_recruit section h3 {
  color: #78ae38;
}
#part #recommend_recruit section p a {
  background-color: #78ae38;
}
#part #recommend_recruit .slider a:hover {
  border-color: #78ae38;
}
#part #recommend_recruit .slider a h4 {
  color: #78ae38;
}
#part #recommend_recruit .slider a ul li.business_type {
  background-color: #78ae38;
}

/*# sourceMappingURL=detail.css.map */
