@charset "UTF-8";
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
@font-face {
  font-family: "Noto Serif CJK JP";
  src: url("../font/NotoSerifCJK-JP-semibold.otf") format("otf"), url("../font/NotoSerifCJK-JP-semibold.woff") format("woff"), url("../font/NotoSerifCJK-JP-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP.ttf") format("ttf"), url("../font/NotoSansJP.woff") format("woff"), url("../font/NotoSansJP.woff2") format("woff2");
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.login__main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding-top: 80px;
  padding-bottom: 141px;
}
.login__main .c-input-text {
  padding: 9px 19px;
}
.login__main .c-icon-arrow-line {
  padding-right: 18px !important;
  margin-right: -18px;
}

.company .main.login__main,
.master .main.login__main {
  padding-top: 80px;
  padding-bottom: 141px;
}

.login-box {
  max-width: 516px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login__logo {
  max-width: 270px;
  display: block;
  margin: 0 auto 47px;
}

.login__content {
  width: 100%;
  padding: 37px 51px 40px;
  background-color: #ffffff;
}

.login__title {
  margin-bottom: 35px;
  padding-bottom: 38px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.login__title::after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #4072c3 0%, #0bbc93 100%);
  display: block;
  position: absolute;
  bottom: 0;
}

.login__form-group + .login__form-group {
  margin-top: 32px;
}

.login__label {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.login__notice {
  margin-top: 39px;
  font-size: 14px;
  line-height: 1.6;
}

.login__reset-password {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.login__reset-password a {
  color: #4072c3;
  text-decoration: underline;
}
.login__reset-password a:hover {
  text-decoration: none;
  opacity: 1;
}

.login__button {
  margin-top: 56px;
}

.login__text {
  line-height: 1.6;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .login__main {
    padding: 50px 10px;
  }
  .login__logo {
    margin-bottom: 30px;
    max-width: 250px;
  }
  .login__content {
    padding: 30px 20px 30px;
  }
  .login__title {
    margin-bottom: 25px;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .login__form-group + .login__form-group {
    margin-top: 25px;
  }
  .login__notice {
    margin-top: 30px;
    font-size: 13px;
  }
  .login__reset-password {
    font-size: 13px;
  }
  .login__button {
    margin: 40px auto 0;
  }
}
.login__forget-password {
  margin-top: 23px;
  font-size: 14px;
  text-align: right;
}

.login .c-success-message__title {
  font-weight: 700;
}

.login__register-btn-wrapper {
  margin-top: 15px;
}
.login__register-btn-wrapper a {
  text-decoration: none;
}
.login__register-btn-wrapper a:hover {
  border-color: #2d3239;
}

.c-admin-form__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #d6d6d6;
}
.c-admin-form__table--borderless {
  border-top: none;
}
.c-admin-form__table th, .c-admin-form__table td {
  width: 120px;
  padding: 20px 20px;
  text-align: left;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table th, .c-admin-form__table td {
    width: 100%;
    padding: 10px 10px;
    display: block;
  }
}
.c-admin-form__table th {
  width: 165px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table th {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: none;
  }
}
.c-admin-form__table td {
  width: 100%;
  height: 74px;
  font-weight: 700;
  text-align: left;
  word-break: break-all;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
}
.c-admin-form__table td input, .c-admin-form__table td select, .c-admin-form__table td textarea {
  font-weight: 400;
}
.c-admin-form__table td:first-child {
  width: 165px;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table td {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .c-admin-form__table td:first-child {
    width: 100%;
  }
}
.c-admin-form__table .c-input-text {
  width: 100%;
}
.c-admin-form__table .c-input-text--long {
  width: 80%;
}
.c-admin-form__table .c-input-text--middle {
  width: 62.78366112%;
}
.c-admin-form__table .c-input-text--short {
  width: 174px;
}
@media screen and (max-width: 768px) {
  .c-admin-form__table .c-input-text {
    width: 100%;
  }
}
.c-admin-form__table a {
  color: #2d3239;
  text-decoration: underline;
}
.c-admin-form__table a:hover {
  text-decoration: none;
}
.c-admin-form__table--inside {
  border-top: none;
}
.c-admin-form__table--inside th, .c-admin-form__table--inside td {
  height: auto;
  border-bottom: none;
}
.c-admin-form__table--inside td {
  padding: 6px 0;
}

.bottom-line {
  padding-bottom: 70px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .bottom-line {
    padding-bottom: 50px;
  }
}

.second-block {
  margin-top: 62px;
}

.company .c-admin-form__table tr {
  font-size: 16px;
}
.company .c-admin-form__table tr + tr td {
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table tr + tr td {
    padding-top: 28px;
  }
  .company .c-admin-form__table tr + tr td + td {
    padding-top: 0;
  }
}
.company .c-admin-form__table tr:first-of-type td {
  padding-top: 0;
}
.company .c-admin-form__table tr td:first-of-type {
  padding-left: 0;
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  width: clamp(120px, 120px + 30 * (100vw - 768px) / 512, 150px);
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table tr td:first-of-type {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.company .c-admin-form__table tr td:last-of-type {
  padding-right: 0;
}
.company .c-admin-form__table td {
  padding: 5px 5px 24px 0;
  font-size: clamp(14px, 14px + 2 * (100vw - 768px) / 512, 16px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table td {
    padding-bottom: 28px;
  }
}
.company .c-admin-form__table td.align-top {
  vertical-align: top;
}
.company .c-admin-form__table td.padding-adjustment {
  padding-top: 28px;
}
.company .c-admin-form__table .c-input-text {
  border: 1px solid #b2b2b2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.company .c-admin-form__table .c-textarea {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.company .c-admin-form__table .c-textarea--l {
  min-height: 140px;
}
.company .c-admin-form__table .c-admin-form__table--inside tr:last-of-type td {
  padding-bottom: 0;
}
.company .c-admin-form__table .c-admin-form__table--inside td {
  padding: 5px 5px 10px 0;
  height: auto;
}
.company .c-admin-form__table .c-admin-form__table--inside td:first-of-type {
  width: 144px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .company .c-admin-form__table.c-admin-form__table--inside {
    position: relative;
  }
  .company .c-admin-form__table.c-admin-form__table--inside::before {
    content: "";
    background-color: #e6e6e6;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company .c-admin-form__table.c-admin-form__table--inside tr th,
  .company .c-admin-form__table.c-admin-form__table--inside tr td {
    padding-left: 19px;
  }
}
.company .c-input-text {
  padding: 9px 19px;
}
.company .c-radio-group {
  display: flex;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .company .c-radio-group {
    flex-direction: column;
    gap: 5px;
  }
}

.c-admin-form__submit-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-admin-form__submit-box.c-admin-form__submit-box {
  flex-direction: column;
  align-items: center;
}
.c-admin-form__submit-box.c-admin-form__submit-box .c-icon-info {
  margin-bottom: 20px;
}
.c-admin-form__submit-box.c-admin-form__submit-box .c-form-note {
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
}

.c-submit-btns {
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-submit-btns {
    flex-direction: column;
    gap: 10px;
  }
}

.mypage .c-submit-btns {
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .mypage .c-submit-btns {
    gap: 10px;
  }
}

.c-btn-submit {
  max-width: 413px;
  width: 100%;
  min-height: 56px;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s;
  position: relative;
}

.mypage .c-btn-submit {
  min-height: 60px;
}

.master .c-btn-submit {
  max-width: 359px;
  min-height: 60px;
}

.c-btn-submit--submit {
  background-color: #4072c3;
}
.c-btn-submit--submit:hover {
  color: #4072c3;
  border-color: #4072c3;
  background-color: #ffffff;
}
.c-btn-submit--submit:hover .c-icon-arrow-line::after {
  border-top-color: #4072c3;
  border-right-color: #4072c3;
}

.c-btn-submit--danger {
  background-color: #c34040;
}
.c-btn-submit--danger:hover {
  color: #c34040;
  border-color: #c34040;
  background-color: #ffffff;
}
.c-btn-submit--danger:hover .c-icon-arrow-line::after {
  border-top-color: #c34040;
  border-right-color: #c34040;
}

.c-btn-submit--draft {
  background-color: #676c74;
}
.c-btn-submit--draft:hover {
  color: #676c74;
  border-color: #676c74;
  background-color: #ffffff;
}
.c-btn-submit--draft:hover .c-icon-arrow-line::after {
  border-top-color: #676c74;
  border-right-color: #676c74;
}

.c-btn-submit--login {
  text-decoration: none;
  background-color: #2d3239;
}
.c-btn-submit--login .c-btn-inner {
  padding: 0 37px;
}
.c-btn-submit--login:hover {
  color: #2d3239;
  border-color: #2d3239;
  background-color: #ffffff;
}
.c-btn-submit--login:hover .c-icon-arrow-line::after {
  border-top-color: #2d3239;
  border-right-color: #2d3239;
}

.register.applicant_verified .c-btn-submit--login .c-btn-inner {
  padding: 0 18px 0 0;
  margin-right: 0;
}

.register.company_verified .c-btn-submit--login .c-btn-inner {
  padding: 0 18px 0 0;
  margin-right: 0;
}

.company .c-btn-submit {
  max-width: 359px;
  min-height: 60px;
}

.c-btn-submit--danger.is-disabled,
.c-admin-form.is-readonly .c-btn-submit--danger,
#generate-text-btn.is-disabled,
#regenerate-text-btn.is-disabled {
  background-color: #bdbdbd;
  color: #ffffff;
  border-color: transparent;
  pointer-events: none;
  opacity: 0.9;
}

.c-btn-submit--cancel {
  text-decoration: none;
  background-color: #a0a0a0;
}
.c-btn-submit--cancel:hover {
  color: #a0a0a0;
  border-color: #a0a0a0;
  background-color: #ffffff;
}
.c-btn-submit--cancel:hover svg line {
  fill: #a0a0a0;
  stroke: #a0a0a0;
}

.c-btn-submit.is-loading {
  color: #ffffff;
  background-color: #a0a0a0;
  pointer-events: none;
  opacity: 0.9;
}
.c-btn-submit.is-loading .c-icon-arrow-line::after {
  display: none;
}
.c-btn-submit.is-loading .c-loading-spinner {
  display: inline-flex;
}

.c-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.c-admin-form.is-readonly input,
.c-admin-form.is-readonly textarea,
.c-admin-form.is-readonly select {
  background-color: #f2f2f2;
  color: #555;
  pointer-events: none;
  opacity: 1;
}

.company .c-form-error {
  display: none;
}
.company .c-image-preview {
  display: none;
}
.company .c-image-preview.is-active {
  margin-top: 15px;
  display: block;
}

.c-form-error-global {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #d32f2f;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  max-width: 400px;
  font-size: 14px;
}

.c-form-error-global:empty {
  display: none;
}

.c-definition-list__desc .c-select {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.c-salary .c-salary__item {
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-salary .c-salary__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-salary .c-salary__item__head {
  width: 50px;
  margin-right: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-salary .c-salary__item__head {
    margin-bottom: 10px;
  }
}
.c-salary .c-salary__item__body {
  flex: 1;
}
.c-salary .c-salary__item__body .c-input-text:first-child {
  margin-left: 0;
}
.c-salary .c-select {
  font-weight: 700;
}
.c-salary .c-input-text {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-salary .c-input-text {
    width: 80%;
    margin: 0;
  }
}
.c-salary .hr {
  margin: 20px 0;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .c-salary .hr {
    margin: 10px 0;
  }
}

.c-select {
  font-weight: 700;
}
.c-select[name=category_id] {
  width: 62.78366112%;
}
@media screen and (max-width: 768px) {
  .c-select[name=category_id] {
    width: 100%;
  }
}

.c-selected-tags {
  margin-top: 40px;
  padding: 20px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .c-selected-tags {
    padding: 10px;
  }
}
.c-selected-tags__title {
  font-size: 14px;
  font-weight: 700;
}

.c-generate-text {
  margin: 30px 0 53px;
  display: flex;
  justify-content: center;
}
.c-generate-text .c-btn-add {
  width: auto;
  max-width: 230px;
  flex: 1;
  transition: 0.3s;
  position: relative;
}
.c-generate-text .c-btn-add:hover {
  opacity: 0.7;
}
.c-generate-text .c-loading-spinner {
  right: 10px;
}
.c-generate-text .c-icon-spinner {
  display: inline-block;
}

.c-generated-text-area {
  padding: 30px 40px 30px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .c-generated-text-area {
    padding: 20px 15px 20px;
  }
}
.c-generated-text-area .c-input-text {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.c-generated-text-area .hr {
  margin: 20px 0;
  border-top: 1px solid #d6d6d6;
}
.c-generated-text__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.c-generated-text__title--line {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}
.c-generated-text__item__head {
  margin-bottom: 15px;
}
.c-generated-text__item__foot {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-generated-text__item__foot .c-reset-link {
  color: #4072c3;
  font-size: 12px;
  text-decoration: underline;
}
.c-generated-text__item__foot .c-reset-link:hover {
  text-decoration: none;
}
.c-generated-text__item__foot .c-char-count {
  margin-top: 0;
}

.c-edit-shop-info {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.c-preview-link {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
.c-preview-link a {
  padding-right: 20px;
  color: #4072c3;
  text-decoration: underline;
  position: relative;
}
.c-preview-link a:hover {
  text-decoration: none;
}
.c-preview-link a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-top: 2px solid #4072c3;
  border-right: 2px solid #4072c3;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .c-company-statuses .c-radio-label {
    width: 47%;
    display: inline-block;
  }
}

.c-status-selector-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .c-status-selector-box {
    margin-bottom: 25px;
  }
}

.c-select-wrapper {
  position: relative;
}

.c-select-overlay {
  padding: 0 16px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  overflow: hidden;
  pointer-events: none;
}
.c-select-overlay--has-space-left {
  width: calc(100% - 40px);
}
.c-select-overlay__text {
  color: #999;
}
.c-select-overlay__shop {
  color: #333;
  flex-shrink: 0;
}
.c-select-overlay__icon {
  width: 14px;
  height: 18.7px;
  margin: 0 5px 0 35px;
  flex-shrink: 0;
  vertical-align: middle;
}
.c-select-overlay__address {
  color: #999ba3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.master .c-admin-form__table tr:nth-child(1) td:last-child,
.master .c-admin-form__table tr:nth-child(2) td:last-child,
.master .c-admin-form__table tr:nth-child(3) td:last-child,
.master .c-admin-form__table tr:nth-child(4) td:last-child {
  padding: 20px 0;
}

.master .c-admin-form__table tr:first-child th {
  padding: 20px 60px 30px 20px;
}

.master .c-admin-form__table tr:nth-child(1) td:last-child,
.master .c-admin-form__table tr:nth-child(2) td:last-child,
.master .c-admin-form__table tr:nth-child(3) td:last-child,
.master .c-admin-form__table tr:nth-child(4) td:last-child {
  padding: 20px 0;
}

#tagForm .c-admin-form__table td {
  height: auto;
  font-weight: normal;
}

.master .c-admin-form__table tr:first-child th {
  padding: 20px 60px 30px 20px;
}

.c-admin-form__sectionTitle {
  margin-bottom: 30px;
}

.register .c-admin-form__sectionTitle th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 20px;
  background-color: #ededed;
  border-bottom: none;
}

.register .c-admin-form__table td {
  display: block;
  padding: 0;
  border-bottom: none;
  height: auto;
}

.register .c-admin-form__partsTitle {
  padding-top: 24px !important;
  padding-bottom: 10px !important;
  white-space: nowrap;
}

.register.applicant .c-admin-form__partsTitle.--sizeL {
  font-size: 16px;
}

.register .c-admin-form__partsTitle.flex {
  padding-top: 10px !important;
}

.c-admin-form__accent {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #c34040;
  padding: 3px 4px;
  border: 1px solid #c34040;
  vertical-align: middle;
}

.c-admin-form__sub {
  margin-left: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #aaaaaa;
  padding: 3px 4px;
  border: 1px solid #aaaaaa;
  vertical-align: middle;
}

.c-admin-form__flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-admin-form__flex {
    gap: 10px;
  }
}

.register .date-of-birth-box {
  display: flex;
  gap: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 16px);
}
@media screen and (max-width: 768px) {
  .register .date-of-birth-box {
    gap: 5px;
  }
}

.register .u-short-input.--birth_year {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .register .u-short-input.--birth_year {
    max-width: 110px;
    padding: 8px 35px 8px 8px !important;
  }
}

.register .u-short-input {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .register .u-short-input {
    max-width: 80px;
  }
}

.register .c-admin-form__table.c-admin-form__table--inside tr td:first-of-type {
  width: 132px;
  white-space: nowrap;
}

.register .c-admin-form__table.c-admin-form__table--inside tr td .c-input-text.u-short-input {
  width: 100% !important;
  max-width: 190px !important;
  padding: 9px 19px;
}

.register .c-admin-form__table.c-admin-form__table--inside tr td {
  padding-left: 23px !important;
  padding-bottom: 10px;
}

.register.applicant_confirm .c-admin-form__table.c-admin-form__table--inside tr td {
  padding-left: 23px !important;
  padding-bottom: 10px;
}

.register.applicant .c-admin-form__table.c-admin-form__table--inside tr td .c-select.p-region-id {
  width: 100%;
  max-width: 174px;
}

.register #address_1,
#address_2 {
  padding: 8px 40px 8px 19px;
}

.company.profile #address_1,
#address_2 {
  padding: 8px 19px;
  min-height: 0;
}

.register .c-admin-form__table.c-admin-form__table--inside::before {
  content: "";
  background-color: #e6e6e6;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.register .c-admin-form__table.c-admin-form__table--inside {
  position: relative;
}

.register.applicant .c-admin-form__table .qualification-item {
  width: 100%;
  display: flex;
  gap: 10px;
}

.register .c-admin-form__table .qualification-item + .qualification-item {
  margin-top: 14px;
}

.register.applicant .c-admin-form__table .qualification-item:first-of-type .btn-delete {
  visibility: hidden;
}

.register.applicant .add-qualification-btn {
  margin-top: 13px;
  font-weight: 400;
}

.register.applicant .blue-plus-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #4072c3;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 4px;
}

.register.applicant .blue-plus-btn::before,
.register.applicant .blue-plus-btn::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.register.applicant .blue-plus-btn::before {
  width: 8px;
  height: 1px;
}

.register.applicant .blue-plus-btn::after {
  width: 1px;
  height: 8px;
}

.register.applicant .date-of-birth-box .arrow-adjustment-box {
  margin: 0;
}

.register.applicant .arrow-adjustment-box #experience_category {
  max-width: 130px;
}

.register.applicant .career-list {
  display: flex;
  gap: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 13px);
}

.register.applicant .career-list + .career-list {
  margin-top: 14px;
}

.register.applicant .arrow-adjustment-box.career {
  margin: 0;
  display: inline-block;
  flex-shrink: 0;
}

.register.applicant .career-list .qualification-item {
  width: 100%;
}

.register .c-admin-form__text {
  display: block !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: normal;
}

.register.applicant_confirm .c-admin-form__text,
.company_confirm .c-admin-form__text {
  margin-top: 0;
}

.register .c-admin-form__text.note {
  margin-top: 18px;
}

.register.applicant_confirm .c-admin-form__text {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.register.company_confirm .c-admin-form__text {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.register .login__title {
  margin-bottom: 38px;
}

.register .c-admin-form__sectionTitle#user th {
  margin-top: 30px;
}

.register.applicant .formAddress .c-admin-form__partsTitle {
  padding-bottom: 20px !important;
}

.register.applicant_confirm .formAddress .c-admin-form__partsTitle {
  padding-bottom: 20px !important;
}

.register .formAddress .c-admin-form__table--inside tr:first-child td:first-child {
  margin-top: -5px;
}

.register .c-admin-form__table--inside tr > td:nth-of-type(2) {
  padding-bottom: 18px;
}

.register.applicant .formAddress__last {
  padding-bottom: 0 !important;
}

.register.company .c-admin-form__table tr + tr td {
  padding-top: 0;
}

.register .login__button {
  margin-top: 0;
}

.register .careers-list {
  width: 100%;
}
.register .career-item {
  width: 100%;
  display: flex;
  gap: clamp(12px, 12px + 4 * (100vw - 768px) / 512, 16px);
}
.register .career-item input {
  padding-top: 8px;
  padding-bottom: 8px;
}
.register .career-item + .career-item {
  margin-top: 10px;
}
.register .career-item:first-of-type .btn-delete {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .register .career-item {
    flex-direction: column;
    gap: 5px;
  }
}
.register .c-image-preview {
  display: none;
}
.register .c-image-preview.is-active {
  margin-top: 15px;
  display: inline-flex;
}

.c-input-text__disabled {
  display: block;
  padding: 9px 19px !important;
  width: 100%;
  border: 1px solid #b2b2b2;
  background-color: #f2f2f2;
  pointer-events: none;
}

.register .c-admin-form__submit-box {
  margin-top: 52px;
}

.register .c-success-message__text + .c-success-message__text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .register .c-btn-submit {
    padding: clamp(5px, 2vw, 10px) clamp(10px, 5vw, 20px);
  }
}

@media screen and (max-width: 768px) {
  .register .c-btn-submit--login .c-btn-inner {
    padding: 0 clamp(15px, 6vw, 37px);
  }
}

@media screen and (max-width: 768px) {
  .register .login__main .c-icon-arrow-line {
    margin-right: 0;
  }
}

.register.applicant_confirm .c-admin-form__table .c-input-text,
.company_confirm .c-admin-form__table .c-input-text {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register.applicant_confirm .u-short-input,
.company_confirm .u-short-input {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register.applicant_confirm .c-textarea,
.company_confirm .c-textarea {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register.applicant_confirm .c-select,
.company_confirm .c-select {
  background-color: #f2f2f2;
  pointer-events: none;
}

.register .formAddress .c-admin-form__table--inside #prefecture_id {
  width: 100% !important;
  max-width: 190px !important;
}

.register .formAddress .arrow-adjustment-box {
  width: fit-content;
  margin: 0;
}

.register .arrow-adjustment-box {
  position: relative;
}

.register .arrow-adjustment-box::after {
  content: "";
  background: url(../img/common/ico_arrow-down.svg) no-repeat center/contain;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .register .arrow-adjustment-box::after {
    right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .register.applicant .arrow-adjustment-box .c-select {
    padding: 8px 15px 8px 8px;
  }
}

.placeholderText {
  color: #b2b2b2;
}

.c-password-attention {
  font-size: 13px !important;
  font-weight: normal !important;
  padding-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .register.applicant .date-of-birth-box .arrow-adjustment-box:first-child {
    max-width: 94px;
  }
}

@media screen and (max-width: 768px) {
  .register.applicant .date-of-birth-box .arrow-adjustment-box:first-child {
    max-width: 110px;
  }
}

.register .c-btn.submit-notice__btn {
  max-width: 413px;
  width: 100%;
  margin-top: 15px;
  padding: 16px 10px;
  font-size: 16px;
  text-decoration: none;
}
.register .c-btn.submit-notice__btn .c-btn-text::before {
  right: auto;
  left: -15px;
  transform: rotate(-180deg);
}

.c-input-text::placeholder,
.c-textarea::placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.c-input-text::-webkit-input-placeholder,
.c-textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}

.c-input-text:-ms-input-placeholder,
.c-textarea:-ms-input-placeholder {
  color: #b2b2b2;
}

.c-input-text::-ms-input-placeholder,
.c-textarea::-ms-input-placeholder {
  color: #b2b2b2;
}

.c-input-text {
  width: 100%;
  min-height: 40px;
  padding: 8px 19px;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
.c-input-text--short {
  width: 175px;
}

.c-input-text--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}

.c-input-text--password {
  padding-right: 5em;
}

.c-textarea {
  width: 100%;
  min-height: 92px;
  padding: 8px 19px;
  font-size: 16px;
  font-family: inherit;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  resize: vertical;
}

.c-textarea--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}

.c-select-wrap {
  position: relative;
}
.c-select-wrap::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #2d3239;
  border-bottom: 1px solid #2d3239;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.c-select {
  width: 100%;
  min-height: 40px;
  padding: 8px 40px 8px 19px;
  font-size: 16px;
  border: 1px solid #b2b2b2;
  background-color: #ffffff;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolyline points='1,1 5,5 9,1' fill='none' stroke='%232d3239' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 19px) center;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  appearance: none;
  outline: none;
}

.c-select--simple {
  border: none;
  border-bottom: 1px solid #2d3239;
  padding: 4px 10px 4px 5px;
  min-height: auto;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolyline points='1,1 5,5 9,1' fill='none' stroke='%232d3239' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 100% center;
  background-size: 10px 6px;
  background-repeat: no-repeat;
}

.c-select--disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  cursor: not-allowed;
}

.c-select-overlay--birth-year {
  width: calc(100% - 35px);
  padding: 0 8px;
  color: #b2b2b2;
  font-weight: 400;
  background: white;
  display: flex;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  cursor: pointer;
  pointer-events: none;
}

.c-form-group {
  margin-bottom: 16px;
}

.c-form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.c-form-error {
  margin-top: 7px;
  color: #d32f2f;
  font-size: 14px;
  font-weight: 400;
  display: none;
  grid-column: 1/-1;
  width: 100%;
}
.c-form-error::before {
  content: "!";
  width: 15px;
  height: 15px;
  margin-right: 4px;
  color: #ffffff;
  font-size: 11px;
  border-radius: 50%;
  background-color: #c34040;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-1px);
}
.c-form-error.show, .c-form-error[style*="display: block"] {
  display: block;
}

.mypage .c-form-label {
  font-weight: 700;
}

.c-password-group {
  position: relative;
}
.c-password-group .c-input-toggle {
  width: 70px;
  padding-left: 23px;
  color: #a0a0a0;
  font-size: 14px;
  text-align: left;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 19px;
}
.c-password-group .c-input-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/img/common/ico_password_toggle.png) no-repeat top/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-password-group .c-input-toggle[aria-pressed=true]::after {
  background-position: bottom;
}

.c-select-box {
  width: 100%;
  min-height: 40px;
  padding: 8px 19px;
  font-size: 14px;
  background-color: #ffffff;
  appearance: none;
}
.c-select-box-wrapper {
  width: 62.78366112%;
  border: 1px solid #b2b2b2;
  position: relative;
}
.c-select-box-wrapper::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #2d3239;
  border-bottom: 1px solid #2d3239;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.c-checkbox {
  display: none;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  position: relative;
}
.c-checkbox-label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.c-checkbox-label::before, .c-checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-checkbox-label::before {
  display: block;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  left: 0;
}
.c-checkbox-label::after {
  display: none;
  width: 5px;
  height: 10px;
  border-right: 2px solid #4072c3;
  border-bottom: 2px solid #4072c3;
  transform: translateY(-60%) rotate(45deg);
  left: 7px;
}
.c-checkbox-label + .c-checkbox + .c-checkbox-label {
  margin-left: 40px;
}
.c-checkbox:checked + .c-checkbox-label::after {
  display: block;
}
.c-checkbox:disabled + .c-checkbox-label {
  cursor: not-allowed;
  opacity: 0.5;
}

.c-checkbox-label--boxed {
  padding: 10px 5px 10px 34px;
  width: 200px;
  border: 1px solid #b2b2b2;
  display: flex;
  align-items: center;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  position: relative;
}
.c-checkbox-label--boxed::after {
  display: none !important;
}
.c-checkbox-label--boxed::before {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-top: 2px solid #4072c3;
  border-right: 2px solid #4072c3;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: 15px;
  top: 50%;
}

.c-checkbox:checked + .c-checkbox-label--boxed {
  color: #4072c3;
  border-color: #4072c3;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}

.c-checkbox-boxed-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.c-checkbox-boxed-list > div {
  display: flex;
}

.c-radio {
  display: none;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  position: relative;
}
.c-radio-label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.c-radio-label::before, .c-radio-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-radio-label::before {
  display: block;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  left: 0;
}
.c-radio-label::after {
  display: none;
  background: #4072c3;
  left: 5px;
}
.c-radio-label + .c-radio + .c-radio-label {
  margin-left: 40px;
}
.c-radio:checked + .c-radio-label::after {
  display: block;
}
.c-radio:disabled + .c-radio-label {
  cursor: not-allowed;
  opacity: 0.5;
}

.company .c-radio-label + .c-radio + .c-radio-label {
  margin-left: clamp(20px, 20px + 13 * (100vw - 768px) / 512, 33px);
}
@media screen and (max-width: 768px) {
  .company .c-radio-label + .c-radio + .c-radio-label {
    margin-left: 0;
  }
}

.c-radio-grid,
.c-checkbox-grid {
  display: grid;
  gap: 16px 20px;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}
.c-radio-grid--col-1,
.c-checkbox-grid--col-1 {
  grid-template-columns: 1fr;
}
.c-radio-grid--col-2,
.c-checkbox-grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-radio-grid--col-3,
.c-checkbox-grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-radio-grid--col-4,
.c-checkbox-grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-radio-grid--col-5,
.c-checkbox-grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-radio-grid--col-6,
.c-checkbox-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .c-radio-grid,
  .c-checkbox-grid {
    grid-template-columns: 1fr !important;
  }
}
.c-radio-grid__item,
.c-checkbox-grid__item {
  display: flex;
  align-items: center;
  margin: 0;
}
.c-radio-grid__item .c-radio-label,
.c-radio-grid__item .c-checkbox-label,
.c-checkbox-grid__item .c-radio-label,
.c-checkbox-grid__item .c-checkbox-label {
  margin-left: 0;
}
.c-radio-grid__item .c-radio-label + .c-radio + .c-radio-label, .c-radio-grid__item .c-radio-label + .c-radio + .c-checkbox-label, .c-radio-grid__item .c-radio-label + .c-checkbox + .c-radio-label, .c-radio-grid__item .c-radio-label + .c-checkbox + .c-checkbox-label,
.c-radio-grid__item .c-checkbox-label + .c-radio + .c-radio-label,
.c-radio-grid__item .c-checkbox-label + .c-radio + .c-checkbox-label,
.c-radio-grid__item .c-checkbox-label + .c-checkbox + .c-radio-label,
.c-radio-grid__item .c-checkbox-label + .c-checkbox + .c-checkbox-label,
.c-checkbox-grid__item .c-radio-label + .c-radio + .c-radio-label,
.c-checkbox-grid__item .c-radio-label + .c-radio + .c-checkbox-label,
.c-checkbox-grid__item .c-radio-label + .c-checkbox + .c-radio-label,
.c-checkbox-grid__item .c-radio-label + .c-checkbox + .c-checkbox-label,
.c-checkbox-grid__item .c-checkbox-label + .c-radio + .c-radio-label,
.c-checkbox-grid__item .c-checkbox-label + .c-radio + .c-checkbox-label,
.c-checkbox-grid__item .c-checkbox-label + .c-checkbox + .c-radio-label,
.c-checkbox-grid__item .c-checkbox-label + .c-checkbox + .c-checkbox-label {
  margin-left: 0;
}

.c-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid #b2b2b2;
  background-color: #fff;
  color: #2d3239;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.c-upload-btn:hover {
  opacity: 0.7;
}
.c-upload-btn .c-icon-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
}
.c-upload-btn input[type=file] {
  display: none;
}

.company .c-upload-btn {
  flex-direction: row-reverse;
  border: 1px solid #b2b2b2;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
  min-width: 217px;
  padding: 10px 24px;
}

.c-image-upload .c-image-upload__note {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71428571;
}

.company .c-image-upload .c-image-upload__note {
  font-size: 11px;
}
.company .c-image-upload .c-image-upload__note.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.company.shop .c-image-upload .c-image-upload__note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .company.shop .c-image-upload .c-image-upload__note {
    font-size: 13px;
  }
}

.c-image-preview {
  margin-top: 20px;
}
.c-image-preview .c-image-item {
  padding: 25px;
  border: 4px solid #e8e9ea;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .c-image-preview .c-image-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-image-preview .c-image-item + .c-image-item {
  margin-top: 15px;
}
.c-image-preview .c-handle {
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-image-preview .c-handle {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}
.c-image-preview .c-image-item__head {
  aspect-ratio: 80/106;
  width: 80px;
  max-height: 106px;
  margin-right: 20px;
}
.c-image-preview .c-image-item__head img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 106px;
  object-fit: contain;
}
.c-image-preview .c-image-item__body {
  color: #2d3239;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-image-preview .c-image-item__body {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-image-preview .btn-delete {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.c-image-preview .marked-for-deletion {
  position: relative;
}
.c-image-preview .marked-for-deletion .delete-pending-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.c-image-preview .marked-for-deletion .btn-undo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.c-image-preview .marked-for-deletion .btn-undo .btn-icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .c-image-preview .marked-for-deletion .btn-undo {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.company .c-image-preview .c-image-item {
  min-height: 140px;
}
.company .c-image-preview .c-image-item__head {
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .company .c-image-preview .c-image-item__head {
    max-width: 160px;
    margin: 0;
  }
}

.company.shop .c-image-preview .c-image-item .c-image-item__head {
  aspect-ratio: 90/90;
  min-width: 90px;
  max-height: 90px;
}

@media screen and (max-width: 768px) {
  .company.jobs .c-image-preview.is-active .c-image-item {
    gap: 20px;
  }
}
.company.jobs .c-image-preview .c-image-item__head {
  min-width: 148px;
  aspect-ratio: 148/90;
}
.company.jobs .c-image-preview .c-image-item__head img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .company.jobs .c-image-preview .c-image-item__head {
    width: 148px;
    margin-left: 30px;
    min-width: 0;
  }
}
@media (max-width: 320px) {
  .company.jobs .c-image-preview .c-image-item__head {
    max-width: 148px;
    width: auto;
  }
}

.c-char-count {
  color: #999ba3;
  font-size: 14px;
  font-weight: 400;
}

.c-address-with-pin {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.c-address-with-pin__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 19px;
  margin-top: 2px;
}
.c-address-with-pin__icon svg {
  width: 100%;
  height: 100%;
}
.c-address-with-pin__text {
  flex: 1;
  color: #2d3239;
}

.profile .c-address-with-pin {
  margin-bottom: 14px;
}

.is-disabled {
  background-color: #f2f2f2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.register .c-password-group .c-input-toggle {
  width: 63px;
  padding-left: 23px;
}

.register .c-select:not(#prefecture_id) {
  background-image: none;
}

.register.applicant_confirm .c-radio-label {
  pointer-events: none;
}

.mypage .profile .c-select {
  min-height: 44px;
}

.register .c-radio-label + .c-radio + .c-radio-label {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .register .c-radio-label + .c-radio + .c-radio-label {
    margin-left: 4vw;
  }
}

.register .c-radio-label {
  font-weight: normal;
}
.register .c-image-preview .c-image-item {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .register .c-image-preview .c-image-item__head {
    margin: 0;
  }
}

.c-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.c-btn-wrapper--column {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-btn-wrapper--column-sp {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .company.applicants .c-btn-wrapper--column-sp {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .master.categories .c-modal__footer .c-btn-wrapper--column-sp {
    flex-direction: column-reverse;
  }
}

.c-btn {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 10px;
  background: #2d3239;
  border: 2px solid #2d3239;
  max-width: 240px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  transition: 0.3s;
  z-index: 10;
}
.c-btn:hover {
  background: #ffffff;
  color: #2d3239;
  opacity: 1;
}
.c-btn:hover .c-btn-text::before {
  background: #2d3239;
}
.c-btn .c-btn-text {
  position: relative;
}
.c-btn .c-btn-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 6.5px;
  height: 11.5px;
  background-color: #ffffff;
  mask-image: url(../img/common/ico_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn.--dark {
  font-size: 20px;
  background-color: #2d3239;
  border: 2px solid #2d3239;
  max-width: 304px;
}
@media screen and (max-width: 768px) {
  .c-btn.--dark {
    max-width: 315px;
  }
}
.c-btn.--dark:hover {
  background: #ffffff;
  color: #2d3239;
  opacity: 1;
}
.c-btn.--dark:hover .c-btn-text::after {
  background: #2d3239;
}
.c-btn.--dark .c-btn-text::before {
  width: 9px;
  height: 16px;
  right: -33px;
}
.c-btn.--pink {
  font-size: 20px;
  background-color: #f00b5a;
  border: 2px solid #f00b5a;
  max-width: 304px;
}
@media screen and (max-width: 768px) {
  .c-btn.--pink {
    max-width: 315px;
  }
}
.c-btn.--pink:hover {
  background: #ffffff;
  color: #f00b5a;
  opacity: 1;
}
.c-btn.--pink:hover .c-btn-text::before {
  background: #f00b5a;
}
.c-btn.--pink .c-btn-text::before {
  width: 9px;
  height: 16px;
  right: -33px;
}
.c-btn.--gray {
  font-size: 20px;
  background-color: #747474;
  border: 2px solid #747474;
}
.c-btn.--gray:hover {
  background: #ffffff;
  color: #747474;
  opacity: 1;
}
.c-btn.--gray:hover .c-btn-text::before {
  background: #747474;
}
.c-btn.--gradient {
  background: linear-gradient(90deg, #3a79c5 0%, #10a4d1 50%, #0cb99a 100%);
  border: none;
  z-index: 0;
}
.c-btn.--gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #3a79c5 0%, #3a79c5 50%, #3a79c5 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.c-btn.--gradient:hover {
  color: #ffffff;
}
.c-btn.--gradient:hover::after {
  opacity: 1;
}
.c-btn.--gradient:hover .c-btn-text::before {
  background-color: #ffffff;
}
.c-btn.--orange {
  background: #f07d0b;
  border: 2px solid #f07d0b;
}
.c-btn.--orange:hover {
  background: #ffffff;
  color: #f07d0b;
  opacity: 1;
}
.c-btn.--orange:hover .c-btn-text::before {
  background: #f07d0b;
}
.c-btn.--search .c-btn-text {
  padding-left: 14px;
  transition: 0.3s;
}
.c-btn.--search .c-btn-text::before {
  width: 18px;
  height: 18px;
  left: -15px;
  right: auto;
  mask-image: url(../img/common/ico_search.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_search.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.c-btn.--white {
  background-color: #ffffff;
  border: 1px solid #999ba3;
  color: #2d3239;
}
.c-btn.--favorite .c-btn-text {
  padding-left: 24px;
  margin-right: 0;
}
.c-btn.--favorite .c-btn-text::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -1px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #d8d8d8;
  mask-image: url(../img/common/ico_fav-star.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_fav-star.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn.--favorite .c-btn-text.js-active::before {
  border: 9px solid #eddb02;
}
.c-btn.--favorite:hover .c-btn-text {
  position: relative;
}
.c-btn.--favorite:hover .c-btn-text::before {
  animation: rotate 0.7s ease-in-out both;
}
.c-btn.--yellow {
  background-color: #ffd72e;
  border: none;
}
.c-btn.--yellow::after {
  content: "";
  background: #ffd72e;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.c-btn.--yellow::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.c-btn.--yellow:hover::after {
  opacity: 0.6;
}
.c-btn.--yellow .c-btn-text {
  padding-right: 8px;
  color: #2d3239;
}
.c-btn.--yellow .c-btn-text::before {
  width: 8px;
  height: 14px;
  right: -30px;
  background-color: #2d3239;
}
.c-btn.for-shops-top-message-btn {
  max-width: 440px;
  min-height: 80px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn.for-shops-top-message-btn {
    max-width: 315px;
    min-height: 68px;
    bottom: -34px;
  }
  .c-btn.for-shops-top-message-btn .c-btn-text {
    padding-right: 15px;
  }
  .c-btn.for-shops-top-message-btn .c-btn-text::before {
    right: -22.5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .c-btn.for-shops-top-message-btn {
    max-width: 84vw;
  }
  .c-btn.for-shops-top-message-btn .c-btn-text::before {
    right: -4.5px;
  }
}

@keyframes rotate {
  0% {
    transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: translateY(-50%) rotate(7deg) translate3d(0, 0, 0);
  }
  50% {
    transform: translateY(-50%) rotate(-7deg) translate3d(0, 0, 0);
  }
  75% {
    transform: translateY(-50%) rotate(3deg) translate3d(0, 0, 0);
  }
  100% {
    transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
  }
}
.c-btn-primary {
  max-width: 413px;
  width: 100%;
  min-height: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.3s;
}

.c-btn-primary--submit {
  background-color: #f07d0b;
}
.c-btn-primary--submit:hover {
  color: #f07d0b;
  border-color: #f07d0b;
  background-color: #ffffff;
}
.c-btn-primary--submit:hover .c-icon-arrow-line::after {
  border-top-color: #f07d0b;
  border-right-color: #f07d0b;
}

.c-btn-primary--delete {
  background-color: #c34040;
}
.c-btn-primary--delete:hover {
  color: #c34040;
  border-color: #c34040;
  background-color: #ffffff;
}
.c-btn-primary--delete:hover .c-icon-arrow-line::after {
  border-top-color: #c34040;
  border-right-color: #c34040;
}

.company .c-icon-arrow-line {
  padding-right: 0;
}

.c-btn-inner {
  position: relative;
}

.c-btn-inner--full {
  width: 100%;
  text-align: center;
  display: block;
}

.c-btn-order {
  width: 13.28125vw;
  max-width: 200px;
  min-height: 40px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-order .c-icon-svg {
  margin-right: 5px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .c-btn-order {
    width: auto;
    max-width: none;
  }
}

.master .c-btn-order {
  padding: 7px 10px;
  min-width: 153px;
}

.c-btn-add {
  width: 13.28125vw;
  max-width: 200px;
  min-height: 40px;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #4072c3;
  border: 1px solid #4072c3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn-add svg {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .c-btn-add {
    width: auto;
    max-width: none;
  }
}

.company .c-btn-add {
  padding: 7px 10px;
}
@media screen and (max-width: 768px) {
  .company .c-btn-add {
    width: 170px;
  }
}

.master .c-btn-add {
  padding: 7px 10px;
  min-width: 153px;
}

/* 並び替えモード時に追加ボタンを非活性化 */
.reorder-mode .c-btn-add {
  pointer-events: none;
  border-color: #a0a0a0;
  background-color: #a0a0a0;
  cursor: not-allowed;
}

.c-text--cancel-order {
  color: #2d3239;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  display: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-text--cancel-order:hover {
  opacity: 1;
  text-decoration: none;
}

.c-btn--duplicate {
  min-width: 170px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  transition: 0.3s;
}
.c-btn--duplicate .c-icon-svg {
  margin-right: 8px;
  display: inline-flex;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-btn--duplicate {
    width: auto;
    min-width: 145px;
    padding: 10px 5px;
  }
}
.c-btn--duplicate svg path {
  transition: 0.3s;
}
.c-btn--duplicate:hover {
  color: #ffffff;
  background-color: #b2b2b2;
}
.c-btn--duplicate:hover svg path {
  fill: #ffffff;
  stroke: #ffffff;
}

.c-btn-top-company-dashboard {
  width: 100%;
  min-height: 54px;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2d3239;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #2d3239;
  transition: 0.3s;
}
.c-btn-top-company-dashboard svg {
  margin: 0 6px 2px 0;
  display: inline-flex;
  vertical-align: middle;
}
.c-btn-top-company-dashboard svg path {
  stroke: #2d3239;
  fill: none;
}
.c-btn-top-company-dashboard:hover {
  color: #ffffff;
  background-color: #2d3239;
}
.c-btn-top-company-dashboard:hover svg {
  margin: 0 6px 2px 0;
  display: inline-flex;
  vertical-align: middle;
}
.c-btn-top-company-dashboard:hover svg path {
  stroke: #ffffff;
  fill: none;
}

body.company.login {
  background-color: #f7f7f7;
}

body.mypage.login {
  background-color: #f7f7f7;
}

body.master.login {
  background-color: #f7f7f7;
}

body.register-applicant {
  background-color: #f7f7f7;
}/*# sourceMappingURL=login.css.map */