@charset "UTF-8";
/*--------------------------------
  カラー設定（Sass変数）
--------------------------------*/
/*--------------------------------
  フォント
--------------------------------*/
/*--------------------------------
  フォントサイズ（PC / SP）
--------------------------------*/
.l-mystaff-header {
  position: relative;
  z-index: 200;
  width: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background-color: #AFBFD4;
  padding: 10px 0 min(8.9%, 40px);
}
@media screen and (min-width: 1001px) {
  .l-mystaff-header {
    display: block;
    padding: 10px 20px 10px;
    height: 130px;
  }
}
.l-mystaff-header .l-inr {
  height: 100%;
}
.l-mystaff-header__inr {
  height: 100%;
  max-width: 1160px;
  margin-left: auto;
}
@media screen and (min-width: 1001px) {
  .l-mystaff-header__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-mystaff-main {
  background-color: #F5F5F5;
  padding: 60px 0 60px;
}
@media screen and (min-width: 1001px) {
  .l-mystaff-main {
    padding: 120px 0 80px;
  }
}

.c-modal-qr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 100;
  padding-top: 180px;
}
@media screen and (min-width: 1001px) {
  .c-modal-qr {
    padding-top: 130px;
  }
}
.c-modal-qr__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 10px;
}
.c-modal-qr__img {
  max-width: 255px;
}

@media screen and (min-width: 1001px) {
  .c-mystaff-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-height: 73px;
    gap: 10px;
  }
}
.c-mystaff-header__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1000px) {
  .c-mystaff-header__ttl {
    margin-bottom: 22px;
  }
}
.c-mystaff-header__ttl::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 33px;
  background: url(../images/my/icon/icon_home.svg) no-repeat;
  background-size: contain;
}

.c-mystaff-header-account {
  position: relative;
  z-index: 100;
  font-size: clamp(1.6rem, -1.3090909091rem + 9.0909090909vw, 2.6rem);
  background-color: #fff;
  padding: 0.8045em 0.8em 0.8045em 0.8em;
  border-radius: 10px;
}
@media screen and (min-width: 1001px) {
  .c-mystaff-header-account {
    width: auto;
    min-width: 316px;
  }
}
.c-mystaff-header-account__toggle {
  display: block;
  padding-right: 0.9em;
  color: #333333;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.c-mystaff-header-account__toggle::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border: 0;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
.c-mystaff-header-account__toggle-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
}
.c-mystaff-header-account__name {
  font-weight: 500;
  line-height: 1.2;
}
.c-mystaff-header-account__name-honorific {
  font-size: 0.769em;
}
.c-mystaff-header-account__label {
  color: #AFBFD4;
  font-size: 0.654em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-mystaff-header-account__menu {
  display: none;
  background-color: #fff;
  padding: 1em 0 0.5em;
}
.c-mystaff-header-account__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
.c-mystaff-header-account__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  padding: 1em 1em;
  gap: 0.8em;
  position: relative;
  font-weight: 500;
  line-height: 1;
  height: 3.077em;
}
.c-mystaff-header-account__menu-item::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-top: solid 2px #61534A;
  border-right: solid 2px #61534A;
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.c-mystaff-header-account__menu-item.c-mystaff-header-account__menu-item--logout {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  border: 1px solid #AFBFD4;
  gap: 8px;
}
.c-mystaff-header-account__menu-item.c-mystaff-header-account__menu-item--logout::before {
  content: "";
  display: block;
  width: 1.385em;
  height: 1.615em;
  background: url(../images/mystaff/icon/icon_logout.svg) no-repeat;
  background-size: contain;
}
.c-mystaff-header-account__menu-item.c-mystaff-header-account__menu-item--logout::after {
  content: none;
}
.c-mystaff-header-account__menu-item.c-mystaff-header-account__menu-item--qr::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../images/mystaff/icon/icon_qr.svg) no-repeat;
  background-size: contain;
}

.c-footer.c-footer--school .c-footer-bottom {
  padding: 1px 0 10px;
}
@media screen and (min-width: 1001px) {
  .c-footer.c-footer--school .c-footer-bottom {
    padding: 39px 10px 10px;
  }
}
.c-footer.c-footer--school .c-footer-bottom__inr {
  display: block;
}
.c-footer.c-footer--school .c-footer-bottom__inr .c-footer-menu {
  padding: 0;
  max-width: 1095px;
  margin-bottom: 27px;
}
@media screen and (min-width: 1001px) {
  .c-footer.c-footer--school .c-footer-bottom__inr .c-footer-menu {
    margin: 0 0 30px -8px;
  }
}
.c-footer.c-footer--school .c-footer-jpx-wrap {
  text-align: right;
}
.c-footer.c-footer--school .c-footer-jpx-wrap .c-footer-jpx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-panel__tab {
  text-align: center;
  line-height: 1.8;
}
.c-panel__tab-inr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.c-panel__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  padding: 0.45em;
  font-weight: 500;
  width: 268px;
  color: #fff;
  background-color: #BFB9B6;
}
.c-panel__tab-inr--name {
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
}
.c-panel__tab-inr--name .c-panel__tab-item {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66%;
          flex: 1 1 66%;
  min-width: 130px;
  gap: 0 5px;
}
.c-panel__tab-inr--name .c-panel__tab-item--name {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.801em 0.45em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #E8825E;
}
.c-panel__content {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px 6.5%;
}
@media screen and (min-width: 1001px) {
  .c-panel__content {
    padding: 44px 5% 55px;
  }
}

@media screen and (max-width: 1000px) {
  .l-inr .c-panel {
    margin: 0 -7vw;
  }
}
@media screen and (max-width: 1000px) {
  .l-inr .c-panel.c-panel--complete {
    margin: 0;
  }
}
.l-inr .c-panel.c-panel--complete .c-btn {
  width: auto;
  max-width: 100%;
  padding: 0.75em 1.5em 0.75em;
}

.c-message .js-more-target {
  max-height: 11em;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
@media screen and (min-width: 1001px) {
  .c-message .js-more-target {
    max-height: 9em;
  }
}
@media screen and (max-width: 1000px) {
  .c-message .c-good {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .c-message .c-good {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1001px) {
  .c-message__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5%;
  }
}
.c-message__item:not(:first-of-type) {
  border-top: 1px solid #F4F4F4;
  margin-top: 42px;
  padding-top: 37px;
}
@media screen and (min-width: 1001px) {
  .c-message__item:not(:first-of-type) {
    margin-top: 49px;
    padding-top: 31px;
  }
}
.c-message__date {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (min-width: 1001px) {
  .c-message__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c-message__ttl {
  color: #E8825E;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
.c-message__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .c-message__txt {
    margin-bottom: 10px;
  }
}
.c-message__more {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .c-message__more {
    text-align: left;
  }
}
.c-message__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  margin-top: 25px;
}
@media screen and (min-width: 1001px) {
  .c-message__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 35px;
  }
}
.c-message--no-message {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .c-message--no-message {
    padding-top: 10px;
  }
}

.c-action-click {
  color: #61534A;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  padding: 0.845em 2.3em 0.845em 1em;
  background-position: right 7px center;
  border: 1px solid #CF9394;
  background: url(../images/common/icon/icon_arrow_w.svg) no-repeat right 0.7em center;
  background-size: 20px;
  background-color: #FEB4B3;
  border-radius: 6px;
  max-width: 370px;
}

.c-download-btn {
  color: #61534A;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid #D1CBC0;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat right 0.9em center, url(../images/common/icon/icon_pdf.svg) no-repeat left 0.7em center;
  background-size: 20px, 28px 36px;
  background-color: #FAF2E5;
  border-radius: 6px;
  padding: 0.845em 2.3em 0.845em 3em;
  max-width: 198px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-read-tag {
  font-size: 1.6rem;
  line-height: 1.5;
  background: url(../images/common/icon/icon_read.svg) no-repeat right 1.1em center;
  background-size: 25px 27px;
  background-color: #FFFFFF;
  border: 1px solid #B2B2B2;
  border-radius: 6px;
  padding: 0.845em 3.7em 0.845em 1em;
}

.c-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px min(8%, 30px);
}
.c-good__btn {
  color: #61534A;
  font-size: clamp(1.2rem, 0.0363636364rem + 3.6363636364vw, 1.6rem);
  line-height: 1.5;
  border: 1px solid #D1CBC0;
  background: url(../images/common/icon/icon_arrow.svg) no-repeat right 0.9em center, url(../images/common/icon/icon_good.svg) no-repeat left 0.7em center;
  background-size: 1.25em, 1.313em 1.313em;
  background-color: #FAF2E5;
  border-radius: 6px;
  padding: 0.845em 2.6em 0.845em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-good__count {
  color: #61534A;
  font-size: clamp(1.2rem, 0.0363636364rem + 3.6363636364vw, 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.c-good__count::before {
  content: "";
  display: inline-block;
  width: 1.313em;
  height: 1.313em;
  background: url(../images/common/icon/icon_good.svg) no-repeat;
  background-size: contain;
}

.c-calendar {
  width: 100%;
}
.c-calendar__table {
  border: 1px solid #98A6B5;
  padding: 14px 10px 10px;
}
.c-calendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.c-calendar table thead th {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #CDD6DD;
  text-align: center;
}
.c-calendar table tbody td {
  color: #3B4043;
  text-align: center;
  background-color: #F0F3F5;
  line-height: 1.87;
}
@media screen and (min-width: 1001px) {
  .c-calendar table tbody td {
    line-height: 1.65;
  }
}
.c-calendar table tbody td.is-present {
  background-color: #FFFF00;
}
.c-calendar table tbody td.is-absent {
  color: #fff;
  background-color: #98B72B;
}
.c-calendar table tbody td.is-closed {
  color: #fff;
  background-color: #E8825E;
}
.c-calendar__head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.c-calendar__year {
  color: #707F89;
  font-size: 1.2rem;
}
.c-calendar__month {
  display: block;
  color: #3B4043;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
.c-calendar__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .c-calendar__legend {
    margin-top: 5px;
  }
}
.c-calendar__legend-item {
  font-size: 2rem;
  font-weight: 500;
}
.c-calendar__legend-item::before {
  content: "■";
}
.c-calendar__legend-item.is-present::before {
  color: #FFFF00;
}
.c-calendar__legend-item.is-absent::before {
  color: #98B72B;
}
.c-calendar__legend-item.is-closed::before {
  color: #E8825E;
}

.c-daily-schedule {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-daily-schedule table {
  font-size: clamp(13px, 3.64vw + 1.36px, 17px);
  font-weight: 500;
  line-height: 1.5;
  width: calc(100% + 10px);
  margin: -5px;
  border-collapse: separate;
  border-spacing: 5px;
  table-layout: fixed;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule table {
    font-size: 2rem;
  }
}
.c-daily-schedule table thead th {
  color: #fff;
  text-align: center;
  background-color: #BFB9B6;
  padding: 0.633em 0;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule table thead th {
    padding: 0.425em 0;
  }
}
.c-daily-schedule table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 0.65em 0.4em;
  background-color: #F4F4F4;
}
.c-daily-schedule table tbody td:first-of-type {
  background-color: #FFECE5;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule table tbody td {
    padding: 1em 0.4em;
  }
}
.c-daily-schedule table tbody td.is-saturday {
  background-color: #DBE5F2;
}
.c-daily-schedule__head-date {
  width: 20%;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule__head-date {
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .c-daily-schedule__head-time {
    width: 38%;
  }
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule__head-badge {
    width: 150px;
  }
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule__head-rest {
    width: 21.7%;
  }
}
.c-daily-schedule__date span {
  font-size: 0.75em;
}
.c-daily-schedule__date span.is-closed {
  color: #E8825E;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule__date {
    gap: 2px;
  }
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}
.c-daily-schedule__time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule__time-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 199px;
    gap: 19px;
  }
}
.c-daily-schedule__time-separator {
  display: block;
}
@media screen and (max-width: 1000px) {
  .c-daily-schedule__time-separator {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: -1px 0;
  }
}
.c-daily-schedule__badge {
  display: inline-block;
  width: 100%;
  max-width: 84px;
  font-size: clamp(1.1rem, 0.2272727273rem + 2.7272727273vw, 1.4rem);
  padding: 0.643em 0.4em;
  border-radius: 4px;
  font-weight: bold;
  background-color: #FFFF00;
}
.c-daily-schedule__badge.is-present {
  background-color: #FFFF00;
}
.c-daily-schedule__badge.is-absent {
  color: #fff;
  background-color: #98B72B;
}
.c-daily-schedule__badge.is-closed {
  color: #fff;
  background-color: #E8825E;
}
.c-daily-schedule .c-form-choice {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .c-daily-schedule .c-form-choice {
    font-size: clamp(1.1rem, -0.3545454545rem + 4.5454545455vw, 1.6rem);
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em 0.1em 0.5em 0.1em;
  }
  .c-daily-schedule .c-form-choice span {
    font-size: unset;
  }
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule .c-form-choice {
    max-width: 130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .c-daily-schedule .c-form-choice input[type=checkbox] + .c-form-choice__icon {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-daily-schedule .c-form-select select {
    height: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .c-daily-schedule.c-daily-schedule--input .c-daily-schedule__table {
    border-spacing: 0.3em;
  }
  .c-daily-schedule.c-daily-schedule--input .c-daily-schedule__head-date {
    width: auto;
  }
  .c-daily-schedule.c-daily-schedule--input .c-daily-schedule__head-badge {
    width: 20%;
  }
  .c-daily-schedule.c-daily-schedule--input .c-daily-schedule__head-time {
    width: 45%;
  }
  .c-daily-schedule.c-daily-schedule--input .c-daily-schedule__head-rest {
    width: 21%;
  }
}
.c-daily-schedule.c-daily-schedule--input .c-daily-schedule__date {
  font-size: clamp(16px, 3.64vw + 4.36px, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-daily-schedule.c-daily-schedule--input .c-daily-schedule__date span {
  font-size: 0.75em;
}
.c-daily-schedule.c-daily-schedule--input .c-daily-schedule__date span.is-closed {
  color: #E8825E;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule.c-daily-schedule--input .c-daily-schedule__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2px;
  }
}
.c-daily-schedule.c-daily-schedule--input .c-form-select select {
  font-size: clamp(1.3rem, 0.4272727273rem + 2.7272727273vw, 1.6rem);
  padding: 10px 0.5em;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule.c-daily-schedule--input .c-form-select select {
    padding: 10px 0.8em;
  }
}

@media screen and (max-width: 1000px) {
  .c-daily-schedule.c-daily-schedule--attend .c-daily-schedule__head-date {
    width: auto;
  }
  .c-daily-schedule.c-daily-schedule--attend .c-daily-schedule__head-time {
    width: 52%;
  }
  .c-daily-schedule.c-daily-schedule--attend .c-daily-schedule__head-rest {
    width: 21%;
  }
}
.c-daily-schedule.c-daily-schedule--attend .c-daily-schedule__date {
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 2rem);
}
.c-daily-schedule.c-daily-schedule--attend .c-form-select select {
  font-size: clamp(1.3rem, 0.4272727273rem + 2.7272727273vw, 1.6rem);
  padding: 10px 0.5em;
}
@media screen and (min-width: 1001px) {
  .c-daily-schedule.c-daily-schedule--attend .c-form-select select {
    padding: 10px 0.8em;
  }
}

#mystaff .c-form-choice input[type=radio]:checked + .c-form-choice__icon + span + .c-form-choice__bg {
  background-color: #FDDCDB;
  border-color: #FEB4B3;
}

#mystaff .c-form-choice:hover {
  border-color: #FEB4B3;
  background-color: #FDDCDB;
}

#mystaff .c-form-choice input[type=radio]:checked + .c-form-choice__icon::after {
  border: 4px solid #FEB4B3;
}

#mystaff .c-search-box {
  background-color: #fff;
}

#mystaff .c-search-box__summary-arrow {
  background-color: #F5F5F5;
}

#mystaff .c-page-title {
  margin-bottom: 45px;
}
@media screen and (min-width: 1001px) {
  #mystaff .c-page-title {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1001px) {
  #mystaff .c-panel__tab-item {
    width: 365px;
    max-width: 100%;
  }
}

.u-text-mystaff-primary {
  color: #AFBFD4;
}

@media screen and (min-width: 1001px) {
  .p-mystaff-login .c-header.c-header--school .c-header__list li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login .c-header.c-header--school .c-header__logo {
    padding: 0;
  }
}
.p-mystaff-login .c-header.c-header--school .c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login .c-header.c-header--school .c-header__logo-img {
    width: 386px;
  }
}
.p-mystaff-login .c-header.c-header--school .c-header__logo-school-name {
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  background-color: #61534A;
  line-height: 1.3;
  border-radius: 3px;
  padding: 0.1em 0.5em;
  margin-top: 0.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .p-mystaff-login .c-header.c-header--school .c-header__logo-school-name {
    display: none;
  }
}
.p-mystaff-login .c-page-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login .c-page-title {
    margin-bottom: 80px;
  }
}
.p-mystaff-login .c-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login .c-title {
    margin-bottom: 40px;
  }
}
.p-mystaff-login .c-notice-balloon {
  position: absolute;
  bottom: 77%;
  right: -5%;
  left: 50%;
}
.p-mystaff-login__box {
  font-size: 1.6rem;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 3em 5%;
  margin-bottom: 55px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login__box {
    padding: 4em 5% 3em;
  }
}
.p-mystaff-login__box-inr {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-mystaff-login__group:first-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login__group:first-of-type {
    margin-bottom: 50px;
  }
}
.p-mystaff-login__group label {
  width: 132px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-login__check {
    margin-left: 135px;
  }
}
.p-mystaff-login__list:not(:last-of-type) {
  margin-bottom: 70px;
}
.p-mystaff-login__input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mystaff-login__btn {
  width: 311px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.p-mystaff-top {
  margin-bottom: 25px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-top {
    margin-bottom: 100px;
  }
}
.p-mystaff-top .c-title {
  margin-bottom: 21px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-top .c-title {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 1001px) {
  .p-mystaff-top .c-info__cat {
    width: 140px;
  }
}
.p-mystaff-top .c-menu-item {
  position: relative;
}
.p-mystaff-top .c-menu-item .c-notice-balloon {
  position: absolute;
  bottom: 80%;
  right: 8%;
}
.p-mystaff-top .c-menu-item .c-notice-balloon__inr {
  padding: 0.77em 0.8em;
  font-size: clamp(1.3rem, 0.7181818182rem + 1.8181818182vw, 1.5rem);
}
.p-mystaff-top .c-menu-item .c-notice-balloon__inr::after {
  left: 25%;
}
.p-mystaff-top .c-menu-item .c-menu-item__icon {
  width: min(30%, 60px);
}
.p-mystaff-top .c-menu-item .c-notice-balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-mystaff-top__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 27px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-top__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 3.5%;
  }
  .p-mystaff-top__list li {
    width: 48%;
    max-width: 426px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) {
  .p-mystaff-top__list li.p-mystaff-top__list-item {
    max-width: 289px;
  }
}
.p-mystaff-top__note {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-left: 1em;
}

.p-mystaff-top-info .c-title {
  margin-bottom: 0;
}
.p-mystaff-top-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.p-mystaff-top-info__unread {
  width: 231px;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  background-color: #FEB4B3;
  border-radius: 20px;
  padding: 1.313em 1em;
}
.p-mystaff-top-info__unread span {
  font-size: 1.875em;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-top-info__unread {
    margin-top: -22px;
  }
}

.p-mystaff-top-shift {
  padding: 75px 0 0;
}

.p-mystaff-top-contact {
  padding: 75px 0 0;
}

.p-mystaff-top-other {
  padding: 75px 0 0;
}

.p-mystaff-calendar__note dt {
  font-weight: bold;
  color: #E8825E;
}
.p-mystaff-calendar .c-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 100px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar .c-btn-group {
    margin-bottom: 78px;
  }
}

.p-mystaff-calendar-panel {
  padding: 30px 0 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar-panel {
    padding: 60px 0 0;
  }
}
.p-mystaff-calendar-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar-panel__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 39px;
  }
}
.p-mystaff-calendar-panel__head-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mystaff-calendar-panel__head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 30px;
}
.p-mystaff-calendar-panel__head-btn li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar-panel__head-calendar {
    margin-left: auto;
  }
}
.p-mystaff-calendar-panel__head-time {
  padding-left: 10px;
  margin-bottom: 15px;
}
.p-mystaff-calendar-panel__head-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 22px;
}
.p-mystaff-calendar-panel__head-time-item .c-form-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 110px;
  min-width: 70px;
}
.p-mystaff-calendar-panel__head-time-item:first-of-type {
  margin-bottom: 20px;
}
.p-mystaff-calendar-panel__head-time-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 290px;
          flex: 1 1 290px;
}
.p-mystaff-calendar-panel__head-txt a {
  color: #000AFF;
}
.p-mystaff-calendar-panel .c-calendar {
  margin: 0 auto;
  width: 91%;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar-panel .c-calendar {
    margin: 0;
    width: 340px;
  }
}
.p-mystaff-calendar-panel .c-beginner-btn {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar-panel .c-beginner-btn {
    margin: 0;
    position: absolute;
    top: 45px;
    right: 6.5%;
  }
}
.p-mystaff-calendar-panel .c-daily-schedule {
  margin-bottom: 75px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar-panel .c-daily-schedule {
    margin-bottom: 45px;
  }
}

.p-mystaff-calendar-panel__head-time--confirm {
  padding-left: 0;
}
.p-mystaff-calendar-panel__head-time--confirm .p-mystaff-calendar-panel__head-time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 385px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B2B2B2;
  background-color: #fff;
  font-size: clamp(1.6rem, 0.4363636364rem + 3.6363636364vw, 1.8rem);
  border-radius: 10px;
  height: 80px;
  line-height: 1.3;
  padding: 10px 3% 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.11);
  position: relative;
}

.p-mystaff-calendar .c-daily-schedule__time-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.p-mystaff-calendar .c-daily-schedule__time-row .c-daily-schedule__time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-mystaff-calendar .c-daily-schedule__time-row .c-square-btn {
  height: auto;
  padding: 0.5em 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.3rem, 0.4272727273rem + 2.7272727273vw, 1.6rem);
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar .c-daily-schedule__time-row .c-square-btn {
    padding: 10px 3% 10px 3%;
    height: 60px;
  }
}
.p-mystaff-calendar .c-daily-schedule__time-row .c-square-btn::after {
  content: none;
}
.p-mystaff-calendar .c-daily-schedule__time-minmax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-mystaff-calendar .c-daily-schedule__time-minmax:not(:last-of-type) {
  margin: 20px 0 10px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar .c-daily-schedule__time-minmax {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 19px;
  }
}
.p-mystaff-calendar .c-daily-schedule__time-minmax-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 199px;
  gap: 5px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-calendar .c-daily-schedule__time-minmax-item {
    gap: 19px;
  }
}

.p-mystaff-attend .c-panel__content {
  padding-top: 80px;
}

.p-mystaff-attend-panel {
  padding: 30px 0 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-attend-panel {
    padding: 60px 0 0;
  }
}
.p-mystaff-attend-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-attend-panel__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
.p-mystaff-attend-panel__head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-attend-panel__head-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 365px;
  }
}
@media screen and (min-width: 1001px) {
  .p-mystaff-attend-panel__head-calendar {
    margin-left: auto;
  }
}
.p-mystaff-attend-panel .c-daily-schedule {
  margin-bottom: 75px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-attend-panel .c-daily-schedule {
    margin-bottom: 45px;
  }
}

.p-mystaff-document_group .c-search-box {
  margin-bottom: 47px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-document_group .c-search-box {
    margin-bottom: 38px;
  }
}

.p-mystaff-document .c-search-box {
  margin-bottom: 47px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-document .c-search-box {
    margin-bottom: 38px;
  }
}

.p-mystaff-shift .c-panel__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .p-mystaff-shift .c-panel__tab {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-mystaff-shift .c-panel__tab-inr {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-mystaff-shift .c-panel__tab-item {
    width: 100%;
  }
}
.p-mystaff-shift__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #BFB9B6;
  border-radius: 3px;
  font-size: 1.5rem;
  padding: 0.5em 1.267em;
  gap: 5px;
}
.p-mystaff-shift__nav::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.p-mystaff-shift__nav--next::before {
  content: none;
}
.p-mystaff-shift__nav--next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-mystaff-shift-panel__head {
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-shift-panel__head-calendar {
    margin-left: auto;
    width: 340px;
  }
}

.p-mystaff-beginner .c-inpage-nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mystaff-beginner .c-inpage-nav__arrow {
  background-color: #fff;
}
.p-mystaff-beginner .c-panel__content {
  padding-top: 55px;
  padding-bottom: 55px;
}
.p-mystaff-beginner ol > li:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-beginner ol > li:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.p-mystaff-beginner__ttl {
  font-size: 2rem;
  font-weight: 500;
  color: #E8825E;
}
.p-mystaff-beginner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1001px) {
  .p-mystaff-beginner__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1001px) {
  .p-mystaff-beginner__img {
    width: 49%;
  }
}
.p-mystaff-beginner__img img {
  width: 100%;
}
.p-mystaff-beginner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=mystaff.css.map */