/****************

master.cssは編集不可！！
LESSファイルを編集すること！

****************/
/*bootstrapの設定を読み込み*/
p {
  line-height: 2.1;
}
section {
  position: relative;
}
.plan-text {
  font-size: clamp(0.75rem, calc(0.5555555555555556vw + 0.625rem), 1rem);
  font-weight: 500;
}
h2.plan-tit {
  font-size: clamp(1rem, calc(0.6493506493506493vw + 0.8538961038961039rem), 1.625rem);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: clamp(1.875rem, calc(1.1904761904761905vw + 1.6071428571428572rem), 2.5rem);
}
h2.plan-tit span {
  font-size: clamp(0.625rem, calc(0.9523809523809524vw + 0.4107142857142857rem), 1.125rem);
}
.white-content {
  padding-top: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-bottom: clamp(1.875rem, calc(3.2467532467532463vw + 1.1444805194805197rem), 5rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  position: relative;
}
.white-content-concept {
  font-weight: 500;
  padding-top: clamp(1.875rem, calc(1.948051948051948vw + 1.4366883116883118rem), 3.75rem);
  padding-bottom: clamp(1.875rem, calc(1.948051948051948vw + 1.4366883116883118rem), 3.75rem);
  padding-left: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  padding-right: clamp(1.25rem, calc(2.5974025974025974vw + 0.6655844155844155rem), 3.75rem);
  background-color: #ffffff;
  position: relative;
}
.section-margin-top {
  margin-top: clamp(3.75rem, calc(3.571428571428571vw + 2.9464285714285716rem), 5.625rem);
}
.section-margin-bottom {
  margin-bottom: clamp(3.75rem, calc(3.571428571428571vw + 2.9464285714285716rem), 5.625rem);
}
.select-positon {
  margin-top: clamp(1.25rem, calc(-7.142857142857142vw + 2.8571428571428568rem), -2.5rem);
}
.select-media01,
.select-media02,
.select-media03 {
  width: 100%;
  overflow: hidden;
}
.select-media01 img,
.select-media02 img,
.select-media03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.select-media01 {
  width: 80%;
  aspect-ratio: 1.875;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .select-media01 {
    width: 100%;
    aspect-ratio: 1.8;
  }
}
.select-media02 {
  width: 100%;
  aspect-ratio: 0.92307692;
  overflow: hidden;
}
@media (min-width: 768px) {
  .select-media02 {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    aspect-ratio: 0.88888889;
  }
}
.select-media03 {
  width: 100%;
  aspect-ratio: 0.70588235;
  overflow: hidden;
}
@media (min-width: 768px) {
  .select-media03 {
    aspect-ratio: 1.5;
  }
}
.page-plan-title-wrap {
  position: relative;
  white-space: nowrap;
}
.page-plan-title {
  font-size: clamp(1.25rem, calc(4.166666666666666vw + 0.3125rem), 3.125rem);
  margin-bottom: clamp(1.25rem, calc(2.7777777777777777vw + 0.625rem), 2.5rem);
  font-weight: 600;
  line-height: 1;
  color: #F0F0F0;
  position: relative;
}
.page-plan-title-jp {
  font-size: clamp(0.625rem, calc(1.1111111111111112vw + 0.375rem), 1.125rem);
  margin-bottom: 0;
  font-weight: 500;
  color: #010101;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media (min-width: 992px) {
  .page-plan-title-jp {
    font-size: clamp(1.125rem, calc(0.3225806451612903vw + 0.8669354838709677rem), 1.25rem);
  }
}
.graph-img {
  width: 70%;
  display: block;
  margin: auto;
}
.house-price-wrap {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
/* 円グラフ */
.house-price {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(#8D1C17 0% 30%, /* 30% */ #665951 30% 58%, /* 28% */ #010101 58% 80%, /* 22% */ #f0f0f0 80% 100% /* 20% */);
}
/* ラベル */
.legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 20px;
  justify-content: center;
  font-size: clamp(0.625rem, calc(0.6451612903225806vw + 0.1088709677419355rem), 0.875rem);
}
.legend li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend .color {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  display: inline-block;
}
/* 色対応 */
.c1 {
  background: #8D1C17;
}
.c2 {
  background: #665951;
}
.c3 {
  background: #010101;
}
.c4 {
  background: #f0f0f0;
  border: 1px solid #ccc;
}
.plan-card {
  padding-top: clamp(1.875rem, calc(4.545454545454546vw + 0.8522727272727273rem), 6.25rem);
  padding-bottom: clamp(1.875rem, calc(4.545454545454546vw + 0.8522727272727273rem), 6.25rem);
  margin-top: clamp(1.25rem, calc(1.1904761904761905vw + 0.9821428571428572rem), 1.875rem);
  margin-bottom: clamp(1.25rem, calc(1.1904761904761905vw + 0.9821428571428572rem), 1.875rem);
  background-color: #ffffff;
}
.plan-card .bnr-wrap {
  width: 100%;
  aspect-ratio: 1.54545455;
  overflow: hidden;
}
.plan-card .bnr-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .plan-card .bnr-wrap img {
    height: 100%;
    object-fit: cover;
  }
}
.plan-card .plan-inner {
  padding-top: clamp(1.875rem, calc(-1.948051948051948vw + 2.313311688311688rem), 0rem);
  padding-bottom: clamp(1.875rem, calc(-1.948051948051948vw + 2.313311688311688rem), 0rem);
  background-color: #ffffff;
}
.btn-wrap-l,
.btn-wrap-r,
.btn-wrap-c {
  width: fit-content;
  margin-top: clamp(2.5rem, calc(2.7777777777777777vw + 1.875rem), 3.75rem);
  margin-left: auto;
  margin-right: auto;
}
.btn-wrap-l .more-btn,
.btn-wrap-r .more-btn,
.btn-wrap-c .more-btn {
  display: flex;
  align-items: center;
}
.btn-wrap-l .more-btn p,
.btn-wrap-r .more-btn p,
.btn-wrap-c .more-btn p {
  font-size: clamp(0.875rem, calc(0.5555555555555556vw + 0.75rem), 1.125rem);
  font-weight: 500;
  margin: 0;
}
.btn-wrap-l .btn-circle,
.btn-wrap-r .btn-circle,
.btn-wrap-c .btn-circle {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #010101;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .btn-wrap-l .btn-circle,
  .btn-wrap-r .btn-circle,
  .btn-wrap-c .btn-circle {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.btn-wrap-l .btn-circle::before,
.btn-wrap-r .btn-circle::before,
.btn-wrap-c .btn-circle::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .btn-wrap-l {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .btn-wrap-r {
    margin-right: 0;
  }
}
.btn-wrap-l:hover .btn-circle,
.btn-wrap-r:hover .btn-circle,
.btn-wrap-c:hover .btn-circle {
  border: 1px solid #606060;
  background-color: #606060;
}
.btn-wrap-l:hover .btn-circle::before,
.btn-wrap-r:hover .btn-circle::before,
.btn-wrap-c:hover .btn-circle::before {
  background-color: #fff;
}
.concept-contact {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.875rem, calc(3.571428571428571vw + 1.0714285714285716rem), 3.75rem);
}
@media (min-width: 768px) {
  .concept-contact {
    max-width: 720px;
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
  }
}
.concept-contact-icon {
  position: relative;
  z-index: 1;
}
.concept-contact-icon img {
  width: auto;
  height: 1.625rem;
}
.concept-contact-text-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.concept-contact-text-wrap p {
  font-size: clamp(0.875rem, calc(0.2777777777777778vw + 0.8125rem), 1rem);
  font-weight: 500;
  margin-bottom: 0;
}
.concept-contact-text-wrap .btn-circle {
  position: relative;
  overflow: hidden;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #010101;
  border-radius: 50%;
  margin-right: 0;
  transition: 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .concept-contact-text-wrap .btn-circle {
    width: 2rem;
    height: 2rem;
  }
}
.concept-contact-text-wrap .btn-circle::before {
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  clip-path: polygon(0 45%, 85% 45%, 50% 0, 60% 0, 100% 50%, 60% 100%, 50% 100%, 85% 55%, 0 55%);
  background-color: #010101;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.concept-contact-link {
  color: #010101;
  background-color: #E6E6E6;
  position: relative;
  display: flex;
  align-items: center;
  gap: .5rem;
  height: 100%;
  padding: 1rem;
  border: 1px solid #ffffff;
}
.concept-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #dddddd;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.concept-contact-link:hover {
  color: #8D1C17;
}
.concept-contact-link:hover .btn-circle::before {
  animation: move-arrow-concept 0.8s linear;
}
@keyframes move-arrow-concept {
  /* 円の中（少し左寄り） */
  0% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  /* 右側の外にはみ出す位置 */
  45% {
    transform: translateY(-50%) translateX(60px);
    opacity: 1;
  }
  /* 一瞬で左外へワープ（見た目を自然にするなら透明に） */
  50% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 0;
  }
  /* 左外からまた見えるようにする */
  55% {
    transform: translateY(-50%) translateX(-60px);
    opacity: 1;
  }
  /* 元の位置（円の中）に戻る */
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.concept-contact-link:hover:before {
  transform: scale(1);
}
.page-plan-modelhouse {
  padding-top: clamp(2.5rem, calc(6.493506493506493vw + 1.038961038961039rem), 8.75rem);
  padding-bottom: clamp(2.5rem, calc(6.493506493506493vw + 1.038961038961039rem), 8.75rem);
}
