@charset "UTF-8";
/* ========== ========== ==========
共通部
========== ========== ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  font-size: calc(1000vw / var(--base-width-pc));
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(1000vw / var(--base-width-sp));
  }
}

body {
  line-height: 1.7;
  font-family: var(--font-main);
}

.pageTop {
  padding-top: var(--header-height);
}

.p404 {
  margin-top: 200px;
  margin-bottom: 100px;
  text-align: center;
}

.sp-show,
.sp-show-flex {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
  .sp-show-flex {
    display: flex !important;
  }
  .sp-hide {
    display: none !important;
  }
}
.tb-show,
.tb-show-flex {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .tb-show {
    display: block !important;
  }
  .tb-show-flex {
    display: flex !important;
  }
  .tb-hide {
    display: none !important;
  }
}
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

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

span {
  font-weight: inherit;
  color: inherit;
}

.text-center {
  text-align: center;
}

.color-red {
  color: red;
}

.-hidden {
  visibility: hidden;
  pointer-events: none;
}

.-none {
  display: none;
}

.recruitSectionWrap {
  width: 100%;
  padding-inline: var(--section-padding-pc-maxWidth);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .recruitSectionWrap {
    width: 100%;
    padding-inline: var(--section-padding-sp);
  }
}

.recruitSectionTitle {
  font-size: clamp(20px, calc(30 / var(--base-width-pc) * 100vw), 30px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: clamp(10px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
.recruitSectionTitle::before {
  content: "";
  display: block;
  height: clamp(30px, calc(50 / var(--base-width-pc) * 100vw), 50px);
  width: 3px;
  background-color: black;
  margin-right: 10px;
}

:where(.sectionTitle, .sectionText) :where(span) {
  display: inline-block;
}

/* ========== ========== ==========
個別部
========== ========== ========== */
.condition {
  margin-bottom: clamp(60px, calc(100 / var(--base-width-pc) * 100vw), 100px);
}
.condition_link {
  text-underline-offset: 3px;
  display: block;
  font-size: clamp(16px, calc(18 / var(--base-width-break) * 100vw), 18px);
  margin-bottom: 20px;
}
.condition_dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .condition_dl {
    flex-direction: column;
  }
}
.condition_dt, .condition_dd {
  border-bottom: solid 1px #707070;
  border-right: solid 1px #707070;
  padding: 15px;
  font-size: clamp(14px, calc(18 / var(--base-width-break) * 100vw), 18px);
  line-height: 2;
  min-height: clamp(50px, calc(100 / var(--base-width-break) * 100vw), 100px);
}
.condition_dt:first-of-type, .condition_dd:first-of-type {
  border-top: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .condition_dt:first-of-type:is(dd), .condition_dd:first-of-type:is(dd) {
    border-top: none;
  }
}
.condition_dt {
  width: 200px;
  border-left: solid 1px #707070;
  background-color: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .condition_dt {
    width: 100%;
  }
}
.condition_dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 768px) {
  .condition_dd {
    width: 100%;
    border-left: solid 1px #707070;
  }
}
.condition_note {
  font-size: clamp(12px, calc(16 / var(--base-width-break) * 100vw), 16px);
}

.form {
  margin-bottom: clamp(60px, calc(100 / var(--base-width-pc) * 100vw), 100px);
}
.form_inner {
  background-color: #F9F9F9;
  border: solid 1px #707070;
  padding: 15px clamp(15px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  border-radius: 2px;
}
.form_sectionTitle {
  font-size: clamp(18px, calc(20 / var(--base-width-pc) * 100vw), 20px);
  font-weight: bold;
  margin-bottom: 20px;
}
.form_inputTitle {
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  margin-bottom: 10px;
}
.form input[type=text],
.form input[type=date],
.form input[type=email],
.form input[type=file],
.form textarea {
  width: 100%;
  padding: clamp(5px, calc(10 / var(--base-width-pc) * 100vw), 10px) 5px;
}
.form input[type=submit] {
  margin-bottom: 30px;
  width: 225px;
  background-color: #333;
  display: flex;
  padding: clamp(10px, calc(15 / var(--base-width-pc) * 100vw), 15px) 10px;
  font-size: clamp(16px, calc(18 / var(--base-width-pc) * 100vw), 18px);
  color: white;
  margin-inline: auto;
}
.form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.form span[data-name=your-agree] {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.border {
  height: 1px;
  width: 100%;
  margin-inline: auto;
  background-color: #707070;
  margin-block: 20px 40px;
}

.policy {
  margin-bottom: 10px;
}
.policy_title {
  font-size: 16px;
  font-weight: bold;
}
.policy_content {
  height: 300px;
  overflow-y: scroll;
  padding: 10px 10px 10px 0;
  font-size: clamp(14px, calc(16 / var(--base-width-break) * 100vw), 16px);
  line-height: 2;
}
.policy_contentWrap {
  border-radius: 2px;
  border: solid 1px #707070;
  padding: 0 5px 0 15px;
}
.policy_content_head {
  display: block;
  border-bottom: solid 1px #707070;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.recaptcha {
  font-size: clamp(9px, calc(12 / var(--base-width-pc) * 100vw), 12px);
  text-align: right;
}

/* 個別部ここまで
---------- ---------- */