@charset "UTF-8";

:root {
  --color-border: #b7c9c9;
  --color-gray-border: #CBD5E1;
  --color-primary: #00bfbe;
  --color-primary-txt: #00a2a2;
  --color-primary-pale: #e6f9f9;
  --color-primary-light: #bfefef;
  --color-accent: #E75E5E;
  --color-contrast: #272c41;
  --color-secondary: #1266B5;
}

.page-archive--project {
  background: #f8f9fa;
}

.page-archive--project .rlnc-page-header-title {
  /* text-align: left; */
  word-break: auto-phrase;
}
@media all and (min-width: 481px) {
  .page-archive--project .rlnc-page-header-title {
    /* text-align: center; */
    text-wrap: balance;
  }
}


/* project一覧のメインカラム上部 */
.p-project_controls {
  display: grid;
  grid-template-columns: auto max-content;
  margin: 0 0 1em;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}

.p-project_sort form {
  display: flex;
  align-items: center;
}

.p-project_sort__label {
  display: none;
  margin-right: 0.2em;
}

@media all and (min-width: 481px) {
  .p-project_sort__label {
    display: inline-block;
  }
}

/* 新着・高単価バッジ */
.p-badges {
  display: flex;
  gap: 16px;
}

/* 案件検索ブロック */
.p-filter {
  position: relative;
}
.p-filter__wrap summary {
  display: grid;
  grid-template-columns: auto 32px;
  align-items: center;
}
.p-filter__wrap summary::after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2300a3b5" stroke-width="2" viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat center/contain;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.p-filter__wrap[open] summary::after {
  transform: rotate(180deg);
}
@media all and (min-width: 1024px) {
  .p-filter__wrap summary {
    display: none;
  }
}
.p-filter__group {
  padding: 18px 0;
  border-bottom: 1px solid var(--color-gray-border);
}
.p-filter__group:first-of-type {
  padding-top: 10px;
}
@media all and (min-width: 1024px) {
  .p-filter__group:first-of-type {
    padding-top: 30px;
  }
  .p-filter__group:has(+ .p-fliter_btns) {
    border-bottom: none;
  }
}
.p-filter__label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;  line-height: 1.2;
}

.p-filter__selected-tags:has(span) {
  margin-top: 8px;
}
.p-filter__selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-fliter_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 16px;
}
@media all and (min-width: 1024px) {
  .p-fliter_btns {
    margin-top: 0;
  }
  .p-fliter__clear {
    position: absolute;
    top: 0;
    right: 0;
  }
}


/* 案件一覧 案件カード */
.p-project_item {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.p-project_item a {
  display: block;
  padding: 24px;
  transition: none;
}
.p-project_item a:hover,
.p-project_item a:focus {
  opacity: 1;
}
.p-project_item a:focus {
  outline: none;
}
.p-project_item a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .p-project_item a:hover {
    outline: 2px solid var(--color-primary);
  }
  .p-project_item a:hover .c-detail_btn {
    background: var(--color-primary-txt);
  }
}
.p-project_item__header{
  padding-bottom: 24px;
}
.p-project_item__meta:has(div) {
  margin-bottom: 16px;
}
.p-project_item__title {
  font-size: clamp(2.2rem, 1.836rem + 0.97vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
}
.p-project_item__price_range {
  margin-top: clamp(1.4rem, 1.127rem + 0.727vw, 2rem);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-project_item__price {
  color: var(--color-accent);
}
.p-project_item__price_lg {
  font-size: clamp(2.2rem, 1.473rem + 1.939vw, 3.8rem);
}

.p-project_item__body{
  padding: 24px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.p-project_item__btn {
  margin-top: 24px;
}


/* 条件のリスト */
.p-project_spec {
  display: grid;
  grid-template-columns: max-content auto;
  row-gap: 4px;
}
@media all and (min-width: 768px) {
  .p-project_spec {
    grid-template-columns: calc(193px + clamp(8px, 0.73px + 1.939vw, 24px) / 2) auto;
  }
  .p-project_spec--archive {
    grid-template-columns: max-content auto;
  }
}
.p-project_spec__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  column-gap: clamp(8px, 0.73px + 1.939vw, 24px);
}
.p-project_spec__item dt {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: clamp(4px, -0.55px + 1.212vw, 14px) clamp(12px, 6.55px + 1.455vw, 24px);
  background: #F8F9FA;
  border-radius: 18px;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-project_spec--archive .p-project_spec__item dt {
  padding-left: 18px;
  padding-right: 18px;
}
.p-project_spec__item dd {
  padding: clamp(6px, 4.18px + 0.485vw, 10px) 0;
  font-size: clamp(1.4rem, 1.218rem + 0.485vw, 1.8rem);
  align-self: center;
}
@media all and (min-width: 768px) {
  .p-project_spec__item dt {
    border-radius: 0;
    min-height: 66px;
  }
}
.p-project_spec__price_range {
  font-size: clamp(1.4rem, 1.309rem + 0.242vw, 1.6rem);
  font-weight: bold;
  line-height: 1.2;
}
.p-project_spec__price {
  color: var(--color-accent);
}
.p-project_spec__price_lg {
  font-size: clamp(2.2rem, 1.836rem + 0.97vw, 3rem);
}

/* サイドバー */
.p-project-sidebar {
}
.p-project-sidebar__filter {
  position: relative;
  z-index: 100;
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 24px;
}
.p-project-sidebar__filter.is-fixed {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  top: var(--rlnc--header--height);
  left: 0;
  overflow: scroll;
}
.p-project-sidebar__filter.is-fixed:has(.p-filter__wrap[open]) {
  height: calc(100svh - var(--rlnc--header--height));
  padding-bottom: 104px;
}
@media all and (min-width: 1024px) {
  .p-project-sidebar__filter {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  }
  .p-project-sidebar__filter.is-fixed--pc {
    position: fixed;
    top: var(--rlnc--header--height-behind);
  }
  .p-project-sidebar__filter.is-absolute--pc {
    position: absolute;
    top: auto;
    left: 0 !important;
    bottom: calc(60px - 24px);
  }
}


.p-project-sidebar__title {
  font-size: 1.8rem;
  font-weight: bold;
}


/* 言語別データブロック */
.p-project__language-data {
  width: min(100%, 600px);
  margin: 28px auto 0;
}
.p-project__language-data__title {
  margin-bottom: 5px;
  color: var(--color-secondary);
  font-size: 1.6rem;
  font-weight: bold;
}
.p-project__language-data__title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-color: var(--color-secondary);
  -webkit-mask-image: url(../images/project/ico_info.svg);
  mask-image: url(../images/project/ico_info.svg);
  vertical-align: -3px;
}
/* .p-project__language-data__img {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #CAE0F4;
  background: #F1F7FF;
}*/
.p-project__language-data__img + .p-project__language-data__img {
  margin-top: 16px;
}
/*@media all and (min-width: 768px) {
  .p-project__language-data__img {
    padding: 18px;
  }
} */


/* ページネーション */
.p-pagination{
  display: flex;
  gap: 8px;
  justify-content: center;
}
.p-pagination__num.current {
  color: var(--color-primary);
}
.p-pagination__num {
  position: relative;
  width: 24px;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  transition: none;
}
@media (any-hover: hover) {
  a.p-pagination__num:hover {
    color: var(--color-primary);
  }
  a.p-pagination__num:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-primary);
  }
}
.prev.p-pagination__num,
.next.p-pagination__num {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
}
.prev.p-pagination__num::before,
.next.p-pagination__num::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-top: 2px solid var(--color-contrast);
}
.prev.p-pagination__num::before {
  border-left: 2px solid var(--color-contrast);
  left: 50%;
  rotate: -45deg;
}
.next.p-pagination__num::before {
  border-right: 2px solid var(--color-contrast);
  right: 50%;
  rotate: 45deg;
}

/* 詳細ページ */
.p-project_single{
  padding: min(3.2vw, 24px);
  padding-bottom: 24px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.p-project_single__meta{
  margin-bottom: 16px;
}

.p-project_single__head{
  display: grid;
  grid-template-areas:
    "title"
    "spec"
    "btn";
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .p-project_single__head{
    display: grid;
    grid-template-areas:
      "title btn"
      "spec spec";
    align-items: center;
    grid-template-columns: 1fr minmax(19.54%, 150px);
    gap: 16px 24px;
    margin-bottom: 32px;
  }
}
.p-project_single__title{
  grid-area: title;
  font-size: clamp(1.8rem, 1.255rem + 1.455vw, 3rem);
  font-weight: bold;
  line-height: 1.4;
}
.p-project_single__head_btn {
  grid-area: btn;
  margin-top: 8px;
}
@media all and (min-width: 768px) {
  .p-project_single__head_btn {
    margin-top: 0;
  }
}
@media (any-hover: hover) {
  .p-project_single__head_btn {
    background: #000;
  }
}
.p-project_single__head_spec{
  grid-area: spec;
}


.p-project_single__body {
}
.p-project_single__body__btn {
  width: min(100%, 390px);
  margin: clamp(16px, 8.73px + 1.939vw, 32px) auto 16px;
}
@media (any-hover: hover) {
  .p-project_single__body__btn {
    background: #000;
  }
}

/* プロジェクト詳細 */
.p-project_details {
  display: grid !important;
  gap: 0;
  margin-bottom: 0;
  border-top: 1px solid var(--color-border);
}
@media all and (min-width: 768px) {
  .p-project_details {
    grid-template-columns: 193px 1fr;
    border-top: none;
    border-bottom: 1px solid var(--color-border);
  }
  .p-project_details:first-of-type {
    border-top: 1px solid var(--color-border);
  }
}
.p-project_details__title {
  background: #F8F9FA;
  .wp-block-heading {
    padding: 8px clamp(16px, 12.36px + 0.97vw, 24px);
    font-size: clamp(1.4rem, 1.309rem + 0.242vw, 1.6rem);
    font-weight: 500;
  }
}
@media all and (min-width: 768px) {
  .p-project_details__title {
    .wp-block-heading {
      padding: clamp(16px, 12.36px + 0.97vw, 24px);
    }
  }
}
.p-project_details__content {
  padding: clamp(16px, 12.36px + 0.97vw, 24px);
  padding-bottom: 36px;
  h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }

  h3:not(:first-child) {
    margin-top: 24px;
  }
  h4 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h4:not(:first-of-type) {
    margin-top: 15px;
  }
  p {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  ul {
    padding-left: 1.5em;
  }
  li {
    font-size: 1.4rem;
    list-style-type: disc;
  }
}

/* CTAセクション */

.p-project_cta {
  container-type: inline-size;

  margin-top: 36px;
}

.p-project_cta__inner {
  display: grid;
  grid-template-areas:
    "img"
    "title"
    "cta_content";
  align-items: center;
  padding: min(6.4vw, 24px) min(4.26vw, 16px);
  border: 1px solid var(--color-primary-light);
  background: #fff;
  text-align: center;
}
.p-project_cta--side .p-project_cta__inner {
  grid-template-areas:
    "img title"
    "cta_content cta_content";
  grid-template-columns: auto auto;
}
.p-project_cta--side .p-project_cta__title {
  font-size: 4.5cqw;
  text-align: left;
}
.p-project_cta--side .p-project_cta__img {
  aspect-ratio: unset;
}
.p-project_cta--side .p-project_cta__img img {
  width: 85px;
}

@container (min-width: 768px) {
  .p-project_cta__inner {
  grid-template-areas:
    "img title"
    "img cta_content";

    align-items: center;
    justify-content: center;
    text-align: initial;
  }
}
.p-project_cta__img {
  grid-area: img;

  width: min(100%, 130px);
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

.p-project_cta__title {
  grid-area: title;

  color: var(--color-primary-txt);
  font-size: clamp(1.8rem, 1.618rem + 0.485cqw, 2.2rem);
  font-weight: bold;
  line-height: 1.4;
}
.p-project_cta__content {
  grid-area: cta_content;

  margin: 14px 0 0;
}
.p-project_cta__txt {
  font-size: clamp(1.4rem, 1.309rem + 0.242cqw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .p-project_cta__txt {
    font-weight: 700;
  }
}
.p-project_cta__btn {
  width: min(87%, 370px);
  margin: 14px auto 0;
}
@media all and (min-width: 768px) {
  .p-project_cta__btn {
    width: min(100%, 270px);
    padding: 0;
  }
}
@media (any-hover: hover) {
  .p-project_cta__btn {
    background: #000;
  }
}



/* コンポーネント */
.c-badge {
  padding: 2px 0.5em;
  background: #F1F7FF;
  color: var(--color-secondary);
  font-size: 1.6rem;
  font-weight: bold;
}
.c-badge--new {
  background: var(--color-accent);
  color: #fff;
}
@media not all and (min-width: 768px) {
  .c-badge--sp_small {
    font-size: 1.2rem;
  }
}

.c-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: var(--color-contrast);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
@media all and (min-width: 768px) {
  .c-icon {
    margin-right: 4px;
  }
}
.c-icon--yen {
  mask-image: url(../images/project/money_yen.svg);
}
.c-icon--bag {
  mask-image: url(../images/project/business_center.svg);
}
.c-icon--code {
  mask-image: url(../images/project/code.svg);
}
.c-icon--calender {
  mask-image: url(../images/project/date_range.svg);
}
.c-icon--com {
  mask-image: url(../images/project/laptop_mac.svg);
}
.c-icon--date {
  mask-image: url(../images/project/today.svg);
}
.c-icon--train {
  mask-image: url(../images/project/train.svg);
}

.c-terms {
  display: flex;
  gap: 4px 16px;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.c-terms--gap_small {
  gap: 4px;
}
.c-term--round_border {
  padding: 2px 12px;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--color-border);
  background: #fff;
}
@media all and (min-width: 768px) {
  .c-term--round_border {
    padding: 7px 16px;
  }
}
.c-term--round_border.is-search-word {
  background: var(--color-primary-pale);
}
.c-overflow-badge {
  --overflow-badge-padding: 12px;
  --overflow-badge-width: clamp(1.4rem, 1.218rem + 0.485vw, 1.8rem) + 4px + var(--overflow-badge-padding) * 2;
}
@media all and (min-width: 768px) {
  .c-overflow-badge {
    --overflow-badge-padding: 16px;
  }
}

.c-detail_btn {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 7px 10px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .c-detail_btn:hover {
    background: var(--color-primary-txt);
  }
}
@media all and (min-width: 768px) {
  .c-detail_btn {
    width: min(100%, 390px);
    padding: 18px 10px;
  }
}

.c-entry_btn {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background: var(--Orange---grd, linear-gradient(90deg, #FF8D01 0%, #EC5E06 50%, #F57604 100%));
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.2s ease;
}
.c-entry_btn--large {
  font-size: clamp(1.8rem, 1.709rem + 0.242vw, 2rem);
}
@media (any-hover: hover) {
  .c-entry_btn:hover {
    opacity: 0.9;
  }
}

.c-clear_btn {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  background: #fff;
  border: 2px solid var(--color-border);
  color: var(--color-contrast);
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
@media all and (min-width: 1024px) {
  .c-clear_btn {
    padding: 0;
    border: none;
    color: var(--color-secondary);
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    .c-clear_btn:hover {
      text-decoration: none;
    }
  }
}
.c-input__input {
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 14px;
}
.c-input__input::placeholder {
  color: var(--color-border);
}

.c-input--search {
  position: relative;
}
.c-input--search .c-input__input {
  padding-left: 1.8em;
}
.c-input--search::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23b7c9c9" stroke-width="2" viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="5"/><line x1="21" y1="21" x2="13" y2="13"/></svg>') no-repeat center/contain;
}

.c-selectbox {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.c-selectbox--small {
  width: 160px;
}

.c-selectbox__select {
  width: 100%;
  padding: 0.5em 48px 0.5em 0.8em;
  cursor: pointer;
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
.c-selectbox__select:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.c-selectbox::before,
.c-selectbox::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.c-selectbox::before {
  top: 1px;
  right: 1px;
  width: 47px;
  height: calc(100% - 2px);
  background: var(--color-primary-pale);
  border-left: 1px solid var(--color-border);
  border-radius: 0 5px 5px 0;
}
.c-selectbox::after {
  top: 50%;
  right: 15px;
  width: 21px;
  height: 21px;
  pointer-events: none;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%2300a3b5" stroke-width="3" viewBox="0 0 24 24" width="24" height="24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat center/contain;
}

.c-select_term {
  display: grid;
  grid-template-columns: auto 28px;
  padding-left: 8px;
  padding-right: 0;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--color-primary-light);
  background: var(--color-primary-pale);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  color: #007373;
  font-size: 1.4rem;
}
.c-select_term__remove {
  padding: 0 6px;
  border-left: 1px solid var(--color-primary-light);
  width: 28px;
  height: 100%;
}
.c-select_term__remove img {
  vertical-align: -2px;
}

.c-contact_title {
  font-size: clamp(2.4rem, 1.855rem + 1.455vw, 3.6rem);
}


/* Choices.js カスタムスタイル - 既存の働き方タグと同じデザインに */
.choices {
  margin-bottom: 0 !important;
}

.choices__inner {
  display: block;
  min-height: 36px;
  padding: 2px 10px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background-color: transparent;
  font-size: 14px;
}

.choices[data-type*="select-multiple"] .choices__inner {
  cursor: text;
}

/* 選択欄内のタグを非表示 */
.choices__list--multiple {
  display: none !important;
}

.choices__list--dropdown {
  z-index: 10;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  background-color: #fff;
}

.choices__list--dropdown .choices__item--selectable {
  padding: 10px 12px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--color-primary-pale);
}

.choices__input {
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 0;
  min-width: auto !important;
  width: 100% !important;
  padding: 4px 0 4px 2px;
}
.choices__input::placeholder {
    color: var(--color-contrast);
}

.choices__placeholder {
  opacity: 0.5;
}


/* ユーティリティ */
.u-d-none {
  display: none !important;
}
@media all and (min-width: 1024px) {
  .u-d-none--pc {
    display: none !important;
  }
}
@media not all and (min-width: 1024px) {
  .u-d-none--sp {
    display: none !important;
  }
}
.u-text_small {
  font-size: 0.85em;
}
.u-ls--large {
  letter-spacing: 0.09em;
}
.u-190per {
  font-size: 1.9em;
}


/* HubSpotフォームカスタム */
.hsfc-Form {
  width: 91.4%;
  margin-top: 36px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background:  #00000066 !important;
}
@media all and (min-width: 768px) {
  .hsfc-Form {
    width: 100%;
  }
}
.hsfc-Step__Content {
  padding: 54px clamp(16px, -4px + 5.333vw, 60px) !important;
}
.hsfc-Row {
  gap: 24px !important;
}
.hsfc-TextInput {
  border-radius: 4px !important;
}
.hsfc-FieldLabel {
  margin-bottom: 3px !important;
  font-size: 14px !important;
}
.hsfc-FieldLabel strong {
  font-weight: 500 !important;
}
.hsfc-FieldLabel:not(:has(.hsfc-CheckboxInput)) [style*="color"],
.hsfc-FieldLabel:has(.hsfc-CheckboxInput) strong [style*="color"] {
  padding: 3px 10px;
  background: var(--color-secondary);
  border-radius: calc(infinity * 1px);
  color: #fff !important;
  font-size: 11px !important;
}
.hsfc-FieldLabel__RequiredIndicator {
  display: none !important;
}
.hsfc-Button {
  width: 100% !important;
  padding: 16px !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #FF8D01 0%, #EC5E06 50%, #F57604 100%) !important;
  transition: transform .2s ease-out, background-color .2s linear, box-shadow .2s, opacity .2s ease !important;
}
@media (any-hover: hover) {
  .hsfc-Button:hover {
    opacity: 0.9 !important;
  }
}

.page-single--project .post__body .p-project_details h3 {
    color: #02202D !important;
    font-weight: 700 !important;
}
.page-single--project .post__body .p-project_details {
    margin: 0 !important;
}