@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1a1a1a;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s all;
  color: #1a1a1a;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

section {
  padding: 35px 0px;
}

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

.innerbox_s {
  max-width: 728px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.heading {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h2.heading {
    font-size: 3.2rem;
  }
}

.highlight {
  background: #fff98d;
  padding: 2px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #ffff33;
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.3em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #D31111;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 890px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
  .pc_br::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 890px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #3ab5b4;
  border: 2px solid #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #fff;
  border: 2px solid #3ab5b4;
}
.pagetop a:hover::before {
  content: "";
  border-bottom: 10px solid #3ab5b4;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.footer {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  background: #f9f7f2;
  gap: 30px 120px;
  padding: 50px 10px;
  font-size: 1.4rem;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
}

.access_wrapper .info__box img {
  width: min(216px, 80vw);
}
.access_wrapper .info__box .access__company-name {
  font-weight: 700;
  margin-top: 20px;
}
.access_wrapper .info__box .access__info {
  margin-top: 10px;
}

.sns_wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 20px 20px;
  margin-top: 30px;
}

.company__wrapper .table__box .company__table {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
.company__wrapper .table__box .company__table:not(:last-child) {
  margin-bottom: 10px;
}
.company__wrapper .table__box .company__table .table__dt {
  font-weight: 700;
  border-right: 1px solid #c1bcb8;
  width: 30%;
}
.company__wrapper .table__box .company__table .table__dd {
  padding-left: 10px;
}
.company__wrapper .link__wrapper {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  gap: 20px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 490px) {
  .company__wrapper .link__wrapper {
    flex-direction: column;
  }
}
.company__wrapper .link__wrapper a {
  text-decoration: underline;
}
.company__wrapper .link__wrapper a:hover {
  text-decoration: none;
}
.company__wrapper .link__wrapper a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/link_icon.svg") no-repeat;
  width: 7.3px;
  height: 7.45px;
  margin: 0px 0px 2px 5px;
}

.footer-copy {
  color: #A16B2D;
  font-size: 1.2rem;
  margin-top: 10px;
}

.form__header {
  background: #fff;
  padding: 20px 10px;
  text-align: center;
}
.form__header .header__logo:hover {
  opacity: 0.7;
}
.form__header .header__logo img {
  width: min(216px, 80vw);
}

.contents__heading {
  background: linear-gradient(to right, rgba(57, 216, 170, 0.85), rgba(92, 214, 71, 0.85)), url("../../assets/img/form_bg.png") no-repeat center/cover;
  padding: 50px 10px;
}
.contents__heading .contents__heading-title {
  font-weight: 700;
  font-size: 4.6rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents__heading .contents__heading-title {
    font-size: 3.2rem;
  }
}

.form__wrapper {
  padding: 40px 0px 70px 0px;
}

@media (max-width: 520px) {
  .form__wrapper {
    padding-top: 0;
  }
}
:root {
  --orange: #f2a533; /* ステップバーのバッジのオレンジ */
  --track: #eae6de; /* ステップバー薄いライン */
  --text: #111; /* ステップバーのラベル（有効） */
  --muted: #c9c3b9; /* ステップバーのラベル（無効） */
  --badge-size: 45px; /* ステップバーのバッジの丸のサイズ */
  --gap: 40px; /* ステップバーのステップ間隔（調整可） */
  --table-border-color: #e5dfd6;
  --table-header-background: #eee9df;
}

.steps {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap);
  padding: 10px 8px 0;
  max-width: 600px;
  margin: 12px auto 40px;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", sans-serif;
}

.steps__track {
  position: absolute;
  left: calc(var(--badge-size) / 2);
  right: calc(var(--badge-size) / 2);
  top: calc(var(--badge-size) / 2 + 10px);
  height: 2px;
  background: var(--track);
  z-index: 0;
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
  min-width: calc(var(--badge-size) * 1.5);
  display: grid;
  justify-items: center;
  align-content: start;
}

.step__badge {
  width: var(--badge-size);
  height: var(--badge-size);
  line-height: var(--badge-size);
  border-radius: 50%;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: grid;
  place-items: center;
  margin-inline: 0;
}

.step__label {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.step.is-done .step__badge,
.step.is-current .step__badge {
  background: var(--orange);
  color: #fff;
}

.step.is-done .step__badge {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06) inset;
}

.step.is-done .step__label,
.step.is-current .step__label {
  color: var(--text);
}

.step.is-todo .step__badge {
  background: #ede9e1;
  color: #8d8a83;
}

.step.is-todo .step__label {
  color: var(--muted);
}

@media (max-width: 640px) {
  :root {
    --badge-size: 40px;
  }
  .steps {
    gap: 20px;
  }
  .step {
    min-width: var(--badge-size);
  }
  .step__label {
    font-size: 10px;
    white-space: normal;
  }
}
label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: bold;
}

.form__row {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 25px;
  margin: 10px 0;
  width: 80%;
}

@media (max-width: 840px) {
  .form__row {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
}
.form__label {
  padding: 0 20px 0 0;
  font-weight: 700;
  font-size: 18px;
  align-items: center;
  justify-self: right;
}

@media (max-width: 840px) {
  .form__label {
    justify-self: left;
  }
}
.optional {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 4px;
  border-radius: 4px;
  background: #bdb8b8;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  transform: translateY(-1px);
}

.req {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 4px;
  border-radius: 4px;
  background: #ff4d4d;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  transform: translateY(-1px);
}

.checkbox__list {
  display: flex;
  flex-direction: column;
}

.checkbox__item {
  margin-bottom: 10px;
}
.checkbox__item:last-child {
  margin-bottom: 0;
}
.checkbox__item input[type=checkbox] {
  margin-right: 8px;
}
.checkbox__item label {
  display: inline;
  font-weight: normal;
  margin: 0;
}

select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
}

textarea {
  min-height: 100px;
  resize: vertical;
  font-family: inherit;
}

.form__input {
  --field-h: 48px;
  --gap: 8px;
  --err-fs: 14px; /* エラーの文字サイズ */
  --err-lh: 1.6; /* エラーの行高 */
  --err-h: calc(var(--err-fs) * var(--err-lh));
  row-gap: var(--gap);
  min-height: calc(var(--field-h) + var(--gap) + var(--err-h));
}
.form__input input {
  height: var(--field-h);
}

.error {
  color: #d43939;
  font-size: var(--err-fs);
  font-weight: 700;
  line-height: var(--err-lh);
  margin-top: 6px;
  min-height: 1.6em;
}

.privacy__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  --field-h: 48px;
  --err-fs: 14px; /* エラーの文字サイズ */
  --err-lh: 1.6; /* エラーの行高 */
  --err-h: calc(var(--err-fs) * var(--err-lh));
  min-height: calc(var(--field-h) + var(--gap) + var(--err-h));
}
.privacy__box input {
  height: var(--field-h);
  margin-right: 8px;
}

.privacy__item {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  margin-top: 30px;
}
.privacy__item label {
  font-weight: normal;
}
.privacy__item a {
  text-decoration: underline;
}
.privacy__item a:hover {
  text-decoration: none;
}
.privacy__item a::after {
  content: "";
  display: inline-block;
  background: url("../../assets/img/link_icon.svg") no-repeat;
  width: 7.3px;
  height: 7.45px;
  margin: 0 0 2px 5px;
}

.button__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}
.button__group button, .button__group a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 9999px;
  padding: 18px 47px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  min-width: 350px;
  text-align: center;
}

.btn-back {
  background: #e8e4db;
  color: #151515;
}
.btn-back:hover {
  background: #e1ddd4;
}
.btn-back:active {
  transform: translateY(1px);
}
.btn-back:focus-visible {
  outline: 2px solid #bdb8ae;
  outline-offset: 3px;
}

.btn-next {
  background: #f2a533;
  color: #151515;
}
.btn-next::after {
  content: "";
  display: inline-block;
  background-color: #151515;
  -webkit-mask: url("../../assets/img/link_icon.svg") no-repeat;
  mask: url("../../assets/img/link_icon.svg") no-repeat;
  fill: #151515;
  width: 10.3px;
  height: 10.45px;
  margin: 0 0 2px 5px;
}
.btn-next:hover {
  background: #e79b29;
}
.btn-next:active {
  transform: translateY(1px);
}
.btn-next:focus-visible {
  outline: 2px solid #f2a533;
  outline-offset: 3px;
}

a.btn-job {
  text-decoration: none;
  background-image: radial-gradient(circle at 100% 0%, #3dc736 15%, #26d39a);
  color: #fff;
}
a.btn-job:hover {
  text-decoration: none;
}
a.btn-job::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../../assets/img/link_icon.svg") no-repeat;
  mask: url("../../assets/img/link_icon.svg") no-repeat;
  fill: #fff;
  width: 10.3px;
  height: 10.45px;
  margin: 0 0 2px 5px;
}

@media (max-width: 640px) {
  .button__group {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .button__group button, .button__group a {
    width: 98%;
    min-width: 0;
    text-align: center;
  }
  .button__group a.btn-job {
    font-size: 95%;
  }
}
.confirm__table {
  width: 70%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid var(--table-border-color);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  justify-self: center;
}

.confirm__table th,
.confirm__table td {
  padding: 16px 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--table-border-color);
  font-size: 16px;
  line-height: 1.8;
}

.confirm__table th {
  width: 200px;
  background: var(--table-header-background);
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}

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

@media (max-width: 640px) {
  .confirm__table,
  .confirm__table tbody,
  .confirm__table tr,
  .confirm__table th,
  .confirm__table td {
    display: block;
    width: 100%;
  }
  .confirm__table th {
    border-bottom: none;
    background: var(--table-header-background);
    padding: 14px 16px 8px;
  }
  .confirm__table td {
    padding: 16px;
    border-bottom: 1px solid var(--table-border-color);
  }
  .confirm__table tr:last-child td {
    border-bottom: none;
  }
}
.thanks__box {
  text-align: center;
}

@media (max-width: 520px) {
  .d-none-mobile {
    display: none;
  }
}/*# sourceMappingURL=form.css.map */