@charset "UTF-8";
:root {
  --headerHeight: 172px;
  --paddingSection: 120px;
  --paddingLR: 24px;
  --color_main: #D3C466;
}
:root :has(#header.bg) {
  --headerHeight: 120px;
}
@media screen and (max-width: 1109px) {
  :root {
    --paddingSection: 80px;
  }
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 64px;
    --paddingSection: 40px;
  }
  :root :has(#header.bg) {
    --headerHeight: 64px;
  }
}

/*========== 子ページ ==========*/
#breadcrumb + .padding_section {
  padding-top: 3.125rem;
}

.title_01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 959px) {
  .title_01 {
    margin-bottom: 1.5rem;
  }
}

/*==========
子ページ共通
==========*/
#mv {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: var(--headerHeight);
}
#mv .flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#mv .text_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 1rem 1rem 0;
  min-width: 18rem;
}
#mv .text_area .title_main {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color_main);
  letter-spacing: 0.1em;
}
#mv .text_area .title_main::before {
  content: attr(data-en);
  display: block;
  font-size: 1.9444em;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 959px) {
  #mv .text_area {
    min-width: auto;
  }
  #mv .text_area .title_main {
    font-size: 1rem;
  }
  #mv .text_area .title_main::before {
    font-size: 1.5em;
  }
}

/*=== breadcrumb ===*/
#breadcrumb {
  padding: 1.25rem 0 1rem;
}

.list_breadcrumb {
  padding: 0 1rem;
  font-size: 0.625rem;
  color: #000;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.list_breadcrumb::-webkit-scrollbar {
  display: none;
}
.list_breadcrumb > *:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
}
.list_breadcrumb a {
  color: #4E4E4E;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .list_breadcrumb {
    padding: 0;
  }
}

/*=== pagination ===*/
.layout_pagination {
  font-size: 0.75rem;
  line-height: 1;
  margin-top: calc(var(--paddingSection) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
.layout_pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.layout_pagination .page-numbers {
  border: 1px solid #000;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout_pagination .page-numbers.current {
  border-color: var(--color_main);
  background-color: var(--color_main);
  color: #fff;
}
@media screen and (max-width: 959px) {
  .layout_pagination {
    flex-wrap: wrap;
    margin-top: var(--paddingSection);
  }
  .layout_pagination .pagination {
    width: 100%;
    gap: 0.5rem;
  }
}

/*=== list_tags ===*/
.list_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.625rem;
  font-weight: 500;
}
.list_tags > * {
  border: 2px solid var(--tax_color);
}
.list_tags > *:has(input[type=checkbox]:checked) {
  background-color: var(--tax_color);
}
.list_tags > *:not(:has(a, label)),
.list_tags a,
.list_tags label {
  color: inherit;
  text-decoration: none;
  padding: 0.25em 1em;
  display: block;
}
.list_tags a,
.list_tags label {
  cursor: pointer;
}
.list_tags input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.list_tags .list_tags label {
  cursor: pointer;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 0.25rem;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*==========
properties
==========*/
#properties:has(#properties_single) #properties_tags {
  margin-top: 0;
}
#properties:has(#properties_single) #properties_tags .list_tags {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

#properties_tags {
  margin-top: 1.25rem;
}
#properties_tags .title_main {
  font-size: 0.625rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  padding: 0 1rem;
}
#properties_tags .list_tags {
  padding: 0 1rem;
}
#properties_tags .btn_01 {
  margin-left: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #properties_tags .title_main {
    padding: 0;
  }
  #properties_tags .list_tags {
    padding: 0;
  }
}

#properties_archive {
  padding-top: calc(var(--paddingSection) / 2);
}

#properties_single {
  padding-top: 1.875rem;
}
#properties_single .intro_area .title_main {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.25;
}
#properties_single .intro_area .text {
  font-size: 0.75rem;
  line-height: 2;
}
#properties_single .slider_area {
  margin-top: 1.875rem;
}
#properties_single .slider_area .slider_thumb img {
  width: 100%;
}
#properties_single .slider_area .relative_box {
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 1rem;
}
#properties_single .slider_area .navigation_area {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
#properties_single .slider_area .navigation_area .slider_prev,
#properties_single .slider_area .navigation_area .slider_next {
  content: "";
  width: 0.9375rem;
  height: 1.25rem;
  background-color: #000;
  display: block;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.5s;
}
#properties_single .slider_area .navigation_area .slider_prev {
  left: 1.25rem;
  -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 50%, 100% 0%, 100% 100%);
}
#properties_single .slider_area .navigation_area .slider_next {
  right: 1.25rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#properties_single .slider_area .navigation_area .swiper-button-disabled {
  background-color: #ccc;
}
#properties_single .slider_area .slider_thumb_control .swiper-slide {
  cursor: pointer;
  position: relative;
}
#properties_single .slider_area .slider_thumb_control .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.5s;
}
#properties_single .slider_area .slider_thumb_control .swiper-slide:not(.swiper-slide-thumb-active)::after {
  opacity: 0.5;
}
#properties_single .flex_area {
  margin-top: 1.875rem;
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}
#properties_single .flex_area > * {
  flex: 1;
}
#properties_single .map_area {
  aspect-ratio: 1/1;
}
#properties_single .map_area iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#properties_single .list_area dl {
  font-size: 0.75rem;
  line-height: 2;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 2em 1.875rem;
}
@media screen and (max-width: 959px) {
  #properties_single .intro_area .title_main {
    font-size: 1.125rem;
  }
  #properties_single .slider_area {
    margin-top: 1.5rem;
  }
  #properties_single .slider_area .relative_box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #properties_single .slider_area .navigation_area .slider_prev,
#properties_single .slider_area .navigation_area .slider_next {
    content: "";
    width: 0.5rem;
    height: 0.75rem;
  }
  #properties_single .slider_area .navigation_area .slider_prev {
    left: 0.5rem;
  }
  #properties_single .slider_area .navigation_area .slider_next {
    right: 0.5rem;
  }
  #properties_single .flex_area {
    margin-top: 1.5rem;
    gap: 1.5rem;
    flex-direction: column;
  }
  #properties_single .flex_area > * {
    flex: 0 1 auto;
    width: 100%;
  }
  #properties_single .map_area {
    aspect-ratio: 4/3;
  }
  #properties_single .list_area dl {
    gap: 1em 1.5rem;
  }
}

/*==========
business
==========*/
#business_introduction .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
#business_introduction .layout .item {
  padding: 1rem;
}
#business_introduction .layout .item:nth-child(1) {
  background-color: #656565;
}
#business_introduction .layout .item:nth-child(2) {
  background-color: #4B4B4B;
}
#business_introduction .layout .item:nth-child(3) {
  background-color: #2F2F2F;
}
#business_introduction .layout .item:nth-child(4) {
  background-color: #000000;
}
#business_introduction .layout .border {
  border: 1px solid var(--color_main);
  padding: 1.5rem 2.25rem;
  height: 100%;
  width: 100%;
}
#business_introduction .layout .icon_area {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
#business_introduction .layout .icon_area img {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
#business_introduction .layout .title {
  color: var(--color_main);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 1.25;
}
#business_introduction .layout .text {
  color: #D0D0D0;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  #business_introduction .layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #business_introduction .layout .item {
    padding: 0.5rem;
  }
  #business_introduction .layout .border {
    padding: 1rem 0.5rem;
  }
  #business_introduction .layout .icon_area {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  #business_introduction .layout .icon_area img {
    max-width: 40px;
    max-height: 40px;
  }
  #business_introduction .layout .title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

#business_strengths {
  background-color: #F5F5F0;
}
#business_strengths .text_intro {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
#business_strengths .layout {
  margin-top: 4rem;
  counter-reset: item;
}
#business_strengths .layout .item {
  display: flex;
  gap: 1.875rem;
}
#business_strengths .layout .item > * {
  flex: 1;
}
#business_strengths .layout .item:nth-child(odd) .text_area {
  order: -1;
}
#business_strengths .layout .item:nth-child(odd) .img_area {
  order: 1;
}
#business_strengths .layout .item:nth-child(even) .text_area {
  order: 1;
}
#business_strengths .layout .item:nth-child(even) .img_area {
  order: -1;
}
#business_strengths .layout .item + .item {
  margin-top: 4rem;
}
#business_strengths .layout .text_area .row_title {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
#business_strengths .layout .text_area .number {
  font-size: clamp(0.4rem, 0.8333vw, 1rem);
  width: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 1/1;
  border: 1px solid var(--color_main);
  flex-shrink: 0;
}
#business_strengths .layout .text_area .number::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-size: 4.375em;
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-top: -0.125em;
}
#business_strengths .layout .text_area .number p {
  font-size: 1.875em;
  font-weight: 700;
  color: var(--color_main);
  line-height: 1;
  margin-top: 0.5em;
}
#business_strengths .layout .text_area .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}
#business_strengths .layout .text_area .row_text {
  font-size: 0.75rem;
  line-height: 2;
}
#business_strengths .figure_area {
  margin-top: 5rem;
}
#business_strengths .figure_area img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #business_strengths .text_intro {
    font-size: 0.875rem;
  }
  #business_strengths .layout {
    margin-top: 1.5rem;
  }
  #business_strengths .layout .item {
    gap: 1rem;
    flex-direction: column;
  }
  #business_strengths .layout .item:nth-child(odd) .text_area, #business_strengths .layout .item:nth-child(even) .text_area {
    order: -1;
  }
  #business_strengths .layout .item:nth-child(odd) .img_area, #business_strengths .layout .item:nth-child(even) .img_area {
    order: 1;
  }
  #business_strengths .layout .item + .item {
    margin-top: 2rem;
  }
  #business_strengths .layout .text_area .row_title {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  #business_strengths .layout .text_area .title {
    font-size: 1rem;
  }
  #business_strengths .layout .img_area img {
    margin-left: auto;
    margin-right: auto;
  }
  #business_strengths .figure_area {
    margin-top: 2.5rem;
  }
  #business_strengths .figure_area img {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

#business_process .layout .item {
  display: flex;
}
#business_process .layout .item .icon_area {
  flex-shrink: 0;
  padding: var(--paddingLR);
  background-color: #000;
  width: 17.4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#business_process .layout .item .icon_area img {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
#business_process .layout .item .text_area {
  padding: 1.875rem;
  background-color: #2F2F2F;
  flex: 1;
}
#business_process .layout .item .text_area .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 0.75rem;
}
#business_process .layout .item .text_area .text {
  font-size: 0.875rem;
  color: #D0D0D0;
}
#business_process .layout .item + .item {
  margin-top: 4rem;
  position: relative;
}
#business_process .layout .item + .item::before {
  content: "";
  width: 1.875rem;
  height: 1.25rem;
  background-color: var(--color_main);
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 959px) {
  #business_process .layout .item {
    display: flex;
  }
  #business_process .layout .item .icon_area {
    padding: 0.75rem;
  }
  #business_process .layout .item .icon_area img {
    max-width: 40px;
    width: 100%;
  }
  #business_process .layout .item .text_area {
    padding: 1rem;
  }
  #business_process .layout .item .text_area .title {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  #business_process .layout .item .text_area .text {
    font-size: 0.75rem;
  }
  #business_process .layout .item + .item {
    margin-top: 2rem;
  }
  #business_process .layout .item + .item::before {
    content: "";
    width: 1.25rem;
    height: 0.75rem;
    top: -1rem;
  }
}

/*==========
news
==========*/
.list_news > *:not(:has(a)),
.list_news > * a {
  display: flex;
  gap: 1.875rem;
}
.list_news > *:not(:first-child) {
  margin-top: 1.875rem;
}
.list_news a {
  color: inherit;
  text-decoration: none;
}
.list_news .thumb_area {
  width: 27.7%;
  flex-shrink: 0;
}
.list_news .title_aera {
  flex: 1;
}
.list_news .list_category {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  line-height: 1;
  margin-bottom: 1.875rem;
}
.list_news .list_category > * {
  padding: 0.5em 1em;
  min-width: 90px;
  text-align: center;
}
.list_news time {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color_main);
  margin-bottom: 1em;
  display: block;
}
.list_news .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.875rem;
}
.list_news .text {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .list_news > *:not(:has(a)),
.list_news > * a {
    flex-direction: column;
    gap: 1rem;
  }
  .list_news > *:not(:first-child) {
    margin-top: 2.5rem;
  }
  .list_news .thumb_area {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .list_news .list_category {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .list_news .list_category > * {
    min-width: 72px;
  }
  .list_news time {
    margin-bottom: 0.5rem;
  }
  .list_news .title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

#news_single .row_title {
  border-left: 10px solid #000;
  padding-left: 1rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
#news_single .row_title time {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color_main);
  margin-bottom: 1em;
  display: block;
}
#news_single .row_title .title_main {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.25;
}
#news_single .row_thumb {
  margin-bottom: 1.5rem;
}
#news_single .row_thumb img {
  width: 100%;
}
#news_single .wp_post {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  #news_single .row_title {
    border-width: 5px;
    padding-left: 0.5rem;
    padding-bottom: 0;
  }
  #news_single .row_title time {
    margin-bottom: 0.5rem;
  }
  #news_single .row_title .title_main {
    font-size: 1.125rem;
  }
}

/*==========
contact
==========*/
#contact_contents .title_01 {
  margin-bottom: 1.5rem;
}
#contact_contents .banner_contact .padding_section {
  padding-top: calc(var(--paddingSection) * 0.5);
  padding-bottom: calc(var(--paddingSection) * 0.5);
}
#contact_contents .banner_contact .flex {
  margin-top: 0;
  justify-content: center;
}
#contact_contents .banner_contact .flex > * {
  flex: 1;
}
#contact_contents .banner_contact .item {
  margin-left: auto;
  max-width: 22rem;
}
#contact_contents .banner_contact .item .title {
  font-size: 1.25rem;
}
#contact_contents .banner_contact .icon_area {
  width: 90px;
}
#contact_contents .banner_contact .icon_area img {
  max-width: 35px;
  margin-left: auto;
  margin-right: auto;
}
#contact_contents .banner_contact .row_text {
  color: #B7B7B7;
}
#contact_contents .banner_contact .row_text .title {
  font-size: 1.125rem;
  font-weight: 500;
}
#contact_contents .banner_contact .row_text .text {
  margin-top: 0.625rem;
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  #contact_contents .banner_contact .flex {
    gap: 1rem;
  }
  #contact_contents .banner_contact .item {
    margin-left: auto;
    margin-right: auto;
  }
  #contact_contents .banner_contact .item .title {
    font-size: 1.125rem;
  }
  #contact_contents .banner_contact .icon_area {
    width: 64px;
  }
  #contact_contents .banner_contact .icon_area img {
    max-width: 24px;
  }
  #contact_contents .banner_contact .text_area {
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
  }
  #contact_contents .banner_contact .row_text .title {
    font-size: 1rem;
  }
  #contact_contents .banner_contact .row_text .text {
    font-size: 0.875rem;
  }
}

.layout_form {
  margin-top: 4rem;
  font-size: 0.875rem;
}
.layout_form .list {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 2.5rem 1.875rem;
}
.layout_form .list dt {
  padding-top: 0.5rem;
}
.layout_form .list dt::before {
  content: "必須";
  background-color: #C38282;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.325em 0.75em;
  margin-right: 1.875rem;
  margin-top: -0.125em;
}
.layout_form .list dt:not(.required)::before {
  visibility: hidden;
}
.layout_form input[type=text],
.layout_form input[type=tel],
.layout_form input[type=email],
.layout_form textarea {
  border: 1px solid #E6E6E6;
  font: inherit;
  width: 100%;
  padding: 0.5rem 1em;
  font-size: 0.75rem;
}
.layout_form input[type=radio],
.layout_form input[type=checkbox] {
  cursor: pointer;
}
.layout_form .address_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.125rem;
  width: 100%;
}
.layout_form .address_wrap .post {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.layout_form .address_wrap .post input {
  max-width: 8em;
}
.layout_form .address_wrap .address {
  flex: 1;
}
.layout_form .radio_wrap {
  padding-top: 0.325rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 1rem;
}
.layout_form .radio_wrap label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.layout_form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 1rem;
}
.layout_form .wpcf7-acceptance {
  cursor: pointer;
}
.layout_form .wpcf7-acceptance label {
  cursor: pointer;
}
.layout_form .row_privacy .text {
  font-size: 0.75rem;
}
.layout_form .row_privacy .checkbox {
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.layout_form .row_submit {
  margin-top: 4rem;
}
.layout_form .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 959px) {
  .layout_form .list {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .layout_form .list dt {
    padding-top: 0;
    display: flex;
    gap: 0.5em;
    margin-bottom: 0.5rem;
  }
  .layout_form .list dt::before {
    margin-right: 0;
    order: 1;
  }
  .layout_form .list dt:not(.required)::before {
    visibility: hidden;
  }
  .layout_form .list dd {
    margin-bottom: 1.5rem;
  }
  .layout_form .address_wrap .post {
    width: 100%;
  }
  .layout_form .address_wrap .address {
    flex: 1;
  }
  .layout_form .radio_wrap {
    padding-top: 0;
  }
  .layout_form .row_submit {
    margin-top: 2.5rem;
  }
}

/*==========
privacypolicy
==========*/
#privacypolicy .title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#privacypolicy .title:not(:first-child) {
  margin-top: 2rem;
}
#privacypolicy .text {
  font-size: 0.875rem;
  line-height: 1.75;
}