@charset "UTF-8";
/* ==========================================================
 color setting
========================================================== */
/* グローバルナビカラー（PC）
---------------------------------------------------------- */
.nav-global-property {
  background-color: #fff;
}

/* グローバルナビカラー（スマホ）
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .nav-global-property-list {
    background-color: #151d40;
  }
}

@media screen and (max-width: 1200px) {
  .header-property-menu {
    background-color: #222a5d;
  }
}

/* ハンバーガーメニューカラー（スマホ）
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .header-property-btn-menu.is-open {
    background-color: #151d40;
  }
}

/* コンタクトエリア、H1タイトル
---------------------------------------------------------- */
.box-bukken-contact {
  background-color: #222a5d;
}

.ttl-property-main {
  background-color: #222a5d;
}

/* 背景がグリーンの時用 */
.list-bukken-contact-link-green {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ページトップへ戻るボタン,フッター
---------------------------------------------------------- */
.btn-pagetop-property,
.footer-property-link-wrap {
  background-color: #222a5d;
}

/* ==========================================================
 layout setting
========================================================== */
/* nav-global-property（グローバルナビ）
---------------------------------------------------------- */
.nav-global-property-item {
  /* width: 133px; */
}
@media screen and (min-width: 1201px) {
  .nav-global-property-item {
    flex: 1;
  }
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item {
    width: 50%;
  }
}

/* .nav-global-property-item:nth-child(9n) {
  width: 135px;
} */

@media screen and (max-width: 1200px) {
  .nav-global-property-item:nth-child(9n) {
    width: 50%;
  }
}

/* list-property-control（「お気に入り」～「資料請求者限定サイト」ボタン群）
---------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .list-property-control-item {
    width: 25%;
  }
}

/* 1200px以下でPCで見るとき */
.is-pc1200l .list-property-control-wrap .list-property-control-item {
  width: 25%;
}

.is-pc1200l .list-property-control-wrap .list-property-control-item.contact {
  display: none;
}

/* ==========================================================
 global navi setting
========================================================== */
/* 配置位置の全体設定 */
.nav-global-property-link {
  color: #000;
}
@media screen and (max-width: 1200px) {
  .nav-global-property-link {
    color: #fff;
  }
}
.nav-global-property-item:first-child::before,
.nav-global-property-item::after {
  border-color: #000;
}
.nav-global-property-item.is-new .nav-global-property-link::before {
  top: 5px;
  right: 10px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-item.is-new .nav-global-property-link::before {
    position: relative;
    top: auto;
    right: auto;
  }
}

/* 配置位置の個別設定 */
/* 1段目 */
.nav-global-property-inner-first .nav-global-property-item.is-new:nth-child(9) .nav-global-property-link::before {
  right: 5px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-inner-first .nav-global-property-item.is-new:nth-child(9) .nav-global-property-link::before {
    right: auto;
  }
}

/* 2段目 */
.nav-global-property-inner-second .nav-global-property-item.is-new:nth-child(1) .nav-global-property-link::before {
  right: 5px;
}

@media screen and (max-width: 1200px) {
  .nav-global-property-inner-second .nav-global-property-item.is-new:nth-child(1) .nav-global-property-link::before {
    right: auto;
  }
}

/* ==========================================================
 hidden
 10月リリース時点で非表示にする
 ・お気に入りボタン
========================================================== */
.list-property-control-item-favorite,
.list-bukken-contact-item.favorite {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-property-btn-favorite.only-sp {
    display: none !important;
  }
}

/* ==========================================================
 プラウドについて・プラウドシーズンについてグローバルナビボタン設定
　.nav-global-propertyと比較して対比関係にある色を指定してください。
　※背景が白系の場合はプラウドブルー（#000066）とすることを必須とする。
　※背景が黒系の場合はシャンパンゴールド（#9F8758）などとする。
　※NEWなどのアイコンはつけてはいけない。
========================================================== */
.nav-global-property-item.nav-global-brand {
  background: #9f8758 !important;
}
.nav-global-property-item.nav-global-brand > a {
  color: #fff !important;
}
.nav-global-property-item.nav-global-brand .nav-global-property-link:hover::after,
.nav-global-property-item.nav-global-brand .nav-global-property-link.is-current:after {
  border-bottom-color: #fff !important;
}
/* ========================================================== */

.header-property {
  height: 122px;
}
.header-property-logo {
  width: 402px;
  padding: 23px 0;
}
.is-logo-big .header-property-logo-link .header-property-logo-title img {
  height: 30px;
}
.header-property-box {
  border-bottom: 1px solid #333;
}
.box-bukken-contact,
.ttl-property-main {
  background-color: #333;
}
.nav-global-property-link {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.nav-global-property-link:hover::after,
.nav-global-property-link.is-current:after {
  border-bottom-color: #00af52;
}
.nav-cs {
  a {
    pointer-events: none;
    color: #ccc;
    cursor: default;
  }
}
@media screen and (min-width: 1201px) {
  .nav-global-property-list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header-property {
    background-color: #fff;
    transition: backgroud 0.3s;
  }
  .header-property.scrolled {
    background-color: inherit;
  }
  .header-property::before {
    content: none;
  }
  .header-property-box {
    border: none;
  }
  .is-logo-big .header-property-logo-link .header-property-logo-title img {
    height: 18px;
  }
  .nav-cs {
    a {
      color: #787878;
    }
  }
}

@media screen and (max-width: 736px) {
  .list-bukken-contact {
    justify-content: center;
  }
}

/* footer logo */
@media print, screen and (min-width: 736px) {
  .footer-copyright {
    padding-top: 50px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright {
    padding-top: 60px;
  }
}
.footer-copyright-corporate {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px 50px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

[class*="footer-copyright-corporate-"] {
  display: block;
}
[class*="footer-copyright-corporate-"]:hover {
  text-decoration: none;
}

@media screen and (min-width: 736px) {
  .footer-copyright-corporate-sogojisho {
    margin-left: 18px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-corporate-nomura .footer-copyright-vendor {
    margin-bottom: 21px;
    margin-left: 67px;
  }
  .footer-copyright-corporate-sumitomo .footer-copyright-vendor {
    margin-bottom: 11px;
    margin-left: 45px;
  }
  .footer-copyright-corporate-sogojisho .footer-copyright-vendor {
    margin-bottom: 20px;
    margin-left: 33px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-corporate-nomura .footer-copyright-vendor {
    margin-bottom: 11px;
    margin-left: 86px;
  }
  .footer-copyright-corporate-sumitomo .footer-copyright-vendor {
    margin-bottom: 11px;
    margin-left: 63px;
  }
  .footer-copyright-corporate-sogojisho .footer-copyright-vendor {
    margin-bottom: 8px;
    margin-left: 63px;
  }
}

.footer-copyright-vendor {
  color: #999999;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-vendor {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-vendor {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 736px) {
  .footer-copyright-logo-nomura {
    height: 25px;
  }
  .footer-copyright-logo-sumitomo {
    height: 45px;
  }
  .footer-copyright-logo-sogojisho {
    height: 26px;
  }
}

@media screen and (max-width: 736px) {
  .footer-copyright-logo-nomura {
    height: 32px;
  }
  .footer-copyright-logo-sumitomo {
    height: 60px;
  }
  .footer-copyright-logo-sogojisho {
    height: 36px;
  }
}

@media screen and (min-width: 736px) {
  .footer-copyright-image,
  .footer-copyright-image img {
    width: auto;
  }
}
