.pageHeading {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pageHeading {
    background: url(/static/project/works/works_heading_bg@pc.webp) no-repeat;
    background-size: cover;
    height: 12.25rem;
  }
}
@media screen and (max-width: 767px) {
  .pageHeading {
    background: url(/static/project/works/works_heading_bg@sp.webp) no-repeat;
    background-size: cover;
    height: 12.75rem;
  }
}
.pageHeading .h1__content {
  color: #ffffff;
  align-items: baseline !important;
}
@media screen and (max-width: 767px) {
  .pageHeading .h1__content {
    margin-bottom: 0.9375rem !important;
  }
}
.pageHeading .h1__content span {
  text-transform: uppercase;
}
.pageHeading .h1__hr {
  background-color: #ffffff !important;
}

.pageHeading__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pageHeading__content {
    padding: 0 1rem !important;
  }
}

@media screen and (min-width: 768px) {
  section.projectWorks .projectWorksPickUp__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorksPickUp__content {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorksPickUp__heading {
    padding: 0 1.25rem;
  }
}
section.projectWorks .projectWorksPickUp__desc {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #363434;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorksPickUp__desc {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorksPickUp__desc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
section.projectWorks .projectWorksPickUp__carousel {
  margin: 2.5rem auto 0;
  max-width: 105rem;
  width: 100%;
}
section.projectWorks #pick_up_carousel .swiper-slide {
  width: 18.75rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks #pick_up_carousel .swiper-slide {
    width: 21.375rem;
    padding: 0 1.125rem;
  }
}
section.projectWorks #pick_up_carousel .card__thumb {
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorksPickUp__search {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorksPickUp__search {
    margin-top: 3.375rem;
    padding: 0 1.25rem;
  }
}
section.projectWorks .projectWorksPickUp__searchContent {
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorksPickUp__searchContent {
    max-width: 51.625rem;
    width: 100%;
    margin: 0 auto;
  }
}
section.projectWorks .projectWorksPickUp__searchInputTitle {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #363434;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorksPickUp__searchInputTitle {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorksPickUp__searchInputTitle {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorksPickUp__searchInputForm {
    margin-top: 1.875rem;
    padding: 0 4.625rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorksPickUp__searchInputForm {
    margin-top: 1.5rem;
  }
}

section.projectWorks .projectWorks__searchPurposeNote {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #363434;
  display: block;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchPurposeNote {
    font-size: 1rem;
    line-height: 1.85;
    letter-spacing: 0.08em;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchPurposeNote {
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}
section.projectWorks .projectWorks__searchPurposeGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchPurposeGrid {
    margin-top: 0.625rem;
    column-gap: 2.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
section.projectWorks .projectWorks__searchPurposeGrid .projectWorks__searchPurposeGridTrigger {
  padding: 0.625rem 0;
}
section.projectWorks
  .projectWorks__searchPurposeGrid
  .collapse_panel.corporate_common.collapse_panel--template
  .collapse_panel__inner {
  margin: 0.625rem 0;
}
section.projectWorks .projectWorks__searchPurposeGrid .projectWorks__searchPurposeGridPanel {
  grid-column: span 2;
  order: var(--sp-order);
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchPurposeGrid .projectWorks__searchPurposeGridPanel {
    grid-column: span 3;
    order: var(--pc-order);
  }
}

section.projectWorks .projectWorks__searchRegion {
  margin-top: 3.75rem;
}
section.projectWorks .projectWorks__searchRegionNote {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #363434;
  display: block;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchRegionNote {
    font-size: 1rem;
    line-height: 1.85;
    letter-spacing: 0.08em;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchRegionNote {
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}
section.projectWorks .projectWorks__searchRegionGrid {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchRegionGrid {
    column-gap: 2.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
section.projectWorks .projectWorks__searchRegionGrid .projectWorks__searchRegionGridTrigger {
  padding: 0.625rem 0;
}
section.projectWorks
  .projectWorks__searchRegionGrid
  .collapse_panel.corporate_common.collapse_panel--template
  .collapse_panel__inner {
  margin: 0.625rem 0;
}
section.projectWorks .projectWorks__searchRegionGrid .projectWorks__searchRegionGridPanel {
  grid-column: span 2;
  order: var(--sp-order);
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchRegionGrid .projectWorks__searchRegionGridPanel {
    grid-column: span 4;
    order: var(--pc-order);
  }
}
section.projectWorks .projectWorks__searchServicePanel {
  margin-top: 2.5rem;
}
section.projectWorks #search_region_heading_panel {
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
section.projectWorks #search_region_heading_panel > .collapse_panel__close {
  display: none !important;
}
section.projectWorks .collapse_button__icon {
  display: none;
}
section.projectWorks .projectWorks__searchRegionHeading {
  cursor: pointer;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchRegionHeading {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchRegionHeading {
    display: flex;
  }
}
section.projectWorks .projectWorks__searchRegionHeading .projectWorks__searchRegionNote {
  display: none;
}
section.projectWorks .projectWorks__searchRegionHeading[aria-selected='true'] .projectWorks__searchRegionNote {
  display: block;
}
section.projectWorks
  .projectWorks__searchRegionHeading[aria-selected='true']
  .projectWorks__searchRegionTrigger::before {
  border-color: #595757;
}
section.projectWorks
  .projectWorks__searchRegionHeading[aria-selected='true']
  .projectWorks__searchRegionTrigger::after {
  display: none;
}
section.projectWorks .projectWorks__searchRegionHeadingInner {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchRegionHeadingInner {
    justify-content: space-between;
  }
}
section.projectWorks .projectWorks__searchRegionTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
section.projectWorks .projectWorks__searchRegionTrigger::before,
section.projectWorks .projectWorks__searchRegionTrigger::after {
  content: '';
  width: 0.875rem;
  border-top: 2px solid #595757;
  position: absolute;
}
section.projectWorks .projectWorks__searchRegionTrigger::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchRegionCheckBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1.25rem;
  }
}

section.projectWorks .projectWorks__searchYear {
  margin-top: 3.75rem;
}
section.projectWorks .projectWorks__searchYearNote {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #363434;
  display: block;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchYearNote {
    font-size: 1rem;
    line-height: 1.85;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchYearNote {
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    margin-top: 2.5rem;
    text-align: center;
  }
}
section.projectWorks #search_year_heading_panel {
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
section.projectWorks #search_year_heading_panel > .collapse_panel__close {
  display: none !important;
}
section.projectWorks .collapse_button__icon {
  display: none;
}
section.projectWorks .projectWorks__searchYearHeading {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: start;
  align-items: center;
  column-gap: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchYearHeading {
    display: inline-grid;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchYearHeading {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto 1fr;
    row-gap: 0.5rem;
  }
}
section.projectWorks .projectWorks__searchYearHeading .projectWorks__searchYearNote {
  display: none;
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchYearHeading .projectWorks__searchYearNote {
    grid-column: 1/-1;
    order: 2;
  }
}
section.projectWorks .projectWorks__searchYearHeading[aria-selected='true'] .projectWorks__searchYearNote {
  display: block;
}
section.projectWorks .projectWorks__searchYearHeading[aria-selected='true'] .projectWorks__searchYearTrigger::before {
  border-color: #595757;
}
section.projectWorks .projectWorks__searchYearHeading[aria-selected='true'] .projectWorks__searchYearTrigger::after {
  display: none;
}
section.projectWorks .projectWorks__searchYearTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
}
section.projectWorks .projectWorks__searchYearTrigger::before,
section.projectWorks .projectWorks__searchYearTrigger::after {
  content: '';
  width: 0.875rem;
  border-top: 2px solid #595757;
  position: absolute;
}
section.projectWorks .projectWorks__searchYearTrigger::after {
  transform: rotate(90deg);
}
section.projectWorks .projectWorks__searchYearIcon {
  display: inline-flex;
  width: 0.875rem;
  height: 0.25rem;
  color: #595757;
}
section.projectWorks .projectWorks__searchYearSelect {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchYearSelect {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchResult {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchResult {
    padding: 3.75rem 1.25rem;
  }
}
section.projectWorks .projectWorks__searchResultContent {
  display: flex;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchResultContent {
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    gap: 3.75rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchResultContent {
    gap: 2.5rem;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchResultButtonWrapper {
    display: inline-flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchResultButtonWrapper {
    text-align: center;
  }
}
section.projectWorks .projectWorks__searchResultButtonWrapper .projectWorks__searchResultButtonClear {
  background-color: transparent;
  border: none;
  color: #363434;
  padding: 0;
  height: fit-content;
  display: none;
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__searchResultButtonWrapper .projectWorks__searchResultButtonClear {
    margin-top: 2.5rem;
  }
}
section.projectWorks .projectWorks__searchResultButtonWrapper .projectWorks__searchResultButtonClear.is-display {
  display: inline-flex;
}
section.projectWorks .projectWorks__searchResultButtonWrapper .projectWorks__searchResultButtonClear svg {
  display: none;
}
section.projectWorks .projectWorks__searchResultButtonWrapper .projectWorks__searchResultButtonClear span {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchResultButton span {
    min-width: 14rem !important;
  }
}
section.projectWorks .projectWorks__searchResultButton.disable {
  background-color: #999999;
  border-color: #999999;
  cursor: default;
  pointer-events: none;
}
section.projectWorks .projectWorks__searchResultButton.disable:hover {
  background-color: #999999;
  color: #ffffff;
}
section.projectWorks .projectWorks__searchResultData {
  display: none;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__searchResultData {
    margin-top: 0.6875rem;
  }
}
section.projectWorks .projectWorks__searchResultData.is-display {
  display: flex;
}

.newsite .gallerySection {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection {
    padding: 5rem 0 0;
  }
}
.newsite .gallerySection .gallerySection__count {
  margin-bottom: 2.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__count {
    margin-bottom: 3.75rem;
    gap: 1.25rem;
  }
}
.newsite .gallerySection .gallerySection__countRange {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #363434;
}
.newsite .gallerySection .gallerySection__countTotal {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #363434;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__countTotal {
    font-size: 2rem;
  }
}
.newsite .gallerySection .gallerySection__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 2.25rem;
    row-gap: 2.5rem;
  }
}
.newsite .gallerySection .gallerySection__emptyText {
  text-align: center;
  grid-column: 1/-1;
  font-weight: 500;
}
.newsite .gallerySection .gallerySection__item {
  display: grid;
  grid-template-rows: subgrid;
  gap: 0;
  grid-row: span 2;
}
.newsite .gallerySection .gallerySection__item.is-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__item:hover .card__thumb img {
    transform: scale(1.05);
  }
  .newsite .gallerySection .gallerySection__item:hover .card__titleContent {
    text-decoration: underline;
  }
}
.newsite .gallerySection .gallerySection__item .card.corporate_common .card__thumb {
  aspect-ratio: 1/1;
}
.newsite
  .gallerySection
  .gallerySection__item
  .card.corporate_common
  .card__content
  .card__inner
  .card__title
  .card__titleContent {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newsite
    .gallerySection
    .gallerySection__item
    .card.corporate_common
    .card__content
    .card__inner
    .card__title
    .card__titleContent {
    line-height: 1.4;
  }
}
.newsite .gallerySection .gallerySection__itemLocation {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #595757;
  padding-top: 1rem;
}
.newsite .gallerySection .gallerySection__itemLocationTags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.newsite .gallerySection .gallerySection__itemLocationTag {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #595757;
}
.newsite .gallerySection .gallerySection__itemLocationTag::before {
  content: '';
  background-image: url('/static/business/icon/ico_tag.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.875rem;
}
.newsite .gallerySection .gallerySection__itemLocationTextGroup {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__itemLocationTextGroup {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
  }
}
.newsite .gallerySection .gallerySection__itemLocationText {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #595757;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__itemLocationText {
    font-size: 1rem;
  }
}
.newsite .gallerySection .gallerySection__itemLocationText--label {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #595757;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__itemLocationText--label {
    font-size: 1rem;
  }
}
.newsite .gallerySection .gallerySection__itemLocationText--value {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #595757;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__itemLocationText--value {
    line-height: 1.4;
    margin-left: auto;
  }
}
.newsite .gallerySection .pagination {
  margin-top: 3.75rem;
}
.newsite .gallerySection .gallerySection__searchResult {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__searchResult {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .newsite .gallerySection .gallerySection__searchResult {
    gap: 1.25rem 0.75rem;
  }
}
.newsite .gallerySection .gallerySection__searchResult .badge__close {
  display: none;
}
.newsite .gallerySection .gallerySection__searchResult .badge.corporate_common {
  border-radius: 0.25rem;
}
.newsite .gallerySection .gallerySection__searchResultContainer {
  display: flex;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__searchResultContainer {
    gap: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .newsite .gallerySection .gallerySection__searchResultContainer {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.newsite .gallerySection .gallerySection__searchResultText {
  min-width: 5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #363434;
}
@media screen and (min-width: 768px) {
  .newsite .gallerySection .gallerySection__searchResultText {
    padding-top: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .newsite .gallerySection .gallerySection__searchResultText {
    text-align: center;
  }
}

section.search {
  background: #f5f6f7;
  padding: 5rem 0 3.75rem;
  scroll-margin-top: 0;
}
@media screen and (min-width: 768px) {
  section.search {
    padding: 5rem 0 7.5rem;
  }
}
section.search .search__collapse {
  margin-top: 5rem;
}
section.search .search__collapseTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 2rem;
  border-top: 1px solid #9ea3a6;
  border-bottom: 1px solid #9ea3a6;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.search .search__collapseTrigger:hover p {
    color: #9ea3a6;
  }
  section.search .search__collapseTrigger:hover .search__collapseTriggerIcon::before,
  section.search .search__collapseTrigger:hover .search__collapseTriggerIcon::after {
    border-color: #9ea3a6;
  }
}
section.search .search__collapseTrigger p {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #363434;
  transition: color 0.2s;
}
section.search .search__collapseTrigger[aria-selected='true'] .search__collapseTriggerIcon::after {
  content: none;
}
section.search .search__collapseTrigger .search__collapseTriggerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
}
section.search .search__collapseTrigger .search__collapseTriggerIcon::before,
section.search .search__collapseTrigger .search__collapseTriggerIcon::after {
  content: '';
  width: 1.125rem;
  border-top: 2px solid #595757;
  position: absolute;
  transition: border-color 0.2s;
}
section.search .search__collapseTrigger .search__collapseTriggerIcon::after {
  transform: rotate(90deg);
}
section.search .search__collapseActions {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.search .search__collapseActions .projectWorks__searchResultButtonClear {
  background-color: transparent;
  border: none;
  color: #363434;
  padding: 0;
  height: fit-content;
}
section.search .search__collapseActions .projectWorks__searchResultButtonClear svg {
  display: none;
}
section.search .search__collapseActions .projectWorks__searchResultButtonClear span {
  text-decoration: underline;
}
section.search .gallerySection__countRange {
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #363434;
}
section.search .gallerySection__countTotal {
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #363434;
}
@media screen and (min-width: 768px) {
  section.search .gallerySection__countTotal {
    font-size: 2rem;
  }
}
section.search .search__search {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  section.search .search__search {
    flex-direction: column;
  }
}
section.search .search__service {
  margin-top: 3.75rem;
}
section.search .search__service .collapse_panel__close {
  display: none;
}
section.search .projectWorks__searchYearSelect {
  margin-top: 2.5rem;
}
section.search .search__serviceContent {
  margin-top: 2.5rem;
  background-color: #363434;
  border-radius: 0.25rem;
  padding: 2.5rem 1.5rem;
  color: #ffffff;
}
section.search .projectWorks__searchPurpose {
  margin-top: 0;
}
section.search .projectWorks__searchResult {
  background-color: #ffffff;
  margin-top: 3.75rem;
}
section.search .search__collapseContent {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  section.search .search__wrapper {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.search .search__collapseButtonWrapper {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.search .search__collapseWrapper {
    padding: 0 1.25rem;
  }
}

section.projectWorks .projectWorks__backgroundAccent {
  background-color: #f5f6f7;
}
@media screen and (min-width: 768px) {
  section.projectWorks .projectWorks__backgroundAccent {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .projectWorks__backgroundAccent {
    padding: 3.75rem 1.25rem;
  }
}
section.projectWorks .checkbox {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks .checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 1rem;
    padding-bottom: 2.5rem;
  }
}
section.projectWorks .checkbox .checkbox__item {
  padding-top: 0.375rem;
  position: relative;
}
section.projectWorks .checkbox .checkbox__item::after {
  content: '';
  position: absolute;
  border-top: 1px solid #ffffff;
  width: 100%;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  section.projectWorks .checkbox .checkbox__item {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #9ea3a6;
  }
  section.projectWorks .checkbox .checkbox__item:hover::after {
    transform: scaleX(100%);
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .checkbox .checkbox__item {
    margin-bottom: 0.375rem;
  }
}
section.projectWorks .checkbox .checkbox__item label {
  font-size: 1rem;
  width: 100%;
  padding-left: 2.875rem;
}
section.projectWorks .collapse_button__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  section.projectWorks .carousel.corporate_common .carousel__swiper .carousel__nav {
    width: 2.75rem;
    height: 2.75rem;
    top: 37%;
  }
}
@media screen and (min-width: 768px) {
  section.projectWorks .carousel.corporate_common .carousel__swiper .carousel__nav {
    top: 35%;
  }
}
section.projectWorks .card.corporate_common .card__content .card__inner .card__title .card__titleContent {
  font-weight: 700;
}
section.projectWorks .badge.corporate_common span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  section.projectWorks .collapse_button.corporate_common {
    padding: 0 1.5rem 0 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.projectWorks .collapse_button.corporate_common {
    padding: 0 0.75rem;
    gap: 0.3125rem;
    height: 5.625rem;
  }
}
section.projectWorks .cSelectWrapper--line {
  border: 1px solid #9ea3a6;
}
section.projectWorks .projectWorks__moon {
  height: 200vh;
}
section.projectWorks .projectWorks__moon.is-hidden {
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
section.projectWorks .projectWorks__decorations {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section.projectWorks .projectWorks__decorations.is-open {
  height: auto;
  visibility: visible;
}
section.projectWorks .projectWorks__searchContainerContent.is-hidden {
  display: none;
}
