@charset "UTF-8";
html {
  font-size: 2.6667vw;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.7321vw;
  }
}

* {
  letter-spacing: 0.1em;
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

a {
  list-style: none;
  text-decoration: none;
  color: #000;
}

.l-wrap {
  width: 90%;
  margin: 0 auto;
}

p {
  line-height: 1.8;
}

th, td {
  pointer-events: none;
}

.display-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .display-pc {
    display: block;
  }
}

/* https: //sys-guard.com/post-18818/ */
.fade {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: all 2s;
}

.fade.view {
  opacity: 1;
  transform: translateY(0);
}

.g-nav {
  display: block;
  width: 40px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .g-nav {
    display: none;
  }
}

.hamburger {
  position: relative;
  z-index: 999;
  width: 45px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  left: 6px;
  background: #BB1010;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2) {
  top: 10px;
}

.hamburger span:nth-child(3) {
  top: 20px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}

.main_nav {
  display: none;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.main_nav.active {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  background-color: #BB1010;
}

.nav_ul {
  padding: 5rem;
}
.nav_ul li {
  margin: 5rem auto 0;
  line-height: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
}
.nav_ul li a {
  color: #fff;
}

.l-g-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-g-nav {
    display: block;
  }
  .l-g-nav ul {
    display: flex;
  }
  .l-g-nav ul .l-g-nav_item a {
    color: #000;
    font-size: 1.5rem;
    transition: color 0.3s;
  }
  .l-g-nav ul .l-g-nav_item:hover a {
    color: #BB1010;
  }
  .l-g-nav ul .l-g-nav_item + .l-g-nav_item {
    margin-left: 5rem;
  }
}

header {
  width: 100%;
  padding: 1rem;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 997;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  header {
    padding: 2rem 2.5rem;
  }
}

.l-header_logo {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .l-header_logo {
    width: 25rem;
  }
  .l-header_logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header_logo a img {
    width: 100%;
  }
}

.fv-area {
  width: 100%;
  height: calc(100vh - 75px);
  overflow-x: hidden;
  padding-top: 58px;
  display: flex;
  align-items: center;
}
.fv-area .fv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fv-area {
    padding-top: 50px !important;
  }
}

.first-lead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .first-lead {
    font-size: 2.5rem;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 2rem;
    text-align: center;
  }
}

.service-wrap {
  margin-top: 5rem;
  border-radius: 10px;
  border: 1.5px solid #BB1010;
  padding: 3rem;
}
.service-wrap .service-wrap_tit {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #BB1010;
  text-align: center;
}
.service-wrap .service-wrap_lists {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.service-wrap .service-wrap_lists .service-wrap_list {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 1.5em;
  position: relative;
}
.service-wrap .service-wrap_lists .service-wrap_list::before {
  content: "";
  position: absolute;
  top: 0.39em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #BB1010;
}
.service-wrap .service-wrap_lists .service-wrap_list:nth-of-type(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .service-wrap {
    width: -moz-fit-content;
    width: fit-content;
    margin: 10rem auto 0;
    padding: 4rem 7rem;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .service-wrap .service-wrap_tit {
    font-size: 2.2rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .service-wrap .service-wrap_lists {
    margin: 0 auto 0 4rem;
    display: block;
  }
  .service-wrap .service-wrap_lists .service-wrap_list {
    font-size: 1.7rem;
  }
}

.sec {
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .sec {
    padding-top: 10rem 0;
  }
}

.sec-tit {
  margin-bottom: 3rem;
  font-weight: normal;
}
.sec-tit_en {
  display: block;
  font-size: 1.3rem;
  color: #BB1010;
  text-align: center;
  letter-spacing: 0.03em;
}
.sec-tit_ja {
  margin-top: 1.5rem;
  font-size: 2rem;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .sec-tit {
    margin-bottom: 4rem;
  }
  .sec-tit_en {
    font-size: 1.4rem;
  }
  .sec-tit_ja {
    font-size: 2.5rem;
  }
}

.btn {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #BB1010;
  transition: all 0.3s;
}
.btn a {
  padding: 1.4rem 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background-color: #9d0303;
  border-color: #9d0303;
}

.property-btn {
  margin-top: 2rem;
  width: 100%;
}

.sec-property {
  background-color: #f7f7f7;
  padding-bottom: 10rem;
}
.sec-property .property-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.sec-property .property-wrap_item {
  width: 32rem;
  margin: 0 auto;
  border: 0.5px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.sec-property .property-wrap_item .property_imgarea {
  width: 100%;
  height: 19.5rem;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  position: relative;
}
.sec-property .property-wrap_item .property_imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-property .property-wrap_item .property_imgarea.noimg {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: #727272;
}
.sec-property .property-wrap_item .property_imgarea .more-img {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}
.sec-property .property-wrap_item .property_imgarea .more-img::before {
  content: "";
  background: url("../img/more-img.svg") no-repeat center center/contain;
  display: block;
  width: 3.5rem;
  height: 3rem;
}
.sec-property .property-wrap_item .property_textarea {
  padding: 2rem;
  position: relative;
}
.sec-property .property-wrap_item .property_textarea .access {
  margin-top: 10px;
  font-size: 1.4rem;
  padding-left: 1.5em;
  position: relative;
}
.sec-property .property-wrap_item .property_textarea .access::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1.5em;
  top: 0.2em;
  left: 0;
  background: url("../img/map.svg") no-repeat;
  background-size: contain;
}
.sec-property .property-wrap_item .property_textarea .plice {
  margin: 1.5rem 0 0;
  letter-spacing: 0.02em;
}
.sec-property .property-wrap_item .property_textarea .plice_num {
  font-size: 3rem;
  font-weight: bold;
}
.sec-property .property-wrap_item .property_textarea .plice_yen {
  font-size: 2rem;
}
.sec-property .property-wrap_item .property_textarea .detail {
  font-size: 1.4rem;
  color: #818181;
}
.sec-property .property-wrap_item .property_textarea .detail .detail_txt + .detail_txt {
  padding-left: 1rem;
  position: relative;
}
.sec-property .property-wrap_item .property_textarea .detail .detail_txt + .detail_txt::before {
  content: "/";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
}
.sec-property .property-wrap_item .property_textarea .detail + .detail {
  margin-top: 0.25rem;
}
.sec-property .property-wrap_item .property_textarea .lavel {
  position: absolute;
  display: block;
  top: -15px;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-property .property-wrap_item .property_textarea .lavel-item {
  padding: 1rem;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
}
.sec-property .property-wrap_item .property_textarea .lavel .new {
  background-color: #ffef83;
}
.sec-property .property-wrap_item .property_textarea .lavel .shintiku {
  background-color: #f66d78;
}
.sec-property .property-wrap_item .property_textarea .lavel .thuko {
  background-color: #74cc8e;
}
.sec-property .property-wrap_item .property_textarea .lavel .toti {
  background-color: #a9904c;
  color: #fff;
}
.sec-property .property-wrap .sold-out {
  position: relative;
}
.sec-property .property-wrap .sold-out::after {
  content: "準備中";
  position: absolute;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-property .property-wrap .sold-out::before {
  content: "";
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7a7a7a;
}
@media screen and (min-width: 768px) {
  .sec-property .property-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
  }
}

.sec-news .news-wrap {
  width: 90%;
  margin: 0 auto;
}
.sec-news .news-wrap-item {
  border-bottom: 2px solid #b2b2b2;
  margin-bottom: 1rem;
}
.sec-news .news-wrap-item .news-date {
  margin-top: 2rem;
  font-size: 1.1rem;
  color: #ca7070;
  display: block;
  margin-bottom: 1rem;
}
.sec-news .news-wrap-item .news-txt {
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .sec-news .sec-tit {
    display: block;
  }
  .sec-news .news-wrap {
    width: 60%;
  }
  .sec-news .news-date {
    font-size: 1.2rem;
  }
}

.sec-company {
  margin: 0 auto;
}
.sec-company_img {
  width: 20rem;
  max-width: 20rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
}
.sec-company_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-company_txtarea {
  margin-top: 30px;
}
.sec-company_small {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
.sec-company_name {
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
.sec-company_keireki {
  display: inline-block;
  margin-top: 2rem;
}
.sec-company .company-access {
  margin-top: 5rem;
}
.sec-company .company-access_table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #cfcfcf;
}
.sec-company .company-access_table tr {
  border-top: solid 1px #cfcfcf;
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
}
.sec-company .company-access_table tr th {
  padding: 1.5rem;
  text-align: left;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.sec-company .company-access_table tr td {
  padding: 1.5rem;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sec-company .company-owner {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  .sec-company_img {
    display: block;
    margin: initial;
  }
  .sec-company_txtarea {
    display: block;
    margin-top: 0;
  }
  .sec-company_small {
    text-align: left;
    font-size: 1.5rem;
  }
  .sec-company_name {
    text-align: left;
    font-size: 2rem;
  }
  .sec-company_keireki {
    margin-top: 2rem;
  }
  .sec-company .company-access_table {
    width: 60%;
  }
  .sec-company .company-access_table tr {
    flex-direction: row;
  }
  .sec-company .company-access_table tr th {
    width: 27rem;
    display: inline-block;
    padding: 2rem;
    font-size: 1.6rem;
  }
  .sec-company .company-access_table tr td {
    width: calc(100% - 27rem);
    padding: 2rem;
    font-size: 1.6rem;
  }
}

.sec-contact {
  background-color: #7a7a7a;
  padding: 5rem 0;
}
.sec-contact .sec-tit .sec-tit_en {
  color: #fff;
}
.sec-contact .sec-tit {
  color: #fff;
}
.sec-contact .sec-contact_bgtxt {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.sec-contact .sec-contact_btnarea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .sec-contact .sec-contact_btnarea {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
  }
  .sec-contact .sec-contact_btnarea .sec-contact_btn {
    margin: 0;
  }
}
.sec-contact .sec-contact_btnarea .sec-contact_btn {
  width: 21.5rem;
  height: 6rem;
  background-color: #fff;
  display: flex;
  margin: auto;
  align-items: center;
  border-radius: 5px;
}
.sec-contact .sec-contact_btnarea .sec-contact_btn a {
  color: #000;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sec-contact .sec-contact_btnarea .sec-contact_btn a:hover {
  opacity: 0.7;
}
.sec-contact .sec-contact_btnarea .sec-contact_btn a .btn-inr {
  margin: 0 auto;
  padding-left: 3.5rem;
  position: relative;
}
.sec-contact .sec-contact_btnarea .sec-contact_btn a .btn-inr::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec-contact .sec-contact_btnarea .btn-tel .btn-inr::before {
  content: "";
  display: inline-block;
  background: url(../img/phone.svg) no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
}
.sec-contact .sec-contact_btnarea .btn-tel .btn-tel_note {
  margin-top: 0.2rem;
  font-size: 1rem;
  display: block;
}
.sec-contact .sec-contact_btnarea .btn-mail .btn-inr {
  position: relative;
}
.sec-contact .sec-contact_btnarea .btn-mail .btn-inr::before {
  content: "";
  display: inline-block;
  background: url(../img/mail.svg) no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 1.5rem;
}
.sec-contact .sec-contact_btnarea .sec-contact_btn:nth-child(2) {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .sec-contact .sec-contact_btnarea .sec-contact_btn:nth-child(2) {
    margin-top: 0;
  }
}

.sns-wrap {
  margin-top: 3rem;
}
.sns-wrap .sns-txtarea {
  margin: 0 auto;
}
.sns-wrap .sns-txtarea .sns-tit {
  color: #fff;
  text-align: center;
}
.sns-wrap .sns-txtarea .sns-note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  color: #fff;
}
.sns-wrap .sns-iconarea {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.sns-wrap .sns-iconarea .sns-item {
  width: 30px;
}
.sns-wrap .sns-iconarea .sns-item + .sns-item {
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .sns-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
  }
  .sns-wrap .sns-txtarea {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 3rem 0 0;
  }
  .sns-wrap .sns-txtarea .sns-tit {
    margin-right: 2rem;
  }
  .sns-wrap .sns-txtarea .sns-note {
    margin-top: 0;
  }
  .sns-wrap .sns-iconarea {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}

footer {
  width: 100%;
  background-color: #BB1010;
  padding: 1.5rem 0;
}
footer small {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  margin: 0 auto;
  color: #f7b4b4;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
  /* 前へ次への矢印カスタマイズ */
}
.modal .swiper-button-prev::after,
.modal .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.modal {
  /* 前への矢印カスタマイズ */
}
.modal .swiper-button-prev::after {
  border-bottom: 1.5rem solid transparent;
  border-right: 2.5rem solid #BB1010;
  border-top: 1.5rem solid transparent;
}
.modal {
  /* 次への矢印カスタマイズ */
}
.modal .swiper-button-next::after {
  border-bottom: 1.5rem solid transparent;
  border-left: 2.5rem solid #BB1010;
  border-top: 1.5rem solid transparent;
}
.modal .swiper-button-next {
  right: -3rem;
}
.modal .swiper-button-prev {
  left: -3rem;
}
.modal .swiper-pagination .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.6;
  background: #ccc;
}
.modal .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BB1010;
  opacity: 1;
}
.modal .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .modal .swiper-button-prev::after {
    border-bottom: 2rem solid transparent;
    border-right: 3rem solid #BB1010;
    border-top: 2rem solid transparent;
  }
  .modal {
    /* 次への矢印カスタマイズ */
  }
  .modal .swiper-button-next::after {
    border-bottom: 2rem solid transparent;
    border-left: 3rem solid #BB1010;
    border-top: 2rem solid transparent;
  }
  .modal .swiper-button-next {
    right: -3.5rem;
  }
  .modal .swiper-button-prev {
    left: -3.5rem;
  }
  .modal .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3rem;
  }
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  .modal__content {
    max-width: 600px;
  }
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  font-size: 3rem;
  color: #ccc;
}

/* Swiperの矢印部分 *//*# sourceMappingURL=style.css.map */