main.sublevel h1::after {
  background-image: url(/recruit/images/h1_img.png);
}
@media screen and (max-width: 768px) {
	main.sublevel h1::after {
	  background-image: url(/recruit/images/h1_img_sp.png);
	}
}

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

.wrapper {
  margin: 80px auto 100px;
  padding: 60px 60px;
  width: calc(100% - 160px);
  max-width: 1280px;
  font-size: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: calc(100% - 40px);
    margin: 30px auto;
    padding: 30px 20px;
  }
}
.wrapper h2 {
  margin-bottom: 48px;
  font-size: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid #b1002f;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .wrapper h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.wrapper h3 {
  padding: 0.2em 0.8em;
  margin-bottom: 32px;
  background-color: #ebeff0;
  font-size: 26px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .wrapper h3 {
    font-size: 17px;
  }
}
.wrapper h2 + p {
  margin-bottom: 48px;
}
.wrapper .txtbody {
  margin-bottom: 64px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper .txtbody {
    font-size: 14px;
  }
}

.lead_wrapper {
  margin: 80px auto -40px;
  padding: 60px 60px;
  width: calc(100% - 160px);
  max-width: 1280px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lead_wrapper {
    width: calc(100% - 40px);
    margin: 40px auto 0;
    padding: 15px 10px;
  }
}
.lead_wrapper .lead_txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lead_wrapper .lead_txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
.lead_wrapper .txtbody {
  margin-bottom: 64px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lead_wrapper .txtbody {
    font-size: 14px;
  }
}
.lead_wrapper .youtube_area {
  max-width: 830px;
  max-height: 467px;
  margin: 64px auto 96px;
}
@media screen and (max-width: 768px) {
  .lead_wrapper .youtube_area {
    margin: 24px auto 40px;
  }
}
.lead_wrapper .youtube_area p {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-top: 56.25%;
}
.lead_wrapper .youtube_area p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit_about_area .lead {
  font-size: 28px;
  font-weight: bold;
  color: #b1002f;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .recruit_about_area .lead {
    font-size: 16px;
  }
}
.recruit_about_area dl {
  display: flex;
  font-size: 16px;
  border: 0.5px solid #323232;
  border-inline: none;
}
.recruit_about_area dl:not(:last-child) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recruit_about_area dl {
    font-size: 14px;
  }
}
.recruit_about_area dl dt,
.recruit_about_area dl dd {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit_about_area dl dt,
  .recruit_about_area dl dd {
    align-items: flex-start;
  }
}
.recruit_about_area dl dt {
  flex: 1;
  padding: 1em 1em;
  background-color: #ebeff0;
}
.recruit_about_area dl dd {
  width: 68%;
  padding: 1em 2em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_about_area dl dd {
    padding: 1em;
  }
}

.recruit_voice_area .voice_item {
  padding: clamp(20px, 2.8vw, 40px);
  margin-bottom: 20px;
  border: 1px solid #323232;
}
@media screen and (min-width: 768px) {
  .recruit_voice_area .voice_item:nth-of-type(even) .lead_block_pic {
    order: 2;
  }
}
.recruit_voice_area .lead_block {
  display: flex;
  gap: 16px 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .recruit_voice_area .lead_block {
    flex-direction: column;
  }
}
.recruit_voice_area .lead_block .lead_block_pic {
  flex: 1;
}
.recruit_voice_area .lead_block .lead_block_txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recruit_voice_area .lead_block .lead_block_txt .btn_expandto {
  margin-top: auto;
}
.recruit_voice_area p.lead_ttl {
  padding: 2px 12px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #b1002f;
  background-color: #fff;
  border-left: 6px solid #b1002f;
}
@media screen and (max-width: 768px) {
  .recruit_voice_area p.lead_ttl {
    font-size: 16px;
  }
}
.recruit_voice_area p.voice_item_name {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: bold;
}
.recruit_voice_area p.voice_item_name span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .recruit_voice_area p.voice_item_name {
    font-size: 18px;
  }
  .recruit_voice_area p.voice_item_name span {
    font-size: 13px;
  }
}
.recruit_voice_area p.voice_item_name ~ p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit_voice_area p.voice_item_name ~ p {
    font-size: 13px;
  }
}
.recruit_voice_area .btn_expandto {
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .recruit_voice_area .btn_expandto {
    text-align: center;
  }
}
.recruit_voice_area .expand_area {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit_voice_area .expand_area {
    padding-top: 4px;
  }
}
.recruit_voice_area .expand_area h3 {
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recruit_voice_area .expand_area h3 {
    font-size: 16px;
  }
}
.recruit_voice_area .expand_area p:has(+ h3) {
  margin-bottom: 32px;
}
.recruit_voice_area .expand_area.hidden {
  display: none;
}
.recruit_voice_area .btn_expandto .btn {
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.recruit_voice_area .btn_shrinkto {
  padding-top: 48px;
  text-align: center;
}
.recruit_voice_area .btn_shrinkto .btn {
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.recruit_voice_area .btn.hidden {
  display: none;
}

.btn {
  min-width: 220px;
  margin: 4px 10px;
}

.arrow_right.arrow_left::after {
  transform: rotate(180deg);
}

.btn.btn_gray {
  border-color: #868686;
}
.btn.btn_gray::after {
  filter: grayscale(100%);
}
.btn.btn_gray:hover {
  color: #4d4d4d;
}

.btn.btn_gray::before {
  background-color: #868686;
}

.btn.btn_lg {
  width: calc(100% - 60px);
  max-width: 600px;
}

.btn.btn_xl {
  width: calc(100% - 60px);
  max-width: 500px;
  padding-block: 14px;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btn.btn_xl {
    font-size: 16px;
  }
}

.btn_flex_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}

.btn_flex {
  width: 100%;
  flex: 0 1 32%;
  margin: 0px 0px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .btn_flex {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 640px) {
  .btn_flex {
    flex: 1;
  }
}

.tel_area {
  padding: 6 0 6px;
  margin-bottom: 54px;
}
.tel_area p {
  margin-bottom: 12px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .tel_area p {
    font-size: 16px;
  }
}
.tel_area span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .tel_area span {
    font-size: 14px;
  }
}

.form-container .required-label {
  padding: 0.1em 0.6em;
  margin-right: 1em;
  background-color: #b1002f;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .form-container .required-label {
    font-size: 12px;
  }
}
.form-container .form-list {
  margin-bottom: 48px;
}
.form-container .form-list .form-item {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4em 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .form-container .form-list .form-item {
    font-size: 14px;
  }
}
.form-container .form-list .form-item dt {
  flex: 1;
}
.form-container .form-list .form-item dd {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .form-container .form-list .form-item dd {
    width: 100%;
  }
}
.form-container .form-list .form-item dd input,
.form-container .form-list .form-item dd textarea {
  width: 100%;
  padding: 1em 0.5em;
  border: none;
  border-radius: 0;
  background-color: #f5f7f7;
  transition: 0.2s;
  box-sizing: border-box;
}
.form-container .form-list .form-item dd input:focus,
.form-container .form-list .form-item dd textarea:focus {
  background-color: #ffdee7;
  outline: none;
  box-shadow: 0px 0px 1px 1px #b1002f;
}
@media screen and (min-width: 769px) {
  .form-container .form-list .form-item dd.w-half input,
  .form-container .form-list .form-item dd.w-half textarea,
  .form-container .form-list .form-item dd.w-half select {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .form-container .form-list .form-item dd.w-half select {
    width: 100%;
  }
}
.form-container .form-list .form-item .select-item {
  position: relative;
}
.form-container .form-list .form-item .select-item::after {
  position: absolute;
  right: 15px;
  top: 9px;
  width: 10px;
  height: 7px;
  background-color: #b1002f;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.form-container .form-list .form-item dd select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: none;
  border-radius: 3px;
  background-color: #f5f7f7;
  color: #323232;
  font-size: 1em;
  cursor: pointer;
}
.form-container .form-list .form-item dd select:focus {
  outline: none;
}
.form-container .form-list .form-item-textarea {
  display: flex;
  align-items: flex-start;
  padding-top: 8px;
}
.form-container button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.form-container.form-confirm .required-label {
  display: none;
}
.form-container.form-confirm .form-list {
  margin-bottom: 48px;
}
.form-container.form-confirm .form-list .form-item {
  border-top: 0.5px solid #323232;
}
.form-container.form-confirm .form-list .form-item:last-of-type {
  border-bottom: 0.5px solid #323232;
}
.form-container.form-confirm .form-list .form-item dd input,
.form-container.form-confirm .form-list .form-item dd textarea {
  display: none;
}

.privacy_policy {
  padding: 40px;
  margin-bottom: 32px;
  border: 0.5px solid #323232;
}
@media screen and (max-width: 768px) {
  .privacy_policy {
    padding: 32px;
  }
}
.privacy_policy p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .privacy_policy p {
    font-size: 14px;
  }
}
.privacy_policy p a {
  text-decoration: underline;
}
.privacy_policy .checkarea {
  padding-top: 28px;
  text-align: center;
}
.privacy_policy .checkarea input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 1em;
  border: 2px solid #b1002f;
  vertical-align: -8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 420px) {
  .privacy_policy .checkarea input[type=checkbox] {
    transform: translateY(12px);
    text-align: left;
  }
}
.privacy_policy .checkarea input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 7px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.privacy_policy .checkarea input + label {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .privacy_policy .checkarea input + label {
    font-size: 17px;
  }
}/*# sourceMappingURL=recruit.css.map */