/*
Theme Name:BLAZE child
Theme URI:https://tcd-theme.com/tcd120
Description:WordPressテーマ「BLAZE」の子テーマ
Template:blaze_tcd120
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* ==============================================

   採用ページおよび採用ページの詳細ページ専用CSS

   ============================================== */

/* --------------------------------------------------------------
採用ページ：求人情報チェック導線
-------------------------------------------------------------- */
.p-recruit-check {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 660px;
  min-height: 78px;
  margin: 60px auto 70px;
  border: 2px solid #75c7e8;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.p-recruit-check::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-right: 2px solid #75c7e8;
  border-bottom: 2px solid #75c7e8;
  transform: translateX(-50%) rotate(45deg);
}

.p-recruit-check__label {
  display: inline-block;
  background: #d6001c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 7px;
}

.p-recruit-check__text {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}


/* CHECKの文字の下線を非表示 */
.p-recruit-check,
.p-recruit-check:hover,
.p-recruit-check:focus {
  text-decoration: none;
}

.p-recruit-check__label {
  text-decoration: none !important;
}



/* --------------------------------------------------------------
SPモード
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-recruit-check {
    min-height: 64px;
    margin: 40px 10px 50px;
    padding: 0 16px;
  }

  .p-recruit-check__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 22px;
    font-size: 11px;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
  }


  .p-recruit-check__text {
    font-size: 15px;
    line-height: 1.4;
  }
}


/*共通見出し（COMPANYページの流用） */
.p-recruit-headline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px !important;
  margin-bottom: 30px !important;
  padding: 0 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
  border: none;
}

.p-recruit-headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #0F69AB;
}

.p-recruit-headline::after {
  display: none !important;
}

/* セクション */
.p-recruit-section {
  margin: 0 0 100px;
}

.p-recruit-inner {
  width: 100%;
}

/* リード文 */
.p-recruit-lead {
  margin: 0 0 28px;
  font-size: 28px;
  font-weight: 700;
  text-align:left;
  line-height: 1.6;
  color: #2B86C5;
}

/* 本文 */
.p-recruit-text {
  margin: 0 0 48px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #111;
}

.p-recruit-text p {
  margin: 0;
}

/* SPモード */
@media screen and (max-width: 768px) {

  .p-recruit-headline {
    font-size: 24px;
    margin: 36px 0 24px;
    padding-left: 16px;
  }

  .p-recruit-headline::before {
    width: 4px;
    height: 75%;
  }

  .p-recruit-section {
    margin: 0 0 56px;
  }

  .p-recruit-lead {
    margin: 0 0 22px;
    font-size: 22px;
    line-height: 1.55;
  }

  .p-recruit-text {
    margin: 0 0 36px;
    font-size: 14px;
    line-height: 1.9;
  }

}


/* 統計エリア */
.recruit-stats-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0 20px;
}

/* 統計ボックス */
.recruit-stats-box {
  flex: 1;
  max-width: 400px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #d0d7de;
  background: #fff;
}

/* 統計ボックス上部 */
.recruit-stats-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top, #0F69AB, #A3D8FF);
}

/* 統計ボックス本体 */
.recruit-stats-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 115px;
  padding: 0 20px;
}

/* アイコン */
.recruit-stats-icon {
  width: 70px;
  height: auto;
}

/* 数字エリア */
.recruit-stats-text {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

/* 強調数字 */
.recruit-stats-strong-orange {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #e05c0f;
   position: relative;
  top: 4px;
}

/* 単位 */
.recruit-stats-unit {
  font-size: 18px;
  color: #333;
}

/* 注釈 */
.recruit-stats-note {
  margin: 0 90px 0 0 !important;
  text-align: right;
  font-size: 14px;
  color: #666;
}

/* SPモード */
@media screen and (max-width: 768px) {
  .recruit-stats-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    padding: 0;
    margin: 0;
  }

  .recruit-stats-box {
    width: 100%;
    max-width: 320px;
  }

  .recruit-stats-head {
    height: 54px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
  }

  .recruit-stats-body {
    justify-content: center;
    gap: 22px;
    min-height: 100px;
    padding: 0 18px;
  }

  .recruit-stats-icon {
    width: 64px;
    flex-shrink: 0;
  }

  .recruit-stats-text {
    display: flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
  }

  .recruit-stats-strong-orange {
    font-size: 38px;
    line-height: 1;
    white-space: nowrap;
  }

  .recruit-stats-unit {
    font-size: 14px;
    white-space: nowrap;
  }

  .recruit-stats-note {
    max-width: 320px;
    margin: 8px auto 0 !important;
    text-align: right;
    font-size: 13px;
  }
}


/* ==============================================
   仕事紹介・インタビュー
   ============================================== */

.p-recruit-interview {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 40px 0 60px;
  border: 2px solid #2B86C5;
  background: #fff;
}

.p-recruit-photo {
  flex: 0 0 40%;
  aspect-ratio: 16 / 10;
}

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

.p-recruit-interview-text {
  flex: 1;
  min-width: 0;
  padding: 32px 24px 24px;
}

.p-recruit-interview .p-recruit-interview-text .p-recruit-interview-title {
  margin: 0;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: #111;
}

.p-recruit-interview .p-recruit-interview-text p {
  margin: 0 0 26px;
  font-size: clamp(13px, 1.25vw, 15px);
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
  color: #111;
}

/* --------------------------------------------------------------
SPモード
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .p-recruit-interview {
    display: block;
    margin: 32px 0 48px;
  }

  .p-recruit-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .p-recruit-interview-text {
    width: 100%;
    padding: 20px;
  }

  .p-recruit-interview .p-recruit-interview-text .p-recruit-interview-title {
    font-size: 18px;
  }

  .p-recruit-interview .p-recruit-interview-text p {
    font-size: 13px;
    line-height: 1.9;
  }
}

/* ==============================================
   福利厚生
   ============================================== */

/*自動で入る<p>をrecruitページ（id-1062）だけ非表示に */
.page-id-1062 .p-recruit-benefits-item > img + p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


.p-recruit-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  max-width: 1100px;
  margin: 0 auto;
}

.p-recruit-benefits-item {
  text-align: center;
}

.benefits-img {
  display: block;
  width: 86px;
  height: auto;
  margin: 0 auto;
}

.p-recruit-benefits-title {
  margin: 0 0 18px;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #3485C0 !important;
  text-align: center !important;
  margin: 10px 0 !important;
}

.p-recruit-benefits-lead {
  margin: 0 0 12px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}

.p-recruit-benefits-text {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #666666;
}

/* SPモード */
@media screen and (max-width: 768px) {

  .p-recruit-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .benefits-img {
    width: 60px;
    margin: 0 auto 12px;
  }

  .p-recruit-benefits-title {
    font-size: 18px !important;
    margin: 8px 0 !important;
  }

  .p-recruit-benefits-lead {
    font-size: 12px;
    margin-bottom: 12px !important;
  }

  .p-recruit-benefits-text {
    font-size: 11px;
    line-height: 1.7;
  }

}

/* --------------------------------------------------------------
採用ページ：求人一覧
-------------------------------------------------------------- */
.p-recruit-list-section {
  margin: 0 0 100px;
}

.p-recruit-list-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-recruit-list-lead {
  color: #0b6fb3;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 40px;
}

.p-recruit-list-card {
  display: grid;
  grid-template-columns: 260px 1fr !important;
  gap: 40px;
  margin: 0 0 100px;
}

.p-recruit-list-card:last-child {
  margin-bottom: 0;
}


.p-recruit-list-card__image {
  width:260px;
  background: #f2f2f2;
  text-align: center;
  align-content:center;
}

.p-recruit-list-card__img {
  width:260px;
  height:180px;
  object-fit:cover;
  display:block;
}

.p-recruit-list-card__body {
  padding: 0 30px;
}

.p-recruit-list-card__title {
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  margin: 0 0 10px !important;
}

.p-recruit-list-card__body p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 !important;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.p-recruit-list-card .button-cta {
  grid-column: 1 / -1;
  margin-top: 40px;
  text-align: center;
}


/* --------------------------------------------------------------
SPモード
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-recruit-list-section {
    margin: 0 0 70px;
  }

  .p-recruit-list-inner {
    padding: 0 10px;
  }

  .p-recruit-list-lead {
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 28px;
  }

  .p-recruit-list-card {
    display: block !important;
    gap: 0;
    margin: 0 0 85px;
  }

  .p-recruit-list-card:last-child {
    margin-bottom: 0;
  }

  .p-recruit-list-card__image {
    width: 100%;
    margin: 0 0 24px;
  }

  .p-recruit-list-card__img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
  }

  .p-recruit-list-card__body {
    padding: 0;
  }

  .p-recruit-list-card__title {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin: 0 0 14px !important;
  }

  .p-recruit-list-card__body p {
    font-size: 14px;
    line-height: 1.7;
    padding: 8px 0;
  }

  .p-recruit-list-card .button-cta {
    margin-top: 28px;
  }
}


/* ==============================================

   採用　詳細ページ

   ============================================== */

/* 採用ページ：画像ギャラリー */
.p-recruit-gallery {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 0;
  text-align: center;
}

/* 更新日 */
.p-recruit-gallery__date {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #9E9E9E;
}

.p-recruit-gallery__main {
  width: 100%;
  height: 420px;
  margin: 30px auto 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-recruit-gallery__main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.p-recruit-gallery__thumbs {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.p-recruit-gallery__thumbs p {
  display: contents;
}

.p-recruit-gallery__thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 90px;
  padding: 0;
  border: none;
  background: #f2f2f2;
  cursor: pointer;
  opacity: 0.65;
  line-height: 0;
}

.p-recruit-gallery__thumb.is-active {
  opacity: 1;
  outline: 3px solid #00a0df;
  outline-offset: 3px;
}

.p-recruit-gallery__thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

/* SPモード */
@media screen and (max-width: 767px) {

  .p-recruit-gallery {
    margin: 0 auto;
    padding: 34px 10px 0;
  }

  .p-recruit-gallery__date {
    top: 0;
    right: 10px;
    font-size: 13px;
  }

  .p-recruit-gallery__main {
    height: 320px;
    margin: 0 auto 16px;
  }

  .p-recruit-gallery__thumbs {
    display: grid !important;
    grid-template-columns: repeat(3, 84px);
    justify-content: center;
    gap: 12px;
    max-width: none;
    margin: 0 auto;
  }

  .p-recruit-gallery__thumbs br,
  .p-recruit-gallery__thumbs > p:empty {
    display: none !important;
  }

  .p-recruit-gallery__thumbs p {
    display: contents !important;
  }

  .p-recruit-gallery__thumb {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 84px !important;
    height: 63px !important;
    margin: 0 !important;
  }

  .p-recruit-gallery__thumb img {
    max-width: 84px;
    max-height: 63px;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
  }

}



/* 採用ページ：募集概要 */
.p-recruit-summary {
  max-width: 760px;
  margin: 60px auto 0;
}

.p-recruit-summary h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 24px;
}

.p-recruit-summary p,
.p-recruit-list-card__summary p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 !important;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-recruit-summary p strong,
.p-recruit-list-card__summary p strong {
  flex: 0 0 90px;
  display: inline-block;
  white-space: nowrap;
}

.p-recruit-list-card__summary p {
  border-bottom: 1px dotted #ccc;
}

.p-recruit-list-card__summary p:empty {
  display: none;
  border: 0;
  padding: 0;
  margin: 0;
}

/* --------------------------------------------------------------
採用ページ：募集詳細
-------------------------------------------------------------- */
.p-recruit-detail-section {
  margin: 0 0 90px;
}

.p-recruit-detail-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.p-recruit-detail-section .p-recruit-detail-lead {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.8! important;
 margin-bottom: 20px !important;
}

.p-recruit-detail-section p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-bottom: 50px !important;
}

.p-recruit-detail-section p strong {
  font-size: 1.2em;
}

.p-recruit-catch {
  color: #3485C0 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
}

.p-recruit-detail-list {
  margin: 8px 0 22px !important;
  padding-left: 1.2em;
  margin-bottom: 70px;
}

.p-recruit-detail-list li {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.9 !important;
}

.p-recruit-detail-note {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-recruit-detail-section {
    margin: 0 0 60px;
  }

  .p-recruit-detail-lead {
    font-size: 18px;
  }

  .p-recruit-detail-section p {
    font-size: 16px;
    line-height: 1.9;
  }

  .p-recruit-catch {
    font-size: 22px;
    margin: 60px 0 18px !important;
  }

  .p-recruit-detail-list li {
    font-size: 16px;
  }
}



/* --------------------------------------------------------------
採用ページ：タイムスケジュール
-------------------------------------------------------------- */
.p-recruit-schedule {
  margin: 0 0 100px;
}

.p-recruit-schedule__inner {
  max-width: 1100px;
  margin: 20px auto 40px;
  padding: 0 10px;
}

.p-recruit-schedule__cards {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.p-recruit-schedule__card {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 8px 8px 14px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
}

.p-recruit-schedule__head {
  background: #4673BD;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 10px;
}

.p-recruit-schedule__body {
  flex: 1;
  padding: 18px 16px 24px 18px;
}

.p-recruit-schedule__intro {
  margin-bottom: 12px;
}

.p-recruit-schedule__intro::after {
  content: "";
  display: block;
  clear: both;
}

.p-recruit-schedule__intro img {
  float: right;
  width: 84px;
  height: 84px !important;
  margin: 0 0 0 8px;
  object-fit: contain;
}

.p-recruit-schedule__intro p {
  color: #3485C0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 !important;
}

.p-recruit-schedule__flow {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

.p-recruit-schedule__flow li {
  list-style: none !important;
  position: static !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7 !important;
  text-align: center;
}

.p-recruit-schedule__flow li::before {
  display: none !important;
  content: none !important;
}

.p-recruit-schedule__flow li:not(:last-child)::after {
  content: "↓";
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 2px 0;
}

/* --------------------------------------------------------------
SPモード
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-recruit-schedule {
    margin: 0 0 70px;
  }

  .p-recruit-schedule__cards {
    flex-direction: column;
    gap: 24px;
  }

  .p-recruit-schedule__body {
    padding: 22px 18px 28px;
  }

  .p-recruit-schedule__head {
    font-size: 18px;
  }

  .p-recruit-schedule__intro img {
    width: 70px;
    height: 70px !important;
    margin: 0 0 8px 12px;
  }

  .p-recruit-schedule__intro p {
    font-size: 15px;
    line-height: 1.9;
  }

  .p-recruit-schedule__flow li {
    font-size: 16px;
  }

  .p-recruit-schedule__flow li:not(:last-child)::after {
    font-size: 22px;
  }
}


/* --------------------------------------------------------------
採用ページ：タグリスト
-------------------------------------------------------------- */
.p-recruit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 48px;
}

.p-recruit-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  background: #E1F2FF;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 3px 16px;
  border-radius: 3px;
}

@media screen and (max-width: 767px){
  .p-recruit-tag-group {
    margin-bottom: 70px;
    gap: 10px;
  }

  .p-recruit-tag {
    min-height: 36px;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 14px;
  }

}


/* --------------------------------------------------------------
採用ページ：共通テーブル
-------------------------------------------------------------- */
.p-recruit-table {
  margin: 0 0 100px;
}

.p-recruit-table__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.p-recruit-table-dl {
  margin: 35px 0 0;
  display: block !important;
}

.p-recruit-table-row {
  display: flex !important;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.p-recruit-table-row:first-child {
  border-top: 1px solid #ddd;
}

.p-recruit-table-dt {
  flex: 0 0 240px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  white-space: normal;
  line-height: 1.6;
  background: #F5FAFF;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0;
  padding: 22px 20px 0;
  font-weight: 700;
}

.p-recruit-table-dd {
  flex: 1 1 auto;
  word-break: break-word;
  border-right: 1px solid #ddd;
  padding-inline: 35px;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 400;
}

.p-recruit-table-dd div {
  padding-block: 22px;
  line-height: 1.7;
  text-align: left;
}

.p-recruit-table-map {
  margin: 14px 0 0;
}

.p-recruit-table-map__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important;
  text-align: left;
}

.p-recruit-table-map__address {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 22px !important;
}

.p-recruit-table-map__embed {
  width: 100%;
}

.p-recruit-table-map__embed iframe {
  width: 100%;
  height: 380px;
  display: block;
  border: 0;
}

/* --------------------------------------------------------------
SPモード
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-recruit-table {
    margin: 0 0 70px;
  }

  .p-recruit-table-dl {
    margin: 25px 0 0;
  }

  .p-recruit-table-dt {
    flex: 0 0 105px;
    padding: 16px 12px 0;
    font-size: 14px;
  }

  .p-recruit-table-dd {
    padding-inline: 16px;
    font-size: 14px;
  }

  .p-recruit-table-dd div {
    padding-block: 16px;
  }

  .p-recruit-table-map__embed iframe {
    height: 280px;
  }
}


/* --------------------------------------------------------------
採用ページ：共通テーブル内リンク・ボタン
-------------------------------------------------------------- */
.p-recruit-table-dd a {
  color: inherit;
  text-decoration: underline;
}

.p-recruit-table .button-cta {
  margin-top: 50px;
  text-align: center;
}

/* --------------------------------------------------------------
SPモード
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .p-recruit-table .button-cta {
    margin-top: 36px;
  }
}

