@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');

.page-body{
  font-family: 'Noto Sans JP', sans-serif;
}
.breadcrumbs{
  display: none;
}
p{
  font-size: 12px;
}
h2{
  font-size: clamp(1.8rem, 2vw + 1rem, 3.25rem);
}

.new-fv img{
  width: 100%
}

.fv-ttl{
  width: 100%;
  max-width: 70vw;
  margin: 6vw auto 0;
  display: block;
}
.fv{
  height: 72vw;
  background-color: #dfdcd8;
  background-image: url(../images/modelhouse-lp/fv-img.jpg);
  background-repeat: no-repeat;
  background-size: 150%;
background-position: top center;
}
.fv-bottom h2{
  font-size: clamp(1.5rem, 2vw + 1rem, 3.25rem);
}
.fv-bottom{
  background-color: #dfdcd8;
  padding-bottom: 40px;
}
.fv-bottom-box{
  text-align: center;
  background: #fff;
  padding: 0px 20px 20px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.fv-bottom-box-triangle{
  background-color: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  top: -30%;
  left: 0;
  display: block;
  max-width: 800px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.serif{
  font-family: 'Noto Serif JP', serif;
}
.text-g{
  color: #009944;
}
h2{
  line-height: 1.5em;
}
section{
  padding: 50px 0;
}
.secttl{
  margin-bottom: 50px;
}
.secttl img{
  display: block;
  margin: 0 auto;
  height: 70px;
}
.plan{
  background-image: url(../images/modelhouse-lp/bg.jpg);

}.plan-box {
  margin-bottom: 50px;
}
.plan-img{
  position: relative;
}
.plan-img-deco{
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
}
.plan-text h2{
  margin-top: 10px;
}

section.event{
  background-color: #d5ead8;
}
.event .event-wrap-box{
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}.event-wrap-bottom{
  margin-top: 30px;
}
.event-wrap-bottom ul li{
  list-style: disc;
  font-size: 14px;
  text-align: left;
}
.event-wrap-bottom{
  background: #efefef;
  padding: 20px;
  border-radius: 10px;
}


.event table{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 10px;
  background: #fff;
  border: 1px solid #eee;
}
.event table td,.event table th{
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
}
.event-wrap-box{
  max-width: 800px;
  margin: 20px auto;
}
.event-wrap-box p{
  text-align: left;
}
.event-wrap-box li{
  list-style: none;
}
.event-btn{
  background: #009944;
  color: #fff;
  margin: 20px auto 0;
  display: block;
  width: fit-content;
  padding: 10px 20px;
}
a:hover .event-btn{
  background: #fff;
  color: #009944;
  transition: .3s;
}
.event-thum-wrap{
      overflow: hidden;
      transition: .3s;
}
.event-thum-wrap.end-event img{
  filter: brightness(0.2);
}
.event-thum-wrap.end-event{
  position: relative;
}
.event-thum-wrap.end-event::after{
  position: absolute;
  content: 'イベントは終了しました';
  display: block;
  top: 50%;
  color: #fff;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 22px;
  width: 100%;
text-align: center;
}
a.event-box h4{
  color: #009944;
  line-height: 1.5em;
}
.event-thum-wrap img{
  object-fit: contain;
  display: block;
  transition: .3s;
}

.flow-circle{
  background: #009944;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
}
.flow-circle span{
  font-size: 14px;
}
.flow-border .flow-circle::after{
  content: '';
  display: block;
  background-color: #009944;
  height: calc(120vw + 100px);
  width: 2px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.flow-border-last .flow-circle::after{
  content: '';
  display: block;
  background-color: #009944;
  height: calc(64vw);
  width: 2px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.flow-wrap{
  margin-top: 50px;
}
.flow-section{
  position: relative;
  margin-bottom: 50px;
  height: auto;
}
.flow-text-box{
  margin-left: 17vw;
  margin-right: 0;
  width: auto;
}
.flow-section-img{
  margin: 20px 0;
  position: relative;
  width: 100%;
  display: block;

}

.flow-btn{
  padding: 0.8vw;
  min-width: 15em;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #009944;
  color: #009944;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
  max-width: 300px;
  width: 100%;
  z-index: 0;
  display: block;
}
.flow-btn.end{
  background: #efefef;
  border: 2px solid #999;
  color: #999;
}
.flow-btn.pre{
  background: #ffe6e6;
  border: 2px solid #dc2323;
  color: #dc2323;
}
a.flow-btn::after{
  position: absolute;
top: 50%;
right: 1em;
width: 0.5em;
height: 0.5em;
transform: translateY(-50%) rotate(45deg);
border-right: 2px solid #009944;
border-top: 2px solid #009944;
content: "";
z-index: 1;
}
a.flow-btn:hover{
  color: #fff;
  background: #009944;
}
a.flow-btn:hover::after{
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.to-blog{
  background-image: url(../images/modelhouse-lp/cv-bg.jpg);
  background-size: cover;
}
section.to-blog{
  padding-top: 140px;
}

.to-blog-box{
  text-align: center;
  background: #fff;
  padding: 0px 20px 30px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.to-blog-box .secttl{
  margin-bottom: 0
}
.to-blog-box h2{
  font-size: clamp(1.8rem, 2vw + 1.5rem, 4.25rem)
}
.to-blog-box-triangle{
  background-color: #fff;
  width: 100%;
  height: 20%;
  position: absolute;
  top: calc(-20% + 0.5px);
  left: 0;
  display: block;
  max-width: 800px;
  clip-path: polygon(50% 70%, 0% 100%, 100% 100%);
}
.to-blog-box h2{
  font-size: 24px;
}
.access-map h1{
  margin-bottom: 20px;
}
.access-map{
  background: #efefef;
}
.access-map iframe{
  width: 100%;
  height: 200px;
}

.to-blog-box h6{
  position: relative;
      width: fit-content;
      margin: 40px auto 0;
      line-height: 30px;
    font-size: 1.2em;
}

.to-blog-box h6::before,
.to-blog-box h6::after {
	content: '';
  display: block;
	width: 1px;
	height: 30px;
	background-color: #383838;
  transform: translateY(-50%);
  top: 25%;
}

.to-blog-box h6::before {
  position: absolute;
	margin-right: 30px;
	transform: rotate(-35deg);
  left: -20px;
}
.to-blog-box h6::after {
  position: absolute;
	margin-left: 30px;
	transform: rotate(35deg);
  right: -20px;
}




.to-blog-btn{
  padding: 0.8vw;
  min-width: 15em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #009944;
  border: 2px solid #009944;
  color: #fff;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
  max-width: 300px;
  width: 100%;
  z-index: 0;
  display: block;
  margin: 30px auto 0;
}
.to-blog-btn::after{
  position: absolute;
top: 50%;
right: 1em;
width: 0.5em;
height: 0.5em;
transform: translateY(-50%) rotate(45deg);
border-right: 2px solid #fff;
border-top: 2px solid #fff;
content: "";
z-index: 1;
}
.to-blog-btn:hover{
  color: #009944;
  background: #fff;
}
.to-blog-btn:hover::after{
  border-right: 2px solid #009944;
  border-top: 2px solid #009944;
}

.pc-madori{
  display: none;
}
.sp-madori{
  display: block;
}
.madori-sp-2{
  margin-top: 20px;
  width: 75vw;
}


@media screen and (min-width: 768px) {
  .event-thum-wrap{
    min-height: 280px;
    overflow: hidden;
  }
  .flow-border-last .flow-circle::after{
    display: none;
  }
  .flow-text-box{
    margin-left: 15vw;
  }
  .pc-madori{
    display: block;
  }
  .sp-madori{
    display: none;
  }
  p{
    font-size: 14px;
    line-height: 1.7em;
  }
  .fv{
    height: 40vw;
    background-color: #dfdcd8;
    background-image: url(../images/modelhouse-lp/fv-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fv-ttl{
    width: 100%;
    max-width: 40vw;
    margin: 4vw auto 0;
    display: block;
  }
  .plan-img-deco{
    width: 200px;
  }
  .d-md-none{
    display: none;
  }
  .flow-circle{
    /* position: relative; */
    height: 90px;
    width: 90px;
  }
  .flow-circle span{
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {

  .flow-section-img{
    width: 50vw;
  }
  .flow-circle{
    /* position: relative; */
    height: 90px;
    width: 90px;

    background: #009944;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .flow-circle span{
    font-size: 20px;
  }
  .flow-text-box{
    width: 30vw;
    max-width: 430px;
    margin-top: 50px;
      margin-left: 110px;
      margin-right: 50px;
  }
  .flow-section{
    position: relative;
    height: 27vw;
    margin-bottom: 50px;
  }
  .flow-section-img{
    margin: 0;
    right: 0;
  top: 0;
  position: absolute;
    display: block;
  }
  .flow-border .flow-circle::after{
    height: calc(27vw + 50px);
  }
  .flow-btn{
    font-size: 16px;
  }
}


.plan-box-wrap{
  display: flex;
  flex-wrap: wrap;
}

#modelhouse-form table,#modelhouse-form th,#modelhouse-form td{
  max-width: none;
}
#modelhouse-form table input{
  width: 100%;
  max-width: none;
}


.smart-wrap{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.tokuten-wrap{
  background: #ffecec;
padding: 20px;
border-radius: 10px;
}
.text-red{
  color: #c7171c;
}


.after-images{
  max-width: 800px;
  margin: 50px auto;
  overflow: hidden;
}
.thumbnail-slider-after-image{
  position: relative;
}
.before-images{
  margin-top: 40px;
}
.slick-arrow {

  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
  border: none;
  background: transparent;
  filter: drop-shadow(0 0 5px #000);
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
.main-slider{
  max-width: 800px;
  width: 100%;
  margin:  0 auto;
  overflow: hidden;
}
.main-slider-after-image{
  position: relative;
}
.main-slider-after-image img {
  width: 100%;
  height: 80vw;
  object-fit: contain;
  background: #000;
  max-height: 600px;
}
.thumbnail-slider-after-image img {
  width: 100%;
  height: 15vw;
  max-height: 100px;
  object-fit: contain;
  background: #000;
}
.main-slider h2{
  color: #009944;
  font-size: 50px;
}
.main-slider h6{
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}
.logo-info-sec{
  background: #c8bb9b;
  padding: 50px 0;
}

.logo-info{
  background: #fff;
  padding: 50px 5%;
}
.logo-info img{
  margin: 0 auto 40px;
  display: block;
  width: 50%;
  min-width: 260px;
}
.logo-info p{
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .logo-info p{
    text-align: center;
    line-height: 3em;
  }
}
