﻿@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd, ul, ol {
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input, button,
textarea, select {
  font: inherit;
  appearance: none;
}

textarea:not([rows]) {
  min-height: 10em;
}

:root {
  --color00: #222;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background: url(/cms/fasthouse/images/bg_body.jpg) top left;
}
@media (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}

.l-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.l-wrap-secondary {
  padding-top: 5rem;
  background: url(/cms/fasthouse/images/bg_amorphous07.svg) no-repeat right -9.375rem top 15.625rem;
  background-size: 26.25rem auto;
}
@media (max-width: 767px) {
  .l-wrap-secondary {
    padding-top: 4.375rem;
    background-position: right -11.25rem top 14.375rem;
    background-size: 21.875rem;
  }
}

.l-main-secondary {
  padding: 0 1.25rem 10rem;
  background: url(/cms/fasthouse/images/bg_amorphous08.svg) no-repeat left -12.5rem bottom -28.125rem;
  background-size: 43.125rem auto;
}
@media (max-width: 767px) {
  .l-main-secondary {
    padding-bottom: 7.5rem;
    background-position: left -8.75rem bottom -15.625rem;
    background-size: 18.75rem auto;
  }
}
.l-main-secondary > .c-section-secondary {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.l-main-secondary.no_bg {
  background: none;
}
.l-main-secondary p:not(:last-child) {
  margin-bottom: 1em;
}

.l-btn-menu {
  border: none;
  padding: 0;
  background: none;
  width: 2rem;
  height: 1.5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-btn-menu {
    width: 2.75rem;
  }
}
.l-btn-menu.open span {
  background-color: transparent;
}
.l-btn-menu.open span::before {
  top: 0;
  transform: rotate(210deg);
  background-color: #3FAE32;
}
.l-btn-menu.open span::after {
  bottom: 0;
  transform: rotate(-210deg);
  background-color: #3FAE32;
}
.l-btn-menu span,
.l-btn-menu span::before,
.l-btn-menu span::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 0.25rem;
  background-color: #212121;
  transition: 0.3s ease;
  margin: auto;
  left: 0;
  right: 0;
}
.l-btn-menu span {
  top: 50%;
}
.l-btn-menu span::before {
  top: -0.5rem;
}
.l-btn-menu span::after {
  bottom: -0.5rem;
}
@media (max-width: 767px) {
  .l-btn-menu {
    display: block;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-header.scrolled .l-header-inner, .l-header.open .l-header-inner {
  background-color: #fff;
}
.l-header-inner {
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .l-header-inner {
    padding: 1rem 1.25rem;
    justify-content: space-between;
  }
}
.l-header-logo {
  width: 11.25rem;
  margin-right: 1.25rem;
}
.l-header-logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .l-header-logo {
    margin-right: 0;
    width: 12.5rem;
  }
}
.l-header nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .l-header nav {
    display: none;
  }
}
.l-header-search {
  margin-left: 1.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-header-search {
    display: none;
  }
}
.l-header-search:hover, .l-header-search:focus-within {
  overflow: visible;
}
.l-header-search:hover .l-header-search__layer, .l-header-search:focus-within .l-header-search__layer {
  width: 18.75rem;
  visibility: visible;
  opacity: 1;
}
.l-header-search__button {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url(/cms/fasthouse/images/icon_lens01.svg) no-repeat center;
  background-size: 100%;
  border: none;
  cursor: pointer;
}
.l-header-search__layer {
  position: absolute;
  top: -1.25rem;
  right: 0;
  width: 0;
  overflow: hidden;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .l-header-search {
    margin-left: 0;
  }
}
.l-header-hammenu {
  margin-left: 1.875rem;
  position: relative;
  display: flex;
  align-items: center;
}

.l-nav {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .l-nav {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-nav li:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed var(--color05);
  }
}
.l-nav a {
  display: block;
  font-weight: 700;
  color: unset;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s ease;
  position: relative;
}
.l-nav a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.375rem;
  height: 2px;
  width: 100%;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .l-nav a:hover {
    color: #3FAE32;
  }
  .l-nav a:hover::after {
    background-color: #3FAE32;
  }
}

.l-ham-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 1.5rem;
  width: 22.5rem;
  height: calc(100vh - 5rem);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .l-ham-wrap {
    width: 100%;
    padding: 1.25rem;
    height: calc(100svh - 4.0625rem);
  }
}
.l-ham-wrap::-webkit-scrollbar {
  width: 6px;
}
.l-ham-wrap::-webkit-scrollbar-thumb {
  background: #3FAE32;
  border-radius: 3px;
}
.l-ham-wrap::-webkit-scrollbar-track {
  background: #fff;
}
.l-ham-btns {
  margin-top: 2.75rem;
}
@media (max-width: 767px) {
  .l-ham-btns {
    margin-top: 2.25rem;
  }
}
.l-ham-btns .c-btn-type01 {
  display: block;
  text-align: left;
  min-width: 0;
  margin-top: 1rem;
}
.l-ham-btns .c-btn-type01__arrow {
  display: block;
}
.l-ham-nav {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .l-ham-nav {
    margin-top: 1rem;
  }
}
.l-ham-nav__child {
  display: none;
  padding-left: 1.875rem;
  border-top: 1px dashed #D4D4D4;
}
.l-ham-nav__child li:last-child {
  border-bottom: none;
}
.l-ham-nav__child.open {
  display: block;
  border-color: #3FAE32;
}
.l-ham-nav li {
  border-bottom: 1px dashed #D4D4D4;
}
.l-ham-nav li.has_child > a::after,
.l-ham-nav li.has_child .nolink::after {
  transform: rotate(135deg);
}
.l-ham-nav li.has_child.open > a,
.l-ham-nav li.has_child.open .nolink {
  color: #3FAE32;
}
.l-ham-nav li.has_child.open > a::after,
.l-ham-nav li.has_child.open .nolink::after {
  transform: rotate(-45deg);
}
.l-ham-nav a,
.l-ham-nav .nolink {
  font-weight: 700;
  text-decoration: none;
  color: unset;
  display: block;
  padding: 1.125rem 1.5rem 1.125rem 0;
  position: relative;
}
.l-ham-nav a::after,
.l-ham-nav .nolink::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
  bottom: 0;
  right: 0.125rem;
  margin: auto;
  border-top: 2px solid #3FAE32;
  border-right: 2px solid #3FAE32;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .l-ham-nav a:hover,
  .l-ham-nav .nolink:hover {
    color: #3FAE32;
  }
}
.l-ham-nav button {
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.open .l-ham-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.l-header-secondary {
  padding: 1.5rem 1.25rem 0 1.25rem;
}
@media (max-width: 767px) {
  .l-header-secondary .l-inner {
    display: flex;
    flex-direction: column;
  }
}
.l-header-secondary__ttl {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.15em;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .l-header-secondary__ttl {
    font-size: 2.25rem;
    order: 2;
  }
}
.l-header-secondary__eng {
  font-family: "Geologica";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #3FAE32;
  margin-top: 0.375rem;
}
@media (max-width: 767px) {
  .l-header-secondary__eng {
    font-size: 1.25rem;
    order: 3;
  }
}

* + .l-bread {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  * + .l-bread {
    margin-top: 0;
  }
}

.l-bread {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-bread {
    order: 1;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.l-bread ul {
  display: flex;
  justify-content: end;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .l-bread ul {
    justify-content: start;
    white-space: nowrap;
  }
}
.l-bread li:not(:last-child) {
  padding-right: 0.9375rem;
  margin-right: 0.625rem;
  position: relative;
}
.l-bread li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.1875rem;
  right: 0.125rem;
  margin: auto;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: rotate(45deg);
}
.l-bread a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .l-bread a:hover {
    color: #3FAE32;
  }
}

.l-footer {
  background: #FFFFFF;
  box-shadow: 0 -0.375rem 1.5rem rgba(20, 22, 76, 0.04);
  padding: 5rem 1.25rem 2.5rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 1.25rem;
  }
}
.l-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.l-footer-top {
  margin-bottom: 5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(34, 34, 34, 0.6);
}
@media (max-width: 767px) {
  .l-footer-top {
    text-align: center;
  }
}
.l-footer-top address {
  font-style: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .l-footer-top {
    max-width: 16.25rem;
    margin: 0 auto 2.5rem;
  }
}
.l-footer-sitemap {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .l-footer-sitemap {
    display: none;
  }
}
.l-footer-bottom {
  border-top: 1px solid #D4D4D4;
  padding: 2.5rem 1.25rem 0 1.25rem;
  margin: 0 -1.25rem;
}
@media (min-width: 768px) {
  .l-footer-bottom .l-inner {
    display: flex;
    justify-content: space-between;
  }
}
.l-footer-bottom ul {
  display: flex;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .l-footer-bottom ul {
    justify-content: center;
  }
}
.l-footer-bottom li:not(:last-child) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
  border-right: 1px solid #D4D4D4;
}
@media (max-width: 767px) {
  .l-footer-bottom li:not(:last-child) {
    margin-right: 0.375rem;
    padding-right: 0.375rem;
  }
}
.l-footer-bottom a {
  font-size: 0.75rem;
  text-decoration: none;
  color: unset;
}
@media (any-hover: hover) {
  .l-footer-bottom a:hover {
    color: #3FAE32;
  }
}
@media (max-width: 767px) {
  .l-footer-bottom a {
    font-size: 0.6875rem;
  }
}
.l-footer-logo {
  margin: 0.5rem 0 0.75rem;
}
.l-footer-logo img {
  width: 15rem;
}
@media (max-width: 767px) {
  .l-footer-logo {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
.l-footer-copyright {
  text-align: right;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .l-footer-copyright {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.6875rem;
  }
}
.l-footer-nav {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.l-footer-nav > li > a {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}
.l-footer-nav > li > a::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3FAE32;
}
.l-footer-nav a {
  color: unset;
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-footer-nav a:hover {
    color: #3FAE32;
  }
}
.l-footer-nav__child {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.l-footer-nav__child li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.l-pagetop {
  display: block;
  position: fixed;
  z-index: 99;
  width: 4.375rem;
  height: 4.375rem;
  background: #0C1075 url("/cms/fasthouse/images/icon_arrow03.svg") no-repeat center center;
  background-size: 40% auto;
  transform: rotate(-90deg);
  border-radius: 50%;
  bottom: 1.25rem;
  right: 5%;
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .l-pagetop {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.9375rem;
    bottom: 2.5rem;
  }
}
@media (any-hover: hover) {
  .l-pagetop:hover {
    background-position: 70% center;
    background-color: #3FAE32;
  }
}
.l-pagetop.show {
  opacity: 1;
}
.l-pagetop:focus-visible {
  outline: 2px solid #3FAE32;
}

.p-mv {
  display: flex;
  align-items: center;
  padding: 0 0 0 6.25rem;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .p-mv {
    display: block;
    padding: 8.125rem 0rem 5rem 1.25rem;
    background: none;
  }
}
.p-mv-left {
  flex: 1;
}
.p-mv-ttl {
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .p-mv-ttl {
    margin-bottom: 2rem;
  }
}
.p-mv-ttl img {
  width: 34rem;
}
@media (max-width: 767px) {
  .p-mv-ttl img {
    width: 15rem;
  }
}
.p-mv-lead img {
  width: 17.5rem;
}
@media (max-width: 767px) {
  .p-mv-lead img {
    width: 13.5rem;
  }
}
.p-mv-illust {
  margin-left: auto;
  text-align: right;
  flex: 0 1 54%;
}
.p-mv-illust img {
  width: 100%;
}

.p-newproperty {
  padding: 10rem 1.25rem;
  background: url(/cms/fasthouse/images/bg_amorphous01.svg) no-repeat left -12.5rem top 25rem;
  background-size: 38.625rem;
}
@media (max-width: 767px) {
  .p-newproperty {
    background: url(/cms/fasthouse/images/bg_amorphous04.svg) no-repeat left -6.25rem bottom -17.5rem;
    background-size: 25rem;
    padding: 0 1.25rem 5rem 1.25rem;
  }
}

@media (max-width: 767px) {
  .p-service {
    background: linear-gradient(180deg, transparent 0%, transparent 50%, #D9FF4E 50%, #D9FF4E 100%);
  }
}
.p-service-inner {
  padding: 6.25rem 1.25rem;
  background: #FFFFFF;
  box-shadow: 0 0 1.5rem rgba(20, 22, 76, 0.1);
  border-radius: 0 6.25rem;
}
@media (max-width: 767px) {
  .p-service-inner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    border-radius: 0 5rem;
  }
}
.p-service-btn {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-service-btn {
    margin-top: 2.5rem;
  }
}

.p-info {
  padding: 10rem 1.25rem 16.25rem;
  background: url(/cms/fasthouse/images/bg_amorphous02.svg) no-repeat left 5rem top -31.25rem, url(/cms/fasthouse/images/bg_amorphous03.svg) no-repeat right -1.875rem bottom -11.25rem;
  background-size: 42.5rem auto, 55rem auto;
}
@media (max-width: 767px) {
  .p-info {
    background: url(/cms/fasthouse/images/bg_amorphous05.svg) no-repeat left -10rem top -18.75rem, url(/cms/fasthouse/images/bg_amorphous06.svg) no-repeat right -9.375rem bottom -15.625rem;
    background-size: 20.625rem auto, 30.625rem auto;
    padding-top: 3.75rem;
    padding-bottom: 10rem;
  }
}

.p-infocompany {
  padding: 6.25rem 1.25rem;
  background: #FFFFFF;
  box-shadow: 0 0 1.5rem rgba(20, 22, 76, 0.1);
  border-radius: 0 6.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 767px) {
  .p-infocompany {
    margin-top: -5rem;
    border-radius: 0 5rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-login {
  padding: 6.25rem 1.25rem;
}
@media (max-width: 767px) {
  .p-login {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-pagehead {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .p-pagehead {
    padding-top: 5rem;
  }
}
.p-pagehead-icon {
  text-align: center;
  margin-bottom: 1rem;
}
.p-pagehead-icon img {
  width: 4.6875rem;
}
@media (max-width: 767px) {
  .p-pagehead-icon img {
    width: 3.75rem;
  }
}

.p-pager {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-pager {
    margin-top: 2.5rem;
  }
}

.p-anchor {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-anchor {
    margin-top: 5rem;
  }
}
.p-anchor + .c-section-secondary.radius {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-anchor + .c-section-secondary.radius {
    margin-top: 5rem;
  }
}

.p-article {
  padding: 5rem 0 0 0;
}
.p-article-date {
  text-align: right;
}
.p-article-ttl {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.4;
  padding-bottom: 2.5rem;
  margin: 2.5rem 0;
  border-bottom: 1px dashed #D4D4D4;
}
@media (max-width: 767px) {
  .p-article-ttl {
    font-size: 1.375rem;
  }
}
.p-article-img {
  margin-top: 2.5rem;
  text-align: center;
}
.p-article-img img {
  border-radius: 0 4.375rem 0 0;
}
.p-article-footer {
  margin-top: 5rem;
  text-align: center;
}

.c-section-secondary {
  padding: 10rem 1.25rem;
}
@media (max-width: 767px) {
  .c-section-secondary {
    padding: 5rem 1.25rem;
  }
}
.c-section-secondary.radius {
  background: #FFFFFF;
  box-shadow: 0 0 1.5rem rgba(20, 22, 76, 0.1);
  border-radius: 0 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-section-secondary.radius {
    border-radius: 0 3.75rem;
  }
}
.c-section-secondary:last-child {
  padding-bottom: 0;
}
.c-section-secondary .p-pagehead {
  padding-top: 0;
}
.c-section-secondary + .p-anchor {
  margin-top: 0;
}

.c-section-s {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-section-s {
    margin-bottom: 3.75rem;
  }
}
.c-section-s:last-child {
  margin-bottom: 0;
}

.c-section-m {
  margin-bottom: 3.75rem;
}
.c-section-m:last-child {
  margin-bottom: 0;
}

.c-ttl-topsection {
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .c-ttl-topsection {
    font-size: 2rem;
    margin-bottom: 2.25rem;
  }
}
.c-ttl-topsection span {
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #3FAE32;
}
@media (max-width: 767px) {
  .c-ttl-topsection span {
    font-size: 0.75rem;
  }
}

.c-ttl-border {
  border-left: 0.25rem solid #3FAE32;
  padding-left: 0.75rem;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-ttl-border {
    font-size: 1.5rem;
  }
}

.c-ttl-sub {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.c-ttl-sub02 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.5rem !important;
}

.c-ttl-box {
  border: 1px solid #D4D4D4;
  display: inline-block;
  padding: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-ttl-recruit {
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .c-ttl-recruit {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}

.c-list-newproperty {
  display: grid;
  gap: 0 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .c-list-newproperty {
    display: block;
  }
}
.c-list-newproperty li {
  flex: 0 1 33.333%;
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-list-newproperty li {
    margin-top: 4.6875rem;
  }
}
.c-list-newproperty a {
  height: 100%;
  display: block;
  text-decoration: none;
  color: unset;
  background: #FFFFFF;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  border-radius: 0 3.75rem 0 0;
  padding: 2.5rem 1.25rem 4.375rem;
  position: relative;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-newproperty a {
    padding-right: 4.375rem;
    padding-bottom: 1.25rem;
  }
}
.c-list-newproperty a::after {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0C1075 url(/cms/fasthouse/images/icon_arrow03.svg) no-repeat center;
  background-size: 30%;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .c-list-newproperty a:hover {
    background-color: #F4F4F4;
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  }
  .c-list-newproperty a:hover dl {
    transform: translateY(1%);
  }
  .c-list-newproperty a:hover:after {
    background-color: #3FAE32;
  }
}
.c-list-newproperty dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 0;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-newproperty dl {
    gap: 1.25rem 0;
  }
}
.c-list-newproperty dt {
  font-weight: 700;
  border-right: 1px solid #222;
  padding: 0.25rem 0.375rem 0.25rem 0;
}
.c-list-newproperty dd:not([class]) {
  padding: 0.25rem 0.375rem;
  line-height: 1.4;
}
.c-list-newproperty__price, .c-list-newproperty__houses {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1;
  padding: 0 0 0.25rem 0.375rem;
}
.c-list-newproperty__price span, .c-list-newproperty__houses span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-list-newproperty__price span, .c-list-newproperty__houses span {
    font-size: 1.875rem;
  }
}
.c-list-newproperty__thumb {
  position: absolute;
  top: -3.125rem;
  left: 4.375rem;
}
@media (max-width: 767px) {
  .c-list-newproperty__thumb {
    top: -2.8125rem;
    left: 5rem;
  }
}
.c-list-newproperty__thumb img {
  height: 5rem;
}
@media (max-width: 767px) {
  .c-list-newproperty__thumb img {
    height: 4.375rem;
  }
}

.c-list-service {
  display: flex;
  gap: 2.875rem;
}
@media (max-width: 767px) {
  .c-list-service {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.c-list-service li {
  flex: 0 1 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-list-service li {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.c-list-service__inner {
  flex: 0 1 100%;
  border-radius: 0 3.75rem 0 0;
  text-decoration: none;
  color: unset;
  padding: 2.25rem 1rem 3.75rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
}
@media (max-width: 767px) {
  .c-list-service__inner {
    padding-bottom: 2.5rem;
  }
}
@media (any-hover: hover) {
  .c-list-service__inner:hover {
    background-color: #F4F4F4;
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  }
  .c-list-service__inner:hover:after {
    background-color: #3FAE32;
  }
  .c-list-service__inner:hover > div:not([class]) {
    transform: translateY(1%);
  }
}
.c-list-service__inner::after {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0C1075 url(/cms/fasthouse/images/icon_arrow03.svg) no-repeat center;
  background-size: 30%;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-service__inner::after {
    width: 2rem;
    height: 2rem;
  }
}
.c-list-service__inner > div:not([class]) {
  transition: transform 0.3s ease;
}
.c-list-service__num {
  position: absolute;
  top: -3.75rem;
  left: -3.75rem;
  background-color: #0C1075;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .c-list-service__num {
    width: 5.5rem;
    height: 5.5rem;
    top: -2.75rem;
    left: -2.75rem;
    font-size: 1.5rem;
  }
}
.c-list-service__num span {
  padding: 50% 0 0 63%;
  display: block;
}
.c-list-service__illust {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-list-service__illust {
    margin-bottom: 0.75rem;
  }
}
.c-list-service__illust img {
  width: 4.6875rem;
}
@media (max-width: 767px) {
  .c-list-service__illust img {
    width: 3.75rem;
  }
}
.c-list-service__txt {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.c-list-info {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-list-info {
    display: block;
  }
}
.c-list-info li {
  flex: 0 1 calc(50% - 1.25rem);
}
@media (max-width: 767px) {
  .c-list-info li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-list-info a {
  display: block;
  text-decoration: none;
  color: unset;
  background: #FFFFFF;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  border-radius: 0 3.75rem 0 0;
  padding: 1.5rem;
  position: relative;
  font-weight: 700;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-info a {
    border-radius: 0 2.5rem 0 0;
    padding: 1rem;
  }
}
.c-list-info a > div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-info a > div {
    gap: 1rem;
  }
}
.c-list-info a::after {
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0C1075 url(/cms/fasthouse/images/icon_arrow03.svg) no-repeat center;
  background-size: 30%;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-info a::after {
    width: 2rem;
    height: 2rem;
  }
}
@media (any-hover: hover) {
  .c-list-info a:hover {
    background-color: #F4F4F4;
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  }
  .c-list-info a:hover > div {
    transform: translateY(1%);
  }
  .c-list-info a:hover::after {
    background-color: #3FAE32;
  }
}
.c-list-info__illust img {
  width: 4.6875rem;
}
@media (max-width: 767px) {
  .c-list-info__illust img {
    width: 3.4375rem;
  }
}
.c-list-info__txt {
  flex: 1;
}

.c-list-company {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .c-list-company {
    display: block;
  }
}
.c-list-company li {
  flex: 0 1 33.333%;
}
@media (max-width: 767px) {
  .c-list-company li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.c-list-company a {
  display: block;
  text-decoration: none;
  color: unset;
  text-align: center;
  background: #FFFFFF url(/cms/fasthouse/images/icon_arrow01.svg) no-repeat center bottom 2.5rem;
  background-size: 2.8125rem;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  border-radius: 0 3.75rem 0 0;
  padding: 3.75rem 1.25rem 5.625rem 1.25rem;
  transition: 0.3s ease;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-list-company a {
    padding: 0.75rem 3.75rem 0.75rem 1.5rem;
    background-position: right 1.875rem center;
    background-size: 1.8125rem;
  }
}
.c-list-company a > div {
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-company a > div {
    display: flex;
    align-items: center;
  }
}
@media (any-hover: hover) {
  .c-list-company a:hover {
    background: #F4F4F4 url(/cms/fasthouse/images/icon_arrow04.svg) no-repeat left 52% bottom 2.5rem;
    background-size: 2.8125rem;
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  }
  .c-list-company a:hover > div {
    transform: translateY(1%);
  }
}
.c-list-company__illust {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-list-company__illust {
    margin: 0 1.5rem 0 0;
  }
}
.c-list-company__illust img {
  width: 11.25rem;
}
@media (max-width: 767px) {
  .c-list-company__illust img {
    width: 5.625rem;
  }
}
.c-list-company__txt {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .c-list-company__txt {
    font-size: 1.125rem;
  }
}

.c-list-login {
  display: flex;
  gap: 3.625rem;
}
@media (max-width: 767px) {
  .c-list-login {
    display: block;
  }
}
.c-list-login li {
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .c-list-login li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-list-login a {
  color: unset;
  display: block;
  font-weight: 700;
  text-decoration: none;
  background: #fff url(/cms/fasthouse/images/icon_arrow02.svg) no-repeat right 2rem center;
  background-size: 0.8125rem;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  border-radius: 0 1.875rem 0 0;
  padding: 1.5rem 3.125rem 1.5rem 2rem;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-login a {
    padding: 0.75rem 1.875rem 0.75rem 1rem;
    background-position: right 1rem center;
  }
}
.c-list-login a > div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-login a > div {
    gap: 0.75rem;
  }
}
@media (any-hover: hover) {
  .c-list-login a:hover {
    background-color: #F4F4F4;
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  }
  .c-list-login a:hover > div {
    transform: translateY(1%);
  }
}
.c-list-login__illust {
  width: 3.5rem;
}
@media (max-width: 767px) {
  .c-list-login__illust {
    width: 2.5rem;
  }
}
.c-list-login__txt {
  flex: 1;
}

.c-list-property {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .c-list-property {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-list-property li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-list-property a {
  display: block;
  text-decoration: none;
  color: unset;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  border-radius: 0 3.75rem 0 0;
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
  z-index: 0;
}
@media (any-hover: hover) {
  .c-list-property a:hover {
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
    background-color: #F4F4F4;
  }
  .c-list-property a:hover .c-list-property__thumb {
    box-shadow: inset 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  }
  .c-list-property a:hover .c-list-property__ttl {
    transform: translateY(1%);
  }
}
.c-list-property__thumb img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.c-list-property__ttl {
  padding: 1.25rem 1rem;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.c-list-irinfo__date {
  flex: 0 1 7.5rem;
}
@media (max-width: 767px) {
  .c-list-irinfo__date {
    margin-bottom: 0.75rem;
  }
}
.c-list-irinfo__ttl {
  flex: 1;
}
.c-list-irinfo li {
  padding: 2rem 0;
  border-bottom: 1px dashed #D4D4D4;
}
@media (max-width: 767px) {
  .c-list-irinfo li {
    padding: 1.5rem 0;
  }
}
.c-list-irinfo a {
  text-decoration: none;
  color: unset;
  display: flex;
  gap: 1.5rem;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .c-list-irinfo a {
    display: block;
  }
}
@media (any-hover: hover) {
  .c-list-irinfo a:hover {
    color: #3FAE32;
  }
}

.c-list-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  gap: 1.875rem;
  color: #0C1075;
}
@media (max-width: 767px) {
  .c-list-pager {
    gap: 1.25rem;
    font-size: 1.25rem;
    align-items: flex-end;
  }
}
.c-list-pager a {
  color: #aaa;
  text-decoration: none;
  display: block;
}
@media (any-hover: hover) {
  .c-list-pager a:hover {
    color: #0C1075;
  }
}
.c-list-pager button {
  border: none;
  padding: 0;
  cursor: pointer;
}
.c-list-pager .prev button,
.c-list-pager .next button {
  width: 0.875rem;
  height: 1.3125rem;
  background-color: #aaa;
}
@media (max-width: 767px) {
  .c-list-pager .prev button,
  .c-list-pager .next button {
    width: 0.625rem;
    height: 1rem;
  }
}
@media (any-hover: hover) {
  .c-list-pager .prev button:hover,
  .c-list-pager .next button:hover {
    background-color: #0C1075;
  }
}
.c-list-pager .prev_all button,
.c-list-pager .next_all button {
  width: 1.6875rem;
  height: 1.3125rem;
  background-color: #aaa;
}
@media (max-width: 767px) {
  .c-list-pager .prev_all button,
  .c-list-pager .next_all button {
    width: 1.375rem;
    height: 1rem;
  }
}
@media (any-hover: hover) {
  .c-list-pager .prev_all button:hover,
  .c-list-pager .next_all button:hover {
    background-color: #0C1075;
  }
}
@media (min-width: 768px) {
  .c-list-pager .prev {
    margin-right: 0.625rem;
  }
}
.c-list-pager .prev button {
  mask: url(/cms/fasthouse/images/icon_prev.svg) no-repeat;
  mask-size: 100% 100%;
}
@media (min-width: 768px) {
  .c-list-pager .next {
    margin-left: 0.625rem;
  }
}
.c-list-pager .next button {
  mask: url(/cms/fasthouse/images/icon_next.svg) no-repeat;
  mask-size: 100% 100%;
}
@media (min-width: 768px) {
  .c-list-pager .prev_all {
    margin-right: 0.625rem;
  }
}
.c-list-pager .prev_all button {
  mask: url(/cms/fasthouse/images/icon_prev_all.svg) no-repeat;
  mask-size: 100% 100%;
}
@media (min-width: 768px) {
  .c-list-pager .next_all {
    margin-left: 0.625rem;
  }
}
.c-list-pager .next_all button {
  mask: url(/cms/fasthouse/images/icon_next_all.svg) no-repeat;
  mask-size: 100% 100%;
}

.c-list-bank {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-list-bank li {
  flex: 0 1 24%;
}
@media (max-width: 767px) {
  .c-list-bank li {
    flex: 0 1 48%;
  }
}

.c-list-anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-anchor {
    gap: 0.75rem 1rem;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .c-list-anchor:has(> :nth-child(5)) li {
    flex: 0 1 calc(20% - 1.25rem);
  }
}
.c-list-anchor li {
  flex: 0 1 calc(25% - 1.125rem);
}
@media (max-width: 767px) {
  .c-list-anchor li {
    flex: 0 1 calc(50% - 0.5rem);
  }
}
.c-list-anchor a {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(20, 22, 76, 0.1);
  border-radius: 3.125rem;
  display: flex;
  color: unset;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 4rem;
  align-items: center;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  position: relative;
  transition: 0.3s ease;
  line-height: 1.4;
}
@media (any-hover: hover) {
  .c-list-anchor a:hover {
    background-color: #F4F4F4;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .c-list-anchor a {
    padding: 0.375rem 1.875rem 0.375rem 1rem;
    font-size: 0.75rem;
    min-height: 3.375rem;
  }
}
.c-list-anchor a.up::after {
  transform: rotate(-45deg);
}
.c-list-anchor a::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  margin: auto;
  border-top: 2px solid #3FAE32;
  border-right: 2px solid #3FAE32;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .c-list-anchor a::after {
    right: 1rem;
  }
}

.c-list-num {
  list-style: decimal;
  margin-left: 2rem;
}
.c-list-num + p {
  margin-top: 1rem;
}
.c-list-num li:not(:last-child) {
  margin-bottom: 0.375rem;
}

.c-list-disc {
  list-style: disc;
  margin-left: 2rem;
}
.c-list-disc + p {
  margin-top: 1rem;
}
.c-list-disc li:not(:last-child) {
  margin-bottom: 0.375rem;
}

.c-list-faq::details-content {
  interpolate-size: allow-keywords;
  transition: height 0.5s ease, content-visibility 0.5s ease allow-discrete;
  height: 0;
  overflow: clip;
}
.c-list-faq[open] summary {
  background-image: url(/cms/fasthouse/images/icon_minus.svg);
}
.c-list-faq[open]::details-content {
  height: auto;
}
.c-list-faq summary {
  -webkit-tap-highlight-color: transparent;
  background: #FFFFFF url(/cms/fasthouse/images/icon_plus.svg) no-repeat right 1.5rem center;
  background-size: 1.5rem auto;
  border: 1px solid #D4D4D4;
  border-radius: 0 2.25rem 0 0;
  margin-top: 1rem;
  padding: 1.25rem 3.75rem 1.25rem 3.75rem;
  font-weight: 700;
  position: relative;
  list-style: none;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .c-list-faq summary {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    background-size: 1.25rem;
    background-position: right 1.25rem center;
  }
}
.c-list-faq summary::before {
  content: "Q";
  font-family: "Geologica";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 1.125rem;
  left: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-faq summary::before {
    font-size: 1.75rem;
    left: 1rem;
  }
}
.c-list-faq__body {
  background: rgba(12, 16, 117, 0.05);
  border-bottom: 1px solid #D4D4D4;
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
  padding: 1.25rem 1.5rem 1.25rem 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-list-faq__body {
    padding-left: 3.125rem;
  }
}
.c-list-faq__body::before {
  content: "A";
  font-family: "Geologica";
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #0C1075;
  position: absolute;
  top: 1.125rem;
  left: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-faq__body::before {
    font-size: 1.75rem;
    left: 1rem;
  }
}

*:not(.c-ttl-border) + .c-cols {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  *:not(.c-ttl-border) + .c-cols {
    margin-top: 3.75rem;
  }
}

.c-cols {
  display: flex;
  gap: 2.25rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-cols {
    display: block;
    margin-bottom: 3.75rem;
  }
}
.c-cols.rv {
  flex-direction: row-reverse;
}
.c-cols.half {
  gap: 3.75rem;
}
.c-cols.half .c-cols-img {
  flex: 0 1 50%;
}
.c-cols-txt {
  flex: 1;
}
.c-cols-img {
  flex: 0 1 30rem;
}
@media (max-width: 767px) {
  .c-cols-img {
    margin-bottom: 1.25rem;
  }
}

.c-block-img {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-block-img {
    margin-bottom: 2rem;
  }
}

.c-block-img_recruit {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .c-block-img_recruit {
    margin-bottom: 2rem;
  }
}

.c-block-movie {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-block-movie {
    margin-bottom: 2rem;
  }
}
.c-block-movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 56.25rem;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.c-btn-type01 {
  background-color: #0C1075;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  min-width: 15rem;
  display: inline-block;
  padding: 1rem 1.5rem;
  transition: 0.3s ease;
  text-align: center;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-type01:hover {
    background-color: #3FAE32;
  }
}
.c-btn-type01__arrow {
  display: inline-block;
  background: url(/cms/fasthouse/images/icon_arrow03.svg) no-repeat right center;
  padding-right: 1.25rem;
  background-size: 0.8125rem;
}
.c-btn-type01__arrow.back {
  background: url(/cms/fasthouse/images/icon_arrow03_l.svg) no-repeat left center;
  padding-right: 0;
  padding-left: 1.25rem;
}

.c-input-search {
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 3.75rem;
  display: block;
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
  font-family: inherit;
  width: 100%;
  background: #fff url(/cms/fasthouse/images/icon_lens02.svg) no-repeat left 1.25rem center;
  background-size: 0.875rem;
}
.c-input-search::placeholder {
  color: rgba(34, 34, 34, 0.4);
  font-weight: 700;
}

.c-tb-outline {
  width: 100%;
}
@media (min-width: 768px) {
  .c-tb-outline__head {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .c-tb-outline tr:first-child th {
    padding-top: 0;
  }
}
.c-tb-outline th {
  text-align: left;
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px dashed #D4D4D4;
}
@media (max-width: 767px) {
  .c-tb-outline th {
    display: block;
    border: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 1.5rem;
  }
}
.c-tb-outline td {
  padding: 2rem 0;
  border-bottom: 1px dashed #D4D4D4;
}
@media (max-width: 767px) {
  .c-tb-outline td {
    display: block;
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
  }
}

.swiper {
  overflow: visible;
}

.swiper-initialized.swiper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  overflow: hidden;
  max-width: none;
}

.p-newproperty .swiper-initialized.swiper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.swiper-initialized .swiper-naviset {
  display: flex;
}
.swiper-initialized .swiper-wrapper {
  display: flex;
  gap: 0;
  padding-bottom: 0.5rem;
}
.swiper-initialized .swiper-wrapper li {
  padding: 0 1.2rem;
  flex: none;
  margin-top: 3.75rem;
}

.swiper-naviset {
  display: none;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .swiper-naviset {
    gap: 1.25rem;
  }
}
.swiper-naviset .swiper-pagination,
.swiper-naviset .swiper-button-prev,
.swiper-naviset .swiper-button-next {
  position: static;
  margin: 0;
}
.swiper-naviset .swiper-pagination:focus-visible,
.swiper-naviset .swiper-button-prev:focus-visible,
.swiper-naviset .swiper-button-next:focus-visible {
  outline: 2px solid #3FAE32;
}
.swiper-naviset .swiper-pagination {
  width: auto;
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .swiper-naviset .swiper-pagination {
    gap: 0.625rem;
  }
}
.swiper-naviset .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
}
@media (max-width: 767px) {
  .swiper-naviset .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.swiper-naviset .swiper-pagination-bullet-active {
  background-color: #0C1075;
}
.swiper-naviset .swiper-button-prev,
.swiper-naviset .swiper-button-next {
  border: none;
  width: 3.75rem;
  height: 3.75rem;
  background: #0C1075;
  border-radius: 50%;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .swiper-naviset .swiper-button-prev,
  .swiper-naviset .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (any-hover: hover) {
  .swiper-naviset .swiper-button-prev:hover,
  .swiper-naviset .swiper-button-next:hover {
    background-color: #3FAE32;
  }
}
.swiper-naviset .swiper-button-prev svg,
.swiper-naviset .swiper-button-next svg {
  display: none;
}
.swiper-naviset .swiper-button-prev {
  background: #0C1075 url(/cms/fasthouse/images/icon_arrow03_l.svg) no-repeat center;
  background-size: 33% auto;
}
.swiper-naviset .swiper-button-next {
  background: #0C1075 url(/cms/fasthouse/images/icon_arrow03.svg) no-repeat center;
  background-size: 33% auto;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-fs14 {
  font-size: 0.875rem;
}

.u-img-radius {
  border-radius: 0 4.375rem 0 0;
}

.u-fc-green {
  color: #3FAE32;
}

.u-bg-company,
.u-bg-bookmark {
  background: url(/cms/fasthouse/images/bg_amorphous11.svg) no-repeat left bottom;
  background-size: 30.375rem auto;
}
@media (max-width: 767px) {
  .u-bg-company,
  .u-bg-bookmark {
    background-size: 16.25rem auto;
  }
}

@media (max-width: 767px) {
  .u-bg-bookmark {
    background-position: left bottom -9.375rem;
  }
}

.u-bg-outline {
  background: url(/cms/fasthouse/images/bg_amorphous09.svg) no-repeat left bottom;
  background-size: 20.625rem auto;
}
@media (max-width: 767px) {
  .u-bg-outline {
    background-size: 10rem auto;
  }
}

.u-bg-zerocarbon {
  background: url(/cms/fasthouse/images/bg_amorphous10.svg) no-repeat right top;
  background-size: 35.125rem auto;
}
@media (max-width: 767px) {
  .u-bg-zerocarbon {
    background-position: right top -1.25rem;
    background-size: 12.5rem auto;
  }
}

.u-bg-trouble {
  background: url(/cms/fasthouse/images/bg_amorphous12.svg) no-repeat right -16.25rem top -28.125rem, url(/cms/fasthouse/images/bg_amorphous12.svg) no-repeat right -16.25rem bottom -14.375rem;
  background-size: 47.5rem auto, 47.5rem auto;
  position: relative;
}
@media (max-width: 767px) {
  .u-bg-trouble {
    background-size: 25rem auto;
    background-position: right -12.5rem top -11.25rem, right -16.25rem bottom -14.375rem;
  }
}
.u-bg-trouble::after {
  right: 0;
  top: 100%;
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #D9FF4E;
}

.u-bg-job01 {
  background: url(/cms/fasthouse/images/bg_amorphous08.svg) no-repeat left -18.75rem bottom -31.25rem;
  background-size: 43.125rem auto;
}
@media (max-width: 767px) {
  .u-bg-job01 {
    background-position: left -9.375rem bottom -17.5rem;
    background-size: 18.75rem auto;
  }
}

.u-bg-job03 {
  background: url(/cms/fasthouse/images/bg_amorphous12.svg) no-repeat right -12.5rem top -6.25rem, url(/cms/fasthouse/images/bg_amorphous12.svg) no-repeat right -12.5rem bottom -15.625rem;
  background-size: 47.5rem auto, 47.5rem auto;
  position: relative;
}
@media (max-width: 767px) {
  .u-bg-job03 {
    background-position: right -15.625rem top 3.75rem, right -10rem bottom -13.75rem;
    background-size: 22.5rem auto, 22.5rem auto;
  }
}
.u-bg-job03::after {
  right: 0;
  top: 100%;
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #D9FF4E;
}

@media (max-width: 767px) {
  .u-bg-job04 {
    z-index: 1;
  }
}

.u-bg-job05 {
  background: url(/cms/fasthouse/images/bg_amorphous13.svg) no-repeat left -18.75rem top 2.5rem;
  background-size: 48.125rem auto;
  position: relative;
}
@media (max-width: 767px) {
  .u-bg-job05 {
    background-position: left -10rem top -2.5rem;
    background-size: 17.5rem auto;
  }
}
@media (max-width: 767px) {
  .u-bg-job05::after {
    left: 0;
    bottom: 100%;
    content: "";
    position: absolute;
    width: 6.25rem;
    height: 6.25rem;
    background-color: #D9FF4E;
  }
}

.u-bg-dormitory {
  z-index: 1;
}

.u-bg-loan {
  background: url(/cms/fasthouse/images/bg_amorphous14.svg) no-repeat left -15.625rem top -29.375rem, url(/cms/fasthouse/images/bg_amorphous12.svg) no-repeat right -12.5rem bottom -15.625rem;
  background-size: 43.125rem auto, 47.5rem auto;
  position: relative;
}
@media (max-width: 767px) {
  .u-bg-loan {
    background-position: left -12.5rem top -10rem, right -12.5rem bottom -15.625rem;
    background-size: 22.5rem auto, 30.625rem auto;
  }
}
.u-bg-loan::before {
  left: 0;
  bottom: 100%;
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #D9FF4E;
}
.u-bg-loan::after {
  right: 0;
  top: 100%;
  content: "";
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-color: #D9FF4E;
}

.u-bg-service {
  background: url(/cms/fasthouse/images/bg_amorphous04.svg) no-repeat left -23.75rem bottom -18.75rem;
  background-size: 47.5rem auto;
}
@media (max-width: 767px) {
  .u-bg-service {
    background-position: left -8.75rem bottom -15.625rem;
    background-size: 21.25rem auto;
  }
}