@charset "UTF-8";
/*
SP
-----------------------*/
/*
PC
-----------------------*/
img {
  width: 100%;
  height: auto;
}

.homeKv {
  margin-top: 80px;
  overflow: visible;
  overflow-x: hidden;
}
.homeKv .swiper-kv {
  padding: 0 10px;
  overflow: visible;
}
.homeKv .swiper-wrapper {
  overflow: visible;
}
.homeKv .slide-img {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 5/6;
  /* 2000:2400 */
  height: auto;
  overflow: hidden;
}

.kvswiper-container {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 120px 0 0 !important;
  width: 100%;
  height: 50vh !important;
}
.kvswiper-wrapper {
  width: 100%;
}
.kvswiper-slide a {
  display: block !important;
  opacity: 1 !important;
  width: 100%;
  height: auto;
}
.kvswiper-slide a:hover {
  opacity: 1 !important;
}
.homeInformation {
  position: relative;
  margin: 20px auto;
}
.homeInformation_inner {
  position: relative;
  padding: 25px;
  width: 100%;
}
.homeInformation_heading {
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeInformation a {
  display: block;
  width: 100%;
}
.homeInformation_item {
  display: block;
  align-items: flex-start;
  margin: 10px 0;
}
.homeInformation_item a {
  display: inline-block;
}

.homeConcept {
  position: relative;
  margin: 0 auto;
  background-color: #EEE9D7;
  padding: 60px 0;
}
.homeConcept:before {
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #938C6D;
  width: 100%;
  height: 340px;
  content: "";
}
.homeConcept_inner {
  display: block;
  position: relative;
  padding: 0 25px;
  width: 100%;
}
.homeConcept_heading {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeConcept_lead {
  position: relative;
  z-index: 1;
  margin: 20px 25px 30px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.125rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeConcept_title {
  margin: 10px 0;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeConcept_box {
  margin: 0 0 40px 0;
}
.homeConcept_pic {
  border-radius: 10px;
  overflow: hidden;
}
.homeConcept_text {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.homeConcept_text:last-child {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.homeConcept_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.homeConcept_link::after {
  display: inline-block;
  background: url("/assets/images/icon_arr2.png") no-repeat center/contain;
  width: 26px;
  height: 26px;
  content: "";
}

.homePostingmenu {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}
.homePostingmenu_inner {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding: 0 25px;
  width: 100%;
}
.homePostingmenu_heading {
  position: relative;
  z-index: 1;
  margin: 20px 0 40px;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homePostingmenu_lead {
  position: relative;
  z-index: 1;
  margin: 20px 0 30px;
  font-size: 1.125rem;
  text-align: center;
}
.homePostingmenu_title {
  margin: 10px 0;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homePostingmenu_box {
  display: block;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
.homePostingmenu_pic {
  border-radius: 10px;
  overflow: hidden;
}
.homePostingmenu_text {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homePostingmenu_btmtext {
  margin: 40px 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homePostingmenu_link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 20px 80px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.homePostingmenu_link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/assets/images/i_arr3.png") no-repeat center/contain;
  width: 8px;
  height: 14px;
  content: "";
}

.homeGis {
  position: relative;
}
.homeGis_inner {
  position: relative;
  margin: 0 auto;
  background-image: url("/assets/images/home/gis_bg.jpg?20260219");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  padding: 60px 25px;
  width: 100%;
  color: var(--color-white);
  text-align: center;
}
.homeGis_inner::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.homeGis_inner > * {
  position: relative;
  z-index: 1;
}
.homeGis_lead {
  position: relative;
  bottom: -30px;
  z-index: 1;
  margin: 0 auto;
  background: url("/assets/images/home/gis_arr.png");
  background-position: center bottom;
  background-size: 27px auto;
  background-repeat: no-repeat;
  padding: 0px 25px 80px;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeGis_heading {
  margin: 20px auto;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeGis_title {
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeGis_title span {
  display: block;
  padding-left: 10px;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeGis_text {
  font-size: 1rem;
}
.homeGis_link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  margin: 40px auto 0;
  border: 1px solid var(--color-white);
  border-radius: 40px;
  padding: 20px 80px;
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 1;
}
.homeGis_link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/assets/images/i_arr3_white.png") no-repeat center/contain;
  width: 8px;
  height: 14px;
  content: "";
}

.homePriceArea {
  position: relative;
  /*
  @media (max-width: 1024px) {
    &_inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 0 16px;
      background-image: none;
    }
  }
  */
}
.homePriceArea_inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.homePriceArea_box {
  min-width: 0;
}

.homePrice {
  position: relative;
  margin: 0 auto;
  border-bottom: 2px solid #ccc;
  padding-bottom: 60px;
  text-align: center;
}
.homePrice_heading {
  position: relative;
  z-index: 1;
  margin: 20px 0 40px;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homePrice_text {
  font-size: 1.125rem;
}
.homePrice_price {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin: 10px auto 0;
  font-weight: 700;
  font-size: clamp(rem(28), 4vw, rem(42));
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.homePrice_price span {
  display: inline-block;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: clamp(rem(16), 2.2vw, rem(24));
  font-size: 0.8125rem;
}
.homePrice_box {
  display: inline-block;
  position: relative;
  margin: 0 auto 40px;
  padding: 0 clamp(16px, 4vw, 25px);
  width: 100%;
  max-width: min(100%, 720px);
}
.homePrice_box::before {
  display: block;
  position: absolute;
  top: clamp(-16px, -2vw, -20px);
  left: calc(50% - 150px);
  background: url("/assets/images/home/price_bg.png") no-repeat left;
  background-size: contain;
  width: clamp(60px, 8vw, 120px);
  height: clamp(60px, 8vw, 120px);
  content: "";
}
.homePrice_link {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 20px clamp(28px, 8vw, 80px);
  max-width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.homePrice_link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/assets/images/i_arr3.png") no-repeat center/contain;
  width: 8px;
  height: 14px;
  content: "";
}

.homeArea {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 25px;
  min-height: 600px;
  overflow: hidden;
  text-align: center;
}
.homeArea::before {
  display: block;
  position: absolute;
  right: -80px;
  bottom: -120px;
  z-index: -1;
  background-image: url("/assets/images/home/area_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 600px;
  height: 600px;
  content: "";
}
.homeArea_heading {
  position: relative;
  z-index: 1;
  margin: 20px 0 20px;
  text-align: center;
}
.homeArea_heading span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeArea_link {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 20px clamp(24px, 6vw, 80px);
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}
.homeArea_link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/assets/images/i_arr3.png") no-repeat center/contain;
  width: 8px;
  height: 14px;
  content: "";
}

.homeVoice {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
}
.homeVoice:before {
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #EEE9D7;
  width: 100%;
  height: 560px;
  content: "";
}
.homeVoice_box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1200px;
}
.homeVoice_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background-color: var(--color-white);
  padding: 30px;
  width: 100%;
  height: 100%;
}
.homeVoice_inner {
  margin-top: 20px;
}
.homeVoice_inner .swiper-slide {
  display: flex;
  width: 80%;
  height: auto;
}
.homeVoice_caption {
  margin-top: 5px;
  color: var(--color-gray);
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: right;
}
.homeVoice_text {
  margin-top: 20px;
  line-height: 1.6;
}
.homeVoice_lead {
  padding: 0 25px;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeVoice_heading {
  padding: 0 25px;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeVoice_btn {
  margin: 20px auto;
  text-align: center;
}
.homeVoice_link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 20px 80px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.homeVoice_link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/assets/images/i_arr3.png") no-repeat center/contain;
  width: 8px;
  height: 14px;
  content: "";
}

.homeFaq {
  /* ここがアニメーション対象（paddingは入れない） */
}
.homeFaq_heading {
  position: relative;
  z-index: 1;
  margin: 20px 0 40px;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeFaq_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  /* 2列均等 */
  gap: 60px;
  /* 列の間隔（お好みで） */
  margin: 0 auto;
  padding: 0 25px;
}
.homeFaq_item {
  border-bottom: 1px solid #ddd;
  padding: 22px 0;
}
.homeFaq_q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
}
.homeFaq_q::-webkit-details-marker {
  display: none;
}
.homeFaq_q::after {
  flex: 0 0 auto;
  content: "+";
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
}
.homeFaq_a {
  transform: translateY(-4px);
  opacity: 0;
  transition: height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
  height: 0;
  overflow: hidden;
  font-size: 1rem;
}
.homeFaq_item[open] .homeFaq_q::after {
  content: "−";
}
.homeFaq_item[open] .homeFaq_a {
  transform: translateY(0);
  opacity: 1;
}
.homeFaq_btn {
  margin: 40px auto;
  text-align: center;
}
.homeFaq_link {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 20px 80px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.homeFaq_link::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("/assets/images/i_arr3.png") no-repeat center/contain;
  width: 8px;
  height: 14px;
  content: "";
}

.homeCompany {
  position: relative;
  margin: 0 auto;
  padding: 20px 25px;
}
.homeCompany_inner {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.homeCompany_heading {
  position: relative;
  z-index: 1;
  margin: 0 0 40px 0;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeCompany_title {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.homeCompany_box {
  flex: 1;
  margin-top: 40px;
}
.homeCompany_list {
  width: 100%;
}
.homeCompany_item {
  display: block;
}
.homeCompany_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.homeCompany_item a::after {
  flex-shrink: 0;
  background: url("/assets/images/icon_arr2.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  content: "";
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .homeKv .slide-img {
    aspect-ratio: 1200/623;
    width: 100%;
    height: auto;
  }
  .homeKv {
    margin-top: 120px;
  }
  .homeKv .swiper-kv {
    padding: 0 100px;
  }
  .kvswiper-container {
    height: calc(100vh - 80px);
  }
  .homeInformation_inner {
    padding: 0 30px;
  }
  .homeInformation_box {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .homeInformation_item {
    display: flex;
    gap: 20px;
    margin: 10px 0;
  }
  .homeConcept_inner {
    display: flex;
    padding: 0 30px;
  }
  .homeConcept_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeConcept_lead {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeConcept_box {
    margin: 0;
  }
  .homeConcept_text {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 60px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .homePostingmenu_heading {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_title {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
  }
  .homePostingmenu_text {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_btmtext {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_inner {
    padding: 60px 30px;
  }
  .homeGis_lead {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_heading {
    font-size: 3rem;
  }
  .homeGis_title {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_title span {
    display: inline;
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePriceArea_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 60px);
    margin: 0 auto;
    padding: 0 30px;
  }
  .homePriceArea_inner {
    background-image: linear-gradient(#ccc, #ccc);
    background-position: center top;
    background-size: 1px 100%;
    background-repeat: no-repeat;
  }
  .homePriceArea_inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    background-image: none;
    padding: 0 16px;
  }
  .homePrice {
    border-bottom: none;
    padding-bottom: 0;
  }
  .homePrice_heading {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePrice_price {
    font-size: 2.25rem;
  }
  .homePrice_price span {
    font-size: 1.125rem;
  }
  .homePrice_box {
    padding: 0 20px;
  }
  .homePrice_box::before {
    top: -20px;
    left: -40px;
    width: 80px;
    height: 80px;
  }
  .homePrice_box {
    padding: 0 16px;
    max-width: 100%;
  }
  .homePrice_link {
    padding: 18px 56px;
  }
  .homeArea {
    padding: 0;
  }
  .homeArea::before {
    width: 100%;
    height: 100%;
  }
  .homeArea_heading span {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeArea_link {
    padding: 20px clamp(20px, 4.5vw, 56px);
  }
  .homeVoice_item {
    width: 100%;
    height: 100%;
  }
  .homeVoice_inner .swiper-slide {
    display: flex;
    width: 470px;
    height: auto;
  }
  .homeVoice_lead {
    padding: 0 25px;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeVoice_heading {
    padding: 0 25px;
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeFaq_heading {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeFaq_inner {
    padding: 0 25px;
    width: 100%;
  }
  .homeCompany_inner {
    padding: 0 30px;
  }
  .homeCompany_heading {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeCompany_title {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeCompany_item a {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media print, screen and (min-width: 768px) {
  .homeKv .slide-img {
    aspect-ratio: 1200/623;
    width: 100%;
    height: auto;
  }
  .kvswiper-container {
    height: calc(100vh - 80px);
  }
  .homeInformation {
    max-width: 1200px;
  }
  .homeInformation_inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .homeInformation_box {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .homeInformation_head {
    display: flex;
    padding-right: 20px;
  }
  .homeInformation_list {
    border-left: 1px solid #dfdfdf;
    padding-left: 40px;
  }
  .homeInformation_item {
    display: flex;
    gap: 20px;
    margin: 10px 0;
  }
  .homeConcept_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 60px;
    margin: 0 auto;
    max-width: 1200px;
  }
  .homeConcept_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeConcept_lead {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeConcept_box {
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100%;
  }
  .homeConcept_text {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 60px;
    margin: 0 auto;
    max-width: 1200px;
  }
  .homePostingmenu_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_title {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
  }
  .homePostingmenu_text {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePostingmenu_btmtext {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_inner {
    padding: 120px 0;
  }
  .homeGis_lead {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-size: 3rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_title {
    font-weight: 500;
    font-size: 1.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeGis_title span {
    display: inline;
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePriceArea_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 5vw, 80px);
    margin: 0 auto;
  }
  .homePriceArea_inner {
    background-image: linear-gradient(#ccc, #ccc);
    background-position: center top;
    background-size: 1px 100%;
    background-repeat: no-repeat;
  }
  .homePrice {
    border-bottom: none;
    padding-bottom: 0;
  }
  .homePrice_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homePrice_price {
    font-size: 2.625rem;
  }
  .homePrice_price span {
    font-size: 1.5rem;
  }
  .homePrice_box {
    padding: 0 clamp(24px, 8vw, 120px);
  }
  .homePrice_box::before {
    left: calc(50% - 240px);
    width: 120px;
    height: 120px;
  }
  .homeArea {
    padding: 0;
  }
  .homeArea::before {
    width: 600px;
    height: 600px;
  }
  .homeArea_heading span {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeArea_link {
    padding: 20px 80px;
    width: 380px;
    max-width: 380px;
  }
  .homeVoice_item {
    width: 100%;
    height: 100%;
  }
  .homeVoice_inner .swiper-slide {
    display: flex;
    width: 470px;
    height: auto;
  }
  .homeVoice_lead {
    padding: 0;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeVoice_heading {
    padding: 0;
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeFaq_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeFaq_inner {
    padding: 0;
    max-width: 1200px;
  }
  .homeCompany_inner {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin: 0 auto;
    max-width: 1000px;
  }
  .homeCompany_heading {
    font-weight: 500;
    font-size: 2.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeCompany_title {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  .homeCompany_item a {
    font-weight: 400;
    font-size: 0.875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media print, screen and (min-width: 1201px) {
  .homeKv {
    margin-top: 120px;
  }
  .homeKv .swiper-kv {
    padding: 0 300px;
  }
}
@media screen and (max-width: 767px) {
  .homeFaq_inner {
    /* スマホでは1列に */
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
