html body #loading {
  transition: all 1s;
  background: #fff;
}
html body main #page_mainVisual .inner {
  background: url(../image/img_mainvisual_sp.jpg) no-repeat center/cover;
}
html body main .container #pageLink .inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
html body main .container #pageLink .inner .anchor-item {
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  border: transparent 1px solid;
  border-color: #333333;
}
html body main .container #pageLink .inner .anchor-item:first-child {
  margin-top: 0;
}
html body main .container #pageLink .inner .anchor-item a {
  display: block;
  padding: 17px 0;
}
html body main .container #pageLink .inner .anchor-item a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 5px 5.5px 0 5.5px;
  border-color: #333333 transparent transparent transparent;
}
html body main .container #message .inner {
  padding: 40px 40px 50px 40px;
  background: url(../image/img_message01_sp.jpg) no-repeat center/cover;
}
html body main .container #message .inner .message_area .message_area-ttl {
  font-size: 2.3rem;
  letter-spacing: 0.7rem;
  line-height: 170%;
  margin-bottom: 20px;
}
html body main .container #feature .inner {
  padding-top: 60px;
}
html body main .container #feature .inner .feature-wrap_icon {
  padding-right: 20px;
  padding-left: 20px;
}
html body main .container #feature .inner .feature-wrap_icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
html body main .container #feature .inner .feature-wrap_icon-list-item {
  flex-basis: 48%;
  padding: 25px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
html body main .container #feature .inner .feature-wrap_icon-list-item_img {
  margin: 0 auto;
  padding-top: 5%;
  width: 50%;
}
html body main .container #feature .inner .feature-wrap_icon-list-item_txt {
  margin-top: 15px;
  text-align: center;
}
html body main .container #feature .inner .feature-wrap_icon-list-item:nth-child(3), html body main .container #feature .inner .feature-wrap_icon-list-item:nth-child(4) {
  margin-bottom: 0;
}
html body main .container #feature .inner .feature-wrap_icon-list .icon03 {
  width: 38%;
}
html body main .container #feature .inner .feature-wrap .feature_merit-area {
  padding-top: 50px;
}
html body main .container #feature .inner .feature-wrap .feature_merit-area_item {
  padding-bottom: 60px;
}
html body main .container #one-day-of-staff .inner {
  padding-top: 53px;
  padding-bottom: 90px;
  background: #f7f7f7;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .circle {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  border: #333333 1px solid;
  text-align: center;
  line-height: 70px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .model02 {
  margin-top: 70px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .model-ttl {
  text-align: center;
  padding-top: 12px;
  margin-bottom: 10px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  height: 200px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .scrolldown {
  position: absolute;
  top: 40px;
  left: 10px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .scrolldown span {
  position: absolute;
  left: 6px;
  bottom: 6px;
  color: #666666;
  letter-spacing: 0.1em;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .scrolldown::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666666;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    left: 45px;
  }
  100% {
    left: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #666666;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6rem;
  padding-left: 1rem;
  display: flex;
  gap: 30px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item {
  position: relative;
  z-index: 1;
  width: 160px;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_time {
  color: #666666;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_dot {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #333333;
  border-radius: 50%;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_dot::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  z-index: -1;
  width: 330px;
  height: 1px;
  background-color: #333333;
}
html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_dot-w {
  background-color: #fff;
  box-shadow: 0px 0px 7px #333333;
}

@media (min-width: 768px) {
  html body main #page_mainVisual .inner {
    background: url(../image/img_mainvisual_pc.jpg) no-repeat center/cover;
  }
  html body main .container #pageLink .inner {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  html body main .container #pageLink .inner .anchor {
    display: flex;
    justify-content: space-between;
  }
  html body main .container #pageLink .inner .anchor-item {
    width: 32%;
    margin-top: 0;
  }
  html body main .container #pageLink .inner .anchor-item a {
    padding: 26px 0;
  }
  html body main .container #message .inner {
    padding: 90px 170px 110px 170px;
    background: url(../image/img_message01_pc.jpg) no-repeat center/cover;
  }
  html body main .container #message .inner .message_area {
    text-align: center;
  }
  html body main .container #message .inner .message_area .message_area-ttl {
    font-size: 3.3rem;
    margin-bottom: 20px;
  }
  html body main .container #message .inner .message_area .message_area-ttl br {
    display: none;
  }
  html body main .container #feature .inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  html body main .container #feature .inner .feature-wrap_icon {
    padding: 0;
  }
  html body main .container #feature .inner .feature-wrap_icon-list-item {
    flex-basis: 20%;
    padding: 20px;
    margin-bottom: 0;
  }
  html body main .container #feature .inner .feature-wrap_icon-list-item_img {
    padding-top: 15%;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area {
    padding-top: 110px;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area_item {
    display: flex;
    justify-content: space-around;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area_item:nth-child(4) {
    padding-bottom: 0;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area_item_img {
    max-width: 450px;
    width: 50%;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area_item_txt {
    width: 40%;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area .item-order .feature_merit-area_item_img {
    order: 2;
  }
  html body main .container #feature .inner .feature-wrap .feature_merit-area .item-order .feature_merit-area_item_txt {
    order: 1;
  }
  html body main .container #one-day-of-staff .inner {
    padding-top: 104px;
    padding-bottom: 160px;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .circle-txt {
    font-size: 1.8rem;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .model02 {
    margin-top: 108px;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .model-ttl {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container {
    width: 100%;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 30px;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item {
    position: relative;
    z-index: 1;
    width: 240px;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_time {
    color: #666666;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_dot {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #333333;
    border-radius: 50%;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_dot::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    z-index: -1;
    width: 330px;
    height: 1px;
    background-color: #333333;
  }
  html body main .container #one-day-of-staff .inner .timeline_wrap .timeline_container .timeline_list-item .timeline_dot-w {
    background-color: #fff;
    box-shadow: 0px 0px 7px #333333;
  }
}/*# sourceMappingURL=recruit.css.map */







/* ===== MainVisual 内三卡片（图片区域）===== */
#page_mainVisual {
  position: relative;
}

/* 让主视觉区域有足够高度容纳卡片 */
#page_mainVisual .inner{
  padding: 90px 0 60px; /* 你可以按需要改大/改小 */
}

/* 三卡片容器 */
.mv-recruit-wrap{
  margin-top: 28px;
}

/* 三列（PC）/一列（手机） */
.mv-recruit-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* 卡片样式（接近你第二张图） */
.mv-recruit-card{
  border-radius: 18px;
  padding: 22px 20px;
  background: rgba(4, 45, 70, 0.78); /* 深蓝半透明，盖在图片上 */
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.mv-recruit-hd{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
}

.mv-recruit-ico{
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(255,255,255,.18);
  display:inline-block;
}

.mv-recruit-ttl{
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .08em;
  line-height: 1.2;
}

.mv-recruit-label{
  color: rgba(255,255,255,.95);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 1.15rem;
  letter-spacing: .12em;
}

.mv-recruit-txt{
  margin: 0;
  color: rgba(255,255,255,.90);
  font-size: 1.2rem;
  line-height: 1.75;
}

/* PC 三列 */
@media (min-width: 768px){
  .mv-recruit-row{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #page_mainVisual .inner{
    padding: 120px 0 80px;
  }
}




/* ===========================
   高端版 人材募集
=========================== */

#recruit-position {
  padding: 120px 0;
  background: #f5f7fa;   /* 高级浅灰背景 */
}

.recruit-card-wrap {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  flex-wrap: wrap;
}

.recruit-card {
  background: #ffffff;   /* 白色卡片 */
  color: #333;           /* 黑灰色文字 */
  border-radius: 18px;
  padding: 50px 40px;
  flex: 1;
  min-width: 300px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid #e5e9f0;
}

.recruit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.recruit-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e9f0;
  letter-spacing: 1px;
}

.recruit-box {
  margin-bottom: 25px;
}

.recruit-box h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #184e77;   /* 企业深蓝点缀 */
  letter-spacing: 1px;
}

.recruit-box p {
  font-size: 14px;
  line-height: 2;
  color: #555;
}

/* 响应式 */
@media screen and (max-width: 768px) {
  .recruit-card-wrap {
    flex-direction: column;
  }
}


/* ===== 隐藏「お問い合わせ / Contact」所有入口 ===== */
.nav-contact,
.drawer-nav-list_btn,
.footer_contact,
a[href="index3.html"]{
  display: none !important;
}

/* ===== nav align patch ===== */
header .gnav ul,
.header-nav ul,
nav ul {
  display: flex;
  align-items: center;      /* 关键：同一水平线 */
  gap: 28px;                /* 间距自己调 */
  margin: 0;
  padding: 0;
  list-style: none;
}

header .gnav li,
.header-nav li,
nav li {
  margin: 0;
  padding: 0;
}

/* 每个按钮：两行文字垂直居中 + 同高度 */
header .gnav a,
.header-nav a,
nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;             /* 统一高度（按你header高度改） */
  padding: 0 6px;
  text-align: center;
  line-height: 1;           /* 避免基线造成“漂” */
  box-sizing: border-box;
}

/* 两行文字：清掉默认 margin，统一行高 */
header .gnav a span,
.header-nav a span,
nav a span,
header .gnav a p,
.header-nav a p,
nav a p {
  margin: 0 !important;
  padding: 0;
  line-height: 1.2;
}

/* 如果你有日/英的 class（建议） */
.gnav .jp { line-height: 1.2; }
.gnav .en { line-height: 1.2; margin-top: 4px !important; font-size: 12px; opacity: .7; }



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

  #drawer .drawer-body{
    display: block;
    padding-top: 80px;   /* 稍微往上贴一点 */
  }

  #drawer .drawer-nav-list{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px;            /* 🔥 更小间距 */
    padding: 0;
    margin: 0;
  }

  #drawer .drawer-nav-list_item{
    float: none !important;
    width: auto !important;
  }

  #drawer .drawer-nav-list_item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0;      /* 🔥 内边距更小 */
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.2em;   /* 高级感来源 */
  }

  #drawer .drawer-nav-list_item .nav_en{
    margin-top: 1px;     /* 🔥 几乎贴合 */
    font-size: 9px;
    letter-spacing: 0.3em;
    opacity: 0.5;
  }

  #drawer .drawer-nav-list_btn{
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }

}


/* ===== Header logo final fix ===== */
#header .g-header_info {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 6px 0;
}

#header .g-header_info-logo {
  margin: 0;
  width: 220px;
  flex: 0 0 220px;
}

#header .g-header_info-logo-link {
  display: block;
  width: 100%;
}

#header .g-header_info-logo img {
  display: block;
  width: 100%;
  height: auto;
}













#header .g-header_info-logo {
  width: 360px;
  margin-left: 36px;
}

#header .g-header_info-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Recruit table cards */
.recruit-card-wrap {
  display: flex;
  gap: 32px;
  margin-top: 80px;
  flex-wrap: wrap;
  align-items: stretch;
}

.recruit-card {
  background: #ffffff;
  color: #333;
  border-radius: 18px;
  padding: 36px 28px;
  flex: 1 1 320px;
  min-width: 300px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid #e5e9f0;
}

.recruit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.recruit-card-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e9f0;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.recruit-table { width: 100%; }

.recruit-row {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #edf1f5;
}

.recruit-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.recruit-th {
  width: 88px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #184e77;
  line-height: 1.9;
}

.recruit-td {
  flex: 1;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
}

.recruit-note {
  color: #222;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .recruit-card-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .recruit-card {
    padding: 28px 20px;
  }

  .recruit-card-title {
    font-size: 22px;
  }

  .recruit-row {
    flex-direction: column;
    gap: 6px;
    padding: 12px 0;
  }

  .recruit-th {
    width: 100%;
  }
}


/* ===========================
   Recruit page refined premium UI
=========================== */
#recruit-position {
  padding: 110px 0 120px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.95), transparent 30%),
    linear-gradient(180deg, #f8f9fb 0%, #eef2f6 100%);
}

#recruit-position .head {
  text-align: center;
}

#recruit-position .head .ja {
  margin-top: 14px;
}

.recruit-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 72px;
  align-items: stretch;
}

.recruit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 34px 30px 28px;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(213,220,229,.95);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(27,39,53,.08);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}

.recruit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #c6a16a 0%, #9a7748 50%, #c6a16a 100%);
  opacity: .88;
}

.recruit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(27,39,53,.12);
  border-color: #d2dae4;
}

.recruit-card-head {
  min-height: 126px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 22px;
}

.recruit-card-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(154,119,72,.25), rgba(213,220,229,.95), rgba(154,119,72,.25));
}

.recruit-card-title {
  margin: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: .08em;
  font-weight: 600;
  color: #27313d;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.recruit-table {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.recruit-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: start;
  padding: 0 0 14px;
  border-bottom: 1px solid #ecf0f4;
}

.recruit-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.recruit-th {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .12em;
  font-weight: 700;
  color: #214f86;
}

.recruit-th::before {
  content: "";
  position: absolute;
  left: 0;
  top: .9em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #214f86;
  transform: translateY(-50%);
}

.recruit-td {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #495463;
}

.recruit-row-salary .recruit-td {
  color: #394150;
  font-weight: 500;
}

.recruit-note {
  margin: 22px 0 0;
  align-self: flex-start;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffaf2 0%, #f7efe2 100%);
  border: 1px solid #eadcc6;
  color: #7a5a2f;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 600;
}

@media screen and (max-width: 1100px) {
  .recruit-card-wrap {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 56px auto 0;
  }

  .recruit-card-head {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  #recruit-position {
    padding: 74px 0 84px;
  }

  .recruit-card-wrap {
    gap: 18px;
    margin-top: 36px;
  }

  .recruit-card {
    padding: 24px 18px 20px;
    border-radius: 20px;
  }

  .recruit-card-head {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }

  .recruit-card-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .recruit-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-bottom: 12px;
  }

  .recruit-th,
  .recruit-td {
    font-size: 13px;
    line-height: 1.9;
  }

  .recruit-note {
    margin-top: 18px;
    font-size: 12px;
  }
}

/* === 2026-03 alignment fix === */
#recruit-position .recruit-card-wrap {
  align-items: stretch;
}

#recruit-position .recruit-card {
  display: flex;
  flex-direction: column;
}

#recruit-position .recruit-card-head {
  height: 142px;
  min-height: 142px;
  margin-bottom: 18px;
  padding: 14px 0 18px;
  align-items: flex-end;
}

#recruit-position .recruit-card-title {
  min-height: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .04em;
}

#recruit-position .recruit-table {
  gap: 12px;
}

#recruit-position .recruit-row {
  padding-bottom: 12px;
}

@media screen and (max-width: 1100px) {
  #recruit-position .recruit-card-head {
    height: 126px;
    min-height: 126px;
  }
}

@media screen and (max-width: 768px) {
  #recruit-position .recruit-card-head {
    height: auto;
    min-height: 0;
    align-items: center;
    padding: 0 0 16px;
  }

  #recruit-position .recruit-card-title {
    display: block;
    -webkit-line-clamp: unset;
    font-size: 17px;
    line-height: 1.5;
  }
}
