.secRecruit .topContent .title {
  font-size: clamp(20px, 2.36vw, 34px);
  font-weight: bold;
  padding-bottom: 10px;
}
.secRecruit .topContent .wrap {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}
.secRecruit .topContent .wrap p {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
}
.secRecruit .topContent .tagWrap p {
  font-size: clamp(15px, 1.39vw, 20px);
}
.secRecruit .topContent .pointWrap .point p {
  padding: 2px 4px;
}
.secRecruit .content {
  border-top: 1px solid #000000;
  padding: 32px 0 56px;
  margin-top: 24px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 0.8fr 1fr;
  gap: 36px;
}
.secRecruit .content .leftArea img {
  width: 100%;
  height: auto;
}
.secRecruit .content .rightArea .textarea p {
  font-size: clamp(14px, 1.04vw, 15px);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.2em;
}

.secData h3 {
  font-size: clamp(23px, 1.67vw, 25px);
  color: #c50118;
  padding-bottom: 24px;
  font-weight: bold;
}
.secData .contentWrap {
  display: grid;
  grid-template-columns: 150px 1fr;
}
.secData .contentWrap .content {
  border-top: 1px solid #000000;
  padding: 30px 0;
}
.secData .contentWrap .content p {
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 200%;
}
.secData .contentWrap .content .title {
  color: #c50118;
  font-size: clamp(15px, 1.39vw, 20px);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .secRecruit .content {
    grid-template-columns: 1fr;
  }
  .secData .contentWrap {
    grid-template-columns: 1fr;
  }
  .secData .contentWrap .content {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
  .secData .contentWrap .content p {
    font-size: 15px;
  }
  .secData .contentWrap .content:nth-child(odd) {
    padding: 20px 0 0;
  }
  .secData .contentWrap .content:nth-child(even) {
    border-top: none;
    padding: 0px 0 20px;
  }
}
.secContact {
  padding: 126px 0;
  background-image: url(../images/bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.secContact h3 {
  color: #c50118;
  font-size: clamp(22px, 1.94vw, 28px);
  font-weight: bold;
}
.secContact h3 + p {
  font-style: italic;
  font-weight: bold;
  color: #4a4a4a;
  font-size: clamp(16px, 1.25vw, 18px);
}

@media screen and (max-width: 767px) {
  .secContact {
    padding: 40px 0 64px;
  }
}
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

.secForm {
  margin-top: 40px;
  background: #ffffff;
  padding: 54px 38px;
}

@media screen and (max-width: 767px) {
  .secForm {
    margin-top: 20px;
  }
}
::-moz-placeholder {
  color: #c6c6c6;
}
::placeholder {
  color: #c6c6c6;
}

.content {
  width: 100%;
  padding: 26px 0;
}
.content .title {
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.content .title > span {
  background: #c50118;
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-right: 16px;
  font-weight: 500;
}
.content .title .any {
  color: #c50118;
  background: #fff;
  border: 1px solid #c50118;
}
.content input,
.content textarea,
.content select {
  padding: 15px 23px;
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 100%;
  font-weight: 400;
  border: 1px solid #969696;
  background: #fafafa;
  border-radius: 10px;
}
.content textArea {
  height: 140px;
}
.content .list {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: baseline;
  margin-bottom: 16px;
}
.content .list span {
  width: 100%;
}
.content .list span input {
  width: 100%;
}
.content .list.pc_350 input {
  width: 352px;
}

.arrow .wpcf7-form-control-wrap {
  position: relative;
}
.arrow .wpcf7-form-control-wrap::after {
  content: "";
  border-bottom: 1px solid #838383;
  border-right: 1px solid #838383;
  width: 8px;
  background: #fafafa;
  height: 8px;
  right: 10px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

.pc_350 input {
  width: 352px;
}

.content .dataWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
.content .dataWrap .dataWrapIn {
  display: flex;
  align-items: center;
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.checkArea .wpcf7-list-item,
.radioArea .wpcf7-list-item {
  margin: 0 1em 8px 0 !important;
  display: inline-block;
}
.checkArea input,
.radioArea input {
  width: initial;
}

.checkboxContent {
  text-align: center;
  font-weight: 400;
}
.checkboxContent p {
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.checkboxContent label {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  padding: 0 !important;
}
.checkboxContent label span {
  font-weight: bold;
  line-height: 0;
}
.checkboxContent label input {
  margin: 0 !important;
  padding: 0 !important;
  width: initial !important;
}
.checkboxContent label input[type=checkbox] {
  transform: scale(1) !important;
  background: #fafafa;
}

.calendarArea input,
.calendarArea select {
  width: 200px;
}

.birthArea {
  display: flex;
  align-items: center;
  gap: 8px;
}
.birthArea .wpcf7-form-control-wrap:first-child {
  width: 100px;
}
.birthArea .wpcf7-form-control-wrap {
  width: 80px;
}

.privacy {
  padding-bottom: 21px;
  text-align: center;
  font-weight: 400;
}
.privacy p {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.privacy a {
  display: inline-block;
  text-decoration: underline;
}

.submitBtn {
  margin: 40px auto 24px;
  max-width: 360px;
  width: 80%;
  position: relative;
}
.submitBtn input {
  background: #000000;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.15em;
  border: none;
  text-align: center;
  padding: 22px 0px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .secForm {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 20px;
  }
  .secForm .content {
    padding: 25px 0;
  }
  .secForm input,
  .secForm textarea,
  .secForm select {
    padding: 11px 23px;
  }
  .secForm .pc_350 input {
    width: 100% !important;
  }
  .secForm .dataWrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .secForm .privacy {
    font-size: 14px;
  }
  .secForm .submitBtn input {
    font-size: 18px;
  }
}
.btn {
  margin: 40px auto 24px;
  max-width: 360px;
  width: 80%;
  position: relative;
  border: 1px solid #000000;
}
.btn a {
  display: block;
  background: #fff;
  color: #25adea;
  font-size: 16px;
  letter-spacing: 0.08px;
  font-weight: 700;
  text-align: center;
  padding: 22px 0px;
  width: 100%;
}

.select_post {
  color: #737373;
}
.select_post .title {
  color: #000000;
}
.select_post input {
  background: #efefef;
}/*# sourceMappingURL=style.css.map */