/* ========================================================================
   Pattern 44: arai-saiyo.biz/chuto-saiyo 真似
   - 純白基調 + 水色アクセント (#0099d9 / #1ba6dc)
   - 左肩の青ロゴブロック + EN小見出し付きの和テキスト見出し
   - 山型(三角)のあしらい / 必須バッジ(赤) / 水色背景の入力
   ====================================================================== */

@import url("fonts.css");

:root {
  --p44-blue: #0099d9;
  --p44-blue-deep: #0a73a8;
  --p44-blue-dark: #14334f;
  --p44-blue-tint: #e7f4fb;
  --p44-blue-tint2: #f4fafd;
  --p44-ink: #1f2933;
  --p44-ink-soft: #4b5663;
  --p44-line: #d9e3eb;
  --p44-line-soft: #eef2f5;
  --p44-bg: #ffffff;
  --p44-req: #d32a3a;
  --p44-tag-green: #b6d143;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--p44-font-jp);
  color: var(--p44-ink);
  background: var(--p44-bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-size: 15px;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* スキップリンク */
.p44-skip {
  position: absolute; top: -100px; left: 0;
  background: var(--p44-blue); color: #fff; padding: 8px 14px;
  z-index: 100;
}
.p44-skip:focus { top: 0; }

/* ============================================================
   HEADER
   ============================================================ */
.p44-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--p44-line-soft);
  display: flex; align-items: stretch;
  min-height: 72px;
}

.p44-logo {
  background: var(--p44-blue);
  color: #fff;
  width: 168px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 10px 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
.p44-logo__mark {
  width: 56px; height: 28px;
  position: relative;
  margin-bottom: 4px;
}
.p44-logo__mark::before,
.p44-logo__mark::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 24px solid #fff;
}
.p44-logo__mark::before { left: 2px; opacity: .55; }
.p44-logo__mark::after  { right: 2px; }
.p44-logo__name {
  font-size: 22px; font-weight: 700; letter-spacing: .08em; line-height: 1;
}
.p44-logo__sub {
  font-size: 10px; letter-spacing: .12em; margin-top: 4px;
  background: #fff; color: var(--p44-blue);
  padding: 2px 6px; border-radius: 2px;
}

.p44-nav {
  display: flex; align-items: center; gap: 28px;
  margin-left: auto; padding: 0 24px;
}
.p44-nav a {
  font-size: 13px; font-weight: 700;
  color: var(--p44-ink);
  padding: 6px 0;
  position: relative;
}
.p44-nav a:hover { color: var(--p44-blue); }
.p44-nav a.p44-nav__entry {
  background: var(--p44-blue);
  color: #fff;
  padding: 22px 28px;
  margin-left: 4px;
  font-size: 13px;
  letter-spacing: .08em;
}
.p44-nav a.p44-nav__entry:hover { background: var(--p44-blue-deep); color: #fff; }

/* ============================================================
   HERO (TOP)
   ============================================================ */
.p44-hero {
  position: relative;
  height: clamp(420px, 70vh, 640px);
  overflow: hidden;
  background: #0c1f33;
}
.p44-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .82;
}
.p44-hero__copy {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: .04em;
  text-shadow: 0 2px 18px rgba(0,0,0,.5);
  width: min(92%, 980px);
  margin: 0;
}
.p44-hero__copy small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
  letter-spacing: .1em;
  opacity: .92;
}

.p44-hero__cta {
  position: absolute;
  right: 24px; bottom: 32px;
  background: #fff;
  display: flex; align-items: center;
  padding: 10px 18px 10px 10px;
  border-radius: 4px;
  box-shadow: 0 6px 22px rgba(0,0,0,.18);
  font-weight: 700;
  font-size: 14px;
}
.p44-hero__cta::before {
  content: "";
  display: inline-block;
  width: 44px; height: 28px;
  background: var(--p44-blue);
  margin-right: 12px;
  clip-path: polygon(50% 16%, 84% 86%, 16% 86%);
}
.p44-hero__cta b { color: var(--p44-blue); margin-right: 4px; }

/* ============================================================
   SECTION HEADER (和+EN小見出し)
   ============================================================ */
.p44-secthead {
  text-align: center;
  margin: 80px auto 36px;
}
.p44-secthead__jp {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--p44-ink);
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
.p44-secthead__jp::before,
.p44-secthead__jp::after {
  content: "";
  position: absolute; top: 50%;
  width: 40px; height: 1px;
  background: var(--p44-ink-soft);
}
.p44-secthead__jp::before { left: 0; }
.p44-secthead__jp::after { right: 0; }
.p44-secthead__en {
  display: block;
  margin-top: 6px;
  font-family: var(--p44-font-en);
  font-size: 12px;
  font-weight: 500;
  color: var(--p44-blue);
  letter-spacing: .26em;
  text-transform: lowercase;
}

/* 山型あしらい */
.p44-mountain {
  width: 96px; height: 36px;
  margin: 0 auto 14px;
  position: relative;
}
.p44-mountain::before,
.p44-mountain::after {
  content: "";
  position: absolute; bottom: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 32px solid var(--p44-blue);
}
.p44-mountain::before { left: 0; opacity: .35; }
.p44-mountain::after  { right: 0; }

/* ============================================================
   ENVIRONMENT (TOP内セクション)
   ============================================================ */
.p44-env {
  padding: 40px 24px 80px;
  background: var(--p44-blue-tint2);
}
.p44-env__lead {
  max-width: 880px; margin: 0 auto 40px;
  text-align: center; font-size: 15px;
  line-height: 2.0;
}
.p44-env__grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.p44-env__card {
  background: #fff; padding: 28px 22px;
  border-top: 3px solid var(--p44-blue);
}
.p44-env__num {
  font-family: var(--p44-font-en);
  font-size: 34px; font-weight: 700;
  color: var(--p44-blue);
  line-height: 1;
}
.p44-env__num small {
  font-size: 14px; margin-left: 4px;
  color: var(--p44-ink-soft);
}
.p44-env__lbl {
  margin: 10px 0 6px;
  font-size: 14px; font-weight: 700;
  color: var(--p44-ink);
}
.p44-env__note {
  font-size: 11px;
  color: var(--p44-ink-soft);
  letter-spacing: .04em;
}

/* ============================================================
   BUSINESS / VOICE タイル
   ============================================================ */
.p44-tilewrap {
  padding: 0 24px 80px;
  max-width: 1100px; margin: 0 auto;
}
.p44-tile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.p44-tile__item {
  background: #fff;
}
.p44-tile__item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.p44-tile__item h3 {
  font-size: 16px; margin: 14px 0 6px;
  color: var(--p44-ink); font-weight: 700;
}
.p44-tile__item p {
  font-size: 13px; line-height: 1.8;
  color: var(--p44-ink-soft); margin: 0;
}

.p44-tile__tag {
  display: inline-block;
  background: var(--p44-blue);
  color: #fff;
  font-size: 12px; font-weight: 700;
  padding: 4px 10px;
  letter-spacing: .04em;
}
.p44-tile__tag--green { background: var(--p44-tag-green); color: #1d3b00; }

/* ============================================================
   会社情報 (TOP内)
   ============================================================ */
.p44-company {
  background: #fff;
  padding: 0 24px 80px;
}
.p44-company__inner {
  max-width: 1000px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
}
.p44-company__photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.p44-company__txt p {
  font-size: 14px; line-height: 2.0;
}

/* ============================================================
   下層ページ共通 (.p44-page)
   ============================================================ */
.p44-page {
  padding: 60px 24px 80px;
  max-width: 1100px;
  margin: 0 auto;
}
.p44-page__lead {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
  font-size: 15px;
  line-height: 2.0;
}
.p44-page__crumb {
  font-size: 12px;
  color: var(--p44-ink-soft);
  margin-bottom: 24px;
  letter-spacing: .04em;
}
.p44-page__crumb a { color: var(--p44-blue); }
.p44-page__crumb a:hover { text-decoration: underline; }

/* ============================================================
   募集職種一覧 .p44-jobs__grid + カテゴリ見出し .p44-jobs__cat
   ============================================================ */
.p44-jobs__cat {
  margin: 48px 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--p44-blue);
}
.p44-jobs__cat h2 {
  display: inline-block;
  background: var(--p44-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 18px;
  margin: 0;
  letter-spacing: .04em;
}

.p44-jobs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.p44-jobcard {
  background: #fff;
  border: 1px solid var(--p44-line);
  transition: box-shadow .22s, transform .22s;
  display: block;
}
.p44-jobcard:hover {
  box-shadow: 0 10px 28px rgba(10,115,168,.14);
  transform: translateY(-3px);
}
.p44-jobcard__photo {
  position: relative;
}
.p44-jobcard__photo img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}
.p44-jobcard__photo .p44-tile__tag {
  position: absolute; top: 10px; right: 10px;
}
.p44-jobcard__body {
  padding: 16px 18px 20px;
}
.p44-jobcard__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--p44-ink);
  line-height: 1.6;
}
.p44-jobcard__meta {
  font-size: 12px;
  color: var(--p44-ink-soft);
  display: flex; flex-wrap: wrap; gap: 8px;
}
.p44-jobcard__meta span {
  background: var(--p44-blue-tint);
  padding: 2px 8px;
  border-radius: 2px;
  color: var(--p44-blue-deep);
  font-weight: 700;
}

/* ============================================================
   求人詳細
   ============================================================ */
.p44-job__hero {
  position: relative;
  margin-bottom: 48px;
}
.p44-job__hero img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}
.p44-job__hero__title {
  background: #fff;
  border-left: 6px solid var(--p44-blue);
  padding: 18px 24px;
  margin: -50px auto 0;
  max-width: 880px;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
}
.p44-job__hero__code {
  display: inline-block;
  font-family: var(--p44-font-en);
  font-size: 12px;
  font-weight: 700;
  color: var(--p44-blue);
  letter-spacing: .14em;
  margin-bottom: 6px;
}
.p44-job__hero__title h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--p44-ink);
}
.p44-job__hero__title small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--p44-ink-soft);
  font-weight: 400;
}

.p44-job__sec {
  max-width: 880px;
  margin: 0 auto 48px;
}
.p44-job__sec h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--p44-ink);
  border-left: 4px solid var(--p44-blue);
  padding-left: 12px;
  margin: 0 0 18px;
  line-height: 1.4;
}
.p44-job__sec h2 small {
  display: block;
  font-family: var(--p44-font-en);
  font-size: 11px;
  color: var(--p44-blue);
  letter-spacing: .22em;
  font-weight: 500;
  margin-top: 2px;
}
.p44-job__sec p {
  font-size: 14px;
  line-height: 2.0;
  margin: 0 0 12px;
}
.p44-job__sec ul {
  padding-left: 1.2em; margin: 0;
}
.p44-job__sec ul li {
  font-size: 14px; line-height: 1.9; margin-bottom: 4px;
}

/* 1日の流れ */
.p44-day {
  position: relative;
  padding-left: 28px;
}
.p44-day::before {
  content: "";
  position: absolute;
  left: 10px; top: 4px; bottom: 4px;
  width: 2px;
  background: var(--p44-blue-tint);
}
.p44-day__item {
  position: relative;
  padding: 0 0 22px 24px;
}
.p44-day__item::before {
  content: "";
  position: absolute;
  left: -23px; top: 6px;
  width: 14px; height: 14px;
  background: var(--p44-blue);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--p44-blue);
}
.p44-day__time {
  display: inline-block;
  font-family: var(--p44-font-en);
  font-size: 14px;
  font-weight: 700;
  color: var(--p44-blue);
  letter-spacing: .04em;
  margin-bottom: 2px;
}
.p44-day__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--p44-ink);
}
.p44-day__desc {
  font-size: 13px;
  line-height: 1.8;
  color: var(--p44-ink-soft);
  margin: 0;
}

/* ============================================================
   募集要項テーブル .p44-reqtable
   ============================================================ */
.p44-reqtable {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 880px;
  font-size: 14px;
}
.p44-reqtable tr {
  border-bottom: 1px solid var(--p44-line);
}
.p44-reqtable th {
  text-align: left;
  vertical-align: top;
  padding: 18px 14px;
  width: 180px;
  background: var(--p44-blue-tint2);
  color: var(--p44-blue-deep);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
}
.p44-reqtable td {
  padding: 18px 14px;
  line-height: 1.9;
}

/* ============================================================
   FAQ .p44-faqlist
   ============================================================ */
.p44-faqlist {
  max-width: 880px; margin: 0 auto;
}
.p44-faqlist__item {
  border-bottom: 1px solid var(--p44-line);
  padding: 18px 4px;
}
.p44-faqlist__q {
  display: flex; align-items: flex-start; gap: 12px;
  font-weight: 700;
  font-size: 15px;
  color: var(--p44-ink);
  margin: 0 0 8px;
}
.p44-faqlist__q::before {
  content: "Q";
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  background: var(--p44-blue);
  color: #fff;
  font-family: var(--p44-font-en);
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}
.p44-faqlist__a {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--p44-ink-soft);
  margin: 0;
}
.p44-faqlist__a::before {
  content: "A";
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px;
  background: #fff;
  border: 1.5px solid var(--p44-blue);
  color: var(--p44-blue);
  font-family: var(--p44-font-en);
  font-weight: 700;
  font-size: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================================
   フォーム .p44-form (あらいエントリー風)
   ============================================================ */
.p44-form {
  max-width: 880px;
  margin: 0 auto;
}
.p44-form__intro {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 28px;
}
.p44-form__intro a { color: var(--p44-blue); text-decoration: underline; }

.p44-form__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  border-bottom: 1px solid var(--p44-line-soft);
}
.p44-form__row:first-child { border-top: 1px solid var(--p44-line-soft); }
.p44-form__lbl {
  background: var(--p44-blue-tint2);
  padding: 18px 14px;
  display: flex; align-items: center; gap: 10px;
  font-size: 14px;
  font-weight: 700;
}
.p44-form__lbl .p44-req {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--p44-req);
  color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 3px 8px;
  border-radius: 2px;
  letter-spacing: .02em;
}
.p44-form__lbl .p44-opt {
  display: inline-flex; align-items: center; justify-content: center;
  background: #e3e8ec;
  color: var(--p44-ink-soft);
  font-size: 11px; font-weight: 700;
  padding: 3px 8px;
  border-radius: 2px;
}
.p44-form__ctrl {
  padding: 14px 16px;
}
.p44-form__ctrl input[type="text"],
.p44-form__ctrl input[type="email"],
.p44-form__ctrl input[type="tel"],
.p44-form__ctrl select,
.p44-form__ctrl textarea {
  width: 100%;
  background: var(--p44-blue-tint);
  border: 1px solid var(--p44-line);
  padding: 10px 12px;
  font-family: var(--p44-font-jp);
  font-size: 14px;
  color: var(--p44-ink);
  border-radius: 2px;
}
.p44-form__ctrl textarea { min-height: 140px; resize: vertical; }
.p44-form__ctrl input:focus,
.p44-form__ctrl select:focus,
.p44-form__ctrl textarea:focus {
  outline: 2px solid var(--p44-blue);
  background: #fff;
}

.p44-form__agree {
  text-align: center;
  margin: 28px 0;
  font-size: 13px;
}
.p44-form__agree a { color: var(--p44-blue); text-decoration: underline; }

.p44-form__submit {
  display: block;
  width: min(420px, 92%);
  margin: 12px auto 0;
  background: var(--p44-blue);
  color: #fff;
  border: 0;
  padding: 18px;
  font-family: var(--p44-font-jp);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  border-radius: 2px;
  transition: background .2s;
}
.p44-form__submit:hover { background: var(--p44-blue-deep); }

/* ============================================================
   沿革 .p44-history (会社情報ページ)
   ============================================================ */
.p44-history {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding-left: 32px;
}
.p44-history::before {
  content: "";
  position: absolute;
  left: 12px; top: 8px; bottom: 8px;
  width: 2px;
  background: var(--p44-blue-tint);
}
.p44-history__item {
  position: relative;
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
}
.p44-history__item::before {
  content: "";
  position: absolute;
  left: -26px; top: 8px;
  width: 12px; height: 12px;
  background: var(--p44-blue);
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--p44-blue);
}
.p44-history__yr {
  font-family: var(--p44-font-en);
  font-size: 20px;
  font-weight: 700;
  color: var(--p44-blue);
  letter-spacing: .04em;
}
.p44-history__ev {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 2px;
}

/* ============================================================
   代表メッセージ .p44-message
   ============================================================ */
.p44-message {
  max-width: 820px;
  margin: 0 auto 48px;
}
.p44-message__title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid var(--p44-blue);
  padding-bottom: 12px;
  margin: 0 0 28px;
  line-height: 1.5;
}
.p44-message__body {
  font-size: 14px;
  line-height: 2.1;
  white-space: pre-wrap;
}
.p44-message__sign {
  text-align: right;
  margin: 24px 0 0;
  display: flex; align-items: center; justify-content: flex-end;
  gap: 14px;
}
.p44-message__sign__logo {
  background: var(--p44-blue);
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}
.p44-message__sign__name b {
  font-size: 17px;
  display: block;
  margin-top: 2px;
}
.p44-message__photo {
  margin-top: 32px;
}
.p44-message__photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.p44-foot {
  background: var(--p44-blue-tint2);
  border-top: 1px solid var(--p44-line);
  padding: 40px 24px 60px;
  margin-top: 40px;
}
.p44-foot__inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 24px;
}
.p44-foot__brand {
  display: flex; align-items: center; gap: 14px;
}
.p44-foot__brand .p44-logo {
  width: 140px; min-height: 64px;
}
.p44-foot__brand__txt {
  font-size: 13px;
  color: var(--p44-ink-soft);
}
.p44-foot__brand__txt b {
  color: var(--p44-ink);
  font-size: 14px;
}
.p44-foot__nav {
  display: flex; gap: 18px; flex-wrap: wrap;
  font-size: 12px;
}
.p44-foot__nav a { color: var(--p44-ink-soft); }
.p44-foot__nav a:hover { color: var(--p44-blue); }
.p44-foot__cred {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: var(--p44-ink-soft);
  letter-spacing: .04em;
  border-top: 1px solid var(--p44-line);
  padding-top: 20px;
  margin-top: 12px;
}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 900px) {
  .p44-nav { gap: 14px; padding: 0 12px; }
  .p44-nav a:not(.p44-nav__entry) { display: none; }
  .p44-env__grid { grid-template-columns: repeat(2, 1fr); }
  .p44-tile { grid-template-columns: repeat(2, 1fr); }
  .p44-company__inner { grid-template-columns: 1fr; }
  .p44-jobs__grid { grid-template-columns: repeat(2, 1fr); }
  .p44-form__row { grid-template-columns: 1fr; }
  .p44-form__lbl { padding: 12px; }
}

@media (max-width: 600px) {
  .p44-logo { width: 132px; }
  .p44-env__grid { grid-template-columns: 1fr; }
  .p44-tile { grid-template-columns: 1fr; }
  .p44-jobs__grid { grid-template-columns: 1fr; }
  .p44-hero { height: 380px; }
  .p44-hero__cta { right: 12px; bottom: 12px; font-size: 12px; padding: 8px 12px 8px 8px; }
  .p44-secthead__jp { font-size: 20px; padding: 0 40px; }
  .p44-history__item { grid-template-columns: 76px 1fr; }
  .p44-reqtable th { width: 110px; padding: 12px 8px; font-size: 12px; }
  .p44-reqtable td { padding: 12px 8px; }
}

/* モーション */
.p44-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.p44-fade.is-in {
  opacity: 1;
  transform: translateY(0);
}
