@keyframes kv__sr__p1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(60px);
  }
}

@keyframes kv__sr__p2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.m-home__kv {
  visibility: hidden;
}

@media print, (min-width: 768px) {
  .m-home__kv {
    position: relative;
    container-type: size;
    height: calc(100svh - 100px);
    min-height: 668px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__sp {
    position: relative;
    container-type: inline-size;
    aspect-ratio: 750 / 600;
    overflow: hidden;
  }
}

.m-home__kv__p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.m-home__kv__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-home__kv__p:nth-child(2) {
  display: none;
}

.m-home__kv__t {
  position: absolute;
  font-family: 'Shippori Mincho', serif;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .m-home__kv__t {
    left: 50%;
    top: 50%;
    font-size: calc(40 / 1440 * 100cqw);
    line-height: 1.2;
    letter-spacing: calc(2 / 1440 * 100cqw);
    transform: translate(-50%, -370%);
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__t {
    left: calc(180 / 375 * 100cqw);
    top: calc(63 / 375 * 100cqw);
    font-size: calc(24 / 375 * 100cqw);
    line-height: 1.5;
    letter-spacing: calc(2 / 375 * 100cqw);
  }
}

.m-home__kv__n {
  position: absolute;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
}

@media print, (min-width: 768px) {
  .m-home__kv__n {
    left: 20px;
    bottom: 20px;
    font-size: clamp(9px, calc(9px + 1 * (100vw - 1155px) / 225), 10px);
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__n {
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    text-align: right;
  }
}

.m-home__kv__bx {
  display: none;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 704px;
    box-sizing: border-box;
    padding: 40px;
    border-top-left-radius: 20px;
    background: rgba(59, 65, 65, .3);
    -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx {
    padding: 25px 20px 30px;
  }
}

.m-home__kv__bx__hd {
  display: flex;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd {
    margin-bottom: 20px;
  }
}

.m-home__kv__bx__hd__c:nth-child(1) {
  flex-grow: 1;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__c:nth-child(2) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__c:nth-child(2) {
    padding-top: 15px;
  }
}

.m-home__kv__bx__hd__s {
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__s {
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__s {
    margin-bottom: 4px;
    font-size: 12px;
  }
}

.m-home__kv__bx__hd__s > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  vertical-align: top;
}

.m-home__kv__bx__hd__s > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 12.5px;
  height: 15.5px;
  mask: url(/estate/common/images/icon_pin01.svg) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__s > span::before {
    top: 2px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__s > span::before {
    top: 0;
    background: #3b4141;
  }
}

.m-home__kv__bx__hd__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__tt {
    color: #fff;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__tt {
    font-size: 24px;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__bt {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__bt {
    width: 130px;
  }
}

.m-home__kv__bx__hd__bt__ag {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__bt__ag {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__bt__ag {
    background: #3b4141;
  }
}

.m-home__kv__bx__hd__bt__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

.m-home__kv__bx__hd__bt__ag:nth-child(2) {
  transform: translateY(-35px) rotate(90deg);
}

.m-home__kv__bx__hd__bt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__bt > a {
    height: 52px;
    padding-right: 15px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hd__bt > a {
    height: 40px;
    padding-right: 20px;
    border: 1px solid #3b4141;
    color: inherit;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hd__bt > a:hover,
  .m-home__kv__bx__hd__bt > a:active {
    border-color: #156082;
    background: #156082;
  }
  .m-home__kv__bx__hd__bt > a:hover .m-home__kv__bx__hd__bt__ag:nth-child(1),
  .m-home__kv__bx__hd__bt > a:active .m-home__kv__bx__hd__bt__ag:nth-child(1) {
    transform: translateY(35px) rotate(90deg);
  }
  .m-home__kv__bx__hd__bt > a:hover .m-home__kv__bx__hd__bt__ag:nth-child(2),
  .m-home__kv__bx__hd__bt > a:active .m-home__kv__bx__hd__bt__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

.m-home__kv__bx__ul {
  display: flex;
  flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__ul {
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__ul {
    gap: 6px;
  }
}

.m-home__kv__bx__ul__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-home__kv__bx__ul__bt__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 10px;
}

.m-home__kv__bx__ul__bt__ag:nth-child(2) {
  transform: translate(-30px, -50%);
  left: 10px;
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__ul__bt__t br {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__ul__bt__t > span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__ul__bt__t > span {
    font-size: 11px;
  }
}

.m-home__kv__bx__ul__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__ul__bt a {
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__ul__bt a {
    height: 40px;
    padding-right: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__ul__bt a:hover,
  .m-home__kv__bx__ul__bt a:active {
    border-color: #fff;
    background-color: transparent;
  }
  .m-home__kv__bx__ul__bt a:hover .m-home__kv__bx__ul__bt__ag:nth-child(1),
  .m-home__kv__bx__ul__bt a:active .m-home__kv__bx__ul__bt__ag:nth-child(1) {
    transform: translate(30px, -50%);
  }
  .m-home__kv__bx__ul__bt a:hover .m-home__kv__bx__ul__bt__ag:nth-child(2),
  .m-home__kv__bx__ul__bt a:active .m-home__kv__bx__ul__bt__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__ul > li {
    width: calc((100% - 24px) / 4);
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__ul > li {
    width: calc((100% - 6px) / 2);
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__er {
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__er__c:nth-child(1) {
    flex-grow: 1;
    display: flex;
    padding-top: 3px;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__er__c:nth-child(2) {
    margin-top: 20px;
  }
}

.m-home__kv__bx__er__s {
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__er__s {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__er__s > span {
    display: inline-block;
    position: relative;
    padding-left: 17px;
    vertical-align: top;
  }
  .m-home__kv__bx__er__s > span::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 12.5px;
    height: 15.5px;
    background: #3b4141;
    mask: url(/estate/common/images/icon_pin01.svg) no-repeat 0 0/contain;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__er__tt {
    font-family: 'Shippori Mincho', serif;
    line-height: 1.3;
    font-size: 24px;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__er__sr {
    width: 150px;
  }
}

.m-home__kv__bx__er__sr__ag {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__er__sr__ag {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__er__sr__ag {
    background: #3b4141;
  }
}

.m-home__kv__bx__er__sr__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

.m-home__kv__bx__er__sr__ag:nth-child(2) {
  transform: translateY(-35px) rotate(90deg);
}

.m-home__kv__bx__er__sr > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__er__sr > a {
    height: 52px;
    padding-right: 15px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__er__sr > a {
    height: 52px;
    padding-right: 20px;
    border: 1px solid #3b4141;
    color: inherit;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__er__sr > a:hover,
  .m-home__kv__bx__er__sr > a:active {
    border-color: #156082;
    background: #156082;
  }
  .m-home__kv__bx__er__sr > a:hover .m-home__kv__bx__er__sr__ag:nth-child(1),
  .m-home__kv__bx__er__sr > a:active .m-home__kv__bx__er__sr__ag:nth-child(1) {
    transform: translateY(35px) rotate(90deg);
  }
  .m-home__kv__bx__er__sr > a:hover .m-home__kv__bx__er__sr__ag:nth-child(2),
  .m-home__kv__bx__er__sr > a:active .m-home__kv__bx__er__sr__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk {
    display: flex;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__c:nth-child(1) {
    flex-grow: 1;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__c:nth-child(2) {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__c:nth-child(2) {
    margin-top: 20px;
  }
}

.m-home__kv__bx__hk__s {
  position: relative;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__s {
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__s {
    margin-bottom: 4px;
    font-size: 12px;
    text-align: center;
  }
}

.m-home__kv__bx__hk__s > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  vertical-align: top;
}

.m-home__kv__bx__hk__s > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 12.5px;
  height: 15.5px;
  mask: url(/estate/common/images/icon_pin01.svg) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__s > span::before {
    top: 2px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__s > span::before {
    top: 0;
    background: #3b4141;
  }
}

.m-home__kv__bx__hk__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__tt {
    color: #fff;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__tt {
    font-size: 24px;
    text-align: center;
  }
}

.m-home__kv__bx__hk__bw {
  display: flex;
  gap: 10px;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__bw {
    width: 310px;
  }
}

.m-home__kv__bx__hk__pf {
  flex: 1;
}

.m-home__kv__bx__hk__pf__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-home__kv__bx__hk__pf__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 10px;
}

.m-home__kv__bx__hk__pf__ag:nth-child(2) {
  transform: translate(-30px, -50%);
  left: 10px;
}

.m-home__kv__bx__hk__pf a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__pf a {
    height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__pf a {
    height: 40px;
    padding-right: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__pf a:hover,
  .m-home__kv__bx__hk__pf a:active {
    border-color: #fff;
    background-color: transparent;
  }
  .m-home__kv__bx__hk__pf a:hover .m-home__kv__bx__hk__pf__ag:nth-child(1),
  .m-home__kv__bx__hk__pf a:active .m-home__kv__bx__hk__pf__ag:nth-child(1) {
    transform: translate(30px, -50%);
  }
  .m-home__kv__bx__hk__pf a:hover .m-home__kv__bx__hk__pf__ag:nth-child(2),
  .m-home__kv__bx__hk__pf a:active .m-home__kv__bx__hk__pf__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
}

.m-home__kv__bx__hk__sr {
  flex: 1;
}

.m-home__kv__bx__hk__sr__ag {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__sr__ag {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__sr__ag {
    background: #3b4141;
  }
}

.m-home__kv__bx__hk__sr__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

.m-home__kv__bx__hk__sr__ag:nth-child(2) {
  transform: translateY(-35px) rotate(90deg);
}

.m-home__kv__bx__hk__sr > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__sr > a {
    height: 52px;
    padding-right: 15px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv__bx__hk__sr > a {
    height: 40px;
    padding-right: 20px;
    border: 1px solid #3b4141;
    color: inherit;
  }
}

@media print, (min-width: 768px) {
  .m-home__kv__bx__hk__sr > a:hover,
  .m-home__kv__bx__hk__sr > a:active {
    border-color: #156082;
    background: #156082;
  }
  .m-home__kv__bx__hk__sr > a:hover .m-home__kv__bx__hk__sr__ag:nth-child(1),
  .m-home__kv__bx__hk__sr > a:active .m-home__kv__bx__hk__sr__ag:nth-child(1) {
    transform: translateY(35px) rotate(90deg);
  }
  .m-home__kv__bx__hk__sr > a:hover .m-home__kv__bx__hk__sr__ag:nth-child(2),
  .m-home__kv__bx__hk__sr > a:active .m-home__kv__bx__hk__sr__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

.m-home__kv.is-visible {
  visibility: visible;
}

@media print, (min-width: 768px) {
  .m-home__kv.is-narrow .m-home__kv__t {
    font-size: calc(40 / 800 * 100cqh);
    letter-spacing: calc(2 / 800 * 100cqh);
  }
}

.m-home__kv.is-error .m-home__kv__bx.is-error,
.m-home__kv.is-hokkaido .m-home__kv__bx.is-hokkaido,
.m-home__kv.is-tohoku .m-home__kv__bx.is-tohoku,
.m-home__kv.is-kanto .m-home__kv__bx.is-kanto,
.m-home__kv.is-hokushinetsu .m-home__kv__bx.is-hokushinetsu,
.m-home__kv.is-chubu .m-home__kv__bx.is-chubu,
.m-home__kv.is-kinki .m-home__kv__bx.is-kinki,
.m-home__kv.is-chugoku .m-home__kv__bx.is-chugoku,
.m-home__kv.is-shikoku .m-home__kv__bx.is-shikoku,
.m-home__kv.is-kyushu .m-home__kv__bx.is-kyushu {
  display: block;
}

.m-home__kv.is-hokkaido .m-home__kv__p:nth-child(1) {
  display: none;
}

.m-home__kv.is-hokkaido .m-home__kv__p:nth-child(2) {
  display: block;
}

.m-home__kv.is-hokkaido .m-home__kv__t {
  color: #fff;
}

@media print, (min-width: 768px) {
  .m-home__kv.is-hokkaido .m-home__kv__t {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: clamp(45px, calc(22.7273cqh - 106.818px), 75px);
    font-size: min(calc(40 / 1440 * 100cqw), 40px);
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .m-home__kv.is-hokkaido .m-home__kv__t {
    left: calc(28 / 375 * 100cqw);
    top: calc(25 / 375 * 100cqw);
  }
}

.m-home__kv.is-hokkaido .m-home__kv__nl {
  display: none;
}

@media print, (min-width: 768px) {
  .m-home__kv.is-hokkaido.is-narrow .m-home__kv__t {
    font-size: min(calc(40 / 800 * 100cqh), 40px);
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__in {
    max-width: 1180px;
    margin: 0 auto;
    padding: 200px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__in {
    padding: 55px 0 60px;
  }
}

.m-home__pu__in2 {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-home__pu__hd {
    margin-bottom: 50px;
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__hd {
    margin-bottom: 30px;
  }
}

.m-home__pu__hd__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-home__pu__hd__tt {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__hd__tt {
    font-size: 28px;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__hd__nl {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__hd__nl {
    margin: 20px 20px 0;
  }
}

.m-home__pu__hd__nl__m {
  white-space: nowrap;
}

.m-home__pu__hd__nl__t {
  flex-grow: 1;
}

.m-home__pu__hd__nl > li {
  display: flex;
}

@media print, (min-width: 768px) {
  .m-home__pu__hd__nl > li {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__hd__nl > li {
    font-size: 12px;
    line-height: 1.7;
  }
}

.m-home__pu__sl {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.m-home__pu__sl__it {
  display: flex;
}

.m-home__pu__sl__u {
  flex: 1;
  box-sizing: border-box;
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__u {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl__u {
    padding: 0 4px;
  }
}

.m-home__pu__sl__ct {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__ct {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl__ct {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl__id {
    display: flex;
    justify-content: center;
  }
}

.m-home__pu__sl__id__in {
  position: relative;
}

.m-home__pu__sl__id__dt > ul {
  display: flex;
}

.m-home__pu__sl__id__dt > ul > li button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  appearance: none;
  cursor: pointer;
}

.m-home__pu__sl__id__dt > ul > li button::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: rgba(115, 115, 115, .3);
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__id__dt > ul > li button:hover::before,
  .m-home__pu__sl__id__dt > ul > li button:active::before {
    background: #156082;
  }
}

.m-home__pu__sl__id__dt > ul > li.is-current button {
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__id__dt > ul > li.is-pc-current button {
    pointer-events: none;
  }
}

.m-home__pu__sl__id__cr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #737373;
  pointer-events: none;
  will-change: transform;
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__id__cr {
    clip-path: inset(0px calc(100% - 72px) 0px 0px round 99px);
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl__id__cr {
    clip-path: inset(0px calc(100% - 24px) 0px 0px round 99px);
  }
}

.m-home__pu__sl__id__cr > ul {
  display: flex;
}

.m-home__pu__sl__id__cr > ul > li > span {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
}

.m-home__pu__sl__id__cr > ul > li > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #fff;
}

.m-home__pu__sl__nv {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl__nv {
    display: none;
  }
}

.m-home__pu__sl__nv__u button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  cursor: pointer;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__pu__sl__nv__u button::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #737373;
  border-radius: 50%;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__pu__sl__nv__u button::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 9px;
  margin: -4.5px 0 0 -5px;
  background: #737373;
  mask: url(/estate/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__nv__u button:hover,
  .m-home__pu__sl__nv__u button:active {
    background: #156082;
  }
  .m-home__pu__sl__nv__u button:hover::before,
  .m-home__pu__sl__nv__u button:active::before {
    border-color: #156082;
  }
  .m-home__pu__sl__nv__u button:hover::after,
  .m-home__pu__sl__nv__u button:active::after {
    background: #fff;
  }
}

.m-home__pu__sl__nv__u:nth-child(1) button::after {
  transform: scaleX(-1);
}

.m-home__pu__sl__nv__u:nth-child(2) button::after {
  transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl__ps {
    position: absolute;
    right: 20px;
    top: 0;
  }
}

.m-home__pu__sl__ps button {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #737373;
  appearance: none;
  cursor: pointer;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__pu__sl__ps button > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-home__pu__sl__ps button > span:nth-child(1) {
  display: block;
}

.m-home__pu__sl__ps button > span:nth-child(1)::before,
.m-home__pu__sl__ps button > span:nth-child(1)::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
}

.m-home__pu__sl__ps button > span:nth-child(1)::before {
  margin-left: -3px;
}

.m-home__pu__sl__ps button > span:nth-child(1)::after {
  margin-left: 1px;
}

.m-home__pu__sl__ps button > span:nth-child(2) {
  display: none;
}

.m-home__pu__sl__ps button > span:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 8px;
  margin: -4px 0 0 -2px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media print, (min-width: 768px) {
  .m-home__pu__sl__ps button:hover,
  .m-home__pu__sl__ps button:active {
    background: #156082;
  }
}

.m-home__pu__sl__ps button.is-pause > span:nth-child(1) {
  display: none;
}

.m-home__pu__sl__ps button.is-pause > span:nth-child(2) {
  display: block;
}

@media print, (min-width: 768px) {
  .m-home__pu__sl.is-lte3 .m-home__pu__sl__tr {
    transform: none !important;
  }
  .m-home__pu__sl.is-lte3 .m-home__pu__sl__it {
    justify-content: center;
    transform: none !important;
  }
  .m-home__pu__sl.is-lte3 .m-home__pu__sl__u[data-type='clone'] {
    display: none;
  }
  .m-home__pu__sl.is-lte3 .m-home__pu__sl__ct {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__it {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__u[data-type='clone'] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__ct {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__tw {
    width: calc(((100% + 80px) / 3) * 1) !important;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__tw {
    width: calc(((100% + -32px) / 1) * 1) !important;
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__to {
    transform: translateX(calc(1 / 1 * 100% - 40px)) !important;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__sl.is-count1 .m-home__pu__sl__to {
    transform: translateX(16px) !important;
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__sl.is-count2 .m-home__pu__sl__tw {
    width: calc(((100% + 80px) / 3) * 2) !important;
  }
  .m-home__pu__sl.is-count2 .m-home__pu__sl__to {
    transform: translateX(calc(.5 / 2 * 100% - 40px)) !important;
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__sl.is-count3 .m-home__pu__sl__tw {
    width: calc(((100% + 80px) / 3) * 3) !important;
  }
  .m-home__pu__sl.is-count3 .m-home__pu__sl__to {
    transform: translateX(-40px) !important;
  }
}

.m-home__pu__u__pw {
  position: relative;
}

.m-home__pu__u__pw__p {
  position: relative;
  aspect-ratio: 680 / 356;
  overflow: hidden;
}

.m-home__pu__u__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__pu__u__pw__so {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.m-home__pu__u__pw__so__en {
  margin-bottom: 2px;
  font-size: 16px;
}

.m-home__pu__u__pw__so__ja {
  font-size: 20px;
}

@media print, (min-width: 768px) {
  .m-home__pu__u__tw {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__u__tw {
    margin-top: 25px;
  }
}

.m-home__pu__u__pf {
  display: flex;
  margin-bottom: 10px;
}

.m-home__pu__u__pf > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding: 0 9px;
  border: 1px solid #3b4141;
  border-radius: 99px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
}

.m-home__pu__u__t {
  font-size: 16px;
  line-height: 1.5;
}

.m-home__pu__u__t > span {
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 8px;
  background: #156082;
  mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
  vertical-align: 8%;
}

.m-home__pu__u a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-home__pu__u a:hover .m-home__pu__u__pw__p img,
  .m-home__pu__u a:active .m-home__pu__u__pw__p img {
    transform: scale(1.1);
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__bt {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__bt {
    width: 260px;
    margin: 30px auto 0;
  }
}

.m-home__pu__bt__ag {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms, transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-home__pu__bt__ag:nth-child(1) {
  transform: translateY(0) rotate(90deg);
}

.m-home__pu__bt__ag:nth-child(2) {
  transform: translateY(-44px) rotate(90deg);
}

.m-home__pu__bt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  overflow: hidden;
  color: #156082;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__pu__bt > a {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__pu__bt > a {
    height: 60px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-home__pu__bt > a:hover,
  .m-home__pu__bt > a:active {
    background: #156082;
    color: #fff;
  }
  .m-home__pu__bt > a:hover .m-home__pu__bt__ag,
  .m-home__pu__bt > a:active .m-home__pu__bt__ag {
    background: #fff;
  }
  .m-home__pu__bt > a:hover .m-home__pu__bt__ag:nth-child(1),
  .m-home__pu__bt > a:active .m-home__pu__bt__ag:nth-child(1) {
    transform: translateY(44px) rotate(90deg);
  }
  .m-home__pu__bt > a:hover .m-home__pu__bt__ag:nth-child(2),
  .m-home__pu__bt > a:active .m-home__pu__bt__ag:nth-child(2) {
    transform: translateY(0) rotate(90deg);
  }
}

.m-home__ft {
  position: relative;
  background: #f6f6f6;
}

.m-home__ft__a {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .m-home__ft__a {
    top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__a {
    top: 25px;
  }
}

@media print, (min-width: 768px) {
  .m-home__ft__in {
    max-width: 1180px;
    margin: 0 auto;
    padding: 190px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px) 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__in {
    padding: 55px 0 60px;
  }
}

@media print, (min-width: 768px) {
  .m-home__ft__hd {
    display: flex;
    gap: 50px;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__hd {
    margin-bottom: 50px;
  }
}

.m-home__ft__hd__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-home__ft__hd__tt {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__hd__tt {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }
}

.m-home__ft__hd__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-home__ft__hd__t {
    margin-top: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__hd__t {
    line-height: 1.7;
    text-align: center;
  }
}

.m-home__ft__t {
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__ft__t {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__t {
    margin-bottom: 35px;
    font-size: 23px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__t > span {
    margin-right: -15px;
  }
}

@media print, (min-width: 768px) {
  .m-home__ft__cw {
    display: flex;
    gap: 80px;
  }
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__wp {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
}

.m-home__ft__cw__pw {
  position: relative;
}

.m-home__ft__cw__pw__p {
  position: relative;
  aspect-ratio: 750 / 530;
  overflow: hidden;
}

.m-home__ft__cw__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__ft__cw__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
}

.m-home__ft__cw__nm {
  position: relative;
  margin: 15px 0 5px;
  font-family: 'Shippori Mincho', serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.m-home__ft__cw__tt {
  position: relative;
  margin-bottom: 15px;
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.m-home__ft__cw__t {
  font-size: 16px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__t {
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__t {
    line-height: 1.7;
  }
}

.m-home__ft__cw__t sup {
  margin: 0 2px;
  font-size: 10px;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__t sup {
    vertical-align: 25%;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__t sup {
    vertical-align: 30%;
  }
}

.m-home__ft__cw__n {
  margin-top: 10px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__n {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__n {
    font-size: 12px;
    line-height: 1.7;
  }
}

.m-home__ft__cw__ac {
  display: none;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__ac {
    display: none !important;
  }
}

.m-home__ft__cw__ac__in {
  padding-top: 30px;
}

.m-home__ft__cw__ac__cl {
  width: 260px;
  margin: 40px auto 0;
}

.m-home__ft__cw__ac__cl button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #156082;
  background: none;
  overflow: hidden;
  color: #156082;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  appearance: none;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__bw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__bt {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__bt {
    max-width: 260px;
    margin: 25px auto 0;
  }
}

.m-home__ft__cw__bt__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  overflow: hidden;
  color: #156082;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__bt__in {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__bt__in {
    height: 60px;
    font-size: 15px;
  }
}

.m-home__ft__cw__bt__in > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
}

.m-home__ft__cw__bt__in > span::before,
.m-home__ft__cw__bt__in > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #156082;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__ft__cw__bt__in > span::after {
  transform: rotate(90deg);
}

.m-home__ft__cw__c {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__c {
    flex: 1;
  }
}

.m-home__ft__cw__c a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-home__ft__cw__c a:hover + .m-home__ft__cw__wp .m-home__ft__cw__pw__p img,
  .m-home__ft__cw__c a:active + .m-home__ft__cw__wp .m-home__ft__cw__pw__p img {
    transform: scale(1.1);
  }
  .m-home__ft__cw__c a:hover + .m-home__ft__cw__wp .m-home__ft__cw__bt__in,
  .m-home__ft__cw__c a:active + .m-home__ft__cw__wp .m-home__ft__cw__bt__in {
    background: #156082;
    color: #fff;
  }
  .m-home__ft__cw__c a:hover + .m-home__ft__cw__wp .m-home__ft__cw__bt__in > span::before,
  .m-home__ft__cw__c a:hover + .m-home__ft__cw__wp .m-home__ft__cw__bt__in > span::after,
  .m-home__ft__cw__c a:active + .m-home__ft__cw__wp .m-home__ft__cw__bt__in > span::before,
  .m-home__ft__cw__c a:active + .m-home__ft__cw__wp .m-home__ft__cw__bt__in > span::after {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__c:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__c.is-detail-visible a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-home__ft__cw__c.is-detail-open .m-home__ft__cw__bt {
    display: none;
  }
}

.m-home__br {
  background-color: #e4e4e3;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media print, (min-width: 768px) {
  .m-home__br {
    background-image: url(/estate/images/bg_home_br01.webp);
  }
}

@media screen and (max-width: 767px) {
  .m-home__br {
    background-image: url(/estate/images/bg_home_br01_sp.webp);
  }
}

@media print, (min-width: 768px) {
  .m-home__br__in {
    max-width: 1180px;
    margin: 0 auto;
    padding: 190px clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px) 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__in {
    padding: 55px 0 60px;
  }
}

@media print, (min-width: 768px) {
  .m-home__br__hd {
    display: flex;
    gap: 50px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__hd {
    margin-bottom: 45px;
  }
}

.m-home__br__hd__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-home__br__hd__tt {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__hd__tt {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }
}

.m-home__br__hd__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-home__br__hd__t {
    margin-top: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__hd__t {
    margin: 0 20px;
    line-height: 1.7;
  }
}

.m-home__br__uh__pw {
  position: relative;
}

.m-home__br__uh__pw__p {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-home__br__uh__pw__p {
    aspect-ratio: 2360 / 899;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__pw__p {
    aspect-ratio: 750 / 522;
  }
}

.m-home__br__uh__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__br__uh__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-home__br__uh__bd {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.m-home__br__uh__lg {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-home__br__uh__lg {
    position: relative;
    width: 186px;
    height: 80.4px;
    margin-left: -8px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__lg {
    position: absolute;
    left: 4vw;
    top: 0;
    width: 41vw;
    margin-top: 5vw;
    aspect-ratio: 620 / 268;
  }
}

.m-home__br__uh__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .m-home__br__uh__tw {
    margin-top: 23px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, .6);
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__tw {
    margin-top: 25px;
    font-family: 'Shippori Mincho', serif;
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-home__br__uh__s {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__s {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media print, (min-width: 768px) {
  .m-home__br__uh__t {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__t {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media print, (min-width: 768px) {
  .m-home__br__uh__bt {
    width: 200px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__bt {
    width: 260px;
    margin: 30px auto 0;
  }
}

.m-home__br__uh__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-home__br__uh__bt__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 19px;
}

.m-home__br__uh__bt__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.m-home__br__uh__bt__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 450ms cubic-bezier(.215, .61, .355, 1), background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__br__uh__bt__in {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__uh__bt__in {
    height: 60px;
    font-size: 15px;
  }
}

.m-home__br__uh a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-home__br__uh a:hover .m-home__br__uh__pw__p img,
  .m-home__br__uh a:active .m-home__br__uh__pw__p img {
    transform: scale(1.1);
  }
  .m-home__br__uh a:hover .m-home__br__uh__bt__ag:nth-child(1),
  .m-home__br__uh a:active .m-home__br__uh__bt__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .m-home__br__uh a:hover .m-home__br__uh__bt__ag:nth-child(2),
  .m-home__br__uh a:active .m-home__br__uh__bt__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
  .m-home__br__uh a:hover .m-home__br__uh__bt__in,
  .m-home__br__uh a:active .m-home__br__uh__bt__in {
    border-color: #fff;
    background-color: transparent;
  }
}

.m-home__br__ms {
  background: rgba(255, 255, 255, .6);
}

@media print, (min-width: 768px) {
  .m-home__br__ms {
    margin-top: 80px;
    padding: 80px 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms {
    margin: 50px 20px 0;
    padding: 35px 20px 40px;
  }
}

.m-home__br__ms__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__br__ms__tt {
    margin-bottom: 55px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__tt {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.m-home__br__ms__pw {
  position: relative;
}

.m-home__br__ms__pw__p {
  position: relative;
  aspect-ratio: 940 / 663;
  overflow: hidden;
}

.m-home__br__ms__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__br__ms__pw__lb {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

@media print, (min-width: 768px) {
  .m-home__br__ms__pw__lb {
    padding: 10px 8px;
    font-size: 22px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__pw__lb {
    padding: 7px 6px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.m-home__br__ms__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 0 10px #000;
  text-align: right;
}

@media print, (min-width: 768px) {
  .m-home__br__ms__pw__n {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__pw__n {
    font-size: 9px;
  }
}

.m-home__br__ms__tw {
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__br__ms__tw {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__tw {
    margin-top: 25px;
  }
}

.m-home__br__ms__tw__s {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.m-home__br__ms__tw__tt {
  font-size: 24px;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-home__br__ms__bt {
    width: 300px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__bt {
    width: 260px;
    margin: 25px auto 0;
  }
}

.m-home__br__ms__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.m-home__br__ms__bt__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 19px;
}

.m-home__br__ms__bt__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.m-home__br__ms__bt__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  overflow: hidden;
  color: #156082;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__br__ms__bt__in {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__bt__in {
    height: 60px;
    font-size: 15px;
  }
}

@media print, (min-width: 768px) {
  .m-home__br__ms__cw {
    display: flex;
    gap: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-home__br__ms__cw__c {
    flex: 1;
  }
}

.m-home__br__ms__cw__c a {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-home__br__ms__cw__c a:hover .m-home__br__ms__pw__p img,
  .m-home__br__ms__cw__c a:active .m-home__br__ms__pw__p img {
    transform: scale(1.1);
  }
  .m-home__br__ms__cw__c a:hover .m-home__br__ms__bt__ag,
  .m-home__br__ms__cw__c a:active .m-home__br__ms__bt__ag {
    background: #fff;
  }
  .m-home__br__ms__cw__c a:hover .m-home__br__ms__bt__ag:nth-child(1),
  .m-home__br__ms__cw__c a:active .m-home__br__ms__bt__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .m-home__br__ms__cw__c a:hover .m-home__br__ms__bt__ag:nth-child(2),
  .m-home__br__ms__cw__c a:active .m-home__br__ms__bt__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
  .m-home__br__ms__cw__c a:hover .m-home__br__ms__bt__in,
  .m-home__br__ms__cw__c a:active .m-home__br__ms__bt__in {
    background: #156082;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__br__ms__cw__c:nth-child(n+2) {
    margin-top: 40px;
  }
}

.m-home__cs {
  position: relative;
  background: #f6f6f6;
}

@media print, (min-width: 768px) {
  .m-home__cs {
    padding: 190px 0 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs {
    padding: 55px 0 60px;
  }
}

.m-home__cs__a {
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .m-home__cs__a {
    top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__a {
    top: 25px;
  }
}

@media print, (min-width: 768px) {
  .m-home__cs__hd {
    display: flex;
    gap: 50px;
    max-width: 1180px;
    margin: 0 auto 70px;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__hd {
    margin-bottom: 45px;
  }
}

.m-home__cs__hd__tt {
  font-family: 'Shippori Mincho', serif;
  line-height: 1.3;
}

@media print, (min-width: 768px) {
  .m-home__cs__hd__tt {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__hd__tt {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }
}

.m-home__cs__hd__tt > span {
  display: block;
}

@media print, (min-width: 768px) {
  .m-home__cs__hd__tt > span {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__hd__tt > span {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

.m-home__cs__hd__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-home__cs__hd__t {
    margin-top: 30px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__hd__t {
    margin: 0 20px;
    line-height: 1.7;
  }
}

.m-home__cs__pw {
  position: relative;
}

.m-home__cs__pw__p {
  position: relative;
  aspect-ratio: 960 / 678;
  overflow: hidden;
}

.m-home__cs__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__cs__pw__lb {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__cs__pw__lb {
    width: 38px;
    padding: 10px 0;
    font-size: 22px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__pw__lb {
    width: 27px;
    padding: 7px 0;
    font-size: 15px;
    line-height: 1.1;
  }
}

.m-home__cs__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-align: right;
}

.m-home__cs__tw {
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-home__cs__tw {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__tw {
    margin-top: 25px;
  }
}

.m-home__cs__tw__s {
  margin-bottom: 5px;
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  line-height: 1.5;
}

.m-home__cs__tw__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  line-height: 1.4;
}

.m-home__cs__tw__t {
  font-size: 13px;
  line-height: 1.7;
}

@media print, (min-width: 768px) {
  .m-home__cs__tw__t {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__tw__t {
    margin-top: 10px;
  }
}

.m-home__cs__ac {
  display: none;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .m-home__cs__ac {
    display: none !important;
  }
}

.m-home__cs__ac__in {
  padding-top: 30px;
}

.m-home__cs__ac__cl {
  width: 260px;
  margin: 40px auto 0;
}

.m-home__cs__ac__cl button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #156082;
  background: none;
  overflow: hidden;
  color: #156082;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  appearance: none;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .m-home__cs__bt {
    width: 300px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__bt {
    width: 260px;
    margin: 25px auto 0;
  }
}

.m-home__cs__bt__in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #156082;
  overflow: hidden;
  color: #156082;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .m-home__cs__bt__in {
    height: 70px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__bt__in {
    height: 60px;
    font-size: 15px;
  }
}

.m-home__cs__bt__in > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
}

.m-home__cs__bt__in > span::before,
.m-home__cs__bt__in > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  background: #156082;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-home__cs__bt__in > span::after {
  transform: rotate(90deg);
}

@media print, (min-width: 768px) {
  .m-home__cs__cw {
    display: flex;
  }
}

.m-home__cs__cw__c {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-home__cs__cw__c {
    flex: 1;
  }
}

.m-home__cs__cw__c a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .m-home__cs__cw__c a:hover + .m-home__cs__wp .m-home__cs__pw__p img,
  .m-home__cs__cw__c a:active + .m-home__cs__wp .m-home__cs__pw__p img {
    transform: scale(1.1);
  }
  .m-home__cs__cw__c a:hover + .m-home__cs__wp .m-home__cs__bt__in,
  .m-home__cs__cw__c a:active + .m-home__cs__wp .m-home__cs__bt__in {
    background: #156082;
    color: #fff;
  }
  .m-home__cs__cw__c a:hover + .m-home__cs__wp .m-home__cs__bt__in > span::before,
  .m-home__cs__cw__c a:hover + .m-home__cs__wp .m-home__cs__bt__in > span::after,
  .m-home__cs__cw__c a:active + .m-home__cs__wp .m-home__cs__bt__in > span::before,
  .m-home__cs__cw__c a:active + .m-home__cs__wp .m-home__cs__bt__in > span::after {
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__cw__c:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__cw__c.is-detail-visible a {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-home__cs__cw__c.is-detail-open .m-home__cs__bt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .m-homeModal {
    display: none;
  }
}

.m-homeModal__bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__bg::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: #fff;
  transform: translate3d(0, 0, 0);
}

.m-homeModal__cl {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 82000;
  width: 100%;
  min-width: 1140px;
  transform: translateY(100%);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__cl__in {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.m-homeModal__cl__bt {
  position: absolute;
  right: clamp(20px, calc(20px + 20 * (100vw - 1155px) / 225), 40px);
  top: 40px;
}

.m-homeModal__cl__bt button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background: #3b4141;
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__cl__bt button::before,
.m-homeModal__cl__bt button::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1px;
  margin: -.5px 0 0 -6.5px;
  background: #fff;
}

.m-homeModal__cl__bt button::before {
  transform: rotate(-45deg);
}

.m-homeModal__cl__bt button::after {
  transform: rotate(45deg);
}

.m-homeModal__cl__bt button:hover,
.m-homeModal__cl__bt button:active {
  background: #156082;
}

.m-homeModal__nv {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 82000;
  width: 100%;
  min-width: 1140px;
  transform: translateY(100%);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__nv__in {
  position: relative;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.m-homeModal__nv__in2 {
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 216px;
}

.m-homeModal__nv__tt {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.6;
}

.m-homeModal__nv__ul > li a {
  display: block;
  padding: 5px 0;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.m-homeModal__nv__ul > li a > span {
  display: inline-block;
  position: relative;
  padding-right: 21px;
  vertical-align: top;
}

.m-homeModal__nv__ul > li a > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background: #156082;
  mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__nv__ul > li a:hover > span::before,
.m-homeModal__nv__ul > li a:active > span::before {
  transform: translateX(5px);
}

.m-homeModal__bd {
  display: none;
  position: relative;
  min-width: 1140px;
  z-index: 81000;
  transform: translateY(100%);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__bd__in {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 216px 80px clamp(20px, calc(20px + 60 * (100vw - 1155px) / 225), 80px);
}

.m-homeModal__sw {
  position: relative;
  padding-right: 80px;
  overflow: hidden;
}

.m-homeModal__sw__in {
  position: relative;
}

.m-homeModal__sc {
  display: none;
}

.m-homeModal__sc__hd {
  margin-bottom: 80px;
  text-align: center;
}

.m-homeModal__sc__hd__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 40px;
  line-height: 1.3;
}

.m-homeModal__sc__hd__ct {
  margin-top: 30px;
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  line-height: 1.6;
}

.m-homeModal__sc__hd__t {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.5;
}

.m-homeModal__sc__hd__n {
  margin-top: 20px;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-homeModal__sc__hd__n {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .m-homeModal__sc__hd__n {
    font-size: 12px;
    line-height: 1.7;
  }
}

.m-homeModal__sc__bd {
  position: relative;
}

.m-homeModal__sc__sr {
  position: absolute;
  right: -65px;
  top: 0;
  width: 50px;
}

.m-homeModal__sc__sr__t {
  position: absolute;
  left: 11px;
  top: 9px;
  font-size: 13px;
  line-height: 1;
  transform: rotate(90deg);
}

.m-homeModal__sc__sr__p {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 1px;
  height: 60px;
  margin-left: -.5px;
  background: rgba(59, 65, 65, .2);
}

.m-homeModal__sc__sr__p > span {
  display: block;
  position: absolute;
  left: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: #156082;
  animation: kv__sr__p1 2500ms cubic-bezier(.645, .045, .355, 1) infinite, kv__sr__p2 2500ms cubic-bezier(.215, .61, .355, 1) infinite;
}

.m-homeModal__sc__cl {
  width: 300px;
  margin: 80px auto 0;
}

.m-homeModal__sc__cl button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #156082;
  background: none;
  overflow: hidden;
  color: #156082;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  appearance: none;
  cursor: pointer;
  transition: background-color 450ms cubic-bezier(.215, .61, .355, 1), color 450ms cubic-bezier(.215, .61, .355, 1);
}

.m-homeModal__sc__cl button:hover,
.m-homeModal__sc__cl button:active {
  background: #156082;
  color: #fff;
}

.m-homeModal__sc.is-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-homeModal.is-visible .m-homeModal__bg,
.m-homeModal.is-visible .m-homeModal__cl,
.m-homeModal.is-visible .m-homeModal__nv,
.m-homeModal.is-visible .m-homeModal__bd {
  transform: translateY(0);
}

@media print, (min-width: 768px) {
  .m-homeRs {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeRs {
    margin: 0 20px;
  }
}

@media print, (min-width: 768px) {
  .m-homeRs__c {
    width: calc((100% - 80px) / 2);
  }
}

.m-homeRs__c__pw {
  position: relative;
}

.m-homeRs__c__pw__p {
  position: relative;
  aspect-ratio: 984 / 554;
}

@media print, (min-width: 768px) {
  .m-homeRs__c__pw__p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeRs__c__pw__p {
    margin-bottom: 25px;
  }
}

.m-homeRs__c__pw__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-homeRs__c__pw__p > span {
  display: block;
  position: absolute;
  left: 43.08943%;
  top: 0;
  width: 53.45528%;
  margin-top: 39.22764%;
  aspect-ratio: 526 / 208;
}

.m-homeRs__c__pw__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-homeRs__c__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-align: right;
}

.m-homeRs__c__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-homeRs__c__tt {
    text-align: center;
  }
}

.m-homeRs__c__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-homeRs__c__t {
    margin-top: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-homeRs__c__t {
    margin-top: 15px;
    line-height: 1.7;
  }
}

.m-homeRs__c__t sup {
  margin: 0 2px;
  font-size: 10px;
}

@media print, (min-width: 768px) {
  .m-homeRs__c__t sup {
    vertical-align: 25%;
  }
}

@media screen and (max-width: 767px) {
  .m-homeRs__c__t sup {
    vertical-align: 30%;
  }
}

@media print, (min-width: 768px) {
  .m-homeRs__c__nl {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeRs__c__nl {
    margin-top: 10px;
  }
}

.m-homeRs__c__nl__m {
  white-space: nowrap;
}

.m-homeRs__c__nl__t {
  flex-grow: 1;
}

.m-homeRs__c__nl > li {
  display: flex;
}

@media print, (min-width: 768px) {
  .m-homeRs__c__nl > li {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .m-homeRs__c__nl > li {
    font-size: 12px;
    line-height: 1.7;
  }
}

.m-homeRs__c__nl.is-gap > li {
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .m-homeRs__c:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-homeDsgn__fi {
    display: flex;
    gap: 80px;
    align-items: center;
    padding: 45px 80px 45px 60px;
    background: #f6f7f7;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__fi {
    margin: 0 20px;
    padding: 25px 20px 30px;
    background: #fff;
  }
}

@media print, (min-width: 768px) {
  .m-homeDsgn__fi__c:nth-child(1) {
    flex: 46.20853;
  }
}

@media print, (min-width: 768px) {
  .m-homeDsgn__fi__c:nth-child(2) {
    flex: 53.79147;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__fi__c:nth-child(2) {
    margin-top: 20px;
  }
}

.m-homeDsgn__fi__p {
  position: relative;
  aspect-ratio: 780 / 696;
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__fi__p {
    max-width: 247px;
    margin: 0 auto;
  }
}

.m-homeDsgn__fi__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-homeDsgn__fi__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__fi__tt {
    text-align: center;
  }
}

.m-homeDsgn__fi__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-homeDsgn__fi__t {
    margin-top: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__fi__t {
    margin-top: 15px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-homeDsgn__se {
    display: flex;
    gap: 80px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se {
    margin: 40px 20px 0;
  }
}

@media print, (min-width: 768px) {
  .m-homeDsgn__se__c {
    flex: 1;
  }
}

@media print, (min-width: 768px) {
  .m-homeDsgn__se__c__p {
    margin-bottom: 30px;
    padding: 25px 45px;
    background: #f6f7f7;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c__p {
    margin-bottom: 25px;
    background: #fff;
  }
}

.m-homeDsgn__se__c__p > span {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .m-homeDsgn__se__c__p > span {
    aspect-ratio: 782 / 446;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c__p > span {
    margin: 0 auto;
  }
}

.m-homeDsgn__se__c__p > span > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .m-homeDsgn__se__c__p > span > img {
    mix-blend-mode: darken;
  }
}

.m-homeDsgn__se__c__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c__tt {
    text-align: center;
  }
}

.m-homeDsgn__se__c__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-homeDsgn__se__c__t {
    margin-top: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c__t {
    margin-top: 15px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c:nth-child(1) .m-homeDsgn__se__c__p {
    padding: 15px 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c:nth-child(1) .m-homeDsgn__se__c__p > span {
    max-width: 182px;
    aspect-ratio: 364 / 446;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c:nth-child(2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c:nth-child(2) .m-homeDsgn__se__c__p {
    padding: 15px 35px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeDsgn__se__c:nth-child(2) .m-homeDsgn__se__c__p > span {
    max-width: 265px;
    aspect-ratio: 782 / 446;
  }
}

.m-homeCmty__fi {
  display: flex;
}

@media screen and (max-width: 767px) {
  .m-homeCmty__fi {
    display: none;
  }
}

.m-homeCmty__fi__p {
  flex: 1;
  position: relative;
  aspect-ratio: 1064 / 700;
}

.m-homeCmty__fi__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .m-homeCmty__se {
    display: flex;
    gap: 80px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se {
    margin: 0 20px;
  }
}

.m-homeCmty__se__c {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-homeCmty__se__c {
    flex: 1;
  }
}

.m-homeCmty__se__c:nth-child(n+2)::before {
  content: '';
  display: block;
  background: #d1e0ec;
  mask: url(/estate/images/icon_home_cmty01.svg) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .m-homeCmty__se__c:nth-child(n+2)::before {
    position: absolute;
    left: -66px;
    top: 50%;
    width: 52px;
    height: 33px;
    margin-top: -16.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se__c:nth-child(n+2)::before {
    width: 36.4px;
    height: 23.1px;
    margin: 20px auto;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se__p {
    padding: 20px 0;
    background: #fff;
  }
}

.m-homeCmty__se__p > span {
  display: block;
  position: relative;
  aspect-ratio: 606 / 362;
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se__p > span {
    max-width: 267px;
    margin: 0 auto;
  }
}

.m-homeCmty__se__p > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.m-homeCmty__se__nm {
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-homeCmty__se__nm {
    margin: 20px 0 10px;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se__nm {
    margin: -20px 0 10px;
    font-size: 36px;
  }
}

.m-homeCmty__se__tt {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-homeCmty__se__tt {
    font-size: clamp(20px, calc(20px + 4 * (100vw - 1155px) / 225), 24px);
  }
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se__tt {
    font-size: 24px;
  }
}

.m-homeCmty__se__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-homeCmty__se__t {
    margin-top: 15px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCmty__se__t {
    margin-top: 10px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__fi {
    margin: 0 20px;
  }
}

.m-homeCase__fi__pw__px {
  position: relative;
}

.m-homeCase__fi__pw__p {
  position: relative;
  aspect-ratio: 2140 / 1000;
}

.m-homeCase__fi__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-homeCase__fi__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-align: right;
}

.m-homeCase__fi__pw__cp {
  margin-top: 10px;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-homeCase__fi__pw__cp {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__fi__pw__cp {
    font-size: 12px;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__fi__tw {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__fi__tw {
    margin-top: 40px;
  }
}

.m-homeCase__fi__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.m-homeCase__fi__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-homeCase__fi__t {
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__fi__t {
    margin-top: 15px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__se {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__se {
    margin: 40px 20px 0;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__sc {
    display: flex;
    gap: 80px;
    align-items: center;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__sc__c:nth-child(1) {
    flex: 56.91057;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__sc__c:nth-child(2) {
    flex: 43.08943;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__sc__c:nth-child(2) {
    margin-top: 40px;
  }
}

.m-homeCase__sc__pw__px {
  position: relative;
}

.m-homeCase__sc__pw__p {
  position: relative;
  aspect-ratio: 1120 / 800;
}

.m-homeCase__sc__pw__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-homeCase__sc__pw__n {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 1.5;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  text-align: right;
}

.m-homeCase__sc__pw__cp {
  margin-top: 10px;
  line-height: 1.4;
}

@media print, (min-width: 768px) {
  .m-homeCase__sc__pw__cp {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__sc__pw__cp {
    font-size: 12px;
  }
}

.m-homeCase__sc__tt {
  font-family: 'Shippori Mincho', serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-homeCase__sc__tt {
    text-align: center;
  }
}

.m-homeCase__sc__t {
  font-size: 16px;
}

@media print, (min-width: 768px) {
  .m-homeCase__sc__t {
    margin-top: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__sc__t {
    margin-top: 15px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__sc:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-homeCase__sc:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-homeCase__sc:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
}
