﻿@charset "UTF-8";
/* ------------------------------
#career
------------------------------ */
/* list
------------------------------ */
.recruit_career {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 85px 0 95px;
}
#recruit h2.career_h2 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
  color: #8C7459;
}
.tag_box {
  margin-top: 85px;
}
.tag_list {
  display: flex;
}
.tag_list h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  flex-shrink: 0;
  font-size: 25px;
  font-weight: 500;
}
.tag_list .tag_btn {
  display: flex;
  flex-wrap: wrap;
}
.tag_list .tag_btn li {
  margin: 0 7px 20px;
}
.tag_list .tag_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 125px;
  height: 45px;
  font-size: 25px;
  color: #8c7459;
  line-height: 1;
  padding: 0 25px;
  background: #fff;
  border: 1px solid #8c7459;
  border-radius: 60px;
}
.tag_list .tag_btn li a:hover, .tag_list .tag_btn li a.active_btn {
  color: #fff;
  background: #8c7459;
}
.job_box {
  margin-top: 40px;
}
.job_detail {
  margin-bottom: 35px;
  padding: 14px;
  background: #fff;
}
.tag_icon {
  display: flex;
  flex-wrap: wrap;
}
.tag_icon li {
  margin: 0 7px 20px;
}
.tag_icon li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 125px;
  height: 45px;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  padding: 0 25px;
  background: #C9BDB1;
  border: 1px solid #C9BDB1;
  border-radius: 60px;
}
.job_detail_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.job_detail_flex {}
#recruit h3.job_name {
  font-size: 30px;
  font-weight: 600;
  color: #8c7459;
  line-height: 1.5;
  margin-bottom: 20px;
}
.job_txt {
  font-size: 18px;
  font-weight: 600;
  color: #8c7459;
  margin: 0 0 15px 20px;
}
.job_detail_btn {
  width: 194px;
  flex-shrink: 0;
}
.job_detail_btn a {
  position: relative;
  display: table;
  font-size: 22px;
  color: #8c7459;
  text-align: center;
  line-height: 1;
  margin: 0 74px 25px 0;
}
.job_detail_btn a::after {
  position: absolute;
  content: "";
  bottom: -15px;
  right: -40px;
  width: 139px;
  height: 17px;
  background: url(/cms/img/recruit/job_detail_arrow.png) no-repeat top left;
}
.job_detail_btn a:hover, .job_detail_btn a:hover::after {
  opacity: 0.7;
}
.job_detail_none {
  font-size: 20px;
  text-align: center;
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .recruit_career {
    padding: calc(65 * (100vw / 375)) 0;
  }
  #recruit h2.career_h2 {
    font-size: 28px;
    margin: 0 15px;
  }
  .tag_box {
    margin: calc(65 * (100vw / 375)) 15px 0;
  }
  .tag_list h3 {
    height: 28px;
    font-size: 15px;
  }
  .tag_list .tag_btn li {
    margin: 0 calc(4 * (100vw / 375)) calc(13 * (100vw / 375));
  }
  .tag_list .tag_btn li a {
    min-width: 75px;
    height: 28px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: calc(60 * (100vw / 375));
  }
  .job_box {
    margin: calc(15 * (100vw / 375)) 15px 0;
  }
  .job_detail {
    margin-bottom: calc(15 * (100vw / 375));
    padding: calc(8 * (100vw / 375)) calc(6 * (100vw / 375));
  }
  .tag_icon li {
    margin: 0 calc(4 * (100vw / 375)) calc(13 * (100vw / 375));
  }
  .tag_icon li span {
    min-width: 75px;
    height: 28px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: calc(60 * (100vw / 375));
  }
  .job_detail_inner {
    display: block;
  }
  #recruit h3.job_name {
    font-size: 20px;
    margin-bottom: calc(20 * (100vw / 375));
  }
  .job_txt {
    font-size: 14px;
    margin: 0 0 calc(40 * (100vw / 375)) calc(10 * (100vw / 375));
  }
  .job_detail_btn {
    width: 100%;
  }
  .job_detail_btn a {
    display: table;
    font-size: 14px;
    margin: 0 calc(18 * (100vw / 375)) calc(13 * (100vw / 375)) auto;
  }
  .job_detail_btn a::after {
    bottom: calc(-10 * (100vw / 375));
    right: calc(-15 * (100vw / 375));
    width: calc(75 * (100vw / 375));
    height: calc(10 * (100vw / 375));
    background: url(/cms/img/recruit/job_detail_arrow.png) no-repeat top left;
    background-size: calc(75 * (100vw / 375)) calc(10 * (100vw / 375));
  }
  .job_detail_none {
    font-size: 16px;
    padding: 150px 0;
  }
}
/* detail
------------------------------ */
.recruit_career_detail {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 95px;
}
#recruit h2.career_detail_h2 {
  display: table;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #8C7459;
  margin: auto;
}
.job_detail_box {
  margin-top: 70px;
}
.job_detail_content {
  width: 100%;
  margin: 5px auto 65px;
}
.job_detail_content dl {
  display: flex;
  flex-wrap: wrap;
}
.job_detail_content dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  width: 100%;
  max-width: 189px;
  padding: 60px 10px;
  background: #C9BDB1;
  border-bottom: 1px solid #f1eeea;
}
.job_detail_content dl dd {
  word-break: break-all;
  font-size: 20px;
  width: 100%;
  max-width: calc(100% - 189px);
  padding: 60px 40px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}
.job_detail_content dl:last-of-type dt, .job_detail_content dl:last-of-type dd {
  border-bottom: none;
}
.job_detail_apply a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 65px;
  margin: auto;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
  background: #333;
  border: 1px solid #333;
  border-radius: 10px;
}
.job_detail_apply a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .recruit_career_detail {
    padding: calc(25 * (100vw / 375)) 0 95px;
  }
  #recruit h2.career_detail_h2 {
    font-size: 25px;
    margin: 0 15px;
  }
  .job_detail_box {
    margin: calc(60 * (100vw / 375)) 15px 0;
  }
  .job_detail_content {
    margin: calc(7 * (100vw / 375)) auto calc(50 * (100vw / 375));
  }
  .job_detail_content dl {
    display: block;
  }
  .job_detail_content dl dt {
    font-size: 20px;
    max-width: 100%;
    height: calc(68 * (100vw / 375));
    padding: 0 10px;
    border-bottom: none;
  }
  .job_detail_content dl dd {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    padding: calc(18 * (100vw / 375)) calc(12 * (100vw / 375));
    border-bottom: none;
  }
  .job_detail_apply a {
    width: 100%;
    height: calc(42 * (100vw / 375));
    font-size: 14px;
    border-radius: calc(10 * (100vw / 375));
  }
}