@charset "utf-8";

html {
  background-color: #fff;
  font-size: 16px;
}

body {
  font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
  color: #444651;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

a {
  text-decoration: none;
}

@media (max-width:999px) {

  /* -----------------------------------------------------------
  共通(SP)
  ----------------------------------------------------------- */

  html, body {
    height: 100%;
  }

  .pc {
    display: none;
  }

  /* Header(SP)
  ----------------------------------------*/
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    background-color: rgba(68, 70, 81, .8);
    border-bottom: solid 2px #e60012;
    font-weight: 400;
  }

  .header-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 130px;
  }

  .sp-nav-btn {
    position: absolute;
    top: 14px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 26px;
    border-top: solid 1px #ebeef0;
    border-bottom: solid 1px #ebeef0;
    font-size: 0.625rem;
    color: #ebeef0;
    letter-spacing: .1em;
  }

  /* スマホナビ第一階層階層 */
  .sp-global-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;

    padding-bottom: 54px;
    /* height: 100%;
    height: -webkit-fill-available; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #696b74;
    transition: .3s;
  }

  .sp-global-nav.active {
    visibility: visible;
    opacity: 1;
  }

  .sp-global-nav-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 216px;
    padding: 96px 0 104px;
  }

  .sp-global-nav-logo {
    position: fixed;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 130px;
  }

  .sp-btn-close {
    position: fixed;
    z-index: 1;
    top: 8px;
    right: 10px;
    display: inline-block;
    padding: 17px 0;
  }

  .sp-btn-close::before,
  .sp-btn-close::after {
    display: block;
    content: "";
    width: 34px;
    height: 1px;
    background-color: #ebeef0;
  }

  .sp-btn-close::before {
    transform: rotate(-45deg);
  }

  .sp-btn-close::after {
    transform: rotate(45deg);
  }

  .sp-global-nav-bukken {
    width: 216px;
  }

  .sp-global-nav-bukken > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 30px;
    border-radius: 15px;
    font-size: .875rem;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #444651;
  }

  .sp-global-nav-bukken > li > a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px;
    border-color: transparent transparent transparent #444651;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
  }

  .sp-global-nav-bukken > li:not(:first-of-type) {
    margin-top: 24px;
  }

  .sp-global-nav-other {
    width: 178px;
    padding-top: 40px;
  }

  .sp-global-nav-other > li:first-of-type {
    border-top: dashed 1px #ebeef0;
  }

  .sp-global-nav-other > li {
    border-bottom: dashed 1px #ebeef0;
  }

  .sp-global-nav-other > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: .8125rem;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #ebeef0;
  }

  .sp-global-nav-sns {
    width: 100px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
  }

  .sp-global-nav-sns > li > a {
    display: flex;
    width: 34px;
    padding: 4px;
  }
  /* end スマホナビ第一階層階層 */

  /* スマホナビ第二階層階層（収益物件） */
  .sp-global-nav-apart {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;

    padding-bottom: 54px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #ebeef0;
    transition: .3s;
  }

  .sp-global-nav-apart.active {
    visibility: visible;
    opacity: 1;
  }

  .sp-global-nav-apart-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    padding: 120px 0 104px;
  }

  .sp-global-nav-apart .sp-btn-close::before,
  .sp-global-nav-apart .sp-btn-close::after {
    background-color: #5a5d66;
  }

  .sp-global-nav-apart-inner > dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 86px;
  }

  .sp-global-nav-apart-inner > dl > dt {
    width: 100%;
    text-align: center;
    padding-bottom: 64px;
    font-size: 1.125rem;
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .sp-global-nav-apart-inner > dl >  dd {
    width: 130px;
    font-size: 0.6875rem;
    border-top: dashed 1px #444651;
  }

  .sp-global-nav-apart-inner > dl >  dd:not(:nth-of-type(3)):not(:nth-of-type(5)) {
    letter-spacing: .2em;
    text-indent: .2em;
  }

  .sp-global-nav-apart-inner > dl >  dd:nth-last-of-type(1),
  .sp-global-nav-apart-inner > dl >  dd:nth-last-of-type(2) {
    border-bottom: dashed 1px #444651;
  }

  .sp-global-nav-apart-inner > dl > dd > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #444651;
  }

  .sp-global-nav-return-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 216px;
    height: 30px;
    border-radius: 15px;
    font-size: .875rem;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #444651;
  }

  .sp-global-nav-return-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px;
    border-color: transparent transparent transparent #444651;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -6px;
    transform: rotate(180deg);
  }
  /* end スマホナビ第一階層階層（収益物件） */

  /* スマホナビ第二階層階層（マイホーム） */
  .sp-global-nav-myhome {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;

    padding-bottom: 54px;
    /* height: 100%;
    height: -webkit-fill-available; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #ebeef0;
    transition: .3s;
  }

  .sp-global-nav-myhome.active {
    visibility: visible;
    opacity: 1;
  }

  .sp-global-nav-myhome-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    padding: 120px 0 104px;
  }

  .sp-global-nav-myhome .sp-btn-close::before,
  .sp-global-nav-myhome .sp-btn-close::after {
    background-color: #5a5d66;
  }

  .sp-global-nav-myhome-inner > dl {
    padding-bottom: 58px;
  }

  .sp-global-nav-myhome-inner > dl > dt {
    width: 100%;
    text-align: center;
    padding-bottom: 44px;
    font-size: 1.125rem;
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .sp-global-nav-myhome-inner > dl > dd {
    font-size: 0.6875rem;
    letter-spacing: .2em;
    text-indent: .2em;
    border-top: dashed 1px #444651;
  }

  .sp-global-nav-myhome-inner > dl > dd:nth-last-of-type(1) {
    border-bottom: dashed 1px #444651;
  }

  .sp-global-nav-myhome-inner > dl > dd > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #444651;
  }
  /* end スマホナビ第二階層階層（マイホーム） */

  /* スマホナビ（お問い合わせ） */
  .sp-nav-btn-inquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background-color: #696b74;
    border-top: solid 1px #ebeef0;
    font-size: .6875rem;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #ebeef0;
  }

  .sp-inquiry-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;


    /* height: 100%; */
    /* height: -webkit-fill-available; */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #696b74;
    transition: .3s;
  }

  .sp-inquiry-nav.active {
    visibility: visible;
    opacity: 1;
  }

  .sp-inquiry-nav-logo {
    position: fixed;
    z-index: 1;
    top: 10px;
    left: 10px;
    width: 130px;
  }

  .sp-inquiry-nav-inner {
    width: 220px;
    padding: 96px 0 50px;
  }

  .sp-inquiry-nav-inner dl {
    color: #ebeef0;
    text-align: center;
  }

  .sp-inquiry-nav-inner dl a {
    color: #ebeef0;
  }

  .sp-inquiry-nav-inner > dl > dt {
    font-size: 1.125rem;
    letter-spacing: .5em;
    text-indent: .5em;
    padding-bottom: 32px;
    border-bottom: dashed 1px #ebeef0;
    text-align: center;
  }

  .sp-inquiry-nav-inner > dl > dd:nth-of-type(3) {
    border-top: dashed 1px #ebeef0;
  }

  .sp-inquiry-nav-inner > dl > dd dt {
    font-size: .8125rem;
    letter-spacing: .2em;
    line-height: 1.7;
    padding-top: 16px;
  }

  .sp-inquiry-nav-inner > dl dl dd:nth-of-type(1) > a {
    display: block;
    font-size: 1.125rem;
    letter-spacing: .29em;
    text-indent: .29em;
    margin-top: 18px;
    padding-top: 40px;
    background-image: url(../img/common/icon_tel_lightgray.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: top center;
  }

  .sp-inquiry-nav-inner > dl dl dd:nth-of-type(2) {
    font-size: .6875rem;
    letter-spacing: .175em;
    text-indent: .175em;
    padding-top: 10px;
  }

  .sp-inquiry-nav-inner > dl dl dd:nth-of-type(3) {
    font-size: .8125rem;
    letter-spacing: .275em;
    text-indent: .275em;
    padding-top: 20px;
  }

  .sp-inquiry-nav-inner > dl ul {
    display: flex;
    justify-content: space-between;
    width: 194px;
    margin: 0 auto;
    padding: 30px 0;
  }

  .sp-inquiry-nav-inner > dl ul li {
    font-size: .8125rem;
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .sp-inquiry-nav-inner > dl ul li a {
    display: block;
    padding-top: 40px;
    background-image: url(../img/common/icon_mail_lightgray.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: top center;
  }
  /* end スマホナビ（お問い合わせ） */

  /* Footer(SP)
  ----------------------------------------*/
  .footer {
    width: 100%;
    background-color: #fff;
    padding-bottom: 54px;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 30px;
    font-weight: 500;
    color: #966d32;
  }

  .footer-contact > ul {
    padding: 26px 0 38px;
  }

  .footer-contact > ul > li:not(:first-of-type) {
    margin-top: 18px;
  }

  .footer-contact > dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-contact > dl:nth-last-of-type(1) {
    padding: 20px 0;
    margin-top: 32px;
    border-top: dashed 1px #444651;
    border-bottom: dashed 1px #444651;
  }

  .footer-contact > dl:nth-of-type(1) > dt,
  .footer-contact > dl:nth-of-type(2) > dt {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: .3em;
    text-indent: .3em;
    padding-bottom: 20px;
  }

  .footer-contact > dl:nth-of-type(1) > dd:nth-of-type(1),
  .footer-contact > dl:nth-of-type(1) > dd:nth-of-type(2),
  .footer-contact > dl:nth-of-type(2) > dd:nth-of-type(1) {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.25rem;
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .footer-contact > dl:nth-of-type(1) > dd:not(:first-of-type) {
    padding-top: 18px;
  }

  .footer-contact > dl:nth-of-type(1) > dd:nth-of-type(3),
  .footer-contact > dl:nth-of-type(2) > dd:nth-of-type(2) {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #444651;
    padding-top: 22px;
  }

  .footer-contact dl dd a {
    color: #966d32
  }

  .footer-access-map {
    position: relative;
    margin-top: 24px;
    padding-bottom: 48%;
    height: 0;
    overflow: hidden;
  }

  .footer-access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .footer-company {
    padding: 22px 0 40px;
    text-align: center;
  }

  .footer-company-logo {
    width: 180px;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .footer-company-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .15em;
    text-indent: .15em;
    #color: #444651;
    line-height: 2;
  }

  .footer-sitemap {
    max-width: 326px;
    margin: 0 auto;
    padding: 0 0 45px;
  }

  .footer-sitemap h3 {
    width: 100%;
    text-align: center;
    font-size: .8125rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #444651;
    padding-bottom: 20px;
  }

  .footer-sitemap > ul > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-sitemap > ul > div > li {
    width: 148px;
    border-top: dashed 1px #444651;
  }

  .footer-sitemap > ul > div:last-of-type > li {
    border-bottom: dashed 1px #444651;
  }

  .footer-sitemap li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .6875rem;
    letter-spacing: .1em;
    color: #444651;
    white-space: nowrap;
  }

 /* スタッフページ表示時用作成*/
  .footer-sitemap > ul > div > li.f_menu_home {
    width: 100%;
border-bottom: dashed 1px #444651;
  }

  .footer-sitemap > ul > div > li.f_menu_second {
    border-top: none
  }
/* スタッフページ表示時用作成*/


  .footer-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #ebeef0;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .6875rem;
    line-height: 1.6;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #444651;
  }

  /* 汎用パーツ(SP)
  ----------------------------------------*/
  /* 見出し(SP) */
  .heading-house-icon {
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .4em;
    text-indent: .4em;
    font-weight: 500;
    color: #966d32;
    padding-top: 26px;
    background-image: url(../img/common/icon_house.svg);
    background-repeat: no-repeat;
    background-size: 24px 21px;
    background-position: top center;
  }

  /* ボタン(SP) */
  .btn-rounded-brown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 40px;
    border-radius: 20px;
    background-color: #b4a379;
    border: solid 2px #966d32;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .2em;
    text-indent: .2em;
    font-weight: 500;
    color: #fff;
  }

  .btn-rounded-brown.btn-archive {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .btn-rounded-brown.btn-bukken {
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .btn-rounded-brown.btn-inquiry {
    padding-right: 20px;
  }

  .btn-rounded-brown.btn-apart {
    padding-right: 20px;
    letter-spacing: .1em;
  }

  .btn-rounded-brown::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
  }

  .page-apart-qa-btn .btn-rounded-brown {
    width: 300px;
    letter-spacing: 0;
    font-size: .75rem;
  }

  /* 背景イメージボタン(SP) */
  .btn-img {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 38%;
  }

  .btn-img-txt-wrap {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .btn-img-txt {
    font-size: .9375rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #fff;
  }

  .toppage .btn-img-txt {
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .btn-img-txt-sub {
    display: block;
    font-size: .5625rem;
    letter-spacing: .2em;
    text-indent: .2em;
    padding-top: 6px;
  }

  .btn-img::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* トップページ(SP)
  ----------------------------------------*/
  .hero {
    position: relative;
    width: 100%;
    height: calc(100% - 54px);
    background-image: url(../img/toppage/hero_bg_sp.jpg);
    background-size: cover;
    background-position: center;
  }

  .hero h1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 154px);
    width: 308px;
  }

  /* downアニメーション */
  .scroll-icon {
    position: absolute;
    bottom: 84px;
    left: calc(50% - 14px);
    z-index: 1;
    display: inline-block;
    padding-top: 48px;
    color: rgba(255,255,255,1.00);
    font-size: 10px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .625rem;
    letter-spacing: .2em;
    text-indent: .2em;
  }
  .scroll-icon span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 40px;
    margin-left: -10px;
    border: 1px solid #fff;
    border-radius: 40px;
    box-sizing: border-box;
  }
  .scroll-icon span::before {
    position: absolute;
    top: 8px;
    left: 50%;
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* //downアニメーション */

  .toppage-bg {
    width: 100%;
    background-color: #ebeef0;
    padding: 36px 0 44px;
  }

  .toppage-main-menu ul {
    padding: 34px 10px 0;
  }

  .toppage-main-menu li:not(:first-of-type) {
    margin-top: 10px;
  }

  .toppage-main-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 38%;
  }

  .toppage-main-menu li:nth-of-type(1) .btn-img::after {
    background-image: url(../img/toppage/btn_bg_apart_sp.jpg);
  }

  .toppage-main-menu li:nth-of-type(2) .btn-img::after {
    background-image: url(../img/toppage/btn_bg_myhome_sp.jpg);
  }

  .toppage-main-menu li:nth-of-type(3) .btn-img::after {
    background-image: url(../img/toppage/btn_bg_jisseki_sp.jpg);
  }

  .toppage-news {
    width: 100%;
    padding: 40px 10px 0;
  }

  .toppage-news-item-wrap {
    padding: 34px 0 40px;
  }

  .toppage-news-item-wrap .toppage-news-item:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: dashed 1px #444651;
  }

  .toppage-news-item-wrap .toppage-news-item:last-of-type {
    padding-bottom: 24px;
    border-bottom: dashed 1px #444651;
  }

  .toppage-news-item a {
    display: block;
  }

  .toppage-news-item-txt-wrap {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .toppage-news-item-thumb {
    padding-bottom: 14px;
  }

  .toppage-news-item-thumb img {
    width: 100%;
    height: auto;
  }

  .topppage-news-item-date {
    font-size: .8125rem;
    letter-spacing: .2em;
    font-weight: 500;
    color: #966d32;
  }

  .topppage-news-item-ttl {
    margin-top: 10px;
    font-size: .875rem;
    letter-spacing: .07em;
    line-height: 1.8;
    font-weight: 500;
    color: #444651;
  }

  .topppage-news-item-txt {
    display: none;
  }

  .toppage-news-bnt-wrap {
    display: flex;
    justify-content: center;
  }

  .toppage-sns-link {
    display: flex;
    justify-content: space-between;
    width: 304px;
    margin: 0 auto;
    padding-top: 36px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .3em;
  }

  .toppage-sns-link a {
    display: flex;
    align-items: center;
    height: 30px;
    color: #444651;
  }

  .toppage-sns-link a:hover {
    opacity: .8;
  }

  .toppage-sns-link li:nth-of-type(1) a {
    padding-right: 38px;
    background-image: url(../img/common/icon_facebook_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right top;
  }

  .toppage-sns-link li:nth-of-type(2) a {
    padding-right: 36px;
    background-image: url(../img/common/icon_instagram_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right top;
  }

  /* 収益物件(SP)
  ----------------------------------------*/
  .myhome::before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../img/myhome/heading_bg_myhome_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .bukken-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 63vw;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #fff;
    padding-top: 50px;
  }

  .bukken-head {
    width: 100%;
    background: url(../img/myhome/head_bg.svg) no-repeat center top;
    background-size: 5210px 200px;
    padding-top: 58px;
  }

  .bukken-head-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bukken-head-txt {
    width: 100%;
    padding-bottom: 40px;
    background-color: #c30d23;
  }

  .myhome .bukken-head-inner h2 {
    width: 200px;
    height: auto;
  }

  .bukken-head-txt p:nth-of-type(1) {
    font-size: 1.0625rem;
    line-height: 2.2;
    font-weight: 400;
    letter-spacing: .25em;
    text-indent: .25em;
    text-align: center;
    color: #fff;
    padding-top: 20px;
  }

  .bukken-head-txt p:nth-of-type(2),
  .bukken-head-txt p:nth-of-type(3) {
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .05em;
    text-indent: .05em;
    text-align: center;
    color: #fff;
    padding-top: 30px;
  }

  .bukken-head-txt div {
    padding-top: 30px;
    text-align: center;
  }

  .bukken-head-txt div a {
    font-size: .875rem;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #fff;
  }

  .bukken-contents {
    padding: 10px 10px 56px;
    background-color: #ebeef0;
  }

  .bukken-myhome-menu li:not(:first-of-type) {
    margin-top: 10px;
  }

  .btn-myhome-construction.btn-img::after {
    background-image: url(../img/myhome/btn_bg_construction_sp.jpg);
  }

  .btn-myhome-flow.btn-img::after {
    background-image: url(../img/myhome/btn_bg_flow_sp.jpg);
  }

  .btn-myhome-jisseki.btn-img::after {
    background-image: url(../img/myhome/btn_bg_jisseki_sp.jpg);
  }

  .btn-myhome-info.btn-img::after {
    background-image: url(../img/myhome/btn_bg_info_sp.jpg);
  }

  .btn-myhome-concept.btn-img::after {
    background-image: url(../img/myhome/btn_bg_concept_sp.jpg);
  }

  .bukken-info {
    padding: 50px 0 56px;
  }

  .myhome .bukken-info-item-wrap,
  .apart .bukken-info-item-wrap {
    padding: 12px 0 40px;
  }

  .bukken-info-item {
    width: 100%;
    padding: 26px 0;
    border-bottom: dashed 1px #444651;
  }

  .bukken-info-item a {
    display: block;
    color: #444651;
  }

  .bukken-info-item ul {
    padding-top: 10px;
  }

  .bukken-info-item ul li {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 1.8;
    letter-spacing: .2em;
  }

  .bukken-info-item-thumb {
    position: relative;
  }

  .bukken-info-item-thumb .now_building {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: auto;
    top: 0;
    right: 0;
  }

  .bukken-info-item-thumb img {
    width: 100%;
    height: auto;
  }

  .bukken-info-item-ttl {
    color: #444651;
  }

  .bukken-info-item-date {
    color: #966d32;
  }

  .bukken-info-item-price {
    color: #966d32;
  }

  .bukken-info-item-soldout {
    color: #966d32;
  }

  .bukken-info-item-addr {
    color: #444651;
  }

  .bukken-info-bnt-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }

  /* マイホーム コンセプト(SP)
  ----------------------------------------*/
  .bg-fixed::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vw;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .admin-bar main {
    margin-top: -46px;
  }

  .bg-fixed.myhome-concept::before {
    background-image: url(../img/myhome/heading_bg_concept_sp.jpg);
  }

  .page-head-txt {
    width: 100%;
    height: 60vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 54px;
  }

  .page-head-txt-inner {
    display: block;
    width: 272px;
    text-align: center;
  }

  .page-head-txt-subttl,
  .page-head-txt-ttl {
    display: block;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #fff;
  }

  .page-head-txt-subttl {
    font-size: .625rem;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
  }

  .page-head-txt-ttl {
    font-size: .9375rem;
    padding-top: 5px;
  }

  .page-contents {
    width: 100%;
    padding-bottom: 56px;
    background-color: #ebeef0;
  }

  .myhome-concept-lead {
    width:100%;
    padding: 30px 10px 40px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .05em;
  }

  .myhome-concept-container-1,
  .myhome-concept-container-2 {
    padding: 0 10px;
  }

  .myhome-concept-design,
  .myhome-concept-planning,
  .myhome-concept-rserch,
  .myhome-concept-construction {
    padding-bottom: 34px;
  }

  .myhome-concept-design h2,
  .myhome-concept-planning h2,
  .myhome-concept-rserch h2,
  .myhome-concept-construction h2 {
    padding-bottom: 10px;
  }

  .myhome-concept-subttl {
    font-size: .9375rem;
    letter-spacing: .25em;
    line-height: 1.9;
    font-weight: 500;
    color: #966d32;
  }

  .myhome-concept-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2;
    color: #444651;
    padding-top: 10px;
  }

  .bukken-menu li:nth-of-type(n+2) {
    margin-top: 20px;
  }

  /* マイホーム 基本性能(SP)
  ----------------------------------------*/
  .bg-fixed.myhome-construction::before {
    background-image: url(../img/myhome/heading_bg_myhome_construction_sp.jpg);
  }

  .kodate-spec {
    width: 100%;
    padding: 30px 10px 0;
  }

  .heading-kodate-spec {
    font-size: .9375rem;
    line-height: 2.2;
    font-weight: 500;
    letter-spacing: .3em;
    color: #966d32;
    padding-bottom: 30px;
  }

  .kodate-spec-list {
    padding-bottom: 40px;
  }

  .definition-list {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 2
  }

  .definition-list dd {
    display: flex;
    align-items: center;
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    padding: 8px 0 14px;
  }

  .definition-list dt span {
    display: flex;
    align-items: center;
    font-size: .8125rem;
    letter-spacing: .6em;
    color: #fff;
    background-color: #878990;
    padding: 6px 0 6px 10px;
  }

  /* マイホーム 家づくりの流れ(SP)
  ----------------------------------------*/
  .bg-fixed.myhome-concept::before {
    background-image: url(../img/myhome/heading_bg_flow_sp.jpg);
  }

  .myhome-flow-txt-wrap {
    width: 100%;
    padding: 40px 10px 48px;
  }

  .myhome-flow-subttl {
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #966d32;
    padding-bottom: 24px;
  }

  .myhome-flow-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .15em;
    color: #444651;
  }

  .myhome-order {
    width: 100%;
    padding-bottom: 50px;
  }

  .myhome-order-heading-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 54%;
    background-image: url(../img/myhome/heading_bg_order_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .heading-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .heading-vertical > span:nth-of-type(1) {
    display: block;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #fff;
  }

  .heading-vertical > span:nth-of-type(2) {
    display: block;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #fff;
    padding-top: 10px;
  }

  .heading-vertical > span:nth-of-type(2) > span {
    display: inline;
  }

  .myhome-order-inner {
    position: relative;
    width: 100%;
    padding: 10px 10px 0;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .myhome-order-step {
    padding: 30px 10px;
    background-color: #fff;
  }

  .myhome-order-step-item ol {
    list-style: none;
  }

  .myhome-order-step-item li {
    position: relative;
  }

  .myhome-order-step-item li:not(:last-of-type) {
    padding-bottom: 40px;
  }

  .myhome-order-step-item li:not(:first-of-type) {
    padding-top: 20px;
  }

  .myhome-order-step-item li:not(:last-of-type)::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: solid 1px #a1a3a8;
    position: absolute;
    z-index: 1;
    bottom: 8px;
    left: 0;
  }

  .myhome-order-step-item li:not(:last-of-type) p::before {
    content: '';
    display: block;
    width: 54px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 27px);
  }

  .myhome-order-step-item li:not(:last-of-type) p::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #a1a3a8 transparent transparent transparent;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: calc(50% - 8px);
  }

  .myhome-order-step-item-ttl {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .175em;
    padding-top: 18px;
    color: #ab8a5b;
  }

  .myhome-order-step-item-txt {
    font-size: .875rem;
    letter-spacing: .175em;
    line-height: 2;
    padding-top: 12px;
    color: #444651;
  }

  .myhome-order-step1 {
    width: 92px;
    height: 31px;
  }

  .myhome-order-step2,
  .myhome-order-step3,
  .myhome-order-step5 {
    width: 98px;
    height: 30px;
  }

  .myhome-order-step4 {
    width: 97px;
    height: 30px;
  }

  .myhome-order-step6 {
    width: 99px;
    height: 31px;
  }

  .myhome-order-step7 {
    width: 101px;
    height: 31px;
  }

  .myhome-order-afterfollow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 38vw;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .175em;
    text-indent: .175em;
    color: #fff;
    background-color: #8f9097;
  }

  /* 会社概要(SP)
  ----------------------------------------*/
  .bg-fixed.company::before {
    background-image: url(../img/company/heading_bg_company_sp.jpg);
  }

  .company-inner {
    padding: 0 10px;
  }

  .company-ceo {
    padding: 30px 0;
  }

  .company-ceo-pic img {
    width: 100%;
    height: auto;
  }

  .company-ceo-txt h2 {
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.8;
    color: #966d32;
  }

  .company-ceo-txt p:nth-of-type(1) {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2.1;
    color: #444651;
    padding-top: 20px;
  }

  .company-ceo-txt p:nth-of-type(2) {
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.1;
    color: #444651;
    text-align: right;
    padding-top:20px;
  }

  .company-ceo-txt p:nth-of-type(3) {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.1;
    color: #444651;
    text-align: right;
    padding-bottom: 30px;
  }

  .company-ceo-txt p:nth-of-type(3) span {
    display: inline-block;
    font-size: .875rem;
    padding-right: 20px;
  }

  .company-list {
    width: 1000px;
    margin: 0 auto;
  }

	.definition-list dd.zeh_table{
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
	}

	.definition-list dd.zeh_table a{
	margin-top: 10px;
}

	.definition-list dd.zeh_table div{
	width: 100%;

}

	.definition-list dd.zeh_table > div:first-child{
margin-bottom:30px;}

	.definition-list dd.zeh_table div > div {
	overflow-x: scroll;
	padding-bottom:	10px;
}


	.definition-list dd.zeh_table div div img{
	width: 814px;
	max-width:814px;
}

  /* 採用情報(SP)
  ----------------------------------------*/
  .bg-fixed.recruit::before {
    background-image: url(../img/recruit/heading_bg_recruit_sp.jpg);
  }

  .recruit .page-contents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recruit-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .15em;
    color: #444651;
  }

  .recruit-txt-1 {
    padding: 40px 0 40px;
  }

  .recruit-txt-2 p,
  .recruit-txt-3 p {
    padding-top: 30px;
  }

  .recruit-txt-2 img,
  .recruit-txt-3 img {
    width: 100%;
    height: auto;
  }

  .recruit-txt-2 {
    padding: 0 0 40px 0;
  }

  .recruit-txt-3 {
    padding: 0 0 40px 0;
  }

  .recruit-item-select {
    margin-bottom: 30px;
  }

  .recruit-item-select li:not(:first-of-type) {
    margin-top: 16px;
  }

  .recruit-item-select a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 10px;
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #966d32;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-color: #fff;
    border: solid 1px #966d32;
  }

  .recruit-item {
    padding-top: 50px;
    margin-top: -50px;
  }

  .recruit-item-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 10px;
    text-align: center;
    line-height: 1.7;
    font-size: .1.25rem;
    letter-spacing: .4em;
    text-indent: .4em;
    color: #fff;
    background-color: #966d32;
    margin: 30px 0 20px;
  }

  .recruit-btn-wrap {
    width: 100%;
    padding-top: 40px;
  }

  .recruit-btn-wrap-ttl {
    font-size: .9375rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #966d32;
    padding-bottom: 10px;
  }

  .recruit-btn-wrap ul,
  .recruit-btn-wrap li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .recruit-btn-wrap ul li:not(:first-of-type) {
    margin-top: 10px;
  }

  .recruit-btn-wrap li p:first-of-type {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .recruit-btn-wrap p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #696b74;
    padding: 10px 0;
  }

  .recruit-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 40px;
    border-radius: 20px;
    background-color: #b4a379;
    border: solid 2px #966d32;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .2em;
    text-indent: .2em;
    font-weight: 500;
    color: #fff;
  }

  /* 収益物件(SP)
  ----------------------------------------*/
  .apart::before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url(../img/apart/heading_bg_apart_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .apart .bukken-head-inner h2 {
    width: 209px;
    height: auto;
  }

  .btn-apart-feature.btn-img::after {
    background-image: url(../img/apart/btn_bg_feature_sp.jpg);
  }

  .btn-apart-construction.btn-img::after {
    background-image: url(../img/apart/btn_bg_construction_sp.jpg);
  }

  .btn-apart-simulation.btn-img::after {
    background-image: url(../img/apart/btn_bg_simulation_sp.jpg);
  }

  .btn-apart-voice.btn-img::after {
    background-image: url(../img/apart/btn_bg_voice_sp.jpg);
  }

  .btn-apart-qa.btn-img::after {
    background-image: url(../img/apart/btn_bg_qa_sp.jpg);
  }

  .btn-apart-info.btn-img::after {
    background-image: url(../img/apart/btn_bg_info_sp.jpg);
  }

  .bukken-apart-menu li:not(:first-of-type) {
    margin-top: 10px;
  }

  .bukken-apart-blog-btn-wrap {
    position: relative;
    width: 100%;
  }

  .bukken-apart-blog-btn-pen {
    width: 70px;
    height: auto;
    position: absolute;
    top: calc(50% - 160px);
    left: calc(50% - 196px);
    z-index: 1;
  }

  .btn-apart-blog .btn-img-txt {
    text-align: center;
    border-bottom: solid 1px #fff;
    display: inline-block;
    padding-bottom: 8px;
  }

  .btn-apart-blog.btn-img::after {
    background-image: url(../img/apart/btn_bg_apart_blog_pc.jpg);
  }

  .apart-sns-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .4em;
    padding: 34px 0 0 0;
  }

  .apart-sns-link a {
    display: flex;
    align-items: center;
    height: 30px;
    color: #444651;
  }

  .apart-sns-link li:nth-of-type(1) a {
    padding-right: 34px;
    background-image: url(../img/common/icon_facebook_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 32px 30px;
    background-position: right top;
  }

  .apart-sns-link li:nth-of-type(2) a {
    padding-right: 32px;
    background-image: url(../img/common/icon_instagram_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 32px 30px;
    background-position: right top;
  }

  .apart-sns-link li:nth-of-type(2) {
    /* margin-left: 40px; */
  }

  /* 物件一覧(sp)
  ----------------------------------------*/
  .page-contents-other {
    width: 100%;
    padding: 54px 0 56px;
    background-color: #ebeef0;
  }

  .page-contents-other-inner {
    padding: 0 10px;
  }

  .archive-heading {
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .4em;
    text-indent: .4em;
    font-weight: 500;
    color: #966d32;
    padding: 34px 0 0 0;
  }

  /* ページ送り(SP) */
  .pageNation {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }
  .pageNation li:not([class]),
  .pageNation li.active {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b4a379;
    border-radius: 50%;
    margin: 0 8px;
  }
  .pageNation li.active {
    color: #fff;
    background-color: #966d32;
  }
  .pageNation li:not([class]) a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    border: solid 1px #966d32;
  }
  .pageNation li.prev a,
  .pageNation li.next a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;

  }
  .pageNation li.prev a::after {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 7px);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-left: solid 1px #444651;
    transform: rotate(-45deg);
  }
  .pageNation li.next a::after {
    position: absolute;
    top: calc(50% - 6px);
    right: calc(50% - 7px);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-right: solid 1px #444651;
    transform: rotate(45deg);
  }
  /* ここまで ページ送り(SP) */

  /* 物件情報SP pickup */
  .case-archive-pickup-wrap li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .case-archive-pickup-wrap li:last-child {
    margin-bottom: 30px;
  }

  .case-archive-pickup-left {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .case-archive-pickup-pic {
    overflow: hidden;
    width: 100%;
    padding-bottom: 40.6%;
    position: relative;
  }

  .case-archive-pickup-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    height: auto;
  }

  .case-archive-pickup-right {
    display: flex;
    position: relative;
    background-color: #966d32;
    padding: 10px 0;
  }

  .case-archive-pickup-now-building {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
  }

  .case-archive-pickup-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
  }

  .case-archive-pickup-ttl img {
    width: 80%;
  }

  .case-archive-pickup-txt-wrap {
    width: 60%;
    padding-right: 10px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }

  /* 建築実績(SP) */
  .jisseki-cat-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px 0;
  }

  .jisseki-cat-nav li {
    width: 50%;
    margin-bottom: 12px;
  }

  .jisseki-cat-nav li:last-child {
    margin-right: 0;
  }

  .jisseki-cat-nav li:nth-child(odd) {
    padding-right: 6px;
  }

  .jisseki-cat-nav li:nth-child(even) {
    padding-left: 6px;
  }

  .jisseki-cat-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .9375rem;
    letter-spacing: .2em;
    text-indent: .2em;
    border: solid 1px #966d32;
    color: #966d32;
    padding: 4px 0;
    background-color: #ebeef0;
  }

  .jisseki-cat-nav .jisseki-cat-nav-all a,
  .syueki .jisseki-cat-nav-syuueki a,
  .kodate .jisseki-cat-nav-kodate a,
  .other .jisseki-cat-nav-other a {
    background-color: #966d32;
    color: #fff;
  }

  .syueki.jisseki-cat-nav .jisseki-cat-nav-all a,
  .kodate.jisseki-cat-nav .jisseki-cat-nav-all a,
  .other.jisseki-cat-nav .jisseki-cat-nav-all a {
    background-color: #ebeef0;
    color: #966d32;
  }

  .bukken-info-item-cat {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .9375rem;
    letter-spacing: .6em;
    text-indent: .6em;
    border: solid 1px #966d32;
    color: #966d32;
    line-height: 1!important;
    padding: 4px 0!important;
    background-color: #ebeef0;
    margin-bottom: 10px;
  }
  /*物件情報 一覧ページsp end*/

  /*物件情報 詳細ページsp*/
  .case-single,
  .case-single-2 {
    width: 100%;
    padding: 34px 0 0 0;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .case-single-cat {
    display: inline-block;
    font-size: .875rem;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #966d32;
    border: solid 1px #966d32;
    padding: 4px 10px;
    margin: 0 0 10px 10px;
  }

  .case-singlenumber-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .case-singlenumber-wrap p {
    display: flex;
    align-items: center;
  }

  .case-singlenumber-ttl {
    display: inline-block;
    font-size: .875rem;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #fff;
    padding: 4px 10px;
    margin-right: 10px;
    background-color: #878990;
  }

  .case-single-number {
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    margin-left: 10px;
  }

  .case-singlenumber-wrap .date {
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
  }

  .case-single .title,
  .case-single-2 .title {
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.25rem;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .2em;
    color: #966d32;
    margin-bottom: 20px;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  /*物件情報のスライドsp*/
  #slideShow {
    margin-bottom: 20px!important;
  }

  #thumbnail {
    display: none;
  }

  #slideShow .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -10px!important;
  }

  #slideShow .bx-wrapper .bx-controls-direction a.bx-next {
    right: -10px!important;
  }

  .case-single .slideshow-wrap,
  .case-single-2 .slideshow-wrap {
    position: relative;
    margin: 0 20px;
  }

  .case-single .sold-out,
  .case-single-2 .sold-out {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    height: auto;
    z-index: 3;
  }
  /*物件情報のスライドsp end*/

  .case-single .no-image {
    position: relative;
    text-align: center;
    max-width: 340px;
    margin: 0 auto 20px;
  }

  .case-info-wrap {
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .case-info-wrap table {
    width: 100%;
    font-size: .8125rem;
    line-height: 1.7;
    border-collapse: collapse;
  }

  .case-info-wrap table tr {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../img/common/dot_line_bg.png);
  }

  .case-info-wrap table th {
    width: 112px;
    padding: 10px 0;
    letter-spacing: .1em;
  }

  .case-info-wrap table td {
    padding: 10px 0 10px 10px;
    letter-spacing: .2em;
    color: #444651;
  }

  .case-info-wrap table .item {
    padding: 6px 0;
    display: block;
    background-color: #878990;
    color: #fff;
    text-align: center;
    line-height: 1;
  }

  .case-info-wrap table .price-sold-out {
    font-size: 1rem;
    font-weight: 500;
    color: #444651;
  }

  .case-access-wrap #google_map {
    width: 100%;
    height: 392px;
  }

  .case-access-wrap #google_map iframe {
    width: 100%;
    height: 392px;
  }

  .case-comment-wrap {
    padding: 0 10px;
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    line-height: 1.7;
  }

  .case-comment-wrap .overview {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .case-comment-wrap .overview dt {
    color: #966d32;
    padding-bottom: 10px;
  }

  .case-access-wrap {
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .case-ttl-gray {
    font-size: .8125rem;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #fff;
    padding: 6px 0 6px 10px;
    margin-bottom: 12px;
    background-color: #878990;
  }

  .cace-btn-wrap {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .nextPost {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nextPost-inner {
    overflow: hidden;
    width: 100%;
  }

  .nextPost-inner .prev,
  .nextPost-inner .next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    margin-top: 12px;
  }

  .nextPost-inner .prev {
    float: left;
    padding-left: 24px;
  }

  .nextPost-inner .prev::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 4px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-left: solid 1px #444651;
    transform: rotate(-45deg);
  }

  .nextPost-inner .next {
    float: right;
    padding-right: 24px;
  }

  .nextPost-inner .next::before {
    position: absolute;
    top: calc(50% - 6px);
    right: 4px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-right: solid 1px #444651;
    transform: rotate(45deg);
  }

  .ichiran-btn {
    margin-top: 40px;
  }
  /*物件情報 詳細ページsp end*/

  /*物件情報 詳細ページSP（収益物件）2020.0713*/
  .case-single-2 {
    padding: 20px 0 0 0;
  }

  .case-single-2 #slideShow {
    margin-bottom: 50px!important;
  }

  .case-single-2 .no-image {
    position: relative;
    margin-bottom: 40px;
  }

  .case-profile-left {
    margin-bottom: 20px;
  }

  .case-profile-left-inner {
    padding: 15px;
    background-color: #f5f2e8;
  }

  .case-profile-txt {
    padding-top: 15px;
    font-size: .8125rem;
    line-height: 1.7;
  }

  .case-single-2-ttl {
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.15em;
    color: #444651;
    font-weight: 500;
    border-bottom: solid 2px #444651;
    line-height: 1.7;
  }

  .case-single-2-ttl-wrap {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .case-profile-right {
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .case-profile-map #google_map {
    width: 100%;
    height: 392px;
  }

  .case-profile-map #google_map iframe {
    width: 100%;
    height: 392px;
  }

  .case-single-2 .case-ttl-gray {
    margin-bottom: 12px
  }

  .case-single-2 .case-info-left {
    margin-top: 10px;
  }
  /*物件情報 詳細ページSP（収益物件） end*/

  /* CM・動画ギャラリー(SP)
  ----------------------------------------*/
  .bg-fixed.movie::before {
    background-image: url(../img/movie/heading_bg_movie_sp.jpg);
  }

  .movie .page-contents {
    background-color: #444651;
    padding: 20px 10px 20px;
  }

  .movie-item-list p {
    font-size: .8125rem;
    letter-spacing: .2em;
    text-indent: .2em;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    padding-top: 10px;
  }

  .movie-item-list li:not(:first-of-type) {
    margin-top: 20px;
  }

  .video{
    position:relative;
    width:100%;
    padding-top:56.25%;
  }

  .video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
  }

  /* 収益物件 特徴(SP)
  ----------------------------------------*/
  .bg-fixed.apart-feature::before {
    background-image: url(../img/apart/heading_bg_feature_sp.jpg);
  }

  .apart-feature-txt-wrap {
    width: 100%;
    padding: 40px 10px 48px;
  }

  .apart-feature-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .15em;
    color: #444651;
  }


  .apart-feature-item-heading-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 54%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .apart-feature-item-heading-wrap.no1 {
    background-image: url(../img/apart/heading_sub1_bg_feature_sp.jpg);
  }

  .apart-feature-item-heading-wrap.no2 {
    background-image: url(../img/apart/heading_sub2_bg_feature_sp.jpg);
  }

  .apart-feature-item-heading-wrap.no3 {
    background-image: url(../img/apart/heading_sub3_bg_feature_sp.jpg);
  }

  .heading-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .heading-vertical > span:nth-of-type(1) {
    display: block;
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #fff;
  }

  .heading-vertical > span:nth-of-type(2) {
    display: block;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #fff;
    padding-top: 10px;
  }

  .heading-vertical > span:nth-of-type(2) > span {
    display: inline;
  }

  .apart-feature-item {
    padding-bottom: 10px;
  }

  .apart-feature-item-inner {
    padding: 0 10px;
  }

  .apart-feature-sub-ttl {
    font-size: .9375rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.9;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #966d32;
  }

  .apart-feature-item.no1 .apart-feature-sub-ttl {
    margin: 28px 0 24px;
  }

  .apart-feature-item-list {
    list-style: none;
  }

  .apart-feature-item-list li {
    position: relative;
    margin-top: 30px;
  }

  .apart-feature-item-list li:not(:last-of-type)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .apart-feature-item-list h3 {
    font-size: .9375rem;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: .2em;
    text-indent: .2em;
    text-align: center;
    color: #966d32;
    padding: 28px 0 6px;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .apart-feature-item-list h3.no1 {
    background-image: url(../img/apart/no_01.svg);
    background-size: 32px 22px;
  }

  .apart-feature-item-list h3.no2 {
    background-image: url(../img/apart/no_02.svg);
    background-size: 38px 23px;
  }

  .apart-feature-item-list h3.no3 {
    background-image: url(../img/apart/no_03.svg);
    background-size: 38px 22px;
  }

  .apart-feature-item-list p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2;
    padding-bottom: 30px;
  }

  .apart-feature-item.no3 .apart-feature-sub-ttl {
    padding: 30px 0 10px;
  }

  .apart-feature-item.no3 .apart-feature-sub-ttl + p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .15em;
    line-height: 2;
  }

  .apart-feature-item.no3 {
    padding-bottom: 40px;
  }

  .apart-feature-simulation {
    background-color: #fff;
  }

  .apart-feature-simulation-ttl {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .5em;
    text-indent: .5em;
    text-align: center;
    color: #fff;
    background-color: #cbb699;
    padding: 20px 10px;
    margin-bottom: 30px;
  }

  .apart-feature-simulation-inner {
    padding: 0 10px;
  }

  .apart-feature .simulation-forecast-yield {
    background-color: #f5f0eb;
  }

  /* 収益物件 利回りシミュレーション(SP)
  ----------------------------------------*/
  .bg-fixed.apart-simulation::before {
    background-image: url(../img/apart/heading_bg_simulation_sp.jpg);
  }

  .page-apart-simulation {
    padding: 40px 10px 50px;
  }

  .page-apart-simulation > div:not(:first-of-type) {
    padding-top: 50px;
  }

  .simulation-item-heading {
    font-size: .9375rem;
    line-height: 1.9;
    font-weight: 500;
    text-align: center;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .simulation-item-heading span {
    display: block;
    text-align: center;
    width: 100%;
    height: 36px;
    margin-bottom: 20px;
  }

  .simulation-item-heading span img {
    height: 36px;
    width: auto;
  }

  .simulation-item-list {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: .9375rem;
    letter-spacing: .2em;
    letter-spacing: .2em;
    line-height: 1.7;
    border-bottom: solid 1px #444651;
  }

  .simulation-item-list dt,
  .simulation-item-list dd {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .simulation-item-list dt {
    color: #fff;
    background-color: #878990;
    border-top: solid 1px #444651;
    border-bottom: solid 1px #444651;
    padding: 10px;
  }

  .simulation-item-list dd {
    margin: 10px 0;
  }

  .simulation-forecast-wrap {
    padding-top: 30px;
  }

  .simulation-forecast-list-ttl-wrap {
    padding-bottom: 20px;
  }

  .simulation-forecast-list-ttl {
    font-size: .9375rem;
    line-height: 1.7;
    text-align: center;
    letter-spacing: .3em;
    text-indent: .3em;
    font-weight: 500;
    color: #966d32;
    padding-bottom: 10px;
  }

  .simulation-forecast-list-ttl-wrap p {
    font-size: .875rem;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
  }

  .simulation-forecast-list {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .simulation-forecast-list dt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8125rem;
    line-height: 1.7;
    letter-spacing: .05em;
    color: #fff;
    background-color: #878990;
    padding: 10px;
  }

  .simulation-forecast-list dd {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: .9375rem;
    line-height: 1.7;
    padding: 10px 0;
  }

  .simulation-forecast-list dd div {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .simulation-forecast-list dd div span {
    padding-right: 1em;
    white-space: nowrap;
  }

  .simulation-forecast-list dd div:nth-of-type(1) {
    margin-right: 20px;
    justify-content: flex-end;
  }

  .simulation-forecast-list dd div:nth-of-type(2) {
    margin-left: 20px;
  }

  .simulation-forecast-list dd::before {
    content: "";
    width: 28px;
    height: 0;
    border-top: solid 1px #444651;
    position: absolute;
    top: 50%;
    left: center;
    transform: rotate(-45deg);
  }

  .simulation-forecast-list dt:nth-of-type(3) {
    background-color: #966d32;
  }

  .simulation-forecast-list dd:nth-of-type(3) {
    color: #966d32;
    font-weight: 500;
  }

  .simulation-forecast-list + p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding-top: 10px;
    font-size: .8125rem;
    line-height: 1.7;
    letter-spacing: .1em;
    padding-bottom: 20px;
  }

  .simulation-forecast-yield {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: #fff;
    color: #966d32;
    font-weight: 500;
    margin: 0 auto;
  }

  .simulation-forecast-yield .ttl {
    font-size: .9375rem;
    text-align: center;
    letter-spacing: .3em;
    text-indent: .3em;
    padding-bottom: 10px;
  }

  .simulation-forecast-yield .value {
    font-size: 2.1875rem;
    letter-spacing: .03em;
  }

  .simulation-forecast-yield .value span {
    font-size: 3.125rem;
  }

  .simulation-pic-wrap {
    padding-top: 30px;
  }

  .simulation-pic-wrap img {
    width: 100%;
  }

  .simulation-pic-wrap div:nth-of-type(2) img {
    padding-top: 10px;
  }

  .apart-feature-simulation-btn {
    display: flex;
    justify-content: center;
    padding: 30px 0 40px;
  }

  .apart-feature-txt-wrap-2 {
    padding: 30px 10px 50px;
  }

  .bukken-apart-blog-btn-wrap.space {
    margin-top: 100px;
  }

  /* 収益物件 基本性能・工法・構造(SP)
  ----------------------------------------*/
  .bg-fixed.apart-construction::before {
    background-image: url(../img/apart/heading_bg_construction_sp.jpg);
  }

  .page-apart-construction {
    padding: 40px 10px 50px;
  }

  .page-apart-construction > div:not(:first-child){
    margin-top: 50px;
  }

  .apart-construction-item h2 {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .apart-construction-item-pic {
    padding-top: 20px;
  }

  /* 収益物件 利用者の声(SP)
  ----------------------------------------*/
  .bg-fixed.apart-voice::before {
    background-image: url(../img/apart/heading_bg_voice_sp.jpg);
  }

  .page-apart-voice {
    width: 100%;
    padding: 40px 10px 50px;
  }

  .page-apart-voice > div:not(:first-of-type) {
    padding-top: 40px;
  }

  .page-apart-voice-item-txt h2 {
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .5em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .page-apart-voice-item-txt h3 {
    font-size: .9375rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .3em;
    color: #966d32;
    margin: 20px 0 10px;
  }

  .page-apart-voice-item-pic {
    text-align: center;
    padding-bottom: 30px;
  }

  .page-apart-voice-item-pic img {
    width: 70%;
    height: auto;
  }

  .page-apart-voice-item-txt ul {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .page-apart-voice-item-txt li {
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .2em;
    color: #444651;
    margin-right: 1.5em;
  }

  .page-apart-voice-item-txt li::before {
    content: '●';
    padding-right: .1em;
  }

  .break {
    width: 100%;
  }

  .page-apart-voice-item-card-wrap {
    padding-top: 30px;
  }

  .page-apart-voice-item-card-wrap > div:not(:first-of-type){
    margin-top: 20px;
  }

  .page-apart-voice-item-card {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .05em;
  }

  .page-apart-voice-item-card-ttl {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    background-color: #8f9097;
    color: #fff;
    font-weight: 500;
  }

  .page-apart-voice-item-card-ttl::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px;
    border-color: #696b74 transparent transparent transparent;
    position: absolute;
    bottom: -26px;
    left: calc(50% - 10px);
    margin-top: 0;
  }

  .page-apart-voice-item-card-txt {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    color: #444651;
  }

  /* 収益物件 Q & A造(SP)
  ----------------------------------------*/
  .bg-fixed.apart-qa::before {
    background-image: url(../img/apart/heading_bg_qa_sp.jpg);
  }

  .page-apart-qa {
    padding: 40px 10px 50px;
  }

  .page-apart-qa > dl > dt:not(:first-of-type){
    margin-top: 40px;
  }

  .page-apart-qa-q-no {
    position: relative;
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .page-apart-qa-q-no span {
    position: relative;
    z-index: 1;
    background-color: #ebeef0;
    padding-right: 8px;
  }

  .page-apart-qa-q-ttl {
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 30px;
  }

  .page-apart-qa-q-no::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #966d32, #966d32 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .page-apart-qa-a-no {
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #a1a3a8;
    margin-bottom: 20px;
  }

  .page-apart-qa-a-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .07em;
    color: #444651;
    margin-bottom: 20px;
  }

  .page-apart-qa-btn {
    display: flex;
    justify-content: center;
    padding-top: 40px;
  }

  /* News & Topics(SP)
  ----------------------------------------*/
  .news-archive {
    padding-top: 40px;
  }

  .news-archive .left {
    padding: 0 10px;
  }

  .news-archive .left > article:not(:first-of-type) {
    margin-top: 24px;
    padding-top: 24px;
    border-top: dashed 1px #444651;
  }

  .news-archive-item a {
    display: block;
  }

  .news-archive-item-txt-wrap {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .news-archive-item-thumb {
    padding-bottom: 14px;
  }

  .news-archive-item-thumb img {
    width: 100%;
    height: auto;
  }

  .news-cat-wrap {
    padding-bottom: 8px;
  }

  .news-single-cat-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
  }

  .news-cat {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px 10px 0;
    padding: 3px 1em 3px 1.6em;
    font-size: .9375rem;
    letter-spacing: .6em;
    line-height: 1.7;
    font-weight: 500;
    color: #966d32;
    border: solid 1px #966d32;
  }

  .news-archive-item-date {
    font-size: .8125rem;
    letter-spacing: .2em;
    font-weight: 500;
    color: #966d32;
  }

  .news-archive-item-ttl {
    margin-top: 10px;
    font-size: .875rem;
    letter-spacing: .07em;
    line-height: 1.8;
    font-weight: 500;
    color: #444651;
  }

  .news-archive-item-txt {
    margin-top: 10px;
    font-size: .8125rem;
    line-height: 2;
    letter-spacing: .07em;
    color: #444651;
  }

  .sidebar {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    font-size: .8125rem;
    letter-spacing: .2em;
    line-height: 2.3;
    margin-top: 40px;
  }

  .sidebar h2 {
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .5em;
    color: #966d32;
    margin-bottom: 10px;
  }

  .sidebar ul {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .sidebar .catList li a::before {
    content: "▶";
    display: inline-block;
    padding-right: 4px;
  }

  .sidebar .catList li {
    text-indent: -1em;
    padding-left: 2em;
    margin-bottom: 4px;
  }

  .sidebar a {
    color: #444651;
  }

  .news-sns-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .news-sns-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    width: 300px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .1em;
    letter-spacing: .1em;
    color: #444651;
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #444651;
    border-radius: 20px;
  }

  .news-sns-link {
    display: flex;
    justify-content: space-between;
    width: 300px;
    font-size: .8125rem;
    letter-spacing: .3em;
    font-weight: 500;
    padding-top: 30px;
  }

  .news-sns-link a {
    display: flex;
    align-items: center;
    height: 30px;
    color: #444651;
  }

  .news-sns-link li:nth-of-type(1) a {
    padding-right: 38px;
    background-image: url(../img/common/icon_facebook_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right top;
  }

  .news-sns-link li:nth-of-type(2) a {
    padding-right: 36px;
    background-image: url(../img/common/icon_instagram_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right top;
  }

  .news-single-content {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.7;
    padding: 40px 10px 0;
  }

  .news-single-date {
    font-size: .875rem;
    letter-spacing: .2em;
    color: #966d32;
    margin-bottom: 10px;
  }

  .news-single-ttl {
    font-size: .9375rem;
    letter-spacing: .2em;
    color: #6d6e6f;
    margin-bottom: 30px;
  }

  #SNS {
    overflow: hidden;
    height: 22px;
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 auto;
  }

  #SNS li {
    float: left;
    margin-right: 20px;
  }

  .news-single-btn-wrap {
    margin-top: 30px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .btn-rounded-brown.btn-news-single {
    width: 260px;
  }

  .news-single-staff-author {
    display: flex;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 30px;
    border-top: dashed 1px; #444651;
  }

  .news-single-staff-author-pic {
    max-width: 128px;
    margin-right: 10px;
  }

  .news-single-staff-author-pic img {
    width: 100%;
    height: auto;
  }

  .news-single-staff-author-name-wrap {
    width: calc( 100% - 138px );
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .news-single-staff-author-ttl {
    font-size: .875rem;
    line-height: 1.7;
    letter-spacing: .1em;
    color: #966d32;
  }

  .news-single-staff-author-department {
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .13em;
    font-weight: 500;
    color: #444651;
    margin-top: .8em;
  }

  .news-single-staff-author-name {
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .13em;
    font-weight: 500;
    color: #444651;
    display: flex;
    flex-wrap: wrap;
  }

  .news-single-staff-author-name span {
    display: block;
  }

  .news-single-staff-author-name span:first-of-type {
    margin-right: 1em;
  }

  .news-single-staff-author-txt {
    width: 100%;
    flex-shrink: 0;
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .1em;
    color: #444651;
    padding-top: 1.2em;
  }

  /* 404(SP)
  ----------------------------------------*/
  .page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0 0;
  }

  .page-404 h1 {
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .2em;
    text-indent: .2em;
    font-weight: 500;
    color: #966d32;
    margin-bottom: 50px;
  }

  /* スタッフ紹介(SP)
  ----------------------------------------*/
  .bg-fixed.staff::before {
    background-image: url(../img/staff/heading_bg_staff_sp.jpg);
  }

  .btn-staff-wrap {
    padding: 0 10px;
  }

  .btn-staff {
    margin-top: 30px;
  }

  .btn-staff.btn-img::after {
    background-image: url(../img/staff/btn_bg_staff_sp.jpg);
  }

  .staff-wrap {
    padding: 20px 10px 0;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.7;
  }

  .staff-item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
  }

  .staff-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  .staff-item:nth-of-type(even) {
    margin-left: 10px;
  }

  .staff-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .staff-card-pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(((100vw - 30px) / 2) * 1.30434783);
    max-height: calc(((100vw - 30px) / 2) * 1.30434783);
    overflow: hidden;
    background-color: #fff;
  }

  .staff-card-pic img {
    width: 100%;
    height: auto;
  }

  .staff-card-txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #fff;
    font-weight: 300;
  }

  .staff-card-department {
    font-size: .625rem;
    padding: 0 10px;
  }

  .staff-card-title {
    font-size: .625rem;
    padding: 0 10px;
  }

  .staff-card-name {
    font-size: .8125rem;
    letter-spacing: .15em;
    text-indent: .15em;
    padding: 0 10px;
  }

  .staff-profile {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    position: relative;
  }

  .staff-profile-close-btn {
    position: fixed;
    z-index: 14;
    top: 30px;
    right: calc((14% / 2) + 10px);
    width: 34px;
    height: 34px;
  }

  .staff-profile-pic {
    width: 100%;
  }

  .staff-profile-pic img {
    width: 100%;
  }

  .staff-profile-txt {
    margin-top: 20px;
  }

  .staff-profile-txt h2 {
    font-weight: 500;
  }

  .staff-profile-department {
    font-size: .8125rem;
    letter-spacing: .05em;
  }

  .staff-profile-title {
    font-size: .8125rem;
    letter-spacing: .05em;
  }

  .staff-profile-name {
    font-size: 1rem;
    letter-spacing: .15em;
    text-indent: .15em;
  }

  .staff-profile-qualification-ttl {
    font-size: .6875rem;
    letter-spacing: .28em;
    color: #fff;
    padding: 6px 15px;
    margin-top: 20px;
    background-color: #444651;
  }

  .staff-profile-qualification {
    color: #444651;
    font-size: .6875rem;
    margin-top: 10px;
    line-height: 2;
  }

  .staff-profile-message {
    margin: 26px 0 0;
    padding: 18px 0;
    border-top: dashed 1px #444651;
    border-bottom: dashed 1px #444651;
  }

  .staff-profile-message h3 {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .13em;
  }

  .staff-profile-message p {
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2;
    text-align: justify;
    margin-top: 10px;
  }

  .staff-profile-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }

  .staff-profile-sns li:not(:first-of-type) {
    margin-left: 36px;
  }

  .staff-profile-sns .facebook img {
    width: 32px;
    height: 32px;
  }

  .staff-profile-sns .instagram img {
    width: 31px;
    height: 31px;
  }

  .staff-profile-sns .twitter img {
    width: 34px;
    height: 28px;
  }



  .modal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
  }

  .modal_background{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
  }

  .modal_content{
    position: absolute;
    width: 86%;
    max-height: calc(100% - 40px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-left: calc(14% / 2);
  }

  /* 協力会社様専用ページ(SP)
  ----------------------------------------*/
  .page-contents-partner {
    width: 100%;
    padding: 54px 0 0;
    background-color: #ebeef0;
  }

  .page-contents-partner-inner {
    padding: 30px 10px 50px;
  }

  #wpmem_login,
  #wpmem_msg,
  #wpmem_reg,
  .wpmem_msg {
    width: 90%!important;
    margin: 0 auto!important;
  }

  #wpmem_restricted_msg {
    width: 90%!important;
    margin: 0 auto!important;
    line-height: 1.8;
  }

}

@media print, screen and (min-width:1000px) {

  /* -----------------------------------------------------------
  共通(PC)
  ----------------------------------------------------------- */

  body {
    min-width: 1000px;
  }

  .sp {
    display: none;
  }

  a {
    transition: .3s;
  }

  /* Header(PC)
  ----------------------------------------*/
  .header {
    position: fixed;
    display: flex;
    z-index: 10;
    width: 100%;
    height: 78px;
    padding: 0 20px;
    background-color: rgba(68, 70, 81, .8);
    border-bottom: solid 2px #e60012;
  }

  .header-logo {
    width: 203px;
    min-width: 203px;
    padding-top: 12px;
    margin-right: auto;
  }

  .global-nav {
    display: flex;
    padding-top: 24px;
    margin-left: 20px;
    font-size: .8125rem;
    font-weight: 400;
  }

  .global-nav li {
    white-space: nowrap;
  }

  .pc-global-nav-bukken {
    display: flex;
    height: 26px;
    border-left: solid 1px #ebeef0;
  }

  .pc-global-nav-bukken > li {
    display: flex;
    border-right: solid 1px #ebeef0;
  }

  .pc-global-nav-bukken > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #ebeef0;
  }

  .pc-global-nav-bukken > li:hover > a {
    background-color: rgba(255, 255, 255, .2);
  }

  .pc-global-nav-other {
    display: flex;
    height: 26px;
    margin-left: 15px;
  }

  .pc-global-nav-other > li {
    display: flex;
  }

  .pc-global-nav-other > li:not(:first-child) {
    margin-left: 10px;
  }

  .pc-global-nav-other > li > a,
  .pc-global-nav-other > li > span {
    display: flex;
    align-items: center;
    padding: 0 3px;
    letter-spacing: .3em;
    color: #ebeef0;
  }

  .pc-global-nav-other > li > a:hover,
  .pc-global-nav-other > li:hover > span {
    opacity: .7;
  }

  .pc-global-nav-other > li > a::before,
  .pc-global-nav-other > li > span::before {
    display: inline-block;
    content: "";
    margin-right: 6px;
    width: 12px;
    height: 12px;
    vertical-align: top;
    border-radius: 6px;
    background-color: #a1a5ab;
  }

  .pc-global-nav-other > li > a.partner::before {
    content: none;
  }

  .pc-global-nav-other > li > a.partner {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    height: 30px;
    margin-top: -2px;
    margin-left: 10px;
  }

  .megamenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }

  .megamenu-inner {
    margin-top: 28px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
  }

  .megamenu-bukken {
    display: flex;
    align-items: center;
    height: 78px;
    padding: 0 20px;
  }

  .megamenu-bukken > dt {
    margin-right: auto;
  }

  .megamenu-bukken > dt > a {
    font-size: 1.125rem;
    letter-spacing: .5em;
    color: #4e515d;
  }

  .megamenu-bukken > dd > a {
    display: flex;
    padding: 6px 3px;
    letter-spacing: .3em;
    color: #4e515d;
  }

  .megamenu-bukken a:hover {
    opacity: .7;
  }

  .megamenu-bukken > dd {
    margin-left: 10px;
  }

  .megamenu-bukken > dd > a::before {
    display: inline-block;
    content: "";
    margin-right: 6px;
    width: 12px;
    height: 12px;
    vertical-align: top;
    border-radius: 6px;
    background-color: #9ba1a7;
  }

  .megamenu-inquiry {
    display: flex;
    align-items: center;
    height: 78px;
    padding: 0 20px;
  }

  .megamenu-inquiry:first-child {
    border-bottom: dashed 1px #444651;
  }

  .megamenu-inquiry dt {
    width: 480px;
    letter-spacing: .12em;
    flex-shrink: 0;
  }

  .megamenu-inquiry dd:nth-child(2) {
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 34px;
    margin-right: 20px;
    background-image: url(../img/common/icon_tel_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    font-size: 1.125rem;
    letter-spacing: .12em;
  }

  .megamenu-inquiry dd:nth-child(3) {
    margin-right: 20px;
    letter-spacing: .15em;
  }

  .megamenu-inquiry dd:nth-child(4) {
    margin-right: 40px;
    letter-spacing: .15em;
  }

  .megamenu-inquiry dd:nth-child(5) a {
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 34px;
    background-image: url(../img/common/icon_mail_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    letter-spacing: .47em;
    color: #4e515d;
  }

  .megamenu-inquiry dd:nth-child(6) a {
    display: flex;
    align-items: center;
    height: 26px;
    padding-left: 34px;
    margin-left: 20px;
    background-image: url(../img/common/icon_mail_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    letter-spacing: .3em;
    color: #4e515d;
  }

  .megamenu-inquiry dd:nth-child(5) a:hover,
  .megamenu-inquiry dd:nth-child(6) a:hover {
    opacity: .7;
  }

  /* Footer(PC)
  ----------------------------------------*/
  .footer {
    width: 100%;
    background-color: #fff;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0 60px;
    font-weight: 500;
    color: #966d32;
  }

  .footer-contact > ul {
    display: flex;
    justify-content: space-between;
    width: 622px;
    padding: 26px 0 56px;
  }

  .footer-contact > dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-contact > dl:nth-of-type(1) > dt,
  .footer-contact > dl:nth-of-type(2) > dt {
    font-size: 1.125rem;
    letter-spacing: .3em;
    text-indent: .3em;
    padding-bottom: 20px;
	line-height: 1.75em;
  }

  .footer-contact > dl:nth-of-type(2) > dt {
    padding-top: 50px;
  }

  .footer-contact > dl:nth-of-type(1) > dd:nth-of-type(1),
  .footer-contact > dl:nth-of-type(1) > dd:nth-of-type(2),
  .footer-contact > dl:nth-of-type(2) > dd:nth-of-type(1) {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.25rem;
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .footer-contact > dl:nth-of-type(1) > dd:not(:first-of-type) {
    padding-top: 18px;
  }

  .footer-contact > dl:nth-of-type(1) > dd:nth-of-type(3),
  .footer-contact > dl:nth-of-type(2) > dd:nth-of-type(2) {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #444651;
    padding-top: 22px;
  }

  .footer-contact dl dd a {
    color: #966d32
  }

  .footer-access-map {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
  }

  .footer-access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 38px;
  }

  .footer-company {
    padding-top: 22px;
  }

  .footer-company-logo {
    width: 224px;
  }

  .footer-company-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .15em;
    color: #444651;
    line-height: 2;
    padding-top: 20px;
  }

  .footer-sitemap {
    width: 840px;
    margin-top: 42px;
    padding-top: 28px;
  }

  .footer-sitemap h3 {
    width: 100%;
    position: relative;
    font-size: .8125rem;
    font-weight: normal;
    letter-spacing: .2em;
    color: #444651;
    height: .8125rem;
    margin-bottom: 18px;
  }

  .footer-sitemap h3 span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 2;
    padding-right: 4px;
  }

  .footer-sitemap h3::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    border-bottom: dashed 1px #444651;
  }

  .footer-sitemap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-sitemap li {
    height: 26px;
  }

  .footer-sitemap li a {
    display: flex;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .1em;
    color: #444651;
  }

  .footer-sitemap li a:hover {
    opacity: .7;
  }

  .footer-sitemap > div {
    display: flex;
    justify-content: space-between;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: #ebeef0;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .6875rem;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #444651;
  }

  /* 汎用パーツ(PC)
  ----------------------------------------*/
  /* 見出し(PC) */
  .heading-house-icon {
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .6em;
    text-indent: .6em;
    font-weight: 500;
    color: #966d32;
    padding-top: 36px;
    background-image: url(../img/common/icon_house.svg);
    background-repeat: no-repeat;
    background-size: 30px 26px;
    background-position: top center;
  }

  /* ボタン(PC) */
  .btn-rounded-brown {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 294px;
    height: 50px;
    border-radius: 25px;
    background-color: #b4a379;
    border: solid 2px #966d32;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1rem;
    letter-spacing: .2em;
    text-indent: .2em;
    font-weight: 500;
    color: #fff;
  }

  .btn-rounded-brown.btn-archive {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .btn-rounded-brown.btn-bukken {
    letter-spacing: .5em;
    text-indent: .5em;
  }

  .btn-rounded-brown.btn-inquiry,
  .btn-rounded-brown.btn-print {
    padding-right: 20px;
  }

  .btn-rounded-brown.btn-apart {
    padding-right: 20px;
    letter-spacing: .1em;
  }

  .btn-rounded-brown::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
  }

  .btn-rounded-brown:hover {
    opacity: .7;
  }

  .page-apart-qa-btn .btn-rounded-brown {
    width: 463px;
  }

  /* 背景イメージボタン(PC) */
  .btn-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 487px;
    height: 286px;
  }

  .btn-img-txt-wrap {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .btn-img-txt {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #fff;
  }

  .toppage .btn-img-txt {
    letter-spacing: .7em;
    text-indent: .7em;
  }

  .btn-img-txt-sub {
    display: block;
    font-size: .8125rem;
    letter-spacing: .2em;
    text-indent: .2em;
    padding-top: 10px;
  }

  .btn-img::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: .3s;
  }

  .btn-img:hover:after {
    transform: scale(1.05);
  }

  /* トップページ(PC)
  ----------------------------------------*/
  .hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url(../img/toppage/hero_bg_pc.jpg);
    background-size: cover;
    background-position: center;
  }

  .hero h1 {
    position: absolute;
    bottom: 0;
    left: calc(50% - 191px);
    width: 382px;
  }

  /* downアニメーション */
  .scroll-icon {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 14px);
    z-index: 1;
    display: inline-block;
    padding-top: 48px;
    color: rgba(255,255,255,1.00);
    font-size: 10px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .625rem;
    letter-spacing: .2em;
    text-indent: .2em;
  }

  .scroll-icon span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 40px;
    margin-left: -10px;
    border: 1px solid #fff;
    border-radius: 40px;
    box-sizing: border-box;
  }

  .scroll-icon span::before {
    position: absolute;
    top: 8px;
    left: 50%;
    content: '';
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  /* //downアニメーション */

  .toppage-bg {
    width: 100%;
    background-color: #ebeef0;
    padding: 90px 0 78px;
  }

  .toppage-main-menu {
    width: 1309px;
    margin: 0 auto;
  }

  .toppage-main-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 34px;
  }

  .toppage-main-menu li:nth-of-type(1) .btn-img,
  .toppage-main-menu li:nth-of-type(2) .btn-img {
    width: 650px;
    height: 244px;
  }

  .toppage-main-menu li:nth-of-type(3) .btn-img {
    width: 1309px;
    height: 244px;
    margin-top: 10px;
  }

  .toppage-main-menu li:nth-of-type(1) .btn-img::after {
    background-image: url(../img/toppage/btn_bg_apart_pc.jpg);
  }

  .toppage-main-menu li:nth-of-type(2) .btn-img::after {
    background-image: url(../img/toppage/btn_bg_myhome_pc.jpg);
  }

  .toppage-main-menu li:nth-of-type(3) .btn-img::after {
    background-image: url(../img/toppage/btn_bg_jisseki_pc.jpg);
  }

  .toppage-news {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .toppage-news-item-wrap {
    padding: 34px 0 64px;
  }

  .toppage-news-item-wrap .toppage-news-item:not(:first-of-type) {
    margin-top: 22px;
    padding-top: 22px;
    border-top: dashed 1px #444651;
  }

  .toppage-news-item a {
    display: flex;
    justify-content: space-between;
  }

  .toppage-news-item a:hover {
    opacity: .8;
  }

  .toppage-news-item-txt-wrap {
    width: 650px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .toppage-news-item-thumb {
    width: 320px;
  }

  .toppage-news-item-thumb img {
    width: 100%;
    height: auto;
  }

  .topppage-news-item-date {
    font-size: .8125rem;
    letter-spacing: .2em;
    font-weight: 500;
    color: #966d32;
  }

  .topppage-news-item-ttl {
    margin-top: 12px;
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: .2em;
    font-weight: 500;
    color: #444651;
  }

  .topppage-news-item-txt {
    margin-top: 18px;
    font-size: .8125rem;
    line-height: 2;
    letter-spacing: .07em;
    color: #444651;
  }

  .toppage-news-bnt-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .toppage-sns-link {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: flex;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .3em;
  }

  .toppage-sns-link a {
    display: flex;
    align-items: center;
    height: 30px;
    color: #444651;
  }

  .toppage-sns-link a:hover {
    opacity: .8;
  }

  .toppage-sns-link li:nth-of-type(1) a {
    padding-right: 38px;
    background-image: url(../img/common/icon_facebook_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right top;
  }

  .toppage-sns-link li:nth-of-type(2) a {
    padding-right: 36px;
    background-image: url(../img/common/icon_instagram_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: right top;
  }

  .toppage-sns-link li:nth-of-type(2) {
    margin-left: 40px;
  }

  /* マイホーム(PC)
  ----------------------------------------*/
  .myhome::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 49%;
    min-height: 676px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/myhome/heading_bg_myhome_pc.jpg);
  }

  .admin-bar .myhome::before {
    top: 32px;
  }

  .bukken-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 528px;
    font-size: 1.5625rem;
    font-weight: 500;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #fff;
    padding-top: 100px;
  }

  .bukken-head {
    width: 100%;
    height: 560px;
    background: url(../img/myhome/head_bg.svg) no-repeat center top;
    background-size: 5210px 560px;
  }

  .bukken-head-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 74px;
  }

  .myhome .bukken-head-inner h2 {
    width: 286px;
    height: auto;
  }

  .myhome .bukken-head-txt p:nth-of-type(1) {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: .25em;
    text-indent: .25em;
    text-align: center;
    color: #fff;
    padding-top: 40px;
  }

  .bukken-head-txt p:nth-of-type(2) {
    padding-top: 30px;
  }

  .bukken-head-txt p:nth-of-type(3) {
    padding-top: 30px;
  }

  .bukken-head-txt p:nth-of-type(2),
  .bukken-head-txt p:nth-of-type(3) {
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .05em;
    text-indent: .05em;
    text-align: center;
    color: #fff;
  }

  .myhome .bukken-head-txt div {
    padding-top: 64px;
    text-align: center;
  }

  .bukken-head-txt div a {
    font-size: .875rem;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #fff;
  }

  .bukken-head-txt a:hover {
    opacity: .8;
  }

  .bukken-contents {
    background-color: #ebeef0;
    padding-bottom: 78px;
  }

  .bukken-myhome-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
  }

  .bukken-myhome-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .bukken-myhome-menu > ul ul {
    width: 1000px;
    margin: 0 auto;
  }

  .bukken-myhome-menu > ul > li {
    width: 100%;
  }

  .bukken-myhome-menu > ul > li:nth-of-type(2) {
    display: flex;
    justify-content: center;
  }

  .myhome .btn-myhome-jisseki {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }

  .bukken-myhome-menu > ul  ul > li:nth-child(even) {
    margin-left: 20px;
  }

  .btn-myhome-construction.btn-img::after {
    background-image: url(../img/myhome/btn_bg_construction_pc.jpg);
  }

  .btn-myhome-flow.btn-img::after {
    background-image: url(../img/myhome/btn_bg_flow_pc.jpg);
  }

  .myhome .btn-myhome-jisseki.btn-img::after {
    background-image: url(../img/myhome/btn_bg_jisseki_large_pc.jpg);
  }

  .btn-myhome-jisseki.btn-img::after {
    background-image: url(../img/myhome/btn_bg_jisseki_pc.jpg);
  }

  .btn-myhome-info.btn-img::after {
    background-image: url(../img/myhome/btn_bg_info_pc.jpg);
  }

  .btn-myhome-concept.btn-img::after {
    background-image: url(../img/myhome/btn_bg_concept_pc.jpg);
  }

  .bukken-info {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 78px;
  }

  .bukken-info-item-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .myhome .bukken-info-item-wrap,
  .apart .bukken-info-item-wrap {
    padding: 32px 0 84px;
  }

  .bukken-info-item {
    width: 320px;
  }

  .bukken-info-item:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }

  .bukken-info-item:nth-of-type(n + 4) {
    margin-top: 60px;
  }

  .bukken-info-item a {
    display: block;
    color: #444651;
  }

  .bukken-info-item a:hover {
    opacity: .8;
  }

  .bukken-info-item ul {
    padding-top: 12px;
  }

  .bukken-info-item ul li {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    line-height: 1.8;
    letter-spacing: .2em;
    padding-top: 2px;
  }

  .bukken-info-item-thumb {
    position: relative;
  }

  .bukken-info-item-thumb img {
    width: 100%;
    height: auto;
  }

  .bukken-info-item-thumb .now_building {
    position: absolute;
    display: inline-block;
    width: 78px;
    height: auto;
    top: 0;
    right: 0;
  }

  .bukken-info-item-ttl {
    color: #444651;
  }

  .bukken-info-item-date {
    color: #966d32;
  }

  .bukken-info-item-price {
    color: #966d32;
  }

  .bukken-info-item-soldout {
    color: #966d32;
  }

  .bukken-info-item-addr {
    color: #444651;
  }

  .bukken-info-bnt-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }

  /* マイホーム コンセプト(PC)
  ----------------------------------------*/
  .bg-fixed::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 478px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .admin-bar .bg-fixed::before {
    top: 32px;
  }

  .bg-fixed.myhome-concept::before {
    background-image: url(../img/myhome/heading_bg_concept_pc.jpg);
  }

  .page-head-txt {
    width: 100%;
    height: 478px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 78px;
  }

  .page-head-txt-inner {
    display: block;
    width: 496px;
    text-align: center;
  }

  .page-head-txt-subttl,
  .page-head-txt-ttl {
    display: block;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .5em;
    text-indent: .5em;
    color: #fff;
  }

  .page-head-txt-subttl {
    font-size: 1.125rem;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .page-head-txt-ttl {
    font-size: 1.5625rem;
  }

  .page-contents {
    width: 100%;
    padding-bottom: 78px;
    background-color: #ebeef0;
  }

  .myhome-concept-lead {
    width: 996px;
    margin: 0 auto;
    padding: 60px 0 70px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .15em;
  }

  .myhome-concept-container-1 {
    width: 100%;
    background-image: url(../img/myhome/concept_bg_1.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 96px) 0;
  }

  .myhome-concept-container-1-inner {
    position: relative;
    width: 1000px;
    height: 742px;
    margin: 0 auto;
  }

  .myhome-concept-design {
    position: absolute;
    top: 0;
    right: 0;
    width: 368px;
    padding-top: 10px;
  }

  .myhome-concept-planning {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .myhome-concept-container-2 {
    width: 100%;
    background-image: url(../img/myhome/concept_bg_2.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 5px) 0;
    margin-top: 54px;
    padding-bottom: 74px;
  }

  .myhome-concept-container-2-inner {
    position: relative;
    width: 1000px;
    height: 794px;
    margin: 0 auto;
  }

  .myhome-concept-rserch {
    position: absolute;
    top: 0;
    right: 0;
    width: 572px;
  }

  .myhome-concept-construction {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .myhome-concept-design h2 {
    width: 242px;
    padding-bottom: 18px;
  }

  .myhome-concept-planning h2 {
    width: 268px;
    padding-bottom: 14px;
  }

  .myhome-concept-rserch h2 {
    width: 268px;
    padding-bottom: 28px;
  }

  .myhome-concept-construction h2 {
    width: 456px;
    padding-bottom: 28px;
  }

  .myhome-concept-subttl {
    font-size: 1.125rem;
    letter-spacing: .25em;
    line-height: 1.9;
    font-weight: 500;
    color: #966d32;
  }

  .myhome-concept-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    letter-spacing: .1em;
    line-height: 2.3;
    color: #444651;
    padding-top: 10px;
  }

  .myhome-concept-construction .myhome-concept-txt {
    padding-top: 26px;
    width: 286px;
  }

  .bukken-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }

  .bukken-menu li:nth-of-type( n + 3 ) {
    margin-top: 20px;
  }

  /* マイホーム 基本性能(PC)
  ----------------------------------------*/
  .bg-fixed.myhome-construction::before {
    background-image: url(../img/myhome/heading_bg_myhome_construction_pc.jpg);
  }

  .kodate-spec {
    width: 1000px;
    margin: 0 auto;
    padding: 62px 0 80px;
  }

  .heading-kodate-spec {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #966d32;
    padding-bottom: 30px;
  }

  .definition-list {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.7;
  }

  .definition-list dt {
    position: relative;
    width: 164px;
    padding: 5px 0;
  }

  .definition-list dd {
    display: flex;
    align-items: center;
    width: calc(100% - 164px);
    padding: 5px 0 5px 22px;
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
  }

  .definition-list dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8125rem;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #fff;
    background-color: #878990;
    padding: 6px 0;
  }

  .definition-list dt:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    height: 1px;
    background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .definition-list dt::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1000px;
    height: 1px;
    background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

	img.taiseizu{
	width: 620px;
}


  /* マイホーム 家づくりの流れ(PC)
  ----------------------------------------*/
  .bg-fixed.myhome-concept::before {
    background-image: url(../img/myhome/heading_bg_flow_pc.jpg);
  }

  .myhome-flow-txt-wrap {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 80px;
  }

  .myhome-flow-subttl {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .3em;
    text-indent: .3em;
    color: #966d32;
    padding-bottom: 50px;
  }

  .myhome-flow-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .15em;
    text-indent: .15em;
    color: #444651;
  }

  .myhome-order {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .myhome-order::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: url(../img/myhome/heading_bg_order_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .heading-vertical {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
  }

  .heading-vertical span {
    display: block;
  }

  .heading-vertical > span:nth-of-type(1) {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #fff;
  }

  .heading-vertical > span:nth-of-type(2) {
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: .6em;
    color: #fff;
    padding-right: 20px;
  }

  .heading-vertical > span:nth-of-type(2) > span {
    display: inline;
    color: #966d32;
  }

  .myhome-order-heading {
    top: 68px;
    right: calc(50% - 680px);
  }

  .myhome-order-inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 446px;
    padding-bottom: 76px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .myhome-order-step {
    padding: 34px 47px 42px;
    background-color: #fff;
  }

  .myhome-order-step-item ol {
    list-style: none;
  }

  .myhome-order-step-item li {
    position: relative;
  }

  .myhome-order-step-item li:not(:last-of-type) {
    padding-bottom: 58px;
  }

  .myhome-order-step-item li:not(:first-of-type) {
    padding-top: 22px;
  }

  .myhome-order-step-item li:not(:last-of-type)::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: solid 1px #a1a3a8;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
  }

  .myhome-order-step-item li:not(:last-of-type) p::before {
    content: '';
    display: block;
    width: 96px;
    height: 21px;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 48px);
  }

  .myhome-order-step-item li:not(:last-of-type) p::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 12px 0 12px;
    border-color: #a1a3a8 transparent transparent transparent;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: calc(50% - 12px);
  }

  .myhome-order-step-item-ttl {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .175em;
    text-indent: .175em;
    text-align: center;
    padding-top: 22px;
    color: #ab8a5b;
  }

  .myhome-order-step-item-txt {
    font-size: .9375rem;
    letter-spacing: .175em;
    text-indent: .175em;
    text-align: center;
    padding-top: 16px;
    color: #444651;
  }

  .myhome-order-step1 {
    width: 106px;
    height: 35px;
    margin: 0 auto;
  }

  .myhome-order-step2,
  .myhome-order-step3,
  .myhome-order-step5 {
    width: 113px;
    height: 35px;
    margin: 0 auto;
  }

  .myhome-order-step4 {
    width: 112px;
    height: 35px;
    margin: 0 auto;
  }

  .myhome-order-step6 {
    width: 114px;
    height: 36px;
    margin: 0 auto;
  }

  .myhome-order-step7 {
    width: 116px;
    height: 36px;
    margin: 0 auto;
  }

  .myhome-order-afterfollow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 124px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .175em;
    text-indent: .175em;
    color: #fff;
    background-color: #8f9097;
  }

  /* 会社概要(PC)
  ----------------------------------------*/
  .bg-fixed.company::before {
    background-image: url(../img/company/heading_bg_company_pc.jpg);
  }

  .company-inner {
    width: 1000px;
    margin: 0 auto;
  }

  .company-ceo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
    padding: 72px 0;
  }

  .company-ceo-pic {
    width: 356px;
  }

  .company-ceo-txt {
    width: 616px;
  }

  .company-ceo-txt h2 {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.8;
    color: #966d32;
  }

  .company-ceo-txt p:nth-of-type(1) {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2.1;
    color: #444651;
    padding-top: 48px;
  }

  .company-ceo-txt p:nth-of-type(2) {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.1;
    color: #444651;
    text-align: right;
    padding-top:66px;
  }

  .company-ceo-txt p:nth-of-type(3) {
    font-size: 1.1875rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.1;
    color: #444651;
    text-align: right;
  }

  .company-ceo-txt p:nth-of-type(3) span {
    display: inline-block;
    font-size: 1rem;
    padding-right: 20px;
  }

  .company-list {
    width: 1000px;
    margin: 0 auto;
  }

	.definition-list dd.zeh_table{
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
	}

	.definition-list dd.zeh_table > div:first-child{
margin-bottom:30px;}

	.definition-list dd.zeh_table a{
	margin-top: 10px;
}

  /* 採用情報(PC)
  ----------------------------------------*/
  .bg-fixed.recruit::before {
    background-image: url(../img/recruit/heading_bg_recruit_pc.jpg);
  }

  .recruit-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2.1;
    letter-spacing: .15em;
    color: #444651;
  }

  .recruit-txt-1 {
    width: 1000px;
    margin:  0 auto;
    padding: 78px 0 57px;
  }

  .recruit-txt-wrap {
    background-image: url(../img/recruit/bg_pc.png);
    background-repeat: no-repeat;
    background-position: center 6px;
  }

  .recruit-txt-inner {
    position: relative;
    width: 1000px;
    height: 647px;
    margin: 0 auto;
  }

  .recruit-txt-2 {
    width: 300px;
  }

  .recruit-txt-3 {
    width: 490px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .recruit-item-wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 56px 0 0 0;
  }

  .recruit-item-select {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .recruit-item-select li {
    width: 320px;
  }

  .recruit-item-select li:nth-of-type(n + 4) {
    margin-top: 24px;
  }

  .recruit-item-select li:not(:nth-of-type(3n + 1)) {
    margin-left: 20px;
  }

  .recruit-item-select a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 36px;
    font-size: .9375rem;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #966d32;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-color: #fff;
    border: solid 1px #966d32;
  }

  .recruit-item-select a:hover {
    opacity: .8;
  }

  .recruit-item {
    padding-top: 70px;
    margin-top: -70px;
  }

  .recruit-item-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 56px;
    font-size: .1.25rem;
    letter-spacing: .4em;
    text-indent: .4em;
    color: #fff;
    background-color: #966d32;
    margin: 46px 0 18px;
  }

  .recruit-btn-wrap {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
  }

  .recruit-btn-wrap-ttl {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #966d32;
    border-bottom: solid 1px #966d32;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .recruit-btn-wrap li p:first-of-type {
    letter-spacing: .3em;
    text-indent: .3em;
  }

  .recruit-btn-wrap p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .8125rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: .1em;
    text-indent: .1em;
    color: #696b74;
    padding: 5px 0;
  }

  .recruit-btn-wrap ul {
    display: flex;
    justify-content: space-between;
    width: 632px;
    margin: 0 auto;
  }

  .recruit-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 294px;
    height: 50px;
    border-radius: 25px;
    background-color: #b4a379;
    border: solid 2px #966d32;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1rem;
    letter-spacing: .3em;
    text-indent: .3em;
    font-weight: 500;
    color: #fff;
  }
  /* 収益物件(PC)
  ----------------------------------------*/
  .apart::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 49%;
    min-height: 676px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/apart/heading_bg_apart_pc.jpg);
  }

  .admin-bar .apart::before {
    top: 32px;
  }

  .apart .bukken-head-inner h2 {
    width: 267px;
    height: auto;
  }

  .apart .bukken-head-txt div {
    padding-top: 56px;
    text-align: center;
  }

  .apart .bukken-head-txt p:nth-of-type(1) {
    font-size: 1.5625rem;
    font-weight: 400;
    letter-spacing: .25em;
    text-indent: .25em;
    text-align: center;
    color: #fff;
    padding-top: 56px;
  }

  .btn-apart-feature.btn-img::after {
    background-image: url(../img/apart/btn_bg_feature_pc.jpg);
  }

  .btn-apart-construction.btn-img::after {
    background-image: url(../img/apart/btn_bg_construction_pc.jpg);
  }

  .btn-apart-simulation.btn-img::after {
    background-image: url(../img/apart/btn_bg_simulation_pc.jpg);
  }

  .btn-apart-voice.btn-img::after {
    background-image: url(../img/apart/btn_bg_voice_pc.jpg);
  }

  .btn-apart-qa.btn-img::after {
    background-image: url(../img/apart/btn_bg_qa_pc.jpg);
  }

  .btn-apart-info.btn-img::after {
    background-image: url(../img/apart/btn_bg_info_pc.jpg);
  }

  .bukken-apart-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
  }

  .bukken-apart-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .bukken-apart-menu > ul ul {
    width: 1000px;
    margin: 0 auto;
  }

  .bukken-apart-menu > ul > li {
    width: 100%;
  }

  .bukken-apart-menu > ul > li:nth-of-type(2) {
    display: flex;
    justify-content: center;
  }

  .apart .btn-myhome-jisseki {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }

  .bukken-apart-menu > ul  ul > li:nth-child(even) {
    margin-left: 20px;
  }

  .bukken-apart-menu > ul  ul > li:nth-of-type(n + 3) {
    margin-top: 20px;
  }

  .bukken-apart-blog-btn-wrap {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  .bukken-apart-blog-btn-pen {
    position: absolute;
    top: -138px;
    left: 20px;
    z-index: 1;
  }

  .btn-apart-blog.btn-img {
    width: 1000px;
    height: 218px;
  }

  .btn-apart-blog .btn-img-txt {
    text-align: center;
    width: 424px;
    border-bottom: solid 1px #fff;
    display: inline-block;
    padding-bottom: 8px;
  }

  .btn-apart-blog.btn-img::after {
    background-image: url(../img/apart/btn_bg_apart_blog_pc.jpg);
  }

  .apart-sns-link {
    display: flex;
    justify-content: space-between;
    width: 556px;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .4em;
    padding: 34px 0 0 0;
  }

  .apart-sns-link a {
    display: flex;
    align-items: center;
    height: 44px;
    color: #444651;
  }

  .apart-sns-link a:hover {
    opacity: .8;
  }

  .apart-sns-link li:nth-of-type(1) a {
    padding-right: 50px;
    background-image: url(../img/common/icon_facebook_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: right top;
  }

  .apart-sns-link li:nth-of-type(2) a {
    padding-right: 48px;
    background-image: url(../img/common/icon_instagram_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: right top;
  }

  .apart-sns-link li:nth-of-type(2) {
    margin-left: 40px;
  }

  /* 物件一覧(PC)
  ----------------------------------------*/
  .page-contents-other {
    width: 100%;
    padding: 78px 0 78px;
    background-color: #ebeef0;
  }

  .page-contents-other-inner {
    width: 1000px;
    margin: 0 auto;
  }

  .archive-heading {
    font-size: 1.5625rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: 500;
    color: #966d32;
    padding: 34px 0 38px;
  }

  /* ページ送り(PC) */
  .pageNation {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 80px;
  }
  .pageNation li:not([class]),
  .pageNation li.active {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b4a379;
    border-radius: 50%;
    margin: 0 8px;
  }
  .pageNation li.active {
    color: #fff;
    background-color: #966d32;
  }
  .pageNation li:not([class]) a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #fff;
    border: solid 1px #966d32;
  }
  .pageNation li:not([class]) a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #966d32;
  }
  .pageNation li.prev a,
  .pageNation li.next a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;

  }
  .pageNation li.prev a::after {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 7px);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-left: solid 1px #444651;
    transform: rotate(-45deg);
  }
  .pageNation li.next a::after {
    position: absolute;
    top: calc(50% - 6px);
    right: calc(50% - 7px);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-right: solid 1px #444651;
    transform: rotate(45deg);
  }
  .pageNation li.prev {
    margin-right: 20px;
  }
  .pageNation li.next {
    margin-left: 20px;
  }
  .pageNation li.next a:hover,
  .pageNation li.prev a:hover {
    opacity: .8;
  }
  /* ここまで ページ送り(PC) */

  /* 物件情報PC pickup */
  .case-archive-pickup-wrap {
    width: 1000px;
  }

  .case-archive-pickup-wrap li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .case-archive-pickup-wrap li:last-child {
    margin-bottom: 50px;
  }

  .case-archive-pickup-item a {
    display: flex;
    width: 1000px;
    height: 264px;
  }

  .case-archive-pickup-item a:hover {
    opacity: .8;
  }

  .case-archive-pickup-left {
    width: 646px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
  }

  .case-archive-pickup-pic {
    overflow: hidden;
    width: 646px;
    height: 264px;
    position: relative;
  }

  .case-archive-pickup-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    height: auto;
  }

  .case-archive-pickup-right {
    position: relative;
    width: 354px;
    background-color: #966d32;
  }

  .case-archive-pickup-now-building {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
  }

  .case-archive-pickup-ttl {
    width: 230px;
    margin: 30px auto 6px;
  }

  .case-archive-pickup-txt-wrap {
    margin-left: 60px;
    padding-right: 20px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .9375rem;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }

  /* 建築実績(PC) */
  .jisseki-cat-nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 42px;
  }

  .jisseki-cat-nav li {
    width: 244px;
  }

  .jisseki-cat-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .9375rem;
    letter-spacing: .6em;
    text-indent: .6em;
    border: solid 1px #966d32;
    color: #966d32;
    padding: 9px 0;
    background-color: #ebeef0;
  }

  .jisseki-cat-nav .jisseki-cat-nav-all a,
  .syueki .jisseki-cat-nav-syuueki a,
  .kodate .jisseki-cat-nav-kodate a,
  .other .jisseki-cat-nav-other a {
    background-color: #966d32;
    color: #fff;
  }

  .syueki.jisseki-cat-nav .jisseki-cat-nav-all a,
  .kodate.jisseki-cat-nav .jisseki-cat-nav-all a,
  .other.jisseki-cat-nav .jisseki-cat-nav-all a {
    background-color: #ebeef0;
    color: #966d32;
  }

  .jisseki-cat-nav a:hover {
    background-color: #966d32!important;
    color: #fff!important;
  }

  .bukken-info-item-cat {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .9375rem;
    letter-spacing: .6em;
    text-indent: .6em;
    border: solid 1px #966d32;
    color: #966d32;
    line-height: 1!important;
    padding: 9px 0!important;
    background-color: #ebeef0;
    margin-bottom: 10px;
  }
  /*物件情報 一覧ページPC end*/

  /*物件情報 詳細ページPC*/
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

  .case-single,
  .case-single-2 {
    width: 1000px;
    margin: 0 auto;
    padding-top: 34px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .case-single-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #966d32;
    border: solid 1px #966d32;
    width: 164px;
    height: 36px;
    margin-bottom: 15px;
  }

  .case-singlenumber-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .case-singlenumber-wrap p {
    display: flex;
    align-items: center;
  }

  .case-singlenumber-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #fff;
    width: 164px;
    background-color: #878990;
    width: 164px;
    height: 36px;
  }

  .case-single-number {
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    margin-left: 20px;
  }

  .case-singlenumber-wrap .date {
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
  }

  .case-single .title,
  .case-single-2 .title {
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.25rem;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: .2em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .case-single-2 .title {
    padding-right: 1em;
  }

  .case-single .no-image {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
  }

  .case-single .no-image > img {
    width: 700px;
    height: auto;
  }

  .case-single .slideshow-wrap,
  .case-single-2 .slideshow-wrap {
    position: relative;
  }

  .case-single .sold-out {
    display: block;
    position: absolute;
    top: 30px;
    right: 180px;
    width: 140px;
    height: auto;
    z-index: 3;
  }

  .case-single #thumbnail {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }

  .case-single #thumbnail li {
    display: inline-block;
    width: 106px;
  }

  .bx-wrapper img,
  .case-single #thumbnail li img {
    width: 100%;
    height: auto;
  }

  .case-single #thumbnail li:not(:nth-of-type(9n + 1)) {
    margin-left: 5px;
  }

  .case-single #thumbnail li:nth-of-type(n + 10) {
    margin-top: 5px;
  }

  .case-info-wrap {
    margin-bottom: 40px;
  }

  .case-info-left {
    float: left;
    width: 486px;
  }

  .case-info-right {
    float: right;
    width: 486px;
  }

  .case-info-wrap table {
    width: 100%;
    font-size: .8125rem;
    line-height: 1.7;
    border-collapse: collapse;
  }

  .case-info-wrap table tr {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../img/common/dot_line_bg.png);
  }

  .case-info-wrap table th {
    width: 164px;
    padding: 10px 0;
  }

  .case-info-wrap table td {
    padding: 10px 0 10px 20px;
    letter-spacing: .2em;
    color: #444651;
  }

  .case-info-wrap table .item {
    padding: 6px 0;
    display: block;
    background-color: #878990;
    color: #fff;
    letter-spacing: .6em;
    text-indent: .6em;
    text-align: center;
  }

  .case-info-wrap table .price-sold-out {
    font-size: 1rem;
    font-weight: 500;
    color: #444651;
  }

  .cace-comment-access-wrap {
    padding-bottom: 100px;
  }

  .case-comment-wrap {
    float: left;
    width: 486px;
    padding-top: 40px;
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    line-height: 1.7;
  }

  .case-comment-wrap .overview {
    padding-top: 30px;
  }

  .case-comment-wrap .overview dt {
    color: #966d32;
    padding-bottom: 10px;
  }

  .case-access-wrap {
    float: right;
    width: 486px;
  }

  .case-access-wrap #google_map {
    width: 100%;
    height: 486px;
  }

  .case-access-wrap #google_map iframe {
    width: 100%;
    height: 486px;
  }

  .case-ttl-gray {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    font-size: .8125rem;
    letter-spacing: .6em;
    text-indent: .6em;
    color: #fff;
    background-color: #878990;
  }

  .cace-btn-wrap {
    width: 632px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .cace-print-btn {
    width: 294px;
    float: left;
  }

  .case-inquiry-btn {
    width: 294px;
    float: right;
  }

  .nextPost {
    position: relative;
  }

  .nextPost-inner {
    margin-top: 10px;
    overflow: hidden;
    width: 680px;
    margin: 0 auto;
  }

  .nextPost-inner > a:hover {
    opacity: .8;
  }

  .nextPost-inner .prev,
  .nextPost-inner .next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: .8125rem;
    letter-spacing: .2em;
    color: #444651;
    margin-top: 12px;
  }

  .nextPost-inner .prev {
    float: left;
    padding-left: 24px;
  }

  .nextPost-inner .prev::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 4px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-left: solid 1px #444651;
    transform: rotate(-45deg);
  }

  .nextPost-inner .next {
    float: right;
    padding-right: 24px;
  }

  .nextPost-inner .next::before {
    position: absolute;
    top: calc(50% - 6px);
    right: 4px;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 1px #444651;
    border-right: solid 1px #444651;
    transform: rotate(45deg);
  }

  .ichiran-btn {
    position: absolute;
    top: 0;
    left: calc(50% - 147px);
  }
  /*物件情報 詳細ページPC end*/

  /*物件情報 詳細ページPC（収益物件）2020.0713*/
  .case-single-2 #slideShow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .case-single-2 #slideShow .bx-wrapper {
    width: 540px;
    margin: 0;
  }

  .case-single-2 #thumbnail {
    display: flex;
    flex-wrap: wrap;
    width: 436px;
    padding-top: 0;
  }

  .case-single-2 #thumbnail li {
    width: 106px;
  }

  .case-single-2 #thumbnail li img {
    width: 100%;
    height: auto;
  }

  .case-single-2 #thumbnail li:nth-child(n+5) {
    padding-top: 4px;
  }

  .case-single-2 #thumbnail li:not(:nth-child(4n+1)) {
    margin-left: 4px;
  }

  .case-single-2 .bx-controls {
    display: none;
  }

  .case-single-2 .sold-out {
    display: block;
    position: absolute;
    top: 20px;
    left: 400px;
    width: 120px;
    height: auto;
    z-index: 2;
  }

  .case-single-2 .no-image {
    width: 540px;
    position: relative;
    margin-bottom: 50px;
  }

  .case-single-2 .no-image img {
    width: 100%;
    height: auto;
  }

  .case-profile-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .case-profile-left {
    width: 696px;
  }

  .case-profile-left-inner {
    height: 288px;
    padding: 15px;
    background-color: #f5f2e8;
  }

  .case-profile-txt {
    height: 176px;
    overflow: auto;
    font-size: .8125rem;
    line-height: 1.7;
  }

  .case-single-2-ttl {
    font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    color: #444651;
    font-weight: 500;
    border-bottom: solid 2px #444651;
    margin-bottom: 15px;
    line-height: 1.7;
  }

  .case-single-2-ttl-wrap {
    margin-bottom: 30px;
  }

  .case-profile-right {
    width: 304px;
  }

  .case-profile-map #google_map {
    width: 100%;
    height: 315px;
  }

  .case-profile-map #google_map iframe {
    width: 100%;
    height: 315px;
  }

  .case-single-2 .case-ttl-gray {
    margin-bottom: 12px
  }
  /*物件情報 詳細ページPC（収益物件） end*/

  /* CM・動画ギャラリー(PC)
  ----------------------------------------*/
  .bg-fixed.movie::before {
    background-image: url(../img/movie/heading_bg_movie_pc.jpg);
  }

  .movie .page-contents {
    background-color: #444651;
  }

  .page-contents-movie {
    padding-top: 80px;
    width: 1000px;
    margin: 0 auto;
  }

  .movie-item-list {
    display: flex;
    flex-wrap: wrap;
  }

  .movie-item-list p {
    font-size: .8125rem;
    letter-spacing: .2em;
    text-indent: .2em;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    padding-top: 10px;
  }

  .movie-item-list li {
    width: 476px;
  }

  .movie-item-list li:nth-of-type(even) {
    margin-left: 48px;
  }

  .movie-item-list li:nth-of-type(n + 3) {
    margin-top: 48px;
  }

  .video{
    position:relative;
    width:100%;
    padding-top:56.25%;
  }

  .video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
  }

  /* 収益物件 特徴(PC)
  ----------------------------------------*/
  .bg-fixed.apart-feature::before {
    background-image: url(../img/apart/heading_bg_feature_pc.jpg);
  }

  .apart-feature-txt-wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 60px;
  }

  .apart-feature-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2.2;
    letter-spacing: .15em;
    color: #444651;
  }

  .apart-feature-item {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .apart-feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .apart-feature-item.no1::before {
    background-image: url(../img/apart/heading_sub1_bg_feature_pc.jpg);
  }

  .apart-feature-item.no2::before {
    background-image: url(../img/apart/heading_sub2_bg_feature_pc.jpg);
  }

  .apart-feature-item.no3::before {
    background-image: url(../img/apart/heading_sub3_bg_feature_pc.jpg);
  }

  .heading-vertical {
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
  }

  .heading-vertical span {
    display: block;
  }

  .heading-vertical > span:nth-of-type(1) {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #fff;
    padding-top: .4em;
  }

  .heading-vertical > span:nth-of-type(2) {
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: .6em;
    color: #fff;
    padding-right: 20px;
  }

  .heading-vertical > span:nth-of-type(2) > span {
    display: inline;
    color: #966d32;
  }

  .heading-vertical.right {
    top: 68px;
    right: calc(50% - 660px);
  }

  .heading-vertical.left {
    top: 68px;
    left: calc(50% - 626px);
  }

  .apart-feature-item-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 400px 0 64px;
  }

  .apart-feature-sub-ttl {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .3em;
    color: #966d32;
  }

  .apart-feature-item.no1 .apart-feature-sub-ttl {
    padding: 38px 0 24px;
  }

  .apart-feature-item-list {
    display: flex;
    list-style: none;
    border-left: solid 1px #848383;
  }

  .apart-feature-item-list li {
    width: 33.33%;
    border-right: solid 1px #848383;
    padding: 10px 0;
  }

  .apart-feature-item-list h3 {
    font-size: 1.125rem;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: .2em;
    text-indent: .2em;
    text-align: center;
    color: #966d32;
    padding: 38px 0 16px;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .apart-feature-item-list h3.no1 {
    background-image: url(../img/apart/no_01.svg);
    background-size: 37px 26px;
  }

  .apart-feature-item-list h3.no2 {
    background-image: url(../img/apart/no_02.svg);
    background-size: 43px 26px;
  }

  .apart-feature-item-list h3.no3 {
    background-image: url(../img/apart/no_03.svg);
    background-size: 43px 27px;
  }

  .apart-feature-item-list p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2;
    padding: 0 20px;
    text-align: justify;
  }

  .apart-feature-item.no2 .apart-feature-item-list {
    margin-top: 50px;
  }

  .apart-feature-item.no3 .apart-feature-sub-ttl {
    padding: 38px 0 18px;
  }

  .apart-feature-item.no3 .apart-feature-sub-ttl + p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    letter-spacing: .15em;
    line-height: 2;
  }

  .apart-feature-simulation {
    width: 100%;
    background-color: #fff;
  }

  .apart-feature-simulation-ttl {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .5em;
    color: #fff;
    background-color: #cbb699;
    padding: 40px 0;
    margin-bottom: 50px;
  }

  .apart-feature-simulation-ttl span {
    display: block;
    width: 1000px;
    margin: 0 auto;
  }

  .apart-feature-simulation-inner {
    width: 1000px;
    margin: 0 auto;
  }

  .apart-feature .simulation-forecast-yield {
    background-color: #f5f0eb;
  }

  /* 収益物件 利回りシミュレーション(PC)
  ----------------------------------------*/
  .bg-fixed.apart-simulation::before {
    background-image: url(../img/apart/heading_bg_simulation_pc.jpg);
  }

  .page-apart-simulation {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 56px;
  }

  .page-apart-simulation > div:not(:first-of-type) {
    padding-top: 90px;
  }

  .simulation-item-heading {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.9;
    font-weight: 500;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 30px;
  }

  .simulation-item-heading span {
    display: block;
    width: 100px;
    height: 56px;
    margin-right: 20px;
  }

  .simulation-item-heading span img {
    height: 56px;
    width: auto;
  }

  .simulation-item-list {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    display: flex;

    font-size: .9375rem;
    letter-spacing: .2em;
    letter-spacing: .2em;
    border-top: solid 1px #444651;
    border-bottom: solid 1px #444651;
  }

  .simulation-item-list > div {
    width: 33.33%;
  }

  .simulation-item-list dt,
  .simulation-item-list dd {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .simulation-item-list div:not(:first-of-type) dt {
    border-left: solid 1px #fff;
  }

  .simulation-item-list div:not(:first-of-type) dd {
    border-left: solid 1px #444651;
  }

  .simulation-item-list dt {
    color: #fff;
    background-color: #878990;
  }

  .simulation-item-list dd {
    border-top: solid 1px #444651;
  }

  .simulation-forecast-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
  }

  .simulation-forecast-list-wrap {
    width: 682px;
  }

  .simulation-forecast-list-ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 15px;
  }

  .simulation-forecast-list-ttl {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: .3em;
    font-weight: 500;
    color: #966d32;
  }

  .simulation-forecast-list-ttl-wrap p {
    font-size: .8125rem;
    letter-spacing: .2em
  }

  .simulation-forecast-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .simulation-forecast-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 682px;
    height: 1px;
    background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .simulation-forecast-list dt {
    position: relative;
    width: 260px;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 5px 0;
  }

  .simulation-forecast-list dt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 682px;
    height: 1px;
    background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .simulation-forecast-list dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8125rem;
    line-height: 1.7;
    letter-spacing: .05em;
    color: #fff;
    background-color: #878990;
    padding: 10px;
  }

  .simulation-forecast-list dd {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 402px;
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .2em;
  }

  .simulation-forecast-list dd div {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }

  .simulation-forecast-list dd div span {
    text-align: left;
  }

  .simulation-forecast-list dd div:nth-of-type(1) {
    margin-right: 24px;
  }

  .simulation-forecast-list dd div:nth-of-type(2) {
    margin-left: 24px;
  }

  .simulation-forecast-list dd::before {
    content: "";
    width: 28px;
    height: 0;
    border-top: solid 1px #444651;
    position: absolute;
    top: 50%;
    left: calc(50% - 14px);
    transform: rotate(-45deg);
  }

  .simulation-forecast-list dt:nth-of-type(3) span {
    background-color: #966d32;
  }

  .simulation-forecast-list dd:nth-of-type(3) {
    color: #966d32;
    font-weight: 500;
  }

  .simulation-forecast-list + p {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding-top: 16px;
    font-size: .8125rem;
    line-height: 1.7;
    letter-spacing: .1em;
  }

  .simulation-forecast-yield {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #fff;
    color: #966d32;
    font-weight: 500;
  }

  .simulation-forecast-yield .ttl {
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: .3em;
    text-indent: .3em;
    padding-bottom: 10px;
  }

  .simulation-forecast-yield .value {
    font-size: 3.15rem;
    letter-spacing: .03em;
  }

  .simulation-forecast-yield .value span {
    font-size: 4.5rem;
  }

  .simulation-pic-wrap {
    display: flex;
    width: 1000px;
    padding-top: 30px;
  }

  .simulation-pic-wrap div:nth-of-type(1) {
    width: 666px;
  }

  .simulation-pic-wrap div:nth-of-type(2) {
    width: 333px;
  }

  .apart-feature-simulation-btn {
    display: flex;
    justify-content: center;
    padding: 36px 0 44px;
  }

  .apart-feature-txt-wrap-2 {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 100px;
  }

  .bukken-apart-blog-btn-wrap.space {
    margin-top: 165px;
  }

  /* 収益物件 基本性能・工法・構造(PC)
  ----------------------------------------*/
  .bg-fixed.apart-construction::before {
    background-image: url(../img/apart/heading_bg_construction_sp.jpg);
  }

  .page-apart-construction {
    width: 1000px;
    margin: 0 auto;
    padding: 58px 0 60px;
  }

  .page-apart-construction > div:not(:first-child){
    margin-top: 58px;
  }

  .apart-construction-item h2 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .apart-construction-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .apart-construction-item-pic {
    width: 302px;
  }

  .apart-construction .definition-list {
    width: 682px;
  }

  .apart-construction .definition-list dd {
    width: 518px;
  }

  .apart-construction .definition-list dt:first-of-type::before {
    width: 682px;
  }

  .apart-construction .definition-list dt::after {
    width: 682px;
  }

  /* 収益物件 利用者の声(PC)
  ----------------------------------------*/
  .bg-fixed.apart-voice::before {
    background-image: url(../img/apart/heading_bg_voice_pc.jpg);
  }

  .page-apart-voice {
    width: 1000px;
    margin: 0 auto;
    padding: 42px 0 86px;
  }

  .page-apart-voice > div:not(:first-of-type) {
    margin-top: 50px;
  }

  .page-apart-voice-item {
    position: relative;
  }

  .page-apart-voice-item-txt.no1 {
    min-height: 262px;
  }

  .page-apart-voice-item-txt.no2 {
    min-height: 260px;
  }

  .page-apart-voice-item-txt.no3 {
    min-height: 290px;
  }

  .page-apart-voice-item-pic {
    position: absolute;
    top: 0;
    right: 0;
  }

  .page-apart-voice-item-pic.no1 {
    width: 349px;
  }

  .page-apart-voice-item-pic.no2 {
    width:400px;
  }

  .page-apart-voice-item-pic.no3 {
    width: 424px;
  }

  .page-apart-voice-item-txt h2 {
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .5em;
    color: #966d32;
    padding-top: 20px;
    margin-bottom: 10px;
  }

  .page-apart-voice-item-txt h3 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .3em;
    color: #966d32;
    margin: 30px 0 10px;
  }

  .page-apart-voice-item-txt ul {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .page-apart-voice-item-txt li {
    font-size: .9375rem;
    line-height: 2;
    letter-spacing: .2em;
    color: #444651;
    margin-right: 1.5em;
  }

  .page-apart-voice-item-txt li::before {
    content: '●';
    padding-right: .2em;
  }

  .break {
    width: 100%;
  }

  .page-apart-voice-item-card-wrap {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .page-apart-voice-item-card-wrap div:nth-of-type(n + 5) {
    margin-top: 18px;
  }

  .page-apart-voice-item-card-wrap div:not(:nth-of-type(4n + 1)) {
    margin-left: 18px;
  }

  .page-apart-voice-item-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 236px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 1.7;
    letter-spacing: .05em;
  }

  .page-apart-voice-item-card-ttl {
    position: relative;
    display: flex;
    align-items: center;
    width: 236px;
    height: 106px;
    border-radius: 14px 14px 0 0;
    padding: 0 10px;
    background-color: #8f9097;
    color: #fff;
    font-weight: 500;
  }

  .page-apart-voice-item-card-ttl::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px;
    border-color: #696b74 transparent transparent transparent;
    position: absolute;
    bottom: -26px;
    left: calc(50% - 10px);
    margin-top: 0;
  }

  .page-apart-voice-item-card-txt {
    display: flex;
    width: 236px;
    border-radius: 0 0 14px 14px;
    padding: 20px 10px;
    background-color: #fff;
    color: #444651;
    flex-grow: 1;
  }

  /* 収益物件 Q & A(PC)
  ----------------------------------------*/
  .bg-fixed.apart-qa::before {
    background-image: url(../img/apart/heading_bg_qa_pc.jpg);
  }

  .page-apart-qa {
    width: 1000px;
    margin: 0 auto;
    padding: 64px 0 56px;
  }

  .page-apart-qa > dl > dt:not(:first-of-type){
    margin-top: 50px;
  }

  .page-apart-qa-q-no {
    position: relative;
    font-size: 2.1875rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 20px;
  }

  .page-apart-qa-q-no span {
    position: relative;
    z-index: 1;
    background-color: #ebeef0;
    padding-right: 8px;
  }

  .page-apart-qa-q-ttl {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .3em;
    color: #966d32;
    margin-bottom: 30px;
  }

  .page-apart-qa-q-no::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #966d32, #966d32 4px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .page-apart-qa-a-no {
    font-size: 2.1875rem;
    font-weight: 500;
    letter-spacing: .3em;
    color: #a1a3a8;
    margin-bottom: 20px;
  }

  .page-apart-qa-a-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: .875rem;
    line-height: 2;
    letter-spacing: .07em;
    color: #444651;
    margin-bottom: 20px;
  }

  .page-apart-qa-btn {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }

  /* News & Topics(PC)
  ----------------------------------------*/
  .page-contents-news {
    width: 1000px;
    margin: auto;
  }

  .news-archive {
    display: flex;
    justify-content: space-between;
  }

  .news-archive .left {
    width: 774px;
  }

  .news-archive .left > article:not(:first-of-type) {
    margin-top: 22px;
    padding-top: 22px;
    border-top: dashed 1px #444651;
  }

  .news-archive .right {
    width: 196px;
  }

  .sidebar {
    background-color: #fff;
    padding: 30px;
    font-size: .8125rem;
    letter-spacing: .2em;
    line-height: 2.3;
  }

  .sidebar h2 {
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: .5em;
    color: #966d32;
    margin-bottom: 10px;
  }

  .sidebar ul {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .sidebar .catList li a::before {
    content: "▶";
    display: inline-block;
    padding-right: 4px;
  }

  .sidebar .catList li {
    text-indent: -1em;
    padding-left: 2em;
    margin-bottom: 4px;
  }

  .sidebar a {
    color: #444651;
  }

  .news-archive-item a {
    display: flex;
    justify-content: space-between;
  }

  .news-archive-item a:hover {
    opacity: .8;
  }

  .news-archive-item-txt-wrap {
    width: 428px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .news-archive-item-thumb {
    width: 320px;
  }

  .news-archive-item-thumb img {
    width: 100%;
    height: auto;
  }

  .news-cat-wrap,
  .news-single-cat-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
  }

  .news-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
    padding: 3px 1em 3px 1.6em;
    font-size: .9375rem;
    letter-spacing: .6em;
    line-height: 1.7;
    font-weight: 500;
    color: #966d32;
    border: solid 1px #966d32;
  }

  .news-archive-item-date {
    font-size: .8125rem;
    letter-spacing: .2em;
    font-weight: 500;
    color: #966d32;
  }

  .news-archive-item-ttl {
    margin-top: 12px;
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: .2em;
    font-weight: 500;
    color: #444651;
  }

  .news-archive-item-txt {
    margin-top: 18px;
    font-size: .8125rem;
    line-height: 2;
    letter-spacing: .07em;
    color: #444651;
  }

  .news-sns-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 88px;
    padding-bottom: 4px;

    background-image: url(../img/common/hand.png);
    background-repeat: no-repeat;
    background-size: 185px 170px;
    background-position: left bottom;
  }

  .news-sns-txt {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    width: 564px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .5em;
    letter-spacing: .5em;
    color: #444651;
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #444651;
    border-radius: 25px;
  }

  .news-sns-link {
    display: flex;
    justify-content: space-between;
    width: 554px;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: .4em;
    padding-top: 30px;
  }

  .news-sns-link a {
    display: flex;
    align-items: center;
    height: 44px;
    color: #444651;
  }

  .news-sns-link a:hover {
    opacity: .8;
  }

  .news-sns-link li:nth-of-type(1) a {
    padding-right: 58px;
    background-image: url(../img/common/icon_facebook_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: right top;
  }

  .news-sns-link li:nth-of-type(2) a {
    padding-right: 56px;
    background-image: url(../img/common/icon_instagram_darkgray.svg);
    background-repeat: no-repeat;
    background-size: 44px 44px;
    background-position: right top;
  }

  .news-single {
    padding-top: 110px;
    display: flex;
    justify-content: space-between;
  }

  .news-single-date {
    font-size: .875rem;
    letter-spacing: .2em;
    color: #966d32;
    margin-bottom: 10px;
  }

  .news-single-ttl {
    font-size: 1.0625rem;
    letter-spacing: .2em;
    color: #6d6e6f;
    margin-bottom: 30px;
  }

  .news-single .left {
    width: 774px;
  }

  .news-single .right {
    width: 196px;
  }

  .news-single-content {
    line-height: 1.7;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  #SNS {
    overflow: hidden;
    height: 22px;
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 auto;
  }

  #SNS li {
    float: left;
    margin-right: 20px;
  }

  .news-single-btn-wrap {
    margin-top: 62px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  }

  .news-single-btn-wrap .ichiran-btn {
    left: calc(50% - 160px);
  }

  .btn-rounded-brown.btn-news-single {
    width: 320px;
  }

  .news-single-staff-author {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 60px;
    border-top: dashed 1px; #444651;
  }

  .news-single-staff-author-pic {
    float: left;
    width: 128px;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .news-single-staff-author-name-wrap {
    float: left;
    width: 626px;
  }

  .news-single-staff-author-ttl {
    font-size: .875rem;
    line-height: 1.7;
    letter-spacing: .1em;
    color: #966d32;
  }

  .news-single-staff-author-department {
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .13em;
    font-weight: 500;
    color: #444651;
    margin-top: .8em;
  }

  .news-single-staff-author-name {
    font-size: .9375rem;
    line-height: 1.7;
    letter-spacing: .13em;
    font-weight: 500;
    color: #444651;
    display: flex;
    flex-wrap: wrap;
  }

  .news-single-staff-author-name span {
    display: block;
  }

  .news-single-staff-author-name span:first-of-type {
    margin-right: 1em;
  }

  .news-single-staff-author-txt {
    float: left;
    width: 626px;
    font-size: .8rem;
    line-height: 2;
    letter-spacing: .1em;
    color: #444651;
    margin-top: .8em;
  }

  /* 404(PC)
  ----------------------------------------*/
  .page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 200px 0 100px;
  }

  .page-404 h1 {
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .6em;
    text-indent: .6em;
    font-weight: 500;
    color: #966d32;
    margin-bottom: 50px;
  }

  /* スタッフ紹介(PC)
  ----------------------------------------*/
  .bg-fixed.staff::before {
    background-image: url(../img/staff/heading_bg_staff_pc.jpg);
  }

  .btn-staff {
    width: 1000px;
    height: 218px;
    margin: 50px auto 0;
  }

  .btn-staff.btn-img::after {
    background-image: url(../img/staff/btn_bg_staff_pc.jpg);
  }

  .staff-wrap {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.7;
  }

  .staff-item {
    display: flex;
    flex-direction: column;
    width: 230px;
    background-color: #fff;
  }

  .staff-item:not(:nth-of-type(4n + 1)) {
    margin-left: 26px;
  }

  .staff-item:nth-of-type(n + 5) {
    margin-top: 40px;
  }

  .staff-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    transition: .3s;
  }

  .staff-card:hover {
    opacity: .8;
  }

  .staff-card-pic {
    min-height: 300px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
  }

  .staff-card-pic img {
    width: 100%;
    height: auto;
  }

  .staff-card-txt {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #fff;
    font-weight: 300;
  }

  .staff-card-department {
    font-size: .75rem;
  }

  .staff-card-title {
    font-size: .75rem;
  }

  .staff-card-name {
    font-size: 1.0625rem;
    letter-spacing: .15em;
    text-indent: .15em;
  }

  .staff-profile {
    width: 690px;
    padding: 28px;
    background-color: #fff;
    position: relative;
  }

  .staff-profile-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .staff-profile-inner {
    display: flex;
    justify-content: space-between;
  }

  .staff-profile-pic {
    width: 274px;
  }

  .staff-profile-pic img {
    width: 100%;
  }

  .staff-profile-txt {
    width: 344px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .staff-profile-txt h2 {
    font-weight: 500;
  }

  .staff-profile-department {
    font-size: 1.0625rem;
    letter-spacing: .05em;
  }

  .staff-profile-title {
    font-size: 1.0625rem;
    letter-spacing: .05em;
  }

  .staff-profile-name {
    font-size: 1.25rem;
    letter-spacing: .15em;
    text-indent: .15em;
  }

  .staff-profile-qualification-ttl {
    font-size: .875rem;
    letter-spacing: .28em;
    color: #fff;
    padding: 6px 15px;
    margin-top: 20px;
    background-color: #444651;
  }

  .staff-profile-qualification {
    color: #444651;
    font-size: .875rem;
    margin-top: 10px;
    line-height: 2;
  }

  .staff-profile-message {
    margin: 26px 0 0;
    padding: 18px 0;
    border-top: dashed 1px #444651;
    border-bottom: dashed 1px #444651;
  }

  .staff-profile-message h3 {
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: .13em;
  }

  .staff-profile-message p {
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 2;
    margin-top: 10px;
  }

  .staff-profile-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }

  .staff-profile-sns a:hover {
    opacity: .8;
  }

  .staff-profile-sns li:not(:first-of-type) {
    margin-left: 36px;
  }

  .staff-profile-sns .facebook img {
    width: 32px;
    height: 32px;
  }

  .staff-profile-sns .instagram img {
    width: 31px;
    height: 31px;
  }

  .staff-profile-sns .twitter img {
    width: 34px;
    height: 28px;
  }



  .modal{
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 11;
      top: 0;
      left: 0;
  }

  .modal_background{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
  }

  .modal_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: calc(100% - 30px);
    overflow-y: auto;
  }
}

@media print{
  .header,
  .cace-btn-wrap,
  .nextPost,
  .footer {
    display: none!important;
  }

  .case-single,
  .case-single-2 {
    padding: 0!important;
  }

  .case-profile-txt {
    height: auto;
  }

  .case-info-wrap table .item {
    color: #000!important;
    background-color: #fff!important;
    text-align: left;
  }

  body {
    zoom: 0.7;
    overflow: visible !important;
  }
  @-moz-document url-prefix() {
    body {
      width: 650px;
    }

  }
}

/* お問い合わせ */
.bg-fixed.inquiry::before {
  background-image: url(../img/inquiry/heading_bg_inquiry_sp.jpg);
}

.page-form {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: .8125rem;
  line-height: 1.7;
  color: #444651;
}

.form-input-description {
  color: #e60012;
  letter-spacing: .2em;
  padding-bottom: 10px;
}

.form-page-ttl {
  font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 0 0 50px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .6em;
  text-indent: .6em;
  color: #966d32;
}

.form-confirm-txt {
  font-size: .8125rem;
  letter-spacing: .2em;
  color: #966d32;
  padding: 0 0 10px 0;
}

.form-complete-txt {
  font-size: 1rem;
  letter-spacing: .2em;
  color: #966d32;
  padding: 20px 0;
  text-align: center;
}

h2.bukken {
  font-size: 1.25rem;
  padding-bottom: 10px;
}

h2.bukken span {
  color: #966d32;
}

.form-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.form-table::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: top;
  width: 100%;
  height: 1px;
  margin: auto;
  background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.form-table th {
  text-align: left;
  font-weight: 300;
  letter-spacing: .2em;
}

.form-table td {
  letter-spacing: .1em;
}

em.required {
  color: #e60012;
  font-style: normal;
}

.border th::before,
.border td::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #444651, #444651 4px, transparent 4px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}

.form-table input {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  border: solid 1px #444651;
  color: #444651!important;
}

.form-table input,
.form-table textarea,
.form-table select {
  outline: none;
}

.form-table input::placeholder {
  color: #b5b8c0;
}

.form-table select {
  height: 36px;
  padding: 0 10px;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"] {
  height: 36px;
  padding: 0 10px;
  width: 100%;
}

.form-table input[type="radio"] {
  position: relative;
  top: -2px;
}

.form-table input[type="checkbox"] {
  position: relative;
  top: -1px;
}

.form-table textarea {
  width: 100%;
  resize: vertical;
  vertical-align: top;
  padding: 10px;
  color: #444651!important;
  letter-spacing: .1em!important;
}

/* フォームのボタン */
.btn-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 50px;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  letter-spacing: .2em;
  text-indent: .2em;
  font-weight: 500;
  color: #fff;
  border: none;
  background-repeat: no-repeat;
  background-size: 294px 50px;
  transition: .3s;
}

.btn-form:hover {
  opacity: .8;
}
.btn-form.confirm,
.btn-form.submit {
  background-image: url(../img/inquiry/bg_brown_btn.svg);
}

.btn-form.return {
  background-image: url(../img/inquiry/bg_gray_btn.svg);
}

.form-btn {
  position: relative;
  width: 294px;
  height: 50px;
}

.mw_wp_form_confirm .auto-input {
  display: none;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: 300!important;
}

.input-ttl-construction {
  margin-top: 20px!important;
}

/* お問い合わせ プライバシーポリシー */
.inquiry-privacy {
  padding-top: 100px;
}

.inquiry-privacy h3 {
  font-size: .8125rem;
  letter-spacing: .15em;
  color: #966d32;
  margin-top: 3em;
  margin-bottom: 1em;
  font-weight: 500;
}

.inquiry-privacy p.midashi + p {
  margin-bottom: 2em;
}

.inquiry-privacy .midashi {
  font-size: .8125rem;
  margin-bottom: 1em;
}

.inquiry-privacy p {
  font-size: 0.875rem;
  letter-spacing: .15em;
  line-height: 2.3;
}

.inquiry-privacy-company {
  font-size: 0.875rem;
  letter-spacing: .15em;
  line-height: 2.3;
  padding-top: 3em;
}

.fudosan-txt {
  margin-top: .8em;
}

/* お問い合わせ(SP) */
@media (max-width:999px) {
  .page-form {
    width: 100%;
    padding: 30px 10px 0;
  }

  .form-complete-txt {
    text-align: left;
  }

  .form-table,tbody,tr,th,td {
    width: 100%;
    display: block;
  }

  .form-table th {
    width: 100%;
    padding-top: 10px;
  }

  .form-table td {
    width: 100%;
    padding: 10px 0;
  }

  .form-table tr:first-of-type th {
    padding-top: 20px;
  }

  .form-table td > div:not(:first-of-type) {
    margin-top: 10px;
  }

  .form-table td > div > div:not(:first-of-type) {
    margin-top: 10px;
  }

  .border {
    position: relative;
    padding-bottom: 20px;
  }

  .border + tr {
    padding-top: 10px;
  }

  .unit-offset {
    width: calc(100% - 2em)!important;
  }

  .unit-offset-2 {
    width: calc(100% - 4em)!important;
  }

  .auto-input {
    font-size: .6875rem;
  }

  .form-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }

  .btn-form.return {
    margin-bottom: 30px;
  }

  .input-size-4 {
    width: 50%!important;
  }

  .input-size-bank:not(:first-of-type) {
    padding-top: 10px;
  }

  .break div:first-of-type span:nth-child(3)::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }

  .break div:first-of-type span:nth-child(4) {
    margin-left: 0!important;
  }
}
/* お問い合わせ(PC) */
@media print, screen and (min-width:1000px) {
  .bg-fixed.inquiry::before {
    background-image: url(../img/inquiry/heading_bg_inquiry_pc.jpg);
  }

  .page-form {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
  }

  .form-table th {
    /* width: 150px; */
    white-space: nowrap;
    padding: 10px 10px 10px 0;
  }

  .form-table td {
    width: 850px;
    padding: 10px;
  }

  .form-table tr:first-of-type th,
  .form-table tr:first-of-type td {
    padding-top: 30px;
    /* background-color: lime; */
  }

  .border th,
  .border td {
    position: relative;
    padding-bottom: 30px;
  }

  .border + tr > th,
  .border + tr > td {
    padding-top: 30px;
  }

  .form-table td > div {
    display: flex;
    align-items: center;
  }

  .form-table td > div > div:not(:first-of-type) {
    margin-left: 18px;
  }

  .form-table td > div:not(:first-of-type) {
    margin-top: 10px;
  }

  .form-table tr:last-of-type th,
  .form-table tr:last-of-type td {
    padding-bottom: 30px!important;
  }

  .input-size-1 {
    width: 264px!important;
  }

  .input-size-2 {
    width: 370px!important;@
  }

  .input-size-3 {
    width: 560px!important;
  }

  .input-size-4 {
    width: 244px!important;
  }

  .input-size-5 {
    width: 164px!important;
  }

  .input-size-6 {
    width: 578px!important;
  }

  .auto-input {
    background-color: #b4b5b9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 36px;
    vertical-align: middle;
    margin: 0!important;
    font-size: .6875rem;
  }

  .form-btn-wrap {
    display: flex;
    justify-content: center;
    width: 622px;
    margin: 0 auto;
    padding-top: 40px;
  }

  .mw_wp_form_confirm .form-btn-wrap {
    justify-content: space-between;
  }

  /* 協力会社様専用ページ(PC)
  ----------------------------------------*/
  .page-contents-partner {
    width: 100%;
    padding: 78px 0 0;
    background-color: #ebeef0;
  }

  .page-contents-partner-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 80px;
  }

  #wpmem_login,
  #wpmem_msg,
  #wpmem_reg,
  .wpmem_msg {
    width: 65%!important;
    margin: 0 auto!important;
  }

  #wpmem_restricted_msg {
    width: 65%!important;
    margin: 0 auto!important;
  }

}
