@charset "utf-8";
main{
	margin: 0 auto;
}
.wrapper{
	padding: 0;
}
h1.page_ttl {
    margin: 100px 0 60px;
}
h2{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 80px;
}
h3{
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}
h4{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 30px;
	text-align: left;
	padding-top: 80px;
	position: relative;
	z-index: 2;
	margin-left: -11px;
}
/* h4::before{
    content:"";
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: #F1F3F4;
    z-index: -1;
    border-radius: 100px;
} */

.inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.cap{
	display: block;
	max-width: 1100px;
	margin: 10px auto 20px;
	padding: 0 15px;
}
.contents {
    padding: 80px 0 0;
}

.mv{
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.mv h1{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
}
.mv h1.page_ttl:after {
    background-color: #fff;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
p{
	color: #231815;
}

.dev{
	padding: 10px 0 80px;
	background: #322b2f;
	color: #fff;
	margin-top: 60px;
}
.dev p{
	color: #fff;
}
.dev_map {
	margin-top: 60px;
}
.develop_list{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.develop_list > div{
	width: 48%;
}
/* .dev_txt{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
} */
.dev_txt h4{
    font-size: 20px;
    font-weight: bold;
		text-align: center;
		padding-top: 0;
}
.dev_txt h4::before{
    display: none;
}
/* .dev_txt h4 span{
	background-color: #68666c;
	border-radius: 50%;
	color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
} */
.dev_txt .date {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.dev_txt .date span{
	padding: 0 10px;
	position: relative;
    z-index: 20;
    background: #322b2f;
}
.dev_txt .date::before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 100%;/*画像の幅*/
  height: 1px;/*画像の高さ*/
  background-color: #fff;
	z-index: 1;
}
.dev_txt .date::after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 100%;/*画像の幅*/
  height: 1px;/*画像の高さ*/
  background-color: #fff;
	z-index: 1;
}

.slick-dotted.slick-slider {
	margin-bottom: 20px;
}

.kita_load{
	padding: 80px 0 0;
}

.shopping{
	margin-bottom: 20px;
}
.shopping > .info_list li{
	display: inline;
}
/* .shopping > .info_list li .name{
	font-weight: 600;
	font-size: 13px;
	margin-right: 5px;
} */
.life_info .life_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.life_information h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    padding: 0 0 5px 0;
    border-bottom: 1px solid;
    text-align: left;
    margin: 0;
}
.life_wrap > div{
	width: 48%;
}
.life_wrap .info_list ul{
	display: flex;
}
.life_wrap .info_list ul .num{
	width: 20px;
    height: 20px;
    background: #231817;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.life_wrap .info_list ul .name{
    font-weight: 600;
    font-size: 13px;
}
.life_wrap .info_list ul .time{
    margin-left: auto;
}
.life_wrap .info_list ul .distance{
	margin-left: 50px;
	min-width: 91px;
	text-align: end;
}
.integret{
	padding: 10px 0 80px;
	margin-top: 60px;
}
.int_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.int_wrap .text{
    width: 60%;
    letter-spacing: 1px;
    line-height: 1.9;
}
.int_wrap .text p{
	text-align: justify;
}

.int_wrap .img_area{
	width: 35%;
}
ul.int_wrap > li{
	width: 48%;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
ul.int_wrap > li h4{
	padding: 5px 10px;
	border-bottom: 1px solid;
	position: relative;
	font-size: 15px;
}
ul.int_wrap > li h4::before{
	content: "";
	width: 5px;
	height: 15px;
	margin-right: 15px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
ul.int_wrap{
	align-items: flex-start;
	margin-bottom: 0;
}
ul.int_wrap > .sche{
	width: 100%;
	margin: 25px 0;
}
.txt_wrap{
	display: flex;
	font-size: 13px;
}
.txt_wrap p:first-child{
	margin-right: 10px;
}
.txt_wrap span{
	letter-spacing: -2px;
}
.sche ul{
	display: flex;
	border-bottom: 1px dashed #000;
	padding: 10px 20px;
	position:relative;
}
.sche ul::after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	left: 50px;
	border: 6px solid transparent;
	border-top: 7px solid #322c2f;
}
.sche .none_tryangle::after{
	display: none;
}
.sche ul li:first-child{
    min-width: 100px;
    margin-right: 100px;
}
ul.int_wrap > li > div{
	margin-top: 25px;
	font-size: 13px;
}
.com_wrap{
	padding: 0 20px;
}
.slick-prev:before, .slick-next:before {
    color: #322c2f;
}
.com_list div li{
	margin: 0px 2.5px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	border: 1px solid #68666c;
	padding: 10px;
	height: 340px;
}
.com_list li .com_name {
	font-family: 'Noto Serif JP', serif;
	position: relative;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
		line-height: 1.3;
    text-align: center;
		margin-bottom: 10px;
}
.com_name .number{
	background-color: #009a94;
	border-radius: 50%;
	color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.com_list li p{
	font-size: 12px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.honsha{
	font-size: 13px;
	font-weight: 500;
	margin-left: 10px;
}
.tosho{
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.rank{
	background-color: #97acb1;
    color: #fff;
    padding: 0 10px;
    line-height: 1.8;
}
.com_list li p.mem{
	font-size: 14px;
	margin-top: 10px;
}
.com_list li p.mem span{
	font-size: 20px;
}
.data{
	position: relative;
	background-color: #fff;
}
.data::before{
	position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 1px;/*画像の高さ*/
  background-color: #000;
}
.data::after{
	position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 1px;/*画像の高さ*/
  background-color: #000;
}
.access{
	margin-bottom: 10px;
}
.asset{
    padding: 10px 32px 80px;
    margin-top: 60px;
}

.asset .inner > p{
	text-align: center;
	margin-bottom: 40px;
}
.ranking_wrap{
	max-width: 800px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ranking_wrap > div {
	width: 49%;
	font-weight: 500;
	background: #f0efef;
	padding: 20px 40px;
	border-radius: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.ranking_wrap > div .rank_inner{
	justify-content: space-between;
	display: flex;
	align-items: center;
}
.ranking_wrap > div .text_left{
	width: 55%;
}
.ranking_wrap > div .img_left{
	width: 40%;
}
.ranking_wrap h4 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	width: 100%;
	color: #231815;
	padding: 0;
	margin: 0 0 20px;
	/* height: 70px; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* margin-bottom: 50px; */
}
.rank_title{
margin-bottom: 10px;
}
.rank_title span{
color: #009a94;
}
.rank_big_text{
	font-size: 19px;
    font-weight: bold;
    color: #009a94;
}
.img_center{
	text-align: center;
}

.rank_cap{
    font-size: 10px;
    margin-top: 30px;
}
.ranking{
	text-align: center;
	background: #fff;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	margin-top: 20px;
	padding: 35px 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ranking p{
	font-size: 17px;
	line-height: 1;
	width: 100%;
}
.ranking p span{
	font-size: 12px;
}
.ranking p:nth-child(2){
    font-size: 21px;
    margin-top: 10px;
}
.ranking p:nth-child(3){
	font-size: 12px;
}
.jinko h4::before{
display: none;
}

.jinko table{
  width: 100%;
  border-collapse: collapse;
}
table th,table td{
  color:#000;
  border:solid 1px #000;
  text-align: center;
  padding: 5px;
}
table th{
  background-color: #ccc;
}
table td{
  background-color: #fafafa;
}

.guide_wrap, .guide02_wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px!important;
}
.city_text{
	text-align: center;
}
.guide_wrap .city {
	margin: 0 5px;
	margin-bottom: 30px;
}
.guide_wrap .name, .guide02_wrap .name {
	text-align: center;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.guide_wrap .name span, .guide02_wrap .name span {
	font-size: 15px;
}
.guide_wrap .read, .guide02_wrap .read {
	font-size: 13px;
	margin-top: 20px;
}
.w50{
	width: 48%;
}


.info_box{
	text-align: center;
	border: 2px solid #527586;
	margin: 0 10px;
	border-radius: 10px;
	margin-top: 40px;
	padding-bottom: 20px;
	background: #fffffd;
}
.info_box .info01.br_none{
	padding: 20px 0px;
}
.info_box .info01{
	color: #a72126;
	font-size: 23px;
	margin: 15px 0 10px;
}
.info_box .info02{
	font-size: 18px;
	margin-bottom: 10px;
}
.info_box .info03{
	color: #04518e;
	font-size: 35px;
	font-family: 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1;
}
.info_box .info04{
	font-size: 12px;
}
.info_box .info05{
	font-size: 14px;
	padding-bottom: 15px;
	position: relative;
	margin-top: 15px;
}
.info_box .info05::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #231815;
}
.info_box .info06{
	margin-top: 15px;
}
.tab{
	display: none!important;
}
.sp{
	display: none!important;
}
.br_65{
	display:none;
}
.br_48{
	display:none;
}
.company .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
.company .slick-prev:before,.company .slick-next:before {
    color: #322c2f;
}
.company .slick-dots li button:before {
    opacity: 0.25;
    color: rgb(0, 0, 0);
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
.slick-dots li button:before {
    opacity: 0.25;
    color:  rgb(0, 0, 0);
}
.company .slick-prev {
    left: -30px;
}
.sorce{
	margin-left: -9px;
}
.slick-slide img {
	display: inline;
}

.only_480{
	display: none;
}

@media only screen and (max-width: 1024px){
	.tab{
		display: block!important;
	}
	.pc{
		display: none!important;
	}
	.ranking_wrap > div{
		width: auto;
		font-weight: 500;
		background: none;
		padding: 0;
		border-radius: 0;
		display: block;
	}
	.sumitai,.jinko,.shisan{
		width: 48%;
		font-weight: 500;
		background: #f0efef;
		padding: 20px 15px;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 5px;
		height: 390px;
	}
	.sumitai,.jinko,.shisan {
    height: 460px;
}
	.ranking_wrap > div .rank_inner{
		justify-content: space-between;
		display: flex;
		align-items: center;
	}
	.ranking_wrap > div .text_left{
		width: 55%;
	}
	.ranking_wrap > div .img_left{
		width: 40%;
	}
	.life_wrap .info_list ul .distance {
		margin-left: 0px;
	}
	.br_shop{
		display: none;
	}
}
@media only screen and (max-width: 960px){
	.br_park{
		display: none;
	}
}
@media only screen and (max-width: 915px){
	.br_bank{
		display: none;
	}
}
@media only screen and (max-width: 850px){
	.br_hospital{
		display: none;
	}
}
@media only screen and (max-width: 768px){

	.sp{
		display: block!important;
	}
	.tab{
		display: none!important;
	}
	.slide_pc{
		display: none!important;
	}
	.life_wrap > div {
		width: 100%;
	}
	.develop_list > div {
    width: 100%;
		margin-bottom: 50px;
}


.mv h1 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
}

.kita_load{
	overflow-x: scroll;
}
.kita_load img{max-width: 850px;}

}

@media only screen and (max-width: 640px){
	
	.contents{
		padding: 0;
	}

	ul.int_wrap > li {
		width: 100%;
		font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	}
	.int_wrap .text {
		width: 100%;
		order: 2;
	}
	.int_wrap .img_area {
		width: 100%;
		text-align: center;
		order: 1;
	}
	.sche ul li:first-child {
		min-width: 100px;
		margin-right: 10px;
	}
	h3 {
		font-size: 20px;
	}
	.br_65{
		display:block;
	}

}
@media only screen and (max-width: 620px){

	h1.page_ttl {
		margin: 50px auto;
	}
}
@media only screen and (max-width: 550px){

	
}
@media only screen and (max-width: 480px){
	
	h1.page_ttl {
		margin: 40px auto;
	}

	.com_list div li {
    height: 330px;
}
	.com_list02 div li {
    height: 370px;
}

.only_480{
	display: block;
}
.guide02_wrap{
	display: none;
}

.br_48{
	display:block;
}

}
