@charset 'UTF-8';

/* ワンタッチ応募 */
.onetouchapply{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100svh;
	opacity: 0;
  pointer-events: none;
	transition: opacity .2s linear;
}
.onetouchapply.modalopen{
	opacity: 1;
  pointer-events: all;
}
.ota_closebk{
  position: absolute;
	width: 100%;
	height: 100svh;
	background: rgba(0,0,0,.3);
  border: none;
}
.ota_warp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
}
.ota_modalclosebtn{
	display: block;
	width: 100%;
  border: none;
  background: none;
  color: #fff;
	text-align: right;
}
.ota_modalclosebtn_icon{
  font-size: 2.4em;
}
.ota_modal{
	display: flex;
	flex-direction: column;
	background: #FCF9EA;
  border-radius: 6px;
  max-height: 80svh;
	overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.ota_name{
  padding: 20px 20px 10px;
	background: #fff;
  font-weight: bold;
  font-size: 1.07em;
}
.ota_name_ell{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.ota_name_strong {
  font-size: 1.14em;
}
.ota_userchecks{
  flex: 1 1 auto;
  overflow-y: auto;
	padding: 20px 20px 0;
}
.ots_otherforms{
	margin: 20px 0;
}
.toggle_ots_otherforms{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EE7A00;
  border-radius: 20px;
	box-sizing: border-box;
  height: 40px;
	width: 100%;
	margin: 0 auto 20px;
  background: #fff;
  color: #EE7A00;
  font-weight: bold;
}
.ots_otherforms_acccon{
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s linear;
  pointer-events: none;
}
.ots_otherforms_acccon.open{
  pointer-events: all;
}
.ota_submit{
	padding: 20px;
}
.ota_submit_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
	background: #EE7A00;
	color: #fff;
	font-weight: bold;
  border: none;
  border-radius: 6px;
}
/* ワンタッチ応募 モーダル中身 */
.formcon_formttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px;
}
.formcon_formttl_name {
  font-size: 1.23em;
  font-weight: bold;
  color: #F3852D;
  line-height: 1;
}
.formcon_formttl_required {
  margin: 0 0 0 10px;
  padding: .1em .5em;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.07em;
  background: #fff;
  border: 1px solid #F3852D;
  color: #F3852D;
}
.formcon_input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  padding: .74em !important;
}
.formcon_input_select {
  padding: .6em 3.5em .6em .5em !important;
  margin: 0 10px 10px 0;
}
.formcon_nosize_select .formcon_input_select {
  width: auto;
}
.candidate_content {
  width: auto;
  margin: 0 auto;
}
.formarea_white {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px 0;
  box-sizing: border-box;
}
.candidate_content .formarea_white_addbtn_wrap {
  width: 100%;
  margin: 20px auto;
}
.formarea_candidate_range {
  margin: 0 1em 0 0;
  font-size: .8em;
}
.formarea_header_wrap {
  display: block;
  width: 90%;
  margin: 0 auto 1em;
}
.formarea_header {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.formarea_header_ttl {
  font-size: 1.38em;
  font-weight: bold;
  padding: 0 0 0 .8em;
  border-left: 4px solid #f3852d;
}
.close_formarea_header {
  border: none;
  background: none;
  padding: .5em 0 .5em 1em;
  margin: 0 0 0 1em;
}
.close_formarea_header_icon {
  color: #555;
}
.formcon{
  margin: 0 auto 15px;
}
.formcon:last-child {
  margin-bottom: 0;
}
.formarea_white .formcon {
  width: 90%;
}
.formarea_white_addbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .7em 0;
  background: #3F968B;
  border-radius: 6px;
  border: none;
  font-size: 1.23em;
  color: #fff;
  font-weight: bold;
}
.formarea_white_addbtn_icon {
  margin: 0 10px 0 0;
}
.formarea_candidate_block {
  display: flex;
  align-items: center;
}
.workhistory_wrap{
  margin: 0 0 20px;
}
.formcon_bdttl {
  border-bottom: 1px solid #EF7A00;
  padding: 0 1.5em 1em;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.formcon_bdttl_text {
  font-size: 1.23em;
  font-weight: bold;
}
.confirm_checkarea_acceptchecklists {
  padding: 0;
  margin: 0;
}
.confirm_checkarea_acceptchecklist {
    list-style-type: none;
    margin: 0 0 10px;
}
.formcon_input_checkbox {
    display: none;
}
.formcon_input_checkboxlabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 1.07em;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  min-height: 30px;
  line-height: 1.3;
}
.formcon_input_checkboxlabel::before {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  flex-shrink: 0;
  color: transparent;
  font-size: 1.07em;
  font-weight: bold;
}
.formcon_input_checkbox:checked + .formcon_input_checkboxlabel::before {
  content: "✔";
  color: rgb(255, 255, 255);
  text-align: center;
  background: rgb(243, 133, 45);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(243, 133, 45);
  border-image: initial;
}
.confirm_mailservice.confirm_mailservice_login {
  background: #fbdabf;
  border: 1px solid #F3852D;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0 0;
}
.confirm_mailservice.confirm_mailservice_login .confirm_mailservice_text {
  font-weight: bold;
  margin: 0;
}
.confirm_mailservice_text_anc {
  color: #F3852D !important;
  text-decoration: underline;
}
.confirm_checkarea_accepttext {
  margin: 0 0 10px;
}
.confirm_checkarea_accepttext_anc {
	color: #F3852D !important;
}

@media (min-width: 641px) { /* PC用CSS */
.ota_warp{
  width: 80%;
  max-width: 800px;
}
.ota_modalclosebtn_icon{
  font-size: 3.5em;
}
.ota_name{
  text-align: center;
  font-size: 1.23em;
}
.ota_name_strong {
  font-size: 1.25em;
}
.toggle_ots_otherforms{
	width: 60%;
}
}