html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}
body,
table,
input,
textarea,
select,
option {
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  font-size: 1em;
  color: #333;
  -webkit-appearance: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #707070;
  text-decoration: underline;
  -webkit-appearance: none;
}
div:after,
ul:after,
dl:after,
dt:after,
dd:after,
td:after,
article:after,
aside:after,
canvas:after,
details:after,
figcaption:after,
figure:after,
footer:after,
header:after,
hgroup:after,
menu:after,
nav:after,
section:after,
summary:after {
  content: '';
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
/* 共通レイアウト */
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  color: #707070;
  line-height: 1.5;
  text-align: center;
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
}
* {
  word-wrap: break-word;
}

input#zip {
  font-size: 20px;
  width: 200px;
  height: 54px;
}
/* modal
 ----------------------------------------------------- */
.modal {
  display: none;
  text-align: left;
}
.modal.branch {
  display: block;
}
.modalBK {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}
.modalBody {
  position: fixed;
  z-index: 1000;
  background: #fff;
  width: 80%;
  height: 350px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 13px;
  line-height: 1.6;
  border-radius: 4px;
}
.modal.branch > .modalBody {
  height: 180px;
  width: 500px;
}
.window_close,
.close {
  cursor: pointer;
  text-align: center;
  margin: 10px 0;
  text-decoration: underline;
  color: #fff;
  background-color: #999;
  border-radius: 4px;
  line-height: 32px;
  font-size: 1.2rem;
}
#footer .modal p {
  text-align: left;
}
#footer .modal p.close {
  text-align: center;
}
.scroll_box {
  overflow-y: auto;
  height: 297px;
  padding: 2px;
}
.scroll_box::-webkit-scrollbar {
  width: 5px;
  background: #d7d7d7;
}
.scroll_box::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 2px;
}

/* 背景 */
body.step1,
body.step2,
body.step3,
body.step4 {
  background-color: #fff;
}

html {
  height: auto;
  min-height: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
div#_div_1 {
  width: 100%;
  overflow: hidden;
}

:not(.step1) > #_div_base > #_div_1 {
  background: rgb(216, 248, 254);
  background: linear-gradient(135deg, rgba(216, 248, 254, 1) 0%, rgba(225, 230, 253, 1) 100%);
}

#dialog_header picture {
  display: block;
  max-width: 320px;
  margin: auto;
}
#dialog_header .step {
  padding: 8px 0 0px;
}
#dialog_header .step img {
  width: 75%;
}

header {
  padding: 4px 0;
  background-color: #555;
}
.step1 header {
  padding-bottom: 2px;
}
header img {
  width: 100%;
  padding-top: 0px;
}
.kv {
  position: relative;
  max-width: 375px;
  margin: auto;
}
:not(.step1) > #_div_base > #_div_1 > #form > .kv {
  display: none;
}

.step1 .appeal_area {
  display: flex;
  align-items: center;
  padding: 0 0 3px;
  background-color: #555;
}
.appeal_area {
  display: none;
}
.step1 .appeal_area picture {
  width: 320px;
  margin: auto;
}
.step1 .appeal_area img {
  display: block;
}

/* ---------- ステータス ---------- */
.status {
  text-align: center;
  margin-top: 4px;
  padding: 4px 0 6px;
  width: 100vw;
  box-sizing: border-box;
}
.status img,
.status source {
  width: 100%;
  max-width: 375px;
  padding: 5px 10px 0;
  box-sizing: border-box;
}
#dialog_content {
  position: relative;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  opacity: 0;
}
#dialog_content.visible {
  opacity: 1;
}
.step8 #dialog_content,
.step9 #dialog_content,
.step10 #dialog_content {
  padding-top: 0;
}

h2 {
  position: relative;
  margin: 0.5em 0 1em;
  border-bottom: 1px solid #fff;
  text-align: center;
  text-shadow: 0 0 4px #fff;
  font-size: 17px;
  color: #ff7fae;
  line-height: 1.4;
}
.step3 h2,
.step4 h2,
.step5 h2 {
  margin-bottom: 0;
}

.step2 h2 {
  margin: 1em 0;
}
h3.itemTitle {
  position: relative;
  color: #fff;
  max-width: 310px;
  margin: 0 auto 3%;
  padding: 10px 3px;
  background: #5f67ae;
  border-radius: 27px;
  box-sizing: border-box;
  font-size: 0.9em;
}
h3.itemTitle small {
  padding-left: 1em;
  font-size: 0.8em;
  font-weight: normal;
}
h3.itemTitle .icon {
  position: relative;
  padding-left: 24px;
}
h3.itemTitle .icon::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}
.step1 h3.itemTitle {
  font-size: 18px;
  margin-bottom: 16px;
  border-radius: 4px;
}

#form label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  height: 90px;
  padding: 10px 0;
  background-color: #fff;
  border: 2px solid #c0c0c0;
  border-right: 4px solid #c0c0c0;
  border-bottom: 4px solid #c0c0c0;
  box-sizing: border-box;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}
#form label.on {
  color: #fff !important;
  background-color: #bc5c70;
  border: 0;
}
#form label.off {
  background-color: #dedede;
  border: 0;
  filter: grayscale(100%);
}

.formItem {
  margin: 10px auto 0;
  max-width: 310px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.step1 .formItem {
  max-width: 340px;
  height: 320px;
  margin: 10px auto 0;
  padding: 20px 15px;
  background: rgb(216, 248, 254);
  background: linear-gradient(135deg, rgba(216, 248, 254, 1) 0%, rgba(225, 230, 253, 1) 100%);
  border: 3px solid #5f67ae;
  box-sizing: border-box;
  z-index: 10;
}
#Step5 .formItem.mailaddr {
  border-top: 2px solid #bababa;
  margin-top: 15px;
  padding-top: 5px;
}
#Step1 #license_container,
#Step1 #experience_caremanager_container,
#Step2 #night_shift_container,
#Step2 #req_dates_selection,
#Step2 #industry_intentions_selection {
  margin-top: 50px;
}
#Step4 #item-birth_year {
  margin-top: 25px;
}
#zip_area .formItem {
  margin-top: 7px;
}
#req_dates_selection.formItem,
#job_descriptions_selection.formItem,
#job_change_counts_selection.formItem,
#req_emp_types_selection.formItem {
  margin: 7px auto 13px;
}
#req_dates_selection.formItem:after,
#job_descriptions_selection.formItem:after,
#job_change_counts_selection.formItem:after,
#req_emp_types_selection.formItem:after {
  content: '';
  clear: both;
  display: block;
}
#experience_years_selection.formItem {
  border: none;
  margin: 0 auto 0 !important;
}
#night_shift_container.formItem.hidden {
  display: none;
}
#industry_intentions_selection.formItem {
  display: none;
}
#industry_intentions_selection.formItem.visible {
  display: block;
}
#req_date,
#job_description,
#job_change_count,
#req_emp_type,
#retirement_intention {
  padding: 0 0.5em;
  font-size: 20px;
  line-height: 2.5;
}

.errorBox {
  clear: both;
  max-width: 310px;
  background: #fcebeb;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 1px 5px;
  margin: 5px auto;
  color: red;
  font-size: 12px;
  display: none;
}
.errorBox:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #fcebeb transparent;
}

input[type='text'],
input[type='tel'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='date'],
select {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: relative;
  padding: 0 0.5em;
  box-sizing: border-box;
  border-radius: 0;
  vertical-align: middle;
  line-height: 2.2em;
  font-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
input[name='zip'] {
  padding: 0 0.5em;
}
input#name_kan {
  height: 60px;
}
input#name_kan,
input#name_cana,
input#birth_year,
#item-birth_year .selectWrap,
#mob_phone_inp,
#mob_mail_inp {
  font-size: 20px;
  line-height: 2.5;
}
#birth_year {
  width: 10.5em;
  background: none !important;
}
@media only screen and (max-device-width: 320px) {
  #birth_year {
    width: 10em;
  }
}

#mob_phone_inp,
#mob_mail_inp {
  height: 52px;
  background: #fff;
  border: 1px solid #ccc;
}
input#birth_year {
  margin-left: 10px;
}
input#zip,
input#name_kan,
#item-birth_year .selectWrap,
.selectWrap:not(.addr1),
#mob_phone_inp {
  border: 2px solid #3b8496;
  border-radius: 6px;
  background: #ffffc7;
}
input#zip {
  display: inline-block;
  position: relative;
  width: 310px;
  padding: 0.2em 0.5em;
  padding-right: 0;
  padding-left: 40px !important;
  background: #ffffc7 url(/entry/pc/form107/img/ico_title-zip.webp) center left 4px no-repeat;
  background-size: 30px;
}

input#zip.on,
select#req_emp_type.on,
select#req_date.on,
select#job_description.on,
select#job_change_count.on,
select#req1_addr1.on,
input#name_kan.on,
select#birth_year.on,
#item-birth_year .selectWrap.on,
#retirement_intention.on,
#mob_phone_inp.on {
  border: 2px solid #ccc;
  background-color: #fff;
}

input#name_cana {
  font-size: 15px;
  line-height: 1;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

/*文字数カウント*/
.zip-count,
.name_message,
.name_message2 {
  position: absolute;
  top: 25px;
  right: 0;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 2px 8px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
  z-index: 1;
}
.name_message {
  top: 45px;
}
.name_message2 {
  top: 0;
}
.zip-count {
  top: 48px;
}
.zip-count:before,
.tel-count:before,
.name_message:before,
.name_message2:before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: 10px;
  margin-left: 0;
  display: block;
  width: 12px;
  height: 10px;
  background: #f8f8f8;
  border-radius: 30px 0 30px 0;
  z-index: 0;
}

.zip-count:after,
.tel-count:after,
.name_message:after,
.name_message2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 15px;
  margin-left: 0;
  display: block;
  width: 11px;
  height: 10px;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-20deg);
  z-index: 2;
}

#zip2 {
  display: block;
  margin: 6px auto 0;
  clear: both;
  line-height: 1.2;
  font-size: 14px;
}
#zip2 small {
  background: #f8f8f8 url(/entry/pc/form107/img/arrow02.webp) no-repeat 98% center;
  background-size: 14px;
  border-radius: 100px;
  padding: 0.3em 30px 0.4em 0.6em;
  font-weight: bold;
  font-size: 12px;
  color: #555;
}
#zip2.on small {
  background: #fff url(/entry/pc/form107/img/arrow02_on.webp) no-repeat 97% center;
  background-size: 14px;
}
.tel-count {
  position: absolute;
  top: -16px;
  right: 4px;
  background: #fff;
  border-radius: 100px;
  padding: 2px 8px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  font-size: 12px;
}
.tel-count:before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 10px;
  margin-left: 0;
  display: block;
  width: 12px;
  height: 10px;
  background: #fff;
  border-radius: 30px 0 30px 0;
  z-index: 0;
}
.tel-count:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 14px;
  margin-left: 0;
  display: block;
  width: 10px;
  height: 4px;
  background: #ebf8ff;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
select {
  position: relative;
  background: rgba(255, 255, 255, 0.8) url(/entry/pc/form107/img/ico_arrow.webp) no-repeat 97% center;
  background-size: 10px;
  border: none;
  width: 100%;
  padding-right: 14px;
  line-height: 2.2;
  font-size: 16px;
  color: #333;
  float: right;
  -webkit-appearance: none;
}

.tableForm {
  display: table;
  width: 100%;
}
div.addr1 {
  width: 100%;
  height: inherit;
}

.keyMark {
  position: relative;
  overflow: auto;
  margin-top: 1em;
}
.keyMark:after {
  background: url(/entry/pc/form107/img/ico_key.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  opacity: 0.3;
  visibility: visible;
}
@media all and (-ms-high-contrast: none) {
  #addr1,
  #addr2 {
    background: none;
  }
  .keyMark::after {
    right: 40px;
  }
}
#addr1,
#addr2,
#addr3 {
  height: 30px;
}
#form .txtBox label {
  width: auto;
  height: auto;
  padding: 0;
}
.txtBox {
  position: relative;
  margin-top: 1em;
}

.row {
  width: 100%;
  margin: 0;
}
.row2col,
.row3col {
  display: flex;
  flex-wrap: wrap;
}

.col {
  text-align: center;
}

.row2col .col {
  display: flex;
  width: 48%;
  margin: 1%;
}

.row3col .col {
  display: flex;
  width: 30%;
  margin: 1%;
}

.row.lc-spread .col:last-child {
  width: 100%;
}

.office_name {
  margin: 10px 3px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #ff627e;
  background-color: rgba(255, 255, 255, 0.3);
}

.contact {
  display: block;
  font-size: 16px;
  color: #333;
}

.kwd_status {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.kwd_status .color {
  color: #ef829e;
  font-size: 18px;
}
.kwd_status .color span {
  font-size: 20px;
}

#night_shift_container .row .col:nth-child(1) {
  order: 3;
}
#night_shift_container .row .col:nth-child(2) {
  order: 1;
}
#night_shift_container .row .col:nth-child(3) {
  order: 2;
}
#night_shift_container .row .col:nth-child(1) {
  width: 100%;
}

.bx-viewport {
  height: 435px !important;
}
.step1-bx-viewport {
  height: 480px !important;
}
.step1-2-bx-viewport {
  height: 950px !important;
}
.step2-bx-viewport {
  height: 600px !important;
}
.step2-1-bx-viewport {
  height: 860px !important;
}
.step3-bx-viewport {
  height: 530px !important;
}
.step7-bx-viewport {
  height: 500px !important;
}

a.bx-next {
  font-weight: bold;
  -webkit-appearance: none;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  text-decoration: none;
}

a.bx-next:not(.off) .next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: -30%;
  top: -50%;
  content: '';
  width: 50px;
  height: 100px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    #ffffff rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0) 100%
  );
}
.bx-controls {
  max-width: 320px;
  margin: 0px auto 30px;
}
.bx-controls-direction {
  display: table;
  width: 100%;
}
.bx-controls-direction > a {
  display: table-cell;
  vertical-align: bottom;
}
.bx-controls-direction img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a.bx-prev {
  width: 15%;
  padding-right: 2%;
  padding-bottom: 20px;
  font-size: 12px;
  white-space: nowrap;
}
a.bx-prev:before {
  content: '＜ ';
}

.step1 .bx-next {
  position: relative;
}
.step1 .bx-next,
.step1 .bx-prev {
  visibility: hidden;
  opacity: 0;
}
.step10 a.bx-prev {
  width: 16%;
  padding-right: 2%;
  padding-bottom: 4px;
}
.index6 .bx-next.off {
  opacity: 0.6;
}

a.bx-next.off .next {
  background: rgba(200, 200, 200, 0.5);
  border: 1px solid rgba(200, 200, 200, 0.5);
  box-shadow: none;
}
a.bx-next .next {
  display: block;
  padding: 8px 0 10px;
  background: #109fb5;
  background: -moz-linear-gradient(top, #109fb5 0%, #0d7e91 99%);
  background: -webkit-linear-gradient(top, #109fb5 0%, #0d7e91 99%);
  background: linear-gradient(to bottom, #109fb5 0%, #0d7e91 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#109fb5', endColorstr='#0d7e91',GradientType=0 );
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-size: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px, rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  overflow: hidden;
  position: relative;
}
a.bx-next:not(.newBtn03) .next:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto 0;
  display: block;
  width: 11px;
  height: 12px;
  background: url(/entry/pc/form107/img/ico_arrow2.webp) no-repeat right center;
  background-size: contain;
}

a.bx-next.newBtn03 {
  -webkit-appearance: none;
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  max-width: 300px;
  overflow: hidden;
}

a.bx-next.newBtn03 picture {
  display: block;
  height: 65px;
}
a.bx-next.newBtn03 source {
  display: block;
  width: 100%;
  height: 65px;
  background: url(/entry/pc/form107/img/btn.webp) no-repeat;
  background-size: contain;
}
a.bx-next.newBtn03::after {
  content: '';
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
a.bx-next .txtLink {
  display: block;
  font-weight: normal;
  text-align: right;
  text-decoration: underline;
}
a.bx-next .txtLink::after {
  content: ' >';
}

input[type='checkbox'] {
  display: none;
}
input[type='radio'] {
  display: none;
  -webkit-appearance: none;
}
.radioCol {
  position: absolute;
  top: 0;
  bottom: 8px;
  left: 4px;
  margin: auto;
  z-index: 10;
}

.itemTitle small {
  font-size: 10px;
}
.smallTxt {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  color: #555;
}
.key:before {
  background: url(/entry/pc/form107/img/ico_key.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  left: -18px;
  top: 0;
  opacity: 0.5;
}

#birth_year_errmsg {
  margin: 0 0 10px 0;
}
.footLink ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.footLink li {
  display: block;
  margin-right: 10px;
}
.footLink li:last-child {
  margin-right: 0;
}
.footLink ul li a {
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.labelHeading {
  margin: 5px auto 0;
  text-align: center;
}
div#Step0 {
  max-width: calc(100% - 10px);
  width: 100%;
  margin: 0 auto;
}

#Step5 {
  margin-bottom: 20px;
}

#step7 > li > label {
  color: black;
  width: 100%;
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  border-right: 4px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
  border-left: 2px solid #c0c0c0;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  padding: 0;
}
#step7 > li:first-child > label {
  border-top: 2px solid #c0c0c0;
}
#step7 > li:last-child > label {
  border-bottom: 4px solid #c0c0c0;
}
#step7 > li > label.on,
#step7 > li > label.off {
  border: 0 !important;
}

.show {
  list-style-type: none;
}

#footer_image .footerInner {
  padding: 4px 0;
  text-align: center;
  background-color: #000000;
}
#footer_image .footer_copy small {
  color: #fff;
  font-size: 11px;
}
#footer p {
  padding: 0;
  text-align: center;
}

/* プライバシーマーク */
.pMark {
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.pMark p {
  margin: 0 auto;
  padding: 0;
  text-align: left !important;
  font-size: 10px;
}
.pMark p b {
  font-weight: bold;
}
.pMark img,
.pMark picture {
  float: left;
  margin-right: 10px;
  width: 34px;
}
.pMark source {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(/img/pmark/200x200.webp) no-repeat;
  background-size: contain;
}

/* lastupdate */
.lastupdate {
  color: #ff6600;
  background-color: #fefff2;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: right;
  padding: 5px 15px;
}
.lastupdate--kv {
  position: absolute;
  top: 16px;
  left: 5px;
  display: inline-block;
  color: #ff6600;
  font-size: 38px;
  font-weight: 500;
  line-height: 0.8em;
  margin: auto 0;
  padding: 3px 5px 3px 0px;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px,
    #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px,
    #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px,
    #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.lastupdate--kv .date {
  font-size: 60px;
}
.lastupdate--kv small {
  font-size: 28px;
}

.acoArea {
  display: none;
}
p.addTxt {
  display: flex;
  justify-content: center;
  margin: 2em auto 0;
  padding: 0.3em;
  color: #555;
  font-size: 14px;
  font-weight: bold;
}
p.addTxt img {
  width: 60px;
  height: 64px;
  padding-right: 10px;
}
p.addTxt span {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 7px 10px;
  border-radius: 6px;
  background: #e2f4f5;
}
#Step3 p.addTxt span {
  font-size: 0.8em;
}
#Step4 p.addTxt span {
  margin: 1.5em 0 10px;
}

/***** suggestEmail.css *****/
#suggest {
  background-color: #f8f8f8;
  padding-left: 0.5em;
  z-index: 1000;
  text-align: left;
}
#suggest div {
  padding: 1px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#suggest div.select {
  color: #ffffff;
  background-color: #3366ff;
}
#suggest div.over {
  background-color: #99ccff;
}

.off {
  opacity: 0.6;
}

.arrow_step5 {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 20%;
  background: url(/entry/pc/form107/img/img_arrow.webp) no-repeat;
  background-size: 100% auto;
  z-index: 99;
  opacity: 0.8;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
  transition: bottom 0.3s;
}

/* ---------- hand ---------- */
#pointingHandParent {
  position: relative;
}
.step1 > #_div_base > #_div_1 > #form > #pointingHandParent {
  margin-top: -40px;
}
#pointingHand {
  display: none;
  position: absolute;
  z-index: 88;
  animation: hands 2.5s linear 0s infinite;
  -webkit-animation: hands 2.5s linear 0s infinite;
  transition: 0.3s;
  pointer-events: none;
  width: 65px !important;
}

/* ---------- ボタン ---------- */
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hands {
  0%,
  75%,
  100% {
    -webkit-transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(-15px, 0) scale(1.08);
  }
}
@keyframes hands {
  0%,
  75%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-15px, 0) scale(1.08);
  }
}

.inputValidOn #form [name='req_emp_type'],
.inputValidOn #form [name='req_date'],
.inputValidOn #form [name='job_description'],
.inputValidOn #form [name='job_change_count'],
.inputValidOn #form [name='zip'],
.inputValidOn #form [name='req1_addr1'],
.inputValidOn #form [name='name_kan'],
.inputValidOn #form [name='name_cana'],
.inputValidOn #form [name='birth_year'],
.inputValidOn #form #item-birth_year .selectWrap,
.inputValidOn #form [name='retirement_intention'] {
  padding: 0.2em 0.5em;
}

.inputValidOn #form [name='license[]'] + label {
  padding: 10px 3px;
}
.inputValidOn #form [name='experience_year'] + label {
  padding: 18px 3px;
}
.inputValidOn #form [name='zip'].on:-webkit-autofill,
.inputValidOn #form [name='name_kan'].on:-webkit-autofill,
.inputValidOn #form [name='name_cana'].on:-webkit-autofill,
.inputValidOn #form [name='mob_phone'].on:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ------- 意思確認モーダル ------- */
#feeling_container label.branch_btn-A,
#feeling_container label.branch_btn-B {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #c0c0c0;
  border-radius: 14px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

#feeling_container label.branch_btn-A.on,
#feeling_container label.branch_btn-B.on {
  border: 0;
}

label.branch_btn-A::after,
label.branch_btn-B::after {
  content: '';
  display: block;
  width: 30px;
  height: 15px;
  margin-right: -30px;
  margin-left: 10px;
  background: #888;
  clip-path: polygon(0 0, 0 100%, 50% 50%);
  box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 0.4);
}
label.branch_btn-A.on::after,
label.branch_btn-B.on::after {
  background: #fff;
}

#Step0 .colWrap .col {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

#experience_caremanager_container .colWrap .col .radio,
#range_of_dependents_selection .colWrap .col .radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.colWrap {
  margin: 0 auto;
}
.colWrap .col:first-child input[type='checkbox']:checked + .checkbox {
  border-top: 1px solid #ff7fae;
}
.colWrap .col .radio,
.colWrap .col .checkbox {
  padding: 14px 1em 12px;
  border-radius: 0;
  border: none;
  line-height: 1;
}
.colWrap .col .radio {
  width: 100%;
  margin: 0 auto;
  padding: 11px 10px 9px !important;
  font-size: 14px;
  height: 100px;
}

.step2 .step2col {
  margin-bottom: 0 !important;
}
.step2 .step2col.colWrap .col {
  width: 48%;
}
.step2 .step2col.colWrap .col:nth-child(2n) {
  margin: 0 1%;
}

.req_emp_type_modal_2 {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  font-size: 16px;
  box-sizing: border-box !important;
  color: #333 !important;
  border-radius: 4px;
}

.req_emp_type_modal_3 {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  font-size: 16px;
  box-sizing: border-box !important;
  color: #333 !important;
  border-radius: 4px;
}

/* ---------STEP4---------- */
#Step4 h3.itemTitle .note {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
  color: #555;
  display: inline-block;
}
#req_emp_type,
#req_date,
#job_description,
#job_change_count {
  line-height: 1;
  padding: 0;
}
.formItem {
  border-bottom: none;
}
input[name='req_date'] + label:after,
input[name='birth_year_modal'] + label:after,
input[name='addr1_modal'] + label:after,
input[name='addr2_modal'] + label:after,
input[name='experience_year_modal'] + label:after,
input[name='req_emp_type'] + label:after,
input[name='req_date'] + label:after,
input[name='job_description'] + label:after,
input[name='job_change_count'] + label:after,
input[name='req1_addr1_modal'] + label:after,
input[name='retirement_intention_modal'] + label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  content: '';
}

input[type='radio']:checked + label:after {
  border: none;
}

#job_descriptions_selection li:nth-child(2),
#job_descriptions_selection li:nth-child(8) {
  display: none;
}

#step2.colWrap .col {
  width: 100%;
  margin: 3% 0% 0 3%;
}

.colWrap .col:first-child .radio {
  padding: 18px 0 0 0;
}
.colWrap .col:last-child .radio {
  padding: 18px 0;
}

#job_descriptions_selection .colWrap .col {
  width: 48%;
  margin: 1%;
  font-size: 16px;
}
#job_descriptions_selection .colWrap.on .col:nth-child(1) {
  order: 2;
}
#job_descriptions_selection .colWrap.on .col:nth-child(2) {
  order: 3;
}
#job_descriptions_selection .colWrap.on .col:nth-child(3) {
  order: 4;
}
#job_descriptions_selection .colWrap.on .col:nth-child(4) {
  order: 1;
}
#job_descriptions_selection .colWrap.on .col:nth-child(5) {
  order: 5;
}
#other_job_descriptions_selection .col:nth-child(1) {
  order: 1;
}
#other_job_descriptions_selection .col:nth-child(2) {
  order: 2;
}
#other_job_descriptions_selection .col:nth-child(3) {
  order: 3;
}
#other_job_descriptions_selection .col:nth-child(4) {
  order: 4;
}
#other_job_descriptions_selection .col:nth-child(12) {
  order: 5;
}
#other_job_descriptions_selection .col:nth-child(5) {
  order: 6;
}
#other_job_descriptions_selection .col:nth-child(6) {
  order: 7;
}
#other_job_descriptions_selection .col:nth-child(13) {
  order: 8;
}
#other_job_descriptions_selection .col:nth-child(7) {
  order: 9;
}
#other_job_descriptions_selection .col:nth-child(8) {
  order: 10;
}
#other_job_descriptions_selection .col:nth-child(9) {
  order: 11;
}
#other_job_descriptions_selection .col:nth-child(10) {
  order: 12;
}
#other_job_descriptions_selection .col:nth-child(14) {
  order: 13;
}
#other_job_descriptions_selection .col:nth-child(11) {
  order: 14;
}

#night_shift_container .colWrap .col:nth-child(1),
#req_dates_selection .colWrap .col:last-child {
  display: flex;
  width: 98%;
  height: 50px;
  order: 5;
}

#job_descriptions_selection .colWrap .col:nth-child(2n) .radio,
#job_descriptions_selection
  .colWrap
  .col:nth-child(3n)
  .radio
  #job_descriptions_selection
  .colWrap
  .col:nth-child(4n)
  .radio {
  padding: 11px 2px !important;
}

#night_shift_container .colWrap .col:first-child .radio,
#req_dates_selection .colWrap .col:last-child .radio {
  height: 60px;
  padding: 5px 0 !important;
}

.inlineList {
  width: 100%;
  margin: 9px 0 0 10px;
  text-align: center;
}
.inlineList li {
  position: relative;
  float: left;
  margin: 1% !important;
  width: 45%;
  height: 50px;
  display: flex;
}

#experience_year_1 .checkbox,
.inlineList li .radio {
  box-sizing: border-box;
  display: table-cell;
  width: 100%;
  position: relative;
  height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-weight: bold;
  padding: 0px 11px;
  vertical-align: middle;
  color: #333 !important;
  border-radius: 4px;
}

#experience_years_selection > ul > li:nth-child(5) {
  width: 92%;
}

.inlineList li:nth-child(3n) {
  margin-right: 0;
}
#req_emp_types_selection > ul > li:nth-child(1) > label {
  font-size: 16px !important;
}
#req_emp_types_selection > ul > li:nth-child(4) > label {
  font-size: 16px !important;
}

#night_shift_container ul li label {
  justify-content: center;
  padding: 13px 0;
}

#night_shift_container li:first-child label,
#req_dates_selection li:last-child label,
#industry_intentions_selection li label {
  height: 60px;
  padding: 0;
}
#retirement_intentions_selection li label {
  height: 48px;
  border: 2px solid #c0c0c0;
}
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}
.step1 > #_div_base > #_div_1 > #form > #pointingHandParent > #dialog_content > .bx-wrapper > .cover {
  display: block;
}

.formLabel,
.formLabel2,
.formLabel3,
.formLabel4 {
  position: absolute;
  top: 22px;
  left: 133px;
  font-size: 18px;
  font-weight: bold;
  color: #5f5f5f;
  -webkit-transition: font 0.1s ease, top 0.1s ease;
  transition: font 0.1s ease, top 0.1s ease;
  background-color: transparent !important;
  border: none !important;
}
.formLabel {
  left: 12px;
}
.formLabel2 {
  top: 18px;
  left: 43px;
}
.formLabel3 {
  left: 96px;
}
.formLabel4 {
  left: 90px;
}
.formLabel[for='mob_phone_inp'] {
  top: 15px;
  font-size: 20px !important;
  font-weight: normal;
}

.placeOn + .formLabel,
.placeOn + .formLabel2,
.placeOn + .formLabel3,
.placeOn + .formLabel4 {
  position: absolute !important;
  top: 2px !important;
  left: 12px !important;
  font-size: 10px !important;
  font-weight: bold !important;
  color: #bc5c70 !important;
  background-color: transparent !important;
}

.placeOn + .formLabel4 {
  left: 90px !important;
}

:not(.step10) > #_div_base > #_div_1 > #form > .link_area,
:not(.step10) > #_div_base > #_div_1 > #form > .supplement {
  display: none;
}
.link_area {
  font-size: 13px;
  margin-bottom: 100px;
}

.link_area a {
  display: inline-block;
  color: #808080;
  font-size: 12px;
  text-decoration: none;
  margin: 0px auto;
  padding: 10px;
  border-radius: 7px;
}

.supplement {
  font-size: 12px;
  color: #808080;
  width: 310px;
  margin: 80px auto 0px;
  text-align: left;
}

#displayOtherJobDescription {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  height: 2rem;
  margin: 1%;
  line-height: 1.2;
  width: 98%;
  height: 60px;
  padding: 5px;
  background-color: #fff;
  border: 2px solid #c0c0c0;
  border-right: 4px solid #c0c0c0;
  border-bottom: 4px solid #c0c0c0;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}

#displayOtherJobDescription.on {
  background: #dadada;
}

#displayOtherJobDescription.off {
  background: #dedede;
  border: 0;
  filter: grayscale(1);
}

#other_job_descriptions_selection {
  margin-top: 15px;
  display: none;
}
#other_job_descriptions_selection {
  margin-bottom: 0;
}
#other_job_descriptions_selection > ul > li > label {
  height: 3.8rem;
}

.errorBoxes {
  background: #fcebeb;
  border-radius: 3px;
  color: red;
  font-size: 12px;
  margin: 0 auto 10px;
  max-width: 310px;
  padding: 1px 0.5em;
}

.balloon-wrap {
  margin-bottom: 18px;
}

.note {
  font-size: 11px;
  text-align: left;
  width: 310px;
  margin: 4px auto;
  position: relative;
}

.note .js-info-balloon {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  width: 11px;
  height: 11px;
  border: 1px solid #888;
  border-radius: 50%;
}

.note .js-balloon.is-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.note .js-balloon {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: -30px;
  width: 100%;
  height: 110%;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  z-index: 2;
}
