@charset "utf-8";
/* フッター
=========================================*/
#pageTopLink {
	position: fixed;
	width: 62px;
	bottom: 5%;
	right: 5%;
	z-index: 100;
	cursor: pointer;
}

.footer{
	padding-top: 2.5rem;
	padding-bottom: 2rem;
		background: #fff;
}
.footer-top{
	padding-bottom: 4.5rem;
	border-bottom: .1rem solid #707070;
}
.footer-top__inner{
	width: 100%;
	margin-bottom: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-logo{
	width: 38rem;
}
.footer-logo__logo{
	margin-bottom: 1.35rem;
	display: block;
}
.footer-logo a{
	display: block;
}
.footer-logo img{
	width: 100%;
}
.footer-name{
	width: 33.5rem;
	display: block;
}
.footer-name img{
	width: 100%;
}
.footer-rl{
	width: 5.9rem;
	margin-left: 2rem;
}
.footer-rl img{
	width: 100%;
}
.footer-sbt {
		width: 15rem;
		margin-left: 2rem;
}
.footer-sbt img{
	width: 100%;
}
.footer-daikin {
		width: 29rem;
		margin-left: 2rem;
}
.footer-daikin img {
		width: 100%;
}
.footer-middle{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-middle-data{
	max-width: calc(100% / 3);
	color: #000;
}
.footer-middle-data:not(:last-child){
	padding-right: 1em;
}
.footer-middle-data__title{
	font-size: 1.8rem;
	font-weight: 700;
}
.footer-middledata__address{
	font-size: 1.4rem;
}
.footer__address{
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

.footer-bottom{
	width: 100%;
	padding-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom .corporatelink {
	font-size: 1.4rem;
}
.footer-policy{
	font-weight: 700;
	
}
.footer-policy a{
	color: #000;
	text-decoration: underline;
	margin-right: 2rem;
}

.footer-copyright{
	font-size: 1.2rem;
	color: #000;
}

@media screen and (max-width:750px) {

	.footer {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.footer-top{
		padding-bottom: 2.2rem;
		border-bottom: 1px solid #707070;
	}

	.footer-top__inner {
		margin-bottom: 0;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	.footer-logo {
		width: 23rem;
		margin-right: 0;
	}
	.footer-logo__logo{
		margin-bottom: 0;
	}
	.footer-logo a{
		width: 100%;
	}
	.footer-name{
		width: 40rem;
		line-height: 1;
	}
	.footer-sbt {
		width: 6.7rem;
		margin-left: 1rem;
	}
.footer-rl {
		width: 3.3rem;
		margin-left: 1rem;
	}
	.footer-daikin {
		width: 12rem;
		margin-left: 0rem;
	}
	.footer__address{
		font-size: 2rem;
		padding-left: 3rem;
		margin-bottom: 2.2rem;
		text-align: left;
	}
	.footer-middledata__address{
		font-size: 1rem;
	}

	.footer-middle{
		flex-direction: column;
	}
	.footer-middle-data{
		max-width: 100%;
		margin-bottom: .5rem;
		padding-right: 0;
	}
	.footer-middle-data:not(:last-child){
		margin-right: 0;
	}
	.footer-middle-data__title{
		font-size: 1.2rem;
	}

	.footer-bottom{
		padding-top: 2.2rem;
	}
	.footer-policy{
		padding-left: 0;
		text-align: left;
	}
	.footer-policy a{
		font-size: 1.2rem;
	}
	.footer-corporate a{
		font-size: 1.2rem;
	}

	.footer-copyright{
		font-size: 1rem;
		font-weight: 700;
	}
}