@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

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

 index

*************************************************/
#contentsBoxArea .inner.mt_40 {
	padding-top: 40px;
}


/* mainVisual
--------------------------------------*/
.mainVisual{position: relative;
	h2{position: absolute; top: 50%; left: 11vw; transform: translateY(-50%); z-index: 2;
		font-size: clamp(30px,6vw,70px); color: #fff;
	}
}


/* mvArea
--------------------------------------*/
.mvArea {
	position: relative;
}
.mvArea .textBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.mvArea .textBox .ajust {
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
}
.mvArea .textBox .inner {
	box-sizing: border-box;
	position: relative;
	max-width: 540px;
	height: 100%;
	margin-left: auto;
	padding: 60px 50px 0;
	background: rgba(255, 255, 255, 0.9);
}
.mvArea .textBox .inner > * {
	position: relative;
	z-index: 2;
}
.mvArea .textBox .inner:before,
.mvArea .textBox .inner:after {
	position: absolute;
	top: 0;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	background-color: #807958;
}
.mvArea .textBox .inner:before {
	left: 4px;
}
.mvArea .textBox .inner:after {
	right: 4px;
}
.mvArea .textBox .title {
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.mvArea .textBox .lead {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.mvArea .textBox .txt {
	line-height: 2;
}
.mvArea .textBox .inner figure {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.mvArea .textBox .inner figure img {
	max-width: 80%;
}
.mvArea .mvImg [class^="bgs"] > div {
	position: relative;
	width: 100%;
	height: 610px;
	background: no-repeat center center / cover;
}
.mvArea .mvImg .cap {
	position: absolute;
	display: block;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;
	z-index: 2;
}
.mvArea .mvImg .bgs01 > div {background-image: url(../images/top/mv_slide1.jpg);}
.mvArea .mvImg .bgs02 > div {background-image: url(../images/top/mv_slide2.jpg);}
.mvArea .mvImg .bgs03 > div {background-image: url(../images/top/mv_slide3.jpg);}
.mvArea .mvImg .bgs04 > div {background-image: url(../images/top/mv_slide4.jpg);}
.mvArea .mvImg .bgs05 > div {background-image: url(../images/top/mv_slide5.jpg);}
.mvArea .mvImg .bgs06 > div {background-image: url(../images/top/mv_slide6.jpg);}
.mvArea .mvImg .bgs07 > div {background-image: url(../images/top/mv_slide7.jpg);}
.mvArea .mvImg .bgs08 > div {background-image: url(../images/top/mv_slide8.jpg);}
.mvArea .mvImg .bgs09 > div {background-image: url(../images/top/mv_slide9.jpg);}
.mvArea .mvImg .bgs10 > div {background-image: url(../images/top/mv_slide10.jpg);}

@media only screen and (max-width:991px) {
	.mvArea .textBox {
		position: static;
	}
	.mvArea .textBox .ajust,
	.mvArea .textBox .inner {
		max-width: none;
		height: auto;
	}
	.mvArea .textBox .inner {
		padding: 60px 50px;
	}
	.mvArea .mvImg [class^="bgs"] > div {
		height: auto;
		padding-bottom: 38.125%;
	}
}
@media only screen and (max-width:767px) {
	.mvArea .textBox .inner {
		padding: 40px 15px;
	}
	.mvArea .textBox .inner:before,
	.mvArea .textBox .inner:after {
		display: none;
	}
	.mvArea .textBox .title {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.mvArea .textBox .lead {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.mvArea .textBox .txt {
		font-size: 13px;
	}
	.mvArea .mvImg [class^="bgs"] > div {
		padding-bottom: 68.4211%;
	}
	/* .mvArea .mvImg .bgs01 > div {background-image: url(../images/top/mv_slide1_sp.jpg);}
	.mvArea .mvImg .bgs02 > div {background-image: url(../images/top/mv_slide2_sp.jpg);}
	.mvArea .mvImg .bgs03 > div {background-image: url(../images/top/mv_slide3_sp.jpg);}
	.mvArea .mvImg .bgs04 > div {background-image: url(../images/top/mv_slide4_sp.jpg);}
	.mvArea .mvImg .bgs05 > div {background-image: url(../images/top/mv_slide5_sp.jpg);}
	.mvArea .mvImg .bgs06 > div {background-image: url(../images/top/mv_slide6_sp.jpg);}
	.mvArea .mvImg .bgs07 > div {background-image: url(../images/top/mv_slide7_sp.jpg);}
	.mvArea .mvImg .bgs08 > div {background-image: url(../images/top/mv_slide8_sp.jpg);}
	.mvArea .mvImg .bgs09 > div {background-image: url(../images/top/mv_slide9_sp.jpg);}
	.mvArea .mvImg .bgs10 > div {background-image: url(../images/top/mv_slide10_sp.jpg);} */
}





/* newsContents
--------------------------------------*/
#newsContents {
	padding: 50px 20px 50px;
	background-color: #333;
}
#newsContents .ttl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 7px;
}
#newsContents .newsList {
	max-width: 650px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
}
#newsContents .newsList li + li {
	margin-top: 5px;
}
#newsContents .newsList li > * {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#newsContents .newsList li > * > * {
	display: table-cell;
	vertical-align: top;
}
#newsContents .newsList li span {
	width: 6em;
}
#newsContents .btnBox {
	max-width: 300px;
	margin: 50px auto 0;
	padding: 5px;
	text-align: center;
	background-color: #ffffff;
}
#newsContents .btnBox a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}
@media only screen and (max-width:767px) {
	#newsContents .newsList {
		font-size: 13px;
	}
}



/* contentsList
--------------------------------------*/
#contentsArea {
	position: relative;
	padding: 80px 0 110px;
}
#contentsArea:after {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	background-color: #4e4e4e;
	z-index: 2;
}
#contentsArea:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 45%;
	background-color: #333;
	z-index: 1;
}
#contentsArea .partsTitle01,
#contentsArea .contentsList {
	position: relative;
	z-index: 2;
}
#contentsArea .contentsList {
	display: flex;
	justify-content: center;
	max-width: 1524px;
	margin: 0 auto;
}
#contentsArea .contentsList li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 12px;
}
#contentsArea .contentsList li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#contentsArea .contentsList li figure {
	position: relative;
	padding: 5px;
	background-color: #fff;
}
#contentsArea .contentsList li figure:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	width: 17%;
	height: 0;
	padding-bottom: 17%;
	background: #fff url(../images/top/arw.png) no-repeat center center;
	border-radius: 50%;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	transform: translate(20%,20%);
	transition: bottom 0.3s;
	z-index: 2;
}
#contentsArea .contentsList li a:hover figure:after {
	bottom: -10px;
}
#contentsArea .contentsList li figure img {
	width: 100%;
}
#contentsArea .contentsList li figure figcaption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 10px;
	color: #fff;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;
}
#contentsArea .contentsList li .ttl01 {
	margin: 10px 0 5px;
	color: #999;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#contentsArea .contentsList li .ttl02 {
	font-weight: 700;
}
@media only screen and (max-width:767px) {
	#contentsArea {
		padding: 50px 0;
	}
	#contentsArea:before {
		height: 35%;
	}
	#contentsArea .contentsList {
		flex-wrap: wrap;
		margin-top: -30px;
		padding: 0 8px;
	}
	#contentsArea .contentsList li {
		width: 50%;
		padding: 30px 12px 0;
	}
	#contentsArea .contentsList li figure {
		position: relative;
		padding: 5px;
		background-color: #fff;
	}
	#contentsArea .contentsList li figure:after {
		width: 26px;
		padding-bottom: 26px;
		background-size: 10px auto;
	}
}



/* conseptArea
--------------------------------------*/
.conseptArea {
	padding: 110px 20px 80px;
	background-image: url(../images/top/bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.conseptArea.pt {
	padding-top: 210px;
}
.conseptArea.noBg {
	padding: 0;
	background-image: none;
}
.conseptArea .ttl {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: 7px;
}
.conseptArea .ttl.num {
	font-size: 36px;
}
.conseptArea .ttl:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -35px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
.conseptArea .ttl.num:before {
	bottom: -5px;
}
.conseptArea .ttl.mt {
	margin-top: 24px;
}
.conseptArea .ttl.ttlText01 {
	font-size: 40px;
}
.conseptArea .ttl.noneBefore:before {
	display: none;
}
.conseptArea .underText01 {
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 2.3;
}
.conseptArea .conseptBox.mt {
	margin-top: 105px;
}
.conseptArea .conseptBox + .conseptBox {
	margin-top: 85px;
	padding-top: 85px;
	border-top: 1px solid #e0ded5;
}
.conseptArea .conseptBox ul {
	display: flex;
	justify-content: space-between;
}
.conseptArea .conseptBox ul li {
	box-sizing: border-box;
	width: 45%;
	align-self: center;
}
.conseptArea .conseptBox ul li.wide {
	width: 47%;
}
.conseptArea .conseptBox ul li.pl {
	padding-left: 55px;
}
.conseptArea .conseptBox ul li .numText {
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.conseptArea .conseptBox ul li .conseptTtl {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.conseptArea .conseptBox ul li .lead {
	font-size: 16px;
	/* font-weight: 500; */
	line-height: 2.5;
	color: #333333;
}
.conseptArea .conseptBox ul li .lead + .lead {
	margin-top: 60px;
}
.conseptArea .conseptBox ul li.asTop {
	align-self: flex-start;
}
.conseptArea .conseptBox ul li figure {
	position: relative;
}
.conseptArea .conseptBox ul li figure + figure {
	margin-top: 70px;
}
.conseptArea .conseptBox ul li figure figcaption {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	color: #fff;
}
/* .conseptArea .conseptBox ul li img {
	width: 100%;
} */
.conseptArea .conseptBox ul li .capText {
	margin-top: 10px;
	font-size: 11px;
	color: #777777;
}
.conseptArea .conseptBox ul li .photoTtl01 {
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: 17px;
}
.conseptArea .conseptBox ul li .photoTtl02 {
	margin-bottom: 20px;
	padding-left: 50px;
	font-size: 17px;
}
.conseptArea .conseptBox ul li .photoTtl02.mt {
	margin-top: 40px;
}
.conseptArea .conseptBox ul li .photoBox {
	position: relative;
}
.conseptArea .conseptBox ul li .photoBox .capText01 {
	position: absolute;
	top: 7%;
	right: 16%;
	color: #000;
	font-size: 18px;
}
.conseptArea .conseptBox ul li .photoBox .capText02 {
	position: absolute;
	top: 15%;
	left: 22%;
	color: #000;
	font-size: 18px;
}

@media only screen and (max-width:767px) {
	.conseptArea {
		padding: 60px 20px;
	}
	.conseptArea.pt {
		padding-top: 330px;
	}
	.conseptArea .ttl {
		font-size: 14px;
	}
	.conseptArea .conseptBox ul {
		flex-direction: column-reverse;
	}
	.conseptArea .conseptBox .revese {
		flex-direction: column;
	}
	.conseptArea .conseptBox ul li,
	.conseptArea .conseptBox ul li.wide {
		width: 100%;
	}
	.conseptArea .conseptBox ul li.pl {
		padding-left: 0;
	}
	.conseptArea .conseptBox ul li .numText {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.conseptArea .conseptBox ul li .conseptTtl {
		margin-bottom: 20px;
		font-size: 18px;
	}
	.conseptArea .conseptBox + .conseptBox {
		margin-top: 40px;
		padding-top: 40px;
	}
	.conseptArea .conseptBox ul li .lead {
		font-size: 14px;
	}
	.conseptArea .conseptBox ul li .lead br {
		display: none;
	}
	.conseptArea .conseptBox ul li .lead + .lead {
		margin-top: 20px;
	}
	.conseptArea .conseptBox ul li figure + figure {
		margin-top: 40px;
	}
	.conseptArea .conseptBox ul li .capText {
		margin-bottom: 10px;
	}
	.conseptArea .conseptBox.mt {
		margin-top: 55px;
	}
	.conseptArea .conseptBox ul li figure:nth-child(1) {
		margin-top: 20px;
	}
	.conseptArea .conseptBox ul li img {
		width: 100%;
	}
	.conseptArea .conseptBox ul li .photoBox .capText01,
	.conseptArea .conseptBox ul li .photoBox .capText02 {
		font-size: 3vw;
	}
	.conseptArea .ttl.ttlText01 {
		font-size: 18px;
	}
	.conseptArea .underText01 {
		margin-top: 10px;
		font-size: 10px;
	}
}


/* contentsList01
--------------------------------------*/
.conseptArea .contentsList01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.conseptArea .contentsList01.listBox {
	flex-wrap: nowrap;
}
.conseptArea .contentsList01 li {
	position: relative;
	display: flex;
	width: 48%;
	margin-bottom: 40px;
}
.conseptArea .contentsList01 li a:after {
	position: absolute;
	bottom: 0;
	left: 20px;
	content: '';
	width: 10px;
	height: 102px;
	background-image: url(../images/top/view01.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.conseptArea .contentsList01.listBox li {
	width: 17%;
	padding: 10px 10px 30px 60px;
}
.conseptArea .contentsList01 li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px 80px 100px;
	background-color: #fff;
	text-decoration: none;
	color: #000;
	transition: .3s;
}
.conseptArea .contentsList01 li a > * {
	width: 100%;
}
.conseptArea .contentsList01 li a:before {
	content: "";
	width: 90%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.conseptArea .contentsList01 li a:hover {
  transform: translateY(-7px);
}
.conseptArea .contentsList01 li a:hover::before {
  transform: translateY(7px);
  opacity: 1;
}
.conseptArea .contentsList01 li .inContents .inText {
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
}
.conseptArea .contentsList01 li .numText {
	position: absolute;
	bottom: 160px;
	left: -24px;
	content: '';
	font-size: 75px;
	letter-spacing: 7px;
}
.conseptArea .contentsList01 li figure {
	position: relative;
}
.conseptArea .contentsList01 li figcaption {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	color: #fff;
	text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;
}
.conseptArea .contentsList01.listBox li .inText {
	font-size: 14px;
}
.conseptArea .contentsList01.listBox li .numText {
	bottom: 110px;
	left: -16px;
	font-size: 42px;
	letter-spacing: 3px;
}

@media only screen and (max-width:767px) {
	.conseptArea .contentsList01 {
		margin-bottom: 0;
		padding-left: 20px;
	}
	.conseptArea .contentsList01 li {
		width: 100%;
	}
	.conseptArea .contentsList01 li a {
		padding-right: 70px;
		padding-bottom: 30px;
	}
	.conseptArea .contentsList01 li .inContents .inText {
		font-size: 16px;
	}
	.conseptArea .contentsList01 li .numText {
		bottom: 120px;
		font-size: 50px;
		letter-spacing: 4px;
	}
	.conseptArea .contentsList01.listBox {
		flex-wrap: wrap;
		padding-left: 10px;
	}
	.conseptArea .contentsList01.listBox li {
		width: 35%;
		margin-bottom: 20px;
		padding: 10px 10px 10px 20px;
	}
	.conseptArea .contentsList01.listBox li:before {
		left: 6px;
		width: 6px;
		height: 66px;
	}
	.conseptArea .contentsList01.listBox li .inText {
		margin-top: 10px;
		font-size: 11px;
	}
	.conseptArea .contentsList01.listBox li .numText {
		bottom: 80px;
		left: -10px;
		font-size: 21px;
		letter-spacing: 0;
	}
}


/* btn01
--------------------------------------*/
.conseptArea .btn01 {
	max-width: 310px;
	margin: 0 auto;
}
.conseptArea .btn01 a {
	display: block;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #333333;
	text-decoration: none;
	transition: .3s;
}
.conseptArea .btn01 span {
	display: block;
	padding: 10px 0;
	border: 1px solid #484848;
}
.conseptArea .btn01 a:before {
  content: "";
  width: 90%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 5%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  z-index: -1;
  opacity: 0;
  transition: .3s;
}
.conseptArea .btn01 a:hover {
  transform: translateY(-7px);
}
.conseptArea .btn01 a:hover::before {
  transform: translateY(7px);
  opacity: 1;
}





/* conpactcityArea
--------------------------------------*/
#conpactcityArea {
	padding: 110px 20px 80px;
	background: url(../images/top/bg01.jpg)  no-repeat center center / cover;
}
#conpactcityArea .inner {
	max-width: 1050px;
	margin: 0 auto;
}
#conpactcityArea .areaTitles {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
#conpactcityArea .areaTexts {
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 0.1em;
}
#conpactcityArea .topBdr {
	position: relative;
	height: 5px;
	margin: 0;
	padding: 0 0 4px;
	border: none;
	border-bottom: #e4e2d9 solid 1px;
}
#conpactcityArea .topBdr:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	height: 5px;
	width: 100%;
	background-color: #e4e2d9;
}
#conpactcityArea .bottomBdr {
	position: relative;
	height: 5px;
	margin: 0;
	padding: 4px 0 0;
	border: none;
	border-top: #e4e2d9 solid 1px;
}
#conpactcityArea .bottomBdr:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	height: 5px;
	width: 100%;
	background-color: #e4e2d9;
}

@media only screen and (max-width:767px) {
	#conpactcityArea {
		padding: 60px 20px;
	}
	#conpactcityArea .areaTitles {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#conpactcityArea .areaTexts {
		font-size: 13px;
		line-height: 2;
	}
}


/* firstArea */
#conpactcityArea .firstArea {
	margin-bottom: 80px;
}
#conpactcityArea .firstArea .photo {
	margin-bottom: 60px;
}
#conpactcityArea .firstArea .areaTitles {
	text-align: center;
}
#conpactcityArea .firstArea .areaTexts {
	text-align: center;
}
@media only screen and (max-width:767px) {
	#conpactcityArea .firstArea {
		margin-bottom: 40px;
	}
	#conpactcityArea .firstArea .photo {
		margin: 0 -20px 40px;
	}
	#conpactcityArea .firstArea .areaTexts {
		text-align: left;
	}
}

/* flexArea01 */
#conpactcityArea .flexArea01 {
	display: flex;
	align-items: flex-end;
	padding: 50px 0 90px;
}
#conpactcityArea .flexArea01 .photo {
	position: relative;
	width: 31.4286%;
	align-self: center;
}
#conpactcityArea .flexArea01 .photo:before {
	position: absolute;
	top: 38px;
	left: 38px;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #e4e2d9;
}
#conpactcityArea .flexArea01 .photo figure {
	position: relative;
	z-index: 2;
}
#conpactcityArea .flexArea01 .photo img {
	width: 100%;
}
#conpactcityArea .flexArea01 .texts {
	box-sizing: border-box;
	width: 68.5714%;
	padding-left: 90px;
}
@media only screen and (max-width:767px) {
	#conpactcityArea .flexArea01 {
		display: block;
		padding: 30px 0;
	}
	#conpactcityArea .flexArea01 .photo {
		width: 94%;
		margin-bottom: 50px;
	}
	#conpactcityArea .flexArea01 .photo:before {
		top: 20px;
		left: 20px;
	}
	#conpactcityArea .flexArea01 .texts {
		width: auto;
		padding-left: 0;
	}
}


/* flexArea02 */
#conpactcityArea .flexArea02 {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}
#conpactcityArea .flexArea02 .photo {
	width: 54.2857%;
	order: 2;
}
#conpactcityArea .flexArea02 .texts {
	width: 42.8571%;
	order: 1;
}
#conpactcityArea .flexArea02 .texts .lead {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}
#conpactcityArea .flexArea02 .numlist {
	margin-top: 30px;
}
#conpactcityArea .flexArea02 .numlist li {
	position: relative;
	padding-left: 2em;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}
#conpactcityArea .flexArea02 .numlist li + li {
	margin-top: 5px;
}
#conpactcityArea .flexArea02 .numlist li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
	height: 1.5em;
	color: #fff;
	text-align: center;
	background-color: #3e8e9a;
	border-radius: 50%;
}
#conpactcityArea .flexArea02 .numlist li a {
	color: #3e8e9a;
}
#conpactcityArea .flexArea02 .numlist li p {
	font-weight: 700;
}
#conpactcityArea .flexArea02 .numlist li p small {
	font-weight: 400;
}
@media only screen and (max-width:767px) {
	#conpactcityArea .flexArea02 {
		display: block;
		padding: 60px 0;
	}
	#conpactcityArea .flexArea02 .photo {
		width: auto;
		margin-bottom: 30px;
	}
	#conpactcityArea .flexArea02 .texts {
		width: auto;
	}
	#conpactcityArea .flexArea02 .texts .lead {
		margin-bottom: 15px;
		font-size: 15px;
	}
}



/* flexArea03 */
#conpactcityArea .flexArea03 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 70px;
	border-top: #e4e2d9 solid 1px;
}
#conpactcityArea .flexArea03 .photo {
	width: 39.0476%;
}
#conpactcityArea .flexArea03 .texts {
	width: 48.5714%;
}
@media only screen and (max-width:767px) {
	#conpactcityArea .flexArea03 {
		display: block;
		padding-top: 40px;
	}
	#conpactcityArea .flexArea03 .photo {
		width: auto;
		margin-bottom: 30px;
		text-align: center;
	}
	#conpactcityArea .flexArea03 .photo img {
		max-width: 90%;
	}
	#conpactcityArea .flexArea03 .texts {
		width: auto;
	}
}



/* lineupArea
--------------------------------------*/
#lineupArea {
	padding: 80px 20px;
}
#lineupArea .lead {
	margin-bottom: 60px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: center;
}
@media only screen and (max-width:767px) {
	#lineupArea {
		padding: 60px 20px;
	}
	#lineupArea .lead {
		font-size: 13px;
		line-height: 2;
		text-align: left;
	}
}


/* partsInterviewlist
--------------------------------------*/
.partsInterviewlist {
	padding: 50px 0;
}
.partsInterviewlist .list {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}
.partsInterviewlist .list li {
	position: relative;
	box-sizing: border-box;
	width: 33.33333%;
	padding: 30px 15px 0;
}
.partsInterviewlist .list li a {
	position: relative;
	display: block;
	height: 100%;
	color: #333;
	text-decoration: none;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.partsInterviewlist .list li figure {
	position: relative;
}
.partsInterviewlist .list li figure figcaption {
	position: absolute;
	bottom: 0%;
	right: 0%;
	font-size: 10px;
	color: #fff;
}
.partsInterviewlist .list li img {
	width: 100%;
}
.partsInterviewlist .list li .texts {
	padding: 32px 35px;
}
.partsInterviewlist .list li .en {
	margin-bottom: 15px;
	color: #999;
	font-size: 14px;
	font-weight: 700;
}
.partsInterviewlist .list li .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.partsInterviewlist .list li .txt {
	font-size: 14px;
	line-height: 2;
}
.partsInterviewlist .btn {
	margin-top: 80px;
}
.partsInterviewlist .btn a {
	position: relative;
	display: block;
	width: 80%;
	max-width: 280px;
	margin: 0 auto;
	padding: 20px 0;
	color: #333;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #c9c6b7;
}
.partsInterviewlist .btn a:before {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	content: '';
	width: 15px;
	height: 100%;
	background: url(../images/common/arw_r_b.png) no-repeat center center / contain;
}

@media only screen and (max-width:768px) {
	.partsInterviewlist {
		padding: 50px 0;
	}
	.partsInterviewlist .list {
		display: block;
	}
	.partsInterviewlist .list li {
		width: auto;
		padding: 0 20px;
	}
	.partsInterviewlist .list li + li {
		margin-top: 30px;
	}
	.partsInterviewlist .list li a {
		height: auto;
	}
	.partsInterviewlist .list li .texts {
		padding: 20px 15px;
	}
	.partsInterviewlist .list li .en {
		margin-bottom: 10px;
	}
	.partsInterviewlist .list li .name {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.partsInterviewlist .list li .txt {
		font-size: 12px;
	}
	.partsInterviewlist .btn {
		margin-top: 50px;
	}
}


/* sort btn
--------------------------------------*/
/* .new_tabs_contents {
    margin-top: 100px;
} */
.container {
    max-width: 1100px;
    margin: auto;
	padding: 0 20px;
}
.tab_ttl {
    background: #000;
    display: inline-block;
}
.tab_ttl p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 30px;
}
/* .search {
	background: #f6f6f6;
	padding: 50px 15px;
} */
.search_inner .s_block {
    /* width: 100%; */
    /* max-width: 750px; */
    margin: 0 auto;
    padding: 35px 40px;
    background: #f6f6f6;
}
.search .s_block + .s_block {
	margin-top: 30px;
}
.search .s_block .ttl {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	/* border-bottom: 1px solid #c8c8c8; */
	/* padding: 0 0 10px; */
	margin: 0 0 18px;
}
.s_row_wrap{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0; /* gap / 2 */
}
.search .s_block .s_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 10px;
    width: 50%;
    box-sizing: border-box;
    /* padding: 10px; */
}
.search .s_block .s_row .name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	width: 70px;
	margin-right: 10px;
}
.search .s_list {
	flex: 1;
	display: flex;
    gap: 5px 0;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.search .s_list .item {
	min-width: 120px;
	padding: 0 5px;
	text-align: center;
}
.search .s_list .item span {
	border: 1px solid #c8c8c8;
	border-radius: 15px;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	padding: 7px 8px;
	transition: all 0.3s ease-out;
    line-height: 1;
}
.search .s_list .item span:hover,
.search .s_list .item span.current {
	background: #333333;
	border-color: #333333;
	color: #ffffff;
}
/* @media only screen and (max-width: 1199px) {
	.container {
        max-width: 1080px;
    }
} */
@media only screen and (max-width: 1099px) {
	.search .s_block .s_row {
		width: 100%;
		margin-bottom: 20px;
	}
}
/* @media only screen and (max-width: 991px) {
	.container {
        max-width: 710px;
    }
} */
@media only screen and (max-width: 767px) {
    .tab_ttl p {
        font-size: 14px;
        color: #fff;
        padding: 10px 20px;
    }
    .container {
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
	/* .search {
		padding: 15px;
	} */
	.search .s_block + .s_block {
		margin-top: 15px;
	}
	/* .search .s_block .s_row {
		margin: 0 0 10px;
	} */
	.search .s_list .item {
		min-width: 100px;
	}
	.search .s_block .s_row .name {
		font-size: 12px;
		width: 45px;
		margin: 0;
	}
	.search .s_block .ttl {
		font-size: 12px;
		padding: 0 0 5px;
		margin: 0 0 5px;
	}
	.search .s_list .item span {
		font-size: 11px;
		padding: 5px;
	}
	.search .s_list .item span:hover {
		background: inherit;
		color: #333333;
	}
}


/* sort
--------------------------------------*/
.list_box {
    background-color: #F1F1F1;
    padding: 100px 0 200px;
    margin-top: 70px;
    margin-bottom: 200px;
}
.listitem {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
    max-width: 1400px;
	margin: 60px auto 100px;
	padding: 0 20px;
}
.listitem .match {
	position: relative;
    width: 100%;
	padding-bottom: 30px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    gap: 0;
/*    cursor: pointer;*/
}
.listitem .match .link {
    display: block;
    text-decoration: none;
    color: #333;
}
.listitem .match img {
	width: 100%;
}
/*
.listitem .match .texts {
	padding: 30px 30px 0;
}
*/
.listitem .match .area {
	margin-bottom: 5px;
	color: #BABABA;
	font-size: 13px;
	font-weight: 700;
    padding: 30px 30px 0;
}
.listitem .match .name {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
    padding: 0 30px;
}
.listitem .match .disc {
	/* color: #807958; */
	font-size: 14px;
	font-weight: 600;
    padding: 0 30px;
}
.listitem .match .disc .cap {
	display: block;
	margin-top: 10px;
	color: #777;
	font-weight: 500;
}
.listitem .match .access {
/*	margin-top: 20px;*/
	padding: 20px 0;
	font-size: 14px;
	border-top: #efefef solid 1px;
    border-bottom: #efefef solid 1px;
	line-height: 1.7;
    margin: 20px 30px 0;
}
.listitem .match .checkbox {
    font-size: 14px;
    /* margin: 20px 0 30px; */
    /* padding: 0 30px; */
	padding-left: 20px;
    cursor: pointer;
    z-index: 50;
    position: relative;
    display: inline-block;
    line-height: 1;
}
.listitem .match .checkbox span {
    position: relative;
    padding-left: 25px;
    width: 100%;
    display: block;
}
.listitem .match .checkbox span::before {
    content: "";
    background: #efefef;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #808080;
}
.listitem .match .checkbox.on span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 12px;
    border-top: 3px solid #2e2e4c;
    border-left: 2px solid #2e2e4c;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.listitem .match .btns {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    line-height: 1.2;
    /* border-radius: 100%; */
    width: 40%;
}
.listitem .match .btns > div {
	width: 100%;
}
.listitem .match .btns a {
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 160px;
    height: 48px;
    /* padding-left: 1em; */
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 48px;
}
.listitem .match .btns a span {
	display: table-cell;
	vertical-align: middle;
}
.listitem .match .btns .official {
	color: #333;
	background-color: #c9c6b7;
}
.listitem .match .btns .official::before {
	position: absolute;
	top: 0;
	left: 14px;
	display: block;
	content: '';
	width: 14px;
	height: 100%;
	background: url(../images/top/arw_r_b.png) no-repeat center center;
}
.listitem .match .btns .request {
	color: #fff;
	background-color: #333;
}

@media only screen and (max-width: 1199px) {
	.listitem {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
	.list_box {
		padding: 60px 0 80px;
		margin-bottom: 100px;
	}
	.listitem {
        grid-template-columns: 1fr;
        gap: 30px;
    }
	.listitem .match .btns a {
		width: 140px;
	}
/*
    .listitem .match .texts {
        padding: 30px 20px;
    }
*/
    .listitem .match .area {
        padding: 30px 20px 0;
    }
    .listitem .match .name {
        padding: 0 20px;
    }
    .listitem .match .disc {
        padding: 0 20px;
    }
    .listitem .match .access {
        padding: 20px 0;
        margin: 20px 20px 0;
    }
}



/* 資料請求
--------------------------------------*/
.form {
    display: none;
}


/* 一括請求ボタン
--------------------------------------*/
.requestBtn {
    opacity: 0; 
    visibility: hidden; 
/*    max-width: 80px; */  
    max-width: 320px;
    margin: 0 auto; 
    text-align: center; 
    
    position: fixed; 
/*
    top: 50%; 
    right: 0; 
*/
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999; 
    
    transition: 0.6s ease-in;
}
.requestBtn.show {
    opacity: 1; 
    visibility: visible;
}
.requestBtn a {
    background: #042273; 
    color: #fff; 
/*    padding: 25px 15px; */
    padding: 10px 20px;
    transition: 0.4s ease-in;
    box-shadow: 0 0 10px rgba(158, 158, 158, 0.4); 
    transform: translateY(-50%); 
/*
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
*/
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.6s ease-in;
    position: relative;
    z-index: 9999;
}
.requestBtn a::before {
    content: '';
    width: 100vw;
    height: 103px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.requestBtn a.submit_off {
    background: #a7a7a7; 
    pointer-events: none;
    display: none;
}
.requestBtn a.submit_off::after {
    background: #a7a7a7;
}
.requestBtn span.sp_btn {
    display: none;
}
.requestBtn #requirebutton-all {
    display: none;
}

.bulk-btn-area {
    margin: 60px auto 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 20px;
	max-width: 600px;
}

.bulk-btn {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0 auto;
    gap: 10px;
    text-align: center;
}
/* .bulk-btn .checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    position: relative;
}

.bulk-btn-area.checked .checkbox::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 12px;
    border-top: 3px solid #2e2e4c;
    border-left: 2px solid #2e2e4c;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
} */

.bulk-btn-area .sentence {
    font-size: 17px;
}
.s_u{
	font-size: 11px;
}
.c_w {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    padding: 0 20px;
    gap: 20px;
}
/* #all-checkbox {
    width: 23px;
    height: 23px;
}
#all-checkbox:checked {
    background-color: pink; 
    border-color: #5F6368;
	pointer-events: none;
} */
.btn_img{
	width: 31px;
	height: 31px;
}

  
  #all-checkbox:checked::before {
	/* チェックマークのスタイル */
	content: '\2713'; /* Unicodeのチェックマーク */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 16px;
  }

@media screen and (max-width: 767px){
	.c_w {
		max-width: 300px;
		margin: 0 auto;
	}

}
@media screen and (max-width: 640px){
    .requestBtn {
        top: inherit; 
        bottom: 30px; 
        right: auto;
        left: 50%;
        transform: translate(-50%);
        max-width: 100%; 
        width: 100%; 
/*        background: rgb(0 0 0 / 75%); padding: 15px;*/
        opacity: 0; 
        visibility: hidden;
        position: fixed;
        z-index: 9999; 
    }
    .requestBtn a {
        font-size: 14px;
        font-weight: 600;
    }
    .bulk-btn {
        font-size: 18px;
    }
    .bulk-btn-area .sentence {
        font-size: 14px;
    }
/*
    .requestBtn a {
        transform: translateY(0); 
        border-radius: 6px; 
        padding: 18px; 
        background: #dbd09a; 
        color: #000;
        width: 90%;
        margin: auto;
    }
    .requestBtn span.pc_btn {
        display: none;
    }
    .requestBtn span.sp_btn {
        display: block;
    }
*/
    
/*
    .requestBtn #requirebutton-all {
        font-family: 'Noto Serif JP', serif; 
        display: block; 
        width: 90%; 
        text-align: center; 
        background: none; 
        border: none; 
        color: #fff; 
        margin: 0 auto 10px;
    }
    .requestBtn #requirebutton-all span {
        position: relative; 
        padding-left: 25px;
    }
    .requestBtn #requirebutton-all span::before {
        content: ""; 
        background: #efefef; 
        position: absolute; 
        top: 2px; 
        left: 0; 
        width: 15px; 
        height: 15px; 
        border: 1px solid #808080;
    }
    .requestBtn #requirebutton-all.on span::after {
        content: ""; 
        position: absolute; 
        top: 2px; 
        left: 5px; 
        width: 6px; 
        height: 12px; 
        border-top: 3px solid #2e2e4c; 
        border-left: 2px solid #2e2e4c;
        -webkit-transform: rotate(-135deg); 
        transform: rotate(-135deg);
    }
    
    .bulk-btn-area {
        display: none;
    }
*/
}


/* .event_tag a.link .name{position: relative;}
.event_tag a.link .name::before{content: "説明会対象物件"; position: absolute; top: -5px; right: 30px;
	font-size: 15px; font-weight: 700; transform: translateY(-100%); background: orange; color: #fff; padding: 2px 5px;
} */

@media only screen and (max-width: 767px){
	.event_tag a.link .name::before{top: -8px;}
}

.actionBtn {
    box-sizing: border-box;
    display: block;
    width: min(240px,100%);
    height: 66px;
    margin: 40px auto 0;
    padding: 0 0 2px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    /* letter-spacing: 0.3em; */
    text-align: center;
    background: #0D7377;
    border-color: #0D7377;
    border: #c8c8c8 solid 1px;
    color: #ffffff;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}

.actionBtn:hover {
	color: #333;
	background-color: transparent;
}
@media only screen and (max-width: 767px) {
	.bulk-btn-area {
		margin-top: 0;
		padding: 0 20px;

	}
}
@media screen and (max-width: 640px){
	.actionBtn {
		margin-top: 20px;
	}
	
}

/* top_info
------------------------------------ */
.top_info {
    width: min(900px,76%);
	margin-inline: auto;
    text-align: center;
    margin-block: 60px;
    background: #f6f6f6;
    padding: 30px;
}
