/* Model-house
-------------------------------------------*/
:root{
  --mincho: "Shippori Mincho", serif;
}

.modelhouse #contents{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20rem;
  margin-top: -5rem;
  line-height: 2;
  width: 100%;
}
.modelhouse #contents > *:last-child{
  margin-bottom: -10rem;
}
.modelhouse .read{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  margin: 0 auto;
  font-family: var(--mincho);
  font-weight: 600;
}
.modelhouse .read .tit{
  font-size: clamp(19px,2.923vw,36px);
}
.modelhouse .read .en{
  color: var(--main-color);
}

.modelhouse .concept{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100vw;
}
.modelhouse .concept .text_area{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;
  text-align: left;
  width: 55%;
  height: auto;
  padding: 8rem 12rem 9rem 10rem;
  background: #cdd9e4;
}
.modelhouse .concept .text_area p,
.modelhouse .concept .text_area dt{
  font-family: var(--mincho);
  font-weight: 600;
}
.modelhouse .concept .text_area p{
  color: #fff;
  font-weight: bold;
}
.modelhouse .concept .text_area dt{
  font-size: clamp(21px,3.231vw,33px);
  line-height: 1.75;
  font-weight: 600;
  padding-bottom: 3rem;
}
.modelhouse .concept .text_area dd{
  font-size: clamp(13px,2.0vw,15px);
}
.modelhouse .concept .ph{
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: -5%;
  margin-top: 10rem;
}
.modelhouse .concept .ph img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 900px){
  
  .modelhouse #contents{
    gap: 15rem;
    margin-top: 0;
  }
  .modelhouse .concept{
    display: block;
  }
  .modelhouse .concept .text_area,
  .modelhouse .concept .ph{
    width: 100%;
  }
  .modelhouse .concept .text_area{
    gap: 1.5rem;
    text-align: left;
    height: auto;
    padding: 6rem 5rem;
  }
  .modelhouse .concept .ph{
    margin: 0;
  }
}
@media screen and (max-width: 650px){
  .modelhouse #contents{
    gap: 10rem;
  }
  .modelhouse .read{
    gap: 1rem;
    letter-spacing: 0;
  }
  .modelhouse .concept .text_area{
    padding: 6rem 3rem;
  }
}

.feature{
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 5rem;
}
.feature_item{
  display: flex;
  flex-direction: column;
  row-gap: 15rem;
}
.feature_item .item{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  column-gap: 10rem;
  width: 100vw;
  max-width: 1400px;
}
.feature_item .item:nth-child(even){
  flex-direction: row-reverse;
}
.feature_item .item .text_area{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 3rem;
  width: 35%;
}
.feature_item .item .text_area p:not(.text){
  font-family: var(--mincho);
  font-weight: 600;
}
.feature_item .item .text_area .number{
  font-size: clamp(33px,5.077vw,66px);
  color: var(--main-color);
  line-height: 1;
}
.feature_item .item .text_area .tit{
  font-size: clamp(18px,2.769vw,27px);
  letter-spacing: 0;
  line-height: 1.75;
}
.feature_item .item .text_area .text{
  font-size: clamp(12px,1.846vw,14px);
}
.feature_item .item .text_area .tag{
  border: 1px solid;
  padding: 2rem;
}
.feature_item .item .ph{
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: -5%;
  margin-top: 10rem;
}
.feature_item .item:nth-child(even) .ph{
  margin-left: 0;
}
.feature_item .item .ph img{
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 650px){
  
  .feature{
    width: 90%;
    padding-top: 0;
  }
  .feature_item{
    row-gap: 6rem;
  }
  .feature_item .item{
    flex-direction: column;
    width: 100%;
  }
  .feature_item .item:nth-child(even){
    flex-direction: column;
  }
  .feature_item .item .text_area{
    gap: 1.5rem;
    width: 100%;
  }
  .feature_item .item .text_area .tag{
    padding: 1rem 1.5rem;
  }
  .feature_item .item .ph{
    width: 100%;
    margin: 2rem auto 0;
  }
}


.modelhouse .movie,
.modelhouse .mh_info{
  width: 100%;
}
.modelhouse .movie .text{
  margin-top: 5rem;
  font-size: clamp(12px,1.846vw,15px);
}
.modelhouse .movie .mv{
  width: 90%;
  max-width: 1080px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  margin-top: 5rem;
}
.modelhouse .movie .mv iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.mh_info .tbl{
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 5rem;
}
.mh_info .tbl a{
  text-decoration: underline;
}

@media screen and (max-width: 650px){
  
  .modelhouse .movie,
  .modelhouse .mh_info{
    width: 90%;
  }
	.modelhouse .movie .mv{
		width: 100%;
	}
  .modelhouse .movie .text{
    margin-top: 3rem;
  }
  .modelhouse .movie .text br{
    display: none;
  }
  .mh_info .tbl{
    width: 100%;
    padding-top: 3rem;
  }
  .mh_info .tbl a{
    text-decoration: underline;
  }
}

.mh_footer{
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-around;
  width: 100%;
  padding: 6rem;
  background: #e7dcca;
}
.mh_footer > div{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mh_footer .text_area{
  width: 40%;
}
.mh_footer .text_area .tit{
  font-size: clamp(18px,2.769vw,30px);
}
.mh_footer .text_area .text{
  font-size: clamp(12px,1.846vw,14px);
}
.mh_footer .text_area .tit,
.mh_footer .contact_area{
  font-family: var(--mincho);
  font-weight: 600;
}
.mh_footer .contact_area{
  width: 40%;
  text-align: center;
}
.mh_footer .contact_area .morebtn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 3rem 2rem;
  border-radius: 999px;
  color: #fff;
  background: var(--main-color);
  font-size: clamp(15px,2.308vw,21px);
}
.mh_footer .contact_area .morebtn a:hover{
  opacity: .75;
}
/* カレンダーアイコン */
.mh_footer .contact_area .morebtn a::before{
  content: '';
  width: 25px;
  height: 28px;
  flex-shrink: 0;
  background: url(../img/modelhouse/icon-calendar.svg) center / contain no-repeat;
}
/* 右矢印 */
.mh_footer .contact_area .morebtn a::after{
  content: '';
  width: 10px;
  height: 12px;
  flex-shrink: 0;
  background: url(../img/common/icon-arrow-white.svg) center / contain no-repeat;
}
.mh_footer .contact_area .tel{
  font-size: 90%;
  letter-spacing: 2px;
}
.mh_footer .contact_area .tel span{
  font-size: clamp(27px,4.154vw,41px);
  letter-spacing: 3px;
	white-space: nowrap;/*改行禁止*/
}

@media screen and (max-width: 960px){
  
  .mh_footer{
		padding: 6rem 3rem;
  }
}
@media screen and (max-width: 650px){
  .mh_footer{
		flex-direction: column;
    padding: 6rem 0;
    gap: 3rem;
  }
  .mh_footer .text_area,
  .mh_footer .contact_area{
    width: 90%;
  }
  .mh_footer .contact_area .morebtn a{
    padding: 2rem 1rem;
  }
  /* カレンダーアイコン */
  .mh_footer .contact_area .morebtn a::before{
    width: 20px;
    height: 23px;
  }
  /* 右矢印 */
  .mh_footer .contact_area .morebtn a::after{
    width: 8px;
    height: 10px;
  }
}