@charset "UTF-8";
iframe {
  max-width: 100%;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.last-access {
  font-size: 13px;
  color: #cccccc;
}

.danger-box {
  padding: 1rem;
  border: 2px solid red;
  font-weight: bold;
  color: red;
}

.privacy-scroll {
  padding: 1rem;
  border: 1px solid #cccccc;
  height: 140px;
  overflow: scroll;
}

.fr-view h1 {
  margin: 70px 0 24px;
}
@media only screen and (max-width: 767px) {
  .fr-view h1 {
    margin: 40px 0 20px;
  }
}
.fr-view h2 {
  position: relative;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .fr-view h2 {
    margin: 60px 0 30px;
    padding: 0 0 10px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .fr-view h2 {
    margin: 40px 0 15px;
    padding: 0 0 8px;
    font-size: 1.9rem;
  }
}
.fr-view h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #00A0DC;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .fr-view h2:before {
    height: 3px;
  }
}
.fr-view h3 {
  position: relative;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .fr-view h3 {
    margin: 60px 0 30px;
    padding-bottom: 15px;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .fr-view h3 {
    margin: 40px 0 15px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.fr-view h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .fr-view h3:before {
    height: 2px;
  }
}
.fr-view h4 {
  position: relative;
  margin: 35px 0 20px;
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .fr-view h4 {
    font-size: 1.8rem;
  }
}
.fr-view a {
  color: #00A0DC;
  text-decoration: underline;
}
.fr-view hr {
  display: block;
  border: 1px solid #eeeeee;
  margin: 1rem 0;
}
.l-mypage__main__grid.-w100 {
  width: 100%;
}

.c-voice-list__elm {
  display: block;
}

.c-card {
  position: relative;
}
.c-card.-is-entry::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "エントリー済み";
  display: block;
  padding: 0.5rem;
  font-size: 14px;
  color: #ffffff;
  background-color: #FFB5B5;
}
.c-card__categoryIcon {
  padding: 1rem;
  text-align: center;
}

.c-squarecard__item {
  position: relative;
}
.c-squarecard__item.-is-entry::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "エントリー済み";
  display: block;
  padding: 0.5rem;
  font-size: 14px;
  color: #ffffff;
  background-color: #FFB5B5;
}

.p-exam-answer__btn {
  margin: 0 2px !important;
}

.p-mypage-roadmap.-step::before {
  content: none;
}
.p-mypage-roadmap.-step::after {
  content: none;
}
.p-mypage-roadmap.-step .is-visited {
  background-color: transparent;
}
.p-mypage-roadmap.-step .is-current {
  padding: 0;
}
.p-mypage-roadmap__text {
  padding: 12px 20px;
}

.c-button .line-login {
  padding: 10px 15px;
  min-width: 300px;
}
.c-button .-line-login:focus {
  opacity: 0.5;
}
.c-button.-small-center {
  width: 200px;
  margin: 2rem auto;
}
.c-button.-flex {
  display: flex;
  justify-content: center;
}

.c-squarecard__category {
  margin-top: 0.5rem;
}

.c-category.-active a {
  color: #ffffff;
  background-color: #006DC7;
}

@media only screen and (max-width: 767px) {
  .c-schedule__item .c-item {
    padding: 14px 3px;
  }
}
.p-calendar-scroll-height {
  max-height: 400px;
}

table.p-calendar-table {
  overflow: visible !important;
}
table.p-calendar-table .-sticky {
  position: sticky;
  top: 0px;
  left: 0;
  z-index: 1;
}
table.p-calendar-table .-z2 {
  z-index: 2;
}

.c-accordion__head.-no-arrow::before {
  background: none;
}

.p-cv--fix-2 {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 40px;
}
.p-cv--fix-2 a {
  display: block;
  vertical-align: bottom;
  width: 500px;
  max-height: 70px;
}

@media only screen and (max-width: 767px) {
  .p-cv--fix-2 {
    width: 100%;
    right: 0;
  }
  .p-cv--fix-2 a {
    width: auto;
    max-height: none;
  }
}
.manage-login-label {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  font-size: 10px;
  color: #ffffff;
  background-color: #FF6A6A;
}

.c-info__item {
  display: flex;
}
.c-info__action {
  padding-right: 1rem;
  align-self: center;
}
.c-info__main {
  flex: 1 1 auto;
}

span.a-button, a.a-button {
  display: block;
  padding: 0.25rem 1rem;
  width: 110px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background-color: #FF6A6A;
}
span.a-button.-blue, a.a-button.-blue {
  background-color: #00A0DC;
}
span.a-button.-gray, a.a-button.-gray {
  background-color: #cccccc;
}

.job-tab {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  position: sticky;
}
.job-tab__item {
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.job-tab__item.-active {
  font-weight: bold;
  border-top: 4px solid #00A0DC;
  border-bottom: none;
}

.job-content__item {
  display: none;
  margin-top: 2rem;
}
.job-content__item.-show {
  display: block;
}

#entry-modal {
  z-index: 9999 !important;
}

.edit-resume {
  display: block;
  border: 2px solid #00A0DC;
  padding: 1rem;
  text-align: center;
}

.small-btn {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  background-color: #00A0DC;
  display: inline-block;
  border: 2px solid #00A0DC;
  font-size: 1.7rem;
  line-height: 1;
  vertical-align: middle;
  padding: 1rem 2rem;
  text-align: center;
}
.small-btn.-outline {
  color: #000000;
  background-color: transparent;
}

.resume-table {
  width: 100%;
}
.resume-table__tr:hover {
  background-color: #f0f0f0;
}
.resume-table__td-title {
  width: 80%;
  padding: 0.5rem 0;
}
.resume-table__td-btn {
  width: 20%;
}

.top-company-logo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-company-logo-list__item {
  width: 20%;
}
.top-company-logo-list__img {
  display: block;
  width: 100%;
}

.p-sidenav-card.-active {
  background-color: #eeeeee;
}

.pt-0 {
  padding-top: 0 !important;
}

.heading-tag-search {
  font-size: 16px;
  font-weight: bold;
  margin: 1rem 0;
}

.heading-tag-name {
  font-size: 16px;
  font-weight: bold;
}

.tags__item {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.tags__item:not(:last-child) {
  margin-right: 0.5rem;
}
.tags__link {
  display: block;
  min-width: 80px;
  padding: 0 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 15px;
  font-size: 14px;
  text-align: center;
}
.tags__link:link, .tags__link:visited, .tags__link:hover {
  color: #006DC7;
}
.tags__link:link.-lg, .tags__link:visited.-lg, .tags__link:hover.-lg {
  min-width: 120px;
}
.tags__link:link.-lg.-active, .tags__link:visited.-lg.-active, .tags__link:hover.-lg.-active {
  color: #ffffff;
  background-color: #006DC7;
}
.tags__link:link.-medium.-active, .tags__link:visited.-medium.-active, .tags__link:hover.-medium.-active {
  background-color: #3b91cb;
}
.tags__link:link.-active, .tags__link:visited.-active, .tags__link:hover.-active {
  color: #ffffff;
  background-color: #76cceb;
}

.p-form-layout {
  justify-content: center;
}

.register-step {
  display: flex;
  justify-content: center;
}
.register-step__item {
  position: relative;
}
.register-step__item:not(:last-child) {
  margin-right: 3rem;
}
.register-step__item:not(:last-child) ::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ">";
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: -2rem;
  color: #4DC1EC !important;
}
.register-step__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff !important;
  background-color: rgba(77, 193, 236, 0.8);
}
.register-step__link.-active {
  pointer-events: none;
  font-weight: bold;
  background-color: #4DC1EC;
}
.register-step__link.-disabled {
  pointer-events: none;
  color: #4DC1EC !important;
  background-color: #F5FAFC;
}

.tag {
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background-color: #006DC7;
}
.tag.-yellow {
  background-color: #f4bc54;
}
.tag.-silver {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #dddddd 100%);
}

.offer-list {
  display: flex;
  flex-wrap: wrap;
}
.offer-list__item {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #eeeeee;
  box-shadow: 2px 2px 2px #eeeeee;
  border-radius: 5px;
}
.offer-list__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.offer-list__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.offer-list__header-logo > img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.offer-list__header-main {
  flex: 1;
  padding-left: 1rem;
}
.offer-list__header-tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.offer-list__header-tags > .tag {
  margin-right: 0.5rem;
}
.offer-list__date {
  margin-left: auto;
}
.offer-list__header-title {
  font-size: 18px;
  font-weight: bold;
}
.offer-list__body {
  padding: 0.5rem 0 0;
}
.offer-list__job {
  font-size: 13px;
  color: #666666;
}
.offer-list__txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.offer-detail-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.offer-detail-header__header-logo > img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.offer-detail-header__header-main {
  flex: 1;
  padding-left: 1rem;
}
.offer-detail-header__header-tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.offer-detail-header__header-tags > .tag {
  margin-right: 0.5rem;
}
.offer-detail-header__date {
  margin-left: auto;
}
.offer-detail-header__header-title {
  font-size: 20px;
  font-weight: bold;
}

.w-750 {
  max-width: 750px;
  margin: 0 auto;
}

.search-btn {
  color: #ffffff;
  background-color: #00A0DC;
  border: none;
}/*# sourceMappingURL=style-add.css.map */
