body{
  color: #fff;
}
main{
  max-width: 800px;
  margin: auto;
}
.btn{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-icon{
  width: 32px;
}
.img-icon-xs{
  width: 24px;
}
.sns-img-btn{
  width: 38px;
  height: 38px;
  padding: 1px 2px 2px 2px;
  cursor: pointer;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.fw-semibold{
  font-weight: 500;
}
input, textarea{
  outline: none;
  transition: 0.5s;
}
input:focus, textarea:focus{
  box-shadow: 0 0 0 1px var(--bs-primary);
}
a:hover{
  opacity: 0.7;
}
td,th{
  vertical-align: middle;
}
.pointer{
  cursor: pointer;
}
.shadow-mt{
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}
.shadow-ln{
  box-shadow: 0 0 0 1px #55555527, 0 1px 2px #55555527;
}
.shadow-in{
  box-shadow:1px 1px 2px 2px #ccc inset;
}
.helptext{
  color: white;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.lh-15{
  line-height: 1.5;
}
.lh-20{
  line-height: 2;
}
.font-10{
  font-size: 10px;
}
.font-12{
  font-size: 12px;
}
.font-13{
  font-size: 13px;
}
.font-14{
  font-size: 14px;
}
.font-15{
  font-size: 15px;
}
.font-16{
  font-size: 16px;
}
.font-17{
  font-size: 17px;
}
.font-18{
  font-size: 18px;
}
.font-19{
  font-size: 19px;
}
.font-20{
  font-size: 20px;
}
.font-21{
  font-size: 21px;
}
.font-22{
  font-size: 22px;
}
.font-24{
  font-size: 24px;
}
.font-28{
  font-size: 28px;
}
.font-32{
  font-size: 32px;
}
.font-40{
  font-size: 40px;
}

.input-text{
  line-height: 1.5;
  padding: 4px 20px 8px 20px;
  color: var(--bs-dark);
  border: 1px solid var(--bs-secondary);
  width: 100%;
}
.input-select{
  line-height: 1.5;
  padding: 4px 20px 8px 20px;
  color: var(--bs-dark);
  border: 1px solid var(--bs-secondary);
  width: 100%;
}
.input-md{
  width: 420px;
  max-width: 100%;
}
.input-sm{
  width: 300px;
  max-width: 100%;
}
.input-xs{
  width: 180px;
  max-width: 100%;
}
.input-text-sm{
  line-height: 1.5;
  padding: 6px;
  color: var(--bs-dark);
  background-color: var(--bs-light);
  border: 1px solid var(--bs-secondary);
  width: 300px;
  max-width: 100%;
}
.input-search-wrapper {
  display: inline-block;
  position: relative;
}
.input-search-wrapper .in-button{
  position: absolute;
  top: 1px;
  right: 6px;
  cursor: pointer;
  border: none;
  background: none;
  color: var(--bs-dark);
  font-size: 1rem;
  transition: 0.5s;
}

.input-search-wrapper input:focus {
  outline: 0;
  box-shadow: 0 0 5px #e1e1e1, 0 0 10px #e1e1e1, 0 0 15px #e1e1e1;
}

.input-search-wrapper button:hover {
  color: #4eadb8;
  transform: scale(1.2);
}

.user-icon{
  width: 24px;
  height: 24px;
  border-radius: 20px;
}
.main-bg{
  overflow-y: scroll;
  padding: 12px;
}
.main-bg-primary{
  background: var(--bs-primary-gradient);
}
.bg-clear{
  background: rgba(198, 227, 243, 0.34);
}
.bg-darkblue{
  background-color: #015B7B;
}

/* TOP */

.parts-wrapper{
  padding: 12px 0;
  text-align: center;
  margin: 0 auto 16px;
  width: calc(100% - 10px);
}
.parts-wrapper .header{
  margin-bottom: 8px;
}
.parts-wrapper .header .title{
  font-size: 14px;
  margin: 0;
}
.parts-wrapper .main .news-line{
  margin-bottom: 5px;
  display: flex;
  justify-content: start;
  gap: 5px;
}
.parts-wrapper .main .news-line span{
  display: inline-block;
  width: 72px;
  font-size: 12px;
}
.parts-wrapper .main .news-line p{
  flex: 1;
  font-size: 13px;
  margin-bottom: 0;
  text-align: start;
}

.parts-wrapper .main .text-highlight{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.parts-wrapper .main .email{
  font-size: 16px;
  margin-bottom: 0;
}
.parts-wrapper .main .email a{ 
  color: #fff;
}

.bg-cleardark{
  background: rgba(0, 0, 0, 0.3);
}

/* スキル表示エリア(using absolute primarily) */
.skill-wrapper {
  height: 100%;
  position: relative;
  margin-bottom: 12px;
}
.skill-wrapper > div {
  background: url(/static/assets/img/v2/skill-bg_2.png) no-repeat, center;
  background-size: cover;
}
.skill-history-wrapper {
  background: url(/static/assets/img/v2/skill-history-bg.png) no-repeat, center;
  background-size: 100% 100%;  
}
.parts-rank {
  width: 100%;
  top: 0;
  padding: 8px 0 15px;
}
.parts-rank > div:not(.rank-wrapper) {
  height: 100%;
}
/* .parts-rank {} */
.rank-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img-rank-wrapper{
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.img-rank{
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 3px solid #57EEFF;
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
}
.rank-title-wrapper{
  flex: 1;
  text-align: end;
  padding-right: 12px;
}
.rank-title-wrapper .rank-position{
  line-height: 44px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.rank-title-wrapper hr{
  margin-top: 0;
  margin-bottom: 0;
}
.rank-text-wrapper{
  display: flex;
  align-items: center;
  justify-content: end;
}
.rank-text-wrapper .rank-text{
  font-size: 16px;
  margin-bottom: 0;
}
.rank-text-wrapper .rank-number{
  font-size: 44px;
  font-weight: bold;
  margin-left: 16px;
  line-height: 1;
}

.progress-container {
  width: 100%;
  background-color: #ddd;
  border-radius: 10px;
  padding: 3px;
}

.progress-bar {
  width: 0;
  height: 9px; /* プログレスバーの高さ */
  background: linear-gradient(180deg, #E35B3E 0%, #E3AB3E 100%);
  text-align: center; /* テキストを中央揃えに */
  line-height: 9px; /* テキストの行の高さをバーの高さに合わせる */
  color: white; /* テキストの色 */
  border-radius: 10px;
}

.parts-progress{
  position: absolute;
  width: 100%;
  top: 480px;
  padding: 0 8px;
}

.btn-highlight {
  color: #fff;
  background: linear-gradient(180deg, #E35B3E 0%, #E3AB3E 100%);
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.btn-highlight:hover {
  color: #fff;
  background: linear-gradient(180deg, #f83e34 0%, #E3AB3E 100%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.btn-check:focus + .btn-highlight, .btn-highlight:focus {
  color: #fff;
  background: linear-gradient(180deg, #f83e34 0%, #E3AB3E 100%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* おすすめスキル設定モーダル */
.recommended-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.recommended-modal-content {
  position: relative;
  border-radius: 8px;
  padding: 20px;
  width: 80%;
  text-align: center;
  color: white;
  z-index: 105;
}

.recommended-modal-content p {
  font-size: 1em;
  margin-bottom: 1.5em;
}

.recommended-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 1.2em;
  cursor: pointer;
}

.recommended-modal-button {
  display: block;
  background-color: yellow;
  color: black;
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}

/* スキルチェック */
.skillcheck-wrapper > .header{
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 8px 0;
}
.skillcheck-wrapper > .header > span{
  font-size: 18px;
  display: block;
}
.skillcheck-wrapper > .header > .back,.skillcheck-wrapper > .header > .next{
  width: 80px;
}
.skillcheck-wrapper > .main{
  padding: 0 8px;
}
.skillcheck-wrapper > .main > .header{
  margin-bottom: 40px;
}
.skillcheck-wrapper > .main > .header > .progressText{
  text-align: center;
  font-size: 20px;
}
.skillcheck-wrapper .question-wrapper > .question-text{
  padding-top: 8px;
}
.skillcheck-wrapper code{
  background-color: antiquewhite;
  color: #333;
  padding: 3px;
  border-radius: 4px;
}
.skillcheck-wrapper pre code{
  padding: 0;
  border-radius: initial;
  background-color: transparent; 
  color: #fff;
}
.skillcheck-wrapper pre{
  border-radius: 8px;
  background-color: #353535;
  padding: 8px;
}
.answer-text p{
  margin-bottom: 0;
  line-height: 1.5;
}

/* component */
.answer-list-wrapper{
  margin-bottom: 40px;
}
.answer-list{
  padding: 0;
}
.answer-list > .answer-list-block{
  display: block;
  background-color: #00000030;
  border-radius: 8px;
  margin-bottom: 8px;
}
.answer-list > .answer-list-block > .answer-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
}
.answer-list-block.active{
  border: 1px solid white;
}
.answer-list-block.active .select-icon-svg{
  fill: white;
}
.answer-list > .answer-list-block > .answer-wrapper > .answer-text{
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 15px;
}
.answer-list > .answer-list-block > .answer-wrapper > .answer-text > .index-a{
  margin-right: 8px;
}
.skillcheck-wrapper .main .submit-area{
  text-align: center;
}

.label1{
  display: block;
  text-align: left;
}
.label1 > span{
  padding: 0 4px;
  font-size: 12px;
  color: var(--bs-dark);
}

.login-form-wrapper{
  max-width: 440px;
  padding: 16px;
  margin: auto;
}
.login-form .login-form-body{
  margin-bottom: 48px;
}
.login-form .login-form-title{
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.login-form .login-form-parts{
  width: 100%;
  margin-bottom: 16px;
}
.login-form .login-form-parts input,.login-form .login-form-parts select{
  padding: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-dark);
  border: 1px solid var(--bs-secondary);
  border-radius: 4px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-wrapper{
  position: absolute;
  right: 0;
  width: 75%;
  background: white;
  z-index: 100;
}
.nav-item{
  padding: 6px 0;
}
.icon{
  font-size: 15px;
}
.nav-item .nav-link .title{
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
}
.cover-bg{
  background-color: #015B7B;
}
.error-message{
  display: block;
  border-radius: 4px;
  padding: 8px;
}

/* 過去の成績 */
.skill-history-wrapper{
  height: 457px;
  position: relative;
  margin-bottom: 12px;
}
.skill-history-wrapper .parts-rank {
  height: calc(100% - 23px);
}
.skill-header{
  text-align: center;
  margin-bottom: 24px;
}
.calendar-title{
  font-family: 'Squares Bold';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
.skill-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.skill-header-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.btn-change.active{
  cursor: pointer;
}
.truncated-text.truncated{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  max-width: 0;
}
.truncated-text:hover{
  background-color: #e5e5e52d;
  cursor: pointer;
}

/* 保有スキル一覧 */
.skills-wrapper{
  padding: 24px 16px;
}
.skills-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.skills-block .skill-title-wrapper .skill-title{
  font-size: 18px;
  margin-bottom: 0;
}
.skills-block .skill-badge-wrapper{
  flex: 1;
  text-align: end;
}
.skill-badge-wrapper .skill-badge{
  width: 27px;
  height: 35px;
  margin-right: 8px;
}

/* 求人一覧/詳細 */
/* --- Components --- */

/* Card No.1 for mobile UI */
.card-custom > .header{
  padding: 0 16px;
}
.card-custom > .header > .header-title{
  margin-bottom: 0;
  color: white;
  font-size: 15px;
  font-weight: 500;
}
.card-custom > .main{
  padding: 0 16px;
}
.card-custom2{
  box-shadow: 0 0 0 1px #DADAE160, 0 1px 2px #DADAE160;
  background-color: #fff;
  margin-bottom: 24px;
  border-radius: 4px;
}
.card-custom2 > .header{
  padding: 12px 16px;
}
.card-custom2 > .header > .header-title{
  margin-bottom: 0;
  font-family: 'Murecho';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #015B7B;
}
.card-custom2 > .main{
  padding: 0 16px;
}
.card-custom2 > .main .highlight-zone{
  margin-bottom: 12px;
}
.card-custom2 > .main .highlight-zone .highlight-title{
  color: #F00;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.card-custom2 > .main .highlight-zone .tags-wrapper > .tag{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-right: 8px;
}
.badge-zone .badge{
  padding: 2px 8px 4px 8px;
  border: none;
  border-radius: 4px;
  margin: 0 8px 8px 0;
  color: #015B7B;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.badge-zone .badge.badge-primary{
  background-color: #E9F2F3;
}
.text-zone{
  margin-bottom: 12px;
}
.text-zone .text{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  white-space: pre-line;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-zone .detialtext{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  white-space: pre-line;
}

.flag-zone{
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  margin-bottom: 12px;
}
.flag-zone .secondary{
  width: 40px;
}
.flag-zone .secondary .label{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.flag-zone .primary{
  flex: 1;
}
.flag-zone .flag-title{
  display: inline-block;
  padding: 2px 4px;
  border: 1.5px solid #13B3C5;
  border-radius: 4px;
  font-family: 'Murecho';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #13B3C5;
  margin: 0 8px 8px 0;
}
.card-custom2 > .footer{
  padding: 12px;
  background: #F3F3F3;
}

.submit-zone{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submit-zone > .submit-block:first-child{
  padding-right: 8px;
  width: 50%;
}
.submit-zone > .submit-block:last-child{
  padding-left: 8px;
  width: 50%;
}

.title-zone{
  padding-top: 8px;
}
.title-zone .title{
  color: #1E1E43;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.title-zone.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-zone.flex .title{
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.job-body-wrapper{
  padding-top: 8px;
}
.job-body-wrapper .title{
  color: #1E1E43;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.job-body-wrapper p{
  color: #1E1E43;
  padding-left: 16px;
}


.datalist-zone .datalist{
  display: block;
}
.datalist-zone .datalist dl{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.datalist-zone .datalist dt{
  width: 81px;
  padding: 9px 8px;
  color: #353535;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: rgba(218, 218, 225, 0.20);
  border-right: 6px solid #DADAE1;
}
.datalist-zone .datalist dd{
  padding: 9px 8px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  flex: 1;
  margin-bottom: 0;
}

.btn-icon{
  width: 72px;
  padding: 4px 8px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #00A0BB;
  background: #FFF;
}
.btn-icon.active{
  background-color: #D2F9FF;
  border: 1px solid transparent;
}
.btn-icon > .icon{
  color: #00A0BB;
  font-size: 24px;
}
.btn-icon > .title{
  display: block;
  color: #00A0BB;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
}
.joblist-wrapper{
  margin-bottom: 16px;
}
.joblist-block .joblist-title{
  color: #707070;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}
.joblist-block .joblist-job{
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.joblist-block .joblist-job .primary{
  width: 100%;
  flex: 1;
}
.joblist-block .joblist-job .secondary{
  width: 44px;
  text-align: center;
}
.joblist-main-primary .joblist-job .dot{
  color: #008198;
}
.joblist-main-secondary .joblist-job .dot{
  color: #EEE820;
}
.joblist-highlightbtn{
  cursor: initial !important;
  width: 100%;
  padding: 2px;
  border: none;
  border-radius: 16px;
  background-color: #FFE8E8;
  color: #E35B3E;
  font-size: 14px;
}
.joblist-btn{
  width: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 16px;
  background-color: #E0F7FA;
  color: #008198;
  text-align: start;
  font-size: 14px;
  font-weight: 700;
}
.joblist-main{
  height: 400px;
  overflow-y: scroll;
  padding-right: 16px;
  margin-bottom: 48px;
}
.joblist-main-primary .joblist-btn{
  background-color: #E0F7FA;
  color: #008198;
}
.joblist-main-secondary .joblist-btn{
  background-color: #FFFED2;
  color: #707070;
}
.joblist-contents{
  padding: 12px 16px 16px 16px;
  border-radius: 16px;
  border: 1px solid #8897AD;
}
.joblist-contents > .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.joblist-contents > .header > .lead{
  display: inline-block;
  margin-bottom: 0;
  color: var(--bs-danger);
  font-size: 18px;
  font-weight: 700;
}
.joblist-contents > .header > .address{
  color: #494949;
  font-size: 13px;
}
.joblist-contents > .main > .title{
  margin-bottom: 4px;
  color: #494949;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.joblist-contents > .main > .text{
  margin-bottom: 0;
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.joblist-footer{
  margin-bottom: 32px;
}
.joblist-btn-primary-lg{
  width: 100%;
  padding: 16px;
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: var(--bs-primary); 
  box-shadow: 0 0 0 1px #55555527, 0 1px 2px #55555527;
}
.joblist_pagenation {
  margin-block: 36px 0;
}
.btn-zone{
  text-align: end;
  display: flex;
  justify-content: end;
  align-items: center;
}
.select-label-xs{
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}
.select-xs{
  width: 160px;
  height: 40px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: none;
  outline: 0;
  box-shadow: 0 0 0 1px #a8a8a827, 0 1px 2px #a2a2a227;
  background-color: #f8f8f9;
}
.search-wrapper{
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-wrapper .btn-zone{
  text-align: start;
  width: 33%;
  display: block;
  /* margin: 0 8px 8px 0; */
}
.search-wrapper .btn-zone select {
  max-width: 90%;
}
.search-wrapper .btn-zone .select-label-xs{
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  margin-right: 0;
}
.search-wrapper .filter-btn{
  border-radius: 20px;
  border: 1px solid gray;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: white;
  color: #353535;
  padding: 8px 16px;
  font-size: 12px;
}
.search-wrapper .filter-btn:focus,.search-wrapper .filter-btn:hover{
  color: #015B7B;
}
.search-wrapper .filter-btn svg{
  margin-right: 4px;
}

.icon-input{
  position: relative;
  width: 100%;
}
.icon-input > .input-xs {
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  height: 48px;
  outline: 0;
  border: none;
  background-color: #fff;
  color: #015B7B;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  appearance: none;
  line-height: 1.2;
  border-radius: 4px;
}
.icon-input > .input-xs::placeholder{
  color: #939393;
  text-decoration: underline;
}
.icon-input > .icon-input-xs {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  content: '';
  transition: .3s;
}
.icon-input > .input-xs:focus {
  border: 1px solid #015B7B;
  box-shadow: 0 0 3px #015B7B;
}
.icon-input > .icon-input-xs {
  color: #015B7B;
}
.job-list-wrapper .input-zone{
  padding: 16px;
  background: #015B7B;
}
.job-bg-primary{
  background: linear-gradient(8.76deg, #004B54 -4.27%, #0081B8 99.38%, #038C9B 99.38%);
}
.btn-outline-darkblue {
  color: #015B7B;
  background-color: #fff;
  border-color: #015B7B;
}
.btn-outline-darkblue:hover,.btn-outline-darkblue:focus, .btn-outline-darkblue.active {
  color: #fff;
  background-color: #015B7B;
  border-color: #015B7B;
}
.btn2{
  height: 42px;
}
.btn2 svg{
  margin-bottom: 2px;
}

/* job detail */
.job-detail-wrapper{
  padding-bottom: 80px;
}
.job-detail-wrapper .card-custom2{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.job-detail-wrapper .footer{
  padding: 16px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-detail-wrapper .footer .primary{
  flex: 1;
}
.job-detail-wrapper .footer .secondary{
  width: 64px;
  padding-left: 16px;
}
.btn-fav2{
  border-radius: 50%;
  background-color: white;
  padding: 12px;
  border: none;
}
.btn-fav2.active{
  background-color: #015B7B;
}
.google-btn{
  background-color: transparent;
  border: 1px solid transparent;
  vertical-align: middle;
}
.detail_back-btn {
  display: inline-block;
}
.detail_back-btn a {
  color: #fff;
}
.detail_back-btn a:hover {
  opacity: 1;
}
.detail_back-btn a:hover .detail_back-btn_text {
  opacity: 0.7;
}
.circle_arrow {
  width: 24px;
  height: 24px;
  line-height: 20px;
  border-radius: 50vmin;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  color: #015B7B;
  margin-right: 6px;
  border: 1px solid transparent;
}
.detail_back-btn a:hover .circle_arrow {
  opacity: 1;
  color: #fff;
  background-color: #015B7B;
  border: 1px solid #fff;
}
.circle_arrow #i-arrow-left{
  width: 15px;
  height: 15px;
}

/* スキルテスト確認画面 */
.ready-wrapper{
  max-width: 600px;
  margin: auto;
}
.skillchart-img{
  max-width: 360px;
  width: 80%;
  margin: auto;
}
.skillchart-text-wrapper{
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
}
/* プロフィール編集 */
.profile-form-wrapper{
  padding: 16px 24px;
}
.profile-form{
  width: 100%;
  display: block;
}
.profile-form input, .profile-form select,.profile-form button{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-form .label1 .label-text{
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 8px;
}
.profile-form .input-text{
  border-radius: 4px;
  padding: 12px;
  border: none;
}
.profile-form .input-text.disabled{
  background-color: transparent;
  color: white;
}
.profile-form .profile-form-parts{
  margin-bottom: 24px;
}
.profile-form textarea.input-text{
  box-sizing: border-box;
  min-height: 200px;
}

.toast{
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: inline-block;
  padding: 24px;
  background-color: #015B7B;
  color: white;
}
.toast .toast-body{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.nocursor{
  cursor:initial;
}
.profession-form-parts{
  text-align: right;
}
.profession-form-wrapper{
  display: inline-block;
  max-width: 500px;
  min-width: 400px;
}
.profession-form-wrapper.w-100{
  width: 100%;
  max-width: 100%;
}
.profession-form-wrapper .label1{
  display: block;
  padding: 12px;
  background-color: #00678c66;
}
.profession-form-wrapper .label1 .label-title{
  display: block;
  margin-bottom: 4px;
}
.profession-form-wrapper .input-text{
  background-color: #41ecff41;
  color: #fff;  
  border-radius: 4px;
  border: none;
}
.bg-transparent{
  background-color: transparent;
}
.stage-badge-wrapper{
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  text-align: center;
}
.stage-badge-text-wrapper{
  /* background-color: #015B7B; */
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}
.stage-badge-text{
  color: #fff;
  font-size: 11px;
}
.stage-badge-num{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 4px;
}
.table-workout{
  color: #fff;
}
.table-workout tr th:nth-child(2),.table-workout tr td:nth-child(2){
  width: 60%;
}
.table-workout tr th:last-child,.table-workout tr td:last-child{
  width: 30px;
}
.quiz-animation-layer{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.431);
  opacity: 1;
  transition: 0.3s;
}
.quiz-animation-layer.fade{
  /* display: none; */
  opacity: 0;
  height: 0;
}
.quiz-animation{
  padding: 25% 0;
  text-align: center;
}
.quiz-animation-layer.fade > .quiz-animation{
  display: none;
}
.quiz-animation .answer-success{
  font-size: 180px;
  color: limegreen;
}
.quiz-animation .answer-failed{
  font-size: 180px;
  color: var(--bs-danger);
}
.quiz-animation .answer-success.fade,.quiz-animation .answer-failed.fade{
  display: none;
}
.news-body{
  height: 56px;
  overflow: scroll;
}
/* for PC */
@media (min-width: 800px) {
  .skill-wrapper {
    height: 820px;
  }
  .skill-history-wrapper,
  .skill-wrapper > div {
    background: none;
  }
  .parts-rank {
    position: absolute;
    padding: 8px 0;
  }
  .skill-history-wrapper {
    height: 587px;
  }
  .img-rank {
    width: 143px;
    height: 143px;
  }
  .rank-wrapper{
    padding: 0 16px;
  }
  .skill-chart{
    width: 430px;
    height: 360px;
  }
  .show-md{
    display: block;
  }
  .show-xs{
    display: none;
  }
  .skill-chart-wrapper{
    height: 300px;
  }
  .btn-res{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .workout-btn-res{
    padding-top: 24px;
    padding-bottom: 24px;
    width: 93%;
    margin: auto;
  }
  .btn-w100{
    width: 420px;
    margin: auto;
  }
  .navbar{
    padding-left: 48px;
    padding-right: 48px;
  }
  .skills-block .skill-title-wrapper{
    width: 240px;
  }
  .parts-wrapper{
    margin: 0 auto 24px;
    width: calc(100% - 10px);
  }
  .search-wrapper{
    justify-content: right;
  }
  .search-wrapper .btn-zone{
    text-align: end;
    width: 30%;
    margin: 0 8px 8px 0;
  }
  .search-wrapper .btn-zone .select-label-xs{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .search-wrapper .filter-btn{
    font-size: 14px;
  }
}
@media (max-width: 799px) {
  .show-md{
    display: none;
  }
  .show-xs{
    display: block;
  }
  .skill-chart-wrapper{
    height: 400px;
  }
  .skill-chart{
    width: 100%;
    height: 400px;
  }
  .btn-res{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .btn-w100{
    width: 90%;
    margin: 0 auto 16px auto;
  }
  .navbar{
    padding-left: 16px;
    padding-right: 16px;
  }
  .calendar-title{
    font-size: 16px;
  }
  .skills-block .skill-title-wrapper{
    width: 120px;
  }
  .profession-form-wrapper{
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 420px) {
  .table-workout tr td,.table-workout tr th{
    font-size: 12px;
  }
  .table-workout tr th:nth-child(2),.table-workout tr td:nth-child(2){
    width: 55%;

  }
  .table-workout tr th:last-child,.table-workout tr td:last-child{
    width: 35px;
  }
  .skill-badge-wrapper .skill-badge{
    width: 22px;
    height: 28px;
    margin-right: 6px;
  }
  .skills-block .skill-title-wrapper .skill-title{
    font-size: 14px;
  }
  .profession-form-wrapper{
    display: inline-block;
    max-width: 240px;
    min-width: 140px;
  }
  .profession-form-wrapper .label1{
    padding: 6px 10px;
  }
  .profession-form-wrapper .input-text{
    font-size: 12px;
    padding: 4px;
  }
  .profession-form-wrapper .label-title{
    font-size: 12px;
  }
  .stage-badge-wrapper{
    bottom: 10px;
  }
  .stage-badge-num{
    font-size: 12px;
    margin-left: 0;
  }
}
_::-webkit-full-page-media, _:future, :root .img-rotate {
	transform: rotate(-90deg);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .img-rotate {
		transform: rotate(-90deg);
	}
}
/* ツアーの調整 */
.tourbox {
  width: 90vw !important;
}
div[data-shepherd-step-id="example-step"].tourbox, 
div[data-shepherd-step-id="stage"].tourbox {
  width: 80vw !important;
}
div[data-shepherd-step-id="example-step"].tourbox {
  margin-left: -1rem !important;
}
div[data-shepherd-step-id="stage"].tourbox {
  margin-left: 1rem !important;
}
.tourbox .shepherd-header {
  padding: .5rem .5rem 0;
}
.tourbox .shepherd-text {
  padding: 5px 10px;
  font-size: 0.9rem;
}
.tourbox .shepherd-text #skipTourCheckbox {
  margin-right: 8px;
}
.tourbox .shepherd-text ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.tourbox .shepherd-text ul li {
  display: flex;
  margin-bottom: 0.75rem;
}
.tourbox .shepherd-text ul li:before {
  content: '・';
  display: block;
  flex-shrink: 0;
  align-self: baseline;
}
.tourbox .btn-yellow.shepherd-button {
  color: #015B7B;
  background-color: #E4DF31;
  border-color: #E4DF31;
}
.tourbox .btn-yellow.shepherd-button:hover {
  color: #015B7B;
  background-color: #f6ef33;
  border-color: #f6ef33;
}
.tourbox .shepherd-cancel-icon {
  font-size: 1.5em;
}
div[data-shepherd-step-id="welcome"],
div[data-shepherd-step-id="example-step"] {
  margin-top: 15px !important;
}
div[data-shepherd-step-id="example-workout"],
div[data-shepherd-step-id="example-gauge"],
div[data-shepherd-step-id="example-recommend"] {
  margin-bottom: 15px !important;
}

/* エラーページの調整 */
.error-wrapper {
  height: calc(100vh - 60px);
  padding: 16px 24px;
}
.errorcode {
  font-size: 2rem;
}

/* トップページのモーダル */
#topStartModal {
  color: #000;
  z-index: 99999;
  display: block;
}
#topStartModal .modal-header {
  padding: 10px;
}
#topStartModal .modal-footer {
  padding: 5px;
}
/* vueのtransitionを使わないなら不要 */
.fade-enter-active, .fade-leave-active {
  transition: opacity .15s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}
