body {
  overflow-x: hidden;
}

.top-line {
  margin-bottom: 120px;
}
@media (max-width: 600px) {
  .top-line {
    margin-bottom: 40px;
  }
}

.column {
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .column {
    padding-top: 40px;
  }
}
.column::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 236, 231)), to(rgba(238, 236, 231, 0)));
  background: linear-gradient(to bottom, rgb(238, 236, 231) 0%, rgba(238, 236, 231, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.column .section .inner .headline {
  font-size: 18px;
  color: #9d8064;
  font-weight: 600;
  margin-bottom: 60px;
  padding-left: 10px;
  border-left: 3px solid #9d8064;
}
.column .section .inner .category-buttons {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .column .section .inner .category-buttons {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 600px) {
  .column .section .inner .category-buttons button {
    width: calc(100% / 3 - 20px / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .column .section .inner .category-buttons button:nth-child(3n) {
    margin-right: 0;
  }
}
.column .section .inner .category-buttons button.cost {
  background-color: #a4805f;
}
.column .section .inner .category-buttons button.structure {
  background-color: #a4945f;
}
.column .section .inner .category-buttons button.maintenance {
  background-color: #9ca45f;
}
.column .section .inner .category-buttons button.laws {
  background-color: #7ba45f;
}
.column .section .inner .category-buttons button.other {
  background-color: #8f8f8f;
}
.column .section .inner .category-buttons button.old-house {
  background-color: #c0a038;
}
.column .section .inner #column-list-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .column .section .inner #column-list-wrapper {
    margin-bottom: 40px;
  }
}
.column .section .inner #column-list-wrapper .list {
  margin-bottom: 50px;
}
.column .section .inner #column-list-wrapper .list .box {
  border-bottom: 1px solid #4c4c4c;
}
.column .section .inner #column-list-wrapper .list .box a {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .column .section .inner #column-list-wrapper .list .box a {
    padding: 30px 15px;
  }
}
.column .section .inner #column-list-wrapper .list .box a .category {
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  font-weight: 500;
  display: inline-block;
}
.column .section .inner #column-list-wrapper .list .box a .category.cost {
  background-color: #a4805f;
}
.column .section .inner #column-list-wrapper .list .box a .category.structure {
  background-color: #a4945f;
}
.column .section .inner #column-list-wrapper .list .box a .category.maintenance {
  background-color: #9ca45f;
}
.column .section .inner #column-list-wrapper .list .box a .category.laws {
  background-color: #7ba45f;
}
.column .section .inner #column-list-wrapper .list .box a .category.other {
  background-color: #8f8f8f;
}
.column .section .inner #column-list-wrapper .list .box a .category.old-house {
  background-color: #c0a038;
}
.column .section .inner #column-list-wrapper .list .box a .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.column .section .inner #column-list-wrapper .list .box a .text {
  color: #7f7f7f;
  font-size: 14px;
}
.column .section .inner .flows {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .column .section .inner .flows {
    margin-bottom: 40px;
  }
}
.column .section .inner .flows .flow-container {
  margin-bottom: 5px;
  position: relative;
}
.column .section .inner .flows .flow-container:not(:first-child) {
  display: none;
}
.column .section .inner .flows .flow-container .flow-headline {
  color: #fff;
  background-color: #9d8064;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .column .section .inner .flows .flow-container .flow-headline {
    font-size: 10px;
  }
}
.column .section .inner .flows .flow-container:nth-child(3) .flow-headline {
  background-color: #a4945f;
}
.column .section .inner .flows .flow-container:nth-child(4) .flow-headline {
  background-color: #9ca45f;
}
.column .section .inner .flows .flow-container .flow-list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.column .section .inner .flows .flow-container .flow-list .flow-row {
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.column .section .inner .flows .flow-container .flow-list .flow-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .column .section .inner .flows .flow-container .flow-list .flow-row {
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.column .section .inner .flows .flow-container .flow-list .flow-row .left {
  width: 140px;
  font-size: 30px;
  color: #a98c6e;
  padding: 0 0 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 40px;
  font-family: "Optima", serif;
}
@media (max-width: 600px) {
  .column .section .inner .flows .flow-container .flow-list .flow-row .left {
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.column .section .inner .flows .flow-container .flow-list .flow-row .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .column .section .inner .flows .flow-container .flow-list .flow-row .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.column .section .inner .flows .flow-container .flow-list .flow-row .right .top {
  color: #a4805f;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .column .section .inner .flows .flow-container .flow-list .flow-row .right .top {
    font-size: 18px;
  }
}
.column .section .inner .flows .flow-container .flow-list .flow-row .right .text {
  font-size: 13px;
  line-height: calc(22 / 13);
}
.column .section .inner .flows .flow-container .flow-list .flow-row .right .morebtn {
  margin-top: 20px;
}
.column .section .inner .flows .flow-container .flow-list .flow-row .right .morebtn a {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  color: #a4805f;
}
@media (max-width: 600px) {
  .column .section .inner .flows .flow-container .flow-list .flow-row .right .morebtn a {
    font-size: 13px;
  }
}
.column .section .inner .flows .flow-container .flow-list .flow-row .right .morebtn a::after {
  width: 25px;
  height: 8px;
  background-image: url(/wp-content/uploads/2025/07/arrow-br.png);
}
.column .section .inner .flows .flow-container .flow-list .flow-row.flow-hidden {
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.column .section .inner .flows .text-box-free {
  font-size: 18px;
  margin: 30px 0;
}
.column .section .inner .flows .text-box {
  margin-top: 60px;
  text-align: center;
  line-height: calc(22 / 15);
  display: none;
}
@media (max-width: 600px) {
  .column .section .inner .flows .text-box {
    font-size: 13px;
  }
}
.column .section .inner .flows .flow-more-btn {
  width: 100vw;
  z-index: 2;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.column .section .inner .flows .flow-more-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
}
.column .section .inner .flows .flow-more-btn .arrow {
  display: inline-block;
  width: 12.5px;
  height: 8.2px;
  top: 50%;
  right: calc(50% - 65px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.column .section .inner .flows .flow-more-btn .arrow::before, .column .section .inner .flows .flow-more-btn .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
}
.column .section .inner .flows .flow-more-btn .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.column .section .inner .flows .flow-more-btn .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.column .section .inner .flows .flow-close-btn {
  width: 100%;
  z-index: 2;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.column .section .inner .flows .flow-close-btn .arrow {
  display: inline-block;
  width: 12.5px;
  height: 8.2px;
  top: 50%;
  right: calc(50% - 65px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.column .section .inner .flows .flow-close-btn .arrow::before, .column .section .inner .flows .flow-close-btn .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% 0.5px;
          transform-origin: 50% 0.5px;
}
.column .section .inner .flows .flow-close-btn .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.column .section .inner .flows .flow-close-btn .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}