@charset "utf-8";
/**/

/*一覧*/
.newstopList{
}
.newstopList .unit01 {
	display: block;
	text-decoration: none;
	position: relative;
	padding-top: 10px;
	margin-bottom: 80px;
	text-align: left;
}
.newstopList .unit01 .thumb {
	width: 100%;
	aspect-ratio:1;
	overflow: hidden;
	margin-bottom: 20px;
}
.newstopList .unit01 .thumb img{
	width: 100%;
	aspect-ratio:1;
	object-fit: cover;
	transition-duration:0.3s;
}
.newstopList .unit01:hover .thumb img{
	transform: scale(1.05);
}
.newstopList .unit01 .imgwrap{
	position: relative;
}
.newstopList .unit01 .cate{
	width:60px;
	padding: 0 10px;
	font-size: 1.2rem;
	color:#fff;
	text-align: center;
	margin-bottom: 10px;
}
.newstopList .unit01 .cate[data-category="住まい"]{background-color: #8f7f9a;}
.newstopList .unit01 .cate[data-category="子育て"]{background-color: #6b7c8f;}
.newstopList .unit01 .cate[data-category="緑区"]{background-color: #7a8f7a;}
.newstopList .unit01 .cate[data-category="その他"]{background-color: #A68B7C;}

.newstopList .unit01 .date{
	color: #999;
	font-size: 1.5rem;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.newstopList .unit01 .ttl {
	font-size: 1.8rem;
	font-size:max(1.5rem, min(1.8vw, 1.8rem) );
	text-align: left;
	font-weight: normal;
}

@media (min-width: 480px){
	.newstopList{
		display: flex;
		justify-content: space-between;
		align-items: flex-strat;
		flex-wrap: wrap;
	}
	.newstopList .unit01 {
		width: 47%;
	}
}

@media (min-width: 768px){
	.newstopList{
		display: flex;
		justify-content: space-between;
		align-items: flex-strat;
		flex-wrap: wrap;
	}
	.newstopList::after{
		content:"";
		display: block;
		width: 27.8%;
		max-width: 300px;
	}
	.newstopList .unit01 {
		width: 27.8%;
		max-width: 300px;
	}
}
/* 
■ページネーション  Pagination */
/* （※管理画面と同じクラス名ですが、定義が異なります） */
ul.sugu-pagination {
	margin: 1em 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.sugu-pagination li {
	list-style: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 5px 10px;
}
ul.sugu-pagination li a {
	padding: 0;
	vertical-align: middle;
	border: #cbcbcb 1px solid;
	margin: 0;
	text-decoration: none;
	color: #999;
	font-family: 'Jost', sans-serif;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
ul.sugu-pagination li a:active,
ul.sugu-pagination li a:hover,
ul.sugu-pagination li.sugu-active a {
	background-color: #736e67;
	border: #736e67 1px solid;
	color: #fff;
	opacity: 1;
}
ul.sugu-pagination li:first-child a {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
ul.sugu-pagination li:last-child a {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
ul.sugu-pagination .sugu-active a,
ul.sugu-pagination .pagethis a {
	font-weight: bold;
	color: black;
}

ul.sugu-pagination .arrowl,
ul.sugu-pagination .arrowr{
	display: block;
	background-color: #222;
	width: 16px;
	height: 1px;
	position: relative;
}
ul.sugu-pagination .arrowl::before,
ul.sugu-pagination .arrowr::before{
	content: "";
	position: absolute;
	top: -3px;
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
}
ul.sugu-pagination .arrowl::before{
	left: 0;
	transform: rotate(-135deg);
}
ul.sugu-pagination .arrowr::before{
	right: 0;
	transform: rotate(45deg);
}
ul.sugu-pagination li a:hover .arrowl,
ul.sugu-pagination li a:hover .arrowr{
	background-color: #fff;
}
ul.sugu-pagination li a:hover .arrowl::before,
ul.sugu-pagination li a:hover .arrowr::before{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/* 詳細ページ*/
.dtlTtl{
	text-align: left;
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e0e0e0;
}
.dtlTtl .ttl {
	font-size: 3rem;
	font-size:max(2.2rem, min(3vw, 3rem) );
	text-align: left;
}
.dtlTtl .txtwrap{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dtlTtl .date{
	color: #999;
	font-size: 1.5rem;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	margin-right:15px;
}
.dtlTtl .cate{
	padding: 0 10px;
	font-size: 1.2rem;
	color:#fff;
}
.dtlTtl .cate[data-category="住まい"]{background-color: #8f7f9a;}
.dtlTtl .cate[data-category="子育て"]{background-color: #6b7c8f;}
.dtlTtl .cate[data-category="緑区"]{background-color: #7a8f7a;}
.dtlTtl .cate[data-category="その他"]{background-color: #A68B7C;}

.dtlBody{
	text-align: left;
	font-size: 1.6rem;
	font-size:max(1.2rem, min(1.6vw, 1.6rem) );
	line-height: 2.5;
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e0e0e0;
}
.dtlBody p{
	margin: 1em 0 2em;
}
.dtlBody h2{
	font-size: 2.5rem;
	font-size:max(1.7rem, min(2.5vw, 2.5rem) );
}
.dtlBody h3{
	font-size: 2.1rem;
	font-size:max(1.6rem, min(2vw, 2rem) );
}
.dtlBody h4{
	font-size: 1.8rem;
	font-size:max(1.4rem, min(1.8vw, 1.8rem) );
}

.dtlBody a.linkIcon{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.dtlBody a.linkIcon::after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 1em;
	border: 1px solid #ccc;
	border-radius: 20px;
	background-image: url(../images/index/company_icon10.png);
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center center;
}
/**/


/*詳細短い一覧*/
.dtlList{
	margin-top: 30px;
	width: 95%;
	margin-left: 5%;
}
/*slick*/
.dtlList .slick-list {
	padding: 0 5% 0 0!important;
}
.dtlList .unit01 {
	margin-right: 5vw;
}
@media (min-width:768px) {
	.dtlList .slick-list {
		padding: 0 20% 0 0!important;
	}
	.dtlList .unit01 {
		margin-right: 5vw;
	}
}
.dtlList .slick-prev{
	top: -50px !important;
	left: auto;
	right: 80px;
	width: 50px;
	height:50px;
}
.dtlList .slick-prev:before {
		content:""!important;
		display: block;
		width: 14px;
		height: 1px;
		background-color: #000;
		position: absolute;
		left: calc(50% - 6px);
		top: 50%;
}
.dtlList .slick-prev:after {
		content:"";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(-135deg);
		position: absolute;
		left:calc(50% - 6px);
		top: calc(50% - 3px);
}
.dtlList .slick-next{
	top: -50px !important;
	left: auto;
	right: 20px;
	width: 50px;
	height:50px;
}
.dtlList .slick-next:before {
		content:""!important;
		display: block;
		width: 14px;
		height: 1px;
		background-color: #000;
		position: absolute;
		left: calc(50% - 8px);
		top: 50%;
}
.dtlList .slick-next:after {
		content:"";
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		position: absolute;
		left:50%;
		top: calc(50% - 3px);
}
.dtlList .slick-prev:before,
.dtlList .slick-next:before{
	color: #000 !important;
}
.dtlList .btnSvg {
	transform: rotate(-90deg);
}
.dtlList .btnCircle {
	fill: transparent;
	stroke: #222;
	opacity: 0;
}
.dtlList .btnCircleBg {
	fill: transparent;
	stroke: #ccc;
}
.dtlList .btnCircle:hover {
	opacity: 1;
	stroke-width: 1;
	animation-name: btnCircleAnime;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 0;
}
@keyframes btnCircleAnime {
	0% { stroke-dasharray: 0 366; }
	99.9%,to { stroke-dasharray: 366 366; }
}
/**/

.dtlList .unit01 {
	display: block;
	text-decoration: none;
	position: relative;
	padding-top: 10px;
}
.dtlList .unit01 .thumb {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	margin-bottom: 20px;
}
.dtlList .unit01 .thumb img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition-duration:0.3s;
}
.dtlList .unit01:hover .thumb img{
	transform: scale(1.05);
}
.dtlList .unit01 .imgwrap{
	position: relative;
}
.dtlList .unit01 .txtwrap{
	background-color: #f3f3f3;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
}
.dtlList .unit01 .date{
	color: #999;
	font-size: 1.5rem;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	margin-right:15px;
}
.dtlList .unit01 .cate{
	padding: 0 10px;
	font-size: 1.2rem;
	color:#fff;
}
.dtlList .unit01 .cate[data-category="住まい"]{background-color: #8f7f9a;}
.dtlList .unit01 .cate[data-category="子育て"]{background-color: #6b7c8f;}
.dtlList .unit01 .cate[data-category="緑区"]{background-color: #7a8f7a;}
.dtlList .unit01 .cate[data-category="その他"]{background-color: #A68B7C;}


.dtlList .unit01 .ttl {
	font-size: 1.8rem;
	font-size:max(1.5rem, min(1.8vw, 1.8rem) );
	text-align: left;
	font-weight: normal;
}
/*PCはslickなし*/
@media (min-width: 768px){
	.dtlList{
		width: 90%;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.dtlList .unit01 {
		width: 27.8%;
		max-width: 300px;
		margin-right: 0;
	}
	.dtlList::after{
  content:"";
  display: block;
	width: 27.8%;
	max-width: 300px;
	}
}




.dtlBtnWrap{
	border-top: 1px solid #e0e0e0;
	width:90%;
	max-width: 1080px;
	margin:0 auto;
	padding-top:40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dtlBtnWrap  .btn01{
	display: inline-flex;
	margin: 0;
	width: auto;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
	gap: 5px;
}
.dtlBtnWrap .btn01 p{
	font-size: 1.2rem;
	font-weight: bold;
}
.dtlBtnWrap .icon{
	padding: 0;
	vertical-align: middle;
	border: #cbcbcb 1px solid;
	margin: 0;
	text-decoration: none;
	color: #999;
	font-family: 'Jost', sans-serif;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: relative;
}
.dtlBtnWrap .index:before {
  content:"" !important;
  display: block;
  width: 14px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
}
.dtlBtnWrap .index:after {
  content:"";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(225deg);
  position: absolute;
  left:calc(50% - 5px);
  top: calc(50% - 4px);
}
.dtlBtnWrap .prev:before {
  content:"";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(225deg);
  position: absolute;
  left:calc(50% - 2px);
  top: calc(50% - 4px);
}
.dtlBtnWrap .next:before {
  content:"";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  left:calc(50% - 5px);
  top: calc(50% - 4px);
}
@media (min-width: 768px){
	.dtlBtnWrap .btn01{
		gap: 10px;
	}
	.dtlBtnWrap .btn01 p{
		font-size: 1.5rem;
	}
	.dtlBtnWrap .icon{
		width: 50px;
		height: 50px;
		border-radius: 25px;
		position: relative;
	}
}



