@charset "UTF-8";
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
_mixins.scss

Styleguide 1.3.0
*/
.view_sp {
  display: none !important; }
  @media (max-width: 767px) {
    .view_sp {
      display: block !important; } }

.view_tab {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .view_tab {
      display: block !important; } }

.view_pc {
  display: none !important; }
  @media (min-width: 1025px) {
    .view_pc {
      display: block !important; } }

.view_tab-down {
  display: none !important; }

.view_pc-tab {
  display: none !important; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .view_pc-tab {
      display: block !important; } }
  @media (min-width: 1025px) {
    .view_pc-tab {
      display: block !important; } }

/* ===================================================================
CSS information

 file name  : top.css
 author     : Ability Consultant
 style info : 総合TOP
=================================================================== */
#homepage .gp-p-homepage__box-list ul + .caution_txt {
  margin-top: 4em; }
#homepage .gp-p-homepage__box-list ul li {
  --margin-bottom: 20px;
  --hash-height: 40px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #homepage .gp-p-homepage__box-list ul li {
      --margin-bottom: 12px; } }
  @media (max-width: 767px) {
    #homepage .gp-p-homepage__box-list ul li {
      --margin-bottom: 5%; } }
  @media (min-width: 768px) {
    #homepage .gp-p-homepage__box-list ul li:nth-child(n+4) {
      margin-top: calc(var(--hash-height) + var(--margin-bottom)); } }
  @media (max-width: 767px) {
    #homepage .gp-p-homepage__box-list ul li:nth-child(n+3) {
      margin-top: calc(var(--hash-height) + var(--margin-bottom)); } }
  #homepage .gp-p-homepage__box-list ul li > a.caution:before, #homepage .gp-p-homepage__box-list ul li > a.caution_2:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_2:before {
    height: var(--hash-height);
    top: 100%;
    bottom: auto; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
    #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
      top: calc(100% + 1.2em); } }
  @media (min-width: 1057px) and (max-width: 1280px) {
    #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
    #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
      top: calc(100% + 1.3em); } }
  @media (min-width: 1402px) and (max-width: 1538px) {
    #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
    #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
      top: calc(100% + 1.5em); } }
#homepage .gp-p-homepage__box-list .caution_txt,
#homepage .gp-p-homepage__box-list .caution_txt_2 {
  position: static; }
@media (max-width: 767px) {
  #homepage .press_height {
    height: calc(-96px + 140vh) !important; } }
#homepage .press {
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 1% 2%;
  color: #fff; }
  #homepage .press:last-child {
    background-color: rgba(15, 66, 113, 0.75); }
  @media (max-width: 767px) {
    #homepage .press {
      margin-top: 3%; } }
  #homepage .press_box:nth-of-type(n+2) {
    margin-top: .5em; }
  #homepage .press_title {
    font-weight: bold; }
  #homepage .press a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit !important;
    padding: 0 !important;
    line-height: inheritc !important; }
#homepage .press_news {
  margin-left: 0; }
@media (min-width: 1025px) {
  #homepage .gp-c-fot .l-fot__navgp .l-fot__navgp__ul:nth-of-type(5) {
    width: 100%;
    display: flex;
    justify-content: space-around; } }
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .gp-c-fot .l-fot__navgp .l-fot__navgp__ul:nth-of-type(5) {
    width: 100%;
    display: flex;
    justify-content: space-around; } }

#terms .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%); }
  @media (max-width: 767px) {
    #terms .gp-c-title--main--center {
      padding-top: 15%; } }
#terms .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden; }
  #terms .gp-privacy-cnt-title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -704px;
    width: 9999px;
    height: 100%;
    background-color: #f5f1e9;
    z-index: -1;
    pointer-events: none; }
#terms .terms .terms_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%; }
  @media (max-width: 1024px) {
    #terms .terms .terms_flex {
      display: block; } }
  #terms .terms .terms_flex li {
    width: 48%;
    font-size: 110%;
    margin-top: 2%; }
    @media (max-width: 1024px) {
      #terms .terms .terms_flex li {
        width: 100%; } }
    #terms .terms .terms_flex li a {
      display: block;
      border: 1px solid #dfdfdf;
      padding: 1em 3em;
      text-decoration: none;
      text-align: center;
      position: relative;
      padding-right: 5%;
      background-color: #fff;
      transition: background-color 0.3s ease; }
      #terms .terms .terms_flex li a:after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #2d3e48;
        border-right: 1px solid #2d3e48;
        position: absolute;
        top: 45%;
        right: 15%;
        transform: rotate(45deg);
        transition: right 0.3s ease; }
        @media (max-width: 767px) {
          #terms .terms .terms_flex li a:after {
            right: 10%; } }
      #terms .terms .terms_flex li a:hover {
        background-color: #f0f0f0; }
        #terms .terms .terms_flex li a:hover:after {
          right: 12%; }

#legal_disclosure .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%); }
  @media (max-width: 767px) {
    #legal_disclosure .gp-c-title--main--center {
      padding-top: 15%; } }
#legal_disclosure .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden; }
  #legal_disclosure .gp-privacy-cnt-title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -704px;
    width: 9999px;
    height: 100%;
    background-color: #f5f1e9;
    z-index: -1;
    pointer-events: none; }
#legal_disclosure .terms .terms_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%; }
  @media (max-width: 1024px) {
    #legal_disclosure .terms .terms_flex {
      display: block; } }
  #legal_disclosure .terms .terms_flex li {
    width: 48%;
    font-size: 110%;
    margin-top: 2%; }
    @media (max-width: 1024px) {
      #legal_disclosure .terms .terms_flex li {
        width: 100%; } }
    #legal_disclosure .terms .terms_flex li a {
      display: block;
      border: 1px solid #dfdfdf;
      padding: 1em 3em;
      text-decoration: none;
      text-align: center;
      position: relative;
      padding-right: 5%;
      background-color: #fff;
      transition: background-color 0.3s ease; }
      #legal_disclosure .terms .terms_flex li a:after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #2d3e48;
        border-right: 1px solid #2d3e48;
        position: absolute;
        top: 45%;
        right: 15%;
        transform: rotate(45deg);
        transition: right 0.3s ease; }
        @media (max-width: 767px) {
          #legal_disclosure .terms .terms_flex li a:after {
            right: 10%; } }
      #legal_disclosure .terms .terms_flex li a:hover {
        background-color: #f0f0f0; }
        #legal_disclosure .terms .terms_flex li a:hover:after {
          right: 12%; }

#privacypolicy .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%); }
  @media (max-width: 767px) {
    #privacypolicy .gp-c-title--main--center {
      padding-top: 15%; } }
#privacypolicy .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden; }
  #privacypolicy .gp-privacy-cnt-title:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: -704px;
    width: 9999px;
    height: 100%;
    background-color: #f5f1e9;
    z-index: -1;
    pointer-events: none; }
#privacypolicy .terms .terms_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%; }
  @media (max-width: 1024px) {
    #privacypolicy .terms .terms_flex {
      display: block; } }
  #privacypolicy .terms .terms_flex li {
    width: 48%;
    font-size: 110%;
    margin-top: 2%; }
    @media (max-width: 1024px) {
      #privacypolicy .terms .terms_flex li {
        width: 100%; } }
    #privacypolicy .terms .terms_flex li a {
      display: block;
      border: 1px solid #dfdfdf;
      padding: 1em 3em;
      text-decoration: none;
      text-align: center;
      position: relative;
      padding-right: 5%;
      background-color: #fff;
      transition: background-color 0.3s ease; }
      #privacypolicy .terms .terms_flex li a:after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #2d3e48;
        border-right: 1px solid #2d3e48;
        position: absolute;
        top: 45%;
        right: 15%;
        transform: rotate(45deg);
        transition: right 0.3s ease; }
        @media (max-width: 767px) {
          #privacypolicy .terms .terms_flex li a:after {
            right: 10%; } }
      #privacypolicy .terms .terms_flex li a:hover {
        background-color: #f0f0f0; }
        #privacypolicy .terms .terms_flex li a:hover:after {
          right: 12%; }

@media (min-width: 1025px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-st {
    margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-st {
    text-align: center;
    margin-bottom: 20px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-tel {
    width: 25%;
    padding: 10px 0; } }
@media (max-width: 767px) {
  .gp-l-fot__con-contact .l-fot__contact-wrp-tel {
    width: 100%; } }
.gp-l-fot__con-contact .l-fot__contact-wrp-tel ul li span {
  margin-left: 0; }
.gp-l-fot__con-contact .l-fot__contact-wrp-tel p a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffffffd3;
  line-height: 1.8; }
.gp-l-fot__con-contact .l-fot__contact-wrp-tel .info {
  margin-top: 10px;
  line-height: 1; }
.gp-l-fot__con-contact .l-fot__box-contact > div:first-of-type {
  border-left: 1px solid #fff; }
  .gp-l-fot__con-contact .l-fot__box-contact > div:first-of-type:first-child {
    border-left: none; }

.con_map {
  width: 96%;
  max-width: 1640px;
  margin: 80px auto 0; }
  @media (max-width: 767px) {
    .con_map {
      margin: 8% auto 0; } }
  .con_map .map {
    width: 100%; }
    .con_map .map img {
      width: 100%; }

#property .gp-p-sdgs__title-big {
  background: transparent url("../../../property/images/bg_title_big.jpg") 100% no-repeat;
  background-size: cover;
  margin-top: 0;
  height: calc(-443px + 100vh);
  position: relative; }
  #property .gp-p-sdgs__title-big::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
#property .propety_nav .intro {
  margin-top: 28px;
  text-align: center;
  line-height: 2; }
  @media (min-width: 768px) and (max-width: 1024px) {
    #property .propety_nav .intro {
      width: 90%;
      margin: 28px auto auto; } }
  @media (max-width: 767px) {
    #property .propety_nav .intro {
      width: 96%;
      margin: 28px auto auto;
      text-align: left; } }
@media (max-width: 767px) {
  #property .propety_nav .u-anchor {
    margin-top: 2em; } }
#property .propety_nav .u-anchor li {
  width: calc(100%/3); }
#property .propety_box .propety_item {
  margin-top: 40px; }
  @media (max-width: 767px) {
    #property .propety_box .propety_item {
      margin-top: 2em; } }
  #property .propety_box .propety_item li {
    width: 100%;
    margin-left: 0; }
    #property .propety_box .propety_item li div {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #property .propety_box .propety_item li div {
          margin-bottom: 2em; } }
      #property .propety_box .propety_item li div h5 {
        border-left: 5px solid #a8aaab;
        padding: 0 0 0 10px;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          #property .propety_box .propety_item li div h5 {
            margin-bottom: .8em; } }
  #property .propety_box .propety_item table {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 10px;
    border-collapse: collapse; }
    @media (max-width: 1024px) {
      #property .propety_box .propety_item table {
        width: 100%; } }
    @media (max-width: 767px) {
      #property .propety_box .propety_item table {
        margin-top: 28px; } }
    #property .propety_box .propety_item table th,
    #property .propety_box .propety_item table td {
      padding: 15px;
      border: 1px solid #DDD; }
    #property .propety_box .propety_item table th {
      background: #faf9f8; }
  #property .propety_box .propety_item .gp-c-text {
    margin-top: 10px; }
    #property .propety_box .propety_item .gp-c-text a {
      font-size: 26px;
      text-decoration: none; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #property .propety_box .propety_item .gp-c-text a {
          font-size: 22px; } }
      @media (max-width: 767px) {
        #property .propety_box .propety_item .gp-c-text a {
          font-size: 1.7em; } }
  #property .propety_box .propety_item .note {
    margin-top: 28px; }
  #property .propety_box .propety_item .gp-c-btn--primary {
    margin-top: 20px; }
    @media (max-width: 767px) {
      #property .propety_box .propety_item .gp-c-btn--primary {
        margin-top: 1.5em; } }
    #property .propety_box .propety_item .gp-c-btn--primary .t::before {
      content: none; }

.gp-c-fot__fix-menu__box-list {
  flex-wrap: wrap;
  justify-content: space-between; }

/*# sourceMappingURL=top.css.map */
