@charset "utf-8";

/* レイアウト調整用 */
.new_header_item_css .text--left {
  text-align: left;
}
.new_header_item_css article > * + * {
  margin-top: 0;
}
.new_header_item_css h2.indeed-head__section-title {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: Medium;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  color: #2164f3;
  text-align: center;
}
@media (max-width: 768px) {
  .new_header_item_css h2.indeed-head__section-title {
    font-size: 1.5rem;
  }
}
.new_header_item_css h2.indeed-head__section-title--big {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 2.5rem;
  font-style: bold;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  color: #2164f3;
  text-align: center;
}
@media (max-width: 768px) {
  .new_header_item_css h2.indeed-head__section-title--big {
    font-size: 1.8rem;
  }
}
.new_header_item_css h3.indeed-head__section-title {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.09em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .new_header_item_css h3.indeed-head__section-title {
    font-size: 1.5rem;
  }
}
.new_header_item_css .top-voice__head h3.indeed-head__section-title {
  margin-top: 0;
}
.new_header_item_css h3.indeed-head__section-sub-title {
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 768px) {
  .new_header_item_css h3.indeed-head__section-sub-title {
    font-size: 1.25rem;
  }
}
.new_header_item_css span.indeed-head__section-title--en {
  font-size: 0.75rem;
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.new_header_item_css .strength {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .new_header_item_css .strength {
    padding-top: 2rem;
  }
}
.new_header_item_css ul.strength__feature-list {
  margin-top: 3.125rem;
}

.new_header_item_css .strength__message {
  margin-top: 3.125rem;
}

.new_header_item_css .feature-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* 1000px以下は240px以上の場合は折り返し */
@media (max-width: 1000px) {
  .new_header_item_css .feature-card {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem;
  }
}

.new_header_item_css .feature-card__item {
  background-color: #2164f3;
  padding: 2.5rem 10%;
}

@media (max-width: 1000px) {
  .new_header_item_css .feature-card__item {
    padding: 1.875rem 10%;
  }
}

.new_header_item_css h3.feature-card__title {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0;
}

@media (max-width: 1000px) {
  .new_header_item_css h3.feature-card__title {
    font-size: 1.2rem;
  }
}

.new_header_item_css p.feature-card__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0;
  margin-top: 10px !important;
}

@media (max-width: 1000px) {
  .new_header_item_css p.feature-card__text {
    font-size: 0.875rem;
  }
}
.new_header_item_css .quality {
  margin-top: 112px;
}
@media (max-width: 768px) {
  .new_header_item_css .quality {
    margin-top: 60px;
  }
}
.new_header_item_css .quality__description {
  margin-top: 2rem !important;
}

.new_header_item_css .quality__contents {
  margin-top: 1.8rem;
  display: grid;
  gap: 40px;
}

.new_header_item_css .quality__media {
  gap: 3rem;
  display: grid;
  grid-template-columns: 30.25rem auto;
}

@media (max-width: 1000px) {
  .new_header_item_css .quality__media {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.new_header_item_css .quality__media-img img {
  aspect-ratio: 2 / 1;
  max-width: 30.25rem;
  width: 100%;
  object-fit: cover;
}

.new_header_item_css h3.quality__media-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  text-align-last: left;
}
@media (max-width: 768px) {
  .new_header_item_css h3.quality__media-title {
    font-size: 1.5rem;
  }
}
.new_header_item_css p.quality__media-text {
  padding: 0;
  text-align: left;
  margin-top: 1.5rem !important;
}
.new_header_item_css .service {
  background-color: #fff;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .new_header_item_css .service {
    margin-top: 60px;
  }
}
.new_header_item_css ul.service__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20.625rem, 1fr));
  gap: 1.25rem 1.625rem;
  margin-top: 3.125rem;
}

.new_header_item_css li.service__list-item {
  background-color: #f3f3f3;
  padding: 2.5rem 9% 2.7rem 10%;
}
.new_header_item_css .price {
  margin-top: 80px;
}
.new_header_item_css .price__head h3.indeed-head__section-sub-title {
  margin-top: 0 !important;
}
.new_header_item_css .indeedTop .price_box li.price__list-item {
  border: 0.0625rem solid #d9d9d9;
}

.new_header_item_css .indeedTop .price_box li.price__list-item p:first-child {
  color: #000;
  background: #f5f5f5;
}

.new_header_item_css .indeedTop .price_box{display:flex; justify-content:space-between; margin-bottom: 40px!important;}
.new_header_item_css .indeedTop .price_box li{border:1px solid #949593; text-align:center; width:32%; display:flex!important; flex-direction:column;}
.new_header_item_css .indeedTop .price_box li p:first-child{background:#949593; color:#fff;}
.new_header_item_css .indeedTop .price_box li p{padding:25px 0;font-size:18px;display: table-cell;text-align:center;}
.new_header_item_css .indeedTop .price_box li p:last-child{margin: auto 0;}

@media (max-width: 768px) {
  .new_header_item_css .indeedTop .price_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .new_header_item_css .indeedTop .price_box li {
    width: 100%;
  }
  }

.new_header_item_css .service__list-item-title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}

.new_header_item_css .service__list-item-text {
  margin-top: 1.5rem !important;
  padding: 0;
  text-align: left;
}

.new_header_item_css .price__contents {
  margin-top: 3.2rem;
}
.new_header_item_css .works {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .new_header_item_css .works {
    margin-top: 4rem;
  }
}
.new_header_item_css .voices_list {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .new_header_item_css .voices_list {
    margin-top: 50px;
  }
}
.new_header_item_css .voices__pr {
  font-size: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.new_header_item_css .voices__pr p {
  letter-spacing: 0.05em;
}
.new_header_item_css .voices__pr-description {
  margin-top: 40px;
}
.voices__pr-description--bottom {
  margin-top: 20px;
}
.new_header_item_css .voices__pr-description--big {
  font-size: 18px;
}
.new_header_item_css h3.voices__sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 0;
}

.new_header_item_css .voices__description {
  margin-top: 26px;
}
.voices__pr_wrap {
  margin-top: 32px;
}
.new_header_item_css .problem {
  background-color: #fafafa;
  margin-top: 154px;
  padding: 5.5rem 4% 5rem;
}
@media (max-width: 768px) {
.new_header_item_css .problem {
  margin-top: 0;
}
}
.new_header_item_css .indeedTop ul.basic_list {
  border: none;
  margin-top: 3.3rem;
}

.new_header_item_css .basic_list-bottom {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 0;
}
.new_header_item_css .indeedTop .kadai {
  background-image: url("../../assets/img/indeed/kadai_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0;
}

@media (max-width: 1000px) {
  .new_header_item_css .indeedTop .kadai {
    background-position-x: 80%;
  }
}
@media (max-width: 768px) {
  .new_header_item_css .indeedTop .kadai {
    padding: 2rem 0 1rem;
    background-position: center;
  }
}

.new_header_item_css .difference__bottom-text p {
  padding: 0;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
}
.new_header_item_css .difference {
  padding: 6rem 0 2rem;
}
@media (max-width: 768px) {
  .new_header_item_css .difference {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.new_header_item_css .difference__description-wrap {
  margin-top: 30px;
}

.new_header_item_css .difference__table {
  max-width: 992px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .new_header_item_css .difference__table {
    width: 95vw;
  }
}
.new_header_item_css .difference__table-title1 {
  color: #000;
  width: 20%;
}

.new_header_item_css .difference__table-title2 {
  color: #000;
  width: 31%;
}

.new_header_item_css .difference__table-title3 {
  color: #000;
}

.difference__arrow {
  position: relative;
  width: 100px;
  margin-inline: auto;
  top: 40px;
}
@media (max-width: 768px) {
.difference__arrow {
  width: 80px;
  top: 30px;
}
}
.new_header_item_css .about_indeed__description {
  margin-top: 32px;
}

.new_header_item_css .about_indeed__contents {
  display: grid;
  grid-template-columns: 48% 1fr;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  max-width: 1000px;
  margin-inline: auto;
}

@media (max-width: 1000px) {
  .new_header_item_css .about_indeed__contents {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.new_header_item_css .about_indeed__text-area-title {
  font-weight: 500;
  margin-top: 0 !important;
  font-size: 1.9rem;
}

.new_header_item_css .about_indeed__text-area p {
  text-align: left;
  margin-top: 30px;
}
.new_header_item_css .about_indeed__description {
  margin-top: 32px;
}

.new_header_item_css .about_indeed__contents {
  display: grid;
  grid-template-columns: 48% 1fr;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  max-width: 1000px;
  margin-inline: auto;
}

@media (max-width: 1000px) {
  .new_header_item_css .about_indeed__contents {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.new_header_item_css .about_indeed__text-area-title {
  font-weight: 500;
  margin-top: 0 !important;
  font-size: 1.9rem;
}

.new_header_item_css .about_indeed__text-area p {
  text-align: left;
  margin-top: 30px;
}
.new_header_item_css .reason_indeed {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .new_header_item_css .reason_indeed {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.new_header_item_css .reason__contents {
  margin-top: 3.75rem;
  display: grid;
  gap: 3.125rem;
}

.new_header_item_css .reason__media {
  gap: 3rem;
  display: grid;
  grid-template-columns: 24rem auto;
}

@media (max-width: 1000px) {
  .new_header_item_css .reason__media {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}

.new_header_item_css .reason__media-img img {
  aspect-ratio: 384 / 192;
  max-width: 24rem;
  width: 100%;
  object-fit: cover;
}

.new_header_item_css h3.reason__media-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .new_header_item_css h3.reason__media-title {
    font-size: 1.5rem;
  }
}
.new_header_item_css p.reason__media-text {
  padding: 0;
  text-align: left;
  margin-top: 1.5rem;
}

.new_header_item_css ul.reason__media-list {
  border: 0.0625rem solid #d9d9d9;
  padding: 1.4rem 1.3rem 1.4rem 2.7rem;
  width: fit-content;
  margin-top: 1.25rem;
  list-style-type: none;
}

.new_header_item_css li.reason__media-list-item {
  text-align: left;
  letter-spacing: 0.04em;
  line-height: 1.8;
  position: relative;
}

.new_header_item_css li.reason__media-list-item::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.new_header_item_css .reason__arrow {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .new_header_item_css .reason__arrow {
    margin-top: 40px;
    width: 80px;
    margin-inline: auto;
  }
}
.new_header_item_css .reason__arrow img {
  width: 100px;
  margin-inline: auto;
}

.new_header_item_css .reason__media-text--bottom {
  display: inline-block;
  margin-top: 80px !important;
  padding: 0;
}
@media (max-width: 768px) {
  .new_header_item_css .reason__media-text--bottom {
    margin-top: 50px !important;
  }
}
.new_header_item_css .accel-kodawari {
  background-color: #fafafa;
  padding-top: 7rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
.new_header_item_css .accel-kodawari {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
}
.new_header_item_css .accel-kodawari__text-wrap {
  max-width: 996px;
  width: 100%;
  margin-left: 8.3%;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .new_header_item_css .accel-kodawari__text-wrap {
    margin-left: 0;
  }
}
.new_header_item_css .other__sub-title {
  margin-top: 32px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.new_header_item_css .baitaibox {
  display: grid;
  gap: 1rem;
  grid-template-columns: 208px 208px 208px 156px;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .new_header_item_css .baitaibox {
    grid-template-columns: 1fr 1fr;
  }
}
.new_header_item_css .onestop__text--bottom {
  display: table;
  margin-top: 1.25rem;
  font-size: 18px;
  padding: 0;
}
.new_header_item_css .basic_list--skill {
  margin-top: 24px;
}
.new_header_item_css .onestop__list {
  max-width: 792px;
  margin-inline: auto;
  background: #fff;
  padding: 30px 4%;
  margin-top: 30px;
}
.new_header_item_css .onestop__list-title {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .new_header_item_css .onestop__list-title {
    font-size: 24px;
  }
}
.new_header_item_css .onestop__list-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: left;
  position: relative;
  max-width: 518px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .new_header_item_css .onestop__list-item {
    line-height: 1.8;
  }
}
.new_header_item_css .onestop__list-item::before {
  content: "・";
}
.onestop__text-wrap {
  margin-top: 50px;
}
/* 改善事例カード（BEM）— このブロック内のみに適用 */
.achievement-cards__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.achievement-cards__item {
  background: #f3f3f3;
  padding: 40px 20px 40px 60px;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .new_header_item_css .achievement-cards__item {
    padding: 20px;
  }
}
.achievement-cards__title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.05em;
}

.achievement-cards__comparison {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.achievement-cards__before,
.achievement-cards__after-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.achievement-cards__before-label,
.achievement-cards__after-label {
  font-size: 0.85em;
  color: #333;
  font-weight: normal;
}

.achievement-cards__before-value {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #000;
}

.achievement-cards__arrow {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 23px;
}

.achievement-cards__arrow::before,
.achievement-cards__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.875rem;
  height: 0.125rem;
  background: #0066cc;
  top: 55%;
  transform-origin: right center;
}

.achievement-cards__arrow::before {
  transform: translateY(-50%) rotate(40deg);
}

.achievement-cards__arrow::after {
  transform: translateY(-50%) rotate(-45deg);
}

.achievement-cards__after-value {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #ff0000;
}

.achievement-cards__label {
  font-size: 12px;
  color: #000;
  padding: 0;
  margin-top: 22px!important;
}

.achievement-cards__text-wrap {
  margin-top: 30px;
}

.achievement-cards__text {
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 10px!important;
  line-height: 1.8;
  width: 92%;
}
@media (max-width: 768px) {
  .achievement-cards__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .achievement-cards__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.new_header_item_css .works__head {
  margin-top: 60px;
}
.new_header_item_css .voice__head {
  margin-top: 60px;
}
.new_header_item_css .achievement-cards__list,
.new_header_item_css .voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .new_header_item_css .achievement-cards__list,
  .new_header_item_css .voice__list {
    grid-template-columns: 1fr;
  }
}
.achievement-cards__btn {
  margin-top: 60px;
  text-align: center;
}
.new_header_item_css .voice__description {
  margin-top: 50px;
}
.new_header_item_css .voice__description p {
  padding: 0;
  letter-spacing: 0.05em;
}
.new_header_item_css .voice__btn {
  margin-top: 70px;
  text-align: center;
}
.new_header_item_css .flow {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .new_header_item_css .flow {
    padding-top: 4rem;
  }
}
.new_header_item_css .flow__contents {
  margin-top: 3rem;
}

.new_header_item_css .flow__contents {
  padding-left: 17%;
}
@media (max-width: 768px) {
  .new_header_item_css .flow__contents {
    padding-left: 0;
  }
}
.new_header_item_css .flow__list-item {
  display: flex;
  gap: 3.625rem;
}
@media (max-width: 768px) {
  .new_header_item_css .flow__list-item {
    gap: 2rem;
  }
}
.new_header_item_css .flow__list-item + .flow__list-item {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .new_header_item_css .flow__list-item + .flow__list-item {
    margin-top: 2rem;
  }
}
.new_header_item_css .flow__contents-number-wrap {
  display: flex;
  flex-direction: column;
}

.new_header_item_css .flow__contents-step {
  font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 768px) {
  .new_header_item_css .flow__contents-step {
    font-size: 1rem;
  }
}
.new_header_item_css .flow__contents-number {
  font-size: 2.5rem;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .new_header_item_css .flow__contents-number {
    font-size: 2.2rem;
  }
}
.new_header_item_css .flow__contents-title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .new_header_item_css .flow__contents-title {
    font-size: 1.4rem;
  }
}
.new_header_item_css p.flow__contents--description {
  padding: 0;
  margin-top: 0.625rem;
  letter-spacing: 0.05em;
}

.new_header_item_css .qa {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .new_header_item_css .qa {
    margin-top: 4rem;
  }
}
.new_header_item_css .qa__contents {
  margin-top: 3rem;
  max-width: 996px;
  margin-inline: auto;
}
.new_header_item_css .qa__btn {
  margin-top: 50px;
  text-align: center;
}
/* indeedテンプレート共通ボタン（他CSSの上書きを避けるため専用クラス） */
.new_header_item_css .indeed-btn-area {
  margin-top: 1rem;
}
.new_header_item_css .indeed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 25px 3.3rem;
  font-size: 16px;
  font-weight: 400;
  background: #2164f3;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-btn {
    padding: 20px 1rem;
  }
}
.new_header_item_css .indeed-btn:hover {
  opacity: 0.9;
}
.new_header_item_css .indeed-btn__arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.new_header_item_css .indeed-btn__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* indeedテンプレート用 よくある質問リスト（他CSSの上書きを避けるため専用クラス） */
.new_header_item_css .indeed-qa-list {
  font-size: 18px;
}
.new_header_item_css .indeed-qa-list dt {
  background: #555;
  border-radius: 5px 5px 0 0;
  border: 1px solid #000;
  padding: 1.2rem 1rem 1rem 12.7rem;
  color: #fff;
  letter-spacing: 0.07em;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-qa-list dt {
    padding: 1.2rem 1rem 1rem 3.7rem;
    font-size: 17px;
  }
}
.new_header_item_css .indeed-qa-list dt,
.new_header_item_css .indeed-qa-list dd {
  text-align: left;
  position: relative;
}
.new_header_item_css .indeed-qa-list dd {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem 1rem 1.2rem 12.7rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-qa-list dd {
    padding: 1rem 1rem 1.2rem 3.7rem;
    font-size: 16px;
  }
}
.new_header_item_css .indeed-qa-list div:not(:last-child) {
  margin-bottom: 50px;
}
.new_header_item_css .indeed-qa-list dt::before {
  content: "Q";
  font-weight: normal;
  font-size: 1.8rem;
  position: absolute;
  left: 6.2rem;
  top: 6px;
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-qa-list dt::before {
    left: 1rem;
    font-size: 1.5rem;
    top: 12px;
  }
}
.new_header_item_css .indeed-qa-list dd::before {
  content: "A";
  font-size: 1.8rem;
  position: absolute;
  top: 6px;
  left: 6.2rem;
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-qa-list dd::before {
    left: 1rem;
    font-size: 1.5rem;
    top: 12px;
  }
}
img.indeed-qa-list__icon {
  width: 16px;
}
/* ========================================
   indeed コラムセクション
   ======================================== */
.new_header_item_css .indeed-column {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-column {
    padding-top: 4rem;
  }
}
.new_header_item_css .indeed-column__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.new_header_item_css .indeed-column__title .section-title__main,
.new_header_item_css .indeed-column__title .section-title__sub {
  margin: 0;
}
.new_header_item_css .indeed-column-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .new_header_item_css .indeed-column-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .new_header_item_css .indeed-column-cards {
/*     grid-template-columns: 1fr; */
	  grid-template-columns: repeat(2, 1fr);
/*     gap: 2rem; */
		  gap: 3rem 1.5rem;
  }
}
.new_header_item_css .indeed-column-card {
  margin: 0;
  padding: 0;
}
.new_header_item_css .indeed-column-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.new_header_item_css .indeed-column-card__img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
/*   border-radius: 4px; */
  margin-bottom: 1rem;
  background: #f0f0f0;
}
.new_header_item_css .indeed-column-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.new_header_item_css .indeed-column-card__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new_header_item_css .indeed-column-card__meta {
  font-size: 1rem;
  color: #000;
  line-height: 1.5;
}
.new_header_item_css .indeed-column-card__date-label {
  margin-right: 0.3em;
}
.new_header_item_css .indeed-column-card__date {
  font-weight: normal;
}
.new_header_item_css .indeed-column-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.new_header_item_css .indeed-column-card__category {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #000;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s;
  margin-top: 16px;
}
.new_header_item_css .indeed-column-card__category:hover {
  opacity: 0.85;
}
.new_header_item_css .indeed-column__button-block.u-mobile {
  margin-top: 2rem;
  text-align: right;
}
@media (min-width: 769px) {
  .new_header_item_css .indeed-column__button-block.u-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .new_header_item_css .indeed-column__button-block.u-desktop {
    display: none;
  }
}
