@charset "UTF-8";
/* ========================================================
	reset.css
	Format,Font Reset
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
figure {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img,
picture {
  max-width: 100%;
  border: 0; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font: inherit; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html {
  color: #333333 !important; }

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  position: relative; }
  body:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  body.fixed {
    position: fixed;
    width: 100%; }
    body.fixed:after {
      z-index: 999;
      opacity: 1;
      visibility: visible; }
  body #content {
    background: url("/app/uploads/sites/1030/2023/06/bg_main.jpg") repeat top left; }
    body #content::after {
      content: '';
      padding-top: 29.16%;
      width: 100%;
      background: url("/app/uploads/sites/1030/2023/06/footer_bar.svg") no-repeat 0 0/cover; }
    @media (max-width: 480px) {
      body #content {
        background: url("/app/uploads/sites/1030/2023/06/bg_main.jpg") repeat top left;
        background-size: 100% auto; } }

a, a:link, a:visited {
  color: #0095DE;
  text-decoration: none;
  transition: 0.5s; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s; }

.container {
  margin: 0 auto;
  max-width: 1120px;
  width: 95%;
  height: auto; }

/*============================================================================
	header
=============================================================================*/
#hhOriginalHeader {
  padding: 20px 0 0 1.5%;
  width: 100%;
  height: 140px;
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
  -webkit-transition: all .4s;
  transition: all .4s; }
  @media (max-width: 480px) {
    #hhOriginalHeader {
      padding: 13px 0;
      height: 60px;
      position: fixed;
      top: 0;
      left: 0; } }
  #hhOriginalHeader .headerWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }
    @media (max-width: 480px) {
      #hhOriginalHeader .headerWrap {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; } }
  #hhOriginalHeader #hhLogoPC {
    margin: 15px 0 auto;
    width: 20.83%; }
    #hhOriginalHeader #hhLogoPC span {
      color: #0095DE;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      display: block; }
    @media (max-width: 480px) {
      #hhOriginalHeader #hhLogoPC {
        display: none; } }
  #hhOriginalHeader #hhHeaderNavi {
    margin: 0 0 0 auto;
    width: 73.6%; }
    @media (max-width: 480px) {
      #hhOriginalHeader #hhHeaderNavi {
        display: none; } }
    #hhOriginalHeader #hhHeaderNavi #topNavi {
      margin-bottom: 20px;
      padding-right: 30px;
      box-sizing: border-box;
      position: relative; }
      #hhOriginalHeader #hhHeaderNavi #topNavi ul {
        margin: 0 0 0 auto;
        max-width: 650px; }
        #hhOriginalHeader #hhHeaderNavi #topNavi ul li a {
          color: #FFFFFF;
          font-size: 0.75rem;
          font-weight: 700;
          width: 120px;
          height: 40px;
          border-radius: 10px;
          display: block; }
          #hhOriginalHeader #hhHeaderNavi #topNavi ul li a span {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 1.3;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
        #hhOriginalHeader #hhHeaderNavi #topNavi ul li.forOwner a {
          background: #F1887B; }
        #hhOriginalHeader #hhHeaderNavi #topNavi ul li.forTenant a {
          background: #36558F; }
        #hhOriginalHeader #hhHeaderNavi #topNavi ul li.inquiry a {
          background: #0095DE; }
        #hhOriginalHeader #hhHeaderNavi #topNavi ul li.sns a img {
          width: 92px;
          height: 40px; }
        #hhOriginalHeader #hhHeaderNavi #topNavi ul li + li {
          margin-left: 20px; }
      #hhOriginalHeader #hhHeaderNavi #topNavi #headInsta {
        position: absolute;
        top: 5px;
        right: 20px; }
    #hhOriginalHeader #hhHeaderNavi #globalNavi {
      width: 100%;
      height: 60px;
      border-radius: 10px 0 0 0;
      background: rgba(0, 149, 222, 0.05);
      box-sizing: border-box; }
      #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu {
        width: 17.5%;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 999; }
        #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu a {
          font-size: 1.25rem;
          font-weight: 700; }
        #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .arrow {
          margin-left: 10px;
          width: 13px;
          height: 9px;
          background: url("/app/uploads/sites/1030/2023/06/bullet.svg") no-repeat center center/contain;
          filter: invert(39%) sepia(93%) saturate(2362%) hue-rotate(175deg) brightness(98%) contrast(101%);
          display: inline-block; }
        #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu.property {
          padding-left: 30px;
          border-radius: 10px 0 0 0; }
        #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu:hover {
          background: #0095DE; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu:hover a {
            color: #FFFFFF; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu:hover .arrow {
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%); }
        #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .dropmenu {
          padding: 10px 10px 10px 20px;
          width: 220px;
          height: auto;
          display: none;
          background: #0095DE;
          border-radius: 0 0 10px 10px;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 999; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .dropmenu li a {
            color: #FFFFFF;
            font-size: 1rem;
            width: 100%;
            height: 100%;
            display: block;
            position: relative; }
            #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .dropmenu li a::after {
              content: '';
              margin: auto;
              width: 13px;
              height: 9px;
              background: url("/app/uploads/sites/1030/2023/06/bullet.svg") no-repeat center center/contain;
              filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%);
              transform: rotate(-90deg);
              display: block;
              transition: 0.4s;
              position: absolute;
              top: 0;
              left: auto;
              right: 0;
              bottom: 0; }
            #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .dropmenu li a:hover {
              color: #36558F; }
              #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .dropmenu li a:hover::after {
                filter: invert(31%) sepia(5%) saturate(7310%) hue-rotate(183deg) brightness(92%) contrast(84%); }
          #hhOriginalHeader #hhHeaderNavi #globalNavi .parentMenu .dropmenu li + li {
            margin-top: 10px; }
      #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu {
        margin: auto;
        width: 65%;
        height: 100%; }
        #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li {
          text-align: center;
          display: -webkit-flex;
          display: -moz-flex;
          display: flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li a {
            font-size: 0.875rem;
            font-weight: 700; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li:first-of-type, #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li:nth-of-type(2), #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li:last-of-type {
            width: 22%; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li:nth-of-type(3) {
            width: 34%; }
          #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li:hover {
            background: #0095DE; }
            #hhOriginalHeader #hhHeaderNavi #globalNavi ul.submenu li:hover a {
              color: #FFFFFF; }
  #hhOriginalHeader.scl {
    padding: 10px 0 0 1.5%;
    height: 70px;
    animation: headerScl 0.5s forwards;
    position: fixed;
    top: 0;
    right: 0; }
    #hhOriginalHeader.scl #hhLogoPC {
      margin: auto 0;
      width: 20.83%; }
    #hhOriginalHeader.scl #hhHeaderNavi #topNavi {
      display: none; }
  #hhOriginalHeader #spMenuBtn {
    display: none; }
    @media (max-width: 480px) {
      #hhOriginalHeader #spMenuBtn {
        margin: auto;
        width: 25px;
        height: 18px;
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        right: auto;
        bottom: 0; } }
  #hhOriginalHeader #hhLogoSP {
    display: none; }
    @media (max-width: 480px) {
      #hhOriginalHeader #hhLogoSP {
        margin: auto;
        width: 49px;
        height: 34px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  #hhOriginalHeader #spHeaderNavi {
    display: none; }
    @media (max-width: 480px) {
      #hhOriginalHeader #spHeaderNavi {
        margin: auto;
        width: 70px;
        height: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: auto;
        right: 20px;
        bottom: 0; }
        #hhOriginalHeader #spHeaderNavi li {
          line-height: 1; }
          #hhOriginalHeader #spHeaderNavi li a img, #hhOriginalHeader #spHeaderNavi li span img {
            vertical-align: top; } }

@keyframes headerScl {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }
/*============================================================================
	drawerWrap
=============================================================================*/
#drawerWrap {
  max-width: 1320px;
  width: 76.5vw;
  height: calc(100svh - 60px);
  overflow-x: scroll;
  background: #FFFFFF;
  position: fixed;
  top: 60px;
  left: -80vw;
  z-index: 1200;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #drawerWrap.open {
    left: 0; }
  #drawerWrap .spgnaviAcbox {
    padding: 0 min(40px,4.167vw);
    width: 100%; }
    #drawerWrap .spgnaviAcbox dt {
      padding: 5px;
      font-size: 1.142rem;
      border-bottom: 1px solid #707070;
      position: relative; }
      #drawerWrap .spgnaviAcbox dt span {
        margin: auto;
        position: absolute;
        top: 0;
        left: auto;
        right: 5px;
        bottom: 0; }
      @media (max-width: 350px) {
        #drawerWrap .spgnaviAcbox dt {
          font-size: 1rem; } }
      #drawerWrap .spgnaviAcbox dt.aboutBtn a {
        color: #333333; }
    #drawerWrap .spgnaviAcbox dd {
      padding-right: 22px;
      padding-bottom: min(40px,4.167vw);
      width: 100%; }
      #drawerWrap .spgnaviAcbox dd p a {
        padding: 10px 5px;
        font-size: 1.142rem;
        font-weight: 700;
        color: #333333;
        display: block;
        position: relative; }
        @media (max-width: 350px) {
          #drawerWrap .spgnaviAcbox dd p a {
            font-size: 1rem; } }
        #drawerWrap .spgnaviAcbox dd p a::after {
          content: '';
          margin: auto;
          width: 12px;
          height: 12px;
          background: url("/app/uploads/sites/1030/2023/06/icon_arrow.svg") no-repeat center center/contain;
          filter: invert(18%) sepia(5%) saturate(17%) hue-rotate(354deg) brightness(88%) contrast(88%);
          display: block;
          position: absolute;
          top: 0;
          left: auto;
          right: 5px;
          bottom: 0; }
      #drawerWrap .spgnaviAcbox dd p + p {
        border-top: 1px dashed #707070; }
  #drawerWrap .spMainMenu {
    margin: 0 min(40px,4.167vw);
    border-bottom: 1px solid #707070; }
    #drawerWrap .spMainMenu a {
      padding: 5px;
      color: #333333;
      font-size: 1.142rem;
      font-weight: 700;
      display: block;
      position: relative; }
      @media (max-width: 350px) {
        #drawerWrap .spMainMenu a {
          font-size: 1rem; } }
      #drawerWrap .spMainMenu a::after {
        content: '';
        margin: auto;
        width: 12px;
        height: 12px;
        background: url("/app/uploads/sites/1030/2023/06/icon_arrow.svg") no-repeat center center/contain;
        filter: invert(18%) sepia(5%) saturate(17%) hue-rotate(354deg) brightness(88%) contrast(88%);
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 5px;
        bottom: 0; }
  #drawerWrap .forOwnerBtn {
    margin: 25px min(40px,4.167vw) 5px; }
    #drawerWrap .forOwnerBtn a {
      color: #FFFFFF;
      font-size: 1rem;
      font-weight: 700;
      width: 85%;
      height: 38px;
      line-height: 38px;
      margin: 0 auto;
      text-align: center;
      background: #F1887B;
      display: block;
      position: relative;
      text-decoration: none; }
      @media (max-width: 350px) {
        #drawerWrap .forOwnerBtn a {
          font-size: 0.8rem; } }
      #drawerWrap .forOwnerBtn a i {
        margin: auto;
        width: 13px;
        height: 13px;
        background: url("/app/uploads/sites/1030/2023/06/icon_newwin.svg") no-repeat center center/contain;
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 10px;
        bottom: 0; }
  #drawerWrap p.pre {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px; }
  #drawerWrap .drawerFooterWrap {
    padding: min(40px,4.167vw);
    background: #0095DE; }
    #drawerWrap .drawerFooterWrap .spMainMenu {
      margin: 0;
      border-bottom: 1px solid #FFFFFF; }
      #drawerWrap .drawerFooterWrap .spMainMenu a {
        color: #FFFFFF; }
        #drawerWrap .drawerFooterWrap .spMainMenu a::after {
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%); }
    #drawerWrap .drawerFooterWrap ul {
      margin-top: 10px; }
      #drawerWrap .drawerFooterWrap ul li a {
        color: #FFFFFF; }

/*============================================================================
	drawer menuBtn
=============================================================================*/
.menuBtn {
  margin: auto;
  padding: 8px 0;
  width: 25px;
  height: 18px;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-sizing: border-box;
  position: relative;
  z-index: 9999; }
  .menuBtn:hover {
    cursor: pointer;
    background: transparent; }
  .menuBtn .drawer-hamburger-icon {
    margin: auto;
    width: 25px;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #0095DE;
    position: relative;
    display: block; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:before, .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      content: '';
      height: 2px;
      background-color: #0095DE;
      position: absolute;
      left: 0; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:before {
      width: 25px; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      width: 15px; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:before {
      top: -8px; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      top: 8px; }
  .menuBtn.close-btn .drawer-hamburger-icon {
    background-color: transparent; }
    .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:before, .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      top: 0; }
    .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      width: 25px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (min-width: 481px) {
    .menuBtn {
      display: none; } }
  @media (max-width: 480px) {
    .menuBtn {
      display: block; } }

/*============================================================================
	SP phoneBox
=============================================================================*/
#spPhoneBox {
  margin: auto;
  width: 240px;
  height: 370px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }
  #spPhoneBox > div {
    padding: 40px;
    width: 100%;
    height: auto;
    background: #ffffff;
    position: relative; }
    #spPhoneBox > div ul li + li {
      margin-top: 20px; }
    #spPhoneBox > div ul li a {
      color: #FFFFFF;
      width: 100%;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background: #0095DE;
      border-radius: 10px;
      display: block; }
    #spPhoneBox > div .closeBtn {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 700;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      background: #333333;
      display: block;
      position: absolute;
      top: -20px;
      right: -20px; }
      #spPhoneBox > div .closeBtn:hover {
        cursor: pointer; }

/*============================================================================
	sphFinding
=============================================================================*/
#sphFindingBtn {
  margin: auto;
  width: 130px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  background: rgba(42, 144, 116, 0.65);
  position: fixed;
  top: 70px;
  right: 20px;
  z-index: 1100; }
  #sphFindingBtn span {
    color: #FFFFFF;
    font-size: 0.714rem;
    font-weight: 700;
    position: relative;
    vertical-align: top; }
    #sphFindingBtn span::before {
      content: '';
      margin-right: 5px;
      width: 15px;
      height: 15px;
      background: url("/app/uploads/sites/1030/2023/06/icon_search.svg") no-repeat center center/contain;
      filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%);
      display: inline-block;
      vertical-align: sub; }
    #sphFindingBtn span::after {
      content: '物件を検索する'; }
  #sphFindingBtn.close-btn span::after {
    content: '検索を閉じる'; }
  @media (min-width: 481px) {
    #sphFindingBtn {
      display: none; } }
  @media (max-width: 480px) {
    #sphFindingBtn {
      display: block; } }

#sphFindingMenu {
  width: 100%;
  height: calc(100svh - 60px);
  overflow-x: scroll;
  position: fixed;
  top: 60px;
  right: -100vw;
  z-index: 1000;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #sphFindingMenu.open {
    right: 0; }
  @media (min-width: 481px) {
    #sphFindingMenu {
      display: none; } }
  @media (max-width: 480px) {
    #sphFindingMenu {
      display: block; } }

/*============================================================================
	common
=============================================================================*/
.hhSearchWrap {
  padding: min(100px,10.416vw);
  background: url("/app/uploads/sites/1030/2023/06/bg_search.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 1; }
  .hhSearchWrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(42, 144, 116, 0.65);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  @media (max-width: 480px) {
    .hhSearchWrap {
      padding: 60px 20px; } }
  .hhSearchWrap h2 {
    margin: 0 auto 15px;
    padding-left: 50px;
    color: #FFFFFF;
    font-size: clamp(12px, 2.0835vw, 20px);
    font-weight: 700;
    position: relative;
    z-index: 10; }
    .hhSearchWrap h2 span {
      font-size: clamp(19.2px, 3.333vw, 32px); }
    .hhSearchWrap h2::before {
      content: '';
      margin: auto;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .hhSearchWrap h2::after {
      content: '';
      margin: auto;
      width: 20px;
      height: 20px;
      background: url("/app/uploads/sites/1030/2023/06/icon_search.svg") no-repeat center/contain !important;
      filter: invert(45%) sepia(28%) saturate(921%) hue-rotate(113deg) brightness(98%) contrast(86%);
      position: absolute;
      top: 0;
      left: 10px;
      right: auto;
      bottom: 0; }
    @media (max-width: 480px) {
      .hhSearchWrap h2 {
        margin: 0 auto 20px;
        font-size: 1.285rem; }
        .hhSearchWrap h2 span {
          font-size: 1em; } }
    @media (max-width: 350px) {
      .hhSearchWrap h2 {
        font-size: 1rem; } }
  .hhSearchWrap h3 {
    margin: 0 auto 15px;
    color: #FFFFFF;
    font-size: clamp(12px, 2.0835vw, 20px);
    font-weight: 700;
    position: relative;
    z-index: 10; }
  .hhSearchWrap .propertyBtnBox {
    margin: 0 auto 30px;
    justify-content: center;
    position: relative;
    z-index: 3; }
    .hhSearchWrap .propertyBtnBox p {
      width: 162px;
      height: 40px;
      line-height: 40px;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
      text-align: center; }
      .hhSearchWrap .propertyBtnBox p a {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
      .hhSearchWrap .propertyBtnBox p.latestBtn {
        background: #0095DE; }
        .hhSearchWrap .propertyBtnBox p.latestBtn a .icon {
          width: 20px;
          height: 20px;
          display: inline-block;
          background: url("/app/uploads/sites/1030/2023/07/icon_time.svg") no-repeat center center/contain;
          margin-right: 5px; }
      .hhSearchWrap .propertyBtnBox p.favoriteBtn {
        background: #FDB927; }
        .hhSearchWrap .propertyBtnBox p.favoriteBtn a .icon {
          width: 23px;
          height: 20px;
          display: inline-block;
          background: url("/app/uploads/sites/1030/2023/07/icon_heart.svg") no-repeat center center/contain;
          margin-right: 5px; }
      .hhSearchWrap .propertyBtnBox p + p {
        margin-left: 10px; }
  .hhSearchWrap .searchPanel {
    margin: 0 auto 40px;
    position: relative;
    z-index: 10; }
    .hhSearchWrap .searchPanel li {
      margin: 0 5% 0 0;
      width: 30%; }
      .hhSearchWrap .searchPanel li:nth-of-type(3) {
        margin-right: 0; }
      .hhSearchWrap .searchPanel li a {
        color: #FFFFFF;
        font-size: clamp(10.8px, 1.875vw, 18px);
        font-weight: 700;
        border: 3px solid #FFFFFF;
        border-radius: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        .hhSearchWrap .searchPanel li a.search_railway {
          width: 100%;
          height: 160px;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column; }
          .hhSearchWrap .searchPanel li a.search_railway .icon {
            margin-bottom: 5px;
            width: 40px;
            height: 50px;
            background: url("/app/uploads/sites/1030/2023/06/icon_railway.svg") no-repeat center center/contain;
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%); }
        .hhSearchWrap .searchPanel li a.search_area {
          width: 100%;
          height: 160px;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column; }
          .hhSearchWrap .searchPanel li a.search_area .icon {
            margin-bottom: 5px;
            width: 34px;
            height: 50px;
            background: url("/app/uploads/sites/1030/2023/06/icon_area.svg") no-repeat center center/contain;
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%); }
        .hhSearchWrap .searchPanel li a.search_map {
          width: 100%;
          height: 70px; }
          .hhSearchWrap .searchPanel li a.search_map .icon {
            margin-right: 10px;
            width: 31px;
            height: 18px;
            background: url("/app/uploads/sites/1030/2023/06/icon_map.svg") no-repeat center center/contain;
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%); }
        .hhSearchWrap .searchPanel li a.search_kodawari {
          margin-top: 20px;
          width: 100%;
          height: 70px; }
          .hhSearchWrap .searchPanel li a.search_kodawari .icon {
            margin-right: 10px;
            width: 21px;
            height: 19px;
            background: url("/app/uploads/sites/1030/2023/06/icon_baloon.svg") no-repeat center center/contain;
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(101%); }
      @media (max-width: 480px) {
        .hhSearchWrap .searchPanel li {
          margin: 0 4% 0 0;
          width: 48%; }
          .hhSearchWrap .searchPanel li:nth-of-type(2) {
            margin-right: 0; }
          .hhSearchWrap .searchPanel li:nth-of-type(3) {
            margin: 20px 0 0 0;
            width: 100%;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex; }
          .hhSearchWrap .searchPanel li a.search_railway, .hhSearchWrap .searchPanel li a.search_area {
            height: 100px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -moz-flex-direction: row;
            flex-direction: row; }
            .hhSearchWrap .searchPanel li a.search_railway span, .hhSearchWrap .searchPanel li a.search_area span {
              font-size: 0.857rem;
              line-height: 1.4; }
              .hhSearchWrap .searchPanel li a.search_railway span em, .hhSearchWrap .searchPanel li a.search_area span em {
                font-size: 1.142rem;
                font-weight: 700;
                display: block; }
          .hhSearchWrap .searchPanel li a.search_railway .icon {
            margin-right: 10px;
            margin-bottom: 0;
            width: 32px;
            height: 40px; }
          .hhSearchWrap .searchPanel li a.search_area .icon {
            margin-right: 10px;
            margin-bottom: 0;
            width: 27px;
            height: 40px; }
          .hhSearchWrap .searchPanel li a.search_map, .hhSearchWrap .searchPanel li a.search_kodawari {
            width: 48%;
            height: 80px;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            flex-direction: column; }
            .hhSearchWrap .searchPanel li a.search_map .icon, .hhSearchWrap .searchPanel li a.search_kodawari .icon {
              margin-right: 0;
              margin-bottom: 5px; }
          .hhSearchWrap .searchPanel li a.search_kodawari {
            margin-top: 0;
            margin-left: 4%; } }
  .hhSearchWrap .searchButton {
    position: relative;
    z-index: 10; }
    .hhSearchWrap .searchButton li {
      margin: 0 2.4% 20px 0;
      width: 23.2%; }
      .hhSearchWrap .searchButton li:nth-of-type(4n) {
        margin-right: 0; }
      .hhSearchWrap .searchButton li a {
        color: #FFFFFF;
        font-size: clamp(10.8px, 1.875vw, 18px);
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 60px;
        border-radius: 10px;
        background: #333333;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      @media (max-width: 480px) {
        .hhSearchWrap .searchButton li {
          margin: 0 4% 20px 0;
          width: 48%; }
          .hhSearchWrap .searchButton li:nth-of-type(4n) {
            margin-right: 0; }
          .hhSearchWrap .searchButton li:nth-of-type(2n) {
            margin-right: 0; }
          .hhSearchWrap .searchButton li a {
            font-size: 12px;
            height: 40px;
            letter-spacing: 0.4px; } }
      @media (max-width: 350px) {
        .hhSearchWrap .searchButton li a {
          flex-direction: column;
          line-height: 1.4; }
          .hhSearchWrap .searchButton li a span {
            display: block; } }
  .hhSearchWrap .exclusiveBtn {
    margin: 40px 0 0 auto;
    width: 240px;
    position: relative;
    z-index: 10; }
    .hhSearchWrap .exclusiveBtn a {
      font-weight: 700;
      width: 100%;
      height: 40px;
      line-height: 40px;
      letter-spacing: 0;
      text-align: center;
      background: #FFFFFF;
      border-radius: 20px;
      display: block; }
    @media (max-width: 480px) {
      .hhSearchWrap .exclusiveBtn {
        width: 195px; }
        .hhSearchWrap .exclusiveBtn a {
          font-size: 0.857rem; } }

.spgnaviAcbox .targetBtn span, .accordionBox .targetBtn span {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative; }
  .spgnaviAcbox .targetBtn span::before, .spgnaviAcbox .targetBtn span::after, .accordionBox .targetBtn span::before, .accordionBox .targetBtn span::after {
    content: '';
    margin: auto;
    width: 100%;
    height: 2px;
    background: #333333;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .spgnaviAcbox .targetBtn span::after, .accordionBox .targetBtn span::after {
    transform: rotate(90deg); }
.spgnaviAcbox .targetBtn.active span::after, .accordionBox .targetBtn.active span::after {
  transform: rotate(0deg); }
.spgnaviAcbox .acdInner, .accordionBox .acdInner {
  display: none; }

/*============================================================================
	footer
=============================================================================*/
#hhFooter {
  padding: min(100px,10.416vw) 0 0;
  width: 100%;
  position: relative; }
  #hhFooter #footerInner {
    margin: auto;
    padding: 0 0 min(100px,10.416vw);
    max-width: 1120px;
    width: 90%; }
    #hhFooter #footerInner .flinkWrap {
      width: 75%; }
      #hhFooter #footerInner .flinkWrap .flinkBox {
        padding: 0 0 min(40px,4.167vw);
        font-size: 0.875rem;
        width: 25%; }
        #hhFooter #footerInner .flinkWrap .flinkBox + .flinkBox {
          padding-left: min(20px,2.0835vw);
          border-left: 1px solid #333333; }
        #hhFooter #footerInner .flinkWrap .flinkBox ul li.parent {
          margin-bottom: min(20px,2.0835vw);
          font-weight: 700; }
        #hhFooter #footerInner .flinkWrap .flinkBox ul li a {
          color: #333333;
          letter-spacing: 0.04em;
          transition: all .3s; }
          #hhFooter #footerInner .flinkWrap .flinkBox ul li a:hover {
            font-weight: 700;
            color: #0095DE; }
      @media (max-width: 480px) {
        #hhFooter #footerInner .flinkWrap {
          width: 100%; }
          #hhFooter #footerInner .flinkWrap .flinkBox {
            margin: 0 4% 40px 0;
            padding: 0;
            width: 48%; }
            #hhFooter #footerInner .flinkWrap .flinkBox:nth-of-type(2n) {
              margin-right: 0; }
            #hhFooter #footerInner .flinkWrap .flinkBox + .flinkBox {
              padding-left: 0;
              border-left: none; } }
    #hhFooter #footerInner .fnavi {
      margin: 0 0 0 auto;
      width: 23.2%;
      max-width: 260px; }
      #hhFooter #footerInner .fnavi p.forOwner {
        margin-bottom: 20px; }
        #hhFooter #footerInner .fnavi p.forOwner a {
          background-color: #F1887B; }
      #hhFooter #footerInner .fnavi p.forTenant {
        margin-bottom: 20px; }
        #hhFooter #footerInner .fnavi p.forTenant a {
          background-color: #36558F; }
      #hhFooter #footerInner .fnavi p a {
        color: #FFFFFF;
        padding: 15px 15px 15px 20px;
        width: 100%;
        height: 60px;
        border-radius: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex; }
        #hhFooter #footerInner .fnavi p a span {
          font-size: 1rem;
          font-weight: 700;
          width: calc(100% - 25px);
          height: 30px;
          line-height: 30px;
          border-right: 1px solid #FFFFFF; }
          @media (max-width: 350px) {
            #hhFooter #footerInner .fnavi p a span {
              font-size: 0.8rem; } }
        #hhFooter #footerInner .fnavi p a i {
          width: 25px;
          height: 30px;
          position: relative; }
          #hhFooter #footerInner .fnavi p a i::before {
            content: '';
            margin: auto;
            width: 12px;
            height: 12px;
            background: url("/app/uploads/sites/1030/2023/06/icon_arrow.svg") no-repeat center center/contain;
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: 0;
            filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(347deg) brightness(106%) contrast(106%);
            transition: all .3s; }
        #hhFooter #footerInner .fnavi p a:hover i::before {
          right: -5px; }
      @media (max-width: 480px) {
        #hhFooter #footerInner .fnavi {
          margin: 40px auto;
          width: 80%; } }
    #hhFooter #footerInner .footerCompanyWrap {
      margin: min(60px,6.2505vw) 0 0;
      width: 100%; }
      #hhFooter #footerInner .footerCompanyWrap .catchcopy {
        color: #0095DE;
        font-size: 0.75rem;
        font-weight: 700; }
      #hhFooter #footerInner .footerCompanyWrap .flogo {
        margin: min(20px,2.0835vw) 0 min(10px,1.041vw); }
      #hhFooter #footerInner .footerCompanyWrap address {
        font-size: 0.75rem; }
      #hhFooter #footerInner .footerCompanyWrap .contactBox {
        margin-top: 5px;
        font-size: 0.75rem; }
  #hhFooter #copyrightWrap {
    padding: 20px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    background: #0095DE; }
    @media (max-width: 480px) {
      #hhFooter #copyrightWrap {
        padding: 5px;
        font-size: 0.75rem; } }

/*--------------------------------------------
	back to top
--------------------------------------------*/
#back_to_top {
  width: 60px;
  height: 60px;
  text-align: center;
  right: 20px;
  transition: 0.3s ease;
  transform: translateY(60px);
  opacity: 0;
  z-index: 999; }
  @media (max-width: 480px) {
    #back_to_top {
      width: 30px;
      height: 30px;
      right: 10px; } }
  #back_to_top .js-back_to_top {
    width: 100%;
    display: block; }
  #back_to_top.sc {
    transform: translateY(0);
    opacity: 1; }

/*============================================================================
	regulation
=============================================================================*/
/*============================================================================
	調整用
=============================================================================*/
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.fl-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 1024px) {
    .fl-tab {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-smp {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 480px) {
    .fl-smp {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-jst {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fl-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fl-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fl-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fl-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fl-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mt0 {
  margin-top: min(0vw,0px); }

.mb0 {
  margin-bottom: min(0vw,0px); }

.pt0 {
  padding-top: min(0vw,0px); }

.pb0 {
  padding-bottom: min(0vw,0px); }

.mt40 {
  margin-top: min(3vw,40px); }

.mb40 {
  margin-bottom: min(3vw,40px); }

.pt40 {
  padding-top: min(3vw,40px); }

.pb40 {
  padding-bottom: min(3vw,40px); }

.mt80 {
  margin-top: min(6vw,80px); }

.mb80 {
  margin-bottom: min(6vw,80px); }

.pt80 {
  padding-top: min(6vw,80px); }

.pb80 {
  padding-bottom: min(6vw,80px); }

.mt120 {
  margin-top: min(9vw,120px); }

.mb120 {
  margin-bottom: min(9vw,120px); }

.pt120 {
  padding-top: min(9vw,120px); }

.pb120 {
  padding-bottom: min(9vw,120px); }

.mt160 {
  margin-top: min(12vw,160px); }

.mb160 {
  margin-bottom: min(12vw,160px); }

.pt160 {
  padding-top: min(12vw,160px); }

.pb160 {
  padding-bottom: min(12vw,160px); }

.mt200 {
  margin-top: min(15vw,200px); }

.mb200 {
  margin-bottom: min(15vw,200px); }

.pt200 {
  padding-top: min(15vw,200px); }

.pb200 {
  padding-bottom: min(15vw,200px); }

.mt240 {
  margin-top: min(18vw,240px); }

.mb240 {
  margin-bottom: min(18vw,240px); }

.pt240 {
  padding-top: min(18vw,240px); }

.pb240 {
  padding-bottom: min(18vw,240px); }

.mt280 {
  margin-top: min(21vw,280px); }

.mb280 {
  margin-bottom: min(21vw,280px); }

.pt280 {
  padding-top: min(21vw,280px); }

.pb280 {
  padding-bottom: min(21vw,280px); }

.mt320 {
  margin-top: min(24vw,320px); }

.mb320 {
  margin-bottom: min(24vw,320px); }

.pt320 {
  padding-top: min(24vw,320px); }

.pb320 {
  padding-bottom: min(24vw,320px); }

.mt360 {
  margin-top: min(27vw,360px); }

.mb360 {
  margin-bottom: min(27vw,360px); }

.pt360 {
  padding-top: min(27vw,360px); }

.pb360 {
  padding-bottom: min(27vw,360px); }

.mt400 {
  margin-top: min(30vw,400px); }

.mb400 {
  margin-bottom: min(30vw,400px); }

.pt400 {
  padding-top: min(30vw,400px); }

.pb400 {
  padding-bottom: min(30vw,400px); }

br {
  display: inline; }
  @media (min-width: 1321px) {
    br.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    br.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    br.showSP {
      display: none !important; } }
  @media (max-width: 1320px) {
    br.hdnPC {
      display: none; }
    br.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    br.hdnTab {
      display: none; }
    br.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    br.hdnSP {
      display: none; }
    br.showSP {
      display: inherit; } }

@media (min-width: 1321px) {
  span.showPC {
    display: none !important; } }
@media (min-width: 1025px) {
  span.showTab {
    display: none !important; } }
@media (min-width: 481px) {
  span.showSP {
    display: none !important; } }
@media (max-width: 1320px) {
  span.hdnPC {
    display: none !important; }
  span.showPC {
    display: inherit; } }
@media (max-width: 1024px) {
  span.hdnTab {
    display: none !important; }
  span.showTab {
    display: inherit; } }
@media (max-width: 480px) {
  span.hdnSP {
    display: none !important; }
  span.showSP {
    display: inherit; } }

p, div, figure, ul {
  display: block; }
  @media (min-width: 1321px) {
    p.showPC, div.showPC, figure.showPC, ul.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    p.showTab, div.showTab, figure.showTab, ul.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    p.showSP, div.showSP, figure.showSP, ul.showSP {
      display: none !important; } }
  @media (max-width: 1320px) {
    p.hdnPC, div.hdnPC, figure.hdnPC, ul.hdnPC {
      display: none !important; }
    p.showPC, div.showPC, figure.showPC, ul.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    p.hdnTab, div.hdnTab, figure.hdnTab, ul.hdnTab {
      display: none !important; }
    p.showTab, div.showTab, figure.showTab, ul.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    p.hdnSP, div.hdnSP, figure.hdnSP, ul.hdnSP {
      display: none !important; }
    p.showSP, div.showSP, figure.showSP, ul.showSP {
      display: inherit; } }

li {
  display: list-item; }
  @media (min-width: 1321px) {
    li.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    li.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    li.showSP {
      display: none !important; } }
  @media (max-width: 1320px) {
    li.hdnPC {
      display: none !important; }
    li.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    li.hdnTab {
      display: none !important; }
    li.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    li.hdnSP {
      display: none !important; }
    li.showSP {
      display: inherit; } }

.ta_cnt {
  text-align: center; }

.ta_right {
  text-align: right; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }
