@charset "UTF-8";

:root {
  --entry-color-text: #47332a;
  --entry-color-type01: #ff8da0;
  --entry-color-type02: #ffb129;
  --entry-color-required: #ff8da0;
  --entry-color-border: #ddd;
  --entry-color-focus: #ff8da0;
  --entry-color-th: #eee;
  --entry-color-result: #ff2828;
  --entry-color-button: #ff8112;
}

/* --------------------------------

  求人情報　プログラム

-------------------------------- */

.recruit-heading a {
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.recruit-heading a:hover {
  text-decoration: none;
}

.recruit-result-job {
  display: flex;
  align-items: center;
  padding-bottom: 2.4rem;
}

@media screen and (max-width: 767.98px) {
  .recruit-result-job {
    flex-direction: column;
    align-items: flex-start;
  }
}

.recruit-result-job .title {
  display: block;
  width: 256px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #434343;
  font-weight: 400;
}

@media screen and (max-width: 1099.98px) {
  .recruit-result-job .title {
    width: 230px;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .title {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px solid var(--entry-color-border);
    padding: 0 0 0.6em 0.5em;
    margin-bottom: 0.7em;
  }
}
.recruit-result-job .result-text {
  padding-left: 1em;
}

@media screen and (max-width: 767.98px) {
  .recruit-result-job .result-text {
    padding-left: 0.5em;
  }
}
.recruit-result-job .result-text input {
  display: none;
}

.recruit-result-job .result-text span {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #434343;
  font-weight: 400;
}

@media screen and (max-width: 1099.98px) {
  .recruit-result-job .result-text span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-result-job .result-text span {
    font-size: 1.4rem;
  }
}

.recruit-detail-form {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 1099.98px) {
  .recruit-detail-form {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .recruit-detail-form {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.recruit-detail-container {
  margin-top: 4rem;
}

@media screen and (max-width: 1099.98px) {
  .recruit-detail-container {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .recruit-detail-container {
    margin-top: 2rem;
  }
}

.recruit-detail-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (min-width: 768px), print {
  .recruit-detail-table tr:first-child th,
  .recruit-detail-table tr:first-child td {
    border-top: 1px solid var(--entry-color-border);
  }
}

.recruit-detail-table th {
  font-size: 1.6rem;
  background-color: var(--entry-color-th);
}

@media screen and (min-width: 768px), print {
  .recruit-detail-table th {
    width: 20rem;
  }
}

@media screen and (min-width: 1100px), print {
  .recruit-detail-table th {
    width: 22rem;
  }
}

.recruit-detail-table td {
  background-color: #fff;
}

.recruit-detail-table th,
.recruit-detail-table td {
  vertical-align: top;
  padding: 2rem 2.6rem;
}

@media screen and (min-width: 768px), print {
  .recruit-detail-table th,
  .recruit-detail-table td {
    border-bottom: 1px solid var(--entry-color-border);
  }
}

@media screen and (max-width: 1099.98px) {
  .recruit-detail-table th,
  .recruit-detail-table td {
    padding: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .recruit-detail-table th,
  .recruit-detail-table td {
    display: block;
    padding: 1.5rem;
  }
}

.recruit-content {
  position: relative;
}

.recruit-content + .recruit-content {
  margin-top: 5rem;
}


@media screen and (min-width: 480px), print {
  .recruit-content-container {
    display: flex;
  }
}

.recruit-content-img {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 480px), print {
  .recruit-content-img {
    width: 20rem;
  }
}

@media screen and (min-width: 768px), print {
  .recruit-content-img {
    width: 30rem;
  }
}

.recruit-content-img::before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}

.recruit-content-img a {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .recruit-content-img a:hover img {
    opacity: 0.8;
  }
}

.recruit-content-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .3s;
}

.recruit-content-main {
  margin-top: 2.25rem;
}

@media screen and (min-width: 480px), print {
  .recruit-content-main {
    flex: 1;
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .recruit-content-main {
    margin-left: 3rem;
  }
}

.recruit-content-label {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 480px), print {
  .recruit-content-label {
    justify-content: flex-start;
  }
}

.recruit-content-label li + li {
  margin-left: 1rem;
}

.recruit-content-label span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: .5rem 1rem;
  line-height: 1.75;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .recruit-content-label span {
    padding: 1rem 1.5rem;
  }
}

.recruit-content-label .label_type_01 {
  background-color: var(--entry-color-type01);
}

.recruit-content-label .label_type_02 {
  background-color: var(--entry-color-type02);
}

.recruit-content-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (min-width: 1100px), print {
  .recruit-content-text {
    line-height: 2;
  }
}

.recruit-content-more {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .recruit-content-more {
    margin-top: 2.5rem;
    text-align: left;
  }
}

.recruit-select-content {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 767.98px) {
  .recruit-select-content {
    flex-direction: column;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    text-align: center;
  }
}

.recruit-select-result {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--entry-color-result);
}

@media screen and (min-width: 768px), print {
  .recruit-select-result {
    margin-left: 1.6rem;
  }
}

.recruit-select-box {
  position: relative;
  width: 100%;
  max-width: 220px;
  margin-bottom: 1.5rem;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .recruit-select-box {
    max-width: 200px;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px), print {
  .recruit-select-box {
    max-width: 280px;
  }
}

.recruit-select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 6rem;
  padding: 0.5rem 3.3rem 0.5rem 2rem;
  line-height: 1.2;
  font-size: 1.6rem;
  font-family: inherit;
  color: var(--entry-color-text);
  text-align: left;
  border-radius: 1rem;
  border: 1px solid #999;
  background: transparent;
}

.recruit-select-box select:focus,
.recruit-select-box select:active {
  outline: none;
}

.recruit-select-box select::-ms-expand {
  display: none;
}

.recruit-select-box .select-icon {
  display: block;
  position: absolute;
  top: -.2rem;
  right: 2rem;
  bottom: 0;
  width: .9rem;
  height: .9rem;
  margin: auto;
  border-top: 2px solid var(--entry-color-text);
  border-left: 2px solid var(--entry-color-text);
  transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}

/* --------------------------------

  フォーム部品

-------------------------------- */

.form-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5;
}

.form-table tbody {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px), print {
  .form-table tr:first-child th {
    border-top: 1px solid var(--entry-color-border);
  }
}

@media screen and (min-width: 768px), print {
  .form-table tr:first-child td {
    border-top: 1px solid var(--entry-color-border);
  }
}

.form-table th {
  position: relative;
  vertical-align: top;
  width: 30rem;
  padding: 2.6rem 0;
  font-size: 1.8rem;
  color: var(--entry-color-text);
  background-color: #fff;
  border-bottom: 1px solid var(--entry-color-border);
}

@media screen and (max-width: 1099.98px) {
  .form-table th {
    width: 24rem;
    padding-left: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .form-table th {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0 0 1rem;
  }
}

.form-table td {
  vertical-align: middle;
  padding: 1rem 3rem 1rem 0;
  border-bottom: 1px solid var(--entry-color-border);
  background-color: #fff;
}

@media screen and (max-width: 1099.98px) {
  .form-table td {
    padding-right: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 1.5rem 0 0;
    border-bottom: none;
  }
}

/* フォーム部品：チェックボックス */
.form-check-label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.form-check-icon {
  display: block;
  margin-right: 2.5em;
}

.form-check-icon::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid var(--entry-color-border);
  border-radius: 0.5rem;
  transition: border-color 0.2s, background-color 0.2s;
}

.form-check-radio::before {
  border-radius: 100%;
}

.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}

.form-check-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 20px;
  height: 13px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(125deg);
}

@media screen and (max-width: 1099.98px) {
  .form-check-checkbox::after {
    width: 20px;
    height: 13px;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
  }
}

.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-input[type=radio]:checked + .form-check-icon::after {
  background-color: var(--entry-color-required);
}

.form-check-input[type=checkbox]:checked + .form-check-checkbox::after {
  border-color: var(--entry-color-required);
}

.form-check-input[type=checkbox].validate-error + .form-check-icon::before,
.form-check-input[type=radio].validate-error + .form-check-icon::before {
  border-color: #BFDFFF;
}

/* レイアウト用：チェックボックス・ラジオボタン */
.form-check-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5em -1em 0;
}

.form-check {
  padding: 0 1.5em 1em 0;
}

/* フォーム部品：入力必須マーク */
.form-icon {
  float: left;
  display: grid;
  place-content: center;
  width: 6.2rem;
  height: 2.7rem;
  line-height: 1em;
  margin: .15ch 2rem 0 0;
  padding-bottom: .1em; /* フォント毎に微調整 */
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10em;
}

@media screen and (max-width: 1099.98px) {
  .form-icon {
    margin: .1ch 1.5rem 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  .form-icon {
    width: 5rem;
    height: 2.4rem;
    margin: .2ch 0 0 1rem;
    font-size: 1.4rem;
  }
}

.form-icon-required {
  background-color: var(--entry-color-required);
}

.form-icon-required::before {
  content: "必須";
}

.form-icon-free {
  background-color: #fff;
  color: #fff;
}

.form-icon-free::before {
  content: "任意";
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 6rem;
  padding: 0 0.7em;
  line-height: 1.5;
  font-family: inherit;
  font-size: 1.6rem;
  color: var(--entry-color-text);
  border-radius: 0.5rem;
  border: 1px solid var(--entry-color-border);
  background-color: #fff;
}

.form-control:focus,
.form-control:active {
  outline: none;
  border-color: var(--entry-color-focus);
  background-color: #fff;
  box-shadow: none;
}

.form-control.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 10.5em;
  min-height: 10em;
  max-height: 20em;
  padding: 0.5em 0.5em 0;
}

.form-control.form-textarea-low {
  height: 2.5em;
}

.form-control.form-textarea-high {
  height: 14.5em;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #B20000;
}

span.validate-error {
  display: block !important;
  font-size: 0.85em;
  color: #B20000;
}

span.validate-error:first-of-type {
  margin-top: 0.5em;
}

.error-message-check span.validate-error:first-of-type {
  margin-top: 0;
  margin-bottom: -0.5em;
}

.error-message-check span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin-top: 3em;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .form-buttons {
    margin-top: 2em;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem 5rem;
  text-align: center;
  overflow: hidden;
  background: var(--entry-color-button);
  transition: background-color 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) {
  .form-button:hover {
    background-color: var(--entry-color-focus);
  }
}

.form-button span {
  position: relative;
  z-index: 2;
}

.link-button[disabled] {
  pointer-events: none;
}

/* --------------------------------

  プライバシーポリシー

-------------------------------- */

.privacy-policy {
  height: 30rem;
  padding: 1.5rem;
  font-size: 1.4rem;
  border: 1px solid var(--entry-color-border);
  overflow-x: hidden;
  overflow-y: auto;
}

.privacy-policy h3 {
  margin: 3rem 0 1rem;
  font-size: 1.8rem;
}

.privacy-policy ol {
  counter-reset: my-counter;
  list-style-type: none;
  margin-top: 1rem;
}

.privacy-policy ol li {
  position: relative;
  padding-left: 1.8em;
}

.privacy-policy ol li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  display: block;
  position: absolute;
  left: 0.3em;
}

.privacy-policy p:last-child {
  margin-top: 2rem;
}

.privacy-policy .tel-link[href] {
  color: currentColor;
}

.privacy-check-agree {
  margin-top: 3em;
  text-align: center;
}

.privacy-check-agree-input {
  display: none;
}

.privacy-check-agree-input:checked + .privacy-check-agree-label .privacy-check-agree-icon {
  border-color: var(--entry-color-focus);
  background-color: var(--entry-color-focus);
}

.privacy-check-agree-input:checked + .privacy-check-agree-label .privacy-check-agree-icon::before {
  opacity: 1;
  border-color: #fff;
}

.privacy-check-agree-label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}

.privacy-check-agree-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: -0.5rem 1.5rem 0 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

.privacy-check-agree-icon::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.8rem;
  margin-top: -0.5rem;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  opacity: 0;
  transform: rotate(-135deg);
}

@media screen and (min-width: 768px), print {
  .privacy-policy {
    padding: 3rem;
    font-size: 1.6rem;
  }
}

/* --------------------------------

  reCAPTCHA

-------------------------------- */

.form-recaptcha {
  margin-bottom: 2em;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .form-recaptcha {
    margin-bottom: 3em;
  }
}
