.posting__backLink {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  text-decoration-line: underline;
  text-decoration-thickness: 6%;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
.posting__title {
  margin-bottom: 24px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  word-break: keep-all;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .posting__title {
    font-size: 26px;
  }
}
.posting__regist {
  overflow: hidden;
}
.posting__regist--title {
  padding: 16px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  text-align: center;
  background-color: #0064cf;
  border-radius: 10px 10px 0 0;
}
.posting__regist--contents {
  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;
  padding: 48px;
  background-color: #f5faff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 900px) {
  .posting__regist--contents {
    padding: 48px 16px;
  }
}
.posting__regist--text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 374px) {
  .posting__regist--text {
    text-align: left;
  }
}
.posting__regist--information {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 900px) {
  .posting__regist--information {
    text-align: left;
  }
}
.posting__regist--link {
  padding: 12px 64px;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.posting__regist--link--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.posting__regist--link--wrapper:hover .hover-reverse-bg::before, .posting__regist--link--wrapper:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.posting__regist--link--wrapper:hover .hover-reverse-bg::before {
  opacity: 0;
}
.posting__regist--link--wrapper:hover .hover-reverse-bg::after {
  opacity: 1;
}
.posting__regist--link--wrapper .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.posting__regist--link--wrapper .hover-reverse-bg::before, .posting__regist--link--wrapper .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.posting__regist--link--wrapper .hover-reverse-bg::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
  opacity: 1;
}
.posting__regist--link--wrapper .hover-reverse-bg::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #004eea), to(#00a5f6));
  background: linear-gradient(270deg, #004eea 10.5%, #00a5f6 100%);
  opacity: 0;
}
.posting__regist--link--wrapper:hover {
  opacity: 1;
}
.posting__regist--link:hover {
  cursor: pointer;
}
@media (max-width: 900px) {
  .posting__regist--link {
    padding: 12px 33.5px;
  }
}
@media (max-width: 374px) {
  .posting__regist--link {
    padding: 12px 20px;
  }
}
.posting__regist--link--wrapper {
  z-index: 3;
  margin: 24px auto 12px;
}
@media (max-width: 374px) {
  .posting__regist--link--wrapper {
    width: 100%;
  }
}
.posting__explain--toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  background-color: #d6eafd;
}
.posting__explain--toggle::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 29px;
  height: 29px;
  background-image: url('data:image/svg+xml,<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 9L14.5 21L26 9" stroke="%232E2D28" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.posting__explain--toggle:hover {
  cursor: pointer;
}
.posting__explain--toggle.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.posting__explain--contents {
  padding: 32px 40px 48px;
  background-color: white;
}
@media (max-width: 900px) {
  .posting__explain--contents {
    padding: 32px 16px 48px;
  }
}
.posting__explain--contents-wrapper {
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.posting__explain--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.posting__explain--row:not(:last-child) {
  margin-bottom: 24px;
}
.posting__explain--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 900px) {
  .posting__explain--header {
    gap: 8px;
  }
}
.posting__explain--header-number {
  padding: 6px 10px;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #0064cf;
  background: #f0f7ff;
  border-radius: 5px;
}
.posting__explain--header-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .posting__explain--header-title {
    margin: 2.5px 0;
  }
}
.posting__explain--text {
  margin-top: -2px;
  margin-left: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .posting__explain--text {
    margin-top: 8px;
    margin-left: 0;
  }
}
.posting__form {
  padding: 0 40px 64px;
  margin-top: 48px;
  background-color: white;
  border: 1px solid rgba(0, 100, 207, 0.2);
  border-radius: 10px;
}
@media (max-width: 900px) {
  .posting__form {
    padding: 0 16px 64px;
  }
}
.posting__form--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 120px;
  margin: auto;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: white;
  text-align: center;
  background-color: #1e74d6;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 900px) {
  .posting__form--title {
    width: auto;
    padding: 16px 0;
    margin: 0 12.5px 32px;
  }
}
.posting__form--boldText {
  margin-bottom: 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .posting__form--boldText {
    font-size: 18px;
  }
}
.posting__form--example-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .posting__form--example-wrapper {
    gap: 16px;
  }
}
.posting__form--example-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 900px) {
  .posting__form--example-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.posting__form--example-redText, .posting__form--example-greenText {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 900px) {
  .posting__form--example-redText, .posting__form--example-greenText {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}
.posting__form--example-redText {
  color: #d10404;
}
.posting__form--example-greenText {
  color: #007d32;
}
.posting__form--example-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  background: #ececec;
  border-radius: 5px;
}
.posting__form--example-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.posting__form--input {
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 460px;
}
.posting__form--input:hover {
  border-color: #757575;
}
.posting__form--input::-webkit-input-placeholder {
  color: #b6b6b6;
}
.posting__form--input::-moz-placeholder {
  color: #b6b6b6;
}
.posting__form--input:-ms-input-placeholder {
  color: #b6b6b6;
}
.posting__form--input::-ms-input-placeholder {
  color: #b6b6b6;
}
.posting__form--input::placeholder {
  color: #b6b6b6;
}
.posting__form--input:-moz-read-only {
  background-color: #ececec;
}
.posting__form--input:read-only {
  background-color: #ececec;
}
.posting__form--checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.posting__form--checkbox-wrapper:not(:first-child) {
  margin-top: 16px;
}
.posting__form--button {
  padding: 12px 64px;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.posting__form--button--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.posting__form--button--wrapper:hover .hover-reverse-bg::before, .posting__form--button--wrapper:hover .hover-reverse-bg::after {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.posting__form--button--wrapper:hover .hover-reverse-bg::before {
  opacity: 0;
}
.posting__form--button--wrapper:hover .hover-reverse-bg::after {
  opacity: 1;
}
.posting__form--button--wrapper .hover-reverse-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.posting__form--button--wrapper .hover-reverse-bg::before, .posting__form--button--wrapper .hover-reverse-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.posting__form--button--wrapper .hover-reverse-bg::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
  opacity: 1;
}
.posting__form--button--wrapper .hover-reverse-bg::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #004eea), to(#00a5f6));
  background: linear-gradient(270deg, #004eea 10.5%, #00a5f6 100%);
  opacity: 0;
}
.posting__form--button--wrapper:hover {
  opacity: 1;
}
.posting__form--button:hover {
  cursor: pointer;
}
@media (max-width: 374px) {
  .posting__form--button {
    padding: 12px 20px;
  }
}
.posting__form--button--wrapper {
  z-index: 3;
  margin: 64px auto 0;
}
@media (max-width: 374px) {
  .posting__form--button--wrapper {
    width: 100%;
  }
}

.table {
  margin-bottom: 0;
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 900px) {
  .table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.table__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 0 16px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #757575;
  vertical-align: middle;
  background-color: white;
}
@media (max-width: 900px) {
  .table__header {
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 4px;
  }
}
.table__header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 176px;
  min-width: 176px;
  margin-right: 24px;
}
.table__header--text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.table__data {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .table__data {
    padding-bottom: 16px;
    padding-left: 32px;
  }
}

.list {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.list:not(:last-of-type) {
  margin-bottom: 24px;
}

.heading__blueBg {
  margin-bottom: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 900px) {
  .heading__blueBg {
    margin-bottom: 20px;
  }
}
.heading__blue {
  line-height: 160%;
}

.textarea {
  height: 148px;
}