.hello h1 {
  color: red;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #000000;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

body.is-fixed {
  overflow: hidden;
}

* {
  line-height: inherit;
  min-inline-size: 0;
}

picture {
  display: block;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  outline-color: #C9C9C9;
  color: #C9C9C9;
}

/* IE */
input:-ms-input-placeholder {
  outline-color: #C9C9C9;
  color: #C9C9C9;
}

/* Edge */
input::-ms-input-placeholder {
  outline-color: #C9C9C9;
  color: #C9C9C9;
}

textarea::placeholder {
  color: #C9C9C9;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #C9C9C9;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #C9C9C9;
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
.nowrap {
  white-space: nowrap;
}

.sort-link {
  display: block;
}

.sort-link .sort_icon {
  width: 12px;
  margin-left: 8px;
}

.select2-container .select2-selection, .select2-container .select2-dropdown {
  border: 1px solid #D0D0D0;
}

.select2-container .select2-selection {
  padding: 0 0.9375rem;
  display: flex !important;
}

.select2-container .select2-selection.select2-selection--multiple {
  cursor: pointer;
  background: url(/assets/select-icon-2cdef4a01fa76fd0146f426cd3d07b8f6c41606c783cbe128338eaeb25b672e1.svg) no-repeat right 0.5rem center/1.5rem auto;
}

.select2-container .select2-selection .select2-selection__rendered {
  margin: 0 !important;
  padding: 0 0 0.4375rem;
  display: inline-flex !important;
  flex-wrap: wrap;
  gap: 0 0.25rem;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin: 0.4375rem 0 0;
  border: 1px solid #e2e2e2;
  display: inline-flex;
  height: 24px;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0 0.125rem !important;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border: 0 !important;
  position: inherit;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  position: relative;
  color: #e2e2e2;
}

.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span:before {
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293z'/></svg>");
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
}

.select2-container .select2-selection .select2-search .select2-search__field {
  margin: 0;
  padding: 0.4375rem 0;
  font-size: 16px;
  min-height: 2.375rem;
  cursor: pointer;
}

.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.select2-container .select2-selection .select2-selection__arrow b {
  border-color: var(--bs-body-color) transparent transparent transparent;
  border-width: 6px 4px 0 4px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 2px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 2px;
  border-radius: 4px;
}

.checkbox-wrapper-65 label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.checkbox-wrapper-65 input[type=checkbox] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-65 input[type=checkbox]:checked + .cbx {
  background-color: #000;
  border: none;
}

.checkbox-wrapper-65 input[type=checkbox]:checked + .cbx svg {
  stroke-dashoffset: 0;
  transition: all 0.15s ease;
}

.checkbox-wrapper-65 input[type=checkbox]:checked + .cbx .cbx-number {
  color: #fff;
  transition: all 0.15s ease;
}

.checkbox-wrapper-65 .cbx {
  position: relative;
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #D0D0D0;
  transition: all 0.15s ease;
}

.checkbox-wrapper-65 .cbx svg {
  position: absolute;
  top: 3px;
  left: 3px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 17;
  stroke-dashoffset: 17;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-65 .cbx .cbx-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  background-color: transparent;
}

.radio_button {
  cursor: pointer;
  appearance: auto;
}

.c-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.c-img.-contain img {
  object-fit: contain;
}

.c-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-form__wrapper.-sm {
  max-width: 31.25rem;
  margin: 0 auto;
}

.c-form__ttl-sub {
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.c-form__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin-bottom: 1.5rem;
}

.c-form__list.-margin {
  margin-bottom: 0;
}

.c-form__list.-vertical {
  gap: 1.25rem 1.375rem;
}

@media only screen and (max-width: 767px) {
  .c-form__list.-vertical {
    gap: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-form__list {
    gap: 1rem;
  }
}
.c-form__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem 0.75rem;
  width: 100%;
}

.c-form__item.-btn {
  gap: 0 0.75rem;
}

.c-form__item.-vertical {
  align-items: flex-start;
  flex-direction: column;
}

.c-form__item.-vertical .c-form__item-label {
  min-height: 0;
}

.c-form__item.-vertical.-lg {
  width: 38.4375rem;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-form__item.-vertical.-lg {
    width: 100%;
  }
}
.c-form__item.-vertical.-md {
  width: 50%;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-form__item.-vertical.-md {
    width: 100%;
  }
}
.c-form__item.-vertical.-sm {
  width: 11.875rem;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-form__item.-vertical.-sm {
    width: 100%;
  }
}
.c-form__item.-md {
  width: calc(50% - 1.25rem);
  min-width: 23.75rem;
  flex: 1 1 auto;
}

.c-form__item.-md.flexnone {
  flex: none;
}

@media only screen and (max-width: 767px) {
  .c-form__item.-md {
    width: 100%;
    min-width: 100%;
  }
}
.c-form__item.-sm {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .c-form__item.-sm {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-form__item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-form__item-label {
  font-weight: 500;
  flex: 0 0 auto;
  width: 13.75rem;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
}

.c-form__item-label.-detail {
  min-height: 0;
}

.c-form__item-label.-md {
  width: 7.5rem;
}

.c-form__item-label .required {
  background: oklch(0.505 0.213 27.518);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  margin-left: auto;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 767px) {
  .c-form__item-label {
    min-height: 0;
  }
}
.c-form__item-field {
  width: 100%;
}

.c-form__item-field input[type=checkbox],
.c-form__item-field input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.c-form__item-field input[type=text],
.c-form__item-field input[type=date],
.c-form__item-field input[type=password],
.c-form__item-field input[type=tel],
.c-form__item-field input[type=email],
.c-form__item-field input[type=password],
.c-form__item-field input[type=number],
.c-form__item-field select,
.c-form__item-field textarea {
  border: 1px solid #d0d0d0;
  background: #fff;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.4375rem 0.9375rem;
  border: 1px solid #D0D0D0;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .c-form__item-field input[type=text],
  .c-form__item-field input[type=date],
  .c-form__item-field input[type=password],
  .c-form__item-field input[type=tel],
  .c-form__item-field input[type=email],
  .c-form__item-field input[type=password],
  .c-form__item-field input[type=number],
  .c-form__item-field select,
  .c-form__item-field textarea {
    padding: 0.4375rem 0.75rem;
    min-height: 2.5rem;
  }
}
.c-form__item-field input[type=text].-md,
.c-form__item-field input[type=date].-md,
.c-form__item-field input[type=password].-md,
.c-form__item-field input[type=tel].-md,
.c-form__item-field input[type=email].-md,
.c-form__item-field input[type=password].-md,
.c-form__item-field input[type=number].-md,
.c-form__item-field select.-md,
.c-form__item-field textarea.-md {
  width: 15rem;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-form__item-field input[type=text].-md,
  .c-form__item-field input[type=date].-md,
  .c-form__item-field input[type=password].-md,
  .c-form__item-field input[type=tel].-md,
  .c-form__item-field input[type=email].-md,
  .c-form__item-field input[type=password].-md,
  .c-form__item-field input[type=number].-md,
  .c-form__item-field select.-md,
  .c-form__item-field textarea.-md {
    width: 7.5rem;
  }
}
.c-form__item-field input[type=date] {
  background: url(/assets/calendar_icon-cb83b3e4a64110bab5e68874e4b11e6e509e41070fc1598836aab08c5ee19dca.svg) no-repeat right 1rem center/auto 1.25rem;
}

.c-form__item-field input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
}

.c-form__item-field textarea {
  resize: none;
  height: 11.25rem;
}

.c-form__item-field select {
  background: url(/assets/select-icon-2cdef4a01fa76fd0146f426cd3d07b8f6c41606c783cbe128338eaeb25b672e1.svg) no-repeat right 0.5rem center/1.5rem auto;
}

.c-form__item-field input[type=date],
.c-form__item-field select {
  color: #C9C9C9;
}

.c-form__item-field input[type=date].has-value,
.c-form__item-field select.has-value {
  color: #000000;
}

.c-form__item-field.-half input[type=text],
.c-form__item-field.-half input[type=date],
.c-form__item-field.-half input[type=password],
.c-form__item-field.-half input[type=tel],
.c-form__item-field.-half input[type=email],
.c-form__item-field.-half input[type=password],
.c-form__item-field.-half input[type=number],
.c-form__item-field.-half select,
.c-form__item-field.-half textarea {
  max-width: calc(50% - 5.375rem);
}

@media only screen and (max-width: 767px) {
  .c-form__item-field.-half input[type=text],
  .c-form__item-field.-half input[type=date],
  .c-form__item-field.-half input[type=password],
  .c-form__item-field.-half input[type=tel],
  .c-form__item-field.-half input[type=email],
  .c-form__item-field.-half input[type=password],
  .c-form__item-field.-half input[type=number],
  .c-form__item-field.-half select,
  .c-form__item-field.-half textarea {
    width: 100%;
  }
}
.c-form__item-field.-lg input[type=text],
.c-form__item-field.-lg input[type=date],
.c-form__item-field.-lg input[type=password],
.c-form__item-field.-lg input[type=tel],
.c-form__item-field.-lg input[type=email],
.c-form__item-field.-lg input[type=password],
.c-form__item-field.-lg input[type=number],
.c-form__item-field.-lg select,
.c-form__item-field.-lg textarea {
  max-width: 37.5rem;
}

.c-form__item-field .txt-static {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e2e2e2;
}

.c-form__item-field.-claim {
  max-width: 37.5rem;
}

.c-form__item .l-login__item-field, .c-form__item .-lg {
  position: relative;
  max-width: 37.5rem;
}

.c-form__item .l-login__item-field #eye, .c-form__item .-lg #eye {
  position: absolute;
  right: 1rem;
  top: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #9F9FAA;
}

.c-form__file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0;
}

.c-form__file-input, .c-form__file-delete {
  display: none;
}

.c-form__file-name {
  margin-left: 2rem;
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c-form__file-name {
    margin-left: 0;
  }
}
.c-form__file-delete {
  font-size: 0;
  margin-left: 0.75rem;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(/../img/common/delete.svg) no-repeat center/contain;
}

.c-form__file-btn {
  background: #575757;
  color: #fff;
  border-radius: 2px;
  width: 12.125rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-form__file-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-form__file-btn:active {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-form__file-btn {
    width: 100%;
  }
}
.c-form__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
  min-height: 2.5rem;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-form__radio {
    min-height: 0;
    gap: 0.5rem 1.75rem;
  }
}
.c-form__radio-item input[type=radio]:focus + span::before {
  outline: 1px solid oklch(0.282 0.091 267.935);
}

.c-form__radio-item input[type=radio]:checked + span::after {
  opacity: 1;
}

.c-form__radio-item input[type=radio] + span {
  display: inline-block;
  padding-left: 1.75rem;
  position: relative;
}

.c-form__radio-item input[type=radio] + span::before, .c-form__radio-item input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.c-form__radio-item input[type=radio] + span::before {
  left: 0;
  border: 1px solid #d0d0d0;
  width: 1.25rem;
}

.c-form__radio-item input[type=radio] + span::after {
  background: oklch(0.282 0.091 267.935);
  left: 0.25rem;
  width: 0.75rem;
  opacity: 0;
}

.c-form__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
  min-height: 2.5rem;
  align-items: center;
}

.c-form__checkbox.-no-height {
  min-height: 0;
}

@media only screen and (max-width: 767px) {
  .c-form__checkbox {
    min-height: 0;
    gap: 0.5rem 1.75rem;
  }
}
.c-form__checkbox-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.c-form__checkbox-item input[type=checkbox] + span {
  display: inline-block;
  padding-left: 1.75rem;
  position: relative;
}

.c-form__checkbox-item input[type=checkbox] + span::before, .c-form__checkbox-item input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  left: 0;
  width: 1.25rem;
}

.c-form__checkbox-item input[type=checkbox] + span::before {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}

.c-form__checkbox-item input[type=checkbox] + span::after {
  opacity: 0;
  background: url(/assets/check-icon-1f2b570045167d645846e680f026f04bf5edd2564f2a4309a63189603f788c6d.svg) no-repeat center/100% auto;
}

.c-form__address {
  display: flex;
  align-items: center;
  gap: 0.5rem 1.25rem;
}

@media only screen and (max-width: 767px) {
  .c-form__address {
    flex-wrap: wrap;
  }
}
.c-form__box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .c-form__box {
    gap: 0.75rem;
  }
}
.c-form__block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .c-form__block {
    gap: 0.5rem;
  }
}
.c-form__member-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-form__approver, .c-form__task, .c-form__staff {
  width: 100%;
}

.c-form__approver-list, .c-form__task-list, .c-form__staff-list {
  margin-bottom: 0;
}

.c-form__approver-list .c-form__list, .c-form__task-list .c-form__list, .c-form__staff-list .c-form__list {
  margin-bottom: 0;
  max-width: 52rem;
}

.c-form__approver-item, .c-form__task-item, .c-form__staff-item {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.c-form__approver-item:last-child, .c-form__task-item:last-child, .c-form__staff-item:last-child {
  margin-bottom: 1rem;
}

.c-form__approver-delete, .c-form__task-delete, .c-form__staff-delete {
  flex: 0 0 auto;
  display: block;
  background: oklch(0.707 0.022 261.325);
  width: 2rem;
  margin-bottom: 0.25rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-form__approver-delete:hover, .c-form__task-delete:hover, .c-form__staff-delete:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-form__approver-delete:active, .c-form__task-delete:active, .c-form__staff-delete:active {
    opacity: 0.7;
  }
}
.c-form__approver-delete::before, .c-form__task-delete::before, .c-form__staff-delete::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1rem;
  top: 50%;
  left: 50%;
  background: #fff;
}

.c-form__approver-delete::before, .c-form__task-delete::before, .c-form__staff-delete::before {
  transform: translate(-50%, -50%);
}

.c-form__approver-add, .c-form__task-add, .c-form__staff-add {
  display: block;
  background: oklch(0.282 0.091 267.935);
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-form__approver-add:hover, .c-form__task-add:hover, .c-form__staff-add:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-form__approver-add:active, .c-form__task-add:active, .c-form__staff-add:active {
    opacity: 0.7;
  }
}
.c-form__approver-add::before, .c-form__approver-add::after, .c-form__task-add::before, .c-form__task-add::after, .c-form__staff-add::before, .c-form__staff-add::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1rem;
  top: 50%;
  left: 50%;
  background: #fff;
}

.c-form__approver-add::before, .c-form__task-add::before, .c-form__staff-add::before {
  transform: translate(-50%, -50%);
}

.c-form__approver-add::after, .c-form__task-add::after, .c-form__staff-add::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-form__approver-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-form__approver-item:last-child {
  margin-bottom: 0;
}

.c-form__add {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-form__add-btn {
  display: block;
  margin-top: 0.5rem;
  background: oklch(0.282 0.091 267.935);
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-form__add-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-form__add-btn:active {
    opacity: 0.7;
  }
}
.c-form__add-btn::before, .c-form__add-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1rem;
  top: 50%;
  left: 50%;
  background: #fff;
}

.c-form__add-btn::before {
  transform: translate(-50%, -50%);
}

.c-form__add-btn::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-form__duplicate {
  display: block;
  margin-top: 0.5rem;
  background: oklch(0.282 0.091 267.935);
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-form__duplicate:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-form__duplicate:active {
    opacity: 0.7;
  }
}
.c-form__duplicate::before, .c-form__duplicate::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1rem;
  top: 50%;
  left: 50%;
  background: #fff;
}

.c-form__duplicate::before {
  transform: translate(-50%, -50%);
}

.c-form__duplicate::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-form__delete {
  flex: 0 0 auto;
  display: block;
  background: oklch(0.707 0.022 261.325);
  width: 2rem;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-form__delete:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-form__delete:active {
    opacity: 0.7;
  }
}
.c-form__delete::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 1rem;
  top: 50%;
  left: 50%;
  background: #fff;
}

.c-form__delete::before {
  transform: translate(-50%, -50%);
}

.c-fz.-bold {
  font-weight: 700;
}

.c-fz.-fz12 {
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.c-fz.-fz14 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.c-fz.-fz16 {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .c-fz.-fz16 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-fz.-fz18 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

@media only screen and (max-width: 767px) {
  .c-fz.-fz18 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-fz.-fz20 {
  font-size: 1.25rem;
  line-height: 1.45;
}

@media only screen and (max-width: 767px) {
  .c-fz.-fz20 {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.c-fz.-fz24 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
}

@media only screen and (max-width: 767px) {
  .c-fz.-fz24 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.c-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin: 0 auto;
  max-width: 83.25rem;
}

.c-nav {
  background: oklch(0.282 0.091 267.935);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15rem;
  padding: 1rem;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .c-nav {
    padding-top: 3.125rem;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: 0;
    width: auto;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    transition-property: opacity, visibility, transform;
  }
  .c-nav.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.c-nav__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
}

@media only screen and (max-width: 767px) {
  .c-nav__ttl {
    margin-bottom: 1rem;
  }
}
.c-nav__list {
  display: flex;
  flex-direction: column;
}

.c-nav__item .link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-nav__item .link:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (hover: none) {
  .c-nav__item .link:active {
    background: rgba(255, 255, 255, 0.2);
  }
}
.c-nav__item .link .icon {
  flex: 0 0 auto;
  width: 1.5rem;
  aspect-ratio: 1/1;
}

.c-nav__item .link .icon img {
  width: 100%;
  height: auto;
}

.c-header {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 15rem;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .c-header {
    left: 0;
  }
}
.c-header__inner {
  min-height: 4rem;
  padding: 1rem;
  gap: 2rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-header__inner {
    gap: 1rem;
    min-height: 3.125rem;
    padding: 0.25rem 1rem;
  }
}
.c-header__ttl {
  font-size: 1.25rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-header__ttl {
    font-size: 1rem;
  }
}
.c-header__status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-header__status .icon {
  flex: 0 0 auto;
  width: 1.5rem;
  aspect-ratio: 1/1;
}

@media only screen and (max-width: 767px) {
  .c-header__status .icon {
    width: 1.125rem;
  }
}
.c-header__status .icon img {
  width: 100%;
  height: 100%;
}

.c-header__status .txt {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-header__status .txt {
    font-size: 0.875rem;
  }
}
.c-header__menu {
  aspect-ratio: 1/1;
  width: 1.875rem;
  background: oklch(0.282 0.091 267.935);
  border-radius: 0.25rem;
  position: relative;
  transition: 0.3s ease-out;
  transition-property: opacity;
  display: none;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .c-header__menu {
    display: block;
  }
}
@media (hover: hover) {
  .c-header__menu:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-header__menu:active {
    opacity: 0.7;
  }
}
.c-header__menu.is-active .bar {
  background: transparent;
}

.c-header__menu.is-active .bar::before {
  top: 0;
  transform: translate(-50%, 0) rotate(45deg);
}

.c-header__menu.is-active .bar::after {
  top: 0;
  transform: translate(-50%, 0) rotate(-45deg);
}

.c-header__menu .bar {
  width: 1.125rem;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
  transition-property: background;
}

.c-header__menu .bar::before, .c-header__menu .bar::after {
  content: "";
  width: 1.125rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s ease-out;
  transition-property: top, transform;
}

.c-header__menu .bar::before {
  top: -0.375rem;
}

.c-header__menu .bar::after {
  bottom: -0.375rem;
}

.c-container {
  width: 100%;
  display: flex;
  padding-top: 4rem;
  padding-left: 15rem;
}

@media only screen and (max-width: 767px) {
  .c-container {
    padding-left: 0;
    padding-top: 3.125rem;
  }
}
.c-main {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-main__block {
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .c-main__block {
    padding: 1rem;
  }
}
.c-main__block-ttl {
  margin-bottom: 0.75rem;
}

.c-table {
  overflow: auto;
  position: relative;
}

.c-table__container {
  position: relative;
}

.c-table table {
  width: 100%;
}

.c-table th,
.c-table td {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 0.25rem 0.75rem;
  border: 1px solid #D0D0D0;
}

@media only screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 0.25rem 0.5rem;
  }
}
.c-table thead th,
.c-table thead td {
  background: #f4f4f4;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  white-space: nowrap;
}

.c-table thead th {
  font-weight: 500;
}

.c-table tfoot {
  position: sticky;
  bottom: 0;
}

.c-table tfoot tr td,
.c-table tfoot tr th {
  background: #F4F4F4;
}

.c-breadcrumb {
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-breadcrumb::-webkit-scrollbar {
  display: none;
}

.c-breadcrumb__inner {
  display: flex;
  gap: 0.75rem;
}

.c-breadcrumb__inner > * {
  flex: 0 0 auto;
}

.c-breadcrumb a {
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-breadcrumb a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-breadcrumb a:active {
    opacity: 0.7;
  }
}
.c-breadcrumb .current {
  color: #C9C9C9;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: oklch(0.282 0.091 267.935);
  color: #fff;
  font-weight: 500;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  min-width: 15rem;
  min-height: 2rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-btn:active {
    opacity: 0.7;
  }
}
.c-btn .icon {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 1.25rem;
  aspect-ratio: 1/1;
}

.c-btn.-xs {
  padding: 0.25rem;
  min-width: 3.75rem;
  min-height: 1.5rem;
}

.c-btn.-green {
  background: oklch(0.393 0.095 152.535);
}

.c-btn.-red {
  background: oklch(0.505 0.213 27.518);
}

.c-btn.-blue {
  background: #30A6CB;
}

.c-btn.-gray {
  background: oklch(0.707 0.022 261.325);
}

.c-btn.-yellow {
  color: #000000;
  background: oklch(0.852 0.199 91.936);
}

.c-btn.-excel {
  background: #217346;
}

.c-btn__open {
  width: 1.25rem;
}

.c-btn__open img {
  width: 100%;
  height: auto;
}

.c-btn.font-s {
  font-size: 0.75rem;
}

.c-flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.c-flex.-sm {
  gap: 0.25rem 0.5rem;
}

.c-flex.-justify-start {
  justify-content: flex-start;
}

.c-flex.-space-between {
  justify-content: space-between;
}

.c-flex.-justify-end {
  justify-content: flex-end;
}

.c-flex.-align-end {
  align-items: flex-end;
}

.c-flex.-align-start {
  align-items: flex-start;
}

.c-flex.-nowrap {
  flex-wrap: nowrap;
}

#pagination_container .pagination_updatePerPage .pagination_updatePerPage_head {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#pagination_container .pagination_updatePerPage .pagination_updatePerPage_head select {
  width: 186px;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  border: solid 1px #D0D0D0;
  border-radius: 4px;
  appearance: auto;
}

#pagination_container .pagination_updatePerPage .pagination_updatePerPage_count {
  font-size: 16px;
  color: #333252;
  display: flex;
  align-items: center;
}

#pagination_container .pagination_updatePerPage .pagination_updatePerPage_count .txt {
  padding-right: 13px;
}

#pagination_container .pagination_updatePerPage .pagination_updatePerPage_count .txt span {
  font-size: 20px;
  font-weight: bold;
  padding-right: 8px;
}

#pagination_container .c-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#pagination_container .c-pagination .pagination {
  display: flex;
  gap: 8px;
}

#pagination_container .c-pagination .pagination .prev,
#pagination_container .c-pagination .pagination .next,
#pagination_container .c-pagination .pagination .page,
#pagination_container .c-pagination .pagination .first,
#pagination_container .c-pagination .pagination .last {
  background-color: #F2F2F2;
  color: #425367;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagination_container .c-pagination .pagination .prev a,
#pagination_container .c-pagination .pagination .next a,
#pagination_container .c-pagination .pagination .page a,
#pagination_container .c-pagination .pagination .first a,
#pagination_container .c-pagination .pagination .last a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pagination_container .c-pagination .pagination .prev {
  margin-right: 8px;
}

#pagination_container .c-pagination .pagination .next {
  margin-left: 8px;
}

#pagination_container .c-pagination .pagination .prev,
#pagination_container .c-pagination .pagination .next {
  color: #FFF;
}

#pagination_container .c-pagination .pagination .first {
  background-image: url(/assets/paginate/left_arrow_white_icon-fd9abf3f357ac9b3e0d69e27931ebc9d6a7069985e08ff5d4894173ba271ba33.svg);
}

#pagination_container .c-pagination .pagination .last {
  background-image: url(/assets/paginate/right_arrow_white_icon-406a9691b0646005cc272c3dbe0281f7b5387ae50c3f67e4c7ed678f5d30d054.svg);
}

#pagination_container .c-pagination .pagination .prev,
#pagination_container .c-pagination .pagination .next,
#pagination_container .c-pagination .pagination .first,
#pagination_container .c-pagination .pagination .last {
  background-repeat: no-repeat;
  background-position: center;
  background-color: oklch(0.282 0.091 267.935);
}

#pagination_container .c-pagination .pagination .page {
  font-size: 16px;
}

#pagination_container .c-pagination .pagination .page.current {
  background-color: oklch(0.282 0.091 267.935);
  color: #FFF;
}

.c-project {
  max-width: 37.5rem;
}

.c-project__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-project__item {
  display: flex;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D0D0D0;
}

.c-comment__item {
  padding: 0.75rem;
  border-top: 1px solid #D0D0D0;
}

.c-comment__item:last-child {
  border-bottom: 1px solid #D0D0D0;
}

.c-comment__head {
  margin-bottom: 0.75rem;
}

.c-comment__head .date {
  color: oklch(0.707 0.022 261.325);
}

.c-comment__reply {
  margin-top: 0.75rem;
}

.c-comment__reply-btn {
  width: 1.25rem;
  transition: 0.3s ease-out;
  transition-property: opacity;
}

@media (hover: hover) {
  .c-comment__reply-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .c-comment__reply-btn:active {
    opacity: 0.7;
  }
}
.c-comment__reply-btn img {
  width: 100%;
  height: auto;
}

.c-comment__reply-list {
  padding-left: 1.5rem;
}

.c-comment__form {
  margin-top: 1.5rem;
}

.c-comment__status {
  margin-top: 0.75rem;
  color: oklch(0.505 0.213 27.518);
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid oklch(0.505 0.213 27.518);
}

.c-comment__status.-approve {
  border-color: #30A6CB;
  color: #fff;
  background: #30A6CB;
}

.c-drop svg {
  width: 1.5rem;
}

.c-drop input[type=file] {
  display: none;
}

.c-drop .preview {
  max-width: 12.5rem;
  margin: 0 auto;
}

.c-drop .preview img {
  width: 100%;
  height: auto;
}

.c-drop__label {
  border-radius: 0.375rem;
  border: 3px dashed #C8C8C8;
  background: #F0F0F0;
  padding: 0.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.c-drop__list {
  max-width: 37.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px solid #D0D0D0;
}

.c-drop__item {
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #D0D0D0;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.c-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.c-modal__contents {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.375rem;
  width: 100%;
  max-width: 37.5rem;
  position: relative;
}

.c-modal__ttl {
  text-align: center;
  margin-bottom: 1.5rem;
}

.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  aspect-ratio: 1/1;
  background: oklch(0.282 0.091 267.935);
  border-radius: 50%;
  transform: translate(25%, -25%);
  transition: 0.3s ease-out;
  transition-property: filter;
}

@media (hover: hover) {
  .c-modal__close:hover {
    filter: brightness(0.8);
  }
}
@media (hover: none) {
  .c-modal__close:active {
    filter: brightness(0.8);
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 1.125rem;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-chart {
  width: 100%;
  min-height: 200px;
  overflow: scroll;
}

.l-login {
  background: oklch(0.282 0.091 267.935);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 3.25rem 0 0;
}

@media only screen and (max-width: 767px) {
  .l-login {
    min-height: calc(100vh - 3.75rem);
  }
}
.l-login__ttl {
  text-align: center;
  margin-bottom: 1.5rem;
}

.l-login__box {
  background: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-login__box {
    padding: 1rem;
  }
}
.l-login__logo {
  aspect-ratio: 322/100;
  max-width: 20.125rem;
  margin: 0 auto 1.25rem;
}

.l-login .l-login__reset {
  padding-top: 20px;
}

.c-form__item-field.permissions {
  width: auto;
}

.c-form__bottom.permissions {
  margin-top: 1.5rem;
}

.project_member,
.project_role {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.4375rem 0.9375rem;
}

@media only screen and (max-width: 767px) {
  .project_member,
  .project_role {
    padding: 0.4375rem 0.75rem;
    min-height: 2.5rem;
  }
}
.project_member.-md,
.project_role.-md {
  width: 15rem;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .project_member.-md,
  .project_role.-md {
    width: 7.5rem;
  }
}
.project_member_role {
  max-width: 37.5rem;
}

.csvImportFileButton {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.csvImportFileButton label {
  display: contents;
}

.csvImportFileButton .FileList {
  font-size: 12px;
  width: 15rem;
}

.csvImportFileButton .FileList button {
  color: #ff0000;
  border-radius: 50%;
  border: solid 1px #ff0000;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.work_records_hours {
  display: flex;
  align-items: center;
}

.work_records_hours input {
  min-width: 37.5rem;
}

.budget-select {
  width: 186px;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  border: solid 1px #D0D0D0;
  border-radius: 4px;
  appearance: auto;
}

.budget-user-row {
  background-color: #f2dfbb;
}

.task-member-row {
  max-width: 37.5rem;
}

.task-member {
  width: 100%;
  padding: 0.4375rem 0.9375rem;
}

.estimate_item_name .is-hidden {
  display: none;
}

.hidden {
  display: none !important;
}
