/* 2021-10-20 */
/* LINE-regist */

.LINE-regist {
  background: #fff;
  z-index: 10;
}

.LINE-regist-head {
  background-color: #06c755;
  display: flex;
  justify-content: center;
  position: relative;
  height: 60px;
  padding-top: 10px;
}

.LINE-regist__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  padding: 0 32px;
}

.LINE-regist__icon {
  position: absolute;
  color: #fff;
  font-size: 24px;
  top: 0;
  left: 0;
  line-height: 1;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  outline: none;
}

.tableArea.LINE-tableArea {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: -10px;
  position: relative;
  background: #fff;
  padding: 15px;
}

.tableArea.LINE-tableArea dl dt {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}

.tableArea.LINE-tableArea .error_area {
  height: auto !important;
}

.tableArea.LINE-tableArea .LINE-regist__required {
  background: #FD429F;
  font-size: 10px;
  display: inline-block;
  width: 26px;
  height: 14px;
  white-space: nowrap;
  margin-top: 3px;
  line-height: 14px;
  padding-left: 2px;
  text-align: center;
}

.tableArea.LINE-tableArea .LINE-regist__name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tableArea.LINE-tableArea .LINE-regist__name input {
  width: 100%;
}

.tableArea.LINE-tableArea .LINE-regist__note {
  font-size: 14px;
  background: #fff;
  color: #333;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.tableArea.LINE-tableArea dl dd .form-control {
  border-radius: 9px;
  height: 40px;
}

.LINE-page .tableArea.LINE-tableArea .select {
  border-radius: 9px;
  outline: none;
}

.LINE-page .tableArea.LINE-tableArea .select::-ms-expand {
  outline: none;
  background: transparent;
  border: none;
}

.tableArea.LINE-tableArea .LINE-regist__birthday-item {
  display: flex;
  justify-content: space-between;
}

.tableArea.LINE-tableArea .LINE-regist__birthday select {
  width: 90%;
}

.tableArea.LINE-tableArea .LINE-regist__birthday span {
  font-weight: bold;
  padding-right: 0;
}

.tableArea.LINE-tableArea input[name="gender"]:checked+label {
  color: #fff;
  border: none;
  box-shadow: none;
}

.tableArea.LINE-tableArea .LINE-regist__gender {
  display: flex;
  justify-content: space-between;
}

.tableArea.LINE-tableArea .LINE-regist__gender label.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #fff;
  color: #333;
  box-shadow: none;
  border: 2px solid #bdc3c7;
  font-weight: 500;
  margin: 0;
  width: calc(50% - 15px);
}

.tableArea.LINE-tableArea .LINE-regist__zip,
.tableArea.LINE-tableArea .LINE-regist__phone {
  display: flex;
  width: 100%;
}

.tableArea.LINE-tableArea .LINE-regist__zip input,
.tableArea.LINE-tableArea .LINE-regist__phone input {
  width: 160px;
}

.tableArea.LINE-tableArea .LINE-regist__zip span,
.tableArea.LINE-tableArea .LINE-regist__phone span {
  margin-left: 10px;
  font-size: 12px;
}

.tableArea.LINE-tableArea .LINE-regist__select {
  width: 100%;
}

.tableArea.LINE-tableArea .LINE-regist__trigger input[type="checkbox"]:checked+label {
  box-shadow: none;
  color: #fff;
}

.tableArea.LINE-tableArea .LINE-regist__trigger label.btn-sm {
  border-radius: 9px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  box-shadow: none;
  background-color: #fff;
  color: #95a5a6;
  border: 1px solid #95a5a6;
  margin: 0 0 5px 0;
}

.tableArea.LINE-tableArea #apply_trigger {
  flex-wrap: wrap;
  gap: 4px 10px;
  display: flex;
}

.LINE-regist .tableArea.LINE-tableArea .checkArea {
  padding-left: 0;
}

.LINE-regist__rule {
  clear: both;
}

.LINE-regist__rule .checkArea {
  display: flex;
  align-items: flex-start;
}

.LINE-regist__rule input {
  display: inline;
  margin-right: 10px;
  margin-top: 3px;
}

.LINE-tableArea .LINE-regist__rule .checkArea label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
}

.LINE-regist__rule label a {
  color: #333;
  text-decoration: underline;
}

.LINE-regist__submit {
  border: none;
  display: flex;
  justify-content: center;
}

.LINE-regist__submit button {
  height: 45px;
  background: #06C755;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 3px 6px #00000029;
}

.LINE-regist__submit button i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* END: LINE-regist */

/* LINE-term */

.LINE-term {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
  display: none;
}

.LINE-term.open {
  display: block;
}

.LINE-term__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  z-index: 1;
}

.LINE-term__container {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 532px;
  max-height: 90%;
  width: 93.3%;
  max-width: 700px;
  padding: 0 15px 40px;
  color: #000;
  border-radius: 10px;
  z-index: 2;
}

a.LINE-term__close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: #4B4B4B;
  color: #fff;
  border-radius: 50%;
  font-size: 23px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

a.LINE-term__close:hover {
  background: red;
  color: #fff;
}

.LINE-term__header {
  height: 97px;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.LINE-term__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.3;
}


.LINE-term__content {
  height: calc(100% - 97px);
  padding: 0 2px 10px 8px;
  margin-top: 16px;
  border: 1px solid #707070;
}

.LINE-term__inner {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 10px 5px 0;
}

.LINE-term__inner::-webkit-scrollbar {
  width: 5px;
}

.LINE-term__inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 10px;
  background-color: #DFDFDF;
}

.LINE-term__content h3 {
  font-size: 16px;
  margin: 0;
}

.LINE-term__content h4 {
  font-size: 14px;
}

.LINE-term__content p,
.LINE-term__content ol {
  font-size: 12px;
}

@media screen and (min-width: 667px) {
  .LINE-term__container {
    height: 700px;
    padding-bottom: 45px;
  }

  .LINE-term__title {
    font-size: 22px;
  }

  .LINE-term__content h3 {
    font-size: 18px;
  }

  .LINE-term__content h4 {
    font-size: 16px;
  }

  .LINE-term__content p,
  .LINE-term__content ol {
    font-size: 14px;
  }
}

/* END: LINE-term */

/* LINE-tableArea-header */

.LINE-tableArea-header,
.LINE-tableArea-footer {
  text-align: center;
}

.LINE-tableArea-header {
  padding: 15px 10px;
}

.LINE-tableArea-ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.LINE-tableArea-txt {
  font-size: 14px;
}

.LINE-tableArea-desc {
  border: 1px solid #FD9535;
  border-radius: 5px;
  width: 100%;
}

.LINE-tableArea-desc-header {
  background: #FD9535;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.LINE-tableArea-footer {
  padding: 10px;
}

.LINE-tableArea-desc-lnk {
  text-decoration: underline;
  color: #2196F3;
  margin-bottom: 10px;
  display: inline-block;
}

.LINE-tableArea-desc-body {
  padding: 10px;
}

.LINE-tableArea-desc-lnk:hover {
  text-decoration: none;
  color: #2196F3;
  opacity: 0.6;
}

.LINE-tableArea-desc-list {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

.LINE-tableArea-desc-list .LINE-tableArea-desc-item p {
  text-align: left;
}

.LINE-tableArea-desc-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
}

.LINE-tableArea-desc-item p {
  margin: 0;
  width: 33%;
}

.LINE-tableArea-desc-item span {
  display: block;
  width: 67%;
}

.LINE-tableArea-footer {
  margin: 30px 0 15px;
}

.LINE-tableArea-footer-btn {
  border: 1px solid #707070;
  font-size: 16px;
  padding: 8px 52px 8px 30px;
  border-radius: 12px;
  font-weight: bold;
  background: #fff;
  position: relative;
  max-width: 233px;
  width: 100%;
  cursor: pointer;
  outline: none;
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.LINE-tableArea-footer-btn::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  background: url(/images/ico_arrow_back.png) no-repeat;
  background-size: cover;
  transform: translate(0, -50%);
}

.LINE-tableArea-footer-btn:hover {
  opacity: 0.6;
  color: #333;
  text-decoration: none;
}

.LINE-tableArea-footer-txt {
  margin-top: 15px;
  font-size: 12px;
}

.LINE-page {
  width: 100%;
  margin-top: 70px;
  /* @ */
}

.tableArea.LINE-tableArea .LINE-regist__required.LINE-regist__required--empty {
  background: transparent;
}

/* END: LINE-tableArea-header */

@media screen and (min-width: 375px) {
  .LINE-tableArea-desc-item p {
    width: 25%;
    max-width: 75px;
  }

  .LINE-tableArea-desc-item span {
    width: 75%;
  }

  .LINE-tableArea-footer-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 667px) {

  .tableArea.LINE-tableArea {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tableArea.LINE-tableArea dl dt {
    justify-content: flex-end;
  }

  .box .tableArea dl dd {
    padding-left: 45px;
  }

  .tableArea.LINE-tableArea .LINE-regist__name {
    flex-direction: row;
  }

  .tableArea.LINE-tableArea .LINE-regist__name input {
    width: calc(50% - 15px);
  }

  .tableArea.LINE-tableArea .LINE-regist__birthday {
    display: flex;
    justify-content: space-between
  }

  .tableArea.LINE-tableArea .LINE-regist__birthday-item {
    justify-content: left;
    width: calc(33.3% - 7px);
  }

  .tableArea.LINE-tableArea .LINE-regist__zip input,
  .tableArea.LINE-tableArea .LINE-regist__phone input {
    width: calc(50% - 15px);
  }

  .tableArea.LINE-tableArea dl dd .form-control,
  .tableArea.LINE-tableArea .LINE-regist__gender label.btn,
  .tableArea.LINE-tableArea .LINE-regist__birthday select,
  .tableArea.LINE-tableArea .LINE-regist__select {
    margin-bottom: 0;
  }

  .LINE-tableArea-txt br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .LINE-page {
    width: auto;
    min-width: 780px;
  }

  .LINE-tableArea-desc-item p {
    width: 13%;
  }

  .LINE-tableArea-desc-item span {
    width: 87%;
  }

  .tableArea.LINE-tableArea .LINE-regist__select {
    width: calc(50% - 15px);
  }

}

@media screen and (min-width: 992px) {
  .LINE-page {
    width: 970px;
    min-width: initial;
  }
}

@media screen and (min-width: 1200px) {
  .LINE-page {
    width: 1170px;
  }
}

.agree_message_wrap {
  padding: inherit !important;
  font-size: inherit !important;
  color: #333 !important;
}

#apply_form .resume_message {
  clear: both;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  width: 80%;
  margin: 15px auto;
}

#apply_form .resume_wrap p {
  line-height: 1rem;
}

#apply_form.apply_line .option_wrap {
  display: none;
}

#apply_form.apply_line .resume_wrap {
  margin-bottom: 20px;
}

#apply_form.apply_line .resume_wrap .inner_wrap {
  white-space: nowrap;
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
}


#apply_form.apply_line .resume.show {
  display: inline-block !important;
  float: inherit;
  padding: 0px 10px;
  margin: 10px;
}

#apply_form.apply_line .resume_message_wrap {
  padding: 0px 0px;
  margin: 5px;
  float: inherit;
}

#apply_form.apply_line .resume_message .new {
  background-color: #f00;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 2px 10px;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
}

#apply_form.apply_line .resume_message p {
  font-size: 14px;
  line-height: 1.5rem;
  margin: 10px 0 10px;
}

#apply_form .attache_resume.invalid {
  background-color: #eee;
}

#apply_form .resume_wrap p {
  line-height: 2rem !important;
  font-size: 12px;
}

#apply_form.apply_web .resume_message p {
  line-height: 1.5em !important;
}


/* 20230524 suzuki */
#apply_form.apply_web .resume_message.invalid p {
  line-height: 1.5em !important;
}

dt.attach_resume.invalid,
.attach_resume.invalid label {
  color: #ddd;
}

#apply_form.apply_web .resume.show {
  opacity: .8;
}

.sub_footer_wrap hr,
hr.LINE-regist__rule__border {
  background: #eee;
  border: none;
  height: 1px;
  width: 80%;
}

.tableArea.LINE-tableArea input[type="checkbox"]#is_attached_resume:checked+label {
  color: #333;
}

.tableArea.LINE-tableArea input[type="checkbox"]#is_attached_resume {
  margin-left: 0;
}

.accordion-toggle-motives-wrap .error_message {
  color: #FF424A;
  font-size: 12px;
  padding: 3px 0;
}

@media (max-width: 500px) {
  .LINE-regist__title,
  .LINE-regist-head i,
  .LINE-tableArea .LINE-regist__rule .checkArea label,
  .LINE-regist__submit button,
  .LINE-regist__submit button i,
  .LINE-tableArea-desc-header,
  #apply_form.apply_line .resume_wrap .inner_wrap,
  .LINE-tableArea-footer-btn,
  .LINE-tableArea-ttl {
    font-weight: normal;
  }
  
  .tableArea.LINE-tableArea .LINE-regist__birthday span {
    font-weight: 500;
  }
}

header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    top: 0;
    left: 0;
    height: 0;
}

.register_header {
    max-width: 1000px;
    margin-left: 10px;
    height: 65px;
}

.register_header-logo {
    max-width: 148px;
    width: 100%;
    margin-top: 3px;
}

.register_header-logo img {
    width: 100%;
}

.entry-header {
    margin: 0;
}
