﻿:root {
  --main-color: #ffaa06;
  --main-color-dark: #e69213;
}

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;
  border: 0;
  background: transparent;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  outline: 0;
}

body,
table,
input,
textarea,
select,
option {
  color: #333;
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  font-size: 1em;
}

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;
}

/* 共通レイアウト */
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  color: #707070;
  font-family: ArialMT, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3';
  line-height: 1.5;
  text-align: center;
  background: #fffbca;
}

#_div_base {
  min-height: 100vh;
  position: relative; /*←相対位置*/
  padding-bottom: 5px; /*←footerの高さ*/
  box-sizing: border-box; /*←全て含めてmin-height:100vhに*/
}

#footer {
  position: absolute;
  bottom: 0;
}

/* modal
 ----------------------------------------------------- */
.modal {
  display: none;
  text-align: left;
}

.modalBody {
  position: fixed;
  top: 50%;
  left: 17%;
  z-index: 1000;
  width: 80%;
  height: 350px;
  background: #fff;
}

.modalBK {
  -moz-opacity: 0.9;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=90);
}

.modalBody {
  padding: 13px;
  border-radius: 4px;
  line-height: 1.6;
}

.window_close,
.close {
  margin: 10px 0;
  border-radius: 4px;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

#footer .modal p {
  text-align: left;
}

#footer .modal p.close {
  text-align: center;
}

.scroll_box {
  height: 297px;
  padding: 2px;
  overflow-y: auto;
}

.scroll_box::-webkit-scrollbar {
  display: none;
}

html {
  height: auto;
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

div#_div_1 {
  width: 100%;
  /*overflow:hidden;*/
}

.header-heading {
  display: flex;
  width: fit-content;
  margin: auto;
  padding: 10px 40px 0px;
  align-items: center;
  justify-content: space-between;
}

.header-heading::after {
  display: none;
}

.header-heading h1 {
  line-height: 1;
}

.header-logo {
  width: 170px;
}

.header-group {
  padding-left: 10px;
}

#dialog_content {
  position: relative;
  padding: 0 10px 0;
  margin-bottom: 0;
}

.bx-controls {
  margin: 0px auto 150px;
  max-width: 300px;
}

.bx-controls-direction {
  display: table;
  width: 100%;
  margin-top: 40px;
}

.index1 .bx-controls-direction {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

.index1 .bx-controls-direction a.bx-next {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.index1 .bx-controls-direction > a.bx-prev {
  display: none;
}

.bx-controls-direction > a {
  display: table-cell;
}

.index7 a.bx-prev > img {
  vertical-align: bottom;
}

.bx-controls-direction img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index1 .bx-controls-direction .bx-next img {
  padding: 0;
}

a.bx-prev {
  width: 18%;
  padding-right: 2%;
}

.step5 a.bx-prev {
  width: 18%;
  padding-right: 2%;
}

header {
  background: #fff;
  border-bottom: solid 1px #f8b62d;
}

header img {
  width: 38%;
  padding-top: 0;
}

.header-message {
  margin: auto;
  padding: 0 0 3px 0;
  vertical-align: top;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  margin: 10px auto 0;
  font-size: 13px;
}

.message img {
  width: 18%;
  float: left;
  margin-top: 3%;
}

.message p {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 10px;
  padding: 7px 10px;
  max-width: 100%;
  background: #ffebcd;
  border-radius: 6px;
  color: #555;
  text-align: left;
}

.message p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #ffebcd;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
}

#orderCountArea {
  display: none;
  max-width: 320px;
  position: relative;
  margin: 15px auto 28px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  z-index: 2;
  font-weight: bold;
}

#orderCountArea:after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: -1;
  visibility: visible;
}

#order_count,
#order_count_last {
  color: #ffa500;
  font-size: 120%;
}

#step_container {
  display: none;
}

#footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.branch_btn-A,
.branch_btn-B {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  padding: 14px 0.5em 12px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #555;
  box-sizing: border-box;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  box-shadow: 2px 2px 6px -2px rgb(0 0 0 / 50%);
}

.branch_btn-A,
.branch_btn-B {
  max-width: 360px;
  height: 90px;
  margin-top: 10px;
  border-radius: 100px;
  font-size: 18px;
}

.branch_btn-A::before {
  position: absolute;
  left: 16px;
  content: '';
  background: url(../img/retirement_intention_1.png) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.branch_btn-B::before {
  position: absolute;
  left: 16px;
  content: '';
  background: url(../img/retirement_intention_4.png) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.branch_btn-A::after,
.branch_btn-B::after {
  position: absolute;
  right: 20px;
  content: '';
  background: url(../img/ico_arrow3.png) center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.labelHeading {
  max-width: 380px;
  text-align: center;
  margin: 16px auto;
  font-size: 22px;
  color: #000;
}
/* ---------- ステータス ---------- */
.status {
  text-align: center;
}

.status img {
  width: 260px;
  margin: 10px auto 0;
}

#Step3 .status img,
#Step4 .status img {
  width: 260px;
  margin: 10px auto 0;
}

#Step5 .status img,
#Step6 .status img {
  width: 260px;
  margin: 10px auto 20px;
}

#dialog_content {
  position: relative;
  margin-bottom: 0;
  padding: 10px 10px 0;
}

.formTitle {
  position: inherit;
  margin: 4px 0 0;
  color: #000;
}

/* ---------- ボタン ---------- */
.btn-area {
  margin-top: -40px;
}

.step5 .bx-next,
.step6 .bx-next {
  margin-top: -40px;
}

.step2 .btn-area:before,
.step3 .btn-area:before {
  display: none;
}

a.bx-next {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 0;
  overflow: hidden;
  box-shadow:
    rgba(0, 0, 0, 0.5) 0px 1px 2px,
    rgba(255, 255, 255, 0.7) 0px 0px 1px inset;
  background: #ffaa06;
  background: linear-gradient(
    to bottom,
    #fcc65c 0%,
    #ffaa06 50%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #eb8003;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  z-index: 97;
}

a.bx-next::before {
  content: '';
  display: block;
  position: absolute;
  top: -50%;
  left: -30%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 50px;
  height: 100px;
  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%
  );
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
  animation: shiny 3s infinite linear;
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

a.bx-next span {
  position: relative;
}

a.bx-next span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/ico_arrow2.png) no-repeat right center;
  background-size: contain;
}

a.bx-next.newBtn03 {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #eb8003;
  border-radius: 8px;
  box-shadow: none;
  background: #f0b706;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffaa06),
    color-stop(0.5, #ffaa06),
    color-stop(0.5, #f79e04),
    to(#f79e04)
  );
  background: -moz-linear-bgradient(to top, #f79e04 0%, #f79e04 50%, #ffaa06 50%, #ffaa06);
  background: linear-gradient(to top, #f79e04 0%, #f79e04 50%, #ffaa06 50%, #ffaa06);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

a.bx-next.newBtn03 small {
  font-size: 12px;
}

a.bx-next.newBtn03::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: url(../img/ico_arrow.gif) no-repeat left top;
  background-size: contain;
}

.formItem {
  position: relative;
  max-width: 300px;
  margin: 20px auto 0;
}

.errorBox {
  display: none;
  clear: both;
  position: relative;
  max-width: 300px;
  margin: 5px auto;
  padding: 1px 5px;
  border-radius: 3px;
  box-sizing: border-box;
  background: #fcebeb;
  color: red;
  font-size: 12px;
}

.errorBox::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 3px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fcebeb transparent;
  border-style: solid;
  border-width: 5px;
}

/*　form
 ----------------------------------------------------- */

select,
input[type='tel'],
input[type='text'],
input[type='email'],
#zip_area .inputWrap,
#item-birth_year .selectWrap {
  border: 2px solid #999;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 12px 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: rgb(0 0 0 / 50%) 2px 2px 6px -2px;
  text-align: left;
  background: #fff;
}

input.on,
select.on,
#zip_area .inputWrap.on,
#item-birth_year .selectWrap.on {
  border: 2px solid #ffa500;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow:
    0 0 0 1000px white inset,
    rgb(0 0 0 / 50%) 2px 2px 6px -2px;
}

input#zip:-webkit-autofill,
input#birth_year:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

select {
  background: url('../img/ico_arrow.png') no-repeat 97% center;
  background-size: 10px;
  border: 2px solid #999;
}

input#zip,
input#birth_year {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0 10px;
  width: 100%;
}

input#addr3 {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}

input#addr3.on {
  border-bottom: 2px solid #ffa500;
}

input#addr3.on:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 17px;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-size: 17px;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-size: 17px;
  font-weight: normal;
}

/*　form
 ----------------------------------------------------- */

/* 並び替え  資格*/
#license_container .inlineList li:nth-child(1) {
  order: 3;
}

#license_container .inlineList li:nth-child(2) {
  order: 1;
}

#license_container .inlineList li:nth-child(3) {
  order: 2;
}

#license_container .inlineList li:nth-child(4) {
  order: 4;
}
#license_container .inlineList li:nth-child(5) {
  order: 5;
}
#license_container .inlineList li:nth-child(6) {
  order: 6;
}

/*文字数カウント*/
.zip-count,
.tel-count,
.name_message,
.name_message2 {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  padding: 2px 8px;
  border-radius: 100px;
  background: #f8f8f8;
  font-size: 12px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.zip-count::before,
.tel-count::before,
.name_message::before,
.name_message2::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: -7px;
  z-index: 0;
  width: 12px;
  height: 10px;
  margin-left: 0;
  border-radius: 30px 0 30px 0;
  background: #f8f8f8;
}

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

#zip2 {
  display: block;
  clear: both;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.2;
}

#zip2 small {
  border-radius: 100px;
  padding: 0.3em 30px 0.4em 0.6em;
  background: #f8f8f8 url(../img/arrow02.png) no-repeat 98% center;
  background-size: 14px;
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

#zip2.on small {
  background: #fff url(../img/arrow02_on.png) no-repeat 97% center;
  background-size: 14px;
}

.tableForm {
  display: table;
  width: 100%;
}

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

select#addr2::after {
  clear: both;
}

.bx-viewport {
  height: auto !important;
  padding-bottom: 30px;
}

input[type='checkbox'] {
  display: none;
}

input[type='radio'] {
  display: none;
  -webkit-appearance: none;
}

/* 学生のみ表示 */
.show_gra {
  visibility: visible;
}
.hide_gra {
  visibility: hidden;
}

.checkbox:nth-child(4) {
  padding-right: 0;
  padding-left: 0;
}

.smallTxt {
  display: inline-block;
  position: relative;
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

.key::before {
  content: '';
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: -18px;
  width: 18px;
  height: 18px;
  background: url(../img/ico_key.png) center no-repeat;
  background-size: contain;
}

#addr1or2_error_msgs::before {
  clear: both;
}

#birth_year_errmsg {
  margin: 0 0 10px 0;
}

.select_year {
  height: 100%;
  padding: 0 1em;
  border: 2px solid #ffba00;
  background: none;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
}

.footLink ul {
  line-height: 1;
  text-align: center;
}

.footLink li {
  display: inline;
  margin-right: 10px;
}

.footLink ul li a {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  white-space: nowrap;
}

/* .fyi span {
  border-bottom: 2px dotted #2bb2ff;
}

#Step2 select + .fyi {
  height: 22px;
} */

#footer_image .footerInner {
  padding: 4px 0;
  background: #000;
  text-align: center;
}

#footer_image .footer_copy small {
  color: #fff;
  font-size: 11px;
}

#footer p {
  padding: 0;
  text-align: center;
}

/* プライバシーマーク */
.pMark {
  width: 100%;
  padding: 8px;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  background: #f5f5f5;
}

.pMark p {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  font-size: 10px;
  text-align: left !important;
}

.pMark p b {
  font-weight: bold;
}

.pMark img {
  float: left;
  width: 34px;
  margin-right: 10px;
}

/* lastupdate */
.lastupdate {
  padding: 5px 4px;
  background: #fefff2;
  color: #ff6600;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
}

.acoArea {
  display: none;
}

.step2 .bx-next,
.step3 .bx-next {
  position: relative;
  font-size: 12px;
  background: none;
  color: #000;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-align: right;
  padding: 0 0 20px;
  font-weight: normal;
}

.step2 a.bx-prev,
.step3 a.bx-prev {
  position: relative;
  font-size: 12px;
  background: none;
  color: #000;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  padding: 0 0 20px;
  width: 16%;
}

.step2 .bx-next span,
.step3 .bx-next span {
  font-size: 0;
}

.step2 .bx-next span:before,
.step3 .bx-next span:before {
  font-size: 12px;
  content: '次の質問へ ＞';
}

.step2 a.bx-prev,
.step3 a.bx-prev {
  font-size: 0;
}

.step2 a.bx-prev:before,
.step3 a.bx-prev:before {
  font-size: 12px;
  content: '＜ 戻る';
}

.step2 a.bx-prev img,
.step3 a.bx-prev img {
  display: none;
}

p.addTxt {
  margin: 1em auto 0;
  padding: 0.3em;
  background: rgba(255, 255, 255, 0.5);
  color: #2bb2ff;
  font-size: 11px;
  text-align: center;
}

.step0 p.addTxt {
  margin: 0 auto;
  color: #707070;
  font-size: 18px;
  font-weight: bold;
}

.addTxt span.middle {
  font-size: 16px;
}

.addTxt span.small {
  font-size: 14px;
}

#Step1 .addTxt,
#Step2 .addTxt {
  margin-bottom: 10px;
  color: #3c2b16;
  font-size: 12px;
  text-align: left;
}

@media only screen and (max-device-width: 320px) {
  .bx-viewport {
    padding-bottom: 0;
  }
  .formItem {
    max-width: 290px;
  }
}

/***** sec2.css *****/

* {
  word-wrap: break-word;
}

.mar_m {
  margin: 10px !important;
}

.mar_bx {
  margin-bottom: 20px !important;
}

.mar_bl {
  margin-bottom: 15px !important;
}

.mar_tbm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.fz_3 {
  font-size: 13px !important;
}

.fz_4 {
  font-size: 14px !important;
}

.align_r {
  text-align: right !important;
}

.td_u {
  text-decoration: underline !important;
}

ol.list_nmb {
  margin-left: 0;
  padding-left: 0;
  counter-reset: li;
}

ol.list_nmb > li {
  list-style: none;
  position: relative;
  margin: 0 0 8px 2em;
}

ol.list_nmb > li::before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 2px;
  left: -2em;
  width: 21px;
  margin-right: 8px;
  background: #eee;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  counter-increment: li;
}

dl.plain_list {
  margin: 0px 10px;
}

dl.plain_list > dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #333;
}

dl.plain_list > dt {
  margin-bottom: 5px;
  font-weight: bold;
}

dl.plain_list dd {
  margin-right: 10px;
  margin-left: 10px;
}

dl.plain_list > dd {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.list_notice > li,
.notice {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.3em;
  color: #999;
  font-size: 92%;
}

.list_notice > li::before,
.notice::before {
  content: '※';
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 92%;
}

.list_alpha > li {
  list-style: upper-alpha;
  list-style-position: outside;
  margin-left: 25px;
}

.list_basic > li {
  list-style: none;
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.3em !important;
}

.list_basic li::before {
  content: '●';
  display: block;
  position: absolute;
  top: 2px;
  left: 3px;
  color: #999;
  font-size: 77%;
}

/***** suggestEmail.css *****/
#suggest {
  z-index: 1000;
  padding-left: 0.5em;
  background: #f8f8f8;
  text-align: left;
}

#suggest div {
  display: block;
  width: 100%;
  padding: 1px;
  overflow: hidden;
  white-space: nowrap;
}

#suggest div.select {
  background: #3366ff;
  color: #fff;
}

#suggest div.over {
  background: #99ccff;
}

#suggest span.bef {
  color: gray;
}

.off {
  opacity: 0.6;
}

.arrow_step7 {
  display: none;
  opacity: 0.8;
  position: absolute;
  bottom: 19%;
  left: 50%;
  z-index: 99;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: url(../img/img_arrow.png) no-repeat;
  background-size: 100% auto;
  -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;
}

@-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;
  }
}

/* ---------- hand ---------- */
#pointingHandParent {
  position: relative;
}

#pointingHand {
  display: none;
  position: absolute;
  z-index: 99;
  pointer-events: none;
  -webkit-animation: hands 2.5s linear 0s infinite;
  animation: hands 2.5s linear 0s infinite;
  transition: 0.3s;
  z-index: 98;
}

@-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);
  }
}

.checkbox.btn_off {
  background-color: #eee;
  filter: grayscale(100%);
  border: none;
}

.radio.btn_off {
  background-color: #eee;
  filter: grayscale(100%);
  border: none;
}

#Step3 .acoArea .formItem {
  margin: 8px auto 0;
}

#Step3 .acoArea .errorBox {
  margin: 3px auto 1px;
}

.bx-next.off {
  opacity: 1;
  border: 1px solid rgba(200, 200, 200, 0.5);
  box-shadow: none;
  background: rgba(200, 200, 200, 0.5);
}

.step2 .bx-next.off,
.step3 .bx-next.off {
  background: initial;
  border: initial;
  opacity: initial;
}

.step2 .bx-next.off::before,
.step3 .bx-next.off::before {
  display: none;
}

.bx-next.off::before {
  /* display: none; */
}

.index7 .bx-next.off {
  opacity: 1;
  border: 1px solid rgba(200, 200, 200, 0.5);
  box-shadow: none;
  background: rgba(200, 200, 200, 0.5);
  position: absolute;
  top: 4px;
}

.index7 .btn-area {
  position: relative;
  height: 60px;
}

.index7 .btn-area > .bx-next {
  position: absolute;
  top: 4px;
}

/* terms
 ----------------------------------------------------- */
.terms-link {
  display: flex;
  padding: 1em 0;
  font-size: 12px;
  text-decoration: underline;
  justify-content: center;
}

.terms-link a,
.terms-link a:visited {
  color: #2ba6cb;
}

.terms-item {
  padding: 0 1em;
  border-right: 1px solid #ccc;
}

.terms-item:last-child {
  border-right: none;
}

.index1 .terms-link {
  display: none;
}

#all_error_messages {
  padding: 10px;
  margin: 20px;
  font-size: 12px;
  color: red;
  background-color: #fcebeb;
  border: 2px solid #ebccd1;
}

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

/* title
 ----------------------------------------------------- */
.itemTitle {
  position: relative;
  max-width: 300px;
  margin: 0 auto 5px;
  box-sizing: border-box;
  color: #707070;
  font-size: 1em;
  text-align: left;
}

.itemTitle::before {
  content: '■';
  color: #ffa500;
}

.itemTitle small {
  padding-left: 1em;
  font-size: 0.7rem;
  font-weight: normal;
  color: #707070;
}

.itemTitle small.optional {
  background: #fdc45a;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 0.6rem;
  margin: 0 0 0 3px;
}

.itemTitle span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.itemTitle.icon {
  padding-left: 24px;
}

.itemTitle.icon::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
}

.icon.name::before {
  background: url(../img/icon_name.png) center no-repeat;
  background-size: contain;
}

.icon.birth::before {
  background: url(../img/icon_birth.png) center no-repeat;
  background-size: contain;
}

.icon.sp::before {
  background: url(../img/icon_sp.png) center no-repeat;
  background-size: contain;
}

.icon.mail::before {
  background: url(../img/icon_mail.png) center no-repeat;
  background-size: contain;
}

.inlineList {
  display: flex;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inlineList li {
  width: 49%;
  height: 86px;
  margin: 0 0 3px;
}

.inlineList li:nth-of-type(odd):last-of-type {
  width: 100%;
  height: 68px;
}

#req_dates_selection .inlineList li:nth-child(6) {
  width: 100%;
  height: 68px;
}

#req_dates_selection .inlineList li:nth-child(7) {
  width: 49%;
  height: 86px;
  margin: 0 0 3px;
}

#work_experiences_selection {
  max-width: 400px;
}

#work_experiences_selection .inlineList li:nth-child(8) {
  font-size: 11px;
}

#work_experiences_selection .inlineList li {
  height: 50px;
}

.inlineList li input + label {
  border: 2px solid #999;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 50%) 2px 2px 6px -2px;
  box-sizing: border-box;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #707070;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#req_emp_types_selection .inlineList li input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#req_dates_selection .inlineList li input + label[for='req_date_7'] {
  font-size: 10px;
}

#retirement_intentions_selection .inlineList li input + label[for='retirement_intention_2'],
#retirement_intentions_selection .inlineList li input + label[for='retirement_intention_4'],
#retirement_intentions_selection .inlineList li input + label[for='retirement_intention_6'] {
  font-size: 11px;
}

.inlineList li:nth-of-type(odd):last-of-type label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#req_dates_selection .inlineList li:nth-child(7) label {
  display: block;
}

#req_dates_selection .inlineList li:nth-child(6) label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.inlineList li input + label img {
  height: 50px;
  display: block;
  margin: 0 auto 3px;
}
.inlineList li:nth-of-type(odd):last-of-type label img {
  margin: 0;
}

#req_dates_selection .inlineList li:nth-child(7) input + label img {
  height: 50px;
  display: block;
  margin: 0 auto 3px;
}

#req_dates_selection .inlineList li:nth-child(6) input + label img {
  margin: 0;
}

.inlineList li input:checked + label {
  background: #ffa500;
  border: 2px solid #ffa500;
  color: #fff;
  box-sizing: border-box;
}
.inlineList li input + label small {
  font-size: 0.8em;
}

/* step1
 ----------------------------------------------------- */
#Step1 {
  padding-bottom: 130px;
}

/* step3
 ----------------------------------------------------- */

.inputWrap {
  display: flex;
}

/*---------------------------------
アコーディオンボックス
--------------------------------*/
#req_dates_selection .inlineList li:nth-child(4) {
  order: 5;
}

#req_dates_selection .inlineList li:nth-child(5) {
  order: 6;
}

#req_dates_selection .inlineList li:nth-child(6) {
  order: 7;
}

/* 並び替え  経験*/
#work_experiences_selection .inlineList li:nth-child(1) {
  order: 11;
}
#work_experiences_selection .inlineList li:nth-child(2) {
  order: 12;
}
#work_experiences_selection .inlineList li:nth-child(3) {
  order: 1;
}
#work_experiences_selection .inlineList li:nth-child(4) {
  order: 13;
}
#work_experiences_selection .inlineList li:nth-child(5) {
  order: 14;
}
#work_experiences_selection .inlineList li:nth-child(6) {
  order: 15;
}
#work_experiences_selection .inlineList li:nth-child(7) {
  order: 16;
}
#work_experiences_selection .inlineList li:nth-child(8) {
  order: 17;
}
#work_experiences_selection .inlineList li:nth-child(9) {
  order: 18;
}
#work_experiences_selection .inlineList li:nth-child(10) {
  order: 2;
}
#work_experiences_selection .inlineList li:nth-child(11) {
  order: 3;
}
#work_experiences_selection .inlineList li:nth-child(12) {
  order: 4;
}
#work_experiences_selection .inlineList li:nth-child(13) {
  order: 5;
}
#work_experiences_selection .inlineList li:nth-child(14) {
  order: 6;
}
#work_experiences_selection .inlineList li:nth-child(15) {
  order: 7;
}
#work_experiences_selection .inlineList li:nth-child(16) {
  order: 8;
}
#work_experiences_selection .inlineList li:nth-child(17) {
  order: 9;
}
#work_experiences_selection .inlineList li:nth-child(18) {
  order: 10;
}

#work_experiences_selection .checkbox {
  padding-top: 15px;
}

#Step4 label[for='work_experience_22'] {
  padding-top: 6px;
}

/*---------------------------------
アコーディオンボックス挙動
--------------------------------*/
.inlineList.choices4 {
  overflow: hidden;
}
.inlineList.choices4 {
  height: 177px;
}

.inlineList.choices8 {
  overflow: hidden;
}
.inlineList.choices8 {
  height: 211px;
}

.inlineList.choices10 {
  overflow: hidden;
}
.inlineList.choices10 {
  height: 264px;
}

.accordionBtn {
  display: block;
  clear: both;
  margin: 10px auto 10px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none !important;
}
.accordionBtn small {
  border-radius: 100px;
  padding: 0.3em 30px 0.4em 0.6em;
  background: #f8f8f8 url(../img/arrow02.png) no-repeat 98% center;
  background-size: 14px;
  color: #555;
  font-size: 12px;
  font-weight: bold;
}
.accordionBtn.on small {
  background: #fff url(../img/arrow02_on.png) no-repeat 97% center;
  background-size: 14px;
}

.button.expanded {
  margin-right: 0;
  margin-left: 0;
}

.button.large {
  font-size: 1rem;
  color: #6a96e4;
  text-decoration: none;
}

.button {
  background-color: transparent;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border-radius: 3px;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 0.8;
  text-align: center;
  cursor: pointer;
  border: 1px solid #6a96e4;
  color: #6a96e4;
  width: 88%;
}

.step2 .button_bottom,
.step3 .button_bottom,
.step4 .button_bottom,
.step5 .button_bottom,
.step6 .button_bottom {
  display: none;
}

.button_bottom {
  margin: 0 auto 150px;
  max-width: 300px;
  position: relative;
}

.lastupdate--kv {
  display: inline-block;
  color: #6a3906;
  font-weight: bold;
}

.lastupdate--kv strong {
  display: inline-block;
  position: relative;
  font-size: 20px;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 1);
}

.lastupdate--kv strong::before {
  position: absolute;
  left: 4px;
  bottom: 2px;
  content: '';
  width: 100%;
  height: 8px;
  background: #f8b62d;
  z-index: -5;
}

.lastupdate--kv small {
  font-size: 16px;
}

.jobs-count_container {
  display: flex;
  justify-content: space-between;
}

.jobs-count_tx {
  font-size: 14px;
  color: #6a3906;
}

.jobs-count-strong_tx {
  color: #e60012;
}

#branch {
  max-width: 380px;
  height: 340px;
  margin: 0 auto;
  padding: 0px 15px;
  background-color: #fff;
  border: 3px solid #707070;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

#branch:has(.addTxt) {
  height: auto !important;
  padding: 15px 0 !important;
}

.kv {
  max-width: 375px;
  position: relative;
  margin: 1rem auto;
  text-align: left;
}

.step0 .bx-controls-direction {
  display: none;
}

.step0 .cover {
  display: block !important;
}

.inactive-slide {
  display: none !important;
}

.modalMessage_group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-bottom: 10px;
}

.modalMessage_group img {
  width: 44px;
  height: 44px;
  margin-left: 5px;
}

.labelHeading .modalMessage {
  background: #fffbca;
  padding: 2px 20px;
  border-radius: 10px;
  color: var(--main-color-dark);
  font-size: 0.8rem;
}

.order-count_container {
  width: 100%;
  margin-top: 16px;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.order-count-animation {
  animation: ani-shrink 2s ease-out infinite;
  opacity: 1;
}

@keyframes ani-shrink {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.order-count-blur_tx {
  -ms-filter: blur(6px);
  filter: blur(4px);
  font-size: 18px;
  letter-spacing: 1.2px;
  margin: 0 0px 0px 4px;
}

ul.ui-autocomplete {
  text-align: left;
  height: 350px;
  overflow: auto;
  font-size: 13px;
}
