@charset 'UTF-8';

/*リキャプチャ*/
.grecaptcha-badge {
  display: none !important;
}
.reCAPTCHA_p {
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
}
.reCAPTCHA_p a {
  color: #b1b1b1;
  text-decoration: underline;
}


/* 404
--------------------------- */
.page-block{
	padding-bottom: 5.7142rem;
}
@media screen and (min-width: 992px){
	.page-block{
		padding-bottom: 8.5714rem;
	}
}
@media screen and (min-width: 1400px){
	.page-block{
		padding-bottom: 10.666rem;
	}
}
.p404_txt{
	margin-bottom: 0;
	margin-top: 1rem;
}

.txt_block p{
	margin-bottom: 0;
}
img{
	max-width: 100%;
	height: auto;
}

/********************
/* 背景色
********************/
.bg_fff{
	background-color: #fff;
}
.bg_edece7{
	background-color: #edece7;
}

/********************
/* 準備中
********************/
.page_block_just{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page_block_just .inner{
	text-align: center;
}
.page_block_just .txt_block p + p{
	margin-top: 1rem;
}
.page_block_just .vm{
	margin-top: 2.77rem;
}


/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none{
    display: block;
}
.sp-none{
    display: none;
}
@media screen and (min-width: 768px){
    .pc-none{
        display: none;
    }
    .sp-none{
        display: block;
    }
}
@media screen and (min-width: 992px){
	.none_max991{
		display: block;
	}
	.none_min992{
		display: none;
	}
}
@media screen and (max-width: 991px){
	.none_max991{
		display: none;
	}
	.none_min992{
		display: block;
	}
}

/**************************
/* fontwight
**************************/
.fw400{
	font-weight: 400;
}
.fw500{
	font-weight: 500;
}
.fw600{
	font-weight: 600;
}
.fwbold{
	font-weight: bold;
}

/**************************
/* fontsize
**************************/
.f20{
	font-size: 1.1428rem;
}
.f25{
	font-size: 1.5714rem;
}
.f34{
	font-size: 1.857rem;
	line-height: 1.54;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px){
	.f20{
		font-size: 1.333rem;
	}
	.f25{
		font-size: 1.666rem;
	}
	.f34{
		font-size: 2.266rem;
		letter-spacing: 0.06em;
		line-height: 1.47;
	}
}

/*******************************
/* 背景色
*******************************/

/*******************************
見出し
*******************************/
/* c-title1 */
.c-title1{
	color: #232323;
	line-height: 1.2;
}
.c-title1 .f-jp{
	position: relative;
	font-size: 0.928rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	display: block;
	padding-left: 17px;
	margin-bottom: 1.071rem;
}
.c-title1 .f-jp::before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #232323;
	border-radius: 50%;
	top: 5px;
	left: 1px;
}
.c-title1 .f-eng{
	display: block;
	font-size: 2.857rem;
	font-weight: 500;
	line-height: 1;
}
@media screen and (min-width: 1200px){
	.c-title1 .f-jp{
		font-size: 1rem;
		padding-left: 22px;
		margin-bottom: 1.5rem;
	}
	.c-title1 .f-jp::before{
		width: 7px;
		height: 7px;
		left: 3px;
	}
	.c-title1 .f-eng{
		font-size: 4.533rem;
	}
}
/* c-title2 */
.c-title2{
	font-size: 1.5714rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
.c-title2 .f-eng{
	display: block;
	font-size: 1.0714rem;
	letter-spacing: 0.02em;
	margin-bottom: 0.971rem;
}
@media screen and (min-width: 1200px){
	.c-title2{
		font-size: 1.6rem;
	}
	.c-title2 .f-eng{
		font-size: 1rem;
		margin-bottom: 0.866rem;
	}
}
/* p-title1 */
.p-title1{
	font-size: 1.5714rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
	position: relative;
	padding-left: 1rem;
	margin-bottom: 1.857rem;
}
.p-title1::before{
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #232323;
	border-radius: 50%;
}
@media screen and (min-width: 1200px){
	.p-title1{
		font-size: 1.666rem;
		letter-spacing: 0.06em;
		margin-bottom: 2.366rem;
	}
	.p-title1::before{
		top: 17px;
	}
}
/* p-title2 */
.p-title2{
	font-size: 1.5714rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.04em;
	position: relative;
	padding-bottom: 1.214rem;
}
.p-title2::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(120,120,120,0.25);
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 1200px){
	.p-title2{
		font-size: 1.666rem;
		letter-spacing: 0.06em;
		padding-bottom: 1.733rem;
	}
}
/* en-tit */
.en-tit{
	font-size: 1.15rem;
	line-height: 1;
	letter-spacing: 0.02em;
}
@media screen and (min-width: 1200px){
	.en-tit{
		font-size: 1.3rem;
	}
}



/*******************************
/* BUTTON
*******************************/
/* vm */
.vm {
	position: relative;
	display: inline-flex;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	width: 230px;
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1;
}
.vm::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #232323;
	z-index: -1;
}
.vm::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #505050;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s,opacity ease .6s;
	opacity: 0;
	z-index: 0;
}
.vm:hover{
	text-decoration: none;
	color: #fff;
}
.vm:hover::after{
	transform-origin: 0% 50%;
	transform: scaleX(1);
	opacity: 1;
}
.vm-txt{
	position: relative;
	width: 73.913%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.vm-arrow{
	position: relative;
	width: 26.087%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.vm-arrow::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 53.3333%;
	background-color: rgba(120,120,120,0.25);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.vm-arrow span svg{
	display: block;
	max-width: 100%;
	height: auto;
}
.vm-arrow span svg .logo-color{
	fill: #fff;
}
@media screen and (min-width: 1200px){
	.vm{
		width: 260px;
		height: 70px;
		border-radius: 8px;
	}
	.vm-txt{
		width: 73.0769%;
	}
	.vm-arrow{
		width: 26.9231%;
	}
	.vm-arrow::before{
		height: 51.4285%;
	}
}
/* vm2 */
.vm2{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 2.14;
	display: inline-flex;
	align-items: center;
}
.vm2 .f-eng{
	text-decoration: underline;
	margin-right: 1rem;
	color: #232323;
}
.vm2 .vm2-arrow{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #232323;
	position: relative;
	left: 0;
	transition: .2s;
}
.vm2 .vm2-arrow svg{
	width: 10px;
	height: 8px;
}
.vm2 .vm2-arrow svg .logo-color{
	fill: #fff;
}
.vm2:hover{
	text-decoration: none;
}
.vm2:hover .vm2-arrow{
	left: 5px;
}
@media screen and (min-width: 1200px){
	.vm2 .vm2-arrow{
		width: 32px;
		height: 32px;
	}
	.vm2 .vm2-arrow svg{
		height: 9px;
	}
}


/*******************************
container
*******************************/
.acv_container_1540, .container_1540{
	width: 76.923%;
	margin-right: auto;
	margin-left: auto;
}
.container_1320{
	width: 76.923%;
	margin-right: auto;
	margin-left: auto;
}
.container_1300{
	width: 76.923%;
	margin-right: auto;
	margin-left: auto;
}
.container_1000{
	width: 76.923%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px){
	.acv_container_1540{
		width: 87.179%;
		max-width: 1540px;
	}	
}
@media screen and (min-width: 992px){
	.container_1540{
		width: 85.555%;
		max-width: 1540px;
	}
	.container_1320{
		width: 73.333%;
		max-width: 1320px;
	}
	.container_1300{
		width: 73.333%;
		max-width: 1300px;
	}
	.container_1000{
		width: 73.333%;
		max-width: 1000px;
	}
}


/*******************************
パンクズ
*******************************/
#pls{
	max-width: 60%;
	position: absolute;
	top: 0;
	right: 0;
}
#pan {
    font-size: 0.857rem;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
	text-align: right;
	color: #505050;
}
#pan a{
	color: #505050;
    text-decoration: none;
	transition: .3s;
}
#pan a:hover{
	opacity: 0.7;
} 
#pan .current-item{
	color: #a98766;
}
@media screen and (min-width: 768px){
	#pls{
		top: 95px;
	}
}
@media screen and (min-width: 768px){
	#pls{
		top: 100px;
	}
}
@media screen and (min-width: 1200px){
	#pls{
		top: 105px;
	}
	#pan{
		font-size: 0.928rem;
	}
}
@media screen and (max-width: 767px){
	#pls{
		display: none;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
	max-width: 100%;
}
#form th span {
	font-size: 0.8em;
	color: #FFF;
	background-color: #C00;
	padding: 3px;
}
#form th, #form td{
	font-size: 1rem;
	font-weight: 300;
	padding: 1.9rem 0;
	border-bottom: 1px solid rgba(200,200,200,0.5);
	color: #323232;
}
#form tr:first-child th, #form tr:first-child td{
	border-top: 1px solid rgba(200,200,200,0.5);
}
#form th {
  width: 25%;
	vertical-align: middle;
}
#form td {
	text-align: left;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media screen and (min-width: 1200px){
	#form th, #form td{
		padding: 2.286rem 0;
	}
	#form th{
		width: 20%;
	}
}
@media screen and (min-width: 1600px){
	#form th{
		width: 16%;
	}
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 20px 0 0;
	  border-bottom: none;
  }
	#form tr:first-child td{
		border-top: none;
	}
  #form td {
    width: 100%;
    display: block;
    border-top: none;
	  padding: 8px 0 20px;
  }
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagination {
    margin-top: 3.371rem;
    font-size: 1.1428rem;
    line-height: 1;
}

.pagination ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0; /*念のため追加*/
}

.pagination ul li {
    list-style: none;
    margin: 0 10px; /* li+liではなく、一律左右に持たせると計算が楽です */
}
.pagination ul li a{
	transition: .4s;
}
.pagination ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
}

/* リンクとアクティブ時の共通スタイル */
.page-numbers {
    color: #000;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}


/* アクティブ時のスタイル */
.pagination ul li.active .page-numbers {
	width: 42px;
	height: 42px;
    color: #fff;
    background-color: #232323;
    border-radius: 50%;
}

/* Prev / Next のテキスト用調整（必要に応じて） */
.pagination ul li.prev,
.pagination ul li.next {
    margin: 0 10px;
}

.pagination ul li.prev a,
.pagination ul li.next a {
    width: auto; /* 文字数に合わせて幅を広げる */
}

@media screen and (min-width: 992px) {
    .pagination {
        margin-top: 5.157rem;
    }
}

@media screen and (min-width: 1200px) {
    .pagination {
        font-size: 1.2rem;
    }
    .pagination ul li, .pagination ul li.prev, .pagination ul li.next {
        margin: 0 15px; /* PCでは少し広げる */
    }
	.pagination ul li.active .page-numbers {
		width: 52px;
		height: 52px;
    }
}
@media screen and (min-width: 1400px){
	.pagination{
		margin-top: 6.466rem;
	}
}	

/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
	color: #878787;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/

#next {
  background-color: #efefef;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next{
	text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
    margin-top: 0.5rem;
    color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
    width: auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px){
    #prev_next #prev, #prev_next #next{
        padding: 40px 10px 20px;
    }
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 768px){
	.br_max767{
		display: none;
	}
	.br_min768{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.br_max767{
		display: block;
	}
	.br_min768{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.br_max991{
		display: none;
	}
	.br_min992{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.br_max991{
		display: block;
	}
	.br_min992{
		display: none;
	}
}
@media screen and (min-width: 1080px){
	.br_min1080{
		display: block;
	}
}
@media screen and (max-width: 1079px){
	.br_min1080{
		display: none;
	}
}
@media screen and (min-width: 1200px){
	.br_max1199{
		display: none;
	}
	.br_min1200{
		display: block;
	}
}
@media screen and (max-width: 1199px){
	.br_max1199{
		display: block;
	}
	.br_min1200{
		display: none;
	}
}
@media screen and (min-width: 1300px){
	.br_max1299{
		display: none;
	}
	.br_min1300{
		display: block;
	}
}
@media screen and (max-width: 1299px){
	.br_max1299{
		display: block;
	}
	.br_min1300{
		display: none;
	}
}
@media screen and (min-width: 1400px){
	.br_max1399{
		display: none;
	}
	.br_min1400{
		display: block;
	}
}
@media screen and (max-width: 1399px){
	.br_max1399{
		display: block;
	}
	.br_min1400{
		display: none;
	}
}
@media screen and (min-width: 1500px){
	.br_max1499{
		display: none;
	}
	.br_min1500{
		display: block;
	}
}
@media screen and (max-width: 1499px){
	.br_max1499{
		display: block;
	}
	.br_min1500{
		display: none;
	}
}
@media screen and (min-width: 1600px){
	.br_max1599{
		display: none;
	}
}
@media screen and (max-width: 1599px){
	.br_max1599{
		display: block;
	}
	.br_min1600{
		display: none;
	}
}
@media screen and (min-width: 1600px){
	.br_min1600{
		display: block;
	}
}
@media screen and (max-width: 1609px){
	.br_max1609{
		display: block;
	}
}
@media screen and (min-width: 1610px){
	.br_max1609{
		display: none;
	}
}
@media screen and (min-width: 1700px){
	.br_max1699{
		display: none;
	}
	.br_min1700{
		display: block;
	}
}
@media screen and (max-width: 1699px){
	.br_max1699{
		display: block;
	}
	.br_min1700{
		display: none;
	}
}
@media screen and (min-width: 1800px){
	.br_min1800{
		display: block;
	}
}
@media screen and (max-width: 1799px){
	.br_min1800{
		display: none;
	}
}

.br_576-991, .br_768-991, .br_768-1199, .br_768-1399, .br_992-1399, .br_992-1499, .br_1200-1299, .br_1200-1399, .br_1200-1499, .br_1200-1599, .br_1200-1699, .br_1400-1599{
	display: none;
}
@media screen and (min-width: 576px) and (max-width: 991px){
	.br_576-991{
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br_768-991{
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.br_768-1199{
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1399px){
	.br_768-1399{
		display: block;
	}
}
@media screen and (min-width: 992px) and (max-width: 1399px){
	.br_992-1399{
		display: block;
	}
}
@media screen and (min-width: 992px) and (max-width: 1499px){
	.br_992-1499{
		display: block;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1299px){
	.br_1200-1299{
		display: block;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.br_1200-1399{
		display: block;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1499px){
	.br_1200-1499{
		display: block;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
	.br_1200-1599{
		display: block;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1699px){
	.br_1200-1699{
		display: block;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1599px){
	.br_1400-1599{
		display: block;
	}
}

.br_768-991none{
	display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.br_768-991none{
		display: none;
	}
}

/*****************************
/* form_customize
*****************************/
/*form reset*/
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/*form*/
.form_outer{
	margin-top: 5.06rem;
}
.form_intro{
	margin-bottom: 2.3571rem;
}
.form_intro p, .form_intro a{
	color: #232323;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.73;
	margin-bottom: 0;
}
.form_intro p{
	text-align: justify;
}
.form_intro p + p{
	margin-top: 0.528rem;
}
.form_intro a{
	transition: .3s;
}
.form_intro a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.form_intro p span{
	color: #d2460a;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 0;
}
@media screen and (min-width: 768px){
	.form_outer{
		margin-top: 7.95rem;
	}
	.form_intro{
		margin-bottom: 2.38rem;
	}
	.form_intro p + p{
		margin-top: 0.8857rem;
	}
}
@media screen and (min-width: 1200px){
	.form_outer{
		margin-top: 8.9rem;
	}
	.form_intro{
		margin-bottom: 0;
	}
	.form_intro p{
		letter-spacing: 0.06em;
	}
	.form_intro p + p{
		margin-top: 1.766rem;
	}
}
#form_customize{
	width: 100%;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
    background-color: #fff;
    border: none;
    padding: 1.15rem 1rem;
	font-size: 1rem;
	font-weight: bold;
    margin: 0;
    width: 100%;
	border-radius: 4px;
	line-height: 1.5;
	outline: none;
	resize: none;
}
#form_customize input[type="text"], #form_customize input[type="email"], #form_customize input[type="tel"], #form_customize textarea{
	color: #232323;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus{
	outline: none;
}
#form_customize .form_block{
	position: relative;
	padding-bottom: 1.428rem;
	margin-bottom: 1.028rem;
}
#form_customize .form_block::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(180,180,180,0.25);
	left: 0;
	bottom: 0;
}
/* ラベル */
#form_customize .form_c_label{
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.9rem;
	letter-spacing: 0.04em;
	font-weight: bold;
	line-height: 1.5;
	color: #232323;
	pointer-events: none;
}
/* 必須・任意 */
.form_label_req{
	color: #d2460a;
	font-size: 1.0714rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 5px;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder{
	color: #c8c8c8;
	opacity: 1;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip{
	font-size: 0.769rem;
	font-weight: 500;
	color: #d2460a;
}
/* 個人情報 */
#form_customize .form_c_agree{
	border-bottom: none;
	margin-top: -0.357rem;
	margin-bottom: 2.614rem;
	text-align: center;
}
#form_customize .form_block.form_c_agree{
	padding-bottom: 0;
}
#form_customize .form_block.form_c_agree::after{
	display: none;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item-label{
	font-size: 1rem;
	font-weight: 500;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item{
	width: 100%;
	margin-right: 0;
}
.f_note{
	font-size: 0.857rem;
	letter-spacing: 0.08em;
	margin-bottom: 1.842rem;
	color: #000;
	text-align: left;
}
.f_note a{
	color: #000;
	text-decoration: underline;
	transition: .3s;
}
.f_note a:hover{
	opacity: 0.8;
	transition: .3s;
}
/* 送信ボタン */
#form_customize .form_c_submit{
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#form_customize .form_block.form_c_submit{
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#form_customize .form_block.form_c_submit::after{
	display: none;
}
#form_customize .form_block.form_c_submit .wpcf7-spinner{
	display: none;
}
/* ボタンのベーススタイル */
#form_customize .form_c_submit .c_submit{
	width: 100%; /* 必要に応じて調整 */
	max-width: 280px;
	height: 60px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#form_customize .form_c_submit .c_submit::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 60%;
	top: 50%;
	right: 60px;
	background-color: rgba(244,146,113,0.25);
	transform: translateY(-50%);
	z-index: 1;
}
#form_customize .form_c_submit .c_submit::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 9px;
	background-image: url("../images/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
#form_customize .form_c_submit .c_submit input {
	width: 100%;
	height: 100%;
	border: none;
	background-color: #d2460a;
	color: #fff;
	font-weight: 500;
	padding: 0 0 0 95px !important;
	text-align: left!important;
	border-radius: 5px;
	letter-spacing: 0.06em;
	
	/* 背景を「現在の色」と「hover時の色」の2色分用意する */
	background: linear-gradient(to right, #d65822 50%, #d2460a 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 0.4s ease-out;
}

/* hover時の挙動 */
#form_customize .form_c_submit .c_submit input:hover {
  background-position: left bottom;
}
/* リキャプチャ文章 */
.form_end_txt{
	font-size: 0.769rem;
	color: #737373;
	text-align: center;
	margin-top: 1.72rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	#form_customize .form_block{
		display: flex;
		justify-content: space-between;
		padding-bottom: 1.785rem;
		margin-bottom: 1.785rem;
	}
	/* ラベル */
	#form_customize .form_c_label{
		width: 25%;
		padding-top: 1.15rem;
		margin-bottom: 0;
	}
	#form_customize .form_c_item{
		width: 75%;
	}
	/* 個人情報 */
	#form_customize .form_c_agree{
		text-align: left;
	}
	#form_customize .form_block.form_c_agree .form_c_item{
		margin-left: auto;
	}
	/* 送信ボタン */
	#form_customize .form_block.form_c_submit{
		width: 75%;
		margin-left: auto;
		margin-right: 0;
	}
	#form_customize .form_c_submit .c_submit{
		margin-left: 0;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .form_block{
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
		font-size: 1.066rem;
		padding: 1.87rem 2rem;
	}
	/* 必須・任意 */
	.form_label_req{
		font-size: 1.2rem;
		margin-left: 8px;
	}
	/* ラベル */
	#form_customize .form_c_label{
		font-size: 1.0666rem;
		letter-spacing: 0.06em;
		padding-top: 1.87rem;
	}
	/* 個人情報 */
	.f_note{
		font-size: 0.928rem;
		margin-bottom: 2.357rem;
	}
	#form_customize .form_block.form_c_agree{
		margin-top: -0.542rem;
		margin-bottom: 3.585rem;
	}
	/* 送信ボタン */
	#form_customize .form_c_submit .c_submit{
		max-width: 300px;
		height: 70px;
	}
	#form_customize .form_c_submit .c_submit input{
		font-size: 0.9333rem;
		border-radius: 8px;
		letter-spacing: 0.06em;
	}
	/* リキャプチャ文章 */
	.form_end_txt{
		font-size: 0.86rem;
		margin-top: 2.7rem;
	}
}

/* CUSTOM SELECTBOX */
#form_customize select{
	color: #8c8c8c;
	-webkit-appearance: none;
    appearance: none;
}
#form_customize select.selected{
	color: #000;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-form-control{
	display: flex;
	flex-wrap: wrap;
}
#form_customize .form_check_box .wpcf7-list-item{
	margin: 0;
	display: block;
	width: auto;
	margin-right: 40px;
}
#form_customize .form_check_box label{
	cursor: pointer;
	margin-bottom: 0;
}
#form_customize .form_check_box input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #232323;
	line-height: 1.5;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
	content: "";
	border-radius: inherit;
	transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before{
	left: 0;
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 7px;
	background-color: #fff;
	border-radius: 4px;
	border: none;
}
.bg_gray #form_customize .form_check_box .wpcf7-list-item-label::before{
	background-color: #fff;
}
#form_customize .form_check_box .wpcf7-list-item-label::after{
	position: absolute;
	top: 13px;
	left: 13px;
	width: 10px;
	height: 10px;
	background-color: #d2460a;
	border-radius: 0;
	opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after{
	opacity: 1;
}
@media screen and (min-width: 768px){
	#form_customize .form_check_box{
		padding-top: 0.6rem;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .form_check_box{
		padding-top: 1rem;
	}
	#form_customize .form_check_box .wpcf7-list-item{
		margin-right: 60px;
	}
	#form_customize .form_check_box .wpcf7-list-item-label{
		font-size: 1.066rem;
		letter-spacing: 0.06em;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::before{
		width: 50px;
		height: 50px;
		margin-right: 12px;
	}
	#form_customize .form_check_box .wpcf7-list-item-label::after{
		width: 12px;
		height: 12px;
		top: 19px;
		left: 19px;
	}
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before{
	border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after{
	border-radius: 50%;
}


/* 2カラム */
@media screen and (min-width: 768px){
	.form_column2{
		display: flex;
		justify-content: space-between;
	}
	.form_column2_item{
		width: calc((100% - 20px)/2);
	}
}
@media screen and (max-width: 767px){
	.form_column2_item + .form_column2_item{
		margin-top: 1.038rem;
	}
}


/* 来場希望日時 */
#form_customize .datetime .select_item{
	margin-bottom: 0;
	width: 100%;
	position: relative;
}
#form_customize .datetime .select_item + .select_item{
	margin-top: 7px;
}
#form_customize .datetime .select_item::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 1rem;
	width: 6px;
	height: 5.25px;
	transform: translateY(-50%);
}
#form_customize .datetime select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #323232;
	line-height: 1.5;
}
#form_customize .datetime select.selected{
	color: #323232;
}
.datetimeblock p{
	margin-bottom: 0;
	color: #323232;
	letter-spacing: 0.03em;
	font-size: 0.84rem;
	margin-top: 0.369rem;
}
@media screen and (min-width: 768px){
	#form_customize .datetime{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#form_customize .datetime .select_item{
		width: calc((100% - 7px)/2);
	}
	#form_customize .datetime .select_item + .select_item{
		margin-top: 0;
	}
	.datetimeblock p{
		width: 100%;
	}
}
@media screen and (min-width: 1200px){
	#form_customize .datetime .select_item{
		width: calc((100% - 10px)/2);
	}
	.datetimeblock p{
		letter-spacing: 0.03em;
		font-size: 0.86rem;
		margin-top: 0.93rem;
	}
	#form_customize .datetime .select_item::after{
		right: 1.428rem;
		width: 8px;
		height: 7px;
	}
}
/* 住所 */
#form_customize .add .form-input__small300{
	width: 100%;
	margin-bottom: 7px;
}
#autozip{
	display: none !important;
	opacity: 0!important;
} 
@media screen and (min-width: 768px){
	#form_customize .add .form-input__small300{
		margin-bottom: 10px;
	}
}
/* 求人 */
#form_customize .job{
	width: 47.91%;
	position: relative;
}
#form_customize .job::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 1rem;
	width: 6px;
	height: 5.25px;
	transform: translateY(-50%);	
}
@media screen and (min-width: 1200px){
	#form_customize .job::after{
		right: 1.428rem;
		width: 8px;
		height: 7px;
	}
}


/* ============================ */
/* POST INDEX */
.c-post-index{
	margin-top: 3.84rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-post-index__link {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 1;
	transition: .3s;
}
.c-post-index__link.is-disable {
	opacity: 0.3;
	pointer-events: none;
}
.c-post-index__link.link-prev svg{
	transform: rotate(180deg);
	margin-right: 10px;
}
.c-post-index__link.link-next svg{
	margin-left: 10px;
}
.c-post-index__link:hover, .c-post-index__link:hover svg, .c-post-index__text:hover{
	text-decoration: none;
	opacity: 0.8;
	transition: .3s;
}
.c-post-index__text {
	display: block;
	font-size: 0.84rem;
	color: #000;
	transition: .3s;
}
@media screen and (min-width: 768px){
	.c-post-index{
		margin-top: 5.769rem;
	}
	.c-post-index__link, .c-post-index__text{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.c-post-index{
		margin-top: 6.66rem;
	}
	.c-post-index__link{
		font-size: 1rem;
	}
	.c-post-index__text{
		font-size: 1rem;
	}
}
/*********************************
/* Modelhouse - モデルハウス2棟
*********************************/
#top-model{
	margin-top: 7.1428rem;
}
#top-model .c-title1{
	width: 87.179%;
	margin: 0 auto 3.4rem;
}
.top-model_txtArea{
	width: 87.179%;
	margin: 0 auto;
	padding-left: 4.7%;
}
.top-model_txtArea .f34{
	margin-bottom: 2.371rem;
}
.top-model_txtArea .txt_block{
	text-align: justify;
	line-height: 2.14;
	letter-spacing: 0.06em;
}
.top-model_txtArea .vm{
	margin-top: 3.828rem;
}

.top-model_img{
	margin-top: 5.714rem;
}
/* model-swiper */
.model-swiper .swiper-wrapper{
	transition-timing-function: linear !important;
	align-items: center;
}
.model-swiper .swiper-slide{
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.model-swiper .swiper-slide.in{
	width: 61.538%;
}
.model-swiper .swiper-slide.ex{
	width: 92.3%;
}
.model-swiper-col{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.model-swiper .swiper-slide img{
	display: block;
	width: auto;
	border-radius: 5px;
}
@media screen and (min-width: 768px){
	#top-model{
		width: 93.5895%;
		margin-left: auto;
	}
	#top-model .c-title1{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.top-model_flex{
		display: flex;
		justify-content: space-between;
	}
	.top-model_txtArea{
		width: 41.94%;
		margin: 0;
		padding-left: 0;
		align-self: center;
	}
	.top-model_img{
		width: 51.353%;
		margin: 0;
	}
}
@media screen and (min-width: 992px){
	#top-model{
		margin-top: 8.371rem;
	}
	.top-model_txtArea{
		width: 29.940%;
	}
	.top-model_img{
		width: 63.35329%;
	}
	/* model-swiper */
	.model-swiper .swiper-slide.in{
		width: 37.807%;
	}
	.model-swiper .swiper-slide.ex{
		width: 64.272%;
	}
	.model-swiper-col{
		gap: 15px;
	}
}
@media screen and (min-width: 1200px){
	/* model-swiper */
	.model-swiper-col{
		gap: 20px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.top-model_txtArea{
		width: 38.94%;
	}
	.top-model_img{
		width: 54.353%;
	}
}
@media screen and (min-width: 1400px){
	#top-model{
		margin-top: 10.566rem;
	}
	#top-model .c-title1{
		margin-bottom: 5.966rem;
	}
	.top-model_txtArea .f34{
		margin-bottom: 2.966rem;
	}
	.top-model_txtArea .vm{
		margin-bottom: 4.933rem;
	}
	/* model-swiper */
	.model-swiper-col{
		gap: 25px;
	}
	.model-swiper .swiper-slide img{
		border-radius: 10px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1599px){
	.top-model_txtArea{
		width: 34.94%;
	}
	.top-model_img{
		width: 58.353%;
	}
}
@media screen and (min-width: 1600px){
	/* model-swiper */
	.model-swiper-col{
		gap: 30px;
	}
}
@media screen and (min-width: 1900px){
	#top-model{
		width: 90.59%;
	}
}
/*********************************
/* Modelhouse - モデルハウス一覧
*********************************/
.acv_model_block{
	margin-bottom: 0;
	list-style: none;
}
.acv_model_block li{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5.7142rem;
}
.acv_model_block li:nth-child(1){
	margin-top: 0;
}
.acv-model-img{
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 1.7428rem;
}
.acv-model-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.model-title{
	font-size: 1.1428rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-bottom: 0;
}
.model-place{
	position: relative;
	display: inline-block;
	padding-left: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-top: 0.4285rem;
	margin-bottom: 0;
}
.model-place::before{
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 13px;
	height: 16.7px;
	background-image: url("../images/icon-map.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.acv_model_block .vm{
	margin-top: 1.6428rem;
}
@media screen and (min-width: 768px){
	.acv_model_block{
		display: flex;
		flex-wrap: wrap;
	}
	.acv_model_block li{
		list-style: none;
		width: calc((100% - 40px)/2);
		margin-right: 40px;
	}
	.acv_model_block li:nth-child(2){
		margin-top: 0;
	}
	.acv_model_block li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.acv_model_block li{
		list-style: none;
		width: calc((100% - 60px)/2);
		margin-top: 7.1428rem;
		margin-right: 60px;
	}
	.acv-model-img{
		margin-bottom: 2rem;
	}
	.model-title{
		font-size: 1.2857rem;
	}
	.model-place{
		font-size: 1.0714rem;
		margin-top: 0.6285rem;
	}
	.model-place::before{
		top: 5px;
	}
	.acv_model_block .vm{
		margin-top: 2.2rem;
	}
}
@media screen and (min-width: 1200px){
	.acv_model_block li{
		list-style: none;
		width: calc((100% - 80px)/2);
		margin-top: 8rem;
		margin-right: 80px;
	}
	.acv-model-img{
		border-radius: 10px;
	}
	.model-title{
		font-size: 1.333rem;
		letter-spacing: 0.06em;
	}
	.model-place{
		font-size: 1.066rem;
		letter-spacing: 0.06em;
	}
	.model-place::before{
		width: 14px;
		height: 18px;
		top: 4px;
	}
}
@media screen and (min-width: 1400px){
	.acv_model_block li{
		list-style: none;
		width: calc((100% - 100px)/2);
		margin-top: 10.666rem;
		margin-right: 100px;
	}
	.acv-model-img{
		margin-bottom: 2.4rem;
	}
	.model-title{
		font-size: 1.666rem;
	}
	.model-place{
		font-size: 1.2rem;
		margin-top: 1.1rem;
	}
	.model-place::before{
		top: 7px;
	}
	.acv_model_block .vm{
		margin-top: 2.6rem;
	}
}

/*******************************
/* WORKS - 施工事例一覧
*******************************/
.archive-works-block{
	position: relative;
	width: 100%;
	padding: 4.2857rem 0;
}
.archive-works-block::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 30px;
	z-index: -1;
}
.archive-works-block .inner{
	width: 76.923%;
	margin: 0 auto;
}
.works-block{
	margin-bottom: 0;
}
.works-block li{
	list-style: none;
}
.works-block li a{
	display: block;
}
.works-block li a:hover{
	text-decoration: none;
}
.works-img.zoom{
	border-radius: 5px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 1.557rem;
}
.works-img.zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-title{
	color: #232323;
	font-size: 1.1428rem;
	letter-spacing: 0.06em;
	line-height: 1.3;
	margin-bottom: 0;
}
.acv-works-model{
	padding-bottom: 8.571rem;
}
@media screen and (min-width: 768px){
	.archive-works-block{
		width: 87.179%;
		margin: 0 auto;
	}
	.archive-works-block::before{
		border-radius: 20px;
	}
	.archive-works-block .inner{
		width: 88.154%;
	}
	.works-block{
		display: flex;
		flex-wrap: wrap;
	}
	.works-block li{
		width: calc((100% - 40px)/2);
		margin-right: 40px;
		margin-top: 2.757rem;
	}
	.works-block li:first-child, .works-block li:nth-child(2){
		margin-top: 0;
	}
	.works-block li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (min-width: 992px){
	.archive-works-block{
		width: 85.555%;
		max-width: 1540px;
		padding: 6.428rem 0;
	}
	.archive-works-block .inner{
		width: 82.853%;
		max-width: 1300px;
	}
	.works-block li{
		width: calc((100% - 80px)/3);
	}
	.works-block li:nth-child(3){
		margin-top: 0;
	}
	.works-block li:nth-child(2n){
		margin-right: 40px;
	}
	.works-block li:nth-child(3n){
		margin-right: 0;
	}
	.acv-works-model{
		padding-bottom: 12.857rem;
	}
}
@media screen and (min-width: 1400px){
	.archive-works-block{
		padding: 8rem 0;
	}
	.works-block li{
		margin-top: 3.033rem;
	}
	.works-img.zoom {
		border-radius: 10px;
	}
	.works-title{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.acv-works-model{
		padding-bottom: 16rem;
	}
}
@media screen and (min-width: 1600px){
	.works-block li{
		width: calc((100% - 112px)/3);
		margin-top: 3.933rem;
		margin-right: 56px;
	}
	.works-block li:nth-child(2n){
		margin-right: 56px;
	}
	.works-block li:nth-child(3n){
		margin-right: 0;
	}
	.works-img.zoom {
		margin-bottom: 2.366rem;
	}
}
@media screen and (max-width: 767px){
	.works-block li + li{
		margin-top: 2.757rem;
	}
	.works-block li:nth-child(4), .works-block li:nth-child(5), .works-block li:nth-child(6){
		display: none;
	}
}
/* search - vm */
.sf-vm{
	position: relative;
	display: inline-flex;
	color: #fff;
	font-size: 0.928rem;
	font-weight: 500;
	letter-spacing: 0;
	width: 220px;
	height: 55px;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1;
	margin-top: 2.557rem;
}
.sf-vm .vm-txt{
	width: 88.75%;
}
.sf-vm .plus{
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	z-index: 1;
}
.sf-vm .plus::before, .sf-vm .plus::after{
	position: absolute;
	content: "";
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.sf-vm .plus::before{
	border-top: 1px solid rgba(255,255,255,0.8);
	width: 12px;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.sf-vm .plus::after{
	border-left: 1px solid rgba(255,255,255,0.8);
	width: 0;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 5.5px;
	transition: .3s;
}
.sf-vm.is-open .plus::after{
	border-left: 1px solid rgba(255,255,255,0.8);
	height: 0;
}
.sf-vm::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #232323;
	z-index: -1;
}
.sf-vm::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #505050;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s,opacity ease .6s;
	opacity: 0;
	z-index: 0;
}
.sf-vm:hover{
	color: #fff;
	text-decoration: none;
}
.sf-vm:hover::after{
	transform-origin: 0% 50%;
	transform: scaleX(1);
	opacity: 1;
}
@media screen and (min-width: 992px){
	.sf-vm{
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.sf-vm{
		width: 240px;
		height: 60px;
		font-size: 0.9333rem;
	}
	.sf-vm .plus{
		right: 30px;
	}
}
/* search - modal */
.st_modal{
    display: none;
    height: 100vh;
    position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #f8f7f4;
    left: 50%;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
	width: 87.179%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100% - (100px + 50px));
	border-radius: 10px;
	color: #232323;
}
.modal-head{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	height: 65px;
	padding: 0 7%;
}
.modal-foot{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 7%;
	gap: 10px;
	height: 95px;
}
.modal-head::after, .modal-foot::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.6);
	left: 0;
}
.modal-head::after{
	bottom: 0;
}
.modal-foot::before{
	top: 0;
}
.modal-head p{
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
}
.search-filter-field.sf_reset .search-filter-input-button, .sf_submit .search-filter-input-button{
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center;
	text-align: center;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0;
	border-radius: 5px;
	height: 45px;
}
.search-filter-field.sf_reset .search-filter-input-button{
	width: 100px;
	background-color: #232323;
	border: 1px solid rgba(35,35,35,0.6);
	color: #fff;
	
}
.search-filter-field.sf_submit .search-filter-input-button{
	width: 150px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.6);
	color: #232323;
	padding: 0;
	outline: none;
	position: relative;
}
.search-filter-field.sf_submit .search-filter-input-button::after{
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 13px;	
	background-image: url("../images/page/search-icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.sf_reset .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected){
	background-color: #232323;
	border: 1px solid rgba(0,0,0,0.6);
	color: #fff;
}
.sf_submit .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected){
	border: 1px solid rgba(0,0,0,0.6);
	background-color: #fff;
	color: #232323;
}
.sf_reset .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected), .sf_submit .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected){
	opacity: 0.8;
}
.modal-tagArea{
	padding: 1.9rem 3% 2.857rem;
}
.modal-tagArea p{
	font-size: 1rem;
	margin-bottom: 1.285rem;
}
@media screen and (min-width: 768px){
	.modal__content{
		width: 76.923%;
	}
	.modal-head{
		height: 70px;
	}
	.modal-head p, .modal-tagArea p{
		font-size: 1.0714rem;
	}
	.modal-tagArea{
		padding: 2.514rem 3% 3.5714rem;
	}
	.modal-tagArea p{
		margin-bottom: 1.6428rem;
	}
	.modal-foot{
		height: 120px;
		gap: 15px;
	}
	.search-filter-field.sf_reset .search-filter-input-button, .search-filter-field.sf_submit .search-filter-input-button{
		height: 50px;
	}
	.search-filter-field.sf_reset .search-filter-input-button{
		width: 150px;
	}
	.search-filter-field.sf_submit .search-filter-input-button{
		width: 250px;
	}
}
@media screen and (min-width: 992px){
	.modal__content{
		width: 70.879%;
		max-width: 1300px;
	}
	.modal-foot{
		height: 125px;
		gap: 20px;
	}
	.search-filter-field.sf_reset .search-filter-input-button, .search-filter-field.sf_submit .search-filter-input-button{
		height: 55px;
	}
	.search-filter-field.sf_reset .search-filter-input-button{
		width: 165px;
	}
	.search-filter-field.sf_submit .search-filter-input-button{
		width: 275px;
	}
}
@media screen and (min-width: 1200px){
	.modal__content{
		border-radius: 20px;
		top: 160px;
		max-height: calc(100% - (160px + 80px));
	}
	.modal-head{
		height: 110px;
	}
	.modal-head p, .modal-tagArea p{
		font-size: 1.2rem;
	}
	.modal-tagArea{
		padding: 5rem 5% 6.666rem;
	}
	.modal-tagArea p{
		margin-bottom: 3.6rem;
	}
	.modal-foot{
		height: 180px;
		gap: 30px;
	}
	.search-filter-field.sf_reset .search-filter-input-button, .search-filter-field.sf_submit .search-filter-input-button{
		height: 60px;
	}
	.search-filter-field.sf_reset .search-filter-input-button{
		width: 180px;
	}
	.search-filter-field.sf_submit .search-filter-input-button{
		width: 300px;
	}
}
/* search - trigger */
.modal-trigger {
    width: 58px;
	height: 12px;
    position: relative;
    cursor: pointer;
    z-index: 1001; 
    margin-left: 20px;
	display: flex;
	align-items: center;
}
/* 文字部分 */
.modal-trigger::before {
    content: "Close";
    font-family: "Montserrat", sans-serif;
    font-size: 0.857rem;
    font-weight: 600;
    color: #232323;
	display: block;
	line-height: 1;
	margin-right: 15px;
}
/* ドットのコンテナ */
.modal-trigger-dots {
    width: 12px; /* 少し小さくすると画像に近くなります */
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/* 共通のドットスタイル */
.modal-trigger-dots span,
.modal-trigger-dots span::before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #232323;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
/* 通常時（3つ並び）の配置 */
.modal-trigger-dots span:nth-child(1) { top: 0; left: 0; transform: none; }
.modal-trigger-dots span:nth-child(1)::before { content: ""; top: 0; right: -9px; background-color: #232323; }
.modal-trigger-dots span:nth-child(2) { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.modal-trigger-dots span:nth-child(3) { bottom: 0; left: 0; transform: none; }
.modal-trigger-dots span:nth-child(3)::before { content: ""; bottom: 0; right: -9px; transform: none; background-color: #232323; }
@media screen and (min-width: 1200px){
	.modal-trigger{
		margin-left: 5rem;
		width: 72px;
		height: 16px;
	}
	.modal-trigger::before {
		font-size: 0.866rem;
		margin-right: 20px;
	}
	.modal-trigger-dots{
		width: 16px;
		height: 16px;
	}
	.modal-trigger-dots span:nth-child(1)::before, .modal-trigger-dots span:nth-child(3)::before{
		right: -13px;
	}
}
/* search filter */
.sf_button .search-filter-input-button-group{
	justify-content: center;
	row-gap: 10px;
	column-gap: 5px;
}
.sf_button .search-filter-input-button{
	margin: 0;
	font-size: 0.928rem !important;
	letter-spacing: 0;
	font-weight: 400;
	background-color: #fff;
	color: #232323;
	border: 1px solid rgba(0,0,0,0.6);
	border-radius: 40px;
	padding: 0.15rem 1.22rem;
	transition: .4s;
}
.sf_button .search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected){
	background-color: #fff;
	color: #232323;
	border: 1px solid rgba(0,0,0,0.6);
}
.sf_button .search-filter-input-button--is-selected, .sf_button .search-filter-input-button--is-selected:hover, .sf_button .search-filter-input-button--is-selected:focus, .sf_button .search-filter-input-button--is-selected:active{
	background-color: #232323;
	color: #fff;
	transition: .4s;
}
@media screen and (min-width: 768px){
	.sf_button .search-filter-input-button-group{
		row-gap: 15px;
		column-gap: 8px;
	}
	.sf_button .search-filter-input-button{
		padding: 0.23rem 1.32rem;
	}
}
@media screen and (min-width: 1200px){
	.sf_button .search-filter-input-button-group{
		row-gap: 20px;
		column-gap: 10px;
	}
	.sf_button .search-filter-input-button{
		font-size: 0.9333rem !important;
		padding: 0.4rem 1.47rem;
	}
}

/*******************************
/* WORKS - 施工事例詳細
*******************************/
.works-single .page-header_text{
	width: 100%;
}
.works-single-title{
	font-size: 1.2857rem;
	line-height: 1.6;
	margin-bottom: 0;
}
.works-single .page-header_text .txt_block{
	font-size: 1rem;
	letter-spacing: 0.04em;
	font-weight: 400;
	text-align: justify;
}
.page-header_text .works-single-title + p{
	margin-top: 1.2428rem;
}
.works-tag{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	row-gap: 10px;
	column-gap: 5px;
}
.works-tag-item a{
	font-size: 0.928rem;
	letter-spacing: 0;
	font-weight: 400;
	background-color: #fff;
	color: #232323;
	border: 1px solid rgba(0,0,0,0.6);
	border-radius: 40px;
	padding: 0.15rem 1.22rem;
	transition: .4s;
}
.works-tag-item a:hover{
	text-decoration: none;
	background-color: #232323;
	color: #fff;
}
.works-eye{
	border-radius: 5px;
	overflow: hidden;
}
.works-eye img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-gallery-item{
	margin-top: 3.071rem;
}
.works-gallery-item:first-of-type{
	margin-top: 0;
}
.works-gallery-img{
	aspect-ratio: 305 / 228;
	border-radius: 5px;
	overflow: hidden;
}
.works-gallery-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.works-gallery-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works-gallery-title{
	font-size: 1.1428rem;
	letter-spacing: 0.04em;
	line-height: 1.73;
	margin-top: 1.285rem;
	margin-bottom: 0;
}
.works-gallery-text{
	letter-spacing: 0.04em;
	margin-top: 0.7857rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.works-single-title{
		font-size: 1.428rem;
	}
	.works-tag{
		row-gap: 15px;
		column-gap: 8px;
	}
	.works-tag-item a{
		padding: 0.23rem 1.32rem;
	}
	.works-gallery{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.works-gallery-item{
		width: calc((100% - 40px)/2);
	}
	.works-gallery-item:nth-of-type(2){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.works-eye{
		margin-bottom: 8.571rem;
	}
	.works-single .page-header_text{
		width: 60%;
		max-width: 700px;
		margin-left: auto;
	}
	.works-tag{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 35%;
	}
	.works-gallery-item{
		width: calc((100% - 50px)/2);
		margin-top: 4.857rem;
	}
}
@media screen and (min-width: 1200px){
	.works-single-title{
		font-size: 1.6rem;
	}
	.works-single .page-header_text .txt_block{
		letter-spacing: 0.06em;
		line-height: 2;
	}
	.page-header_text .works-single-title + p{
		margin-top: 2.333rem;
	}
	.works-tag{
		row-gap: 20px;
		column-gap: 10px;
	}
	.works-tag-item a{
		font-size: 0.933rem;
		padding: 0.4rem 1.47rem;
	}
	.works-eye{
		border-radius: 10px;
	}
	.works-gallery-img{
		border-radius: 10px;
	}
	.works-gallery-title{
		font-size: 1.2rem;
		letter-spacing: 0.06em;
		margin-top: 1.733rem;
	}
	.works-gallery-text{
		letter-spacing: 0.06em;
		margin-top: 1.333rem;
	}
}
@media screen and (min-width: 1400px){
	.works-eye{
		margin-bottom: 10.666rem;
	}
	.works-gallery-item{
		width: calc((100% - 60px)/2);
		margin-top: 6.166rem;
	}
}
@media screen and (min-width: 1500px){
	.works-tag{
		width: 40%;
	}
}
@media screen and (min-width: 1600px){
	.works-gallery-item{
		width: calc((100% - 80px)/2);
	}
}
@media screen and (min-width: 1800px){
	.works-tag{
		width: 50%;
	}
	.works-eye{
		height: 900px;
	}
}
@media screen and (max-width: 991px){
	.works-single .page-header_title{
		margin-bottom: 4.2714rem;
	}
	.works-tag{
		margin-top: 2.1rem;
	}
}
@media screen and (max-width: 767px){
	.works-eye{
		border-radius: 0;
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}
/* 物件詳細情報 */
.works-details{
	position: relative;
	padding: 5.214rem 0 5rem;
	margin-top: 5.214rem;
}
.works-details::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f7f4;
	z-index: -1;
}
.works-details .p-title1{
	font-weight: bold;
	margin-bottom: 2.771rem;
}
.details-info {
	width: 100%;
	border-collapse: collapse;
}
.details-info tr {
	position: relative;
}
.details-info th, .details-info td {
	position: relative;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.details-info th{
	width: 30%;
	color: #999;
	padding-right: 5px;
	padding-left: 5px;
}
.details-info td{
	color: #000;
	padding-left: 10px;
}
.details-info th::before, .details-info td::before,
.details-info th::after, .details-info td::after{
	position: absolute;
	height: 1px;
}
.details-info tr:first-child th::before{
	content: "";
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.details-info tr:first-child td::before{
	content: "";
	width: calc(100% - 10px);
	background-color: rgba(120,120,120,0.25);
	right: 0;
	top: 0;
}
.details-info th::after{
	content: "";
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
}
.details-info td::after{
	content: "";
	width: calc(100% - 10px);
	background-color: rgba(120,120,120,0.25);
	right: 0;
	bottom: 0;
}
.works-details .works-tag{
	position: relative;
	bottom: unset;
	left: unset;
	margin-top: 2.1428rem;
}
@media screen and (min-width: 768px){
	.details-info th{
		width: 20%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media screen and (min-width: 992px){
	.works-details{
		padding: 8.071rem 0 7.5rem;
		margin-top: 8.071rem;
	}
	.details-info th, .details-info td{
		padding-top: 1.22rem;
		padding-bottom: 1.22rem;
	}
	.works-details .container_1300{
		max-width: 1000px;
	}
	.works-details .works-tag{
		width: 100%;
		margin-top: 3.2142rem;
	}
}
@media screen and (min-width: 1200px){
	.works-details .p-title1{
		margin-bottom: 3.8rem;
	}
	.details-info th{
		padding-right: 20px;
		padding-left: 20px;
		width: 22.88%;
	}
}
@media screen and (min-width: 1400px){
	.works-details{
		padding: 10.2rem 0 9.333rem;
		margin-top: 10.166rem;
	}
	.details-info th, .details-info td{
		letter-spacing: 0.08em;
		padding-top: 1.63rem;
		padding-bottom: 1.63rem;
	}
	.details-info th{
		padding-right: 30px;
		padding-left: 30px;
	}
	.works-details .works-tag{
		margin-top: 4rem;
	}
}
/* Other - works */
.other-works{
	margin-top: 5.114rem;
	padding-bottom: 6.428rem;
}
.otherWorks-swiper{
	height: auto !important;
}
.otherWorks-swiper .swiper-slide{
	width: 76.923% !important;
	height: auto !important; /* 固定値を解除 */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.otherWorks-swiper .swiper-slide a{
	display: block;
}
.otherWorks-swiper .swiper-slide a:hover{
	text-decoration: none;
}
.otherWorks-swiper.only{
	width: 76.923%;
	margin: 0 auto;
}
.otherWorks-swiper.only .swiper-wrapper{
	align-items: flex-start;
}
.otherWorks-swiper.only .swiper-slide{
	width: 100% !important;	
}
@media screen and (min-width: 768px){
	.other-works-titArea{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 3.214rem;
	}
	.other-works-titArea .p-title1{
		margin-bottom: 0;
	}
	.otherWorks-swiper .swiper-slide{
		width: 35.98% !important;
	}
	.otherWorks-swiper.only .swiper-wrapper{
		display: flex;
	}
	.otherWorks-swiper.only .swiper-wrapper .swiper-slide{
		width: calc((100% - 40px)/2) !important;
	}
	.otherWorks-swiper.only .swiper-wrapper .swiper-slide:not(:first-of-type){
		margin-left: 40px;
	}
}
@media screen and (min-width: 992px){
	.other-works{
		margin-top: 8.5714rem;
		padding-bottom: 9.44285rem;
	}
	.other-works-titArea{
		margin-bottom: 4.0178rem;
	}
	.otherWorks-swiper .swiper-slide{
		width: 22.262% !important;
	}
	.otherWorks-swiper.only{
		width: 73.333%;
		max-width: 1300px;
	}
	.otherWorks-swiper.only .swiper-wrapper .swiper-slide{
		width: calc((100% - 80px)/3) !important;
	}
}
@media screen and (min-width: 1400px){
	.other-works, .other-voice{
		margin-top: 10.666rem;
		padding-bottom: 11.6rem;
	}
	.other-works-titArea{
		margin-bottom: 5rem;
	}
	.otherWorks-swiper .swiper-slide{
		width: 21.762% !important;
	}
	.otherWorks-swiper.only .swiper-wrapper .swiper-slide{
		width: calc((100% - 110px)/3) !important;
	}
	.otherWorks-swiper.only .swiper-wrapper .swiper-slide:not(:first-of-type){
		margin-left: 55px;
	}
}
@media screen and (min-width: 1600px){
	.otherWorks-swiper .swiper-slide{
		width: 22.162% !important;
	}
}
@media screen and (min-width: 1800px){
	.otherWorks-swiper .swiper-slide{
		width: 396px !important;
	}
}
@media screen and (max-width: 767px){
	.other-works .vm, .other-voice .vm{
		margin-top: 3.2714rem;
	}
}

/*********************************
/* Spec - Model House - 共通
*********************************/
/***** spec haeder *****/
.header_spec .scroll_logo .logo-color{
	fill: #fff;
}
.header_spec .head_nav li a{
	color: #fff;
}
.header_spec.view .scroll_logo .logo-color{
	fill: #000;
}
.header_spec.view .head_nav li a{
	color: #232323;
}
/***** spec fv *****/
.spec-fv{
	position: relative;
	width: 100vw;
	height: 100vh;
	height: 100svh;
}
.spec-fv::before, .spec-fv::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.spec-fv::before{
	background-image: url("../images/page/spec-fv.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.spec-fv::after{
	background-color: rgba(0,0,0,0.2);
}
.spec-fv-textArea{
	position: absolute;
	color: #fff;
	width: 87.179%;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	z-index: 1;
}
.spec-fv-textArea h1{
	opacity: 0;
}
.spec-fv-txt{
	font-size: 1.821rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 1.778rem;
}
.spec-fv-en{
	font-size: 1rem;
	line-height: 1.76;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}
@media screen and (min-width: 576px){
	.spec-fv-textArea{
		bottom: 12%;
	}
	.spec-fv-txt{
		font-size: 2.285rem;
	}
}
@media screen and (min-width: 768px){
	.spec-fv-txt{
		font-size: 2.857rem;
	}
	.spec-fv-en{
		font-size: 1.0714rem;
	}
}
@media screen and (min-width: 1200px){
	.spec-fv-txt{
		font-size: 3.2rem;
		letter-spacing: 0.08em;
		margin-bottom: 3.7rem;
	}
	.spec-fv-en{
		font-size: 1.133rem;
		letter-spacing: 0.04em;
	}
}
/* recruit */
.spec-fv.recfv::before{
	background-image: url("../images/page/rec-fv.webp");
}
.spec-fv.recfv::after{
	background-color: rgba(0,0,0,0.25);
}
.recfv .spec-fv-txt{
	width: 282.6768px;
}
.recfv .spec-fv-en{
	text-align: justify;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
}
.rec-btn{
	position: fixed;
	right: 6.4105%;
	bottom: 15%;
	z-index: 100;
	transition: transform 0.4s ease;
	transform: translateY(0);
	display: flex;
	flex-direction: column;
}
.rec-btn.is-hidden{
	transform: translateY(calc(100% + 15vh));
}
.rec-btn a{
	position: relative;
	display: inline-flex;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	width: 230px;
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1;
}
.rec-btn a::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #d2460a;
	z-index: -1;
}
.rec-btn a::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.1);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s,opacity ease .6s;
	opacity: 0;
	z-index: 1;
}
.rec-btn a:hover::after{
	transform-origin: 0% 50%;
	transform: scaleX(1);
	opacity: 1;
}
.rec-btn a + a{
	margin-top: 10px;
}
.rec-btn .vm-arrow::before{
	background-color: rgba(255,255,255,0.25);
}
@media screen and (min-width: 768px) {
	.recfv .spec-fv-en{
		width: calc(100% - (230px + 5rem));
	}
}
@media screen and (min-width: 992px) {
	.recfv .spec-fv-en{
		width: calc(100% - (230px + 10rem));
		max-width: 720px;
	}
}
@media screen and (min-width: 1200px) {
	.spec-fv.recfv::before{
		background-position: center 0;
	}
	.recfv .spec-fv-textArea{
		bottom: 13.88%;
	}
	.recfv .spec-fv-txt{
		width: 475px;
	}
	.recfv .spec-fv-en{
		font-size: 1.2rem;
	}
	.rec-btn{
		right: 7.22%;
		bottom: 10.733%;
	}
	.rec-btn a{
		width: 300px;
		height: 70px;
		border-radius: 6px;
	}
	.rec-btn a + a{
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.rec-btn{
		width: 100%;
		right: unset;
		left: 0;
		bottom: 0;
		transform: none;
		flex-direction: row;
		justify-content: space-between;
		padding: 5px;		
	}
	.rec-btn a{
		width: calc((100% - 5px)/2);
		height: 50px;
		font-size: 0.857rem;
	}
	.rec-btn a + a{
		margin-top: 0;
	}
}

/***** Spec - お問い合わせフォーム *****/
.spec-contact{
	position: relative;
	padding: 5.714rem 0;
	margin-top: 5.714rem;
}
.spec-contact::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f7f4;
	z-index: -1;
}
.contact-txtArea .c-title1{
	margin-bottom: 2.7714rem;
}
@media screen and (min-width: 992px){
	.spec-contact{
		padding: 8.571rem 0;
		margin-top: 8.571rem;
	}
	.contact-flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.contact-txtArea{
		width: 27.623%;
		position: sticky;
		top: 100px;
	}
	.contact-txtArea .c-title1{
		margin-bottom: 4.557rem;
	}
	.contact-form{
		width: 64.935%;
	}
}
@media screen and (min-width: 1200px){
	.contact-txtArea{
		top: 160px;
	}
}
@media screen and (min-width: 1400px){
	.spec-contact{
		padding: 10.666rem 0;
		margin-top: 10.666rem;
	}
	.contact-txtArea .c-title1{
		margin-bottom: 5.566rem;
	}
}
/*******************************
/* Model House - モデルハウス詳細
*******************************/
/***** model haeder *****/
.header_model .scroll_logo .logo-color{
	fill: #fff;
}
.header_model .head_nav li a{
	color: #fff;
}
.header_model.view .scroll_logo .logo-color{
	fill: #000;
}
.header_model.view .head_nav li a{
	color: #232323;
}
/***** ファーストビュー *****/
.spec-fv.model::before, .spec-fv.model::after{
	display: none;
}
.model-fv{
	width: 100%;
	height: 100%;
	position: relative;
}
.model-fv::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}
.model-fv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.spec-fv-textArea{
	position: absolute;
	color: #fff;
	width: 87.179%;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
	z-index: 1;
}
/***** 来場予約ボタン *****/
.model-button{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 300px;
	aspect-ratio: 41 / 10;
	z-index: 100;
	transition: transform 0.4s ease; 
    transform: translateY(0); /* 通常表示 */
}
.model-button.is-hidden{
	transform: translateY(100%);
}
.model-button a{
	display: block;
	position: relative;
	transition: .4s;
}
.model-button-img{
	width: 45.5284%;
}
.model-button-block{
	position: absolute;
	background-color: #d2460a;
	right: 0;
	bottom: 0;
	aspect-ratio: 33 / 10;
	width: 67.07317%;
	z-index: -1;
	display: flex;
	border-top-left-radius: 10px;
	overflow: hidden;
}
.model-button-block::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.1);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s,opacity ease .6s;
	opacity: 0;
	z-index: 1;
}
.model-button-block .text, .model-button-block .arrow{
	position: relative;
	z-index: 2;
}
.model-button-block .text{
	width: 78.788%;
	padding-left: 14.346%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.57;
	font-size: 0.7857rem;
}
.model-button-block .arrow{
	width: 21.212%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.model-button-block .arrow svg{
	width: 10px;
	height: 9px;
}
.model-button-block .arrow .logo-color{
	fill: #fff;
}
.model-button-block .arrow::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 50%;
	background-color: rgba(244,146,113,0.25);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.model-button a:hover{
	text-decoration: none;
}
a:hover .model-button-block::after{
	transform-origin: 0% 50%;
	transform: scaleX(1);
	opacity: 1;
}
@media screen and (min-width: 768px){	
	.model-button{
		width: 360px;
	}
	.model-button-block .text{
		font-size: 0.928rem;
		padding-left: 11.346%;
	}
}
@media screen and (min-width: 1200px){
	.model-button{
		width: 445px;
	}
	.model-button-block .text{
		font-size: 0.9333rem;
	}
}
/***** モデルハウス概要 *****/
.model-info{
	margin-top: 5.014rem;
}
.model-info .f34{
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 3.0714rem;
}
.model-table {
	width: 100%;
	border-collapse: collapse;
}
.model-table tr {
	position: relative;
}
.model-table th, .model-table td {
	position: relative;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding-top: 1.02rem;
	padding-bottom: 1.02rem;
	line-height: 1.55;
}
.model-table th{
	color: #999;
}
.model-table td{
	color: #000;
	padding-left: 10px;
}
.model-table th::before, .model-table td::before,
.model-table th::after, .model-table td::after{
	position: absolute;
	height: 1px;
}
.model-table tr:first-child th::before{
	content: "";
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.model-table tr:first-child td::before{
	content: "";
	width: calc(100% - 10px);
	background-color: rgba(120,120,120,0.25);
	right: 0;
	top: 0;
}
.model-table th::after{
	content: "";
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
}
.model-table td::after{
	content: "";
	width: calc(100% - 10px);
	background-color: rgba(120,120,120,0.25);
	right: 0;
	bottom: 0;
}
.model-info-img{
	aspect-ratio: 67 / 86;
	overflow: hidden;
	border-radius: 5px;
	width: 76.923%;
	margin-right: auto;
	margin-left: auto;
}
.model-info-vm{
	text-align: center;
	margin-top: 3.571rem;
}
.model-info-vm .vm::before{
	background-color: #d2460a;
}
.model-info-vm .vm::after{
	background-color: #d65822;
}
.model-info-vm .vm-arrow::before{
	background-color: rgba(244,146,113,0.25);
}
@media screen and (min-width: 576px){
	.model-table th{
		padding-left: 1%;
	}
}
@media screen and (min-width: 768px){
	.model-info{
		position: relative;
	}
	.model-info-table{
		width: 66.75324%;
		margin-left: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.model-info-vm{
		text-align: left;
	}
	.model-info-img{
		width: 29.222%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		position: absolute;
		top: 5.9rem;
		left: 0;
	}
}
@media screen and (min-width: 992px){
	.model-info{
		margin-top: 7.8714rem;
	}
	.model-info .f34{
		margin-bottom: 4.8571rem;
	}
	.model-info-table{
		width: 56.75324%;
	}
	.model-table th, .model-table td{
		padding-top: 1.98rem;
		padding-bottom: 1.98rem;
	}
	.model-table th{
		padding-left: 1.5%;
	}
	.model-info-img{
		width: 37.22222%;
		max-width: 670px;
		top: 7.7rem;
	}
	.model-info-vm{
		margin-top: 5rem;
	}
}
@media screen and (min-width: 1200px){
	.model-info .f34{
		letter-spacing: 0.08em;
	}
	.model-table th{
		padding-right: 20px;
		padding-left: 20px;
		width: 22.88%;
	}
	.model-info-img{
		top: 8.2rem;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.model-info-vm{
		margin-top: 5.333rem;
	}
}
@media screen and (min-width: 1400px){
	.model-info{
		margin-top: 9.9666rem;
	}
	.model-info .f34{
		margin-bottom: 6.166rem;
	}
	.model-table th, .model-table td{
		letter-spacing: 0.08em;
		padding-top: 2.13rem;
		padding-bottom: 2.13rem;
	}
	.model-table th{
		padding-left: 25px;
	}
	.model-info-img{
		top: 9.5rem;
	}
	.model-info-vm{
		margin-top: 6.666rem;
	}
}
@media screen and (min-width: 1600px){
	.model-table th{
		padding-left: 30px;
	}
}
@media screen and (max-width: 767px){
	.model-info-img{
		width: 76.923%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 4.2857rem;
	}	
}
@media screen and (max-width: 575px){
	.model-table th, .model-table td{
		display: block;
	}
	.model-table td{
		padding-left: 0;
	}
	.model-table td::after{
		width: 100%;
	}
	.model-table tr:first-child th::before,
	.model-table tr:first-child td::before{
		display: none;
	}
	.model-info-img{
		margin-bottom: 2.1428rem;
	}	
}
/***** デザインや設計の特徴 *****/
.model-features{
	position: relative;
	padding: 5.714rem 0;
	margin-top: 5.714rem;
}
.model-features::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f7f4;
	z-index: -1;
}
.model-features .c-title1{
	margin-bottom: 3.885rem;
}
.model-feat-img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.0714rem;
}
.model-feat-txt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.model-feat-txt .no{
	width: 32px;
	height: 32px;
	font-size: 0.8571rem;
	background-color: #232323;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.model-feat-txt p{
	font-size: 1.0714rem;
	letter-spacing: 0.04em;
	line-height: 1.33;
	margin-bottom: 0;
	width: calc(100% - (32px + 1rem));
	margin-top: 0.4rem;
}
.model-contact-button{
	text-align: center;
	margin-top: 3.2142rem;
}
.model-contact-button .model-button{
	position: static;
	display: inline-block;
	aspect-ratio: 341 / 70;
	width: 100%;
	max-width: 480px;
}
.model-contact-button .model-button.is-hidden{
	transform: unset;
}
.model-contact-button .model-button-img{
	width: 38.123%;
}
.model-contact-button .model-button-block{
	width: 73.31378%;
	aspect-ratio: 25 / 6;
	border-radius: 5px;
}
@media screen and (min-width: 480px){
	.model-contact-button .model-button-block .text{
		font-size: 0.928rem;
	}
}
@media screen and (min-width: 576px){
	.model-contact-button .model-button-block .text{
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px){
	.model-feat-swiper{
		width: 76.923%;
		margin-right: auto;
		margin-left: auto;
	}
	.model-feat-swiper .swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 40px;
	}
	.model-feat-swiper .swiper-slide{
		width: calc((100% - 40px)/2);
		margin-top: 2.0714rem;
	}
	.model-feat-swiper .swiper-slide:nth-child(1), .model-feat-swiper .swiper-slide:nth-child(2){
		margin-top: 0;
	}
	.model-contact-button .model-button-block .text{
		font-size: 1.0714rem;
	}
}
@media screen and (min-width: 992px){
	.model-features{
		padding: 8.5714rem 0;
		margin-top: 8.5714rem;
	}
	.model-features .c-title1{
		margin-bottom: 6.028rem;
	}
	.model-feat-swiper{
		width: 85.555%;
		max-width: 1540px;
	}
	.model-feat-swiper .swiper-slide{
		width: calc((100% - 80px)/3);
		margin-top: 3.178rem;
	}
	.model-feat-swiper .swiper-slide:nth-child(3){
		margin-top: 0;
	}
	.model-contact-button{
		margin-top: 4.8214rem;
	}
}
@media screen and (min-width: 1200px){
	.model-feat-img{
		border-radius: 10px;
		margin-bottom: 1.333rem;
	}
	.model-feat-txt .no{
		width: 36px;
		height: 36px;
		font-size: 0.866rem;
	}
	.model-feat-txt p{
		font-size: 1.066rem;
		margin-top: 0.5rem;
	}
	.model-contact-button .model-button{
		max-width: 682px;
	}
	.model-contact-button .model-button-block{
		border-radius: 10px;
	}
	.model-contact-button .model-button-block .text{
		font-size: 1.2rem;
		letter-spacing: 0.08em;
		line-height: 1.44;
	}
}
@media screen and (min-width: 1400px){
	.model-features{
		padding: 10.666rem 0;
		margin-top: 10.666rem;
	}
	.model-features .c-title1{
		margin-bottom: 7.4rem;
	}
	.model-feat-swiper .swiper-wrapper{
		column-gap: 50px;
	}
	.model-feat-swiper .swiper-slide{
		width: calc((100% - 100px)/3);
	}
	.model-feat-img{
		margin-bottom: 1.666rem;
	}
	.model-feat-txt .no{
		width: 46px;
		height: 46px;
		font-size: 1.066rem;
	}
	.model-feat-txt p{
		font-size: 1.2rem;
		margin-top: 0.6rem;
		margin-bottom: 0;
		width: calc(100% - (46px + 1rem));
	}
	.model-contact-button{
		margin-top: 6rem;
	}
}
@media screen and (min-width: 1600px){
	.model-feat-swiper .swiper-wrapper{
		column-gap: 62px;
	}
	.model-feat-swiper .swiper-slide{
		width: calc((100% - 124px)/3);
		margin-top: 3.8666rem;
	}
}
@media screen and (max-width: 767px){
	.model-feat-swiper{
		overflow: hidden;
	}
	.model-feat-swiper .swiper-slide{
		width: 76.92308% !important;
	}
	.model-feat-swiper.only .swiper-slide{
		margin: 0 auto;
	}
}
/***** 性能・機能紹介 *****/
.model-performance{
	margin-top: 5.1142rem;
}
.model-per-block + .model-per-block{
	margin-top: 4.4rem;
}
.model-per-block .p-title2{
	margin-bottom: 2.857rem;
}
.model-per-img{
	text-align: center;
	margin-bottom: 2.257rem;
}
.model-per-img img{
	border-radius: 5px;
}
.model-per-list{
	list-style: none;
	margin-bottom: 0;
}
.model-per-list li{
	position: relative;
	padding-bottom: 1.714rem;
}
.model-per-list li + li{
	margin-top: 1.0857rem;
}
.model-per-list li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(120,120,120,0.25);
	bottom: 0;
	left: 0;
}
.model-per-list .f25{
	line-height: 1.6;
	margin-bottom: 0.628rem;
}
.model-per-cap{
	margin-bottom: 1.864rem;
}
.model-per-cap, .model-per-list .txt_block{
	letter-spacing: 0.04em;
}
.model-per-list .txt_block{
	line-height: 1.39;
}
@media screen and (min-width: 768px){
	.model-per-block .p-title2{
		margin-bottom: 3.571rem;
	}
	.model-per-img{
		margin-bottom: 2.9714rem;
	}
}
@media screen and (min-width: 992px){
	.model-performance{
		margin-top: 7.97142rem;
	}
	.model-per-block + .model-per-block{
		margin-top: 6.9rem;
	}
	.model-per-block .p-title2{
		margin-bottom: 5.357rem;
	}
	.model-per-flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.model-per-block:nth-of-type(even) .model-per-flex{
		flex-direction: row-reverse;
	}
	.model-per-img {
		width: 44.1558%;
	}
	.model-per-txtArea{
		width: 47.4025%;
	}
	.model-per-cap{
		margin-bottom: 3.146rem;
	}
	.model-per-list li{
		padding-bottom: 2.535rem;
	}
	.model-per-list li + li{
		margin-top: 1.978rem;
	}
	.model-per-list .f25{
		margin-bottom: 0.7071rem;
	}
	.model-per-cap, .model-per-list .txt_block{
		font-size: 1.1428rem;
	}
}
@media screen and (min-width: 1200px){
	.model-per-img img{
		border-radius: 10px;
	}
	.model-per-cap, .model-per-list .txt_block{
		font-size: 1.2rem;
		letter-spacing: 0.06em;
	}
}
@media screen and (min-width: 1400px){
	.model-performance{
		margin-top: 10.066rem;
	}
	.model-per-block + .model-per-block{
		margin-top: 8.733rem;
	}
	.model-per-block .p-title2{
		margin-bottom: 6.666rem;
	}
	.model-per-cap{
		margin-bottom: 4.233rem;
	}
	.model-per-list li{
		padding-bottom: 3.133rem;
	}
	.model-per-list li + li{
		margin-top: 2.633rem;
	}
	.model-per-list .f25{
		margin-bottom: 1.1rem;
	}
}
/***** モデルハウス標準仕様 *****/
.model-spec{
	position: relative;
	padding: 5.714rem 0;
	margin-top: 5.714rem;
}
.model-spec::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f7f4;
	z-index: -1;
}
.model-spec .c-title1{
	margin-bottom: 3.885rem;
}
.model-spec-swiper .swiper-slide{
	text-align: center;
}
.model-spec-img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1.0714rem;
}
.model-spec-swiper p{
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-bottom: 0;
}
.model-spec-swiper p span{
	display: block;
	font-size: 0.714rem;
	margin-top: 0.2142rem;
}
@media screen and (min-width: 768px){
	.model-spec-swiper{
		width: 76.923%;
		margin-right: auto;
		margin-left: auto;
	}
	.model-spec-swiper .swiper-wrapper{
		display: flex;
		flex-wrap: wrap;
		column-gap: 20px;
	}
	.model-spec-swiper .swiper-slide{
		width: calc((100% - 40px)/3);
		margin-top: 1.9428rem;
	}
	.model-spec-swiper .swiper-slide:nth-child(1), .model-spec-swiper .swiper-slide:nth-child(2), .model-spec-swiper .swiper-slide:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.model-spec{
		padding: 8.5714rem 0;
		margin-top: 8.5714rem;
	}
	.model-spec .c-title1{
		margin-bottom: 6.028rem;
	}
	.model-spec-swiper{
		width: 85.555%;
		max-width: 1540px;
	}
	.model-spec-swiper .swiper-wrapper{
		column-gap: 30px;
	}
	.model-spec-swiper .swiper-slide{
		width: calc((100% - 90px)/4);
		margin-top: 3.175rem;
	}
	.model-spec-swiper .swiper-slide:nth-child(4){
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.model-spec-img{
		border-radius: 10px;
	}
}
@media screen and (min-width: 1400px){
	.model-spec{
		padding: 10.666rem 0;
		margin-top: 10.666rem;
	}
	.model-spec .c-title1{
		margin-bottom: 7.4rem;
	}
	.model-spec-swiper .swiper-wrapper{
		column-gap: 40px;
	}
	.model-spec-swiper .swiper-slide{
		width: calc((100% - 120px)/4);
		margin-top: 3.7rem;
	}
	.model-spec-img{
		margin-bottom: 1.6rem;
	}
	.model-spec-swiper p{
		font-size: 1.2rem;
	}
	.model-spec-swiper p span{
		font-size: 1rem;
		margin-top: 0.4642rem;
	}
}
@media screen and (max-width: 767px){
	.model-spec-swiper{
		overflow: hidden;
	}
	.model-spec-swiper .swiper-slide{
		width: 76.92308% !important;
	}
	.model-spec-swiper.only .swiper-slide{
		margin: 0 auto;
	}
}
/***** 図面 *****/
.model-drawing{
	margin-top: 5.0142rem;
}
.model-drawing .f34{
	text-align: center;
	line-height: 1.47;
	margin-bottom: 2.528rem;
}
.model-drawing-img{
	text-align: center;
}
.model-drawing-img img{
	border-radius: 5px;
}
.model-drawing-img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (min-width: 992px){
	.model-drawing{
		margin-top: 7.871rem;
	}
	.model-drawing .f34{
		margin-bottom: 3.946rem;
	}
}
@media screen and (min-width: 1200px){
	.model-drawing-img img{
		border-radius: 10px;
	}
}
@media screen and (min-width: 1400px){
	.model-drawing{
		margin-top: 9.966rem;
	}
	.model-drawing .f34{
		margin-bottom: 4.933rem;
	}
}
/***** ギャラリー紹介 *****/
.model-gallery{
	margin-top: 4.0428rem;
}
.model-gallery .p-title2{
	margin-bottom: 2.142rem;
}
.model-gallery-block{
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 20px;
}
.model-gallery-block li{
	width: calc((100% - 10px)/2);
	text-align: center;
}
.model-gallery-block a{
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0.6714rem;
}
.model-gallery-block a .zoom{
	width: 100%;
	height: 100%;
}
.model-gallery-block a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-caption{
	font-size: 0.857rem;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin-bottom: 0;
}
@media screen and (min-width: 576px){
	.model-gallery-block li{
		width: calc((100% - 30px)/4);
	}
}
@media screen and (min-width: 992px){
	.model-gallery{
		margin-top: 6.3642rem;
	}
	.model-gallery-block{
		column-gap: 15px;
		row-gap: 30px;
	}
	.model-gallery-block li{
		width: calc((100% - 60px)/5);
	}
	.gallery-caption{
		font-size: 1rem;
	}
}
@media screen and (min-width: 1200px){
	.model-gallery-block a{
		margin-bottom: 0.7rem;
	}
	.gallery-caption{
		font-size: 0.933rem;
	}
}
@media screen and (min-width: 1400px){
	.model-gallery{
		margin-top: 8.066rem;
	}
	.model-gallery .p-title2{
		margin-bottom: 2.666rem;
	}
	.model-gallery-block{
		column-gap: 20px;
		row-gap: 40px;
	}
	.model-gallery-block li{
		width: calc((100% - 80px)/5);
	}
	.model-gallery-block a{
		border-radius: 10px;
		margin-bottom: 1.166rem;
	}
	.gallery-caption{
		font-size: 1rem;
	}
}

/*******************************
/* Event - イベント一覧
*******************************/
.acv_ev_block{
	margin-bottom: 0;
}
.acv_ev_block li{
	list-style: none;
		margin-top: 3.885rem;
}
.acv_ev_block li:first-child{
	margin-top: 0;
}
.acv_ev_block li a{
	display: block;
}
.acv_ev_block li a:hover{
	text-decoration: none;
}
.event-img.zoom{
	aspect-ratio: 1 / 1;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.7428rem;
}
.event-img.zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-img .event-end{
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 1.1428rem;
	line-height: 1;
	letter-spacing: 0.08em;
}
.ev-title{
	color: #232323;
	font-size: 1.1428rem;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-bottom: 0;
}
.ev-date{
	color: #a0a0a0;
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.8rem;
	margin-bottom: 0;
}
.ev-place{
	color: #232323;
	font-size: 1rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.6428rem;
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.acv_ev_block{
		display: flex;
		flex-wrap: wrap;
	}
	.acv_ev_block li{
		width: calc((100% - 60px)/3);
		margin-right: 30px;
	}
	.acv_ev_block li:nth-child(2), .acv_ev_block li:nth-child(3){
		margin-top: 0;
	}
	.acv_ev_block li:nth-child(3n){
		margin-right: 0;
	}
	.event-img.zoom{
		margin-bottom: 1.028rem;
	}
	.ev-date{
		margin-top: 0.3714rem;
	}
	.ev-place{
		margin-top: 0.928rem;
	}
}
@media screen and (min-width: 992px){
	.acv_ev_block li{
		width: calc((100% - 90px)/4);
		margin-right: 30px;
	}
	.acv_ev_block li:nth-child(4){
		margin-top: 0;
	}	
	.acv_ev_block li:nth-child(3n){
		margin-right: 30px;
	}
	.acv_ev_block li:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (min-width: 1400px){	
	.acv_ev_block li{
		width: calc((100% - 120px)/4);
		margin-top: 5.1333rem;
		margin-right: 40px;
	}
	.acv_ev_block li:nth-child(3n){
		margin-right: 40px;
	}
	.acv_ev_block li:nth-child(4n){
		margin-right: 0;
	}
	.event-img.zoom{
		border-radius: 10px;
		margin-bottom: 1.6rem;
	}
	.event-img .event-end{
		font-size: 1.333rem;
	}
	.ev-title{
		font-size: 1.2rem;
	}
	.ev-date{
		margin-top: 0.533rem;
	}
	.ev-place{
		margin-top: 1.166rem;
	}
}
@media screen and (min-width: 1600px){	
	.acv_ev_block li{
		width: calc((100% - 150px)/4);
		margin-top: 6.466rem;
		margin-right: 50px;
	}
	.acv_ev_block li:nth-child(3n){
		margin-right: 50px;
	}
	.acv_ev_block li:nth-child(4n){
		margin-right: 0;
	}
	.event-img.zoom{
		margin-bottom: 2.266rem;
	}
	.ev-title{
		margin-top: 2.266rem;
	}
	.ev-date{
		margin-top: 0.533rem;
	}
	.ev-place{
		margin-top: 1.166rem;
	}
}

/*******************************
/* News - お知らせ一覧
*******************************/
.info-block{
	margin-bottom: 0;
}
.page-block .info-block{
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.info-block li{
	list-style: none;
	position: relative;
	z-index: 1;
}
.info-block li::before, .info-block li::after{
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(120,120,120,0.25);
	left: 0;
}
.info-block li:first-child::before{
	content: "";
	top: 0;
}
.info-block li::after{
	content: "";
	bottom: 0;
}
.info-block li a{
	display: block;
	padding: 2.1428rem 0 1.857rem;
	position: relative;
	transition: .4s;
}
.info-block li a::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f7f4;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s,opacity ease .6s;
	opacity: 0;
	z-index: -1;
}
.info-block li a:hover{
	text-decoration: none;
}
.info-block li a:hover::before{
	transform-origin: 0% 50%;
	transform: scaleX(1);
	opacity: 1;
}
.info-date_cat, .info-title{
	position: relative;
	left: 0;
	transition: .4s;
}
.info-date_cat{
	color: #a0a0a0;
	font-size: 0.928rem;
	line-height: 1;
	margin-bottom: 1.028rem;
}
.info-date{
	letter-spacing: 0.04em;
}
.info-cat{
	letter-spacing: 0.03em;
	position: relative;
}
.info-title{
	color: #232323;
	line-height: 1.46;
	font-size: 1.0714rem;
	font-weight: 500;
	letter-spacing: 0.03em; 
}
.info-arrow{
	display: none;
}
@media screen and (min-width: 768px){
	.info-date_cat, .info-title{
		width: calc(100% - 90px);
	}
	a:hover .info-date_cat, a:hover .info-title{
		left: 20px;
	}
	.info-arrow{
		position: absolute;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		border: 1px solid rgba(120,120,120,0.25);
		display: flex;
		align-items: center;
		justify-content: center;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
	.info-arrow svg{
		width: 10px;
		height: 9px;
	}
	.info-block li a:hover .info-arrow{
		background-color: #232323;
		border: 1px solid rgba(34,34,34,0.25);
		transition: .6s;
	}
	.info-block li a:hover .info-arrow svg .logo-color{
		fill: #fff;
		transition: .6s;
	}
}
@media screen and (min-width: 1200px){
	.info-block li a{
		padding: 3.2rem 0;
	}
	.info-date_cat, .info-title{
		width: calc(100% - 130px);
	}
	.info-date_cat{
		font-size: 0.9333rem;
		margin-bottom: 1.033rem;
	}
	.info-title{
		font-size: 1.2rem;
	}
	a:hover .info-date_cat, a:hover .info-title{
		left: 40px;
	}
	.info-arrow{
		right: 40px;
		width: 34px;
		height: 34px;
	}
}

/*******************************
/* Blog - ブログ一覧
*******************************/
.blog-img.zoom{
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1.7428rem;
}
.blog-img.zoom img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-acv .info-date_cat{
	width: 100%;
}
.blog-acv a:hover .info-date_cat{
	left: 0;
}
.blog-acv .ev-title{
	margin: 0;
}
@media screen and (min-width: 768px){
	.blog-img.zoom{
		margin-bottom: 1.028rem;
	}
}
@media screen and (min-width: 1400px){
	.blog-img.zoom{
		border-radius: 10px;
		margin-bottom: 1.6rem;
	}
}
@media screen and (min-width: 1600px){
	.blog-img.zoom{
		margin-bottom: 2.266rem;
	}
}

/*******************************
/* Information - 投稿詳細
*******************************/
.single-container .inner{
	max-width: 900px;
}
.single-info-tit{
	margin-bottom: 2.357rem;
}
.single-info-tit .info-date_cat{
	margin-bottom: 1.185rem;
}
#main2 .single-info-tit h1{
	margin-bottom: 0;
}
.info_eye{
	text-align: center;
	margin-bottom: 2.257rem;
}
@media screen and (min-width: 1200px){
	.single-info-tit{
		margin-bottom: 3.3rem;
	}
	.single-info-tit .info-date_cat{
		margin-bottom: 1.766rem;
	}
	.info_eye{
		margin-bottom: 4.733rem;
	}
}

/*******************************
/* Voice - お客様の声詳細
*******************************/
.voice-title{
	background-color: #232323;
	color: #fff;
	border-radius: 5px;
	padding: 1rem;
	text-align: center;
	margin-bottom: 2.1428rem;
}
.voice-img{
	text-align: center;
}
.voice-img img{
	border-radius: 5px;
}
.voice-contents{
	margin-top: 3.7857rem;
}
.voice-contents-item + .voice-contents-item{
	margin-top: 2.5714rem;
}
.voice-contents-item .f20{
	line-height: 1.6;
	position: relative;
	margin-bottom: 1.1857rem;
	padding-bottom: 1.5rem;
}
.voice-contents-item .f20::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(120,120,120,0.25);
	left: 0;
	bottom: 0;
}
.voice-text{
	letter-spacing: 0.04em;
	text-align: justify;
	margin-bottom: 0;
}
.other-voice{
	position: relative;
	margin-top: 0;
	padding-top: 5.714rem;
	padding-bottom: 6.428rem;
}
.other-voice::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f8f7f4;
	z-index: -1;
}
@media screen and (min-width: 768px){
	.voice-title{
		padding: 1.3rem;
		margin-bottom: 2.857rem;
	}
}
@media screen and (min-width: 992px){
	.voice-contents{
		margin-top: 5.214rem;
	}
	.voice-contents-item + .voice-contents-item{
		margin-top: 3.2857rem;
	}
	.other-voice{
		padding-top: 9.285rem;
		padding-bottom: 9.44285rem;
	}
}
@media screen and (min-width: 1200px){
	.voice-title{
		border-radius: 10px;
		margin-bottom: 3.333rem;
	}
	.voice-img img{
		border-radius: 10px;
	}
	.voice-contents{
		margin-top: 6.1666rem;
	}
	.voice-contents-item + .voice-contents-item{
		margin-top: 4.333rem;
	}
	.voice-text{
		letter-spacing: 0.06em;
	}
}
@media screen and (min-width: 1400px){
	.other-voice{
		padding-bottom: 11.6rem;
	}
}