@charset "UTF-8";
/******************************

 * style
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag（各タグ）
 * 4. Layout（共通要素）
 * 5. title（共通要素）

******************************/
/*****
 * 1. import
*****/
@import url(button-v2.css);
@import url(reset.css);
@import url(util.css);
@import url(font.css);
@import "root.css";
@import url(topiccvpackageunified.css);
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Roboto:400,400i,700,700i,900,900i';
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.cdnfonts.com/css/jost?styles=35466,35467,35460,35461,35462,35463,35464,35465,35468,35469,35470,35471,35472,35473,35474,35475,35476,35477');

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

* {
    box-sizing: border-box;
}

/* color */
.u-tcMain {
  color: #333 !important;
}

.u-tcSub {
  color: #95989a !important;
}

.u-tcAccent {
  color: #d00058 !important;
}

/* float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

/* align */
.u-taL {
  text-align: left !important;
}

.u-taR {
  text-align: right !important;
}

.u-taC {
  text-align: center !important;
}

/* size */
.u-txXS {
  font-size: 1.0rem !important;
}

.u-txSS {
  font-size: 1.1rem !important;
}

.u-txS {
  font-size: 1.2rem !important;
}

.u-txM {
  font-size: 1.3rem !important;
}

.u-txL {
  font-size: 1.6rem !important;
}

.u-txLL {
  font-size: 1.8rem !important;
}

.u-txXL {
  font-size: 2.0rem !important;
}

/* Margin Padding */
.u-noMargin {
  margin: 0 !important;
}

.u-noPadding {
  padding: 0 !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}
.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

/* Clear */
.u-clr {
  clear: both;
}

/* opacity */
.opacity {
  -webkit-transition: .2s;
  transition: .2s;
}

.opacity:hover {
  opacity: 0.7;
}

/*****
 * 2. html, body
*****/
@media screen and (max-width: 860px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}

body {
  background-color: #fff;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.page {
  min-width: 1200px;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  font-family: Helvetica, Arial, sans-serif, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased !important;
  padding-top: 100px;
}
@media screen and (max-width: 1100px) {
  .page {
    padding-top: 58px;
  }
}

#index , #search , #new , #search_details {
  padding-top:unset;
}

#search_details.building , #search_details.complex {
  padding-top:80px;
}

@media screen and (max-width: 1000px) {
  .two_column.page {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding-top: 54px;
  }
}

@media screen and (max-width: 860px) {
  .page {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding-top: 54px;
  }

  .page#input, .page#confirm, .page#complete{
    padding-top: 54px;
  }

  #search_details.building {
    padding-top:60px;
  }

}

/*****
 * 3. HTMLtag
*****/
/* anchor */
a {
  color: #039;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  text-decoration: none;
}

a .more-link {
  stroke: #039;
}

a:hover .more-link {
  stroke: #13b0ea;
}

a:hover {
  color: #13b0ea;
  fill: #13b0ea;
  text-decoration: none;
  background-position: bottom right;
}

a:active {
  color: #13b0ea;
  fill: #13b0ea;
}

/* cap */
.cap, .caption {
  color: #666666;
  font-size: 10px;
  line-height: 15px;
  background: none;
}

.cap {
  padding-top: 5px;
}

/* img */
img {
  max-width: 100%;
  height: auto;
}

.hdrLogo img.pc {
  width: 82px;
  max-width: 82px;
  height: auto;
}

img.sp {
  display: none;
}

.hdrLogo img.sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .hdrLogo img.sp {
    display: block;
    width: 60px;
  }

  .hdrLogo img.pc {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  img.pc {
    display: none;
  }

  img.sp {
    display: block;
  }
}

/*****
 * 4. Layout
*****/
/* grandHeader */
#grandHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  font-weight: 800;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: auto;
}

#grandHeader .wrap {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 1100px) {
  #grandHeader {
    min-width: inherit;
    margin: 54px 0;
  }

  #grandHeader .wrap {
    -webkit-transform: inherit;
    transform: inherit;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    overflow: scroll;
    top: 56px;
  }
}

#grandHeader.grandHeader-state-on {
  visibility: hidden;
}
#gHeader .hdrMenu:after {
  content: "Menu";
  font-size: 10px;
  font-family: Jost,sans-serif;
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-flex;
  line-height: 1;
}

#index .hdrMenu:after {
  color: #fff;
}

#gHeader .hdrMenu.menu-state-on {
  -webkit-transform: inherit;
  transform: inherit;
  z-index: 10000;
}
#gHeader .hdrMenu.menu-state-on:after {
  content: "Close";
}

#gHeader .hdrMenu.menu-state-on span:nth-of-type(1) {
  top: -2px;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#gHeader .hdrMenu.menu-state-on span:nth-of-type(2) {
  opacity: 0;
}

#gHeader .hdrMenu.menu-state-on span:nth-of-type(3) {
  top: 6px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
@media screen and (max-width: 1100px)  {
  #grandHeader.grandHeader-state-on {
    opacity: 1;
    visibility: visible;
  }
}

.grandNav li {
  margin-top: 40px;
}

.grandNav li:first-child {
  margin-top: 0;
}

.grandNav a {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: adobe-garamond-pro, serif;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.grandNav .long_grandNav {
  width: auto;
}

.grandNav .grandNav__suv-btn i {
  display: none;
}

.grandNav .grandNav__suv {
  display: inline-block;
  vertical-align: middle;
}

.grandNav .grandNav__suv li {
  float: left;
  margin-top: 0;
  margin-left: 20px;
}

.grandNav .grandNav__suv li:first-child {
  margin-left: 0;
}

.grandNav .grandNav__suv a {
  width: auto;
  font-size: 14px;
}

.grandNav > li:last-of-type {
  display: inline-block;
}

#grandHeader .sns {
  float: right;
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

#grandHeader .sns a {
  width: 30px;
  margin-right: 15px;
  color: #FFFFFF;
  text-decoration: none;
}

#grandHeader .sns a i:before {
  font-size: 30px;
}

@media screen and (max-width: 1100px) {
  .grandNav {
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid #fff;
  }

  .grandNav li {
    margin-top: 10px;
    width: 100%;
  }

  .grandNav a {
    width: inherit;
  }

  .grandNav .grandNav__suv-btn a {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
  }
  .grandNav .grandNav__suv-btn ul li a {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
  }
  .grandNav .grandNav__suv-btn a img {
    float: right;
    margin: 12px 15px;
  }

  .grandNav .grandNav__suv-btn i {
    display: none;
  }

  .grandNav .grandNav__suv-btn.grandNav__suv-btn-active i {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
  }

  .grandNav .grandNav__suv {
    display: block;
    padding: 15px 18px;
  }

  .grandNav .grandNav__suv li {
    float: none;
    margin-left: 0;
  }

  .grandNav .grandNav__suv a {
    width: 100%;
    font-size: 16px;
    font-family: Jost;
    font-weight: 500;
    color: #222;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
  .grandNav .grandNav__suv a img {
    float: right;
    margin: 8px 15px;
  }
  .grandNav .grandNav__suv .arrow {
    margin: 8px;
  }
  .grandNav .grandNav__suv li ul li a {
    width: inherit;
    padding: 0 5px;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: normal;
    border: 0;
  }
  .grandNav .grandNav__suv-btn .dropdown-content {
    display: none;
    background-color: #d8d8d8;
  }
  .grandNav .grandNav__suv-btn .dropdown-content a {
    background-color: #fff;
    padding: 10px;
  }
  .grandNav .grandNav__suv .dropdown-subcontent {
    display: none;
  }
  .hdrArrow {
    vertical-align: middle;
    transition: transform 0.3s ease;
  }
  .hdrArrow.up {
    transform: rotate(180deg);
  }

  #grandHeader .sns {
    display: block;
    position: relative;
    float: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1100px) {
  #index .grandNav {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
  }
}

.sp-gNav, .sp-contact, .sp-tel {
  display: none;
}

@media screen and (max-width: 1100px) {
  .sp-gNav, .sp-tel {
    display: block;
    border: 1px solid #d8d8d8;
    text-align: center;
    margin-top: 20px;
  }
  .sp-contact {
    display: block;
    background-color: #EFF1F5;
    text-align: center;
    margin: 30px -20.2px 0;
    padding: 12px 20.2px;
  }

  .sp-gNav a, .sp-contact a, .sp-tel a {
    color: #222;
    border: 0;
    font-size: 16px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
  }

  .sp-tel a span {
    text-align: center;
    left: unset;
    width: 100%;
    margin: 0;
    font-family: adobe-garamond-pro, serif;
    font-size: 16px;
    text-transform: none;
    color: #222;
    background-color: #fff;
    padding-bottom: 15px;
  }
  .sp-tel a span em {
    padding-bottom: 10px;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    font-family: Helvetica;
  }
  .sp-tel a span span {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    background-color: #002368;
  }
  .sp-tel a span span i {
    padding-left: 10px;
  }
  .sp-contact a span {
    display: block;
    font-family: adobe-garamond-pro, serif;
    font-weight: bolder;
    text-align: center;
    left: unset;
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    background-color: #002368;
  }
}

.sp-gNav {
  margin-bottom: 30px;
}

.sp-gNav li {
  margin-top: 30px;
}

.sp-gNav li:first-child {
  margin-top: 0;
}

.sp-tel a {
  position: relative;
  display: block;
  width: 85.71428571428571%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}

.sp-contact a {
  position: relative;
  display: block;
  width: 85.71428571428571%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  box-sizing: border-box;
}

.sp-tel i, .sp-contact i {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-tel span, .sp-contact span {
  position: relative;
  left: 50%;
  margin-left: -64px;
}

.sp-tel {
  margin-top: 30px;
  padding-top: 21px;
  padding-bottom: 6px;
}

.sp-tel span {
  display: inline-block;
}

.sp-tel em {
  display: block;
  font-size: 10px;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}

.sp-tel strong {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.sp-contact a {
  padding: 12px 0;
}

/* Header */
#gHeader {
  padding: 8px 0 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#gHeader .wrap {
  position: relative;
  max-width: 100%;
}

#gHeader.header-state-fix {
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 0;
  /* disable due effect showing gap between header and fixed site content while scolling */
  /* -webkit-animation: headerFix .5s ease-in-out 0s forwards;
  animation: headerFix .5s ease-in-out 0s forwards; */
}

#gHeader.header-state-open {
  width: 100%;
  z-index: 1000;
}
#gHeader.header-state-fix,
#gHeader.header-state-open, 
#search #gHeader, 
#search_details #gHeader,
#search_special #gHeader,
#search_map_special #gHeader,
#new #gHeader, 
.rent_yokohama_guide #gHeader, 
.rent_tokyo_guide #gHeader,
.rent_tokyo_service_index #gHeader,
.rent_yokohama_service_index #gHeader,
.buy_investment_service #gHeader,
.guide:not(#index) #gHeader,
.service_index #gHeader,
.page.buy_forsale_service #gHeader,
.buy_guide_index:not(#index) #gHeader,
.about_message #gHeader{
  border-bottom: 1px solid #D8D8D8 !important;
}

#gHeader.header-state-fix + #container {
  margin-top: 64px;
}

#gHeader.header-state-fix #gNav a {
  color: #fff;
}

#gHeader.header-state-fix .pNav__contact a {
  border: 1px solid #fff;
}
#pageID #pNav .pNav__contact a {
  padding: 5.5px 0;
}
#pageID.hd_clear #pNav .pNav__contact a,
#search_map_special #pNav .pNav__contact a
{
  padding: 6px 0!important;
  margin-top: 4px!important;
}
#new.page.new #pNav .pNav__contact a {
  padding: 6px 0!important;
  margin-top: 5px!important;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #fff;
}

@-webkit-keyframes headerFix {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes headerFix {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1100px) {
  body #gHeader {
    padding-bottom: 8px !important;
  }
  #gHeader {
    padding: 8px 0 6px;
    border-bottom: 0;
    background-color: #fff;
  }

  #search_details #gHeader {
    padding: 8px 0px !important;
  }

  #gHeader .wrap {
    position: relative;
    max-width: 100%;
    padding: 0 10px;
    margin: 0;
  }
  #index #gHeader .wrap {
    padding: 0 16px;
  }

}

/* hdrLogo */
.hdrLogo {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  width: 24%;
}
.hdrLogo__top {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.hdrLogo__top span {
  margin-left: 16px;
  max-width: 218px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #222;
}
.hdrLogo span {
  margin: auto 16px;
  font-size:12px;
  max-width: 440px;
  font-family: Helvetica, Arial, sans-serif;
  color: #222;
}

#index .hdrLogo span {
  color: #fff;
}
.header-state-fix .hdrLogo span {
  color: #222;
}

.header-state-open .hdrLogo span {
  color: #222;
}

#index .header-state-fix .hdrLogo span {
  color: #222;
}

#index .header-state-open .hdrLogo span {
  color: #222;
}

@media screen and (max-width: 1100px) {
  .hdrLogo {
    margin-right: 0;
  }

  #search .hdrLogo {
    width: fit-content;
  }
  .hdrLogo__top {
    margin-top: 4px;
    padding-left: 0;
  }
  .hdrLogo__top span {
    display: none;
  }
  .hdrLogo span {
    display: none;
  }
  .hdrLogo__top .sp {
    width: 60px;
    display: block;
  }
  .hdrLogo__top .pc {
    display: none;
  }
}

.hdrKeyword {
  display: none;
  clear: both;
  padding-top: 10px;
}

.hdrKeyword > div {
  position: relative;
}

.hdrKeyword button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  padding: 3px 10px;
  border-radius: 0 3px 3px 0;
  background-color: #003894;
  color: #fff;
}
.myFavorite {
  float: right;
  margin-left: 3px;
  margin-top: 16px;
  display: grid;
  text-decoration-line: none;
  text-align: center;
}

#pageID .myFavorite,
#search_closeup .myFavorite,
#search_special .myFavorite,
#search_map_special .myFavorite,
#index .myFavorite,
.page.bookmark .myFavorite {
  margin-top: 5px;
}

#new.page.new .myFavorite
{
  margin-top: 6px;
}

.page.error .myFavorite,
.page.policy .myFavorite,
.page.sitemap .myFavorite,
.page.terms .myFavorite
{
  margin-top: 4px;
}

.myFavorite:before {
  content: ""!important;
  margin-left: auto;
  padding-bottom: 0px;
  background: url("../png/icn-favorite.png");
  aspect-ratio: 32.67/42;
  background-size: contain;
  background-repeat:no-repeat;
  width: 21.78px;
  margin-right: auto;
  margin-top: -1px;
}
#search_special .myFavorite:before,
#pageID .myFavorite:before,
#search_map_special .myFavorite::before,
#new.page.new .myFavorite:before,
.page.bookmark .myFavorite:before,
.page.error .myFavorite:before,
.page.policy .myFavorite:before,
.page.sitemap .myFavorite:before,
.page.terms .myFavorite:before {
  width: 32.67px;
}

.page.error .myFavorite:before, 
.page.policy .myFavorite:before,
.page.sitemap .myFavorite:before,
.page.terms .myFavorite:before {
  margin-top: 0px;
}

.myFavorite:hover {
  filter: opacity(0.5);
}

#search .myFavorite::before {
  padding-bottom: 0;
  margin-top: 0px;
}
#search_details .myFavorite:before {
  padding-bottom: 0;
  margin-top: 0px;
}

#pageID.hd_clear .myFavorite:before, 
#search_closeup .myFavorite:before,
#index .myFavorite:before {
  content: "";
  background: url("../png/icn-favoritew.png");
  background-size: contain;
  background-position: center;
  width: 32.67px;
  background-repeat: no-repeat;
}

.header-state-fix .myFavorite:before {
  background: url("../png/icn-favorite.png");
  background-size: cover;
  background-position: center;
  padding-left: 0px;
}
.header-state-open .myFavorite:before {
  background: url("../png/icn-favorite.png");
  background-size: cover;
  background-position: center;
  padding-left: 0px;
}

#pageID .header-state-fix .myFavorite:before,
#search_closeup .header-state-fix .myFavorite:before,
#index .header-state-fix .myFavorite:before {
  content: "";
  padding-left: 0px;
  background: url("../png/icn-favorite.png");
  background-size: cover;
  background-position: center;
}
#pageID .header-state-open .myFavorite:before,
#search_closeup .header-state-open .myFavorite:before, 
#index .header-state-open .myFavorite:before {
  content: "";
  padding-left: 0px;
  background: url("../png/icn-favorite.png");
  background-size: cover;
  background-position: center;
}

.myFavorite .myFavorite__text {
  display: inline-flex;
  text-decoration-line: none;
  color: rgba(34, 34, 34, 1);
  font-family: "jost",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 3px;
}
@media screen and (max-width: 1100px) {
  .myFavorite {
    width: 33px !important;
    position: relative;
    top: 0;
    right: 35px;
    margin: 0;
    height: 31px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  #index.index .myFavorite {
    margin-top: 5px!important;
  }
  #index.page .myFavorite {
    margin-top: 5px;
  }
  #pageID .myFavorite, 
  #search_closeup .myFavorite, 
  #index .myFavorite,
  #search_special .myFavorite,
  #search_map_special .myFavorite,
  #new.page.new .myFavorite,
  .page.bookmark .myFavorite {
    margin-top: 5px;
  }
  .page.error .myFavorite,
  .page.policy .myFavorite,
  .page.sitemap .myFavorite,
  .page.terms .myFavorite {
    margin-top: 5px;
  }
  .myFavorite:before {
    display: inline-block;
    transform: scale(0.6);
    position: absolute;
    top: -5px;
    padding-left: 0px;
    width: 24px !important;
  }
  .page.error .myFavorite::before,
  .page.policy .myFavorite::before,
  .page.sitemap .myFavorite::before,
  .page.terms .myFavorite::before {
    margin-top: 0px;
  }
  .header-state-fix .myFavorite:before {
    padding-left: 2px;
  }
  .myFavorite .myFavorite__text {
    width: max-content;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    padding-top: 0px;
    line-height: 1em;
    margin-top: 0px;
  }
  .page.error .myFavorite .myFavorite__text,
  .page.policy .myFavorite .myFavorite__text,
  .page.sitemap .myFavorite .myFavorite__text,
  .page.terms .myFavorite .myFavorite__text {
    padding-top: 23px;
  }
}

/* gNav */
#gNav {
  float: right;
  clear: right;
}

#gNav li {
  float: left;
}

#gNav a {
  display: block;
  color: #333;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  padding: 15px 10px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#gNav a:hover {
  color: #999;
}

.header-state-fix #gNav a:hover {
  color: #fff;
}

.header-state-open #gNav a:hover {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  #gNav {
    display: none;
  }
}

/* pNav */
#pNav {
  float: right;
  padding: 0;
}

/* 検索画面用 */
#search #pNav {
  line-height: 30px;
}
#search_details #pNav {
  line-height: 30px;
}

#pNav li {
  float: left;
}

#search #pNav li {
  float: right;
}

#search_details #pNav li {
  float: right;
}

#pNav div:first-child {
  margin-right: 25px;
}

#pNav div:last-child {
  margin-right: 0;
}

#pNav a {
  display: block;
  color: #333;
  font-family: 'Jost', sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pNav .pNav__contact {
  margin-right: 15px;
}
#pNav .pNav__contact a {
  width: 104px;
  border: 0;
  padding: 8px 0;
  margin-top: 4px;
  color: #fff;
  background-color: #002368;
}

@media screen and (max-width: 1100px) {
  #pNav {
    display: none !important;
  }
}

.pNav__contact a {
  font-size: 14px;
  font-family: 'Jost',sans-serif;
  padding: 8px 27px;
  border: 1px solid #333;
  text-align: center;
}

.pNav__contact a:hover {
  background-color: #333;
}

#pNav .pNav__contact a:hover {
  color: #fff;
  background-color: #13b0ea;
}

#pNav .pNav__tel {
  text-align: right;
  padding: 4px 10px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
  margin: 4px 4px 3px 0;
}

/* 検索画面用 */
#search #pNav , #search_details #pNav {
  display: flex;
}

#search #pNav #pNav__suv-btn__rent , #search_details #pNav #pNav__suv-btn__rent {
  order: 1;
}

#search #pNav #pNav__suv-btn__buy , #search_details #pNav #pNav__suv-btn__buy {
  order: 2;
}

#search #pNav #pNav__suv-btn__owners , #search_details #pNav #pNav__suv-btn__owners {
  order: 3;
}

#search #pNav #pNav__suv-btn__offices , #search_details #pNav #pNav__suv-btn__offices {
  order: 4;
}

#search #pNav #pNav__suv-btn__residents , #search_details #pNav #pNav__suv-btn__residents {
  order: 5;
}

#search #pNav #pNav__suv-btn__aboutUs , #search_details #pNav #pNav__suv-btn__aboutUs {
  order: 6;
}

#search #pNav #pNav__suv-btn__guide , #search_details #pNav #pNav__suv-btn__guide {
  order: 7;
}

#search #pNav .pNav__tel , #search_details #pNav .pNav__tel {
  text-align: right;
  margin: 11px 5px;
  padding: 2px 10px;
  border: 1px solid #d8d8d8;
  order: 10;
}


#search #pNav .pNav__contact , #search_details #pNav .pNav__contact {
  order: 20;
}

#search #pNav .pNav__contact a  , #search_details #pNav .pNav__contact a {
  width: 114px;
  padding: 11px 0;
}

#pNav .pNav__tel a {
  pointer-events: none;
}

#pNav .pNav__tel a:hover {
  color: #999;
}

.pNav__tel i, .pNav__tel span {
  display: inline-block;
  vertical-align: middle;
}

.pNav__tel i {
  font-size: 20px;
  margin-right: 10px;
}

.pNav__tel span {
  font-weight: normal;
  color: #222;
}

.pNav__tel span em {
  font-style: normal;
  text-transform: none;
  border-right: 1px solid #d8d8d8;
  padding-right: 10px;
  margin-right: 10px;
}

.pNav__tel span strong {
  display: block;
  line-height: 14px;
}

.header-state-fix #pNav .pNav__tel a:hover {
  color: #fff;
}

.header-state-open #pNav .pNav__tel a:hover {
  color: #fff;
}

/* 検索画面用 */
@media screen and (max-width: 1439px) {

  #search .hdrLogo , #search_details .hdrLogo {
    width: 21%;
    margin-right: 0;
  }

  #search #pNav .pNav__tel , #search_details #pNav .pNav__tel {
    margin: 0 5px;
    padding: 9px 10px;
  }

  #search .pNav__tel span , #search_details .pNav__tel span {
    display: grid;
    line-height: 18px;
    text-align: left;
  }

  #search .pNav__tel span em , #search_details .pNav__tel span em {
    border-right: unset;
  }

  #search #pNav .pNav__suv-btn , #search_details #pNav .pNav__suv-btn {
    margin:15px 8px 0;
  }

  #search #pNav .pNav__contact a  , #search_details #pNav .pNav__contact a {
    width: 105px;
  }

}

/* hdrMenu */
.hdrMenu,
.hdrMenu span {
  display: none;
}

.hdrMenu {
  position: absolute;
  top: 50%;
  right: -72px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hdrMenu span {
  position: absolute;
  left: 0;
  width: 16.67px;
  height: 4px;
  margin-bottom: 0;
  background-color: #333;
}

.hdrMenu span:nth-of-type(1) {
  top: 0;
}

.hdrMenu span:nth-of-type(2) {
  top: 6px;
}

.hdrMenu span:nth-of-type(3) {
  top: 10px;
}
@media screen and (min-width: 1101px) {
  .hdrLogo {
    min-width: 340px;
  }
}
@media screen and (max-width: 1100px) {

  #search .hdrLogo {
    width: 85%;
  }

  #index .hdrMenu, .hdrMenu {
    cursor: pointer;
    box-sizing: border-box;
    position: inherit;
    top: inherit;
    right: -31px;
    -webkit-transform: inherit;
    transform: inherit;
    width: 23px;
    height: 28px;
    float: right;
    margin-top: 2px;
    margin-left: 25px;
    display: flex !important;
    align-items: end;
    justify-content: center;
    margin-top: 8px !important;
  }

  .hdrMenu span {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    height: 1.3px;
    left: 50%;
    transform: translateX(-50%);
  }

  #index .hdrMenu span {
    background-color: #fff;
  }

  .hdrMenu span:nth-of-type(2) {
    margin-top: -1px;
  }
}

/* spNav */
#spNav {
  float: right;
  margin-top: 6px;
  display: none;
}

#spNav li {
  float: left;
  margin-left: 15px;
}

#spNav li:first-child {
  margin-left: 0;
}

#spNav li a {
  color: #fff;
  font-size: .7rem;
  font-family: 'Lato', sans-serif;
  line-height: 7px;
  letter-spacing: .05rem;
  text-decoration: none;
}

#spNav li i, #spNav li span {
  display: block;
  text-align: center;
}

#spNav li i {
  font-size: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 860px) {
  #spNav {
    display: block;
  }
}

.spNav__search {
  display: none;
}

#index .spNav__search, #search .spNav__search {
  display: block;
}

#search.index .spNav__search, #search.new .spNav__search {
  display: none;
}


/* 検索画面用 */
#search .modSearch__select , #search_details .modSearch__select {
  margin-left: 15px;
  width: 100%;
}

#search .modSearch__select .form-group , #search_details .modSearch__select .form-group {
  display: flex;
  margin: 0 auto;
  gap: 5px;
  align-items: center;
  background: white;
  padding: 8px;
  border: 1px solid rgba(216, 216, 216, 1)
}

#search .modSearch__select .form-group .keyword , #search_details .modSearch__select .form-group .keyword {
  width: 100%;
}

#search .modSearch__select .form-group .keyword:focus{
  outline: none;
}

#search_details .modSearch__select .form-group .keyword:focus{
  outline: none;
}


@media screen and (max-width: 1100px) {

  #search .modSearch__select .form-group , #search_details .modSearch__select .form-group {
    width: 100%;
  }

  #search .modSearch__select .form-group .keyword , #search_details .modSearch__select .form-group .keyword {
    width: 100%;
  }
  #search #gHeader #myFavorite {
    display: none;
  }
  #search #gHeader .hdrMenu {
    margin-left: 0;
    margin-right: 25px;
    margin-top: 7px;
  }
  
  #search #gHeader .hdrMenu {
    height: 29px;
    top: 0px;
    align-items: end;
    margin-top: 12px!Important;
  }

}

/* Container */
#container {
  position: relative;
  text-align: left;
  background-color: transparent;
}

.wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1432px;
  padding: 0px 20px;
}

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

@media screen and (max-width: 1440px) {
  .wrap {
    max-width: var(--max-width-pc-md);
  }
}

@media screen and (max-width: 1000px) {
  .two_column .wrap {
    width: inherit;
    box-sizing: border-box;
    max-width: 90%;
    padding: 0;
  }
}

@media screen and (max-width: 860px) {
  .wrap {
    width: inherit;
    box-sizing: border-box;
    max-width: 90%;
    padding: 0;
  }

  #index .spNav__search {
    display: none;
  }
}

/* mainContent */
#mainContent > .wrap {
  padding-top: 75px;
}

#article_Inshigt > .wrap {
  padding-top: 75px;
}

.page.buy_investment #mainContent > .wrap {
  padding-top: 0;
}

@media screen and (max-width: 860px) {
  #mainContent > .wrap {
    padding-top: 40px;
  }

  #article_Inshigt > .wrap {
    padding-top: 0;
  }

  #index #mainContent > .wrap, #search #mainContent > .wrap, #search_details #mainContent > .wrap, #search_special #mainContent > .wrap, #search_closeup #mainContent > .wrap {
    padding-top: 0;
  }
}

/* cvArea */
.section-title {
  font-size: 3rem;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  position: relative;
  line-height: 1.2em;
  color: #222222;
  padding: 2rem 0rem;
  margin: 0px;
}

#cvArea {
  text-align: center;
  margin: 40px 0 40px;
}

#cvArea .cvBg {
  background-color: rgba(0, 35, 104, 0.7);;
  padding: 100px 0;
}

#cvArea .titleA {
  color: #FFFFFF;
  font-family: "adobe-garamond-pro", serif;
  font-size: 3.5rem;
  padding: 0;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#cvArea .detailA {
  color: #FFFFFF;
}

.cvBtn {
  margin-top: 50px;
}

.cvBtn ul {
  text-align: center;
  letter-spacing: -.40em;
}

.cvBtn li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 62px;
}

.cvBtn li:last-child {
  margin-right: 0;
}

.cvBtn li i, .cvBtn li span {
  display: inline-block;
  vertical-align: middle;
}

.cvBtn li i {
  font-size: 28px;
}

.cvBtn a {
  display: block;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cvBtn a:hover {
  text-decoration: none;
}

.cvBtn .cvBtn__tel a {
  text-align: left;
  pointer-events: none;
  color: #fff;
}

.cvBtn .cvBtn__tel a:hover {
  color: #999;
}

.cvBtn .cvBtn__tel i {
  margin-right: 30px;
}

.cvBtn .cvBtn__tel span {
  font-weight: bold;
}

.cvBtn .cvBtn__tel em {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.cvBtn .cvBtn__tel strong {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

.cvBtn .cvBtn__contact i {
  margin-right: 25px;
}

.cvBtn .cvBtn__contact span {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 50px;
  width: 76px;
  border: 2px solid #333;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cvBtn .cvBtn__contact span:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 860px) {
  .cvBtn {
    margin-top: 38px;
  }

  .cvBtn li {
    border-radius: 3px;
    border: 2px solid #333;
    margin: 0 auto;
    width: 220px;
    box-sizing: border-box;
    display: block;
  }

  .cvBtn li:last-child {
    margin-right: auto;
  }

  .cvBtn a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    margin: 0;
    border: 0;
    border-radius: 3px;
  }

  .cvBtn i {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cvBtn .cvBtn__tel {
    margin-bottom: 14px;
  }

  .cvBtn .cvBtn__tel a {
    pointer-events: auto;
  }

  .cvBtn .cvBtn__tel i {
    font-size: 23px;
  }

  .cvBtn .cvBtn__tel em {
    display: block;
    font-size: 10px;
    text-align: left;
  }

  .cvBtn .cvBtn__tel strong {
    font-size: 14px;
    line-height: 14px;
  }

  .cvBtn .cvBtn__contact a {
    padding: 0;
    box-sizing: border-box;
    text-align: left;
  }

  .cvBtn .cvBtn__contact i {
    margin-right: 0;
    font-size: 23px;
    left: 10px;
  }

  .cvBtn .cvBtn__contact span {
    border: 0;
    border-radius: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .cvBtn .cvBtn__tel span,
  .cvBtn .cvBtn__contact span {
    position: relative;
    left: 50%;
    margin-left: -58px;
  }
}

/* fBreadcrumb */
#fBreadcrumb {
  border-bottom: 1px solid #ddd;
  background-color: #F5F5F5;
}

#fBreadcrumb ul {
  padding:24px 0 ;
}

#fBreadcrumb ol {
  padding:24px 0 ;
}

#fBreadcrumb li {
  float: left;
  font-family: Helvetica, sans-serif, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#fBreadcrumb li:before {
  content: url(../svg/chevron_right.svg);
  margin: 0 6px 0 10px;
}

#fBreadcrumb li:first-child:before {
  display: none;
}

#fBreadcrumb li a {
  color: #003399;
  text-decoration: none;
  font-family: Helvetica, sans-serif, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 860px) {
  #fBreadcrumb ul {
    padding:24px 0 ;
    white-space: nowrap;
    overflow-x: scroll;
  }

  #fBreadcrumb ol {
    padding:24px 0 ;
    white-space: nowrap;
    overflow-x: scroll;
  }

  #fBreadcrumb li {
    display: inline-block;
    float: none;
  }
}

/* Footer */
#gFooter {
  position: relative;
}

#gFooter > .wrap:first-child {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 860px) {
  #gFooter > .wrap:first-child {
    padding-bottom: 60px;
  }
}

/* ftrLogo */
.ftrLogo {
  position: absolute;
  left: 50%;
  top: -38px;
  margin-left: -490px;
}

@media screen and (max-width: 860px) {
  .ftrLogo {
    left: 20px;
    top: -26px;
    margin-left: 0;
  }
}

/* fNav */
#fNav {
  float: right;
}

#fNav li {
  float: left;
  margin-right: 3px;
}

#fNav li::before {
  content: '｜';
  font-size: 12px;
  margin-right: 3px;
}

#fNav li:first-child::before {
  display: none;
}

#fNav a {
  color: #333;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

#fNav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 860px) {
  #fNav {
    float: none !important;
    margin-bottom: 20px;
  }
}

/* btnSitemap */
.btnSitemap {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -490px;
  padding: 5px 25px 5px 15px;
  background-color: #ddd;
  cursor: pointer;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.btnSitemap::after {
  content: '▼';
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 10px;
  margin-left: 7px;
  -webkit-transform: rotateX(0) scale(0.8) translateY(-50%);
  transform: rotateX(0) scale(0.8) translateY(-50%);
}

.btnSitemap.btnSitemap-state-on::after {
  -webkit-transform: rotateX(180deg) scale(0.8) translateY(50%);
  transform: rotateX(180deg) scale(0.8) translateY(50%);
}

@media screen and (max-width: 860px) {
  .btnSitemap {
    right: 0;
    margin-right: 0;
  }
}

/* grandFooter */
#grandFooter {
  padding: 5px 0 45px;
}

#grandFooter a{
  text-decoration:none;
}

#grandFooter .wrap {
  position: relative;
  padding-top: 30px;
  width: 100%;
}

/*主要駅やエリアのリンクリスト用*/
#grandFooter #grandFooter-link-area {
  border-bottom: #D8D8D8 solid 1px;
  padding:40px 0;
}

#grandFooter .grandFooter-link-list ul {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

#grandFooter .additional-list ul {
  padding-top: 0;
}

#grandFooter .grandFooter-link-list {
  width: 100%;
  display: flex;
}
#grandFooter .grandFooter-link-list ul li {
  width: 16%;
  padding: 2px 0;
  margin:0;
}

#grandFooter .link-three-column ul li {
  width: 33%;
}

#grandFooter .link-five-column ul li {
  flex: 1;
}

#grandFooter .grandFooter-link-list ul li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #003399;
}

#grandFooter .link-five-column ul li {
  width: 100%;
}

#grandFooter .grandFooter-link-list .link-block {
  display: block;
}

#grandFooter .link-kind-title {
  font-family: "jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 13px 0 5px 0!important;
  display: inline-block;
}

#grandFooter .grandFooter-show-more {
  margin-top: 20px;
}

#grandFooter .grandFooter-show-more a {
  text-decoration: none;
  margin-top: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

#grandFooter .grandFooter-show-more a.show-more:after {
  content: "";
  display: inline-block;
  background: url(../png/chevron_bottom.png) no-repeat;
  width: 18px;
  height: 8px;
  margin-left: 7px;
}

#grandFooter .grandFooter-show-more a.show-less:after {
  content: "";
  display: inline-block;
  background: url(../png/chevron_top.png) no-repeat;
  width: 18px;
  height: 8px;
  margin-left: 7px;
}

#grandFooter ul {
  float: left;
  width: 17%;
}

#grandFooter ul li {
  margin-top: 20px;
}

#grandFooter ul a {
  color: #000;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
}

#grandFooter .footer-link-category {
  color: #222222;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0 10px 0 ;
  width: 100%;
  display: block;
}

#grandFooter ul.grandFooter__semi a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
}

#grandFooter .grandFooter__suv {
  float: none;
  width: auto;
  margin-top: 12px;
  font-weight: normal;
}

#grandFooter .grandFooter__suv li {
  margin-top: 12px;
}

#grandFooter .grandFooter__suv a {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 860px) {
  #grandFooter {
    padding: 0;
  }

  #grandFooter .wrap{
    padding-top: 0;
  }

  #grandFooter .footer-link-category{
    padding-top: 40px;
  }

  #grandFooter #grandFooter-link-area{
    padding-top: 0
  }

  #grandFooter .grandFooter-link-list ul li {
    width: 100%;
  }

  #grandFooter ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #grandFooter ul li {
    width: 100%;
  }

  #grandFooter .grandFooter-link-list .link-block{
    padding: 0;
  }

  #grandFooter .grandFooter-link-list  {
    display: flex;
    flex-direction: column;
  }

  #grandFooter .grandFooter-link-list ul.two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #grandFooter .grandFooter-show-more{
    margin-top: 0;
    margin-bottom: 10px;
  }

  #grandFooter .grandFooter-show-more{
    margin: 0;
  }

  #grandFooter ul:first-child {
    margin-top: 0;
  }

  #grandFooter .grandFooter__suv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #grandFooter .grandFooter__suv li {
    width: 50%;
  }

  #grandFooter .first-level{
    width: 50%;
  }

  #grandFooter ul.grandFooter__semi {
    margin: 10px 0 ;
    padding: 10px 0 ;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: #D8D8D8 solid 1px;
  }

  #grandFooter ul.grandFooter__semi li {
    width: 50%;
    margin-top: 8px;
  }

  #grandFooter .sp-padding {
    padding-top: 0!important;
  }

  #grandFooter .sp-padding li:first-child {
    display: none;
  }
}

#grandFooter .alerts {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 70px;
  background-color: white;
  right: 20px;
}

#grandFooter .alerts span {
  vertical-align: middle;
}

#grandFooter button {
  position: absolute;
  display: block;
  width: 22%;
  height: 106px;
  padding: 12px 6px;
  cursor: pointer;
  font-weight: 800;
  right: 50px;
  border: #D8D8D8 solid 1px;
  background-color: #FFFFFF;
}

#grandFooter button.alerts-button {
  font-family: 'Jost', sans-serif;
  margin-right: 18px;
  color: #222222;
  margin-top: 20px;
}

#grandFooter button.alerts-button i {
  color: black;
  font-size: 28px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#grandFooter button.alerts-button span {
  color: #222222;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

.icon-mail-send:before {
  content: url(../png/icon-mail-send.png);
  padding-right: 17px;
}
.icon-favorite {
  color: #fff;
}
@media screen and (max-width: 860px) {
  #grandFooter button {
    position: relative;
    margin: 15px 0 0 50px;
    width: 100%;
  }
}

#grandFooter .sns {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

#grandFooter .sns a {
  text-decoration: none;
  margin-right: 15px;
}

#grandFooter .sns a i {
  font-size: 40px;
  color: #7D8595;
}

.fbButton {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 860px) {
  .fbButton {
    right: 20px;
  }

  #grandFooter .sns {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 70px;
    width: 104px;
    left: calc(50% - 52px);
    gap: 24px;
  }

  #grandFooter .sns a {
    margin-right: 0;
  }
}

/* copyRight */
.copyRight {
  padding: 30px 0;
  background-color: #F5F5F5;
}

.copyRight .copyRight__text {
  float: right;
  margin-top: 10px;
  font-family: Helvetica, sans-serif, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #222222;
}

@media screen and (max-width: 860px) {
  .copyRight  {
    text-align: center;
    padding: 36px 0px 112px 0px !important;
  }

  .copyRight .copyRight__text {
    float: none;
    text-align: center;
  }
}

#search.map .copyRight {
  padding: 30px 0;
}

#index.index .copyRight, #index.rent .copyRight, #index.buy .copyRight {
  padding: 30px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 860px) {
  #index .copyRight, #search .copyRight, #search_details .copyRight, #search_special .copyRight, #index.rent .copyRight, #index.buy .copyRight {
    padding: 30px 0 80px;
  }

  #index.index .copyRight, #index.offices .copyRight {
    padding: 30px 0;
  }
}

/* pagetop */
.pagetop {
  z-index: 3;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-property: opacity;
}

.pagetop.pagetop-state-hidden {
  opacity: 0;
}

@media screen and (max-width: 860px) {
  .pagetop {
    bottom: 65px;
    right: 15px;
  }
}

/* floatCV */
.floatCV {
  position: absolute;
  top: 75px;
  right: 50px;
  z-index: 99;
}

@media screen and (min-width: 860px) {
  .floatCV-map {
    right: 10px;
  }

  .CV_map {
    background-color: white;
    padding: 15px;
  }
}

.floatCV.floatCV-mTop {
  top: 140px;
}

.floatCV.floatCV-state-fix {
  position: fixed;
  top: 94px !important;
}

.floatCV-map {
  top: 680px;
}

.floatCV li {
  margin-top: 25px;
}

.floatCV li:first-child {
  margin-top: 0;
}

.floatCV li.floatCV__call {
  display: none;
}

.floatCV a {
  display: block;
  color: #003894;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.floatCV a:hover {
  color: #0daeea;
}

.floatCV i {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}

.floatCV span {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1280px) {
  .floatCV {
    right: auto;
    left: 50%;
    margin-left: 510px;
  }
}

@media screen and (max-width: 1200px) {
  .floatCV {
    right: auto;
    left: 1110px;
    margin-left: 0;
  }
}

.bukkenDetail .floatCV {
  top: 0;
  position: absolute;
  right: auto;
  left: 50%;
  margin-left: 520px;
  z-index: 99;
}

@media screen and (max-width: 860px) {
  .floatCV {
    position: fixed !important;
    top: inherit !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    background-color: #003399;
  }

  .bukkenDetail .floatCV {
    margin-left: 0 !important;
  }

  .floatCV li {
    float: right;
    width: 50%;
    margin-top: 0;
  }

  .floatCV li.floatCV__call {
    display: block;
  }

  .floatCV li.floatCV__print {
    display: none;
  }

  .floatCV a {
    color: #fff;
    padding: 8px 0 6px;
  }

  .floatCV a:hover {
    color: #fff;
  }

  .floatCV i {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: -3px;
  }

  .floatCV span {
    font-size: .9rem;
    line-height: 9px;
  }

  .floatCV.floatCV-state-fix {
    top: inherit !important;
    left: inherit;
  }

  .floatCV.floatCV-01 li {
    width: 100%;
  }

  .floatCV.floatCV-03 li {
    width: 33.3333333333%;
  }

  .floatCV.floatCV-04 li {
    width: 25%;
  }

  .floatCV.floatCV-mTop {
    top: inherit;
  }
}

#search.index .floatCV, #search.new .floatCV, #search.buy_investment.results .floatCV {
  top: 125px;
}

@media screen and (max-width: 860px) {
  .fcvContainer .copyRight {
    padding: 30px 0 80px;
  }
}

/* bukkenDetail */
.bukkenDetail {
  position: relative;
}

.bukkenDetail .floatCV.floatCV-state-fix {
  position: fixed;
  top: 94px;
  right: auto;
  left: 50%;
  margin-left: 520px;
}

.offices {
  /* gNav */
}

.offices #gNav {
  float: left;
  line-height: calc(17 / 14);
}

.offices #gNav > ul {
  display: flex;
  align-items: center;
  height: 51px;
}

.offices#index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:last-child {
  max-width: none !important;
  flex: initial !important;
}

.owners .hdrLogo {
  margin-right: 5px;
}

@media screen and (max-width: 860px) {
  .owners .hdrLogo {
    margin-right: 0;
  }
}

/*****
 * 5. title
*****/
.titleA {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
}

.titleA br.sp {
  display: none;
}

@media screen and (max-width: 860px) {
  .titleA br.sp {
    display: block;
  }
}

/* pageTitle */
.pageTitle {
  margin-bottom: 80px;
}

@media screen and (max-width: 860px) {
  .pageTitle {
    margin-bottom: 60px;
  }
}

/* contentWrap */
.contentWrap {
  position: relative;
}

.contentWrap .floatCV {
  top: 0;
}

/* unitSort */
.unitSort {
  font-size: 0;
  letter-spacing: -1em;
  word-spacing: -1em;
}

.unitSort__result, .unitSort__sort {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
}

/* .unitSort__result {
  padding-top: 18px;
} */

.unitSort__sort {
  /* margin-left: 20px; */
  margin-bottom: 1px;
}

.unitSort__sort > p {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: bold;
}

.unitSort__select {
  width: fit-content;
  border-radius: 4px;
}

@media screen and (max-width: 860px) {
  .unitSort__result, .unitSort__sort {
    display: block;
  }

  .unitSort__result {
    padding-top: 0;
  }

  .unitSort__sort {
    margin-top: 15px;
    margin-left: 0;
    text-align: left;
  }

  .unitSort__select {
    width: fit-content;
  }
}

.head_text h1 {
  font-size: 10px;
  line-height: 20px;
}

@media screen and (max-width: 860px) {
  .head_text {
    display: none;
  }
}

/* chrome rendering hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media screen and (max-width: 860px) {
  .visual__image {
    overflow: hidden;
    margin: 0 -20px;
    min-height: 320px;
  }

  .visual__image img {
    height: 100%;
    max-width: none;
  }
}

#gNav a {
  color: #fff;
}

#gNav a:hover {
  color: #333;
}

#gNav li {
  margin-left: 10px;
}

#gNav li:first-child {
  margin-left: 0;
}

#gNav .gNav__suv-btn {
  position: relative;
}

#gNav .gNav__suv-btn a {
  position: relative;
  padding: 15px 20px 15px 10px;
}

#gNav .gNav__suv-btn i {
  position: absolute;
  top: 50%;
  right: 3px;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gNav .gNav__suv-btn .gNav__suv {
  display: none;
  position: absolute;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

#gNav .gNav__suv-btn .gNav__suv::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
}
#pNav .pNav__suv-btn {
  clear: left;
  float: right;
  margin: 2px 14px 0;
  padding-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Jost',sans-serif;
  border-bottom: 3px solid transparent;
}
.pNav__suv {
  clear: both;
  display: flex;
  background-color: #fff;
  margin: 0 0 0 -20px;
}
.pNav__suv .topic {
  /*width: 50%;*/
  text-align: right;
  margin: 0 0 0 0;
  padding: 60px 133px;
  color: #002368;
  font-family: adobe-garamond-pro, serif;
  font-size: 36px;
  font-weight: bolder;
  background-color: #EFF1F5;
}
.pNav__suv .topic li {
  text-align: left;
  width: 160px;
  margin-bottom: 50px;
}
.pNav__suv .topic li:last-child {
  color: #003399;
  padding-bottom: 15px;
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
}
.pNav__suv .topic li .topic-icon {
  margin: 0 0 6px 10px;
  max-width: 22px;
  max-height: 9px;
}
.pNav__suv ul {
  width: 30%;
  min-width: 150px;
  font-size: 20px;
  font-weight: 500;
  margin: 50px 0 40px 55px;
}
.pNav__suv ul li ul {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.pNav__suv ul li ul:first-of-type {
  margin-top: 25px;
}
.pNav__suv ul li a {
  text-decoration-line: none;
  color: #222;
}
.pNav__suv ul li .content__top {
  color: #039;
}
.pNav__suv ul li ul li {
  margin-bottom: 15px;
  max-width: 334px;
  width: max-content;
}
.pNav__suv ul li ul li a {
  text-decoration-line: none;
  color: #222;
}
#pNav .pNav__suv-btn .pNav__suv {
  display: none;
  position: absolute;
  width: 250px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
#pNav .pNav__suv-btn:hover {
  color: #002368;
  border-bottom: 3px solid #002368;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .space-holder {
    margin-top:56px;
  }
}

.carouselPrevBtn.disabled{
  display: none;
}

.carouselNextBtn.disabled{
  display: none;
}


/*buiding card arrow icon*/
.card-wrapper .property-card {
  max-width: 421px;
}

.card-wrapper * .description{
  max-width: calc(100% - 36px);
}

.card-wrapper * .description .text{
  max-width: 100%;
}

.card-wrapper * .description h3{
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-wrapper * .description .paragraph{
  display:block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-card * .link{
  margin-left: auto !important;
}

.property-card * .link .button-v2 {
  display: inline;
  border-bottom: none!important;
  width: 22px!important;
}

.property-card * .link .button-v2 .icon {
  right: 0 !important;
  width: 22px!important;
  height: 32px!important;
  display: block!important;
  top: 50%;
  border-bottom: #D8D8D8 solid 1px;
}

.property-card .location-wrapper{
  max-width: calc(100% - 36px);
}

.property-card .location-wrapper .location{
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.property-card .location-wrapper .truncate{
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*TODO:↓物件カードのカルーセルに関する設定*/
/*---------listRecommendProperties---------------*/
#listRecommendProperties .owl-stage-outer{
  margin-left: -8px !important;
}

#listRecommendProperties .owl-stage{
  padding-left: 8px !important;
  gap: 0!important;
}

#listRecommendProperties .card-wrapper{
  padding: 0 !important;
}

#listRecommendProperties .property-card {
  width: 400px !important;
  padding-right: 0 !important;
}

#listRecommendProperties .property-card .image-wrapper img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  overflow: hidden;
}

.saveCriteria #listRecommendProperties .card-wrapper {
  margin-right: 16px;
  width: 343px;
}

.saveCriteria #listRecommendProperties .property-card {
  width: 100% !important;
  max-width: 100%;
}
.saveCriteria #listRecommendProperties .property-card > .inner {
  border-radius: 0px;
}

.saveCriteria .propertyDetail__item:not(:last-of-type){
  margin-bottom: 24px;
}

@media screen and (max-width: 860px) {
.saveCriteria #listRecommendProperties .card-wrapper {
    width: 260px;
    margin-right: 8px;
}

.saveCriteria .propertyDetail__item:not(:last-of-type){
  margin-bottom: 13px;
}
}
/*---------grossYieldProperties---------------*/

#grossYieldProperties .owl-stage-outer{
  margin-left: -8px !important;
}

#grossYieldProperties .owl-stage{
  padding-left: 8px !important;
  gap: 0!important;
}

#grossYieldProperties .card-wrapper{
  padding: 0 !important;
}

#grossYieldProperties .property-card {
  width: 456px !important;
  padding-right: 0 !important;
}

#grossYieldProperties .property-card .image-wrapper img {
  height: auto !important;
}

/*---------similarProperties---------------*/
#similarProperties .property-card {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/*---------on smart phone---------------*/
@media screen and (max-width: 860px) {
  #listRecommendProperties .property-card {
    width: clamp(280px, 89vw, 421px) !important;
    height: auto !important;
  }

  #grossYieldProperties .property-card {
    width: clamp(280px, 89vw, 421px) !important;
    height: auto !important;
  }

}
/*TODO:↑物件カードのカルーセルに関する設定*/



/* Header Menu */
#gHeader {
  /* remove space at top when submenu dropdown showed at owners sub page*/
  padding-bottom: 0px!important;
}
.pNav__suv-btn {
  position: relative;
}
.submenu-header{
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: calc(100% + 4px);
  background: white;
  padding: 38px 48px 44px 48px;
  width: 394px;
  height: auto;
  max-height: 580px;
  overflow-y: auto;
  /* box-shadow: inset 0px 4px 4px 0px #0000001A,0px 4px 4px 0px #0000001A; */
  /* reduce left and right shadows; */
  box-shadow: inset 0px 4px 4px 0px #0000001A, 0px 4px 2px -1px #0000001A;
}
.submenu-header.position-right {
  left: auto;
  right: -76px;
  transform: none;
}
#pNav__suv-btn__aboutUs .submenu-header{
}
.submenu-header .title-menu {
  font-family: 'Jost', sans-serif;
  color: #222222 !important;
  font-size: 18px !important;
  line-height: 1em !important;
  margin-bottom: 24px;
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-right: 0px!important;
}
.submenu-header .title-menu > img {
  padding-top: 3px;
}
.submenu-header .menu-level-1 > .title-menu {
  font-size: 28px!important;
  line-height: 28px!important;
  color: #002368 !important;
  font-family: Adobe Garamond Pro !important;
  font-weight: 600;
  margin-bottom: 32px;
}
.submenu-header .menu-level-1 > .title-menu >*{
  font-size: inherit !important;
}
.submenu-header .menu-level-2 > .title-menu {
  margin-bottom: 16px;
  font-size: 18px !important;
}
.submenu-header .menu-level-2 > .title-menu > * {
  font-size: inherit !important;
}
.submenu-header .menu-level-2:last-child > :last-child {
  margin-bottom: 0px;
}
.submenu-header .line {
  margin-top: 18px;
  margin-bottom: 22px;
  border-top: 1px solid #D8D8D8;
}
.submenu-header .menu-level-1 > ul > .line {
  margin-top: 20px;
}
.submenu-header .menu-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.submenu-header .menu-item a {
  color: #003399 !important;
  font-family: "Helvetica" !important;
  font-size: 14px !important;
  line-height: 20px;
}
.submenu-header li {
  width: 100%;
  float: none!important;
}
#pNav__suv__rent {
  max-width: 394px;
  left: 21%;
}
#pNav__suv__buy {
  max-width: 394px;
  left: 8px;
}
#pNav__suv__owners {
  max-width: 266px;
  left: 16px;
}
#pNav__suv__offices {
  max-width: 279px;
  left: 14px;
}
#pNav__suv__residents {
  max-width: 233px;
  padding-bottom: 27px;
  left: 46px;
}
#pNav__suv__aboutUs {
  max-width: 347px;
  left: 22px;
}
#pNav__suv__guide {
  max-width: 391px;
}

#search #pNav .pNav__suv-btn,#search_details #pNav .pNav__suv-btn {
  padding: 18.5px 0px;
  align-self: end;
  margin-top: 0px;
}
#search_details #pNav .pNav__suv-btn{
  padding: 19.5px 0px;
}
#search #pNav .pNav__contact, #search_details #pNav .pNav__contact {
  align-self: center;
}
#search #pNav .pNav__contact a,#search_details #pNav .pNav__contact a {
  margin-top: 0px;
  line-height: 15px;
}
#search #pNav .pNav__tel, #search_details #pNav .pNav__tel {
  align-self: center;
}
/* for new design Search pNav__tel */
#search_details #pNav .pNav__tel a span,
#search #pNav .pNav__tel a span {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  line-height: 14px;
  font-size: 14px;
}
#search_details #pNav .pNav__tel a span > *,
#search #pNav .pNav__tel a span > * {
  border: none;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
}
#search_details #pNav .pNav__tel,
#search #pNav .pNav__tel {
  padding: 5px 10px;
}
#search_details #pNav .pNav__contact a,
#search #pNav .pNav__contact a {
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#search_details .myFavorite,
#search .myFavorite {
  margin-top: 13px;
}