<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -----------------------------------
    Index PC
----------------------------------- */
@media print, print, all and (min-width: 751px) {
  /* メインビジュアル
  ----------------------------------- */
  .main-video {
    width: 100%;
    height: calc(100vh - 119px);
    position: relative;
    overflow: hidden;
  }
  .main-video-statement {
    width: 100%;
    font-size: 4.2rem;
    margin: 0 auto;
    color: #fff;
    padding-top: 30vh;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  .main-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
  }
  .main-video-scroll-down {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translateX(-50%);
  }
  .main-video-scroll-down a {
    display: block;
  }

  .main-nav {
    background: #17448a;
    width: 100%;
  }
  .main-nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 55px;
    align-items: center;
  }
  .main-nav ul li {
    text-align: center;
    width: 16.667%;
  }
  .main-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.5rem;
  }
  .main-nav ul li a:hover {
    text-decoration: underline;
  }

  /* 重要なお知らせ
  ----------------------------------- */
  .notice {
    padding: 24px 0;
  }

  .notice-wrapper {
    display: table;
    width: 100%;
  }

  .notice-title {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    font-size: 1.8rem;
    border-right: 1px solid #d5d5d5;
  }

  .notice-content-cell {
    width: 85%;
    display: table-cell;
  }

  .notice-content {
    display: table;
    line-height: 1.75;
    width: 100%;
    padding-left: 19px;
    padding-bottom: 10px;
  }
  .notice-content:last-child {
    padding-bottom: 0;
  }

  .notice-published {
    display: table-cell;
    font-size: 1.6rem;
    color: #666666;
  }

  .notice-message {
    display: table-cell;
    padding-left: 15px;
    font-size: 1.7rem;
  }

  /* ニュースリリース
  ----------------------------------- */
  .news-release {
    background: #eeeeee;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .news-release-link {
    position: absolute;
    right: 0;
    top: 8px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    width: 120px;
    padding: 14px 35px 14px 14px;
    transition: opacity 0.5s;
  }
  .news-release-link img {
    width: 72px;
  }
  .news-release-link:hover {
    opacity: 0.6;
  }

  /* お知らせ
  ----------------------------------- */
  .information {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 63px;
    border-bottom: 1px solid #d5d5d5;
  }

  .information-link {
    position: absolute;
    right: 0;
    top: 8px;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    width: 120px;
    padding: 14px 35px 14px 14px;
    transition: opacity 0.5s;
  }
  .information-link img {
    width: 72px;
  }
  .information-link:hover {
    opacity: 0.6;
  }

  /* 近鉄不動産について
  ----------------------------------- */
  .aboutus {
    padding-top: 50px;
  }

  /* 50周年記念
  ----------------------------------- */
  .anniversary {
    display: block;
    background: #fff;
    transition: opacity 0.5s;
  }
  .anniversary:hover {
    opacity: 0.6;
  }

  .anniversary-image {
    max-width: 1360px;
  }
  .anniversary-image img {
    width: 100%;
    height: auto;
  }

  .anniversary {
    display: block;
    background: url("../images/index/bg-50th_anniversary.jpg") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    transition: opacity 0.5s;
  }
  .anniversary:hover {
    opacity: 0.6;
  }

  /*　数字で知る近鉄不動産
  ----------------------------------- */
  .number {
    display: block;
    background: url("../images/index/bg-number.png") no-repeat center center;
    background-size: cover;
    transition: opacity 0.5s;
  }
  .number:hover {
    opacity: 0.6;
  }

  .number-link {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: -5px;
    background: url("../images/index/btn-number.png") no-repeat center top;
    padding-top: 73px;
    text-align: center;
    font-size: 1.6rem;
    transition: opacity 0.5s;
  }

  /* 事業内容　
  ----------------------------------- */
  .business {
    padding-top: 50px;
  }

  .business-container {
    display: flex;
  }

  .business-kojin,
  .business-hojin {
    width: 50%;
  }

  .business-hojin {
    background: #f2f2f2;
  }

  .business-kojin-link {
    background: url("../images/index/bg-business-kojin.png") no-repeat center;
    background-size: cover;
    height: 321px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .business-hojin-link {
    background: url("../images/index/bg-business-hojin.png") no-repeat center;
    background-size: cover;
    height: 321px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .business-container a {
    display: block;
    transition: opacity 0.5s;
  }
  .business-container a:hover {
    opacity: 0.8;
  }

  .business-description {
    width: 83.824%;
    font-size: 1.7rem;
    line-height: 1.882;
    padding: 30px 0;
    margin: 0 auto;
  }
}
/* -----------------------------------
    Index SP
----------------------------------- */
@media only screen and (max-width: 750px) {
  /* メインビジュアル
  ----------------------------------- */
  .main-video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .main-video-statement {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    padding-top: 20%;
    margin: 0 auto;
    color: #fff;
    font-size: 5.067vw;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  .main-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  .main-video-scroll-down {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 8.594%;
    height: 15.278%;
  }
  .main-video-scroll-down a {
    display: block;
  }

  .main-nav {
    background: none;
    width: 100%;
  }
  .main-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:1% 1% 0 1%;
  }
  .main-nav ul li {
    text-align: center;
    width: 32.6%;
    padding: 10px 0;
    margin-bottom: 1%;
    background: #17448a;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .main-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
  }
  .main-nav ul li a:hover {
    text-decoration: underline;
  }

  /* 重要なお知らせ
  ----------------------------------- */
  .notice {
    padding: 24px 10px;
  }

  .notice-title {
    text-align: center;
    vertical-align: middle;
    font-size: 56px;
    font-size: 4.118vw;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .notice-content {
    display: table;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .notice-content:last-child {
    margin-bottom: 0;
  }

  .notice-published {
    display: table-cell;
    font-size: 1.6rem;
    font-size: 46px;
    font-size: 3.382vw;
    color: #666666;
  }
  .notice-message {
    display: table-cell;
    padding-left: 15px;
    font-size: 1.7rem;
    font-size: 46px;
    font-size: 3.382vw;
  }
  /* ニュースリリース
  ----------------------------------- */
  .news-release {
    background: #eeeeee;
    padding-top: 6.667%;
    padding-bottom: 5.333%;
  }

  .news-release-link {
    display: block;
    width: 48%;
    margin: 0 auto;
    transition: opacity 0.5s;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 14px;
    text-align: center;
  }
  .news-release-link img {
    width: 72px;
  }
  .news-release-link:hover {
    opacity: 0.7;
  }

  /* お知らせ
  ----------------------------------- */
  .information {
    background: #fff;
    padding-top: 6.667%;
    padding-bottom: 9.333%;
    border-bottom: 1px solid #d5d5d5;
  }

  .information-link {
    display: block;
    width: 48%;
    margin: 0 auto;
    transition: opacity 0.5s;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 14px;
    text-align: center;
  }
  .information-link img {
    width: 72px;
  }
  .information-link:hover {
    opacity: 0.7;
  }

  .information-list li:nth-child(n + 4) {
    display: none;
  }

  /* 近鉄不動産について
  ----------------------------------- */
  .aboutus {
    padding-top: 50px;
  }

  /* 50周年記念
  ----------------------------------- */
  .anniversary-image {
    width: 100%;
    height: auto;
  }

  /*　数字で知る近鉄不動産
  ----------------------------------- */
  .number-image {
    width: 100%;
    height: auto;
  }

  /* 事業内容　
  ----------------------------------- */
  .business {
    padding-top: 6.667%;
  }

  .business-kojin,
  .business-hojin {
    width: 100%;
  }

  .business-hojin {
    background: #f2f2f2;
  }

  .business-kojin-link {
    background: url("../images/index/bg-business-kojin.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11.067% 0;
  }

  .business-hojin-link {
    background: url("../images/index/bg-business-hojin.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11.067% 0;
  }

  .business-container a {
    display: block;
    width: 51.2%;
    transition: opacity 0.5s;
  }
  .business-container a:hover {
    opacity: 0.8;
  }

  .business-description {
    width: 89.333%;
    font-size: 3.733vw;
    line-height: 1.5;
    padding: 6% 0;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>