@charset "UTF-8";

/* CSS Document */
:root {
  --brand: #E60039;
  /* ピンク系アクセント */
  --text: #222;
  --muted: #666;
  --line: #000;
  --card: #fff;
  --radius: 4px;
  --radius-lg: 16px;
  --w: 1100px;

  --subline: #040404;
  --en: "Poppins";
  --max: 1120px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: var(--text);
  line-height: 1.8;
  letter-spacing: .02em;
}


.cc-highright {
  background: linear-gradient(#0000 60%, #f8e71c 0);
  font-weight: bold;
}


  section#regularization {
    margin-top: 100px;
  }


/* ヘッダー（最小限） */
.topbar {
  font-size: .9rem;
  background: #fff;
  border-bottom: 1px solid var(--line);
}



.crumb {
  color: var(--muted)
}

.crumb span {
  margin: 0 .25em
}

/* ページ内ナビ */
.section-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 0 8px;
}


.section-nav a:active {
  transform: translateY(1px)
}

/* セクション共通 */


.section-head {
  text-align: center;
  margin-bottom: 64px;
}

.second h1 {
  text-align: center;
  font-size: clamp(32px, 4.5vw, 48px);
  margin-bottom: 64px;
  color: var(--brand);
  letter-spacing: .02em;
  font-weight: bold;
  position: relative;
}

.section-head-icon img {
  width: 40px;
  margin: 0 auto;
  padding-bottom: 10px;
}

/* h2 {
  font-size: clamp(22px, 2.2vw, 30px);
  color: var(--brand)
} */

.lead {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}

/* 福利カード */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.card {
  background: var(--card);
  border: 1px solid #B7B7B7;
  border-radius: var(--radius);
  padding: 30px;
  transition: transform .15s ease, box-shadow .2s ease;
  min-height: 132px;
}


.card h3 {
  margin: 0 0 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: .5em;
  color: var(--brand);
  font-weight: bold;
}

.badge {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff0f5;
  color: var(--brand);
  font-size: .9rem;
  flex: 0 0 24px;
  border: 1px solid #ffd6e7;
}

.card p {
  margin: 0;
  font-size: 14px;
}

/* 正社員登用制度（大きめのビジュアル領域） */
.visual {
  margin-top: 24px;
  background: #bdbdbd;
  /* プレースホルダー */
  border-radius: 16px;
  min-height: 58vh;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: .2em;
  font-size: clamp(28px, 7vw, 70px);
}

/* 共通フッターの手前 */
.note {
  padding: 32px 0 56px;
  color: var(--muted);
  text-align: center;
  border-top: 1px dashed #e9e9e9;
  margin-top: 32px;
}


.regularization-box h3 {
  background: #E60039;
  color: #fff;
  padding: 30px 80px 30px 130px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}

.regularization-box h3:before {
  background: url(../images/number/icon-mic.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 1s;
  content: '';
  width: 30px;
  height: 40px;
  z-index: 10px;
  transform: calc(50%, 50%);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-0%, -50%);
  left: 80px;
}

.regularization-box {
  border: 1px solid #b7b7b7;
  border-radius: 4px;
}

.regularization-box-detail {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 50px 80px;
}

dl.regularization-box-detail-int h4 {
  font-size: 21px;
  text-align: left;
  font-weight: bold;
  color: #E60039;
}


dl.regularization-box-detail-int .flex-2colm {
  padding-top: 40px;
  display: flex;
  gap: 40px;
}

.flex-2colm-tx {
  width: 60%;
}

.flex-2colm-img {
  width: 40%;
}

dl.regularization-box-detail-int h4 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

.flex-2colm-img p {
  text-align: right;
  margin-right: -10px;
  margin-top: 5px;
}

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



  .regularization-box h3 {
    background: #E60039;
    color: #fff;
    padding: 20px 30px 20px 80px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
  }

  .regularization-box h3:before {
    background: url(../images/number/icon-mic.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 1s;
    content: '';
    width: 30px;
    height: 40px;
    z-index: 10px;
    transform: calc(50%, 50%);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-0%, -50%);
    left: 40px;
  }

  dl.regularization-box-detail-int h4 {
    width: 100%;
    text-align: left;
    font-size: 20px;
  }

  .regularization-box-detail {
    padding: 40px;
  }

  dl.regularization-box-detail-int h4 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-size: 2.6rem;
  }

  .regularization-box h3 {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 80px;
  }

}



@media (max-width: 768px) {
  .regularization-box-detail {
    padding: 40px 20px;
  }

  dl.regularization-box-detail-int h4 {
    width: 100%;
    font-size: 2rem;
  }

  .flex-2colm {
    display: flex;
    flex-direction: column-reverse;
  }

  .flex-2colm>div {
    width: 100%;
  }

  .regularization-box h3 {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 80px;
  }

  .regularization-box h3:before {
    left: 30px;
  }

  .section-head {
    margin-bottom: 40px;
  }
}


/* 細かいレスポンシブ調整 */
@media (max-width:480px) {
  .card {
    min-height: auto
  }
}

@media (max-width:768px) {
  p.lead {
    text-align: left;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }

  section#regularization {
    margin-top: 70px;
  }

}

.benefits-grid01 h3 {
  padding-bottom: 0;
}

.benefits-grid01 sub-tit {
  padding-bottom: 20px;
}