@charset "utf-8";

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

　目次

-------------------------------------------------------------------------------

　01. 大枠
　02. モジュール

******************************************************************************* */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap');

/* ==

　01. 大枠

=============================================================================== */
#main {
	width: 100%;
	min-width: 950px;
	padding-top: 0;
}
.wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 80px 20px;
	box-sizing: border-box;
}
.wrap-bc1 {
	max-width: none;
	background-color: #EEEEEE;
}
#main h2,
#main h3 {
	color: #000;
	font-weight: 500;
}

h1 {
	font-size: 100%;
	font-weight: 100;
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* ==

　02. モジュール

=============================================================================== */
.head01 {
	font-size: 24px;
	background: none;
	border: none;
	margin: 0 0 55px;
	padding: 0;
	text-align: center;
}
#main .head01-v1 {
	font-size: 36px;
	margin-bottom: 0;
	color: #E95502;
}
#main .head01-v1 + p {
	font-size: 28px;
	color: #E95502;
}

#main .head01_sub,
#main .head01_note {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	text-align: center;
}
#main .head01_sub {
	margin-bottom: 5px;
}
#main .head01_note {
	font-size: 14px;
	margin-bottom: 55px;
}

/* visualBlock
------------------------------------------------------------------------------- */
.visualBlock {
	position: relative;
	height: auto;
	padding-bottom: 80px;
	background: url(../images/mv03_bg.jpg) no-repeat center bottom;
	background-size: cover;
}
/*
.visualBlock_bg img {
	width: 100%;
	height: auto;
}
.visualBlock_bg a {
	transition: opacity .2s;
}
.visualBlock_bg a:hover img {
	opacity: 0.8;
}
*/
#main .visualBlock_lead {
	padding-top: 100px;
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #000;
	z-index: 1;
	letter-spacing: 0.08em;
}
.visualBlock_img {
	position: relative;
	width: 100%;
	height: 420px;
	margin: 50px auto 0;
	opacity: 0;
	overflow: hidden;
}
.visualBlock_img_in {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1656px;
	height: 420px;
}
/*
.visualBlock_img > img:first-child {
	width: 100%;
	height: 345px;
	object-fit: cover;
}
*/
.visualBlock_txt {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 10px;
	color: #000;
}
.visualBlock_txt p {
	margin-bottom: 20px;
}

.visualBlock_panel {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 10px 15px 15px 0px rgba(0, 0, 0, 0.2);
}
.visualBlock_panel-01 {
	top: 45px;
	left: calc(50% - 180px);
}
.visualBlock_panel-02 {
	top: 60px;
	left: calc(50% + 205px);
}
.visualBlock_panel-03 {
	top: 75px;
	left: calc(50% + 548px);
}
.visualBlock_panel-04 {
	top: 75px;
	left: calc(50% - 828px);
}
.visualBlock_panel-05 {
	top: 60px;
  left: calc(50% - 525px);
}




/* leadBlock
------------------------------------------------------------------------------- */
.leadBlock {
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	color: #333;
	text-align: center;
}
.leadBlock h1 {
	margin: 20px auto 60px;
  padding-bottom: 0;
	border: none;
}
#main .leadBlock p {
	font-size: 16px;
	margin-bottom: 25px;
}

/* cImgs
------------------------------------------------------------------------------- */
.cImgs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.cImgs .cImgs_item {
	width: calc(100%/3);
}
.cImgs .cImgs_item img {
	width: 100%;
	height: auto;
}

/* modal
------------------------------------------------------------------------------- */
.modal {
	position: relative;
	margin:0 auto;
	max-width: 1024px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}
.modal .modal_img img {
	width:100%;
	max-width: 960px;
}
.modal.modal_img {
	text-align: center;
}
.modal_text {
	margin-top: 20px;
	font-size :16px;
	color: #333;
}
.modal .modal_img-02 {
	width: 600px;
	margin: 0 auto;
}
.modal_btn {
	display: inline-block;
	background-color: #fff;
	margin-top: 20px;
}
.modal_btn > a:before {
	content: "";
	display: block;
	width: 13px;
	height: 10px;
	background: url(/common/images/ico_arw04.gif) left top no-repeat;
	position: absolute;
	left: 35px;
	top: 20px;
}
.modal_head {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 600px;
	margin: 0 auto 20px;
}
.modal_pin {
	margin-right: 20px;
}
.modal_tit_name {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}
.modal_tit_add {
	font-size: 16px;
	color: #666666;
}

/* mapBlock
------------------------------------------------------------------------------- */
.mapBlock {
	padding: 0 20px;
}
.mapBlock_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.mapBlock_in .mapBlock_map {
	position: relative;
	width: calc(100% - 320px);
}
.mapBlock_in .mapBlock_map img {
	width: 100%;
	height: auto;
}
.mapBlock_in .mapBlock_list {
	width: 260px;
	padding-top: 150px;
}
.mapBlock_item_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main .mapBlock_item {
	margin-bottom: 17px;
}
#main .mapBlock_item .mapBlock_item_icon {
	margin-right: 15px;
}
#main .mapBlock_item .mapBlock_item_icon img {
	transform-origin: bottom center;
}
#main .mapBlock_item a {
	text-decoration: none;
}
#main .mapBlock_item span p.mapBlock_item_name {
	color: #666;
	margin-bottom: 0;
}
#main .mapBlock_item a p.mapBlock_item_name {
	text-decoration: underline;
}
#main .mapBlock_item:hover a p.mapBlock_item_name {
	text-decoration: none;
}
#main .mapBlock_item .mapBlock_item_name {
	font-size: 16px;
	font-weight: bold;
}
#main .mapBlock_item .mapBlock_item_add {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.mapBlock_pin {
	position: absolute;
	display: block;
	width: 2.8%;
}
#mapBlock_pin01 {
	top: 59%;
	left: 62%;
}
#mapBlock_pin02 {
  top: 59%;
  left: 59%;
}
#mapBlock_pin03 {
	top: 64%;
	left: 59%;
}
#mapBlock_pin04 {
  top: 56%;
  left: 43%;
}
#mapBlock_pin05 {
	top: 66%;
	left: 42%;
}
#mapBlock_pin06 {
  top: 64%;
  left: 38%;
}
#mapBlock_pin07 {
  top: 65%;
  left: 35%;
}
#mapBlock_pin08 {
  top: 69%;
  left: 39%;
}

/* mapBlock
------------------------------------------------------------------------------- */
.mapBlock02 {
	margin-bottom: 100px;
}
.mapBlock02_in {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
}
.mapBlock02_map {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
}
.mapBlock02_map::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/img_map02_line.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapBlock02_map img {
	position: relative;
	width: 100%;
	height: auto;
}
.mapBlock02_pins {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -32%);
}
.mapBlock02_pin {
	position: absolute;
	display: block;
	width: 5.2%;
}
.mapBlock02_pin img {
	width: 100%;
	height: auto;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mapBlock02_pin.hover img {
	transform: scale(1.2);
}
#mapBlock02_pin01 {
  top: 60%;
  left: 70%;
}
#mapBlock02_pin02 {
  top: 60.5%;
  left: 66.2%;
}
#mapBlock02_pin03 {
  top: 68%;
  left: 64%;
}
#mapBlock02_pin04 {
  top: 53%;
  left: 39%;
}
#mapBlock02_pin05 {
  top: 79%;
  left: 39%;
}
#mapBlock02_pin06 {
  top: 72.5%;
  left: 33%;
}
#mapBlock02_pin07 {
  top: 74.5%;
  left: 29%;
}
#mapBlock02_pin08 {
  top: 81.5%;
  left: 32.3%;
}

.mapBlock02_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mapBlock02_layer .mapBlock02_item {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
  max-width: 370px;
  width: 30.4%;
	text-decoration: none;
}



#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_img {
	position: relative;
	max-width: 135px;
	width: 41.54%;
	margin-right: 6.7%;
	overflow: hidden;
	border-radius: 5px;
}
#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_img img {
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	height: auto;
	transition: all .2s;
}
#main .mapBlock02_layer .mapBlock02_item.hover .mapBlock02_item_img img {
	transform: scale(1.1);
}

#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt {
	position: relative;
	width: 56.3%;
	max-width: 210px;
}
#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt .mapBlock02_item_label {
	font-size: 10px;
	color: #fff;
	background-color: #666666;
	margin-bottom: 5px;
	padding: 3px 10px;
	display: inline-block;
}
#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt .mapBlock02_item_name {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
	padding-left: 25px;
}
#main .mapBlock02_layer .mapBlock02_item:hover .mapBlock02_item_txt .mapBlock02_item_name {
	text-decoration: none;
}
#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt .mapBlock02_item_name::after {
	content: "";
	width: 21px;
	height: 9px;
	background: url(/about/community/livnesstown/images/icon_arw05.svg) no-repeat 0 0;
	background-size: cover;
	position: absolute;
	top: calc(50% - 3px);
	right: -35px;
}
#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt .mapBlock02_item_name::before {
	content: "";
	width: 20px;
	height: 27px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
}
#main .mapBlock02_layer .mapBlock02_item.hover .mapBlock02_item_txt .mapBlock02_item_name {
	text-decoration: none;
}
.mapBlock02_layer .mapBlock02_item-01 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin01.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-02 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin02.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-03 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin03.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-04 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin04.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-05 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin05.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-06 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin06.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-07 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin07.png) no-repeat 0 0;
	background-size: 20px 27px;
}
.mapBlock02_layer .mapBlock02_item-08 .mapBlock02_item_name::before {
	background: url(/about/community/livnesstown/images/pin08.png) no-repeat 0 0;
	background-size: 20px 27px;
}


.mapBlock02_layer .mapBlock02_item-01 {
	top: 50%;
	right: 0;
}
.mapBlock02_layer .mapBlock02_item-02 {
	top: 35%;
	right: 0;
}
.mapBlock02_layer .mapBlock02_item-03 {
  top: 75%;
  right: 80px;
}
.mapBlock02_layer .mapBlock02_item-04 {
  top: 18%;
  left: 30%;
}
.mapBlock02_layer .mapBlock02_item-05 {
  left: 35.5%;
  bottom: 0%;
}
.mapBlock02_layer .mapBlock02_item-06 {
  top: 32%;
  left: 0%;
}
.mapBlock02_layer .mapBlock02_item-07 {
  top: 47%;
  left: 0%;
}
.mapBlock02_layer .mapBlock02_item-08 {
  top: 62%;
  left: 0%;
}

/*
.mapBlock02_layer .mapBlock02_item .mapBlock02_item_img::after {
	content: "";
	width: 16px;
	height: 21px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mapBlock02_layer .mapBlock02_item.hover .mapBlock02_item_img::after {
	transform: scale(1.2);
}
*/




@media only screen and (max-width: 1200px) {
	#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt .mapBlock02_item_name {
		font-size: 1.35vw;
	}
}
@media only screen and (max-width: 950px) {
	#main .mapBlock02_layer .mapBlock02_item .mapBlock02_item_txt .mapBlock02_item_name {
		font-size: 13px;
	}
}


.inquiry {
	padding: 60px 0;
	background-color: #EA5404;
}
.inquiry .inquiry_in {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 10px;
	
	display: flex;
	justify-content: space-between;
}
#main .inquiry .inquiry_in .inquiry_txt h3 {
	position: relative;
	margin-bottom: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
#main .inquiry .inquiry_in .inquiry_txt h3::before {
	content: "";
	width: 64px;
	height: 64px;
	background: url(../images/icon_inquiry.svg) no-repeat 0 0;
	background-size: 64px;
	display: inline-block;
	margin-right: 25px;
}
#main .inquiry .inquiry_in .inquiry_txt p {
	color: #fff;
	font-size: 16px;
}
#main .inquiry .inquiry_in .inquiry_btn {
	position: relative;
	background-color: #fff;
	color: #EA5404;
	width: 480px;
	height: 64px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
}
#main .inquiry .inquiry_in .inquiry_btn + .inquiry_btn {
	margin-top: 15px;
}
#main .inquiry .inquiry_in .inquiry_btn:hover {
	text-decoration: underline;
}
#main .inquiry .inquiry_in .inquiry_btn::after {
  content: "";
  width: 21px;
  height: 9px;
  background: url(/about/community/livnesstown/images/icon_arw05.svg) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
}

/* btn01
------------------------------------------------------------------------------- */
.release {
	position: relative;
	padding: 0 10px 240px;
	margin-bottom: 0;
}

.release .release_in {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.release .release_in .release_bnr {
	display: block;
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}
.release .release_in .release_bnr:hover {
	opacity: 0.7;
}
.release .release_in .release_bnr img {
	width: 100%;
	height: auto;
}
.news {
	margin-top: 80px;
}
#main .news h2 {
	margin-bottom: 50px;
	padding: 0;
	text-align: center;

}

.news dl {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #000000;
}
.news_scroll {
  height: 250px;
  padding-right: 15px;
}
.simplebar-scrollbar::before {
  background: #aaa;
}
.simplebar-track {
  background: #f5f5f5;
}
#main .news dt {
	position: relative;
	width: 270px;
	font-size: 16px;
	padding: 10px 18px 10px 0;
  border-bottom: 1px solid #ccc;
  color: #666666;
  text-align: right;
}
#main .news dt.news_new::before {
	content: "NEW";
	width: 56px;
	border-radius: 15px;
	color: #fff;
	background-color: #E95504;
	display: block;
	padding: 2px 0px;
	text-align: center;
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
	font-size: 12px;
}
#main .news dt .news_col_label {
	display: inline-block;
	width: 100px;
	text-align: center;
	background-color: #666666;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	padding: 0;
	
}
#main .news dt .news_col_label-news {
	background-color: #EEEEEE;
	color: #545454;
}
#main .news dd {
	width: calc(100% - 290px);
	font-size: 16px;
	padding: 10px 0;
  border-bottom: 1px solid #ccc;

}
#main .news dd.news_col {
	display: flex;
	align-items: center;
}

#main .news dd.news_col p {
	font-size: 16px;
	max-width: 710px;
}
#main .news dd.news_col a {
	position: relative;
	font-size: 16px;
  color: #404F6F;
  text-decoration: underline;
	max-width: 600px;
	
}
#main .news dd.news_col a:hover {
  text-decoration: none;
}
#main .news .news_img {
	display: block;
	width: 180px;
	text-align: center;
}

#main .news dd.news_col a::after {
  content: "";
  width: 21px;
  height: 9px;
  background: url(/about/community/livnesstown/images/icon_arw05.svg) no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
}

#main .news dd.news_col a[target=_blank]::before {
	content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  margin: 0 0 0 10px;
  background: url(/common/images/rn04/svg/blank_ico03.svg) left top no-repeat;
  background-size: contain;
  vertical-align: 0.1em;
	position: absolute;
	top: calc(50% - 2px);
	right: 10px;
}
#main .news dd.news_col a[target=_blank]::after {
  transform: translateX(20px);
}


.release_logo {
	width: 100%;
	position: absolute;
	bottom: -30px;
	left: 0;
	opacity: 0;
}
.release_logo .release_logo_in {
	max-width: 1360px;
	margin: 0 auto;
}
.release_logo .release_logo_in img {
	width: 100%;
	height: auto;
}

/* btn01
------------------------------------------------------------------------------- */
.btn01 {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.btn01 > a {
	position: relative;
	border: solid 1px #ccc;
	text-decoration: none;
	padding: 10px 20px 10px 55px;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	font-size: 16px;
}
.btn01 > a:before {
	content: "";
	display: block;
	width: 13px;
	height: 10px;
	background: url(/common/images/ico_arw04.gif) left top no-repeat;
	position: absolute;
	left: 35px;
	top: 20px;
}
.btn01 > a:hover{
	text-decoration: underline;
}

/* カラム
------------------------------------------------------------------------------- */
.materiality_in {
	max-width: 1120px;
	margin: 0 auto;
	padding: 75px 10px;
}
.materiality_in .head01 {
	margin-bottom: 10px;
}
.materiality_col {
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.materiality_col-bc1 {
	background-color: #fff;
}
.materiality_col .materiality_col_item {
	position: relative;
	max-width: 480px;
	width: 42%;
	background-color: #fff;
	border-radius: 10px;
	color: #000;
}
.materiality_col .materiality_col_in {
	padding: 40px;
}
#main .materiality_col .materiality_col_head {
	margin-bottom: 20px;
}
#main .materiality_col .materiality_col_tit {
	border-bottom: none;
	color: #E95502;
	font-size: 22px;
	margin-bottom: 10px;
}
#main .materiality_col .materiality_col_txt {
	margin-bottom: 30px;
	font-size: 16px;
}
#main .materiality_col .materiality_col_voice {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
}
#main .materiality_col .materiality_col_voice span {
	text-decoration: underline;
}
#main .materiality_col .materiality_col_img img {
	width: 100%;
	height: auto;
}
#main .materiality_col .materiality_col_img {
	margin-bottom: 20px;
}
#main .materiality_col .materiality_col_num {
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
}
#main .materiality_col .materiality_col_num span {
	font-size: 16px;
}
.materiality_col .materiality_col_item-01::before {
	content: "";
  width: 35%;
  height: 50px;
	background: url(../images/icon_fig_arw01.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 60%;
	right: -37%;
}
.materiality_col .materiality_col_item-03::before {
	content: "";
  width: 35%;
  height: 50px;
	background: url(../images/icon_fig_arw01.svg) no-repeat 0 0;
	background-size: contain;
	transform: rotateZ(180deg);
	position: absolute;
	top: 30%;
	left: -37%;
}
.materiality_col .materiality_col_item-03::after {
	content: "";
  width: 70px;
  height: 280px;
	background: url(../images/icon_fig_arw02.svg) no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: -290px;
	left: 60%;
}
.materiality_col .materiality_col_item-04::before {
	content: "";
  width: 70px;
  height: 280px;
	background: url(../images/icon_fig_arw02.svg) no-repeat 0 0;
	background-size: contain;
	transform: rotateZ(180deg);
	position: absolute;
	top: -290px;
	left: 30%;
}
.col_list img {
	width:100%;
	height: auto;
}

/*
	picts
*/
.materiality_col_item .materiality_col_picts {
	position: relative;
}
.materiality_col_item .materiality_col_picts .pict {
	position: absolute;
	top: 0;
	left: 0;
}
.materiality_col_item-01 .materiality_col_picts .pict-01 {
  top: 45%;
  left: 27%;
  width: 28%;
}
.materiality_col_item-01 .materiality_col_picts .pict-02 {
	top: 38%;
  left: 41%;
  width: 28%;
}
.materiality_col_item-01 .materiality_col_picts .pict-03 {
  top: 64%;
  left: 47.5%;
  width: 27%;
}
.materiality_col_item-01 .materiality_col_picts .pict-04 {
  top: 63.5%;
  left: 17.5%;
  width: 33%;
  z-index: 5;
}
.materiality_col_item-01 .materiality_col_picts .pict-05 {
  top: 46.5%;
  left: 3%;
  width: 25.5%;
	z-index: 4;
}
.materiality_col_item-01 .materiality_col_picts .pict-06 {
  top: 27.5%;
  left: 17%;
  width: 29%;
  z-index: 3;
}
.materiality_col_item-01 .materiality_col_picts .pict-07 {
  top: 3.5%;
  left: 35%;
  width: 36%;
  z-index: 2;
}
.materiality_col_item-01 .materiality_col_picts .pict-08 {
	top: 23%;
  left: 61%;
  width: 28%;
}
.materiality_col_item-01 .materiality_col_picts .pict-09 {
  top: 43.5%;
  left: 64%;
  width: 24%;
  z-index: 4;
}
.materiality_col_item-01 .materiality_col_picts .pict-10 {
  top: 67.5%;
  left: 67%;
  width: 22%;
}

.materiality_col_item-02 .materiality_col_picts .pict-01 {
  top: 26%;
  left: 38.3%;
  width: 15.5%;
  z-index: 3;
}
.materiality_col_item-02 .materiality_col_picts .pict-02 {
  top: 26%;
  left: 53%;
  width: 16.5%;
  z-index: 2;
}
.materiality_col_item-02 .materiality_col_picts .pict-03 {
  top: 18%;
  left: 68%;
  width: 18%;
  z-index: 1;
}
.materiality_col_item-02 .materiality_col_picts .pict-04 {
  top: 31.5%;
  left: 82.5%;
  width: 12.5%;
  z-index: 2;
}
.materiality_col_item-02 .materiality_col_picts .pict-05 {
	top: 50.5%;
  left: 66.5%;
  width: 18%;
  z-index: 1;
}
.materiality_col_item-02 .materiality_col_picts .pict-06 {
  top: 60%;
  left: 49.5%;
  width: 18%;
  z-index: 2;
}
.materiality_col_item-02 .materiality_col_picts .pict-07 {
  top: 52%;
  left: 33%;
  width: 18%;
  z-index: 3;
}
.materiality_col_item-02 .materiality_col_picts .pict-08 {
  top: 52%;
  left: 16.5%;
  width: 18.5%;
  z-index: 3;
}
.materiality_col_item-02 .materiality_col_picts .pict-09 {
  top: 45%;
  left: 9%;
  width: 10%;
  z-index: 4;
}
.materiality_col_item-02 .materiality_col_picts .pict-10 {
  top: 28%;
  left: 17.5%;
  width: 22%;
  z-index: 1;
}
.materiality_col_item-02 .materiality_col_picts .pict-11 {
	top: 3%;
  left: 6%;
  width: 24%;
}
.materiality_col_item-02 .materiality_col_picts .pict-12 {
  top: 0%;
  left: 22.5%;
  width: 24%;
}
.materiality_col_item-02 .materiality_col_picts .pict-13 {
	top: 9%;
  left: 63%;
  width: 19.5%;
}
.materiality_col_item-02 .materiality_col_picts .pict-14 {
  top: 84%;
  left: 66.5%;
  width: 12%;
  z-index: 1;
}

.materiality_col_item-04 .materiality_col_picts .pict-01 {
  top: 2%;
  left: 4.5%;
  width: 35.5%;
  z-index: 1;
}
.materiality_col_item-04 .materiality_col_picts .pict-02 {
  top: 3%;
  left: 30%;
  width: 20%;
}
.materiality_col_item-04 .materiality_col_picts .pict-03 {
  top: 8%;
  left: 51%;
  width: 33%;
}
.materiality_col_item-04 .materiality_col_picts .pict-04 {
	top: 26%;
  left: 60%;
  width: 33.5%;
}
.materiality_col_item-04 .materiality_col_picts .pict-05 {
  top: 63%;
  left: 76%;
  width: 18.5%;
}
.materiality_col_item-04 .materiality_col_picts .pict-06 {
	top: 44%;
  left: 17.2%;
  width: 48.5%;
}

.materiality_col_item-03 .materiality_col_picts .pict-01 {
	top: 7.5%;
	left: 14.5%;
	width: 17%;
}
.materiality_col_item-03 .materiality_col_picts .pict-02 {
	top: 7.5%;
  left: 31%;
  width: 19%;
}
.materiality_col_item-03 .materiality_col_picts .pict-03 {
	top: 7.5%;
  left: 51.2%;
  width: 17%;
}
.materiality_col_item-03 .materiality_col_picts .pict-04 {
	top: 7.5%;
  left: 70%;
  width: 21%;
}
.materiality_col_item-03 .materiality_col_picts .pict-05 {
  top: 35%;
  left: 18%;
  width: 32%;
}
.materiality_col_item-03 .materiality_col_picts .pict-06 {
  top: 35%;
  left: 51.2%;
  width: 17%;
}
.materiality_col_item-03 .materiality_col_picts .pict-07 {
  top: 60%;
  left: 9.5%;
  width: 22%;
}
.materiality_col_item-03 .materiality_col_picts .pict-08 {
  top: 60%;
  left: 32.2%;
  width: 18.5%;
}
.materiality_col_item-03 .materiality_col_picts .pict-09 {
  top: 61%;
  left: 51.2%;
  width: 19.5%;
}
.materiality_col_item-03 .materiality_col_picts .pict-10 {
  top: 61%;
  left: 69.5%;
  width: 17%;
}
.materiality_col_item-03 .materiality_col_picts .pict-11 {
	top: 71%;
  left: 5%;
  width: 90%;
}
#main .materiality_col .materiality_col_num {
	position: relative;
  display: inline-block;
  color: #e95504;
  text-align: right;
  margin: 15px auto 20px 20px;
  opacity: 0;
}
#main .materiality_col .materiality_col_num p {
	font-size: 30px;
}
#main .materiality_col .materiality_col_num span {
	font-size: 80px;
	display: inline-block;
	margin-right: 15px;
}
.materiality_col_current {
  position: absolute;
  top: -10px;
  left: -40px;
  font-size: 1px !important;
}
.materiality_col_current-v1 {
  top: -5px;
  left: -40px;
}
.materiality_col_picts img {
	opacity: 0;
	transform-origin: bottom;
}

/* bnr_list
------------------------------------------------------------------------------- */
.bnr_list {
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bnr_item {
	max-width: 400px;
	width: calc((100% - 20px) / 3);
}
.bnr_list img {
	width:100%;
	height: auto;
}
#main .bnr_item p {
	margin-top: 5px;
	padding-left: 15px;
	background: url(/common/images/ico_arw28.png) left 0.6em no-repeat;
	font-size: 16px;
}








.lLocalNav {
	margin-top: 100px;
	padding: 20px;
	background-color: #F2F2F2;
}
.lLocalNav a {
	font-size: 16px;
	color: #000000;
	position: relative;
	text-decoration: none;
}
.lLocalNav a:hover {
	text-decoration: underline;
}
.lLocalNav a::before {
	content: "";
  display: inline-block;
  margin: 0;
  width: 13px;
  height: 10px;
  background: url(/common/images/ico_arw04.gif) left top no-repeat;
  vertical-align: -0.1em;
}
.lLocalNav ul li {
	min-width: 160px;
	margin: 0 20px 20px 0;
}
.lLocalNav ul li:nth-child(n+7) {
	margin-bottom: 0;
}
.lLocalNav .lColBlock {
	margin: 0 auto;
}
.lLocalNav .lColBlock .lColBlock_col {
	padding: 20px 0;
}
.lLocalNav .lColBlock_col-tit a::before {
	display: none;
}
.lColBlock {
	max-width: 1240px;
	margin: 80px auto;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	color: #333;
}
.lColBlock-nav {
	max-width: 1040px;
	align-items: stretch;
}
.lColBlock-nav .lColBlock_col-tit {
	width: 270px;
	border-right: 1px solid #CCCCCC;
}
.lColBlock-nav .lColBlock_col-tit h1{
	font-size: 16px;
	font-weight: 500;
}
.lColBlock-nav .lColBlock_col-list {
	max-width: 700px;
	width: 69.23%;
}
.lList01 li {
	display: inline-block;
}

.side01 {
	position: fixed;
  top: 50%;
  right: 0;
  width: 167px;
  margin: -50px 0 0;
  z-index: 110;
}
.side01_nav .side01_item {
	border-radius: 8px 0 0 8px;
	overflow: hidden;
}
.side01_nav .side01_item a {
	position: relative;
	display: block;
	line-height: 30px;
	padding: 12px 10px 12px 58px;
	color: #fff;
	text-decoration: none;
	transition: color .3s;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}
.side01_nav .side01_item a:hover {
	text-decoration: underline;
}
.side01_nav .side01_item a::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/icon_inquiry.svg) no-repeat 0 0;
  background-size: 32px;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 11px;
}
.side01_nav .side01_item-01 {
	background-color: #EA5404;
	margin-bottom: 5px
}
.side01_nav .side01_item-02 {
	background-color: #F1905C;
}




/* comIndent
------------------------------------------------------------------------------- */
.comIndent {
  width: 950px;
  margin: 0 auto;
}

/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;height:390px;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#fff}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:9999!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;background:url(/about/community/livnesstown/images/icon_close.svg)right top no-repeat;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}

.mfp-close,
button.mfp-close,
.mfp-close:active{
	top:-65px;
	background-size: 32px;
}

/* slick
------------------------------------------------------------------------------- */
.slick-slide {
	margin-right:5px;
	margin-left:5px;
}
.slick-prev,
.slick-next {
	width: 45px;
	height: 45px;
	background-color:#fff;
	opacity: 0.8;
}
.slick-prev:before,
.slick-next:before {
	content: none;
}
.slick-prev:after, .slick-next:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.slick-prev:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(/about/community/livnesstown/images/icon_arw01.png) center center no-repeat;
	background-size: 48px;
}
.slick-next:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: none;
	margin: 0;
	padding: 0;
	background: url(/about/community/livnesstown/images/icon_arw02.png) center center no-repeat;
	background-size: 48px;
}
.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}
.slick-prev {
	left: -12%;
	margin-left: 0;
}
.slick-next {
	right: -12%;
	margin-right: 0;
}

.slider {
	display: none;
}
#modal2 .slick-prev,
#modal2 .slick-next {
	background-color: #000;
}
#modal2 .slick-prev:after {
	background: url(/about/community/livnesstown/images/icon_arw03.png) center center no-repeat;
}
#modal2 .slick-next:after {
	background: url(/about/community/livnesstown/images/icon_arw04.png) center center no-repeat;
}

/* ホバー
------------------------------------------------------------------------------- */
.d_hover a.mFade {
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}
.d_hover a.mFade:hover {
	opacity: 0.8;
}

/* スクロールアニメーション
------------------------------------------------------------------------------- */
.fnPkbFadeIn,
.fnPkbVisualIn p,
.fnPkbVisualIn .visualBlock_bg,
.fnPkbLeadIn .leadBlock_col {
	opacity: 0;
}
.isLegacy .fnPkbFadeIn,
.isLegacy .fnPkbVisualIn p,
.isLegacy .fnPkbVisualIn .visualBlock_bg,
.isLegacy .fnPkbLeadIn .leadBlock_col {
	opacity: 1;
}
