.recruit_fv_inner_job {
  gap: 64px;
  max-width: 660px;
  width: min(660px, 100% - 40px);
}
@media screen and (min-width: 768px) {
  .recruit_fv_inner_job {
    gap: 70px;
  }
}

.job {
  background-color: #fbf4de;
  min-height: 100vh;
}
.job_tab_list {
  display: grid;
  grid-template-columns: repeat(2, 150px);
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .job_tab_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
.job_tab_item {
  width: 150px;
  flex-shrink: 0;
}
.job_tab_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 15px 28px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: var(--color-txt);
  cursor: pointer;
  appearance: none;
  text-decoration: none;
}
.job_tab_txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: var(--color-txt);
  white-space: nowrap;
  transform: translateX(-2px) translateY(-1px);
}
@media screen and (min-width: 768px) {
  .job_tab_txt {
    transform: translateX(-4px) translateY(-1px);
  }
}
.job_tab_icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: block;
  width: 20px;
}
.job_office {
  scroll-margin-top: 80px;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .job_office {
    margin-top: 72px;
  }
}
.job_office_osaka {
  padding-bottom: 0;
}
.job_office_tokyo {
  margin-top: 64px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .job_office_tokyo {
    margin-top: 92px;
    padding-bottom: 120px;
  }
}
.job_office_inner {
  max-width: 1100px;
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
}
.job_office_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 36px;
}
.job_office_title_icon {
  flex-shrink: 0;
  display: block;
  width: 14px;
}
.job_office_title_txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .job_office_title_txt {
    font-size: 26px;
  }
}
.job_card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
.job_card_list {
  display: grid;
  grid-template-columns: 100%;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .job_card_list {
    gap: 56px;
  }
}
.job_card_title {
  padding: 18px 24px;
  background-color: #b5b35c;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .job_card_title {
    padding: 20px 32px;
    font-size: 22px;
  }
}
.job_card_title_sub {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .job_card_title_sub {
    font-size: 16px;
  }
}
.job_card_body {
  padding: 24px 20px 32px;
}
@media screen and (min-width: 768px) {
  .job_card_body {
    padding: 32px 32px 40px;
  }
}
.job_card_txt p {
  margin: 0;
}
.job_card_txt p + p {
  margin-top: 1.2em;
}
.job_card_txt {
  font-size: 14px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .job_card_txt {
    font-size: 15px;
    line-height: 25px;
  }
}
.job_detail {
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .job_detail {
    padding-top: calc(var(--header-height) + 80px);
    padding-bottom: 120px;
  }
}
.job_detail_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1100px;
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .job_detail_inner {
    gap: 72px;
  }
}
.job_detail_head {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .job_detail_head {
    gap: 54px;
  }
}
.job_detail_title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .job_detail_title {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .job_detail_title {
    gap: 22px;
  }
}
.job_detail_title_icon {
  flex-shrink: 0;
  display: block;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .job_detail_title_icon {
    margin-top: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .job_detail_title_icon {
    width: 20px;
  }
}
.job_detail_title_txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .job_detail_title_txt {
    font-size: 38px;
  }
}
.job_detail_card {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 20px 48px;
}
@media screen and (min-width: 768px) {
  .job_detail_card {
    padding: 64px 40px 94px;
  }
}
.job_detail_card_inner {
  max-width: 998px;
  margin: 0 auto;
}
.job_detail_rows {
  display: flex;
  flex-direction: column;
}
.job_detail_block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .job_detail_block {
    flex-direction: row;
    align-items: flex-start;
    gap: 76px;
  }
}
.job_detail_block:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #a2a2a2;
}
.job_detail_block_title {
  flex-shrink: 0;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .job_detail_block_title {
    width: 136px;
  }
}
.job_detail_block_body {
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .job_detail_block_body {
    max-width: 729px;
  }
}
.job_detail_txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .job_detail_txt {
    line-height: 25px;
  }
}
.job_detail_txt p {
  margin: 0;
}
.job_detail_txt p + p {
  margin-top: 1em;
}
.job_detail_txt p + ul,
.job_detail_txt p + ol {
  margin-top: 0.5em;
}
.job_detail_txt ul,
.job_detail_txt ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.job_detail_txt ul ul,
.job_detail_txt ul ol,
.job_detail_txt ol ul,
.job_detail_txt ol ol {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.job_detail_txt ul {
  list-style: disc outside;
}
.job_detail_txt ol {
  list-style: decimal outside;
}
.job_detail_txt li {
  margin: 0;
  padding-left: 0;
  text-indent: 0;
}
.job_detail_txt li + li {
  margin-top: 0.25em;
}
.job_detail_txt blockquote {
  margin: 0.75em 0;
  padding: 0.5em 0 0.5em 1em;
  border-left: 3px solid #b5b35c;
}
.job_detail_txt .job_detail_list_section {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.job_detail_txt .job_detail_list_section > li:first-child + li {
  margin-top: 25px;
}
.job_detail_txt .job_detail_list_section ul > li + li.job_detail_list_sub {
  margin-top: 25px;
}
.job_detail_txt .job_detail_list_section > li {
  padding-left: 1em;
  text-indent: -1em;
}
.job_detail_txt li.job_detail_list_sub {
  padding-left: 0;
  text-indent: 0;
}
.job_detail_entry_wrap {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .job_detail_entry_wrap {
    margin-top: 64px;
  }
}
.job_detail_back_wrap {
  margin: 0;
  text-align: center;
}
.job_detail_back {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  max-width: 100%;
  height: 66px;
  padding: 0 28px;
  border-radius: 50px;
  background-color: #fff;
  color: var(--color-txt);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .job_detail_back {
    width: 230px;
    height: 55px;
    padding: 0 32px;
    font-size: 15px;
  }
}
.job_detail_back_txt {
  white-space: nowrap;
}
.job_detail_back_icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: block;
  width: 20px;
}