@charset "UTF-8";
@media screen and (max-width: 640px) {
  .fa-solid, .fas {
    font-size: 1.5rem !important;
    padding: 0 0.5rem !important; } }
.grecaptcha-badge {
  visibility: hidden; }

body.page-id-119 .grecaptcha-badge,
body.page-id-121 .grecaptcha-badge,
body.page-id-453 .grecaptcha-badge,
body.page-id-295 .grecaptcha-badge,
body.page-id-408 .grecaptcha-badge,
body.page-id-1205 .grecaptcha-badge,
body.page-id-1499 .grecaptcha-badge {
  visibility: visible; }

.sp {
  display: inline-block; }
  @media screen and (max-width: 640px) {
    .sp {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 640px) {
    .sp-only {
      display: inline-block; } }

/* wrapper */
#wrapper {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto; }

/* header */
header {
  display: block;
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 10;
  background-color: #FFF;
  border-bottom: 1px solid #EFEFEF; }
  header .main-navigation {
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    height: 90px; }
    header .main-navigation h1.site-logo {
      display: inline-block;
      width: 198px;
      height: 66px;
      margin: 12px 0;
      padding: 0; }
      @media screen and (max-width: 978px) {
        header .main-navigation h1.site-logo {
          padding: 0 0 0 1rem;
          width: 320px; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    header .main-navigation h1.site-logo {
      margin: 1.2rem 0 0 0;
      height: auto; } }

  @media print {
    header {
      display: none; } }

@media screen and (max-width: 978px) {
  .main-navigation {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    height: 90px; } }

/* グローバルメニュー */
.global-nav {
  margin: 0;
  width: 100%;
  max-width: 760px;
  /*position: relative;*/ }

.global-nav .nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }

.global-nav .nav-list .menu-item {
  flex: 1 0 auto; }
  @media screen and (max-width: 978px) {
    .global-nav .nav-list .menu-item {
      margin: 0 0 0.5rem 0; } }

.global-nav .nav-list .menu-item a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 90px;
  position: relative; }

.global-nav .nav-list .menu-item a::before {
  background: #3EA6DD;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s; }

.global-nav .nav-list .menu-item a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1); }

.global-nav .nav-list .menu-item:last-child a {
  border-right: none; }

@media screen and (max-width: 978px) {
  .global-nav .nav-list .menu-item-65 > a {
    color: #999 !important;
    pointer-events: none; }

  .global-nav .nav-list .menu-item a::before {
    background: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: none; }

  .global-nav .nav-list .menu-item a:hover::before {
    transform: none; } }
.global-nav-icon i.fa-bars::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c9";
  font-size: 2rem; }
.global-nav-icon i.fa-times::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 2rem; }

.fa-arrow-circle-right::before,
.fa-circle-arrow-right::before {
  content: "\f0a9"; }

/* サブナビゲーション */
.global-nav .nav-list .menu-item_sub a {
  width: 100%;
  margin: 0;
  padding: 140px 0 15px 0;
  line-height: 1rem; }

.global-nav .nav-list .menu-item_sub a::before {
  background: #3EA6DD;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s; }

li#menu-item-64 {
  background-image: url("./images/thumb_condominium.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain; }

li#menu-item-63 {
  background-image: url("./images/thumb_rental.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain; }

li#menu-item-62 {
  background-image: url("./images/thumb_reit.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain; }

li#menu-item-61 {
  background-image: url("./images/thumb_reform.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain; }

li#menu-item-60 {
  background-image: url("./images/thumb_agent.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain; }

@media screen and (min-width: 977px) {
  .menu-item_sub {
    background: #F0F0F0;
    left: 0;
    margin: 0;
    padding: 0;
    /*margin: 0 calc(50% - 50vw);*/
    opacity: 0;
    position: absolute;
    top: 90px;
    transition: all 0.2s ease;
    visibility: hidden;
    z-index: 10;
    width: 100%; }

  .menu-item_sub .inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px; }

  .menu-item_sub .inner ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    flex-flow: wrap;
    height: 220px; }
    .menu-item_sub .inner ul li {
      width: 15%;
      margin: 2.5%;
      text-align: center; }

  .menu-item:hover .menu-item_sub {
    opacity: 1;
    visibility: visible; } }
/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
  display: none; }

@media screen and (max-width: 978px) {
  .global-nav-header {
    height: 50px; }

  .global-nav .nav-list {
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    flex-flow: column;
    top: 90px; }

  .global-nav .nav-list .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #fff;
    padding: 0.5rem;
    text-align: left;
    line-height: 1rem;
    width: 100%; }

  .global-nav .nav-list .menu-item:last-child a {
    border-bottom: none; }

  .global-nav-icon {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 5px;
    top: 25px;
    z-index: 99999; }
    .global-nav-icon i.fa-bars::before {
      content: "\f00d"; } }
@media screen and (max-width: 640px) {
  .global-nav .nav-list {
    top: 90px; } }
@media screen and (max-width: 978px) {
  .menu-item_sub {
    display: block; }

  .menu-item_sub .inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 980px; }

  .menu-item_sub .inner ul {
    list-style: none;
    padding: 0.5rem 0 0 0.5rem; }
    .menu-item_sub .inner ul li {
      background-image: none !important; }
      .menu-item_sub .inner ul li a::before {
        transform: none; }

  .global-nav .nav-list .menu-item_sub a::before {
    background: #3EA6DD;
    content: '';
    width: 0;
    height: 0;
    transform: none; }

  .global-nav {
    height: auto;
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: 5; }

  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
main {
  padding-top: 90px; }

/* 共通 */
article {
  padding: 3rem 2rem;
  width: 100%;
  height: auto;
  max-width: 980px; }
  @media screen and (max-width: 978px) {
    article {
      padding: 1.25rem;
      max-width: 978px; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    article {
      font-size: 1rem; }
      article p {
        font-size: 1rem; } }

  article header.entry-header {
    position: static; }
  article .attention {
    color: #F30;
    font-size: 21px !important; }
  article h3 {
    font-size: 1.65rem;
    text-align: center;
    color: #3EA6DD; }
    @media screen and (max-width: 978px) {
      article h3 {
        font-size: 1.2rem; } }
  article h3::after {
    display: block;
    margin: 1rem auto 3rem auto;
    content: '';
    border-bottom: 4px solid #2C72B8;
    width: 120px;
    height: auto; }
  article h4 {
    font-size: 1.25rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #3EA6DD; }
  article#post-581 ul, article#post-698 ul {
    margin: 0;
    padding: 0 0 4rem 0;
    list-style: none; }
    article#post-581 ul li, article#post-698 ul li {
      margin: 0 0.5% 1% 0.5%;
      float: left;
      width: 49%;
      max-height: 320px; }
      @media screen and (max-width: 640px) {
        article#post-581 ul li, article#post-698 ul li {
          max-height: 120px; } }
      article#post-581 ul li figure, article#post-698 ul li figure {
        width: 100%;
        height: auto;
        max-height: 320px;
        overflow: hidden; }
        @media screen and (max-width: 640px) {
          article#post-581 ul li figure, article#post-698 ul li figure {
            max-height: 120px; } }
        article#post-581 ul li figure img, article#post-698 ul li figure img {
          object-fit: cover; }
    article#post-581 ul::after, article#post-698 ul::after {
      clear: both;
      display: block;
      content: ''; }

.head-image {
  position: relative; }
  .head-image h2.entry-title {
    position: absolute;
    margin: 0;
    padding: 0.5rem 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    background: #000;
    text-align: center;
    text-shadow: 1px 2px 3px #333; }
    @media print {
      .head-image h2.entry-title {
        position: relative;
        margin: 0.75rem 0 0 0;
        padding: 0; } }
    @media screen and (max-width: 978px) {
      .head-image h2.entry-title {
        margin: 0 auto; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    .head-image h2.entry-title {
      font-size: 1rem;
      position: static;
      width: 100%;
      padding: 0.5rem 1rem;
      top: 0;
      left: 0;
      transform: translate(0, -20%); } }

    .head-image h2.entry-title img {
      z-index: -40; }
  .head-image .small-copy {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0.5rem 1rem;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 1px 2px 3px #333; }
    @media screen and (max-width: 978px) {
      .head-image .small-copy {
        position: absolute;
        margin: 0 auto;
        padding: 0.5rem 1rem;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        color: #FFF;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        text-shadow: 1px 2px 3px #333;
        width: 100%; } }
    .head-image .small-copy strong {
      font-size: 2.5rem;
      font-weight: 600; }
      @media screen and (max-width: 978px) {
        .head-image .small-copy strong {
          font-size: 1.5rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    .head-image .small-copy strong {
      font-size: 1.25rem; } }

  .head-image .small-copy-add {
    top: 35%; }
    @media screen and (max-width: 978px) {
      .head-image .small-copy-add {
        top: 0; } }
    .head-image .small-copy-add img {
      width: 75%;
      max-width: 120px; }
      @media screen and (max-width: 978px) {
        .head-image .small-copy-add img {
          max-width: 64px; } }

.btn {
  display: block;
  margin: 2rem auto;
  padding: 1rem 0;
  border: 2px solid #000;
  text-decoration: none;
  text-align: center;
  /*width: 100%;*/
  max-width: 300px;
  font-weight: bold;
  color: #000;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 978px) {
    .btn {
      max-width: none; } }

.btn::after {
  background: #3EA6DD;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1; }

.btn:hover {
  color: #fff; }

.btn:hover::after {
  transform: scale(1, 1); }

input[type="submit"].c-send {
  display: block;
  margin: 2rem auto;
  padding: 1.5rem 0;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 270px;
  font-weight: bold;
  color: #FFF;
  background: #2973B8;
  border: 2px solid #FFF; }

input[type="submit"].c-send:hover {
  cursor: pointer;
  border: 2px solid #111; }

.gray-box {
  display: block;
  margin: 0;
  padding: 1.5rem;
  background: #EFEFEF; }

/* トップページ */
.swiper {
  position: relative; }

.swiper:before {
  content: "";
  display: block;
  /*padding-top: calc(9/16*100%);*/
  /* 縦/横*100の値を書く */ }

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0; }

.swiper-wrapper img {
  width: 100%;
  height: auto; }

.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 60vh;*/
  aspect-ratio: 100 / 49;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-button-next, .swiper-button-prev {
  padding: 2rem; }

.sanbou-s {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2; }
  .sanbou-s img {
    filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.6));
    transition: 0.25s all; }
    .sanbou-s img:hover {
      transform: translateY(-10px);
      transition: 0.25s all; }
  @media screen and (max-width: 640px) {
    .sanbou-s {
      display: none; } }

.top-copy {
  position: absolute;
  margin: 0;
  text-align: center;
  padding: 0;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box; }
  @media screen and (max-width: 978px) {
    .top-copy {
      top: 50%;
      width: 90%; } }
  @media screen and (max-width: 978px) and (max-width: 768px) {
    .top-copy {
      display: none; } }

  .top-copy span {
    text-align: left;
    font-size: 1.25rem;
    background: #3EA6DD;
    padding: 1rem; }
    @media screen and (max-width: 978px) {
      .top-copy span {
        font-size: 0.75rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    .top-copy span {
      font-size: 0.5rem;
      line-height: 0.5rem;
      padding: 0.5rem; } }

  .top-copy h2 {
    text-align: center;
    margin: 1rem 0 0 0;
    font-size: 1rem;
    padding: 0 1.5rem; }
    @media screen and (max-width: 978px) {
      .top-copy h2 {
        font-size: 1.5rem;
        line-height: 1.75rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    .top-copy h2 {
      margin: 2rem 0;
      font-size: 1rem;
      line-height: 1.25rem;
      letter-spacing: -0.05rem;
      min-width: 0; } }

    .top-copy h2 i {
      font-style: normal;
      font-size: 2rem;
      color: #FFF; }
  .top-copy ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%; }
    .top-copy ul.btn-two li {
      list-style: none;
      width: 48%; }
    .top-copy ul.btn-three li {
      list-style: none;
      width: 30%; }
  .top-copy a {
    text-align: center;
    display: inline-block;
    margin: 0.5rem 0 1rem;
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 978px) {
      .top-copy a {
        font-size: 1rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    .top-copy a {
      display: block;
      margin: 0;
      padding: 0.5rem 0;
      font-size: 0.75rem; } }

  .top-copy a::after {
    background: #3EA6DD;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1; }
  .top-copy a:hover {
    color: #3EA6DD; }
  .top-copy a:hover::after {
    transform: scale(1, 1); }
  .top-copy i {
    color: #3EA6DD;
    font-weight: 600; }

.top-copy-sp {
  text-align: center; }
  .top-copy-sp h2 i {
    font-weight: 600; }
  .top-copy-sp a {
    text-align: center;
    display: inline-block;
    margin: 2rem 1rem;
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    position: relative;
    max-width: 270px; }
@media screen and (max-width: 978px) and (max-width: 767px) {
  .top-copy-sp a {
    margin: 0.5rem auto;
    padding: 0.5rem 0;
    font-size: 1rem;
    display: block; } }

section.copy {
  display: none; }
  section.copy span {
    display: block;
    font-size: 1rem;
    background: #3EA6DD;
    color: #FFF;
    padding: 0.5rem 0.35rem;
    font-weight: bold;
    line-height: 1.2rem; }
  section.copy h2 {
    font-size: 1.1rem; }
  @media screen and (max-width: 767px) {
    section.copy {
      display: block;
      background-color: #F0F0F0; } }

section.news article {
  max-width: 720px; }
section.news .news-list h3 {
  color: #000; }
section.news .news-list h3::after {
  display: block;
  margin: 1rem auto 3rem auto;
  content: '';
  border-bottom: 4px solid #3EA6DD;
  width: 180px;
  height: auto; }
section.news .news-list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 640px) {
    section.news .news-list dl {
      font-size: 1rem; } }
  section.news .news-list dl dt {
    margin: 0 0 2rem 0;
    flex: 1 1 auto;
    width: 30%;
    border-bottom: 1px dotted #CCC;
    color: #666; }
    @media screen and (max-width: 640px) {
      section.news .news-list dl dt {
        width: 100%;
        margin: 0;
        border-bottom: 0; } }
  section.news .news-list dl dd {
    margin: 0 0 2rem 0;
    flex: 1 1 auto;
    width: 70%;
    border-bottom: 1px dotted #CCC; }
    section.news .news-list dl dd .newicn {
      font-size: 0.85rem;
      background-color: #F00;
      color: #FFF;
      padding: 0.25rem 0.5rem;
      vertical-align: middle;
      margin-right: 0.25rem;
      border-radius: 3px;
      letter-spacing: 0.05rem; }
    section.news .news-list dl dd a {
      text-decoration: none;
      color: #000;
      font-weight: bold; }
    section.news .news-list dl dd a:hover {
      color: #2B72B5; }
section.news .property-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px; }
  section.news .property-list h3 {
    font-size: 1.65rem;
    text-align: center;
    color: #000; }
  section.news .property-list h3::after {
    display: block;
    margin: 1rem auto 3rem auto;
    content: '';
    border-bottom: 4px solid #3EA6DD;
    width: 180px;
    height: auto; }
  section.news .property-list ul {
    margin: 0;
    padding: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none; }
    section.news .property-list ul a {
      margin: 0;
      padding: 0 1%;
      flex: 0 1 auto;
      width: 23%;
      max-width: 290px;
      height: auto;
      color: #111;
      text-decoration: none; }
      @media screen and (max-width: 978px) {
        section.news .property-list ul a {
          width: 48%;
          max-width: inherit; } }
      section.news .property-list ul a:hover {
        color: #2B72B5; }
      section.news .property-list ul a li {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center; }
        section.news .property-list ul a li img {
          position: relative;
          overflow-y: hidden;
          width: 100%;
          max-height: 180px;
          object-fit: contain;
          background-color: #F0F0F0; }
          @media screen and (max-width: 978px) {
            section.news .property-list ul a li img {
              max-height: 140px; } }
        section.news .property-list ul a li span {
          width: 6.5rem;
          font-size: 0.75rem;
          text-align: center;
          padding: 0.15rem 0;
          position: absolute; }
          section.news .property-list ul a li span.month {
            top: 0;
            left: 0;
            color: #FFF;
            background-color: #3EA6DD; }
          section.news .property-list ul a li span.place {
            top: 1.55rem;
            left: 0;
            color: #FFF;
            background-color: #000; }

section.sanbou div {
  overflow: hidden; }
  section.sanbou div img {
    display: block;
    margin: 0 auto;
    max-width: 840px;
    transition: 0.25s all; }
    section.sanbou div img:hover {
      transform: scale(1.051, 1.05);
      transition: 0.25s all; }

section.s-regi {
  background: #333; }
  section.s-regi h4 {
    margin: 0 0 2rem 0;
    font-size: 1.65rem;
    letter-spacing: -0.05rem;
    color: #FFF;
    text-align: center;
    border: 0; }
    @media screen and (max-width: 978px) {
      section.s-regi h4 {
        font-size: 1.25rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    section.s-regi h4 {
      font-size: 1.1rem;
      text-align: left; } }

    @media screen and (max-width: 640px) {
      section.s-regi h4 > br {
        display: none; } }
  section.s-regi p {
    color: #FFF; }

section.release h4 {
  margin: 0 0 2rem 0;
  font-size: 1.65rem;
  letter-spacing: -0.05rem;
  text-align: center;
  border: 0; }
  @media screen and (max-width: 978px) {
    section.release h4 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    section.release h4 {
      font-size: 1.1rem;
      text-align: left; } }

section.release article {
  max-width: 960px; }
section.release .property-list {
  padding: 2rem 0; }
  section.release .property-list h3 {
    color: #000;
    font-size: 1.25rem; }
  section.release .property-list h3::after {
    display: block;
    margin: 0.25rem auto 1rem auto;
    content: '';
    border-bottom: 2px solid #000;
    width: 100%;
    height: auto; }
  section.release .property-list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    section.release .property-list dl a:hover {
      color: #2B72B5; }
    section.release .property-list dl dt {
      margin: 0 0 2rem 0;
      flex: 1 1 auto;
      width: 15%;
      border-bottom: 1px dotted #CCC;
      color: #666; }
      @media screen and (max-width: 640px) {
        section.release .property-list dl dt {
          width: 25%; } }
      section.release .property-list dl dt img {
        height: 80px; }
    section.release .property-list dl dd {
      margin: 0 0 2rem 0;
      flex: 1 1 auto;
      width: 85%;
      border-bottom: 1px dotted #CCC; }
      @media screen and (max-width: 640px) {
        section.release .property-list dl dd {
          width: 75%;
          font-size: 0.75rem; } }
      section.release .property-list dl dd strong.property-name {
        font-size: 1.25rem; }
        @media screen and (max-width: 640px) {
          section.release .property-list dl dd strong.property-name {
            font-size: 1rem;
            line-height: 1; } }
      section.release .property-list dl dd a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 1.1rem; }
        @media screen and (max-width: 640px) {
          section.release .property-list dl dd a {
            font-size: 1rem; } }

section.reit h4 {
  margin: 0 0 2rem 0;
  font-size: 1.65rem;
  letter-spacing: -0.05rem;
  text-align: center;
  border: 0; }
  @media screen and (max-width: 978px) {
    section.reit h4 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    section.reit h4 {
      font-size: 1.1rem;
      text-align: left; } }

  @media screen and (max-width: 640px) {
    section.reit h4 > br {
      display: none; } }
section.reit p.circle {
  display: block;
  text-align: center;
  background: #2B72B5;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  line-height: 8rem;
  margin: 0 auto 3rem auto; }
  @media screen and (max-width: 978px) {
    section.reit p.circle {
      display: block;
      text-align: left;
      background: #2B72B5;
      color: #FFF;
      font-size: 1.25rem;
      font-weight: bold;
      width: 100%;
      height: 2rem;
      border-radius: 5px;
      line-height: 2rem;
      margin: 0 auto 1rem auto;
      padding: 0 0 0 1rem; } }
section.reit ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0; }
  @media screen and (max-width: 978px) {
    section.reit ul {
      flex-flow: column; } }
  section.reit ul li {
    width: 30%; }
    @media screen and (max-width: 978px) {
      section.reit ul li {
        width: 100%;
        margin: 0 0 3rem 0; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    section.reit ul li {
      font-size: 1rem; } }

section.group {
  background: #2B72B5;
  color: #FFF;
  text-align: center; }
  section.group article {
    padding: 1rem 0 0 0; }
    @media screen and (max-width: 978px) {
      section.group article {
        padding: 1rem 2rem; } }
  section.group h4 {
    margin: 0;
    text-align: center;
    border: 0; }
    @media screen and (max-width: 978px) {
      section.group h4 {
        font-size: 1.25rem; } }
  @media screen and (max-width: 978px) and (max-width: 640px) {
    section.group h4 {
      font-size: 1.1rem;
      text-align: left; } }

  section.group ul {
    width: 100%;
    max-width: 980px;
    list-style: none;
    display: flex;
    margin: 0 auto;
    padding: 0 0 2rem 0;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      section.group ul {
        padding: 0 2rem 2rem 2rem; } }
    section.group ul li {
      flex: 0 1 auto;
      width: 16%; }
      @media screen and (max-width: 640px) {
        section.group ul li {
          width: 48%; } }
      section.group ul li img {
        width: 100%; }
      section.group ul li:nth-of-type(7) {
        width: 100%; }
        section.group ul li:nth-of-type(7) img {
          max-width: 240px;
          background-color: #FFF;
          padding: 0.5rem 1rem; }

/* お知らせ */
article.news {
  margin: 0 auto; }

/* お問い合わせ */
ul.lead-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }
  ul.lead-contact li {
    margin: 0 1rem; }
    ul.lead-contact li a {
      width: 18rem; }

.mw_wp_form .error {
  font-weight: bold;
  color: #FF0000;
  display: block; }

#c-moveout .error {
  display: inline-block !important; }

.fa-bars:before,
.fa-navicon:before {
  content: none !important; }

/* 新築物件情報 */
article.property {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto; }
  article.property header {
    display: block;
    width: 100%;
    height: auto;
    position: inherit;
    z-index: inherit;
    background-color: inherit;
    margin: 0; }
    article.property header h2 {
      display: block;
      margin: 0 auto 1.5rem auto;
      padding-bottom: 0.75rem;
      font-size: 2rem;
      line-height: 2rem;
      border-bottom: 4px solid #2C72B8;
      width: fit-content; }
  article.property .entry-content {
    margin: 0; }
    article.property .entry-content h3 {
      margin: 0 0 1rem 0;
      font-size: 1.5rem;
      line-height: 1;
      text-align: center;
      color: #404040; }
      article.property .entry-content h3::after {
        display: block;
        margin: 1rem auto 1.5rem auto;
        content: '';
        border-bottom: 4px solid #2C72B8;
        width: 120px;
        height: auto; }
      article.property .entry-content h3 span {
        font-size: 0.75rem; }
  article.property section {
    margin: 0 0 6rem; }
    article.property section.pr-main {
      position: relative; }
      article.property section.pr-main img {
        position: relative;
        width: 100%;
        height: 540px;
        object-fit: scale-down;
        background: #F0F0F0;
        padding: 0; }
      article.property section.pr-main p {
        position: absolute;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 160px;
        height: 30px;
        font-size: 1rem;
        line-height: 30px; }
        article.property section.pr-main p.month {
          top: 0;
          left: 0;
          color: #FFF;
          background-color: #3EA6DD; }
        article.property section.pr-main p.place {
          top: 30px;
          left: 0;
          color: #FFF;
          background-color: #000; }
    article.property section.pr_planview a img {
      display: block;
      margin: 0 auto;
      width: auto;
      height: 620px; }
      @media screen and (max-width: 980px) {
        article.property section.pr_planview a img {
          width: 100%;
          height: auto; } }
    article.property section.slider .swiper-wrapper {
      width: 100%;
      height: auto; }
      article.property section.slider .swiper-wrapper .swiper-slide {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 60vh;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (max-width: 768px) {
          article.property section.slider .swiper-wrapper .swiper-slide {
            height: 360px; } }
        article.property section.slider .swiper-wrapper .swiper-slide img {
          max-height: 100%;
          max-width: 100%;
          width: auto; }
    article.property section.outline dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      article.property section.outline dl dt {
        margin: 0;
        padding: 0.5rem 2%;
        flex: 1 1 auto;
        width: 21%;
        background-color: #F6F6F6;
        border-bottom: 1px solid #5A9EDB; }
      article.property section.outline dl dd {
        margin: 0;
        padding: 0.5rem 2%;
        flex: 1 1 auto;
        width: 71%;
        border-bottom: 1px solid #5A9EDB; }
    article.property section.gallery ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      article.property section.gallery ul li {
        float: left;
        width: 33.333%;
        height: auto;
        aspect-ratio: 1 / 0.73333;
        overflow-y: hidden; }
        @media screen and (max-width: 640px) {
          article.property section.gallery ul li {
            width: 50%; } }
        article.property section.gallery ul li img {
          margin: 0 auto;
          width: 100%;
          height: auto; }

article.property h4 {
  font-size: 1.2rem;
  border-bottom: 2px solid #333;
  margin: 2rem 0 0.5rem 0;
  padding-bottom: 0.2rem; }

.pr_youtube {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 540px; }
  .pr_youtube li {
    padding: 0.5rem 0 0 0; }
    .pr_youtube li iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }

/* 大規模修繕工事 */
ul.threebtn {
  list-style: none;
  padding: 0; }
  ul.threebtn li {
    float: left;
    width: 31.3%;
    margin: 0 1% 2rem 1%; }
    @media screen and (max-width: 640px) {
      ul.threebtn li {
        float: none;
        width: 100%;
        margin: 0 0 2rem 0; } }

/* お問い合わせ */
.btn-blue {
  display: inline-block;
  margin: 1rem 0.75rem 0;
  padding: 0.75rem 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 240px;
  font-weight: bold;
  color: #FFF;
  background: #3EA6DD;
  border: 0; }

.btn-blue:hover {
  background: #3EA6DD80; }

.buttons {
  margin: 0 0 6rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%; }

.buttons-column {
  flex: 0 1 auto;
  width: 49%;
  text-align: center;
  border: 7px solid #3EA6DD25;
  margin: 0 0 1rem 0;
  padding: 1.5rem 0; }

@media screen and (max-width: 978px) {
  .buttons-column {
    width: 100%; } }
.buttons-column2 {
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
  border: 7px solid #3EA6DD25;
  padding: 1.5rem 0; }

.buttons-column strong,
.buttons-column2 strong {
  font-size: 1.15rem;
  line-height: 2.5rem; }

.buttons-tag {
  font-size: 0.75rem;
  background-color: #EEE;
  margin: 1rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 5px; }

@media screen and (max-width: 480px) {
  .buttons-tag {
    font-size: 0.55rem; } }
.notice {
  margin: 0 0 1rem 0;
  font-size: 0.85rem;
  line-height: 1.45rem;
  font-weight: 600;
  color: #FF3400;
  text-align: center; }

@media screen and (max-width: 480px) {
  .notice {
    text-align: left; } }
/* tab */
.tabs {
  width: 100%;
  margin: 1rem auto;
  position: relative; }

.tab_item {
  width: calc(100% / 3.3);
  height: 50px;
  border: 1px solid #3EA6DD;
  border-bottom: 0;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2sease;
  margin: 0 1%; }
  @media screen and (max-width: 978px) {
    .tab_item {
      width: calc(100%/2); } }
  @media screen and (max-width: 479px) {
    .tab_item {
      width: 100%; } }

.tab_item:hover {
  opacity: 0.75;
  cursor: pointer; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #3EA6DD;
  color: #fff; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0.5rem;
  color: #333;
  clear: both;
  overflow: hidden;
  border-top: 3px solid #3EA6DD; }
  .tab_content a {
    display: block;
    margin: 0; }
  .tab_content dl dt {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 4%;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 1;
    font-weight: normal; }
    @media screen and (max-width: 978px) {
      .tab_content dl dt {
        width: 8%; } }
  .tab_content dl dt.question {
    color: #3EA6DD; }
  .tab_content dl dt.answer {
    color: #FF6600; }
  .tab_content dl dd {
    display: inline-block;
    margin: 0;
    padding: 0 0 1rem 0;
    width: 96%;
    font-size: 0.9rem; }
    @media screen and (max-width: 978px) {
      .tab_content dl dd {
        width: 92%;
        font-size: 1rem; } }
  .tab_content dl dt.question + dd {
    font-size: 1rem;
    font-weight: bold; }
  .tab_content dl dt.guide + dd {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 2rem; }

/* goole map */
.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 6rem; }

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* 企業情報 */
dl.company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  dl.company dt {
    margin: 0 0 2rem 0;
    padding: 1%;
    flex: 1 0 auto;
    width: 28%;
    background: #FAFAFA;
    border-top: 1px solid #3EA6DD; }
    @media screen and (max-width: 978px) {
      dl.company dt {
        margin: 0;
        padding: 1% 1% 1rem 1rem;
        width: 100%; } }
  dl.company dd {
    margin: 0 0 4rem 0;
    padding: 1%;
    flex: 1 0 auto;
    width: 70%;
    border-top: 1px solid #3EA6DD; }
    @media screen and (max-width: 978px) {
      dl.company dd {
        margin: 0;
        padding: 1% 1% 2rem 1rem;
        width: 100%;
        border-top: 0; } }

ul.office {
  list-style: none;
  padding: 0; }
  ul.office li {
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CCC; }

div.pamphlet p img {
  width: 35%;
  margin-right: 4rem;
  float: left; }
div.pamphlet p.title {
  font-size: 1.2rem;
  font-weight: 600; }

/* 重要事項に係る調査報告のご案内 */
dl.fee {
  display: flex;
  flex-wrap: wrap; }
  dl.fee dt {
    margin: 0 0 0.25rem 0;
    padding-bottom: 0.25rem;
    flex: 1 0 auto;
    width: 35%;
    border-bottom: 1px dotted #CCC; }
    @media screen and (max-width: 640px) {
      dl.fee dt {
        width: 50%; } }
  dl.fee dd {
    margin: 0 0 0.25rem 0;
    padding-bottom: 0.25rem;
    flex: 1 0 auto;
    width: 65%;
    border-bottom: 1px dotted #CCC; }
    dl.fee dd span {
      display: inline-block;
      width: 8rem;
      text-align: right; }
    @media screen and (max-width: 640px) {
      dl.fee dd {
        width: 50%;
        text-align: end; } }

p.bank {
  font-size: 1.25rem;
  padding: 2rem 4rem;
  border: 2px solid #666; }

.notes_required {
  background-color: #E0E0E0;
  padding: 2rem;
  text-align: center; }
  .notes_required input[type="checkbox"] {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 1px solid #000;
    vertical-align: -0.5rem; }
  .notes_required input[type="checkbox"] ~ a.btn {
    opacity: 0.15;
    pointer-events: none; }
  .notes_required input[type="checkbox"]:checked ~ a.btn {
    opacity: 1;
    pointer-events: auto; }

.q_and_a {
  padding: 0.5rem;
  color: #333;
  clear: both;
  overflow: hidden; }
  .q_and_a a {
    display: inline-block;
    margin: 0; }
  .q_and_a dl dt {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 4%;
    font-size: 1.5rem;
    vertical-align: top;
    line-height: 1;
    font-weight: normal; }
    @media screen and (max-width: 978px) {
      .q_and_a dl dt {
        width: 8%; } }
  .q_and_a dl dt.question {
    color: #3EA6DD; }
  .q_and_a dl dt.answer {
    color: #FF6600; }
  .q_and_a dl dd {
    display: inline-block;
    margin: 0;
    padding: 0 0 1rem 0;
    width: 95%;
    font-size: 0.9rem; }
    @media screen and (max-width: 978px) {
      .q_and_a dl dd {
        width: 90%;
        font-size: 1rem; } }
  .q_and_a dl dt.question + dd {
    font-size: 1rem;
    font-weight: bold; }
  .q_and_a dl dt.guide + dd {
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 2rem; }

ul.download {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  @media screen and (max-width: 640px) {
    ul.download {
      flex-direction: column;
      justify-content: flex-start; } }
  ul.download li {
    flex: 0 1 auto;
    width: 31%; }
    @media screen and (max-width: 640px) {
      ul.download li {
        width: 100%; } }
    ul.download li a.btn {
      margin: 1rem auto; }

p.btn_jwebr {
  text-align: center; }
  p.btn_jwebr a {
    margin: 0 auto;
    display: block;
    padding: 1.5rem 3rem 0.75rem 3rem;
    border: 2px solid #333;
    width: fit-content; }
    p.btn_jwebr a:hover {
      border: 2px solid #3EA6DD; }
    p.btn_jwebr a img {
      max-width: 275px; }
      @media screen and (max-width: 640px) {
        p.btn_jwebr a img {
          max-width: 80%; } }

/* ページャー */
.pagination {
  display: flex;
  justify-content: center;
  list-style: none; }

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 1rem;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
  text-decoration: none; }

.page-numbers.current {
  background: #333;
  color: #fff;
  pointer-events: none; }

.page-numbers:not(.current):hover {
  background: #2973B8;
  color: #fff; }

/* フォーム */
select {
  border-radius: 3px;
  padding: 6px; }

.c-addr-num {
  width: 4rem; }

input[type="text"].c-property_name {
  background: #eee;
  pointer-events: none;
  user-select: none; }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0;
  border-radius: 3px;
  background: #2973B8;
  color: #FFF;
  line-height: 1;
  padding: 0.75rem; }

#resultList a {
  display: block;
  margin: 0.25rem 0;
  padding: 0.25rem;
  color: #2973B8; }

#resultList a:hover {
  background: #2973B8;
  color: #FFF;
  cursor: pointer; }

.mw_wp_form_confirm button.c-search {
  display: none; }

.result-box {
  font-weight: bold;
  padding: 0.5rem;
  border: 2px solid #2973B8; }

/* footer */
footer {
  margin: 3rem 0 0 0;
  width: 100%;
  height: auto;
  background: #ECECEC; }
  footer div.site-info {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
    font-size: 0.8rem;
    line-height: 1.5rem; }
    footer div.site-info ul {
      display: flex;
      padding: 0;
      justify-content: space-between;
      list-style: none; }
      @media screen and (max-width: 978px) {
        footer div.site-info ul {
          flex-wrap: wrap;
          padding: 0 2rem; } }
      @media screen and (max-width: 978px) {
        footer div.site-info ul li {
          width: 50%;
          margin: 0 0 2rem 0; }
          footer div.site-info ul li:last-of-type {
            width: 100%; } }
      footer div.site-info ul li a {
        color: #444;
        text-decoration: none; }
      footer div.site-info ul li img {
        width: 160px;
        height: auto; }
      @media screen and (max-width: 978px) {
        footer div.site-info ul li:nth-child(1) {
          margin: 0 0 2rem 0;
          width: 100%; } }
    @media print {
      footer div.site-info {
        display: none; } }
  footer div.copyright {
    width: 100%;
    height: 3rem;
    background: #000;
    color: #FFF;
    font-size: 0.75rem;
    text-align: center;
    line-height: 3rem; }
    @media print {
      footer div.copyright {
        background: #FFF;
        color: #999; } }

body.home footer {
  margin-top: 0; }

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3EA6DD;
  opacity: 0.6; }
  @media print {
    #page_top {
      display: none; } }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.print-btn {
  display: block;
  margin: 0 0 0 auto;
  padding: 0.25rem 0.5rem 0.15rem 0.5rem;
  border: 2px solid #2C72B8;
  border-radius: 2px;
  font-size: 0.75rem;
  width: 110px;
  font-weight: 600;
  text-decoration: none; }
  .print-btn:hover {
    color: #FFF;
    background: #2C72B8; }
  @media print {
    .print-btn {
      display: none; } }

.flame {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border: 1px solid #000;
  margin: 0 0.5rem; }
