@charset "UTF-8";
/* CSS Document */
@media (min-width: 768px) {
  .wrap {
    padding-top: 60px;
  }
}
header#recruit {
  background-color: #360f18;
  height: 60px;
  width: 100%;
}
header#recruit .header {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  header#recruit .header {
    width: 800px;
    margin: 0 auto;
  }
}
header#recruit .header .h_logo {
  display: flex;
  padding: 10px 4px 10px 15px;
}
header#recruit .header .h_logo img {
  height: 100%;
  width: auto;
}
header#recruit .header .h_logo:hover {
  opacity: 0.7;
  text-decoration: none;
}
header#recruit .header .h_logo.lp {
  cursor: auto;
}
header#recruit .header .h_logo.lp:hover {
  opacity: 1;
  text-decoration: none;
}
header#recruit .header .h_logo .site_name {
  display: inline-block;
  padding: 17px 0 0 15px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}
header#recruit .header .top_menu {
  width: 60px;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  header#recruit .header .top_menu {
    display: none;
  }
}
header#recruit .header .top_menu .menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
header#recruit .header .top_menu .menu_btn:hover {
  opacity: 0.7;
}
header#recruit .header .top_menu .menu_btn span,
header#recruit .header .top_menu .menu_btn span::before,
header#recruit .header .top_menu .menu_btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #ffffff;
  position: absolute;
}
header#recruit .header .top_menu .menu_btn span::before {
  bottom: 6px;
}
header#recruit .header .top_menu .menu_btn span::after {
  top: 6px;
}
header#recruit .header .top_menu .menu_content {
  display: none;
  width: 268px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
  background-color: #fff;
  border-radius: 8px;
}
header#recruit .header .top_menu .menu_content .menu_inner {
  padding: 0 0 8px 0;
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox {
  width: 60px;
  float: right;
  cursor: pointer;
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox:hover {
  opacity: 0.7;
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl {
  display: flex;
  height: 50px;
  width: 60px;
  justify-content: center;
  align-items: center;
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl span,
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl span::before,
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl span::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #360f18;
  position: absolute;
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl span {
  background-color: rgba(255, 255, 255, 0);
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl span::after {
  top: 0;
  transform: rotate(-45deg);
}
header#recruit .header .top_menu .menu_content .menu_inner .menu_btn_clbox .menu_btn_cl_txt {
  text-align: center;
  padding: 0px 0 5px;
  font-size: 1.1rem;
  color: #360f18;
}
header#recruit .header .top_menu .menu_content .menu_inner ul {
  padding: 0 16px 12px;
  font-size: 1.6rem;
  line-height: 1.55;
}
header#recruit .header .top_menu .menu_content .menu_inner ul li {
  border-bottom: solid 1px #eadacc;
}
header#recruit .header .top_menu .menu_content .menu_inner ul li:last-child {
  border-bottom: none;
}
header#recruit .header .top_menu .menu_content .menu_inner ul li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0;
  color: #6a1911;
}
header#recruit .header .top_menu .menu_content .menu_inner .apply_bt {
  display: block;
  margin: 0px auto 5px;
  width: 238px;
  border-radius: 4px;
  text-decoration: none;
  background: conic-gradient(from -75.02deg at 50% 57.95%, #941300 0deg, #a71504 196.87deg, #b81707 360deg);
  border: 1px solid #b61707;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(109, 0, 0, 0.7);
  padding: 0.8rem 5px;
  text-align: center;
  color: #fff;
  font-size: 1.65rem;
  letter-spacing: 0.16rem;
  font-weight: bold;
  text-shadow: 0px -1px 0px #650000;
}
header#recruit .header .top_menu_pc {
  display: none;
}
@media (min-width: 768px) {
  header#recruit .header .top_menu_pc {
    display: flex;
    height: 60px;
    align-items: flex-end;
  }
}
header#recruit .header .top_menu_pc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
header#recruit .header .top_menu_pc ul li {
  margin-bottom: 14px;
}
header#recruit .header .top_menu_pc ul li:last-child {
  border: none;
}
header#recruit .header .top_menu_pc ul li a {
  display: block;
  padding: 0px 5px 0px 6px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6;
}
header#recruit .header .top_menu_pc ul li a:hover {
  color: #fcee73;
  opacity: 1;
}

footer .footer_menu {
  background-color: #461215;
  background-image: linear-gradient(#ae2608 0%, #461215 100%);
  color: #fff;
}
footer .footer_menu ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0;
}
@media (min-width: 768px) {
  footer .footer_menu ul {
    width: 768px;
  }
}
footer .footer_menu ul li {
  width: 50%;
}
@media (min-width: 768px) {
  footer .footer_menu ul li {
    width: 25%;
  }
}
footer .footer_menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 12px 6px 12px 14px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  footer .footer_menu ul li a {
    padding: 12px 10px 12px 10px;
  }
}
footer .copy {
  background-color: #260000;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 1.6rem;
}

#entry {
  width: 95%;
  margin: 0 auto;
}
#entry .top_comment {
  margin-bottom: 36px;
}
#entry .top_comment .check {
  display: none;
}
#entry P {
  color: #000000;
}
#entry P.error_msg {
  padding: 12px 0;
  line-height: 1.5em;
  color: #e01f1f;
}
#entry P .ck_text {
  display: none;
}
#entry form,
#entry .form_disp {
  margin: 0 auto 20px;
  padding: 0;
}
#entry form fieldset,
#entry .form_disp fieldset {
  position: relative;
  padding: 24px 16px 24px;
  border: 1px solid #6a1911;
  border-radius: 4px;
  background: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  #entry form fieldset dl dd,
  #entry .form_disp fieldset dl dd {
    padding-left: 4%;
  }
}
@media (min-width: 768px) {
  #entry form fieldset,
  #entry .form_disp fieldset {
    padding: 24px 32px 24px;
  }
}
#entry form fieldset legend,
#entry .form_disp fieldset legend {
  font-size: 1rem;
  border: 0;
  display: inline-block;
  width: auto;
  padding: 1px 10px 0;
  line-height: 1.8;
  margin-bottom: 0px;
  background: #6a1911;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #entry form fieldset legend,
  #entry .form_disp fieldset legend {
    left: 32px;
    font-size: 1.2rem;
  }
}
#entry form fieldset input[type=text],
#entry form fieldset input[type=tel],
#entry form fieldset input[type=email],
#entry form fieldset input[type=number],
#entry form fieldset select,
#entry form fieldset textarea,
#entry .form_disp fieldset input[type=text],
#entry .form_disp fieldset input[type=tel],
#entry .form_disp fieldset input[type=email],
#entry .form_disp fieldset input[type=number],
#entry .form_disp fieldset select,
#entry .form_disp fieldset textarea {
  appearance: none;
  background: #ffffff;
  border: 1px solid #9296ac;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 8px;
  width: 100%;
  margin: 0 0 5px 0;
}
#entry form fieldset input[type=text].history,
#entry form fieldset input[type=tel].history,
#entry form fieldset input[type=email].history,
#entry form fieldset input[type=number].history,
#entry form fieldset select.history,
#entry form fieldset textarea.history,
#entry .form_disp fieldset input[type=text].history,
#entry .form_disp fieldset input[type=tel].history,
#entry .form_disp fieldset input[type=email].history,
#entry .form_disp fieldset input[type=number].history,
#entry .form_disp fieldset select.history,
#entry .form_disp fieldset textarea.history {
  width: 100px;
}
#entry form fieldset textarea,
#entry .form_disp fieldset textarea {
  height: 83px;
}
#entry form fieldset textarea.fortune,
#entry .form_disp fieldset textarea.fortune {
  height: 56px;
}
#entry form fieldset select,
#entry .form_disp fieldset select {
  width: auto;
  background: url(../images/common/Polygon_14.svg) no-repeat right 8px center;
  line-height: 22px;
  cursor: pointer;
}
#entry form fieldset select.by,
#entry .form_disp fieldset select.by {
  width: 25vw;
  max-width: 90px;
}
@media (max-width: 357px) {
  #entry form fieldset select.by,
  #entry .form_disp fieldset select.by {
    max-width: 70px;
  }
}
#entry form fieldset select.bm, #entry form fieldset select.bd,
#entry .form_disp fieldset select.bm,
#entry .form_disp fieldset select.bd {
  width: 20vw;
  max-width: 65px;
}
@media (max-width: 357px) {
  #entry form fieldset select.bm, #entry form fieldset select.bd,
  #entry .form_disp fieldset select.bm,
  #entry .form_disp fieldset select.bd {
    max-width: 52px;
  }
}
#entry form fieldset select.area,
#entry .form_disp fieldset select.area {
  width: 220px;
}
#entry form fieldset input[type=checkbox],
#entry .form_disp fieldset input[type=checkbox] {
  transform: scale(1.8);
  margin-right: 10px;
  margin-left: 8px;
  cursor: pointer;
}
#entry form fieldset input[type=checkbox]:focus,
#entry .form_disp fieldset input[type=checkbox]:focus {
  box-shadow: 0 0 4px #004aa1, 0 0 4px #004aa1 inset;
}
#entry form fieldset input[type=radio],
#entry .form_disp fieldset input[type=radio] {
  transform: scale(1.2);
  margin-right: 8px;
  margin-left: 8px;
  cursor: pointer;
}
#entry form fieldset input[type=radio]:focus,
#entry .form_disp fieldset input[type=radio]:focus {
  box-shadow: 0 0 4px #004aa1, 0 0 4px #004aa1 inset;
}
#entry form fieldset label,
#entry .form_disp fieldset label {
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
#entry form fieldset .ttime_box label,
#entry .form_disp fieldset .ttime_box label {
  display: inline-block;
  width: 98%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #entry form fieldset .ttime_box label,
  #entry .form_disp fieldset .ttime_box label {
    width: auto;
    padding-right: 20px;
  }
}
#entry form fieldset .sex_box label,
#entry .form_disp fieldset .sex_box label {
  display: inline-block;
  width: 43%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #entry form fieldset .sex_box label,
  #entry .form_disp fieldset .sex_box label {
    width: 25%;
  }
}
#entry form fieldset .birth_box label,
#entry .form_disp fieldset .birth_box label {
  width: auto;
  margin-right: 8px;
  margin-bottom: 5px;
}
#entry form fieldset .label,
#entry .form_disp fieldset .label {
  display: block;
  color: #000000;
  font-weight: bold;
  margin-top: 17px;
  line-height: 1.6;
  padding: 0 0 8px 0;
  font-size: 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  #entry form fieldset .label,
  #entry .form_disp fieldset .label {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
#entry form fieldset .label .required,
#entry .form_disp fieldset .label .required {
  background-color: #ec0101;
  display: inline-block;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  padding: 3px 8px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
#entry form fieldset .label .required.none,
#entry .form_disp fieldset .label .required.none {
  background-color: #bddbb5;
}
#entry form fieldset .page_apply_bt,
#entry .form_disp fieldset .page_apply_bt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  cursor: pointer;
}
#entry form fieldset .page_apply_bt.disabled,
#entry .form_disp fieldset .page_apply_bt.disabled {
  opacity: 0.7;
}
#entry form fieldset .page_apply_bt:hover,
#entry .form_disp fieldset .page_apply_bt:hover {
  opacity: 0.7;
}
#entry form fieldset .page_apply_bt:disabled,
#entry .form_disp fieldset .page_apply_bt:disabled {
  opacity: 0.7;
}
#entry form fieldset .page_apply_bt.correction,
#entry .form_disp fieldset .page_apply_bt.correction {
  font-size: 1.6rem;
  padding: 8px 0;
  background-color: #5e8daf;
  width: 190px;
}
#entry form fieldset #ret_bt,
#entry .form_disp fieldset #ret_bt {
  border: 1px solid #b81707;
  display: block;
  margin: 0 auto 20px;
  width: 168px;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
  padding: 2.5% 5px;
  text-align: center;
  color: #b81707;
  font-size: 4.1vw;
  font-weight: bold;
  cursor: pointer;
}
@media (min-width: 471px) {
  #entry form fieldset #ret_bt,
  #entry .form_disp fieldset #ret_bt {
    padding: 1.4% 5px;
    font-size: 2rem;
  }
  #entry form fieldset #ret_bt:hover,
  #entry .form_disp fieldset #ret_bt:hover {
    opacity: 0.7;
  }
}
#entry form fieldset .at,
#entry .form_disp fieldset .at {
  font-size: 12px;
  margin: 0 0 15px 2px;
}
#entry form fieldset .caution,
#entry .form_disp fieldset .caution {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #8b8b8b;
}
#entry form fieldset .error_com,
#entry .form_disp fieldset .error_com {
  margin-top: 8px;
  color: #e01f1f;
  font-size: 1.4rem;
}
#entry form fieldset .history_box label,
#entry form fieldset .check_box label,
#entry .form_disp fieldset .history_box label,
#entry .form_disp fieldset .check_box label {
  width: auto;
}
#entry form fieldset #ret_bt,
#entry form fieldset #send,
#entry .form_disp fieldset #ret_bt,
#entry .form_disp fieldset #send {
  display: none;
}
#entry form fieldset .check_com,
#entry .form_disp fieldset .check_com {
  font-size: 14px;
  line-height: 1.4;
  padding: 9px;
  width: 100%;
  min-height: 34px;
  margin: 0 0 5px 0;
  background: #f0f4f8;
  border-radius: 5px;
}

#page {
  width: 100%;
  margin: 30px auto;
  min-height: 400px;
}

.page_apply_bt {
  display: block;
  margin: 20px auto;
  width: 68%;
  max-width: 300px;
  border-radius: 4px;
  text-decoration: none;
  background: conic-gradient(from -75.02deg at 50% 57.95%, #941300 0deg, #a71504 196.87deg, #b81707 360deg);
  border: 1px solid #b61707;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(109, 0, 0, 0.7);
  padding: 2.5% 5px;
  text-align: center;
  color: #fff;
  font-size: 4.4vw;
  letter-spacing: 0.16rem;
  font-weight: bold;
  text-shadow: 0px -1px 0px #650000;
}
@media (min-width: 471px) {
  .page_apply_bt {
    padding: 1.4% 5px;
    font-size: 2rem;
  }
}/*# sourceMappingURL=r_navi_recruit.css.map */