@charset "UTF-8";
body {
  font-size: 62.5%;
  /* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;bold&family=Roboto&display=swap"); */
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.l-app__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.l-app__outer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #DFE5ED;
}

.l-app__center {
  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%;
  height: 100%;
}
.l-app__center__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-sidebar {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 500;
  width: 22em;
  background: #0D2157;
  color: #ffffff;
  padding: 5.86em 1.5em 0 1.5em;
}
.l-sidebar__logo img {
  width: 18em;
  margin-bottom: 8.2em;
}
.l-sidebar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5em 0.4em;
  border-radius: 0.4em;
}
.l-sidebar__link i {
  display: block;
  width: 1.7em;
}
.l-sidebar__link span {
  font-size: 1.4em;
}
.l-sidebar__link:hover {
  background: rgba(255, 255, 255, 0.07);
}
.l-sidebar__link.is-active {
  background: rgba(255, 255, 255, 0.13);
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.18em;
  padding: 0 2.4em;
  height: 7em;
  background-color: #ffffff;
}
.l-header__acc-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.l-header__acc-name i {
  font-size: 1.4em;
  color: #0D2157;
}
.l-header__acc-name__txt {
  font-size: 1.4em;
  font-weight: 500;
}

.l-main {
  position: relative;
  padding: 0 3.2em 7.2em;
  height: calc(100% - 7em);
}

.l-container--48 {
  max-width: 48em;
  margin: 0 auto;
}

.c-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4em;
  padding: 4.8em 0 0;
}
.c-btn-area.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn {
  position: relative;
  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: 22.7em;
  height: 7em;
  background-color: #0D2157;
  border-radius: 100vh;
  color: #ffffff;
  font-weight: bold;
  -webkit-box-shadow: 0 0.8em 0.8em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8em 0.8em 0 rgba(0, 0, 0, 0.16);
  border: 0.3em solid #ffffff;
  line-height: 1;
  padding-bottom: 0.2em;
}
.c-btn span {
  font-size: 1.8em;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.4em;
  width: 1.2em;
  aspect-ratio: 1/2;
  background-image: url("../img/ico-arrow--wh.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
}

.c-btn.-gy {
  background-color: #959595;
}

.c-btn--md {
  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: 0.6em;
  background-color: #0D2157;
  border-radius: 100vh;
  width: 12em;
  height: 3.8em;
}
.c-btn--md span {
  display: block;
  font-size: 1.5em;
  color: #ffffff;
  line-height: 1;
  padding-left: 0.4em;
  padding-bottom: 0.1em;
}
.c-btn--md i {
  color: #ffffff;
  font-size: 1.6em;
}

.c-btn--md.-search {
  gap: 0.4em;
}
.c-btn--md.-search i {
  font-size: 1.3em;
}
.c-btn--md.-search span {
  font-size: 1.3em;
}

.c-btn--sm {
  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: 0.6em;
  background-color: #0D2157;
  border-radius: 0.4em;
  width: 5.5em;
  height: 2.5em;
  color: #ffffff;
}

.c-btn--sm.-table span {
  display: inline-block;
  padding-right: 0.4em;
}
.c-btn--sm.-table img {
  width: 0.55em;
}

h2.c-txt__page-ttl {
  position: sticky;
  top: 7em;
  padding-top: 5em;
  margin-bottom: 3.2em;
  height: 8em;
  background-color: #DFE5ED;
  z-index: 500;
}
h2.c-txt__page-ttl span {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 2.5em;
  line-height: 1;
}

h2.c-txt__complete-ttl {
  font-size: 3.2em;
  text-align: center;
}

.c-search-box {
  background-color: #EDF0F4;
  border-radius: 1.6em;
  padding: 3em;
}

.c-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}
.c-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 3em;
}
.c-search__input {
  width: 26em;
  border-radius: 100vh;
  border: 0.1em solid #999999;
  padding: 0.5em 1.2em 0.6em;
  font-size: 1.4em;
  line-height: 1;
}

.c-table__th, .c-table__td {
  padding: 0.6em 0.7em !important;
  vertical-align: top;
}
.c-table__th.-sticky, .c-table__td.-sticky {
  position: sticky;
  right: 0;
  z-index: 2;
  text-align: center !important;
  padding-right: 0.625rem;
}
.c-table__th {
  background-color: #09377C !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  text-align: start !important;
}
.c-table__th.-bk {
  background-color: #42454B !important;
}
.c-table__th:nth-last-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-table__td {
  height: 3.6em;
  border-bottom: 0.1em solid #999999;
}
.c-table__td.-request {
  color: #007BFF;
}

.c-pagination__link {
  border: 0.1em solid #C4C4C4 !important;
}
.c-pagination__link:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.c-pagination__item--active .c-pagination__link {
  background-color: #09377C;
}

.c-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.c-dl__dt {
  font-size: 1.2em;
}
.c-dl__dd {
  font-size: 1.6em;
  border-bottom: 0.1em solid #999999;
  padding: 1.2em;
  line-height: 1;
}

.c-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2em;
}
.c-form__group.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.c-form__label {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.c-form__label.-bd {
  font-weight: 600;
}
.c-form ::-webkit-input-placeholder {
  color: #ADADAD;
}
.c-form ::-moz-placeholder {
  color: #ADADAD;
}
.c-form :-ms-input-placeholder {
  color: #ADADAD;
}
.c-form ::-ms-input-placeholder {
  color: #ADADAD;
}
.c-form ::placeholder {
  color: #ADADAD;
}
.c-form__select {
  position: relative;
}
.c-form__select::after {
  position: absolute;
  content: "";
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 0.5rem;
  aspect-ratio: 1/2;
  background-image: url(/assets/img/ico-arrow--bl.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-form__input input, .c-form__select select {
  border: 0.1em solid #999999;
}
.c-form__select select {
  --bs-form-select-bg-img: none;
}
.c-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-bottom: 0;
  width: 100%;
}
.c-form__check__input {
  width: 1.6em;
  height: 1.6em;
  border: 0.1em solid #999999;
}
.c-form__check__input.-lg {
  width: 2.4em;
  height: 2.4em;
}
.c-form__check__label {
  font-size: 1.2em;
  padding-top: 0.1em;
}
.c-form__check__label.-bd {
  font-weight: 600;
}
.c-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5em;
  padding: 1em 0;
}
.c-form__radio__input {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.c-form__radio__name {
  font-size: 1.6em;
  padding-left: 0.5em;
}

.c-shuttle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-shuttle__scroll {
  overflow-x: scroll;
  height: 29em;
  width: calc((100% - 6.8em) / 2);
  border: 1px solid #999999;
  background-color: #ffffff;
}
.c-shuttle__list {
  border-radius: unset;
}
.c-shuttle__list-item {
  font-size: 1.2em;
  padding: 0.6em;
}
.c-shuttle__list-item:nth-of-type(2n + 1) {
  background-color: #ffffff;
}
.c-shuttle__list-item:nth-of-type(2n) {
  background-color: #E6E6E6;
}
.c-shuttle__btn-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.c-shuttle__btn {
  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: 3.4em;
  aspect-ratio: 1/1;
  background-color: #0D2157;
  border-radius: 100vh;
}
.c-shuttle__btn.-to_r-all img, .c-shuttle__btn.-to_l-all img {
  width: 1.6em;
}
.c-shuttle__btn.-to_r img, .c-shuttle__btn.-to_l img {
  width: 1em;
}
.c-shuttle__btn.-to_l img, .c-shuttle__btn.-to_l-all img {
  -webkit-transform: rotate(180deg) translateX(0.1em);
          transform: rotate(180deg) translateX(0.1em);
}

.p-login {
  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: 100vw;
  height: 100vh;
}
.p-login__outer {
  background-color: #ffffff;
  width: 57.6em;
  margin: 0 auto;
  border-radius: 1.6em;
  padding: 6em 4em;
}
.p-login__logo {
  width: 18em;
  height: auto;
  margin: 0 auto 3.16em;
}

.u-mt_16 {
  margin-top: 1.6em;
}

.u-mt_24 {
  margin-top: 2.4em;
}

.u-mt_32 {
  margin-top: 3.2em;
}

.u-mt_40 {
  margin-top: 4em;
}

.u-mt_48 {
  margin-top: 4.8em;
}

.u-mt_56 {
  margin-top: 5.6em;
}

.u-mt_64 {
  margin-top: 6.4em;
}

.u-mt_72 {
  margin-top: 7.2em;
}

.u-mt_80 {
  margin-top: 8em;
}

.u-fz-10 {
  font-size: 1em;
}

.u-fz-12 {
  font-size: 1.2em;
}

.u-fz-14 {
  font-size: 1.4em;
}

.u-fz-16 {
  font-size: 1.6em;
}

.u-fz-18 {
  font-size: 1.8em;
}

.u-w-3 {
  width: 3em;
}

.u-w-4 {
  width: 4em;
}

.u-w-4_5 {
  width: 4.5em;
}

.u-w-5 {
  width: 5em;
}

.u-w-5_5 {
  width: 5.5em;
}

.u-w-6 {
  width: 6em;
}

.u-w-6_5 {
  width: 6.5em;
}

.u-w-7 {
  width: 7em;
}

.u-w-8 {
  width: 8em;
}

.u-w-9 {
  width: 9em;
}

.u-w-10 {
  width: 10em;
}

.u-w-12 {
  width: 12em;
}

.u-w-15 {
  width: 15em;
}

.u-w-17 {
  width: 17em;
}

.u-w-20 {
  width: 20em;
}

.u-w-24 {
  width: 24em;
}