@charset "UTF-8";
/* =========================
   CASE PAGE
========================= */
#case_page #wrapper {
  background: #f5f4e8;
  color: var(--color-brown);
  overflow: hidden;
}

/* FV */
.case_mv {
  position: relative;
  padding: 105px 20px 40px;
  min-height: 400px;
  background: url(../img/top_case_bg.jpg) top center / cover no-repeat;
  overflow: hidden;
  text-align: center;
}

.case_mv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(57, 101, 3, 0.12) 0%,
    rgba(57, 101, 3, 0.10) 42%,
    rgba(245, 244, 232, 0.72) 68%,
    #f5f4e8 100%
  );
  pointer-events: none;
}

.case_mv_inner {
  position: relative;
  z-index: 2;
}

.case_mv_sub {
  margin: 0 0 1px;
  color: #fff;
  font-family: var(--font-ja-title);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.case_mv_sub span {
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  background: #e4f6cc;
  color: #55bb00;
  transform: rotate(-3deg);
}

.case_mv_inner {
  position: relative;
  z-index: 1;
}

.case_mv_title {
  margin: 0 0 15px;
  color: #fff;
  font-family: var(--font-ja-title);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 3px 8px rgba(0,0,0,0.22);
}

.case_mv_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 0px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.case_mv_label img {
  width: 20px;
  height: auto;
  position: relative;
  top: -3px; /* ←ここで上下調整 */
}

.case_mv_text {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

/* CATEGORY */
.case_index {
  position: relative;
  padding: 0px 14px 36px;
  text-align: center;
}

.case_index_en {
  margin: 0 0 -10px;
  color: #d6f0ed;
  font-family: var(--font-en);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.case_index_title {
  margin: 0 0 16px;
  color: var(--color-brown);
  font-family: var(--font-ja-title);
  font-size: 20px;
  font-weight: 700;
}

.case_anchor {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  max-width: 350px;
  margin: 0 auto;
}

.case_anchor a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  background: #fff;
  border-bottom: 3px solid #c4eb96;
  color: var(--color-brown);
  font-family: var(--font-ja-title);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  overflow: visible;
  grid-column: span 2;
}

.case_anchor a::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(../img/case_arrow.png) center / contain no-repeat;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.case_anchor a:hover::after {
  opacity: 1;
}

.case_anchor a:nth-child(4) {
  grid-column: 2 / span 2;
}

.case_anchor a:nth-child(5) {
  grid-column: 4 / span 2;
}

/* BODY */
.case_body {
  padding: 0 14px 80px;
}

.case_category {
  scroll-margin-top: 150px;
}

.case_category + .case_category {
  margin-top: 58px;
}

.case_category_title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #c4eb96;
  color: #55bb00;
  font-family: var(--font-ja-title);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
.case_category_title .kana{
  letter-spacing: -0.06em;
}

.case_category_title img {
  width: 28px;
  position: relative;
  top: 3px; 
}

.case_category_en {
  margin: 6px 0 20px;
  color: #55bb00;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* CARD */
.case_work_card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 18px;
}

.case_work_card + .case_work_card {
  margin-top: 28px;
}

.case_work_head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.case_area {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-title);
  font-size: 16px;
  font-weight: 700;
}

.case_type {
  margin: 0;
  padding: 7px 6px;
  background: #55bb00;
  color: #fff;
  font-family: var(--font-ja-title);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* 画像回り込み */
.case_voice {
  overflow: hidden;
}

.case_voice img {
  float: left;
  width: 47%;
  max-width: 150px;
  margin: 0 14px 8px 0;
}

.case_voice h3 {
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-title);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.case_voice p {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-decoration-color: #e1e3c7;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.case_comment {
  clear: both;
  margin: 16px 0 0;
  padding: 16px;
  border-radius: 12px;
  background: #edf9df;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
/* =========================
   CASE PAGE PC
========================= */
@media (min-width: 769px) {
  #case_page #wrapper {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .case_mv {
    min-height: 520px;
    padding: 150px 3% 0;
    background: url(../img/top_case_bg_pc.jpg) center top / auto no-repeat;
  }

  .case_mv_title {
    font-size: 52px;
    margin-bottom: 10px;
  }

  .case_mv_label {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .case_mv_label img {
    width: 24px;
  }

  .case_mv_sub {
    max-width: 500px;
    margin: 0 auto 18px;
  }

  .case_mv_text {
    font-size: 16px;
    line-height: 2;
  }

  .case_index {
    padding: 0 3% 55px;
  }

  .case_index_en {
    margin-bottom: -12px;
    font-size: 90px;
  }

  .case_index_title {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .case_anchor {
    max-width: 940px;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px 22px;
  }

  .case_anchor a {
    grid-column: auto;
    min-height: 43px;
    font-size: 18px;
  }

  .case_anchor a:nth-child(4),
  .case_anchor a:nth-child(5) {
    grid-column: auto;
  }

  .case_anchor a::after {
    right: -10px;
    width: 25px;
    height: 14px;
  }

  .case_body {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 3% 120px;
  }

  .case_category {
    scroll-margin-top: 130px;
  }

  .case_category + .case_category {
    margin-top: 72px;
  }

  .case_category_title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .case_category_title img {
    width: 30px;
  }

  .case_category_en {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .case_card_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .case_work_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 24px;
    border-radius: 14px;
  }

  .case_card_list .case_work_card + .case_work_card {
    margin-top: 0;
  }

  .case_work_head {
    gap: 12px;
    margin-bottom: 12px;
  }

  .case_area {
    font-size: 16px;
  }

  .case_voice img {
    float: left;
    width: 48%;
    max-width: none;
    height: 290px;
    margin: 0 18px 10px 0;
    object-fit: cover;
    object-position: center top;
  }

  .case_voice h3 {
    margin: 0 0 8px;
    font-size: 15px;
  }

  .case_voice p {
    margin: 0;
  }

  .case_comment {
    margin-top: 20px;
  }
}

@media (max-width: 940px) and (min-width: 769px) {
  .case_anchor {
    max-width: 560px;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px 24px;
  }

  .case_anchor a {
    grid-column: span 2;
  }

  .case_anchor a:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .case_anchor a:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .case_card_list {
    gap: 20px 14px;
  }

}

@media (max-width: 940px) and (min-width: 769px) {
  .case_anchor {
    max-width: 560px;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px 24px;
  }

  .case_anchor a {
    grid-column: span 2;
  }

  .case_anchor a:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .case_anchor a:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .case_card_list {
    gap: 20px 14px;
  }
}
/* =========================
   JOB OFFER
========================= */
#job_offer #wrapper {
  position: relative;
  background: #fff;
  color: var(--color-brown);
  overflow: hidden;
}
#job_offer #wrapper .site-header{
  padding: 0;
}
.job_intro {
  position: relative;
  padding: 105px 20px 92px;
  text-align: center;
  overflow: hidden; /* ←これ重要 */
}

.job_intro_inner {
  position: relative;
  z-index: 2; /* ←テキストを前面に */
}
/* 求人ページ：背景ライン */
.job_intro_line {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.job_intro_line01 {
  top: 130px;
  left: -80px;
  width: 430px;
  height: 130px;
  background-image: url(../img/job-offer_line1.svg);
}

.job_intro_line02 {
  top: 92px;
  right: -118px;
  width: 330px;
  height: 240px;
  background-image: url(../img/job-offer_line2.svg);
}

/* 山折り谷折り */
.job_intro_shape {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 35px;
  display: block;
  fill: #55bb00;
  pointer-events: none;
}

.job_title {
  margin: 0 0 15px;
  color: #55bb00;
  font-family: var(--font-ja-title);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.job_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 28px;
  color: #55bb00;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.job_label img {
  width: 20px;
  height: auto;
}

.job_lead {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
    /* 不自然な改行を防ぐ */
    word-break: keep-all;
    overflow-wrap: normal;
    /* 日本語の改行最適化 */
    line-break: strict;
}

.job_detail {
  position: relative;
  background: #55bb00;
  padding: 45px 18px 74px;
  margin-top: -1px;
  z-index: 2;
}
.job_cut {
  position: absolute;
  top: -47px;
  left: 0;
  width: 100%;
  height: 72px;
  overflow: hidden;
  pointer-events: none;
}

.job_cut img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job_detail_inner {
  position: relative;
  z-index: 1;
}

.job_detail_title {
  margin: 0;
  color: #fff;
  font-family: var(--font-ja-title);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
}

.job_position {
  margin: 14px 0 28px;
  color: #fff;
  font-family: var(--font-ja-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
}

.job_card {
  background: #fff;
  border-radius: 18px;
  padding: 16px 16px 16px;
}

.job_image {
  margin: 0 0 24px;
  border-radius: 12px;
  overflow: hidden;
}

.job_image img {
  display: block;
  width: 100%;
  height: auto;
}

.job_list {
  margin: 0;
}

.job_list > div {
  padding: 18px 0;
  border-bottom: 1px solid #e2e2e2;
}

.job_list > div:first-child {
  padding-top: 0;
}

.job_list > div:last-child {
  border-bottom: 0;
}


.job_list dt {
  margin: 0 0 4px;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.job_list dd {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.salary_row {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  margin-top: 8px;
}

.salary_row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  background: #f0f0f0;
  font-weight: 500;
}

.salary_row p {
  margin: 0;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.salary_row small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.benefit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.benefit_list li {
  padding: 3px 8px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.job_btn_wrap {
  margin-top: 38px;
  text-align: center;
}

.job_entry_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 286px);
  min-height: 62px;
  padding: 0 56px 0 32px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);
  color: #55bb00;
  font-family: var(--font-ja-title);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.job_entry_btn span {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e4f6cc;
  transform: translateY(-50%);
}

.job_entry_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #55bb00;
  transform: translate(-50%, -50%);
}
.job_offer_line {
  position: absolute;
  height: auto;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
  vector-effect: non-scaling-stroke;
}

.job_offer_line path {
  fill: none;
  stroke: #e6f4f2;
  stroke-width: 16px;
  fill-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.job_offer_line--01 {
  right: -55px;
  top: 110px;
  width: 130%;
}
.job_offer_line--02 {
  left: -150px;
  bottom: -118px;
  width: 126%;
}

@media (min-width: 768px) {
  #job_offer #wrapper {
    margin: 0 auto;
  }
    /* 山折り谷折り */
 
    .job_intro {
      padding: 145px 3% 80px;
      overflow: hidden;
    }
  
    .job_intro_inner {
      max-width: 900px;
      margin: 0 auto;
    }
  
    .job_title {
      font-size: 52px;
      margin-bottom: 16px;
    }
  
    .job_label {
      margin-bottom: 28px;
    }
  
    .job_label img {
      width: 24px;
    }
  
    .job_lead {
      font-size: 16px;
      line-height: 2.35;
    }
  
    /* ========= SVG ========= */
  
    .job_offer_line path {
      stroke-width: 10px;
    }
  
    .job_intro_shape {
      height: 62px;
    }
    .job_offer_line.pc {
      max-width: none;
      width: 1920px;
    }
  
    .job_offer_line--01.pc {
      left: 76%;
      top: 50px;
      transform: translateX(-50%);
    }
  
    .job_offer_line--02.pc {
      left: 50%;
      bottom: 0;
      width: 1920px;
      max-width: none;
      transform: translateX(calc(-50% - 1037px));
    }
  
    /* ========= 緑エリア ========= */
  
    .job_detail {
      padding: 88px 3% 120px;
    }
  
    .job_detail_inner {
      max-width: 1250px;
      margin: 0 auto;
    }
  
    .job_detail_title {
      font-size: 52px;
    }
  
    .job_position {
      margin: 18px 0 46px;
      font-size: 20px;
      letter-spacing: 0.08em;
    }
  
    /* ========= カード ========= */
  
    .job_card {
      max-width: 800px;
      margin: 0 auto;
      padding: 32px 32px 40px;
      border-radius: 28px;
    }
  
    .job_image {
      margin-bottom: 30px;
      border-radius: 18px;
      overflow: hidden;
    }
  
    .job_image img {
      width: 100%;
      display: block;
    }
  
    /* ========= リスト ========= */
  
    .job_list > div {
      display: grid;
      grid-template-columns: 90px 1fr;
      align-items: start;
      gap: 0 24px;
      padding: 2% 5%;
    }
  
    .job_list dt {
      margin: 0;
      font-size: 16px;
      line-height: 1.8;
    }
  
    .job_list dd {
      font-size: 16px;
      line-height: 1.9;
    }
  
    /* ========= 給与 ========= */
  
    .salary_row_wrap {
      display: flex;
      gap: 24px;
    }
  
    .salary_row {
      flex: 1;
      margin-top: 0;
      grid-template-columns: 92px 1fr;
    }
  
    .salary_row span {
      min-height: 70px;
      font-size: 15px;
    }
  
    .salary_row p {
      padding-left: 16px;
      font-size: 16px;
      line-height: 1.45;
    }
  
    .salary_row small {
      font-size: 12px;
      line-height: 1.4;
    }
  
    /* ========= 待遇 ========= */
  
    .benefit_list {
      gap: 10px 8px;
      margin-top: 0;
    }
  
    .benefit_list li {
      font-size: 14px;
    }
  
    /* ========= ボタン ========= */
  
    .job_btn_wrap {
      margin-top: 52px;
    }
  
    .job_entry_btn {
      width: 350px;
      min-height: 76px;
      font-size: 28px;
    }
  
    .job_entry_btn span {
      right: 14px;
      width: 50px;
      height: 50px;
    }
}

/* =========================
   COMPANY
========================= */
#company #wrapper {
  position: relative;
  background: #f5f4e8;
  color: var(--color-brown);
  padding: 0;
  overflow: hidden;
}

.company_intro {
  position: relative;
  padding: 105px 16px 60px;
  text-align: center;
}

.company_intro_inner {
  position: relative;
  z-index: 1;
}

.company_title {
  margin: 0 0 15px;
  color: #55bb00;
  font-family: var(--font-ja-title);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.company_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 34px;
  color: #55bb00;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.company_label img {
  width: 20px;
  height: auto;
}

.company_lead {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 2.05;
  letter-spacing: 0.05em;
  text-align: left;
}

.company_name {
  margin: 30px 0 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: right;
}

.company_info {
  position: relative;
  padding: 88px 24px 120px;
  background: #fff;
}

.info_shape {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 40px;
  display: block;
  fill: #f5f4e8;
  pointer-events: none;
}


.company_info::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 210px;
  background: url(../img/company_bottom_obj.png) no-repeat bottom center / 100%;
  pointer-events: none;
}

.company_info_inner {
  position: relative;
  z-index: 1;
}

.company_info_title {
  margin: 0 0 34px;
  color: var(--color-brown);
  font-family: var(--font-ja-title);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.08em;
}

.company_table {
  margin: 0;
  border-top: 1px solid #ddd;
}

.company_table > div {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 0px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.company_table dt,
.company_table dd {
  margin: 0;
  color: var(--color-brown);
  font-family: var(--font-ja-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
}

.company_table dd a {
  color: var(--color-brown);
  text-decoration: none;
}
.company_table dd a.mail-address{
  font-size: 14px;
}

.company_obj01,
.company_obj02,
.company_obj03 {
  position: absolute;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.company_obj01 {
  top: 58px;
  left: 0;
  width: 70px;
  height: 82px;
  background-image: url(../img/top_abootus_obj_3.png);
}

.company_obj02 {
  top: 15px;
  right: 10px;
  width: 38px;
  height: 84px;
  background-image: url(../img/bird.png);
  z-index: 4;
}
/* =========================
   COMPANY PC
========================= */
@media (min-width: 769px) {
  #company #wrapper {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .company_intro {
    padding: 150px 3% 80px;
  }

  .company_intro_inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .company_title {
    font-size: 52px;
    margin-bottom: 18px;
  }

  .company_label {
    margin-bottom: 42px;
    font-size: 15px;
  }

  .company_label img {
    width: 24px;
  }

  .company_lead {
    font-size: 16px;
    line-height: 2.25;
    text-align: left;
  }

  .company_name {
    max-width: 760px;
    margin: 40px auto 0;
    font-size: 16px;
    text-align: right;
  }

  .company_info {
    padding: 110px 3% 140px;
  }

  .info_shape {
    height: 100px;
  }

  .company_info_inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .company_info_title {
    margin-bottom: 52px;
    font-size: 52px;
  }

  .company_table {
    max-width: 640px;
    margin: 0 auto;
  }

  .company_table > div {
    grid-template-columns: 110px 1fr;
    padding:3% 0;
  }

  .company_table dt,
  .company_table dd {
    font-size: 16px;
    line-height: 2;
  }

  .company_table dd a.mail-address {
    font-size: 16px;
  }

  .company_obj01 {
    top: 78px;
    left: calc(50% - 360px);
    width: 95px;
  }

  .company_obj02 {
    top: 18px;
    right: calc(50% - 310px);
    width: 70px;
    height: 92px;
  }

  .company_info::after {
    height: 260px;
    background-image: url(../img/company_bottom_obj_pc.png);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
  }
}
@media (max-width: 768px) and (min-width: 650px) {
  .company_info::after {
    height: 260px;
    background-size: 100% auto;
  }
}
/* =========================
   PRIVACY 
========================= */
div#privacy{
  background: #f5f4e8;
}
#privacy #wrapper{
  color: var(--color-brown);
  padding: 105px 16px 0;
}

h1.subpage_title {
  margin: 0;
  color: #68bd01;
  font-family: var(--font-ja-title);
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.privacy_sec{
  padding: 0px 16px 50px;
}
#privacy section a.p-url,
#privacy section a.tel{
  text-decoration: underline;
  color: #68bd01; 
  word-wrap: break-word;
}
#privacy h2{
  font-size: 17px;
  color: var(--color-brown);
}
@media (min-width: 768px) {
  #privacy #wrapper{
    padding: 150px 16px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  h1.subpage_title {
    font-size: 43px;
    margin-bottom: 40px;
}
}
@media screen and (width: 768px) and (height: 1024px) and (orientation: portrait) {
  /* iPad mini 縦向きのみ */

  /* 共通 */
  .company_title,
  .company_info_title,
  .case_mv_title,
  .job_title,
  .job_detail_title {
    font-size: 52px;
  }

  .job_lead,
  .company_lead,
  .company_name,
  .case_mv_text,
  .company_table dt,
  .company_table dd,
  .job_list dt,
  .job_list dd,
  .salary_row span,
  .salary_row p,
  .benefit_list li {
    font-size: 18px;
  }

  /* company */
  .company_intro,
  .company_info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .company_obj01 {
    top: 58px;
    left: 35px;
    width: 83px;
    height: 82px;
  }

  .company_obj02 {
    top: 0;
    right: 50px;
    width: 54px;
    height: 100px;
  }

  /* job */
  .salary_row small {
    font-size: 13px;
  }

  .salary_row p {
    padding-left: 10px;
  }

  .job_list > div {
    padding: 2% 2%;
    grid-template-columns: 72px 1fr;
  }

  .job_detail {
    padding: 50px 3% 80px;
  }

  .salary_row_wrap {
    gap: 15px;
  }

  .job_offer_line--01 {
    right: -55px;
    top: 75px;
    width: 130%;
  }

  .job_offer_line--02 {
    left: -270px;
    bottom: -42%;
    width: 120%;
  }

  /* case */
  .case_body {
    padding: 0 40px 80px;
  }

  .case_mv::before {
    inset: -1px -1px -3px -1px;
  }

  .case_index_en {
    background-color: #f5f4e8;
    margin: -8px 0 0;
    padding: 8px;
    font-size: 80px;
  }

  .case_index_title {
    font-size: 25px;
  }

  .case_mv_label {
    font-size: 16px;
  }

  .case_anchor {
    gap: 20px 50px;
    max-width: 600px;
  }

  .case_anchor a {
    min-height: 50px;
    font-size: 20px;
  }

  .case_work_card {
    display: grid;
    grid-template-columns: 42% 1fr;
    grid-template-rows: auto 1fr;
    gap: 12px 16px;
    border-radius: 20px;
    padding: 30px;
  }

  .case_work_head {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1.3fr;
  }

  .case_area,
  .case_type,
  .case_voice h3 {
    font-size: 20px;
  }

  .case_voice {
    display: contents;
  }

  .case_voice img {
    grid-column: 1;
    grid-row: 2 / 4;
    float: none;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    object-fit: cover;
  }

  .case_voice h3,
  .case_voice p {
    grid-column: 2;
  }

  .case_voice h3 {
    grid-row: 2;
    margin: 0 0 8px;
    text-align: center;
  }

  .case_voice p {
    grid-row: 2;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.9;
  }

  .case_comment {
    grid-column: 2;
    grid-row: 3;
    margin-top: 0;
    padding: 14px;
    font-size: 16px;
    line-height: 1.9;
  }
  .case_anchor a::after {
    display: none;
  }
}