footer {
	margin: 80px auto 0;
	padding: 50px 0;
	background-color: #e6e6e6;
}
.index_contents + footer {
	margin: 0px auto 0;
}
.footer__inner {
	width: 100%;
	max-width: 1030px;
	margin: auto;
}
.footer_content {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	footer {
		margin: 60px auto 0;
		padding: 50px 0 80px;
		background-color: #e6e6e6;
	}
	.index_contents + footer {
		margin: 0px auto 0;
	}
	.footer__inner {
		width: 100%;
		max-width: unset;
		padding: 0 15px;
		margin: auto;
	}
	.footer_content {
		display: flex;
		flex-wrap: wrap;
		justify-content: unset;
	}
}


.footer_left {
	width: 100%;
	max-width: 280px;
}

.footer_logo_link {
	display: block;
}
.footer_logo {
	width: 100%;
	max-width: 250px;
}
.footer_company_text {
	margin: 20px 0 0;
	font-weight: normal;
	font-size: 1.1rem;
}
.footer_company_text .address {
	display: block;
}
.footer_company_text .tel {
	display: flex;
}
.footer_company_text .tel_link {
	display: block;
	color: #000;
	margin: 0 15px 0 0;
}
.footer_company_text .reception {
	display: block;
}


.btn-footer {
	margin: 20px auto 0;
}
.btn-footer-01 {
	display: block;
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 53px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	text-align: center;
	margin: 30px 0 0;
	text-decoration: none;
	transition: .3s;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-family:"Alata",sans-serif;
}
.btn-footer-01:hover {
	background-color: #000f9f;
	color: #fff;
	border: 1px solid #000f9f;
}
.btn-footer-02 {
	display: block;
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 53px;
	background-color: #000f9f;
	color: #fff;
	border: 1px solid #000f9f;
	text-align: center;
	margin: 10px 0 0;
	text-decoration: none;
	transition: .3s;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-family:"Alata",sans-serif;
}
.btn-footer-02:hover {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
@media screen and (max-width: 768px) {
	.footer_left {
		width: 100%;
		max-width: unset;
	}
	.footer_logo_link {
		display: block;
	}
	.footer_logo {
		width: 100%;
		max-width: 168px;
		margin: auto;
	}
	.footer_company_text {
		margin: 20px 0 0;
		font-weight: normal;
		font-size: 1.3rem;
		text-align: center;
	}
	.footer_company_text .address {
		display: block;
	}
	.footer_company_text .tel {
		display: flex;
		justify-content: center;
	}
	.footer_company_text .tel_link {
		display: block;
		color: #000;
		margin: 0 15px 0 0;
	}
	.footer_company_text .reception {
		display: block;
	}


	.btn-footer {
		margin: 30px auto 0;
	}
	.btn-footer-01 {
		display: block;
		position: relative;
		width: 245px;
		height: 55px;
		line-height: 53px;
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
		text-align: center;
		margin: 30px auto 0;
		text-decoration: none;
		transition: .3s;
		letter-spacing: 2px;
		font-size: 1.6rem;
		font-family:"Alata",sans-serif;
	}
	.btn-footer-02 {
		display: block;
		position: relative;
		width: 245px;
		height: 55px;
		line-height: 53px;
		background-color: #000f9f;
		color: #fff;
		border: 1px solid #000f9f;
		text-align: center;
		margin: 10px auto 0;
		text-decoration: none;
		transition: .3s;
		letter-spacing: 2px;
		font-size: 1.6rem;
		font-family:"Alata",sans-serif;
	}
}





/* フッター右側 */
.footer_blog_link {
  display: block;
  text-align: center;
  width: 65%;
	height: 100px;
	line-height: 105px;
  background-color: #000;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 15, 159, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(0, 15, 159, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	color: #fff;
	font-size: 3.3rem;
	letter-spacing: 3px;
	font-family:"Alata",sans-serif;
}
.footer_blog_link:hover {
  background-color: #404040;
  background-position: -100% 100%;
}

.footer_blog_link_inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_blog_link_inner span {
	display: block;
	margin: 0 30px 0 0;
}
.footer_blog_link_inner .footer_blog_link_img {
	width: 100%;
	max-width: 200px;
}
.footer_blog_link_inner .footer_blog_link_img img {
	display: block;
	padding: 0 0 5px;
}



.footer_right {
	width: 100%;
	max-width: 680px;
}
.site_map_content {
	display: flex;
	margin: 30px -20px 0;
}
.site_map {
	width: 50%;
	margin: 0 20px;
}
.site_ttl {
	display: block;
	font-size: 1.8rem;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
}
.site_map_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.site_map_list li {
	width: 50%;
  padding: 0 10px;
  font-size: 1.3rem;
  margin: 10px 0 0px;
}
.site_map_list li a {
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0 0 0 15px;;
}
.site_map_list li a::before {
  content: '';
  background-image: url(./img/site_map_ico.svg);
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 8px;
}
.site_map_list li a::after {
	position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000f9f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.site_map_list li a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
	.footer_blog_link {
	  display: block;
	  text-align: center;
	  width: 100%;
		height: 54px;
		line-height: 54px;
	  background-color: #000;
	  background-size: 200% 100%;
	  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(0, 15, 159, 1) 50%);
	  background-image: linear-gradient(to right, transparent 50%, rgba(0, 15, 159, 1) 50%);
	  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		color: #fff;
		font-size: 1.6rem;
		letter-spacing: 3px;
		font-family:"Alata",sans-serif;
		margin: 25px auto 0;
	}
	.footer_blog_link:hover {
	  background-color: #404040;
	  background-position: -100% 100%;
	}

	.footer_blog_link_inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_blog_link_inner span {
		display: block;
		margin: 0 20px 0 0;
	}
	.footer_blog_link_inner .footer_blog_link_img {
		width: 100%;
		max-width: 110px;
	}
	.footer_blog_link_inner .footer_blog_link_img img {
		display: block;
		padding: 0;
	}



	.footer_right {
		width: 100%;
		max-width: unset;
	}
	.site_map_content {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.site_map {
		width: 100%;
		margin: 30px 0 0;
	}
	.site_ttl {
		display: block;
		font-size: 1.8rem;
		padding: 0 0 5px;
		border-bottom: 1px solid #000;
	}
	.site_map_list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.site_map_list li {
		width: 50%;
	  padding: 0 10px;
	  font-size: 1.3rem;
	  margin: 10px 0 0px;
	}
	.site_map_list li a {
		position: relative;
		display: inline-block;
		color: #000;
		padding: 0 0 0 15px;;
	}
	.site_map_list li a::before {
	  content: '';
	  background-image: url(./img/site_map_ico.svg);
	  background-size: cover;
	  position: absolute;
	  top: 8px;
	  left: 0;
	  width: 6px;
	  height: 8px;
	}
	.site_map_list li a::after {
		position: absolute;
	  bottom: 0px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #000f9f;
	  transform: scale(0, 1);
	  transform-origin: left top;
	  transition: transform .3s;
	}
	.site_map_list li a:hover::after {
	  transform: scale(1, 1);
	}
}

.footer_sns_list {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.footer_sns_list li {
	margin-right: 22px;
}
.footer_sns_list li a {
	display: block;
}
.footer_sns_list li a img {
	display: block;
}
.footer_sns_list li:nth-child(1) img {
	width: 40px;
}
.footer_sns_list li:nth-child(2) img {
	width: 40px;
}
.footer_sns_list li:nth-child(3) img {
	width: 42px;
}
.footer_sns_list li:nth-child(4) img {
	width: 40px;
}
.footer_sns_list li:nth-child(5) img {
	width: 40px;
}
@media screen and (max-width: 768px) {
	.footer_sns_list {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px -12px 0;
	}
	.footer_sns_list li {
		margin: 0 12px;
	}
	.footer_sns_list li a {
		display: block;
	}
	.footer_sns_list li a img {
		display: block;
	}
	.footer_sns_list li:nth-child(1) img {
		width: 38px;
	}
	.footer_sns_list li:nth-child(2) img {
		width: 38px;
	}
	.footer_sns_list li:nth-child(3) img {
		width: 40px;
	}
	.footer_sns_list li:nth-child(4) img {
		width: 38px;
	}
	.footer_sns_list li:nth-child(5) img {
		width: 38px;
	}
}


.footer_right__grid {
	display: flex;
}
.footer_right__grid .footer_blog_link {
    width: 100%;
    height: 80px;
    line-height: 85px;
	font-size: 2.4rem;
}
.footer_right__grid .footer_blog_link_inner {
	padding: 0 15px 0 40px;
}
.footer_right__grid .footer_blog_link_inner span {
	margin: 0 15px 0 0;
	white-space: nowrap;
}
.footer_right__grid .footer_blog_link_inner .footer_blog_link_img {
	max-width: 100px;
}

.footer_estate_link {
	line-height: unset;
}
.footer_estate_link_inner {
	padding: 23px 26px;
}
.footer_estate_ttl {
	display: block;
	text-align: left;
	font-size: 1.4rem;
	white-space: nowrap;
}
.footer_estate_link_img {
	text-align: left;
	margin-top: -10px;
}
.footer_estate_link_img img {
	display: block;
}
@media screen and (max-width: 960px) {
	.footer_right__grid .footer_blog_link {
		font-size: 2rem;
	}
	.footer_estate_ttl {
		font-size: 1.2rem;
	}
	.footer_estate_link_img {
		margin-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.footer_right__grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	.footer_right__grid .footer_blog_link {
		margin: 30px auto 0;
		font-size: 2rem;
		height: 90px;
	}
	.footer_right__grid .footer_blog_link_inner {
		padding: 0 15px;
		height: 100%;
	}
	.footer_right__grid .footer_blog_link_inner span {
		margin: 0 15px 0 0;
		white-space: nowrap;
	}
	.footer_right__grid .footer_blog_link_inner .footer_blog_link_img {
		max-width: 100px;
	}

	.footer_right__grid .footer_blog_link.footer_estate_link {
		line-height: unset;
		margin-top: 10px;
		height: 90px;
	}
	.footer_estate_link_inner {
    padding: 15px;
    width: 100%;
    max-width: 310px;
    margin: auto;
	}
	.footer_estate_ttl {
		display: block;
		text-align: left;
		font-size: 1.4rem;
		white-space: nowrap;
	}
	.footer_estate_link_img {
		text-align: left;
		margin-top: -10px;
	}
	.footer_estate_link_img img {
		display: block;
	}
}

/* SDGs */
.footer_sdgs {
    width: 110px;
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
	.footer_sdgs {
		margin-top: 30px;
	}
}

/* 住宅ラインナップ */
.footer_style_wrap {
	margin: 0 20px;
}
.footer_style_ul {
	display: flex;
    flex-wrap: wrap;
}
.footer_style_ul > li {
	width: 70%;
    margin: 10px 0 0;
}
.footer_style_ul .normal {
	width: 30%;
}
.footer_style_ul a {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0 0 0 15px;
}
.footer_style_ul a::before {
    content: '';
    background-image: url(//jigsaw-house.co.jp/J5g34YxA/wp-content/themes/jigsaw/./img/site_map_ico.svg);
    background-size: cover;
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 8px;
}
.footer_style_ul a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000f9f;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.footer_style_ul a:hover::after {
    transform: scale(1, 1);
}
.footer_style_ul .open_menu_list a::before {
	display: none;
}
.footer_style_ul .open_menu_list {
    margin: 0px -15px 0;
}
.footer_style_ul .open_menu_list li {
    padding: 0 15px;
}
.footer_style_ul .open_menu_list .en {
    font-size: 2rem;
}
.footer_style_ul .open_menu_list .jp {
    font-size: 1.2rem;
    display: inline-block;
}
.footer_style_ul .open_menu_list li .open_menu_link01 {
    margin: 10px 0 0;
}
.footer_style_ul ul {
    padding-left: 15px;
	margin-top: 5px;
}
.footer_style_ul ul a {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.footer_style_wrap {
		margin: 30px 0 0;
	}
	.footer_style_ul > li {
		width: 100%;
        margin-bottom: 15px;
	}
	.footer_style_ul .normal {
		width: 100%;
        margin-bottom: 0;
	}
	.footer_style_ul .normal > ul {
		display: flex;
		flex-wrap: wrap;
	}
	.footer_style_ul .normal > ul li {
		width: 50%;
	}
	.footer_style_ul ul {
		padding-left: 20px;
	}
	.footer_style_ul .open_menu_list .jp {
		display: block;
		margin-top: 5px;
	}
}