@charset "UTF-8";
/* CSS Document */
.next_sec--rgt {
    background-image: url(../img/recruit/next-about.png);
}

.text-box-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.text-inner{
	width: 60%;
}

.btn-inner{
	width: 38%;
}
.merit-sec{
	margin: 150px auto;
}
@media only screen and (max-width: 767px) {
  
	.text-inner{
		width: 100%;

	}
	
	.btn-inner{
		width: 100%;
	}
	  .rigth-btn {
    margin-top: 20px;
    display: flex
;
    justify-content: right;
}
	.merit-sec{
	margin: 50px auto;
}
}


.merit-sec-inner{
	margin-bottom: 100px;
}
.merit-sec-inner:last-child {
	margin-bottom: 0px;
}

.merit-h3{
	margin-bottom: 20px;
	
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .merit-h3{
	margin-bottom: 20px;
	width: 100%;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}
	
	  
}

.merit-no{
	color: #928670;
	font-size: clamp(18px, 1.04vw, 30px);
	display: block;
}

.merit-h3-inner{
	display: block;
	font-size: clamp(18px, 1.04vw, 30px);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing:0px;
}

.merit-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}
.merit-box2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse wrap;
}
.merit-box-img{
	width: 55%;
}
.merit-box-txt{
	width: 40%;
}
.campaign-h2{
	margin: 100px auto 50px;
}

.pink-t{
	display: block;
	margin-bottom: 10px;
	color: #928670;
	font-size: clamp(18px, 1.25vw, 32px);
	font-family: "Shippori Mincho", serif;

}
.campaign-h2-inner{
	display: block;
	font-size: clamp(18px, 1.25vw, 32px);
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
  
	.merit-box-img{
		width: 100%;
		margin-bottom: 30px;
	}
	.merit-box-txt{
		width: 100%;
	}
	  
}

/* floor-plan部分 */

.floor-sec{
	padding: 40px;
	background-color: #fff;
	margin-bottom: 50px;
}

h4.floor{
	text-align: center;
	font-size: clamp(18px, 1.25vw, 32px);
	font-weight: 400;
}

.floor-btn-sec{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;

}

.floor-btn-sec-inner{
	width: 19%;
	
	
}

.floor-btn{
	background-color: #1C293F;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px;
	display: block;
}


@media only screen and (max-width: 767px) {
  
	.floor-btn-sec-inner{
		width: 48%;
		margin-bottom: 20px;
		
		
	}
	  
}

/* plan部分 */

	
 
.list-sec-2{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 100px auto;
}

.list-inner{
	width: 48%;
	margin-bottom: 50px;
}






	
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
	  font-size: clamp(28px, 1.87vw, 47px);
	  font-family: "Shippori Mincho", serif;
	  font-weight: 400;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}

  
  @media all and (min-width: 781px) and (max-width: 1100px) {
	
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}
  }
  
  @media all and (max-width: 780px) {
	
  
	.plan-h3 {
	  display: flex;
	  align-items: center;
	}
  
	.plan-h3:after {
	  border-top: 1px solid #000661;
	  content: "";
	  flex-grow: 1;
	}
  
	.plan-h3:after {
	  margin-left: 1rem;
	}
  }
  
 .t-plan{
	margin-bottom: 15px;
	font-size: clamp(18px, 1.04vw, 36px);
	font-family: "Shippori Mincho", serif;
 }

 .t-plan .ldk{
	background-color: #1C293F;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;
	margin-right: 15px;
	display: inline-block;
	line-height: 1;
 }

.spec-box{
	background-color: #1C293F;
	color: #fff;
	padding: 30px;
	font-size: clamp(12px, 0.72vw, 20px);
	border-radius: 5px;
}

.hover-box{
	display: block;
	transition: all 1s;
}
.hover-box:hover {
	opacity: 0.7;
}


.list-sec-point{
	margin: 150px auto;
}
.list-sec-point-inner{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 100px;
}
.list-sec-point-inner:nth-child(2n){

	flex-flow: row-reverse wrap;
	
}

.point-img-box{
	width: 40%;
}

.point-txt-box{
	width: 55%;
}

.plan-date{
	color: #1C293F;
	margin: 15px 0px;
}
.point-t{
	color: #536481;
	font-size: clamp(20px, 1.02vw, 35px);
	font-family: "Shippori Mincho", serif;
}
.point-h4{
	font-size: clamp(25px, 1.05vw, 40px);
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
	.list-sec-2{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: 100px auto;
	}
	
	.list-inner{
		width: 100%;
		margin-bottom: 50px;
	}
	
	
	
	  
}



.gaiyo-hyo {

	display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  
  
  }
  .gaiyo-hyo dt {
  width: 15%;
	  font-weight: bold;
	  margin-bottom: 30px;
	
	
	}
	.gaiyo-hyo dd {
	  width: 75%;
	  margin-bottom: 30px;
		
		
		}
  
  
  
  @media only screen and (max-width: 767px) {
	
	  .gaiyo-hyo {
  
		  display: block;
		justify-content: space-between;
		
		
		}
		.gaiyo-hyo dt {
		width: 100%;
			font-weight: bold;
			border-bottom: 1px solid #ccc;
			padding-bottom: 5px;
		   margin-bottom: 10px;
		  
		  }
		  .gaiyo-hyo dd {
			width: 100%;
			border-bottom: 1px solid #333;
			padding-bottom: 5px;  
			  margin-inline-start: 0px!important;
			  margin-bottom: 10px;
			  }
	  
  }

.modal-sec{
	display: none;
}

.showroom-mh3{
	text-align: center;
	margin: 50px auto;
	
}

.showroom-mh3 .showroom-mh3-en{
	font-family: "dairy";
	font-size: clamp(18px, 1.25vw, 32px);
	text-align: center;
	margin-bottom: 15px;
}
.showroom-mh3 .showroom-mh3-jp{
	font-family: "Noto Serif JP", serif;
	font-size: clamp(12px, 0.78vw, 18px);
	text-align: center;
}

.m-photo-wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.m-photo-wrap-inner{
	width: 48%;
}
.modaal-content-container{
	padding-bottom: 90px!important;
}
.modaal-prev{
	position: absolute;
	bottom: 30px;
	left: 2%;
	width: 20%;
	display: block;
	padding: 10px 20px;
	background: #1C293F;
	border-radius: 30px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

.modaal-next{
	position: absolute;
	bottom: 30px;
	right: 2%;
	width: 20%;
	display: block;
	padding: 10px 20px;
	background: #1C293F;
	border-radius: 30px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .modaal-prev{
	position: absolute;
	bottom: 30px;
	left: 4%;
	width: 30%;
	display: block;
	padding: 10px 20px;
	background: #1C293F;
	border-radius: 30px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

.modaal-next{
	position: absolute;
	bottom: 30px;
	right: 4%;
	width: 30%;
	display: block;
	padding: 10px 20px;
	background: #1C293F;
	border-radius: 30px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}

	
	  
}




.floor1{
	position: relative;
}
.floor1-img{
	aspect-ratio:2838/1843;
}
.change_image,.change_image2{
	max-width: 960px;
	margin: 15px auto;
}