@charset "UTF-8";

.registMemberResumeSection{
  padding-right: .1rem;
  padding-left: .1rem;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  margin-top: 0.3rem;
}

.registMemberResume__layout{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem 0.16rem;
  padding: .1rem 0 .17rem;
}

.registMemberResume__text{
  border-top: 0.1px solid transparent;
  line-height: 1.5;
  color: var(--category-rirekisho);
  font-size: 0.13rem;
  font-weight: 700;
  text-align: center;
}

.registMemberResume__layout .buttonA {
  width: auto;
}

.-flexCenter {
  display: flex !important;
  align-items: center !important;
}

/* ========================================
   必須マーク
======================================== */
.required {
  color: red;
  padding-left: 0.1rem;
}

/* ========================================
   次へボタンの活性/非活性
======================================== */
button[disabled],
button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}


/* ========================================
   ラベルとフォーム
======================================== */
.-linkTextColor {
  color: #627069 !important;
}
.-paddingTopSmall {
  padding-top: 0.1rem;
}

.-paddingBottomSmall {
  padding-bottom: 0.1rem;
}

.-noPaddingLeft {
  padding-left: 0 !important;
}

.-noMarginTop {
  margin-top: 0 !important;
}

.-marginTopMiddle {
  margin-top: 0.24rem;
}

.-marginTopLarge{
  margin-top: 0.6rem;
}

.-marginBottomMiddle {
  margin-bottom: 0.24rem;
}

.-marginRightSmall {
  margin-right: 0.1rem;
}

.-fontSizeLarger {
  font-size: larger !important;
}

.labelWithIcon {
  display: inline-flex !important;
  align-items: center;
}

.input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
.select,
textarea,
.textarea {
  background-color: #ffffff !important;
}

/* select ↓矢印のデザイン */
.selectWrap::after {
  background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202.13672L8%207.86399L14%202.13672%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M2%202.13672L8%207.86399L14%202.13672%22%20stroke%3D%22%238C8C8D%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') no-repeat center center !important;
  background-size: 0.16rem auto !important;
  border-left: none !important;
}

/* 下線削除 */
.formBlock__note {
  border-bottom: none !important;
}

/* 下線付きテキスト表示用 */
.displayText {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 8px;
  min-height: 24px;
}

.formBlock__item:not(.accordion) + * {
  border-top: none !important;
}

.formBlock__plainNote {
  color: var(--gray);
  width: 100%;
  padding-top: 0.1rem;
}

/* ========================================
   経験業種
======================================== */
.industryGroup__label {
  font-weight: bold; /* 太字に */
  margin-top: 20px; /* 上の要素との間隔を広げる */
  margin-bottom: 8px; /* 下の子要素との間隔 */
}

.industryGroup:first-child .industryGroup__label {
  margin-top: 0; /* 最初のグループラベルは上マージン不要 */
}

.industrySelector {
  display: flex;
  background: white;
}

.industrySelector__navItem {
  display: block;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-bottom: 1px solid #DDDDDD;
  background: #F0F0F0;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.industrySelector__navItem.-active {
  background: #17A462;
  color: white;
  font-weight: bold;
}

.industrySelector__content {
  flex: 1;
  border: 1px solid #EAEAEA;
}

.industrySelector__panel,
.expServiceSelector__panel {
  padding: 0 0.1rem;
}

.industrySelector__panel .inputBlock {
  border: none;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.industrySelector__panel .inputBlock:last-child {
  border-bottom: none;
}

.industrySelector__panel .inputBlock:hover {
  background-color: #f9f9f9;
}

.industrySelector__panel .inputBlock label {
  margin-left: 12px;
  cursor: pointer;
  color: #00a878;
  flex: 1;
}

/* チェック時のボーダー色変更を無効化 */
.section .formBlock.-noCheckBorder .inputBlock:has(input:checked),
.section .industrySelector .inputBlock:has(input:checked),
.section .expServiceSelector__panel .inputBlock:has(input:checked) {
  border-color: #EAEAEA !important;
}

/* ========================================
   経験職種
======================================== */
.industrySelector__content {
  min-height: auto;
}

.expServiceSelector__panel {
  min-height: auto;
}

.expServiceSelector__panel .inputBlock {
  border: none;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 56px;
  align-items: center;
}

.expServiceSelector__panel .inputWrap:last-child .inputBlock {
  border-bottom: none !important;
}


.jobExperienceItem {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}

.jobExperienceItem__name label {
  font-weight: 400;
}

.jobExperienceItem__yearSelect {
  padding-left: 24px;
}

.jobExperienceItem__yearLabel {
  font-size: 14px;
  color: #666;
}

.jobExperienceItem__yearSelect .select {
  width: 200px;
}

/* 業種選択用（横並び・既存） */
.expServiceSelector__panel .inputBlock {
  border: none;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 56px;
  display: flex;
  align-items: center;
}

.expServiceSelector__panel .inputElements {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}

.expServiceSelector__panel .selectWrap {
  padding-left: 24px;
}
.expServiceSelector__panel .inputElements .selectWrap .select{
  margin-left: 0;
}

.industrySelector__subText {
  font-weight: normal;
}

/* バッジ */
.categoryBadge {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #17A462;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  padding-top: 4px !important;
  padding-right: 0.5px !important;
}

/* アクティブなタブのバッジ */
.industrySelector__navItem.-active .categoryBadge {
  background: white;
  color: #17A462;
}

/* チェック時のボーダー色変更を無効化 */
.inputElements.inputBlock.jobSelectBlock:has(input:checked) {
  border-color: inherit !important;
}


/* ========================================
   希望職種
======================================== */
/* 経験職種ページ（.jobSelectBlock）以外に適用 */
.expServiceSelector__panel .inputBlock:not(.jobSelectBlock) {
  display: flex;
  align-items: center;  /* 縦方向中央 */
}

/* labelもflexboxに */
.expServiceSelector__panel .inputBlock:not(.jobSelectBlock) label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

/* チェックボックスの疑似要素の位置をリセット */
.expServiceSelector__panel .inputBlock:not(.jobSelectBlock) label::before {
  top: 0 !important;  /* -0.02remを0にリセット */
  margin-right: 0.1rem;
  flex-shrink: 0;
}

.expServiceSelector__panel .inputBlock:not(.jobSelectBlock) label::after {
  position: absolute;
  left: 0.07rem;  /* チェックマークの位置調整 */
  top: 0.07rem;
}

/* ========================================
   画面下部にボタンを固定したいとき
======================================== */
.stickyButtonWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.stickyButtonWrap .buttonBlock.-spCol {
  flex-direction: column;
  width: 100% !important;
}

/* ========================================
   職務内容サンプルモーダル
======================================== */
.careerDetailTemplate {
  display: none;
  margin-top: 20px;
  padding: 15px;
  border-radius: 4px;
  min-height: 100px;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-line;
}

/* ========================================
   トースト通知
======================================== */

.toastNotification {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: slideDown 0.3s ease-out;
}

.toastNotification__icon {
  width: 24px;
  height: 24px;
  background: #17A462;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toastNotification__icon span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.toastNotification__message {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.modal-career-template {
  position: relative;
}

.modal-career-template .modal__close {
  border: none !important;
  margin: 0 !important;
}

/* ========================================
   基本情報登録後のモーダル
======================================== */
.afterRegistBase{
  position: fixed;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  width: 84.8%;
  height: auto;
  max-width: 600px;
  padding: 2.1em 1em 1.5em;
  background: #fff;
  border-radius: 10px;
  z-index: 999999;
}
.afterRegistBase__title{
  position: relative;
  padding-top: 2.3em;
  font-size: .24rem;
  font-weight: 700;
  margin-bottom: .7em;
  text-align: center;
}
.afterRegistBase__title span{
  display: inline-block;
}
.afterRegistBase__title::before{
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: .35rem;
  height: .35rem;
  background: url('../img/success.png') no-repeat 100% 100% / contain;
}
.afterRegistBase__list{
  padding-bottom: .9em;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #E5E5E5;
}
.afterRegistBase__list li{
position: relative;
  padding-left: 2em;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: .6em;
}
.afterRegistBase__list li::before{
  content: '';
  position: absolute;
  top: .075em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background: url('../img/check.png') no-repeat 100% 100% /contain;

}
.afterRegistBase__text{
  margin-bottom: 2em;
}
.afterRegistBase__text > *{
  line-height: 160%;
  font-size: 1.18em;
}
.afterRegistBase__info{
  position: relative;
  display: inline-block;
  padding: 0 1.3em;
  font-size: .13rem;
  text-align: center;
}
.afterRegistBase__info-pos{
  text-align: center;
  margin-bottom: .6em;
}
.afterRegistBase__info::before,
.afterRegistBase__info::after{
  content: '';
  position: absolute;
  bottom: 50%;
  width: .11rem;
  height: .009rem;
  background: #000;
}
.afterRegistBase__info::before{
  left: 0;
  transform: translateY(50%) rotate(60deg);
}
.afterRegistBase__info::after{
  right: 0;
  transform: translateY(50%) rotate(-60deg);
}
.afterRegistBase__button{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.afterRegistBase__button > .buttonA{
  display: block;
}
.afterRegistBase__button > .buttonA > span{
  display: block;
}
.afterRegistBase__button > *:first-child{
  margin-bottom: 1em;
}
.afterRegistBase__link{
  display: inline-block;
  padding: 0.16rem 0.1rem 0.15rem;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .15em;
  color: #627069;
}
.afterRegistBase__overlay{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  z-index: 99999;
}

/* ========================================
    ビジネススキル
======================================== */
.businessSkillForm__items{
    display: grid;
    gap: 1.6em;
}

.-icon-plus-white span::before{
    background: url(../img/icon_plus_white.png) no-repeat 100% 100% / contain;
}

.businessSkillPickup{
    padding-right: 1em;
    padding-left: 1em;
    background: #F7F7F7;
}
.businessSkillPickup__block{
    padding-top: 2em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #ddd;
}
.businessSkillPickup__title{
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 1.6em;
    line-height: 1;
}

.businessSkillPickup__title::before{
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
    width: 1.1em;
    height: 1.1em;
    background: url(../img/icon_star.png) no-repeat 100% 100% / contain;
}

.businessSkillPickup__items{
    display: flex;
    flex-wrap: wrap;
    gap: .6em;
}
.businessSkillPickup__button{
    padding: .45em .65em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    flex-shrink: 1;
}

.businessSkillPickup__modalButtonBlock{
    text-align: center;
}
.businessSkillPickup__modalButton{
    display: inline-block;
    padding: 1.6em;
}
.businessSkillPickup__modalButton span{
    display: inline-block;
    padding-bottom: 0.05em;
    color: #627069;
    border-bottom: 1px solid;
    font-size: .15rem;
    font-weight: 700;
    line-height: 1;
}

/* ========================================
   ビジネススキルのモーダル
======================================== */
.businessSkillSamples{
    display: none;
    position: fixed;
    right: 50%;
    bottom: 50%;
    transform: translateX(50%) translateY(50%);
    width: 84.8%;
    height: auto;
    max-height: 98%;
    max-width: 900px;
    padding: 2.1em 1em .7em;
    background: #fff;
    border-radius: 10px;
    z-index: 999999;
}
.businessSkillSamples__title{
    position: relative;
    padding-top: 2.3em;
    font-size: .24rem;
    font-weight: 700;
    margin-bottom: .7em;
    text-align: center;
}
.businessSkillSamples__title span{
    display: inline-block;
}
.businessSkillSamples__title::before{
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: .35rem;
    height: .35rem;
    background: url('../img/icon_puzzle_piece.png') no-repeat 100% 100% / contain;
}

.businessSkillSamples__closeMark{
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    font-size: .23rem;
    padding: .4em .6em;
    text-decoration: none;
    line-height: 1;
}

.businessSkillSamples__info{
    position: relative;
    display: inline-block;
    padding: 0 1.3em;
    font-size: .13rem;
    text-align: center;
}

.businessSkillSamples__info::before,
.businessSkillSamples__info::after{
    content: '';
    position: absolute;
    bottom: 50%;
    width: .11rem;
    height: .009rem;
    background: #000;
}
.businessSkillSamples__info::before{
    left: 0;
    transform: translateY(50%) rotate(60deg);
}
.businessSkillSamples__info::after{
    right: 0;
    transform: translateY(50%) rotate(-60deg);
}
.businessSkillSamples__button{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.businessSkillSamples__button > .buttonA{
    display: block;
}
.businessSkillSamples__button > .buttonA > span{
    display: block;
}

.businessSkillSamples__buttonClose{
    display: inline-block;
    padding: 0.16rem 0.1rem 0.15rem;
    font-size: 0.18rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .15em;
    color: #627069;
}

.businessSkillSamples__overlay{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 99999;
    cursor: pointer;
}

.businessSkillSamples__select{
    margin-bottom: 1em;
}
.businessSkillSamples__itemsBlock{
    display: none;
    height: 297px;
    margin-bottom: 2em;
    overflow-y: auto;
}
.businessSkillSamples__itemsBlock.-active{
    display: block;
}
.businessSkillSamples__items{
    display: flex;
    flex-wrap: wrap;
    gap: .6em;
    padding-bottom: 1.5em;
}

.businessSkillSampleItem__button{
    position: relative;
}

.businessSkillSampleItem__button label{
    position: relative;
    display: flex;
    flex-shrink: 1;
    padding: .55em .75em .5em 2.5em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: .14rem;
    font-weight: 500;
}

.businessSkillSampleItem__button label::before{
    content: '';
    position: absolute;
    left: .7em;
    bottom: 50%;
    transform: translateY(50%);
    width: 1.4em;
    height: 1.4em;
    background: url(../img/icon_check_simple_gray.png) no-repeat 100% 100% / contain;
}

.businessSkillSampleItem__button input:checked+label{
    background: #17A462;
    border-color: #17A462;
    color: #fff;
}

.businessSkillSampleItem__button input:checked+label::before{
    background: url(../img/icon_check_simple_white.png) no-repeat 100% 100% / contain;
}

.businessSkillSampleItem__button input{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    background: transparent;
    z-index: 1;
    cursor: pointer;
}
.businessSkillSampleItem__button input:focus-visible+label{
    border-color: #000;
}
.businessSkillSampleButton__putButton{
    text-align: center;
}
.businessSkillSampleButton__putButton span{
    padding-left: 0;
}
.businessSkillSampleButton__putButton span::before{
    background: none;
}

.businessSkillSampleButtonBlock{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
.businessSkillSampleButtonBlock > *:first-child{
    margin-bottom: .5em;
}

.businessSkillSampleButton__closeButton{
    display: inline-block;
    padding: 1.6em;
}
.businessSkillSampleButton__closeButton span{
    display: inline-block;
    padding-bottom: 0.05em;
    color: #627069;
    border-bottom: 1px solid;
    font-size: .18rem;
    font-weight: 700;
    line-height: 1;
}

/* PC（768px以上） */
@media screen and (min-width: 768px){
  .industryList {
    flex-direction: column;
    gap: 20px;
  }

  .afterRegistBase{
    padding: 2em;
  }

  .afterRegistBase__link,
  .afterRegistBase__button > .buttonA{
    font-size: 0.18rem;
    font-weight: 700;
    padding: 0.11rem 0.1rem 0.1rem;
  }

  .formBlock.-widePc {
    width: 8.4rem;
  }

    .businessSkillSamples{
        padding: 2em;
    }

    .businessSkillSamples__buttonClose
    .businessSkillSamples__button > .buttonA{
        font-size: 0.18rem;
        font-weight: 700;
        padding: 0.11rem 0.1rem 0.1rem;
    }

}
/* SP（767px以下） */
@media screen and (max-width: 767px){
  .-spNoPaddingLeft{
    padding-left: 0 !important;
  }

  .-spMarginTopMiddle{
    margin-top: 0.2rem;
  }

  .registMemberResume__text {
    font-size: 0.12rem;
  }

  .radioGroupCenter {
    margin-left: 0 !important;
  }

  .stickyButtonWrap {
    padding: 15px;
  }

  .industrySelector {
    flex-direction: row;
  }
  
  .industrySelector__nav {
    width: 120px;
    min-width: 120px;
  }
  
  .industrySelector__navItem {
    line-height: 1.4;
  }
  
  .industrySelector__content {
    flex: 1;
  }

  .industrySelector__panel .inputBlock {
    padding: 5px 0;
    min-height: 48px;
  }
  
  .industrySelector__panel .inputBlock label {
    font-size: 14px;
    margin-left: 10px;
  }

  .regJobDetailModalContents__inner{
    padding: 1em;
  }

  .customCheckboxStyle .inputBlock .input.-checkbox + label::before {
    top: 0;
    margin: 0 0.1rem 0 0;
  }
  .customCheckboxStyle .inputBlock .input.-checkbox + label::after {
    border: none !important;
  }

  /* バッジ */
  .categoryBadge {
    padding-top: 2px !important;
    padding-right: 0.5px !important;
  }

  /* タップ領域を広げるだけ */
  .checkAll {
    cursor: pointer;
    padding: 10px;
    margin: -10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0.1);
    user-select: none;
  }

  .input.-checkbox {
    cursor: pointer;
  }
}