@charset "UTF-8";

:root {
  --color-main: #CF0026;
  --color-accent: #E9203B;
  --color-sub: #E6002C;
  --color-text: #333333;
  --color-bg: #ffffff;
  --color-bg-gray: #f7f5f4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--color-text);
  line-height: 1.8;
  background: var(--color-bg);
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== First View ===== */
.fv {
  width: 100%;
  line-height: 0;
}

.fv img {
  width: 100%;
}

.fv-sp {
  display: none;
}


/* ===== Section common ===== */
.section {
  padding: 70px 0;
}

.section-gray {
  background: var(--color-bg-gray);
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-main);
  margin: 0 0 40px;
  line-height: 1.5;
}

.section-title small {
  display: block;
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.section-desc {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
}

/* ===== Notice sections (1 & 2) with image ===== */
.notice-block {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}

.notice-block .notice-image {
  flex: 0 0 440px;
}

.notice-block .notice-image img {
  border: 6px solid #fff;
  outline: 3px solid var(--color-main);
  outline-offset: -3px;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(207, 0, 38, 0.22), 0 3px 8px rgba(0,0,0,0.08);
  background: #fff;
  padding: 6px;
}

.notice-block .notice-text {
  flex: 1;
}

.notice-block.reverse {
  flex-direction: row-reverse;
}

.notice-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-main);
  margin: 0 0 20px;
  line-height: 1.5;
}

.notice-title .badge {
  display: inline-block;
  background: var(--color-sub);
  color: #fff;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.notice-text p {
  margin: 0;
  font-size: 18px;
}

/* ===== Company intro ===== */
.company-table-wrap {
  margin: 0 0 50px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(207, 0, 38, 0.18), 0 3px 10px rgba(0,0,0,0.08);
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.company-table th,
.company-table td {
  padding: 18px 24px;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid #f0e6e7;
}

.company-table tr:last-child th,
.company-table tr:last-child td {
  border-bottom: none;
}

.company-table th {
  width: 220px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, var(--color-main), var(--color-accent));
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.12);
}

.company-table td {
  font-weight: 600;
  background: #fff;
}

.company-table tr:nth-child(even) td {
  background: var(--color-bg-gray);
}

.meeting-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(207, 0, 38, 0.14), 0 2px 8px rgba(0,0,0,0.06);
  padding: 40px;
  margin-bottom: 50px;
}

.meeting-box h3 {
  font-size: 20px;
  color: var(--color-main);
  margin-top: 0;
  border-left: 5px solid var(--color-main);
  padding-left: 14px;
}

.meeting-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.meeting-table th,
.meeting-table td {
  text-align: left;
  padding: 14px 10px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  vertical-align: top;
}

.meeting-table th {
  width: 220px;
  color: var(--color-accent);
  font-weight: 700;
}

.rep-profile {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin: 30px 0;
  background: var(--color-bg-gray);
  border-radius: 12px;
  padding: 24px;
}

.rep-profile .rep-image {
  flex: 0 0 140px;
}

.rep-profile .rep-image img {
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.rep-profile .rep-text h4 {
  margin: 0 0 10px;
  color: var(--color-main);
  font-size: 17px;
}

.rep-profile .rep-text p {
  font-size: 14px;
  margin: 0 0 16px;
}

.rep-profile .rep-text p:last-child {
  margin-bottom: 0;
}

.price-badge-wrap {
  text-align: center;
}

.price-badge {
  display: inline-flex;
  gap: 30px;
  background: linear-gradient(135deg, var(--color-main), var(--color-accent));
  color: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  margin-top: 20px;
}

.price-badge div {
  text-align: center;
}

.price-badge span {
  display: block;
  font-size: 13px;
  opacity: 0.85;
}

.price-badge strong {
  font-size: 22px;
}

/* ===== Form ===== */
.form-section {
  background: var(--color-bg-gray);
}

.form-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(207, 0, 38, 0.14);
  padding: 40px;
  max-width: 760px;
  margin: 0 auto;
}

.form-row {
  margin-bottom: 26px;
}

.form-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 15px;
}

.required {
  background: var(--color-main);
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.optional {
  background: #999;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.form-row input[type="text"],
.form-row input[type="url"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="date"],
.form-row input[type="time"],
.form-row input[type="file"],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}

.form-row textarea {
  min-height: 100px;
  resize: vertical;
}

.datetime-group {
  display: flex;
  gap: 10px;
}

.datetime-group input[type="date"] {
  flex: 1.3;
}

.datetime-group input[type="time"] {
  flex: 1;
}

.candidate-title {
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 8px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--color-bg-gray);
  padding: 16px;
  border-radius: 8px;
}

.checkbox-row input {
  margin-top: 4px;
}

.checkbox-row label {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.btn-area {
  text-align: center;
  margin-top: 34px;
}

.btn {
  display: inline-block;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 60px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.85;
}

.btn-back {
  background: #999;
  margin-right: 16px;
}

.confirm-table {
  width: 100%;
  border-collapse: collapse;
}

.confirm-table th,
.confirm-table td {
  text-align: left;
  padding: 14px 10px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  vertical-align: top;
}

.confirm-table th {
  width: 200px;
  color: var(--color-accent);
  font-weight: 700;
}

.hidden {
  display: none !important;
}

.error-msg {
  color: var(--color-main);
  font-size: 13px;
  margin-top: 6px;
  display: none;
}

.error-msg.show {
  display: block;
}

/* ===== Footer ===== */
.footer {
  text-align: center;
  padding: 30px 0;
  font-size: 13px;
  color: #999;
}

/* ===== Thanks page ===== */
.thanks-wrap {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.thanks-box {
  text-align: center;
  max-width: 560px;
}

.thanks-box h1 {
  color: var(--color-main);
  font-size: 26px;
  margin-bottom: 20px;
}

.thanks-box p {
  font-size: 15px;
  margin-bottom: 30px;
}

.thanks-box a.btn {
  text-decoration: none;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .fv-pc {
    display: none;
  }
  .fv-sp {
    display: block;
  }

  .section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 22px;
  }

  .notice-block,
  .notice-block.reverse {
    flex-direction: column;
    gap: 20px;
  }

  .notice-block .notice-image {
    flex: 0 0 auto;
    width: 280px;
    margin: 0 auto;
  }

  .company-table th,
  .company-table td {
    padding: 12px 14px;
    font-size: 14px;
  }

  .company-table th {
    width: 110px;
  }

  .meeting-box {
    padding: 24px 18px;
  }

  .meeting-table th {
    width: 120px;
    font-size: 13px;
  }

  .rep-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .price-badge {
    flex-direction: column;
    gap: 12px;
  }

  .form-box {
    padding: 24px 18px;
  }

  .datetime-group {
    flex-direction: column;
  }

  .confirm-table th {
    width: 120px;
    font-size: 13px;
  }

  .btn {
    width: 100%;
    padding: 16px 20px;
  }

  .btn-back {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
